/* ========================== */
/* START OF MAIN CSS */
/* ========================== */
/* COLORS */
/*********** table images ***************/
/*********** circle-btn-width ************/
/*... auszug slider .....*/
/*********** privacy policy ************/
/************ unsere-section ****************/
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import 'fontello.css';
/* FONTS */
/**/
/*********** button fonts *****************/
/********** auszug slider **************/
/********* utility headings ************/
/************* Gradient Mixin *****************/
/************ circle button dimensions ***************/
/***************** font-weight ***********************/
/************ common property mixins ***************/
/************* extends rules ****************/
/*************** unsere-section *******************/
/**/
/* ========================== */
/* START OF RESET CSS */
/* ========================== */
* {
  outline: none !important;
}

a {
  text-decoration: none !important;
}

/*::-webkit-scrollbar{
	width:0;
}*/
.main-website {
  overflow: hidden;
}

body {
  font-size: 16px;
  line-height: 26px;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.8;
}
@media screen and (min-width: 992px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
}

figure {
  margin-bottom: 0;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol {
  list-style: decimal inside;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.btn {
  white-space: normal;
}

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

::-moz-selection {
  background-color: #000;
  color: #fff;
}

::selection {
  background-color: #000;
  color: #fff;
}

::-moz-selection {
  background-color: #000;
  color: #fff;
}

/* overlay */
.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 20;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.overlay.active {
  display: block;
  opacity: 0.3;
}

/* scrollup */
.scrollup {
  position: fixed;
  bottom: -50px;
  right: 15px;
  width: 50px;
  height: 50px;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.scrollup.active {
  bottom: 0;
}

.scrollup i {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 50px;
}

/* modal */
.modal-backdrop.show {
  opacity: 0.3;
}

/* grecaptcha-badge */
.grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
}

/* ========================== */
/* END OF RESET CSS */
/* ========================== */
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1190px;
  }
}
@media (min-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
  .section-design-catalog .container,
  .section-design-catalog .container-lg,
  .section-design-catalog .container-md,
  .section-design-catalog .container-sm,
  .section-design-catalog .container-xl {
    max-width: 1362px;
  }
  .section_testimonial .container,
  .section_testimonial .container-lg,
  .section_testimonial .container-md,
  .section_testimonial .container-sm,
  .section_testimonial .container-xl,
  .section-remnant-catalog .container,
  .section-remnant-catalog .container-lg,
  .section-remnant-catalog .container-md,
  .section-remnant-catalog .container-sm,
  .section-remnant-catalog .container-xl {
    max-width: 1340px;
  }
}
@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1300px;
  }
  .container-fluid {
    max-width: 1700px;
  }
  header .container-fluid {
    max-width: 1850px;
  }
  .section_testimonial .container,
  .section_testimonial .container-lg,
  .section_testimonial .container-md,
  .section_testimonial .container-sm,
  .section_testimonial .container-xl,
  .section-remnant-catalog .container,
  .section-remnant-catalog .container-lg,
  .section-remnant-catalog .container-md,
  .section-remnant-catalog .container-sm,
  .section-remnant-catalog .container-xl {
    max-width: 1530px;
  }
}
@media (min-width: 1921px) {
  .container-fluid {
    max-width: 1850px;
  }
}
.curser-pointer {
  cursor: pointer;
}

.section {
  padding: 50px 0;
}

.bg-attachment-fixed {
  background-attachment: fixed;
}

.overflow-visible {
  overflow: visible !important;
  z-index: 1;
}

.main-website {
  position: relative;
}

.form-page-bg,
.main-website {
  min-height: calc(100vh - 580px);
}
@media screen and (max-width: 1199px) {
  .form-page-bg,
  .main-website {
    min-height: calc(100vh - 551px);
  }
}
@media screen and (max-width: 991px) {
  .form-page-bg,
  .main-website {
    min-height: calc(100vh - 510px);
  }
}
@media screen and (max-width: 767px) {
  .form-page-bg,
  .main-website {
    min-height: inherit;
  }
}

.bg-white {
  background: #fff;
}

.success-text {
  color: #00C058;
}

.failed-text {
  color: #D71E1E;
}

.primary-text {
  color: #1C3D60;
}

.headding-holder {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .headding-holder.mb-60 {
    margin-bottom: 26px;
  }
}
.headding-holder .view-all {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 0px;
  display: flex;
  align-items: center;
}
.headding-holder .view-all img {
  margin-left: 10px;
}
.headding-holder .view-all:hover {
  color: #1C3D60;
}
.headding-holder .view-all i {
  margin-left: 5px;
  font-size: 12px;
}
.headding-holder .head-title {
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .headding-holder {
    margin-bottom: 30px;
  }
  .headding-holder .head-title {
    margin-bottom: 15px;
  }
  .headding-holder .view-all {
    position: relative;
    left: 0;
    margin: auto;
  }
}

.head-title {
  font-size: 28px;
  line-height: 41px;
  margin-bottom: 40px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
}
@media screen and (min-width: 576px) {
  .head-title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (min-width: 768px) {
  .head-title {
    font-size: 38px;
    line-height: 46px;
  }
}
@media screen and (min-width: 992px) {
  .head-title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .head-title {
    font-size: 44px;
    line-height: 53px;
  }
}
@media screen and (max-width: 1199px) {
  .head-title {
    margin-bottom: 30px;
  }
}
.head-title.mb-60 {
  margin-bottom: 60px;
}

p {
  letter-spacing: 0.02em;
}

.head-sub-heading {
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  letter-spacing: 0.2em;
  font-weight: 600;
}

.head-title-white {
  font-size: 28px;
  line-height: 41px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #fff;
}
@media screen and (min-width: 576px) {
  .head-title-white {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (min-width: 768px) {
  .head-title-white {
    font-size: 38px;
    line-height: 46px;
  }
}
@media screen and (min-width: 992px) {
  .head-title-white {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .head-title-white {
    font-size: 44px;
    line-height: 53px;
  }
}

.head3-title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 768px) {
  .head3-title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (min-width: 992px) {
  .head3-title {
    font-size: 34px;
    line-height: 43px;
  }
}
@media screen and (min-width: 1200px) {
  .head3-title {
    font-size: 36px;
    line-height: 45px;
  }
}

.font-title-20 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .font-title-20 {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (min-width: 992px) {
  .font-title-20 {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .font-title-20 {
    font-size: 20px;
    line-height: 32px;
  }
}

.font-title-24 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .font-title-24 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (min-width: 992px) {
  .font-title-24 {
    font-size: 24px;
    line-height: 34px;
  }
}

.font-title-18 {
  font-size: 18px;
  line-height: 26px;
}
@media screen and (min-width: 992px) {
  .font-title-18 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1601px) {
  .font-title-18 {
    font-size: 18px;
    line-height: 30px;
  }
}

.font-title-16 {
  font-size: 16px;
  line-height: 26px;
}
@media screen and (min-width: 992px) {
  .font-title-16 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1601px) {
  .font-title-16 {
    font-size: 16px;
    line-height: 26px;
  }
}

.font-title-14 {
  font-size: 14px;
}

.font-title-12 {
  font-size: 12px;
}

.font-14-light {
  font-size: 14px;
  line-height: 32px;
  color: #000000;
}

.head-title-holder {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .head-title-holder {
    margin-bottom: 30px;
  }
}
.head-title-holder .head3-title {
  color: #fff;
}

.mb-60 {
  margin-bottom: 60px;
}

.p-40 {
  padding: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mr-20 {
  margin-right: 20px;
}

.main-menu-open .body-hidden-add {
  overflow: hidden;
  height: 100vh;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

/* font-weight */
.font-weight-thin {
  font-weight: 100;
}

.font-weight-extralight {
  font-weight: 200;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-regular {
  font-weight: 400;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-semibold {
  font-weight: 600;
}

.font-weight-bold {
  font-weight: 700;
}

.font-weight-extrabold {
  font-weight: 800;
}

.font-weight-black {
  font-weight: 900;
}

.font-style-normal {
  font-style: normal;
}

.font-style-italic {
  font-style: italic;
}

.text-transform-uppercase {
  text-transform: uppercase;
}

.text-transform-none {
  text-transform: none;
}

.row.row-16 {
  margin-left: -16px;
  margin-right: -16px;
}
.row.row-16 > * {
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 1200px) {
  .row.row-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.row-30 > * {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.row.row-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row.row-10 > * {
  padding-left: 10px;
  padding-right: 10px;
}
.row.row-18 {
  margin-left: -18px;
  margin-right: -18px;
}
.row.row-18 > * {
  padding-left: 18px;
  padding-right: 18px;
}

.max-610px {
  max-width: 610px;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.hover-img {
  z-index: 0;
}
.hover-img figure {
  overflow: hidden;
  margin: 0px;
}
.hover-img figure img {
  transform: scale(1);
  transition: all 0.6s ease;
}
.hover-img:hover figure img {
  transition: all 0.6s ease;
  border-radius: 5px;
  transform: scale(1.3);
}

.custom-dropdown-menu .dropdown-toggle {
  font-weight: 400;
  color: #000;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.2em;
}
.custom-dropdown-menu .dropdown-menu {
  padding: 15px 26px;
  border: none;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.custom-dropdown-menu .dropdown-menu a.dropdown-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
  padding: 0px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 992px) {
  .custom-dropdown-menu .dropdown-menu a.dropdown-item {
    font-size: 14px;
  }
}
.custom-dropdown-menu .dropdown-menu a.dropdown-item:hover {
  background-color: transparent;
  color: #000;
}
.custom-dropdown-menu .dropdown-menu .dropdown-item.active,
.custom-dropdown-menu .dropdown-menu .dropdown-item:active {
  background-color: transparent;
  color: #000;
}

.iconhover-holder {
  position: relative;
}
.iconhover-holder .iconhoverEffect {
  width: 75px;
  height: 75px;
}
.iconhover-holder .iconhoverEffect img {
  width: 65px;
}
.iconhover-holder:hover .iconhoverEffect img {
  animation-name: iconhover;
  width: 65px;
  transition: 0.2s all;
  animation-duration: 5s;
}

.trans-img {
  position: relative;
  overflow: hidden;
}
.trans-img img {
  transition: all 0.3s ease-in-out;
}
.trans-img:hover img {
  transform: scale(1.2);
  transition: all 0.3s ease-in-out;
}

.mCustomStyle .mCSB_inside > .mCSB_container {
  margin-right: 2px;
}
.mCustomStyle .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #1c3d60;
  width: 6px;
}
.mCustomStyle .mCSB_scrollTools {
  width: 6px;
}
.mCustomStyle .mCSB_scrollTools .mCSB_draggerRail {
  background: transparent;
}

/* pagination */
.pagination-holder {
  color: #000;
  display: flex;
  white-space: nowrap;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 443px;
  width: 100%;
  border-radius: 10px;
  margin: 20px auto 0;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 300;
}
.pagination-holder ul li {
  width: 36px;
}
.pagination-holder ul li a {
  box-shadow: none;
  outline: none;
  border: none;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  line-height: 36px !important;
  padding: 0px;
  width: 100%;
  color: #000000 !important;
}
@media screen and (min-width: 992px) {
  .pagination-holder ul li a {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1601px) {
  .pagination-holder ul li a {
    font-size: 16px;
    line-height: 26px;
  }
}
.pagination-holder ul li.active a {
  background: #38A8C2 !important;
  color: #fff !important;
  border-radius: 4px;
}
.pagination-holder ul li:hover a {
  background: #38A8C2 !important;
  color: #fff !important;
  border-radius: 4px;
}
.pagination-holder .page-link:focus {
  box-shadow: none;
}
.pagination-holder .btn {
  height: 40px;
  width: 40px;
  padding: 5px;
  border: 1px solid #D8D8D8;
}
.pagination-holder p {
  margin-bottom: 0px;
}
.pagination-holder p span {
  font-weight: 500;
}
.pagination-holder select.form-control {
  width: 50px;
  padding-left: 0;
  color: #fff;
  background: transparent url(../images/icon/down-arrow-sky.svg) no-repeat 97% center;
  border: 0px;
  border-radius: 0px;
  height: 32px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.pagination-holder ul.pagination {
  align-items: center;
}
.pagination-holder ul.pagination .page-item {
  background: transparent !important;
}
.pagination-holder ul.pagination .page-item a {
  background: transparent !important;
  color: #000 !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px !important;
}
.pagination-holder ul.pagination .page-item.active .page-link {
  background: transparent !important;
  border: 0 !important;
  color: #73c7ec;
  text-align: center;
}
.pagination-holder ul.pagination .page-item:last-child, .pagination-holder ul.pagination .page-item:first-child {
  font-size: 36px !important;
}
.pagination-holder ul.pagination .page-item:last-child a, .pagination-holder ul.pagination .page-item:first-child a {
  color: #73C7EC !important;
  font-size: 36px !important;
}
.pagination-holder ul.pagination .page-item:last-child.disabled, .pagination-holder ul.pagination .page-item:first-child.disabled {
  background: transparent !important;
}
.pagination-holder ul.pagination .page-item:last-child.disabled a, .pagination-holder ul.pagination .page-item:first-child.disabled a {
  color: #73C7EC !important;
  font-size: 36px !important;
  background: transparent !important;
}
.pagination-holder ul.pagination .page-item:first-child {
  display: block !important;
}
.pagination-holder ul.pagination .page-item:first-child a {
  color: #73C7EC !important;
  font-size: 36px;
  background: transparent !important;
}
.pagination-holder ul.pagination .page-item:last-child {
  display: block !important;
}
.pagination-holder ul.pagination .page-item.disabled .page-link {
  background: transparent !important;
  border: 0 !important;
  color: #73C7EC !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
.pagination-holder ul.pagination .page-item .page-link {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
.pagination-holder nav > .flex.justify-between {
  display: none;
}
.pagination-holder nav div.hidden > div:first-child {
  display: none;
}
.pagination-holder nav div.hidden span span span,
.pagination-holder nav div.hidden a {
  display: inline-block;
  width: 40px;
  text-align: center;
}
.pagination-holder nav div.hidden span span span.px-4,
.pagination-holder nav div.hidden a.px-4 {
  padding-right: 0.9rem !important;
  padding-left: 0.9rem !important;
}

.no-data-found {
  text-align: center;
  padding: 15px;
}
.no-data-found h4 {
  margin-top: 30px;
  color: #1C3D60;
}
.no-data-found img {
  max-width: 250px;
  max-height: 155px;
}
.no-data-found img.max-w-120 {
  max-width: 120px;
}

.card-right-panel .no-data-found img.max-w-120,
.card-right-panel .no-data-found img {
  max-width: 120px;
}

.loader-wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-inner {
  width: 40px;
  position: relative;
}
.loader-inner .loader-right {
  position: absolute;
  right: 0;
  top: 1px;
}

.fade-in-out img {
  width: 80px;
  animation: fadeInOut 5s linear infinite;
}

@keyframes fadeInOut {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  40% {
    transform: translateZ(0) scale(1);
    opacity: 1;
  }
  60% {
    transform: translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.6);
    opacity: 0;
  }
}
@keyframes spinleft {
  0% {
    transform: translate3d(-80px, 0, 0);
    opacity: 0;
  }
  40% {
    transform: translateZ(0);
    opacity: 1;
  }
  60% {
    transform: translateZ(0);
    opacity: 1;
  }
  90% {
    transform: translate3d(-80px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(-80px, 0, 0);
    opacity: 0;
  }
}
@keyframes spinright {
  0% {
    transform: translate3d(80px, 0, 0);
    opacity: 0;
  }
  40% {
    transform: translateZ(0);
    opacity: 1;
  }
  60% {
    transform: translateZ(0);
    opacity: 1;
  }
  90% {
    transform: translate3d(80px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(80px, 0, 0);
    opacity: 0;
  }
}
.tooltip-inner {
  background-color: #000;
  opacity: 1 !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #1B5FD0;
}

.tooltip.custom-tooltip {
  opacity: 1 !important;
}
.tooltip.custom-tooltip > .tooltip-inner {
  background: #000000;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.3);
  color: #fff;
  opacity: 1;
  padding: 2px 13px 2px 13px;
  min-height: 44px;
  min-width: 130px;
  text-align: center;
  border-radius: 0px;
  font-weight: 600;
  font-size: 12px;
  line-height: 36px;
}
.tooltip.custom-tooltip > .tooltip-inner p {
  color: #000;
}
.tooltip.custom-tooltip .tooltip-arrow::before {
  display: none;
}
.tooltip.custom-tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #000;
}
.tooltip.custom-tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #000;
}
.tooltip.custom-tooltip.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #000;
}
.tooltip.custom-tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #000;
}
.tooltip.custom-tooltip.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .tooltip.custom-tooltip.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #fff;
}
.tooltip.custom-tooltip .dropdown-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 0;
}
.tooltip.custom-tooltip .list-tick {
  margin: 0;
}
.tooltip.custom-tooltip .list-tick li {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0.5px;
  margin-top: 5px;
  position: relative;
  padding-left: 22px;
  color: #000000;
}
.tooltip.custom-tooltip .list-tick li::before {
  content: "";
  width: 11px;
  height: 8px;
  background: url(../images/icon/right.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 6px;
}
.tooltip.custom-tooltip .list-tick li:first-child {
  margin-top: 5px;
}

body.sidePanelActive {
  overflow: hidden;
}

a.btn {
  -webkit-appearance: button;
}
a.btn.btn-56 {
  line-height: 34px;
}

.btn-close:focus {
  box-shadow: none;
}

.btn {
  padding: 12px 18px;
  border: none;
  border-radius: 0px;
  font-size: 14px;
  line-height: 17px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  white-space: normal;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  outline: none;
}
.btn.btn-50 {
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.btn.btn-56 {
  height: 56px;
}
.btn.btn-60 {
  height: 60px;
}
.btn.min-w-180 {
  min-width: 180px;
}
.btn.btn-52 {
  height: 52px;
  padding-left: 24px;
  padding-right: 24px;
}
.btn:hover, .btn:visited {
  box-shadow: none;
}
.btn.btn-40 {
  height: 40px;
}
.btn.btn-f-12 {
  font-size: 12px;
}
.btn.btn-bordered {
  color: #000;
  position: relative;
  border: 1px solid;
  border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  border: 1px solid #d4d4d4;
  color: #000;
  padding: 13px 18px;
}
.btn.btn-bordered:hover {
  color: #fff;
  background: #1C3D60;
  border-color: #1C3D60;
}
.btn.btn-bordered.btn-h-34 {
  padding: 9px 12px;
}
.btn.btn-bordered.bg-white:hover {
  color: #000;
}
.btn.btn-bg {
  background: #1C3D60;
  color: #fff;
  border: 2px solid #1C3D60;
  position: relative;
  overflow: hidden;
}
.btn.btn-bg:hover {
  color: #000;
  border-color: #000;
  background: transparent;
}
.btn.btn-bg.btn-shadow {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
}
.btn.no-radius {
  border-radius: 0;
}
.btn.hover-effect:hover {
  transform: translateY(-5px);
}
.btn:focus {
  box-shadow: none !important;
}
.btn:first-child:hover, .btn:focus-visible, .btn:hover, .btn:not(.btn-check) + .btn:hover {
  box-shadow: none;
}
.btn.filter-btn {
  padding: 8px 14px 8px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.filter-btn .material-symbols-outlined {
  font-size: 18px;
}

.text-btn {
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  transition: 0.2s all;
}

.w-148 {
  min-width: 148px;
}

.btn-bg-hover-effect {
  z-index: 1;
}
.btn-bg-hover-effect.btn-bg {
  background: transparent;
  border: none;
}
.btn-bg-hover-effect::after, .btn-bg-hover-effect::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.btn-bg-hover-effect::before {
  width: 100%;
  height: 100%;
  bottom: 0px;
  right: 0px;
  border: 2px solid #1C3D60;
}
.btn-bg-hover-effect::after {
  width: 100%;
  height: 100%;
  background-color: #1C3D60;
  opacity: 1;
  z-index: -1;
  transition: 0.3s all;
}
.btn-bg-hover-effect:hover::after {
  opacity: 0;
  width: 0;
  left: -10px;
}
.btn-bg-hover-effect:hover::before {
  border-color: #000;
}

.btn-bordered-hover-effect {
  z-index: 1;
  background-color: transparent;
  border: none;
  overflow: hidden;
  box-shadow: none;
}
.btn-bordered-hover-effect.btn-bordered {
  line-height: 19px;
}
.btn-bordered-hover-effect.btn-bordered:hover {
  background: transparent;
}
.btn-bordered-hover-effect::after {
  content: "";
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #1C3D60;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
}
.btn-bordered-hover-effect:hover::after {
  width: 100%;
}

/* ====================== */
/* START OF HEADER */
/* ====================== */
.top-account-details {
  background: #000 url(../images/top-bg.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  padding: 7px 15px;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}

.header-btn {
  padding: 21px 13px 21px 13px;
  font-size: 25px;
  color: #000;
}
@media (max-width: 640px) {
  .header-btn {
    padding: 12px 5px 13px 5px;
  }
  .header-btn.notification-header-icon::after {
    top: 4px;
  }
}
@media (max-width: 414px) {
  .header-btn {
    padding: 12px 2px 13px 2px;
    font-size: 20px;
  }
  .header-btn .material-symbols-outlined {
    font-size: 21px;
  }
}
.header-btn:hover {
  color: #1C3D60;
}

.search-open {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 76px;
  top: 100%;
  width: 100%;
  background-color: #fff;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-25px);
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
  z-index: -1;
  padding: 15px 35px;
}
@media (max-width: 575px) {
  .search-open {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.search-open.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.search-open .search-open-inner {
  padding-right: 70px;
  position: relative;
  padding-left: 40px;
}
.search-open .search-open-inner .icon-search {
  position: absolute;
  left: -5px;
  top: 11px;
  font-size: 30px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .search-open .search-open-inner .icon-search {
    top: -1px;
  }
}
.search-open .cros {
  font-size: 15px;
  position: absolute;
  color: #000;
  font-weight: 300;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  right: 10px;
  top: 3px;
  padding: 0;
  line-height: 40px;
  cursor: pointer;
}

.search-open .form-control {
  padding-left: 15px;
  font-weight: 600;
  font-size: 18px;
  color: #4b4f54;
  box-shadow: none;
  height: 46px;
  border-radius: 4px;
  border: 0px;
  background: transparent;
}

.search-open .form-control::-moz-placeholder {
  font-weight: 600;
  letter-spacing: 0.5em;
}

.search-open .form-control::placeholder {
  font-weight: 600;
  letter-spacing: 0.5em;
}

header .navbar {
  box-shadow: none;
}
header .header-menu {
  padding-left: 35px;
  padding-right: 35px;
  background: url(../images/header-bg.jpg) no-repeat;
  background-size: cover;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
}
@media (max-width: 575px) {
  header .header-menu {
    padding-left: 0px;
    padding-right: 0px;
  }
}
header.wraper-header {
  /* Safari */
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
header.wraper-header.not-top {
  transition: all 0.3s;
}
header .navbar-brand {
  width: 160px;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  header .navbar-brand {
    width: 31px;
    overflow: hidden;
  }
  header .navbar-brand img {
    max-width: inherit;
    width: 120px;
  }
}
header .hamburger-lang-holder {
  display: flex;
  width: 30px;
  justify-content: space-between;
}
header #sidebarCollapse {
  padding-right: 0;
  padding-left: 0px;
}
header #sidebarCollapse img {
  width: 24px;
}
header .navbar {
  padding: 0 0px !important;
}
header .navbar .mCustomScrollbar.mCustomStyle.dropdown-menu {
  max-height: 400px;
  padding-right: 5px;
}
header .navbar .dropdown-menu.min-w-140 {
  min-width: 140px;
  margin-top: 0;
}
header .navbar .dropdown-menu.min-w-225 {
  min-width: 225px;
  margin-top: 0;
}
header .navbar .user-list li {
  margin-bottom: 15px;
}
header .navbar .user-list li:first-child {
  margin-top: 10px;
}
header .navbar .user-list li a {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}
header .navbar .user-list li a span.manage-icon {
  margin-right: 7px;
}
header .navbar .user-list li:hover a {
  font-weight: 600;
}
header .navbar .navbar-nav {
  align-items: center;
}
header .navbar .navbar-nav .nav-item {
  padding: 0;
  margin-right: 30px;
}
@media only screen and (max-width: 1199px) {
  header .navbar .navbar-nav .nav-item {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  header .navbar .navbar-nav .nav-item {
    margin-right: 12px;
  }
}
header .navbar .navbar-nav .nav-item.active > a {
  color: #000;
}
header .navbar .navbar-nav .nav-item.active > a:before {
  transition: 0.6s all;
  background: #000;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  header .navbar .navbar-nav .nav-item {
    display: none;
  }
}
header .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
header .navbar .navbar-nav .nav-link {
  padding-left: 0px;
  padding-right: 0px;
}
header .navbar .dropdown-item {
  white-space: normal;
  position: relative;
  padding: 0 30px;
}
header .navbar .dropdown-item:hover {
  background: #fff;
}
header .navbar .dropdown-item:hover a {
  color: #1C3D60;
}
header .navbar .dropdown-menu {
  background: #fff;
  border: none;
  border-radius: 0px;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  header .navbar .dropdown-menu {
    box-shadow: none;
  }
}
header .navbar .dropdown-menu a {
  font-weight: normal;
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #000;
  position: relative;
}
header .navbar .navbar-nav .dropdown-menu {
  min-width: 280px;
}

.dropdown-toggle::after {
  display: none;
}

.down-arrow {
  width: 8px;
  height: 8px;
  position: absolute;
  right: 0;
  top: -10px;
  bottom: 0px;
  margin: auto;
}
.down-arrow:after {
  position: absolute;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border: 1.5px solid;
  border-color: transparent #000 #000 transparent;
  content: "";
  top: 1px;
}
@media (min-width: 992px) {
  .down-arrow:after {
    display: none;
  }
}

.mobile-header-menu .down-arrow {
  width: 24px;
  height: 24px;
  top: 16px;
  bottom: auto;
}
.mobile-header-menu .down-arrow:after {
  display: none;
}
@media (max-width: 767px) {
  .mobile-header-menu .down-arrow {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 10px;
    top: 8px;
  }
}

@media (min-width: 992px) {
  .nav-item.dropdown .dropdown-menu {
    top: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }
  .nav-item.dropdown:hover .dropdown-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
  }
  header .dropdown-menu a.dropdown-item {
    font-size: 12px;
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-60%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.main-nav {
  /* nav level one */
  /* nav level two */
  /* nav level three */
}
.main-nav .menu > li > a {
  position: relative;
  transition: 0.2s all;
  cursor: pointer;
  font-weight: 700;
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
  padding: 21px 0px;
  letter-spacing: 0.2em;
}
@media (max-width: 1199px) {
  .main-nav .menu > li > a {
    font-size: 12px;
  }
}
.main-nav .menu > li > a:hover {
  color: #000;
  transition: 0.2s all;
}
.main-nav .menu > li > a:before {
  content: "";
  width: 0%;
  height: 3px;
  bottom: 0px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.6s all;
  background: #000;
}
.main-nav .menu > li:hover a:before, .main-nav .menu > li.active a:before {
  transition: 0.6s all;
  background: transparent;
  width: 100%;
}
.main-nav > ul {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .main-nav > ul {
    flex-wrap: wrap;
  }
}
.main-nav > ul > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 12px;
}
@media (max-width: 991px) {
  .main-nav > ul > li {
    width: 100%;
  }
}
.main-nav > ul > li:last-child,
.main-nav > ul > li:only-child {
  margin-right: 0;
}
.main-nav > ul > li > a {
  position: relative;
  display: block;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.main-nav > ul > li.menu-item-has-children > a:after {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  margin-left: 8px;
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 10px;
}
.main-nav > ul > li > a:hover:before,
.main-nav > ul > li.current-menu-item > a:before,
.main-nav > ul > li.current-menu-parent > a:before,
.main-nav > ul > li.current-menu-ancestor > a:before {
  width: 100%;
}
.main-nav > ul > li > a i {
  font-size: 130%;
}
.main-nav > ul > li > ul {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  z-index: 1;
  width: 160px;
  padding: 15px 0;
  background-color: #fff;
  border: none;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.main-nav > ul > li:hover > ul {
  top: calc(100% + 10px);
  opacity: 1;
  visibility: visible;
}
.main-nav > ul > li > ul > li,
.main-nav > ul > li > ul > li > ul > li {
  position: relative;
}
.main-nav > ul > li > ul > li > a,
.main-nav > ul > li > ul > li > ul > li > a,
.main-nav > ul > li > ul > li > ul > li > ul > li > a {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #7f7f7f;
  line-height: 1.2;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.main-nav > ul > li > ul > li:hover > a,
.main-nav > ul > li > ul > li.current-menu-item > a,
.main-nav > ul > li > ul > li.current-menu-parent > a,
.main-nav > ul > li > ul > li.current-menu-ancestor > a,
.main-nav > ul > li > ul > li > ul > li:hover > a,
.main-nav > ul > li > ul > li > ul > li.current-menu-item > a,
.main-nav > ul > li > ul > li > ul > li.current-menu-parent > a,
.main-nav > ul > li > ul > li > ul > li.current-menu-ancestor > a,
.main-nav > ul > li > ul > li > ul > li > ul > li:hover > a,
.main-nav > ul > li > ul > li > ul > li > ul > li.current-menu-item > a {
  color: #000;
}
.main-nav > ul > li > ul > li.menu-item-has-children > a:after,
.main-nav > ul > li > ul > li > ul > li.menu-item-has-children > a:after,
.main-nav > ul > li > ul > li > ul > li > ul > li.menu-item-has-children > a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "\f105";
  font-family: "FontAwesome";
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.main-nav > ul > li > ul > li > ul,
.main-nav > ul > li > ul > li > ul > li > ul {
  position: absolute;
  top: 10%;
  left: 100%;
  z-index: 1;
  width: 160px;
  padding-top: 17px;
  padding-bottom: 4px;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.main-nav > ul > li > ul > li:hover > ul,
.main-nav > ul > li > ul > li > ul > li:hover > ul {
  top: 0;
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 991px) {
  .main-nav {
    display: none;
  }
}

/* ====================== */
/* start OF MOBILE SIDR MENU */
/* ====================== */
.wraper-mobile-header {
  transform: translateX(-110%);
  transition: transform 0.5s ease-in-out;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  display: block;
  width: 100%;
  padding: 0 0 !important;
  background: url(../images/design-catalog.jpg) no-repeat;
  background-size: cover;
  z-index: 999;
}
.wraper-mobile-header.open-mMenu {
  transform: translateX(0);
}

@media only screen and (min-width: 992px) {
  .wraper-mobile-header {
    display: none;
  }
  .wraper-mobile-header.open-mMenu {
    display: none;
    transform: translateX(-110%);
  }
}
.mobile-header {
  flex-wrap: wrap;
  /*min-height:100vh;*/
  min-height: calc(100 * var(--vh));
  padding: 15px 20px 20px 40px;
  height: 100%;
  /* mobile-header-top */
  /* mobile-header-bottom */
}
.mobile-header .mobile-header-top {
  align-self: flex-start;
  padding-top: 30px;
  /* brand-logo */
  /* mobile-menu-close */
  /* mobile-header-menu */
}
.mobile-header .mobile-header-top .brand-logo a img {
  max-width: 130px;
}
.mobile-header .mobile-header-top .mobile-menu-close {
  margin-top: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  position: absolute;
  right: 13px;
}
.mobile-header .mobile-header-top .mobile-menu-close span {
  font-size: 20px;
  color: #000;
  line-height: 1;
}

/* ====================== */
/* END OF MOBILE SIDR MENU */
/* ====================== */
/* TABLET LANDSCAPE PART */
.mobile-header-menu .menu li .dropdown-menu {
  border: none;
  background: transparent;
}
.mobile-header-menu .menu li .dropdown-menu.show {
  position: relative !important;
  transform: inherit !important;
}
.mobile-header-menu .menu li .nav-link {
  transition: 0.2s all;
  cursor: pointer;
  font-weight: 700;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  padding: 15px 0px;
  letter-spacing: 0.2em;
}
.mobile-header-menu .menu li .nav-link:hover {
  color: #000;
  transition: 0.2s all;
}
@media screen and (max-width: 991px) {
  .mobile-header-menu .menu li .dropdown-item a {
    white-space: normal;
    word-break: break-all;
  }
}
.mobile-header-menu .menu li .clickD {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.mobile-header-menu .menu li .clickD:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mobile-header-menu .menu li .clickD.toggled {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.mobile-header-menu .menu li .sub-menu.show {
  display: block;
  position: static;
  padding: 20px 18px;
  background: #000;
}
.mobile-header-menu .menu li .sub-menu.show li {
  list-style: none;
  list-style-type: none;
}
.mobile-header-menu .menu li .sub-menu.show li a {
  padding: 0;
}
.mobile-header-menu .menu li .sub-menu.show li.current-menu-item a {
  color: #1C3D60;
}

header .navbar .dropdown-menu .dropdown-item a {
  position: relative;
}
header .navbar .dropdown-menu .dropdown-item a:before {
  content: "";
  width: 0%;
  height: 2px;
  bottom: -5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.6s all;
  background: #000;
}
header .navbar .dropdown-menu .dropdown-item a:hover:before {
  transition: 0.6s all;
  background: transparent;
  width: 100%;
}

.header-menu .notifications-list-holder {
  padding: 0px 24px;
  width: 300px;
}
.header-menu .notifications-dropdown-menu {
  padding: 0 5px 0 0;
}
@media (max-width: 375px) {
  .header-menu .notifications-dropdown-menu {
    right: -45px;
  }
}
@media (max-width: 340px) {
  .header-menu .notifications-dropdown-menu {
    right: -60px;
  }
}
.header-menu .notifications-dropdown-menu .notifications-list-wrap {
  text-align: center;
}
.header-menu .notifications-dropdown-menu .notifications-list-holder {
  text-align: left;
  padding: 15px 24px 15px 19px;
  max-height: 400px;
  overflow: auto;
}
.header-menu .notifications-dropdown-menu .notifications-list {
  padding: 20px 0px;
  border-top: 1px solid #D8D8D8;
  position: relative;
  cursor: pointer;
}
.header-menu .notifications-dropdown-menu .notifications-list:first-child {
  border-top: none;
}
.header-menu .notifications-dropdown-menu .notifications-list h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 6px;
  color: #000000;
}
.header-menu .notifications-dropdown-menu .notifications-list h6 {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  color: #939393;
  font-size: 11px;
  line-height: 20px;
  margin-bottom: 3px;
}
.header-menu .notifications-dropdown-menu .notifications-list p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0px;
  color: #000000;
}

.notification-header-icon,
.cart-header-icon {
  position: relative;
}

.cart-header-icon::after,
.notification-header-icon::after {
  content: attr(data-count);
  height: 18px;
  width: 18px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-align: center;
  background-color: rgb(255, 65, 65);
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  top: 12px;
  right: 6px;
}

.cart-header-icon::after {
  right: 10px;
}
@media (max-width: 640px) {
  .cart-header-icon::after {
    right: 4px;
    top: 5px;
  }
}

footer.footer {
  z-index: 1;
  position: relative;
  background-image: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  footer.footer {
    padding: 0 5px;
  }
}
footer.footer a,
footer.footer a:hover,
footer.footer a:visited {
  color: #fff;
}
footer.footer .copy-right a {
  font-weight: 700;
}
footer.footer .footer-top {
  padding: 60px 0 60px;
}
@media screen and (max-width: 991px) {
  footer.footer .footer-top {
    padding: 60px 0 20px;
  }
}
footer.footer .footer-top .search-box-wraper {
  max-width: 350px;
  margin-bottom: 10px;
}
@media screen and (max-width: 575px) {
  footer.footer .footer-top .search-box-wraper {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer.footer .footer-top .search-box-wraper {
    margin-top: 25px;
  }
}
footer.footer .footer-top .search-box-wraper .subscribe-heading {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
}
footer.footer .footer-top .search-box-wraper .list-link li a {
  letter-spacing: 0.05em;
  font-weight: 600;
}
footer.footer .footer-top .search-box {
  display: flex;
  position: relative;
  margin-bottom: 20px;
}
footer.footer .footer-top .search-box input {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: normal;
  width: 100%;
  padding-left: 0px;
  padding-right: 40px;
  height: 50px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
}
@media screen and (min-width: 992px) {
  footer.footer .footer-top .search-box input {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1601px) {
  footer.footer .footer-top .search-box input {
    font-size: 16px;
    line-height: 26px;
  }
}
footer.footer .footer-top .search-box button {
  min-width: auto;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 10px 1px;
  width: 30px;
}
footer.footer .link-header {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
  footer.footer .list-link {
    justify-content: center;
  }
}
footer.footer .list-link li {
  list-style: none;
  padding: 0 0px;
  margin-bottom: 5px;
}
footer.footer .list-link li a {
  transition: all 0.8s ease;
  font-weight: 400;
  font-size: 18px;
  line-height: 38px;
  color: #fff;
}
footer.footer .list-link li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 991px) {
  footer.footer .list-link li:last-child {
    padding-right: 0px;
  }
  footer.footer .list-link li:first-child {
    padding-left: 0px;
  }
}
@media screen and (max-width: 1199px) {
  footer.footer .list-link li a {
    font-size: 15px;
  }
}
footer.footer .social-link {
  display: inline-block;
}
footer.footer .social-link li {
  list-style: none;
  float: left;
  position: relative;
  margin-right: 38px;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  footer.footer .social-link li {
    margin-right: 20px;
  }
}
footer.footer .social-link li:last-child {
  margin-right: 0;
}
footer.footer .social-link li a {
  text-align: center;
  transition: all 0.8s ease;
  color: #fff;
  padding: 0px;
}
footer.footer .social-link li a img {
  filter: grayscale(100%) brightness(1000%);
  max-width: 23px;
}
footer.footer .social-link li a img.facebook-icon {
  max-height: 18px;
}
footer.footer .social-link li a:hover {
  transition: all 0.8s ease;
}
footer.footer .social-link li a:hover img {
  filter: none;
}
footer.footer .social-link li a i {
  font-size: 18px;
  line-height: 26px;
}
@media screen and (min-width: 992px) {
  footer.footer .social-link li a i {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1601px) {
  footer.footer .social-link li a i {
    font-size: 18px;
    line-height: 30px;
  }
}
footer.footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding: 60px 0 55px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  footer.footer .footer-bottom {
    padding: 30px 0 55px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  footer.footer .footer-bottom .row {
    align-items: center !important;
  }
}
footer.footer p {
  color: #fff;
}
footer.footer .copy-right {
  font-size: 14px;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  footer.footer .copy-right {
    margin-bottom: 0;
  }
}

.btn-help {
  right: 50px;
  bottom: 50px;
  z-index: 11;
  border-radius: 30px;
  text-decoration: none;
  color: transparent;
  text-transform: uppercase;
  padding: 5px 23px;
  transition: all 0.6s ease;
  height: 45px;
  position: fixed;
  width: 45px;
  background: #1C3D60;
  font-size: 0;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1280px) {
  .btn-help {
    bottom: 85px;
  }
}
@media screen and (max-width: 575px) {
  .btn-help {
    bottom: 40px;
    right: 40px;
  }
}
@media screen and (max-width: 414px) {
  .btn-help {
    bottom: 17px;
    right: 17px;
  }
}
.btn-help:after {
  color: #fff;
  content: "";
  background: url(../images/icon/help.svg) no-repeat;
  background-position: 11px center;
  font-size: 2.6em;
  position: absolute;
  z-index: -1;
  right: -6px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  transition: all 0.6s ease;
}
.btn-help:hover {
  transition: all 0.6s ease;
  color: #fff;
  width: 100px;
  padding-left: 42px;
  font-size: 14px;
}
.btn-help:hover:before {
  width: 100px;
  right: 0px;
}
.btn-help:hover:after {
  right: 44px;
}

/* -------------- checkbox----------------- */
.check-style {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #373737;
  min-height: 20px;
}

.check-style input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border-radius: 0px;
  border: solid 1px #979797;
}

.check-style input:checked ~ .check-text {
  font-weight: 600;
}

.check-style input:checked ~ .checkmark {
  color: #fff;
  border-color: #1C3D60;
  background: #1C3D60;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check-style .checkmark:after {
  top: 3.5px;
  left: 3px;
  right: 0px;
  bottom: 2.5px;
  width: 12px;
  height: 9px;
  background: url(../images/icon/check.svg) no-repeat;
}

.check-style input:checked ~ .checkmark:after {
  display: block;
}

.check-style a {
  color: #373737;
  font-weight: 600;
}
.check-style a:hover {
  color: #1C3D60;
}

.check-style.radio-btn input:checked ~ .checkmark {
  background: transparent;
  border-color: #1C3D60;
}
.check-style.radio-btn .checkmark {
  border-radius: 50%;
}
.check-style.radio-btn .checkmark:after {
  width: 12px;
  height: 12px;
  border-color: #1C3D60;
  border-radius: 50%;
  background: #1C3D60;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.radio-list {
  margin-bottom: 12px;
}
.radio-list .radio-btn {
  margin-right: 30px;
  color: #fff;
}
.radio-list .radio-btn:last-child {
  margin-right: 0px;
}
.radio-list.dark-color-radio .radio-btn {
  color: #808080;
  font-size: 14px;
}
.radio-list.dark-color-radio .checkmark {
  border: solid 1px #D8D8D8;
  height: 22px;
  width: 22px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-bottom: 0;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-slider {
  position: absolute;
  cursor: pointer;
  border: 1px solid #D9D9D9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #D9D9D9;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .switch-slider {
    background-color: #b1c4d8;
  }
}

.switch-slider:before {
  position: absolute;
  content: "";
  height: 32px;
  width: 32px;
  left: 0px;
  bottom: 0px;
  background-color: #fff;
  transition: 0.4s;
}

input:checked + .switch-slider:before {
  transform: translateX(26px);
}

/* Rounded sliders */
.switch-slider.round {
  border-radius: 40px;
}

.switch-slider.round:before {
  border-radius: 50%;
}

.switch input:checked ~ .switch-slider {
  background-color: #00AA00;
  border-color: #00AA00;
}

.size-unit-holder .switch {
  width: 56px;
  height: 22px;
  margin-bottom: 0;
}
.size-unit-holder .switch input:checked ~ .switch-slider {
  background: transparent;
  border: transparent;
}
.size-unit-holder .switch-slider {
  display: flex;
  background: transparent;
  border: none;
}
.size-unit-holder .switch-slider .btn-in {
  color: #555555;
  background: #fff;
  border-color: #D9D9D9;
}
.size-unit-holder .switch-slider .btn-cm {
  background: #1C3D60;
  color: #fff;
  border-color: #1C3D60;
}
.size-unit-holder .switch-slider:before {
  background: transparent;
  height: 100%;
  width: 28px;
  transition: inherit;
}
.size-unit-holder input:checked + .switch-slider .btn-in {
  background: #1C3D60;
  border-color: #1C3D60;
  color: #fff;
}
.size-unit-holder input:checked + .switch-slider .btn-cm {
  background: #fff;
  border-color: #D9D9D9;
  color: #555555;
}

.file-upload {
  position: relative;
  background: #fff;
  padding: 33px 15px;
  font-weight: 600;
  font-size: 16px;
  border: 1px dashed #D8D8D8;
  color: #7C7C7C;
}
.file-upload.file-upload-multi {
  padding: 0px 0 0;
  border: 0;
}
.file-upload .filepond--file {
  border-radius: 0;
}
.file-upload .filepond--item-panel {
  background-color: rgba(216, 216, 216, 0.5);
  border-radius: 0;
}
.file-upload .filepond--file {
  color: #000;
  letter-spacing: 0.02em;
}
.file-upload .filepond--panel-top:after,
.file-upload .filepond--panel-bottom:before {
  height: 0;
}
.file-upload .filepond--drop-label.filepond--drop-label label {
  cursor: pointer;
}
.file-upload .filepond--root .filepond--drop-label {
  min-height: 110px;
  cursor: pointer;
  background: #fff;
  border: 1px dashed #D8D8D8;
  background: #fff;
}
.file-upload .filepond--file-action-button:focus,
.file-upload .filepond--file-action-button:hover {
  box-shadow: none;
}
.file-upload .filepond--root .filepond--list-scroller {
  margin-top: 130px;
}
.file-upload .filepond--list {
  left: 0;
  right: 0;
  top: 20px;
}
.file-upload .filepond--item {
  margin-left: 0;
  margin-right: 0;
}
.file-upload .filepond--root {
  min-height: 110px;
}
.file-upload .filepond--root .material-symbols-outlined {
  font-size: 24px !important;
}
.file-upload .filepond--root .filepond--credits {
  display: none;
}
.file-upload div.error,
.file-upload .error {
  color: #D71E1E;
  font-size: 13px;
  line-height: 16px;
  position: absolute;
  top: 120%;
}
.file-upload .filepond--panel-root {
  background-color: transparent;
  padding: 33px 15px;
  border-radius: 0;
}

.file-upload input[type=file] {
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  font-size: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0px;
}

.file-upload p {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 13px;
  color: #7C7C7C;
  letter-spacing: 0.02em;
}

.file-upload h4 {
  margin-bottom: 3px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.file-upload .upload-icon {
  margin-bottom: 16px;
}

.filename-holder {
  position: relative;
  width: 100%;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(216, 216, 216, 0.5);
  font-weight: 400;
  padding: 3px 55px 3px 20px;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #000000;
}
.filename-holder .close.btn {
  padding: 5px 10px 5px 10px;
  position: absolute;
  right: 10px;
}
.filename-holder img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.file-btn {
  position: relative;
  padding: 15px 25px 14px 24px;
}
.file-btn input[type=file] {
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  font-size: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0px;
}

.select-dat {
  position: relative;
}
.select-dat:before {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 0;
  top: 0px;
  right: 17px;
  width: 16px;
  height: 16px;
  background: url(../images/icon/calendar.svg) no-repeat;
}

.innerpage-main-heading-wrap .form-wrap .SelectBox {
  padding: 11px 20px;
}

.form-wrap {
  margin-bottom: 16px;
}
.form-wrap .SumoSelect {
  width: 100%;
}
.form-wrap .SelectBox {
  padding: 14px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #000;
}
.form-wrap .SumoSelect > .CaptionCont {
  border-radius: 0;
  border-color: #D8D8D8;
}
.form-wrap .SumoSelect.open > .CaptionCont,
.form-wrap .SumoSelect:focus > .CaptionCont,
.form-wrap .SumoSelect:hover > .CaptionCont {
  box-shadow: none;
}
.form-wrap .SumoSelect > .optWrapper > .options {
  border: 0px;
  border-radius: 0px;
}
.form-wrap .SumoSelect > .optWrapper {
  border: 1px solid #D8D8D8;
  border-radius: 0px;
  padding: 10px 0;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
}
.form-wrap .SumoSelect > .optWrapper > .options li.opt {
  padding: 5px 20px;
  border-bottom: 0px;
}
.form-wrap .SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 38px;
}
.form-wrap .SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #000;
  color: #fff;
}
.form-wrap .SumoSelect > .CaptionCont > label {
  right: 2px;
}
.form-wrap .SumoSelect > .CaptionCont > span.placeholder {
  font-style: normal;
  color: #979797;
  font-weight: 400;
  font-size: 16px;
}
.form-wrap .SumoSelect > .CaptionCont > label > i {
  background-image: url(../images/icon/dropdown-arrow.svg);
  opacity: 1;
}
.form-wrap .SumoSelect.open > .optWrapper {
  top: 50px;
}
.form-wrap .form-line .form-control {
  height: 60px;
  padding-left: 20px;
}
.form-wrap .SumoSelect .select-all > span i,
.form-wrap .SumoSelect > .optWrapper.multiple > .options li.opt span i {
  width: 16px;
  height: 16px;
  border-radius: 0px;
  box-shadow: none;
}
.form-wrap .SumoSelect .select-all.partial > span i,
.form-wrap .SumoSelect .select-all.selected > span i,
.form-wrap .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
  background-color: #1C3D60;
}

.product-size-select .SelectBox {
  padding: 0px;
  outline: none;
  font-weight: 400;
  line-height: 26px;
  font-size: 14px;
  box-shadow: none;
  display: inline-block;
}
.product-size-select .SumoSelect > .CaptionCont {
  border: 0px;
  background: transparent;
}
.product-size-select .SumoSelect.open > .CaptionCont,
.product-size-select .SumoSelect:focus > .CaptionCont,
.product-size-select .SumoSelect:hover > .CaptionCont {
  box-shadow: none;
}
.product-size-select .SumoSelect > .CaptionCont > label > i {
  background: url(../images/icon/down-arrow.svg) no-repeat;
  background-position: center center;
}
.product-size-select .SumoSelect > .optWrapper > .options li.opt {
  padding: 5px 20px;
  border-bottom: 0px;
}
.product-size-select .SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #000;
  color: #fff;
}
.product-size-select .SumoSelect > .optWrapper > .options {
  border: 0px;
  border-radius: 0px;
}
.product-size-select .SumoSelect > .optWrapper {
  border: 1px solid #D8D8D8;
  border-radius: 0px;
  padding: 10px 0;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
}

select.form-control {
  height: 50px !important;
  font-weight: normal;
  color: #7f7f7f;
  background: #fff url(../images/icon/down-arrow.svg) no-repeat 97% center;
  height: 100%;
  font-size: 14px;
  background-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-control,
.form-control:focus {
  box-shadow: none;
  outline: none;
}

.form-control:focus {
  border-color: #D8D8D8;
}

.form-control {
  border-color: #D8D8D8;
  border-radius: 0;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.08em;
  font-size: 14px;
}

.form-outline {
  position: relative;
}
.form-outline .form-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #979797;
  margin-bottom: 0.2rem;
}
.form-outline input:-webkit-autofill,
.form-outline input:-webkit-autofill:hover,
.form-outline input:-webkit-autofill:focus,
.form-outline input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.form-outline .form-control::-moz-placeholder {
  color: #000;
}
.form-outline .form-control::placeholder {
  color: #000;
}
.form-outline .form-control {
  font-weight: 600;
  height: 30px;
  line-height: 20px;
  padding-left: 20px;
}

.toggle-slider-holder .filter-holder.mCustomScrollbar {
  max-height: 135px;
}

.form-white-box .login-form .form-wrap {
  margin-bottom: 10px;
}

.login-form .form-floating > .form-control,
.login-form .form-floating > .form-select {
  height: calc(3.5rem + 4px);
}
.login-form .form-floating > textarea.form-control {
  height: calc(6.5rem + 6px);
}
.login-form .form-floating .form-control,
.login-form .form-floating .form-select {
  border-color: #D8D8D8;
  border-radius: 0px;
  padding-left: 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #000;
  font-size: 16px;
}
.login-form .form-floating .form-control:focus,
.login-form .form-floating .form-select:focus {
  box-shadow: none;
}
.login-form .form-floating > label {
  color: #979797;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  padding-left: 20px;
}
.login-form .form-floating .form-control.is-invalid,
.login-form .form-floating .form-control:invalid,
.login-form .form-floating .form-select.is-invalid,
.login-form .form-floating .form-select:invalid {
  border-color: #E44224;
}
.login-form .form-floating .form-control.is-valid {
  border-color: #3DBF3D;
}
.login-form .form-floating select {
  cursor: pointer;
}
.login-form .form-floating input[type=password].form-control.is-invalid, .login-form .form-floating input[type=password].form-control.is-valid {
  background-image: none;
}
.login-form .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: #000;
  opacity: 1;
}
.login-form .form-floating > .form-control:focus ~ label,
.login-form .form-floating > .form-control:not(:placeholder-shown) ~ label,
.login-form .form-floating > .form-select ~ label {
  color: #000;
  opacity: 1;
}
.login-form .form-control:focus {
  border-color: #000;
}
.login-form label.error,
.login-form span.error {
  position: absolute;
  margin-bottom: 0px;
  left: 0;
  color: #D71E1E;
  bottom: -19px;
  left: 0;
  font-size: 11px;
}
.login-form .check-style label.error {
  bottom: -16px;
}
.login-form .check-style.radio-btn {
  font-size: 16px;
}
.login-form .form-floating > textarea.form-control {
  height: 80px !important;
}
@media screen and (max-width: 480px) {
  .login-form .form-floating > textarea.form-control {
    height: 90px !important;
  }
}

label.error,
span.error,
div.error {
  color: #D71E1E;
  font-size: 13px;
  line-height: 16px;
}

.form-cardicon-holder .form-control {
  padding-right: 56px;
}
.form-cardicon-holder .form-control.is-invalid,
.form-cardicon-holder .form-control.is-valid {
  background-image: none;
}
.form-cardicon-holder .card-icon {
  position: absolute;
  right: 20px;
  top: 17px;
  width: 25px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/card/card.svg);
  background-size: contain;
}
.form-cardicon-holder .card-icon.visa {
  background-image: url(../images/card/visa.svg);
}
.form-cardicon-holder .card-icon.american-express {
  background-image: url(../images/card/american-express.svg);
}
.form-cardicon-holder .card-icon.masterCard {
  background-image: url(../images/card/mastercard.svg);
}
.form-cardicon-holder .card-icon.discover {
  background-image: url(../images/card/discover-card.svg);
}
.form-cardicon-holder .card-icon.jCB {
  background-image: url(../images/card/jcb.png);
}
.form-cardicon-holder .card-icon.dinersClub {
  background-image: url(../images/card/diners-club.svg);
}

.form-page-section {
  padding: 85px 0 115px;
}

.form-white-box {
  background: #fff;
  border: 1px solid rgba(216, 216, 216, 0.51);
  max-width: 586px;
  padding: 50px 55px;
}
@media screen and (max-width: 575px) {
  .form-white-box {
    padding: 20px 20px;
  }
}
.form-white-box .forgot-password {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}
.form-white-box .head-sub-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #000;
}
.form-white-box .head-sub-title a {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.login-form .password-holder.form-floating input.form-control {
  padding-right: 85px;
}
.login-form .password-holder.form-floating.pass-without-info input.form-control {
  padding-right: 50px;
}

.password-holder button.info,
.password-holder button.eye_showHide {
  border: none;
  outline: none;
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  margin-top: 0px;
  background: transparent !important;
  padding-left: 6px;
  padding-right: 6px;
  cursor: pointer;
  color: #666666 !important;
}
.password-holder button.eye_showHide {
  bottom: 0;
  right: 45px;
}
.password-holder button.info {
  top: 20px;
  right: 15px;
}
.password-holder .password-toggle {
  position: absolute;
  right: 50px;
  top: 21px;
  bottom: auto;
  margin: 0 auto;
  color: #bbbbbb;
  cursor: pointer;
  width: 28px;
  height: 18px;
}
.password-holder .password-toggle.right-15 {
  right: 15px;
}
.password-holder .password-toggle.ic-eye {
  background: url(../images/icon/eye-on.svg) no-repeat center;
}
.password-holder .password-toggle.ic-eye-off {
  background: url(../images/icon/eye-off.svg) no-repeat center;
}
.password-holder input[type=password] {
  font-family: "Material Symbols Outlined";
  content: "\f099";
  letter-spacing: 0.05em;
}
.password-holder input {
  padding-right: 85px;
}
.password-holder input.form-control.is-invalid, .password-holder input.form-control.is-valid {
  background-image: none;
}
.password-holder.pass-without-info input {
  padding-right: 50px;
}

.custom-progress-bar {
  margin-top: 10px;
}
.custom-progress-bar.progress {
  height: 5px;
  background: #D9D9D9;
}
.custom-progress-bar.progress .progress-bar {
  background-color: #05D941;
}

.filter-holder {
  max-width: 285px;
  padding: 16px 16px 20px 20px;
  border-radius: 0px;
  border: none;
  box-sizing: border-box;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
}
.filter-holder .dropdown-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #000;
}
.filter-holder .list-tick li {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin-top: 10px;
  position: relative;
  padding-left: 22px;
  color: #000;
}
.filter-holder .list-tick li::before {
  content: "";
  width: 11px;
  height: 8px;
  background: url(../images/icon/right.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 6px;
}
.filter-holder .list-tick li:first-child {
  margin-top: 12px;
}

.toggle-slider-text {
  margin-bottom: 36px;
}
.toggle-slider-text .switch {
  width: 25px;
  height: 17px;
}
.toggle-slider-text .switch-slider {
  background: #fff;
  width: 25px;
  height: 17px;
  border: 1px solid #979797;
}
.toggle-slider-text .switch-slider:before {
  border: 1px solid #979797;
  height: 15px;
  width: 15px;
  bottom: 0px;
}
.toggle-slider-text .switch input:checked ~ .switch-slider:before {
  transform: translateX(9px);
}
.toggle-slider-text p {
  font-size: 14px;
  color: #000;
}

.mobile-wrap {
  position: relative;
}
.mobile-wrap .code-no {
  position: absolute;
  width: 63px;
  left: 0;
  top: 16px;
  border-right: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-position: 82%;
}
.mobile-wrap .code-no .disabled select:disabled {
  opacity: 0;
}
.mobile-wrap .code-no select[readonly] {
  opacity: 0;
}
.mobile-wrap.form-floating input.form-control {
  padding-left: 80px;
}
.mobile-wrap.form-floating > label {
  padding-left: 80px;
}
.mobile-wrap.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(1.15rem);
}
.mobile-wrap.form-floating > .form-control:focus ~ label,
.mobile-wrap.form-floating > .form-control:not(:placeholder-shown) ~ label,
.mobile-wrap.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(1.15rem);
}
.mobile-wrap .SumoSelect > .CaptionCont > label > i {
  background-image: url(../images/icon/dropdown-arrow.svg);
  opacity: 0.5;
}
.mobile-wrap .SumoSelect > .CaptionCont > label {
  right: -4px;
}
.mobile-wrap .SumoSelect > .CaptionCont > label {
  width: 19px;
}
.mobile-wrap .SumoSelect > .CaptionCont > span {
  padding-right: 14px;
}
.mobile-wrap select.form-control {
  height: 30px !important;
}
.mobile-wrap.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  padding-left: 75px;
}
.mobile-wrap.form-floating > .form-control:focus ~ label, .mobile-wrap.form-floating > .form-control:not(:placeholder-shown) ~ label, .mobile-wrap.form-floating > .form-select ~ label {
  padding-left: 75px;
}

.w-sort-180.form-wrap .SumoSelect {
  width: 180px;
}
.w-sort-180.form-wrap .SumoSelect > .CaptionCont > span {
  padding-right: 8px;
  cursor: pointer;
}
.w-sort-180.form-wrap .SumoSelect > .CaptionCont label {
  cursor: pointer;
}
.w-sort-180.form-wrap .SumoSelect > .CaptionCont > span.placeholder {
  font-size: 16px;
}
.w-sort-180.form-wrap .SumoSelect .optWrapper {
  border: none;
}
.w-sort-180.form-wrap .SumoSelect .optWrapper > .options li.opt {
  font-size: 14px;
}
.w-sort-180.form-wrap .SumoSelect .SelectBox {
  padding-left: 15px;
}

.headding-holder .custom-dropdown-menu .form-wrap.w-sort-180 .SumoSelect > .CaptionCont > label > i {
  background-image: url(../images/icon/tune.svg);
  background-size: 18px;
}

.selected-label {
  color: #979797;
}

.login-form .form-floating .form-select.selected-label {
  color: #979797;
  font-weight: 400;
}

.textarea-floating.form-floating textarea.form-control ~ label {
  z-index: 1;
}
.textarea-floating.form-floating .before {
  position: absolute;
  background-color: #fff;
  left: 1px;
  right: 1px;
  top: 1px;
  height: 26px;
}

.select-form-floating select.form-control {
  height: 60px !important;
}

.select-form-floating div.error {
  position: absolute;
  top: auto;
  bottom: -19px;
}

.form-floating-select.form-floating > label {
  display: none;
}
.form-floating-select.form-floating > .form-select {
  padding-top: 0.625rem;
}

.section_banner {
  position: relative;
  background-color: transparent;
  background: url(../images/background.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.section_banner .banner-text-holder {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section_banner .banner-text-holder .head-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 41px;
  margin-bottom: 34px;
}
@media screen and (min-width: 576px) {
  .section_banner .banner-text-holder .head-title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (min-width: 768px) {
  .section_banner .banner-text-holder .head-title {
    font-size: 38px;
    line-height: 46px;
  }
}
@media screen and (min-width: 992px) {
  .section_banner .banner-text-holder .head-title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .section_banner .banner-text-holder .head-title {
    font-size: 54px;
    line-height: 65px;
  }
}
.section_banner .banner-text-holder .boneli-icon {
  margin-bottom: 30px;
}
.section_banner .banner-text-holder .boneli-icon img {
  width: 44px;
}
.section_banner .banner-text-holder .head-sub-heading {
  margin-bottom: 5px;
}
@media screen and (max-width: 1440px) {
  .section_banner .banner-text-holder {
    top: 90px;
  }
}
.section_banner .banner-img {
  mix-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: calc(100vh - 100px);
  min-height: 420px;
  max-height: 900px;
}
@media screen and (max-width: 1680px) {
  .section_banner .banner-img {
    max-height: 700px;
  }
}
@media screen and (max-width: 767px) {
  .section_banner .banner-img {
    background-position: center right;
    background-attachment: scroll;
  }
}
.section_banner .banner-img img {
  width: 100%;
  height: calc(100vh - 100px);
}

#b-icon path:first-child {
  stroke-dashoffset: 150px;
}

.sec-bg-1 {
  background-image: url(../images/BG1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.section-design-catalog {
  padding: 140px 35px 120px;
}
@media screen and (max-width: 1280px) {
  .section-design-catalog {
    padding: 100px 35px 60px;
  }
}
@media screen and (max-width: 767px) {
  .section-design-catalog {
    padding: 100px 20px 60px 20px;
  }
}
@media screen and (min-width: 768px) {
  .section-design-catalog .swiper-button-next,
  .section-design-catalog .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .section-design-catalog .swiper-button-next,
  .section-design-catalog .swiper-button-prev {
    top: -22%;
  }
}

@media screen and (max-width: 1280px) {
  .section-360deg {
    padding: 50px 35px;
  }
}
@media screen and (max-width: 767px) {
  .section-360deg {
    padding: 20px 5px 0;
  }
}
.section-360deg .catalog-wraper {
  margin: 0 auto 50px;
}
.section-360deg .catalog-wraper .catalog-text {
  max-width: 430px;
  padding: 44px 0 0px;
  margin: auto;
}
.section-360deg .catalog-wraper .catalog-text .product-name {
  margin-bottom: 15px;
}

.img-360-deg {
  width: 100%;
  height: 550px;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-360-deg .img-360-1 {
  max-width: 439px;
}
.img-360-deg .degree360-icon {
  position: absolute;
  right: 21px;
  top: 17px;
}
.img-360-deg img {
  mix-blend-mode: multiply;
}
.img-360-deg .img-container {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
  cursor: ew-resize;
}
.img-360-deg .img360 {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.img-360-deg img {
  width: 100%;
  margin: 0;
  padding: 0;
}
.img-360-deg #preload-imgs {
  display: none;
}

.catalog-wraper {
  margin: 0 auto 30px;
}
.catalog-wraper .img-360-deg {
  border: 1px solid #d4d4d4;
}
.catalog-wraper .catalog-img {
  position: relative;
  padding-top: 125.6%;
}
.catalog-wraper .img-blog {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.5s all ease;
}
.catalog-wraper .img-blog:hover {
  filter: grayscale(100%);
  transition: 0.5s all ease;
}
.catalog-wraper .catalog-text {
  transition: 0.5s all ease;
  position: relative;
  color: #000;
  padding: 34px 0px 0;
}
.catalog-wraper .catalog-text .product-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  margin-bottom: 8px;
}
.catalog-wraper .catalog-text .product-des {
  margin-bottom: 26px;
}
.catalog-wraper .catalog-text .product-des p {
  margin-bottom: 0;
}

.catalog-4-wraper {
  margin: 0 auto 30px;
  width: 100%;
}
@media screen and (min-width: 1600px) {
  .catalog-4-wraper {
    padding: 0 5px;
  }
}
.catalog-4-wraper .catalog-img {
  position: relative;
  padding-top: 134.7%;
}
.catalog-4-wraper .img-blog {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.catalog-4-wraper .catalog-text {
  transition: 0.5s all ease;
  position: relative;
  color: #000;
  padding: 34px 0px 0;
}
.catalog-4-wraper .catalog-text .product-name {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 29px;
  margin-bottom: 8px;
}
.catalog-4-wraper .catalog-text .product-des {
  margin-bottom: 22px;
}
.catalog-4-wraper .catalog-text .product-des p {
  margin-bottom: 0;
}
.catalog-4-wraper .catalog-text .product-size-select select {
  border: none;
  font-weight: 400;
  line-height: 26px;
  font-size: 14px;
  background: transparent;
}
.catalog-4-wraper .catalog-text .cat-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}
.catalog-4-wraper .catalog-text .price-tag {
  font-weight: 700;
  color: #000;
  padding: 0 5px;
  letter-spacing: 0.08em;
  font-size: 18px;
  line-height: 22px;
}
.catalog-4-wraper .catalog-text .add-cart-holder {
  margin-top: 14px;
}
.catalog-4-wraper .catalog-text .add-cart-holder .boneli-icon {
  margin-right: 10px;
  width: 44px;
  height: 44px;
  letter-spacing: normal;
  text-align: center;
  border: 2px solid #1C3D60;
  background: #1C3D60;
}
.catalog-4-wraper .catalog-text .add-cart-holder .boneli-icon.btn {
  padding: 0;
  width: 44px;
  height: 44px;
  letter-spacing: normal;
  text-align: center;
}
.catalog-4-wraper .catalog-text .add-cart-holder .boneli-icon img {
  max-width: 22px;
  margin: auto;
}
.catalog-4-wraper .catalog-text .add-cart-holder .boneli-icon:hover {
  background: transparent;
  border-color: #000;
}
.catalog-4-wraper .catalog-text .add-cart-holder .boneli-icon:hover img {
  filter: contrast(200%) brightness(0%);
}
.catalog-4-wraper .catalog-text .add-cart-holder .add-cart {
  border: 1px solid #d4d4d4;
  padding: 8px 0px;
  height: 44px;
  letter-spacing: 0.08em;
}
.catalog-4-wraper .catalog-text .add-cart-holder .add-cart .btn {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 16px;
  line-height: 24px;
}
.catalog-4-wraper .catalog-text .add-cart-holder .add-cart .btn:hover {
  color: #1C3D60;
}
@media screen and (max-width: 1366px) {
  .catalog-4-wraper .catalog-text .add-cart-holder .add-cart .price-tag,
  .catalog-4-wraper .catalog-text .add-cart-holder .add-cart .btn {
    padding: 0 11px;
  }
}
.catalog-4-wraper .catalog-text .add-cart-holder .add-cart .price-tag {
  position: relative;
}
.catalog-4-wraper .catalog-text .add-cart-holder .add-cart .price-tag::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 24px;
  background-color: #D9D9D9;
  top: 0;
  bottom: 0;
  margin: auto;
}

.section-home-bottom-bg {
  background-image: url(../images/home-bottom.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.section-remnant-catalog {
  padding: 60px 50px 90px;
}
@media screen and (max-width: 1280px) {
  .section-remnant-catalog {
    padding: 60px 20px 90px;
  }
}
@media screen and (max-width: 991px) {
  .section-remnant-catalog {
    padding: 60px 15px 50px;
  }
}

.section-remnant-catalog .catalog-4-wraper,
.section-remnant-catalog .catalog-wraper,
.section-design-catalog .catalog-4-wraper,
.section-design-catalog .catalog-wraper,
.section-remnant-list .catalog-4-wraper,
.section-remnant-list .catalog-wraper {
  height: 100%;
  padding-bottom: 50px;
  margin-bottom: 0;
}
.section-remnant-catalog .catalog-4-wraper > .btn,
.section-remnant-catalog .catalog-wraper > .btn,
.section-design-catalog .catalog-4-wraper > .btn,
.section-design-catalog .catalog-wraper > .btn,
.section-remnant-list .catalog-4-wraper > .btn,
.section-remnant-list .catalog-wraper > .btn {
  position: absolute;
  width: 151px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section_testimonial {
  padding: 110px 55px 150px;
  color: #000;
}
@media screen and (max-width: 1280px) {
  .section_testimonial {
    padding: 60px 25px 90px;
  }
}
@media screen and (max-width: 767px) {
  .section_testimonial {
    padding: 110px 15px 50px;
  }
}
.section_testimonial .testimonial-heading {
  color: #000;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 15px;
}
.section_testimonial .testimonial-wraper {
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .section_testimonial .testimonial-wraper {
    max-width: 401px;
  }
}
@media screen and (max-width: 991px) {
  .section_testimonial .testimonial-wraper {
    max-width: 100%;
  }
}
.section_testimonial .testimoni-name {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: 34px;
  padding-left: 15px;
  position: absolute;
  bottom: 0;
}
.section_testimonial .testimoni-name:before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #000;
}
.section_testimonial .testi-des {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #000;
}
.section_testimonial .swiper-pagination-bullet {
  border-radius: 0;
  width: 10px;
  height: 10px;
  margin: 5px;
}
.section_testimonial .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}
@media screen and (max-width: 991px) {
  .section_testimonial {
    padding-bottom: 70px;
    padding-top: 30px;
  }
}
.section_testimonial .swiper-slide {
  display: flex;
  height: auto;
}

.next-prev-holder {
  height: 50px;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-weight: 500;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  background: #fff;
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.1);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  display: none;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.swiper-button-next.swiper-button-disabled img,
.swiper-button-prev.swiper-button-disabled img {
  opacity: 0.3;
}
.swiper-button-next img,
.swiper-button-prev img {
  width: 10px;
}

.section_about {
  background: url(../images/about-bg.jpg) no-repeat;
  background-size: 100% auto;
  padding-bottom: 100px;
}
@media screen and (min-width: 1800px) {
  .section_about {
    background-position: bottom center;
  }
}
.section_about.inner-sec-con-w {
  padding-top: 140px;
}
@media screen and (max-width: 991px) {
  .section_about.inner-sec-con-w {
    padding-top: 70px;
  }
}
.section_about .about-holder {
  max-width: 850px;
  margin: 0 auto;
}
.section_about .about-holder p {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .section_about .about-holder p {
    font-size: 16px;
  }
}
.section_about .about-right-img {
  position: relative;
  padding-top: 82%;
}
.section_about .about-right-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section_how-it-work .accordion-holder {
  padding-left: 95px;
}
@media screen and (max-width: 1366px) {
  .section_how-it-work .accordion-holder {
    padding-left: 0px;
  }
}
.section_how-it-work.inner-sec-con-w {
  padding: 150px 50px;
}
@media screen and (max-width: 991px) {
  .section_how-it-work.inner-sec-con-w {
    padding: 80px 5px;
  }
}
.section_how-it-work .img-holder img {
  width: 100%;
}

.accordion-holder .head-title {
  margin-bottom: 30px;
}
.accordion-holder .accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.accordion-holder .accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-radius: 0px;
}
.accordion-holder .accordion .accordion-item {
  margin-bottom: 10px;
  border: 0;
  border-radius: 0px;
  box-shadow: none;
  background-color: transparent;
  border-bottom: 1px solid #D9D9D9;
}
.accordion-holder .accordion .accordion-item .accordion-button {
  box-shadow: none;
  border: 0;
  border-bottom: 0px;
  border-radius: 0px;
  position: relative;
  padding: 15px 40px 15px 40px;
  background: transparent;
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
  color: #433145;
}
.accordion-holder .accordion .accordion-item .accordion-button .span-no {
  position: absolute;
  left: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #433145;
}
.accordion-holder .accordion .accordion-item .accordion-button:after {
  content: "";
  background: url(../images/icon/faq-.svg) no-repeat;
  float: right;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0px;
  width: 24px;
  height: 24px;
  font-size: 5px;
  font-weight: 900;
  top: 16px;
  background-position: 51% 24%;
}
.accordion-holder .accordion .accordion-item .accordion-button.collapsed {
  background-color: transparent;
  border: 0;
}
.accordion-holder .accordion .accordion-item .accordion-button.collapsed:after {
  content: "";
  background: url(../images/icon/faq+.svg) no-repeat;
  background-position: 51% 24%;
  font-weight: 900;
  font-size: 12px;
  color: #939393;
}
.accordion-holder .accordion .accordion-item .card-body {
  padding: 0 0 20px 40px;
  border-radius: 0px;
  border: none;
}
.accordion-holder .accordion .accordion-item .card-body .card-body-holder {
  padding-top: 15px;
}
.accordion-holder .accordion .accordion-item .card-body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #000000;
}
.accordion-holder .accordion .accordion-item .card-body p:last-child {
  margin-bottom: 0px;
}

.section_partners {
  padding-left: 15px;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .section_partners {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.section_partners .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear !important;
}
.section_partners .partners-logo-holder img {
  max-height: 100px;
}

@media (min-width: 1200px) {
  .section_video .container,
  .section_partners .container {
    max-width: 1044px;
  }
}

.section_video {
  padding-bottom: 100px;
}

.video-holder {
  max-width: 1044px;
  margin: 0 auto;
  position: relative;
}
.video-holder img {
  max-height: 510px;
  width: 100%;
}
.video-holder .play-btn {
  background: #fff;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 0;
}

.details-slider {
  padding: 0px 50px 0 0;
  color: #fff;
  max-width: 900px;
}
@media (max-width: 1440px) {
  .details-slider {
    max-width: 735px;
    padding: 0px 35px 0 0;
  }
}
@media (max-width: 1366px) {
  .details-slider {
    padding: 0px 0px 0 0;
  }
}
@media (max-width: 767px) {
  .details-slider {
    padding: 0px;
  }
}

.details-slider .swiper-container {
  width: 100%;
  height: 100%;
}

.slider__flex {
  display: flex;
  align-items: flex-start;
}

.slider__col {
  display: flex;
  flex-direction: column;
  width: 150px;
  margin-right: 60px;
}
@media (max-width: 1680px) {
  .slider__col {
    width: 130px;
    margin-right: 50px;
  }
}
@media (max-width: 1366px) {
  .slider__col {
    margin-right: 30px;
  }
}
@media (max-width: 1280px) {
  .slider__col {
    margin-right: 15px;
  }
}

.slider__prev,
.slider__next {
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.slider__prev:focus,
.slider__next:focus {
  outline: none;
}

.slider__thumbs,
.pop__thumbs {
  height: 738px;
}
@media (max-width: 1560px) {
  .slider__thumbs,
  .pop__thumbs {
    height: 646px;
  }
}
@media (max-width: 1440px) {
  .slider__thumbs,
  .pop__thumbs {
    height: 596px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__thumbs,
  .pop__thumbs {
    height: 406px;
  }
}

.slider__thumbs .swiper-slide,
.pop__thumbs .swiper-slide {
  transition: 0.25s;
  border: 2px solid transparent;
  padding: 10px;
}
@media (max-width: 767px) {
  .slider__thumbs .swiper-slide,
  .pop__thumbs .swiper-slide {
    padding: 5px;
  }
}
.slider__thumbs .swiper-slide .slider__image,
.pop__thumbs .swiper-slide .slider__image {
  border: 1px solid #D9D9D9;
}

.slider__thumbs .slider__image:hover,
.pop__thumbs .slider__image:hover {
  opacity: 1;
}

.slider__thumbs .swiper-slide-thumb-active.swiper-slide,
.pop__thumbs .swiper-slide-thumb-active.swiper-slide {
  border-color: #000;
  opacity: 1;
}

.slider__images,
.pop__images {
  height: 740px;
  width: calc(100% - 210px);
  border: 1px solid #D9D9D9;
}
@media (max-width: 1560px) {
  .slider__images,
  .pop__images {
    height: 640px;
    width: calc(100% - 180px);
  }
}
@media (max-width: 1440px) {
  .slider__images,
  .pop__images {
    height: 590px;
    width: calc(100% - 180px);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__images,
  .pop__images {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .slider__images,
  .pop__images {
    height: 400px;
  }
}

.slider__image {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  background: #fff;
  cursor: grab;
}

.slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .slider__flex {
    flex-direction: column-reverse;
  }
  .slider__col {
    flex-direction: row;
    align-items: center;
    margin-right: 0;
    margin-top: 24px;
    width: 100%;
  }
  .slider__images,
  .pop__images {
    width: 100%;
  }
  .slider__thumbs,
  .pop__thumbs {
    height: 100px;
    width: 100%;
    margin: 0 0px;
  }
  .slider__prev,
  .slider__next {
    height: auto;
    width: 32px;
  }
}
.design-details-slider .slider__image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.design-details-slider .slider__image img {
  -o-object-fit: contain;
     object-fit: contain;
}

.design-details-slider img,
.details-slider img {
  background-color: #fff;
}

.product-details-wraper {
  padding-left: 50px;
}
@media (max-width: 1680px) {
  .product-details-wraper {
    padding-left: 35px;
  }
}
@media (max-width: 1600px) {
  .product-details-wraper {
    padding-left: 0px;
  }
}
.product-details-wraper label {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
.product-details-wraper select {
  border: none;
  font-weight: 400;
  line-height: 26px;
  font-size: 14px;
  background: transparent;
}
.product-details-wraper .product-size-select .SelectBox {
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: #000;
}
.product-details-wraper .price-tag {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: right;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000;
}
@media screen and (max-width: 767px) {
  .product-details-wraper .price-tag {
    display: block;
    text-align: left;
    margin-top: 10px;
  }
}
.product-details-wraper .product-details-wraper-bottom {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .product-details-wraper .product-details-wraper-bottom {
    flex-direction: column;
  }
}

.rating-list {
  display: flex;
  font-size: 20px;
}
.rating-list .icon-star {
  color: #FFA31A;
}
.rating-list .icon-star-outline {
  color: #D8D8D8;
}
.rating-list .icon-star [class^=icon-]:before,
.rating-list .icon-star [class*=" icon-"]:before,
.rating-list .icon-star-outline [class^=icon-]:before,
.rating-list .icon-star-outline [class*=" icon-"]:before {
  margin: 0;
}

.review-rating-holder .icon-heart {
  color: #DB0505;
  margin-right: 15px;
}
.review-rating-holder .icon-favorite-outline {
  color: #979797;
  margin-right: 15px;
}
.review-rating-holder .rating-list {
  margin-right: 10px;
}
.review-rating-holder .attachfile {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1c3d60 url(../images/acrobat-reader.svg) no-repeat 5px 4px;
  background-size: 18px auto;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  top: 10px;
  right: 46px;
}
.review-rating-holder .attachfile .material-symbols-outlined {
  font-size: 0;
}

.category-btn-holder {
  margin: 20px 0;
}
.category-btn-holder .btn {
  text-transform: inherit;
  font-weight: 400;
  letter-spacing: normal;
  margin-right: 10px;
}
.category-btn-holder .btn:last-child {
  margin-right: 0;
}
.category-btn-holder .btn:hover {
  border: 1px solid #d4d4d4;
  background: none;
  color: #000;
  cursor: auto;
}

.product-details-wraper-bottom .boneli-icon {
  width: 50px;
  height: 50px;
  background: #1C3D60;
  border-color: #1C3D60;
  margin-right: 22px;
}
.product-details-wraper-bottom .boneli-icon img {
  max-width: 22px;
  margin: auto;
}
.product-details-wraper-bottom .boneli-icon:hover {
  border-color: #000;
}
.product-details-wraper-bottom .btn,
.product-details-wraper-bottom .qty {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .product-details-wraper-bottom .btn {
    margin-right: 0;
    width: 100%;
  }
}
.product-details-wraper-bottom .btn:last-child {
  margin-right: 0px;
}
@media screen and (min-width: 1400px) {
  .product-details-wraper-bottom .btn {
    max-width: 186px;
    width: 100%;
  }
}

.details-size-holder {
  border-top: 1px solid #D8D8D8;
  padding-top: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .details-size-holder > .d-flex {
    display: block !important;
  }
}
.details-size-holder .size-text {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .details-size-holder .size-text {
    font-size: 16px;
    line-height: 18px;
  }
}
.details-size-holder .size-text label {
  font-size: 16px;
}
@media (max-width: 1199px) {
  .details-size-holder .size-text label {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 4px;
  }
}
@media (max-width: 380px) {
  .details-size-holder .size-text label {
    font-size: 12px;
  }
}

.details-slider-box {
  background: #fff;
  border: 1px solid #D8D8D8;
  position: relative;
  padding: 15px 100px 20px 130px;
  margin-top: 80px;
}
@media screen and (max-width: 1280px) {
  .details-slider-box {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 575px) {
  .details-slider-box {
    padding: 15px 15px 15px 120px;
  }
}
@media screen and (max-width: 460px) {
  .details-slider-box {
    padding: 95px 15px 15px 15px;
  }
}
.details-slider-box .details-slider-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #000;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .details-slider-box .details-slider-title {
    font-size: 22px;
    line-height: 26px;
  }
}
.details-slider-box .details-slider-des {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  margin-bottom: 0;
}
.details-slider-box .toggle-slider-holder {
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 34px;
}
@media screen and (max-width: 575px) {
  .details-slider-box .toggle-slider-holder {
    right: inherit;
    position: relative;
    margin-top: 15px;
  }
}
.details-slider-box .boneli-icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/b-icon-bg.png);
}
@media screen and (max-width: 460px) {
  .details-slider-box .boneli-icon {
    background: #1C3D60;
    width: 100%;
    height: 70px;
    top: 0;
    bottom: auto;
  }
}
.details-slider-box .nav-tabs {
  border-bottom: 0px;
  border-radius: 0px;
}
.details-slider-box .nav-tabs .nav-link {
  border: none;
  position: relative;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  padding: 5px 15px 5px;
  border-radius: 0;
  color: #979797;
  cursor: pointer;
  transition: all ease-in-out;
}
@media screen and (max-width: 575px) {
  .details-slider-box .nav-tabs .nav-link {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .details-slider-box .nav-tabs .nav-link {
    padding: 5px 13px 5px;
  }
}
@media screen and (max-width: 360px) {
  .details-slider-box .nav-tabs .nav-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 340px) {
  .details-slider-box .nav-tabs .nav-link {
    padding: 5px 8px 5px;
  }
}
.details-slider-box .nav-tabs .nav-link.active {
  color: black;
  background: transparent;
  transition: all ease-in-out;
  font-weight: 600;
}
.details-slider-box .nav-tabs .nav-link.selected {
  color: black;
}
.details-slider-box .nav-tabs .nav-link:hover {
  text-decoration: underline !important;
  transition: all ease-in-out;
}
.details-slider-box .nav-tabs .nav-item {
  position: relative;
}
@media screen and (max-width: 1280px) {
  .details-slider-box .nav-tabs .nav-item:first-child .nav-link {
    padding-left: 0;
  }
  .details-slider-box .nav-tabs .nav-item:last-child .nav-link {
    padding-right: 0;
  }
}
.details-slider-box .nav-item + .nav-item::before {
  position: absolute;
  left: -6px;
  top: 13px;
  color: #979797;
  background: url(../images/icon/dropdown-arrow.svg) no-repeat;
  width: 12px;
  height: 7px;
  transform: rotate(-90deg) scale(0.8);
  opacity: 0.5;
  content: "";
}

.qty {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #D8D8D8;
  padding: 0 10px;
  background: transparent;
  max-width: 100px;
  /*Prevent text selection*/
}
.qty .count,
.qty .count-cart {
  color: #000;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 38px;
  padding: 0 2px;
  min-width: 35px;
  text-align: center;
}
.qty .plus {
  justify-content: flex-end;
  cursor: pointer;
  display: flex;
  background: transparent;
  align-items: center;
  color: #000;
  width: 15px;
  height: 38px;
  font: 24px/1 Arial, sans-serif;
  text-align: center;
}
.qty .minus {
  cursor: pointer;
  display: flex;
  align-items: center;
  background: transparent;
  color: #000;
  width: 15px;
  height: 38px;
  font: 24px/1 Arial, sans-serif;
  text-align: center;
}
.qty div {
  text-align: center;
}
.qty span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.qty input {
  height: 48px;
  width: 60px;
  border-radius: 0px;
  border: none;
  background: transparent;
}
.qty input::-webkit-outer-spin-button,
.qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.section-remnant-select {
  padding: 40px 0 0px;
}
.section-remnant-select .catalog-4-wraper {
  transition: all 0.2s;
  position: relative;
  margin-bottom: 50px;
}
.section-remnant-select .catalog-4-wraper.purchased-design .price-tag {
  color: #979797;
  text-decoration: line-through;
}
.section-remnant-select .catalog-4-wraper .catalog-box {
  position: relative;
}
.section-remnant-select .catalog-4-wraper .catalog-box .catalog-text {
  position: static;
}
.section-remnant-select .catalog-4-wraper .catalog-box .grow {
  flex: 1 1 auto;
  margin-right: 10px;
}
.section-remnant-select .catalog-4-wraper .catalog-box label input {
  display: none;
}
.section-remnant-select .catalog-4-wraper .catalog-box label input:checked ~ .selected-border {
  opacity: 1;
  visibility: visible;
}
.section-remnant-select .catalog-4-wraper .catalog-box label input:checked ~ .btn.btn-bordered {
  color: #fff;
  background: #1C3D60;
  border-color: #1C3D60;
}
.section-remnant-select .catalog-4-wraper .catalog-box label .selected-border {
  position: absolute;
  left: -13px;
  right: -13px;
  top: -13px;
  bottom: -13px;
  border: 2px solid #000;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 300ms;
}
.section-remnant-select .catalog-4-wraper .catalog-img {
  position: relative;
  padding-top: 96.4%;
  overflow: hidden;
}
.section-remnant-select .catalog-4-wraper .price-tag {
  padding-right: 0;
}
.section-remnant-select .catalog-4-wraper::before {
  content: "";
  display: none;
  background: #fff;
  position: absolute;
  left: -13px;
  right: -13px;
  top: -13px;
  bottom: -13px;
  border: 2px solid #000;
}
.section-remnant-select .catalog-4-wraper .btn.btn-bordered {
  height: 38px;
  font-size: 14px;
  padding: 9px 14px 9px 14px;
}
.section-remnant-select .catalog-4-wraper .catalog-tag {
  position: absolute;
  background: #00AA00;
  color: #fff;
  top: 0;
  right: 0;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  z-index: 1;
  width: 70px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-remnant-select .catalog-4-wraper .attachfile {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D9D9D9;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  top: 10px;
  right: 10px;
  color: #fff;
}
.section-remnant-select .check-remnant {
  width: 100%;
}
.section-remnant-select .check-remnant p.font-title-12 {
  font-size: 12px;
}
.section-remnant-select .check-remnant .select-btn {
  margin-top: 10px;
}
.section-remnant-select .check-remnant .select-btn .btn.btn-bordered {
  transition: all 0.2s;
}
.section-remnant-select .check-remnant .select-btn .material-symbols-outlined {
  font-size: 21px;
  display: none;
}
.section-remnant-select .check-remnant input:checked ~ .catalog-4-wraper {
  transition: all 0.2s;
}
.section-remnant-select .check-remnant input:checked ~ .catalog-4-wraper .catalog-img {
  border-color: transparent;
}
.section-remnant-select .check-remnant input:checked ~ .catalog-4-wraper::before {
  display: block;
}
.section-remnant-select .check-remnant input:checked ~ .catalog-4-wraper .select-btn .btn.btn-bordered {
  display: flex;
  width: 100%;
  color: #fff;
  background: #1C3D60;
}
.section-remnant-select .check-remnant input:checked ~ .catalog-4-wraper .select-btn .btn.btn-bordered .material-symbols-outlined {
  display: inline-block;
}
.section-remnant-select .check-remnant input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .section-remnant-select .col-xl-custom-5 {
    width: 20%;
  }
}

.border-white-box {
  background: #FFFFFF;
  border: 1px solid rgba(216, 216, 216, 0.51);
}

.profile-info-box {
  padding: 30px 40px 10px;
}

.form-label-wrap {
  margin-bottom: 30px;
}
.form-label-wrap .form-label-name,
.form-label-wrap .form-label-value {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #000000;
}
.form-label-wrap .form-label-name {
  margin-bottom: 17px;
}
.form-label-wrap .form-label-value {
  font-weight: 600;
}

.profile-circle-img {
  background: #f3f3f3;
  width: 165px;
  height: 165px;
  padding: 12px;
  border-radius: 50%;
}

.profile-circle-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.max-w720 {
  max-width: 720px;
}

.dropdown.custom-dropdown-menu .SelectBox.design-remnant-sortby-btn {
  padding: 7px 20px;
}

.section-design-remnant-addcart {
  background: #F4F4F4;
}
.section-design-remnant-addcart .order-div .pad-bord {
  padding: 0px 0 8px;
  border-top: none;
}
.section-design-remnant-addcart .order-div .form-view .font-weight-semibold {
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.05em;
  color: #000000;
}
.section-design-remnant-addcart .order-div .form-view.total-order {
  padding-top: 0;
}
.section-design-remnant-addcart .details-order {
  position: relative;
  flex-wrap: wrap;
}
.section-design-remnant-addcart .details-order .add-btn {
  width: 50px;
  height: 50px;
  left: 0;
  right: 0;
  top: 32px;
  z-index: 1;
  bottom: 0;
  border-radius: 50%;
  position: absolute;
  margin: auto;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 6px solid #F4F4F4;
}
.section-design-remnant-addcart .details-order .order-product {
  width: calc(100% - 10px);
  padding: 20px;
  border: 1px solid rgba(216, 216, 216, 0.51);
  margin-bottom: 5px;
  position: relative;
  margin-top: 10px;
}
.section-design-remnant-addcart .details-order .order-product::after {
  content: "+";
  color: #1C1B1F;
  font-size: 24px;
  width: 50px;
  height: 50px;
  left: 0;
  right: 0;
  bottom: -32px;
  z-index: 1;
  border-radius: 50%;
  position: absolute;
  margin: auto;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 6px solid #F4F4F4;
}
.section-design-remnant-addcart .details-order .order-product:last-child::after {
  display: none;
}
.section-design-remnant-addcart .details-order .order-product .attachfile {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1c3d60 url(../images/acrobat-reader.svg) no-repeat 5px 4px;
  background-size: 12px auto;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  top: 10px;
  right: 46px;
}
.section-design-remnant-addcart .details-order .order-product .attachfile .material-symbols-outlined {
  font-size: 0;
}
.section-design-remnant-addcart .details-order .order-product .order-product-img {
  width: 110px;
  height: 130px;
}
@media (max-width: 1280px) {
  .section-design-remnant-addcart .details-order .order-product .order-product-img {
    width: 90px;
    height: 105px;
  }
}
.section-design-remnant-addcart .details-order .order-product .media-body .font-title-18 {
  word-break: break-all;
}
.section-design-remnant-addcart .details-order .order-product .delete-btn {
  position: absolute;
  right: 20px;
  top: 15px;
  padding: 0px;
}
.section-design-remnant-addcart .details-order .order-product .product-size-select {
  line-height: 22px;
}
.section-design-remnant-addcart .details-order .order-product .price-tag {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 820px) {
  .section-design-remnant-addcart .details-order {
    flex-wrap: wrap;
  }
  .section-design-remnant-addcart .details-order .add-btn {
    position: relative;
    margin-top: -15px;
  }
  .section-design-remnant-addcart .details-order .order-product {
    padding: 28px 15px;
    width: 100%;
    margin-right: 0;
    margin-top: -20px;
  }
  .section-design-remnant-addcart .details-order .order-product:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-design-remnant-addcart .details-order .order-product {
    flex-direction: column;
    gap: 10px 0;
  }
}

@media (min-width: 1439px) {
  .ps-xxl-3 {
    padding-left: 1rem;
  }
}
@media (max-width: 575px) {
  .details-size-holder .pe-3,
  .designBy .pe-3 {
    padding-right: 0 !important;
  }
}

.designBy {
  margin-top: 40px;
}
.designBy p {
  margin-bottom: 0;
}
.designBy .designText {
  min-width: 120px;
}
.designBy .designText p strong {
  display: block;
  font-size: 18px;
}
.designBy .designText p span {
  display: inline-block;
  min-width: 76px;
}
.designBy .designImg {
  margin-top: 20px;
}
.designBy .designImg figure {
  position: relative;
  z-index: 0;
  border: 1px solid #D8D8D8;
  padding: 6px;
  float: left;
  height: 75px;
  display: flex;
  align-items: center;
  width: 60px;
}
.designBy .designImg figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
.designBy .designInfo {
  margin-top: -82px;
  padding-left: 78px;
}

.lightbox-img {
  max-width: 50px;
  height: 40px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.22);
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 5px;
}

.error-page {
  padding: 100px 0;
  position: relative;
  z-index: 1;
  min-height: 100vh;
}
.error-page .dscText-content {
  margin: 24px auto 50px;
}
.error-page .error-h4 {
  font-weight: 400;
  font-size: 36px;
  line-height: 34px;
  color: #0A0A0A;
}
.error-page .error-page-inner {
  max-width: 578px;
  text-align: center;
}
.error-page .btn {
  min-width: 210px;
}

.payment-sucessfull-page {
  padding: 100px 0 70px;
  position: relative;
  z-index: 1;
}
.payment-sucessfull-page .head-title-holder {
  max-width: 600px;
  text-align: center;
}
.payment-sucessfull-page .dscText-content {
  margin: 30px auto 40px;
}
.payment-sucessfull-page p {
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  color: #0A0A0A;
}
.payment-sucessfull-page .btn {
  min-width: 210px;
  margin-right: 20px;
}
.payment-sucessfull-page .btn.btn-bordered {
  border: 1px solid #1C3D60;
  color: #1C3D60;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.12));
}
.payment-sucessfull-page .btn.btn-bordered:hover {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .payment-sucessfull-page .btn {
    margin-bottom: 12px !important;
  }
}

.order-tab.nav-tabs {
  border-bottom: 0px;
  border-radius: 0px;
  margin-bottom: 17px;
  justify-content: center;
  padding-bottom: 10px;
}
.order-tab.nav-tabs .nav-item {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .order-tab.nav-tabs .nav-item {
    margin-right: 14px;
  }
}
@media (max-width: 767px) {
  .order-tab.nav-tabs .nav-item {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.order-tab.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.order-tab.nav-tabs .nav-item:first-child {
  margin-left: 0px;
}
.order-tab.nav-tabs .nav-link {
  border: 0px;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  position: relative;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  padding: 15px 0 15px 0;
  border-radius: 0;
  color: #979797;
  text-transform: uppercase;
  transition: all ease-in-out;
}
.order-tab.nav-tabs .nav-link.active {
  color: #000000;
  background: transparent;
  border-color: #000;
  transition: 0.5s all ease-in-out;
}
.order-tab.nav-tabs .nav-link:hover {
  border-color: #1C3D60;
  transition: 0.5s all ease-in-out;
}
@media (max-width: 575px) {
  .order-tab.nav-tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
    min-width: 1%;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

.remnant-order-fav .order-product.media {
  padding: 20px 0;
  border-bottom: 1px solid #D8D8D8;
}
.remnant-order-fav .order-product.media .btn-bordered.btn-f-12 {
  padding: 11px 25px;
  letter-spacing: 0.08em;
}

@media (max-width: 575px) {
  .remnant-order-deg .order-product.media,
  .remnant-order-fav .order-product.media {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .remnant-order-deg .order-product.media .media-right,
  .remnant-order-fav .order-product.media .media-right {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
  }
}

.remnant-order-fav .order-product.media:first-child {
  padding-top: 15px;
}

.section-innerpage-bg {
  background-image: url(../images/design-catalog.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  .section-innerpage-bg {
    background-size: cover;
  }
}

.section-breadcrumb {
  padding: 35px 35px 20px;
}
@media screen and (max-width: 767px) {
  .section-breadcrumb {
    padding: 35px 15px 20px;
  }
}
@media screen and (max-width: 575px) {
  .section-breadcrumb {
    padding: 35px 5px 20px;
  }
}
.section-breadcrumb .breadcrumb-item,
.section-breadcrumb .breadcrumb-item a {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #000;
}
.section-breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline !important;
}
.section-breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 1rem;
}
.section-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  padding-right: 1rem;
  content: "";
  background: url(../images/icon/dropdown-arrow.svg) no-repeat;
  width: 12px;
  height: 7px;
  transform: rotate(-90deg) scale(0.8);
  opacity: 0.5;
  left: -8px;
  top: 2px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .section-breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 5px;
  }
  .section-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    padding-right: 5px;
  }
}

.btn.btn-bordered.sort-btn-border {
  padding: 13px 45px 13px 20px;
  width: 150px;
  text-align: left;
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 16px;
  color: #000000;
}
.btn.btn-bordered.sort-btn-border img.dropdown-arrow {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media screen and (max-width: 991px) {
  .btn.btn-bordered.sort-btn-border {
    width: auto;
  }
}

.search-holder {
  width: 100%;
  position: relative;
}
.search-holder.w-350 {
  width: 350px;
}
@media screen and (max-width: 575px) {
  .search-holder.w-350 {
    width: 100%;
    max-width: 100%;
    margin-right: 0 !important;
  }
}
.search-holder .form-control {
  font-size: 16px;
  letter-spacing: 0.02em;
  height: 50px;
  font-weight: 600;
  padding-left: 20px;
  border-radius: 0px;
  padding-right: 40px !important;
}
.search-holder.search-cross .form-control {
  padding-right: 80px !important;
}
.search-holder .search-btn {
  position: absolute;
  right: 16px;
  top: 13px;
  padding: 0px;
}
.search-holder .search-btn i {
  color: #b1b3b3;
  font-size: 17px;
}
.search-holder .search-btn.cross-search {
  right: 50px;
}
.search-holder .form-control::-moz-placeholder {
  color: #000;
  font-weight: 400;
}
.search-holder .form-control::placeholder {
  color: #000;
  font-weight: 400;
}

.inner-sec-con-w {
  padding: 50px 50px 100px;
}
@media screen and (max-width: 767px) {
  .inner-sec-con-w {
    padding: 30px 15px 70px;
  }
}
@media screen and (max-width: 575px) {
  .inner-sec-con-w {
    padding: 30px 5px 70px;
  }
}

.remnant-list .catalog-4-wraper .add-favorite {
  position: absolute;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  top: 10px;
  right: 10px;
  color: #fff;
}
.remnant-list .catalog-4-wraper .add-favorite span:before {
  line-height: inherit;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .remnant-list .catalog-4-wraper .add-favorite span:before {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .remnant-list .catalog-4-wraper .add-favorite .add-to-favorite {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .remnant-list .catalog-4-wraper .add-favorite {
    width: 40px;
    height: 40px;
    z-index: 9;
  }
}
.remnant-list .catalog-4-wraper.favorite-Cls .add-favorite {
  color: #DB0505;
}
.remnant-list .catalog-4-wraper.favorite-Cls .add-favorite span:before {
  content: "\e80e";
}
.remnant-list > .row .col-12.col-sm-6.col-lg-4.col-xl-3 {
  margin-bottom: 60px;
}

.filter-box {
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  padding: 5px 0;
}
.filter-box .filter-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #000;
}
.filter-box .filter-text .btn-sidebar-open {
  padding: 0;
}
.filter-box .chip-list li {
  margin: 5px 10px 5px 0px;
}
.filter-box .chip {
  position: relative;
  border: 1px solid #D8D8D8;
  border-radius: 30px;
  color: #000;
  padding: 9px 33px 9px 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.08em;
}
.filter-box .chip span {
  position: absolute;
  right: 10px;
  font-size: 18px;
  cursor: pointer;
}
.filter-box .form-wrap .SumoSelect > .CaptionCont > span.placeholder {
  color: #000;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.filter-box.filter-box-sort {
  padding-right: 200px;
  position: relative;
  min-height: 60px;
}
@media screen and (max-width: 991px) {
  .filter-box.filter-box-sort {
    padding-right: 250px;
  }
}
@media screen and (max-width: 767px) {
  .filter-box.filter-box-sort {
    padding-right: 0px;
  }
}
.filter-box .sort-filter {
  position: absolute;
  right: 0;
  top: 7px;
}
@media screen and (max-width: 991px) {
  .filter-box .sort-filter {
    top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .filter-box .sort-filter {
    position: relative;
  }
}
.filter-box .form-wrap .SelectBox {
  padding-right: 30px;
  padding-left: 15px;
  text-align: right;
}
.filter-box .form-wrap .SumoSelect > .CaptionCont {
  border-color: transparent;
  background-color: transparent;
}

.project-list-accordion {
  max-width: 303px;
}
@media screen and (max-width: 991px) {
  .project-list-accordion {
    width: 303px;
  }
}
.project-list-accordion .btn {
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  padding: 12px 10px;
}
.project-list-accordion .accordion .accordion-item {
  border: 0;
  border-radius: 0px;
  box-shadow: none;
  background-color: transparent;
  border-bottom: none;
}
.project-list-accordion .accordion .accordion-item .accordion-button {
  box-shadow: none;
  border: 0;
  border-bottom: 0px;
  border-radius: 0px;
  position: relative;
  padding: 0px 0;
  background: transparent;
  font-weight: 600;
  font-size: 14px;
  line-height: 34px;
  color: #000;
}
.project-list-accordion .accordion .accordion-item .accordion-button:after {
  content: "";
  background: url(../images/icon/dropdown-arrow.svg) no-repeat;
  float: right;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0px;
  width: 10px;
  height: 10px;
  font-size: 5px;
  font-weight: 900;
  top: 16px;
  background-position: 51% 24%;
}
.project-list-accordion .accordion .accordion-item .accordion-button.collapsed {
  background-color: transparent;
  border: 0;
}
.project-list-accordion .accordion .accordion-item .accordion-button.collapsed:after {
  content: "";
  background: url(../images/icon/dropUp-arrow.svg) no-repeat;
  background-position: 51% 24%;
  font-weight: 900;
  font-size: 12px;
  color: #939393;
}
.project-list-accordion .accordion .accordion-item .card-body {
  padding: 0 0 20px 0;
  border-radius: 0px;
  border: none;
}
.project-list-accordion .accordion .accordion-item .card-body .card-body-holder {
  padding-top: 15px;
}
.project-list-accordion .clear-btn {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #979797;
}
.project-list-accordion .cata-list-wrap {
  margin-bottom: 8px;
}
.project-list-accordion .cata-list-wrap .cata-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 0.05em;
  color: #000;
}
.project-list-accordion .cata-list-wrap .gross-size-holder {
  position: relative;
}
.project-list-accordion .cata-list-wrap .gross-size-holder .x-icon {
  position: absolute;
  left: calc(50% - 5px);
  display: flex;
  top: 46px;
  padding: 0;
  width: 10px;
  height: 10px;
}
.project-list-accordion .cata-list-wrap .gross-size .cata-title {
  line-height: 25px;
}
.project-list-accordion .cata-list-wrap .form-wrap .form-control {
  height: 45px;
  background-color: transparent;
}
.project-list-accordion .cata-list-wrap .form-wrap .form-label {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.08em;
  color: #000;
}
.project-list-accordion .cata-list-wrap .form-wrap .SumoSelect > .CaptionCont {
  background-color: transparent;
}
.project-list-accordion .cata-list-wrap .form-wrap .SumoSelect > .optWrapper > .options li label {
  font-size: 14px;
}
.project-list-accordion .cata-list-wrap .form-wrap .price-form {
  position: relative;
}
.project-list-accordion .cata-list-wrap .form-wrap .price-form .form-control {
  padding-left: 46px;
}
@media screen and (max-width: 1199px) {
  .project-list-accordion .cata-list-wrap .form-wrap .price-form .form-control {
    padding-left: 36px;
  }
}
.project-list-accordion .cata-list-wrap .form-wrap .price-form .material-symbols-outlined {
  opacity: 0.4;
  font-size: 20px;
  position: absolute;
  top: 12px;
  left: 18px;
}
@media screen and (max-width: 1199px) {
  .project-list-accordion .cata-list-wrap .form-wrap .price-form .material-symbols-outlined {
    left: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .project-list-accordion .row.row-16 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .project-list-accordion .row.row-16 > * {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.project-list-accordion .SumoSelect > .optWrapper > .options {
  max-height: 110px;
}

.project-list-accordion-inner {
  padding-right: 18px;
}

@media screen and (max-width: 991px) {
  .project-list-accordion {
    z-index: 102;
    padding: 10px 3px 5px 8px;
    max-width: 310px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -320px;
    transition: 0.5s all ease-in-out;
    background: #fff;
  }
  .project-list-accordion.active {
    left: 0;
  }
  .project-list-accordion .project-list-accordion-inner {
    padding: 0 18px 0 7px;
  }
  .project-list-accordion .mCustomScrollbar.mCustomStyle {
    max-height: calc(100vh - 128px);
  }
  .project-list-accordion.categories-leftbar .mCustomScrollbar.mCustomStyle {
    max-height: calc(100vh - 60px);
  }
}
.responsiveChipList {
  display: none;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .project-list-accordion .mCustomStyle {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
  }
  .responsiveChipList {
    display: block;
  }
  .filter-box-sort .d-flex .chip-list {
    display: none !important;
  }
}
.categories-list li {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 0.05em;
  color: #000000;
  cursor: pointer;
}
.categories-list li span {
  position: relative;
  display: inline-block;
}
.categories-list li span::after {
  content: "";
  position: absolute;
  bottom: 0;
  background: #000;
  width: 0;
  height: 2px;
  left: 0;
  transition: 0.5s all ease-in-out;
}
.categories-list li.active span::after {
  width: 100%;
  transition: 0.5s all ease-in-out;
}

.design-list .catalog-4-wraper {
  margin-bottom: 60px;
  position: relative;
}
.design-list .catalog-4-wraper .not-available {
  position: absolute;
  left: -1px;
  top: 10px;
  width: 190px;
  z-index: 1;
}
.design-list .catalog-4-wraper .add-favorite {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D9D9D9;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  top: 10px;
  right: 10px;
  color: #fff;
}
.design-list .catalog-4-wraper .add-favorite span:before {
  line-height: inherit;
  margin: 0;
}
.design-list .catalog-4-wraper .attachfile {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1c3d60 url(../images/acrobat-reader.svg) no-repeat 5px 4px;
  background-size: 18px auto;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  top: 10px;
  right: 46px;
}
.design-list .catalog-4-wraper .attachfile .material-symbols-outlined {
  font-size: 0;
}
.design-list .catalog-4-wraper.favorite-Cls .add-favorite {
  color: #DB0505;
}
.design-list .catalog-4-wraper.favorite-Cls .add-favorite span:before {
  content: "\e80e";
}
.design-list .catalog-4-wraper .catalog-img {
  background: #fff;
  border: 1px solid #D9D9D9;
}
.design-list .catalog-4-wraper .catalog-img .img-design {
  padding: 30px 15px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.design-list .catalog-4-wraper .catalog-img .img-design img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.grid-item {
  width: 33.3333%;
}
@media screen and (max-width: 1200px) {
  .grid-item {
    width: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  .grid-item {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .grid-item {
    width: 100%;
  }
}

.max-w900 {
  max-width: 900px;
}

.my-profile-section .notifications-info {
  padding: 40px !important;
}

.notifications-list {
  padding: 20px 0px;
  border-top: 1px solid #D8D8D8;
  position: relative;
  cursor: pointer;
}
.notifications-list:first-child {
  border-top: none;
}
.notifications-list h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 6px;
  color: #000000;
}
.notifications-list h6 {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  color: #939393;
  font-size: 11px;
  line-height: 20px;
  margin-bottom: 3px;
}
.notifications-list p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0px;
  color: #000000;
}

#design-list-data > #design-list-data {
  padding: 0;
}

#categoryListData > #categoryListData {
  padding: 0;
}

#remnant-list-data > #remnant-list-data {
  padding: 0;
}

@media screen and (max-width: 767px) {
  #categoryListsSearchForm .w-sort-180.form-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #categoryListsSearchForm .w-sort-180.form-wrap .SumoSelect {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #category .headding-holder,
  #subCategory .headding-holder {
    display: block !important;
  }
  #category .headding-holder h4,
  #subCategory .headding-holder h4 {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .innerpage-main-heading-wrap {
    display: block !important;
  }
}

#remnant-design-list .headding-holder .custom-dropdown-menu .form-wrap.w-sort-180 .SumoSelect > .designSortbySelect > label > i {
  background: url(../images/icon/down-arrow.svg) no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  #remnant-design-list .headding-holder .custom-dropdown-menu .form-wrap.w-sort-180 .SumoSelect {
    width: 100%;
    margin-bottom: 10px;
  }
}
#remnant-design-list .headding-holder .custom-dropdown-menu .form-wrap.w-sort-180 .SumoSelect > .designFilterSelect ~ .optWrapper > .options {
  max-height: 1000px;
}
@media screen and (max-width: 767px) {
  #remnant-design-list .headding-holder .custom-dropdown-menu .form-wrap {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  #remnant-design-list .headding-holder .custom-dropdown-menu {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .custom-modal .modal-dialog.max-600 {
    max-width: 600px;
  }
}
@media (min-width: 575px) {
  .custom-modal .modal-dialog.logout-dialog {
    max-width: 380px;
  }
  .custom-modal .modal-dialog.location-dialog {
    max-width: 535px;
  }
  .custom-modal .modal-dialog.modal-mx-710 {
    max-width: 710px;
  }
  .custom-modal .modal-dialog.modal-mx-680 {
    max-width: 680px;
  }
}
.custom-modal .modal-dialog .modal-content {
  border: none;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.0537041);
  border-radius: 0px;
}
.custom-modal .modal-dialog .modal-content .modal-header {
  padding: 32px 40px 17px;
  border-bottom: 0px;
}
.custom-modal .modal-dialog .modal-content .modal-footer {
  padding: 0px 40px 36px;
  border-top: 0px;
}
.custom-modal .modal-dialog .modal-content .modal-title {
  color: #101820;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}
.custom-modal .modal-dialog .modal-content .modal-subtitle {
  color: #54565B;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 12px;
}
.custom-modal .modal-dialog .modal-content .modal-body {
  padding: 0px 40px 36px;
}
.custom-modal .modal-dialog .modal-inner {
  padding-right: 20px;
}
.custom-modal .modal-dialog .mCustomScrollbar.mCustomStyle {
  max-height: calc(100vh - 256px);
}
@media (min-width: 1400px) {
  .custom-modal .modal-dialog .mCustomScrollbar.mCustomStyle {
    max-height: calc(100vh - 226px);
  }
}
.custom-modal .modal-dialog .mCustomScrollbar.mCustomStyle.modal-Scrollbar {
  max-height: calc(100vh - 256px);
}
@media (min-width: 575px) {
  .custom-modal .modal-dialog.help-dialog {
    max-width: 836px;
  }
}
@media (min-width: 992px) {
  .custom-modal .modal-dialog.help-dialog {
    max-width: 836px;
  }
}
.custom-modal .modal-dialog.help-dialog .modal-content {
  border: 0px;
}
.custom-modal .modal-dialog.help-dialog .modal-content .modal-header {
  padding: 50px 50px 24px;
}
@media (max-width: 575px) {
  .custom-modal .modal-dialog.help-dialog .modal-content .modal-header {
    padding: 50px 20px 24px;
  }
}
.custom-modal .modal-dialog.help-dialog .modal-content .modal-body {
  padding: 0px 50px 50px;
}
@media (max-width: 575px) {
  .custom-modal .modal-dialog.help-dialog .modal-content .modal-body {
    padding: 0px 20px 30px;
  }
}
.custom-modal .modal-dialog.help-dialog .modal-content .modal-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 34px;
  color: #000;
}
.custom-modal .modal-dialog.help-dialog .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.custom-modal .modal-dialog .btn-close {
  opacity: 1;
}
.custom-modal .modal-dialog.location-dialog .modal-content .modal-header {
  padding: 42px 50px 30px;
}
@media (max-width: 575px) {
  .custom-modal .modal-dialog.location-dialog .modal-content .modal-header {
    padding: 35px 25px 20px;
  }
}
.custom-modal .modal-dialog.location-dialog .modal-content .modal-body {
  padding: 0px 50px 50px;
}
@media (max-width: 575px) {
  .custom-modal .modal-dialog.location-dialog .modal-content .modal-body {
    padding: 0px 25px 35px;
  }
}
.custom-modal .modal-dialog.location-dialog .modal-content .modal-body .search-label {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.08em;
}
.custom-modal .modal-dialog.location-dialog .modal-content .modal-body .location-search {
  padding-right: 165px;
  position: relative;
}
@media (max-width: 480px) {
  .custom-modal .modal-dialog.location-dialog .modal-content .modal-body .location-search {
    padding-right: 0px;
  }
}
.custom-modal .modal-dialog.location-dialog .modal-content .modal-body .location-search .btn {
  position: absolute;
  right: 0;
  width: 150px;
  height: 50px;
  top: 26px;
}
@media (max-width: 991px) {
  .custom-modal .modal-dialog.location-dialog .modal-content .modal-body .location-search .btn {
    top: 29px;
  }
}
@media (max-width: 480px) {
  .custom-modal .modal-dialog.location-dialog .modal-content .modal-body .location-search .btn {
    position: relative;
    top: inherit;
    margin-top: 20px;
  }
}
.custom-modal .modal-dialog.location-dialog .modal-content .modal-body .location-search label.error {
  color: #D71E1E;
  font-size: 13px;
}
.custom-modal .modal-dialog.location-dialog .modal-content .modal-body .list-zipcode {
  display: flex;
  flex-wrap: wrap;
}
.custom-modal .modal-dialog.location-dialog .modal-content .modal-body .list-zipcode li {
  margin-right: 10px;
}
.custom-modal .modal-dialog.location-dialog .modal-content .modal-body .location-input {
  position: relative;
}
.custom-modal .modal-dialog.location-dialog .modal-content .modal-body .location-input .cross-search {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .custom-modal .modal-dialog.location-dialog .modal-content .modal-body .location-input .cross-search {
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.custom-modal .modal-dialog.location-dialog .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.custom-modal .modal-dialog.card-modal .btn.add-new-btn {
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #1C3D60;
  font-size: 12px;
  line-height: 14px;
}
@media (max-width: 480px) {
  .custom-modal .modal-dialog.card-modal .btn.add-new-btn {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.custom-modal .modal-dialog.card-modal .modal-dialog .btn-close {
  top: 16px;
}
.custom-modal .modal-dialog.card-modal .modal-content .modal-header {
  padding: 40px 50px 25px;
}
@media (max-width: 575px) {
  .custom-modal .modal-dialog.card-modal .modal-content .modal-header {
    padding: 35px 20px 20px;
    flex-wrap: wrap;
  }
}
.custom-modal .modal-dialog.card-modal .modal-content .modal-header .modal-title {
  margin-right: 15px;
}
.custom-modal .modal-dialog.card-modal .modal-content .border-top {
  border-top: 1px solid #D8D8D8;
}
.custom-modal .modal-dialog.card-modal .modal-content .modal-body {
  padding: 0px 50px 36px;
}
@media (max-width: 575px) {
  .custom-modal .modal-dialog.card-modal .modal-content .modal-body {
    padding: 0px 20px 36px;
  }
}
.custom-modal .modal-dialog .btn-close {
  position: absolute;
  right: inherit;
  right: 26px;
  top: 26px;
  border: 0px;
  z-index: 2;
  box-shadow: none;
}

.help-dialog .video-div-wrap .play-btn {
  position: absolute;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.35));
  padding: 0px;
}
.help-dialog .nav-tabs {
  border-bottom: 0px;
  border-radius: 0px;
}
.help-dialog .nav-tabs .nav-link {
  border: 1px solid #1C3D60;
  position: relative;
  letter-spacing: 0.12em;
  font-weight: 600;
  font-size: 14px;
  font-weight: 600;
  line-height: 34px;
  padding: 5px 15px 5px;
  border-radius: 0;
  color: #1C1B1F;
  text-transform: uppercase;
  transition: all ease-in-out;
}
.help-dialog .nav-tabs .nav-link.active {
  color: #fff;
  background: #1C3D60;
  border-color: #1C3D60;
  transition: all ease-in-out;
}
.help-dialog .nav-tabs .nav-link:hover {
  border-color: #1C3D60;
  transition: all ease-in-out;
}

.rem_img-div {
  text-align: center;
  border: 1px solid #d8d8d8;
}

.rem_img-div img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 200px;
  max-width: 100%;
}

.email-add {
  position: relative;
  width: 100%;
  padding-right: 70px;
}

.email-add .add-btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px 18px 14px;
}

.social-link {
  display: inline-block;
  padding-left: 20px;
}

.social-link li {
  list-style: none;
  float: left;
  position: relative;
  margin-right: 22px;
}

.social-link li:last-child {
  margin-right: 0;
}

.social-link li a {
  text-align: center;
  transition: all 0.8s ease;
  color: #fff;
  padding: 0px;
}

/* .social-link  li  a img { filter: grayscale(100%) brightness(1000%);} */
.social-link li a:hover {
  transition: all 0.8s ease;
}

.social-link li a:hover img {
  filter: none;
}

.word-break-all {
  word-break: break-all;
}

.modal .bootstrap-select div.dropdown-menu {
  bottom: 100%;
  inset: auto auto 100% auto !important;
  transform: translate(0px, 0) !important;
}

.bootstrap-select {
  width: 100% !important;
}

.modal .bootstrap-select button.dropdown-toggle {
  background: transparent;
  border: 1px solid #D8D8D8 !important;
  outline: none !important;
  padding: 0 18px;
  height: 60px;
  line-height: 58px;
}
.modal .bootstrap-select button.dropdown-toggle::before {
  content: "";
  background: url(../img/icon/down-arrow.svg) no-repeat;
  width: 12px;
  color: #b1b3b3;
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 5px;
  height: 7px;
  margin: auto;
  right: 15px;
  z-index: 0;
}
.modal .bootstrap-select button.dropdown-toggle:focus {
  outline: none !important;
}
.modal .bootstrap-select button.dropdown-toggle .filter-option-inner-inner {
  font-weight: 400;
  font-size: 16px;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background-color: #000;
}

.dropdown-item {
  color: #000;
}

.dropup .dropdown-toggle::after {
  opacity: 0;
  content: normal;
}

.product-size-select.code-no .bootstrap-select {
  margin-top: -16px;
}
.product-size-select.code-no .bootstrap-select button.dropdown-toggle {
  border: none !important;
}
.product-size-select.code-no .bootstrap-select button.dropdown-toggle:before {
  content: normal;
}

#addressModal .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label, #addressEditModal .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label, #addNewAddressModal .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 1;
  transform: scale(0.85) translateY(-30px) translateX(0.15rem);
  padding: 0;
  height: auto;
}

#addressModal .form-floating > .form-control:focus ~ label,
#addressModal .form-floating > .form-control:not(:placeholder-shown) ~ label,
#addressModal .form-floating > .form-select ~ label,
#addressEditModal .form-floating > .form-control:focus ~ label,
#addressEditModal .form-floating > .form-control:not(:placeholder-shown) ~ label,
#addressEditModal .form-floating > .form-select ~ label,
#addNewAddressModal .form-floating > .form-control:focus ~ label,
#addNewAddressModal .form-floating > .form-control:not(:placeholder-shown) ~ label,
#addNewAddressModal .form-floating > .form-select ~ label {
  opacity: 1;
  transform: scale(0.85) translateY(-30px) translateX(0.15rem);
  padding: 0;
  height: auto;
}
#addressModal .form-wrap,
#addressEditModal .form-wrap,
#addNewAddressModal .form-wrap {
  margin-bottom: 36px !important;
}
#addressModal .form-floating > .form-control:not(:-moz-placeholder-shown), #addressEditModal .form-floating > .form-control:not(:-moz-placeholder-shown), #addNewAddressModal .form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 8px;
}
#addressModal .form-floating > .form-control:focus,
#addressModal .form-floating > .form-control:not(:placeholder-shown),
#addressEditModal .form-floating > .form-control:focus,
#addressEditModal .form-floating > .form-control:not(:placeholder-shown),
#addNewAddressModal .form-floating > .form-control:focus,
#addNewAddressModal .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 8px;
}
#addressModal .modal-body-inner,
#addressEditModal .modal-body-inner,
#addNewAddressModal .modal-body-inner {
  padding-top: 60px;
}
#addressModal .bootstrap-select > .dropdown-toggle.bs-placeholder,
#addressModal .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
#addressModal .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
#addressModal .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
#addressEditModal .bootstrap-select > .dropdown-toggle.bs-placeholder,
#addressEditModal .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
#addressEditModal .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
#addressEditModal .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
#addNewAddressModal .bootstrap-select > .dropdown-toggle.bs-placeholder,
#addNewAddressModal .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
#addNewAddressModal .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
#addNewAddressModal .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #000000;
  opacity: 1;
}
#addressModal .form-wrap .SumoSelect > .CaptionCont > span.placeholder,
#addressEditModal .form-wrap .SumoSelect > .CaptionCont > span.placeholder,
#addNewAddressModal .form-wrap .SumoSelect > .CaptionCont > span.placeholder {
  color: #000000;
}
#addressModal .mobile-wrap .SumoSelect > .CaptionCont > label > i,
#addressEditModal .mobile-wrap .SumoSelect > .CaptionCont > label > i,
#addNewAddressModal .mobile-wrap .SumoSelect > .CaptionCont > label > i {
  opacity: 1;
}

.custom-table.mb-40 {
  margin-bottom: 40px;
}
.custom-table.bottom-custom-table {
  overflow: hidden;
  padding: 5px;
  border: 0px solid #D8D8D8;
  background: #fff;
  border-radius: 0px;
  border-color: #D8D8D8;
}
.custom-table.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #D8D8D8;
}
.custom-table thead {
  background: #fff;
}
.custom-table thead th {
  color: #7C7C7C;
  padding: 17px 1.4rem;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.custom-table thead tr th:first-child {
  padding-left: 0;
}
.custom-table thead tr th:last-child {
  padding-right: 0;
}
.custom-table tbody {
  background: #fff;
  color: #fff;
}
.custom-table tbody td {
  background: #fff;
  padding: 0;
  vertical-align: middle;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.custom-table tbody td .table-td-holder {
  padding: 17px 1.4rem;
  width: 100%;
  position: relative;
  color: #000;
}
.custom-table tbody td .table-td-holder.primary-text {
  color: #1C3D60;
}
.custom-table tbody td .table-td-holder.card-name {
  position: relative;
  padding-left: 34px;
}
.custom-table tbody td .table-td-holder.card-name .card-icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 25px;
}
.custom-table tbody td a {
  color: #1C3D60;
  text-decoration: underline !important;
}
.custom-table tbody tr td:first-child .table-td-holder {
  padding-left: 0;
}
.custom-table tbody tr td:last-child .table-td-holder {
  padding-right: 0;
}
.custom-table .btn.text-btn {
  text-decoration: underline;
  padding: 0;
  text-transform: capitalize;
  color: #1C3D60;
  letter-spacing: 0.02em;
  font-weight: 400;
}

.table-btn a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 12px;
}

@media (min-width: 1365px) {
  .table-responsive.table-custom-scroll {
    max-width: 798.4px;
  }
}
@media (max-width: 767px) {
  .table-responsive.table-custom-scroll {
    max-width: calc(100vw - 84px);
  }
}
@media (max-width: 575px) {
  .table-responsive.table-custom-scroll {
    max-width: calc(100vw - 64px);
  }
}

.info-form-page .section-breadcrumb {
  padding: 50px 40px 20px;
}
@media (max-width: 575px) {
  .info-form-page .section-breadcrumb {
    padding: 40px 0 20px;
  }
}
.info-form-page .section-breadcrumb .navbar-brand {
  margin-bottom: 25px;
  display: inline-block;
}
.info-form-page .section-breadcrumb .breadcrumb-item {
  color: #979797;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
.info-form-page .section-breadcrumb .breadcrumb-item a {
  color: #979797;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
.info-form-page .section-breadcrumb .breadcrumb-item.active {
  color: #000;
}
.info-form-page .section-breadcrumb .breadcrumb-item.active a {
  color: #000;
}
.info-form-page .section-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "\e5cc";
  color: #979797;
  font-family: "Material Symbols Outlined";
  font-size: 20px;
}
.info-form-page .form-control {
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 16px;
}

.customer-payment-details {
  max-width: 610px;
  width: 100%;
}
.customer-payment-details .login-form {
  margin-bottom: 40px;
}

.card-right-panel {
  background: #fff;
  box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.1);
  width: 510px;
  min-height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 20px 20px;
  padding-bottom: 280px;
  z-index: 999;
}
@media (max-width: 575px) {
  .card-right-panel {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .card-right-panel .pad-x-20 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.card-right-panel.cardshow {
  right: -100%;
  transition: all 0.5s;
}
.card-right-panel.cardshow.active {
  right: 0;
  transition: all 0.5s;
}
.card-right-panel.contact-card-right-panel {
  transition: all ease-in-out 0.5s;
  width: 450px;
}
@media (max-width: 1199px) {
  .card-right-panel.contact-card-right-panel {
    right: -450px;
  }
  .card-right-panel.contact-card-right-panel.active {
    right: 0px;
  }
}
@media (max-width: 575px) {
  .card-right-panel.contact-card-right-panel {
    right: -100%;
    width: 100%;
  }
  .card-right-panel.contact-card-right-panel.active {
    right: 0px;
  }
}
.card-right-panel .mCustomScrollbar.mCustomStyle {
  max-height: calc(100vh - 380px);
}
.card-right-panel .mCustomScrollbar.mCustomStyle.cart-Scrollbar {
  max-height: calc(100vh - 190px);
}
.card-right-panel .qty {
  margin-top: 13px;
}
.card-right-panel .qty .minus .material-symbols-outlined,
.card-right-panel .qty .plus .material-symbols-outlined {
  font-size: 20px;
}
.card-right-panel .qty .count {
  font-size: 14px;
  font-weight: 700;
}
.card-right-panel .qty input {
  height: 38px;
}

.border-bottom {
  border-bottom: 1px solid #D8D8D8;
}

.pad-x-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.order-div {
  padding: 20px 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 575px) {
  .order-div {
    padding: 20px 15px 15px;
  }
}
.order-div a.btn.btn-bg {
  line-height: 25px;
}
.order-div h4.font-title-16 {
  color: #4a4f58;
}
.order-div .form-view {
  justify-content: space-between;
  color: #000;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 36px;
}
.order-div .form-view .label-tag {
  flex: 0 0 60%;
}
@media screen and (max-width: 767px) {
  .order-div .form-view .label-tag {
    flex: 0 0 40%;
  }
}
@media screen and (max-width: 767px) {
  .order-div .form-view .totalPayAmount {
    margin-bottom: 0;
  }
}
.order-div .form-view.total-order {
  position: relative;
  font-size: 24px;
  line-height: 36px;
  color: #000;
  font-weight: 600;
  padding-top: 10px;
  margin-top: 10px;
}
.order-div .form-view.total-order .label-tag {
  color: #000;
}
.order-div .terms-text {
  line-height: 1.45;
  font-size: 11px;
  font-weight: bold;
  color: #a1a1a1;
}
.order-div .terms-text a {
  color: #4a4f58;
}
.order-div .pad-bord {
  padding: 18px 0;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
}
.order-div .pad-bord .form-view:last-child {
  margin-bottom: 0;
}
.order-div .applyholder {
  border: 1px solid #D8D8D8;
  padding: 10px 2px 10px 20px;
  margin-bottom: 30px;
  font-size: 14px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.right-btn-fixed {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 0;
}

.form-bg-wrap {
  border: 1px solid #D8D8D8;
  min-height: 60px;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 5px 20px;
  position: relative;
  font-size: 16px;
  line-height: 22px;
}
.form-bg-wrap.card-name-no {
  padding-left: 60px;
  padding-right: 54px;
}
.form-bg-wrap.card-name-no .card-icon {
  position: absolute;
  left: 20px;
  top: 16px;
  width: 30px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.form-bg-wrap.card-name-no .card-icon.uShip {
  background-image: url(../images/card/UShip.svg);
}
.form-bg-wrap.card-name-no .card-icon.fedex {
  background-image: url(../images/card/fedex.svg);
}
.form-bg-wrap.card-name-no .card-icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.form-bg-wrap.card-name-no .dropdown-arrow {
  position: absolute;
  right: 25px;
}
.form-bg-wrap.card-name-no.shipment-card {
  padding-left: 20px;
  padding-right: 114px;
}
.form-bg-wrap.card-name-no.shipment-card .card-icon {
  left: auto;
  right: 50px;
  top: 9px;
  height: 36px;
  width: 46px;
}

.form-line {
  position: relative;
}
.form-line .form-control {
  padding-right: 100px;
}

.order-product-img {
  width: 84px;
  height: 100px;
  border: 1px solid #D8D8D8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-product-img .design-img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100px;
}
.order-product-img .remnant-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.order-product-holder {
  margin-bottom: 15px;
}
.order-product-holder .font-title-18 {
  line-height: 21px;
}
.order-product-holder .delete-btn {
  padding: 0 0;
}

.remnant-design-orderlist {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding-top: 23px;
  margin-top: 23px;
}
.remnant-design-orderlist:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.form-page-bg {
  background-image: url(../images/form-page-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.des-div h6 {
  color: #000000;
  margin-bottom: 8px;
}
.des-div p {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #000000;
}
.des-div p.font-weight-semibold {
  font-weight: 600;
}

.my-profile-section .profile-info-box {
  padding: 33px 50px 33px;
}
@media (max-width: 767px) {
  .my-profile-section .profile-info-box {
    padding: 23px 15px 23px;
  }
}
.my-profile-section .custom-table {
  margin-bottom: 0;
}
.my-profile-section .custom-table tbody td .table-td-holder a {
  white-space: nowrap;
}

.max-w610 {
  max-width: 610px;
}

.sideNavLeft ul li {
  margin-bottom: 30px;
}
.sideNavLeft ul li a {
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  line-height: 17px;
  color: #000000;
  padding-bottom: 7px;
  border-bottom: 2px solid transparent;
}
.sideNavLeft ul li.active a {
  border-bottom: 2px solid #000;
  font-weight: 700;
}

@media (max-width: 991px) {
  .sideNavLeft {
    left: -300px;
    width: 300px;
    transition: all ease-in-out 0.5s;
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 20px;
    z-index: 100;
  }
  .sideNavLeft.active {
    left: 0;
    display: block;
    transition: all ease-in-out 0.5s;
  }
  .menu-side {
    display: flex;
    margin-left: auto;
  }
}
.section-custom-order {
  background-image: url(../images/custom-order-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 140px 0 150px;
}
.section-custom-order .form-page-section {
  padding: 0;
}
.section-custom-order .form-page-section .btn.btn-bg.btn-60 {
  max-width: 297px;
}
@media (max-width: 767px) {
  .section-custom-order {
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .section-custom-order {
    padding: 70px 0 80px;
  }
}

.contact-info-page {
  background-image: url(../images/check-out-page-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: 100vh;
  padding: 0px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-info-page .form-white-box {
  border: none;
  background: transparent;
}
.contact-info-page .form-white-box .login-form .form-wrap {
  margin-bottom: 30px;
}
.contact-info-page a.primary-text {
  color: #1C3D60;
}
@media (max-width: 767px) {
  .contact-info-page {
    background-size: cover;
  }
}

.blue-text-btn {
  color: #1C3D60 !important;
}

.a.blue-text-btn,
a.blue-text-btn:hover,
a.blue-text-btn:visited {
  color: #1C3D60 !important;
}

.order-product-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 30px;
  margin-bottom: 25px;
}

.size-unit-holder {
  display: flex;
}
.size-unit-holder .btn {
  border: 1px solid #D8D8D8;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  padding: 4px 3px;
  width: 28px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #555555;
}
.size-unit-holder .btn.active {
  background: #1C3D60;
  border-color: #1C3D60;
  color: #FFFFFF;
}

.info-form-page .customer-payment-details {
  padding-bottom: 150px;
}
.info-form-page .customer-payment-details .custom-dropdown-menu .btn.btn-bordered.sort-btn-border {
  line-height: 20px;
  min-height: 60px;
  height: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-form-page .customer-payment-details .custom-dropdown-menu .btn.btn-bordered.sort-btn-border img.dropdown-arrow {
  top: 27px;
}
.info-form-page .customer-payment-details .mCustomScrollbar.mCustomStyle.cart-Scrollbar {
  max-height: 180px;
}

.custom-size {
  width: 134px;
  height: 40px;
  background: #fff;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
.custom-size input {
  height: auto;
  height: 40px;
  border: 1px solid #555555;
  padding: 7px 33px 7px 43px;
  background: transparent !important;
}
.custom-size input.error, .custom-size input.is-invalid {
  border-color: #D71E1E;
  box-shadow: none;
}
.custom-size .cu-size-symbol,
.custom-size .size-unit {
  position: absolute;
  top: 6px;
  bottom: 6px;
  width: 30px;
  text-align: center;
  line-height: 27px;
}
.custom-size .cu-size-symbol {
  left: 0;
  border-right: 1px solid #979797;
}
.custom-size .size-unit {
  right: 0;
  color: #979797;
}
@media (max-width: 991px) {
  .custom-size {
    width: 130px;
  }
}
.custom-size:last-child {
  margin-right: 0;
}

.qty-price-holder {
  max-width: 180px;
}

.pad-x-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.ship-form-page {
  padding-left: 40px;
  padding-right: 470px;
  background-image: url(../images/check-out-page-bg.jpg);
  background-size: 100% 100%;
}
@media (min-width: 1281px) {
  .ship-form-page .select-item-btn,
  .ship-form-page .contact-close-btn {
    display: none !important;
  }
}
@media (max-width: 1280px) {
  .ship-form-page {
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .ship-form-page {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 414px) {
  .ship-form-page {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.ship-form-page.info-form-page .section-breadcrumb {
  padding-bottom: 0;
  padding-left: 0;
}
.ship-form-page.info-form-page .section-breadcrumb .breadcrumb {
  margin-bottom: 0px;
}
.ship-form-page .card-right-panel {
  max-width: 450px;
}
@media (max-width: 1280px) {
  .ship-form-page .card-right-panel {
    right: -450px;
  }
  .ship-form-page .card-right-panel.active {
    right: 0px;
  }
}
.ship-form-page .customer-payment-details {
  max-width: 890px;
}
.ship-form-page .customer-payment-details .form-wrap .SelectBox {
  padding-top: 16px;
  padding-bottom: 16px;
}
.ship-form-page .customer-payment-details .form-wrap .SumoSelect > .CaptionCont,
.ship-form-page .customer-payment-details .form-control {
  border-color: #555555;
}
.ship-form-page .customer-payment-details .custom-size .form-control.error,
.ship-form-page .customer-payment-details .custom-size .form-control.is-invalid {
  box-shadow: none;
  border-color: #D71E1E;
}
.ship-form-page .customer-payment-details .custom-size .form-control.success,
.ship-form-page .customer-payment-details .custom-size .form-control.is-valid {
  box-shadow: none;
  border-color: #78be21;
}
.ship-form-page .customer-payment-details .form-label {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 0.08em;
}
.ship-form-page .customer-payment-details .qty input {
  height: 40px;
}
.ship-form-page .customer-payment-details .qty .count {
  font-size: 14px;
  font-weight: 700;
}
.ship-form-page .customer-payment-details .qty .minus span,
.ship-form-page .customer-payment-details .qty .plus span {
  font-size: 20px;
}
.ship-form-page .btn.btn-bordered.sort-btn-border {
  height: 60px;
  border-color: #555555;
}
.ship-form-page .btn.btn-bordered.sort-btn-border img.dropdown-arrow {
  top: 26px;
}
.ship-form-page .custom-dropdown-menu .dropdown-menu.shipto-dropdown {
  padding-right: 6px;
}
.ship-form-page .shipto-dropdown ul {
  padding-right: 15px;
}
.ship-form-page .shipto-dropdown .check-style.radio-btn {
  font-size: 14px;
}
.ship-form-page .shipto-dropdown .btn.blue-text-btn {
  font-size: 12px;
}
.ship-form-page .shipto-dropdown .mCustomScrollbar.mCustomStyle.cart-Scrollbar {
  max-height: 350px;
}
.ship-form-page .address-right-box {
  width: 100%;
  max-width: 450px;
  text-align: left;
}
@media (max-width: 767px) {
  .ship-form-page .address-right-box {
    max-width: 100%;
  }
}

.info-circle {
  position: relative;
  cursor: pointer;
}
.info-circle .material-symbols-outlined {
  font-size: 20px;
}

.info-circle[data-title]:hover::after {
  content: attr(data-title);
  position: absolute;
  top: -100px;
  left: 50%;
  margin-left: -200px;
  background: #000000;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.3);
  color: #fff;
  opacity: 1;
  padding: 15px;
  min-height: 44px;
  min-width: 400px;
  text-align: center;
  border-radius: 0px;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
}

#differentAddressHolder {
  display: none;
}

.address-right-box.max-w450 {
  max-width: 450px;
}
@media screen and (max-width: 767px) {
  .address-right-box.max-w450 {
    height: auto !important;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .details-check-custom .custom-size {
    height: auto;
    width: calc(50% - 5px);
  }
  .details-check-custom .custom-size .cu-size-symbol,
  .details-check-custom .custom-size .size-unit {
    height: 30px;
  }
  .addCartWrapper {
    flex-direction: column;
  }
  .addCartWrapper .combo-add-to-cart-btn {
    margin-right: 0 !important;
  }
}
.faq-section .head-title-holder p {
  font-size: 15px;
}
@media screen and (min-width: 992px) {
  .faq-section .head-title-holder p {
    font-size: 15px;
  }
}
.faq-section .accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.faq-section .accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-radius: 0px;
}
.faq-section .accordion {
  counter-reset: section;
}
.faq-section .accordion .accordion-item {
  margin-bottom: 10px;
  border-radius: 0px;
  box-shadow: none;
  background-color: transparent;
  border: none;
}
.faq-section .accordion .accordion-item .accordion-button {
  box-shadow: none;
  border: solid 1px #979797;
  background-color: #fff;
  letter-spacing: 0.02em;
  border-bottom: 0px;
  border-radius: 0px;
  position: relative;
  padding: 24px 50px 24px 30px;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}
@media screen and (min-width: 992px) {
  .faq-section .accordion .accordion-item .accordion-button {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1601px) {
  .faq-section .accordion .accordion-item .accordion-button {
    font-size: 16px;
    line-height: 26px;
  }
}
.faq-section .accordion .accordion-item .accordion-button.collapsed {
  background-color: rgba(255, 255, 255, 0.4);
  border: solid 1px rgba(216, 216, 216, 0.51);
  border-radius: 0px;
  color: #555555;
}
.faq-section .accordion .accordion-item .accordion-button:after {
  content: "";
  background: url(../images/icon/faq+.svg) no-repeat;
  opacity: 1;
  transform: rotate(45deg);
  float: right;
  display: flex;
  align-items: center;
  position: absolute;
  right: 20px;
  width: 24px;
  height: 24px;
  font-size: 5px;
  font-weight: 900;
  top: 16px;
  background-position: 51% 24%;
}
.faq-section .accordion .accordion-item .accordion-button.collapsed:after {
  content: "";
  background: url(../images/icon/faq+.svg) no-repeat;
  opacity: 0.5;
  transform: rotate(0deg);
  background-position: 51% 24%;
  font-weight: 900;
  font-size: 12px;
  color: #939393;
}
.faq-section .accordion .accordion-item .accordion-collapse {
  padding-left: 30px;
  padding-right: 30px;
  background-color: #fff;
  border: solid 1px #979797;
  border-top: none;
  border-radius: 0px;
}
.faq-section .accordion .accordion-item .card-body {
  padding: 12px 0px 8px;
  border-radius: 0px;
  border: none;
  border-top: 1px solid #D8D8D8;
}
.faq-section .accordion .accordion-item .card-body .card-body-holder {
  padding-top: 15px;
}
.faq-section .accordion .accordion-item .card-body none p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #000000;
}
.faq-section .accordion .accordion-item .card-body none p:last-child {
  margin-bottom: 0px;
}
.faq-section .email-phone-holder .btn {
  font-weight: 600;
  padding: 24px 15px;
  text-transform: inherit;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #1C3D60;
  border: 1px solid #1C3D60;
}
.faq-section .email-phone-holder .btn img {
  margin-right: 15px;
}
@media (max-width: 510px) {
  .faq-section .email-phone-holder {
    flex-wrap: wrap;
  }
  .faq-section .email-phone-holder .btn.mr-20 {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.section_cms {
  background-image: url(../images/form-page-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0 110px;
}
.section_cms .cms-container {
  max-width: 850px;
}
.section_cms .pera-wrap {
  margin-bottom: 30px;
}

.cms-text a, .cms-text a:hover, .cms-text a:visited, .section_cms .pera-wrap a, .section_cms .pera-wrap a:hover, .section_cms .pera-wrap a:visited, .section_about a, .section_about a:hover, .section_about a:visited, .section_how-it-work a, .section_how-it-work a:hover, .section_how-it-work a:visited {
  color: #1C3D60;
  font-weight: 500;
  text-decoration: underline !important;
}
.cms-text .marker, .section_cms .pera-wrap .marker, .section_about .marker, .section_how-it-work .marker {
  background-color: yellow;
}
.cms-text blockquote, .section_cms .pera-wrap blockquote, .section_about blockquote, .section_how-it-work blockquote {
  border-left: 5px solid #D8D8D8;
  padding-left: 20px;
  margin-left: 25px;
  font-style: italic;
}
.cms-text h4, .section_cms .pera-wrap h4, .section_about h4, .section_how-it-work h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 12px;
}
.cms-text p, .section_cms .pera-wrap p, .section_about p, .section_how-it-work p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #000000;
}
.cms-text ul, .section_cms .pera-wrap ul, .section_about ul, .section_how-it-work ul {
  list-style: inherit;
  padding-left: 30px;
  margin-bottom: 30px;
}
.cms-text ul li, .section_cms .pera-wrap ul li, .section_about ul li, .section_how-it-work ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0.02em;
}

.max-w-900 {
  max-width: 900px;
}
.product-name-camelcase{
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  margin-bottom: 8px;
}
.description-show{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ========================== */
/* END OF MAIN CSS */
/* ========================== *//*# sourceMappingURL=style.css.map */