
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Nunito+Sans:wght@200;300;400;600;700;800;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

/*font-family: 'Montserrat', sans-serif;
font-family: 'Nunito Sans', sans-serif;
font-family: 'Rubik', sans-serif;*/

@import url('../vendor/bootstrap/bootstrap.min.css');
@import url('../fonts/fontawesome/fontawesome.min.css');
@import url('../fonts/icofont/icofont.min.css');
@import url('../fonts/line-awesome/line-awesome.min.css');
@import url('../vendor/venobox/venobox.min.css');
@import url('../vendor/range-slider/slider-range.css');
@import url('../vendor/slickslider/slick.min.css');
@import url('../vendor/owlcarousel/owl.carousel.min.css');
@import url('../vendor/owlcarousel/owl.theme.default.min.css');
@import url('../vendor/imageupload/image-uploader.min.css');
@import url('../vendor/rating/star-rating.css');
@import url('../vendor/niceselect/nice-select.css');
@import url('../vendor/niceselect/niceselect-custom.css');
/* @import url('../vendor/niceselect2/nice-select2.css'); */

/*--------------------------------------------------------------
# Common
---------------------------------------------------------------*/
:root {
    --h1size: 50px;
    --h2size: 40px;
    --h3size: 24px;
    --h4size: 20px;
    --h5size: 18px;
    --h6size: 16px;
    --bodysize: 16px;
    --h1height: 58px;
    --h2height: 48px;
    --h3height: 32px;
    --h4height: 28px;
    --h5height: 26px;
    --h6height: 26px;
    --bodyheight: 26px;
    --thm-font: 'Rubik', sans-serif;
    --thm-font-secondary: 'Montserrat', sans-serif;
    --red: #FF9F00;
    --gray: #777777;
    --text: #555555;
    --blue: #1494a9;
    --white: #ffffff;
    --chalk: #f5f5f5;
    --green: #11b76b;
    --purple: #b12fad;
    --orange: #e86121;
    --orange-light:#ffd7b5;
    --yellow: #ffab10;
    --body: #f5f6f7;
    /* --thm-body: #f5eae3; */
    --thm-body: #f7f8fb;
    --placeholder: #787676;
    /* --body-grn: #e3f5f0; */
    --border: #e8e8e8;

    --heading: #121111;
    /* --primary: #F83758; */
    --primary: #FF324D;
    --primary-chalk: #ffe8d5;
    --primary-rgb:rgb(247, 109, 37);
    --secondary: #04AA6D;
    --sub-heading: #494747;
    --green-chalk: #ddffd5;
    --green-dark: #072f17;
    --gray-chalk: #cccccc;
    --intro-bg: #fffbf8;
    --light-border: 233, 233, 233;
    --facebook: #3b5998;
    --linkedin: #0e76a8;
    --twitter: #00acee;
    --google: #E60023;
    --instagram: #F77737;
    --primary-bshadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
    --primary-tshadow: 2px 3px 8px rgba(0, 0, 0, 0.1)
}

* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

img {
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a {
  color: var(--primary);
  text-decoration: none;
  display: inline-block
}

a:hover {
  color: var(--text);
  text-decoration: none
}

u, u a{
  text-decoration: underline;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
span,
label {
  margin-bottom: 0px
}

html,
body {
  scroll-behavior: smooth
}

body {
    color: var(--text);
    background: var(--body);
    font-size: var(--bodysize);
    font-family: var(--thm-font);
    line-height: var(--bodyheight);
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    color: var(--heading)
}

h1 {
    font-size: var(--h1size);
    line-height: var(--h1height)
}

h2 {
    font-size: var(--h2size);
    line-height: var(--h2height);
    letter-spacing: -0.3px;
    text-transform: capitalize
}

h3 {
    font-size: var(--h3size);
    line-height: var(--h3height)
}

h4 {
    font-size: var(--h4size);
    line-height: var(--h4height)
}

h5 {
    font-size: var(--h5size);
    line-height: var(--h5height)
}

h6 {
    font-size: var(--h6size);
    line-height: var(--h6height)
}

label {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.position-inherit{
  position: inherit !important;
}
.hide{
  display: none;
}

.no-scroll {
  overflow: hidden;
}

.text-underline:hover{
  text-decoration: underline;
}

.section-title {
  position: relative;
  text-align: center;
  margin: 20px auto 5px auto;
  /* overflow: hidden; */
}

.truncate {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: var(--gray);
    text-transform: capitalize
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 14px;
    color: var(--gray);
    text-transform: capitalize
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-size: 14px;
    color: var(--gray);
    text-transform: capitalize
}

input::placeholder,
textarea::placeholder {
    font-size: 14px;
    color: var(--gray);
    text-transform: capitalize
}

input,
button {
    border: none;
    outline: none;
    background: none
}

textarea.form-control{
  height: 150px;
  padding: 15px;
}

button:focus {
    outline: none
}

.btn-primary,.btn-primary:hover,.btn-primary:focus{
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-google {
  color: white !important;
  background-color: #ea4335;
  border: none !important;
}

.btn-facebook {
  color: white !important;
  background-color: #3b5998;
  border: none !important;
}

.btn.btn-light {
  color: #4b566b;
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
}

.btn.btn-light:hover{
  background-color: var(--green);
  box-shadow: none;
  color: #ffffff;
}

.btn-light.btn-shadow, .btn-secondary.btn-shadow {
  box-shadow: 0 .5rem 1.125rem -.5rem rgba(0,0,0,.15);
}

.btn-group-sm>.btn, .btn.btn-sm {
    padding: .425rem 1rem;
    font-size: .8125rem;
    line-height: 1.5;
    border-radius: .1875rem;
}

.alert {
  border: none;
  margin: 0px;
  padding: 0px 15px;
  border-radius: 0px;
}

.alert-info {
  text-align: center;
  margin-bottom: 30px;
  padding: 20px 20px;
  border-radius: 3px;
  background: var(--white);
  border-top: 3px solid var(--primary);
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.alert-info p {
  font-weight: 500;
  color: var(--primary);
  text-shadow: var(--primary-shadow);
}

.alert-info p a {
  color: var(--text);
  margin-left: 5px;
  text-decoration: underline;
}

.alert-info p a:hover{
  color: var(--primary);
}

.label-text {
  font-size: 12px;
  padding: 4px 8px;
  line-height: 13px;
  border-radius: 3px;
  margin-bottom: 5px;
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
}

.label-text.off {
  background: var(--red);
}

.label-text.new {
  background: var(--green);
}

.label-text.sale {
  background: var(--orange);
}

.label-text.feat {
  background: var(--purple);
}

.label-text.rate {
  background: var(--yellow);
}

.label-text.order {
  background: var(--blue);
}

.label-text.label-info {
  background-color: #d6f7fa !important;
  color: #00cfdd !important;
}

.label-text.danger{
  background: #d9534f;
}

.label-text.success{
  background: #5cb85c;
}

.label-text.address-home {
  background: var(--green);
}

.label-text.address-office {
  background: var(--red);
}

.label-text.address-others {
  background: var(--purple);
}

.label-success,
.label-danger {
  border: 1px solid #82d45e;
  border-radius: 5px;
  background-color: #ebfae9;
  color: #222;
  padding: 10px;
  font-weight: 500;
}

.label-danger {
  border-color: #d9534f;
  background-color: #f5c9c8;
}

.label-success span, .label-success i, .label-success a {
  color: #26901b;
  font-weight: 600;
}

.label-danger span, .label-danger i, .label-danger a {
  color: var(--red);
  font-weight: 600;
}

.accordion-button{
  text-transform: capitalize;
}

.accordion-button:focus{
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: var(--primary);
  background-color: var(--primary-chalk);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.nav-link-style {
  color: rgb(75, 86, 107);
}

.nav-link-style:hover {
  color: var(--primary-rgb);
}

.accordion-button:not(.collapsed)::after,
.nav-link-style:hover::after {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REM2RDY4QjdBMjA3MTFFREFDNTZCRjYyNkE2M0RDRDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REM2RDY4QjhBMjA3MTFFREFDNTZCRjYyNkE2M0RDRDgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEQzZENjhCNUEyMDcxMUVEQUM1NkJGNjI2QTYzRENEOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEQzZENjhCNkEyMDcxMUVEQUM1NkJGNjI2QTYzRENEOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvPC/vMAAAOHSURBVHja7NzNThNRGIfxlrSJCdKGbVspED92chUmvQLQhhU0amJi9E6IK9Diwpj6tXeBF2F0qURA2rq1rSQkRUeOtFpIP3Gm857zPs8SiYbz/9GZNnGinudFSG8THAEACAAEAAIAAYAAQAAgABAACAAEAAIAAYAAQAAgABAACAAEAAIAAYAAQAAgABAACAAEAAIAAYAAQAAgABAACAAEAAIAAYAAQJKK+f0XHt6/Glmfz+YWvtefXD44SJmvbU9OVj8kk6t3d3a3OPLB9Tu/C48++fpvRf1+UOTa2o1cfr/yNtE8inZ+vR6Lea8z6UJhd+8pE/euOJtdWSxXiomjM+cXj3mlTCb34OGWr79Evl8CjNyz45vMD7R0/IOZH5CZe4+/1GX8P+d3fKbX67VN8fcAV36cvGx1a+ovgpkCc59uY35mebFSKU51Gb/dtUbvsxUDwIv2//MTBNXHIDg9/q396rNur5yd/YpGPPEAPl+crA76nn8IuByYM8h/HTx+62y/iQfwMZFcNTd8wyHQfU/Qvub3e9nvvIk2ZysegHmr8uJSerkWj4+AQN/lYJhrfrtG6x1UEG+jA/kg6M7OXullJjUCAl33BMNe89vjvwrw7XNgnwSCQP74gQIAgfzxAwcAAtnjjwUACOSOPzYAmhFIHn+sADQikD7+2AFoQmDD+KEA0IDAlvFDA+AyApvGDxWAiwhsGz90AC4hsHF8EQBcQGDr+GIA2IzA5vFFAbARge3jiwNgEwIXxhcJwAYErowvFoBkBC6NLxqARASujS8egCQELo5vBQAJCFwd3xoAYSJweXyrAISBwPXxrQMwTgQaxrcSwDgQaBnfWgBBItA0vtUAgkCgbXzrAfiJQOP4TgDwA4HW8U2+PyPIPCQqrDbmsvmb5erzZLM55JCp2z8nIoc2jS/+IVFhAjCN8n/uG63nGAz7vRJ+8/0G4NxzAs1ApRGeT2DT+NwDBHBPoHl8ZwH4hcD18Z0G8L8INIzvPIDzItAyvgoAoyLQNL4aAMMi0Da+KgBtBG/SqUK35xjWFY5vikWUZQZen5stL9Rqm+3HsZunm76fnl65t/3lnbbz8P2TQOISQAAgABAACAAEAAIAAYAAQAAgABAACAAEAAIAAYAAQAAgABAACAAEAAIAAYAAQAAgABAACAAEAAIAAYAAQAAgABAACAAEAAIAnbvfAgwARk8JyWCYcEYAAAAASUVORK5CYII=');
}

.img-thumbnail{
  width: 135px;
}

@media only screen and (max-device-width: 1199px) {
  .img-thumbnail{
    width: 100px;
  }
}

.btn-link {
  text-decoration: none !important;
}

@media only screen and (max-device-width: 575px) {
    .col {
        padding: 0px 15px
    }
}

@media only screen and (max-device-width: 991px) {
    .content-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

body .bg-overlay {
	height: 100vh;
	width: 100vw;
	background-color: rgba(0, 0, 0, 0.2);
	position: fixed;
	z-index: 3;
	top: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

body .bg-overlay.show {
	visibility: visible;
	opacity: 1;
}

.img-circle {
  border-radius: 50%;
}

.hover-up {
  -webkit-transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.hover-up:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.section {
    margin-bottom: 115px;
}

.form-content-section {
  padding-bottom: 64px;
}

.inner-content-section {
    margin-bottom: 3rem !important;
}

@media only screen and (max-device-width: 991px){
  .inner-content-section {
    margin-bottom: 2rem !important;
  }
}

.section-heading {
  text-align: center;
  margin-bottom: 40px;
}

.section-btn-50 {
  text-align: center;
  margin-top: 50px;
}

.section-btn-25 {
  text-align: center;
  margin-top: 25px;
}

@media only screen and (max-device-width: 767px) {
    .section {
      margin-bottom: 40px;
    }

    .inner-section {
      margin-bottom: 60px;
    }

    .section-heading {
      margin-bottom: 0;
    }

    .section-heading h2 {
      font-size: 22px;
      line-height: 25px;
    }

    .section-between{
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
}

@media only screen and (max-device-width: 450px){
  .section-heading h2 {
    font-size: 20px;
    line-height: 22px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
  .section {
    margin-bottom: 75px;
  }

  .inner-section {
    margin-bottom: 80px;
  }
}

.breadcrumb {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  background: none;
  margin: 0px;
}

.breadcrumb .active {
  color: var(--text);
}

.breadcrumb-item {
  font-size: 13px;
  font-weight: 600;
  padding: 0px !important;
  text-transform: capitalize;
}

.breadcrumb-item a {
  font-size: 13px;
  font-weight: 600;
  color: #151515;
}

.breadcrumb-item.active a {
  color:#151515;
}

.breadcrumb-item a:hover {
  color: var(--primary);
  text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #151515;
  padding: 0px 8px;
}

.img-responsive{
  display: block;
  max-width: 100%;
  height: auto;
}

.font-xs {
  font-size: 13px;
}

table td, table th {
  padding: 10px 20px;
  vertical-align: middle;
  font-weight: 400;
}

.product-details-frame table td{
  text-align: left;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #ececec;
}

.lineheight-default{
  line-height: 1.1;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

abbr[data-bs-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

.blockquote-reverse {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}

blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after {
  content: '\00A0 \2014';
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before{
  content: '';
}

/***

====================================================================
	Table
====================================================================

 ***/

#buyer-payment-detail-table, #buyer-order-table {
  border: 1px solid #ddd;
}

#buyer-payment-detail-table thead, #buyer-order-table thead {
  background-color: #f2f2f2;
  border-bottom: 5px solid #fff;
}

#buyer-payment-detail-table thead th, #buyer-order-table thead th{
  color: #212529;
  font-weight: normal;
  text-transform: capitalize;
  letter-spacing: 1px;
  text-align: center;
}

#buyer-order-table tbody tr.order-info-head {
  background-color: #f2f2f2;
  border-top: 3px solid #fff;
}

#buyer-order-table tbody .order-info-head td{
  text-align: left;
  border-right: none;
}

#buyer-order-table tbody .order-info-head h5 {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.1;
}

#buyer-order-table tbody .order-info-head h5 a{
  color: var(--text);
}

#buyer-order-table tbody .order-info-head h5 span, #buyer-order-table .order-info-properties > li > span {
  color: var(--primary);
}

#buyer-payment-detail-table tr.buyer-payment-info-head, #buyer-order-table tbody tr.order-info-footer {
  background-color: #3BB77E;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

#buyer-payment-detail-table tr.buyer-payment-info-head td {
  font-size: 14px;
  color: #FFFFFF;
}

#buyer-order-table tbody tr.order-body td {
  font-size: 13px;
  border: none;
  text-align: left;
  border-top: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}

/***

====================================================================
	Form
====================================================================

 ***/

label{
  text-transform: capitalize;
}

.form-title {
  text-align: center;
  margin-bottom: 20px
}

.form-title h3 {
  text-transform: capitalize
}

.form-group {
  margin-bottom: 25px;
  display: inline-block;
  width: 100%;
}

.form-group small {
  color: var(--gray);
  letter-spacing: 0.3px;
  padding: 0px 0px 0px 20px
}

.form-group textarea {
  height: 150px;
  padding: 12px 20px
}

.form-label {
  font-weight: 500;
  margin: 0px 0px 7px 3px;
  white-space: nowrap;
  text-transform: capitalize
}

.form-control {
  width: 100%;
  height: 45px;
  border-radius: 6px;
  padding: 0px 20px 2px;
  color: var(--text);
  background: var(--chalk);
  border: 1px solid var(--border)
}

.form-control:focus-within {
  background-color: var(--chalk);
  border-color: var(--primary);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0
}

.form-control[type=file]::-webkit-file-upload-button,
.form-control[type=file]::file-selector-button {
  border: none;
  background: none;
  height: 45px;
  line-height: 45px;
  padding: 5px 15px 0px;
  color: var(--gray)
}

.form-control[type=file]::-webkit-file-upload-button:hover,
.form-control[type=file]::file-selector-button:hover {
  background-color: transparent
}

.form-control[type=file]::-webkit-file-upload-button:focus,
.form-control[type=file]::file-selector-button:focus {
  border: none;
  outline: none
}

.form-select {
  height: 45px;
  font-size: 15px;
  padding: 0px 16px;
  letter-spacing: 0.3px;
  background-size: 12px 10px;
  text-transform: capitalize;
  color: var(--text);
  cursor: pointer
}

.form-select:focus-within {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--primary)
}

.form-check-input:focus {
  border-color: var(--primary);
  -webkit-box-shadow: none;
  box-shadow: none
}

.form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary)
}

.btn-proceed {
  color: #ffffff;
  border-radius: 0 10px 10px 0;
  background-color: var(--primary);
  border-radius: 6px;
  box-shadow: none;
  padding: 15px 50px;
  line-height: 1.1;
}

.btn-proceed:hover{
  background-color: #363D4E;
  color: #ffffff;
}

.btn-cancel {
  font-size: 15px;
  font-weight: 500;
  border-radius: 6px;
  letter-spacing: 0.3px;
  padding: 15px 50px;
  white-space: nowrap;
  text-transform: capitalize;
  color: var(--primary);
  background: var(--green-chalk);
  line-height: 1.1;
  text-shadow: var(--primary-tshadow);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.btn-cancel:hover {
  color: var(--white);
  background: var(--primary);
}

.form-btn {
  width: 100%;
  height: 45px;
  font-size: 14px;
  font-weight: 400;
  line-height: 45px;
  border-radius: 6px;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
  background: var(--primary)
}

.form-input-group {
  position: relative
}

.form-input-group:focus-within i {
  color: var(--primary)
}

.form-input-group input {
  padding: 0px 20px 2px 45px
}

.form-input-group textarea {
  padding: 12px 20px 12px 45px
}

.form-input-group i {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 45px;
  height: 45px;
  font-size: 18px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center
}

.form-btn-group {
  width: 100%;
  height: 45px;
  font-size: 14px;
  font-weight: 500;
  line-height: 45px;
  border-radius: 6px;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
  background: var(--primary)
}

.form-btn-group i {
  font-size: 15px;
  margin-right: 5px;
  display: inline-block
}

/***

====================================================================
	Sweet Alert
====================================================================

 ***/

div:where(.swal2-container).swal2-backdrop-show, div:where(.swal2-container).swal2-noanimation {
  z-index: 99999;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  background-color: var(--primary) !important;
}

.swal2-icon.swal2-success {
  font-size: 10px; /* Change this to your desired size */
}

.swal2-icon.swal2-error {
  font-size: 10px;
}

.swal2-icon.swal2-warning {
  font-size: 10px;
}

div:where(.swal2-container) h2:where(.swal2-title) {
  padding-top: .2em !important;
}

div:where(.swal2-container) .swal2-html-container {
  padding-top: .4em !important;
}

div:where(.swal2-container) div:where(.swal2-actions) {
  margin-top: 1em !important;
}

/***

====================================================================
	Reset
====================================================================

 ***/

.mt-05 {
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-10{
  margin-left: 10px;
}

.ml-20{
  margin-left: 20px;
}

.ml-30{
  margin-left: 30px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90{
  padding-top: 90px;
}

.pt-100{
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-142 {
  padding-top: 142px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

/* Gutters */
.gutter-y-10 {
  --bs-gutter-y: 10px;
}

.gutter-y-15 {
  --bs-gutter-y: 15px;
}

.gutter-y-20 {
  --bs-gutter-y: 20px;
}

.gutter-y-25 {
  --bs-gutter-y: 25px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.gutter-y-40 {
  --bs-gutter-y: 40px;
}

.gutter-y-50 {
  --bs-gutter-y: 50px;
}

.gutter-y-60 {
  --bs-gutter-y: 60px;
}

.gutter-y-70 {
  --bs-gutter-y: 70px;
}

.gutter-y-80 {
  --bs-gutter-y: 80px;
}

/* Font Weight */
.font-weight-100 {
  font-weight: 100 !important;
}

.font-weight-200 {
  font-weight: 200 !important;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}


/* Text Size */
.text-0 {
  font-size: 11px !important;
  font-size: 0.6875rem !important;
}

.text-1 {
  font-size: 12px !important;
  font-size: 0.75rem !important;
}

.text-2 {
  font-size: 14px !important;
  font-size: 0.875rem !important;
}

.text-3 {
  font-size: 16px !important;
  font-size: 1rem !important;
}

.text-4 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}

.text-5 {
  font-size: 21px !important;
  font-size: 1.3125rem !important;
}

.text-6 {
  font-size: 24px !important;
  font-size: 1.50rem !important;
}

.text-7 {
  font-size: 28px !important;
  font-size: 1.75rem !important;
}

.text-8 {
  font-size: 32px !important;
  font-size: 2rem !important;
}

.text-9 {
  font-size: 36px !important;
  font-size: 2.25rem !important;
}

.text-10 {
  font-size: 40px !important;
  font-size: 2.50rem !important;
}

.text-11 {
  font-size: 2.75rem !important;
}
@media only screen and (max-device-width: 1200px) {
	.text-11 {
	  font-size: calc(1.4rem + 1.8vw)  !important;
	}
}

.text-12 {
	font-size: 3rem !important;
}
@media only screen and (max-device-width: 1200px) {
  .text-12 {
    font-size: calc(1.425rem + 2.1vw)  !important;
  }
}

.text-13 {
	font-size: 3.25rem !important;
}
@media only screen and (max-device-width: 1200px) {
	.text-13 {
	  font-size: calc(1.45rem + 2.4vw)  !important;
	}
}

.text-14 {
	font-size: 3.5rem !important;
}
@media only screen and (max-device-width: 1200px) {
	.text-14 {
	  font-size: calc(1.475rem + 2.7vw)  !important;
	}
}

.text-15 {
	font-size: 3.75rem !important;
}

@media only screen and (max-device-width: 1200px) {
	.text-15 {
	  font-size: calc(1.5rem + 3vw)  !important;
	}
}

.text-16 {
	font-size: 4rem !important;
}

@media only screen and (max-device-width: 1200px) {
	.text-16 {
	  font-size: calc(1.525rem + 3.3vw)  !important;
	}
}

.text-17 {
	font-size: 4.5rem !important;
}

@media only screen and (max-device-width: 1200px) {
	.text-17 {
	  font-size: calc(1.575rem + 3.9vw)  !important;
	}
}

.text-18 {
	font-size: 5rem !important;
}

@media only screen and (max-device-width: 1200px) {
	.text-18 {
	  font-size: calc(1.625rem + 4.5vw)  !important;
	}
}

.text-19 {
	font-size: 5.25rem !important;
}

@media only screen and (max-device-width: 1200px) {
	.text-19 {
	  font-size: calc(1.65rem + 4.8vw)  !important;
	}
}

.text-20 {
	font-size: 5.75rem !important;
}

@media only screen and (max-device-width: 1200px) {
	.text-20 {
	  font-size: calc(1.7rem + 5.4vw)  !important;
	}
}

.text-21 {
	font-size: 6.5rem !important;
}
 @media only screen and (max-device-width: 1200px) {
	.text-21 {
	  font-size: calc(1.775rem + 6.3vw)  !important;
	}
}

.text-22 {
	font-size: 7rem !important;
}

@media only screen and (max-device-width: 1200px) {
	.text-22 {
	  font-size: calc(1.825rem + 6.9vw)  !important;
	}
}

.text-23 {
	font-size: 7.75rem !important;
}

@media only screen and (max-device-width: 1200px) {
	.text-23 {
	  font-size: calc(1.9rem + 7.8vw)  !important;
	}
}

.text-24 {
	font-size: 8.25rem !important;
}

@media only screen and (max-device-width: 1200px) {
	.text-24 {
	  font-size: calc(1.95rem + 8.4vw)  !important;
	}
}

.text-25 {
	font-size: 9rem !important;
}

@media only screen and (max-device-width: 1200px) {
	.text-25 {
	  font-size: calc(2.025rem + 9.3vw)  !important;
	}
}

.text-11, .text-12, .text-13, .text-14, .text-15, .text-16, .text-17, .text-18,
.text-19, .text-20, .text-21, .text-22, .text-23, .text-24, .text-25 {
	line-height: 1.3;
}

[class*=" la-"], [class^=la-] {
  font-size: 1.4rem;
}

.text-accent {
  color: rgb(247, 109, 1) !important;
}

.text-brand{
  color: var(--orange);
}

.text-order {
  color: var(--blue);
}

.bg-secondary {
  background-color: rgb(246, 249, 252) !important;
}

/* Opacity */
.opacity-0 {
	opacity: 0;
}

.opacity-1 {
	opacity: 0.1;
}

.opacity-2 {
	opacity: 0.2;
}

.opacity-3 {
	opacity: 0.3;
}

.opacity-4 {
	opacity: 0.4;
}

.opacity-5 {
	opacity: 0.5;
}

.opacity-6 {
	opacity: 0.6;
}

.opacity-7 {
	opacity: 0.7;
}

.opacity-8 {
	opacity: 0.8;
}

.opacity-9 {
	opacity: 0.9;
}

.opacity-10 {
	opacity: 1;
}

.bg-9 {
    /* background-color: #f7EEE9 !important; */
    background-color: #f9ecee !important;
}

.bg-10 {
    background-color: #FFFCEB !important;
}

.bg-11 {
  background-color: #ECFFEC !important;
}

.bg-12 {
    background-color: #FEEFEA !important;
}

.bg-13 {
  background-color: #FFF3EB !important;
}

.bg-14 {
  background-color: #FFF3FF !important;
}

.bg-15 {
  background-color: #F2FCE4 !important;
}

.link-theme-black {
  color: var(--placeholder);
}

.link-theme-green{
  color: var(--primary);
}

.dropdown-item.active, .dropdown-item:active{
  background-color: var(--primary);
}

.collected-slider .item{
  margin: 0 10px;
}

@media only screen and (max-device-width: 767px) {
  .collected-slider{
    margin-top: 30px;
  }
}


