@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
/* --- bg color start --- */
/* --- bg color end --- */
/* --- text color start --- */
/* --- text color end --- */
.checkboxsection {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkboxsection input[type=checkbox] {
  position: absolute;
  left: 0px;
  z-index: 2;
  opacity: 0;
  width: 21px;
  height: 21px;
  cursor: pointer;
}
.checkboxsection input[type=checkbox] + input + label::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  background: url(../images/checkbox2.png) no-repeat left top;
  width: 21px;
  height: 21px;
  cursor: pointer;
}
.checkboxsection input[type=checkbox]:checked + input + label::before {
  background-position: 0px -21px;
}
.checkboxsection label {
  padding-left: 30px;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.moretext {
  display: none;
}

.welcomeSection p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  color: #323232;
}
.welcomeSection a {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  color: #000 !important;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.welcomeSection a:hover {
  color: #57B6B1 !important;
}
@media (max-width: 1440px) {
  .welcomeSection p {
    font-size: 18px;
    line-height: 26px;
  }
  .welcomeSection a {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 1199px) {
  .welcomeSection p {
    font-size: 17px;
    line-height: 22px;
  }
  .welcomeSection a {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  .welcomeSection p, .welcomeSection a {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .welcomeSection p, .welcomeSection a {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 1480px;
  }
}
@media (min-width: 1901px) and (max-width: 2500px) {
  .container {
    max-width: 1500px;
  }
}
body {
  overflow-x: hidden;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
}
@media (max-width: 1700px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  body {
    font-size: 13px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Outfit", sans-serif;
}

.poppinsFnt {
  font-family: "Outfit", sans-serif;
}

.ebGaramondFnt {
  font-family: "Outfit", sans-serif;
}

a, button {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

a {
  color: #57B6B1;
}
a:hover {
  color: #000;
}

.badge {
  background: #134372 !important;
}
.badge.badge-secondary, .badge .badge-warning {
  background: #134372 !important;
  color: #fff;
}

.wishlist-content .cart-head {
  background: #f2f2f2;
}
.wishlist-content .cart-head .cart-col {
  border: none;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 22px;
}
.wishlist-content .cart-head .cart-col .cart-item-link {
  display: block;
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 10px;
  font-weight: 400;
  color: #000 !important;
}
.wishlist-content .cart-body .cart-col-price.price {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}

.search-focused .shop-logo {
  opacity: 1;
  margin-left: inherit !important;
  -webkit-transform: inherit;
          transform: inherit;
}
.search-focused .shopbar .instasearch-form .instasearch-term {
  width: 400px;
  padding: 6px 15px;
  opacity: 1;
  z-index: 2;
  background-size: 26px !important;
  background-position: center !important;
  right: 0;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
@media (max-width: 991px) {
  .search-focused .shopbar .instasearch-form .instasearch-term {
    width: 300px !important;
  }
}
@media (max-width: 767px) {
  .search-focused .shopbar .instasearch-form .instasearch-term {
    width: 200px !important;
  }
}
@media (max-width: 575px) {
  .search-focused .shopbar .instasearch-form .instasearch-term {
    width: 180px !important;
  }
}

.instasearch-drop.open {
  width: 400px !important;
  left: -27% !important;
  margin-top: 25px;
  border: 0px;
}
@media (max-width: 1700px) {
  .instasearch-drop.open {
    left: -59% !important;
  }
}
@media (max-width: 1440px) {
  .instasearch-drop.open {
    left: -100% !important;
  }
}
@media (max-width: 1199px) {
  .instasearch-drop.open {
    left: -219% !important;
    margin-top: 17px;
  }
}
@media (max-width: 991px) {
  .instasearch-drop.open {
    width: 300px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .instasearch-drop.open {
    width: 200px !important;
    min-width: 400px;
    left: 0% !important;
    margin-top: 17px;
    margin-left: -300px;
  }
}
@media (max-width: 767px) {
  .instasearch-drop.open {
    width: 200px !important;
    min-width: 400px;
    margin-top: 18px; /*left: -892% !important;*/
    right: 0 !important;
    left: auto !important;
  }
}
@media (max-width: 575px) {
  .instasearch-drop.open {
    width: 150px !important;
    min-width: 360px;
  }
}
@media (max-width: 480px) {
  .instasearch-drop.open {
    min-width: 280px;
    margin-top: 18px;
  }
}
@media (max-width: 420px) {
  .instasearch-drop.open {
    min-width: 261px;
  }
}
@media (max-width: 380px) {
  .instasearch-drop.open {
    min-width: 240px;
  }
}
@media (max-width: 320px) {
  .instasearch-drop.open {
    min-width: 270px;
    margin-top: 33px;
  }
}

@media (max-width: 480px) {
  .instasearch-hit {
    font-size: 13px;
    padding: 8px 10px;
  }
}

@media (max-width: 480px) {
  .instasearch-hit-thumb {
    width: 36px;
    min-width: 36px;
    max-height: 36px;
  }
}

@media (max-width: 480px) {
  .instasearch-group-header {
    font-size: 19px;
  }
}

.shopbar-section {
  padding: 0px 0px 15px 0px;
}

.shopbar .flx33 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 100%;
}
.shopbar .shop-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 100%;
}
.shopbar .shop-logo .brand {
  width: auto;
  max-width: 283px;
}
.shopbar .search-focused .shop-logo {
  margin-left: 0;
  opacity: 1;
  -webkit-transform: inherit;
          transform: inherit;
}
.shopbar .instasearch-form {
  left: 0 !important;
  position: relative;
}
.shopbar .instasearch-form .instasearch-term {
  position: absolute;
  width: 0;
  padding: 0;
  right: 100%;
  height: 50px;
  border-radius: 0;
  border-right: 0;
  opacity: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.shopbar .instasearch-form.active1 .instasearch-term {
  width: 320px;
}
.shopbar .instasearch-form ::-webkit-input-placeholder {
  color: #666666;
}
.shopbar .instasearch-form ::-moz-placeholder {
  color: #666666;
}
.shopbar .instasearch-form :-ms-input-placeholder {
  color: #666666;
}
.shopbar .instasearch-form ::-ms-input-placeholder {
  color: #666666;
}
.shopbar .instasearch-form ::placeholder {
  color: #666666;
}
.shopbar .instasearch-form .instasearch-button {
  background: transparent;
  border: none;
  padding: 0 !important;
  width: 20px;
  right: 20px;
  z-index: 2;
}
.shopbar .instasearch-form .instasearch-button i {
  background: url(/Themes/Flex/Content/images/search.png) no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: contain;
  background-position: center;
}
.shopbar .instasearch-form .instasearch-button i::before {
  display: none;
}
@media (max-width: 1440px) {
  .shopbar .instasearch-form .instasearch-button i {
    width: 22px !important;
    height: 25px !important;
  }
}
.shopbar .shopbar-button {
  padding: 0;
  border: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.shopbar .shopbar-button .shopbar-button-label {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  white-space: nowrap;
  color: #8C654D;
  text-transform: uppercase;
  font-family: "Marcellus", serif;
}
.shopbar .shopbar-button .shopbar-button-icon {
  height: 32px;
}
.shopbar .shopbar-button .shopbar-button-icon .haertIcon {
  background: url(/Themes/Flex/Content/images/hearticon.png) no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: contain;
  background-position: center;
}
.shopbar .shopbar-button .shopbar-button-icon .bagIcon {
  background: url(/Themes/Flex/Content/images/header_basket.png) no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: contain;
  background-position: center;
}
.shopbar .shopbar-button .shopbar-button-icon .storeIcon {
  background: url(/Themes/Flex/Content/images/storelocation.png) no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: contain;
  background-position: center;
}
.shopbar .shopbar-tools {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.shopbar .shopbar-tools #shopbar-storeloc .shopbar-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.shopbar .shopbar-tools .rightMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 100%;
}
.shopbar .shopbar-tools .leftMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 100%;
}
@media (max-width: 1440px) {
  .shopbar .instasearch-form .instasearch-term {
    font-size: 16px;
    line-height: 16px;
  }
  .shopbar .shop-logo .brand {
    min-width: 120px;
    max-width: 150px;
  }
  .shopbar .shopbar-button .shopbar-button-label {
    font-size: 16px;
    line-height: 1.2;
  }
  .shopbar .shopbar-button .shopbar-button-icon i {
    width: 25px !important;
    height: 23px !important;
    margin-right: 3px;
  }
}
@media (max-width: 1199px) {
  .shopbar .instasearch-form .instasearch-term {
    font-size: 14px;
    line-height: 14px;
    padding: 0;
    height: 35px;
  }
  .shopbar .shopbar-button .shopbar-button-icon {
    line-height: inherit;
  }
  .shopbar .shopbar-button .shopbar-button-icon i {
    width: 22px !important;
    height: 20px !important;
  }
  .shopbar .shopbar-button .shopbar-button-icon i.storeIcon {
    margin-right: 3px;
  }
}
@media (max-width: 991px) {
  .shopbar .instasearch-form .instasearch-button {
    right: 15px;
  }
  .shopbar .shopbar-button .shopbar-button-icon i {
    width: 20px !important;
    height: 22px !important;
  }
}
@media (max-width: 767px) {
  .shopbar .instasearch-form .instasearch-term {
    font-size: 12px;
  }
  .shopbar .instasearch-form .instasearch-button i {
    width: 15px !important;
    height: 15px !important;
  }
}
@media (max-width: 575px) {
  .shopbar .instasearch-form .instasearch-term {
    font-size: 10px;
    padding: 8px 5px !important;
  }
}

#content {
  margin: 0 auto;
}
#content.content {
  position: relative;
}

.megamenu-section .navbar {
  background: transparent;
}

#cookie-manager-window {
  font-size: 17px;
}
#cookie-manager-window .modal-dialog {
  margin-top: 10%;
}
#cookie-manager-window .modal-content .modal-body {
  padding: 20px 15px 10px 15px !important;
}
#cookie-manager-window .modal-content .modal-body #cookie-manager {
  margin-top: 0px !important;
}
#cookie-manager-window .modal-content .modal-footer {
  padding: 10px 15px 20px 15px !important;
}
#cookie-manager-window h4 {
  font-size: 22px;
}
#cookie-manager-window .cm-intro a {
  color: #57B6B1;
}
#cookie-manager-window .cm-intro a:hover {
  color: #000;
}
#cookie-manager-window .cm-consent {
  position: relative;
  margin-bottom: 13px;
}
#cookie-manager-window .cm-consent .cm-consent-intro {
  padding-top: 0.86rem;
}
#cookie-manager-window .cm-consent .cm-consent-switch {
  width: 20px;
  height: 20px;
  background: #000;
}
#cookie-manager-window .cm-consent label {
  margin: 0px;
}
#cookie-manager-window .cm-consent label input {
  width: 20px;
  height: 20px;
  margin: 0px !important;
  top: 0px;
}
#cookie-manager-window .cm-consent label input:checked {
  background: #000;
  color: #fff;
}
#cookie-manager-window .cm-consent h5 {
  font-family: "Outfit", sans-serif;
  font-size: 17px;
  font-weight: 500;
  margin: 0px;
  padding: 0px;
}
#cookie-manager-window .cm-consent h5 i {
  margin-left: 5px;
  cursor: pointer;
}
#cookie-manager-window .btn-primary, #cookie-manager-window .btn-secondary {
  text-align: center;
  padding: 13px 25px;
  font-size: 18px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  border: none;
  border-radius: 0px;
  text-decoration: none;
  overflow: hidden;
  background: #000;
  color: #fff;
  min-width: 148px;
}
#cookie-manager-window .btn-primary:hover, #cookie-manager-window .btn-primary:focus, #cookie-manager-window .btn-secondary:hover, #cookie-manager-window .btn-secondary:focus {
  background: #57B6B1;
  color: #fff;
}
#cookie-manager-window .btn-primary:hover::before, #cookie-manager-window .btn-primary:focus::before, #cookie-manager-window .btn-secondary:hover::before, #cookie-manager-window .btn-secondary:focus::before {
  background: #57B6B1;
}
@media (max-width: 1440px) {
  #cookie-manager-window .btn-primary, #cookie-manager-window .btn-secondary {
    font-size: 16px;
    padding: 14px 15px;
  }
}
@media (max-width: 1366px) {
  #cookie-manager-window .btn-primary, #cookie-manager-window .btn-secondary {
    font-size: 14px;
    padding: 10px 15px;
  }
}
@media (max-width: 1199px) {
  #cookie-manager-window .btn-primary, #cookie-manager-window .btn-secondary {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #cookie-manager-window .btn-primary, #cookie-manager-window .btn-secondary {
    font-size: 12px;
    padding: 10px 15px 10px 17px;
  }
}
@media (max-width: 360px) {
  #cookie-manager-window .btn-primary, #cookie-manager-window .btn-secondary {
    font-size: 11px;
    padding: 10px 10px 12px 10px;
  }
}
#cookie-manager-window .btn-secondary {
  background: #13503B;
  color: #fff;
}
#cookie-manager-window .btn-secondary:hover, #cookie-manager-window .btn-secondary:focus {
  background: #000;
  color: #fff;
}
@media (max-width: 1440px) {
  #cookie-manager-window {
    font-size: 15px;
  }
  #cookie-manager-window .modal-content .modal-body {
    padding: 15px 5px 10px 5px !important;
  }
  #cookie-manager-window .modal-content .modal-footer {
    padding: 10px 5px 15px 5px !important;
  }
  #cookie-manager-window h4 {
    font-size: 20px;
  }
  #cookie-manager-window .cm-consent h5 {
    font-size: 15px;
    padding-left: 12px !important;
  }
  #cookie-manager-window .cm-consent .cm-consent-switch {
    width: 17px;
    height: 17px;
  }
  #cookie-manager-window .cm-consent label input {
    width: 17px;
    height: 17px;
  }
}
@media (max-width: 767px) {
  #cookie-manager-window {
    font-size: 14px;
  }
  #cookie-manager-window h4 {
    font-size: 18px;
  }
  #cookie-manager-window .cm-consent h5 {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  #cookie-manager-window {
    font-size: 13px;
  }
  #cookie-manager-window h4 {
    font-size: 17px;
  }
  #cookie-manager-window .cm-consent-switch {
    width: 15px;
    height: 15px;
  }
  #cookie-manager-window h5 {
    font-size: 14px;
  }
  #cookie-manager-window label input {
    width: 15px;
    height: 15px;
  }
  #cookie-manager-window .btn {
    min-width: 1px;
  }
}

.topHeader {
  background: #272727;
  padding: 12px 0;
  display: none !important;
}
.topHeader .menubar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topHeader .menubar-group {
  margin-left: 0px;
}
.topHeader .menubar {
  padding: 0;
}
.topHeader .menubar a.menubar-link {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 0 31px !important;
}
@media (max-width: 1700px) {
  .topHeader .menubar a.menubar-link {
    font-size: 15px;
    line-height: 18px;
    padding: 0px 24px !important;
  }
}
@media (max-width: 1600px) {
  .topHeader .menubar a.menubar-link {
    font-size: 14px;
    line-height: 16px;
    padding: 0px 22px !important;
  }
}
@media (max-width: 1366px) {
  .topHeader .menubar a.menubar-link {
    font-size: 12px;
    line-height: 14px;
    padding: 0px 18px !important;
  }
}
@media (max-width: 1199px) {
  .topHeader {
    padding: 10px 0px;
  }
  .topHeader .menubar a.menubar-link {
    font-size: 11px;
    line-height: 12px;
    padding: 0px 15px !important;
  }
}

.topbdr {
  border-bottom: 1px solid rgba(49, 72, 85, 0.4);
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .topbdr {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  #myHeader {
    padding: 12px 10px;
  }
}

.topHeaderSection {
  padding: 8px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.topHeaderSection p {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #2B2B2B;
}
.topHeaderSection .headerSocial a {
  padding: 0px 5px;
  margin: 0 2px;
}
.topHeaderSection .headerSocial a i {
  font-size: 20px;
  color: #414141;
}
@media (max-width: 1440px) {
  .topHeaderSection {
    padding: 10px 0px;
  }
  .topHeaderSection p {
    font-size: 14px;
    line-height: 1.2;
  }
  .topHeaderSection .headerSocial a i {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .topHeaderSection {
    padding: 6px 0px;
  }
  .topHeaderSection p {
    font-size: 12px;
  }
  .topHeaderSection .headerSocial a i {
    font-size: 15px;
  }
}
.block .block-body {
  padding: 0px;
  margin: 0px;
}

.megamenu-section {
  border-top: 1px solid rgba(49, 72, 85, 0.4);
}

.navbar-light .megamenu .navbar-nav {
  white-space: inherit;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.navbar-light .megamenu .navbar-nav.flex-nowrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.navbar-light .megamenu .navbar-nav .nav-item {
  padding: 25px 8px;
}
.navbar-light .megamenu .navbar-nav .nav-item .nav-link {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  line-height: 16px;
  color: #454545;
  font-weight: 400;
  padding: 0px;
  background: none !important;
  position: relative;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar-light .megamenu .navbar-nav .nav-item .nav-link:before {
  display: none;
}
.navbar-light .megamenu .navbar-nav .nav-item:hover .nav-link, .navbar-light .megamenu .navbar-nav .nav-item.selected .nav-link {
  color: #57B6B1;
}
@media (max-width: 1700px) {
  .navbar-light .megamenu .navbar-nav .nav-item .nav-link {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .navbar-light .megamenu .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .navbar-light .megamenu .navbar-nav .nav-item {
    padding: 10px 4px;
  }
  .navbar-light .megamenu .navbar-nav .nav-item .nav-link {
    font-size: 13px;
  }
}

.shopbar-col-group {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

#header .shopbar-tools {
  padding: 0px;
}
#header .shopbar-tools .shopbar-tool#shopbar-cart {
  margin-right: 0;
}
#header .shopbar-tools .shopbar-tool .shopbar-button-icon {
  height: 32px;
}
@media (max-width: 991px) {
  #header .shopbar-tools .shopbar-tool {
    margin: 0 12px;
  }
}
@media (max-width: 767px) {
  #header .shopbar-tools .shopbar-tool {
    margin: 0 10px;
  }
}
#header .shopbar-tools #menubar-my-account {
  margin-left: 0px;
}
#header .shopbar-tools #menubar-my-account .disNone {
  display: none;
}
#header .shopbar-tools #menubar-my-account .fa-user-circle {
  background: url(../images/user.png) no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
  margin-bottom: 0;
}
#header .shopbar-tools #menubar-my-account .fa-user-circle::before {
  display: none;
}
@media (max-width: 1440px) {
  #header .shopbar-tools #menubar-my-account .fa-user-circle {
    width: 25px !important;
    height: 25px !important;
  }
}
#header .shopbar-tools .menubar-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  text-transform: inherit;
  font-size: 20px;
  font-weight: 300;
  font-family: "Outfit", sans-serif;
  line-height: 25px;
  color: #000;
  margin-right: 15px;
}
#header .shopbar-tools .menubar-link .fa-angle-down:before {
  font-size: 18px;
  color: #8C654D;
}
#header .shopbar-tools .menubar-link .adminLogo {
  background: url(../images/admin.png) no-repeat;
  background-size: contain;
  height: 28px;
  width: 28px;
}
#header .shopbar-tools .shopbar-button {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent !important;
  margin-right: 0;
}
#header .shopbar-tools .shopbar-button .shopbar-button-icon {
  width: auto;
  height: auto;
}
#header .tabbyLogo {
  min-width: 92px;
  margin-left: 18px;
  margin-top: 5px;
}
#header .tabbyLogo img {
  width: auto;
}
#header nav.menubar-group.menubar-group--special.d-none.d-xl-block {
  display: none !important;
}
@media (max-width: 1700px) {
  #header .shopbar-tools #menubar-my-account {
    margin-right: 5px;
  }
  #header .shopbar-tools .menubar-group.menubar-group--special {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  #header .shopbar-tools #menubar-my-account {
    margin-right: 10px;
  }
  #header .shopbar-tools .menubar-link {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  #header .shopbar-tools .menubar-link {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  #header .shopbar-section {
    border: 0px;
  }
  #header .shopbar-section .shopbar-tools .shopbar-tool {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #header .shopbar-section .shopbar-tools #menubar-my-account .fa-user-circle {
    width: 20px !important;
    height: 20px !important;
    margin: 0px;
  }
  #header .shopbar-section .shopbar-tools #shopbar-menu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0px 5px;
  }
  #header .shopbar-section .shopbar > .shopbar-col-group {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #header .shopbar-section .shopbar > .shopbar-col-group .shop-logo {
    margin-right: 0px;
    margin-bottom: 10px !important;
    padding: 0;
  }
  #header .shopbar-section .shopbar > .shopbar-col-group .shop-logo img {
    max-width: 120px;
  }
  #header .shopbar-section .shopbar > .shopbar-col-group .shopbar-tools {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #header .shopbar-section .shopbar > .shopbar-col-group .langCurrencySelector {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #header .shopbar-section .shopbar .flx33.shopbar-search {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #header .shopbar-section .shopbar .flx33.shop-logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 165px;
    margin-right: 20px;
  }
  #header .shopbar-section .shopbar .flx33.shopbar-col-group-tools {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #header .shopbar-section .shopbar .shop-logo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #header .shopbar-section .shopbar .shop-logo .brand {
    max-width: 165px;
  }
  #header .shopbar-section .shopbar .instasearch-form {
    margin-left: 8px;
    margin-right: 15px;
  }
  #header .shopbar-section .shopbar #shopbar-menu .shopbar-button-icon .icm-menu {
    background: url(../images/menu_icon.png) no-repeat center center;
    background-size: 20px;
    width: 22px;
    height: 20px;
  }
  #header .shopbar-section .shopbar #shopbar-menu .shopbar-button-icon .icm-menu::before {
    display: none;
  }
  #header .shopbar-section .shopbar #shopbar-user {
    display: none;
  }
}
@media (max-width: 767px) {
  #header .shopbar-section {
    padding: 0px;
  }
  #header .shopbar-section .shopbar {
    margin: 0px;
  }
  #header .shopbar-section .shopbar .shopbar-col-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #header .shopbar-section .shopbar .shopbar-col-group.shopbar-col-group-brand {
    position: relative;
  }
  #header .shopbar-section .shopbar .shopbar-col-group .shopbar-search {
    width: 100%;
    max-width: 65%;
    position: absolute;
    right: 0;
    top: 20px;
  }
  #header .shopbar-section .shopbar .shopbar-col-group .shopbar-tools {
    padding: 0px 0px;
  }
  #header .shopbar-section .shopbar .instasearch-form {
    margin: 0px auto;
    max-width: 100%;
  }
  #header .shopbar-section .shopbar .shopbar-tools .leftMenu {
    position: relative;
    padding-right: 38px;
  }
  #header .tabbyLogo img {
    max-width: 72px;
    margin-top: 0px;
  }
  #header .shopbar-button .shopbar-button-icon {
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #header .shopbar-button .shopbar-button-icon .haertIcon {
    height: 23px;
    width: 23px;
  }
  #header .shopbar-button .shopbar-button-icon .bagIcon {
    height: 23px;
    width: 19px;
  }
  #header .shopbar-tools .shopbar-tool {
    height: 24px;
  }
}
@media (max-width: 575px) {
  #header .shopbar-section .shopbar > .shopbar-col-group {
    margin-bottom: 0px;
    position: relative;
  }
  #header .shopbar-section .shopbar > .shopbar-col-group .shop-logo {
    margin-bottom: 0px !important;
  }
  #header .shopbar-section .shopbar > .shopbar-col-group .shopbar-col-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #header .shopbar-section .shopbar > .shopbar-col-group .shopbar-search {
    position: relative;
    max-width: 100%;
    top: inherit;
  }
  #header .shopbar-section .shopbar > .shopbar-col-group.shopbar-col-group-brand {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #header .shopbar-section .shopbar > .shopbar-col-group .shopbar-tools {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #header .tabbyLogo {
    margin-left: 8px;
    max-width: 56px;
  }
  #header .tabbyLogo img {
    max-width: 56px;
  }
}
@media (max-width: 360px) {
  #header .shopbar-section .shopbar .flx33.shop-logo {
    max-width: 113px;
  }
  #header .shopbar-section .shopbar .flx33.shop-logo .brand {
    max-width: 110px;
  }
  #header .tabbyLogo {
    margin-left: 1px;
    min-width: 1px;
  }
  #header .tabbyLogo img {
    max-width: 47px;
  }
}
@media (max-width: 320px) {
  #header .shopbar-section .shopbar .instasearch-form .instasearch-term {
    height: 36px;
  }
  #header .shopbar-section .shopbar .instasearch-form .instasearch-button {
    width: 28px !important;
    height: 28px !important;
  }
  #header .shopbar .shopbar-button .shopbar-button-icon .haertIcon {
    height: 22px;
    width: 22px;
  }
  #header .shopbar .shopbar-button .shopbar-button-icon .bagIcon {
    height: 21px;
    width: 17px;
  }
  #header .shopbar-tools .shopbar-tool {
    height: 23px;
    margin: 0px 4px;
  }
  #header .shopbar-tools #menubar-my-account {
    margin-right: 2px;
  }
}
@media (max-width: 320px) {
  #header .shopbar-section .shopbar .flx33.shop-logo .brand {
    max-width: 105px;
  }
}

#offcanvas-menu .tab-content ul {
  margin-bottom: 0px;
}
#offcanvas-menu .tab-content .ocm-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#offcanvas-menu .tab-content .ocm-nav .ocm-item {
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 600;
}
#offcanvas-menu .cms-menu ul li {
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 1rem;
  position: relative;
}
#offcanvas-menu .cms-menu ul li a {
  color: #393f46;
  display: block;
  line-height: 1.3;
  padding: 1rem 2.5rem 1rem 2rem;
  text-decoration: none !important;
}

.homeBannerSection {
  position: relative;
  max-width: 1920px;
  margin: 0px auto;
}
.homeBannerSection .slick-slide img {
  width: 100%;
}
.homeBannerSection .slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}
.homeBannerSection .slick-list {
  z-index: 1;
}
.homeBannerSection .slick-dots {
  bottom: 0px;
  z-index: 2;
}
.homeBannerSection .slick-dots li {
  margin: 0px 5px;
  padding: 0px;
  width: 20px;
  height: 20px;
}
.homeBannerSection .slick-dots li button {
  background: rgba(0, 0, 0, 0.41);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid transparent;
}
.homeBannerSection .slick-dots li.slick-active button {
  background: #57B6B1;
}
.homeBannerSection .slick-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 50%;
  background: none;
  width: 17px;
  height: 27px;
  border: none;
  font-size: 0;
}
.homeBannerSection .slick-arrow:hover {
  background: none;
}
.homeBannerSection .slick-arrow::before {
  display: none;
}
.homeBannerSection .slick-arrow.slick-prev {
  background-image: url(../images/arrow_left1.png);
  background-repeat: no-repeat;
  background-position: center center;
  left: 4%;
  opacity: 0.51;
}
.homeBannerSection .slick-arrow.slick-prev:hover {
  background-image: url(../images/arrow_left1.png);
  opacity: 1;
}
.homeBannerSection .slick-arrow.slick-next {
  background-image: url(../images/arrow_right1.png);
  background-repeat: no-repeat;
  background-position: center center;
  right: 4%;
  opacity: 0.51;
}
.homeBannerSection .slick-arrow.slick-next:hover {
  background-image: url(../images/arrow_right1.png);
  opacity: 1;
}
.homeBannerSection .homeSlider .bannerBox {
  position: relative;
}
.homeBannerSection .homeSlider .bannerImage img {
  width: 100%;
}
.homeBannerSection .homeSlider .bannerDesc {
  position: absolute;
  bottom: 100px;
  width: 100%;
  text-align: center;
  bottom: 0;
  width: 100%;
  text-align: left;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.homeBannerSection .homeSlider .bannerDesc .HeadingBanner {
  font-size: 110px;
  font-weight: 400;
  line-height: 110px;
  color: #13503B;
  text-transform: uppercase;
}
.homeBannerSection .homeSlider .bannerDesc .bannerText {
  font-size: 200px;
  font-weight: 400;
  line-height: 130px;
  color: #13503B;
  text-transform: uppercase;
  display: block;
}
.homeBannerSection .homeSlider .bannerDesc .bannerBtn {
  margin-top: 35px;
}
.homeBannerSection .homeSlider .bannerDesc .offerbg {
  background: #9B7F67;
  font-size: 70px;
  line-height: 50px;
  font-weight: 400;
  display: inline-block;
  padding: 10px;
  color: #fff;
  padding: 10px;
  margin-top: 15px;
}
.homeBannerSection .homeSlider .bannerDesc .offerbg span {
  font-weight: 700;
}
.homeBannerSection .homeSlider .bannerDesc .blagTagline {
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  color: #000;
}
@media (max-width: 1700px) {
  .homeBannerSection .homeSlider .bannerDesc .HeadingBanner {
    font-size: 90px;
    line-height: 90px;
  }
  .homeBannerSection .homeSlider .bannerDesc .bannerText {
    font-size: 168px;
    line-height: 113px;
  }
  .homeBannerSection .homeSlider .bannerDesc .offerbg {
    font-size: 58px;
    line-height: 45px;
    margin: 12px 0px;
  }
  .homeBannerSection .homeSlider .bannerDesc .blagTagline {
    font-size: 44px;
    line-height: 44px;
  }
  .homeBannerSection .homeSlider .bannerDesc .bannerBtn {
    margin-top: 30px;
  }
}
@media (max-width: 1600px) {
  .homeBannerSection .homeSlider .bannerDesc .HeadingBanner {
    font-size: 80px;
    line-height: 82px;
  }
  .homeBannerSection .homeSlider .bannerDesc .bannerText {
    font-size: 148px;
    line-height: 116px;
  }
  .homeBannerSection .homeSlider .bannerDesc .offerbg {
    font-size: 50px;
    line-height: 40px;
    margin: 12px 0px 20px 0px;
  }
  .homeBannerSection .homeSlider .bannerDesc .blagTagline {
    font-size: 36px;
    line-height: 36px;
  }
  .homeBannerSection .homeSlider .bannerDesc .bannerBtn {
    margin-top: 25px;
  }
  .homeBannerSection .homeSlider .bannerDesc .blackBtn {
    padding: 12px 26px;
    font-size: 16px;
    line-height: 19px;
  }
  .homeBannerSection .slick-dots li {
    width: 15px;
    height: 15px;
  }
  .homeBannerSection .slick-dots li button {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 1440px) {
  .homeBannerSection .homeSlider .bannerDesc .HeadingBanner {
    font-size: 70px;
    line-height: 72px;
  }
  .homeBannerSection .homeSlider .bannerDesc .bannerText {
    font-size: 128px;
    line-height: 110px;
  }
  .homeBannerSection .homeSlider .bannerDesc .offerbg {
    font-size: 43px;
    line-height: 35px;
    margin: 7px 0px 15px 0px;
  }
  .homeBannerSection .homeSlider .bannerDesc .blagTagline {
    font-size: 31px;
    line-height: 30px;
  }
  .homeBannerSection .homeSlider .bannerDesc .bannerBtn {
    margin-top: 25px;
  }
  .homeBannerSection .homeSlider .bannerDesc .blackBtn {
    padding: 11px 20px;
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 1366px) {
  .homeBannerSection .homeSlider .bannerDesc .HeadingBanner {
    font-size: 70px;
    line-height: 70px;
  }
  .homeBannerSection .homeSlider .bannerDesc .bannerText {
    font-size: 128px;
    line-height: 100px;
  }
  .homeBannerSection .homeSlider .bannerDesc .offerbg {
    font-size: 43px;
    line-height: 33px;
    margin: 6px 0px 15px 0px;
  }
  .homeBannerSection .homeSlider .bannerDesc .blagTagline {
    font-size: 26px;
    line-height: 26px;
  }
  .homeBannerSection .homeSlider .bannerDesc .bannerBtn {
    margin-top: 18px;
  }
  .homeBannerSection .homeSlider .bannerDesc .blackBtn {
    padding: 12px 24px;
    font-size: 14px;
    line-height: 17px;
  }
  .homeBannerSection .slick-arrow {
    background-size: 14px;
  }
  .homeBannerSection .slick-dots li {
    width: 12px;
    height: 12px;
  }
  .homeBannerSection .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 1199px) {
  .homeBannerSection .homeSlider .bannerDesc .HeadingBanner {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 0px;
  }
  .homeBannerSection .homeSlider .bannerDesc .bannerText {
    font-size: 92px;
    line-height: 88px;
  }
  .homeBannerSection .homeSlider .bannerDesc .offerbg {
    font-size: 30px;
    line-height: 25px;
    margin: 6px 0px 11px 0px;
  }
  .homeBannerSection .homeSlider .bannerDesc .blagTagline {
    font-size: 23px;
    line-height: 23px;
  }
  .homeBannerSection .homeSlider .bannerDesc .bannerBtn {
    margin-top: 10px;
  }
  .homeBannerSection .homeSlider .bannerDesc .blackBtn {
    padding: 9px 20px;
  }
}
@media (max-width: 991px) {
  .homeBannerSection .homeSlider .bannerDesc .HeadingBanner {
    font-size: 35px;
    line-height: 35px;
  }
  .homeBannerSection .homeSlider .bannerDesc .bannerText {
    font-size: 65px;
    line-height: 65px;
  }
  .homeBannerSection .homeSlider .bannerDesc .offerbg {
    font-size: 21px;
    line-height: 21px;
    margin: 6px 0px 9px 0px;
    padding: 6px 7px;
  }
  .homeBannerSection .homeSlider .bannerDesc .blagTagline {
    font-size: 20px;
    line-height: 20px;
  }
  .homeBannerSection .homeSlider .bannerDesc .bannerBtn {
    margin-top: 10px;
  }
  .homeBannerSection .homeSlider .bannerDesc .blackBtn {
    padding: 8px 15px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .homeBannerSection .homeSlider .bannerImage img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .homeBannerSection .homeSlider .bannerDesc .HeadingBanner {
    font-size: 35px;
    line-height: 35px;
  }
  .homeBannerSection .homeSlider .bannerDesc .bannerText {
    font-size: 65px;
    line-height: 65px;
  }
  .homeBannerSection .homeSlider .bannerDesc .offerbg {
    font-size: 21px;
    line-height: 21px;
    margin: 6px 0px 9px 0px;
    padding: 6px 7px;
  }
  .homeBannerSection .homeSlider .bannerDesc .blagTagline {
    font-size: 20px;
    line-height: 20px;
  }
  .homeBannerSection .homeSlider .bannerDesc .bannerBtn {
    margin-top: 10px;
  }
  .homeBannerSection .homeSlider .bannerDesc .blackBtn {
    padding: 8px 15px;
    font-size: 13px;
  }
  .homeBannerSection .slick-arrow {
    background-size: 12px;
  }
  .homeBannerSection .slick-arrow.slick-prev {
    left: 15px;
  }
  .homeBannerSection .slick-arrow.slick-next {
    right: 15px;
  }
  .homeBannerSection .slick-dots {
    padding: 8px 0px;
  }
  .homeBannerSection .slick-dots li {
    width: 8px;
    height: 8px;
  }
  .homeBannerSection .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}

.imgboxComman {
  margin-bottom: 30px;
}
.imgboxComman img {
  max-width: 100%;
  width: 100%;
}
.imgboxComman.widthfull100 img {
  width: 100%;
}
@media (max-width: 575px) {
  .imgboxComman {
    margin-bottom: 15px;
  }
}

.heading::before {
  display: none;
}

.hd2, .heading .heading-title {
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  color: #134372;
  padding: 0px 0px 40px 0px;
  margin: 0px;
  background: none;
  font-family: "Marcellus", serif;
}
.hd2.fs-h1, .heading .heading-title.fs-h1 {
  font-size: 50px !important;
  font-weight: 400;
  line-height: 50px;
  color: #134372;
  padding: 0px 0px 40px 0px;
  margin: 0px;
  background: none;
}
@media (max-width: 1440px) {
  .hd2, .heading .heading-title {
    font-size: 34px !important;
    line-height: 36px;
    padding-bottom: 30px;
  }
  .hd2.fs-h1, .heading .heading-title.fs-h1 {
    font-size: 34px !important;
    line-height: 36px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .hd2, .heading .heading-title {
    font-size: 26px !important;
    line-height: 32px;
    padding-bottom: 20px;
  }
  .hd2.fs-h1, .heading .heading-title.fs-h1 {
    font-size: 26px !important;
    line-height: 32px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hd2, .heading .heading-title {
    font-size: 22px !important;
    line-height: 26px;
    padding-bottom: 15px;
  }
  .hd2.fs-h1, .heading .heading-title.fs-h1 {
    font-size: 22px !important;
    line-height: 26px;
    padding-bottom: 15px;
  }
}

.hd3 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
  color: #000;
  text-transform: capitalize;
  padding: 0px 0px 26px 0px;
  margin: 0px;
  font-family: "Marcellus", serif;
}
@media (max-width: 1366px) {
  .hd3 {
    font-size: 28px;
    line-height: 30px;
  }
}

.sectionPadding {
  padding: 80px 0px;
}
.sectionPadding.paddtop0 {
  padding-top: 0px;
}
.sectionPadding.paddbtm0 {
  padding-bottom: 0px;
}
@media (max-width: 1366px) {
  .sectionPadding {
    padding: 60px 0px;
  }
}
@media (max-width: 1199px) {
  .sectionPadding {
    padding: 50px 0px;
  }
}
@media (max-width: 767px) {
  .sectionPadding {
    padding: 30px 0px;
  }
}

.bgGreay {
  position: relative;
}
.bgGreay::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 53.5%;
  background: #F3F3F3;
}
@media (max-width: 1700px) {
  .bgGreay::after {
    height: 54.5%;
  }
}

.hdrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hdrow.heading {
  padding-bottom: 40px;
}
.hdrow.heading.paddbtm0 {
  padding-bottom: 0px;
}
.hdrow.heading .heading-title {
  padding: 0px;
  margin: 0px;
}
.hdrow.heading .heading-title small {
  color: #57B6B1 !important;
}
.hdrow.heading .saidelink {
  min-width: 70px;
  display: block;
}
.hdrow.heading .saidelink a {
  color: #134372;
  position: relative;
  text-transform: capitalize;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
.hdrow.heading .saidelink a:hover {
  color: #000;
}
@media (max-width: 1440px) {
  .hdrow.heading .saidelink a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .hdrow.heading {
    padding-bottom: 25px;
  }
  .hdrow.heading.heading-title {
    font-size: 26px !important;
    line-height: 30px;
    padding-bottom: 25px;
  }
  .hdrow.heading.heading-title.fs-h1 {
    font-size: 26px !important;
    line-height: 30px;
    padding-bottom: 25px;
  }
  .hdrow.heading .saidelink a {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .hdrow.heading {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hdrow.heading {
    padding-bottom: 15px;
  }
  .hdrow.heading .saidelink {
    text-align: right;
  }
}

.comman_slider .slick-arrow, .artlist-carousel .slick-arrow {
  cursor: pointer;
  opacity: 1 !important;
  border-radius: 0px;
  background: #fff;
  width: 40px;
  height: 40px;
  border: #8C654D solid 1px;
  font-size: 0;
  position: absolute;
  top: 42%;
  z-index: 3;
  border-radius: 50px;
}
.comman_slider .slick-arrow:hover, .artlist-carousel .slick-arrow:hover {
  background-color: #8C654D;
}
.comman_slider .slick-arrow::before, .artlist-carousel .slick-arrow::before {
  display: none;
}
.comman_slider .slick-arrow.slick-prev, .artlist-carousel .slick-arrow.slick-prev {
  background-image: url(../images/arrow_left.png);
  background-repeat: no-repeat;
  background-position: center center;
  left: -66px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.comman_slider .slick-arrow.slick-prev:hover, .artlist-carousel .slick-arrow.slick-prev:hover {
  background-image: url(../images/arrow_left_hover.png);
}
.comman_slider .slick-arrow.slick-next, .artlist-carousel .slick-arrow.slick-next {
  background-image: url(../images/arrow_right.png);
  background-repeat: no-repeat;
  background-position: center center;
  right: -66px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.comman_slider .slick-arrow.slick-next:hover, .artlist-carousel .slick-arrow.slick-next:hover {
  background-image: url(../images/arrow_right_hover.png);
}
@media (max-width: 1440px) {
  .comman_slider .slick-arrow, .artlist-carousel .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 10px;
    top: 44%;
  }
}
@media (max-width: 1366px) {
  .comman_slider .comman_slider .slick-arrow, .artlist-carousel .comman_slider .slick-arrow {
    width: 36px;
    height: 36px;
    background-size: 8px;
  }
  .comman_slider .comman_slider .slick-arrow.slick-prev, .artlist-carousel .comman_slider .slick-arrow.slick-prev {
    left: -58px;
  }
  .comman_slider .comman_slider .slick-arrow.slick-next, .artlist-carousel .comman_slider .slick-arrow.slick-next {
    right: -58px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .comman_slider .slick-arrow, .artlist-carousel .slick-arrow {
    width: 32px;
    height: 32px;
    background-size: 8px;
    z-index: 2;
  }
  .comman_slider .slick-arrow.slick-prev, .artlist-carousel .slick-arrow.slick-prev {
    left: -28px;
  }
  .comman_slider .slick-arrow.slick-next, .artlist-carousel .slick-arrow.slick-next {
    right: -28px;
  }
}
@media (max-width: 991px) {
  .comman_slider .slick-arrow, .artlist-carousel .slick-arrow {
    width: 28px;
    height: 28px;
  }
  .comman_slider .slick-arrow.slick-prev, .artlist-carousel .slick-arrow.slick-prev {
    left: -23px;
  }
  .comman_slider .slick-arrow.slick-next, .artlist-carousel .slick-arrow.slick-next {
    right: -23px;
  }
}
@media (max-width: 575px) {
  .comman_slider .slick-arrow.slick-prev, .artlist-carousel .slick-arrow.slick-prev {
    left: -3px;
  }
  .comman_slider .slick-arrow.slick-next, .artlist-carousel .slick-arrow.slick-next {
    right: -3px;
  }
}

.comman_slider .slick-dots {
  position: relative;
  bottom: -15px;
}
.comman_slider .slick-dots li {
  height: auto;
}
.comman_slider .slick-dots li button {
  height: 18px;
  width: 18px;
  border: 0px;
  background: #ccc;
}
.comman_slider .slick-dots li.slick-active button {
  border: 5px solid #000;
  background: transparent;
}
@media (max-width: 1440px) {
  .comman_slider .slick-dots li button {
    height: 15px;
    width: 15px;
  }
  .comman_slider .slick-dots li.slick-active button {
    border: 4px solid #000;
  }
}

.artlist {
  margin: 0px;
}
.artlist::after {
  display: none;
}
.artlist.artlist-grid.artlist-boxed {
  margin-left: -3px;
  margin-right: -3px;
}
@media (max-width: 480px) {
  .artlist.artlist-grid.artlist-boxed.comman_slider .slick-arrow.slick-prev {
    left: -7px;
  }
  .artlist.artlist-grid.artlist-boxed.comman_slider .slick-arrow.slick-next {
    right: -7px;
  }
}

.slick-list .art .artBox {
  margin: 0px 15px;
}
@media (max-width: 1440px) {
  .slick-list .art .artBox {
    margin: 0 10px;
  }
}
.art {
  margin: 0px;
  padding: 0px;
  border: none;
}
.art:hover {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.art .artBox {
  position: relative;
  background: #fff;
  border: #D9D9D9 solid 1px !important;
  padding: 30px;
  position: relative;
  margin: 0px 15px;
  font-family: "Outfit", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-height: 450px;
  border-radius: 0 50px;
  margin-bottom: 30px !important;
}
.art .artBox:hover {
  -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-color: #57B6B1 !important;
  background: #fff;
}
.art .artBox:hover .art-picture-block img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.art .artBox .btn-primary.addtoCart {
  height: 50px;
  width: 50px;
  position: absolute;
  top: inherit;
  bottom: 28px;
  right: 22px;
  padding: 13px 10px;
  border-radius: 0 20px !important;
  background: transparent !important;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.16) !important;
          box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.16) !important;
}
.art .artBox .btn-primary.addtoCart:hover {
  background-color: #57B6B1 !important;
}
@media (max-width: 767px) {
  .art .artBox .btn-primary.addtoCart {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.art .artBox .sales_art {
  position: absolute;
  top: 0px;
  z-index: 3;
  width: 100%;
  left: 0;
}
.art .artBox .sales_art span {
  margin: 0px auto;
  background: #E4E4E4;
  color: #134372;
  text-transform: uppercase;
  padding: 4px 10px;
  font-size: 18px;
  line-height: 16px;
  display: inline-block;
}
.art .artBox .art-badges {
  display: none;
}
.art .artBox .art-picture-block {
  min-height: 262px;
  max-height: 262px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0px 0px 25px 0px;
}
.art .artBox .art-picture-block img {
  max-width: 100%;
  max-height: 262px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.art .artBox .art-brand {
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #232323;
  text-transform: uppercase;
  padding-bottom: 13px;
}
.art .artBox .art-name {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  height: auto;
  color: #323232;
  min-height: 50px;
}
.art .artBox .art-name a {
  color: #323232;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.art .artBox .art-name a:hover {
  color: #57B6B1;
  text-decoration: none !important;
}
.art .artBox .art-price-block {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin: 0px 0px 2px 0px;
}
.art .artBox .art-price-block .art-price {
  font-size: 20px;
  font-weight: 700;
  color: #134372;
}
.art .artBox .art-price-block .art-price--offer {
  color: #134372;
}
.art .artBox .art-price-block .art-oldprice {
  font-size: 16px;
  font-weight: 600;
  color: #666666;
}
.art .artBox .art-drop {
  position: initial;
  background: none;
  visibility: visible;
  border: none;
  z-index: initial;
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.art .artBox .art-drop .art-variant-info {
  display: none;
}
.art .artBox .btn-primary {
  display: none;
  background: none;
  min-width: inherit !important;
  width: 21px;
  height: 22px;
  position: absolute;
  right: 17px;
  top: 60px;
  color: #222;
  padding: 0px !important;
}
.art .artBox .btn-primary i {
  display: block;
}
.art .artBox .btn-secondary.art-btn.ajax-cart-link {
  background: none;
  width: 30px;
  height: 28px;
  position: absolute;
  right: 30px;
  top: 20px;
  color: #222;
  padding: 0px;
}
.art .artBox .btn-secondary.art-btn.ajax-cart-link:hover {
  background: transparent !important;
}
.art .artBox .btn-secondary.art-btn.ajax-cart-link i {
  display: block;
}
.art .artBox .btn-secondary.art-btn.ajax-cart-link i.fa-heart {
  background: url(../images/hearticon.png) no-repeat center center;
  background-size: 30px 28px;
  width: 100%;
  height: 100%;
}
.art .artBox .btn-secondary.art-btn.ajax-cart-link i.fa-heart::before {
  display: none;
}
.art .artBox .btn-secondary.art-btn.ajax-cart-link i.fa-heart:hover {
  background-image: url(../images/hearticon.png);
}
.art .artBox .art-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.art .artBox .art-btn img {
  -o-object-fit: contain;
     object-fit: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1607843137);
  height: 20px;
  position: absolute;
  left: 18px;
  right: 0;
  top: 15px;
  bottom: 0;
}
.art .artBox .art-btn img.hoverBlock {
  display: none;
}
.art .artBox .art-btn:hover {
  background: none;
  color: #000;
}
.art .artBox:hover .art-btn {
  background: #57B6B1 !important;
}
.art .artBox:hover .art-btn img.hoverBlock {
  display: block;
}
.art .artBox:hover .art-btn img.hoverNone {
  display: none;
}
@media (max-width: 1440px) {
  .art .artBox {
    padding: 30px 10px 25px 10px;
    min-height: 415px;
  }
  .art .artBox .sales_art span {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 14px;
  }
  .art .artBox .art-brand {
    min-height: 21px;
    font-size: 14px;
    padding-bottom: 8px;
  }
  .art .artBox .art-picture-block {
    min-height: 210px;
    max-height: 210px;
    margin-bottom: 20px;
  }
  .art .artBox .art-picture-block img {
    max-height: 208px;
  }
  .art .artBox .art-name {
    font-size: 16px;
  }
  .art .artBox .art-price-block .art-price {
    font-size: 18px;
  }
  .art .artBox .art-price-block .art-oldprice {
    font-size: 16px;
  }
  .art .artBox .art-btn {
    font-size: 15px;
    margin-top: 10px;
  }
  .art .artBox .art-btn.btn-secondary.ajax-cart-link i.fa-heart {
    background-size: 20px 19px;
  }
  .art .artBox .art-btn.btn-primary i.fa-cart-arrow-down {
    background-size: 17px 21px;
  }
}
@media (max-width: 1366px) {
  .art .artBox {
    padding: 25px 10px 20px 10px;
    min-height: 376px;
  }
  .art .artBox .sales_art span {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 12px;
  }
  .art .artBox .art-brand {
    min-height: 21px;
    font-size: 14px;
    padding-bottom: 8px;
  }
  .art .artBox .art-picture-block {
    min-height: 190px;
    max-height: 190px;
    margin-bottom: 15px;
  }
  .art .artBox .art-picture-block img {
    max-height: 185px;
  }
  .art .artBox .art-name {
    font-size: 16px;
  }
  .art .artBox .art-price-block .art-price {
    font-size: 16px;
  }
  .art .artBox .art-price-block .art-oldprice {
    font-size: 14px;
  }
  .art .artBox .art-btn {
    font-size: 14px;
    margin-top: 8px;
  }
  .art .artBox .art-btn.btn-secondary.ajax-cart-link i.fa-heart {
    background-size: 18px 17px;
  }
  .art .artBox .art-btn.btn-primary i.fa-cart-arrow-down {
    background-size: 15px 19px;
  }
}
@media (max-width: 767px) {
  .art .artBox {
    padding: 20px 12px 15px 12px;
    min-height: 321px;
  }
  .art .artBox .sales_art span {
    padding: 5px 7px;
    font-size: 12px;
    line-height: 11px;
    font-weight: 500;
  }
  .art .artBox .art-brand {
    padding-bottom: 6px;
  }
  .art .artBox .art-picture-block {
    min-height: 162px;
    max-height: 162px;
    margin-bottom: 10px;
  }
  .art .artBox .art-picture-block img {
    max-height: 156px;
  }
  .art .artBox .art-name {
    font-size: 14px;
    line-height: 20px;
  }
  .art .artBox .art-price-block .art-price {
    font-size: 14px;
  }
  .art .artBox .art-price-block .art-oldprice {
    font-size: 12px;
  }
  .art .artBox .art-btn {
    font-size: 12px;
    margin-top: 6px;
    background: none;
  }
  .art .artBox .art-btn.btn-secondary.ajax-cart-link, .art .artBox .art-btn.btn-primary {
    right: 5px;
    bottom: 5px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.art .artBox:hover .btn-secondary.art-btn {
  background: transparent !important;
}

.productboxlist {
  padding: 0px !important;
}
.productboxlist.artlist-no-separators .artlist-grid:not(.artlist-boxed) .art {
  border-bottom-width: 1px !important;
}
@media (max-width: 1024px) {
  .productboxlist {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
}

.hmluxurySec .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hmluxurySec .luxuryBg {
  position: relative;
  background: url(../images/luxury_bg.jpg) no-repeat;
  background-size: cover;
  padding: 25px 50px;
}
.hmluxurySec .luxuryBg h2 {
  font-size: 45px;
  line-height: 45px;
  color: #795741;
}
.hmluxurySec .luxuryBg h2 span {
  display: block;
}
.hmluxurySec .luxuryBg h2 .smallTxt {
  font-size: 40px;
  line-height: 40px;
  padding-left: 12%;
  margin-bottom: -35px;
}
.hmluxurySec .luxuryBg h2 .bigTxt {
  font-size: 160px;
  line-height: 160px;
  color: #A88871;
  font-weight: 400;
  text-shadow: 4px 4px rgba(0, 0, 0, 0.2509803922);
}
.hmluxurySec .luxuryBox {
  position: relative;
}
.hmluxurySec .luxuryBox .luxuryImg img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .hmluxurySec .luxuryBox .luxuryImg {
    margin-top: 30px;
  }
}
.hmluxurySec .imgshadow img {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hmBestseller {
  position: relative;
  margin-bottom: 0px !important;
}
.hmBestseller .container {
  position: relative;
  z-index: 2;
}
.hmBestseller .art .art-badges {
  display: none;
}

.hmProduct_section2 .col-lg-6 .imgboxComman:last-child {
  margin-bottom: 0px;
}

.hmProduct_section3 .col-lg-6 .imgboxComman {
  margin-bottom: 0px;
}

.discountSection {
  max-width: 1920px;
  margin: 0px auto;
}
.discountSection .discountlistProudct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.discountSection .discountlistProudct .boxDiscount:nth-child(2) {
  margin: 0px 30px;
}
.discountSection .discountlistProudct .boxDiscount img {
  width: 100%;
}

.giftImgSection .imgboxComman img {
  width: 100%;
}
.giftImgSection .row .imgboxComman {
  margin-bottom: 0px;
}

.manufactureSlider {
  background: #f0f0f0;
  margin: 0px !important;
  display: none;
}
.manufactureSlider .artlist-grid.artlist-boxed .art {
  background: transparent;
  border: 1px solid #B8B8B8;
}

.topBrand {
  position: relative;
}
.topBrand .hd2 {
  padding: 0px;
  margin: 0px;
}
.topBrand .postioninherit {
  position: inherit;
}
.topBrand .topBrandSlider {
  margin: 0px !important;
  padding: 0px !important;
  position: inherit;
}
.topBrand .topBrandSlider .art {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0px;
  padding: 0;
  margin-bottom: 0px;
}
.topBrand .topBrandSlider .art-genericname {
  display: none;
}
.topBrand .topBrandSlider .art-picture-block {
  margin-bottom: 0px;
}
.topBrand .topBrandSlider .art-picture-block .img-center-container {
  height: auto;
  padding: 5px;
  min-height: 102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.topBrand .topBrandSlider .art-picture-block .img-center-container img {
  height: 100px;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.5;
}
.topBrand .topBrandSlider .art-picture-block .img-center-container img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}
.topBrand .comman_slider .slick-arrow {
  left: 0px;
  top: 54px;
  background-color: transparent !important;
}
.topBrand .comman_slider .slick-arrow:hover {
  background-color: #000 !important;
}
.topBrand .comman_slider .slick-arrow.slick-prev {
  right: 50px;
  left: inherit;
  top: 0px;
}
.topBrand .comman_slider .slick-arrow.slick-next {
  right: 0px;
  left: inherit;
  top: 0px;
}
@media (max-width: 1366px) {
  .topBrand .topBrandSlider .art-picture-block .img-center-container {
    min-height: 80px;
  }
}
@media (max-width: 991px) {
  .topBrand .topBrandSlider .art-picture-block .img-center-container img {
    max-height: 49px;
  }
  .topBrand .comman_slider .slick-arrow.slick-prev {
    right: 35px;
  }
}
@media (max-width: 767px) {
  .topBrand .hd2 {
    text-align: center;
    padding-bottom: 7px;
  }
  .topBrand .topBrandSlider .art-picture-block .img-center-container {
    min-height: 80px;
  }
  .topBrand .topBrandSlider .art-picture-block .img-center-container img {
    max-height: 50px;
  }
}
@media (max-width: 480px) {
  .topBrand .topBrandSlider .art-picture-block .img-center-container {
    min-height: 80px;
  }
  .topBrand .topBrandSlider .art-picture-block .img-center-container img {
    max-height: 43px;
  }
}

.SearchBoxComman {
  position: relative;
  margin-bottom: 37px;
}
.SearchBoxComman .form-control {
  position: relative;
  z-index: 1;
  background: #D8D8D8;
  width: 100%;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  color: #AAAAAA;
  height: 50px;
  padding: 5px 135px 5px 20px !important;
}
.SearchBoxComman .form-control::-webkit-input-placeholder {
  color: #AAAAAA;
}
.SearchBoxComman .form-control::-moz-placeholder {
  color: #AAAAAA;
}
.SearchBoxComman .form-control:-ms-input-placeholder {
  color: #AAAAAA;
}
.SearchBoxComman .form-control::-ms-input-placeholder {
  color: #AAAAAA;
}
.SearchBoxComman .form-control::placeholder {
  color: #AAAAAA;
}
.SearchBoxComman .btnSerach {
  position: absolute;
  z-index: 3;
  right: 0px;
  top: 3px;
  bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.SearchBoxComman .btnSerach .btn_black {
  background: #000;
  text-align: center;
  min-width: 120px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-decoration: underline;
  height: 100%;
  text-transform: uppercase;
  text-decoration: underline !important;
}
@media (max-width: 1600px) {
  .SearchBoxComman .form-control {
    font-size: 16px;
    height: 48px;
  }
  .SearchBoxComman .btnSerach .btn_black {
    min-width: 105px;
    font-size: 15px;
  }
}
@media (max-width: 1440px) {
  .SearchBoxComman .form-control {
    font-size: 16px;
    height: 44px;
  }
  .SearchBoxComman .btnSerach .btn_black {
    min-width: 90px;
    font-size: 15px;
  }
}
@media (max-width: 1366px) {
  .SearchBoxComman .form-control {
    font-size: 15px;
    height: 42px;
    padding: 2px 99px 5px 15px !important;
  }
  .SearchBoxComman .btnSerach .btn_black {
    min-width: 84px;
    font-size: 14px;
    padding: 3px 10px;
  }
}
@media (max-width: 1199px) {
  .SearchBoxComman .form-control {
    font-size: 15px;
    height: 38px;
    padding: 2px 90px 5px 15px !important;
  }
  .SearchBoxComman .btnSerach .btn_black {
    min-width: 80px;
    font-size: 13px;
    padding: 3px 10px;
  }
}

.input-group > .form-control, .input-group > .custom-select, .input-group > .custom-file {
  font-family: "Outfit", sans-serif;
}
.input-group > .form-control::-webkit-input-placeholder, .input-group > .custom-select::-webkit-input-placeholder, .input-group > .custom-file::-webkit-input-placeholder {
  font-family: "Outfit", sans-serif;
}
.input-group > .form-control::-moz-placeholder, .input-group > .custom-select::-moz-placeholder, .input-group > .custom-file::-moz-placeholder {
  font-family: "Outfit", sans-serif;
}
.input-group > .form-control:-ms-input-placeholder, .input-group > .custom-select:-ms-input-placeholder, .input-group > .custom-file:-ms-input-placeholder {
  font-family: "Outfit", sans-serif;
}
.input-group > .form-control::-ms-input-placeholder, .input-group > .custom-select::-ms-input-placeholder, .input-group > .custom-file::-ms-input-placeholder {
  font-family: "Outfit", sans-serif;
}
.input-group > .form-control::placeholder, .input-group > .custom-select::placeholder, .input-group > .custom-file::placeholder {
  font-family: "Outfit", sans-serif;
}

.btn_comman {
  display: inline-block;
}

.btn_comman, #content-wrapper .btn-primary, .btn-warning {
  border: #86C8E2 solid 0px;
  text-align: center;
  padding: 13px 25px;
  font-size: 18px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  border: none;
  border-radius: 0px;
  text-decoration: underline;
  overflow: hidden; /* position: relative; min-width: 215px;*/
  cursor: pointer !important;
}
.btn_comman span, #content-wrapper .btn-primary span, .btn-warning span {
  position: relative;
  z-index: 2;
}
.btn_comman img, #content-wrapper .btn-primary img, .btn-warning img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1440px) {
  .btn_comman, #content-wrapper .btn-primary, .btn-warning {
    font-size: 16px !important;
    padding: 12px 20px !important;
  }
  .btn_comman img, #content-wrapper .btn-primary img, .btn-warning img {
    height: 20px;
  }
}
@media (max-width: 1199px) {
  .btn_comman, #content-wrapper .btn-primary, .btn-warning {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  .btn_comman, #content-wrapper .btn-primary, .btn-warning {
    font-size: 12px !important;
    padding: 10px 15px 12px 17px !important;
  }
}

.btn-primary .btn_primary, .btn-danger, #content-wrapper .btn-primary, .btn-warning {
  background: #000;
  color: #fff;
  min-width: 148px;
}
.btn-primary .btn_primary:hover, .btn-primary .btn_primary:focus, .btn-danger:hover, .btn-danger:focus, #content-wrapper .btn-primary:hover, #content-wrapper .btn-primary:focus, .btn-warning:hover, .btn-warning:focus {
  background: #57B6B1;
  color: #fff;
}
.btn-primary .btn_primary:hover::before, .btn-primary .btn_primary:focus::before, .btn-danger:hover::before, .btn-danger:focus::before, #content-wrapper .btn-primary:hover::before, #content-wrapper .btn-primary:focus::before, .btn-warning:hover::before, .btn-warning:focus::before {
  background: #57B6B1;
}

.btn-brd {
  border: #ddd solid 1px;
}

.btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-icon img {
  max-width: 7px;
  margin: 0px 6px;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn.btn-to-danger:not(:disabled):not(.disabled):not([disabled]):active, .btn.btn-to-danger.active:not(:disabled):not(.disabled):not([disabled]), .show > .btn.btn-to-danger.dropdown-toggle:not(:disabled):not(.disabled), .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  background: #57B6B1;
  color: #fff;
}

#content-body {
  position: relative;
}

.breadcrumb-container {
  display: none !important;
}

.paddbtm100 {
  padding-bottom: 100px;
}

.hd-name-section {
  position: relative;
}
.hd-name-section .page-title {
  background: url(../images/innerbanner.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 30px 0px;
  min-height: 150px;
  border: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  font-family: "Marcellus";
}
.hd-name-section .page-title h1 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  line-height: 40px;
  color: #fff;
  margin: 0px;
  padding: 0px;
}
.hd-name-section .page-title h1 span {
  padding-left: 10px;
  font-weight: 300;
  font-size: 30px;
}
.hd-name-section .page-title.pagetitlemargin0 {
  margin-bottom: 0px;
  display: none;
}
@media (max-width: 1700px) {
  .hd-name-section .page-title {
    padding: 20px 0px;
  }
  .hd-name-section .page-title h1 {
    margin-bottom: 0px;
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .hd-name-section .page-title {
    padding: 16px 0px;
    min-height: 130px;
  }
  .hd-name-section .page-title h1 {
    font-size: 38px;
  }
}
@media (max-width: 1366px) {
  .hd-name-section .page-title {
    padding: 12px 0px;
    margin-bottom: 0;
  }
  .hd-name-section .page-title h1 {
    font-size: 34px;
  }
}
@media (max-width: 1199px) {
  .hd-name-section .page-title {
    padding: 8px 0px;
    margin-bottom: 0;
    min-height: 110px;
  }
  .hd-name-section .page-title h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .hd-name-section .page-title {
    padding: 0 10px;
  }
  .hd-name-section .page-title h1 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 480px) {
  .hd-name-section .page-title {
    padding: 7px 0px;
    margin-bottom: 0;
  }
}
@media (max-width: 400px) {
  .hd-name-section .page-title h1 {
    font-size: 18px;
    line-height: 24px;
  }
}

.facet-toggle::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); /*transform: rotate(0deg);*/
}
.facet-toggle.collapsed::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.alert {
  font-size: 15px;
  padding: 15px 35px 13px 65px;
}
.alert::after {
  font-size: 20px;
  width: 50px;
  line-height: 20px;
}
.alert::before {
  width: 50px;
}
@media (max-width: 1366px) {
  .alert::after {
    width: 45px;
    font-size: 17px;
    line-height: 17px;
  }
  .alert::before {
    width: 45px;
  }
}

#content-left, #content-center {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nowrap.row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

body .setleftwidth1, body .setrightwidth1 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.leftdivhide #content-left, body.leftdivhide .setleftwidth1 {
  position: absolute;
  left: 0px;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.leftdivhide #content-left .leftSideBox, body.leftdivhide .setleftwidth1 .leftSideBox {
  border: none;
}
body.leftdivhide #content-left .arrowshow, body.leftdivhide #content-left .addnewclss, body.leftdivhide .setleftwidth1 .arrowshow, body.leftdivhide .setleftwidth1 .addnewclss {
  display: none;
}
body.leftdivhide #content-center, body.leftdivhide .setrightwidth1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 32px);
          flex: 0 0 calc(100% - 32px);
  max-width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  body.leftdivhide #content-center .artlist-grid.artlist-3-cols .art, body.leftdivhide #content-center .artlist-grid.artlist-4-cols .art, body.leftdivhide .setrightwidth1 .artlist-grid.artlist-3-cols .art, body.leftdivhide .setrightwidth1 .artlist-grid.artlist-4-cols .art {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
body.leftdivhide #content-center .product-list-container .artlist-actions.artlist-actions--top, body.leftdivhide .setrightwidth1 .product-list-container .artlist-actions.artlist-actions--top {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.leftdivhide #content-center .product-list-container .artlist-actions.artlist-actions--top .artlist-action-group--page, body.leftdivhide .setrightwidth1 .product-list-container .artlist-actions.artlist-actions--top .artlist-action-group--page {
  margin-left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.leftdivhide .leftSideBox {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.leftdivhide .leftSideBox .addnewclss {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.leftdivhide .leftSideBox .fiiterBox {
  border: #dddddd solid 1px;
  background: #ffffff;
  padding-left: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.leftdivhide .leftSideBox .fiiterBox h3 {
  opacity: 1;
}
body.leftdivhide .leftSideBox .fiiterBox h3 strong.span {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
}
body.leftdivhide .leftSideBox .fiiterBox h3 strong.strong {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}
body.leftdivhide .leftSideBox .fiiterBox h3::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); /*transform: rotate(180deg);*/
}
body.leftdivhide .leftSideBox .crossLine .line.crossLine1 {
  top: 9px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
body.leftdivhide .leftSideBox .crossLine .line.crossLine2 {
  top: 45%;
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
body.leftdivhide .leftSideBox .crossLine .line.crossLine3 {
  bottom: 10px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.leftSideBox {
  position: relative;
  font-family: "Outfit", sans-serif;
  height: auto;
  background: #fff;
  min-height: 400px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  border-right: 2px solid #D9D9D9;
}
.leftSideBox .filterLabel {
  border-bottom: 1px solid #D9D9D9;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  margin: 0px;
  padding: 0px 10px 15px 10px;
  color: #232323;
  font-family: "Marcellus", serif;
}
@media (max-width: 1440px) {
  .leftSideBox .filterLabel {
    font-size: 20px;
    line-height: 24px;
  }
}
.leftSideBox .btnFilter {
  position: absolute;
  right: 13px;
  top: 0px;
  z-index: 2;
}
.leftSideBox .crossLine {
  background: none;
  position: relative;
  display: inline-block;
  padding: 0px;
  width: 26px;
  height: 36px;
  cursor: pointer;
  border: inherit;
}
.leftSideBox .crossLine:focus, .leftSideBox .crossLine:hover {
  border: inherit;
  outline: none;
}
.leftSideBox .crossLine .line {
  display: block;
  background: #000;
  height: 3px;
  width: 26px;
  border-radius: 50px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
}
.leftSideBox .crossLine .line.crossLine1 {
  top: 42%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.leftSideBox .crossLine .line.crossLine2 {
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.leftSideBox .crossLine .line.crossLine3 {
  bottom: 50%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1199px) {
  .leftSideBox .crossLine .line {
    width: 21px;
  }
}
.leftSideBox .addnewclss {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.leftSideBox .arrowshow {
  position: absolute;
  z-index: 2;
  right: -17px;
  top: 150px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 16px solid #000;
  border-bottom: 16px solid transparent;
  cursor: pointer;
}
.leftSideBox .accordion {
  padding: 0px;
}
.leftSideBox .fiiterBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: transparent solid 1px;
  border-bottom: #dddddd solid 1px;
  padding: 7px 14px 7px 2px;
  margin-bottom: 7px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.leftSideBox .fiiterBox h3 {
  width: calc(100% - 50px);
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  color: #232323;
  position: relative;
  text-transform: uppercase;
  margin: 0px !important;
  cursor: pointer;
}
.leftSideBox .fiiterBox h3 strong {
  font-weight: 600;
}
.leftSideBox .fiiterBox h3 strong.span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.leftSideBox .fiiterBox h3 strong.strong {
  display: none;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.leftSideBox .fiiterBox h3::after {
  display: block;
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  font-size: 1.2rem;
  line-height: 1;
  color: #393f46;
  right: 0;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.leftSideBox .block-catmenu {
  border-bottom: inherit;
  margin-bottom: 0px !important;
}
.leftSideBox .block-catmenu .catmenu {
  border: #DCDCDC solid 0px;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
  margin-bottom: 0px !important;
}
.leftSideBox .block-catmenu .catmenu .list-group-item {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  border: none;
  border-bottom: #DCDCDC solid 0px;
  margin: 0px 0px 12px 0px;
  padding: 2px;
  background: transparent !important;
}
.leftSideBox .block-catmenu .catmenu .list-group-item::after {
  right: 0px !important;
}
.leftSideBox .block-catmenu .catmenu .list-group-item:last-child {
  margin-bottom: 0px;
}
.leftSideBox .block-catmenu .catmenu .list-group-item::before {
  display: none;
}
.leftSideBox .block-catmenu .catmenu .list-group-item:hover, .leftSideBox .block-catmenu .catmenu .list-group-item.active {
  color: #57B6B1;
  background: none;
}
.leftSideBox .block-catmenu .catmenu .list-group-item:last-child {
  border-bottom: none;
}
.leftSideBox .block-catmenu .catmenu .list-group-item.catmenu-path-item {
  color: #57B6B1;
}
.leftSideBox .facet-group {
  border-bottom: inherit;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
  margin-bottom: 0px;
  padding: 10px 10px;
}
.leftSideBox .facet-group:last-child {
  border: 0px;
}
.leftSideBox .facet-group .facet-group-header {
  padding: 5px 0px;
  font-family: "Marcellus", serif;
  font-size: 24px;
  font-weight: 500;
  color: #000 !important;
  line-height: 26px;
}
.leftSideBox .facet-group .facet-body {
  padding: 9px 0px 0px 0px;
}
.leftSideBox .facet-group .facet-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.leftSideBox .facet-group .facet-check label {
  padding-bottom: 14px;
}
.leftSideBox .facet-group .facet-check .facet-label {
  font-family: "Outfit", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #000;
  padding-top: 0px;
  margin-top: -3px;
}
.leftSideBox .facet-group .facet-toggle:after {
  right: 0px;
}
@media (max-width: 1700px) {
  .leftSideBox .fiiterBox {
    margin-bottom: 3px;
  }
  .leftSideBox .fiiterBox h3 {
    font-size: 24px;
  }
  .leftSideBox .fiiterBox span {
    font-size: 20px;
  }
  .leftSideBox .facet-group .facet-group-header {
    font-size: 22px;
  }
  .leftSideBox .facet-group .facet-check .facet-label {
    font-size: 16px;
  }
  .leftSideBox .block-catmenu .catmenu .list-group-item {
    margin-bottom: 8px;
  }
}
@media (max-width: 1600px) {
  .leftSideBox .fiiterBox h3 {
    font-size: 22px;
  }
  .leftSideBox .fiiterBox span {
    font-size: 20px;
  }
  .leftSideBox .facet-group .facet-check .facet-label {
    margin-top: 0px;
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .leftSideBox .fiiterBox {
    margin-bottom: 3px;
  }
  .leftSideBox .fiiterBox h3 {
    font-size: 20px;
  }
  .leftSideBox .fiiterBox span {
    font-size: 18px;
  }
  .leftSideBox .facet-group .facet-group-header {
    font-size: 20px;
  }
  .leftSideBox .facet-group .facet-check .facet-label {
    font-size: 14px;
  }
  .leftSideBox .block-catmenu .catmenu .list-group-item {
    font-size: 15px;
    margin-bottom: 8px;
  }
}
@media (max-width: 1366px) {
  .leftSideBox .fiiterBox {
    margin-bottom: 0px;
  }
  .leftSideBox .fiiterBox h3 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .leftSideBox .fiiterBox span {
    font-size: 17px;
  }
  .leftSideBox .facet-group {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .leftSideBox .facet-group .facet-check .facet-label {
    font-size: 14px;
  }
  .leftSideBox .block-catmenu .catmenu .list-group-item {
    font-size: 15px;
    margin-bottom: 8px;
  }
}
@media (max-width: 1199px) {
  .leftSideBox .btnFilter {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .leftSideBox {
    min-height: 10px;
  }
}

.mobile-fixed-nav.fixed-bottom {
  display: none;
}

.badge-warning {
  background: #D94E2A;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
}

.artlist-carousel .art-drop {
  display: block !important;
}

.productdetails #content.container {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.productdetails #content-body {
  padding-bottom: 0px;
}
.productdetails .hd-name-section.prodDettitle .page-title {
  display: none;
}
.productdetails .hd-name-section .page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.productdetails .hd-name-section.showdiv .page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.productdetails #content-wrapper {
  position: relative;
}
.productdetails #content-wrapper .breadcrumb-container {
  display: block !important;
  display: none !important;
  position: relative;
  z-index: 2;
  margin: 0px auto !important;
  padding-top: 10px;
  padding-bottom: 8px;
  background: rgba(118, 129, 136, 0.3);
}
.productdetails #content-wrapper .breadcrumb-container .breadcrumb-item {
  font-size: 20px;
  color: #232323;
}
.productdetails #content-wrapper .breadcrumb-container .breadcrumb-item > a:hover {
  color: #000 !important;
}
.productdetails #content-wrapper .breadcrumb-container .breadcrumb-item.active {
  color: #000;
}
.productdetails .product-details-page .flexUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productdetails .product-details-page .flexUnit .skuUnit p {
  margin-bottom: 0px;
  color: #979797;
  font-size: 20px;
}
@media (max-width: 1440px) {
  .productdetails .product-details-page .flexUnit .skuUnit p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .productdetails .product-details-page .flexUnit .skuUnit > div {
    margin: 1px 0px;
  }
  .productdetails .product-details-page .flexUnit .skuUnit p {
    font-size: 16px;
  }
}
.productdetails .product-details-page .flexUnit .pd-rating-box {
  padding-right: 25px;
  padding-left: 25px;
  position: relative;
}
.productdetails .product-details-page .flexUnit .pd-rating-box::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 10px;
  width: 2px;
  height: 90%;
  top: 2px;
  background: #979797;
}
.productdetails .product-details-page .flexUnit .pd-rating-box::after {
  content: "";
  display: inline-block;
  right: 10px;
  width: 2px;
  height: 90%;
  top: 2px;
  background: #979797;
  position: absolute;
}
.productdetails .product-details-page .flexUnit .pd-group {
  margin-bottom: 0px;
}
.productdetails .product-details-page .flexUnit .pd-stock.pd-instock {
  position: relative;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 500;
  color: #979797;
  padding-left: 20px;
}
.productdetails .product-details-page .flexUnit .pd-stock.pd-instock::before {
  content: "";
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  top: 8px;
  border-radius: 50%;
  background: #00D03A;
}
@media (max-width: 767px) {
  .productdetails .product-details-page .flexUnit .pd-stock.pd-instock {
    font-size: 16px;
  }
  .productdetails .product-details-page .flexUnit .pd-stock.pd-instock::before {
    width: 12px;
    height: 12px;
  }
}
.productdetails .product-details-page .flexUnit .pd-review-link {
  display: none;
}
@media (max-width: 767px) {
  .productdetails .product-details-page .flexUnit {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.productdetails .product-details-page #pd-gallery-container .gal-box .gal-cell {
  border: #DBDBDB solid 1px;
  vertical-align: middle;
}
.productdetails .product-details-page #pd-gallery-container .gal-box .gal-cell .gal {
  height: 100% !important;
}
.productdetails .product-details-page #pd-gallery-container .gal-box .gal-cell .slick-track .slick-slide a {
  padding-top: 100%;
}
.productdetails .product-details-page #pd-gallery-container .gal-box .gal-nav .gal-item-content {
  padding: 0;
}
.productdetails .product-details-page #pd-gallery-container .gal-box .gal-nav .gal-item-viewport {
  border-color: #DBDBDB;
  background: #F1F1F1;
  opacity: 0.5;
}
.productdetails .product-details-page #pd-gallery-container .gal-box .gal-nav .gal-item-viewport:hover {
  opacity: 1;
}
.productdetails .product-details-page #pd-gallery-container .gal-box .gal-nav .gal-current .gal-item-viewport {
  border-color: #DBDBDB;
  outline: 0px !important;
  opacity: 1;
}
.productdetails .product-details-page #pd-gallery-container .pd-attr-sku {
  color: #666666;
  font-size: 20px;
  margin-left: 88px;
  margin-top: -12px;
}
.productdetails .product-details-page #pd-gallery-container .pd-attr-sku strong {
  font-weight: 400;
}
.productdetails .product-details-page .productRightContent {
  position: relative;
}
.productdetails .product-details-page .productRightContent .deliverySec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}
.productdetails .product-details-page .productRightContent .deliverySec ul li {
  list-style: none;
}
.productdetails .product-details-page .productRightContent .deliverySec ul li.freeDelivery p {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  padding: 11px 9px;
  background: #37AE02;
}
.productdetails .product-details-page .productRightContent .deliverySec ul li.purchaseDet p {
  font-size: 16px;
  line-height: 16px;
  color: #000;
  padding: 11px 20px;
  background: #E1FAD6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 350px;
}
.productdetails .product-details-page .productRightContent .deliverySec ul li.purchaseDet p img {
  padding-right: 10px;
}
@media (max-width: 1199px) {
  .productdetails .product-details-page .productRightContent .deliverySec ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.productdetails .product-details-page .productRightContent .skuFlx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.productdetails .product-details-page .productRightContent .skuFlx p {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #979797;
  position: relative;
  padding-right: 20px;
  margin-bottom: 0;
}
.productdetails .product-details-page .productRightContent .skuFlx p::before {
  content: "|";
  display: inline-block;
  color: #979797;
  position: absolute;
  right: 0;
}
@media (max-width: 1199px) {
  .productdetails .product-details-page .productRightContent .skuFlx {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .productdetails .product-details-page .productRightContent .skuFlx p:before {
    display: none;
  }
}
.productdetails .product-details-page .productRightContent .pd-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
.productdetails .product-details-page .productRightContent .pd-info .pd-brand-block {
  font-family: "Outfit", sans-serif;
  font-size: 40px;
  line-height: 36px;
  font-weight: 500;
  color: #232323;
  margin-bottom: 7px;
}
.productdetails .product-details-page .productRightContent .pd-info .pd-brand-block .pd-brand {
  display: block;
  margin-left: 10px;
}
.productdetails .product-details-page .productRightContent .pd-info .pd-brand-block .pd-brand-picture {
  max-height: inherit;
  max-width: 250px;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2);
  padding: 10px;
  max-height: 80px;
  min-width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1440px) {
  .productdetails .product-details-page .productRightContent .pd-info .pd-brand-block .pd-brand-picture {
    max-width: 200px;
  }
}
.productdetails .product-details-page .productRightContent .pd-info .page-title {
  font-family: "Marcellus", serif;
  font-size: 40px;
  color: #134372;
  font-weight: 400;
  line-height: 40px;
}
.productdetails .product-details-page .productRightContent .pd-info .page-title h1 {
  font-family: "Marcellus", serif;
  font-size: 40px;
  color: #134372;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 15px;
}
@media (max-width: 1440px) {
  .productdetails .product-details-page .productRightContent .pd-info .page-title {
    font-size: 30px;
  }
  .productdetails .product-details-page .productRightContent .pd-info .page-title h1 {
    font-size: 30px;
  }
}
.productdetails .product-details-page .productRightContent .pd-review-summary {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0;
  border-radius: 6px;
  font-size: 16px;
  color: #232323;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
}
.productdetails .product-details-page .productRightContent .pd-review-summary .pd-rating-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productdetails .product-details-page .productRightContent .pd-review-summary .pd-review-count {
  margin-left: 3px;
  margin-top: 3px;
}
.productdetails .product-details-page .productRightContent .pd-review-summary .pd-review-count a {
  color: #232323;
}
.productdetails .product-details-page .productRightContent .pd-review-summary .pd-review-link {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  position: relative;
  padding: 0 20px;
}
.productdetails .product-details-page .productRightContent .pd-review-summary .pd-review-link a {
  color: #979797;
}
.productdetails .product-details-page .productRightContent .pd-review-summary .pd-review-link a:hover {
  color: #134372;
}
.productdetails .product-details-page .productRightContent .pd-review-summary .pd-review-link::before {
  content: "|";
  display: inline-block;
  color: #979797;
  position: absolute;
  right: 0;
}
@media (max-width: 1199px) {
  .productdetails .product-details-page .productRightContent .pd-review-summary .pd-review-link::before {
    display: none;
  }
}
.productdetails .product-details-page .productRightContent .pd-offer {
  background: none;
  padding: 0px 0px 0px 0px;
  position: initial;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-price {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  color: #134372;
  margin-bottom: 10px;
}
.productdetails .product-details-page .productRightContent .pd-offer .overviewLabel {
  font-size: 30px !important;
  font-weight: 400;
  line-height: 25px;
  color: #000000;
  margin-bottom: 15px;
  font-family: "Marcellus", serif;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-description {
  color: #000;
  font-size: 18px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-description p {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #000;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-description ul li {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  color: #333333;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-price-container {
  font-size: 16px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-price-container .pd-price.pd-price--offer {
  color: #134372;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-price-container .pd-group .pd-oldprice-line:last-child {
  width: 100%;
}
.productdetails .product-details-page .productRightContent .pd-offer .postPay {
  margin-bottom: 30px;
}
.productdetails .product-details-page .productRightContent .pd-offer .postPay p {
  font-size: 18px;
  line-height: 25px;
  color: #979797;
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .productdetails .product-details-page .productRightContent .pd-offer .postPay p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .postPay img {
    height: 20px;
  }
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container {
  margin-top: 30px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice {
  width: auto;
  margin-right: 30px;
  margin-bottom: 26px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice:first-child {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice:first-child .choice-box-group .choice-box {
  margin-right: 12px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice:last-child {
  margin-right: 0px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-label {
  margin-bottom: 3px;
  font-weight: 500;
  display: block;
  font-size: 30px !important;
  font-weight: 400;
  line-height: 25px;
  color: #000000;
  margin-bottom: 20px;
  font-family: "Marcellus", serif;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-box-group .choice-box-element {
  background: #efefef;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  color: #666666;
  border-color: #E4E4E4;
  padding: 7px 12px;
  background-size: contain;
  height: 60px;
  width: 60px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-box-group .choice-box-control-native:checked + .choice-box-content .choice-box-element {
  color: #000;
  border-color: #bbbbbb;
  border-width: 2px;
  outline: none;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-box-group .choice-box-content:after {
  background-color: #57B6B1;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control.radioBtnList {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control.radioBtnList input[type=radio]:checked + label {
  background-color: #57B6B1;
  color: white;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control.radioBtnList .form-check {
  list-style: none;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-left: 0px !important;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control.radioBtnList .form-check label {
  padding-left: 0px;
  padding: 12px 26px;
  border: 1px solid #d9d9d9;
  border-radius: 50px;
  min-width: 120px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
  display: block;
}
@media (max-width: 767px) {
  .productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control.radioBtnList .form-check label {
    font-size: 16px;
    min-width: inherit !important;
    padding: 8px 15px;
    margin: 0;
  }
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control.radioBtnList .form-check:hover label {
  border-color: #57B6B1;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control .form-check {
  padding-left: 0px !important;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control .form-check label {
  padding-left: 0px;
  padding: 12px 26px;
  border: 1px solid #d9d9d9;
  border-radius: 50px;
  min-width: 120px;
  text-align: center;
  margin-right: 10px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control .form-check .form-check-input {
  position: absolute;
  opacity: 0;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control .form-check .form-check-label {
  font-size: 20px;
  line-height: 25px;
  color: #979797;
  font-weight: 400;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control.noselect .choice-boxes .choice-box-group .choice-box {
  padding-top: 0px;
  padding-bottom: 0px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control.noselect .choice-boxes .choice-box-group .choice-box .choice-box-label .choice-box-content .choice-box-element {
  background: none;
  padding: 0px;
  border: none;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control.noselect .choice-boxes .choice-box-group .choice-box .choice-box-label .choice-box-content .choice-box-element .choice-box-text {
  padding: 0px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice.giftpackcheckbox {
  width: 100%;
  margin-right: 0px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice.giftpackcheckbox .choice-label.required {
  font-weight: bold;
  padding-bottom: 3px;
  background: url(../images/icon_gift.svg) no-repeat left center;
  padding: 4px 0px 0px 36px;
  margin-bottom: 15px;
  min-height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  background-size: 27px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice.giftpackcheckbox .choice-control {
  margin-bottom: -7px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice.giftpackcheckbox .choice-control .form-check {
  position: relative;
  padding-bottom: 7px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice.giftpackcheckbox .choice-control .form-check .form-check-input {
  display: block;
  margin-left: 0px;
  opacity: 0;
  position: absolute;
  z-index: 2;
  margin: 0px;
  width: 21px;
  height: 21px;
  cursor: pointer;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice.giftpackcheckbox .choice-control .form-check input.form-check-input + label {
  position: relative;
  z-index: 1;
  min-height: 22px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice.giftpackcheckbox .choice-control .form-check input.form-check-input + label::before {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../images/rediobox.png) no-repeat left top;
  background-size: 21px;
  position: absolute;
  left: 0px;
  top: 0px;
  cursor: pointer;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice.giftpackcheckbox .choice-control .form-check input.form-check-input:checked + label::before {
  background-position: 0px -21px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice.giftpackcheckbox .choice-control .form-check .choice-item {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice.giftpackcheckbox .choice-label.required {
    font-size: 14px;
    background-size: 25px;
    padding: 6px 0px 0px 34px;
  }
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-stock-info-container {
  font-size: 16px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-stock-info-container .pd-stock-info .deliverytime-group {
  margin-top: 20px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-stock-info-container .pd-stock-info .deliverytime-group span {
  text-transform: capitalize;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-stock-info-container .pd-stock-info .deliverytime-group .delivery-time {
  color: #ff0000;
  text-transform: none;
  font-weight: 600;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-stock-info-container .pd-stock-info .deliverytime-group .delivery-time i {
  display: none;
}
.productdetails .product-details-page .productRightContent .pd-offer .productActionBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.productdetails .product-details-page .productRightContent .pd-offer .productActionBar .pd-actions {
  margin: 0px;
}
@media (max-width: 991px) {
  .productdetails .product-details-page .productRightContent .pd-offer .productActionBar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-actions-container {
  margin: 0px;
  padding: 0px;
  border: none;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-actions-container .pd-action-item {
  padding: 0px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-actions-container .pd-action-item .pd-action-link {
  background: #57B6B1;
  height: 50px;
  width: 50px;
  border-radius: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border: 1px solid transparent;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-actions-container .pd-action-item .pd-action-link i.icm-heart {
  background: url(../images/hearticon_white.png) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 100%;
  max-width: 30px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-actions-container .pd-action-item .pd-action-link i.icm-heart::before {
  display: none;
}
@media (max-width: 1440px) {
  .productdetails .product-details-page .productRightContent .pd-offer .pd-actions-container .pd-action-item .pd-action-link i.icm-heart {
    max-width: 25px;
  }
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-actions-container .pd-action-item .pd-action-link .pd-action-label {
  display: none;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-actions-container .pd-action-item .pd-action-link:hover {
  border: 1px solid #314855;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-actions-container .pd-action-item .pd-action-link:hover .pd-action-icon {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-actions-container .pd-action-item .pd-action-link:hover.icm-heart {
  background-image: url(../images/hearticon.png);
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-actions-container {
  margin-left: 30px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-actions-container .col.flex-grow-1 {
  width: 100%;
  -webkit-box-flex: initial !important;
      -ms-flex-positive: initial !important;
          flex-grow: initial !important;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-actions-container .pd-offer-action-qty {
  margin-right: 50px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-actions-container .btn-add-to-cart {
  background: #57B6B1 !important;
  min-width: inherit !important;
  padding: 12px 30px !important;
  border-radius: 0 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-actions-container .btn-add-to-cart img {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .productdetails .product-details-page .productRightContent .pd-offer .pd-offer-actions-container .btn-add-to-cart img {
    height: 20px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.productdetails .product-details-page .productRightContent .pd-offer .qty-input .form-control {
  font-weight: 400;
}
.productdetails .product-details-page .productRightContent .pd-offer .qty-input .form-control {
  border: 0px;
  height: auto !important;
  padding: 5px;
  min-width: 35px;
  font-size: 16px;
  line-height: 16px;
  color: #676767;
}
.productdetails .product-details-page .productRightContent .pd-offer .qty-input .input-group {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.productdetails .product-details-page .productRightContent .pd-offer .qty-input .input-group-btn {
  position: relative;
  border: 1px solid #134372;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 30px;
  top: inherit;
  bottom: inherit;
  left: inherit;
  right: inherit;
  border-radius: 2px;
}
.productdetails .product-details-page .productRightContent .pd-offer .qty-input .input-group-btn > .btn {
  padding: 0px;
  text-align: center;
}
.productdetails .product-details-page .productRightContent .pd-offer .qty-input .input-group-btn > .btn i {
  opacity: 1;
  color: #134372;
}
.productdetails .product-details-page .productRightContent .pd-offer .qty-input .input-group-btn > .btn:hover {
  background: #134372 !important;
}
.productdetails .product-details-page .productRightContent .pd-offer .qty-input .input-group-btn > .btn:hover i {
  color: #fff;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-action-qty {
  min-width: 138px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-action-qty strong {
  margin-right: 20px;
  width: 114;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  display: inline-block;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #000;
}
.productdetails .product-details-page .productRightContent .pd-offer .earnArea {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.productdetails .product-details-page .productRightContent .pd-offer .earnArea .amberPoint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 24px;
}
.productdetails .product-details-page .productRightContent .pd-offer .earnArea .amberPoint img {
  margin-right: 10px;
}
.productdetails .product-details-page .productRightContent .pd-offer .earnArea .payAed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
}
.productdetails .product-details-page .productRightContent .pd-offer .earnArea .payAed img {
  margin-left: 10px;
  max-width: 63px;
}
.productdetails .product-details-page .productRightContent .pd-offer .earnArea li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  max-width: 48%;
  padding: 20px;
  border: 1px solid #E2E2E2;
}
.productdetails .product-details-page .productRightContent .pd-offer .earnArea li p {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #000000;
  margin: 0;
}
.productdetails .product-details-page .productRightContent .pd-offer .earnArea li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #134372;
  text-decoration: underline;
  display: block;
}
.productdetails .product-details-page .productRightContent .pd-offer .earnArea li.tamara {
  position: relative;
  margin-right: 10px;
}
.productdetails .product-details-page .productRightContent .pd-offer .earnArea li img {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .productdetails .product-details-page .productRightContent .pd-offer .earnArea li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .earnArea li img {
    max-width: 100%;
    height: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    width: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.productdetails .product-details-page .productRightContent .pd-offer .shippArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 40px;
  padding-top: 10px;
}
.productdetails .product-details-page .productRightContent .pd-offer .shippArea span {
  margin-right: 25px;
  width: 50px;
}
.productdetails .product-details-page .productRightContent .pd-offer .shippArea div {
  width: calc(100% - 75px);
}
.productdetails .product-details-page .productRightContent .pd-offer .shippArea div strong {
  display: block;
}
.productdetails .product-details-page .productRightContent .pd-offer .shippArea div strong em {
  font-size: 12px;
  margin-left: 8px;
  font-style: normal;
}
.productdetails .product-details-page .productRightContent .pd-offer .btn-primary {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 13px 25px;
  font-size: 18px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  border: none;
  border-radius: 0px;
  text-decoration: underline;
}
.productdetails .product-details-page .productRightContent .pd-offer .btn-primary:hover {
  background: #57B6B1;
  color: #fff;
}
@media (max-width: 991px) {
  .productdetails .product-details-page .productRightContent .pd-offer .pd-offer-actions-container {
    margin-left: 15px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-offer-actions-container .pd-offer-action-qty {
    margin-right: 15px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-offer-actions-container .btn-primary {
    min-width: inherit;
    font-size: 14px !important;
    padding: 10px 20px !important;
  }
}
@media (max-width: 767px) {
  .productdetails .product-details-page .productRightContent .pd-offer .productActionBar {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-offer-actions-container {
    margin-left: 0px;
    margin-top: 0px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-description p {
    font-size: 14px;
    line-height: 20px;
  }
}
.productdetails .reletedProductSection {
  background: #fff;
}
.productdetails .reletedProductSection .sectionPadding {
  padding-top: 0;
}
.productdetails .reletedProductSection .pd-section.pd-section-bottom {
  margin-bottom: 0px !important;
}
.productdetails .reletedProductSection .block.block-boxed {
  border: none;
  margin-bottom: 0px !important;
}
.productdetails .reletedProductSection .block-title {
  padding: 0px 0px 36px 0px;
  margin: 0px;
  border: none;
}
.productdetails .reletedProductSection .block-title h3 {
  font-size: 40px;
  line-height: 40px;
  color: #232323;
  text-transform: capitalize;
}
.productdetails .reletedProductSection .artlist-carousel {
  overflow: visible;
}
@media (max-width: 1600px) {
  .productdetails #content-wrapper .breadcrumb-container .breadcrumb-item {
    font-size: 18px;
  }
  .productdetails .product-details-page #pd-gallery-container .pd-attr-sku {
    font-size: 18px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .earnArea {
    font-size: 18px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .btn-primary {
    padding: 11px 22px;
    font-size: 16px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-box-group .choice-box-element {
    padding: 6px;
    font-size: 15px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-label {
    font-size: 13px;
  }
  .productdetails .reletedProductSection .block-title {
    padding-bottom: 26px;
  }
  .productdetails .reletedProductSection .block-title h3 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 1440px) {
  .productdetails #content-wrapper .breadcrumb-container .breadcrumb-item {
    font-size: 16px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-actions-container .pd-action-item .pd-action-link {
    height: 45px;
    width: 45px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .overviewLabel {
    font-size: 22px !important;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-price {
    font-size: 26px;
    line-height: 32px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-description p {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 20px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-description ul li {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 20px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .earnArea {
    font-size: 16px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .earnArea li {
    padding: 10px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .earnArea li p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .earnArea li a {
    font-size: 14px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .earnArea .amberPoint {
    padding-bottom: 12px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .earnArea .payAed {
    padding-bottom: 12px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .shippArea span {
    width: 41px;
    margin-right: 12px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-label {
    font-size: 22px !important;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-box-group .choice-box-element {
    font-size: 14px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-label {
    font-size: 12px;
  }
}
@media (max-width: 1366px) {
  .productdetails #content-wrapper::before {
    min-height: 36px;
  }
  .productdetails #content-wrapper .breadcrumb-container .breadcrumb-item::after {
    padding: 0 0.4rem;
  }
  .productdetails #content-wrapper .breadcrumb-container .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.4rem;
  }
  .productdetails .product-details-page #pd-gallery-container .pd-attr-sku {
    font-size: 16px;
  }
  .productdetails .product-details-page .productRightContent .pd-review-summary {
    padding: 3px 0px;
    border-radius: 4px;
    font-size: 13px;
    margin-bottom: 0px;
  }
  .productdetails .product-details-page .productRightContent .pd-review-summary .pd-review-link {
    font-size: 13px;
    margin: 0px !important;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-offer-price-container {
    font-size: 13px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-stock-info-container {
    font-size: 14px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .shippArea {
    font-size: 13px;
    padding-bottom: 28px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .shippArea span {
    width: 36px;
    margin-right: 15px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .btn-primary {
    padding: 9px 18px;
    font-size: 14px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .qty-input .form-control {
    height: 38px;
    padding: 5px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .qty-input .input-group-btn > .btn {
    border-radius: 0px !important;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-box-group .choice-box-element {
    padding: 5px 6px;
    font-size: 13px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-label {
    font-size: 13px;
  }
  .productdetails .reletedProductSection .block-title {
    padding-bottom: 22px;
  }
  .productdetails .reletedProductSection .block-title h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .productdetails .product-details-page .productRightContent .pd-offer .pd-actions-container .pd-action-item .pd-action-link i.icm-heart {
    background-size: 23px 22px;
    width: 23px;
    height: 22px;
  }
  .productdetails .product-details-page #pd-gallery-container .pd-attr-sku {
    margin-left: 72px;
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  .productdetails .product-details-page .productRightContent .pd-offer .pd-offer-action-qty .bootstrap-touchspin .input-group-btn > .btn {
    margin-top: -2px;
  }
}
@media (max-width: 400px), (min-width: 768px) and (max-width: 1199px) {
  .productdetails .product-details-page .productRightContent .pd-offer .pd-offer-action-qty strong {
    width: 96px;
  }
}
@media (max-width: 991px) {
  .productdetails #content-wrapper .breadcrumb-container {
    padding-top: 8px;
    background: #F1F1F1;
  }
  .productdetails #content-wrapper .breadcrumb-container .breadcrumb-item {
    font-size: 12px;
  }
  .productdetails .product-details-page #pd-gallery-container .slick-dots li {
    padding: 0px 3px;
  }
  .productdetails .product-details-page #pd-gallery-container .slick-dots li.slick-active button {
    background: #D94E2A;
  }
  .productdetails .product-details-page #pd-gallery-container .pd-attr-sku {
    margin-left: 0px;
    text-align: center;
  }
  .productdetails .product-details-page .productRightContent .pd-info {
    margin-bottom: 5px;
  }
  .productdetails .product-details-page .productRightContent .pd-info .pd-brand-block {
    font-size: 24px;
    line-height: 17px;
  }
  .productdetails .product-details-page .productRightContent .pd-info .page-title {
    font-size: 22px;
  }
  .productdetails .product-details-page .productRightContent .pd-info .page-title h1 {
    font-size: 22px;
  }
  .productdetails .product-details-page .productRightContent .pd-review-summary {
    font-size: 12px;
    margin-bottom: 0px;
  }
  .productdetails .product-details-page .productRightContent .pd-review-summary .pd-review-link {
    font-size: 12px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-stock-info-container {
    font-size: 12px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-offer-action-qty strong {
    font-size: 13px;
    width: 85px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .earnArea {
    font-size: 15px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .earnArea .amberPoint {
    padding-bottom: 12px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .earnArea .payAed {
    padding-bottom: 12px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .shippArea {
    font-size: 12px;
    padding-bottom: 24px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .shippArea span {
    width: 36px;
    margin-right: 15px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .btn-primary {
    font-size: 13px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-label {
    font-size: 12px;
  }
  .productdetails .reletedProductSection .block-title {
    padding-bottom: 20px;
  }
  .productdetails .reletedProductSection .block-title h3 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .productdetails .product-details-page {
    padding-bottom: 30px;
  }
  .productdetails .product-details-page .productRightContent {
    padding-top: 24px;
  }
  .productdetails .product-details-page .productRightContent .pd-info .page-title {
    font-size: 20px;
  }
  .productdetails .product-details-page .productRightContent .pd-info .page-title h1 {
    font-size: 20px;
    line-height: 24px;
  }
  .productdetails .reletedProductSection .block-title h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .productdetails .product-details-page #pd-gallery-container .pd-attr-sku {
    text-align: left;
    padding-top: 4px;
  }
  .productdetails .product-details-page .productRightContent {
    padding-top: 8px;
  }
  .productdetails #content-wrapper .breadcrumb-container .breadcrumb-item {
    font-size: 12px;
  }
  .productdetails #content-wrapper .breadcrumb-container .breadcrumb-item.active {
    padding-left: 0.1rem;
  }
  .productdetails #content-wrapper .breadcrumb-container .breadcrumb-item::after {
    padding: 0 0.1rem;
  }
  .productdetails #content-wrapper .breadcrumb-container .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.1rem;
  }
}

.tabbable {
  margin: 50px 0px 0px 0px;
  background: #F0F0F0;
  border-radius: 40px;
}
@media (max-width: 575px) {
  .tabbable {
    background: transparent;
  }
}
.tabbable .nav-tabs {
  border: none;
  padding: 0;
  background: #F4F4F4;
  border-radius: 50px;
}
.tabbable .nav-tabs-line .nav-item {
  padding-right: 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tabbable .nav-tabs-line .nav-item::after {
  content: "";
  display: block;
  background: #314855;
  height: 22px;
  position: absolute;
  right: 0px;
  width: 1px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.tabbable .nav-tabs-line .nav-item::after {
  display: none !important;
}
.tabbable .nav-tabs-line .nav-item:last-child::after {
  display: none;
}
.tabbable .nav-tabs-line .nav-item .badge {
  border-radius: 100%;
  margin-left: 5px !important;
  width: 26px;
  height: 26px;
  line-height: 17px;
  font-size: 15px;
}
@media (max-width: 1440px) {
  .tabbable .nav-tabs-line .nav-item .badge {
    width: 20px;
    height: 20px;
    line-height: 17px;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tabbable .nav-tabs-line .nav-item:last-child {
  padding-right: 0px;
}
.tabbable .nav-tabs-line .nav-item .nav-link {
  font-size: 30px;
  font-weight: 500;
  line-height: 20px;
  color: #666666;
  padding: 30px 40px;
  border-radius: 50px;
  font-family: "Outfit", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
}
.tabbable .nav-tabs-line .nav-item .nav-link.tab-caption {
  font-size: 22px;
  font-weight: 400;
  line-height: 18px;
  color: #666666;
  font-family: "Marcellus", serif;
}
.tabbable .nav-tabs-line .nav-item .nav-link::before {
  display: none !important;
}
.tabbable .nav-tabs-line .nav-item .nav-link.active {
  color: #fff;
  background: #57B6B1 !important;
}
.tabbable .nav-tabs-line .nav-item .nav-link:hover {
  color: #fff;
  background: #57B6B1 !important;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  .tabbable .nav-tabs-line .nav-item .nav-link {
    font-size: 22px;
    padding: 15px 25px;
  }
}
@media (max-width: 1440px) {
  .tabbable .nav-tabs-line .nav-item .nav-link {
    font-size: 22px;
    padding: 18px 30px;
  }
}
.tabbable .tab-content {
  margin: 0px;
  padding: 40px;
  color: #000;
  font-family: "Outfit", sans-serif !important;
}
.tabbable .tab-content font {
  font-family: "Outfit", sans-serif !important;
}
.tabbable .tab-content .btn-warning {
  background: #57B6B1;
  color: #fff !important;
  border: none;
  font-size: 15px;
  padding: 8px 12px;
  text-decoration: none;
  text-decoration: none;
  border-radius: 6px;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.tabbable .tab-content .btn-warning:hover {
  background: #000;
}
.tabbable .tab-content .more-less, .tabbable .tab-content .html-editor-content {
  margin-bottom: 0px;
}
.tabbable .tab-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Outfit", sans-serif !important;
}
.tabbable .tab-content h3 {
  font-size: 22px;
  font-weight: 500;
  padding: 12px 0px 10px 0px;
  margin: 0px;
}
.tabbable .tab-content h4 {
  font-size: 20px;
  font-weight: 600;
  padding: 0px 0px 7px 0px;
  margin: 5px 0px 0px 0px;
}
.tabbable .tab-content .review-title h4 {
  padding: 0px;
  padding-left: 90px;
}
.tabbable .tab-content .tab-pane h3:first-child {
  padding-top: 0px;
}
.tabbable .tab-content .tab-pane ul, .tabbable .tab-content .tab-pane ol {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 20px 0px;
}
.tabbable .tab-content .tab-pane ul li, .tabbable .tab-content .tab-pane ol li {
  list-style: none;
  position: relative;
  padding: 0px 0px 7px 17px;
}
.tabbable .tab-content .tab-pane ul li::before, .tabbable .tab-content .tab-pane ol li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 8px;
  z-index: 1;
  background: #57B6B1;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
.tabbable .tab-content .tab-pane ul li strong, .tabbable .tab-content .tab-pane ol li strong {
  margin-right: 5px;
}
.tabbable .tab-content .tab-pane .more-less.collapsed .btn-text-expander--expand {
  background: none;
  padding: 0px;
  margin: 0px;
}
.tabbable .tab-content .tab-pane .more-less.collapsed .btn-text-expander--expand::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #F4F4F4), to(#F4F4F4));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #F4F4F4 70%, #F4F4F4 100%);
}
.tabbable .tab-content .tab-pane .more-less.expanded .btn-text-expander.btn-text-expander--collapse {
  margin-top: 10px;
  font-weight: 600;
}
.tabbable .tab-content .tab-pane .more-less.collapsed .btn-text-expander--expand, .tabbable .tab-content .tab-pane a {
  color: #57B6B1;
}
.tabbable .tab-content .tab-pane .more-less.collapsed .btn-text-expander--expand:hover, .tabbable .tab-content .tab-pane a:hover {
  color: #000;
}
.tabbable .tab-content p, .tabbable .tab-content div {
  color: #000;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}
.tabbable .tab-content p:last-child, .tabbable .tab-content div:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.tabbable .tab-content table tr td {
  padding: 10px 20px;
}
@media (max-width: 1700px) {
  .tabbable .tab-content p, .tabbable .tab-content div {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .tabbable .nav-tabs-line .nav-item {
    padding-right: 3px;
  }
  .tabbable .nav-tabs-line .nav-item .nav-link {
    font-size: 16px;
    font-weight: 500;
    padding: 14px 20px;
  }
  .tabbable .tab-content {
    padding: 20px;
  }
  .tabbable .tab-content p, .tabbable .tab-content div {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .tabbable {
    margin-top: 32px;
  }
  .tabbable .btn-warning {
    font-size: 14px;
  }
  .tabbable .tab-content p, .tabbable .tab-content div {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .tabbable {
    margin-top: 32px;
  }
  .tabbable.nav-responsive.collapsed .nav-tabs {
    background: #fff !important;
    padding: 0px;
    border-radius: 0px !important;
  }
  .tabbable.nav-responsive.collapsed .nav-tabs .nav-link .nav-link-summary {
    display: none;
  }
  .tabbable .nav-tabs-line .nav-item {
    padding-right: 0px;
    margin: 8px 0px;
  }
  .tabbable .nav-tabs-line .nav-item::after {
    display: none;
  }
  .tabbable .nav-tabs-line .nav-item .nav-link {
    border: 0;
    border-radius: 0px !important;
    width: 100%;
    background: #daeaf3 !important;
    color: #000 !important;
    font-size: 18px;
    padding: 15px 20px;
  }
  .tabbable .nav-tabs-line .nav-item .nav-link.active {
    background: #daeaf3 !important;
  }
  .tabbable .tab-content p, .tabbable .tab-content div {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .tabbable .nav-tabs-line .nav-item .nav-link {
    font-size: 16px;
  }
}

.needHelpSection {
  padding: 15px 0px 0px 0px;
}
.needHelpSection ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.needHelpSection ul li {
  color: #666666;
  font-size: 20px;
  font-weight: 400;
  padding-right: 22px;
}
.needHelpSection ul li:last-child {
  margin-right: 0px;
}
.needHelpSection ul li a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.needHelpSection ul li a:hover {
  color: #57B6B1;
}
.needHelpSection ul li i {
  margin-right: 12px;
  font-size: 20px;
  color: #434343;
}
.needHelpSection ul li.whatappIcon {
  max-width: 20px;
}
.needHelpSection ul li.whatappIcon i {
  width: 20px;
}
.needHelpSection ul li.whatappIcon img {
  max-width: 20px;
}
@media (max-width: 1600px) {
  .needHelpSection ul li {
    font-size: 18px;
    padding-right: 20px;
  }
  .needHelpSection ul li i {
    margin-right: 9px;
    font-size: 18px;
  }
  .needHelpSection ul li.whatappIcon img {
    max-width: 18px;
  }
}
@media (max-width: 1366px) {
  .needHelpSection ul li {
    font-size: 16px;
    padding-right: 18px;
  }
  .needHelpSection ul li i {
    margin-right: 7px;
    font-size: 15px;
  }
  .needHelpSection ul li.whatappIcon img {
    max-width: 15px;
  }
}
@media (max-width: 991px) {
  .needHelpSection ul li {
    font-size: 14px;
    padding-right: 14px;
  }
  .needHelpSection ul li i {
    margin-right: 5px;
    font-size: 13px;
  }
  .needHelpSection ul li.whatappIcon img {
    max-width: 13px;
  }
}
@media (max-width: 767px) {
  .needHelpSection ul li {
    font-size: 15px;
    padding-right: 16px;
  }
  .needHelpSection ul li i {
    margin-right: 5px;
    font-size: 14px;
  }
  .needHelpSection ul li.whatappIcon img {
    max-width: 14px;
  }
}
@media (max-width: 480px) {
  .needHelpSection ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .needHelpSection ul li:first-child {
    width: 100%;
    padding-right: 0px;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 4px;
  }
}

.paddbtm0 {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.offcanvas-cart-footer-row {
  background: #57B6B1;
}

.label-cart-amount {
  width: 20px;
  height: 20px;
  line-height: 18px;
  font-size: 12px;
  right: -10px;
}
@media (max-width: 991px) {
  .label-cart-amount {
    font-size: 12px;
    width: 18px;
    height: 18px;
    line-height: 15px;
    top: -5px;
  }
}
.label-cart-amount.badge-warning {
  font-size: 12px;
}

.btn-success:hover, .btn-success .hover {
  background: #57B6B1;
}

.alert-success, .validation-summary-valid {
  color: #57B6B1;
  background-color: #f2f2f2;
  border-color: #57B6B1;
}
.alert-success::before, .validation-summary-valid::before {
  background: #57B6B1;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  background-color: #57B6B1;
  border-color: rgba(255, 255, 255, 0.61);
}

.offcanvas-content .nav-link .badge {
  margin-left: 5px;
}
.offcanvas-content .offcanvas-cart-content .qty-input {
  border: solid 1px #B1B1B1 !important;
  width: 88px;
  margin: 0px auto;
  line-height: 1;
}
.offcanvas-content .offcanvas-cart-content .qty-input .input-group {
  line-height: 1;
}
.offcanvas-content .offcanvas-cart-content .qty-input .input-group-btn {
  background: #EBEBEB;
  line-height: 1;
  border-radius: 0px !important;
  margin: -1px 0px;
}
.offcanvas-content .offcanvas-cart-content .qty-input .input-group-btn .btn {
  padding: 0px !important;
  text-align: center !important;
  line-height: 1;
  border-radius: 0px !important;
  color: #828282;
}
.offcanvas-content .offcanvas-cart-content .qty-input .input-group-btn .btn i {
  opacity: 1;
}
.offcanvas-content .offcanvas-cart-content .qty-input .input-group-btn .btn.bootstrap-touchspin-down {
  border-right: #B1B1B1 solid 1px;
}
.offcanvas-content .offcanvas-cart-content .qty-input .input-group-btn .btn.bootstrap-touchspin-up {
  border-left: #B1B1B1 solid 1px;
}
.offcanvas-content .offcanvas-cart-content .qty-input .form-control {
  border-radius: 0px !important;
  border: none;
  height: 32px;
  width: 30px;
}
.offcanvas-content .offcanvas-cart-content .offcanvas-cart-item a {
  font-size: 18px;
  line-height: 24px;
  text-decoration: none !important;
}
.offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .short-desc {
  font-size: 16px;
  line-height: 21px;
  color: #000 !important;
}
.offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .ml-auto.text-nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .ml-auto.text-nowrap .btn {
  margin-right: 5px;
}
.offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .ml-auto.text-nowrap .btn:last-child {
  margin-right: 0px;
}
.offcanvas-content .offcanvas-cart-footer .btn-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.offcanvas-content .offcanvas-cart-footer .btn-action i {
  display: none;
}
.offcanvas-content .offcanvas-cart-footer .btn-action span {
  padding-left: 0px !important;
}
@media (max-width: 1700px) {
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .short-desc {
    font-size: 16px;
    line-height: 20px;
  }
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .short-desc p {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .unit-price {
    font-size: 1.12rem;
  }
  .offcanvas-content .offcanvas-cart-footer .offcanvas-cart-footer-row .sub-total {
    font-size: 1.3rem;
  }
}
@media (max-width: 1600px) {
  .offcanvas-content .offcanvas-tabs .nav-link {
    font-size: 17px;
  }
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .short-desc {
    font-size: 16px;
    line-height: 20px;
  }
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .short-desc p {
    margin-bottom: 4px;
    font-size: 13px;
  }
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .unit-price {
    font-size: 18px;
  }
  .offcanvas-content .offcanvas-cart-footer .offcanvas-cart-footer-row .sub-total {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .offcanvas-content .offcanvas-tabs .nav-link {
    font-size: 14px;
    padding: 18px 12px;
  }
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item a {
    line-height: 18px;
  }
  .offcanvas-content .offcanvas-cart-footer .offcanvas-cart-footer-row {
    padding: 10px 15px;
  }
}
@media (max-width: 1366px) {
  .offcanvas-content .offcanvas-tabs .nav-link {
    font-size: 15px;
  }
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item a {
    font-size: 13px;
  }
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .short-desc {
    font-size: 14px;
    line-height: 18px;
  }
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .short-desc p {
    margin-bottom: 2px;
    font-size: 12px;
  }
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .unit-price {
    font-size: 15px;
  }
  .offcanvas-content .offcanvas-cart-footer .offcanvas-cart-footer-row {
    padding: 22px 15px;
  }
  .offcanvas-content .offcanvas-cart-footer .offcanvas-cart-footer-row .sub-total {
    font-size: 16px;
  }
  .offcanvas-content .offcanvas-cart-footer .offcanvas-cart-footer-row .btn {
    padding: 7px 10px;
  }
}
@media (max-width: 991px) {
  .offcanvas-content .offcanvas-tabs .nav-link {
    font-size: 14px;
  }
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item a {
    line-height: 13px;
    line-height: 15px;
  }
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .short-desc {
    font-size: 14px;
    line-height: 18px;
  }
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .short-desc p {
    margin-bottom: 2px;
    font-size: 12px;
  }
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .unit-price {
    font-size: 14px;
  }
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .attributes {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item {
    padding: 20px 15px;
  }
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .row.sm-gutters .ml-auto.text-nowrap {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

.shopping-cart-page .order-summary-content .card, .shopping-cart-page .wishlist-content .card, .wishlist-page .order-summary-content .card, .wishlist-page .wishlist-content .card {
  border: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.shopping-cart-page .order-summary-content .card .cart .cart-head .cart-row, .shopping-cart-page .wishlist-content .card .cart .cart-head .cart-row, .wishlist-page .order-summary-content .card .cart .cart-head .cart-row, .wishlist-page .wishlist-content .card .cart .cart-head .cart-row {
  background: #F2F2F2;
}
.shopping-cart-page .order-summary-content .card .cart .cart-head .cart-col, .shopping-cart-page .wishlist-content .card .cart .cart-head .cart-col, .wishlist-page .order-summary-content .card .cart .cart-head .cart-col, .wishlist-page .wishlist-content .card .cart .cart-head .cart-col {
  border-bottom: 0px;
  font-size: 26px;
  font-weight: 400;
}
.shopping-cart-page .order-summary-content .card .cart .cart-item-link, .shopping-cart-page .wishlist-content .card .cart .cart-item-link, .wishlist-page .order-summary-content .card .cart .cart-item-link, .wishlist-page .wishlist-content .card .cart .cart-item-link {
  font-weight: 400;
}
.shopping-cart-page .order-summary-content .cart-row-actions, .shopping-cart-page .wishlist-content .cart-row-actions, .wishlist-page .order-summary-content .cart-row-actions, .wishlist-page .wishlist-content .cart-row-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.shopping-cart-page .order-summary-content .cart-row-actions .btn, .shopping-cart-page .wishlist-content .cart-row-actions .btn, .wishlist-page .order-summary-content .cart-row-actions .btn, .wishlist-page .wishlist-content .cart-row-actions .btn {
  padding: 0px;
  border: 0px;
  background: transparent;
}
.shopping-cart-page .order-summary-content .cart-row-actions .btn:hover, .shopping-cart-page .wishlist-content .cart-row-actions .btn:hover, .wishlist-page .order-summary-content .cart-row-actions .btn:hover, .wishlist-page .wishlist-content .cart-row-actions .btn:hover {
  background: transparent;
}

.costeps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 0px 50px 0px;
}
.costeps.sectionPadding {
  padding-bottom: 0;
}
.costeps .costep::after, .costeps .costep::before {
  top: 13px;
}
.costeps .costep.active::after {
  background: #57B6B1 !important;
}
.costeps .costep.active::before {
  background: #57B6B1 !important;
}
.costeps .costep.visited::after {
  background: #57B6B1 !important;
}
.costeps .costep.visited::before {
  background: #57B6B1 !important;
}
.costeps .costep .costep-icon {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-color: #d3d3d3;
}
.costeps .costep .costep-icon::before {
  display: none;
}
.costeps .costep .costep-icon::after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #666666;
  position: absolute;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}
.costeps .costep .costep-label {
  font-size: 18px;
  font-weight: 500;
  color: #666666;
}
.costeps .costep.active .costep-icon, .costeps .costep.visited .costep-icon {
  border-color: #57B6B1;
  background-color: #57B6B1;
}
.costeps .costep.active .costep-icon::after, .costeps .costep.visited .costep-icon::after {
  background-color: #57B6B1;
}
.costeps .costep.active .costep-label, .costeps .costep.visited .costep-label {
  color: #57B6B1;
  font-weight: 600;
}
.costeps .costep.active::before, .costeps .costep.visited::before {
  background-color: #57B6B1;
}
.costeps .costep.visited .costep-icon {
  background-color: #fff;
}
.costeps .costep.visited::after {
  background-color: #57B6B1;
}
@media (max-width: 1600px) {
  .costeps .costep::after, .costeps .costep::before {
    top: 12px;
  }
  .costeps .costep .costep-icon {
    width: 26px;
    height: 26px;
  }
  .costeps .costep .costep-icon::after {
    width: 10px;
    height: 10px;
  }
  .costeps .costep .costep-label {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .costeps .costep::after, .costeps .costep::before {
    top: 12px;
  }
  .costeps .costep .costep-label {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .costeps {
    margin: 40px 0px;
  }
  .costeps .costep::after, .costeps .costep::before {
    top: 11px;
  }
  .costeps .costep .costep-icon {
    width: 24px;
    height: 24px;
  }
  .costeps .costep .costep-icon::after {
    width: 12px;
    height: 12px;
  }
  .costeps .costep .costep-label {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .costeps {
    margin: 0px 0px 30px -3.5%;
  }
  .costeps .costep::after, .costeps .costep::before {
    top: 11px;
  }
  .costeps .costep .costep-icon {
    width: 20px;
    height: 20px;
  }
  .costeps .costep .costep-icon::after {
    width: 10px;
    height: 10px;
  }
  .costeps .costep .costep-label {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .costeps .costep::after, .costeps .costep::before {
    top: 9px;
  }
  .costeps .costep .costep-icon {
    width: 20px;
    height: 20px;
  }
  .costeps .costep .costep-icon::after {
    width: 10px;
    height: 10px;
  }
  .costeps .costep .costep-label {
    font-size: 13px;
  }
}
@media (max-width: 399px) {
  .costeps {
    margin-left: -15px;
  }
  .costeps .costep::after, .costeps .costep::before {
    top: 9px;
  }
  .costeps .costep .costep-icon {
    width: 18px;
    height: 18px;
  }
  .costeps .costep .costep-icon::after {
    width: 8px;
    height: 8px;
  }
  .costeps .costep .costep-label {
    font-size: 12px;
  }
}
@media (max-width: 399px) {
  .costeps .costep .costep-label {
    font-size: 9px;
  }
}

.card.card_list, .wishlist-content .card.card_list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: none;
  border-radius: 0;
}
.card.card_list .cart, .wishlist-content .card.card_list .cart {
  border-radius: 0px;
  overflow: hidden;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.card.card_list .cart .cart-head, .wishlist-content .card.card_list .cart .cart-head {
  background: #F2F2F2;
  border-radius: 0px;
}
.card.card_list .cart .cart-head .cart-row .cart-col, .wishlist-content .card.card_list .cart .cart-head .cart-row .cart-col {
  border: none;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: "Outfit", sans-serif;
  line-height: 22px;
}
.card.card_list .cart .cart-head .cart-row .cart-col:first-child, .wishlist-content .card.card_list .cart .cart-head .cart-row .cart-col:first-child {
  border-bottom-left-radius: 0;
}
.card.card_list .cart .cart-head .cart-row .cart-col:last-child, .wishlist-content .card.card_list .cart .cart-head .cart-row .cart-col:last-child {
  border-bottom-right-radius: 0;
}
.card.card_list .cart .cart-head .cart-row .cart-col.cart-col-price, .wishlist-content .card.card_list .cart .cart-head .cart-row .cart-col.cart-col-price {
  text-align: left !important;
}
@media (max-width: 1600px) {
  .card.card_list .cart .cart-head .cart-row .cart-col, .wishlist-content .card.card_list .cart .cart-head .cart-row .cart-col {
    font-size: 22px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1440px) {
  .card.card_list .cart .cart-head .cart-row .cart-col, .wishlist-content .card.card_list .cart .cart-head .cart-row .cart-col {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .card.card_list .cart .cart-head .cart-row .cart-col, .wishlist-content .card.card_list .cart .cart-head .cart-row .cart-col {
    font-size: 16px;
    line-height: 22px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .card.card_list .cart .cart-head .cart-row .cart-col, .wishlist-content .card.card_list .cart .cart-head .cart-row .cart-col {
    font-size: 18px;
    font-weight: 500;
  }
}
@media (max-width: 480px) {
  .card.card_list .cart .cart-head .cart-row .cart-col, .wishlist-content .card.card_list .cart .cart-head .cart-row .cart-col {
    font-size: 13px;
  }
  .card.card_list .cart .cart-head .cart-row .cart-col::before, .wishlist-content .card.card_list .cart .cart-head .cart-row .cart-col::before {
    font-size: 13px;
    padding-bottom: 3px;
  }
}
@media (max-width: 360px) {
  .card.card_list .cart .cart-body .cart-row, .wishlist-content .card.card_list .cart .cart-body .cart-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.card.card_list .cart .cart-body .cart-row:first-child .cart-col, .wishlist-content .card.card_list .cart .cart-body .cart-row:first-child .cart-col {
  border: none;
}
.card.card_list .cart .cart-body .cart-row .cart-col, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  padding: 25px 15px;
  border-color: #BEBEBE;
}
.card.card_list .cart .cart-body .cart-row .cart-col .btn-danger:not(:disabled):not(.disabled):active, .card.card_list .cart .cart-body .cart-row .cart-col .btn.btn-to-danger:not(:disabled):not(.disabled):not([disabled]):active, .card.card_list .cart .cart-body .cart-row .cart-col .btn.btn-to-danger.active:not(:disabled):not(.disabled):not([disabled]), .card.card_list .cart .cart-body .cart-row .cart-col .show > .btn.btn-to-danger.dropdown-toggle:not(:disabled):not(.disabled), .card.card_list .cart .cart-body .cart-row .cart-col .btn-danger:not(:disabled):not(.disabled).active, .card.card_list .cart .cart-body .cart-row .cart-col .show > .btn-danger.dropdown-toggle, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col .btn-danger:not(:disabled):not(.disabled):active, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col .btn.btn-to-danger:not(:disabled):not(.disabled):not([disabled]):active, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col .btn.btn-to-danger.active:not(:disabled):not(.disabled):not([disabled]), .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col .show > .btn.btn-to-danger.dropdown-toggle:not(:disabled):not(.disabled), .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col .btn-danger:not(:disabled):not(.disabled).active, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col .show > .btn-danger.dropdown-toggle {
  background-color: transparent !important;
}
@media (max-width: 1600px) {
  .card.card_list .cart .cart-body .cart-row .cart-col, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .card.card_list .cart .cart-body .cart-row .cart-col, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .card.card_list .cart .cart-body .cart-row .cart-col, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .card.card_list .cart .cart-body .cart-row .cart-col, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col {
    padding: 5px;
  }
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col {
  width: calc(100% - 166px);
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img {
  width: 160px;
  min-width: 160px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 0px;
  margin-right: 10px;
  border: 1px solid #DBDBDB;
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img img, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img img {
  max-height: 135px;
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link span, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link span {
  display: block;
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 10px;
  font-weight: 400;
  color: #000;
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link strong, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link strong {
  display: block;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 1px;
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col .attributes, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .attributes {
  margin: 4px 0px 0px 0px !important;
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col .attributes.text-muted, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .attributes.text-muted {
  color: #000 !important;
  font-size: 15px !important;
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs {
  margin: 0px !important;
  font-size: 15px !important;
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs .col-3, .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs .col-9, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs .col-3, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs .col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  max-width: auto;
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs .cart-item-attr, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs .cart-item-attr {
  margin: 0px;
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs .cart-item-attr .col-3, .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs .cart-item-attr .col-9, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs .cart-item-attr .col-3, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs .cart-item-attr .col-9 {
  max-width: initial;
  padding: 0px;
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs .cart-item-attr .col-3, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs .cart-item-attr .col-3 {
  padding-right: 5px;
  font-weight: 700;
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col .cartList, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cartList {
  margin: 0;
  padding: 0;
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col .cartList li, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cartList li {
  list-style: none;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #979797;
  margin-bottom: 10px;
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .deliverytime-group, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .deliverytime-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1600px) {
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link {
    font-size: 16px;
    line-height: 1.1;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link span, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link span {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 8px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col .attributes.text-muted, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .attributes.text-muted {
    font-size: 14px !important;
    line-height: 18px;
  }
}
@media (max-width: 1440px) {
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col {
    width: calc(100% - 90px);
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img {
    width: 90px;
    min-width: 90px;
    height: 100px;
    margin-right: 5px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img img, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img img {
    max-height: 80px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link span, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link span {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 3px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attr, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attr {
    font-size: 13px !important;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col .attributes.text-muted, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .attributes.text-muted {
    font-size: 13px !important;
    line-height: 16px;
  }
}
@media (max-width: 1199px) {
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col {
    width: calc(100% - 70px);
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img {
    width: 70px;
    height: 70px;
    min-width: 1px;
    max-width: 70px;
    margin-right: 5px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img img, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img img {
    max-height: 70px;
    padding: 10px 5px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link {
    font-size: 13px;
    line-height: 16px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link span, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link span {
    font-size: 15px;
    line-height: 17px;
    padding-bottom: 3px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attr, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attr {
    font-size: 12px !important;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col .attributes.text-muted, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .attributes.text-muted {
    font-size: 12px !important;
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col {
    width: calc(100% - 90px);
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img {
    width: 90px;
    min-width: 90px;
    height: 90px;
    max-width: 90px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img img, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img img {
    max-height: 80px;
  }
}
@media (max-width: 767px) {
  .card.card_list .cart .cart-body .cart-row .cart-col-main .deliverytime-group, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .deliverytime-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .deliverytime-group .col-3, .card.card_list .cart .cart-body .cart-row .cart-col-main .deliverytime-group .col-9, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .deliverytime-group .col-3, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .deliverytime-group .col-9 {
    text-align: center !important;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img {
    width: auto;
    min-width: 100%;
    height: auto;
    max-width: inherit;
    margin-bottom: 10px;
    margin-right: 0px;
    background: none;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img div, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img div {
    background: #F2F2F2;
    width: 200px;
    height: 160px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img img, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img img {
    max-height: 120px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs {
    margin-top: 5px !important;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs .cart-item-attr, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs .cart-item-attr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 13px !important;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs .cart-item-attr .col-3, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs .cart-item-attr .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    text-align: left;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs .cart-item-attr .col-9, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs .cart-item-attr .col-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    text-align: left;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link {
    font-size: 15px;
    line-height: 16px;
    padding-bottom: 4px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link span, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link span {
    font-size: 17px;
    line-height: 19px;
    padding-bottom: 3px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col .attributes.text-muted, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .attributes.text-muted {
    font-size: 13px !important;
    line-height: 19px;
  }
}
.card.card_list .cart .cart-body .cart-row .cart-col-qty, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-qty {
  min-width: 200px;
}
.card.card_list .cart .cart-body .cart-row .cart-col-qty span, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-qty span {
  display: block;
}
.card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input {
  border: solid 0px #B1B1B1 !important;
  width: 88px;
  margin: 0px auto;
}
.card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .input-group-btn, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .input-group-btn {
  background: #EBEBEB;
  border-radius: 0px !important;
  margin: -1px 0px;
}
.card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .input-group-btn .btn, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .input-group-btn .btn {
  padding: 0px !important;
  text-align: center !important;
  border-radius: 0px !important;
  color: #828282;
  border: #B1B1B1 solid 1px;
  color: #000;
  border: 0px !important;
}
.card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .input-group-btn .btn i, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .input-group-btn .btn i {
  opacity: 1;
}
.card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .form-control, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .form-control {
  border-radius: 0px !important;
  border: none;
  height: 32px;
  width: 30px;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
@media (max-width: 1600px) {
  .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .form-control, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .form-control {
    font-size: 16px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .input-group-btn .btn i, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .input-group-btn .btn i {
    font-size: 11px;
  }
}
@media (max-width: 1366px) {
  .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input {
    margin-top: 5px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .input-group-btn, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .input-group-btn {
    height: 25px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .form-control, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .form-control {
    font-size: 14px;
    height: 25px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .input-group-btn .btn i, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .input-group-btn .btn i {
    font-size: 11px;
  }
}
@media (max-width: 360px) {
  .card.card_list .cart .cart-body .cart-row .cart-col-qty, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-qty {
    min-width: 1px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input {
    width: 70px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .form-control, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .form-control {
    width: 25px;
  }
}
.card.card_list .cart .cart-body .cart-row .cart-col-price, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-price {
  text-align: left !important;
}
.card.card_list .cart .cart-body .cart-row .cart-row-actions, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-row-actions {
  margin-top: 8px;
}
.card.card_list .cart .cart-body .cart-row .cart-row-actions .btn, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-row-actions .btn {
  margin-left: 14px;
  width: 20px;
  height: 21px;
}
.card.card_list .cart .cart-body .cart-row .cart-row-actions .btn i.fa-heart, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-row-actions .btn i.fa-heart {
  background: url(../images/hearticon.png) no-repeat center center;
  background-size: 20px 19px;
  width: 20px;
  height: 21px;
}
.card.card_list .cart .cart-body .cart-row .cart-row-actions .btn i.fa-heart::before, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-row-actions .btn i.fa-heart::before {
  display: none;
}
.card.card_list .cart .cart-body .cart-row .cart-row-actions .btn i.fa-heart:hover, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-row-actions .btn i.fa-heart:hover {
  background-image: url(../images/hearticon_hover.png);
}
.card.card_list .cart .cart-body .cart-row .cart-row-actions .btn i.fa-trash-alt, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-row-actions .btn i.fa-trash-alt {
  background: url(../images/delete.png) no-repeat center center;
  background-size: 19px 21px;
  width: 19px;
  height: 21px;
}
.card.card_list .cart .cart-body .cart-row .cart-row-actions .btn i.fa-trash-alt::before, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-row-actions .btn i.fa-trash-alt::before {
  display: none;
}
.card.card_list .cart .cart-body .cart-row .cart-row-actions .btn i.fa-trash-alt:hover, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-row-actions .btn i.fa-trash-alt:hover {
  background-image: url(../images/delete_hover.png);
}
.card.card_list .cart .cart-body .cart-row .cart-row-actions .btn:last-child, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-row-actions .btn:last-child {
  margin-left: 0px;
  margin-top: 1px;
}
@media (max-width: 1440px) {
  .card.card_list .cart .cart-body .cart-row .cart-row-actions .btn i.fa-trash-alt, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-row-actions .btn i.fa-trash-alt {
    background-size: 16px 18px;
    width: 16px;
    height: 18px;
  }
}
.card.card_list .cart .cart-body .cart-row .cart-col-remove, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-remove {
  padding-left: 0px;
  padding-right: 0px;
}
.card.card_list .cart .cart-body .cart-row .cart-col-remove .cart-row-actions, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-remove .cart-row-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.card.card_list .cart .cart-body .cart-row .cart-col-remove .cart-row-actions .btn, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-remove .cart-row-actions .btn {
  background: none !important;
  padding: 0px !important;
  border: none !important;
  width: 19px;
  margin-right: 9px;
}
.card.card_list .cart .cart-body .cart-row .cart-col-remove .cart-row-actions .btn i, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-remove .cart-row-actions .btn i {
  color: #575757;
  font-size: 20px;
}
.card.card_list .cart .cart-body .cart-row .cart-col-remove .cart-row-actions .btn:last-child, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-remove .cart-row-actions .btn:last-child {
  margin-right: 0px;
}
@media (max-width: 767px) {
  .card.card_list .cart .cart-body .cart-row .cart-col-remove, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-remove {
    width: 100%;
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .card.card_list .cart .cart-body .cart-row .cart-col, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col {
    padding: 10px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-main, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-main {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-qty, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-qty {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-price, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-price {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-price.cart-col-subtotal, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-price.cart-col-subtotal {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col.col-auto, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col.col-auto {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin: 0px auto;
  }
  .card.card_list .cart .cart-body .cart-row .cart-row-actions, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-row-actions {
    margin-top: 0px;
  }
}
@media (max-width: 1199px) {
  .card.card_list .cart .cart-col, .wishlist-content .card.card_list .cart .cart-col {
    padding: 10px 7px;
  }
}
@media (max-width: 991px) {
  .card.card_list .cart .cart-col, .wishlist-content .card.card_list .cart .cart-col {
    padding: 1rem;
  }
}
.card.card_list .cart-footer, .wishlist-content .card.card_list .cart-footer {
  font-size: 18px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  padding: 0px 0px 40px 0px;
  border: none;
  border-radius: 0px !important;
  background: transparent;
}
.card.card_list .cart-footer .neworderSummary, .wishlist-content .card.card_list .cart-footer .neworderSummary {
  -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 15px;
}
.card.card_list .cart-footer #order-totals, .wishlist-content .card.card_list .cart-footer #order-totals {
  border-bottom: 1px solid #DEDEDE;
}
.card.card_list .cart-footer .cartPaymentOptions, .wishlist-content .card.card_list .cart-footer .cartPaymentOptions {
  list-style: none;
  margin: 0;
  padding: 30px 25px;
}
.card.card_list .cart-footer .cartPaymentOptions li, .wishlist-content .card.card_list .cart-footer .cartPaymentOptions li {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #E2E2E2;
  margin-bottom: 20px;
}
.card.card_list .cart-footer .cartPaymentOptions li:last-child, .wishlist-content .card.card_list .cart-footer .cartPaymentOptions li:last-child {
  margin-bottom: 0;
}
.card.card_list .cart-footer .cartPaymentOptions li img, .wishlist-content .card.card_list .cart-footer .cartPaymentOptions li img {
  margin-bottom: 10px;
}
.card.card_list .cart-footer .cartPaymentOptions li p, .wishlist-content .card.card_list .cart-footer .cartPaymentOptions li p {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #000000;
  margin-bottom: 0;
}
.card.card_list .cart-footer .cartPaymentOptions li a, .wishlist-content .card.card_list .cart-footer .cartPaymentOptions li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #134372;
  text-transform: capitalize;
  text-decoration: underline;
}
.card.card_list .cart-footer .cartPaymentOptions li.tamara, .wishlist-content .card.card_list .cart-footer .cartPaymentOptions li.tamara {
  position: relative;
  border-bottom: 1px solid #DEDEDE;
}
@media (max-width: 1366px) {
  .card.card_list .cart-footer .cartPaymentOptions li p, .card.card_list .cart-footer .cartPaymentOptions li a, .wishlist-content .card.card_list .cart-footer .cartPaymentOptions li p, .wishlist-content .card.card_list .cart-footer .cartPaymentOptions li a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .card.card_list .cart-footer .cartPaymentOptions li, .wishlist-content .card.card_list .cart-footer .cartPaymentOptions li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card.card_list .cart-footer .cartPaymentOptions li img, .wishlist-content .card.card_list .cart-footer .cartPaymentOptions li img {
    max-width: 100%;
    height: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    width: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.card.card_list .cart-footer .cartLabel, .wishlist-content .card.card_list .cart-footer .cartLabel {
  font-family: "Marcellus", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
  padding: 20px 30px;
  color: #000;
  border-bottom: 1px solid #DEDEDE;
}
.card.card_list .cart-footer .cart-summary .cart-summary-neg, .wishlist-content .card.card_list .cart-footer .cart-summary .cart-summary-neg {
  color: #000;
}
.card.card_list .cart-footer .shipping-options, .wishlist-content .card.card_list .cart-footer .shipping-options {
  font-size: 16px;
}
.card.card_list .cart-footer .btn-primary.apply-discount-coupon-code-button, .wishlist-content .card.card_list .cart-footer .btn-primary.apply-discount-coupon-code-button {
  font-size: 15px !important;
  padding: 8px 15px !important;
  text-decoration: none !important;
  text-transform: capitalize !important;
}
.card.card_list .cart-footer .cart-action-coupon, .wishlist-content .card.card_list .cart-footer .cart-action-coupon {
  border: 0px !important;
}
.card.card_list .cart-footer .coupon-code, .wishlist-content .card.card_list .cart-footer .coupon-code {
  padding: 20px 30px;
  margin: 0px;
  -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 15px;
}
.card.card_list .cart-footer .coupon-code .defaultBtn, .wishlist-content .card.card_list .cart-footer .coupon-code .defaultBtn {
  background: transparent !important;
  text-transform: uppercase !important;
  padding: 0px !important;
  min-width: inherit !important;
  font-size: 18px !important;
  color: #57B6B1 !important;
  font-weight: 500 !important;
}
.card.card_list .cart-footer .coupon-code .cartLabel, .wishlist-content .card.card_list .cart-footer .coupon-code .cartLabel {
  padding: 0px;
  border-bottom: none;
}
@media (max-width: 767px) {
  .card.card_list .cart-footer .coupon-code, .wishlist-content .card.card_list .cart-footer .coupon-code {
    padding-top: 0px;
  }
}
@media (max-width: 575px) {
  .card.card_list .cart-footer .coupon-code, .wishlist-content .card.card_list .cart-footer .coupon-code {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.card.card_list .cart-footer .cart-action, .wishlist-content .card.card_list .cart-footer .cart-action {
  margin: 0px 2px;
  border-bottom: solid 1px #DEDEDE;
  margin-bottom: 30px;
}
.card.card_list .cart-footer .cart-action .cart-action-title, .wishlist-content .card.card_list .cart-footer .cart-action .cart-action-title {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding: 16px 20px;
  font-family: "Outfit", sans-serif;
}
.card.card_list .cart-footer .cart-action .cart-action-title::after, .wishlist-content .card.card_list .cart-footer .cart-action .cart-action-title::after {
  content: "-";
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  right: 20px;
  top: 52%;
}
.card.card_list .cart-footer .cart-action .cart-action-title.collapsed::after, .wishlist-content .card.card_list .cart-footer .cart-action .cart-action-title.collapsed::after {
  content: "+";
}
.card.card_list .cart-footer .cart-action .cart-action-body, .wishlist-content .card.card_list .cart-footer .cart-action .cart-action-body {
  padding: 5px 20px 23px 20px;
}
.card.card_list .cart-footer .input-group, .wishlist-content .card.card_list .cart-footer .input-group {
  position: relative;
}
.card.card_list .cart-footer .input-group .defaultBtn, .wishlist-content .card.card_list .cart-footer .input-group .defaultBtn {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  -webkit-box-shadow: inherit !important;
          box-shadow: inherit !important;
}
@media (max-width: 1199px) {
  .card.card_list .cart-footer .input-group .defaultBtn, .wishlist-content .card.card_list .cart-footer .input-group .defaultBtn {
    padding: 7px 10px !important;
    right: 0 !important;
  }
}
@media (max-width: 991px) {
  .card.card_list .cart-footer .input-group .defaultBtn, .wishlist-content .card.card_list .cart-footer .input-group .defaultBtn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0px;
  }
}
@media (max-width: 575px) {
  .card.card_list .cart-footer .input-group .defaultBtn, .wishlist-content .card.card_list .cart-footer .input-group .defaultBtn {
    padding: 7px 10px !important;
  }
}
.card.card_list .cart-footer .input-group > .form-control, .wishlist-content .card.card_list .cart-footer .input-group > .form-control {
  position: relative;
}
.card.card_list .cart-footer .input-group > .form-control.discount-coupon-code, .wishlist-content .card.card_list .cart-footer .input-group > .form-control.discount-coupon-code {
  min-height: 50px;
  font-size: 18px;
  width: 100%;
  border-radius: 0 10px !important;
  border: 1px solid #D6D6D6;
  line-height: 18px;
  background: transparent !important;
  font-weight: 500;
}
.card.card_list .cart-footer .input-group ::-webkit-input-placeholder, .wishlist-content .card.card_list .cart-footer .input-group ::-webkit-input-placeholder {
  color: #D6D6D6;
}
.card.card_list .cart-footer .input-group ::-moz-placeholder, .wishlist-content .card.card_list .cart-footer .input-group ::-moz-placeholder {
  color: #D6D6D6;
}
.card.card_list .cart-footer .input-group :-ms-input-placeholder, .wishlist-content .card.card_list .cart-footer .input-group :-ms-input-placeholder {
  color: #D6D6D6;
}
.card.card_list .cart-footer .input-group ::-ms-input-placeholder, .wishlist-content .card.card_list .cart-footer .input-group ::-ms-input-placeholder {
  color: #D6D6D6;
}
.card.card_list .cart-footer .input-group ::placeholder, .wishlist-content .card.card_list .cart-footer .input-group ::placeholder {
  color: #D6D6D6;
}
.card.card_list .cart-footer .tital_cart, .wishlist-content .card.card_list .cart-footer .tital_cart {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  border-bottom: #DEDEDE solid 2px;
  padding: 16px 30px;
}
.card.card_list .cart-footer .cart-summary, .wishlist-content .card.card_list .cart-footer .cart-summary {
  margin-bottom: 10px;
}
.card.card_list .cart-footer .cart-summary tr td, .wishlist-content .card.card_list .cart-footer .cart-summary tr td {
  padding: 10px 30px;
  font-size: 18px;
  color: #000;
  line-height: 25px;
  font-weight: 500;
}
.card.card_list .cart-footer .cart-summary tr.cart-summary-total td, .wishlist-content .card.card_list .cart-footer .cart-summary tr.cart-summary-total td {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  padding-top: 20px;
}
.card.card_list .cart-footer .cart-summary tr.cart-summary-tax .cart-summary-label, .wishlist-content .card.card_list .cart-footer .cart-summary tr.cart-summary-tax .cart-summary-label {
  padding-bottom: 20px;
}
.card.card_list .cart-footer .cart-summary tr.cart-summary-total, .wishlist-content .card.card_list .cart-footer .cart-summary tr.cart-summary-total {
  border-top: 1px solid #DEDEDE;
}
.card.card_list .cart-footer .cart-summary tr.cart-summary-total .cart-summary-value, .wishlist-content .card.card_list .cart-footer .cart-summary tr.cart-summary-total .cart-summary-value {
  font-weight: 700;
}
.card.card_list .cart-footer .cart-summary-total, .wishlist-content .card.card_list .cart-footer .cart-summary-total {
  border: 0px;
}
.card.card_list .cart-footer .cart-summary-total .cart-summary-value, .wishlist-content .card.card_list .cart-footer .cart-summary-total .cart-summary-value {
  font-size: 20px;
  font-weight: 700;
}
.card.card_list .cart-footer .col-md-6, .wishlist-content .card.card_list .cart-footer .col-md-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.card.card_list .cart-footer .cart-buttons, .wishlist-content .card.card_list .cart-footer .cart-buttons {
  margin: 30px auto 0px auto !important;
  width: 100%;
  padding-bottom: 50px;
}
.card.card_list .cart-footer .cart-buttons .checkout-buttons, .wishlist-content .card.card_list .cart-footer .cart-buttons .checkout-buttons {
  max-width: 90%;
  margin: 0 auto;
  padding: 0px 5px;
}
.card.card_list .cart-footer .cart-buttons .btn-block + .btn-block, .wishlist-content .card.card_list .cart-footer .cart-buttons .btn-block + .btn-block {
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .card.card_list .cart-footer .cart-action .cart-action-title, .wishlist-content .card.card_list .cart-footer .cart-action .cart-action-title {
    font-size: 16px;
    padding: 13px 20px;
  }
  .card.card_list .cart-footer .tital_cart, .wishlist-content .card.card_list .cart-footer .tital_cart {
    padding: 12px 20px;
    font-size: 22px;
  }
  .card.card_list .cart-footer .cart-summary tr td, .wishlist-content .card.card_list .cart-footer .cart-summary tr td {
    font-size: 16px;
    padding: 8px 20px;
  }
  .card.card_list .cart-footer .cart-summary tr.cart-summary-total td, .wishlist-content .card.card_list .cart-footer .cart-summary tr.cart-summary-total td {
    font-size: 18px;
    line-height: 22px;
  }
  .card.card_list .cart-footer .cart-summary-total .cart-summary-value, .wishlist-content .card.card_list .cart-footer .cart-summary-total .cart-summary-value {
    font-size: 17px;
  }
}
@media (max-width: 1366px) {
  .card.card_list .cart-footer .alert, .wishlist-content .card.card_list .cart-footer .alert {
    font-size: 13px;
    padding: 10px 5px 10px 56px;
  }
  .card.card_list .cart-footer .alert::before, .card.card_list .cart-footer .alert::after, .wishlist-content .card.card_list .cart-footer .alert::before, .wishlist-content .card.card_list .cart-footer .alert::after {
    width: 35px;
  }
  .card.card_list .cart-footer .cart-action .cart-action-title, .wishlist-content .card.card_list .cart-footer .cart-action .cart-action-title {
    font-size: 15px;
    padding: 11px 20px;
  }
  .card.card_list .cart-footer .tital_cart, .wishlist-content .card.card_list .cart-footer .tital_cart {
    padding: 10px 20px;
    font-size: 18px;
  }
  .card.card_list .cart-footer .cart-summary-total .cart-summary-value, .wishlist-content .card.card_list .cart-footer .cart-summary-total .cart-summary-value {
    font-size: 16px;
  }
  .card.card_list .cart-footer .input-group > .form-control.discount-coupon-code, .wishlist-content .card.card_list .cart-footer .input-group > .form-control.discount-coupon-code {
    min-height: 40px;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 5px;
  }
  .card.card_list .cart-footer .btn-primary.apply-discount-coupon-code-button, .wishlist-content .card.card_list .cart-footer .btn-primary.apply-discount-coupon-code-button {
    font-size: 14px !important;
    padding: 7px 10px !important;
  }
  .card.card_list .cart-footer .shipping-options, .wishlist-content .card.card_list .cart-footer .shipping-options {
    font-size: 13px;
  }
  .card.card_list .cart-footer .shipping-options .form-control, .wishlist-content .card.card_list .cart-footer .shipping-options .form-control {
    padding: 5px 10px;
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .card.card_list .cart-footer, .wishlist-content .card.card_list .cart-footer {
    font-size: 17px;
  }
  .card.card_list .cart-footer .alert, .wishlist-content .card.card_list .cart-footer .alert {
    font-size: 13px;
    padding: 10px 5px 10px 46px;
  }
  .card.card_list .cart-footer .alert::before, .card.card_list .cart-footer .alert::after, .wishlist-content .card.card_list .cart-footer .alert::before, .wishlist-content .card.card_list .cart-footer .alert::after {
    width: 35px;
  }
  .card.card_list .cart-footer .cart-action .cart-action-title, .wishlist-content .card.card_list .cart-footer .cart-action .cart-action-title {
    padding: 10px 15px;
  }
  .card.card_list .cart-footer .shipping-options, .wishlist-content .card.card_list .cart-footer .shipping-options {
    font-size: 13px;
  }
  .card.card_list .cart-footer .shipping-options .form-control, .wishlist-content .card.card_list .cart-footer .shipping-options .form-control {
    padding: 5px 10px;
    font-size: 13px;
  }
  .card.card_list .cart-footer .tital_cart, .wishlist-content .card.card_list .cart-footer .tital_cart {
    padding: 9px 15px;
    font-size: 21px;
  }
  .card.card_list .cart-footer .cart-summary tr td, .wishlist-content .card.card_list .cart-footer .cart-summary tr td {
    padding: 10px 15px;
  }
  .card.card_list .cart-footer .cart-buttons, .wishlist-content .card.card_list .cart-footer .cart-buttons {
    padding: 25px 0px 20px 0px;
  }
  .card.card_list .cart-footer .cart-buttons .checkout-buttons, .wishlist-content .card.card_list .cart-footer .cart-buttons .checkout-buttons {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .card.card_list .cart-footer, .wishlist-content .card.card_list .cart-footer {
    margin-top: 30px;
  }
  .card.card_list .cart-footer .cart-buttons .col-sm-12, .wishlist-content .card.card_list .cart-footer .cart-buttons .col-sm-12 {
    text-align: center;
  }
  .card.card_list .cart-footer .checkout-buttons, .wishlist-content .card.card_list .cart-footer .checkout-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .card.card_list .cart-footer .checkout-buttons .btn-block + .btn-block, .wishlist-content .card.card_list .cart-footer .checkout-buttons .btn-block + .btn-block {
    margin-top: 0px;
  }
  .card.card_list .cart-footer .btn_comman, .wishlist-content .card.card_list .cart-footer .btn_comman {
    margin-top: 0px;
    margin: 0px 10px;
  }
  .card.card_list .cart-footer .btn-primary.apply-discount-coupon-code-button, .wishlist-content .card.card_list .cart-footer .btn-primary.apply-discount-coupon-code-button {
    font-size: 13px !important;
    padding: 7px 12px !important;
  }
  .card.card_list .cart-footer .input-group > .form-control.discount-coupon-code, .wishlist-content .card.card_list .cart-footer .input-group > .form-control.discount-coupon-code {
    min-height: 40px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .card.card_list .cart-footer, .wishlist-content .card.card_list .cart-footer {
    padding-bottom: 20px;
  }
  .card.card_list .cart-footer .cart-summary tr td, .wishlist-content .card.card_list .cart-footer .cart-summary tr td {
    font-size: 16px;
  }
  .card.card_list .cart-footer .cart-summary-total .cart-summary-value, .wishlist-content .card.card_list .cart-footer .cart-summary-total .cart-summary-value {
    font-size: 18px;
    font-weight: 700;
  }
}
@media (max-width: 575px) {
  .card.card_list .cart-footer .tital_cart, .wishlist-content .card.card_list .cart-footer .tital_cart {
    padding: 20px 15px;
  }
  .card.card_list .cart-footer .cartLabel, .wishlist-content .card.card_list .cart-footer .cartLabel {
    padding: 20px 15px;
  }
  .card.card_list .cart-footer .checkout-buttons, .wishlist-content .card.card_list .cart-footer .checkout-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card.card_list .cart-footer .checkout-buttons .btn_comman, .wishlist-content .card.card_list .cart-footer .checkout-buttons .btn_comman {
    margin: 7px 0px;
  }
  .card.card_list .cart-footer .checkout-buttons .btn_comman span, .wishlist-content .card.card_list .cart-footer .checkout-buttons .btn_comman span {
    padding-left: 0px !important;
  }
  .card.card_list .cart-footer .cart-summary tr td, .wishlist-content .card.card_list .cart-footer .cart-summary tr td {
    padding: 4px 15px;
  }
  .card.card_list .cart-footer .cart-summary tr.cart-summary-tax .cart-summary-label, .wishlist-content .card.card_list .cart-footer .cart-summary tr.cart-summary-tax .cart-summary-label {
    padding-bottom: 4px;
  }
}
.card.card_list .freeRetuns, .wishlist-content .card.card_list .freeRetuns {
  padding: 30px 0px;
  text-align: left;
  font-size: 20px;
  color: #000;
}
@media (max-width: 1600px) {
  .card.card_list .freeRetuns, .wishlist-content .card.card_list .freeRetuns {
    padding: 25px;
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .card.card_list .freeRetuns, .wishlist-content .card.card_list .freeRetuns {
    padding: 20px;
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .card.card_list .freeRetuns, .wishlist-content .card.card_list .freeRetuns {
    padding: 20px;
    font-size: 15px;
  }
}

.form-group {
  position: relative;
}
.form-group .field-validation-error {
  font-size: 13px;
  position: absolute;
  left: 0px;
  bottom: -21px;
  margin: 0px 15px !important;
}
@media (max-width: 767px) {
  .form-group .field-validation-error {
    margin: 0px !important;
  }
}

.field-validation-error {
  font-size: 15px;
  margin-top: 0.56rem;
}

.maxwidth700 {
  max-width: 700px;
  margin: 0px auto;
}

.boxshadowBox {
  -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.26);
  background: #ffffff;
  padding: 40px 45px;
  height: 100%;
}
.boxshadowBox .maxWidth620 {
  max-width: 100%;
  margin: 0px auto;
}
.boxshadowBox .maxWidth947 {
  max-width: 100%;
  margin: 0px auto;
}

.form-control-plaintext {
  text-align: left;
  font-size: 16px;
}
.form-control-plaintext input.form-check-input {
  width: 20px;
  height: 20px;
}
.form-control-plaintext .form-check-label {
  padding-left: 12px;
  color: #000;
}
.form-control-plaintext a {
  color: #57B6B1;
}

.loginSection {
  padding: 0px;
}
.loginSection #content-body {
  padding-bottom: 0px;
}
.loginSection .guestLoginBox .socialBtnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.loginSection .guestLoginBox .socialBtnList div {
  margin-bottom: 20px;
  width: 100%;
}
.loginSection .guestLoginBox .socialBtnList div:last-child {
  margin-bottom: 0px;
}
.loginSection .guestLoginBox .socialBtnList div:last-child a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.loginSection .guestLoginBox .socialBtnList div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 5px 20px;
  height: 70px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  background: #fff;
  border-radius: 10px;
}
.loginSection .guestLoginBox .socialBtnList div a img {
  max-width: 50px;
  margin-right: 20px;
}
.loginSection .guestLoginBox .socialBtnList div a:hover {
  background-color: #f0f0f0;
  color: #fff;
}
.loginSection .guestLoginBox .socialBtnList div a:hover.facebookbtn {
  background: #203a74;
}
.loginSection .guestLoginBox .socialBtnList div a:hover.gmailbtn {
  background: #f75f42;
}
.loginSection .guestLoginBox .socialBtnList div a:hover.guestbtn {
  background: #57B6B1;
}
.loginSection .guestLoginBox .socialBtnList div.guestbtn a:hover {
  background: #57B6B1;
  color: #fff;
}
@media (max-width: 1700px) {
  .loginSection .guestLoginBox .socialBtnList div a {
    font-size: 18px;
    height: 60px;
  }
  .loginSection .guestLoginBox .socialBtnList div a img {
    max-width: 40px;
    margin-right: 15px;
  }
}
@media (max-width: 1600px) {
  .loginSection .guestLoginBox .socialBtnList div a {
    font-size: 16px;
    height: 50px;
  }
  .loginSection .guestLoginBox .socialBtnList div a img {
    max-width: 35px;
    margin-right: 15px;
  }
}
@media (max-width: 1199px) {
  .loginSection .guestLoginBox .socialBtnList div a {
    font-size: 14px;
    height: 45px;
  }
  .loginSection .guestLoginBox .socialBtnList div a img {
    max-width: 32px;
    margin-right: 7px;
  }
}
@media (max-width: 1199px) {
  .loginSection .loginRegister .boxshadowBox {
    height: auto;
  }
  .loginSection .loginRegister .boxshadowBox.guestSection {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .loginSection .guestLoginBox .socialBtnList div a {
    font-size: 13px;
    height: 42px;
  }
  .loginSection .guestLoginBox .socialBtnList div a img {
    max-width: 30px;
    margin-right: 10px;
  }
}

.passwordRecoveryConfirmSection form .col-12, .passwordRecoveryConfirmSection form .col-md-3, .passwordRecoveryConfirmSection form .col-md-9 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  max-width: 100% !important;
}

.loginRegister .grayBg {
  background: url(../images/background1.jpg) no-repeat;
  background-size: cover;
  background-position: right bottom;
  padding: 100px 0px;
}
.loginRegister .paddcomman18 {
  padding-top: 18px;
}
.loginRegister .row-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.loginRegister .loginWidth {
  max-width: 700px;
  margin: 0 auto;
}
.loginRegister .heading {
  text-align: center;
}
.loginRegister .col-form-label {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 10px;
  color: #000;
}
.loginRegister .login-box {
  background: transparent;
}
.loginRegister .login-box .heading-title.fs-h1 {
  font-family: "Marcellus", serif;
}
.loginRegister .login-box .input-group-icon > i {
  width: 20px;
  height: 100%;
}
.loginRegister .login-box .input-group-icon > i::before {
  display: none;
}
.loginRegister .login-box .input-group-icon > i.icm-user {
  background: url(../images/icon_user1.png) no-repeat center center;
}
.loginRegister .login-box .input-group-icon > i.icm-shield {
  background: url(../images/icon_key.png) no-repeat center center;
}
.loginRegister .login-box .input-group-icon > i.icm-envelope-open {
  width: auto;
  color: #000;
}
.loginRegister .login-box .input-group-icon > i.icm-envelope-open::before {
  display: block;
}
.loginRegister .login-box .fnt18 {
  font-size: 18px;
  text-align: center;
  margin: 5px 0px 20px 0px;
}
.loginRegister .form-group label:not(.form-check-label):not(.custom-control-label) {
  font-weight: 400;
}
.loginRegister .registerWidth {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
  border-color: #D3D3D3;
  -webkit-box-shadow: 0px 5px 30px 5px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 5px 30px 5px rgba(0, 0, 0, 0.1) !important;
}
.loginRegister .boxshadowBox {
  background: rgba(255, 255, 255, 0.5);
  padding: 50px 40px;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  -webkit-box-shadow: 0px 5px 30px 5px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 5px 30px 5px rgba(0, 0, 0, 0.1019607843);
}
.loginRegister .form-group {
  margin-bottom: 30px;
}
.loginRegister .form-control {
  background: #fff;
  height: 60px;
  border: 0px;
  padding: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  border-radius: 10px !important;
}
.loginRegister .form-control::-webkit-input-placeholder {
  color: #000;
}
.loginRegister .form-control::-moz-placeholder {
  color: #000;
}
.loginRegister .form-control:-ms-input-placeholder {
  color: #000;
}
.loginRegister .form-control::-ms-input-placeholder {
  color: #000;
}
.loginRegister .form-control::placeholder {
  color: #000;
}
.loginRegister select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/dropdown.png) no-repeat #fff !important;
  background-position: 88% center !important;
  background-size: 16px !important;
}
.loginRegister .has-icon:not(.has-icon-right).input-group-lg .form-control {
  padding-left: calc(4.08333rem + 2px);
}
.loginRegister .has-icon .input-group-icon {
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 1rem;
  color: #646464 !important;
  left: 15px;
}
.loginRegister ::-ms-input-placeholder { /* Edge 12-18 */
  color: #646464;
}
.loginRegister ::-webkit-input-placeholder {
  color: #646464;
}
.loginRegister ::-moz-placeholder {
  color: #646464;
}
.loginRegister :-ms-input-placeholder {
  color: #646464;
}
.loginRegister ::placeholder {
  color: #646464;
}
.loginRegister .forgot-password {
  text-align: right;
  margin-top: -15px;
}
.loginRegister .registerBlock {
  margin: 0 auto;
}
.loginRegister .loginBtn {
  margin-bottom: 28px;
  text-align: center;
}
.loginRegister .forgot-password a {
  font-size: 16px;
  color: #000;
  line-height: 16px;
  margin-bottom: 20px;
  display: block;
}
.loginRegister .registerLink {
  text-align: center;
  margin-top: 20px;
}
.loginRegister .registerLink a:not([href]):not([tabindex]):hover {
  color: #000 !important;
}
.loginRegister .registerLink a {
  font-size: 18px;
  color: #000;
  line-height: 27px;
  display: inline-block;
}
.loginRegister .registerLink a:hover {
  color: #57B6B1;
}
.loginRegister .registerLink .register-button {
  margin-left: 5px;
  display: inline-block;
}
.loginRegister .orArea {
  padding: 15px 0px 0px 0px;
  text-align: center;
}
.loginRegister .orArea span {
  display: block;
  text-align: center;
  padding-bottom: 24px;
  font-size: 16px;
  color: #000;
}
.loginRegister .orArea div {
  text-align: center;
  margin: 0px auto;
  display: inline-block;
}
.loginRegister .orArea div a {
  border-radius: 8px;
  border: transparent solid 1px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.loginRegister .orArea div a:hover {
  border-color: #000;
}
.loginRegister .orArea div img {
  max-width: 100%;
}
@media (max-width: 1700px) {
  .loginRegister .form-control {
    height: 65px;
    font-size: 16px;
  }
  .loginRegister .has-icon .input-group-icon {
    left: 0;
  }
  .loginRegister .has-icon:not(.has-icon-right).input-group-lg .form-control {
    padding-left: calc(3.45rem + 2px);
  }
  .loginRegister .login-box .fnt18 {
    font-size: 16px;
    line-height: 20px;
  }
  .loginRegister .form-group .col-form-label {
    font-size: 16px;
    line-height: normal;
  }
}
@media (max-width: 1600px) {
  .loginRegister .form-control {
    height: 60px;
    font-size: 15px;
  }
  .loginRegister .has-icon .input-group-icon {
    left: 0;
  }
  .loginRegister .has-icon:not(.has-icon-right).input-group-lg .form-control {
    padding-left: calc(3.45rem + 2px);
  }
  .loginRegister .forgot-password a, .loginRegister .registerLink a {
    font-size: 17px;
  }
  .loginRegister .orArea {
    font-size: 16px;
  }
  .loginRegister .form-group .col-form-label {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .loginRegister .boxshadowBox {
    padding: 30px 40px;
  }
  .loginRegister .forgot-password a, .loginRegister .registerLink a {
    font-size: 16px;
  }
  .loginRegister .orArea {
    font-size: 15px;
  }
  .loginRegister .orArea span {
    padding-bottom: 17px;
  }
  .loginRegister .form-group .col-form-label {
    font-size: 15px;
  }
}
@media (max-width: 1366px) {
  .loginRegister .boxshadowBox {
    padding: 30px 40px;
  }
  .loginRegister .has-icon.input-group-lg .input-group-icon {
    width: calc(2.3rem + 2px);
    height: calc(2.3rem + 2px);
  }
  .loginRegister .login-box .input-group-icon > i {
    width: 16px;
  }
  .loginRegister .login-box .input-group-icon > i.icm-user {
    background-size: 16px;
  }
  .loginRegister .login-box .input-group-icon > i.icm-shield {
    background-size: 16px;
  }
  .loginRegister .login-box .input-group-icon > i.icm-envelope-open::before {
    width: 16px;
  }
  .loginRegister .login-box .fnt18 {
    font-size: 16px;
    text-align: center;
    margin: 5px 0px 15px 0px;
  }
  .loginRegister .login-box .loginBtn.passwordrecoveryicon .input-group-icon.text-muted {
    margin-top: 0px;
  }
  .loginRegister .has-icon:not(.has-icon-right).input-group-lg .form-control {
    padding-left: calc(3rem + 2px);
  }
  .loginRegister .form-control {
    height: 50px;
    font-size: 14px;
    padding: 5px 15px;
  }
  .loginRegister .forgot-password a, .loginRegister .registerLink a {
    font-size: 15px;
  }
  .loginRegister .orArea {
    font-size: 14px;
  }
  .loginRegister .orArea span {
    padding-bottom: 10px;
    font-size: 14px;
  }
  .loginRegister .orArea div img {
    max-width: 25px;
  }
  .loginRegister .grayBg {
    padding: 70px 0px;
  }
  .loginRegister .paddcomman18 {
    padding: 0px;
  }
  .loginRegister .loginBtn {
    margin-bottom: 20px;
  }
  .loginRegister .form-group {
    margin-bottom: 20px;
  }
  .loginRegister .form-group .col-form-label {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .loginRegister .has-icon.input-group-lg .input-group-icon {
    width: calc(2.8rem + 2px);
    height: calc(2.8rem + 2px);
  }
  .loginRegister .boxshadowBox {
    padding: 30px 25px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  .loginRegister .login-box .fnt18 {
    font-size: 14px;
  }
  .loginRegister .form-group .col-form-label {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .loginRegister .form-control {
    height: 50px;
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .loginRegister .has-icon:not(.has-icon-right).input-group-lg .form-control {
    padding-left: 52px;
  }
  .loginRegister .forgot-password a, .loginRegister .registerLink a {
    font-size: 14px;
    line-height: 22px;
  }
  .loginRegister .form-group {
    margin-bottom: 15px;
  }
  .loginRegister .has-icon .input-group-icon {
    left: 10px;
  }
  .loginRegister .orArea {
    padding-bottom: 5px;
  }
  .loginRegister .form-control {
    padding: 12px 15px;
  }
  .loginRegister .login-box .loginBtn.passwordrecoveryicon .input-group-icon.text-muted {
    margin-top: 2px;
  }
  .loginRegister .col-form-label {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .loginRegister .grayBg {
    padding: 40px 0px;
  }
  .loginRegister .boxshadowBox {
    padding: 22px 30px;
  }
  .loginRegister .has-icon.input-group-lg .input-group-icon {
    width: calc(2rem + 2px);
    height: calc(2rem + 2px);
  }
  .loginRegister .login-box .input-group-icon > i {
    width: 14px;
  }
  .loginRegister .login-box .input-group-icon > i.icm-user {
    background-size: 14px;
  }
  .loginRegister .login-box .input-group-icon > i.icm-shield {
    background-size: 14px;
  }
  .loginRegister .login-box .input-group-icon > i.icm-envelope-open::before {
    width: 14px;
  }
  .loginRegister .login-box .fnt18 {
    font-size: 15px;
    text-align: center;
    margin: 5px 0px 12px 0px;
  }
  .loginRegister .login-box .loginBtn.passwordrecoveryicon .input-group-icon.text-muted {
    margin-top: 0px;
  }
  .loginRegister .has-icon:not(.has-icon-right).input-group-lg .form-control {
    padding-left: 45px;
  }
  .loginRegister .form-control {
    height: 45px;
    font-size: 13px;
    padding: 10px 10px;
  }
  .loginRegister .col-form-label {
    font-size: 13px;
  }
}
@media (max-width: 380px) {
  .loginRegister .birtdayDate .row.xs-gutters .col:first-child {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66px;
            flex: 0 0 66px;
  }
  .loginRegister .birtdayDate .row.xs-gutters .col:last-child {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75px;
            flex: 0 0 75px;
  }
}
@media (max-width: 360px) {
  .loginRegister .grayBg {
    padding: 20px 0px;
  }
  .loginRegister .boxshadowBox {
    padding: 15px 15px;
  }
}
.loginRegister.registration-page .text-muted {
  color: #000 !important;
  font-size: 20px;
  line-height: 30px;
}
.loginRegister.registration-page .page-body .content-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
.loginRegister.registration-page .page-body .content-group .form-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin: 0px;
  padding: 0px 15px;
  text-align: left;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 30px;
}
.loginRegister.registration-page .page-body .content-group .form-group .col-md-9, .loginRegister.registration-page .page-body .content-group .registration-page .page-body .content-group .form-group .col-md-6 {
  padding: 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.loginRegister.registration-page .page-body .content-group .col-form-label {
  text-transform: capitalize;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #000;
}
.loginRegister.registration-page .page-body .content-group .col-md-12 {
  padding: 0px;
}
@media (max-width: 1700px) {
  .loginRegister.registration-page .text-muted {
    font-size: 18px;
    line-height: normal;
  }
  .loginRegister.registration-page .page-body .content-group .form-group {
    font-size: 16px;
    line-height: 19px;
  }
  .loginRegister.registration-page .page-body .content-group .col-form-label {
    font-size: 16px;
    line-height: normal;
  }
  .loginRegister.registration-page .form-control-plaintext {
    font-size: 15px;
  }
  .loginRegister.registration-page .form-control-plaintext input.form-check-input {
    width: 18px;
    height: 18px;
  }
  .loginRegister.registration-page .form-control-plaintext .form-check-label {
    padding-left: 10px;
  }
}
@media (max-width: 1440px) {
  .loginRegister.registration-page .text-muted {
    font-size: 16px;
  }
  .loginRegister.registration-page .page-body .content-group .form-group {
    font-size: 15px;
    line-height: 17px;
  }
  .loginRegister.registration-page .page-body .content-group .col-form-label {
    font-size: 16px;
  }
  .loginRegister.registration-page .form-control-plaintext {
    font-size: 14px;
    padding-left: 25px;
  }
  .loginRegister.registration-page .form-control-plaintext input.form-check-input {
    width: 16px;
    height: 16px;
  }
  .loginRegister.registration-page .form-control-plaintext .form-check-label {
    padding-left: 10px;
  }
  .loginRegister.registration-page fieldset.content-group {
    margin-bottom: 12px;
  }
}
@media (max-width: 1366px) {
  .loginRegister.registration-page .text-muted {
    font-size: 14px;
  }
  .loginRegister.registration-page .page-body .content-group .form-group {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
  }
  .loginRegister.registration-page .page-body .content-group .col-form-label {
    font-size: 15px;
  }
  .loginRegister.registration-page .form-control-plaintext {
    font-size: 13px;
    padding-left: 23px;
    padding-top: 0px;
  }
  .loginRegister.registration-page .form-control-plaintext input.form-check-input {
    width: 16px;
    height: 16px;
  }
  .loginRegister.registration-page .form-control-plaintext .form-check-label {
    padding-left: 7px;
  }
  .loginRegister.registration-page fieldset.content-group {
    margin-bottom: 12px;
  }
}
@media (max-width: 1199px) {
  .loginRegister.registration-page .boxshadowBox {
    max-width: 100%;
  }
  .loginRegister.registration-page .text-muted {
    font-size: 14px;
  }
  .loginRegister.registration-page .page-body .content-group .form-group {
    font-size: 13px;
    line-height: normal;
    margin-bottom: 15px;
  }
  .loginRegister.registration-page .page-body .content-group .col-form-label {
    font-size: 14px;
  }
  .loginRegister.registration-page .form-control-plaintext {
    font-size: 12px;
    font-weight: 500;
    padding-left: 23px;
    padding-top: 0px;
  }
  .loginRegister.registration-page .form-control-plaintext input.form-check-input {
    width: 16px;
    height: 16px;
  }
  .loginRegister.registration-page .form-control-plaintext .form-check-label {
    padding-left: 7px;
  }
  .loginRegister.registration-page fieldset.content-group {
    margin-bottom: 12px;
  }
}
@media (max-width: 991px) {
  .loginRegister.registration-page .text-muted {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .loginRegister.registration-page .page-body .content-group .col-form-label {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 7px;
  }
  .loginRegister.registration-page .page-body .content-group .form-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 12px;
  }
  .loginRegister.registration-page .page-body .content-group .form-group {
    padding: 0px 12px;
  }
}
@media (max-width: 480px) {
  .loginRegister.registration-page .boxshadowBox {
    padding: 15px 2px;
  }
  .loginRegister.registration-page .text-muted {
    font-size: 13px;
    line-height: normal;
  }
  .loginRegister.registration-page .page-body .content-group .form-group {
    font-size: 13px;
    line-height: normal;
  }
  .loginRegister.registration-page .page-body .content-group .col-form-label {
    font-size: 13px;
  }
  .loginRegister.registration-page .form-control-plaintext {
    font-size: 12px;
    font-weight: 500;
    padding-left: 23px;
    padding-top: 0px;
  }
  .loginRegister.registration-page .form-control-plaintext input.form-check-input {
    width: 16px;
    height: 16px;
  }
  .loginRegister.registration-page .form-control-plaintext .form-check-label {
    padding-left: 7px;
  }
  .loginRegister.registration-page fieldset.content-group {
    margin-bottom: 12px;
  }
}

.text-muted, .muted {
  color: #222 !important;
}

.margintop10 {
  margin-top: 10px;
}

.select2-container--bootstrap .select2-results__option > .select2-option, .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  font-size: 14px !important;
  font-family: "Outfit", sans-serif !important;
}

.page-myaccount .hdrow.heading {
  padding-bottom: 28px;
}
.page-myaccount form {
  margin-left: -15px;
  margin-right: -15px;
}
.page-myaccount .page-title {
  margin-bottom: 0px;
}
.page-myaccount .page-title .h3 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 40px;
}
.page-myaccount fieldset.content-group > legend {
  color: #57B6B1;
  margin-left: 15px;
}
.page-myaccount .cms-menu-listgroup .card-header {
  display: none;
}
.page-myaccount .cms-menu-listgroup .card {
  border: none;
}
.page-myaccount .cms-menu-listgroup .card .list-group {
  border-radius: 0px;
  border: 1px solid #DCDCDC;
}
.page-myaccount .cms-menu-listgroup .card .list-group a {
  font-size: 17px;
  line-height: 22px;
  color: #000;
  padding: 20px;
  position: relative;
  background: #F1F1F1;
}
.page-myaccount .cms-menu-listgroup .card .list-group a::after {
  position: absolute;
  right: 15px;
  top: auto;
  bottom: auto;
  content: "";
  background: url("./images/account_arrow.png") no-repeat;
  width: 20px;
  height: 20px;
  background-size: 13px;
}
.page-myaccount .cms-menu-listgroup .card .list-group a.active, .page-myaccount .cms-menu-listgroup .card .list-group a:hover {
  color: #fff;
  background: #57B6B1;
}
.page-myaccount .cms-menu-listgroup .card .list-group a.active::after, .page-myaccount .cms-menu-listgroup .card .list-group a:hover::after {
  background: url("./images/active_arrow.png") no-repeat;
}
.page-myaccount .cms-menu-listgroup .card .list-group a.active::before, .page-myaccount .cms-menu-listgroup .card .list-group a:hover::before {
  display: none;
}
.page-myaccount .card .card-title, .page-myaccount .card h4 {
  font-size: 24px;
  text-transform: capitalize;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 1700px) {
  .page-myaccount .cms-menu-listgroup .card .list-group a {
    padding: 18px;
  }
  .page-myaccount fieldset.content-group > legend {
    margin-bottom: 5px;
  }
}
@media (max-width: 1600px) {
  .page-myaccount .cms-menu-listgroup .card .list-group a {
    font-size: 16px;
  }
  .page-myaccount .card .card-title, .page-myaccount .card h4 {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .page-myaccount .cms-menu-listgroup .card .list-group a {
    font-size: 15px;
    padding: 16px 5px 16px 12px;
  }
  .page-myaccount .cms-menu-listgroup .card .list-group a .list-group-item-icon {
    margin-right: 8px;
  }
  .page-myaccount .card .card-title, .page-myaccount .card h4 {
    font-size: 20px;
  }
  .page-myaccount fieldset.content-group > legend {
    margin-bottom: 5px;
  }
  .page-myaccount .hdrow.heading {
    padding-bottom: 20px;
  }
}
@media (max-width: 1366px) {
  .page-myaccount .cms-menu-listgroup .card .list-group a {
    font-size: 14px;
    padding: 16px 5px 16px 12px;
  }
  .page-myaccount .cms-menu-listgroup .card .list-group a .list-group-item-icon {
    margin-right: 8px;
  }
  .page-myaccount .card .card-title, .page-myaccount .card h4 {
    font-size: 18px;
  }
  .page-myaccount fieldset.content-group > legend {
    margin-bottom: 5px;
  }
  .page-myaccount .hdrow.heading {
    padding-bottom: 20px;
  }
  .page-myaccount .margintop10 {
    margin-top: 0px;
  }
}
@media (max-width: 1199px) {
  .page-myaccount .cms-menu-listgroup .card .list-group a {
    font-size: 13px;
    padding: 10px 5px 10px 9px;
  }
  .page-myaccount .cms-menu-listgroup .card .list-group a .list-group-item-icon {
    margin-right: 6px;
  }
  .page-myaccount .card .card-title, .page-myaccount .card h4 {
    font-size: 18px;
  }
  .page-myaccount .hdrow.heading {
    padding-bottom: 18px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .page-myaccount .page-body .col-md-4.col-lg-3.d-print-none {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30.33333%;
            flex: 0 0 30.33333%;
    max-width: 30.33333%;
  }
  .page-myaccount .page-body .col-md-8.col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 69.66667%;
            flex: 0 0 69.66667%;
    max-width: 69.66667%;
  }
  .page-myaccount .page-body .col-md-8.col-lg-9 .col-lg-3, .page-myaccount .page-body .col-md-8.col-lg-9 .col-lg-9 {
    padding-left: 7px;
    padding-right: 7px;
  }
  .page-myaccount form {
    margin: 0px -5px;
  }
}
@media (max-width: 991px) {
  .page-myaccount {
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .page-myaccount {
    padding: 60px 0px;
  }
  .page-myaccount .page-title {
    margin-top: 30px;
  }
  .page-myaccount .page-title .h3 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 30px;
  }
  .page-myaccount .cms-menu {
    margin-bottom: 30px;
  }
  .page-myaccount .cms-menu-listgroup .card-header {
    display: block !important;
    background: #000;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
  }
  .page-myaccount .cms-menu-listgroup .card .list-group a {
    font-size: 13px;
  }
  .page-myaccount .card .card-title, .page-myaccount .card h4 {
    font-size: 18px;
  }
  .page-myaccount .btnCenterMobile {
    text-align: center;
  }
  .page-myaccount.commanform .form-group:last-child {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 575px) {
  .page-myaccount {
    padding: 30px 0px 43px 0px;
  }
  .page-myaccount .page-title .h3 {
    font-size: 30px;
    line-height: 35px;
  }
  .page-myaccount .text-muted {
    font-size: 13px;
  }
  .page-myaccount .pagination {
    margin-bottom: 0px !important;
  }
}

.page-order-details .print-buttons .btn {
  font-size: 15px;
  font-weight: 500;
  background: #f0f0f0;
}
.page-order-details .print-buttons .btn:hover {
  background: #080B0E;
  color: #fff;
  font-weight: 500;
}
.page-order-details h5 {
  font-size: 18px;
  font-family: "Outfit", sans-serif;
  color: #000;
}
.page-order-details .margintablecart {
  margin: 40px 0px;
}
.page-order-details table.cart-summary tr td:first-child {
  text-align: right;
}
.page-order-details .cart-actions {
  text-align: right;
}
.page-order-details .order-details-box {
  -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.1490196078);
  background: #fff;
  border: 0;
  border-radius: 0;
}
@media (max-width: 1600px) {
  .page-order-details h5 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .page-order-details h5 {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .page-order-details .print-buttons .btn {
    font-size: 13px;
    margin-right: 5px;
  }
  .page-order-details .print-buttons .btn:last-child {
    margin-right: 0px;
  }
  .page-order-details h5 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .page-order-details table.cart-summary tr td:first-child {
    text-align: left;
  }
  .page-order-details .margintablecart {
    margin: 30px 0px;
  }
}
@media (max-width: 575px) {
  .page-order-details {
    padding: 30px 0px 4px 0px;
  }
  .page-order-details .cart-footer {
    padding: 0px;
  }
  .page-order-details .cart-footer .col-lg-6 {
    padding: 0px;
  }
}
@media (max-width: 480px) {
  .page-order-details .page-body {
    padding-top: 10px;
  }
  .page-order-details .print-buttons .btn {
    padding: 5px 10px;
  }
  .page-order-details .order-details-box .col-md-8 .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-order-details .order-details-box .col-md-8 .row .billinginfo, .page-order-details .order-details-box .col-md-8 .row .shippinginfo {
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px !important;
  }
  .page-order-details .order-details-box .col-md-4 p:last-child {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 400px) {
  .page-order-details .print-buttons {
    margin-bottom: 12px;
  }
  .page-order-details .print-buttons .btn {
    font-size: 12px;
  }
  .page-order-details .page-body {
    padding-top: 0px;
  }
  .page-order-details .card-body.order-details-box {
    padding: 12px 12px;
  }
}

.page-myaccount-info .form-horizontal .content-group, .page-myaccount-addresses .form-horizontal .content-group {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-myaccount-info .form-horizontal .content-group .form-group, .page-myaccount-addresses .form-horizontal .content-group .form-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-myaccount-info .form-horizontal .content-group .form-group .margingbtm0, .page-myaccount-addresses .form-horizontal .content-group .form-group .margingbtm0 {
  margin-bottom: 0px;
}
.page-myaccount-info .form-horizontal .content-group .form-group.fulldiv, .page-myaccount-addresses .form-horizontal .content-group .form-group.fulldiv {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.page-myaccount-info .form-horizontal .content-group .form-group .col-lg-9, .page-myaccount-info .form-horizontal .content-group .form-group .col-lg-3, .page-myaccount-addresses .form-horizontal .content-group .form-group .col-lg-9, .page-myaccount-addresses .form-horizontal .content-group .form-group .col-lg-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.page-myaccount-info .form-horizontal .content-group .form-group .form-group, .page-myaccount-addresses .form-horizontal .content-group .form-group .form-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.page-myaccount-info .form-horizontal .content-group .form-group.phoneNumber .codenumber, .page-myaccount-addresses .form-horizontal .content-group .form-group.phoneNumber .codenumber {
  position: absolute;
  bottom: 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  z-index: 22;
  left: 0px;
}
.page-myaccount-info .form-horizontal .content-group .form-group.phoneNumber .codenumber::before, .page-myaccount-addresses .form-horizontal .content-group .form-group.phoneNumber .codenumber::before {
  content: "";
  width: 1px;
  height: 35px;
  background: #c0c0c0;
  position: absolute;
  left: 60px;
  top: 12px;
}
.page-myaccount-info .form-horizontal .content-group .form-group.phoneNumber .form-group, .page-myaccount-addresses .form-horizontal .content-group .form-group.phoneNumber .form-group {
  margin-bottom: 0px;
}
.page-myaccount-info .form-horizontal .content-group .form-group.phoneNumber .form-group .form-control, .page-myaccount-addresses .form-horizontal .content-group .form-group.phoneNumber .form-group .form-control {
  padding-left: 65px;
}
.page-myaccount-info .form-horizontal .content-group .form-control-plaintext, .page-myaccount-addresses .form-horizontal .content-group .form-control-plaintext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-myaccount-info .form-horizontal .content-group:nth-child(3) .form-group, .page-myaccount-addresses .form-horizontal .content-group:nth-child(3) .form-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.page-myaccount-info .form-horizontal .content-group:nth-child(3) .form-group .form-check, .page-myaccount-addresses .form-horizontal .content-group:nth-child(3) .form-group .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 6px;
}
.page-myaccount-info .form-horizontal .content-group:nth-child(3) .form-group .form-check .form-check-label, .page-myaccount-addresses .form-horizontal .content-group:nth-child(3) .form-group .form-check .form-check-label {
  font-size: 16px;
  line-height: 21px;
  color: #000;
}
.page-myaccount-info .form-horizontal .content-group:nth-child(3) .form-group .form-check .form-check-label a, .page-myaccount-addresses .form-horizontal .content-group:nth-child(3) .form-group .form-check .form-check-label a {
  color: #000;
}
@media (max-width: 1199px) {
  .page-myaccount-info .form-horizontal .content-group:nth-child(3) .form-group .form-check, .page-myaccount-addresses .form-horizontal .content-group:nth-child(3) .form-group .form-check {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}
@media (max-width: 1440px) {
  .page-myaccount-info .form-horizontal .content-group .form-group.phoneNumber .codenumber::before, .page-myaccount-addresses .form-horizontal .content-group .form-group.phoneNumber .codenumber::before {
    top: 5px;
  }
}
@media (max-width: 1366px) {
  .page-myaccount-info .form-horizontal .content-group .form-group.phoneNumber .codenumber, .page-myaccount-addresses .form-horizontal .content-group .form-group.phoneNumber .codenumber {
    left: -3px;
  }
  .page-myaccount-info .form-horizontal .content-group .form-group.phoneNumber .codenumber::before, .page-myaccount-addresses .form-horizontal .content-group .form-group.phoneNumber .codenumber::before {
    height: 25px;
    top: 10px;
  }
}
@media (max-width: 1199px) {
  .page-myaccount-info .form-horizontal .form-group .col-12, .page-myaccount-addresses .form-horizontal .form-group .col-12 {
    padding-left: 20px !important;
    padding-top: 20px;
  }
  .page-myaccount-info .form-horizontal .form-group .form-check, .page-myaccount-addresses .form-horizontal .form-group .form-check {
    padding-left: 6px;
  }
  .page-myaccount-info .form-horizontal .content-group .form-group.phoneNumber .codenumber, .page-myaccount-addresses .form-horizontal .content-group .form-group.phoneNumber .codenumber {
    left: -1px;
  }
  .page-myaccount-info .form-horizontal .content-group .form-group.phoneNumber .codenumber::before, .page-myaccount-addresses .form-horizontal .content-group .form-group.phoneNumber .codenumber::before {
    left: 58px;
    top: 12px;
  }
  .page-myaccount-info .form-horizontal .save-customer-info-button, .page-myaccount-addresses .form-horizontal .save-customer-info-button {
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  .page-myaccount-info .form-horizontal, .page-myaccount-addresses .form-horizontal {
    padding-bottom: 0px;
  }
  .page-myaccount-info .form-horizontal .save-customer-info-button, .page-myaccount-addresses .form-horizontal .save-customer-info-button {
    margin-left: 12px;
  }
  .page-myaccount-info .form-horizontal .content-group .form-group:nth-child(5), .page-myaccount-info .form-horizontal .content-group .form-group:nth-child(6), .page-myaccount-info .form-horizontal .content-group .form-group.birtdayDate, .page-myaccount-addresses .form-horizontal .content-group .form-group:nth-child(5), .page-myaccount-addresses .form-horizontal .content-group .form-group:nth-child(6), .page-myaccount-addresses .form-horizontal .content-group .form-group.birtdayDate {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .page-myaccount-info .form-horizontal .form-group .col-12, .page-myaccount-addresses .form-horizontal .form-group .col-12 {
    margin-top: 20px;
  }
  .page-myaccount-info .form-horizontal .content-group .form-group.phoneNumber .codenumber::before, .page-myaccount-addresses .form-horizontal .content-group .form-group.phoneNumber .codenumber::before {
    top: 8px;
  }
}
@media (max-width: 767px) {
  .page-myaccount-info .form-horizontal .form-group .col-12, .page-myaccount-addresses .form-horizontal .form-group .col-12 {
    padding-top: 0px;
    margin-top: 0px;
  }
}
@media (max-width: 575px) {
  .page-myaccount-info .content-group .form-group, .page-myaccount-addresses .content-group .form-group {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .page-myaccount-info .content-group .form-group.phoneNumber, .page-myaccount-addresses .content-group .form-group.phoneNumber {
    border-color: transparent;
  }
  .page-myaccount-info .content-group .form-group.phoneNumber .codenumber, .page-myaccount-addresses .content-group .form-group.phoneNumber .codenumber {
    bottom: -1px !important;
    left: 0px !important;
  }
  .page-myaccount-info .content-group .form-group.phoneNumber .codenumber::before, .page-myaccount-addresses .content-group .form-group.phoneNumber .codenumber::before {
    left: 52px !important;
    top: 8px !important;
  }
}

.page-myaccount-addresses .add-address {
  position: absolute;
  top: -6px;
  right: 15px;
}
.page-myaccount-addresses .add-address .btn-primary {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.page-myaccount-addresses .full_row {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  max-width: 100% !important;
}
.page-myaccount-addresses .form-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-myaccount-addresses .form-horizontal .form-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-myaccount-addresses .form-horizontal .form-group .margingbtm0 {
  margin-bottom: 0px;
}
.page-myaccount-addresses .form-horizontal .form-group.fulldiv {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.page-myaccount-addresses .form-horizontal .form-group .col-lg-3, .page-myaccount-addresses .form-horizontal .form-group .col-md-3, .page-myaccount-addresses .form-horizontal .form-group .col-lg-9, .page-myaccount-addresses .form-horizontal .form-group .col-md-9, .page-myaccount-addresses .form-horizontal .form-group .col-sm-9, .page-myaccount-addresses .form-horizontal .form-group .col-sm-3 {
  width: 100% !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.page-myaccount-addresses .form-horizontal .form-group .form-control {
  width: 100% !important;
}
.page-myaccount-addresses .form-horizontal .form-group .form-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.page-myaccount-addresses .form-horizontal .form-group.phoneNumber .codenumber {
  position: absolute;
  bottom: 0px;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  border: none;
  background: transparent;
  z-index: 22;
  left: -2px;
}
.page-myaccount-addresses .form-horizontal .form-group.phoneNumber .codenumber::before {
  content: "";
  width: 1px;
  height: 45px;
  background: #c0c0c0;
  position: absolute;
  left: 60px;
  top: 7px;
}
.page-myaccount-addresses .form-horizontal .form-group.phoneNumber .form-group {
  margin-bottom: 0px;
}
.page-myaccount-addresses .form-horizontal .form-group.phoneNumber .form-group .form-control {
  padding-left: 68px;
}
.page-myaccount-addresses .form-horizontal:nth-child(3) .form-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.page-myaccount-addresses .form-horizontal:nth-child(3) .form-group .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-myaccount-addresses .form-horizontal:nth-child(3) .form-group .form-check .form-check-label {
  font-size: 16px;
  line-height: 21px;
  color: #000;
}
.page-myaccount-addresses .form-horizontal:nth-child(3) .form-group .form-check .form-check-label a {
  color: #000;
}
.page-myaccount-addresses .address-list {
  margin-left: -11px;
  margin-right: -11px;
}
.page-myaccount-addresses .address-list.card {
  margin: 0px 15px 30px 15px;
  max-width: calc(50% - 22px) !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 calc(50% - 22px) !important;
          flex: 0 0 calc(50% - 22px) !important;
}
.page-myaccount-addresses .card {
  -webkit-box-shadow: 0 15px 25px 0px rgba(0, 0, 0, 0.0025);
          box-shadow: 0 15px 25px 0px rgba(0, 0, 0, 0.0025);
  border-radius: 0px;
}
.page-myaccount-addresses .card .card-body .card-title {
  margin-bottom: 7px;
}
.page-myaccount-addresses .card .card-body div {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
}
.page-myaccount-addresses .card .card-body label {
  text-transform: capitalize;
}
.page-myaccount-addresses .card .card-footer {
  background: transparent;
}
.page-myaccount-addresses .card .card-footer a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  background: #efefef;
  color: #000;
}
.page-myaccount-addresses .card .card-footer a:hover {
  border: 1px solid transparent;
  background: #ff0000;
  color: #fff;
}
.page-myaccount-addresses .card .card-footer a.btn-secondary {
  border-right: 1px solid #d9d9d9;
  background: #f5f5f5;
}
.page-myaccount-addresses .card .card-footer a.btn-secondary:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 1600px) {
  .page-myaccount-addresses .card .card-body div {
    font-size: 15px;
  }
  .page-myaccount-addresses .card .card-footer a {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .page-myaccount-addresses .card .card-body div {
    font-size: 13px;
    line-height: 20px;
  }
  .page-myaccount-addresses .card .card-footer a {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .page-myaccount-addresses .form-horizontal .form-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .page-myaccount-addresses .form-horizontal .form-group.phoneNumber .codenumber::before {
    top: 3px;
  }
  .page-myaccount-addresses .address-list .card {
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .page-myaccount-addresses .add-address .btn-primary {
    font-size: 16px;
    min-width: 1px !important;
  }
  .page-myaccount-addresses .form-group .text-muted {
    padding-left: 0px;
  }
}
@media (max-width: 575px) {
  .page-myaccount-addresses .form-horizontal .form-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .page-myaccount-addresses .address-list {
    margin-left: 0;
    margin-right: 0;
  }
  .page-myaccount-addresses .address-list .card:first-child {
    margin-right: 0px;
  }
  .page-myaccount-addresses .address-list .card:last-child {
    margin-bottom: 0px;
  }
  .page-myaccount-addresses .form-horizontal .form-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .page-myaccount-addresses .card-body {
    padding: 10px;
  }
}

.page-myaccount-orders .order-list .card {
  padding: 20px;
}
.page-myaccount-orders .col-lg-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
}
.page-myaccount-orders .card .col-sm-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16%;
          flex: 0 0 16%;
  max-width: 25%;
  min-width: 162px;
}
.page-myaccount-orders .card .card-body {
  padding: 0px;
}
.page-myaccount-orders .card .card-footer {
  background: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-myaccount-orders .card .card-footer .btn {
  margin-right: 10px;
}
.page-myaccount-orders .card .card-footer .btn:last-child {
  margin-right: 0px;
}
.page-myaccount-orders .card .card-footer .btn-secondary {
  background: #57B6B1;
  border-color: #57B6B1;
  font-size: 16px;
  line-height: 22px;
  border-radius: 0px !important;
  padding: 10px 20px;
  margin-top: 18px;
  color: #fff;
}
.page-myaccount-orders .card .card-footer .btn-secondary i {
  margin-right: 3px;
}
.page-myaccount-orders .card .card-footer .btn-secondary span {
  padding-left: 0px;
}
.page-myaccount-orders .card .card-footer .btn-secondary:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 1199px) {
  .page-myaccount-orders .card .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    min-width: 120px;
  }
  .page-myaccount-orders .card .card-footer .btn-secondary {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px;
  }
}
@media (max-width: 991px) {
  .page-myaccount-orders .card .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
  .page-myaccount-orders .card .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  .page-myaccount-orders .card .card-footer .btn-secondary {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .page-myaccount-orders .card .card-footer .btn-secondary {
    font-size: 13px;
    line-height: 16px;
    padding: 8px 12px;
  }
}
@media (max-width: 340px) {
  .page-myaccount-orders .card .card-footer .btn-secondary {
    padding: 8px 9px;
  }
  .page-myaccount-orders .card .col-sm-3 {
    min-width: 112px;
  }
}
@media (max-width: 767px) {
  .page-myaccount-orders .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .page-myaccount-orders .card .card-title, .page-myaccount-orders .card h4 {
    margin-bottom: 15px;
  }
}
@media (max-width: 340px) {
  .page-myaccount-orders .order-list .card {
    padding: 10px 12px;
  }
}
@media (max-width: 320px) {
  .page-myaccount-orders .order-list .card {
    font-size: 12px;
  }
  .page-myaccount-orders .order-list .card .text-muted {
    font-size: 12px;
  }
}

.page-myaccount-changepassword .form-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-myaccount-changepassword .form-horizontal .form-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-myaccount-changepassword .form-horizontal .form-group .col-lg-4, .page-myaccount-changepassword .form-horizontal .form-group .col-lg-8 {
  width: 80% !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}
.page-myaccount-changepassword .form-horizontal .form-group .col {
  padding: 0px;
}
.page-myaccount-changepassword .form-horizontal .form-group .form-control {
  width: 100% !important;
}
.page-myaccount-changepassword .form-horizontal .form-group .form-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.page-myaccount-changepassword .form-horizontal:nth-child(3) .form-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.page-myaccount-changepassword .form-horizontal:nth-child(3) .form-group .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-myaccount-changepassword .form-horizontal:nth-child(3) .form-group .form-check .form-check-label {
  font-size: 16px;
  line-height: 21px;
  color: #000;
}
.page-myaccount-changepassword .form-horizontal:nth-child(3) .form-group .form-check .form-check-label a {
  color: #000;
}
@media (max-width: 1199px) {
  .page-myaccount-changepassword .form-horizontal .form-group .col-lg-4, .page-myaccount-changepassword .form-horizontal .form-group .col-lg-8 {
    width: 100% !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.brandSection .categoryBox {
  background: #ECECEC;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 250px;
}
.brandSection .categoryBox img {
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.brandSection .categoryBox .img-center-container {
  padding: 0px;
}
.brandSection .categoryBox:hover img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 1600px) {
  .brandSection .categoryBox {
    min-height: 200px;
  }
  .brandSection .categoryBox img {
    height: auto;
    max-height: 80px;
  }
}
@media (max-width: 1440px) {
  .brandSection .categoryBox {
    min-height: 200px;
  }
  .brandSection .categoryBox img {
    max-height: 80px;
  }
}
@media (max-width: 1366px) {
  .brandSection .categoryBox {
    margin-bottom: 30px;
    min-height: 180px;
    padding: 30px;
  }
  .brandSection .categoryBox img {
    max-height: 60px;
  }
}
@media (max-width: 575px) {
  .brandSection .categoryBox {
    min-height: 160px;
  }
  .brandSection .categoryBox img {
    max-height: 50px;
  }
}
@media (max-width: 480px) {
  .brandSection .categoryBox {
    min-height: 140px;
  }
}
@media (max-width: 400px) {
  .brandSection .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
  }
  .brandSection .categoryBox {
    margin-bottom: 15px;
    min-height: 180px;
  }
  .brandSection .categoryBox img {
    max-height: 60px;
  }
}

.validation-summary-errors li {
  list-style: none;
  text-align: left;
}

.commanform .form-group {
  margin: 0px;
  margin-bottom: 30px !important;
  position: relative;
}
.commanform .form-group.marginbtn0 {
  margin-bottom: 0px !important;
}
.commanform .form-group .field-validation-error {
  font-size: 13px;
  position: absolute;
  left: 0px;
  bottom: -21px;
  margin: 0px 5px;
}
.commanform .col-form-label {
  font-size: 18px;
  font-weight: 400 !important;
  color: #000000;
  font-family: "Outfit", sans-serif;
  padding-top: 0px;
  padding-bottom: 5px;
  text-transform: capitalize;
}
.commanform .form-control, .commanform .select2-container--bootstrap .select2-selection--single {
  background: #f2f2f2;
  border: 0px solid #AFAFAF;
  height: 60px;
  font-size: 18px;
  font-weight: 400 !important;
  color: #000000;
  font-family: "Outfit", sans-serif;
}
@media (max-width: 1366px) {
  .commanform .form-control, .commanform .select2-container--bootstrap .select2-selection--single {
    height: 50px;
  }
}
.commanform select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/dropdown.png) no-repeat #F2F2F2 !important;
  background-position: 94% center !important;
  background-size: 16px !important;
  border: #c1c1c1 solid 1px !important;
  border: 0 !important;
}
.commanform .form-control, .commanform select {
  font-size: 17px;
}
.commanform .select2-container--bootstrap .select2-selection--single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.commanform .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  background: none;
  border: none;
}
.commanform .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  background: url(../images/dropdown.png) no-repeat center center;
  border: none;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 0px;
}
.commanform .textboxhieght100 .form-control {
  height: 100px;
  resize: none;
}
.commanform ::-webkit-input-placeholder {
  color: #666666 !important;
  font-size: 16px !important;
}
.commanform ::-moz-placeholder {
  color: #666666 !important;
  font-size: 16px !important;
}
.commanform :-ms-input-placeholder {
  color: #666666 !important;
  font-size: 16px !important;
}
.commanform ::-ms-input-placeholder {
  color: #666666 !important;
  font-size: 16px !important;
}
.commanform ::placeholder {
  color: #666666 !important;
  font-size: 16px !important;
}
@media (max-width: 1600px) {
  .commanform .form-group.noteText {
    margin-top: -15px;
  }
  .commanform .form-control, .commanform select, .commanform .col-form-label, .commanform .select2-container--bootstrap .select2-selection--single {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .commanform .form-control, .commanform select, .commanform .col-form-label, .commanform .select2-container--bootstrap .select2-selection--single {
    font-size: 15px;
  }
  .commanform .col-form-label {
    padding-top: 0px;
  }
}
@media (max-width: 1366px) {
  .commanform .col-form-label, .commanform .form-control, .commanform select, .commanform .col-form-label, .commanform .select2-container--bootstrap .select2-selection--single {
    font-size: 14px;
  }
  .commanform .col-form-label {
    padding-top: 0px;
  }
}
@media (max-width: 1199px) {
  .commanform .form-control, .commanform select {
    height: auto;
    min-height: 42px;
  }
  .commanform .form-control, .commanform select, .commanform .col-form-label, .commanform .select2-container--bootstrap .select2-selection--single {
    font-size: 14px;
  }
  .commanform .col-form-label {
    padding-top: 0px;
  }
}
@media (max-width: 991px) {
  .commanform .form-group {
    margin-bottom: 20px !important;
  }
  .commanform select {
    background: #F4F4F4;
    border: 1px solid #AFAFAF;
    padding: 0.625rem 1rem;
    width: 100%;
  }
  .commanform .form-control, .commanform select {
    height: auto;
    min-height: 42px;
  }
}
@media (max-width: 767px) {
  .commanform .col-form-label {
    font-size: 13px;
    padding-bottom: 5px;
  }
  .commanform .form-control, .commanform select, .commanform .col-form-label, .commanform .select2-container--bootstrap .select2-selection--single {
    font-size: 13px;
    padding: 5px 15px;
  }
  .commanform .form-control::-webkit-input-placeholder, .commanform select::-webkit-input-placeholder, .commanform .col-form-label::-webkit-input-placeholder, .commanform .select2-container--bootstrap .select2-selection--single::-webkit-input-placeholder {
    font-size: 13px !important;
  }
  .commanform .form-control::-moz-placeholder, .commanform select::-moz-placeholder, .commanform .col-form-label::-moz-placeholder, .commanform .select2-container--bootstrap .select2-selection--single::-moz-placeholder {
    font-size: 13px !important;
  }
  .commanform .form-control:-ms-input-placeholder, .commanform select:-ms-input-placeholder, .commanform .col-form-label:-ms-input-placeholder, .commanform .select2-container--bootstrap .select2-selection--single:-ms-input-placeholder {
    font-size: 13px !important;
  }
  .commanform .form-control::-ms-input-placeholder, .commanform select::-ms-input-placeholder, .commanform .col-form-label::-ms-input-placeholder, .commanform .select2-container--bootstrap .select2-selection--single::-ms-input-placeholder {
    font-size: 13px !important;
  }
  .commanform .form-control::placeholder, .commanform select::placeholder, .commanform .col-form-label::placeholder, .commanform .select2-container--bootstrap .select2-selection--single::placeholder {
    font-size: 13px !important;
  }
}
@media (max-width: 380px) {
  .commanform .birtdayDate .row.xs-gutters .col:first-child {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66px;
            flex: 0 0 66px;
  }
  .commanform .birtdayDate .row.xs-gutters .col:last-child {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75px;
            flex: 0 0 75px;
  }
}

.contactRow {
  padding: 100px 0;
}
.contactRow .defaultBtn {
  background: #57B6B1 !important;
}
.contactRow .defaultBtn:hover {
  background: #134372 !important;
}
.contactRow .contactformFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -15px;
}
.contactRow .contactformFlex .row {
  padding: 0px 15px;
  margin: 0px;
}
.contactRow .contactformFlex .col-form-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.contactRow .contactformFlex .col-sm-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.contactRow .contactformFlex .col-sm-3, .contactRow .contactformFlex .col-sm-9 {
  padding-left: 0px;
  padding-right: 0px;
}
.contactRow .contactformFlex .select2-container--bootstrap .select2-selection {
  background: #F4F4F4;
  border: 1px solid #AFAFAF;
  height: 50px;
  padding-top: 0.825rem;
}
.contactRow .contactformFlex .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  background: #F4F4F4;
  border: 0px solid #ced4da;
}
.contactRow .contactformFlex .form-group- {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.contactRow .contactformFlex .form-group- .form-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.contactRow .contactformFlex .fullDiv {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.contactRow .contactformFlex .form-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.contactRow .contactformFlex .form-group.fullDiv {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.contactRow .contactformFlex .form-group.fullDiv .col-sm-12 {
  padding-left: 0px;
  padding-right: 0px;
}
.contactRow .contactInfo {
  background: url(../images/contactbg.png) no-repeat;
  padding: 50px 10px 170px 50px;
  background-size: cover;
}
.contactRow .contactInfo .heading .heading-title {
  color: #134372;
}
.contactRow .contactInfo .officeTitle {
  font-size: 30px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #57B6B1;
}
@media (max-width: 991px) {
  .contactRow .contactInfo .officeTitle {
    font-size: 22px;
    line-height: 28px;
  }
}
.contactRow .contactInfo .subTitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
}
.contactRow .contactInfo .contactDetails {
  list-style: none;
  padding-left: 0px;
  margin-top: 20px;
  margin-bottom: 40px !important;
}
.contactRow .contactInfo .contactDetails li {
  color: #fff;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contactRow .contactInfo .contactDetails li i {
  font-size: 28px;
  color: #134372;
  margin-right: 20px;
  width: 30px;
}
.contactRow .contactInfo .contactDetails li span {
  display: block;
  margin-bottom: 10px;
}
.contactRow .contactInfo .contactDetails li p, .contactRow .contactInfo .contactDetails li a {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}
.contactRow .contactInfo .socialIcons {
  margin-top: 20px;
}
.contactRow .contactInfo .socialIcons a {
  margin-right: 20px;
  display: inline-block;
}
.contactRow .contactInfo .socialIcons a i {
  font-size: 28px;
  line-height: 32px;
  color: #fff;
}
@media (max-width: 1600px) {
  .contactRow .contactInfo .subTitle {
    font-size: 22px;
  }
  .contactRow .contactInfo .contactDetails {
    margin-bottom: 32px !important;
  }
  .contactRow .contactInfo .contactDetails li {
    margin-bottom: 32px;
  }
  .contactRow .contactInfo .contactDetails li i {
    font-size: 24px;
  }
  .contactRow .contactInfo .contactDetails li p, .contactRow .contactInfo .contactDetails li a {
    font-size: 20px;
    line-height: 28px;
  }
  .contactRow .contactInfo .socialIcons a i {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .contactRow .contactInfo {
    padding: 40px 30px;
  }
  .contactRow .contactInfo .contactDetails li p, .contactRow .contactInfo .contactDetails li a {
    font-size: 18px;
    line-height: 26px;
  }
  .contactRow .contactInfo .contactDetails li span {
    margin-bottom: 6px;
  }
}
@media (max-width: 1366px) {
  .contactRow .contactInfo {
    padding: 30px 30px;
  }
  .contactRow .contactInfo .subTitle {
    font-size: 20px;
  }
  .contactRow .contactInfo .contactDetails li {
    margin-bottom: 24px;
  }
  .contactRow .contactInfo .contactDetails li i {
    font-size: 22px;
  }
  .contactRow .contactInfo .contactDetails li p, .contactRow .contactInfo .contactDetails li a {
    font-size: 16px;
    line-height: 26px;
  }
  .contactRow .contactInfo .contactDetails li span {
    margin-bottom: 4px;
  }
  .contactRow .contactInfo .contactDetails .socialIcons {
    margin-top: 15px;
  }
  .contactRow .contactInfo .contactDetails .socialIcons a i {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .contactRow .contactInfo {
    margin-bottom: 30px;
    padding: 30px;
  }
  .contactRow .contactInfo .topic-html-content-body {
    margin: 0px !important;
  }
  .contactRow .contactInfo .subTitle {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .contactRow .contactInfo .contactDetails li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
  .contactRow .contactInfo .contactDetails li span {
    margin-right: 10px;
    width: 20px;
    margin-bottom: 0px;
  }
  .contactRow .contactInfo .contactDetails li i {
    font-size: 20px;
  }
  .contactRow .contactInfo .contactDetails li p, .contactRow .contactInfo .contactDetails li a {
    font-size: 17px;
    line-height: 22px;
    width: calc(100% - 30px);
    margin-bottom: 0px !important;
  }
  .contactRow .contactInfo .socialIcons {
    margin-top: 12px;
  }
  .contactRow .contactInfo .socialIcons a {
    font-size: 18px;
    line-height: 22px;
  }
  .contactRow .contactInfo .socialIcons a i {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .contactRow .contactInfo {
    padding: 30px;
  }
  .contactRow .contactInfo .subTitle {
    font-size: 18px;
    line-height: 20px;
  }
  .contactRow .contactInfo .contactDetails li {
    margin-bottom: 25px;
  }
  .contactRow .contactInfo .contactDetails li span {
    margin-bottom: 5px;
  }
  .contactRow .contactInfo .contactDetails li i {
    font-size: 18px;
  }
  .contactRow .contactInfo .contactDetails li p, .contactRow .contactInfo .contactDetails li a {
    font-size: 15px;
    line-height: 22px;
    margin-top: -3px;
  }
  .contactRow .contactInfo .socialIcons a {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .contactRow .contactInfo {
    padding: 15px 20px;
  }
  .contactRow .contactInfo .contactDetails {
    margin-top: 10px;
    margin-bottom: 22px !important;
  }
}
@media (max-width: 1600px) {
  .contactRow .form-control-plaintext {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .contactRow {
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .contactRow .contactformFlex .form-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.categorypageSec {
  margin-bottom: -30px;
}
.categorypageSec .categoryBox {
  padding-bottom: 30px;
}
.categorypageSec .categoryBox a {
  background: #f0f0f0;
  width: 100%;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 18px;
  text-transform: capitalize;
  text-decoration: none;
  border: #dddddd solid 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.categorypageSec .categoryBox a:hover {
  background: #13503B;
  color: #fff;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .categorypageSec .categoryBox a {
    height: 107px;
    font-size: 17px;
  }
}
@media (max-width: 1199px) {
  .categorypageSec .categoryBox a {
    height: 100px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .categorypageSec .categoryBox a {
    height: 80px;
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .categorypageSec .row .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .categorypageSec .categoryBox {
    padding-bottom: 15px;
  }
  .categorypageSec .categoryBox a {
    height: 70px;
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .artlist-grid .art {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media (min-width: 992px) {
  .fullPageList .artlist-grid.artlist-3-cols .art {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

.facet-body-inner.scrollable {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.facet-body-inner.scrollable::-webkit-scrollbar {
  width: 10px;
}
.facet-body-inner.scrollable::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.facet-body-inner.scrollable::-webkit-scrollbar-thumb {
  background: #888;
}
.facet-body-inner.scrollable::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.price-range-block .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.ui-slider-horizontal {
  height: 0.6em;
}

.price-filter-range {
  height: 3px;
}

.ui-slider .ui-slider-handle {
  border-radius: 100%;
}

.ui-slider-horizontal .ui-slider-range {
  height: 1px !important;
  top: 4px !important;
  background: #57B6B1 !important;
}

.ui-widget.ui-widget-content {
  height: 1px !important;
  border: none !important;
  border-bottom: 1px solid #DCDCDC !important;
  padding-bottom: 4px;
}

.ui-slider-horizontal {
  width: 95%;
  margin: 0 auto;
}

.facet-range-container .ui-state-default, .facet-range-container .ui-widget-content .ui-state-default, .facet-range-container .ui-widget-header .ui-state-default, .facet-range-container .ui-button, .facet-range-container html .ui-button.ui-state-disabled:hover, .facet-range-container html .ui-button.ui-state-disabled:active {
  border-color: #57B6B1;
}
.facet-range-container .mSpecial {
  width: 100%;
  padding: 0px 4px !important;
  position: relative;
}
.facet-range-container.d-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.facet-range-container.d-flex div {
  font-family: "Outfit", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #232323;
  background: transparent !important;
}
.facet-range-container.d-flex .range {
  font-family: "Outfit", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #000;
}
.facet-range-container.d-flex input {
  border: 0px;
  font-family: "Outfit", sans-serif;
  font-size: 17px;
  font-weight: 400;
  padding-bottom: 2px;
  background: transparent;
  color: #232323;
}
@media (max-width: 1700px) {
  .facet-range-container.d-flex div {
    font-size: 13px;
    line-height: 1;
  }
  .facet-range-container.d-flex .range {
    font-size: 13px;
    line-height: 1;
    color: #000;
  }
  .facet-range-container.d-flex input {
    font-size: 13px;
    line-height: 1;
  }
}

.ui-state-default:focus-visible {
  outline: none !important;
}

.ui-state-focus {
  outline: none !important;
}
.ui-state-focus:focus-visible {
  outline: none !important;
}

.ui-state-active {
  background: #ccc !important;
  outline: none !important;
  border-color: #666 !important;
}
.ui-state-active:focus-visible {
  outline: none !important;
}

#price-range-to {
  width: 58px;
}

.price-range-search {
  width: 40.5%;
  background-color: #f9f9f9;
  border: 1px solid #6e6666;
  min-width: 40%;
  display: inline-block;
  height: 32px;
  border-radius: 5px;
  float: left;
  margin-bottom: 20px;
  font-size: 16px;
}

.price-range-field {
  width: 37px;
  min-width: 20px;
  background-color: #f9f9f9;
  border: 1px solid #6e6666;
  color: black;
  font-family: myFont;
  font: normal 14px Arial, Helvetica, sans-serif;
  border-radius: 5px;
  height: 26px;
  padding: 5px;
}

.search-results-block {
  position: relative;
  display: block;
  clear: both;
}

.btn-remove-group-filters {
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #57B6B1;
  margin-top: -9px;
}
.btn-remove-group-filters:hover {
  color: #000;
}

.product-list-container .artlist.artlist-grid {
  margin-right: -15px;
  margin-left: -15px;
}
.product-list-container .art .artBox {
  margin-bottom: 30px;
}
.product-list-container .artlist-actions.artlist-actions--top {
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.product-list-container .artlist-actions .artlist-action-group .btn-secondary {
  border-color: #454545;
  background: #ffffff;
  padding: 8px 15px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-list-container .artlist-actions .artlist-action-group .btn-secondary em {
  font-size: 15px;
  color: #666666;
  font-weight: 400;
}
.product-list-container .artlist-actions .artlist-action-group .btn-secondary em span {
  font-size: 15px;
  font-weight: 500;
  color: #232323;
}
.product-list-container .artlist-actions .artlist-action-group .btn-secondary i {
  margin-left: 8px;
}
.product-list-container .artlist-actions .artlist-action-group .btn-secondary .fa-caret-down {
  background: url(../images/arrow_down.png) no-repeat center center;
  background-size: 14px;
  width: 14px;
  height: 15px;
}
.product-list-container .artlist-actions .artlist-action-group .btn-secondary .fa-caret-down::before {
  display: none;
}
.product-list-container .artlist-actions .artlist-action-group .artlist-action-group--filtersort {
  padding-bottom: 0px;
}
.product-list-container .artlist-actions .artlist-action-group .artlist-action--sort .mf-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-list-container .artlist-actions .artlist-action-group .artlist-action--sort .mf-dropdown p {
  width: 100px;
  text-align: right;
  margin-bottom: 0;
  padding-right: 10px;
}
.product-list-container .artlist-actions .artlist-action-group.artlist-action-group--page .artlist-action--viewmode {
  display: none;
}
.product-list-container .artlist-actions select {
  height: auto;
  font-size: 16px;
  padding: 6px 10px;
}
@media (max-width: 1440px) {
  .product-list-container .artlist-actions .artlist-action-group .btn-secondary {
    padding: 6px 12px;
  }
  .product-list-container .artlist-actions .artlist-action-group .btn-secondary em {
    font-size: 13px;
    padding: 0px;
  }
  .product-list-container .artlist-actions .artlist-action-group .btn-secondary em span {
    font-size: 13px;
  }
  .product-list-container .artlist-actions .artlist-action-group .btn-secondary i {
    margin-left: 6px;
  }
  .product-list-container .artlist-actions .artlist-action-group .btn-secondary .fa-caret-down {
    background-size: 12px;
    width: 12px;
    height: 13px;
  }
  .product-list-container .artlist-actions select {
    font-size: 14px;
    padding: 5px 8px;
  }
}
@media (max-width: 1366px) {
  .product-list-container .artlist-actions .artlist-action-group .btn-secondary {
    padding: 5px 10px;
  }
  .product-list-container .artlist-actions .artlist-action-group .btn-secondary em {
    font-size: 12px;
  }
  .product-list-container .artlist-actions .artlist-action-group .btn-secondary em span {
    font-size: 12px;
  }
  .product-list-container .artlist-actions .artlist-action-group .btn-secondary .fa-caret-down {
    background-size: 10px;
    width: 10px;
    height: 11px;
  }
  .product-list-container .artlist-actions select {
    height: auto;
    font-size: 13px;
    padding: 5px 7px;
  }
}
@media (max-width: 1199px) {
  .product-list-container .artlist-actions .btn-artlist-action {
    font-weight: 500;
    font-size: 12px;
  }
  .product-list-container .artlist-actions .btn-artlist-action .fa-sort {
    margin-left: 0px;
  }
  .product-list-container .artlist-actions .mf-dropdown {
    min-width: 100px;
  }
  .product-list-container .artlist-actions .artlist-action-group .artlist-action--sort select {
    opacity: 1 !important;
    width: auto !important;
    right: 0px;
  }
}
@media (max-width: 991px) {
  .product-list-container .artlist-action-group {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-list-container .artlist-actions.artlist-actions--top {
    margin-bottom: 15px;
  }
  .product-list-container .artlist-actions .artlist-action-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-list-container .artlist-actions .artlist-action-group .artlist-action.artlist-action--filter {
    max-width: 110px;
  }
  .product-list-container .artlist-actions .artlist-action-group .artlist-action.artlist-action--filter .btn.btn-labeled b {
    top: 1px;
    width: 17px;
    right: 12px;
  }
  .product-list-container .artlist-actions .artlist-action-group .artlist-action.artlist-action--sort {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .product-list-container .artlist-actions .artlist-action-group .artlist-action.artlist-action--sort .mf-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .product-list-container .artlist-actions .artlist-action-group .artlist-action.artlist-action--sort .btn.btn-labeled {
    display: none;
  }
  .product-list-container .artlist-actions .artlist-action-group .artlist-action.artlist-action--sort .btn-secondary {
    padding: 8px 12px;
    font-size: 13px;
  }
  .product-list-container .artlist-actions .artlist-action-group.artlist-action--sort select {
    height: 40px;
  }
  .product-list-container .artlist-actions .btn-warning {
    background: #57B6B1;
    color: #fff;
    padding: 8px 12px;
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .product-list-container .artlist-actions .artlist-action-group {
    margin: 0px !important;
    padding: 0px !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-list-container .artlist-actions .artlist-action-group .artlist-action.artlist-action--filter {
    padding: 0px;
  }
}
@media (max-width: 480px) {
  .product-list-container .artlist-actions .artlist-action-group .artlist-action.artlist-action--filter {
    max-width: 100%;
  }
  .product-list-container .artlist-actions .artlist-action-group .artlist-action.artlist-action--sort {
    max-width: 50%;
  }
  .product-list-container .artlist-actions .artlist-action-group .artlist-action.artlist-action--sort .btn-secondary {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .product-list-container .art {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.addressForm_comman .container {
  padding: 0px;
}
.addressForm_comman .cityInputArea .fullDiv .col {
  padding: 0px;
}
.addressForm_comman .blingcheckbox {
  margin-bottom: 0px !important;
}
.addressForm_comman .billingShippinfAdreesSection {
  margin: 0px 0px 40px 0px;
}
.addressForm_comman .billingShippinfAdreesSection .content-group {
  max-height: 600px;
  margin-right: 10px;
  overflow-y: auto; /* Scrollbar styles for WebKit-based browsers (Chrome, Safari) */
  /* Firefox scrollbar styles */
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
  /* IE and Edge (only for EdgeHTML-based, not Chromium-based Edge) */
}
.addressForm_comman .billingShippinfAdreesSection .content-group::-webkit-scrollbar {
  width: 12px;
}
.addressForm_comman .billingShippinfAdreesSection .content-group::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.addressForm_comman .billingShippinfAdreesSection .content-group::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
  border: 3px solid #f1f1f1;
}
.addressForm_comman .billingShippinfAdreesSection .content-group::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.addressForm_comman .address-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.addressForm_comman .address-list .card {
  margin: 0px 0px 30px 0px;
  padding: 0px;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  max-width: 100%;
  border: none;
  color: #000;
  font-size: 18px;
}
.addressForm_comman .address-list .card:last-child {
  margin-bottom: 0px;
}
.addressForm_comman .address-list .card .mt-3 {
  margin: 0px !important;
}
.addressForm_comman .address-list .card .name {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 22px;
  padding-bottom: 4px !important;
}
.addressForm_comman .address-list .card .address, .addressForm_comman .address-list .card .email {
  padding-bottom: 10px;
}
.addressForm_comman .address-list .card .btn_comman {
  margin-top: 19px;
  padding: 17px 25px 19px 25px;
}
.addressForm_comman .address-list .address-item .address-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.addressForm_comman .address-list .address-item .address-data .checkSelect {
  width: 20px;
  margin-right: 18px;
  position: relative;
}
.addressForm_comman .address-list .address-item .address-data .addressSelect {
  width: calc(100% - 38px);
}
.addressForm_comman .address-list .address-item .address-data .addressSelect .address br {
  display: contents;
  width: 5px;
  position: relative;
  margin-right: 10px;
}
.addressForm_comman .address-list .address-item .address-data .addressSelect .address br::after {
  content: ", ";
  margin-left: 0;
}
.addressForm_comman .address-list .address-item .address-data .addressSelect strong {
  font-weight: 600 !important;
}
.addressForm_comman .boxBillingShipping {
  -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.1490196078);
  background: #ffffff;
}
.addressForm_comman .boxBillingShipping h3 {
  border-bottom: #C0C0C0 solid 1px;
  padding: 20px 35px;
  font-size: 30px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
  font-family: "Marcellus", serif;
  margin: 0px;
}
.addressForm_comman .boxBillingShipping .content-group {
  padding: 40px 35px;
}
.addressForm_comman .boxBillingShipping .inputcheckbox {
  position: relative;
  top: 6px;
}
.addressForm_comman .boxBillingShipping .inputcheckbox input[type=radio] {
  position: absolute;
  left: 0px;
  z-index: 2;
  opacity: 0;
  width: 21px;
  height: 21px;
  cursor: pointer;
}
.addressForm_comman .boxBillingShipping .inputcheckbox input[type=radio] + .bgcheckbox {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  background: url(../images/checkbox2.png) no-repeat left top;
  width: 21px;
  height: 21px;
  cursor: pointer;
}
.addressForm_comman .boxBillingShipping .inputcheckbox input[type=radio]:checked + .bgcheckbox {
  background-position: 0px -21px;
}
@media (max-width: 1700px) {
  .addressForm_comman .boxBillingShipping h3 {
    padding: 20px 35px;
    font-size: 26px;
  }
  .addressForm_comman .boxBillingShipping .content-group {
    padding: 30px 35px;
  }
}
@media (max-width: 1600px) {
  .addressForm_comman .boxBillingShipping .inputcheckbox input[type=radio] + .bgcheckbox {
    top: -4px;
  }
}
@media (max-width: 1440px) {
  .addressForm_comman .boxBillingShipping .checkboxsection input[type=checkbox] + input + label::before {
    top: 0px;
  }
}
@media (max-width: 1366px) {
  .addressForm_comman .boxBillingShipping h3 {
    font-size: 22px;
  }
  .addressForm_comman .boxBillingShipping .inputcheckbox input[type=radio] + .bgcheckbox {
    width: 18px;
    height: 18px;
    background-size: 18px auto;
  }
  .addressForm_comman .boxBillingShipping .inputcheckbox input[type=radio]:checked + .bgcheckbox {
    background-position: 0px -18px;
  }
}
@media (max-width: 1199px) {
  .addressForm_comman .boxBillingShipping h3 {
    padding: 12px 15px;
    font-size: 20px;
  }
  .addressForm_comman .boxBillingShipping .content-group {
    padding: 12px 25px;
  }
  .addressForm_comman .boxBillingShipping .inputcheckbox input[type=radio] + .bgcheckbox {
    width: 18px;
    height: 18px;
    background-size: 18px auto;
  }
  .addressForm_comman .boxBillingShipping .inputcheckbox input[type=radio]:checked + .bgcheckbox {
    background-position: 0px -18px;
  }
}
.addressForm_comman .otherAdrresAdd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}
.addressForm_comman .otherAdrresAdd .inputcheckbox {
  width: 20px;
  margin-right: 18px;
  position: relative;
  top: 6px;
  top: 3px;
}
.addressForm_comman .otherAdrresAdd .inputcheckbox input[type=radio] {
  position: absolute;
  left: 0px;
  z-index: 2;
  opacity: 0;
  width: 21px;
  height: 21px;
  cursor: pointer;
}
.addressForm_comman .otherAdrresAdd .inputcheckbox input[type=radio] + .bgcheckbox {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  background: url(../images/checkbox2.png) no-repeat left top;
  width: 21px;
  height: 21px;
  cursor: pointer;
}
.addressForm_comman .otherAdrresAdd .inputcheckbox input[type=radio]:checked + .bgcheckbox {
  background-position: 0px -21px;
}
@media (max-width: 1700px) {
  .addressForm_comman .otherAdrresAdd .inputcheckbox {
    top: 0px;
  }
}
@media (max-width: 1366px) {
  .addressForm_comman .otherAdrresAdd .inputcheckbox input[type=radio] + .bgcheckbox {
    width: 18px;
    height: 18px;
    background-size: 18px auto;
  }
  .addressForm_comman .otherAdrresAdd .inputcheckbox input[type=radio]:checked + .bgcheckbox {
    background-position: 0px -18px;
  }
}
.addressForm_comman .otherAdrresAdd label {
  width: calc(100% - 38px);
  text-transform: capitalize;
  margin: 0px;
  color: #000;
}
@media (max-width: 991px) {
  .addressForm_comman .otherAdrresAdd label {
    font-weight: 600;
  }
}
.addressForm_comman .billingShippingForm .h2 {
  padding-left: 15px;
  padding-right: 15px;
}
.addressForm_comman .billingShippingForm .commanForm .form-horizontal {
  margin-left: -15px;
  margin-right: -15px;
}
.addressForm_comman .billingShippingForm .commanForm .checkboxsection input[type=checkbox] + input + label::before {
  top: 3px;
}
.addressForm_comman .billingShippingForm .form-horizontal {
  margin-top: 0px;
}
@media (max-width: 1700px) {
  .addressForm_comman .billingShippingForm .commanForm .checkboxsection input[type=checkbox] + input + label::before {
    top: 0px;
  }
}
@media (max-width: 1199px) {
  .addressForm_comman .billingShippingForm .commanForm .col-form-label {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .addressForm_comman .billingShippingForm .commanForm .form-horizontal {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.addressForm_comman .form-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.addressForm_comman .form-horizontal .row {
  width: 50%;
  margin-left: 0px;
  margin-right: 0px;
}
.addressForm_comman .form-horizontal .row.fulldiv, .addressForm_comman .form-horizontal .row.full_row, .addressForm_comman .form-horizontal .row:nth-child(6), .addressForm_comman .form-horizontal .row:nth-child(7) {
  width: 100%;
}
.addressForm_comman .form-horizontal .col-form-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.addressForm_comman .form-horizontal .col-sm-9, .addressForm_comman .form-horizontal .col-md-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.addressForm_comman .form-horizontal .form-control {
  width: 100% !important;
  border: 0px !important;
}
.addressForm_comman .form-horizontal .form-control.codenumber {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.addressForm_comman .form-horizontal .addressInput textarea.form-control {
  height: 100px;
}
.addressForm_comman .form-horizontal .row.cityInputArea .fullDiv .row {
  width: 100%;
}
.addressForm_comman .form-horizontal .checkboxsection label {
  text-transform: capitalize;
}
.addressForm_comman .form-horizontal .checkboxsection input[type=checkbox] + input + label::before {
  top: 3px;
}
.addressForm_comman .form-horizontal .select2-container--bootstrap .select2-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.addressForm_comman .form-horizontal .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  border: none;
  background: none;
}
.addressForm_comman .form-horizontal hr {
  display: none;
}
.addressForm_comman .form-horizontal .form-check {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 26px;
}
.addressForm_comman .form-horizontal .form-check .checkboxbg {
  position: absolute;
  width: 21px;
  height: 21px;
  z-index: 1;
  left: 0px;
  top: 2px;
}
.addressForm_comman .form-horizontal .form-check input[type=checkbox]:not(old), .addressForm_comman .form-horizontal .form-check input[type=radio]:not(old) {
  width: 21px;
  height: 21px;
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 2px;
  margin: 0px;
  z-index: 2;
}
.addressForm_comman .form-horizontal .form-check input[type=checkbox]:not(old) + input + .checkboxbg, .addressForm_comman .form-horizontal .form-check input[type=checkbox]:not(old) + .checkboxbg {
  background: url(../Content/images/checkbox2.png) no-repeat left top;
}
.addressForm_comman .form-horizontal .form-check input[type=radio]:not(old) + .checkboxbg {
  background: url(../Content/images/rediobox.png) no-repeat left top;
}
.addressForm_comman .form-horizontal .form-check input[type=checkbox]:not(old):checked + input + .checkboxbg, .addressForm_comman .form-horizontal .form-check input[type=checkbox]:not(old):checked + .checkboxbg {
  background-position: left -21px;
}
.addressForm_comman .form-horizontal .form-check input[type=radio]:not(old):checked + .checkboxbg {
  background-position: left -21px;
}
.addressForm_comman .field-validation-error {
  position: absolute;
  left: 17px;
  bottom: -22px;
}
.addressForm_comman .buttons .btn {
  margin-right: 30px;
}
.addressForm_comman .buttons .btn:last-child {
  margin-right: 0px;
}
.addressForm_comman .guest_Address .col-lg-8 {
  margin: 0 auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}
@media (max-width: 575px) {
  .addressForm_comman .guest_Address .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95%;
            flex: 0 0 95%;
    max-width: 95%;
  }
}
@media (max-width: 1700px) {
  .addressForm_comman .address-list .card {
    font-size: 17px;
  }
  .addressForm_comman .address-list .card .name {
    font-size: 20px;
    padding-bottom: 1px !important;
  }
}
@media (max-width: 1600px) {
  .addressForm_comman .address-list .card {
    font-size: 16px;
  }
  .addressForm_comman .address-list .card .name {
    font-size: 17px;
  }
  .addressForm_comman .form-horizontal {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .addressForm_comman .otherAdrresAdd .inputcheckbox {
    margin-right: 13px;
  }
  .addressForm_comman .otherAdrresAdd label {
    font-weight: 500;
  }
  .addressForm_comman .form-horizontal {
    font-size: 15px;
  }
}
@media (max-width: 1366px) {
  .addressForm_comman .address-list .card {
    font-size: 15px;
  }
  .addressForm_comman .address-list .card .name {
    font-size: 16px;
  }
  .addressForm_comman .address-list .address-item .address-data .checkSelect {
    margin-right: 12px;
    width: 18px;
  }
  .addressForm_comman .address-list .address-item .address-data .addressSelect {
    width: calc(100% - 30px);
  }
  .addressForm_comman .form-horizontal {
    margin: 30px 0px 0px 0px;
    font-size: 13px;
  }
  .addressForm_comman fieldset.content-group {
    margin: 0px;
  }
}
@media (max-width: 1199px) {
  .addressForm_comman .address-list .card {
    font-size: 14px;
    margin: 0px 0px 25px 0px;
  }
  .addressForm_comman .address-list .card .name {
    font-size: 15px;
  }
  .addressForm_comman .form-horizontal {
    font-size: 12px;
    font-weight: 500;
  }
  .addressForm_comman .billingShippinfAdreesSection .content-group {
    max-height: 332px;
  }
  .addressForm_comman .blingcheckbox {
    margin-bottom: 30px !important;
  }
  .addressForm_comman .boxBillingShipping {
    margin-bottom: 18px;
  }
}
@media (max-width: 991px) {
  .addressForm_comman .billingShippinfAdreesSection {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .addressForm_comman .address-list {
    margin: 0px !important;
  }
  .addressForm_comman .address-list .card {
    margin-bottom: 26px;
  }
  .addressForm_comman .address-list .address-item .address-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .addressForm_comman .address-list .address-item .address-data .checkSelect {
    height: 30px;
  }
  .addressForm_comman .address-list .address-item .address-data .addressSelect {
    width: 100%;
  }
  .addressForm_comman .checkout-data .buttons {
    padding-left: 0;
  }
  .addressForm_comman .form-horizontal .row {
    width: 100%;
  }
  .addressForm_comman .form-horizontal .row .col-sm-9, .addressForm_comman .form-horizontal .row .col-sm-3, .addressForm_comman .form-horizontal .row .col-md-9, .addressForm_comman .form-horizontal .row .col-md-3, .addressForm_comman .form-horizontal .row .col-sm-12, .addressForm_comman .form-horizontal .row .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .addressForm_comman .form-horizontal .field-validation-error {
    left: 0px;
    bottom: -19px;
  }
  .addressForm_comman .otherAdrresAdd .inputcheckbox {
    margin-right: 8px;
  }
  .addressForm_comman .otherAdrresAdd .inputcheckbox input[type=radio] + .bgcheckbox {
    top: 1px;
  }
  .addressForm_comman .otherAdrresAdd label {
    font-size: 14px;
  }
  .addressForm_comman .boxBillingShipping .content-group {
    padding: 12px 15px;
  }
}
@media (max-width: 575px) {
  .addressForm_comman .buttons {
    width: 100%;
  }
  .addressForm_comman .buttons .btn {
    min-width: 1px;
    width: 48%;
  }
  .addressForm_comman .address-list .card {
    margin: 0px 0px 26px;
  }
}
@media (max-width: 400px) {
  .addressForm_comman .buttons .btn {
    margin-right: 0px;
  }
}

#terms-of-service-consent-box {
  border: 0px;
}
#terms-of-service-consent-box .form-check {
  position: relative;
  padding-left: 32px;
}
#terms-of-service-consent-box .form-check .form-check-input {
  margin-top: 0px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 2px;
  margin: 0px;
  width: 21px;
  height: 21px;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
#terms-of-service-consent-box .form-check input[type=checkbox].form-check-input + .form-check-label::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 2px;
  width: 21px;
  height: 21px;
  border: #D9D9D9 solid 0px;
  border-radius: 0px;
  background: url(../images/checkbox2.png) no-repeat left top #fff;
  cursor: pointer;
}
#terms-of-service-consent-box .form-check input[type=checkbox].form-check-input:checked + .form-check-label::before {
  border-color: #D9D9D9 solid 0px;
  background-position: 0px -21px;
}

.checkout_comman .btn-danger {
  border: none !important;
}
.checkout_comman .card {
  border-radius: 10px;
  padding: 0;
}
.checkout_comman .card.order-review-data-box {
  border: 1px solid #C0C0C0;
}
.checkout_comman .card .billinginfo > .row, .checkout_comman .card .shippinginfo > .row {
  margin: 0px;
  padding: 20px 30px 0px 35px !important;
}
.checkout_comman .card .billinginfo .addreesTitle, .checkout_comman .card .shippinginfo .addreesTitle {
  padding: 0px !important;
  margin-right: 30px !important;
}
@media (max-width: 1440px) {
  .checkout_comman .card .billinginfo .heading .heading-title, .checkout_comman .card .shippinginfo .heading .heading-title {
    font-size: 26px !important;
  }
}
.checkout_comman .heading .heading-title {
  font-size: 18px;
  font-weight: 700 !important;
  padding-bottom: 0px !important;
}
.checkout_comman .email span:first-child, .checkout_comman .phone span:first-child {
  font-weight: 700;
}
.checkout_comman .billinginfo .btn, .checkout_comman .shippinginfo .btn {
  min-width: 1px !important;
  font-size: 12px !important;
  padding: 5px 10px !important;
}
.checkout_comman .cart-buttons.two_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
}
.checkout_comman .cart-buttons.two_button div {
  margin-right: 30px;
}
.checkout_comman .cart-buttons.two_button div:div {
  margin-right: 0px;
}
@media (max-width: 575px) {
  .checkout_comman .cart-buttons.two_button {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: 100%;
  }
  .checkout_comman .cart-buttons.two_button .btn {
    min-width: 1px;
  }
  .checkout_comman .cart-buttons.two_button div {
    min-width: 1px;
    width: 48%;
  }
}
@media (max-width: 400px) {
  .checkout_comman .cart-buttons.two_button div {
    margin-right: 0px;
  }
}
.checkout_comman .form-control, .checkout_comman .select2-container--bootstrap .select2-selection {
  background: #F2F2F2;
  border-radius: 10px;
  height: 60px;
  border: transparent solid 1px;
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.checkout_comman .form-control:hover, .checkout_comman .form-control:focus, .checkout_comman .select2-container--bootstrap .select2-selection:hover, .checkout_comman .select2-container--bootstrap .select2-selection:focus {
  border-color: #ddd;
}
@media (max-width: 1366px) {
  .checkout_comman .heading .heading-title {
    font-size: 16px;
  }
  .checkout_comman .form-control {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .checkout_comman .billinginfo, .checkout_comman .shippinginfo {
    min-width: 100%;
    border-bottom: #ddd solid 1px;
    margin-bottom: 20px !important;
    padding-bottom: 20px;
  }
  .checkout_comman .order-review-data-box .col-md-8, .checkout_comman .order-review-data-box .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .checkout_comman .order-review-data-box .col-md-4 p {
    padding-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .checkout_comman #terms-of-service-consent-box .card-body {
    padding: 12px 10px;
  }
  .checkout_comman .comment-box .h5 {
    font-size: 14px;
  }
  .checkout_comman .form-control {
    font-size: 14px;
  }
  .checkout_comman .card {
    border-radius: 10px;
  }
}
@media (max-width: 480px) {
  .checkout_comman .comment-box .card-body {
    padding: 10px 12px;
  }
}
@media (max-width: 399px) {
  .checkout_comman .cart-buttons {
    text-align: center;
  }
  .checkout_comman .cart-buttons .text-right {
    text-align: center !important;
  }
  .checkout_comman .cart-buttons .btn {
    width: 100%;
    max-width: 220px;
    margin: 7px auto;
  }
}

.checkout-confirm-page .bgnone #confirm-order-form {
  background: transparent;
  padding: 0;
  border-radius: 10px;
}
.checkout-confirm-page .bgnone #confirm-order-form #terms-of-service-consent-box {
  background: transparent;
}
.checkout-confirm-page .bgnone #confirm-order-form #terms-of-service-consent-box .card-body {
  padding: 0px;
}
.checkout-confirm-page #confirm-order-form {
  background: #F6F6F6;
  padding: 30px;
  margin-bottom: 60px;
}
.checkout-confirm-page #confirm-order-form .payment-methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -20px;
  max-width: 800px;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item {
  background: none;
  border: none;
  padding: 20px 40px 20px 20px;
  margin-bottom: 20px;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  color: #000;
  border: #57B6B1 solid 1px;
  width: 100%;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1215686275);
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(2) .form-check, .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(1) .form-check {
  width: 100%;
  display: block !important;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(2) .cardimg, .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(1) .cardimg {
  margin-left: 30px;
  display: block;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(3) .form-check-label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_0 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_2 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_2 img {
  max-width: 71px;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_3 .opt-name {
  margin-left: 10px;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_3 .form-check {
  width: 100%;
  margin: 0;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_3 .form-check-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item::before {
  display: none !important;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check-label {
  width: 100%;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 0px;
  margin: 0px !important;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check-input {
  margin-top: 0px;
  position: absolute;
  left: 0;
  top: 2px;
  margin: 0px;
  width: 20px;
  height: 20px;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check input[type=radio] {
  display: none;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding-left: 35px;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  left: 0;
  top: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check input[type=radio]:checked + label:before {
  border-color: green;
  background-color: green;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check input[type=radio]:checked + label:after {
  content: "✔";
  color: white;
  font-size: 12px;
  position: absolute;
  left: 5px;
  top: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check label span {
  margin-left: 10px;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check-label {
  position: relative;
  padding-left: 30px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .opt-name {
  margin-left: 0px !important;
  font-size: 18px;
  color: #000;
  text-transform: capitalize;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .cardimg {
  display: none;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .payment-method-description {
  margin-top: 0px;
  margin-left: 30px;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .payment-method-description p {
  padding-top: 3px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 300;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-info.payment-method-info {
  display: none;
}
@media (max-width: 1440px) {
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .opt-name {
    font-size: 16px;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(2) .cardimg {
    margin-left: 20px;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(2) .cardimg img {
    max-height: 22px;
  }
}
@media (max-width: 1366px) {
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item {
    padding: 15px 15px 15px 20px;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(2) .cardimg img {
    max-height: 20px;
  }
}
@media (max-width: 1199px) {
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(2) .cardimg img {
    max-height: 18px;
  }
}
@media (max-width: 991px) {
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item {
    padding: 15px 40px 15px 20px;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(2) .cardimg {
    margin-left: 20px;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(2) .cardimg img {
    max-height: 22px;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .payment-method-description {
    margin-left: 30px;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .payment-method-description p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .opt-name {
    font-size: 15px;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .form-check-label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check label .cardimg {
    margin: 10px 0px 0px 0px;
  }
}
@media (max-width: 480px) {
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item {
    padding: 15px;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(2) .cardimg {
    margin-left: 9px;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(2) .cardimg img {
    max-height: 18px;
  }
}
@media (max-width: 400px) {
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item {
    padding: 12px;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(2) {
    padding-right: 12px;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check-label {
    padding-left: 26px;
  }
}
@media (max-width: 400px) {
  .checkout-confirm-page #confirm-order-form {
    padding: 30px 15px;
  }
}

.checkout-confirm-page .tabbyPaymentFlex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-confirm-page .tabbyPaymentFlex button {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0);
  border: 0px;
  z-index: 11;
  position: relative;
  cursor: pointer;
}

.checkout-confirm-page .tabbyPaymentFlex button i {
  position: relative;
  z-index: -1;
  cursor: pointer;
}

.checkout-completed-page {
  max-width: 1180px;
  margin: 0px auto;
  text-align: center;
  background: #EBF8FF;
  padding: 70px 10px 70px 10px;
}
.checkout-completed-page .heading-title {
  font-size: 50px !important;
  margin: 0px;
  padding: 0px 0px 25px 0px;
  font-weight: 500 !important;
  font-family: "Marcellus", serif;
}
.checkout-completed-page h3 {
  font-size: 36px;
  font-weight: 500 !important;
  color: #666666;
  margin: 0px;
  padding: 0px 0px 4px 0px;
  font-family: "Marcellus", serif;
}
.checkout-completed-page p {
  margin: 0px;
  padding: 0px;
}
.checkout-completed-page .order-completed p {
  font-size: 20px;
  font-weight: 400 !important;
  color: #232323;
  padding: 5px 0px;
}
.checkout-completed-page .order-completed .transactionText {
  color: #000;
}
.checkout-completed-page .order-completed a {
  color: inherit;
}
.checkout-completed-page .order-completed a strong {
  color: inherit;
  font-weight: inherit;
}
.checkout-completed-page .two_button1 {
  padding-top: 40px !important;
}
.checkout-completed-page .two_button1 .btn_comman {
  margin-right: 15px;
}
.checkout-completed-page .two_button1 .btn_comman:last-child {
  margin-right: 0px;
}
.checkout-completed-page .checkout-data {
  padding-top: 20px !important;
}
@media (max-width: 1440px) {
  .checkout-completed-page .heading-title {
    font-size: 40px !important;
  }
  .checkout-completed-page h3 {
    font-size: 32px;
  }
  .checkout-completed-page .order-completed p {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .checkout-completed-page {
    padding: 50px 10px 50px 10px;
  }
  .checkout-completed-page h3 {
    font-size: 28px;
  }
  .checkout-completed-page .two_button1 {
    padding-top: 30px !important;
  }
}
@media (max-width: 1199px) {
  .checkout-completed-page .heading-title {
    font-size: 28px;
    padding-bottom: 22px;
  }
  .checkout-completed-page h3 {
    font-size: 22px;
  }
  .checkout-completed-page .order-completed p {
    font-size: 14px;
  }
  .checkout-completed-page .two_button1 {
    padding-top: 25px !important;
  }
}
@media (max-width: 767px) {
  .checkout-completed-page .heading-title {
    font-size: 24px;
    padding-bottom: 18px;
  }
  .checkout-completed-page h3 {
    font-size: 18px;
  }
  .checkout-completed-page .two_button1 {
    padding-top: 20px !important;
  }
}
@media (max-width: 575px) {
  .checkout-completed-page {
    padding: 30px 15px 30px 15px;
  }
  .checkout-completed-page .heading {
    margin: 0px !important;
  }
  .checkout-completed-page .heading-title {
    font-size: 24px;
    padding-bottom: 18px;
    line-height: 1;
  }
  .checkout-completed-page h3 {
    font-size: 18px;
  }
  .checkout-completed-page .two_button1 {
    padding-top: 25px;
  }
  .checkout-completed-page .two_button1 .btn {
    min-width: 1px;
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  .checkout-completed-page .heading-title {
    font-size: 20px;
    font-weight: 600 !important;
  }
  .checkout-completed-page h3 {
    font-size: 17px;
  }
  .checkout-completed-page .two_button1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .checkout-completed-page .two_button1 .btn {
    margin-right: 0px;
    width: 48%;
    font-size: 13px;
  }
}
@media (max-width: 360px) {
  .checkout-completed-page .two_button1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .checkout-completed-page .two_button1 .btn {
    margin-right: 0px;
    width: 100%;
    font-size: 13px;
    margin-bottom: 15px;
  }
  .checkout-completed-page .two_button1 .btn:last-child {
    margin-bottom: 0px;
  }
}

#footer {
  background: #F0F0F0;
  border: 0px;
  padding-top: 0px;
  font-family: "Outfit", sans-serif;
  color: #F0F0F0;
}
#footer a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  padding: 5px 0px;
  font-family: "Outfit", sans-serif;
  margin-bottom: 5px;
}
#footer a:hover span {
  color: #57B6B1;
}
#footer a:hover {
  color: #57B6B1;
}
#footer a span {
  position: relative;
}
@media (max-width: 1440px) {
  #footer a {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  #footer a {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
  }
}
#footer .sm-gutters > .col, #footer .sm-gutters > [class*=col-] {
  padding-left: 25px;
  padding-right: 25px;
}
#footer .sm-gutters {
  margin-right: -25px;
  margin-left: -25px;
}
#footer.footer-light a.footer-link, #footer.footer-light a.menu-link {
  color: #000;
}
#footer .newsLetter {
  padding-top: 30px;
}
#footer .newsLetter .footer-newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .newsLetter .footer-newsletter .footer-title {
  margin-bottom: 0px !important;
}
#footer .newsLetter #footer-newsletter {
  width: 100%;
}
#footer .newsLetter .SearchBoxComman {
  margin-bottom: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#footer .newsLetter .SearchBoxComman .btnSerach .btn_black {
  background: #000;
  color: #fff;
  padding: 10px 27px;
  text-decoration: none !important;
  border-radius: 10px;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  margin: 5px;
}
#footer .newsLetter .SearchBoxComman .form-control {
  border-radius: 10px !important;
  padding: 13px 20px !important;
  min-width: 100%;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  #footer .newsLetter {
    max-width: 500px;
    margin: 0 auto;
  }
  #footer .newsLetter .footer-newsletter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#footer .footer-main-wrapper {
  padding: 0px !important;
}
#footer .footer-main-wrapper .footer-main {
  padding: 50px 0px;
}
#footer .footer-main-wrapper .alignRow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .footerLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #858585;
  padding: 20px 0;
  position: relative;
}
#footer .footerLogo::after {
  contain: "";
  position: absolute;
  z-index: 1;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #1F2024 solid 1px;
}
#footer .footerLogo img {
  max-width: 205px;
  display: block;
  margin: 0px auto;
}
#footer .footer-title {
  font-family: "Marcellus", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #134372;
  padding-bottom: 15px;
}
#footer .footerLinks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .footerLinks ul li {
  width: 50%;
}
#footer .footerLinks.infoLinks ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
#footer .footerLinks .part3 ul li {
  width: 33.33%;
}
#footer .infoLinks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .infoLinks ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
#footer .socialAndpayment .footer-social-wrapper {
  padding: 0px;
}
#footer .socialAndpayment .paymentOptions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .socialAndpayment .paymentOptions a {
  padding: 0 3px;
}
#footer .socialAndpayment .paymentOptions img {
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575px) {
  #footer .socialAndpayment .paymentOptions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#footer .socialAndpayment.flxSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #footer .socialAndpayment .footer-title {
    display: none;
  }
  #footer .socialAndpayment.flxSocial {
    margin: 30px 0;
  }
}
@media (max-width: 575px) {
  #footer .socialAndpayment.flxSocial {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #footer .socialAndpayment.flxSocial > div {
    margin: 5px 0px;
  }
}
#footer .footer-social-wrapper .footer-social .btn-social {
  background: none;
  margin: 0px 10px 0px 0px;
}
#footer .footer-social-wrapper .footer-social .btn-social:last-child {
  margin-right: 0px;
}
#footer .footer-social-wrapper .footer-social .btn-social i {
  font-size: 30px;
}
#footer .footer-social-wrapper .footer-social .btn-social.btn-brand-pinterest-p {
  display: none;
}
@media (max-width: 1440px) {
  #footer .footer-social-wrapper .footer-social .btn-social i {
    font-size: 24px;
  }
}
#footer .contactdetail p {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 5px 0px;
  font-family: "Outfit", sans-serif;
  margin-bottom: 5px;
  padding-left: 40px;
  margin: 0px;
  position: relative;
  margin-bottom: 10px;
}
#footer .contactdetail p span {
  font-size: 22px;
  position: absolute;
  left: 0px;
  color: #134372;
}
#footer .contactdetail p:last-child {
  padding-bottom: 0px;
}
@media (max-width: 1440px) {
  #footer .contactdetail p {
    font-size: 16px;
    line-height: 20px;
  }
}
#footer .footer-bottom-wrapper {
  background: none;
  border-top: 1px solid #494949;
}
#footer .footer-bottom-wrapper .footer-bottom {
  padding: 15px 0px;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
}
#footer .footer-bottom-wrapper .footer-bottom .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .footer-bottom-wrapper .footer-bottom .designedby {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .footer-bottom-wrapper .footer-bottom .designedby a {
  margin: 0;
  padding: 0;
}
#footer .footer-bottom-wrapper .footer-bottom .designedby img {
  max-width: 100%;
  margin-left: 8px;
}
@media (max-width: 1700px) {
  #footer .footerLinks ul li {
    font-size: 18px;
  }
  #footer .footer-bottom-wrapper .footer-bottom {
    font-size: 18px;
    line-height: 18px;
    padding: 13px 0px;
  }
}
@media (max-width: 1600px) {
  #footer {
    padding-top: 0px;
  }
  #footer .footerLogo {
    padding: 30px 0px;
  }
  #footer .footerLogo img {
    max-width: 180px;
  }
  #footer .footer-title {
    font-size: 26px;
    line-height: 28px;
  }
  #footer .footerLinks ul li {
    font-size: 16px;
  }
  #footer .footer-bottom-wrapper .footer-bottom {
    font-size: 16px;
    line-height: 16px;
    padding: 11px 0px;
  }
}
@media (max-width: 1440px) {
  #footer .sm-gutters > .col, #footer .sm-gutters > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
  #footer .sm-gutters {
    margin-right: -15px;
    margin-left: -15px;
  }
  #footer .footerLogo {
    padding: 15px 0px;
  }
  #footer .footerLogo img {
    max-width: 140px;
  }
  #footer .footer-title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 12px;
  }
}
@media (max-width: 1366px) {
  #footer {
    padding-top: 0px;
  }
  #footer .SearchBoxComman {
    margin-bottom: 18px;
  }
  #footer .SearchBoxComman .btnSerach .btn_black {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #footer .footerLogo {
    padding: 15px 0px;
  }
  #footer .footerLogo img {
    max-width: 140px;
  }
  #footer .footerLinks ul li {
    font-size: 15px;
  }
  #footer .SearchBoxComman {
    margin-bottom: 24px;
  }
  #footer .footer-bottom-wrapper .footer-bottom {
    font-size: 14px;
    line-height: 14px;
    padding: 11px 0px;
  }
  #footer .footer-bottom-wrapper .footer-bottom .designedby img {
    max-width: 22px;
    margin-left: 6px;
  }
}
@media (max-width: 1199px) {
  #footer .footerLogo {
    padding: 25px 0px;
  }
  #footer .footerLogo img {
    max-width: 160px;
  }
  #footer .footer-title {
    font-size: 20px;
    line-height: 20px;
  }
  #footer .footerLinks ul li {
    font-size: 14px;
  }
  #footer .newsLetter .SearchBoxComman .form-control {
    min-width: 350px;
  }
  #footer .contactdetail p {
    font-size: 14px;
    padding-left: 26px;
    margin: 0;
  }
  #footer .contactdetail p span {
    font-size: 16px;
  }
  #footer .footer-bottom-wrapper .footer-bottom {
    font-size: 13px;
    line-height: 13px;
    padding: 9px 0px;
  }
  #footer .footer-bottom-wrapper .footer-bottom .row {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer .footer-main-wrapper .footer-main .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
  #footer .footer-main-wrapper .footer-main .col-md-4.full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
  #footer .footer-main-wrapper .footer-main .col-md-4 .last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #footer .footer-main-wrapper .footer-main .footerLinks li {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  #footer .newsLetter .footer-newsletter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #footer .newsLetter .footer-newsletter .footer-title {
    margin-bottom: 20px !important;
  }
  #footer .footer-main-wrapper .footer-social .btn-social {
    width: 22px !important;
  }
  #footer .footer-main-wrapper .footer-social .btn-social i {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #footer br {
    display: none;
  }
  #footer .newsLetter {
    padding-bottom: 0px !important;
  }
  #footer .newsLetter .footer-newsletter {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #footer .newsLetter .footer-newsletter .footer-title {
    border: 0;
    margin-top: 0px;
  }
  #footer .newsLetter .SearchBoxComman .form-control {
    min-width: 250px;
  }
  #footer .newsLetter .SearchBoxComman .btnSerach .btn_black {
    padding: 12px 45px;
    font-size: 16px;
  }
  #footer .footer-main, #footer .footer-bottom {
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    max-width: 540px !important;
  }
  #footer .footerLogo {
    padding: 20px 0px;
  }
  #footer .footerLogo img {
    max-width: 145px;
  }
  #footer .footer-title {
    margin-top: 25px;
    padding-top: 25px;
    font-size: 20px;
    margin-bottom: 12px;
    border-top: solid 1px rgba(255, 255, 255, 0.09);
  }
  #footer .footer-title.first {
    margin-top: 0px;
    padding-top: 0px;
    border: none;
  }
  #footer ul.list-unstyled {
    margin-bottom: -6px !important;
    margin-top: -3px;
  }
  #footer .footerLinks ul li {
    font-size: 16px;
  }
  #footer .footer-main-wrapper {
    border: 0px;
  }
  #footer .footer-main-wrapper .footer-main {
    padding-top: 0px !important;
  }
  #footer .footer-main-wrapper .footer-main .last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #footer .footer-main-wrapper .footerConactUs {
    width: 100%;
  }
  #footer .footer-main-wrapper .footer-social-wrapper .footer-social .btn-social {
    margin-right: 12px;
    width: 30px !important;
  }
  #footer .footer-bottom-wrapper .footer-bottom .sm-gutters > .col {
    padding: 0px;
  }
}
@media (max-width: 480px) {
  #footer .footerLogo {
    padding: 16px 0px;
  }
  #footer .footerLogo img {
    max-width: 136px;
  }
  #footer ul.list-unstyled {
    margin-bottom: 0px !important;
    margin-top: -3px;
  }
  #footer .footer-main-wrapper .footer-main .last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #footer .footer-bottom-wrapper .footer-bottom .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer .footer-bottom-wrapper .footer-bottom .sm-gutters > .col {
    min-height: auto;
    text-align: center;
    padding-bottom: 7px;
  }
  #footer .footer-bottom-wrapper .footer-bottom .designedby {
    opacity: 0.52;
  }
  #footer .newsLetter .SearchBoxComman {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #footer .newsLetter .SearchBoxComman .form-control {
    min-width: inherit;
  }
  #footer .newsLetter .SearchBoxComman .btnSerach {
    margin-left: 0px;
  }
}
@media (max-width: 360px) {
  #footer .footer-title {
    font-size: 20px;
    display: block;
    width: 100%;
    padding-bottom: 0px;
  }
  #footer .footerLinks ul li {
    font-size: 16px;
  }
  #footer .footerLinks .part3 ul li {
    width: 50%;
  }
  #footer .footer-main-wrapper .contactdetail p {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  #footer .footer-title {
    font-size: 19px;
  }
  #footer .footerLinks ul li {
    font-size: 15px;
  }
  #footer .footer-main-wrapper .contactdetail p {
    font-size: 15px;
  }
}

#scroll-top {
  background: #f0f0f0;
}
#scroll-top:hover {
  background: #57B6B1;
}

.nav-tabs-line .nav-link.active:before, .nav-tabs-line .nav-link.active:focus:before, .nav-tabs-line .nav-item.open .nav-link:before, .nav-tabs-line .nav-item.open .nav-link:focus:before {
  background: #57B6B1;
}

.nav-tabs-line .nav-link {
  font-size: 18px;
  text-align: left;
}

.offcanvas-menu-body {
  -webkit-box-flex: inherit !important;
      -ms-flex-positive: inherit !important;
          flex-grow: inherit !important;
}

.offcanvas-content .brand li {
  padding: 0px 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.offcanvas-content .brand li a {
  padding: 15px 0px;
  display: block;
  font-size: 16px;
  color: #393f46;
}
.offcanvas-content .brand li:hover a {
  color: #57B6B1;
}

#offcanvas-menu .menubar-link .ocm-link, #offcanvas-menu .ocm-item .ocm-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#offcanvas-menu .menubar-link .ocm-link i, #offcanvas-menu .ocm-item .ocm-link i {
  margin-right: 5px;
}

#offcanvas-menu .menubar-link.selected:before, #offcanvas-menu .menubar-link.expanded:before, #offcanvas-menu .ocm-item.selected:before, #offcanvas-menu .ocm-item.expanded:before {
  background: #57B6B1;
}

.touchevents .slick-arrow {
  display: block !important;
}

@media (max-width: 1700px) {
  .hd2, .heading .heading-title {
    font-size: 40px;
    line-height: 41px;
  }
}
@media (max-width: 1600px) {
  .hd2, .heading .heading-title {
    font-size: 38px;
    line-height: 39px;
  }
}
@media (max-width: 1440px) {
  .hd2, .heading .heading-title {
    font-size: 34px;
    line-height: 34px;
  }
}
@media (max-width: 1366px) {
  .hd2, .heading .heading-title {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .hd2, .heading .heading-title {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 400px), (min-width: 768px) and (max-width: 1199px) {
  .row.pd-offer-actions .pd-offer-action-qty {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    max-width: 136px;
    min-width: 136px;
  }
}
@media (max-width: 991px) {
  .hmProduct_section2, .hmProduct_section3, .giftImgSection {
    margin-bottom: -30px;
  }
  .hmProduct_section2 .col-lg-6 .imgboxComman, .hmProduct_section2 .row .imgboxComman, .hmProduct_section3 .col-lg-6 .imgboxComman, .hmProduct_section3 .row .imgboxComman, .giftImgSection .col-lg-6 .imgboxComman, .giftImgSection .row .imgboxComman {
    margin-bottom: 30px;
  }
  .hmProduct_section2 .col-lg-6 .imgboxComman:last-child, .hmProduct_section2 .row .imgboxComman:last-child, .hmProduct_section3 .col-lg-6 .imgboxComman:last-child, .hmProduct_section3 .row .imgboxComman:last-child, .giftImgSection .col-lg-6 .imgboxComman:last-child, .giftImgSection .row .imgboxComman:last-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .mobileCenter {
    text-align: center;
  }
  .mobileCenter .col-sm-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .offcanvas-nav .tab-content-header a:hover {
    color: #D94E2A;
  }
  .offcanvas-nav .tab-pane {
    padding-top: 0px;
  }
  .btnCenterMobile {
    text-align: center;
  }
  .hmProduct_section2 .col-lg-6 .imgboxComman:last-child, .hmProduct_section2 .row .imgboxComman:last-child,
  .hmProduct_section3 .col-lg-6 .imgboxComman:last-child, .hmProduct_section3 .row .imgboxComman:last-child,
  .giftImgSection .col-lg-6 .imgboxComman:last-child, .giftImgSection .row .imgboxComman:last-child {
    margin-bottom: 15px;
  }
  .hmProduct_section2 {
    padding: 0 10px;
    margin-left: -3px;
    margin-right: -3px;
  }
  .hmProduct_section2 .col-sm-6, .hmProduct_section2 .col-lg-6 {
    padding: 0 7.5px;
  }
  .giftImgSection {
    padding-top: 20px !important;
  }
}
@media (max-width: 575px) {
  .hmProduct_section2 .col-lg-6 .imgboxComman, .hmProduct_section2 .row .imgboxComman, .hmProduct_section3 .col-lg-6 .imgboxComman, .hmProduct_section3 .row .imgboxComman, .giftImgSection .col-lg-6 .imgboxComman, .giftImgSection .row .imgboxComman {
    margin-bottom: 15px;
  }
  .hmProduct_section2 .col-lg-6 .imgboxComman:last-child, .hmProduct_section2 .row .imgboxComman:last-child, .hmProduct_section3 .col-lg-6 .imgboxComman:last-child, .hmProduct_section3 .row .imgboxComman:last-child, .giftImgSection .col-lg-6 .imgboxComman:last-child, .giftImgSection .row .imgboxComman:last-child {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .btn_primary, .btn-danger, #content-wrapper .btn-primary, .btn-warning {
    min-width: 130px;
  }
}
.artlist-homepage-categories .art {
  position: relative;
  margin: 0 !important;
  padding: 0 15px;
  border: 0px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.artlist-homepage-categories .art .art-picture-block {
  margin-bottom: 0;
  height: 100%;
}
.artlist-homepage-categories .art .art-picture-block .art-picture.img-center-container {
  padding: 0px;
  height: 100%;
  position: relative;
}
.artlist-homepage-categories .art .art-picture-block .art-picture.img-center-container img {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.artlist-homepage-categories .art .art-genericname {
  padding: 20px 40px;
  z-index: 2;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 360px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  position: relative;
  margin-top: -40px;
  -webkit-box-shadow: 0px 10px 55px 0px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 10px 55px 0px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  margin-bottom: 55px;
}
.artlist-homepage-categories .art .art-genericname a {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: #323232;
  text-decoration: none;
}
@media (max-width: 1440px) {
  .artlist-homepage-categories .art .art-genericname a {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .artlist-homepage-categories .art .art-genericname a {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 1440px) {
  .artlist-homepage-categories .art .art-genericname {
    max-width: 300px;
    margin-top: -30px;
  }
}
@media (max-width: 1199px) {
  .artlist-homepage-categories .art .art-genericname {
    max-width: 250px;
  }
}
@media (max-width: 991px) {
  .artlist-homepage-categories .art .art-genericname {
    padding: 10px 25px;
    margin-top: -20px;
  }
  .artlist-homepage-categories .art .art-genericname a {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .artlist-homepage-categories .art .art-genericname a {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  .artlist-homepage-categories .art {
    padding: 0 6px;
  }
}
@media (max-width: 575px) {
  .artlist-homepage-categories .art {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    max-width: 50% !important;
    margin: 6px 0px !important;
  }
  .artlist-homepage-categories .art .art-genericname a {
    font-size: 16px;
    line-height: 20px;
  }
}

.artlist-product-categories .art {
  position: relative;
  margin: 0 !important;
  padding: 0 10px;
  border: 0px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.artlist-product-categories .art .art-picture-block {
  margin-bottom: 0;
  height: 100%;
  position: relative;
  max-height: 150px;
}
.artlist-product-categories .art .art-picture-block .art-picture.img-center-container {
  padding: 0px;
  height: 100%;
  max-height: 150px;
  position: relative;
}
.artlist-product-categories .art .art-picture-block .art-picture.img-center-container::before {
  content: "";
  background: linear-gradient(188.04deg, rgba(0, 0, 0, 0) 60.19%, rgba(0, 0, 0, 0.6) 98.22%);
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1;
}
.artlist-product-categories .art .art-picture-block .art-picture.img-center-container img {
  position: relative;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  object-fit: cover;
  object-position: center;
  max-height: 150px;
}
.artlist-product-categories .art .art-genericname {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0px;
  padding: 10px 15px;
  z-index: 1;
}
.artlist-product-categories .art .art-genericname a {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1440px) {
  .artlist-product-categories .art .art-genericname a {
    font-size: 16px;
    line-height: 20px;
  }
}

.productCatSlider.artlist-grid {
  margin-bottom: 50px !important;
}

.artlist-homepage-categories.productCatSlider.artlist-grid {
  margin-bottom: 0px !important;
}

.keyFeatures {
  background: #314855;
  padding: 70px 0px;
  display: none;
}
.keyFeatures .featureBox {
  padding-left: 120px;
  position: relative;
}
.keyFeatures .featureBox::before {
  content: "";
  display: block;
  width: 100px;
  position: absolute;
  left: 0px;
  top: 15px;
  height: 1px;
  background: #fff;
}
.keyFeatures .featureBox span {
  font-family: "Marcellus", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  color: #fff;
  margin-bottom: 10px;
  display: block;
}
.keyFeatures .featureBox p {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  margin: 0px;
}
@media (max-width: 1600px) {
  .keyFeatures .featureBox {
    padding-left: 80px;
  }
  .keyFeatures .featureBox::before {
    width: 60px;
  }
  .keyFeatures .featureBox span {
    font-size: 25px;
    line-height: 30px;
  }
  .keyFeatures .featureBox p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .keyFeatures .featureBox span {
    font-size: 22px;
    line-height: 26px;
  }
  .keyFeatures .featureBox p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1366px) {
  .keyFeatures {
    padding: 60px 0px;
  }
}
@media (max-width: 1199px) {
  .keyFeatures {
    padding: 50px 0px;
  }
}
@media (max-width: 991px) {
  .keyFeatures .featureBox {
    padding-left: 40px;
  }
  .keyFeatures .featureBox::before {
    width: 30px;
    top: 10px;
  }
  .keyFeatures .featureBox span {
    font-size: 20px;
    line-height: 24px;
  }
  .keyFeatures .featureBox p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .keyFeatures .col-md-4:last-child .featureBox {
    margin-bottom: 0px !important;
  }
  .keyFeatures .col-md-6:last-child .featureBox {
    margin-bottom: 0px !important;
  }
  .keyFeatures .col-md-6:nth-last-child(2) .featureBox {
    margin-bottom: 0px !important;
  }
  .keyFeatures .featureBox {
    margin-bottom: 20px;
  }
  .keyFeatures .featureBox span {
    margin-bottom: 5px;
  }
}
@media (max-width: 575px) {
  .keyFeatures .col-md-6:nth-last-child(2) .featureBox {
    margin-bottom: 20px !important;
  }
  .keyFeatures .featureBox span {
    font-size: 17px;
    line-height: 20px;
  }
  .keyFeatures .featureBox p {
    font-size: 12px;
    line-height: 16px;
  }
}

.langCurrencySelector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
}
.langCurrencySelector a span {
  font-size: 20px;
  line-height: 25px;
  color: #8C654D;
  font-family: "Marcellus", serif;
  padding-right: 5px;
}
.langCurrencySelector .language-selector {
  border-width: 0 1px 0 1px;
  border-color: #8C654D;
  border-style: solid;
}
.langCurrencySelector .language-selector a {
  margin: 0 15px 0 30px;
}
@media (max-width: 1440px) {
  .langCurrencySelector {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-left: 15px;
  }
}

.megamenu-dropdown-container.simple .dropdown-item {
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-weight: 400;
  padding: 5px 20px;
}

.more-less {
  max-height: none !important;
}

.more-less .btn-text-expander {
  display: none !important;
}

.hmgiftSec {
  background: url(../images/background1.jpg) no-repeat;
  background-size: cover;
}
.hmgiftSec .hdrow.heading .heading-title {
  color: #fff;
}
.hmgiftSec .hdrow.heading .saidelink a {
  color: #fff;
}
.hmgiftSec .comman_slider .slick-arrow {
  background-color: transparent !important;
}

.defaultBtn {
  background: #134372 !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  text-align: center !important;
  color: #fff !important;
  border-radius: 0 20px !important;
  text-decoration: none !important;
  padding: 20px 55px !important;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1607843137) !important;
          box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1607843137) !important;
  text-transform: capitalize !important;
  min-width: 200px !important;
  border: 0px !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.defaultBtn i {
  margin-right: 5px;
}
@media (max-width: 1199px) {
  .defaultBtn {
    padding: 15px 18px !important;
  }
}
@media (max-width: 991px) {
  .defaultBtn {
    font-size: 16px !important;
    line-height: 18px !important;
  }
}
@media (max-width: 767px) {
  .defaultBtn {
    font-size: 14px !important;
    line-height: 16px !important;
  }
}
.defaultBtn:hover, .defaultBtn:focus {
  background: #57B6B1 !important;
}
.defaultBtn.redBtn {
  background: #57B6B1 !important;
}

.menubar-caret {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1300px) and (max-width: 1500px) {
  .container {
    max-width: 1180px;
  }
}
.block {
  margin-bottom: 0px !important;
}

.addressBoxsec .billinginfo .heading .heading-title,
.addressBoxsec .shippinginfo .heading .heading-title {
  font-size: 30px;
  line-height: 32px;
  font-weight: 400 !important;
  color: #000;
  text-transform: capitalize;
  padding: 0px 0px 26px 0px;
  margin: 0px;
  font-family: "Marcellus", serif;
}
@media (max-width: 1366px) {
  .addressBoxsec .billinginfo .heading .heading-title,
  .addressBoxsec .shippinginfo .heading .heading-title {
    font-size: 28px;
    line-height: 30px;
  }
}

#content-wrapper .addressBoxsec .change-checkout-data {
  background: transparent !important;
  padding: 0px !important;
}

.addressBoxsec .change-checkout-data img {
  width: 22px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.addressBoxsec .billinginfo,
.addressBoxsec .shippinginfo {
  padding: 0;
}

.addressBoxsec .shippinginfo .name, .addressBoxsec .billinginfo .name {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.addressBoxsec .shippinginfo .address1, .addressBoxsec .shippinginfo .email, .addressBoxsec .shippinginfo .phone, .addressBoxsec .billinginfo .address1, .addressBoxsec .billinginfo .email, .addressBoxsec .billinginfo .phone {
  padding-top: 10px;
}
.addressBoxsec .shippinginfo .address1, .addressBoxsec .shippinginfo .country, .addressBoxsec .shippinginfo .city-state-zip, .addressBoxsec .shippinginfo .email, .addressBoxsec .shippinginfo .phone, .addressBoxsec .billinginfo .address1, .addressBoxsec .billinginfo .country, .addressBoxsec .billinginfo .city-state-zip, .addressBoxsec .billinginfo .email, .addressBoxsec .billinginfo .phone {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.addressBoxsec .shippinginfo .address1 span:first-child, .addressBoxsec .shippinginfo .country span:first-child, .addressBoxsec .shippinginfo .city-state-zip span:first-child, .addressBoxsec .shippinginfo .email span:first-child, .addressBoxsec .shippinginfo .phone span:first-child, .addressBoxsec .billinginfo .address1 span:first-child, .addressBoxsec .billinginfo .country span:first-child, .addressBoxsec .billinginfo .city-state-zip span:first-child, .addressBoxsec .billinginfo .email span:first-child, .addressBoxsec .billinginfo .phone span:first-child {
  font-weight: 400;
}
.addressBoxsec .shippinginfo .address1 span:last-child, .addressBoxsec .shippinginfo .country span:last-child, .addressBoxsec .shippinginfo .city-state-zip span:last-child, .addressBoxsec .shippinginfo .email span:last-child, .addressBoxsec .shippinginfo .phone span:last-child, .addressBoxsec .billinginfo .address1 span:last-child, .addressBoxsec .billinginfo .country span:last-child, .addressBoxsec .billinginfo .city-state-zip span:last-child, .addressBoxsec .billinginfo .email span:last-child, .addressBoxsec .billinginfo .phone span:last-child {
  font-weight: 700;
}
@media (max-width: 1440px) {
  .addressBoxsec .shippinginfo .name, .addressBoxsec .billinginfo .name {
    font-size: 20px;
    line-height: 24px;
  }
  .addressBoxsec .shippinginfo .address1, .addressBoxsec .shippinginfo .country, .addressBoxsec .shippinginfo .city-state-zip, .addressBoxsec .shippinginfo .email, .addressBoxsec .shippinginfo .phone, .addressBoxsec .billinginfo .address1, .addressBoxsec .billinginfo .country, .addressBoxsec .billinginfo .city-state-zip, .addressBoxsec .billinginfo .email, .addressBoxsec .billinginfo .phone {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .addressBoxsec .shippinginfo .name, .addressBoxsec .billinginfo .name {
    font-size: 18px;
    line-height: 24px;
  }
  .addressBoxsec .shippinginfo .address1, .addressBoxsec .shippinginfo .country, .addressBoxsec .shippinginfo .city-state-zip, .addressBoxsec .shippinginfo .email, .addressBoxsec .shippinginfo .phone, .addressBoxsec .billinginfo .address1, .addressBoxsec .billinginfo .country, .addressBoxsec .billinginfo .city-state-zip, .addressBoxsec .billinginfo .email, .addressBoxsec .billinginfo .phone {
    font-size: 16px;
    line-height: 22px;
  }
}

.addressnameBox {
  padding: 25px 35px 25px;
}

.addreesTitle {
  padding: 10px 30px !important;
}

.comment-box {
  display: none !important;
}

.card_list.margintablecart {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card_list.margintablecart .cart-footer {
  width: 100%;
  padding: 20px;
}
.card_list.margintablecart .cart-item-link {
  margin-bottom: 10px;
  display: block;
}
.card_list.margintablecart .col-md-6 {
  -webkit-box-flex: inherit !important;
      -ms-flex: inherit !important;
          flex: inherit !important;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.slidePurchase {
  margin: 0 auto;
  display: block;
  padding: 0;
}
.slidePurchase li {
  background: #C3DCEB;
}
.slidePurchase li > div {
  padding: 11px 21px;
}

.thisis {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
}

.slidem {
  overflow: hidden;
  text-align: center;
  min-width: 90px;
}

.aboutPage .abtImg {
  margin-bottom: 50px;
}
.aboutPage .abtCon.marBottom {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .aboutPage .abtCon.marBottom {
    margin-bottom: 30px;
  }
}

#ph-topic .page-title {
  display: none;
}

.html-editor-content {
  margin: 0px !important;
}
.html-editor-content p {
  color: #222;
  font-size: 20px;
  line-height: 1.4;
  padding-bottom: 14px;
}
@media (max-width: 767px) {
  .html-editor-content p, .html-editor-content ul li, .html-editor-content ol li {
    font-size: 16px;
    line-height: 1.4;
  }
}

.storeBox {
  width: 100%;
  max-width: 100%;
  padding: 20px 0px;
}
.storeBox .storeImg {
  max-width: 580px;
  border-radius: 10px;
  overflow: hidden;
}
.storeBox .storeImg img {
  width: auto;
  height: auto;
}
.storeBox .storDetails {
  background: rgba(19, 67, 114, 0.8980392157);
  border-radius: 10px;
  max-width: 460px;
  margin-left: auto;
  padding: 30px;
  position: relative;
  margin-top: -25%;
}
.storeBox .storDetails .storeLocation {
  font-size: 30px;
  line-height: 1.2;
  font-family: "Marcellus", serif;
  color: #fff;
  padding-bottom: 0px;
}
.storeBox .storDetails ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.storeBox .storDetails ul li {
  color: #fff;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.storeBox .storDetails ul li i {
  padding-right: 10px;
  padding-top: 6px;
}
.storeBox .storDetails ul li p, .storeBox .storDetails ul li a {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  padding-bottom: 20px;
  font-weight: 500;
  margin-bottom: 0px;
}
.storeBox .storDetails ul li p {
  font-size: 20px;
}
.storeBox .storDetails ul li:last-child a {
  padding-bottom: 0px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  .storeBox .storeImg {
    max-width: 500px;
  }
  .storeBox .storDetails {
    max-width: 400px;
    padding: 20px;
  }
  .storeBox .storDetails .storeLocation {
    font-size: 26px;
  }
  .storeBox .storDetails ul li p {
    font-size: 16px;
  }
  .storeBox .storDetails ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1600px) {
  .storeBox .storeImg {
    max-width: 450px;
  }
  .storeBox .storDetails {
    max-width: 350px;
    padding: 20px;
  }
  .storeBox .storDetails .storeLocation {
    font-size: 24px;
  }
}
@media (max-width: 1366px) {
  .storeBox .storeImg {
    max-width: 400px;
  }
  .storeBox .storDetails {
    max-width: 300px;
    padding: 20px;
  }
  .storeBox .storDetails .storeLocation {
    font-size: 22px;
  }
  .storeBox .storDetails ul li a, .storeBox .storDetails ul li p {
    font-size: 14px;
    padding-bottom: 12px;
  }
}
@media (max-width: 1199px) {
  .storeBox .storeImg {
    max-width: 350px;
  }
  .storeBox .storDetails {
    max-width: 250px;
    padding: 20px;
  }
  .storeBox .storDetails .storeLocation {
    font-size: 20px;
  }
  .storeBox .storDetails ul li a, .storeBox .storDetails ul li p {
    font-size: 14px;
    padding-bottom: 12px;
  }
}

.priceRangeControl .facet-range-from, .priceRangeControl .facet-range-to {
  background: #ECECEC !important;
  border-radius: 0;
  padding: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  font-size: 16px !important;
  width: 60px !important;
}

.offcanvas-cart-body .alert-success {
  font-size: 16px;
  color: #000;
}

.btn-brand-tiktok-p {
  max-height: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topHeaderSection .headerSocial a img {
  max-height: 20px;
}

@media (max-width: 991px) {
  .shopbar-button {
    min-width: inherit;
  }
  .shopbar .shop-logo {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .shopbar .shopbar-tools .rightMenu, .shopbar .shopbar-tools .leftMenu {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
  #header .shopbar-section .shopbar > .shopbar-col-group .shopbar-tools {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .shopbar .shopbar-tools #shopbar-storeloc .shopbar-button .shopbar-button-icon {
    margin-right: 0px;
  }
  .langCurrencySelector a span img {
    height: 25px;
  }
  .shopbar .instasearch-form .instasearch-button i {
    width: 20px !important;
    height: 20px !important;
  }
  .shopbar .instasearch-form .instasearch-button {
    right: 5px;
    top: 1px;
  }
  .shopbar-button .shopbar-button-label {
    display: block !important;
  }
}
.topHeaderSection .langCurrencySelector {
  display: none;
}

@media (max-width: 767px) {
  .shopbar-button .shopbar-button-label {
    display: none !important;
  }
  .rightMenu .langCurrencySelector {
    display: none !important;
  }
  .shopbar .shopbar-tools .rightMenu {
    margin-right: -20px;
  }
  .topHeaderSection .langCurrencySelector a span {
    font-size: 16px;
    line-height: 16px;
  }
  .topHeaderSection .langCurrencySelector a span img {
    height: 20px;
  }
  .topHeaderSection .langCurrencySelector .language-selector {
    border-left: 0px;
  }
  .topHeaderSection .langCurrencySelector .currency-selector .menubar-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 5px;
  }
  .langCurrencySelector .language-selector a {
    margin: 0 10px;
    padding: 5px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header .shopbar-section .shopbar .shopbar-col-group .shopbar-search {
    width: 20px;
    max-width: inherit;
    position: relative;
    right: inherit;
    top: inherit;
    margin-left: 11px;
    margin-right: 0px;
    position: absolute;
    right: -2px;
    top: 13px;
    z-index: 9;
  }
}
@media (max-width: 320px) {
  #header .shopbar-section .shopbar .shopbar-col-group .shopbar-search {
    top: -1px;
  }
  .shopbar .instasearch-form .instasearch-term {
    top: 15px;
  }
}
.daimaAbt p, .daimaAbt ul li, .daimaAbt ol li {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
.daimaAbt h3 {
  color: #134372;
  font-size: 20px;
  line-height: 26px;
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: 500 !important;
}

.hideMobile {
  display: block;
}
@media (max-width: 991px) {
  .hideMobile {
    display: none;
  }
}

@media (max-width: 991px) {
  .storeLocDesktop {
    display: none !important;
  }
}

.storeLocMobile {
  display: none !important;
  position: relative;
}
@media (max-width: 991px) {
  .storeLocMobile {
    display: block !important;
  }
  .storeLocMobile .shopbar-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .storeLocMobile .shopbar-button .shopbar-button-icon {
    width: auto;
    height: auto;
  }
  .storeLocMobile .shopbar-button .shopbar-button-icon .storeIcon {
    background: url(/Themes/Flex/Content/images/storelocation.png) no-repeat;
    width: 25px;
    height: 20px;
    margin-right: 5px;
    display: inline-block;
    background-size: contain;
    background-position: center;
  }
  .storeLocMobile .shopbar-button .shopbar-button-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    display: block !important;
    white-space: nowrap;
    color: #8C654D;
    text-transform: uppercase;
    font-family: "Marcellus", serif;
  }
}
@media (max-width: 767px) {
  .storeLocMobile .shopbar-button .shopbar-button-icon .storeIcon {
    width: 17px;
    height: 17px;
  }
  .storeLocMobile .shopbar-button .shopbar-button-label {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .paymentSectionFailed img {
    max-width: 50px;
  }
}
@media (max-width: 767px) {
  .paymentSectionFailed img {
    max-width: 40px;
  }
}

.paymentFailed ul {
  padding: 0px;
  margin: 0px;
  list-style: none !important;
}
.paymentFailed ul li {
  margin: 5spx 0px;
}

@media (max-width: 991px) {
  #header .shopbar-tools .menubar-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #header .shopbar-tools .menubar-link .menubar-caret {
    position: relative;
  }
}
@media (max-width: 767px) {
  #header .shopbar-section .shopbar > .shopbar-col-group .shop-logo {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 575px) {
  #header .shopbar-section .shopbar .shop-logo .brand {
    text-align: left;
  }
  #header .shopbar-section .shopbar > .shopbar-col-group .shop-logo img {
    max-width: 90px;
  }
}
.ocm-info {
  padding: 20px;
}

.search-term {
  color: #57B6B1;
}

@media (max-width: 767px) {
  .mobPaddBtm20 {
    padding-bottom: 0px !important;
  }
}

.mobStickyFooter {
  display: none;
}

.stickyCartRow {
  display: none;
}

.btn_comman, #content-wrapper .btn-primary, .btn-warning {
  line-height: inherit !important;
}

@media (max-width: 991px) {
  .leftHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .leftHeader .shop-logo {
    margin-left: 10px;
  }
  .leftHeader .shop-logo .brand {
    text-align: left;
  }
  .shopbar .shopbar-tools .rightMenu {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .topbdr .translateDiv p {
    display: none;
  }
  .topbdr .storeLocMobile {
    display: none !important;
  }
  .topbdr .topHeaderSection {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .topbdr .topHeaderSection .langBtn {
    margin-left: 0px;
  }
  #header {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
  }
  #header .shopbar > .shopbar-col-group .shop-logo img {
    max-width: 60px !important;
  }
  #content-wrapper {
    padding-top: 100px !important;
    padding-bottom: 60px !important;
  }
  #footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3px 5px;
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    right: 0;
    z-index: 998;
    -webkit-box-shadow: 0 -1px 8px #d4d5d9;
            box-shadow: 0 -1px 8px #d4d5d9;
  }
  #footer .footerLogo, #footer .footer-main-wrapper, #footer .footer-bottom-wrapper {
    display: none;
  }
  #footer .mobStickyFooter {
    width: 100%;
    display: block;
  }
  #footer .mobStickyFooter ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
  }
  #footer .mobStickyFooter ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    list-style: none !important;
  }
  #footer .mobStickyFooter ul li a {
    padding: 10px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .mobStickyFooter ul li a .icon-item {
    margin-bottom: 5px;
    position: relative;
  }
  #footer .mobStickyFooter ul li a .icon-item .badge {
    font-size: 10px;
    position: absolute;
    color: #fff;
    right: -15px;
    top: -10px;
  }
  .art .artBox {
    margin: 0 10px 20px 10px !important;
  }
  .product-list-container .artlist-actions .btn-warning {
    width: auto;
  }
  .product-list-container .artlist.artlist-grid {
    margin: 0px -10px;
  }
  .stickyCartRow {
    display: block;
    position: fixed;
    background: #fff;
    left: 0;
    right: 0;
    z-index: 998;
    -webkit-box-shadow: 0 -1px 8px #d4d5d9;
            box-shadow: 0 -1px 8px #d4d5d9;
    bottom: 73px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 20px;
  }
  .stickyCartRow div, .stickyCartRow .pd-price {
    margin-bottom: 0px !important;
  }
  .stickyCartRow .btn-primary {
    width: auto !important;
    min-width: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 15px !important;
  }
  .stickyCartRow .btn-primary img {
    height: 14px !important;
    margin-right: 8px;
  }
  .stickyCartRow .pd-price {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .form-control-plaintext .form-check-label {
    font-size: 13px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .overviewLabel {
    font-size: 20px !important;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-description {
    font-size: 15px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-description ul {
    margin-top: 5px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-description ul li {
    font-size: 15px;
  }
  .costep {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col {
    border: 1px solid #f5f5f5 !important;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-price {
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-qty {
    width: 50%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    text-align: left;
    min-width: auto;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-qty .qty-input {
    margin-left: 0;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-subtotal {
    width: 50%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col.col.col-auto.cart-col {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cart-col-main ~ .cart-col:before {
    padding-bottom: 0px;
  }
  .cart-editable .price {
    line-height: inherit;
    font-size: 18px;
  }
  .card.card_list .cart-footer .cart-buttons, .wishlist-content .card.card_list .cart-footer .cart-buttons {
    padding-top: 0px !important;
  }
  .loginRegister .grayBg {
    min-height: calc(100vh - 122px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-position: left;
  }
  .billingButton a, .billingButton a input {
    min-width: 100px !important;
    width: auto !important;
  }
  .cartConfirm.cart-buttons {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cartConfirm .btn-danger, .cartConfirm .btn-primary {
    width: auto !important;
    min-width: 100px !important;
  }
  .hd3 {
    font-size: 22px;
    line-height: 28px;
  }
  .checkout-completed-page .heading-title {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .checkout-completed-page .two_button1 .btn {
    min-width: auto !important;
  }
  .page-order-details .print-buttons .btn {
    width: auto !important;
    min-width: inherit !important;
    padding: 10px 20px !important;
  }
  .delAcc .btn-danger {
    width: auto !important;
    min-width: 120px !important;
    padding: 10px 20px !important;
  }
  .cart-row {
    margin-bottom: 20px;
  }
  .art .artBox {
    border-radius: 0 30px;
  }
  #offcanvas-menu .layer {
    padding-bottom: 30px;
  }
  .product-list-container .artlist-actions .mf-dropdown .btn-warning {
    padding: 6px 10px !important;
  }
  .product-list-container .artlist-actions .mf-dropdown .btn-warning b {
    top: 1px;
    bottom: 0;
    width: auto;
    right: 12px;
    height: auto;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .backBtn .icon-left {
    display: block;
    margin: 2px auto;
    width: 15px;
    height: 15px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .validation-summary-errors > ul {
    padding-left: 0px;
  }
}
@media (max-width: 575px) {
  #content-wrapper {
    padding-top: 100px !important;
  }
  .card.card_list .cart-footer .cart-buttons .checkout-buttons, .wishlist-content .card.card_list .cart-footer .cart-buttons .checkout-buttons {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin-bottom: 0px;
  }
  .card.card_list .cart-footer .btn_comman, .wishlist-content .card.card_list .cart-footer .btn_comman {
    padding: 12px 8px !important;
    font-size: 13px !important;
    margin: 5px !important;
    min-width: inherit !important;
  }
  .card.card_list .cart-footer .cart-buttons, .wishlist-content .card.card_list .cart-footer .cart-buttons {
    padding: 20px 0px 20px 0px !important;
    margin-top: 0px !important;
  }
  .mobilepaddnone {
    padding-bottom: 0px !important;
  }
  .page-order-details .card_list.margintablecart .cart-footer {
    padding: 0px;
  }
  fieldset.content-group > legend:before {
    width: calc(100% - 30px);
  }
}
@media (max-width: 360px) {
  .card.card_list .cart-footer .cart-buttons .checkout-buttons, .wishlist-content .card.card_list .cart-footer .cart-buttons .checkout-buttons {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
.addressForm_comman .form-horizontal .contactNumber .col-form-label {
  width: 100%;
}
.addressForm_comman .form-horizontal .contactNumber .codebox {
  width: 30%;
}
.addressForm_comman .form-horizontal .contactNumber > .row {
  width: 70%;
}
.addressForm_comman .form-horizontal .contactNumber > .row .col-sm-3.col-form-label {
  display: none;
}

.billingButton a {
  height: auto !important;
}

.myGateway {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .myGateway {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 15px;
  }
}

.card.card_list .cart-footer .btn-primary.apply-discount-coupon-code-button {
  background: #57B6B1 !important;
  color: #fff !important;
  font-size: 12px !important;
  padding: 5px 15px !important;
  max-height: 100% !important;
  border-radius: 0 10px !important;
  right: 0 !important;
  z-index: 9 !important;
}

.card.card_list .cart-footer .btn-danger.remove-discount-button {
  background: #57B6B1 !important;
  color: #fff !important;
  font-size: 12px !important;
  padding: 5px 15px !important;
  max-height: 100% !important;
  border-radius: 0 10px !important;
  right: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.extraMenu .dropdown .dropdownMenu {
  position: relative;
}
.extraMenu .dropdown .dropdownMenu:after {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  font-size: inherit;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  color: #646464;
  font-size: 16px;
  width: 16px;
  height: 16px;
  min-height: 16px;
  text-align: center;
}
.extraMenu .dropdown.show .dropdownMenu::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.extraSubmenu {
  margin-bottom: 0px;
  position: relative !important;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  width: 100%;
  top: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0px !important;
}
.extraSubmenu .ocm-link {
  padding: 8px 2rem;
}

.offcanvas-scrollable.show .extraMenu {
  margin-top: -15px;
}

.offcanvas-close-btn {
  position: absolute;
  right: 0;
  z-index: 1;
  padding: 8px 12px;
  border: 0px;
  background: rgba(0, 0, 0, 0);
  font-size: 30px;
  line-height: 20px;
  top: 8px;
}

.discount-coupon-code {
  border-radius: 0 10px !important;
}

.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_3 .tabbyPaymentFlex {
  margin-top: -10px;
}
@media (max-width: 767px) {
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_3 .tabbyPaymentFlex {
    margin: 0;
  }
}

.page-body .blogposts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-body .blogposts article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30.33%;
          flex: 0 0 30.33%;
  max-width: 30.33%;
  margin: 0px 10px;
  margin-bottom: 20px !important;
}
.page-body .blogposts article img {
  width: 100%;
}
.page-body .blogposts article .blogpost-text {
  padding: 1rem !important;
  position: relative;
}
.page-body .blogposts article .blogpost-text h3 {
  margin-bottom: 0px !important;
  margin-top: 10px !important;
}
.page-body .blogposts article .blogpost-text h3 a {
  font-size: 18px;
  line-height: 28px;
  color: #232323;
}
@media (max-width: 1199px) {
  .page-body .blogposts article .blogpost-text h3 {
    margin-top: 20px !important;
  }
}
.page-body .blogposts article .blogpost-text .blogpost-date {
  margin-bottom: 0px !important;
  position: absolute;
  top: -18px;
  background: #1d1e1c;
  padding: 9px;
  bottom: inherit;
  color: #fff !important;
  font-size: 16px;
  line-height: 16px;
}
@media (max-width: 1199px) {
  .page-body .blogposts article .blogpost-text .blogpost-date {
    top: -40px;
  }
}
@media (max-width: 1199px) {
  .page-body .blogposts article .blogpost-text {
    padding-top: 0px !important;
  }
}
@media (max-width: 991px) {
  .page-body .blogposts article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    max-width: 47%;
  }
}
@media (max-width: 767px) {
  .page-body .blogposts article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .page-body .blogposts article .bloglist-item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media (max-width: 767px) {
  .page-body .blogposts {
    display: block;
  }
}

.blogspage .comments-overlay {
  display: none;
}
.blogspage .btn-warning {
  display: none;
}
.blogspage .setrightwidth1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .blogspage .setrightwidth1 {
    width: 100%;
  }
}
.blogspage .setrightwidth1 .btn-warning {
  display: none;
}
.blogspage .col-lg-3 {
  display: none;
}
.blogspage article .single-media-item-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 575px) {
  a.pretty-link > i {
    padding-right: 0.5rem;
  }
}
.blogpost-page {
  padding: 50px 0px;
}

.blogposts {
  padding-top: 50px;
}

.translateDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.translateDiv .langBtn {
  margin-left: 30px;
}

.translateDiv .langBtn .notranslate {
  color: #454545;
  text-decoration: none !important;
  margin: 0 5px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.translateDiv .langBtn .notranslate.active, .translateDiv .langBtn .notranslate:hover {
  color: #134372;
}

.translateDiv .langBtn span {
  color: #134372;
}

.storeSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px !important;
}
.storeSearch .heading .heading-title.fs-h1 {
  padding-bottom: 0px !important;
}
.storeSearch form {
  min-width: 50%;
}
.storeSearch .grid-filter {
  position: relative;
  min-width: 250px;
}
.storeSearch select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(./Themes/Flex/Content/images/dropdown.png) no-repeat #fff !important;
  background-position: 88% center !important;
  background-size: 16px !important;
}
@media (max-width: 767px) {
  .storeSearch form {
    margin-top: 15px;
    min-width: 100%;
  }
  .storeSearch .grid-filter {
    min-width: 150px;
  }
}
@media (max-width: 575px) {
  .storeSearch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 20px;
    margin: 0 -15px;
  }
}/*# sourceMappingURL=style.css.map */