@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
/* --- bg color start --- */
/* --- bg color end --- */
/* --- text color start --- */
/* --- text color end --- */
body {
  overflow-x: hidden;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1199px) {
  body {
    font-size: 13px;
  }
}
body.overflowHidden {
  overflow: hidden;
}

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

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

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

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 24px;
  }
}

.sectionTitle {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #000;
}
@media (max-width: 991px) {
  .sectionTitle {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .sectionTitle {
    font-size: 20px;
    line-height: 30px;
  }
}

.subTitle {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000;
}

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

.defaultBtn,
.btn_comman, #content-wrapper .btn-primary, .btn-warning {
  text-decoration: none !important;
  padding: 15px 50px !important;
  background: #000;
  color: #fff;
  display: inline-block;
  border: 1px solid #000 !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 0px !important;
}
.defaultBtn i,
.btn_comman i, #content-wrapper .btn-primary i, .btn-warning i {
  margin-right: 5px;
}
.defaultBtn:hover, .defaultBtn:focus,
.btn_comman:hover,
.btn_comman:focus, #content-wrapper .btn-primary:hover, #content-wrapper .btn-primary:focus, .btn-warning:hover, .btn-warning:focus {
  background: #fff !important;
  color: #000 !important;
}
.defaultBtn.redBtn,
.btn_comman.redBtn, #content-wrapper .btn-primary.redBtn, .btn-warning.redBtn {
  border: 1px solid #D9D9D9;
  background: transparent;
  color: #000;
}
.defaultBtn.redBtn:hover, .defaultBtn.redBtn:focus,
.btn_comman.redBtn:hover,
.btn_comman.redBtn:focus, #content-wrapper .btn-primary.redBtn:hover, #content-wrapper .btn-primary.redBtn:focus, .btn-warning.redBtn:hover, .btn-warning.redBtn:focus {
  background: #000 !important;
  color: #fff !important;
}
@media (max-width: 767px) {
  .defaultBtn,
  .btn_comman, #content-wrapper .btn-primary, .btn-warning {
    padding: 9px 30px !important;
    font-size: 14px;
  }
}

.shopbar {
  padding: 25px 0px;
  margin: 0px;
  border-bottom: 1px solid #EDEDED;
}
@media (max-width: 767px) {
  .shopbar {
    padding: 20px 0px;
  }
}

.product-list-container .artlist-actions--top {
  display: none !important;
}

.artlist {
  margin: 0px -15px;
}
.artlist::after {
  display: none;
}

.slick-list .art .artBox {
  margin: 0px 5px;
}

#header .loggedInUser {
  padding-right: 15px !important;
}
#header .shopbar-tools {
  padding: 0px;
}
#header .shopbar-tools .shopbar-tool {
  margin: 0px 20px;
}
#header .shopbar-tools .shopbar-tool .shopbar-button-icon {
  height: 32px;
}
@media (max-width: 1440px) {
  #header .shopbar-tools .shopbar-tool {
    margin: 0 15px;
  }
}
@media (max-width: 991px) {
  #header .shopbar-tools .shopbar-tool {
    margin: 0 12px;
  }
}
#header .shopbar-tools #menubar-my-account {
  margin-right: 20px;
  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_head.png) no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
  margin: 0 !important;
}
#header .shopbar-tools #menubar-my-account .fa-user-circle::before {
  display: none;
}
@media (max-width: 1700px) {
  #header .shopbar-tools #menubar-my-account .fa-user-circle {
    width: 20px !important;
    height: 22px !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: "Urbanist", sans-serif;
  line-height: 25px;
  color: #000;
}
#header .shopbar-tools .menubar-link .fa-angle-down:before {
  font-size: 18px;
  color: #000;
}
#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 {
  min-width: 1px;
  height: auto;
  color: #000;
  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;
}
#header .shopbar-tools .shopbar-button .shopbar-button-icon {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#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;
  }
  #header .shopbar-tools .menubar-link img {
    max-width: 25px;
  }
}
@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 .menubar-link.loggedInUser {
    padding-right: 15px;
  }
  #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;
  }
  #header .shopbar-section .shopbar > .shopbar-col-group {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #header .shopbar-section .shopbar > .shopbar-col-group .shop-logo {
    margin-right: 0px;
    margin-bottom: 20px !important;
  }
  #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 .shop-logo .brand {
    min-width: inherit;
  }
  #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 .shop-logo {
    margin-bottom: 0px !important;
    margin-left: 0px !important;
  }
  #header .shopbar-section .shopbar .shopbar-col-group .shop-logo img {
    max-width: 120px !important;
  }
  #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 .instasearch-form {
    margin: 0px auto;
    max-width: 100%;
  }
  #header .shopbar-section .shopbar .instasearch-form .instasearch-button {
    border-radius: 0%;
    background: #000;
    padding: 5px;
    width: 30px !important;
    height: 30px !important;
    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;
    color: #fff;
    right: 2px;
    top: 2px;
  }
  #header .shopbar-section .shopbar .instasearch-form .instasearch-button i {
    color: #fff;
    font-size: 14px;
  }
  #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;
  }
  #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: 767px) {
  #header .shopbar-section .shopbar > .shopbar-col-group {
    margin-bottom: 0px;
    position: relative;
  }
  #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 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  #header .shopbar-section .shopbar > .shopbar-col-group .shopbar-tools .shopbar-button {
    padding: 0;
  }
  #header .shopbar-section .shopbar-tools #shopbar-menu {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  #header .tabbyLogo {
    margin-left: 8px;
    max-width: 56px;
  }
  #header .tabbyLogo img {
    max-width: 56px;
  }
  #header .shopbar-tools .shopbar-tool {
    margin: 0px 0;
  }
}
@media (max-width: 360px) {
  #header .shopbar-tools .shopbar-tool {
    margin: 0px 5px;
  }
  #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;
  }
}

@media (max-width: 767px) {
  #shopbar-cart, #menubar-my-account {
    display: none !important;
  }
}
.homebannerSection {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .homebannerSection video {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .homebannerSection video {
    height: 85vh;
  }
}
@media (max-width: 767px) {
  .homebannerSection video {
    height: 75vh;
  }
}

.videoSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.videoSection video {
  max-width: 100%;
}

.contentSection {
  max-width: 1920px;
  margin: 0 auto;
}
.contentSection .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contentSection .contentBox .contentText {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.contentSection .contentBox .contentText .content {
  max-width: 280px;
  margin-left: auto;
  margin-right: 15%;
}
.contentSection .contentBox .contentText .content p {
  font-weight: 400;
}
.contentSection .contentBox .contentText .content p strong {
  font-weight: 700;
}
.contentSection .contentBox .contentImage {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}
.contentSection .contentBox.leftImage .contentText .content {
  margin-right: auto;
  margin-left: 15%;
  max-width: 350px;
}
.contentSection .contentBox.leftImage .contentImage {
  text-align: left;
}
.contentSection .contentBox .defaultBtn {
  margin-top: 35px;
}
@media (max-width: 991px) {
  .contentSection .contentBox .contentText .content {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 30px;
  }
  .contentSection .contentBox.leftImage .contentText .content {
    margin-left: 0px;
    max-width: 100%;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .contentSection .contentBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contentSection .contentBox .contentText {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .contentSection .contentBox .contentText .content {
    padding: 60px 20px 20px 20px;
    max-width: 350px;
  }
  .contentSection .contentBox .contentImage {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .contentSection .contentBox .contentImage img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .contentSection .contentBox.leftImage .contentImage img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .contentSection .contentBox.leftImage .content {
    padding: 0px 20px 30px 20px;
    max-width: 100%;
  }
}

.categorytopbox {
  padding: 0px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .categorytopbox {
    margin: 0;
  }
  .categorytopbox .leftbtn a {
    position: fixed;
    background: #000;
    z-index: 99;
    margin: 0 15px;
    left: 0;
    right: 0;
    bottom: 90px;
    text-align: center;
    padding: 10px;
    color: #fff !important;
  }
  .categorytopbox .leftbtn a path {
    stroke: #fff;
  }
}

.categorytopbox .leftbtn a {
  cursor: pointer;
}

.navbar-light .megamenu {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
.navbar-light .megamenu .navbar-nav {
  white-space: inherit;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.navbar-light .megamenu .navbar-nav.flex-nowrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.navbar-light .megamenu .navbar-nav .nav-item {
  margin-bottom: 5px;
}
.navbar-light .megamenu .navbar-nav .nav-item .nav-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding: 0px;
  background: none !important;
  position: relative;
  padding: 5px;
}
.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: #c99b4b;
}

.menubar-caret {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/arrow_down.png) no-repeat;
  height: 100%;
  width: 12px;
  background-size: contain;
  background-position: center;
}
@media (max-width: 991px) {
  .menubar-caret {
    top: inherit;
  }
}
.menubar-caret::before {
  display: none !important;
}

#burgerMenu {
  margin-left: 20px;
  cursor: pointer !important;
}

.shopbar-search {
  margin: 50px 0px;
}
.shopbar-search .form-control {
  width: 100% !important;
}
.shopbar-search input {
  padding-left: 50px !important;
}
.shopbar-search .instasearch-button {
  background: transparent;
  border: 0;
  left: 0 !important;
}
.shopbar-search .instasearch-button i {
  color: #000;
}
@media (max-width: 767px) {
  .shopbar-search {
    margin: 25px 0px 50px 0px;
  }
}

.megamenu-container {
  display: block !important;
  width: 100%;
  padding: 30px 50px;
  max-width: 1920px;
  margin: 0 auto;
}
.megamenu-container .megamenu {
  border: 0px !important;
}
@media (max-width: 767px) {
  .megamenu-container {
    padding: 30px 20px !important;
  }
}

.megamenuheader {
  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;
  margin-bottom: 0px;
}
.megamenuheader ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0px;
  margin: 0px;
}
.megamenuheader ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-transform: capitalize;
}
.megamenuheader ul li.seperator {
  background: #000;
  width: 1px;
  height: 100%;
  margin: 0px 40px;
}
@media (max-width: 767px) {
  .megamenuheader ul li.seperator {
    margin: 0 20px;
  }
}

.megamenu-section {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  z-index: 99999;
  top: 0;
  left: 0;
  background: #fff;
  display: none !important;
}
.megamenu-section.active {
  display: block !important;
}
.megamenu-section .closeBtn {
  cursor: pointer;
  color: #000;
  z-index: 1;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.megamenu-section .navbar {
  position: relative;
}

.menuoverlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menuoverlay .leftmenuoverlay {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0;
}
.menuoverlay .leftmenuoverlay .title {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #A5A5A5;
  position: relative;
  padding-bottom: 10px;
}
.menuoverlay .leftmenuoverlay .title::after {
  content: "";
  background: #BFBFBF;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.menuoverlay .leftmenuoverlay ul {
  padding: 0;
  list-style: none;
}
.menuoverlay .leftmenuoverlay ul li {
  margin-bottom: 10px;
}
.menuoverlay .leftmenuoverlay ul li a {
  padding: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  text-decoration: none !important;
}
.menuoverlay .rightmenuoverlay {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
  padding: 0px;
}
.menuoverlay .rightmenuoverlay a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menuoverlay .rightmenuoverlay a img {
  margin-bottom: 25px;
  max-height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.menuoverlay .spacer {
  height: 80px;
}
@media (max-width: 767px) {
  .menuoverlay {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menuoverlay .leftmenuoverlay {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .menuoverlay .leftmenuoverlay ul li a {
    font-size: 14px;
  }
  .menuoverlay .rightmenuoverlay {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .menuoverlay .rightmenuoverlay a img {
    max-height: 100%;
  }
  .menuoverlay .spacer {
    height: 40px;
  }
}

.search-focused .shop-logo {
  opacity: 1;
  margin-left: inherit !important;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  padding: 0px;
}

.shopbar-section {
  padding: 0px;
}

.shopbar .shop-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shopbar .shop-logo .brand {
  width: auto;
  max-width: 283px;
}
.shopbar .shopbar-search {
  display: none;
}
.shopbar .shopbar-tool {
  margin: 0px !important;
  margin-left: 15px !important;
}
.shopbar .search-focused .shop-logo {
  margin-left: 0;
  opacity: 1;
  -webkit-transform: inherit;
          transform: inherit;
}
.shopbar .instasearch-form {
  padding: 2px 8px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  min-width: 330px;
  margin-right: 30px;
  max-width: 100%;
}
.shopbar .instasearch-form .instasearch-term {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #666666;
  border: none;
  padding: 5px 10px;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  padding-right: 50px;
}
.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;
}
.shopbar .instasearch-form .instasearch-button i {
  color: #000;
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
  position: relative;
  left: 0;
  top: 0;
}
.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: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
  color: #000;
  display: block !important;
}
.shopbar .shopbar-button .shopbar-button-icon {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #000;
}
.shopbar .shopbar-button .label-cart-amount1 {
  display: block !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  color: #000;
}
.shopbar .shopbar-tools {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 575px) {
  .artlist-grid .art {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 15px;
  }
}

.art {
  margin: 0px;
  padding: 0px;
  border: none;
  margin-bottom: 50px;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 50% !important;
          flex: 0 0 50% !important;
  max-width: 50% !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.art:hover {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.art .artBox {
  position: relative;
  position: relative;
  margin: 0px 15px;
  text-align: center;
  font-family: "Urbanist", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
}
.art .artBox .sales_art {
  position: absolute;
  top: 3px;
  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;
  z-index: 3;
  width: 100%;
}
.art .artBox .sales_art span {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 18px;
}
.art .artBox .art-badges {
  display: none;
}
.art .artBox .art-picture-block {
  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: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.art .artBox .art-brand {
  text-align: center;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #232323;
  text-transform: uppercase;
  padding-bottom: 13px;
}
.art .artBox .art-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  margin: 10px 0px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000000;
  height: auto;
}
.art .artBox .art-name a {
  color: #000000;
}
.art .artBox .art-name a:hover {
  color: #000;
}
.art .artBox .art-name > span {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #A5A5A5;
}
.art .artBox .art-price-block {
  display: none !important;
}
.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 .btn.btn-primary.ajax-cart-link.px-sm-2.btn-lg.art-btn.col {
  display: none !important;
}
.art .artBox .art-drop .art-variant-info {
  display: none;
}
.art .artBox .btn-secondary.art-btn.ajax-cart-link {
  background: none;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 18px;
  top: 11px;
  color: #222;
  padding: 0px;
}
.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.svg) no-repeat center center;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.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-wishlisted {
  background: url(../images/heart_fill.svg) no-repeat center center;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.art .artBox .art-btn {
  background: none !important;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #232323;
  text-align: center;
  text-decoration: none !important;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 0px;
  margin: 12px auto 0px auto;
}
.art .artBox .art-btn:hover {
  background: none;
  color: #000;
}

.form-control {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  color: #808080;
  border: 1px solid #D6D6D6;
  padding: 12px !important;
  width: 100% !important;
  min-height: 48px;
}

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;
}

::-ms-input-placeholder {
  color: #808080;
}

::-webkit-input-placeholder {
  color: #808080;
}

::-moz-placeholder {
  color: #808080;
}

:-ms-input-placeholder {
  color: #808080;
}

::placeholder {
  color: #808080;
}

.text-muted, .muted {
  color: #808080 !important;
  padding-top: 10px;
}

.loginRegister .form-control {
  width: 100% !important;
}
.loginRegister .sectionTitle {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .loginRegister .sectionTitle {
    margin-bottom: 15px;
  }
}
.loginRegister .row-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.loginRegister .login-box {
  background: #fff;
}
.loginRegister .login-box .form-group label {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-align: left;
}
.loginRegister .login-box .form-group .input-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .loginRegister .login-box .form-group {
    margin-bottom: 20px;
  }
  .loginRegister .login-box .form-group label {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .loginRegister .login-box .loginBtn button {
    width: 100% !important;
  }
}
.loginRegister .form-group {
  margin-bottom: 30px;
  text-align: center;
}
.loginRegister .forgot-password {
  text-align: right;
  margin-top: 5px;
}
.loginRegister .forgot-password a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000 !important;
  text-decoration: underline !important;
}
@media (max-width: 767px) {
  .loginRegister .forgot-password a {
    font-size: 14px;
    margin: 20px 0px;
    display: inline-block;
  }
}
.loginRegister .register-block {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .loginRegister .register-block {
    margin-top: 30px;
  }
}
.loginRegister .registerLink {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000 !important;
}
.loginRegister .registerLink a:not([href]):not([tabindex]):hover {
  color: #000 !important;
}
.loginRegister .registerLink a {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  color: #000 !important;
}
.loginRegister .registerLink .register-button {
  margin-left: 5px;
  display: inline-block;
  text-decoration: underline !important;
  font-weight: 700;
}
@media (max-width: 767px) {
  .loginRegister .registerLink {
    text-align: left !important;
  }
  .loginRegister .registerLink a {
    font-size: 14px;
  }
}
.loginRegister .guestSection {
  margin-top: 30px;
  text-align: center;
}
.loginRegister.registration-page .text-muted {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #000 !important;
}
.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: 21px;
  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: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}
.loginRegister.registration-page .page-body .content-group .col-md-12 {
  padding: 0px;
}
@media (max-width: 767px) {
  .loginRegister.registration-page .page-body .content-group .col-form-label {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .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%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .loginRegister.registration-page .form-group {
    padding: 0px !important;
  }
  .loginRegister.registration-page .text-muted {
    font-size: 14px;
  }
}

.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: 12px;
  position: absolute;
  left: 0px;
  bottom: -21px;
  margin: 0px;
}
.commanform .col-form-label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400 !important;
  color: #000000;
  font-family: "Urbanist", sans-serif;
  padding-top: 0px;
  padding-bottom: 5px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .commanform {
    margin-bottom: 30px;
  }
  .commanform .form-group {
    margin-bottom: 15px;
  }
  .commanform .col-form-label {
    font-size: 14px;
    line-height: 24px;
  }
  .commanform .defaultBtn, .commanform .col-sm-auto {
    width: 100%;
    padding: 0;
  }
}
.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;
}
.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;
}

.conact_map_section iframe {
  display: block;
}
@media (max-width: 767px) {
  .conact_map_section {
    padding: 0 20px;
  }
}

.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 .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 .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 .contactformFlex .form-group.fullDiv .field-validation-error {
  left: 15px;
}
.contactRow .contactInfo {
  margin-top: 50px;
}
.contactRow .contactInfo .subTitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  color: #000;
}
.contactRow .contactInfo .contactDetails {
  list-style: none;
  padding-left: 0px;
  margin-top: 20px;
}
.contactRow .contactInfo .contactDetails li {
  color: #000;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contactRow .contactInfo .contactDetails li span {
  display: block;
}
.contactRow .contactInfo .contactDetails li p {
  margin-left: 15px !important;
}
.contactRow .contactInfo .contactDetails li p, .contactRow .contactInfo .contactDetails li a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #000;
  margin: 0px;
}
@media (max-width: 767px) {
  .contactRow .contactInfo {
    margin-top: 30px;
  }
}

#content-left {
  position: fixed;
  left: -100%;
  top: 0px;
  z-index: 9999;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
  opacity: 0;
}
#content-left .leftSideBox {
  max-width: 400px;
  height: 100%;
}
#content-left .leftSideBox .filterpopuptitle {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  border-bottom: 0px solid #D9D9D9;
}
#content-left .leftSideBox .filterpopuptitle a.btncloseone {
  cursor: pointer;
  position: absolute;
  right: 36px;
  top: 20px;
}
#content-left .leftSideBox .filterpopuptitle a.btncloseone img {
  width: 15px;
  height: 15px;
}
#content-left.openfilter {
  left: 0%;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
  opacity: 1;
}

.productdetails .product-details-page .pd-data-col {
  padding: 0px;
}
.productdetails .product-details-page .pd-section-bottom .pd-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-bottom: 50px;
}
.productdetails .product-details-page .pd-section-bottom .pd-description strong {
  margin-bottom: 15px;
  display: block;
  font-size: 18px;
  line-height: 30px;
}
.productdetails .product-details-page .pd-section-bottom .pd-description p {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.productdetails .product-details-page .pd-section-bottom .pd-description ul {
  list-style: none;
  padding-left: 0px;
}
.productdetails .product-details-page .pd-section-bottom .pd-description ul li {
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding-bottom: 6px;
  border-bottom: 1px solid #BFBFBF;
}
.productdetails .product-details-page .pd-section-bottom .pd-description ul li b, .productdetails .product-details-page .pd-section-bottom .pd-description ul li strong {
  font-size: 18px;
  line-height: 30px;
  display: block;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .productdetails .product-details-page .pd-section-bottom .col-12 {
    padding: 0px;
  }
  .productdetails .product-details-page .pd-section-bottom .pd-description {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
  }
  .productdetails .product-details-page .pd-section-bottom .pd-description p {
    font-size: 14px;
    line-height: 24px;
  }
  .productdetails .product-details-page .pd-section-bottom .pd-description strong {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .productdetails .product-details-page .pd-section-bottom .pd-description ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .productdetails .product-details-page .pd-section-bottom .pd-description ul li b, .productdetails .product-details-page .pd-section-bottom .pd-description ul li strong {
    font-size: 16px;
    line-height: 24px;
  }
}
.productdetails .product-details-page #pd-gallery-container .gal-box .gal-cell {
  border: 0px;
  vertical-align: middle;
}
.productdetails .product-details-page #pd-gallery-container .gal-box .gal-cell .gal-item-content {
  margin: 0px;
  width: 100%;
  height: 100%;
}
.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-arrow.slick-prev {
  left: 40px;
  font-size: 0px;
  height: 35px;
  width: 35px;
  border: 1px solid #000;
  background: url(../images/slick-arrow-left.svg) no-repeat !important;
  background-size: initial;
  background-position: center !important;
}
.productdetails .product-details-page #pd-gallery-container .gal-box .gal-cell .slick-arrow.slick-next {
  right: 40px;
  font-size: 0px;
  height: 35px;
  width: 35px;
  border: 1px solid #000;
  background: url(../images/slick-arrow-right.svg) no-repeat !important;
  background-size: initial;
  background-position: center !important;
}
.productdetails .product-details-page #pd-gallery-container .gal-box .gal-cell .slick-arrow.slick-disabled, .productdetails .product-details-page #pd-gallery-container .gal-box .gal-cell .gal-arrow.gal-disabled {
  opacity: 0.5 !important;
}
@media (max-width: 991px) {
  .productdetails .product-details-page #pd-gallery-container .gal-box .gal-cell .slick-arrow.slick-next {
    right: 20px;
  }
  .productdetails .product-details-page #pd-gallery-container .gal-box .gal-cell .slick-arrow.slick-prev {
    left: 20px;
  }
}
@media (max-width: 575px) {
  .productdetails .product-details-page #pd-gallery-container .gal-box .gal-cell .slick-arrow.slick-next {
    right: 10px;
    height: 25px;
    width: 25px;
  }
  .productdetails .product-details-page #pd-gallery-container .gal-box .gal-cell .slick-arrow.slick-prev {
    left: 10px;
    height: 25px;
    width: 25px;
  }
}
.productdetails .product-details-page #pd-gallery-container .gal-box .gal-nav-cell {
  display: none !important;
}
.productdetails .product-details-page .productRightContent {
  position: relative;
  background: #F6F6F6;
  padding: 60px;
}
.productdetails .product-details-page .productRightContent .innerProductContent {
  background: #fff;
  padding: 30px;
  position: relative;
}
.productdetails .product-details-page .productRightContent .pd-group, .productdetails .product-details-page .productRightContent .pd-offer-price {
  margin-bottom: 5px;
}
.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-bottom: 0px;
}
.productdetails .product-details-page .productRightContent .pd-info .pd-brand-block {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.productdetails .product-details-page .productRightContent .pd-info .page-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
}
.productdetails .product-details-page .productRightContent .pd-info .page-title h1 {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  margin: 0;
}
.productdetails .product-details-page .productRightContent .pd-info .page-title .skuUnit p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #A5A5A5;
  margin: 0 !important;
}
.productdetails .product-details-page .productRightContent .pd-actions-container {
  position: absolute;
  right: 30px;
  top: 30px;
  margin: 0px;
  padding: 0px;
  border: none;
}
.productdetails .product-details-page .productRightContent .pd-actions-container .pd-action-item {
  padding: 0px;
  border: 0px;
  padding: 0px 2px !important;
}
.productdetails .product-details-page .productRightContent .pd-actions-container .pd-action-item .pd-action-link .pd-action-label {
  display: none !important;
}
.productdetails .product-details-page .productRightContent .pd-actions-container .pd-action-item .pd-action-link .icm-heart {
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  color: #292D32;
}
.productdetails .product-details-page .productRightContent .pd-actions-container i {
  display: block;
}
.productdetails .product-details-page .productRightContent .pd-actions-container i.fa-heart {
  background: url(../images/hearticon.svg) no-repeat center center;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.productdetails .product-details-page .productRightContent .pd-actions-container i.fa-heart::before {
  display: none;
}
.productdetails .product-details-page .productRightContent .pd-actions-container i.fa-heart-wishlisted {
  background: url(../images/heart_fill.svg) no-repeat center center;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.productdetails .product-details-page .productRightContent .pd-offer {
  background: none;
  padding: 7px 0px 0px 0px;
  position: initial;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-price-container {
  margin: 25px 0px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-price {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000000;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container {
  margin-top: 20px;
}
.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-bottom: 25px;
  width: 100%;
  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;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-label {
  margin-bottom: 0px;
  font-weight: 500;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control {
  display: inline-block;
  min-width: 150px;
}
.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;
  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: #000;
}
.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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.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: transparent;
  color: #000;
  border: 1px solid #000;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control.radioBtnList .form-check {
  list-style: none;
  margin: 0px 5px;
  margin-bottom: 0px;
  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: 8px 15px;
  border-radius: 0px;
  background: #fff;
  text-align: center;
  margin-right: 0px;
  cursor: pointer;
  display: block;
  color: #000;
  border: 1px solid #D9D9D9;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control.radioBtnList .form-check:hover label {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}
.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: 8px 15px;
  border-radius: 6px;
  background: #fff;
  text-align: center;
  margin-right: 0px;
  cursor: pointer;
  display: block;
  color: #551C25;
}
.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.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 .productActionBar {
  margin-bottom: 25px;
}
.productdetails .product-details-page .productRightContent .pd-offer .productActionBar #add-to-cart {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.productdetails .product-details-page .productRightContent .pd-offer .productActionBar #add-to-cart i {
  display: none !important;
}
.productdetails .product-details-page .productRightContent .pd-offer .productActionBar #add-to-cart span {
  padding: 0px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-actions-container {
  margin-left: 0px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-actions-container .pd-offer-actions {
  margin: 0 -10px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-actions-container .pd-offer-actions .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-actions-container .pd-offer-actions .pd-offer-action-qty input {
  border-radius: 0px !important;
}
@media (max-width: 1199px) {
  .productdetails .product-details-page .productRightContent {
    padding: 0px;
    background: transparent;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .productActionBar #add-to-cart {
    padding: 13px 10px !important;
  }
}
@media (max-width: 767px) {
  .productdetails .product-details-page .productRightContent {
    padding: 0px;
    margin-top: 15px;
    background: transparent;
  }
  .productdetails .product-details-page .productRightContent .innerProductContent {
    padding: 0;
  }
  .productdetails .product-details-page .productRightContent .pd-info .page-title h1 {
    font-size: 16px;
    line-height: 24px;
  }
  .productdetails .product-details-page .productRightContent .pd-actions-container {
    top: 0px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-offer-price-container {
    margin-top: 0px;
  }
  .productdetails .product-details-page .productRightContent .productActionBar {
    -webkit-box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.2);
    position: fixed;
    margin: 0 !important;
    z-index: 9;
    background: #fff;
    padding: 10px 15px;
    bottom: 75px;
    left: 0px;
    right: 0px;
  }
  .productdetails .product-details-page .productRightContent .productActionBar #add-to-cart {
    padding: 13px 20px !important;
  }
}

.page-body .blogposts .blogpostsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-body .blogposts .blogpostsList 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;
  border: 1px solid #D6D6D6 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.page-body .blogposts .blogpostsList article img {
  width: 100%;
}
.page-body .blogposts .blogpostsList article .blogpost-text {
  padding: 20px !important;
  position: relative;
}
.page-body .blogposts .blogpostsList article .blogpost-text h3 {
  margin-bottom: 0px !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
  margin-bottom: 12px !important;
}
.page-body .blogposts .blogpostsList article .blogpost-text h3 a {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
  color: #000;
}
.page-body .blogposts .blogpostsList article .blogpost-text .blogpost-intro {
  font-size: 16px;
  line-height: 24px;
}
.page-body .blogposts .blogpostsList article .blogpost-text .blogpost-date {
  margin-bottom: 0px !important;
  position: absolute;
  top: -48px;
  right: 0;
  background: #000;
  padding: 12px 20px;
  bottom: inherit;
  color: #fff !important;
  font-size: 16px;
  line-height: 24px;
}
.page-body .blogposts .blogpostsList article .blogpost-text .learnMore {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #616161;
  margin-top: 20px;
  text-decoration: none !important;
}
.page-body .blogposts .blogpostsList article .blogpost-text .learnMore svg {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .page-body .blogposts .blogpostsList article .blogpost-text {
    padding-left: 15px !important;
  }
  .page-body .blogposts .blogpostsList article .blogpost-text h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px !important;
  }
  .page-body .blogposts .blogpostsList article .blogpost-text h3 a {
    font-size: 16px;
    line-height: 24px;
  }
  .page-body .blogposts .blogpostsList article .blogpost-text .blogpost-intro {
    font-size: 14px;
    line-height: 24px;
  }
  .page-body .blogposts .blogpostsList article .blogpost-text .learnMore {
    margin-top: 10px;
  }
  .page-body .blogposts .blogpostsList article .blogpost-text .blogpost-date {
    font-size: 14px;
    padding: 8px 20px;
    top: -40px;
  }
}
@media (max-width: 991px) {
  .page-body .blogposts .blogpostsList article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    max-width: 47%;
  }
}
@media (max-width: 767px) {
  .page-body .blogposts .blogpostsList article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .page-body .blogposts .blogpostsList 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 .blogpostsList {
    display: block;
  }
}

.blogpost-page .page-title h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  text-transform: uppercase;
  margin-bottom: 50px;
  color: #000;
}
.blogpost-page .blogpost-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 14px;
  color: #808080;
}
.blogpost-page .single-media-item-image {
  margin-bottom: 30px;
}
.blogpost-page .blogpost-content h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-bottom: 15px;
  margin-top: 25px;
}
.blogpost-page .blogpost-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.policySection p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
.policySection h2 {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 700 !important;
}
.policySection ul, .policySection ol {
  padding-left: 30px;
}
.policySection ul li, .policySection ol li {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
}
.policySection a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .policySection h2 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
  }
  .policySection p, .policySection ul li, .policySection ol li {
    font-size: 14px;
  }
}

#newsAccordion .card {
  border: 0px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: transparent;
}
#newsAccordion .card.is-open {
  background-color: #F9F9FB;
}
#newsAccordion .card.is-open .card-header {
  padding-bottom: 15px;
}
#newsAccordion .card-header {
  padding: 30px;
  background: transparent;
  border: 0px !important;
  -webkit-transition: padding 0.1s ease;
  transition: padding 0.1s ease;
}
#newsAccordion .card-header button {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  padding: 0;
  text-decoration: none !important;
  margin-bottom: 0px;
}
#newsAccordion .card-body {
  padding: 0 30px 30px 30px;
}
#newsAccordion .accordion-icon {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#newsAccordion .btn.collapsed .accordion-icon {
  content: "+";
}
#newsAccordion .btn:not(.collapsed) .accordion-icon {
  content: "−";
}
@media (max-width: 767px) {
  #newsAccordion .card-header {
    padding: 15px;
  }
  #newsAccordion .card-header button {
    white-space: normal;
  }
  #newsAccordion .card-body {
    padding: 0 15px 15px 15px;
  }
}

.costeps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 0px;
  border: 1px solid #BFBFBF;
  border-left: 0px;
  border-right: 0px;
  margin: 50px 0 25px 0px;
}
.costeps .costep {
  padding: 0px 45px 0 40px;
  position: relative;
}
.costeps .costep:nth-child(1) {
  padding-left: 0px;
}
.costeps .costep:nth-child(4) {
  padding-right: 0px;
}
.costeps .costep:nth-child(4)::after {
  display: none;
}
.costeps .costep::before {
  display: none;
}
.costeps .costep::after {
  display: block;
  margin: 0;
  width: 10px;
  height: 10px;
  background: #fff !important;
  border-top: 3px solid #A2A3B1;
  border-left: 3px solid #A2A3B1;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  right: 0;
  top: 0px;
  bottom: 0;
  margin: auto;
  left: inherit;
}
.costeps .costep .costep-label {
  font-size: 18px;
  font-weight: 600;
  color: #A6A6A6;
  text-align: left;
  padding: 0;
}
.costeps .costep.active .costep-label, .costeps .costep.visited .costep-label {
  color: #000;
}
.costeps .costep.active::after, .costeps .costep.visited::after {
  border-color: #000;
}
@media (max-width: 767px) {
  .costeps {
    margin: 20px 0px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
    scroll-behavior: auto;
    -webkit-overflow-scrolling: auto;
  }
  .costeps .costep {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    max-width: 100%;
    padding: 0 20px;
  }
  .costeps .costep .costep-label {
    overflow: inherit;
    white-space: nowrap;
    text-overflow: initial;
    font-size: 14px;
    line-height: 22px;
    display: block;
    width: 100%;
  }
}

.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;
  border-bottom: none;
}
.card.card_list .cart .cart-head, .wishlist-content .card.card_list .cart .cart-head {
  background: #DAEAF3;
  border-radius: 0px;
  display: none;
}
.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: 24px;
  font-weight: 500;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Urbanist", sans-serif;
}
.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-body .cart-row, .wishlist-content .card.card_list .cart .cart-body .cart-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  border-bottom: 1px solid #BFBFBF;
  padding: 20px 0px;
}
.card.card_list .cart .cart-body .cart-row .cart-col, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col {
  border: none;
}
.card.card_list .cart .cart-body .cart-row .cart-col-main, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main {
  padding: 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
.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 {
  padding: 0px;
  width: 100%;
  max-width: 100%;
  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-radius: 0px;
  margin-right: 10px;
}
.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 {
  width: 100%;
}
.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;
}
.card.card_list .cart .cart-body .cart-row .cart-item-link, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-item-link {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}
@media (max-width: 767px) {
  .card.card_list .cart .cart-body .cart-row .cart-item-link, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-item-link {
    font-size: 16px;
    line-height: 24px;
  }
}
.card.card_list .cart .cart-body .cart-row .attributes, .wishlist-content .card.card_list .cart .cart-body .cart-row .attributes {
  color: #000 !important;
  font-size: 14px !important;
  line-height: 24px !important;
  text-transform: uppercase;
  padding: 0px;
}
.card.card_list .cart .cart-body .cart-row .prodCat, .wishlist-content .card.card_list .cart .cart-body .cart-row .prodCat {
  color: #A5A5A5;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}
.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: 110px;
}
.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: 0px !important;
  width: 100%;
  margin: 0px auto;
}
.card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .input-group, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .input-group {
  width: 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: transparent;
  border-radius: 0px !important;
  margin: -1px 0px;
  width: 35px;
  height: 35px;
}
.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: #141B34;
  border: #D6D6D6 solid 1px;
  width: 35px;
  height: 35px;
}
.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;
}
@media (max-width: 767px) {
  .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 {
    width: 25px;
    height: 25px;
  }
  .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 {
    width: 25px;
    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 {
  border-radius: 0px !important;
  border: none;
  min-width: 120px;
  font-weight: 400;
  min-height: inherit;
  height: 32px;
  width: 30px !important;
  font-size: 16px;
  color: #000;
}
@media (max-width: 767px) {
  .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 {
    height: 25px;
    font-size: 14px;
    min-width: 90px;
  }
}
.card.card_list .cart .cart-body .cart-row .cart-product-info, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-product-info {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0px 0px 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
  position: relative;
}
.card.card_list .cart .cart-body .cart-row .cart-product-info .col2, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-product-info .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card.card_list .cart .cart-body .cart-row .cart-product-info .cart-col, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-product-info .cart-col {
  width: auto;
  max-width: none;
  min-width: inherit;
  padding: 0px;
}
.card.card_list .cart .cart-body .cart-row .cart-remove-btn, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-remove-btn {
  position: absolute;
  top: 0px;
  padding: 0 !important;
  right: 0px;
}
.card.card_list .cart .cart-body .cart-row .cart-remove-btn .remove-item, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-remove-btn .remove-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .card.card_list .cart .cart-body .cart-row .cart-remove-btn .remove-item, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-remove-btn .remove-item {
    font-size: 12px;
  }
}
.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;
  }
}
.card.card_list .cart-footer, .wishlist-content .card.card_list .cart-footer {
  font-size: 16px;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  padding: 50px 25px;
  background: #F9F9FB;
  border-radius: 0px !important;
}
@media (max-width: 767px) {
  .card.card_list .cart-footer, .wishlist-content .card.card_list .cart-footer {
    padding: 30px 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .card.card_list .cart-footer .input-group-append, .wishlist-content .card.card_list .cart-footer .input-group-append {
    width: 100%;
  }
  .card.card_list .cart-footer .defaultBtn, .wishlist-content .card.card_list .cart-footer .defaultBtn {
    width: 100%;
    margin-top: 15px;
    display: block;
  }
}
.card.card_list .cart-footer .coupon-code, .wishlist-content .card.card_list .cart-footer .coupon-code {
  padding: 0px;
  margin: 0px;
}
.card.card_list .cart-footer .coupon-code .cartLabel, .wishlist-content .card.card_list .cart-footer .coupon-code .cartLabel {
  padding: 0px;
  color: #000;
}
.card.card_list .cart-footer .input-group, .wishlist-content .card.card_list .cart-footer .input-group {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.card.card_list .cart-footer .input-group input, .wishlist-content .card.card_list .cart-footer .input-group input {
  min-height: 48px;
  width: auto !important;
}
.card.card_list .cart-footer .input-group .input-group-btn .defaultBtn, .wishlist-content .card.card_list .cart-footer .input-group .input-group-btn .defaultBtn {
  padding: 10px 50px !important;
}
.card.card_list .cart-footer .checkout-buttons .btn-continue-shopping, .wishlist-content .card.card_list .cart-footer .checkout-buttons .btn-continue-shopping {
  margin-top: 10px;
}
.card.card_list .cart-footer .cart-summary, .wishlist-content .card.card_list .cart-footer .cart-summary {
  margin: 30px 0px;
}
.card.card_list .cart-footer .cart-summary tr td, .wishlist-content .card.card_list .cart-footer .cart-summary tr td {
  padding: 6px 0px;
  color: #000;
  width: 50%;
}
.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-weight: 700;
}
.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-weight: 700;
}

.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;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  font-weight: normal !important;
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 991px) {
  .checkboxsection label {
    font-size: 16px;
    line-height: 20px;
  }
}

.addressForm_comman .form-horizontal .contactNumber {
  padding: 0 15px;
}
.addressForm_comman .form-horizontal .contactNumber .contactRow1 {
  width: 100%;
}
.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;
}
.addressForm_comman .form-horizontal .contactNumber .row .col-sm-9 {
  padding-right: 0;
}

.contactNumber.shippingPhone .row {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  margin-left: -5px;
  display: block;
}
.contactNumber.shippingPhone .row .col-md-3.col-form-label.required {
  display: none;
}
.contactNumber.shippingPhone .row .col-md-9 {
  max-width: 100%;
}
.contactNumber.shippingPhone .codebox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  margin-right: 20px;
}

fieldset.content-group {
  margin: 0px;
}

.addressForm_comman .container {
  padding: 0px;
}
.addressForm_comman .blingcheckbox {
  margin-bottom: 0px !important;
}
@media (max-width: 575px) {
  .addressForm_comman .blingcheckbox {
    margin-bottom: 30px !important;
  }
}
.addressForm_comman .billingShippinfAdreesSection {
  margin: 0px 0px 40px 0px;
}
.addressForm_comman .billingShippinfAdreesSection .commanform .form-group .field-validation-error {
  left: 15px;
}
.addressForm_comman .billingShippinfAdreesSection .content-group {
  max-height: 600px;
  margin-right: 10px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}
.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;
}
@media (max-width: 767px) {
  .addressForm_comman .billingShippinfAdreesSection {
    margin-bottom: 20px;
  }
}
.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: 16px;
  line-height: 24px;
}
.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: 18px;
  padding-bottom: 4px !important;
}
.addressForm_comman .address-list .card .address, .addressForm_comman .address-list .card .email {
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .addressForm_comman .address-list .card {
    font-size: 14px;
  }
  .addressForm_comman .address-list .card .name {
    font-size: 16px;
    line-height: 24px;
  }
}
.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 h3 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  font-family: "Urbanist", sans-serif;
  margin: 0px;
}
.addressForm_comman .boxBillingShipping .content-group {
  padding: 30px 10px;
}
.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: 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 .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 .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;
  top: 3px;
  position: relative;
  top: 6px;
}
.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: 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;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .addressForm_comman .otherAdrresAdd label {
    font-size: 16px;
    line-height: 24px;
  }
}
.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 .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%;
}
@media (max-width: 575px) {
  .addressForm_comman .form-horizontal .row {
    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;
}
.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;
  background: transparent;
  min-height: 48px;
}
.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 .field-validation-error {
  position: absolute;
  left: 17px;
  bottom: -22px;
}
.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%;
  }
}

.billingButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.billingButton a, .billingButton button {
  min-width: 200px;
}
.billingButton a input, .billingButton button input {
  width: 100%;
}
@media (max-width: 575px) {
  .billingButton a, .billingButton button {
    min-width: inherit;
  }
}
@media (max-width: 575px) {
  .billingButton {
    position: fixed;
    bottom: 75px;
    z-index: 1;
    background: #fff;
    width: 100%;
    left: 0;
    right: 0;
    padding: 10px;
    -webkit-box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.2);
  }
  .billingButton a, .billingButton button {
    width: 50% !important;
  }
  .billingButton a input, .billingButton button input {
    width: 100% !important;
  }
}

.addressBoxsec .change-checkout-data {
  background: transparent !important;
}

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

.addressBoxsec .shippinginfo, .addressBoxsec .billinginfo {
  padding: 0;
}
.addressBoxsec .shippinginfo .name, .addressBoxsec .billinginfo .name {
  font-size: 18px;
  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: 16px;
  font-weight: 400;
  line-height: 24px;
}
.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;
}

#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: 0;
  border: 0;
  padding: 0;
}
.checkout_comman .card .billinginfo, .checkout_comman .card .shippinginfo {
  margin: 0 10px;
  background-color: #fff;
  padding: 20px;
}
.checkout_comman .card .billinginfo > .row, .checkout_comman .card .shippinginfo > .row {
  margin: 0px;
}
.checkout_comman .card .billinginfo .addreesTitle, .checkout_comman .card .shippinginfo .addreesTitle {
  padding: 0px !important;
}
@media (max-width: 767px) {
  .checkout_comman .card .billinginfo, .checkout_comman .card .shippinginfo {
    padding: 5px 20px;
  }
}
.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;
  background: transparent;
  border: 0px;
}
.checkout_comman .billinginfo .btn img, .checkout_comman .shippinginfo .btn img {
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 20px;
}
.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 {
  border: 0px;
  font-size: 12px;
  line-height: 18px;
}
.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;
}

.checkout-confirm-page #order-totals .cart-summary {
  margin: 0px !important;
}
.checkout-confirm-page .bgnone #confirm-order-form {
  background: transparent;
  padding: 0;
}
.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;
}
@media (max-width: 767px) {
  .checkout-confirm-page .bgnone #confirm-order-form {
    margin-bottom: 30px;
  }
}
.checkout-confirm-page .tabbyPaymentFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkout-confirm-page .tabbyPaymentFlex .opt-name {
  font-size: 14px !important;
  font-weight: 500;
  margin-left: 10px !important;
}
.checkout-confirm-page .tabbyPaymentFlex button {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 0px;
  z-index: 11;
  position: relative;
  cursor: pointer;
}
.checkout-confirm-page .tabbyPaymentFlex button i {
  position: relative;
  z-index: -1;
  cursor: pointer;
}
.checkout-confirm-page .cardimg img {
  max-height: 32px;
}
.checkout-confirm-page #confirm-order-form {
  background: #F9F9FB;
  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;
  margin-bottom: 20px;
  font-size: 20px;
  color: #000;
  width: 100%;
  padding: 0px;
  -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: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: 5;
      -ms-flex-order: 4;
          order: 4;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_0 .tabbyPaymentFlex {
  -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 .tabbyPaymentFlex .payment-method-description {
  margin: 0px;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_0.opt-list-item .form-check label:before, .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_0.opt-list-item .form-check input[type=radio]:checked + label:after {
  top: 12px;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_1 .tabbyPaymentFlex {
  -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_1 .tabbyPaymentFlex .payment-method-description {
  margin: 0px;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_1.opt-list-item .form-check label:before, .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_1.opt-list-item .form-check input[type=radio]:checked + label:after {
  top: 12px;
}
.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: 3;
      -ms-flex-order: 2;
          order: 2;
}
.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#Lipaymentmethod_3 .tabbyPaymentFlex {
  margin-top: -10px;
}
.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 #000;
  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: #000;
  background-color: #000;
}
.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;
}
.checkout-confirm-page .order-summary-body #cart-items .cart-col-remove {
  display: none;
}

.offcanvas-content .nav-link .badge {
  margin-left: 5px;
}
.offcanvas-content .offcanvas-cart-content .qty-input {
  width: 100%;
  max-width: 100px;
  margin: 0;
  border: 1px solid #000;
}
.offcanvas-content .offcanvas-cart-content .qty-input .input-group {
  line-height: 1;
}
.offcanvas-content .offcanvas-cart-content .qty-input .input-group-btn {
  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: #000;
}
.offcanvas-content .offcanvas-cart-content .qty-input .input-group-btn .btn i {
  opacity: 1;
}
.offcanvas-content .offcanvas-cart-content .qty-input .form-control {
  border-radius: 0px !important;
  border: none;
  height: 32px;
  width: 100% !important;
  color: #000;
  background: transparent;
  min-height: inherit !important;
}
.offcanvas-content .offcanvas-cart-content .offcanvas-cart-item {
  padding: 20px;
}
.offcanvas-content .offcanvas-cart-content .offcanvas-cart-item a {
  font-size: 18px;
  line-height: 24px;
}
.offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .col-alpha {
  margin-top: 12px;
  width: 100%;
  max-width: 100%;
}
.offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .col-alpha.img-alpha {
  max-width: 120px;
  margin: 0;
}
.offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .col-alpha.img-alpha a {
  max-width: 120px;
}
.offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .col-alpha.img-alpha a img {
  max-width: 120px;
}
.offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .col-data .name {
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0px;
}
.offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .price.unit-price {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin-top: 3px;
  display: inline-block;
}
.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.remove {
  border: 0px;
  padding: 0;
  height: auto;
  background: transparent !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;
}
.offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .ml-auto.text-nowrap .btn:last-child {
  margin-right: 0px;
}
.offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .addwishlist {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  border: 0px !important;
}
.offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .addtocartbtn {
  background: #000;
  color: #fff;
  width: auto;
  padding: 5px 12px;
  border: 0px;
  font-size: 14px;
  margin-left: 10px;
}
.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;
  background: transparent;
  border-color: #d9d9d9;
  color: #d9d9d9;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  padding: 13px 30px;
  border-radius: 0px;
}
.offcanvas-content .offcanvas-cart-footer .btn-action.btn-success {
  background: transparent;
}
.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: 767px) {
  .offcanvas-content .offcanvas-cart-footer .btn-action {
    font-size: 12px;
  }
}
.offcanvas-content .offcanvas-tabs {
  padding: 15px 20px 0px 20px;
}
.offcanvas-content .offcanvas-tabs .nav-tabs {
  border-bottom: 1px solid #000;
}
.offcanvas-content .offcanvas-tabs .nav-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #000;
  padding-bottom: 20px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  background: transparent !important;
}
@media (max-width: 767px) {
  .offcanvas-content .offcanvas-tabs {
    font-size: 16px;
    line-height: 24px;
  }
}
.offcanvas-content .offcanvas-cart-body .alert {
  background: transparent;
  text-align: center;
  font-weight: 300;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  border-bottom: #000 solid 1px;
  margin: 0 40px;
  padding: 20px 35px 20px 20px;
}
.offcanvas-content .offcanvas-cart-body .alert::before, .offcanvas-content .offcanvas-cart-body .alert::after {
  display: none !important;
}
.offcanvas-content .offcanvas-cart-body .alert.alert-dismissible .close {
  padding: 10px;
  bottom: 0px;
}
.offcanvas-content .offcanvas-cart-footer-row {
  background: #000 !important;
  padding: 30px;
}
.offcanvas-content .offcanvas-cart-footer-row .sub-total-caption {
  margin-bottom: 5px;
  text-transform: inherit;
}
.offcanvas-content .offcanvas-cart-footer-row .sub-total-caption, .offcanvas-content .offcanvas-cart-footer-row .sub-total.price {
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .offcanvas-content .offcanvas-cart-footer-row {
    padding: 20px;
  }
  .offcanvas-content .offcanvas-cart-footer-row .sub-total-caption, .offcanvas-content .offcanvas-cart-footer-row .sub-total.price {
    font-size: 12px;
    line-height: 16px;
  }
}

#footer {
  background: #000;
}
#footer .footer-main-wrapper {
  padding-top: 35px;
}
@media (max-width: 575px) {
  #footer .footerLogo img {
    max-height: 35px;
  }
}
#footer .footerSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  flex-wrap: wrap;
  padding: 20px 0px 20px 0px;
}
#footer .footerSection > li:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
}
#footer .footerSection > li:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.3%;
          flex: 0 0 23.3%;
  max-width: 23.3%;
}
#footer .footerSection > li:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.3%;
          flex: 0 0 23.3%;
  max-width: 23.3%;
}
#footer .footerSection > li:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.3%;
          flex: 0 0 23.3%;
  max-width: 23.3%;
}
#footer .footerSection > li .footerLogo {
  text-align: center;
  padding-right: 40px;
}
#footer .footerSection > li .footerBox {
  position: relative;
  padding: 15px 0px 0px 0px;
}
#footer .footerSection > li .footerBox::before {
  content: "";
  display: block;
  height: 1px;
  width: 80%;
  position: absolute;
  top: 0px;
  left: 0px;
}
#footer .footerSection > li .footerBox .footer-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#footer .footerSection > li .footerBox .cms-menu-linklist ul {
  padding-left: 15px;
  list-style: disc;
}
#footer .footerSection > li .footerBox .cms-menu-linklist ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #fff;
  padding-left: 6px;
}
#footer .footerSection > li .footerBox .cms-menu-linklist ul li::marker {
  font-size: 8px;
}
#footer .footerSection > li .footerBox .cms-menu-linklist ul li a {
  font-size: 16px;
  line-height: 24px;
  padding: 1px 0px;
  margin-bottom: 2px;
  display: block;
  font-weight: 280;
  color: #fff;
  text-decoration: none !important;
}
#footer .footerSection > li .footerBox .contactdetail {
  padding-left: 20px;
  list-style: disc;
}
#footer .footerSection > li .footerBox .contactdetail li {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 10px;
}
#footer .footerSection > li .footerBox .contactdetail p, #footer .footerSection > li .footerBox .contactdetail a {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  display: block;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  #footer .footerSection > li {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media (max-width: 767px) {
  #footer .footerSection {
    padding: 0 30px;
  }
  #footer .footerSection > li .footerLogo {
    padding: 0px;
    margin-bottom: 40px;
  }
  #footer .footerSection > li .footerLogo img {
    max-width: 70px;
  }
  #footer .footerSection > li .footerBox {
    margin-bottom: 40px;
  }
  #footer .footerSection > li .footerBox .contactdetail p br {
    display: none;
  }
}
#footer .btmFooterSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px;
  padding: 20px 0px;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
#footer .btmFooterSection > li .footerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .btmFooterSection > li .footerBox .footer-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0px;
}
#footer .btmFooterSection > li .footerBox .footList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .btmFooterSection > li .footerBox .footList a {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0 6px;
  text-decoration: none !important;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 991px) {
  #footer .btmFooterSection > li {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #footer .btmFooterSection {
    padding: 10px 0;
  }
  #footer .btmFooterSection > li {
    padding: 5px 0px;
    margin: 0px;
  }
  #footer .btmFooterSection > li .footerBox .footer-title {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
  }
  #footer .btmFooterSection > li .footerBox .footList a {
    font-size: 12px;
    line-height: 20px;
    margin: 0 4px;
  }
}
#footer .copyright {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  padding: 25px 0px;
  color: #FFFFFF;
  margin: 0px;
}
@media (max-width: 767px) {
  #footer .footer-main-wrapper {
    padding: 30px 0px;
    padding-bottom: 60px;
  }
  #footer .footer-main {
    padding: 0 15px !important;
  }
  #footer .footerLogo {
    margin-bottom: 15px;
  }
  #footer .footerSection {
    padding: 0px;
  }
  #footer .footerSection > li {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 12px 0px;
  }
  #footer .footerSection > li .footerBox {
    margin-bottom: 0px;
    padding: 0;
  }
  #footer .footerSection > li .footerBox .footer-title {
    font-size: 16px;
    line-height: 24px;
  }
  #footer .footerSection > li .footerBox .contactdetail li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  #footer .footerSection > li .footerBox .contactdetail a, #footer .footerSection > li .footerBox .contactdetail p {
    font-size: 14px;
    line-height: 24px;
  }
  #footer .footerSection > li .footerBox .cms-menu-linklist ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .footerSection > li .footerBox .cms-menu-linklist ul li::marker {
    font-size: 5px;
  }
  #footer .footerSection > li .footerBox .cms-menu-linklist ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  #footer .footerSection > li .footerBox .cms-menu-linklist ul li a {
    font-size: 14px;
    line-height: 24px;
    margin: 0px;
  }
  #footer .mobStickyFooter {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    right: 0;
    z-index: 998;
    -webkit-box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.2);
  }
  #footer .mobStickyFooter ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: center;
    padding: 5px 10px;
    margin: 0px;
  }
  #footer .mobStickyFooter ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    list-style: none !important;
  }
  #footer .mobStickyFooter ul li a {
    padding: 8px 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;
    font-size: 12px;
  }
  #footer .mobStickyFooter ul li a .icon-item {
    margin-bottom: 0px;
    position: relative;
  }
  #footer .mobStickyFooter ul li a .icon-item .badge {
    font-size: 10px;
    position: absolute;
    color: #fff;
    right: -15px;
    top: -5px;
    background: #000;
  }
  #footer .mobStickyFooter ul li a .text {
    color: #AAAEBB;
    text-decoration: none !important;
  }
  #footer .mobStickyFooter ul li a i {
    font-size: 15px;
    color: #AAAEBB;
  }
  #footer .mobStickyFooter ul li.active a .text {
    color: #000;
  }
  #footer .mobStickyFooter ul li.active a svg path {
    stroke: #000;
  }
}

.page-myaccount .mainSecTitle {
  padding-bottom: 15px;
}
.page-myaccount .hdrow.heading {
  padding-bottom: 28px;
}
.page-myaccount form {
  margin-left: -15px;
  margin-right: -15px;
}
.page-myaccount fieldset.content-group > legend {
  color: #000;
  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-item {
  background: transparent;
  border-color: #ccc;
}
.page-myaccount .cms-menu-listgroup .card .list-group {
  border-radius: 0px;
}
.page-myaccount .cms-menu-listgroup .card .list-group a {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  padding: 10px 20px;
  position: relative;
}
.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 {
  font-weight: 600;
}
.page-myaccount .cms-menu-listgroup .card .list-group a.active, .page-myaccount .cms-menu-listgroup .card .list-group a:hover {
  color: #000000;
}
.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: 18px;
  text-transform: capitalize;
  line-height: 24px;
  color: #000000;
  margin-bottom: 20px;
  font-weight: 300;
}
@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;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .page-myaccount {
    padding: 15px 0 50px 0px;
  }
  .page-myaccount .cms-menu {
    margin-bottom: 30px;
  }
  .page-myaccount .cms-menu-listgroup .card-header {
    display: block !important;
    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: 16px;
    margin-bottom: 5px !important;
  }
  .page-myaccount .btnCenterMobile {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .page-myaccount {
    padding: 15px 0px 30px 0;
  }
  .page-myaccount .text-muted {
    font-size: 13px;
  }
}

.page-order-details small, .page-order-details .small {
  font-size: 80%;
}
.page-order-details .cart-footer {
  background: transparent !important;
}
.page-order-details .cart-footer .cart-summary tr.cart-summary-subtotal td {
  color: #000000 !important;
}
.page-order-details .cart-footer .cart-summary tr td {
  color: #000000 !important;
}
.page-order-details .alignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-order-details .card.card_list .cart .cart-head .cart-row .cart-col.cart-col-qty,
.page-order-details .card.card_list .cart .cart-head .cart-row .cart-col.cart-col-subtotal {
  text-align: center !important;
}
.page-order-details .card.card_list .cart .cart-body .cart-row .cart-col-qty,
.page-order-details .card.card_list .cart .cart-body .cart-row .cart-col-subtotal {
  text-align: center !important;
}
.page-order-details h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #000 !important;
}
.page-order-details .margintablecart {
  margin: 40px 0px 0px 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 {
  border: 0;
  border-radius: 0;
  padding: 0px;
  color: #000;
}
@media (max-width: 767px) {
  .page-order-details table.cart-summary tr td:first-child {
    text-align: left;
  }
  .page-order-details .card.card_list .cart .cart-body .cart-row .cart-col-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .page-order-details .card.card_list .cart .cart-body .cart-row .cart-col-main .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .page-order-details .card.card_list .cart .cart-body .cart-row .cart-col-main .cart-item-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
  }
  .page-order-details .card.card_list .cart .cart-body .cart-row .cart-col-main .cart-item-img img {
    width: 100%;
    max-width: 100%;
    height: auto !important;
    max-height: 100%;
  }
}

.page-myaccount-info .mainSecTitle, .page-myaccount-addresses .mainSecTitle {
  padding-bottom: 0px;
}
.page-myaccount-info .heading.hdrow, .page-myaccount-addresses .heading.hdrow {
  padding-bottom: 30px;
}
.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, .page-myaccount-addresses {
    padding-bottom: 0px;
  }
  .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;
  }
}

.commanform .form-group .field-validation-error {
  left: 15px;
}

.page-myaccount-addresses.commanform .form-group .field-validation-error {
  left: 15px;
}
.page-myaccount-addresses .add-address {
  position: absolute;
  top: -15px;
  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 {
  border-radius: 0px;
  border: 1px solid #ccc;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.page-myaccount-addresses .card .card-body .card-title {
  margin-bottom: 0px;
}
.page-myaccount-addresses .card .card-body div {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #000000;
}
.page-myaccount-addresses .card .card-body label {
  text-transform: capitalize;
}
.page-myaccount-addresses .card .card-body .addBtnCenter {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.page-myaccount-addresses .card .card-body .addBtnCenter .btnCartAction a {
  padding: 2px;
  color: #000000 !important;
  border: 0px;
}
.page-myaccount-addresses .card .card-body .addBtnCenter .btnCartAction a:hover {
  color: #AB8855 !important;
  background: transparent !important;
}
@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: 15px;
  }
}
@media (max-width: 575px) {
  .page-myaccount-addresses {
    padding-bottom: 0px;
    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%;
  }
  .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 .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-addresses .form-horizontal .form-group.contactNumber {
  padding: 0 15px !important;
}
.page-myaccount-addresses .form-horizontal .form-group.contactNumber .row {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  margin-left: -5px;
  display: block;
}
.page-myaccount-addresses .form-horizontal .form-group.contactNumber .row .col-lg-3.col-form-label.required {
  display: none;
}
.page-myaccount-addresses .form-horizontal .form-group.contactNumber .row .col-lg-9 {
  max-width: 100%;
  padding-left: 5px !important;
  padding-right: 6px !important;
}
.page-myaccount-addresses .form-horizontal .form-group.contactNumber .contactRow1 .form-group {
  margin: 0px !important;
}
.page-myaccount-addresses .form-horizontal .form-group.contactNumber .codebox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  margin-right: 5px;
  max-width: 30%;
}

.page-myaccount-orders .order-list .card {
  padding: 20px;
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0px !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31%;
          flex: 0 0 31%;
  max-width: 31%;
}
.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-deck {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.page-myaccount-orders .card {
  border-color: #ccc;
}
.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;
  font-size: 14px;
}
.page-myaccount-orders .card .col-sm-9 {
  font-size: 14px;
}
.page-myaccount-orders .card .card-body {
  padding: 0px;
  margin-bottom: 10px;
}
.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: #000;
  border-color: #000;
  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 (min-width: 1200px) and (max-width: 1599px) {
  .page-myaccount-orders .card .card-footer .defaultBtn {
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 10px 15px !important;
  }
}
@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 .defaultBtn {
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 10px 15px !important;
  }
}
@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%;
  }
}
@media (max-width: 480px) {
  .page-myaccount-orders .card .card-footer .btn-secondary {
    font-size: 13px;
    line-height: 16px;
    padding: 8px 12px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .page-myaccount-orders .order-list .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
    margin: 5px;
    padding: 10px;
  }
}
@media (max-width: 1199px) {
  .page-myaccount-orders .order-list .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    max-width: 46%;
    margin: 5px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .page-myaccount-orders .order-list .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    max-width: 46%;
    margin: 5px;
    padding: 10px;
  }
  .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: 575px) {
  .page-myaccount-orders .card-deck {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-myaccount-orders .order-list .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin: 5px 0px;
    padding: 10px;
  }
}

.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%;
  }
}

.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: transparent;
}
.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;
  }
}
@media (max-width: 767px) {
  .comman_slider .slick-dots li button {
    height: 12px;
    width: 12px;
  }
}

.comman_slider .slick-arrow, .artlist-carousel .slick-arrow {
  cursor: pointer;
  opacity: 1 !important;
  border-radius: 0px;
  background: transparent;
  width: 43px;
  height: 43px;
  border: #000 solid 1px;
  font-size: 0;
  position: absolute;
  top: 42%;
  z-index: 3;
}
.comman_slider .slick-arrow:hover, .artlist-carousel .slick-arrow:hover {
  background-color: #000;
}
.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: -38px;
  }
  .comman_slider .slick-arrow.slick-next, .artlist-carousel .slick-arrow.slick-next {
    right: -38px;
  }
}
@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: -31px;
  }
  .comman_slider .slick-arrow.slick-next, .artlist-carousel .slick-arrow.slick-next {
    right: -31px;
  }
}
@media (max-width: 767px) {
  .comman_slider .slick-arrow.slick-prev, .artlist-carousel .slick-arrow.slick-prev {
    left: 15px;
  }
  .comman_slider .slick-arrow.slick-next, .artlist-carousel .slick-arrow.slick-next {
    right: 15px;
  }
}

@media (max-width: 575px) {
  .pd-related-products .artlist-grid .art {
    padding: 0 20px;
  }
}
.pd-related-products .artlist-carousel {
  overflow: inherit;
}

.desktopLogo {
  display: block !important;
  padding: 0px !important;
}
@media (max-width: 767px) {
  .desktopLogo {
    display: none !important;
  }
}

.innerTitle {
  text-transform: uppercase;
}

.highlight {
  font-weight: 700;
  color: #000000;
  font-size: 18px;
  line-height: 30px;
}

.visionmission {
  padding-top: 40px;
  padding-bottom: 0px;
}
.visionmission ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -15px;
}
.visionmission ul li {
  margin-bottom: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.visionmission ul li .boxContent {
  border: 1px solid #D6D6D6;
  padding: 25px 40px;
}
.visionmission ul li .boxContent img {
  margin-bottom: 20px;
}
.visionmission ul li .boxContent h3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#001354));
  background: linear-gradient(180deg, #000000 0%, #001354 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}
.visionmission ul li .boxContent p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .visionmission ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0px;
  }
  .visionmission ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.philosophy .philosophyFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.philosophy .philosophyFlex .philosophyImage {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}
.philosophy .philosophyFlex .philosophyImage img {
  width: 100%;
}
.philosophy .philosophyFlex .philosophyContent {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
  padding-left: 40px;
}
.philosophy .philosophyFlex .philosophyContent h3 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #000;
}
.philosophy .philosophyFlex .philosophyContent p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.philosophy .philosophyFlex .philosophyContent .maxWidth80 {
  max-width: 70%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .philosophy .philosophyFlex .philosophyImage {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
    padding: 0;
  }
  .philosophy .philosophyFlex .maxWidth80 {
    max-width: 100%;
  }
  .philosophy .philosophyFlex .philosophyContent {
    padding-left: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 55%;
  }
}
@media (max-width: 767px) {
  .philosophy {
    padding: 15px;
  }
  .philosophy .philosophyFlex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .philosophy .philosophyFlex .philosophyImage, .philosophy .philosophyFlex .philosophyContent {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .philosophy .philosophyFlex .philosophyImage .maxWidth80, .philosophy .philosophyFlex .philosophyContent .maxWidth80 {
    max-width: 100%;
  }
  .philosophy .philosophyFlex .philosophyContent {
    margin-top: 30px;
  }
}

.exceptionalSection {
  padding-top: 50px;
}
.exceptionalSection .highlight.marbtm25 {
  margin-bottom: 30px !important;
}
.exceptionalSection .exceptionalFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.exceptionalSection .exceptionalFlex .exceptionalContent {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
  padding-left: 7%;
}
.exceptionalSection .exceptionalFlex .exceptionalContent h3 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #000;
}
.exceptionalSection .exceptionalFlex .exceptionalContent p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-bottom: 10px;
}
.exceptionalSection .exceptionalFlex .exceptionalContent .maxWidth80 {
  max-width: 80%;
}
.exceptionalSection .exceptionalFlex .exceptionalContent ul {
  list-style: none;
  padding-left: 0;
}
.exceptionalSection .exceptionalFlex .exceptionalContent ul li {
  margin-bottom: 25px;
  border-bottom: 1px solid #bfbfbf;
}
.exceptionalSection .exceptionalFlex .exceptionalImage {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}
.exceptionalSection .exceptionalFlex .exceptionalImage img {
  width: 100%;
}
@media (max-width: 991px) {
  .exceptionalSection {
    padding-top: 40px;
  }
  .exceptionalSection .exceptionalFlex {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .exceptionalSection .exceptionalFlex .exceptionalContent {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    max-width: 65%;
    padding-left: 5%;
  }
  .exceptionalSection .exceptionalFlex .exceptionalContent .maxWidth80 {
    max-width: 100%;
  }
  .exceptionalSection .exceptionalFlex .exceptionalContent ul li {
    margin-bottom: 15px;
  }
  .exceptionalSection .exceptionalFlex .exceptionalImage {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
  }
}
@media (max-width: 767px) {
  .exceptionalSection {
    padding: 15px;
    border-top: 1px solid #bfbfbf;
  }
  .exceptionalSection .exceptionalFlex {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .exceptionalSection .exceptionalFlex .exceptionalContent, .exceptionalSection .exceptionalFlex .exceptionalImage {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .exceptionalSection .exceptionalFlex .exceptionalContent .maxWidth80, .exceptionalSection .exceptionalFlex .exceptionalImage .maxWidth80 {
    max-width: 100%;
  }
  .exceptionalSection .exceptionalFlex .exceptionalContent {
    margin-top: 30px;
  }
}

.markSection {
  padding: 100px 0px;
  background: url(../images/mark-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.markSection .whiteBox {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 25px;
}
@media (max-width: 991px) {
  .markSection {
    padding: 50px 0px;
  }
}/*# sourceMappingURL=custom.css.map */