html {
  box-sizing: border-box; 
}
body {
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
 
}


h1,h2,h3,h4 { text-transform:uppercase; font:Georgia, "Times New Roman", Times, serif; font-weight:bold;}
h5 { text-transform:uppercase; font:Georgia, "Times New Roman", Times, serif; font-weight:bold;}

.clear-top { height:140px;}

:root {
  --accent-color:             #DC261B;
  --white-color:              #fff;
  --black-color:              #000;
  --gray-color:               #F3F3F3;
  --gray-color-300:           #D8D8D8;
  --gray-color-500:           #AEAEAE;
  --gray-color-800:           #3A3A3A;
  --light-gray-color:         #F3F3F3;
  --primary-color:            #212529;
  --lg-color:          		 #D8D8D8;
  --bs-accordion-active-color:#000!important;
  --bs-primary-rgb:           114,174,200;
  --light-color:              #f8f9fa;
  --dark-color:               #212529;
  --light-blue-color:         #EDF1F3;
  --navbar-color-color:       #131814;
  --swiper-theme-color:       #4A4A4A;
  --swiper-pagination-color:  #4A4A4A;
  
}

.dropdown-menu {
	--bs-dropdown-link-active-bg: #DC261B!important;
	color:#FFF;}

p {
  
  color: var(--dark-color);
}
ul.inner-list li {
   font-size: 1.2em;
}
a {
  color: var(--dark-color);
  text-decoration: none;
  transition: 0.3s color ease-out;
}
a.light {
  color: var(--light-color);
}
a:hover {
  text-decoration: none;
  color: var(--primary-color);
}

.fb { color:#0866FF;}
.ins {
 
color: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
color: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
color: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  }

.white { color:#FFF;}
.bg-gray {
    background: var(--gray-color);
	
}
.bg-dark {
    background: var(--dark-color);
	color: var(--white-color);
}

.bg-dark-mute {
    background: #cccccc;
	color: #333333 ;
}

.bg-light {
    background: var(--light-color);
}


.bg-green {background:#a3cfbb;}
.bg-yellow { background:#ffe69c;}
.overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.10), rgba(2 ,0, 0.0));

    width: 100%;
    height: 100%;
  
    position: relative;
}

.h100, .carousel-item-100{ height:calc(100vh)}
.h90, .carousel-item-90{ height:calc( )}
.h80, .carousel-item-80{  height:calc(80vh )}
.h70, .carousel-item-70{  height:calc(70vh )}
.h60, .carousel-item-60{  height:calc(60vh )}
.h50, .carousel-item-50{  height:calc(50vh )}
.h40, .carousel-item-40{  height:calc(40vh )}
.h30, .carousel-item-30{  height:calc(30vh )}
.h20, .carousel-item-20{  height:calc(20vh )}
.h10, .carousel-item-10{  height:calc(10vh )}

.carousel-indicators [data-bs-target] {
   
	border: solid 1px #000;
	background-color: #000;
	height:15px;
	width:15px;

}

.carousel-indicators {
	
	border-radius: 100%;
	position:absolute;
	bottom:-40px;
	
}

.carousel-indicators > li {
  border-radius: 50%;
  border:0px!important;
}

.carousel-caption { position:absolute; bottom:40px; left:0px; padding:0px 20px; ; margin:0px; text-align:left; text-transform:uppercase; font-size: calc(1.0em + 2.0vmin);}
.carousel-caption p { font-size:14px; line-height:16px; padding:0px; margin:0px;} 

.img-bg-scroll { background-attachment: scroll; -webkit-background-size: cover;  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
.img-bg-fixed , .image, .image_background { background-attachment: fixed; -webkit-background-size: cover;  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;}


.carousel-inner { background-color:#fff; }
.carousel {  position: reltive;  top: 0;  left: 0;}
.carousel-inner {  background-color: pink;  height: 100%;}
.carousel-item {  background-color: yellow;  opacity .5; }
a.carousel-control-next:link, a.carousel-control-prev:link {  background-color: transparent;  text-decoration: none;  opacity: .5; }
.carousel,.carousel-inner,.carousel-item {
  width: 100%;
   background: no-repeat center center scroll;
  -webkit-background-size: cover;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
   
}



.logo { max-height:70px}

.padding-xsmall {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.padding-small {
  padding-top: 2em;
  padding-bottom: 2em;
}
.padding-medium {
  padding-top: 4em;
  padding-bottom: 4em;
}
.padding-large {
  padding-top: 7em;
  padding-bottom: 7em;
}
.padding-xlarge {
  padding-top: 9.5em;
  padding-bottom: 9.5em;
}

/* no padding */
.no-padding-top {
  padding-top: 0 !important;
}





.card-header { border-radius: 0!important;}
.card{  border-radius: 0!important;}

/* - Buttons
------------------------------------------------------------- */
.btn-rounded-none,
.btn-rounded-none::after {
  border-radius: 0;
}

.btn.btn-small {
  padding: 0.8em 1.8em;
  font-size: 0.65em;
}
.btn.btn-medium {
  padding: 0.8em 2.8em;
  font-size: 1.1em;
  letter-spacing: 2px;
}
.btn.btn-large {
  padding: 2.4em 5.1em;
  font-size: 1.8em;
}

.btn.btn-rounded,
.btn.btn-rounded::after {
  border-radius: 6px;
}
.btn.btn-pill,
.btn.btn-pill::after {
  border-radius: 2em;
}


.btn.btn-black {
  background-color: var(--dark-color);
  color: var(--light-color);
  border: none;
}
.btn.btn-black:hover {
  background-color: var(--lg-color);
  color: var(--light-color);
}
.btn.btn-light {
  background-color: var(--gray-color);
  color: var(--black-color);
  border: none;

}
.btn.btn-light:hover {
  background-color: var(--lg-color);
  color: var(--dark-color);
}
.btn.btn-primary {
  background: var(--primary-color);
  color: var(--light-color);
  border: none;
}
.btn.btn-primary:hover {
  background-color: var(--accent-color);
  color: var(--light-color);
}

.go-button {   background-color:#096; padding:20px}
/* - Buttons Aligns
------------------------------------------------------------- */
.btn-left {
  text-align: left;
  display: block;
}
.btn-center {
  text-align: center;
  display: block;
}
.btn-right {
  text-align: right;
  display: block;
}
.btn  { text-transform:uppercase;}

.social { color:#fff; }
.social a { color:#fff; }
@media screen and (max-width: 600px) {
    :root {
        --header-height : 100px;
        --header-height-min   : 80px;
    }
}


:root {
    --body-font           : "Lato", sans-serif;
    --heading-font        : "Jost", sans-serif;
}


*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



.site-header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    transition: background 0.3s ease-out;

}
.navbar-toggler svg.navbar-icon {
    width: 50px;
    height: 50px;
}
.navbar-nav .nav-item a.nav-link {
    color: var(--accent-color);
}
.navbar-nav .nav-item a.nav-link.active, 
.navbar-nav .nav-item a.nav-link:focus, 
.navbar-nav .nav-item a.nav-link:hover {
    color: red!important;
}

a.nav-link:hover { color:var(--accent-color);}
.active { color:var(--accent-color)!important; }

/*------------ Offcanvas -------------- */
#header-nav .navbar-toggler:focus {
    box-shadow: none;
}
#header-nav .offcanvas.show {
    z-index: 9999;
    background-color: var(--gray-color);
}
#header-nav .offcanvas-end {
    width: 500px;
	text-align:center;
	
}
.offcanvas.show .nav-item a.nav-link {
    font-size: 2em;
}
.offcanvas.show .offcanvas-body .navbar-nav {
    align-items: unset!important;
    
	text-align:center;}

.offcanvas-header  { display:block; position:relative;}
.close {     position: absolute;
    top: 40px;
    right: 20px;}
/*------------ Subscribe -----------*/
.icon-box .icon-box-icon {
    width: 26px;
    height: 26px;
    fill: var(--primary-color);
}

.card-title {
    font-size: 1.2em;
}

@media only screen and (max-width: 991px) {
 .icon-box {
    flex-wrap: wrap;
  }
}



/*------------ Subscribe -----------*/
.subscribe-content p {
   color: var(--gray-color-500);
}

@media only screen and (max-width: 1199px) {
  .subscription-form input.form-control,
  .subscription-form button {
      width: 100%;
      margin-bottom: 10px;
  }
}

/* 5. Testimonial
/*----------------------------------------------*/
.review-item blockquote {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.2;
}
.rating svg.star {
    width: 16px;
    height: 16px;
    fill: var(--primary-color);
}
#testimonials .swiper-arrow svg {
    width: 45px;
    height: 45px;
    fill: var(--light-gray-color);
}
.review-content .swiper-arrow {
    top: 0;
    bottom: 0;
    z-index: 2;
}
.review-content .swiper-arrow.swiper-arrow-next {
    right: 0;
}
.review-content .quotation svg.quote {
    color: var(--light-blue-color);
}


/*--------------------------------------------------------------
# Login Popup
--------------------------------------------------------------*/
.login-popup {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.login-popup.is-visible {
  opacity: 1;
  visibility: visible;
  cursor: -webkit-image-set(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23FFF' d='M20 1l-1-1-9 9-9-9-1 1 9 9-9 9 1 1 9-9 9 9 1-1-9-9'/%3E%3C/svg%3E") 1x, url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M20 1l-1-1-9 9-9-9-1 1 9 9-9 9 1 1 9-9 9 9 1-1-9-9'/%3E%3C/svg%3E") 2x), pointer;
  cursor: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M20 1l-1-1-9 9-9-9-1 1 9 9-9 9 1 1 9-9 9 9 1-1-9-9'/%3E%3C/svg%3E"), pointer;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.login-popup-container {
  background-color: transparent;
  position: relative;
  top: 50%;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  max-width: 800px;
  text-align: center;
  box-shadow: none;
  cursor: default;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.is-visible .login-popup-container {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.login-popup-form {
  position: relative;
  margin: 0 0 3em 0;
}
.login-popup-form .form-control {
  padding: 0 0 .375em 0;
  font-size: 2em;
}
.login-popup-form #login-popup-submit {
  display: none;
}
.login-popup .login-popup-close {
  display: block;
  position: absolute;
  top: 2em;
  right: 2em;
  margin: -0.5em;
  padding: 0.5em;
  line-height: 0;
}
.login-popup .login-popup-close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.login-popup .login-popup-close i {
  display: block;
  position: relative;
  width: 1em;
  height: 1em;
  fill: rgba(0,0,0,0.5);
}
.login-popup .login-popup-close:hover i {
  fill: rgba(0,0,0,1);
}


@media only screen and (max-width: 991px) {
  .login-popup 
  .login-popup-form .form-control {
    font-size: 1.425em;
  }
}
@media only screen and (max-width: 767px) {
.login-popup .login-popup-close {
    top: 1em;
    right: 1em;
  }
}
@media only screen and (max-width: 575px) {
  .login-popup 
  .login-popup-form .form-control {
    font-size: 1.125em;
  }
  .login-popup .login-popup-close {
    top: 1em;
    right: 1em;
  }
}

.login-popup input[type="search"] {
  font-size: 24px;
  height: 60px;
  padding: 26px;
}
.login-popup .search-form button {
  top: 12px;
  right: 15px;
}
.login-popup .search-form button svg {
  height: 28px;
  width: 28px;
}

/*--------------------------------------------------------------
# pricing table
--------------------------------------------------------------*/
.pricing-table {
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.pricing-table .body-table {
  border: 1px solid #ededed;
  border-top: 0;
  padding: 150px 20px 20px 20px;
}
.pricing-table h3 {
  font-size: 24px;
  background-color: var(--dark-color);
  padding-top: 40px;
  color: #fff;
  height: 165px;
  margin: 0;
  text-transform:uppercase;
}
.pricing-table .price {
  width: 134px;
  height: 134px;
  
  margin: 0 auto;
  color: #000000;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-top: 30px;
  display: block;
  overflow: hidden;
}
.pricing-table .price .price-inner {
  background: var(--lg-color);
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  padding: 30px;
  display: block;
  
}
.pricing-table .price .price-inner .big-num {
  font-size: 32px;
  color: #000000;
  font-weight: 700;
}
.pricing-table .price .price-inner .small-num {
  font-size: 13px;
  color: #000000;
  vertical-align: 8px;
  line-height: 20px;
}
.pricing-table .price .price-inner span.perm {
  font-size: 12px;
  color: #222;
  line-height: 0;
  display: inline-block;
}
.pt-most-popular h3 {
  background: #d32525;
}

.price { background-image:url(../images/Logo_white_300T1.png);  background-repeat: no-repeat;
  background-size: cover; }
/* --------------- */
.pricing-table ul {
  list-style: none;
  margin-bottom: 30px;
}
.pricing-table li {
  padding: 7px 0;
}
.pricing-table li:nth-child(even) {
  background: #f8f8f8;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
 
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}





#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;

}

#footer .footer-top .footer-info h3 span {
  color: #FF6800;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #292929;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}



#footer .footer-top .social-links a:hover {
  background: var(--light-color);
  color:var(--dark-color);
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
  text-transform: uppercase;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: var(--accent-color);
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
  text-transform:uppercase;

}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: var(--accent-color);
}


.box220 { height:220px;}
.box250 { height:250px;}
.box {
  width: 100%;
  height: 100%;
  background-color: var(--gray-color);
  position: relative;


}

.box:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 45px 45px;
  
  border-color: transparent transparent #fff transparent;
}
.small-text { font-size:10px;}
.small-text2 { font-size:12px;}
.pricing-card-title { font-size:1.7em; font-weight:bold;}

.accordion-button { background-color:var(--gray-color)!important; color:#000; margin-bottom:10px;  font-weight: bold;}
.accordion-button:not(.collapsed) {  color:--gray-color-800;}
.accordion-button:after { 
  
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion-button:not(.collapsed) {
    color: #000!important;
    box-shadow: none;
}


:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

:focus,
.focus-visible:focus:not(:focus-visible) {
  outline: 0;
  box-shadow:none;
}

.footer_logo { max-height:200px;}


.form-label { margin-bottom:2px; font-weight:bold;}
.breadcrumb-item { text-transform:uppercase; font-weight:500;}
.nav { text-transform:uppercase; }
.promo_code_box { padding:10px; border:dashed #CCC; font-weight:bold; margin:0px;  text-align:center;}
.account_head { position:relative;}
.logout { position:absolute; top:0px; right:10px;}

.st {
   
    
    font-size: 12px;
    font-weight:bold;
	text-transform:uppercase;
	}
.submitted {
   
    color: #FF9;
    
}
.cancelled , .failed{
	color: #F30;
    
	}
.paid_out , .submitted, .confirmed { 
	color: #6C6;
}

.tile:hover { background: var(--gray-color);}


.table-head {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99;
}

.tname {  border: 0; text-transform:uppercase; font-weight:bold;
    box-shadow: none;  padding-left:0px; box-shadow: none !important;}

.counter {
	position:absolute;
	top:10px;
	right:10px;

	background:#e1e1e1;
	padding:5px;
}


progress {
  border-radius: 2px; 
  width: 100%;
  height: 10px;
  margin-left:0px
  
}
progress::-webkit-progress-bar {
  background-color:#F3F3F3;
  border-radius: 0px;
}
progress::-webkit-progress-value {
  background-color: #000;
  border-radius: 0px;
 
}
progress::-moz-progress-bar {
  /* style rules */
}

.basket_footer {
				
	width:100%;
	background: var(--gray-color);
	min-height:140px;	
}
.basket_items { background-color:#0F0;  }
.btot { font-size: 20px!important;
    font-weight: 300;
    line-height: 1.2;}
	
	.offcanvas {
    
    height: 100%;
    
    border: .1rem solid rgba(var(--color-foreground), .2);
    border-right: 0;
    background-color: rgb(var(--color-background));
    overflow: hidden;
    display: flex;
    flex-direction: column;
    	background-color:#FFF;
	
}


.css-1nj8iua-FloatingLabelInputElement-FloatingLabelInput {
    border-radius: 4px;
    border-width: 1px;
    background-color: rgb(255, 255, 255);
    border-color: rgb(183, 188, 191);
    border-style: solid;
    box-sizing: border-box;
    font-size: 16px;
    height: 48px;
    outline: 0px;
    padding: 16px 15px 0px;
    width: 100%;
    appearance: none;
    text-transform: uppercase!important;
}
.modes { position:absolute; bottom:5px; left:0px; width:100%;}
.box-form-select { font-size:12px!important; text-align:center; font-weight:bold;}