@charset "UTF-8";

/* Common Style */
*, *::after, *::before {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  font-family: "Roboto", sans-serif, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  position: relative;
  visibility: visible;
  overflow-x: hidden;
  color: #457B9D;
  background-color: #FFFFFF;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

h1, h2, h3, h4, h5, h6 {

  font-weight: 400;
  line-height: 1.2;
  margin-top: 0;
  color: #1D3557;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: inherit;
  margin: 0;
}

p:last-child {
  margin-bottom: 0;
}

a, button {
  line-height: inherit;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

a:hover, a:active, a:focus {
  box-shadow: none;
  outline: none;
  text-decoration: none;
}

a, button, img, input {
  transition: all 0.5s ease 0s;
}

*:focus {
  outline: none;
}

a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #2891e2;
}

button, input[type=submit] {
  cursor: pointer;
}

img {
  height: auto;
  max-width: 100%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}

ul {
  margin: 0;
  padding: 0;
}
ul:last-child {
  margin-bottom: 0;
}
ul li {
  list-style: none;
}

hr {
  border-top-width: 2px;
}

/*----------------------------------------*/
/*  Template Classes CSS
/*----------------------------------------*/
.bg-img {
  background: no-repeat center center;
  background-size: cover;
}

.wrapper {
  overflow-x: hidden;
}

.section-space {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-space {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-space22 {
  padding-bottom: 70px;
  padding-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space22 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-space22 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-top-space {
  padding-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-top-space {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-top-space {
    padding-top: 30px;
  }
}

.section-bottom-space {
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-bottom-space {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-bottom-space {
    padding-bottom: 40px;
  }
}

.row-gutter-20 {
  margin-right: -10px;
  margin-left: -10px;
}
.row-gutter-20 .col,
.row-gutter-20 [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.btn {
  background-color: #2891e2;
  border: 1px solid #2891e2;
  box-shadow: none;
  border-radius: 30px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 1.2;
  padding: 11px 26px 9px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .btn {
    font-size: 11px;
    padding: 9px 23px 8px;
  }
}
.btn:hover {
  background-color: #231942;
  border-color: #231942;
  color: #FFFFFF;
}
.btn:focus {
  box-shadow: none;
}
.btn.btn-white {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #000000;
}
.btn.btn-white:hover {
  background-color: #2891e2;
  border-color: #2891e2;
  color: #FFFFFF;
}
.btn.btn-border-primary {
  background-color: #2891e2;
  border-color: #2891e2;
  border-radius: 31px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 3.235px;
  padding: 19.5px 60.5px 17.5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .btn.btn-border-primary {
    font-size: 14px;
    padding: 14px 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn.btn-border-primary {
    font-size: 13px;
    letter-spacing: 1.5px;
    padding: 9px 17px;
  }
}
@media only screen and (max-width: 767px) {
  .btn.btn-border-primary {
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 9px 17px;
  }
}
.btn.btn-border-primary:hover {
  background-color: #2891e2;
  border-color: #2891e2;
  color: #FFFFFF;
}

.btn-border-secondary {
  background-color: transparent;
  border: 3px solid #A8DADC;
  border-radius: 50px;
  color: #1D3557;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .btn-border-secondary {
    border-radius: 25px;
    border-width: 2px;
    font-size: 14px;
    padding: 11px 25px;
  }
}
.btn-border-secondary:hover {
  background-color: #2891e2;
  color: #FFFFFF;
}

.btn-border-secondary2 {
  background-color: transparent;
  border: 3px solid #A8DADC;
  border-radius: 50px;
  color: #1D3557;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
  width:100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .btn-border-secondary2 {
    border-radius: 25px;
    border-width: 2px;
    font-size: 14px;
    padding: 11px 25px;
  }
}
.btn-border-secondary2:hover {
  background-color:#2891e2;
  color: #FFFFFF;
}
.buton-slide-meta{margin-top:12px;}

.btn-load-more {
  border: 2px solid #A8DADC;
  border-radius: 50px;
  color: #1D3557;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-top: 50px;
  padding: 17px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 575px) {
  .btn-load-more {
    border-radius: 30px;
    font-size: 13px;
    letter-spacing: 0.1em;
    padding: 15px 25px;
  }
}
.btn-load-more:hover {
  background-color: #A8DADC;
  color: #FFFFFF;
}
.btn-load-more:hover .icon {
  color: #FFFFFF;
}
.btn-load-more .icon {
  color: #457B9D;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 575px) {
  .btn-load-more .icon {
    margin-left: 5px;
  }
}

.offcanvas-backdrop,
.modal-backdrop {
  background-color: rgba(43, 43, 43, 0.92);
  cursor: url("../images/icons/cancel-white.png"), auto;
}
.offcanvas-backdrop.show,
.modal-backdrop.show {
  opacity: 1;
}

@media only screen and (max-width: 575px) {
  .pt-sm-40 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-md-max-0 {
    padding-top: 0 !important;
  }
}
/*----------------------------------------*/
/*  Header CSS
/*----------------------------------------*/
@media only screen and (max-width: 991px) {
  .header-area {
    padding: 18px 0;
  }
}

@media only screen and (max-width: 479px) {
  .header-logo img {
    max-width: 156px;
  }
}

.header-transparent {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}
.header-transparent .main-nav > li.active > a {
  color: #FFFFFF;
}
.header-transparent .main-nav > li > a {
  color: #FFFFFF;
}
.header-transparent .header-search-box .form-control {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.header-transparent .header-search-box .form-control::-webkit-input-placeholder {
  color: #457B9D;
}
.header-transparent .header-search-box .form-control:-moz-placeholder {
  color: #457B9D;
}
.header-transparent .header-search-box .form-control::-moz-placeholder {
  color: #457B9D;
}
.header-transparent .header-search-box .form-control:-ms-input-placeholder {
  color: #457B9D;
}
.header-transparent .header-search-box .btn-src {
  color: #1D3557;
}
.header-transparent .header-action-cart {
  color: #FFFFFF;
}
.header-transparent .header-action-cart .cart-icon svg {
  fill: #FFFFFF;
}
.header-transparent .btn-search-menu svg {
  fill: #FFFFFF;
}
.header-transparent .btn-search-menu svg:hover {
  fill: #1D3557;
}
.header-transparent .btn-menu {
  background-color: #1D3557;
}
.header-transparent .btn-menu:hover {
  background-color: #FFFFFF;
  color: #457B9D;
}

.header-navigation {
  position: relative;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
}
.main-nav > li {
  position: relative;
  margin: 0 2px;
}
@media only screen and (max-width: 1199px) {
  .main-nav > li {
    margin: 0 18px;
  }
}
.main-nav > li:first-child {
  margin-left: 0;
}
.main-nav > li:first-child > a {
  padding-left: 0;
}
.main-nav > li:last-child {
  margin-right: 0;
}
.main-nav > li:last-child > a {
  padding-right: 0;
}
.main-nav > li > a {
  color: #457B9D;
  font-size: 16px;
  font-weight: 500;
  padding: 36px 12.33px;
  display: inline-block;
  line-height: 1;
  position: relative;
  text-transform: capitalize;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.main-nav > li > a:hover {
  color: #1D3557;
}
.main-nav .has-submenu:hover a {
  color: #1D3557;
}
.main-nav .has-submenu:hover .submenu-nav, .main-nav .has-submenu:hover .submenu-nav-mega {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.main-nav .has-submenu .submenu-nav, .main-nav .has-submenu .submenu-nav-mega {
  box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.09);
  background-color: #FFFFFF;
  border-radius: 0 0 4px 4px;
  color: #000000;
  left: -15px;
  opacity: 0;
  margin-top: 30px;
  min-width: 230px;
  padding: 0 0;
  position: absolute;
  pointer-events: none;
  top: 100%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  visibility: hidden;
  width: 230px;
  z-index: 9999;
  
  overflow-y: auto;
direction: rtl;
max-height: 363px;  

}
.main-nav .has-submenu .submenu-nav > li, .main-nav .has-submenu .submenu-nav-mega > li {
  border-bottom: 1px solid rgba(173, 181, 189, 0.15);
  padding: 0;
  margin-bottom: 0;
}
.main-nav .has-submenu .submenu-nav > li:last-child, .main-nav .has-submenu .submenu-nav-mega > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.main-nav .has-submenu .submenu-nav > li a, .main-nav .has-submenu .submenu-nav-mega > li a {
  color: #1d1d1d;
  display: block;
  font-size: 16px;
  padding: 11px 25px 10px;
  position: relative;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.main-nav .has-submenu .submenu-nav > li a:hover, .main-nav .has-submenu .submenu-nav-mega > li a:hover {
  color: #2891e2;
  background-color: rgba(173, 181, 189, 0.15);
}
.main-nav .has-submenu .submenu-nav .has-submenu, .main-nav .has-submenu .submenu-nav-mega .has-submenu {
  position: relative;
}
.main-nav .has-submenu .submenu-nav .has-submenu a:before, .main-nav .has-submenu .submenu-nav-mega .has-submenu a:before {
  content: "\f105";
  font-family: "FontAwesome";
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.main-nav .has-submenu .submenu-nav .has-submenu .submenu-nav, .main-nav .has-submenu .submenu-nav-mega .has-submenu .submenu-nav {
  border-radius: 0;
  box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.05);
  left: 100%;
  right: auto;
  top: 8px;
  opacity: 0;
  visibility: hidden;
  margin-top: 30px;
}
.main-nav .has-submenu .submenu-nav .has-submenu .submenu-nav a:before, .main-nav .has-submenu .submenu-nav-mega .has-submenu .submenu-nav a:before {
  display: none;
}
.main-nav .has-submenu .submenu-nav .has-submenu .submenu-nav a:hover, .main-nav .has-submenu .submenu-nav-mega .has-submenu .submenu-nav a:hover {
  color: #2891e2;
}
.main-nav .has-submenu .submenu-nav .has-submenu:hover a, .main-nav .has-submenu .submenu-nav-mega .has-submenu:hover a {
  color: #2891e2;
}
.main-nav .has-submenu .submenu-nav .has-submenu:hover .submenu-nav, .main-nav .has-submenu .submenu-nav-mega .has-submenu:hover .submenu-nav {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.main-nav .has-submenu .submenu-nav .has-submenu:hover .submenu-nav a, .main-nav .has-submenu .submenu-nav-mega .has-submenu:hover .submenu-nav a {
  color: #1d1d1d;
}
.main-nav .has-submenu .submenu-nav .has-submenu:hover .submenu-nav a:hover, .main-nav .has-submenu .submenu-nav-mega .has-submenu:hover .submenu-nav a:hover {
  color: #2891e2;
}
.main-nav .has-submenu .submenu-nav-mega {
  display: flex;
  left: 50%;
  min-width: 100%;
  padding: 0;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  min-width: 720px;
}
.main-nav .has-submenu .submenu-nav-mega li {
  border-right: 1px solid rgba(173, 181, 189, 0.15);
  border-bottom: none;
  flex-basis: 50%;
  margin: 0;
  padding: 0 0;
}
.main-nav .has-submenu .submenu-nav-mega li:last-child {
  border-right: none;
}
.main-nav .has-submenu .submenu-nav-mega li ul > li {
  border-bottom: 1px solid rgba(173, 181, 189, 0.15);
}
.main-nav .has-submenu .submenu-nav-mega li ul > li > a {
  color: #1d1d1d !important;
  font-size: 13px;
  padding: 11px 35px 10px;
}
.main-nav .has-submenu .submenu-nav-mega li ul > li > a:hover {
  background-color: rgba(173, 181, 189, 0.15);
  color: #2891e2 !important;
  text-decoration: none;
}
.main-nav .has-submenu .submenu-nav-mega li ul > li:first-child {
  border-top: 1px solid rgba(173, 181, 189, 0.15);
}
.main-nav .has-submenu .submenu-nav-mega li ul > li:last-child {
  border-bottom: none;
}
.main-nav .has-submenu .submenu-nav-mega li:hover .mega-title {
  color: #2891e2;
  text-decoration: none;
}
.main-nav .has-submenu .submenu-nav-mega .mega-title {
  color: #2d2d2d;
  font-size: 13px;
  font-weight: 600;
  padding: 18px 35px 15px;
  text-decoration: none;
  text-transform: uppercase;
}
.main-nav .has-submenu .submenu-nav-mega .mega-title:hover {
  background-color: transparent;
  color: #2d2d2d;
  cursor: auto;
  text-decoration: none;
}
.main-nav li.active a {
  color: #000;
}
.main-nav li.active ul li.active a {
  color: #000;
}
.main-nav li.active ul li.active ul li.active a {
  color: #000 !important;
}
.main-nav li.active ul li.active a {
  color: #000;
}
.main-nav li.active ul li.active ul li.active a {
  color: #FF6565 !important;
}
.header-action {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.header-search-box {
  background-color: transparent;
  margin-right: 24px;
  max-width: 230px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .header-search-box {
    margin-right: 23px;
  }
}
.header-search-box .form-control {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #2891e2;
  border-radius: 50px;
  font-size: 13px;
  color: #1D3557;
  height: 40px;
  width: 100%;
  padding: 5px 55px 7px 29px;
}
.header-search-box .form-control::-webkit-input-placeholder {
  color: #457B9D;
  font-size: 12px;
}
.header-search-box .form-control:-moz-placeholder {
  color: #457B9D;
  font-size: 12px;
}
.header-search-box .form-control::-moz-placeholder {
  color: #457B9D;
  font-size: 12px;
}
.header-search-box .form-control:-ms-input-placeholder {
  color: #457B9D;
  font-size: 12px;
}
.header-search-box .btn-src {
  background-color: transparent;
  border: none;
  color: #2891e2;
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 53px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.header-search-box .btn-src:hover {
  color: #457B9D;
}

.header-action-cart {
  background-color: transparent;
  border: none;
  color: #457B9D;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .header-action-cart {
    margin-top: 3px;
  }
}
@media only screen and (max-width: 359px) {
  .header-action-cart {
    font-size: 0;
  }
}
.header-action-cart .cart-icon {
  margin-left: 11px;
  position: relative;
  top: -2px;
}
.header-action-cart .cart-icon svg {
  fill: #2891e2;
}
.header-action-cart:hover {
  color: #1D3557;
}

.btn-menu {
  background-color: #2891e2;
  border: none;
  border-radius: 50%;
  box-shadow: none;
  color: #FFFFFF;
  font-size: 17px;
  height: 30px;
  line-height: 29px;
  margin-left: 22px;
  text-align: center;
  width: 31px;
}
@media only screen and (max-width: 479px) {
  .btn-menu {
    margin-left: 12px;
  }
}
.btn-menu:hover {
  background-color: #457B9D;
}

.btn-search-menu {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #2891e2;
  font-size: 17px;
  margin-left: 22px;
}
@media only screen and (max-width: 479px) {
  .btn-search-menu {
    margin-left: 12px;
  }
}
.btn-search-menu svg {
  fill: #2891e2;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn-search-menu:hover svg {
  fill: #457B9D;
}

.sidebar-cart-modal {
  background-color: #FFFFFF;
  box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  top: 0;
  width: 403px;
  padding: 0;
  min-height: 100vh;
  bottom: 0;
  z-index: 9999;
  right: 0;
}
@media only screen and (max-width: 575px) {
  .sidebar-cart-modal {
    padding: 0 15px 15px;
    width: 310px;
  }
}
.sidebar-cart-modal .offcanvas-header {
  padding: 0;
  position: absolute;
  right: 21px;
  top: 13px;
}
.sidebar-cart-modal .offcanvas-header .btn-close {
  background-image: none;
  border: none;
  box-shadow: none;
  color: #457B9D;
  font-size: 32px;
  line-height: 1;
  margin: 0;
  opacity: 1;
  padding: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.sidebar-cart-modal .offcanvas-header .btn-close:hover {
  color: #2891e2;
}
.sidebar-cart-modal .sidebar-cart-inner {
  padding: 0;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .cart-close {
  color: #000000;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 36px;
  line-height: 36px;
  top: 11px;
  right: 23px;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .cart-close i {
  font-weight: 600;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .cart-close:hover {
  color: #2891e2;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart-all {
  height: 100%;
  overflow-y: auto;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart-all .cart-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 30px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}
@media only screen and (max-width: 575px) {
  .sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart-all .cart-header {
    padding: 20px 15px;
  }
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart-all .cart-header > h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}

.cart-content ul li {
  display: flex;
  margin-bottom: 20px;
}
.cart-content ul li:last-child {
  margin-bottom: 0;
}
.cart-content ul li .cart-img {
  flex: 0 0 70px;
}
.cart-content ul li .cart-img a img {
  border-radius: 4px;
  width: 100%;
}
.cart-content ul li .cart-title {
  margin-left: 20px;
}
.cart-content ul li .cart-title h4 {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  width: 100%;
  margin: 0 0 11px;
}
.cart-content ul li .cart-title h4 a {
  color: #000000;
  font-weight: 400;
  font-size: 15px;
}
.cart-content ul li .cart-title h4 a:hover {
  text-decoration: underline;
}
.cart-content ul li .cart-title h4.font-size-width-inc {
  font-size: 16px;
  font-weight: 500;
}
.cart-content ul li .cart-title span {
  font-size: 15px;
  color: #1D3557;
}
.cart-content ul li .cart-title span span.price {
  color: #457B9D;
  font-size: 16px;
}
.cart-content ul li .cart-delete {
  display: flex;
  flex-grow: 100;
  justify-content: flex-end;
}
.cart-content ul li .cart-delete a {
  color: #000000;
  display: block;
  font-size: 20px;
  margin-top: -6px;
  text-align: right;
}
.cart-content ul li .cart-delete a:hover {
  color: #2891e2;
}
.cart-content .cart-total {
  display: block;
  width: 100%;
  border-top: 1px dashed #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
}
.cart-content .cart-total.cart-total-padding-2 {
  padding: 15px 0;
  margin: 18px 0;
}
.cart-content .cart-total h4 {
  font-size: 15px;
  margin: 0;
  font-weight: 500;
  color: #000000;
}
.cart-content .cart-total h4 span {
  font-size: 18px;
  color: #2891e2;
  float: right;
  font-weight: 600;
  margin-top: -3px;
}
.cart-content .cart-checkout-btn {
  display: block;
  width: 100%;
}
.cart-content .cart-checkout-btn a {
  width: 100%;
  display: block;
  margin: 10px 0 0;
  text-align: center;
  padding: 13px 20px 12px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.cart-content .cart-checkout-btn a.cart-btn {
  color: #000000;
  border: 1px solid #e5e3e3;
}
.cart-content .cart-checkout-btn a.cart-btn:hover {
  background-color: #457B9D;
  border-color: #457B9D;
  color: #FFFFFF;
}
.cart-content .cart-checkout-btn a.checkout-btn {
  background-color: #2891e2;
  border: 1px solid #2891e2;
  color: #FFFFFF;
}
.cart-content .cart-checkout-btn a.checkout-btn:hover {
  border: 1px solid #1D3557;
  background-color: #1D3557;
}
.cart-content .cart-checkout-btn a:first-child {
  margin-top: 0;
}
.cart-content.cart-content-padding ul {
  margin: 0;
  padding: 30px;
}
@media only screen and (max-width: 575px) {
  .cart-content.cart-content-padding ul {
    padding: 30px 0;
  }
}
.cart-content.cart-content-padding .cart-total {
  padding: 24px 30px;
}
@media only screen and (max-width: 575px) {
  .cart-content.cart-content-padding .cart-total {
    padding: 24px 0;
  }
}
.cart-content.cart-content-padding .cart-checkout-btn {
  padding: 36px 30px 30px;
}
@media only screen and (max-width: 575px) {
  .cart-content.cart-content-padding .cart-checkout-btn {
    padding: 36px 0 30px;
  }
}

.aside-search-box-wrapper .offcanvas-header {
  justify-content: flex-end;
  padding: 0;
}
.aside-search-box-wrapper .btn-close {
  position: absolute;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  color: #2891e2;
  opacity: 1;
  font-size: 38px;
  top: 0;
  width: 40px;
  padding: 0;
  margin: 0;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  right: 30px;
}
.aside-search-box-wrapper .btn-close:hover {
  color: #1D3557;
}
.aside-search-box-wrapper .offcanvas-body {
  padding-top: 64px;
}
.aside-search-box-wrapper .search-note p {
  font-size: 13px;
  text-transform: capitalize;
  color: #457B9D;
  margin-bottom: 10px;
}
.aside-search-box-wrapper .search-form {
  position: relative;
}
.aside-search-box-wrapper .search-form .form-control {
  border: 1px solid #2891e2;
  color: #1D3557;
  box-shadow: none;
  border-radius: 50px;
  height: 50px;
  font-size: 13px;
  line-height: 50px;
  text-transform: capitalize;
  padding: 10px 55px 10px 24px;
}
.aside-search-box-wrapper .search-form .form-control::-webkit-input-placeholder {
  color: rgba(69, 123, 157, 0.6);
}
.aside-search-box-wrapper .search-form .form-control:-moz-placeholder {
  color: rgba(69, 123, 157, 0.6);
}
.aside-search-box-wrapper .search-form .form-control::-moz-placeholder {
  color: rgba(69, 123, 157, 0.6);
}
.aside-search-box-wrapper .search-form .form-control:-ms-input-placeholder {
  color: rgba(69, 123, 157, 0.6);
}
.aside-search-box-wrapper .search-form .search-button {
  background-color: transparent;
  border: none;
  color: #2891e2;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  font-size: 18px;
}
.aside-search-box-wrapper .search-form .search-button:hover {
  color: #2891e2;
}
.aside-search-box-wrapper.offcanvas-top {
  height: 215px;
}

.aside-side-menu-wrapper {
  padding: 0;
}
@media only screen and (max-width: 479px) {
  .aside-side-menu-wrapper.offcanvas-end {
    width: 310px;
  }
}
.aside-side-menu-wrapper .offcanvas-header {
  align-items: center;
  background-color: #457B9D;
  cursor: pointer;
  height: 60px;
  justify-content: space-between;
  margin-bottom: 15px;
  padding: 0 30px;
}
.aside-side-menu-wrapper .offcanvas-header h5 {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
.aside-side-menu-wrapper .offcanvas-header .btn-close {
  background: none;
  box-shadow: none;
  color: #FFFFFF;
  font-size: 32px;
  height: auto;
  margin: 0;
  opacity: 1;
  padding: 0;
  width: auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.aside-side-menu-wrapper .offcanvas-header .btn-close:hover {
  color: #2891e2;
}
.aside-side-menu-wrapper .offcanvas-body {
  padding: 0 30px 20px;
}

.offcanvas-menu {
  position: relative;
  z-index: 1;
}

.offcanvas-menu::before {
  background-color: #FFFFFF;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.offcanvas-menu ul ul {
  display: none;
}

.offcanvas-menu > ul > li > ul li {
  border-bottom: 0px;
}
.offcanvas-menu > ul > li > ul li a {
  padding: 7px 15px;
  font-weight: 400;
  font-size: 14px;
  color: #457B9D;
}
.offcanvas-menu > ul > li > ul li a:not(:only-child):after {
  font-size: 18px;
  right: 3px;
  top: 3px;
}

.offcanvas-menu > ul > li > ul li > ul li {
  border-bottom: 0px;
}
.offcanvas-menu > ul > li > ul li > ul li a {
  padding: 7px 30px;
  font-size: 13px;
  color: #457B9D;
}

.offcanvas-menu li.active > ul {
  display: block;
}

.offcanvas-menu li a {
  display: block;
  text-transform: capitalize;
  color: #457B9D;
  padding: 10px 0px;
  position: relative;
  font-size: 17px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 479px) {
  .offcanvas-menu li a {
    font-size: 15px;
  }
}
.offcanvas-menu li a:hover {
  color: #2891e2;
}
.offcanvas-menu li a:hover:after {
  color: #2891e2;
}

.offcanvas-menu a:not(:only-child):after {
  color: #457B9D;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 28px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 479px) {
  .offcanvas-menu a:not(:only-child):after {
    font-size: 24px;
    top: 1px;
  }
}

.offcanvas-menu .active > a:not(:only-child):after {
  content: "\f106";
}

/*----------------------------------------*/
/*  Footer CSS
/*----------------------------------------*/
.footer-area {
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 15px;
}

.footer-main {
  background: #F7F8F9;
  border-radius: 100px 100px 0px 0px;
  padding: 60px 0 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-main {
    padding: 70px 0 58px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-main {
    padding: 75px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-main {
    border-radius: 50px 50px 0px 0px;
    padding: 60px 0 50px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-main {
    border-radius: 30px 30px 0px 0px;
    padding: 60px 0 40px;
  }
}
.footer-main .widget-title {
  font-size: 20px;
  margin-bottom: 9px;
  padding-bottom: 17px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-main .widget-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-main .widget-title {
    display: none;
  }
}
.footer-main .widget-title:after {
  background-color: #2891e2;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 46px;
}
@media only screen and (max-width: 767px) {
  .footer-main .widget-title:after {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .footer-main .widget-title.widget-collapsed-title {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer-main .widget-title.widget-collapsed-title {
    background-color: #1D3557;
    border-radius: 10px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 17px;
    margin-bottom: 0;
    padding: 15px 20px 17px;
    position: relative;
  }
}
@media only screen and (max-width: 575px) {
  .footer-main .widget-title.widget-collapsed-title {
    font-size: 15px;
    padding: 12px 20px 14px;
  }
}
.footer-main .widget-title.widget-collapsed-title:before {
  font-family: "FontAwesome";
  font-size: 14px;
  content: "\f067";
  position: absolute;
  right: 0;
  height: 100%;
  width: 60px;
  text-align: center;
  top: calc(50% - 8px);
}
.footer-main .widget-title.widget-collapsed-title:not(.collapsed) {
  border-radius: 10px 10px 0 0;
}
.footer-main .widget-title.widget-collapsed-title:not(.collapsed):before {
  content: "\f068";
  font-family: "FontAwesome";
}
.footer-main .widget-collapse-body {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (min-width: 768px) {
  .footer-main .widget-collapse-body {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .footer-main .widget-collapse-body {
    background-color: #457B9D;
    border: 1px solid #1D3557;
    border-radius: 0 0 10px 10px;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-main .widget-collapse-body .widget-nav {
    padding: 30px 22px 20px;
  }
}
.footer-main .widget-logo {
  display: inline-block;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .footer-main .widget-logo {
    margin-bottom: 25px;
  }
}
.footer-main .desc {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 13px;
  max-width: 250px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-main .desc {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    margin-top: 4px;
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer-main .desc {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    max-width: none;
  }
}
.footer-main .widget-nav li {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  transition: all 0.5s ease 0s;
  margin-bottom: 7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-main .widget-nav li {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-main .widget-nav li {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-main .widget-nav li {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
.footer-main .widget-nav li a {
  color: #457B9D;
  transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 767px) {
  .footer-main .widget-nav li a {
    color: #FFFFFF;
  }
}
.footer-main .widget-nav li a:hover {
  color: #2891e2;
  padding-left: 8px;
}
.footer-main .widget-social {
  display: flex;
}
.footer-main .widget-social a {
  color: #457B9D;
  font-size: 19px;
}
.footer-main .widget-social a + a {
  margin-left: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-main .widget-social a + a {
    margin-left: 35px;
  }
}
.footer-main .widget-social a + a + a {
  margin-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-main .widget-social a + a + a {
    margin-left: 30px;
  }
}
.footer-main .widget-social a:hover {
  color: #2891e2;
}

.footer-bottom {
  background: #F7F8F9;
}

.footer-bottom-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 20px 0 30px;
}
@media only screen and (max-width: 575px) {
  .footer-bottom-content {
    display: block;
  }
}
.footer-bottom-content p {
  font-size: 14px;
  color: #1D3557;
}
@media only screen and (max-width: 575px) {
  .footer-bottom-content p {
    font-size: 13px;
    margin-top: 20px;
  }
}
.footer-bottom-content p i {
  color: #eb3e32;
  font-size: 13px;
  margin: 0 2px;
}

/*----------------------------------------*/
/*  Wrapper CSS
/*----------------------------------------*/
.section-title {
  margin-bottom: 26px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 36px;
  }
}
.section-title .title {
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: -10px;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .title {
    font-size: 30px;
    margin-top: -8px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: -7px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title .title {
    font-size: 24px;
    margin-top: -6px;
  }
}
.section-title p {
  font-size: 18px;
  line-height: 28px;
  max-width: 550px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title p {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 575px) {
  .section-title p {
    font-size: 13px;
  }
}

.page-header-area {
  padding: 22px 0 27px;
}
@media only screen and (max-width: 767px) {
  .page-header-area {
    padding: 38px 0 37px;
  }
}
.page-header-title {
  font-size: 36px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .page-header-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .page-header-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .page-header-title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.showing-pagination-results {
  color: #457B9D;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 13px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .showing-pagination-results {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .showing-pagination-results {
    font-size: 13px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .showing-pagination-results {
    font-weight: 400;
  }
}

.breadcrumb {
  margin-bottom: 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 15px;
  }
}
.breadcrumb-item {
  font-size: 18px;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-item {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-item {
    font-size: 13px;
  }
}
.breadcrumb-item.active {
  color: #457B9D;
}
.breadcrumb-item a {
  color: #457B9D;
}
.breadcrumb-item + .breadcrumb-item:before {
  color: #457B9D;
}

.newsletter-content-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  border-radius: 0 0 0 50px;
  padding: 48px 0 87px 170px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter-content-wrap {
    padding: 60px 0 65px 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-content-wrap {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 50px 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-content-wrap {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 50px 0 60px;
  }
}
@media only screen and (max-width: 479px) {
  .newsletter-content-wrap {
    background-color: #f7f8f9;
    background-image: none !important;
    border-radius: 30px;
    padding: 50px 0 60px;
    text-align: center;
  }
}
.newsletter-content-wrap .newsletter-content {
  max-width: 431px;
}
@media only screen and (max-width: 767px) {
  .newsletter-content-wrap .newsletter-content {
    max-width: 300px;
  }
}
.newsletter-content-wrap .newsletter-content .title {
  font-size: 26px;
  margin-bottom: 23px;
}
@media only screen and (max-width: 767px) {
  .newsletter-content-wrap .newsletter-content .title {
    font-size: 24px;
    margin-bottom: 18px;
  }
}
.newsletter-content-wrap .newsletter-content p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 23px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-content-wrap .newsletter-content p {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-content-wrap .newsletter-content p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.newsletter-content-wrap .newsletter-form {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .newsletter-content-wrap .newsletter-form {
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 479px) {
  .newsletter-content-wrap .newsletter-form {
    margin: 0 15px;
  }
}
.newsletter-content-wrap .newsletter-form .form-control {
  box-shadow: none;
  border: 2px solid #2891e2;
  border-radius: 3px 20px 3px 3px;
  font-size: 12px;
  color: #1D3557;
  height: 50px;
  width: 100%;
  padding: 7px 58px 7px 29px;
}
.newsletter-content-wrap .newsletter-form .form-control::-webkit-input-placeholder {
  color: #457B9D;
}
.newsletter-content-wrap .newsletter-form .form-control:-moz-placeholder {
  color: #457B9D;
}
.newsletter-content-wrap .newsletter-form .form-control::-moz-placeholder {
  color: #457B9D;
}
.newsletter-content-wrap .newsletter-form .form-control:-ms-input-placeholder {
  color: #457B9D;
}
@media only screen and (max-width: 479px) {
  .newsletter-content-wrap .newsletter-form .form-control {
    padding: 7px 58px 7px 15px;
  }
}
.newsletter-content-wrap .newsletter-form .btn-submit {
  background-color: #2891e2;
  border: none;
  border-radius: 30px 30px 3px 30px;
  color: #fff;
  right: 6px;
  height: 40px;
  padding: 0;
  display: inline-block;
  font-size: 13px;
  line-height: 40px;
  margin: 0;
  position: absolute;
  top: 50%;
  width: 40px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.newsletter-content-wrap .newsletter-form .btn-submit:hover {
  background-color: #ff4141;
}

textarea, input {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.scroll-to-top {
  background-color: #1D3557;
  border: none;
  border-radius: 50%;
  bottom: 53px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 50px;
  text-align: center;
  width: 50px;
  z-index: 100;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 575px) {
  .scroll-to-top {
    right: 30px;
    bottom: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .scroll-to-top {
    bottom: 70px;
  }
}
@media only screen and (max-width: 359px) {
  .scroll-to-top {
    font-size: 18px;
    height: 30px;
    line-height: 32px;
    width: 30px;
  }
}

.scroll-to-top:hover {
  background-color: #2891e2;
  box-shadow: none;
  color: #FFFFFF;
}

/*----------------------------------------*/
/*  Home Slider CSS
/*----------------------------------------*/
.hero-slider-area {
  margin: 0 auto;
  max-width: 1650px;
  padding: 0 15px;
}

.hero-slide-item {
  align-items: center;
  background-color: rgba(228, 243, 255, 9);
  border-radius: 50px;
  height: 580px !important;
  display: flex;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slide-item {
    height: 600px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-item {
    border-radius: 30px;
    height: 480px !important;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-item {
    border-radius: 30px;
    height: 460px !important;
  }
}
@media only screen and (max-width: 575px) {
  .hero-slide-item {
    height: auto !important;
    padding: 77px 0 120px;
  }
}
@media only screen and (max-width: 479px) {
  .hero-slide-item {
    height: auto !important;
    padding: 47px 0 103px;
  }
}
.hero-slide-item .container {
  position: relative;
}

.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-shape-img,
.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-sub-title,
.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-title,
.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-desc,
.hero-slide-item.swiper-slide-active .hero-slide-content .btn,
.hero-slide-item.swiper-slide-active .hero-slide-content .ht-popup-video {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-shape-img {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-sub-title {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-title {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-desc {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-meta .btn {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-meta .ht-popup-video {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.hero-slide-item.swiper-slide-active .hero-slide-thumb {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.hero-slide-content {
  margin-top: -23px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-slide-content {
    margin-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .hero-slide-content {
    margin-bottom: 79px;
  }
}
@media only screen and (max-width: 479px) {
  .hero-slide-content {
    margin-bottom: 49px;
  }
}
.hero-slide-content .hero-slide-shape-img {
  position: absolute;
  top: -95px;
  left: -91px;
  z-index: -1;
  pointer-events: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-slide-content .hero-slide-shape-img {
    left: -45px;
    top: -49px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-slide-content .hero-slide-shape-img {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-slide-content .hero-slide-shape-img img {
    width: 90px;
  }
}
.hero-slide-content .hero-slide-sub-title {
  color: #457B9D;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 1px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-slide-content .hero-slide-sub-title {
    font-size: 15px;
  }
}
.hero-slide-content .hero-slide-title {
  font-size: 42px;
  font-weight: 400;
  line-height: 44px;
  margin-bottom: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slide-content .hero-slide-title {
    font-size: 48px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-content .hero-slide-title {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-content .hero-slide-title {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
.hero-slide-content .hero-slide-desc {
  color: #1D3557;
  font-size: 18px;
  line-height: 28px;
  max-width: 550px;
  margin-bottom: 38px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slide-content .hero-slide-desc {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-content .hero-slide-desc {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-content .hero-slide-desc {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}

.hero-slide-meta {
  align-items: center;
  display: flex;
}

.hero-slide-thumb {
  left: 100px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-slide-thumb {
    left: 0;
  }
}
.hero-slide-thumb img {
  max-width: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-slide-thumb img {
    width: 100%;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -60px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -60px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/*----------------------------------------*/
/*  Product CSS
/*----------------------------------------*/
.product-item {
  background-color: #F7F8F9;
  border-radius: 30px;
  padding: 30px 35px 31px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product-item {
    padding: 20px 20px 35px;
  }
}
.product-item .product-thumb {
  border-radius: 30px;
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .product-item .product-thumb {
    margin-bottom: 20px;
  }
}
.product-item .product-thumb img {
  transition: all 0.5s ease 0s;
  width: 100%;

}
.product-item .product-info {

  position: relative;
}
@media only screen and (max-width: 767px) {
  .product-item .product-info {
    padding-right: 31px;
  }
}
.product-item .product-info .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 9px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .product-item .product-info .title {
    font-size: 16px;
  }
}
.product-item .product-info .title a {
  color: #1D3557;
   font-size: 20px;
}
.product-item .product-info .title a:hover {
  color: #2891e2;
}
.product-item .product-action {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 49px;
  justify-content: center;
  top: 50px;
}
@media only screen and (max-width: 767px) {
  .product-item .product-action {
    right: 35px;
    top: 40px;
  }
}
.product-item .product-action .product-action-btn {
  background-color: #2891e2;
  border: none;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  margin: 3px 0;
  opacity: 0;
  text-align: center;
  transition: all 0.5s ease 0s;
  transition-delay: 150ms;
  width: 45px;
  transform: translate(0, -15px);
  -webkit-transform: translate(0, -15px);
  -moz-transform: translate(0, -15px);
  -ms-transform: translate(0, -15px);
  -o-transform: translate(0, -15px);
}
@media only screen and (max-width: 767px) {
  .product-item .product-action .product-action-btn {
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    width: 30px;
  }
}
.product-item .product-action .product-action-btn:hover {
  background-color: #457B9D;
}
.product-item .product-action .product-action-btn.action-btn-cart {
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .product-item .product-action .product-action-btn.action-btn-cart {
    font-size: 14px;
  }
}
.product-item .product-action .product-action-btn.action-btn-compare {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .product-item .product-action .product-action-btn.action-btn-compare {
    font-size: 14px;
  }
}
.product-item .product-action .action-btn-cart {
  transition-delay: 200ms;
}
.product-item .product-action .action-btn-compare {
  transition-delay: 250ms;
}
.product-item .info-btn-wishlist {
  background-color: #2891e2;
  border: none;
  border-radius: 50%;
  color: #FFFFFF;
  display: inline-block;
  font-size: 20px;
  height: 45px;
  line-height: 47px;
  position: absolute;
  right: 1px;
  text-align: center;
  top: 13px;
  width: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-item .info-btn-wishlist {
    line-height: 45px;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-item .info-btn-wishlist {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    width: 30px;
  }
}
.product-item .info-btn-wishlist i {
  transition: all 0.8s ease 0s;
}
.product-item .info-btn-wishlist:hover i {
  transform: rotateY(360deg);
}
.product-item .price {
  align-items: baseline;
  color: #1D3557;
  display: flex;

  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .product-item .price {
    font-size: 16px;
  }
}
.product-item .price .price-old {
  color: #457B9D;
  font-size: 16px;
  font-weight: 500;
  margin-left: 11px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  -webkit-text-decoration-color: rgba(69, 123, 157, 0.35);
          text-decoration-color: rgba(69, 123, 157, 0.35);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .product-item .price .price-old {
    font-size: 13px;
  }
}
.product-item .badges {
  background-color: #2891e2;
  border-radius: 40px;
  color: #FFFFFF;
  display: inline-block;
  
  font-size: 13px;
  left: 29px;
  line-height: 1;
  padding: 4px 18px 8px;
  position: absolute;
  text-align: center;
  top: 31px;
}
@media only screen and (max-width: 767px) {
  .product-item .badges {
    left: 12px;
    top: 20px;
  }
}
.product-item:hover .product-thumb img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.product-item:hover .product-action .product-action-btn {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}

.product-item-border {
  background-color: transparent;
  border: 1px solid #A8DADC;
}

@media only screen and (min-width: 1550px), only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-items-two .product-item {
    padding: 25px 25px 38px;
  }
  .product-items-two .product-item .product-action {
    right: 40px;
  }
  .product-items-two .product-item .product-action .product-action-btn {
    height: 35px;
    line-height: 35px;
    width: 35px;
  }
  .product-items-two .product-item .product-info .title {
    font-size: 16px;
  }
  .product-items-two .product-item .product-info .price {
    font-size: 16px;
  }
  .product-items-two .product-item .badges {
    left: 15px;
    top: 25px;
  }
  .product-items-two .product-item .info-btn-wishlist {
    font-size: 18px;
    height: 35px;
    line-height: 36px;
    top: 5px;
    width: 35px;
  }
}

.product-banner-item {
  border-radius: 30px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-banner-item img {
  transition: all 0.5s ease 0s;
  width: 100%;
}
.product-banner-item:before {
  background-color: rgba(255, 255, 255, 0.09);
  content: "";
  height: 200%;
  left: -280px;
  position: absolute;
  top: -50%;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  z-index: 1;
}
.product-banner-item:after {
  background-color: rgba(255, 255, 255, 0.09);
  content: "";
  height: 200%;
  left: 180%;
  position: absolute;
  top: -50%;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  z-index: 1;
}
.product-banner-item:hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
.product-banner-item:hover:before {
  left: 180%;
}
.product-banner-item:hover:after {
  left: -280px;
}

.product-banner-wrp {
  align-items: center;
  border-radius: 30px;
  display: flex;
  padding-top: 2px;
  padding-bottom: 7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-banner-wrp {
    background-position: 65% center;
  }
}
@media only screen and (max-width: 767px) {
  .product-banner-wrp {
    display: block;
    padding: 68px 0 80px;
  }
}
@media only screen and (max-width: 575px) {
  .product-banner-wrp {
    display: block;
    padding: 48px 0 60px;
  }
}
.product-banner-wrp .product-banner-thumb {
  min-width: 315px;
  padding-left: 37px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-banner-wrp .product-banner-thumb {
    min-width: 265px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-banner-wrp .product-banner-thumb {
    padding-left: 28px;
  }
}
@media only screen and (max-width: 479px) {
  .product-banner-wrp .product-banner-thumb {
    padding-left: 0;
  }
}

.product-banner-content {
  padding-left: 58px;
  padding-top: 7px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-banner-content {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .product-banner-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.product-banner-content:before {
  background-color: #FFFFFF;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 5px;
  width: 1px;
}
@media only screen and (max-width: 767px) {
  .product-banner-content:before {
    display: none;
  }
}
.product-banner-content h3 {
  color: #FFFFFF;
  font-size: 36px;
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-banner-content h3 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .product-banner-content h3 {
    font-size: 24px;
  }
}
.product-banner-content p {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.5;
  max-width: 263px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-banner-content p {
    font-size: 13px;
  }
}

.product-category-item {
  border-radius: 20px;
  background-color: #A8DADC;
  display: block;
  margin-top: 122px;
  padding: 0 30px 25px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-category-item {
    margin-top: 85px;
    padding: 20px 30px 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-category-item {
    margin-top: 62px;
    padding: 20px 30px 22px;
  }
}
@media only screen and (max-width: 767px) {
  .product-category-item {
    margin-top: 62px;
    padding: 20px 30px 22px;
  }
}
@media only screen and (max-width: 575px) {
  .product-category-item {
    margin-top: 110px;
  }
}
.product-category-item:hover {
  background-color: #F1FAEE;
  box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.15);
}
.product-category-thumb {
  display: inline-block;
  margin-top: -147px;
}
@media only screen and (max-width: 575px) {
  .product-category-thumb {
    display: block;
    text-align: center;
  }
}
.product-category-thumb img {
  max-width: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-category-thumb img {
    max-width: 100%;
  }
}
.product-category-title {
  color: #457B9D;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.2em;
  margin-bottom: 0;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-category-title {
    font-size: 18px;
  }
}
.product-category-title span {
  color: #457B9D;
  font-weight: 900;
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 575px) {
  .product-category-title span {
    font-size: 20px;
  }
}
.product-category-title span:hover {
  color: #2891e2;
}
.product-category-desc {
  color: #457B9D;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 300;
  height: 100%;
  line-height: 28px;
  letter-spacing: 0.3em;
  margin: 0;
  position: absolute;
  right: 25px;
  text-align: center;
  text-transform: uppercase;
  top: 3px;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-category-desc {
    font-size: 18px;
    right: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-category-desc {
    font-size: 14px;
    right: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .product-category-desc {
    font-size: 14px;
    right: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .product-category-desc {
    font-size: 18px;
    right: 23px;
  }
}

.product-two-category-item {
  background-color: #c4ecf7;
  border-radius: 15px;
  display: block;
  margin-top: 25px;
  padding: 0 8px 23px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 479px) {
  .product-two-category-item {
    padding: 0 30px 18px;
  }
}
.product-two-category-item:hover {
  background-color: #457B9D;
  box-shadow: 5px 15px 25px rgba(0, 0, 0, 0.2);
}
.product-two-category-item:hover .product-two-category-title {
  color: #FFFFFF;
}
.product-two-category-item:hover img {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
}
.product-two-category-thumb {
  display: inline-block;
  margin-bottom: 13px;
  margin-top: -25px;
  max-width: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 479px) {
  .product-two-category-thumb {
    margin-bottom: 17px;
  }
}
.product-two-category-title {
  color: #1D3557;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 0;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 479px) {
  .product-two-category-title {
    font-size: 18px;
    line-height: 1.3;
  }
}

.shop-top-bar-area {
  border-bottom: 1px solid #A8DADC;
  line-height: 1;
  padding: 17px 0;
}
@media only screen and (max-width: 767px) {
  .shop-top-bar-area {
    padding: 25px 0 15px;
  }
}
@media only screen and (min-width: 1550px), only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-top-bar-area.top-bar-two {
    margin-top: -9px;
    padding: 0 0 2px;
  }
  .shop-top-bar-area.top-bar-two .shop-top-bar {
    height: 36px;
  }
  .shop-top-bar-area.top-bar-two .shop-top-bar .select-price-range {
    min-height: 20px;
  }
}

.shop-top-bar {
  display: flex;
  justify-content: space-between;
  height: 40px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .shop-top-bar {
    display: block;
    height: auto;
  }
}
.shop-top-bar .select-shoing {
  width: 23.29%;
}
@media only screen and (max-width: 767px) {
  .shop-top-bar .select-shoing {
    width: 50%;
  }
}
.shop-top-bar .select-price-range {
  width: 53.42%;
}
@media only screen and (max-width: 767px) {
  .shop-top-bar .select-price-range {
    width: 100%;
  }
}
.shop-top-bar .select-on-sale {
  width: 23.29%;
}
@media only screen and (max-width: 767px) {
  .shop-top-bar .select-on-sale {
    width: 50%;
  }
}

.select-shoing {
  -webkit-appearance: inherit;
     -moz-appearance: inherit;
          appearance: inherit;
  border: none;
  color: #1D3557;
  cursor: pointer;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.select-shoing:after {
  display: none;
}
.select-shoing .current {
  padding: 0 28px 0 0;
  position: relative;
}
.select-shoing .current:after {
  border-color: #457B9D transparent transparent transparent;
  border-style: solid;
  border-width: 6px 5.66px 0;
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
}
.select-shoing.open .current:after {
  margin-top: 0;
}
.select-shoing option {
  font-size: 14px;
}

.select-on-sale {
  display: flex;
  justify-content: flex-end;
}
.select-on-sale h5 {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 10px;
}
.select-on-sale .select-on-sale-form {
  -webkit-appearance: inherit;
     -moz-appearance: inherit;
          appearance: inherit;
  border: none;
  color: #457B9D;
  cursor: pointer;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0 20px 0 0;
  width: 40px;
}
.select-on-sale .select-on-sale-form:after {
  border-color: transparent #457B9D #457B9D transparent;
  border-style: solid;
  border-width: 4px 4px 4px;
  content: "";
  height: auto;
  margin-top: -6px;
  right: 0;
  width: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .select-on-sale .select-on-sale-form:after {
    margin-top: -5px;
  }
}
.select-on-sale .select-on-sale-form.open:after {
  margin-top: -3px;
}
.select-on-sale .select-on-sale-form option {
  font-size: 14px;
}

.select-price-range {
  align-items: center;
  border-left: 1px solid #A8DADC;
  border-right: 1px solid #A8DADC;
  display: flex;
  justify-content: center;
  min-height: 40px;
}
@media only screen and (max-width: 767px) {
  .select-price-range {
    border-top: 1px solid #f2f2f2;
    border-left: none;
    border-right: none;
    justify-content: start;
    margin-top: 18px;
    padding-top: 11px;
  }
}
@media only screen and (max-width: 575px) {
  .select-price-range {
    justify-content: space-between;
  }
}
.select-price-range .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 26px;
}

.select-price-range-slider {
  align-items: center;
  display: flex;
}
.select-price-range-slider .noUi-connect {
  background-color: #457B9D;
}
.select-price-range-slider .noUi-horizontal {
  background-color: #A8DADC;
  height: 2px;
}
.select-price-range-slider .noUi-horizontal .noUi-handle {
  background-color: #457B9D;
  cursor: pointer;
  width: 13px;
  height: 13px;
  top: 50%;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
}
.select-price-range-slider .noUi-horizontal .noUi-handle.noUi-handle-lower {
  display: none;
}
.select-price-range-slider .noUi-background {
  background-color: #A8DADC;
}
.select-price-range-slider .noUi-target {
  border-radius: 0;
  width: 130px;
}
@media only screen and (max-width: 767px) {
  .select-price-range-slider .noUi-target {
    width: 360px;
  }
}
@media only screen and (max-width: 575px) {
  .select-price-range-slider .noUi-target {
    width: 300px;
  }
}
@media only screen and (max-width: 479px) {
  .select-price-range-slider .noUi-target {
    width: 160px;
  }
}
.select-price-range-slider .slider-labels {
  margin-left: 22px;
}
.select-price-range-slider .slider-labels span {
  color: #1D3557;
  display: none;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  min-width: 55px;
}

#slider-range-value2 {
  display: inline-block;
}

.product-details {
  border-bottom: 1px solid #A8DADC;
  margin-bottom: 20px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details {
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-details {
    padding-bottom: 80px;
  }
}

.product-details-thumb {
  position: relative;
}
.product-details-thumb img {
  border-radius: 30px;
  width: 100%;
}
.product-details-thumb .badges {
  background-color: #2891e2;
  border-radius: 50px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 9px 22px 10px;
  line-height: 1;
  position: absolute;
  top: 30px;
  right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-details-thumb .badges {
    font-size: 14px;
    padding: 5px 18px 8px;
  }
}
.product-details-thumb .lightbox-image {
  display: block;
  position: relative;
}

.single-product-thumb-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #A8DADC;
  height: 10px;
  opacity: 1;
  width: 10px;
}
.single-product-thumb-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #457B9D;
}
.single-product-nav-slider {
  margin-top: 30px;
}
.single-product-nav-slider .nav-item {
  border-radius: 30px;
  cursor: pointer;
}
.single-product-nav-slider .nav-item.swiper-slide-thumb-active img {
  border-color: #A8DADC;
}
.single-product-nav-slider .nav-item img {
  border: 1px solid transparent;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 575px) {
  .single-product-nav-slider .nav-item img {
    margin-bottom: 1px;
  }
}

.product-details-content {
  padding-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-details-content {
    margin-top: 40px;
  }
}
.product-details-content .product-details-title {
  font-size: 30px;
  margin-bottom: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-details-content .product-details-title {
    font-size: 24px;
    margin-bottom: 18px;
  }
}
.product-details-content .product-details-desc {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 34px;
  margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-details-content .product-details-desc {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    margin-right: 0;
  }
}

.product-details-review {
  align-items: center;
  display: flex;
  margin-bottom: 32px;
}
.product-details-review .product-review-icon {
  display: flex;
  font-size: 18px;
  color: #70bdf9;
  letter-spacing: 5px;
  line-height: 1;
  margin-right: 18px;
}
.product-details-review .product-review-show {
  background: none;
  border: none;
  color: #70bdf9;
  margin: 0;
  padding: 0;
  font-style: italic;
  font-size: 18px;
  line-height: 1;
}
.product-details-review .product-review-show:hover {
  color: #1D3557;
}

.product-details-size-list {
  display: flex;
  margin: 0 0 30px;
}
.product-details-size-list .size-list-check {
  line-height: 1;
  margin-right: 20px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-details-size-list .size-list-check {
    margin-right: 15px;
  }
}
.product-details-size-list .form-check-input {
  background-color: transparent;
  border: 2px solid #A8DADC;
  cursor: pointer;
  box-shadow: none;
  width: 50px;
  height: 50px;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-details-size-list .form-check-input {
    height: 35px;
    width: 35px;
  }
}
.product-details-size-list .form-check-input:checked[type=radio] {
  background-image: none;
  box-shadow: none;
  border-color: #1D3557;
}
.product-details-size-list .form-check-label {
  color: #457B9D;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-details-size-list .form-check-label {
    font-size: 13px;
    top: calc(50% - 1px);
  }
}
@media only screen and (max-width: 575px) {
  .product-details-size-list .form-check-label {
    font-size: 13px;
    top: 50%;
  }
}

.group-product-list {
  margin-bottom: 35px;
  padding-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .group-product-list {
    overflow-x: auto;
  }
}
.group-product-list .info-text {
  font-size: 16px;
  display: block;
  margin-bottom: 25px;
}
@media only screen and (max-width: 479px) {
  .group-product-list .info-text {
    font-size: 14px;
  }
}
.group-product-list .info-text .text-primary {
  color: #2891e2;
  font-weight: 500;
}
.group-product-list table {
  width: 100%;
  margin-bottom: 15px;
  border-top: 1px dotted #e5e5e5;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .group-product-list table {
    min-width: 400px;
  }
}
.group-product-list table tbody tr td {
  padding: 10px 10px 10px 0;
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: #e5e5e5;
  background-color: transparent;
}
.group-product-list table tbody tr .thumb {
  width: 50px;
}
.group-product-list table tbody tr .title {
  font-size: 14px;
  text-transform: capitalize;
}
.group-product-list table tbody tr .title a {
  color: #1D3557;
}
.group-product-list table tbody tr .title a:hover {
  color: #2891e2;
}
.group-product-list table tbody tr input {
  cursor: pointer;
}
.group-product-list table tbody tr .price {
  padding-right: 0;
  text-align: right;
}
.group-product-list table tbody tr .price .pro-price span {
  font-size: 14px;
  font-weight: 500;
  color: #1D3557;
}
.group-product-list table tbody tr .price .pro-price .old {
  font-size: 14px;
  margin-right: 5px;
  text-decoration: line-through;
  opacity: 0.5;
}

.product-details-color-list {
  border-top: 1px solid #A8DADC;
  border-bottom: 1px solid #A8DADC;
  display: flex;
  margin: 0 0 18px;
  padding: 18px 0 18px;
}
.product-details-color-list h4 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-details-color-list h4 {
    font-size: 14px;
  }
}
.product-details-color-list .color-list-check {
  line-height: 1;
  margin-right: 30px;
}
.product-details-color-list .form-check-input {
  cursor: pointer;
  box-shadow: none;
  width: 16px;
  height: 16px;
  background-color: #BABABA;
  border: 2px solid transparent;
  margin-right: 7px;
  margin-top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-details-color-list .form-check-input {
    height: 13px;
    margin-right: 4px;
    width: 13px;
  }
}
.product-details-color-list .form-check-input:checked[type=radio] {
 
  background-size: 12px;
  box-shadow: none;
  border-color: #1D3557;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-details-color-list .form-check-input:checked[type=radio] {
    background-size: 11px;
  }
}
.product-details-color-list .form-check-input.bg-red {
  background-color: #FF0000;
}
.product-details-color-list .form-check-input.bg-green {
  background-color: #0ADC51;
}
.product-details-color-list .form-check-input.bg-blue {
  background-color: #0066FF;
}
.product-details-color-list .form-check-label {
  color: #1D3557;
  cursor: pointer;
  font-size: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-details-color-list .form-check-label {
    font-size: 15px;
  }
}

.product-details-pro-qty {
  align-items: center;
  border-bottom: 1px solid #A8DADC;
  display: flex;
  padding-bottom: 18px;
  margin-bottom: 40px;
}
.product-details-pro-qty h4 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-details-pro-qty h4 {
    font-size: 14px;
  }
}

.pro-qty {
  display: inline-block;
  position: relative;
}
.pro-qty input {
  width: 100px;
  height: 50px;
  font-size: 18px;
  border: 2px solid #A8DADC;
  border-radius: 35px;
  color: #1D3557;
  padding: 0 25px 0;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .pro-qty input {
    font-size: 16px;
    height: 45px;
  }
}
.pro-qty .qty-btn {
  cursor: pointer;
  position: absolute;
  line-height: 21px;
  color: #1D3557;
  top: 50%;
  transform: translate(0%, -50%);
  font-size: 18px;
  text-align: center;
  transition: all 0.5s ease 0s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pro-qty .qty-btn:hover {
  color: #2891e2;
}
.pro-qty .dec {
  right: 0;
  padding-right: 18px;
}
.pro-qty .inc {
  left: 0;
  padding-left: 18px;
}

.product-details-action {
  align-items: center;
  display: flex;
  margin-top: 33px;
}
.product-details-action .product-action-btn {
  background-color: transparent;
  border: 3px solid #A8DADC;
  border-radius: 50px;
  color: #1D3557;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-right: 30px;
  padding: 10px 26px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-details-action .product-action-btn {
    border-width: 2px;
    font-size: 14px;
    padding: 13px 23px;
  }
}
@media only screen and (max-width: 575px) {
  .product-details-action .product-action-btn {
    border-radius: 30px;
    font-size: 13px;
    letter-spacing: 0.1em;
    padding: 12px 25px;
  }
}
.product-details-action .product-action-btn:hover {
  background-color: #A8DADC;
  color: #FFFFFF;
}
.product-details-action .product-action-wishlist {
  background-color: transparent;
  border: 3px solid #A8DADC;
  border-radius: 50%;
  box-shadow: none;
  color: #2891e2;
  font-size: 22px;
  height: 54px;
  line-height: 52px;
  text-align: center;
  width: 54px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-details-action .product-action-wishlist {
    border-width: 2px;
    font-size: 18px;
  }
}
.product-details-action .product-action-wishlist:hover {
  background-color: #A8DADC;
  color: #FFFFFF;
}

.product-details-price {
  color: #1D3557;

  font-size: 38px;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-details-price {
    font-size: 36px;
  }
}
.product-details-price .price-old {
  color: #457B9D;
  font-size: 18px;
  font-weight: 400;
  margin-left: 11px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  -webkit-text-decoration-color: rgba(69, 123, 157, 0.35);
  text-decoration-color: rgba(69, 123, 157, 0.35);
}

.product-details-nav {
  display: flex;
  margin-bottom: 49px;
}
.product-details-nav .nav-link {
  color: #A8DADC;
  padding: 0;
  border: none;
  background-color: transparent;
  line-height: 1.2;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 24px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .product-details-nav .nav-link {
    font-size: 20px;
  }
}
.product-details-nav .nav-link.active {
  color: #1D3557;
}
.product-details-nav .nav-link + .nav-link {
  margin-left: 62px;
}
@media only screen and (max-width: 575px) {
  .product-details-nav .nav-link + .nav-link {
    margin-left: 35px;
  }
}

.product-form-title {
  font-size: 24px;
  margin-bottom: 79px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-form-title {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .product-form-title {
    margin-bottom: 50px;
  }
}

.product-details-info-wrap {
  border-bottom: 1px solid #A8DADC;
  margin-bottom: 32px;
  padding-bottom: 22px;
}
.product-details-info-wrap li {
  color: #457B9D;
  font-size: 15px;
  list-style: none;
  margin: 0 0 13px;
  display: flex;
}
.product-details-info-wrap li span {
  color: #1D3557;
  display: inline-block;
  font-weight: 500;
  margin: 0 26px 0 0;
  min-width: 85px;
}

.cart-table-wrap .cart-table table {
  width: 100%;
}
.cart-table-wrap .cart-table table thead {
  background-color: #f3f3f3;
}
.cart-table-wrap .cart-table table thead > tr th {
  color: #457B9D;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 14px 23px 14px;
}
.cart-table-wrap .cart-table table thead > tr th.width-thumbnail {
  min-width: 130px;
}
.cart-table-wrap .cart-table table thead > tr th.width-name {
  min-width: 400px;
}
.cart-table-wrap .cart-table table thead > tr th.width-price {
  min-width: 162px;
}
.cart-table-wrap .cart-table table thead > tr th.width-quantity {
  min-width: 170px;
}
.cart-table-wrap .cart-table table thead > tr th.width-subtotal {
  min-width: 145px;
}
.cart-table-wrap .cart-table table thead > tr th.width-remove {
  min-width: 101px;
}
.cart-table-wrap .cart-table table tbody > tr {
  border-bottom: 1px solid #e5e5e5;
}
.cart-table-wrap .cart-table table tbody > tr td {
  padding: 23px;
}
.cart-table-wrap .cart-table table tbody > tr td.product-thumbnail a {
  display: block;
}
.cart-table-wrap .cart-table table tbody > tr td.product-thumbnail a img {
  width: 80px;
}
.cart-table-wrap .cart-table table tbody > tr td.product-name h5 {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #1D3557;
}
.cart-table-wrap .cart-table table tbody > tr td.product-name h5 a {
  color: #1D3557;
}
.cart-table-wrap .cart-table table tbody > tr td.product-name h5 a:hover {
  color: #2891e2;
}
.cart-table-wrap .cart-table table tbody > tr td.product-price span {
  font-size: 16px;
  font-weight: 500;
  color: #457B9D;
}
.cart-table-wrap .cart-table table tbody > tr td.product-total span {
  font-size: 16px;
  font-weight: 500;
  color: #1D3557;
}
.cart-table-wrap .cart-table table tbody > tr td.cart-quality .product-details-quality input {
  border: 1px solid #e5e5e5;
  background-color: transparent;
  color: #1D3557;
  width: 95px;
  height: 40px;
  font-weight: 500;
  padding: 0 10px;
}
.cart-table-wrap .cart-table table tbody > tr td.cart-quality .product-details-quality input::-webkit-inner-spin-button {
  cursor: pointer;
  opacity: 1;
}
.cart-table-wrap .cart-table table tbody > tr td.cart-quality .product-details-quality input::-webkit-outer-spin-button {
  cursor: pointer;
  opacity: 1;
}
.cart-table-wrap .cart-table table tbody > tr td.product-remove a {
  font-size: 18px;
  color: #2891e2;
  display: inline-block;
}
.cart-table-wrap .cart-table table tbody > tr td.product-remove a:hover {
  color: #1D3557;
}

.cart-calculate-discount-wrap h4 {
  font-size: 20px;
  margin: 0 0 30px;
}

.cart-shiping-update-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .cart-shiping-update-wrapper {
    margin: 40px 0 60px;
  }
}
@media only screen and (max-width: 479px) {
  .cart-shiping-update-wrapper {
    display: block;
  }
}
.cart-shiping-update-wrapper .cart-shiping-btn a {
  font-size: 14px;
  background-color: #2891e2;
}
@media only screen and (max-width: 479px) {
  .cart-shiping-update-wrapper .cart-shiping-btn a {
    display: block;
    width: 100%;
  }
}
.cart-shiping-update-wrapper .cart-shiping-btn a.btn {
  border-radius: 3px;
  padding: 11px 20px;
}
.cart-shiping-update-wrapper .cart-shiping-btn a.btn-link {
  background-color: #1D3557;
  border: none;
  color: #FFFFFF;
  text-decoration: none;
}
.cart-shiping-update-wrapper .cart-shiping-btn a i {
  font-size: 16px;
  margin-right: 2px;
  position: relative;
  top: 0;
}
.cart-shiping-update-wrapper .cart-shiping-btn.continure-btn a {
  background-color: #2891e2;
}
@media only screen and (max-width: 479px) {
  .cart-shiping-update-wrapper .cart-shiping-btn.continure-btn a {
    margin-bottom: 15px;
  }
}
.cart-shiping-update-wrapper .cart-shiping-btn.continure-btn a:hover {
  background-color: #1D3557;
}
.cart-shiping-update-wrapper .cart-shiping-btn.update-btn a {
  background-color: #1D3557;
}
.cart-shiping-update-wrapper .cart-shiping-btn.update-btn a:hover {
  background-color: #2891e2;
}

.select-style {
  margin-bottom: 15px;
}
.select-style .select-active {
  border: solid #A8DADC;
  border-width: 0 0 1px 0;
  border-radius: 0;
  width: 100%;
  height: 52px;
  line-height: 52px;
  color: #1D3557;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .select-style .select-active {
    height: 42px;
    line-height: 42px;
  }
}
.select-style .select2-container--default {
  display: block;
}
.select-style .select2-container--default .select2-selection--single {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 52px;
  line-height: 52px;
}
.select-style .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px;
  right: 10px;
}
.select-style .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #1D3557;
  line-height: 52px;
  padding-left: 16px;
  padding-right: 20px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e5e5e5;
  height: 52px;
  background-color: transparent;
}

.calculate-discount-content p {
  font-size: 14px;
  margin-bottom: 18px;
  display: block;
  color: #457B9D;
}
.calculate-discount-content .input-style {
  margin-bottom: 15px;
}
.calculate-discount-content .input-style input {
  color: #1D3557;
  height: 52px;
  border: solid #A8DADC;
  border-width: 0 0 1px 0;
  background-color: transparent;
  padding: 2px 16px 2px 0;
  width: 100%;
}
.calculate-discount-content .input-style input::-webkit-input-placeholder {
  color: #1D3557;
  font-size: 14px;
  opacity: 1;
}
.calculate-discount-content .input-style input:-moz-placeholder {
  color: #1D3557;
  font-size: 14px;
  opacity: 1;
}
.calculate-discount-content .input-style input::-moz-placeholder {
  color: #1D3557;
  font-size: 14px;
  opacity: 1;
}
.calculate-discount-content .input-style input:-ms-input-placeholder {
  color: #1D3557;
  font-size: 14px;
  opacity: 1;
}
.calculate-discount-content .input-style input:focus {
  border-color: #1D3557;
}
.calculate-discount-content .calculate-discount-btn a {
  background-color: #1D3557;
  font-size: 14px;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .calculate-discount-content .calculate-discount-btn a {
    font-size: 14px;
  }
}
.calculate-discount-content .calculate-discount-btn a.btn {
  border-radius: 3px;
  padding: 11px 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .calculate-discount-content .calculate-discount-btn a.btn {
    padding: 11px 19px;
  }
}
.calculate-discount-content .calculate-discount-btn a.btn-link {
  border: none;
  text-decoration: none;
  color: #FFFFFF;
}
.calculate-discount-content .calculate-discount-btn a:hover {
  background-color: #2891e2;
}

.grand-total-wrap .grand-total-content {
  padding: 30px;
  padding: 34px 30px 33px;
  background-color: #f5f5f5;
}
.grand-total-wrap .grand-total-content h3 {
  font-size: 16px;
  margin: 0;
  border-bottom: 1px solid #A8DADC;
  display: flex;
  justify-content: space-between;
  padding: 0 0 18px;
}
.grand-total-wrap .grand-total-content h3 span {
  font-size: 16px;
  font-weight: 600;
  color: #2891e2;
}
.grand-total-wrap .grand-total-content .grand-shipping {
  padding: 38px 0 32px;
}
.grand-total-wrap .grand-total-content .grand-shipping > span {
  font-size: 16px;
}
.grand-total-wrap .grand-total-content .grand-shipping ul {
  padding: 17px 0 0px;
  margin: 0;
}
.grand-total-wrap .grand-total-content .grand-shipping ul li {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.grand-total-wrap .grand-total-content .grand-shipping ul li:last-child {
  margin-bottom: 0;
}
.grand-total-wrap .grand-total-content .grand-shipping ul li input {
  width: auto;
  height: auto;
}
.grand-total-wrap .grand-total-content .grand-shipping ul li input:hover {
  cursor: pointer;
}
.grand-total-wrap .grand-total-content .grand-shipping ul li label {
  font-size: 16px;
  font-weight: 400;
  color: #1D3557;
  margin-left: 10px;
}
.grand-total-wrap .grand-total-content .shipping-country {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 35px;
  margin-bottom: 30px;
}
.grand-total-wrap .grand-total-content .shipping-country p {
  display: block;
  padding: 10px 20px;
  background-color: #4bb1cf;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
  border-left: 6px solid #3198b6;
}
.grand-total-wrap .grand-total h4 {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.grand-total-wrap .grand-total h4 span {
  color: #2891e2;
}
.grand-total-wrap .grand-total-btn {
  margin-top: 24px;
}
.grand-total-wrap .grand-total-btn a {
  font-size: 15px;
  text-transform: uppercase;
  background-color: #2891e2;
  display: block;
  font-weight: 500;
}
.grand-total-wrap .grand-total-btn a.btn {
  padding: 15px 20px;
  border-radius: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .grand-total-wrap .grand-total-btn a.btn {
    padding: 14px 10px;
  }
}
.grand-total-wrap .grand-total-btn a.btn-link {
  text-decoration: none;
  color: #FFFFFF;
}
.grand-total-wrap .grand-total-btn a:hover {
  background-color: #1D3557;
}

.checkout-coupon-wrap > p {
  background-color: #f3f3f3;
  padding: 1.188rem 1.25rem;
  border-radius: 3px;
  position: relative;
}
.checkout-coupon-wrap > p.cart-page-title {
  font-size: 14px;
  color: #000000;
}
.checkout-coupon-wrap > p i {
  font-size: 13px;
  position: relative;
  top: 1px;
}
.checkout-coupon-wrap > p a {
  color: #4bb1cf;
  margin-left: 6px;
  font-size: 14px;
}
.checkout-coupon-wrap .checkout-coupon-content form p {
  color: #666;
  margin: 0;
}
.checkout-coupon-wrap .checkout-coupon-content form input {
  height: 55px;
  border: 1px solid #e5e5e5;
  background-color: transparent;
  color: #495057;
  font-size: 15px;
  padding: 2px 16px;
  margin: 25px 0 15px;
  width: 100%;
}
.checkout-coupon-wrap .checkout-coupon-content form button {
  border: none;
  background-color: #457B9D;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 18px 35px 17px;
  position: relative;
  top: -2px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.checkout-coupon-wrap .checkout-coupon-content form button:hover {
  background-color: #2891e2;
}

.billing-info-wrap h3 {
  font-size: 20px;
  margin: 0 0 23px;
}
.billing-info-wrap .billing-info label {
  color: #000000;
  display: block;
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .billing-info-wrap .billing-info label {
    margin-bottom: 10px;
  }
}
.billing-info-wrap .billing-info label abbr {
  color: #457B9D;
}
.billing-info-wrap .billing-info input {
  width: 100%;
  height: 55px;
  border: 1px solid #e5e5e5;
  background-color: transparent;
  color: #1D3557;
  font-size: 14px;
  padding: 2px 16px;
}
.billing-info-wrap .billing-info input::-webkit-input-placeholder {
  color: #1D3557;
  font-size: 14px;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .billing-info-wrap .billing-info input::-webkit-input-placeholder {
    font-size: 12px;
  }
}
.billing-info-wrap .billing-info input:-moz-placeholder {
  color: #1D3557;
  font-size: 14px;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .billing-info-wrap .billing-info input:-moz-placeholder {
    font-size: 12px;
  }
}
.billing-info-wrap .billing-info input::-moz-placeholder {
  color: #1D3557;
  font-size: 14px;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .billing-info-wrap .billing-info input::-moz-placeholder {
    font-size: 12px;
  }
}
.billing-info-wrap .billing-info input:-ms-input-placeholder {
  color: #1D3557;
  font-size: 14px;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .billing-info-wrap .billing-info input:-ms-input-placeholder {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .billing-info-wrap .billing-info input {
    height: 42px;
  }
}
.billing-info-wrap .billing-info input:focus {
  border-color: #1D3557;
}
.billing-info-wrap .billing-info input.billing-address {
  margin-bottom: 20px;
}
.billing-info-wrap .billing-select .select-style .select-active {
  border-color: #e5e5e5;
  border-width: 1px;
  padding-left: 16px;
}
.billing-info-wrap .billing-select label {
  color: #000000;
  display: block;
  margin: 0 0 15px;
}
.billing-info-wrap .billing-select label abbr {
  color: #f33;
}
.billing-info-wrap .checkout-account input {
  border: 1px solid #e5e5e5;
  display: inline-block;
  float: left;
  height: 10px;
  width: 10px;
  position: relative;
  top: 10px;
  color: #495057;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .billing-info-wrap .checkout-account input {
    top: 8px;
  }
}
.billing-info-wrap .checkout-account input.checkout-toggle {
  cursor: pointer;
}
.billing-info-wrap .checkout-account span {
  margin: 0 0 0 12px;
  font-size: 14px;
}
.billing-info-wrap .additional-info-wrap {
  margin: 19px 0 -5px;
}
.billing-info-wrap .additional-info-wrap label {
  color: #000000;
  display: block;
  margin: 0 0 15px;
}
.billing-info-wrap .additional-info-wrap textarea {
  width: 100%;
  min-height: 92px;
  background-color: transparent;
  padding: 12px 16px;
  color: #1D3557;
  font-size: 14px;
  border: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .billing-info-wrap .additional-info-wrap textarea::-webkit-input-placeholder {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .billing-info-wrap .additional-info-wrap textarea:-moz-placeholder {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .billing-info-wrap .additional-info-wrap textarea::-moz-placeholder {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .billing-info-wrap .additional-info-wrap textarea:-ms-input-placeholder {
    font-size: 12px;
  }
}
.billing-info-wrap .additional-info-wrap textarea:focus {
  border-color: #1D3557;
}

.checkout-coupon-content,
.different-address {
  display: none;
}

.your-order-area h3 {
  font-size: 20px;
  margin: 0 0 21px;
}
.your-order-area .your-order-wrap {
  background-color: #f6f6f6;
  padding: 36px;
}
@media only screen and (max-width: 575px) {
  .your-order-area .your-order-wrap {
    padding: 30px 20px;
  }
}
.your-order-area .your-order-wrap .your-order-title h4 {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 18px;
  padding: 0 0 22px;
  border-bottom: 1px solid #e5e5e5;
}
.your-order-area .your-order-wrap .your-order-product {
  padding-bottom: 21px;
}
.your-order-area .your-order-wrap .your-order-product ul {
  margin: 0;
}
.your-order-area .your-order-wrap .your-order-product ul li {
  display: flex;
  justify-content: space-between;
  margin: 0 0 16px;
}
.your-order-area .your-order-wrap .your-order-product ul li:last-child {
  margin: 0 0 0;
}
.your-order-area .your-order-wrap .your-order-product ul li span {
  font-size: 16px;
  color: #2891e2;
  font-weight: 500;
}
.your-order-area .your-order-wrap .your-order-subtotal {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 20px 0;
}
.your-order-area .your-order-wrap .your-order-subtotal h3 {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.your-order-area .your-order-wrap .your-order-subtotal h3 span {
  font-size: 18px;
  font-weight: 600;
  color: #2891e2;
}
.your-order-area .your-order-wrap .your-order-shipping {
  padding: 21px 0 22px;
}
.your-order-area .your-order-wrap .your-order-shipping > span {
  font-size: 15px;
  font-weight: 500;
}
.your-order-area .your-order-wrap .your-order-shipping ul {
  padding: 17px 0 0px;
  margin: 0;
}
.your-order-area .your-order-wrap .your-order-shipping ul li {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.your-order-area .your-order-wrap .your-order-shipping ul li:last-child {
  margin-bottom: 0;
}
.your-order-area .your-order-wrap .your-order-shipping ul li input {
  cursor: pointer;
  width: auto;
  height: auto;
}
.your-order-area .your-order-wrap .your-order-shipping ul li label {
  color: #666;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
}
.your-order-area .your-order-wrap .your-order-total {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 20px 0;
}
.your-order-area .your-order-wrap .your-order-total h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.your-order-area .your-order-wrap .your-order-total h3 span {
  font-size: 22px;
  font-weight: 600;
  color: #2891e2;
}
.your-order-area .your-order-wrap .payment-method {
  padding: 40px 0 10px;
}
.your-order-area .your-order-wrap .payment-method .sin-payment {
  margin-bottom: 25px;
}
.your-order-area .your-order-wrap .payment-method .sin-payment input {
  cursor: pointer;
  width: auto;
  display: inline-block;
  float: left;
  height: auto;
  margin-top: 6px;
}
.your-order-area .your-order-wrap .payment-method .sin-payment label {
  color: #1D3557;
  cursor: pointer;
  font-size: 15px;
  margin: 0px 0 0 21px;
  display: flex;
  align-items: center;
}
.your-order-area .your-order-wrap .payment-method .sin-payment label img {
  max-width: 140px;
  display: inline-block;
  margin: 0 5px;
}
.your-order-area .your-order-wrap .payment-method .sin-payment label a {
  color: #000000;
  text-decoration: underline;
}
.your-order-area .your-order-wrap .payment-method .sin-payment label a:hover {
  color: #2891e2;
}
.your-order-area .your-order-wrap .payment-method .sin-payment .payment-box {
  margin: 6px 0 0 21px;
  display: none;
}
.your-order-area .your-order-wrap .payment-method .sin-payment .payment-box p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}
.your-order-area .your-order-wrap .payment-condition {
  border-top: 1px solid #e5e5e5;
  padding: 20px 0 0;
  margin: 0 0 10px;
}
.your-order-area .your-order-wrap .payment-condition p {
  font-size: 14px;
  line-height: 1.9;
}
.your-order-area .your-order-wrap .payment-condition p a {
  color: #2891e2;
  font-size: 14px;
}
.your-order-area .your-order-wrap .payment-condition p a:hover {
  text-decoration: underline;
}
.your-order-area .your-order-wrap .payment-checkbox {
  display: flex;
  align-items: center;
}
.your-order-area .your-order-wrap .payment-checkbox input {
  width: auto;
  height: auto;
}
.your-order-area .your-order-wrap .payment-checkbox span {
  color: #888;
  font-size: 14px;
  margin-left: 10px;
}
.your-order-area .your-order-wrap .payment-checkbox span a {
  color: #2891e2;
  font-size: 14px;
}
.your-order-area .your-order-wrap .payment-checkbox span a:hover {
  text-decoration: underline;
}
.your-order-area .place-order {
  margin-top: 20px;
}
.your-order-area .place-order a {
  padding: 18px 35px 18px;
  font-size: 18px;
  line-height: 1;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  text-align: center;
  background-color: #2891e2;
}
@media only screen and (max-width: 767px) {
  .your-order-area .place-order a {
    font-size: 16px;
  }
}
.your-order-area .place-order a:hover {
  background-color: #457B9D;
}

.wishlist-table-content .table-content table {
  width: 100%;
}
.wishlist-table-content .table-content table thead {
  background-color: #f3f3f3;
}
.wishlist-table-content .table-content table thead > tr th {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 14px 12px 14px;
}
.wishlist-table-content .table-content table thead > tr th.width-thumbnail {
  min-width: 130px;
}
.wishlist-table-content .table-content table thead > tr th.width-name {
  min-width: 300px;
}
.wishlist-table-content .table-content table thead > tr th.width-price {
  min-width: 162px;
}
.wishlist-table-content .table-content table thead > tr th.width-stock-status {
  min-width: 170px;
}
.wishlist-table-content .table-content table thead > tr th.width-subtotal {
  min-width: 145px;
}
.wishlist-table-content .table-content table thead > tr th.width-remove {
  min-width: 50px;
}
.wishlist-table-content .table-content table tbody > tr {
  border-bottom: 1px solid #e5e5e5;
}
.wishlist-table-content .table-content table tbody > tr td {
  padding: 23px 12px;
}
.wishlist-table-content .table-content table tbody > tr td.product-thumbnail a {
  display: block;
}
.wishlist-table-content .table-content table tbody > tr td.product-thumbnail a img {
  width: 80px;
}
.wishlist-table-content .table-content table tbody > tr td.product-name h5 {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
}
.wishlist-table-content .table-content table tbody > tr td.product-name h5 a {
  color: #000000;
}
.wishlist-table-content .table-content table tbody > tr td.product-name h5 a:hover {
  color: #2891e2;
}
.wishlist-table-content .table-content table tbody > tr td.product-price span {
  font-size: 16px;
  font-weight: 500;
  color: #457B9D;
}
.wishlist-table-content .table-content table tbody > tr td.stock-status span {
  font-size: 14px;
  font-weight: 500;
  color: #457B9D;
}
.wishlist-table-content .table-content table tbody > tr td.stock-status span i {
  font-size: 11px;
}
.wishlist-table-content .table-content table tbody > tr td.product-remove a {
  font-size: 28px;
  color: #c3c3c3;
  display: inline-block;
}
.wishlist-table-content .table-content table tbody > tr td.product-remove a:hover {
  color: #2891e2;
}
.wishlist-table-content .table-content table tbody > tr td.wishlist-cart a {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  padding: 11px 16px 10px;
  line-height: 1;
  white-space: pre;
  background-color: #2891e2;
}
.wishlist-table-content .table-content table tbody > tr td.wishlist-cart a:hover {
  background-color: #1D3557;
}

.compare-table .table tbody tr {
  margin-bottom: 20px;
}
.compare-table .table tbody tr td {
  padding: 20px 20px;
  vertical-align: middle;
  border-color: #e5e5e5;
  color: #000000;
}
.compare-table .table tbody tr td.first-column {
  min-width: 175px;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.compare-table .table tbody tr td.product-image-title {
  min-width: 310px;
  vertical-align: bottom;
  text-align: left;
}
.compare-table .table tbody tr td.product-image-title .image {
  clear: both;
  width: 100%;
  margin-bottom: 15px;
  display: block;
}
.compare-table .table tbody tr td.product-image-title .image img {
  width: 100%;
}
.compare-table .table tbody tr td.product-image-title .category {
  float: left;
  clear: both;
  color: #457B9D;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.compare-table .table tbody tr td.product-image-title .title {
  color: #000000;
  clear: both;
  float: left;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 5px;
  text-transform: capitalize;
}
.compare-table .table tbody tr td.product-image-title .title:hover {
  color: #2891e2;
}
.compare-table .table tbody tr td.pro-desc p {
  margin: 0;
  line-height: 30px;
  text-align: left;
}
.compare-table .table tbody tr td a.check-btn {
  color: #000000;
  font-size: 15px;
}
.compare-table .table tbody tr td a.check-btn:hover {
  color: #2891e2;
}
.compare-table .table tbody tr td.pro-price, .compare-table .table tbody tr td.pro-color, .compare-table .table tbody tr td.pro-stock {
  font-size: 15px;
  font-weight: 400;
  color: #457B9D;
}
.compare-table .table tbody tr td.pro-remove button {
  border: none;
  background-color: transparent;
  color: #2891e2;
  padding: 0;
  cursor: pointer;
}
.compare-table .table tbody tr td.pro-remove button:hover {
  color: #1D3557;
}
.compare-table .table tbody tr td.pro-remove button i {
  font-size: 18px;
}
.compare-table .table tbody tr td.pro-ratting i {
  color: #A8DADC;
}
/*----------------------------------------*/
/*  Blog Post CSS
/*----------------------------------------*/
.post-item .thumb {
  border-radius: 30px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-item .thumb {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .post-item .thumb {
    border-radius: 30px;
  }
}
.post-item .thumb img {
  transition: all 0.5s ease 0s;
  width: 100%;
}
.post-item .thumb:before {
  background-color: rgba(255, 255, 255, 0.09);
  content: "";
  height: 200%;
  left: -280px;
  position: absolute;
  top: -50%;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  z-index: 1;
}
.post-item .thumb:after {
  background-color: rgba(255, 255, 255, 0.09);
  content: "";
  height: 200%;
  left: 180%;
  position: absolute;
  top: -50%;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  z-index: 1;
}
.post-item .content {
  margin-top: 13px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .post-item .content {
    margin-top: 18px;
  }
}
.post-item .content .post-category {
  color: #1D3557;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.5s ease 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-item .content .post-category {
    font-size: 13px;
  }
}
.post-item .content .post-category:hover {
  color: #2891e2;
}
.post-item .content .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 15px;
  margin-top: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-item .content .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .post-item .content .title {
    font-size: 16px;
  }
}
.post-item .content .title a {
  color: #1D3557;
}
.post-item .content .title a:hover {
  color: #2891e2;
}
.post-item .content .meta {
  align-items: center;
  display: flex;
}
.post-item .content .meta .author-info {
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-item .content .meta .author-info {
    font-size: 16px;
  }
}
.post-item .content .meta .author-info .author-thumb {
  border-radius: 50%;
  margin-right: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-item .content .meta .author-info .author-thumb {
    max-width: 50px;
  }
}
.post-item .content .meta .author-info a {
  color: #1D3557;
}
.post-item .content .meta .author-info a:hover {
  color: #2891e2;
}
.post-item .content .meta .post-date {
  font-size: 14px;
  font-weight: 400;
  margin-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-item .content .meta .post-date {
    margin-left: 20px;
  }
}
.post-item .content .meta .post-date a {
  color: #1D3557;
}
.post-item .content .meta .post-date a:hover {
  color: #2891e2;
}
.post-item .content .post-date-two {
  color: #1D3557;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.5s ease 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-item .content .post-date-two {
    font-size: 13px;
  }
}
.post-item .content .post-date-two:hover {
  color: #2891e2;
}
.post-item:hover .thumb img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.post-item:hover .thumb:before {
  left: 180%;
}
.post-item:hover .thumb:after {
  left: -280px;
}

.post-items-two .post-item .content .title {
  font-size: 22px;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-items-two .post-item .content .title {
    font-size: 18px;
  }
}

.post-two-item {
  overflow: hidden;
  position: relative;
}
.post-two-item .thumb {
  border-radius: 30px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.post-two-item .thumb img {
  transition: all 0.5s ease 0s;
  width: 100%;
}
.post-two-item .content {
  background-color: #FFFFFF;
  bottom: 0;
  max-width: 330px;
  padding: 42px 30px 8px;
  position: absolute;
  right: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
  .post-two-item .content {
    padding: 25px 30px 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
  .post-two-item .content {
    max-width: 270px;
  }
}
.post-two-item .content .title {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .post-two-item .content .title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
  .post-two-item .content .title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
.post-two-item .content .title a {
  color: #1D3557;
}
.post-two-item .content .title a:hover {
  color: #2891e2;
}
.post-two-item .content .meta {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.post-two-item .content .meta .author-thumb {
  border-radius: 50%;
  min-width: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-two-item .content .meta .author-thumb {
    max-width: 50px;
    min-width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
  .post-two-item .content .meta .author-thumb {
    max-width: 40px;
    min-width: 40px;
  }
}
.post-two-item .content .meta .author-info {
  color: #1D3557;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
  .post-two-item .content .meta .author-info {
    font-size: 14px;
  }
}
.post-two-item .content .meta .author-info .author-name {
  color: #1D3557;
  display: block;
  font-weight: 600;
  margin-bottom: 11px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
  .post-two-item .content .meta .author-info .author-name {
    margin-bottom: 7px;
  }
}
.post-two-item .content .meta .author-info .author-name:hover {
  color: #2891e2;
}
.post-two-item .content .meta .author-info span {
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
  .post-two-item .content .meta .author-info span {
    font-size: 12px;
  }
}
.post-two-item .content .meta .post-date {
  color: #1D3557;
  font-size: 14px;
  display: inline-block;
  place-self: flex-end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
  .post-two-item .content .meta .post-date {
    font-size: 13px;
    line-height: 1.4;
  }
}
.post-two-item .content .meta .post-date:hover {
  color: #2891e2;
}
.post-two-item .content .btn-blog-link {
  color: #1D3557;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 14px;
  float: right;
  line-height: 1;
  margin-top: 21px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
  .post-two-item .content .btn-blog-link {
    font-size: 13px;
  }
}
.post-two-item .content .btn-blog-link:hover {
  color: #2891e2;
}
.post-two-item .content .btn-blog-link:hover:after {
  width: 60px;
}
.post-two-item .content .btn-blog-link:before {
  background-color: #457B9D;
  bottom: 2px;
  content: "";
  height: 1px;
  left: calc(-100% - 12px);
  position: absolute;
  width: 60px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.post-two-item .content .btn-blog-link:after {
  background-color: #2891e2;
  bottom: 2px;
  content: "";
  height: 1px;
  left: calc(-100% - 12px);
  position: absolute;
  width: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.post-two-item:hover .thumb img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.post-two-item:hover .content {
  padding: 42px 30px 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
  .post-two-item:hover .content {
    padding: 25px 30px 28px;
  }
}

.post-three-item .thumb {
  border-radius: 30px;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.post-three-item .thumb img {
  transition: all 0.5s ease 0s;
  width: 100%;
  height:340px; object-fit:cover;
}
.post-three-item .content {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.post-three-item .content .title {
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 28px;
  margin-top: -9px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-three-item .content .title {
    font-size: 24px;
    line-height: 1.4;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-three-item .content .title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 18px;
    margin-top: 0;
  }
}
.post-three-item .content .title a {
  color: #1D3557;
}
.post-three-item .content .title a:hover {
  color: #2891e2;
}
.post-three-item .content .desc {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 27px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-three-item .content .desc {
    font-size: 13px;
    line-height: 1.6;
  }
}
.post-three-item .content .meta {
  align-items: center;
  color: #1D3557;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-three-item .content .meta {
    font-size: 14px;
  }
}
.post-three-item .content .meta .author-thumb {
  border-radius: 50%;
  min-width: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-three-item .content .meta .author-thumb {
    max-width: 40px;
    min-width: 40px;
  }
}
.post-three-item .content .meta .author-name {
  color: #1D3557;
  margin-bottom: 0;
  margin-left: 19px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-three-item .content .meta .author-name {
    margin-left: 12px;
  }
}
.post-three-item .content .meta .author-name:hover {
  color: #2891e2;
}
.post-three-item .content .meta span {
  font-size: 14px;
  margin-left: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-three-item .content .meta span {
    font-size: 13px;
    margin-left: 14px;
  }
}
.post-three-item .content .meta .post-date {
  color: #1D3557;
  font-size: 14px;
  display: inline-block;
  margin-left: 26px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .post-three-item .content .meta .post-date {
    font-size: 13px;
    margin-left: 15px;
  }
}
.post-three-item .content .meta .post-date:hover {
  color: #2891e2;
}
.post-three-item:hover .thumb img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.blog-detail-img {
  border-radius: 30px;
    height:400px;
	width:100%;
	object-fit:cover;
}

@media only screen and (max-width: 575px) {
  .blog-detail-img {
    border-radius: 15px;
  }
}
.blog-detail .meta {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  justify-content: space-between;
  line-height: 1;
  margin-bottom: 40px;
  margin-right: 95px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-detail .meta {
    font-size: 14px;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog-detail .meta {
    display: block;
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 0;
  }
}
.blog-detail .meta .author-info {
  color: #1D3557;
}
@media only screen and (max-width: 359px) {
  .blog-detail .meta .author-info {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
}
.blog-detail .meta .author-thumb {
  border-radius: 50%;
  min-width: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .blog-detail .meta .author-thumb {
    max-width: 40px;
    min-width: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .blog-detail .meta .author-thumb {
    display: none;
  }
}
.blog-detail .meta .author-name {
  color: #1D3557;
  font-weight: 600;
  margin-bottom: 0;
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .blog-detail .meta .author-name {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .blog-detail .meta .author-name {
    margin-left: 0;
  }
}
@media only screen and (max-width: 359px) {
  .blog-detail .meta .author-name {
    font-size: 16px;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.blog-detail .meta .author-name:hover {
  color: #2891e2;
}
.blog-detail .meta span {
  font-size: 14px;
  margin-left: 24px;
}
@media only screen and (max-width: 767px) {
  .blog-detail .meta span {
    margin-left: 0;
  }
  .blog-detail .meta span:last-child {
    margin-left: 24px;
  }
}
@media only screen and (max-width: 359px) {
  .blog-detail .meta span {
    font-size: 11px;
    margin-bottom: 12px;
  }
}
.blog-detail .meta span .icon {
  font-size: 16px;
  margin-right: 7px;
}
.blog-detail .meta .post-date {
  color: #1D3557;
  font-size: 14px;
  display: inline-block;
  margin-left: 26px;
}
@media only screen and (max-width: 767px) {
  .blog-detail .meta .post-date {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 359px) {
  .blog-detail .meta .post-date {
    font-size: 12px;
    margin-left: 0;
  }
}
.blog-detail .meta .post-date:hover {
  color: #2891e2;
}
.blog-detail .meta .meta-like-comment {
  align-items: center;
  display: flex;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .blog-detail .meta .meta-like-comment {
    margin-top: 20px;
    margin-bottom: 18px;
  }
}
.blog-detail .category {
  color: #457B9D;
 
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.blog-detail .category span {
  font-weight: 400;
}
.blog-detail-title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .blog-detail-title {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 575px) {
  .blog-detail-title {
    font-size: 17px;
  }
}
.blog-detail .desc {
  font-size: 14px;
  line-height: 24px;
}
.blog-detail-blockquote {
  margin: 38px 100px 0;
  padding: 32px 0 53px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .blog-detail-blockquote {
    margin: 38px 40px 0;
  }
}
@media only screen and (max-width: 575px) {
  .blog-detail-blockquote {
    margin: 35px 15px 0;
  }
}
.blog-detail-blockquote .desc {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .blog-detail-blockquote .desc {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-detail-blockquote .desc {
    font-size: 14px;
    line-height: 24px;
  }
}
.blog-detail-blockquote .user-name {
  color: #1D3557;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 18px;
  float: right;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .blog-detail-blockquote .user-name {
    font-size: 16px;
  }
}
.blog-detail-blockquote .user-name:before {
  background-color: #457B9D;
  content: "";
  height: 1px;
  left: calc(-100% + 15px);
  position: absolute;
  top: calc(50% + 1px);
  width: 70px;
}
.blog-detail-blockquote .quote-icon {
  left: -40px;
  position: absolute;
  top: -7px;
  z-index: -1;
}
@media only screen and (max-width: 575px) {
  .blog-detail-blockquote .quote-icon {
    left: -20px;
    width: 75px;
  }
}
.blog-detail-tag-social {
  align-items: center;
  border-bottom: 1px solid #A8DADC;
  display: flex;
  justify-content: space-between;
  margin: 72px 0 40px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 575px) {
  .blog-detail-tag-social {
    display: block;
    margin: 40px 0;
  }
}
.blog-detail-tag {
  line-height: 1;
}
@media only screen and (max-width: 575px) {
  .blog-detail-tag {
    margin-bottom: 30px;
  }
}
.blog-detail-tag a {
  color: #457B9D;
  font-size: 14px;
  font-style: italic;
  margin-right: 6px;
}
.blog-detail-tag a:last-child {
  margin-right: 0;
}
.blog-detail-tag a:hover {
  color: #1D3557;
}
.blog-detail-social {
  line-height: 1;
}
.blog-detail-social span {
  font-size: 14px;
  font-weight: 700;
  margin-right: 42px;
}
.blog-detail-social a {
  font-size: 18px;
  margin-right: 33px;
}
.blog-detail-social a:last-child {
  margin-right: 0;
}
.blog-detail-social a:hover {
  color: #A8DADC;
}
.blog-detail-social a .fa-facebook {
  position: relative;
  top: 1px;
}
.blog-detail-nav {
  display: flex;
  max-width: 275px;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .blog-detail-nav {
    display: inline-flex;
  }
}
.blog-detail-nav .text-prev, .blog-detail-nav .text-next {
  border: 1px solid #457B9D;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 1;
  min-width: 90px;
  padding: 10px 15px 8px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.blog-detail-nav .text-prev:hover, .blog-detail-nav .text-next:hover {
  background-color: #457B9D;
  color: #FFFFFF;
}
.blog-detail-nav .thumb {
  display: flex;
}
.blog-detail-nav .content {
  padding-left: 20px;
}
.blog-detail-nav img {
  border-radius: 10px;
  max-width: 85px;
  max-height: 85px;
}
.blog-detail-nav .title {
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 7px;
  max-width: 170px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.blog-detail-nav .title:hover {
  color: #457B9D;
}
.blog-detail-nav .post-date {
  color: #1D3557;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 14px;
  display: block;
  line-height: 1;
  margin-bottom: 0;
}
.blog-detail-nav .btn-text {
  color: #1D3557;
  cursor: pointer;
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 14px;
  float: right;
  line-height: 1;
  margin-top: 25px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.blog-detail-nav .btn-text:after {
  background-color: #A8DADC;
  bottom: 2px;
  content: "";
  height: 1px;
  left: calc(-100% - 531px);
  position: absolute;
  width: calc(100% + 500px);
}
.blog-detail-nav .btn-text:hover {
  color: #457B9D;
}
.blog-detail-nav.blog-nav-next {
  flex-direction: row-reverse;
  justify-content: flex-end;
  float: right;
}
.blog-detail-nav.blog-nav-next .thumb {
  display: flex;
  flex-direction: row-reverse;
}
.blog-detail-nav.blog-nav-next .content {
  padding-left: 0;
  padding-right: 20px;
}
.blog-detail-nav.blog-nav-next .btn-text {
  float: left;
}
.blog-detail-nav.blog-nav-next .btn-text:after {
  left: calc(100% + 30px);
}



.pagination-area .page-numbers {
  display: flex;
  justify-content: start;
  margin-top: 30px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .pagination-area .page-numbers {
    margin-top: 10px;
  }
}
.pagination-area .page-number {
  border: 1px solid #73c7cb;
  border-radius: 50%;
  color: #A8DADC;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 39px;
  margin-right: 10px;
  text-align: center;
}
.pagination-area .page-number:hover, .pagination-area .page-number.active {
  background-color: #A8DADC;
  border-color: #A8DADC;
  color: #fff;
}

/*----------------------------------------*/
/*  Contact CSS
/*----------------------------------------*/
.contact-info-item {
  border: 1px solid #A8DADC;
  border-radius: 30px;
  padding: 55px 25px 46px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-info-item {
    padding: 44px 15px 41px;
  }
}
.contact-info-item h4 {
  color: #000000;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 18px;
  padding-bottom: 14px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-info-item h4 {
    font-size: 22px;
  }
}
.contact-info-item h4:after {
  background-color: #457B9D;
  bottom: 0;
  content: "";
  height: 1px;
  left: calc(50% - 22px);
  position: absolute;
  width: 44px;
}
.contact-info-item .content {
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-info-item .content {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-info-item .content {
    font-size: 16px;
  }
}
.contact-info-item .content a {
  color: #1D3557;
  display: block;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info-item .content a {
    margin-bottom: 3px;
  }
}
.contact-info-item .content a:hover {
  color: #457B9D;
}
.contact-info-item .content a:last-child {
  margin-bottom: 0;
}
.contact-info-item .content p {
  color: #1D3557;
  line-height: 42px;
  margin: 0 auto;
  max-width: 300px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-info-item .content p {
    line-height: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-info-item .content p {
    line-height: 29px;
  }
}

.contact-form-area {
  background-color: #f3f8fb;
  border-radius: 30px;
  padding: 56px 50px 66px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-area {
    padding: 56px 35px 66px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form-area {
    padding: 57px 30px 65px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-form-area {
    padding: 50px 15px 58px;
  }
}
.contact-form-area h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-form-area h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-form-area h3 {
    font-size: 24px;
  }
}
.contact-form-area p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 39px;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .contact-form-area p {
    margin-bottom: 50px;
    margin-right: 0;
  }
}

.contact-form .form-input-item {
  margin-bottom: 43px;
}
.contact-form .form-input-item .form-control {
  background-color: transparent;
  box-shadow: none;
  color: #1D3557;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 0;
  resize: none;
  border-width: 0 0 1px 0;
  border-color: #A8DADC;
  border-style: solid;
  padding: 0 0 17px 0;
}
.contact-form .form-input-item .form-control::-webkit-input-placeholder {
  color: #457B9D;
  font-size: 12px;
}
.contact-form .form-input-item .form-control:-moz-placeholder {
  color: #457B9D;
  font-size: 12px;
}
.contact-form .form-input-item .form-control::-moz-placeholder {
  color: #457B9D;
  font-size: 12px;
}
.contact-form .form-input-item .form-control:-ms-input-placeholder {
  color: #457B9D;
  font-size: 12px;
}
.contact-form .form-input-item .form-control:active, .contact-form .form-input-item .form-control:focus {
  border-bottom-color: #457B9D;
}
.contact-form .form-input-item textarea.form-control {
  min-height: 113px;
  padding: 0 0 15px 0;
}
@media only screen and (max-width: 575px) {
  .contact-form .form-input-item textarea.form-control {
    min-height: 90px;
  }
}
.contact-form .form-input-item [type=submit] {
  background-color: transparent;
  border: 3px solid #A8DADC;
  border-radius: 50px;
  color: #1D3557;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-top: 27px;
  padding: 13px 35px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form .form-input-item [type=submit] {
    border-width: 2px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form .form-input-item [type=submit] {
    border-width: 2px;
    font-size: 14px;
    margin-top: 10px;
    padding: 11px 25px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-form .form-input-item [type=submit] {
    margin-top: 0;
  }
}
.contact-form .form-input-item [type=submit]:hover {
  background-color: #A8DADC;
  color: #FFFFFF;
}

.form-message.alert-success {
  margin-top: 30px;
  transition: all 0.5s ease 0s;
}

@media only screen and (max-width: 767px) {
  .contact-thumb {
    padding-top: 70px;
  }
}
.contact-thumb img {
  left: -95px;
  max-width: none;
  position: relative;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-thumb img {
    left: -195px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-thumb img {
    left: -308px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-thumb img {
    left: 0;
    max-width: 100%;
    z-index: 1;
  }
}

.error-content {
  padding: 41px 0 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .error-content {
    padding: 41px 0 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .error-content {
    padding: 41px 0 40px;
  }
}
@media only screen and (max-width: 575px) {
  .error-content {
    padding: 41px 0 40px;
  }
}
.error-content h1 {
  font-weight: 400;
  font-size: 42px;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .error-content h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .error-content h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .error-content h1 {
    font-size: 22px;
  }
}
.error-content p {
  line-height: 35px;
  color: #666;
  width: 90%;
  margin: 20px auto 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .error-content p {
    width: 100%;
  }
}
.error-content p a {
  color: #2891e2;
}
.error-content p a:hover {
  color: #1D3557;
}
.error-content .error-search {
  margin: 0 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .error-content .error-search {
    margin: 0;
  }
}
.error-content .error-search form {
  position: relative;
}
.error-content .error-search form input {
  border-radius: 50px;
  width: 100%;
  height: 48px;
  padding: 2px 50px 2px 20px;
  color: #1D3557;
  font-size: 15px;
  border: 1px solid #e5e5e5;
  background-color: transparent;
}
.error-content .error-search form input::-webkit-input-placeholder {
  color: #495057;
}
.error-content .error-search form input:-moz-placeholder {
  color: #495057;
}
.error-content .error-search form input::-moz-placeholder {
  color: #495057;
}
.error-content .error-search form input:-ms-input-placeholder {
  color: #495057;
}
.error-content .error-search form input:focus {
  border-color: #1D3557;
}
.error-content .error-search form button {
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  right: 16px;
  padding: 0;
  border: none;
  background-color: transparent;
}
.error-content .error-search form button img {
  opacity: 0.7;
  position: relative;
  top: -3px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.error-content .error-search form button:hover img {
  opacity: 1;
}
/*----------------------------------------*/
/*  About CSS
/*----------------------------------------*/
.about-area {
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .about-area {
    padding-bottom: 40px;
  }
}

.about-content {
  padding-top: 65px;
}
@media only screen and (max-width: 767px) {
  .about-content {
    margin-bottom: 30px;
  }
}
.about-content .breadcrumb {
  margin-bottom: 4px;
}
.about-content-title {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 11px;
  margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content-title {
    font-size: 36px;
    line-height: 1.3;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content-title {
    font-size: 30px;
    line-height: 1.3;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-content-title {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 25px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .about-content-title {
    font-size: 24px;
  }
}
.about-content p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 26px;
}
.about-thumb img {
  left: -95px;
  max-width: none;
  position: relative;
  top: 50px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-thumb img {
    left: -170px;
  }
}
@media only screen and (max-width: 767px) {
  .about-thumb img {
    left: 0;
    max-width: 100%;
    top: 0;
  }
}
.section-title.section-title-feature p {
  max-width: 620px;
}
.feature-thumb {
  margin-bottom: 67px;
}
.feature-item p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-item p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-item p {
    font-size: 14px;
    line-height: 1.4;
  }
}
.feature-title {
  align-items: center;
  display: flex;
  font-size: 24px;
  margin-bottom: 21px;
  min-height: 31px;
}
@media only screen and (max-width: 767px) {
  .feature-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .feature-title {
    font-size: 18px;
  }
}
.feature-title img {
  margin-right: 14px;
  position: relative;
  top: 2px;
}

.divider-content {
  margin-top: -14px;
}
.divider-content-title {
  font-size:34px;
  line-height: 40px;
  margin-bottom: 21px;
  margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .divider-content-title {
    font-size: 42px;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .divider-content-title {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .divider-content-title {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.divider-content p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 33px;
}
@media only screen and (max-width: 767px) {
  .divider-content p {
    margin-bottom: 25px;
  }
}
.divider-thumb img {
  border-radius: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .divider-thumb img {
    border-radius: 15px;
    margin-bottom: 50px;
    width: 100%;
  }
}
/*----------------------------------------*/
/*  Sidebar CSS
/*----------------------------------------*/
.sidebar-area .widget-item {
  margin-bottom: 32px;
}
.sidebar-area .widget-item p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 18px;
}
.sidebar-area .widget-title {
  border-bottom: 1px solid #1D3557;
  font-size: 18px;
  margin-bottom: 21px;
  padding-bottom: 9px;
}

.widget-categories a {
  color: #1D3557;
  display: block;

  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
  padding-left: 27px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.widget-categories a:last-child {
  margin-bottom: 0;
}
.widget-categories a:before {
  background-color: #A8DADC;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: calc(50% - 3px);
  width: 6px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.widget-categories a:after {
  background-color: #A8DADC;
  border-radius: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.5px);
  width: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.widget-categories a:hover {
  padding-left: 41px;
}
.widget-categories a:hover:before {
  opacity: 0;
}
.widget-categories a:hover:after {
  opacity: 1;
  width: 18px;
}

.widget-blog-post {
  display: flex;
  margin-bottom: 18px;
  overflow: hidden;
}
.widget-blog-post:last-child {
  margin-bottom: 0;
}
.widget-blog-post .thumb {
  border-radius: 10px;
  display: flex;
  min-width: 85px;
  max-height: 85px;
  overflow: hidden;
}
.widget-blog-post img {
  border-radius: 10px;
  max-width: 85px;
  width: 100%;
  transition: all 0.5s ease 0s;
}
.widget-blog-post .content {
  padding-left: 15px;
}
.widget-blog-post .title {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 7px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .widget-blog-post .title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .widget-blog-post .title {
    margin-top: -6px;
  }
}
.widget-blog-post .title:hover {
  color: #457B9D;
}
.widget-blog-post .post-date {
  color: #1D3557;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  display: block;
  line-height: 1;
  margin-bottom: 0;
}
.widget-blog-post .btn-text {
  color: #1D3557;
  cursor: pointer;
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  float: right;
  line-height: 1;
  margin-top: 25px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .widget-blog-post .btn-text {
    font-size: 12px;
    float: none;
    margin-top: 15px;
  }
}
.widget-blog-post .btn-text:after {
  background-color: #A8DADC;
  bottom: 2px;
  content: "";
  height: 1px;
  left: calc(-100% - 531px);
  position: absolute;
  width: calc(100% + 500px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .widget-blog-post .btn-text:after {
    display: none;
  }
}
.widget-blog-post .btn-text:hover {
  color: #457B9D;
}
.widget-blog-post:hover .thumb img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.widget-product-item {
  display: flex;
  margin-bottom: 18px;
  overflow: hidden;
}
.widget-product-item:last-child {
  margin-bottom: 0;
}
.widget-product-item .thumb {
  border-radius: 10px;
  display: flex;
  min-width: 85px;
  max-height: 85px;
  overflow: hidden;
}
.widget-product-item img {
  border-radius: 10px;
  max-width: 85px;
  width: 100%;
  transition: all 0.5s ease 0s;
}
.widget-product-item .content {
  padding-left: 15px;
}
.widget-product-item .title {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 7px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .widget-product-item .title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .widget-product-item .title {
    margin-top: -6px;
  }
}
.widget-product-item .title:hover {
  color: #457B9D;
}
.widget-product-item .product-price {
  color: #1D3557;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-weight: 500;
  display: block;
  line-height: 1;
  margin-bottom: 0;
}
.widget-product-item .btn-text {
  color: #1D3557;
  cursor: pointer;
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  float: right;
  line-height: 1;
  margin-top: 25px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .widget-product-item .btn-text {
    font-size: 12px;
    float: none;
    margin-top: 15px;
  }
}
.widget-product-item .btn-text:after {
  background-color: #A8DADC;
  bottom: 2px;
  content: "";
  height: 1px;
  left: calc(-100% - 531px);
  position: absolute;
  width: calc(100% + 500px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .widget-product-item .btn-text:after {
    display: none;
  }
}
.widget-product-item .btn-text:hover {
  color: #457B9D;
}
.widget-product-item:hover .thumb img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.gf{line-height:22px;}
.shopbig img{width:100%; height:220px;}
.gt{margin-bottom:40px; background:#f9f6f6; padding:20px;}
.lower-content-ingreadient {
   background:#f7f7f7;
   padding:10px;
   margin-top:20px;
   margin-bottom:20px;
}
.lower-content-ingreadient ol li {
    list-style-type: disc;
    line-height: 30px;
    background:#f7f7f7;
    font-size: 16px;
	 padding:4px;
}
.lower-content-setp {
   background:#f3f3f3;
   padding:10px;
   margin-top:20px;
   margin-bottom:20px;
}
.lower-content-setp ol li {

    line-height: 30px;
    background:#f3f3f3;
    font-size:16px;
	 padding:8px;
}



@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont3e6e.eot?v=4.7.0');src:url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont3e6e.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont3e6e.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont3e6e.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
 
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
      
        .lower-privacy-content {
   background:#f7f7f7;
   padding:10px;
   margin-top:20px;
   margin-bottom:20px;
}
.lower-privacy-content ol li {
    list-style-type: disc;
    line-height: 30px;
    background:#f7f7f7;
    font-size: 16px;
	 padding:4px;
}