/* Theme Name: Steix - Responsive Landing Page Template
   Author: Themesbrand
   Version: 1.0.0
   File Description: Main CSS file of the template
*/

/*=========================
 *  1.Helper          *
 *  2.Home            *
 *  3.Features        *
 *  4.Point-Collect   *
 *  5.Services        *
 *  6.Pricing         *
 *  7.Testimonial     *
 *  8.Faq             *
 *  9.Contact Us      *
 *  10.Extra Pages    *
 *  11.Responsive     *
===========================*/

#toppkurv {display:none;}
#handlekurvknapp {display:block;}

body {
  color: #505458;
  position: relative;
  font-family: "Nunito", sans-serif;
}

a {
  text-decoration: none !important;
  outline: none !important;
}

.hero {
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../images/background2.png');
    background-size: cover;
}


.hero::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.7);
}


@media screen and (max-width: 768px) {

  #rev { display: flex; flex-flow: column; }
  #rev2 { display: flex; flex-flow: column; }

  /* .rev { display: flex; flex-flow: column-reverse; } */
  #img1 { order: 0;}
  #mycol1 { order: 1;}

  .cart-summ  {display:none;}

}

@media screen and (max-width: 991px) {

  #toppkurv {display:block;}
  #handlekurvknapp {display:none;}
}


@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row > *{
    position: relative;
}

#vispriserbtn {
  font-size: 0.9em;
}

/*=====================
    1.HELPER
======================*/

.section {
  padding-top: 50px;
  padding-bottom: 20px;
}

.text-custom {
  color: #6362b8;
}

.bg-overlay {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.bg-custom {
  background-color: #6362b8;
}

.btn {
  padding: 12px 24px;
}

.btn-rounded {
  border-radius: 30px;
}

.btn-custom {
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.3s;
  background-color: #28d3ab;
  box-shadow: none !important;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
  color: #f3f3f3 !important;
  transition: all 0.5s;
  background-color: #1eb995;
}

.section-subtitle {
  font-size: 17px;
  color: #cad3da;
}

.section-title {
  font-size: 30px;
  color: #000;
}

.title-icon {
  color: #6362b8;
  font-size: 36px;
}

.vertical-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}

/*====================================
        2.HOME
======================================*/

.home-bg-color {
  background-color: #6362bb;
  padding-top: 80px;
  position: relative;
}

.home-subtitle {
  color: #c0c0e2;
  font-size: 18px;
  max-width: 750px;
}

.home-title {
  font-weight: 400;
}

.watch-overview {
  font-size: 18px;
}

.watch-overview i {
  border: 2px solid #fff;
  height: 24px;
  width: 24px;
  line-height: 20px;
  font-size: 18px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: 2px;
}

.home-dashboard {
  position: relative;
  top: 80px;
}

/*--Home Bg-img---*/

.home-bg-img {
  background-position: center center;
  background-size: cover;
  background-image: url("../images/img-1.jpg");
  position: relative;
  padding-top: 80px;
}

/*---Home Bg-Video---*/

.home-bg-video {
  background-color: #000;
  padding-top: 80px;
}

/*--Home Full Screen---*/

.home-fullscreen {
  padding-top: 130px;
  padding-bottom: 200px;
  background-position: center center;
  background-size: cover;
  background-image: url("../images/img-1.jpg");
  position: relative;
}

.home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

/*--Home Slider---*/

.home-slider .carousel-item {
  padding-top: 180px;
  padding-bottom: 250px;
  background-size: cover;
  background-position: center center;
}

.carousel-control-next,
.carousel-control-prev {
  width: 3%;
  font-size: 30px;
}

/*--HOME ANIMATION--*/

.slidero {
  position: relative;
  z-index: 1;
}

/*====================
    3.Features
=====================*/

.features-icon {
  font-size: 40px;
}

.features-desc h5 {
  font-size: 20px;
  color: #000;
}

.features-more i {
  position: relative;
  top: 1px;
}

.features-more {
  color: #6362b8 !important;
}

/*========================
    4.Point-Collect
==========================*/

.counter-icon {
  font-size: 42px;
  margin-bottom: 20px;
}

.counter-name {
  font-size: 16px;
}

/*===========================
    5.Services
=============================*/

.checkboxes li{
  list-style-image: url('../images/checkmark.svg');
  margin-top: 5px;
  padding: 0px 0px 0px 0px;
  /* margin-top: 40; */
  padding-top: 5px;
}






.service-icon i {
  display: inline-block;
  font-size: 36px;
  width: 90px;
  height: 90px;
  line-height: 84px;
  color: #2f2f2f;
  border: 5px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 3px #bbb;
  transition: all 0.3s;
  background-color: #fafafa;
}

.service-box:hover .service-icon i {
  transform: scale(1.1);
  transition: all 0.5s;
  color: #fff;
  background: #6362b8;
  box-shadow: 0 0 3px #6362b8;
}

.service-desc h5 {
  font-size: 20px;
  color: #000;
}

.service-box {
  border: 1px solid #eaeaea;
  border-radius: 5px;
  transition: all 0.5s;
}

.service-box:hover {
  border-color: #d9d0d0;
}

/*===========================
    6.Pricing
=============================*/

.plan-price h2 {
  /* font-size: 50px; */
  font-weight: 700;
}

.plan-name h6 {
  font-size: 22px;
}

.plan-lable p {
  font-weight: 700;
}

/*===========================
    7.Testimonial
=============================*/

.testimonial-desc:after {
  content: "";
  bottom: -15px;
  left: 47%;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 15px solid #f8f9fa;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.testimonial-desc {
  border-radius: 10px;
  position: relative;
}

.testimonial-desc p {
  font-size: 15px;
  line-height: 26px;
}

.testi-img img {
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 3px #bbb;
  transition: all 0.5s;
  height: 80px;
  width: 80px;
}

.quote-icon i {
  font-size: 50px;
}

/*===========================
    8.Faq
=============================*/

.faq-title {
  font-size: 16px;
  font-weight: 600;
}

.faq-title i {
  position: relative;
  top: 1px;
  font-size: 16px;
}

.user-title {
  font-size: 12px;
  font-weight: 600;
  color: #6362b8;
}

.faq-sub-title {
  font-size: 14px;
  line-height: 22px;
}

/*===========================
    9.Contact-us
============================*/

.single-contact {
  text-align: center;
  padding: 15px 0;
}

.single-contact h4 {
  font-size: 18px;
  line-height: 24px;
  margin: 25px 0 5px;
}

.single-contact p {
  margin-bottom: 0;
}

.single-contact i {
  display: inline-block;
  font-size: 26px;
  width: 80px;
  height: 80px;
  line-height: 72px;
  color: #fff;
  border: 4px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 3px #bbb;
  transition: all 0.3s;
}

.custom-form .form-control {
  height: 50px;
}

textarea.form-control {
  height: auto !important;
}

.submit-terms {
  font-size: 13px;
}

.copyright-desc {
  font-size: 12px;
}

.social li a {
  font-size: 14px;
}

.error {
  margin: 8px 0px;
  display: none;
  color: red;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  border: 2px solid #f36270;
  color: #f36270;
  border-radius: 5px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

#success_page h3 {
  color: #0dba26;
  font-size: 22px;
}

/*=====================================
        10.EXTRA PAGES
=======================================*/

/*--LOGIN PAGE/SIGNUP/FORGOTPASS--*/

.login-table {
  display: table;
  width: 100%;
  height: 100%;
}

.login-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.login-form .form-control {
  height: 50px;
  border: none;
  border-bottom: 2px solid #d8d8d8;
  border-radius: 0px;
  outline: none !important;
  box-shadow: none !important;
}

.login-form .form-control:focus {
  border-color: #6362b8;
}

.forgot-pass-txt {
  line-height: 22px;
}

.home-icon {
  font-size: 50px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #6362b8;
}

.alert-custom {
  color: #6362b8;
  background-color: rgba(99, 98, 184, 0.2);
  border-color: rgba(99, 98, 184, 0.7);
}

/*=====================================
        12.RESPONSIVE
=======================================*/

@media (max-width: 768px) {
  .point-collect h1 {
    font-size: 50px;
  }
  .point-collect h3 {
    font-size: 20px;
  }
  .footer-alt .float-left,
  .footer-alt .float-right {
    float: none !important;
    text-align: center;
  }
  .home-title {
    font-size: 30px;
  }
  .testimonial-box {
    margin-top: 20px;
  }
  .home-fullscreen,
  .home-slider .carousel-item {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .section-subtitle {
    font-size: 16px;
  }
  .section-title {
    font-size: 24px;
  }
  .carousel-control-next,
  .carousel-control-prev {
    width: 10%;
  }
  .price-box {
    margin-top: 20px !important;
  }
}

@media (max-width: 767px) {
  .vertical-content {
    display: inherit;
  }
}




/*----------------------------------
21 - Cart
----------------------------------*/
.cart-items-wrap {
	overflow: auto;
	clear: both;
}
.cart-items-wrap .cart-items {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	text-align: left;
	border: none;
}
.cart-items-wrap .cart-items a {
	border: none;
}
.cart-items-wrap .cart-items p {
	margin: 0;
}
.cart-items-wrap .cart-items td {
	padding: 17px 20px 17px 0;
	vertical-align: middle;
	border: 1px solid #e0e4f6;
	font-size: 14px;
}
.cart-items-wrap .cart-items thead td {
	text-transform: uppercase;
	font-size: 13px;
	border: none;
	border-bottom: 1px solid #e0e4f6;
}
.cart-items-wrap .cart-items tbody td {
	padding: 17px 20px 17px 0;
	border: none;
	border-bottom: 1px solid #e0e4f6;
	font-weight: 500;
}
.cart-items-wrap .cart-items tbody td b {
	font-weight: 500;
}
.cart-items-wrap .cart-items tbody .cart-image {
	min-width: 100px;
	padding: 17px 20px 17px 0;
}
.cart-items-wrap .cart-items tbody .cart-image a {
	display: block;
	height: 80px;
}
.cart-items-wrap .cart-items tbody .cart-image img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
}
.cart-items-wrap .cart-items tbody .cart-ttl {
	text-transform: uppercase;
	color: #373d54;
	text-align: left;
}
.cart-items-wrap .cart-items tbody .cart-ttl a {
	color: #373d54;
	transition: all 0.2s;
}
.cart-items-wrap .cart-items tbody .cart-ttl a:hover {
	color: #3a89cf;
	text-decoration: none;
}
.cart-items-wrap .cart-items tbody .cart-ttl p {
	text-transform: none;
	font-weight: 400;
	font-size: 13px;
}
.cart-items-wrap .cart-items tbody .cart-price span {
	color: #bbbbbb;
	font-weight: 400;
}
.cart-items-wrap .cart-items tbody .cart-price del {
	color: #bbbbbb;
	font-weight: 400;
	display: block;
}
.cart-items-wrap .cart-items tbody .cart-summ span {
	color: #bbbbbb;
	font-weight: 400;
}
.cart-items-wrap .cart-items tbody .cart-summ .cart-forone {
	font-weight: 400;
	font-size: 13px;
	position: relative;
	display: none;
	padding: 7px 0 0;
	margin: 4px 0 0;
	line-height: 1.2;
}
.cart-items-wrap .cart-items tbody .cart-summ .cart-forone:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 1px;
	content: '';
	margin: 0;
	display: block;
	background: #e0e4f6;
	line-height: 1.2;
}
.cart-items-wrap .cart-items tbody .cart-summ .cart-forone b {
	font-weight: 400;
	line-height: 1.2;
}
.cart-items-wrap .cart-items .cart-image {
	width: 120px;
}
.cart-items-wrap .cart-items .cart-price,
.cart-items-wrap .cart-items .cart-summ {
	width: 150px;
}
.cart-items-wrap .cart-items .cart-quantity {
	width: 150px;
}
.cart-items-wrap .cart-items .cart-del {
	width: 32px;
	padding-right: 0;
}
.cart-items-wrap .cart-items tbody .cart-remove {
	width: 32px;
	height: 32px;
	transition: all 0.2s;
	display: block;
	background: url(../img/remove.jpg) center center no-repeat;
}
.cart-items-wrap .cart-items .cart-qnt {
	overflow: hidden;
	margin: 0;
	width: 70px;
}
.cart-items-wrap .cart-items .cart-qnt input[type=text] {
	float: left;
	width: 39px;
	height: 39px;
	font-weight: 700;
	font-size: 14px;
	padding: 0;
	color: #373d54;
	text-align: center;
	display: block;
	margin: 0 2px 0 0;
	background: #f8fafc;
	border: 1px solid #e0e4f6;
}
.cart-items-wrap .cart-items .cart-plus {
	float: left;
	width: 17px;
	margin: 5px 0 0;
	color: #373d54;
	text-align: center;
	line-height: 1;
	font-size: 14px;
}
.cart-items-wrap .cart-items .cart-plus:hover {
	color: #3a89cf;
}
.cart-items-wrap .cart-items .cart-plus .fa {
	padding: 0;
	line-height: 1;
}
.cart-items-wrap .cart-items .cart-minus {
	float: left;
	border-top: none;
	width: 17px;
	color: #373d54;
	text-align: center;
	line-height: 1;
	font-size: 14px;
}
.cart-items-wrap .cart-items .cart-minus:hover {
	color: #3a89cf;
}
.cart-items-wrap .cart-items .cart-minus .fa {
	padding: 0;
	line-height: 1;
}
.cart-submit {
	overflow: hidden;
	margin: 0 0 15px;
	padding: 0;
}
.cart-coupon {
	float: left;
	width: 42.2%;
	display: block;
	position: relative;
	margin: 0 0 15px;
}
.cart-coupon input[type=text] {
	display: block;
	height: 34px;
	border: 1px solid #e0e4f6;
	padding: 0 17px;
	color: #373d54;
	width: 100%;
}
.cart-coupon input[type=image] {
	position: absolute;
	border: none;
	width: 20px;
	height: 15px;
	display: block;
	top: 50%;
	right: 14px;
	margin: -7px 0 0 0px;
}
.cart-coupon .cart-coupon-btn {
	position: absolute;
	border: none;
	width: 20px;
	height: 15px;
	display: block;
	top: 50%;
	right: 14px;
	margin: -7px 0 0 0px;
	transition: all 0.2s;
}
.cart-coupon .cart-coupon-btn:hover {
	opacity: 0.85;
}
.cart-submit input[type=submit] {
	display: block;
	border: none;
	float: right;
	border-radius: 50px;
	font-size: 15px;
	color: #fff;
	margin: 0 0 15px;
	padding: 8px 24px 7px;
	cursor: pointer;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	background: #3a89cf;
	transition: all 0.2s;
	height: auto;
}
.cart-submit input[type=submit]:hover {
	background: #22B2F9;
}
.cart-submit .cart-submit-btn {
	display: block;
	border: none;
	float: right;
	font-size: 13px;
	color: #fff;
	margin: 0 0 15px 25px;
	padding: 10px 20px 9px;
	cursor: pointer;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	background: #373d54;
	letter-spacing: 1px;
	transition: all 0.2s;
	height: auto;
}
.cart-submit .cart-submit-btn:hover {
	background: #474f6e;
	text-decoration: none;
	color: #fff;
}
.cart-submit .cart-clear {
	display: block;
	border: none;
	float: right;
	font-size: 15px;
	color: #373d54;
	line-height: 100%;
	margin: 0 0 15px;
	padding: 11px 0 0;
	border-bottom: 1px solid #373d54;
	cursor: pointer;
	text-align: center;
	font-weight: 400;
	transition: all 0.2s;
	height: auto;
}
.cart-submit .cart-clear:hover {
	text-decoration: none;
	color: #373d54;
	border-bottom: 1px solid rgba(0,0,0,0);
}
body .cart-total {
	padding: 0;
	font-size: 18px;
	color: #373d54;
	font-weight: 700;
	overflow: hidden;
	margin: 0 0 30px;
	border-bottom: 1px solid #e0e4f6;
}
body .cart-total li {
	list-style: none;
	float: right;
	margin: 18px 15px 15px 0;
	font-size: 15px;
	font-weight: 400;
	position: relative;
	padding: 0 0 0 20px;
}
body .cart-total li:last-child {
	margin-left: 0;
	padding-left: 0;
}
body .cart-total li:after {
	position: absolute;
	content: "";
	left: 0;
	height: 26px;
	width: 1px;
	top: 50%;
	margin: -13px 0 0;
	background: #e0e4f6;
}
body .cart-total li:last-child:after {
	display: none;
}
body .cart-total li span {
	text-transform: none;
	color: #ccc;
	font-weight: 400;
}
body .cart-total li b {
	font-weight: 400;
}
body .cart-total .cart-summ {
	float: right;
	margin: 15px 0 15px 0;
	padding: 0 0 0 20px;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
}
body .cart-total .cart-summ:after {
	position: absolute;
	content: "";
	left: 0;
	height: 26px;
	width: 1px;
	top: 50%;
	margin: -13px 0 0;
	background: #e0e4f6;
}
body .cart-total .cart-summ span {
	text-transform: none;
	color: #ccc;
	font-weight: 400;
}
body .cart-total .cart-summ b {
	/* color: #3a89cf; */
	text-transform: none;
	font-weight: 500;
}
/*----------------------------------
21 - Cart
----------------------------------*/


.layer {
    background-color: rgba(248, 247, 216, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
