.wrapper{width:100%;height:100%;display:flex;justify-content:center;align-items:center}loading-screen{position:absolute;z-index:100;opacity:1;pointer-events:none;display:flex;justify-content:center;align-items:center;-webkit-transition:opacity 2s ease;-moz-transition:opacity 2s ease;transition:opacity 2s ease}.wrapper{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.sk-cube-grid{width:40px;height:40px;margin:100px auto}.sk-cube-grid .sk-cube{width:33%;height:33%;background-color:#7FC7E4;float:left;-webkit-animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out;animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out}.sk-cube-grid .sk-cube1{-webkit-animation-delay:0.2s;animation-delay:0.2s}.sk-cube-grid .sk-cube2{-webkit-animation-delay:0.3s;animation-delay:0.3s}.sk-cube-grid .sk-cube3{-webkit-animation-delay:0.4s;animation-delay:0.4s}.sk-cube-grid .sk-cube4{-webkit-animation-delay:0.1s;animation-delay:0.1s}.sk-cube-grid .sk-cube5{-webkit-animation-delay:0.2s;animation-delay:0.2s}.sk-cube-grid .sk-cube6{-webkit-animation-delay:0.3s;animation-delay:0.3s}.sk-cube-grid .sk-cube7{-webkit-animation-delay:0s;animation-delay:0s}.sk-cube-grid .sk-cube8{-webkit-animation-delay:0.1s;animation-delay:0.1s}.sk-cube-grid .sk-cube9{-webkit-animation-delay:0.2s;animation-delay:0.2s}@-webkit-keyframes sk-cubeGridScaleDelay{0%,70%,100%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes sk-cubeGridScaleDelay{0%,70%,100%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}

/* General */
#top-nav {
    height: 5em;
}

#top-nav span{
    text-align: left;
    letter-spacing: 0px;
    color: #0B2743;
    opacity: 1;
}

#top-nav a {
    text-align: right;
    font: normal normal 600 16px/19px var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #0B2743;
}

.navbar-nav .nav-item:is(:last-child) {
    padding-left: 2em;
}

.navbar-nav .nav-item:not(:last-child) {
    border-right: 1px solid #B2B2B2;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

@media (max-width: 768px) {
  .navbar-nav .nav-item:not(:last-child) {
      border-right: none;
      padding-left: none;
      padding-right: none;
  }
  .navbar-nav .nav-item:is(:last-child) {
      padding-left: 1.5em !important;
  }
}

#main-nav {
    height: 9em;
}

@media (max-width: 768px) {
    #main-nav {
	min-height: 9em;
	height: auto !important;
    }
}


#carousel h2 {
    text-align: left;
    font: normal normal bold calc(1.375rem + 3vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #262626;
}

#carousel .trending {
    text-align: left;
    font: normal normal medium calc(1rem + 0.2vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #262626;
}

#carousel a {
    text-decoration: none;
}

.carousel-button a {
    display: block;
    border: 4px solid #262626;
    width: 13em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    font: normal normal 600 calc(1rem + 0.2vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #262626;
    position: relative;
    transition: all .35s;
}

.carousel-button a span {
  position: relative;
  z-index: 2;
}

.carousel-button a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #262626;
  transition: all .35s;
}

.carousel-button a:hover {
    color: #F1F1F1 !important;
}

.carousel-button a:hover:after {
  width: 100%;
}

@media (max-width: 768px){
    .carousel-button {
	margin-bottom: 1em;
    }
}

#main-nav .cart {
    background: #0B2743 0% 0% no-repeat padding-box;
    text-align: left;
    font: normal normal 600 18px/25px var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 1em;
}

#main-nav a {
    text-decoration: none;
}

#main-nav .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    text-align: left;
    font: normal normal 600 18px/25px var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #7FC7E4;
}

#main-nav .navbar-nav .nav-link {
    text-align: left;
    font: normal normal 600 18px/25px var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #0B2743;
}

.dark-background {
    background: #F1F1F1 0% 0% no-repeat padding-box;
}

.light-background {
    background: #FFFFFF 0% 0% no-repeat padding-box;
}

.homepage {
    padding-top: 5em;
}

.homepage h2 {
    text-align: left;
    font: normal normal bold calc(1.375rem + 0.9vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #707070;
}

.categories a {
    font: normal normal 600 calc(1rem + 0.3vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #707070;
    text-decoration: none;
    padding-left: 1em;
    padding-right: 1em;
}

.categories a:hover {
    color: #262626;
}

.categories .active {
    color: #7FC7E4 !important;
}

.categories .title {
    font: normal normal 600 calc(1rem + 0.3vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #0B2743;
}

.categories .title:hover {
    color: #7FC7E4;
}

.categories .like {
    font: normal normal bold calc(1rem + 0.3vw) var(--bs-font-sans-serif);
    color: #B9C0CA;
}

.like:hover .like-unlock,
.like .like-lock {
    display: none;
}
.like:hover .like-lock {
    display: inline;
}

.unlike:hover .unlike-unlock,
.unlike .unlike-lock {
    display: none;
}
.unlike:hover .unlike-lock {
    display: inline;
}

.categories .price {
    font: normal normal bold calc(1rem + 0.3vw)/51px var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #B9C0CA;
}

.categories .button {
    font: normal normal bold calc(1rem + 0.3vw)/51px var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #0B2743;
}

.categories .button:hover {
    color: #7FC7E4;
}

.card {
    box-shadow: 0px 3px 6px #DDDDDD29;
    border: none;
}

.card:hover {
    box-shadow: 0px 6px 12px #CCCCCC29;
}

footer {
    margin-top: 10em;
    margin-bottom: 5em;
}

@media (max-width: 768px) {
    footer {
	margin-top: 2em;
	margin-bottom: 5em;
    }
}

footer .title {
    font: normal normal 600 calc(1rem + 0.4vw)/40px var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #707070;
}

footer span {
    font: normal normal normal calc(1rem + 0.3vw)/30px var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #262626;
}

footer a {
    font: normal normal normal calc(1rem + 0.3vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #262626;
    text-decoration: none;
}

footer .social-icons a {
    font: normal normal normal calc(1.375rem + 0.9vw) var(--bs-font-sans-serif);
    color: #707070;
}

footer a:hover {
    color: #7FC7E4;
}

footer .seperator {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
    margin-left: 7em;
    margin-right: 7em;
}

footer .bot25px/33px Montserrat;tom-footer a {
    font: normal normal 600 calc(1rem + 0.3vw) var(--bs-font-sans-serif);
    letter-spacing: 0.12px;
    color: #707070;
    margin-right: 2em;
}

footer .bottom-footer a:hover {
    color: #7FC7E4;
}

footer .copyright {
    font: normal normal 600 calc(1rem + 0.3vw) var(--bs-font-sans-serif);
    letter-spacing: 0.12px;
    color: #707070;
}


/* Design Page */

.custom-divider {
    --bs-breadcrumb-divider: '>';
}

.breadcrumb a {
    font: normal normal medium calc(1.325rem + 0.9vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #262626;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #707070;
}

.breadcrumb-item.active {
    color: #7FC7E4;
}

.design .title {
    font: normal normal;
    letter-spacing: 0px;
    color: #262626;
}

.design .combination a {
    font: normal normal 600 calc(1rem + 0.3vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #0B2743;
    text-decoration: none;
}

.design .combination a:hover {
    color: #707070;
}

.design .combination .active {
    color: #7FC7E4;
}

.design .combination .show {
    font: normal normal normal calc(1rem + 0.3vw) var(--bs-font-sans-serif);
    color: #B9C0CA;
}

/* .range-slider { */
/*   margin: auto; */
/*   text-align: center; */
/*   position: relative; */
/*   height: 2em; */
/* } */

/* .range-slider input[type=range] { */
/*   position: absolute; */
/*   left: 0; */
/*   bottom: 0; */
/* } */

/* input[type=number] { */
/*   border: 1px solid #ddd; */
/*   text-align: center; */
/*   font-size: 1.6em; */
/*   -moz-appearance: textfield; */
/* } */

/* input[type=number]::-webkit-outer-spin-button, */
/* input[type=number]::-webkit-inner-spin-button { */
/*   -webkit-appearance: none; */
/* } */

/* input[type=number]:invalid, */
/* input[type=number]:out-of-range { */
/*   border: 2px solid #ff6347; */
/* } */

/* input[type=range] { */
/*   -webkit-appearance: none; */
/*   width: 100%; */
/* } */

/* input[type=range]:focus { */
/*   outline: none; */
/* } */

/* input[type=range]:focus::-webkit-slider-runnable-track { */
/*   background: #262626; */
/* } */

/* input[type=range]:focus::-ms-fill-lower { */
/*   background: #262626; */
/* } */

/* input[type=range]:focus::-ms-fill-upper { */
/*   background: #262626; */
/* } */

/* input[type=range]::-webkit-slider-runnable-track { */
/*   width: 100%; */
/*   height: 5px; */
/*   cursor: pointer; */
/*   animate: 0.2s; */
/*   background: #262626; */
/*   border-radius: 1px; */
/*   box-shadow: none; */
/*   border: 0; */
/* } */

/* input[type=range]::-webkit-slider-thumb { */
/*   z-index: 2; */
/*   position: relative; */
/*   box-shadow: 0px 0px 0px #000; */
/*   border: 1px solid #262626; */
/*   height: 18px; */
/*   width: 18px; */
/*   background: #262626; */
/*   cursor: pointer; */
/*   -webkit-appearance: none; */
/*   margin-top: -7px; */
/* } */

.filter-price {
    font: normal normal normal calc(1rem + 0.2vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #404040;
}

.form-check .form-check-input {
    float: right;
}

.form-check {
    padding-left: none;
    font: normal normal 600 calc(1rem + 0.3vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #0B2743;
    text-decoration: none;
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-color: #0B2743;
    border: 1px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.categories .look-3d {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 5em;
}

.look-button a {
    display: block;
    border: 2px solid #262626;
    padding-left: 0.1em;
    padding-right: 0.1em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    text-align: center;
    font: normal normal 800 calc(0.7rem + 0.1vw) var(--bs-font-sans-serif) !important;
    letter-spacing: 0px;
    color: #262626;
    position: relative;
    transition: all .35s;
}

.look-button a span {
  position: relative;
  z-index: 2;
}

.look-button a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #262626;
  transition: all .35s;
}

.look-button a:hover {
    color: #F1F1F1 !important;
}

.look-button a:hover:after {
  width: 100%;
}

@media (max-width: 768px){
    .look-button {
	margin-bottom: 1em;
    }
}

.design .results {
    font: normal normal 400 calc(1rem + 0.3vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #262626;
}

.categories .content {
    font: normal normal normal calc(1rem + 0.1vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #707070;
}

.noUi-tooltip {
    display: none;
}
.noUi-active .noUi-tooltip {
    display: block;
}

/* .content { */
/* 	 width: 320px; */
/* } */
/*  .slider { */
/* 	 display: block; */
/* 	 position: relative; */
/* 	 height: 36px; */
/* 	 width: 100%; */
/* 	 -webkit-user-select: none; */
/* 	 -moz-user-select: none; */
/* 	 -ms-user-select: none; */
/* 	 -o-user-select: none; */
/* 	 user-select: none; */
/* } */
/*  .slider .slider-touch-left, .slider .slider-touch-right { */
/* 	 -webkit-box-sizing: border-box; */
/* 	 -moz-box-sizing: border-box; */
/* 	 box-sizing: border-box; */
/* 	 display: block; */
/* 	 position: absolute; */
/* 	 height: 36px; */
/* 	 width: 36px; */
/* 	 padding: 6px; */
/* 	 z-index: 2; */
/* } */
/*  .slider .slider-touch-left span, .slider .slider-touch-right span { */
/* 	 display: block; */
/* 	 width: 100%; */
/* 	 height: 100%; */
/* 	 background: #F0F0F0; */
/* 	 border: 1px solid #A4A4A4; */
/* 	 border-radius: 50%; */
/* } */
/*  .slider .slider-line { */
/* 	 -webkit-box-sizing: border-box; */
/* 	 -moz-box-sizing: border-box; */
/* 	 box-sizing: border-box; */
/* 	 position: absolute; */
/* 	 width: calc(100% - 36px); */
/* 	 left: 18px; */
/* 	 top: 16px; */
/* 	 height: 4px; */
/* 	 border-radius: 4px; */
/* 	 background: #F0F0F0; */
/* 	 z-index: 0; */
/* 	 overflow: hidden; */
/* } */
/*  .slider .slider-line span { */
/* 	 display: block; */
/* 	 height: 100%; */
/* 	 width: 0%; */
/* 	 background: orange; */
/* } */

.noUi-connect {
    background: #262626 !important;
}

.noUi-handle {
    border: 1px !important;
    background: #000000 !important;
    box-shadow: none !important;
}

.noUi-pips {
    color: #707070 !important;
}

.margin-top-5 {
    margin-top: 5em;
}

.noUi-target {
    background: #B2B2B2 !important;
    box-shadow: none !important;
}

.noUi-horizontal {
    height: 5px !important;
}

.noUi-horizontal .noUi-handle {
    width: 21px !important;
    height: 20px !important;
    top: -9px !important;
}

.noUi-handle:after, .noUi-handle:before {
    content: none !important;
}

.detail .look-3d {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 14em;
}

.detail .title, .subtitle {
    text-transform: uppercase;
}

.detail .secondary-title {
    font: normal normal 600 calc(1rem + 0.3vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #B2B2B2;
    text-transform: uppercase;
}

.detail .short-detail {
    font: normal normal 300 calc(1rem + 0.3vw)/calc(1.375rem + 0.5vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #707070;
}

.detail .price {
    font: normal normal bold calc(1.375rem + 0.9vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #262626;
}

.size-select {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.size-select:disabled + .btn,
.size-select[disabled] + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65;
}

.btn-size-select {
    font: normal normal 600 calc(0.7rem + 0.1vw)/calc(0.9rem + 0.5vw) var(--bs-font-sans-serif);
    color: #262626;
    background-color: #E0E0E0;
    border-color: #E0E0E0;
}
.btn-size-select:hover {
    color: #262626;
    background-color: #B2B2B2;
    border-color: #B2B2B2;
}
.size-select:focus + .btn-size-select,
.btn-size-select:focus {
    color: #262626;
    background-color: #B2B2B2;
    border-color: #B2B2B2;
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.size-select:active + .btn-size-select,
.size-select:checked + .btn-size-select,
.btn-size-select.active,
.btn-size-select:active,
.show > .btn-size-select.dropdown-toggle {
    color: #262626;
    background-color: #B2B2B2;
    border-color: #B2B2B2;
}
.size-select:active + .btn-size-select:focus,
.size-select:checked + .btn-size-select:focus,
.btn-size-select.active:focus,
.btn-size-select:active:focus,
.show > .btn-size-select.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.detail .size-table {
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.detail .size-table .size-title {
    font: normal normal 600 calc(1rem + 0.1vw)/calc(1rem + 0.9vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #262626;
    text-transform: uppercase;
}

.detail .size-table .size-value {
    text-align: center;
    /* text-decoration: underline; */
    font: normal normal 600 calc(0.7rem + 0.1vw)/calc(1.275rem + 0.9vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #DA003F;
    text-transform: uppercase;
}

.detail .size-table .size-value small {
    font: normal normal 600 calc(0.5rem + 0.1vw)/calc(1rem + 0.9vw) var(--bs-font-sans-serif);
    color: rgba(218,0,63, 0.5);
}

/* .custom-dropdown-select { */
/*     position: absolute; */
/*     clip: rect(0, 0, 0, 0); */
/*     pointer-events: none; */
/* } */

/* .custom-dropdown { */
/*     font: normal normal 600 calc(0.7rem + 0.1vw)/calc(0.9rem + 0.5vw) var(--bs-font-sans-serif); */
/*     color: #262626; */
/*     border: 1px solid #E0E0E0; */
/*     border-radius: 5px; */
/*     padding-top: 0.5em; */
/*     padding-bottom: 0.5em; */
/*     text-align: left; */
/*     font: normal normal 600 calc(1rem + 0.1vw)/calc(1rem + 0.9vw) var(--bs-font-sans-serif); */
/*     letter-spacing: 0px; */
/*     text-transform: uppercase; */
/* } */

/* .dropdown-toggle::after { */
/*     display: inline-block; */
/*     width: 0; */
/*     height: 0; */
/*     margin-left: .3em; */
/*     vertical-align: middle; */
/*     content: ""; */
/*     border-top: .3em solid; */
/*     border-right: .3em solid transparent; */
/*     border-left: .3em solid transparent; */
/*     float: right; */
/*     margin-top: 15px; */
/*     color: #DA003F; */
/* } */

/* .custom-dropdown:hover { */
/*     color: #262626; */
/*     background-color: #B2B2B2; */
/*     border-color: #B2B2B2; */
/* } */
/* .custom-dropdown:focus { */
/*     color: #262626; */
/*     background-color: #B2B2B2; */
/*     border-color: #B2B2B2; */
/*     box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); */
/* } */
/* .custom-dropdown.active, */
/* .custom-dropdown:active, */
/* .show > .custom-dropdown.dropdown-toggle { */
/*     color: #262626; */
/*     background-color: #B2B2B2; */
/*     border-color: #B2B2B2; */
/* } */
/* .custom-dropdown.active:focus, */
/* .custom-dropdown:active:focus, */
/* .show > .custom-dropdown.dropdown-toggle:focus { */
/*     box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); */
/* } */

.add-combination-button a {
    text-decoration: none;
}

.add-combination-button a {
    display: block;
    border: 4px solid #DA003F;
    background-color: #DA003F;
    width: auto;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    font: normal normal 600 calc(1rem + 0.2vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #FFFFFF;
    position: relative;
}

.add-combination-button {
    color: #fff;
}

.add-combination-button:hover {
    color: #DA003F !important;
    cursor: pointer;
}

.add-combination-button a span {
  position: relative;
  z-index: 2;
}

.add-combination-button a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ffffff;
  transition: all .35s;
}

.add-combination-button a:hover {
    color: #DA003F !important;
}

.add-combination-button a:hover:after {
  width: 100%;
}

@media (max-width: 768px){
    .add-combination-button {
	margin-bottom: 1em;
    }
}

.custom-bg-light {
    background-color: #F1F1F1;
    color: #262626;
    font: normal normal 200 calc(0.5rem + 0.1vw) var(--bs-font-sans-serif);
}

.form-select {
    font: normal normal 600 calc(1rem + 0.1vw)/calc(1rem + 0.9vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #262626;
    text-transform: uppercase;
}

.nav-link {
    font: normal normal 600 calc(0.6rem + 0.2vw)/calc(1rem + 0.9vw) var(--bs-font-sans-serif);
    padding: 0.5rem 0.5rem;
    color: #E0E0E0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #B2B2B2;
}

.basket .title {
    font: normal normal bold calc(1.3rem + 0.6vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #262626;
    text-transform: uppercase;
}

.basket .header .title {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font: normal normal 500 calc(0.7rem + 0.3vw) var(--bs-font-sans-serif);
    text-align: center;
    letter-spacing: 0px;
    color: #262626;
}

.basket .header {
    background-color: #F8F8F8;
    border-top: 1px solid #B2B2B2;
    border-bottom: 1px solid #B2B2B2;
}

.basket .footer .title {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font: normal normal 500 calc(0.7rem + 0.3vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #262626;
}

.basket .footer {
    background-color: #F8F8F8;
    border-top: 1px solid #B2B2B2;
    border-bottom: 1px solid #B2B2B2;
}

.basket .table .photo {
    margin: auto;
}

.basket .table .photo img {
    max-height: 10em;
}

.basket .table .content-wrapper {
    margin-left: auto;
    margin-right: auto;
    margin: auto;
}

.basket .table .content {
    font: normal normal normal calc(1rem + 0.3vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #707070;
}

.basket .table .price {
    font: normal normal 600 calc(1rem + 0.3vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #7fc7e4;
    text-align: center;
}

.basket .table .count input[type="text"] {
    height: 3em;
    width: 3em;
    text-align: center;
    margin: auto;
}

.basket .pay-area {
    background: #F8F8F8;
    padding: 4em;
    border-radius: .25rem!important;
}

.basket .sub-total {
    font: normal normal normal calc(1rem + 0.2vw) var(--bs-font-sans-serif);
    color: #262626;
}

.basket .sub-total .price {
    color: #707070;
}

.basket .pay-area .total {
    font: normal normal normal calc(1.2rem + 0.3vw) var(--bs-font-sans-serif);
    color: #7FC7E4;
}

.pay-button a {
    text-decoration: none;
}

.pay-button a {
    display: block;
    border: 4px solid #DA003F;
    background-color: #DA003F;
    width: 13em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    font: normal normal 600 calc(1rem + 0.2vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #FFFFFF !important;
    position: relative;
}

.pay-button a span {
  position: relative;
  z-index: 2;
}

.pay-button a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #F8F8F8;
  transition: all .35s;
}

.pay-button a:hover {
    color: #DA003F !important;
}

.pay-button a:hover:after {
  width: 100%;
}

@media (max-width: 768px){
    .pay-button {
	margin-bottom: 1em;
    }
}

.payment .title {
    font: normal normal bold calc(1.3rem + 0.6vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #262626;
    text-transform: uppercase;
}

.payment .header {
    background-color: #F8F8F8;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font: normal normal 500 calc(0.9rem + 0.3vw) var(--bs-font-sans-serif);
    text-transform: uppercase;
}

.payment .pay-contact, .account .order .pay-contact {
    background: #F8F8F8;
    border-radius: 6px;
    border: 1px solid #EAEAEA;
}

.payment .pay-contact .contact-title, .account .order .pay-contact .contact-title {
    font: normal normal 300 calc(0.9rem + 0.3vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #212529;
    font-weight: 500;
}

.payment .pay-contact .contact-value, .account .order .pay-contact .contact-value {
    font: normal normal 400 calc(0.9rem + 0.3vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #262626;
}

.payment .input-card input {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E0E0E0;
    /* border-radius: 15px; */
    height: 3em;
    font: normal normal 300 calc(0.9rem + 0.3vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #B2B2B2;
}

.payment .input-card input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B2B2B2;
  opacity: 1; /* Firefox */
}

.payment .input-card input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #B2B2B2;
}

.payment .input-card input::-ms-input-placeholder { /* Microsoft Edge */
  color: #B2B2B2;
}

.payment .input-card textarea {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E0E0E0;
    border-radius: 15px;
    font: normal normal 300 calc(0.9rem + 0.3vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #B2B2B2;
}

.payment .input-card textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B2B2B2;
  opacity: 1; /* Firefox */
}

.payment .input-card textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #B2B2B2;
}

.payment .input-card textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #B2B2B2;
}

.payment .input-card select {
    background: #FFFFFF;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #E0E0E0;
    border-radius: 15px;
    height: 3em;
    font: normal normal 300 calc(0.9rem + 0.3vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #B2B2B2;
    text-transform: none;
}

.payment .input-card select::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B2B2B2;
  opacity: 1; /* Firefox */
}

.payment .input-card select:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #B2B2B2;
}

.payment .input-card select::-ms-input-placeholder { /* Microsoft Edge */
  color: #B2B2B2;
}



.go-back-to-basket-button a {
    text-decoration: none;
}
 
.go-back-to-basket-button a {
    display: block;
    border: 4px solid #262626;
    background-color: #FFFFFF;
    width: auto;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    font: normal normal 600 calc(1rem + 0.2vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #262626;
    position: relative;
}

.go-back-to-basket-button a span {
  position: relative;
  z-index: 2;
}

.go-back-to-basket-button a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #262626;
  transition: all .35s;
}

.go-back-to-basket-button a:hover {
    color: #FFFFFF !important;
}

.go-back-to-basket-button a:hover:after {
  width: 100%;
}

@media (max-width: 768px){
    .go-back-to-basket-button {
	margin-bottom: 1em;
    }
}

.pay-confirm-button a {
    text-decoration: none;
}
 
.pay-confirm-button a {
    display: block;
    border: 4px solid #DA003F;
    background-color: #DA003F;
    width: auto;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    font: normal normal 600 calc(1rem + 0.2vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #FFFFFF;
    position: relative;
}

.pay-confirm-button a span {
  position: relative;
  z-index: 2;
}

.pay-confirm-button a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #FFFFFF;
  transition: all .35s;
}

.pay-confirm-button a:hover {
    color: #DA003F !important;
}

.pay-confirm-button a:hover:after {
  width: 100%;
}

@media (max-width: 768px){
    .pay-confirm-button {
	margin-bottom: 1em;
    }
}

.pay-confirm-button-2 button {
    text-decoration: none;
}
 
.pay-confirm-button-2 button {
    display: block;
    border: 4px solid #DA003F;
    background-color: #DA003F;
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    font: normal normal 600 calc(1rem + 0.2vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #FFFFFF;
    position: relative;
}

.pay-confirm-button-2 button:disabled {
    border: 4px solid #DA003F40;
    background-color: #DA003F40;
    color: #FFFFFF40;
}

.pay-confirm-button-2 button span {
  position: relative;
  z-index: 2;
}

.pay-confirm-button-2 button:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #FFFFFF;
  transition: all .35s;
}

.pay-confirm-button-2 button:hover {
    color: #DA003F !important;
}

.pay-confirm-button-2 button:disabled:hover {
    color: #DA003F40 !important;
}

.pay-confirm-button-2 button:hover:after {
  width: 100%;
}

@media (max-width: 768px){
    .pay-confirm-button-2 {
	margin-bottom: 1em;
    }
}

.right-side {
    border-left: 2px solid #F8F8F8;
}

.payment .right-side img {
    max-height: 8em;
    width: auto;
    height: auto;
}

.payment .right-side .content, .account .order .content {
    font: normal normal normal calc(1rem + 0.3vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #707070;
}

.payment .right-side .price, .account .order .price {
    font: normal normal 600 calc(1rem + 0.3vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #7FC7E4;
}

.payment .right-side .pay-content {
    font: normal normal normal calc(1rem + 0.3vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #262626;
    /* max-height: 8em; */
}

.payment .right-side .pay-price {
    font: normal normal 600 calc(1rem + 0.3vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #707070;
    text-align: center;
}

.payment .right-side .pay-total-content {
    font: normal normal bold calc(1.2rem + 0.3vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #262626;
}

.payment .right-side .pay-total-price {
    font: normal normal normal calc(1.2rem + 0.3vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #7FC7E4;
    text-align: center;
}

.account {
    font: normal normal 300 calc(1rem + 0.2vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #262626;
}

.account .header {
    font: normal normal 500 calc(1rem + 0.3vw) var(--bs-font-sans-serif);
    color: #262626;
    padding-bottom: 0.5em;
}

.account li a {
    text-decoration: none;
    color: #262626;
}

.account li a:hover {
    text-decoration: none;
    color: #707070;
}

.account .bought {
    background-color: #F8F8F8;
    padding: 1em;
    color: #707070;
}

.account .bought-link {
    text-decoration: none;
}

.account .bought-link .bought {
    text-decoration: none;
    color: #707070;
}

.account .bought-link .bought:hover {
    color: #B2B2B2;
}

.account .order .left-content {
    font: normal normal normal calc(1rem + 0.1vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #262626;
}

.account .order .left-price {
    font: normal normal normal calc(1rem + 0.1vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #B2B2B2;
}

.account .order .total-content {
    font: normal normal bold calc(1rem + 0.3vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #262626;
}

.account .order .total-price {
    font: normal normal normal calc(1rem + 0.3vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #7FC7E4;
    text-align: center;
}

.account .order .order-number a {
    text-decoration: underline;
    font: normal normal 500 calc(1rem + 0.1vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #262626;
}

.account .order .order-number a:hover {
    color: #707070;
}

.filter-green{
    color: #0b2734 !important;
}

.filter-green{
    filter: invert(9%) sepia(92%) saturate(651%) hue-rotate(183deg) brightness(38%) contrast(128%)
}

.progress-bar-one {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: rgb(220, 53, 69, 0.5);
    transition: width .6s ease;
    font-weight: bold;
}

.progress-bar-two {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: rgb(13, 110, 253, 0.5);
    transition: width .6s ease;
    font-weight: bold;
}

.progress-bar-three {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: rgb(13, 202, 240, 0.5);
    transition: width .6s ease;
    font-weight: bold;
}

.progress-bar-four {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: rgb(255, 193, 7, 0.5);
    transition: width .6s ease;
    font-weight: bold;
}

[v-cloak] .v-cloak--block {
  display: block;
}
[v-cloak] .v-cloak--inline {
  display: inline;
}
[v-cloak] .v-cloak--inlineBlock {
  display: inline-block;
}
[v-cloak] .v-cloak--hidden {
  display: none;
}
[v-cloak] .v-cloak--invisible {
  visibility: hidden;
}
.v-cloak--block,
.v-cloak--inline,
.v-cloak--inlineBlock {
  display: none;
}

.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #7FC7E4;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.lazy {
    transition: transform 1s;
    padding-left: 10em;
    padding-right: 10em;
}

.lazy-loaded {
    transform: rotate3d(1, 0, 0, 360deg);
}

.square {
    float:left;
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom : 100%; /* = width for a 1:1 aspect ratio */
    margin:1.66%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover; /* you change this to "contain" if you don't want the images to be cropped */
}

.delete-color {
    font: normal normal normal calc(1rem + 0.7vw) var(--bs-font-sans-serif);
    color: #DA003F;
    cursor: pointer;
}

.delete-color:hover {
    color: #DA003F40;
}

.action-color {
    font: normal normal normal calc(1rem + 0.7vw) var(--bs-font-sans-serif);
    color: #262626;
    cursor: pointer;
}

.action-color:hover {
    color: #26262640;
}

/* .list-enter-active, .list-leave-active { */
/*   transition: all 0.5s; */
/* } */
/* .list-enter, .list-leave-to{ */
/*   opacity: 0; */
/*   transform: translateX(5em); */
/* } */

.list-enter-active, .list-leave-active {
  transition: all 0.5s;
}
.list-enter, .list-leave-to {
  opacity: 0;
  transform: translateX(5em);
}
  
.list-move {
  transition: transform 0.5s;
}

.disabled-list-enter, .disabled-list-leave-to {
  transition: transform 0.0000000001s;
}

.vue-collapse-enter-active, .vue-collapse-leave-active {
  transition: all 0.5s;
}
.vue-collapse-enter, .vue-collapse-leave-to {
    opacity: 0;
    transform: translateX(2em);
}

.contract-area {
    /* width: 96.5%; */
    height: 20vh;
    overflow-y: auto;
    border-radius: 15px;
    padding: 1em;
    /* margin: 1em; */
    resize: vertical;
    max-height: 50vh;
    background: #f8f8f8;
}

.contract-area::-webkit-scrollbar {
  width: 15px;
}

.contract-area::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
.contract-area::-webkit-scrollbar-thumb {
  background: #999; 
}

.contract-area::-webkit-scrollbar-thumb:hover {
  background: #666; 
}

.check-area {
    font: normal normal 400 calc(0.7rem + 0.3vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #262626;
}

.check {
    zoom: 1.5;
    cursor: pointer;
    position: relative;
    margin: auto;
    width: 18px;
    height: 18px;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
}
.check:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  /* background: rgba(34,50,84,0.03); */
  opacity: 0;
  transition: opacity 0.2s ease;
}
.check svg {
  position: relative;
  z-index: 1;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #c8ccd4;
  stroke-width: 1.5;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
}
.check svg path {
  stroke-dasharray: 60;
  stroke-dashoffset: 0;
}
.check svg polyline {
  stroke-dasharray: 22;
  stroke-dashoffset: 66;
}
.check:hover:before {
  opacity: 1;
}
.check:hover svg {
  stroke: #7FC7E4;
}
.checkbox-input:checked + .check svg {
  stroke: #7FC7E4;
}
.checkbox-input:checked + .check svg path {
  stroke-dashoffset: 60;
  transition: all 0.3s linear;
}
.checkbox-input:checked + .check svg polyline {
  stroke-dashoffset: 42;
  transition: all 0.2s linear;
  transition-delay: 0.15s;
}

/* prepare wrapper element */
.only-numbers-cm, .only-numbers-inch {
  display: inline-block;
  position: relative;
}

/* position the unit to the right of the wrapper */
.only-numbers-cm::after, .only-numbers-inch::after {
    font: normal normal 600 calc(1rem + 0.1vw) var(--bs-font-sans-serif);
    color: rgba(218,0,63, 0.5);
    position: absolute;
    top: 1em;
    right: 1em;
    transition: all .05s ease-in-out;
}

/* handle Firefox (arrows always shown) */
@supports (-moz-appearance:none) {
  .only-numbers-cm::after, .only-numbers-inch::after {
    right: 1.5em;
  }
}

.payment .only-numbers-cm::after {
  content: 'cm';
}

.payment .only-numbers-inch::after {
  content: 'inch';
}

.payment .only-numbers-cm input, .payment .only-numbers-inch input {
    font: normal normal 500 calc(1rem + 0.1vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #DA003F;
    text-transform: uppercase;
}

.pointer-cursor {
    cursor: pointer;
}

.float {
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#0C9;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    box-shadow: 2px 2px 3px #999;
}

.float-icon{
    margin-top:22px;
}

.float:hover{
    color:#DDD;
}

.vue-treeselect__control {
    border: 1px solid #ced4da !important;
}

.vue-treeselect__placeholder {
    color: #000 !important;
}

.mini-box {
    display: inline-block;
    padding-right: 5px;
    vertical-align: top;
}

.mini-box > div {
    padding: 1px;
    cursor: pointer;
    background: #e3f2fd;
    color: #039be5;
}

.mini-box > div > span {
    display: table-cell;
    padding: 0 5px;
    vertical-align: middle;
    font-size: 12px;
}

.address-select {
    font: normal normal normal calc(1rem + 0.3vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #707070;
}

.bi {
  vertical-align: -.125em;
  pointer-events: none;
  fill: currentColor;
}

.dropdown-toggle { outline: 0; }

.nav-flush .nav-link {
  border-radius: 0;
}

.btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, .65);
  background-color: transparent;
  border: 0;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, .85);
  background-color: #d2f4ea;
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
  text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #d2f4ea;
}

.warning-border {
    border: 1px solid red !important;
    -moz-box-shadow: 0 0 2px red !important;
    -webkit-box-shadow: 0 0 2px red !important;
    box-shadow: 0 0 2px red !important;
}

.intro .title {
    font: normal normal 400 calc(1rem + 0.1vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #0B2743;
}

.intro-button a {
    text-decoration: none;
}

.intro-button a {
    display: block;
    border: 4px solid #DA003F;
    width: 13em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    font: normal normal 600 calc(1rem + 0.2vw) var(--bs-font-sans-serif);
    letter-spacing: 0px;
    color: #DA003F;
    position: relative;
    transition: all .35s;
}

.intro-button a span {
  position: relative;
  z-index: 2;
}

.intro-button a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #DA003F;
  transition: all .35s;
}

.intro-button a:hover {
    color: #F1F1F1 !important;
}

.intro-button a:hover:after {
  width: 100%;
}

@media (max-width: 768px){
    .intro-button {
	margin-bottom: 1em;
    }
}

.btn-outline-custom {
  color: #7FC7E4;
  border-color: #7FC7E4;
}
.btn-outline-custom:hover {
  color: #fff;
  background-color: #7FC7E4;
  border-color: #7FC7E4;
}


.orderSummery .header .title {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    text-align: left;
    color: #8D8D8D;
    font-weight: bold;
}

.orderSummery .header{
    border: none;
}

.orderSummery tr.content {
    vertical-align: top;
    border-bottom: 1px solid #C7C8C9;
}

.prodImg div:nth-child(2){
    display: none;
}

.orderSummery .prod-name{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 22px;
    color: #212529;
}

.orderSummery .table .count input[type="text"] {
    height: 2.5em;
    width: 2.5em;
    text-align: center;
    margin: auto;
}

.orderSummery .pay-area{
    padding: 1rem;
    padding-top: 0px;
    border-radius: 0px 0px 15px 15px;
}

.orderSummery .pay-area .total{
   font-weight: bold;
}

.orderSummery .pay-contact{
    border-radius: 15px 15px 0px 0px;
}

.addressBtn {
    display: flex;
    justify-content: end;
    gap: 10px;
    margin-top: 15px;
}

.addressBtn button{
    border: 2px solid #707070;
    padding: 10px 25px;
    color: #707070;
    background-color: #fff;
}

.addressBtn button:hover{
    border: 2px solid #DA003F;
    color: #fff !important;
    background-color: #DA003F;
    color: #DA003F;
    transition: 0.5s;
}

.addressBtn button:last-child{
    border: 2px solid #0B2743;
    padding: 10px 25px;
    color: #fff;
    background-color: #0B2743;
}

.addressBtn button:last-child:hover{
    border: 2px solid #707070;
    padding: 10px 25px;
    color: #707070 !important;
    background-color: #fff;
    transition: 0.5s;
}

.item-detail{
    display: inline-flex;
    gap: 25px;
}

.deletebtn{
    position: relative;
    left: 15px;
}

.thanksModel {
    background-color: #e6e6e6;
    text-align: center;
    border-radius: 10px;
}

.thanksModel .modal-header{
    border: none;
    padding: 10px;
    padding-right: 15px;
    padding-top: 15px;
}

.thanksModel .modal-body{
    padding: 50px;
    padding-top: 0px;
}

.thanksModel .heartIcon {
    font-size: 50px;
    margin-bottom: 0.7rem;
    color: #0B2743;
}

.thanksModel p{
    font-size: 18px;
    line-height: 32px;
    color: #111;
}

.thanksModel p{
    margin-bottom: 1.5rem;
}

.thanksModel h3{
    margin-bottom: 1rem;
    font-size: 24px;
    font-weight: 600;
}

.thanksModel .btn-primary{
    color: #fff;
    background-color: #0B2743 !important;
    border-color: #0B2743 !important;
    border-radius: 25px;
    height: 40px;
    width: 100px;
    font-weight: bold;
    font-size: 14px;
    margin-right: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

/* Cookies Model pop */

.termsfeed-com---palette-light.termsfeed-com---nb {
    background-color: #f2f2f2;
    color: #111;
    width: auto;
    margin: auto;
    border-radius: 10px;
    max-width: 410px;
}

a.buybtn{
    background-color:#0B2743;
    border-color: #0B2743;
}
a.buybtn:hover {
    color: #0B2743 !important;
}

.LoginBtn{
    display: flex;
    gap:15px;
    justify-content: center;
}
.LoginBtn a{
    padding: 15px 30px;
    border-radius: 25px;
    font-size: 16px;
}

.LoginBtn a:hover:after{
    border-radius: 25px;
}
.Sign_popup{
    border-radius: 10px;
    background-color: #f2f2f2;
    padding: 40px 0px;
}

.Sign_popup .modal-header{
    border: none;
    display: inline;
    
}

.Sign_popup .btn-close{
    position: absolute;
    right: 20px;
    top: 20px;
}

.Sign_popup{
    border-radius: 10px;
    background-color: #f2f2f2;
    padding: 30px 0px 10px 10px;
}

@media (min-width: 600px){
    .Sign_dialog{
        width:auto;
        max-width:570px;
    }
}

.Sign_popup .modal-title{
    font-size: 16px;
    font-weight: 500;
    color: #111;
}

.Sign_popup .link-text{
    background: transparent;
    border: none;
    color: #0890c7;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    margin-top: 25px;
    padding-left: 4px;
}
.Sign_popup .link-text:hover:after{
    display: none;
}

@media screen and (max-width:575px){
    .termsfeed-com---palette-light.termsfeed-com---nb {
        width: auto;
        max-width: inherit;
    }   
}

.termsfeed-com---nb .cc-nb-main-container{
    padding: 25px !important;
}

.cc-nb-buttons-container{
    text-align: end !important;
}

.cc-nb-buttons-container{
    display: flex !important;
    flex-direction: row-reverse;
}

.termsfeed-com---palette-light .cc-nb-okagree {
    color: #fff;
    background-color: #0B2743 !important;
    border-color: #0B2743 !important;
    border-radius: 25px;
    height: 40px;
    width: 100px;
}

.termsfeed-com---palette-light .cc-nb-changep {
    background-color: transparent !important;
    color: #111;
}

.Details_Popup .modal-content{
    background-color: #f2f2f2;
    color: #111;
    border-radius: 10px;
    width: 90%;
    padding: 20px 15px;
}

.fade .Details_Popup{
    background: rgba(0, 0, 0, .6) !important;
}

#informationModal h1{
    font-size: 24px;
    font-weight: 600;
}
#informationModal .btn-close{
    position: absolute;
    right: 20px;
    top: 20px;
}
#informationModal {
    border-radius: 10px;
}