@import url('https://fonts.googleapis.com/css?family=Lato:400,700&display=swap');


input[type='text'], input[type='password'], input[type='email'] {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
}
 #left_nav {
     padding: 0;
     background: #fff;
     position: fixed;
     z-index: 1000;
     top: 0;
     bottom: 0;
     left: 0;
     max-width: 220px;
     width: 100%;
     box-shadow: 1px 1px 11px 0px #ccc;
}
 .floating-label-field {
     position: relative;
     width: 100%;
     height: 50px;
}
 span.filedbadge {
     position: absolute;
     z-index: 10;
     background: #f0f0f7;
     padding: 3px 10px;
     display: inline-block;
     right: 9px;
     top: 50%;
     margin-top: -12px;
     font-size: 12px;
     border-radius: 4px;
     color: #a6a6a7;
}
 .floating-label-field input, .floating-label-field label {
     cursor: text;
     position: absolute;
     transition: all 0.15s ease;
     width: 100%;
     font-weight: normal !important;
     color: #4D4F5C;
     padding: 8px 12px 0px 12px;
}
 .floating-label-field label {
     line-height: 35px;
     padding: 8px 12px 0px 12px;
     color: #838EAB;
     font-weight: normal !important;
     font-size: 14px !important;
    /* text-transform: uppercase;
     */
     pointer-events: none;
}
 .floating-label-field.filled input~label, .floating-label-field input:focus~label {
     position: absolute;
     margin-top: -13px;
     color: #838EAB;
     font-weight: normal !important;
     font-size: 10px !important;
}
 .link-text {
     display: block;
     position: absolute;
     top: 19px;
     right: 15px;
     color: #C3D2E2;
     font-size: 10px;
}
 .badge-info {
     display: inline-block;
     min-width: 10px;
     padding: 4px 7px;
     font-size: 12px;
     line-height: 1;
     color: #fff;
     text-align: center;
     white-space: nowrap;
     vertical-align: middle;
     background-color: #3f53e5;
     border-radius: 10px
}
 body {
     font-family: Lato, "Lucida Grande", Tahoma, Sans-Serif;
     font-size: 16px;
     color: #383838;
     background: #F9FAFA;
     -webkit-font-smoothing: antialiased;
}
 h1, h2, h3, h4, h5, h6, .btn {
     font-family: Lato, "Lucida Grande", Tahoma, Sans-Serif;
     font-size: 16px;
     color: inherit;
     font-weight: normal;
     margin: 0;
}
 li, ol {
     list-style-type: none;
}
 p {
     margin: 0;
}
 a {
     color: #2aaad2;
     text-decoration: none;
     transition: all 0.3s ease-in-out;
}
 a:focus, a:hover {
     outline: none !important;
     text-decoration: none !important;
}
 input::-ms-clear {
     display: none;
}
 .row {
    /* margin-right: -5px;
     */
    /* margin-left: -5px;
     */
}
 .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
     padding-right: 15px;
     padding-left: 15px;
}
 .scroll-box::-webkit-scrollbar-track {
     border-radius: 10px;
     background-color: #F5F5F5;
}
 .scroll-box::-webkit-scrollbar {
     width: 8px;
     background-color: #F5F5F5;
     height: 8px;
}
 .scroll-box::-webkit-scrollbar-thumb {
     background-color: #906dfe;
     border-radius: 10px;
}
 .rel {
     position: relative;
}
 .mt-global {
     margin-top: 90px;
}
 .btn-primary {
     display: block;
     font-size: 14px;
     color: #fff;
     border: none;
     background: #3fe5b3;
     border-radius: 4px;
     padding: 0 25px;
     height: 50px;
     position: relative;
     transition: all 0.3s ease-in-out;
     font-weight: bold;
}
 .btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:active:focus, .btn-primary:active:hover, button.btn-primary[disabled]:hover, button.btn-primary[disabled].focus, button.btn-primary[disabled]:focus, button.btn-primary[disabled]:active:focus, button.btn-primary[disabled]:active:hover {
     background: #33cb9d !important;
     color: #fff !important;
}
 button.btn-primary[disabled] {
     opacity: 0.5;
}
 .btn-secondary {
     display: block;
     font-size: 14px;
     color: #fff;
     border: none;
     background: #A3A0FB;
     border-radius: 4px;
     padding: 0 25px;
     height: 50px;
     position: relative;
     transition: all 0.3s ease-in-out;
     font-weight: bold;
}
 .btn-secondary:hover {
     background: #8b89d8;
}
 .form-control::placeholder {
     font-size: 10px;
     color: #838EAB;
}
 .form-control {
     height: 50px;
     box-shadow: none;
     color: #4D4F5C
}
 .form-control:focus {
     border-color: #262626;
     box-shadow: none;
}
 .form-group label {
     font-size: 14px;
     font-weight: 500;
}
 select.form-control {
     cursor: pointer;
}
 .mb20 {
     margin-bottom: 20px;
}
 .pl0 {
     padding-left: 0 !important;
}
 .pr0 {
     padding-right: 0 !important;
}
 .pt0 {
     padding-top: 0 !important;
}
 .pb0 {
     padding-bottom: 0 !important;
}
 .p10 {
     padding: 10px !important;
}
 .mb0 {
     margin-bottom: 0 !important;
}
 .mt10 {
     margin-top: 10px;
}
 .mt20 {
     margin-top: 20px;
}
 .main-heading {
     color: #43425D;
     font-size: 28px;
     padding-bottom: 15px;
     margin-left: 5px;
}
 .user-invoice-email-checkbox{
     display: flex;
     justify-content: space-between;
 }
 .user-invoice-email-checkbox div{
     font-size: 24px;
     display: flex;
     justify-content: center;
     align-items: center;
 }
 .invoice-email-checkbox-input input{
     width: 18px;
     height: 18px;
 }

 .box{
     width: 16px;
     height: 16px;
     border: 1px solid black;
 }
 .logo a {
     display: block;
}
 .web-logo {
     display: block;
}
 .mobile-logo {
     display: none;
}
 .page-logo {
     display: table;
     margin: 18px auto 0;
}
 .header-links {
     display: flex;
}
 .top-back {
     color: #757E83;
     margin-top: 17px;
}
 .top-back i {
     float: left;
}
 .top-back span {
     float: left;
     font-size: 12px;
     font-weight: bold;
     text-transform: uppercase;
     margin: 4px 10px 0;
}
 .service-num {
     display: block;
     margin-top: 7px;
     text-align: center;
}
 .arrow-right {
     display: block;
     position: absolute;
     right: 20px;
     top: 20px;
}
 .arrow-right2 {
     display: block;
     position: absolute;
     right: 20px;
     top: 15px;
}
 @-webkit-keyframes swing {
     15% {
         -webkit-transform: translateX(5px);
         transform: translateX(5px);
    }
     30% {
         -webkit-transform: translateX(-5px);
         transform: translateX(-5px);
    }
     50% {
         -webkit-transform: translateX(3px);
         transform: translateX(3px);
    }
     65% {
         -webkit-transform: translateX(-3px);
         transform: translateX(-3px);
    }
     80% {
         -webkit-transform: translateX(2px);
         transform: translateX(2px);
    }
     100% {
         -webkit-transform: translateX(0);
         transform: translateX(0);
    }
}
 @keyframes swing {
     15% {
         -webkit-transform: translateX(5px);
         transform: translateX(5px);
    }
     30% {
         -webkit-transform: translateX(-5px);
         transform: translateX(-5px);
    }
     50% {
         -webkit-transform: translateX(3px);
         transform: translateX(3px);
    }
     65% {
         -webkit-transform: translateX(-3px);
         transform: translateX(-3px);
    }
     80% {
         -webkit-transform: translateX(2px);
         transform: translateX(2px);
    }
     100% {
         -webkit-transform: translateX(0);
         transform: translateX(0);
    }
}
 button.btn-primary:hover .arrow-right, button.btn-secondary:hover .arrow-right,
 button.btn-primary:hover .arrow-right2, button.btn-secondary:hover .arrow-right2 {
     -webkit-animation: swing 1s ease;
     animation: swing 1s ease;
     -webkit-animation-iteration-count: 1;
     animation-iteration-count: 1;
}
 .navbar-fixed-top {
     height: 60px;
     margin-bottom: 0px;
}
 .main-side-nav {
     background-color: #fff;
     box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
     border-bottom: 0;
     z-index: 999;
    /*transition: background ease-in-out .3s;
     */
}
 .main-side-nav .navbar-nav {
     display: block;
     background: #fff;
     border: solid 1px red;
}
 .main-side-nav .navbar-nav>li {
     display: block;
     float: none;
}
 .main-side-nav .navbar-nav>li>a {
     display: block;
     font-size: 16px;
     color: #383838;
     padding: 0;
}
 .main-side-nav .navbar-nav>li>a:hover, .main-side-nav .navbar-nav>li>a:focus, .main-side-nav .navbar-nav>li>a:active {
     background-color: transparent;
     color: #c2c2c2;
}
 .navbar-header {
     height: auto;
     padding: 0;
}
 .top-nest {
     float: right;
     position: relative;
     margin-top: 15px;
}
 .language {
     float: left;
     position: relative;
     padding: 3px 10px;
     background: #FAFAFA;
     border: solid 1px #EDF0F5;
     border-radius: 4px;
}
 .language .change {
     display: block;
     color: #525F7F;
     font-size: 14px;
     font-weight: 500;
     text-decoration: none;
}
 .language-dropdown {
     min-width: 140px;
     border: 0;
     left: -50px;
     border-radius: 4px;
     top: 50px;
     padding: 0;
}
 .language-dropdown>li>a {
     padding: 7px 20px;
}
 .language-dropdown>li {
     border-bottom: solid 1px #F1F1F3;
}
 .language-dropdown:before {
     content: "";
     border-bottom: 10px solid #fff;
     border-right: 10px solid transparent;
     border-left: 10px solid transparent;
     position: absolute;
     top: -10px;
     right: 35px;
     z-index: 10;
}
 .block-trans {
     transform: translate3d(0, 0, 0);
}
 .none-trans {
     transform: translate3d(-100%, 0, 0);
}
 .menu-strip {
     display: block;
     position: fixed;
     top: 21px;
     left: 235px;
     z-index: 9;
}
 .menu-strip .ico-cross {
     float: left;
     background: url(../img/cross-icon.svg) no-repeat;
     background-size: contain !important;
     width: 16px;
     height: 16px;
     transition: all 0.15s ease;
}
 .menu-strip .actarrow .ico-cross {
     background: url(../img/hamburger_icon.svg) no-repeat;
     width: 22px;
     height: 22px;
     margin-top: 2px;
}
 .menu-strip .menu-text {
     float: left;
     font-size: 14px;
     font-weight: bold;
     color: #3FE5B3;
     text-transform: uppercase;
}
 .hide {
     display: none;
}
 .headings {
     margin: 0;
     padding-bottom: 15px;
     background: #fff;
     border-bottom: solid 1px #f6f6f6;
}
 .headings h3 {
     color: #4D4F5C;
     font-size: 16px;
     font-weight: bold;
}
 .headings p {
     color: #A4AFB7;
     font-size: 14px;
     margin-top: 10px;
}
 .headings p b {
     text-decoration: underline;
}
 .headings span {
     color: #8A8F9C;
     font-size: 13px;
     display: inline-block;
}
 .total {
     display: block;
     margin-top: 5px;
     overflow: hidden;
}
 .total span {
     float: left;
     width: 50%;
     font-size: 15px;
     font-weight: bold;
     color: #4D4F5C;
}
 .sub-total {
     display: block;
     margin-top: 20px;
     text-align: right;
}
 .sub-total p {
     display: block;
     font-size: 14px;
     color: #43425D;
}
 .sub-total .grand-total {
     font-size: 20px;
     font-weight: bold;
     padding-top: 15px;
}
 .left-navigation {
     padding: 0;
}
 .profile-strip {
     padding: 7px 45px;
     margin: 5px 5px;
}
 .profile-strip .logo img{
     width: 100%;
}
 .left-navigation .navbar-nav, .left-navigation .navbar-nav>li {
     display: block;
     float: none;
}
 .left-navigation .navbar-nav>li>a {
     display: block;
     color: #000;
     padding: 15px 25px;
     margin: 0px 0;
    /* border-left: solid 5px transparent;
     */
     transition: all 0.5s ease-in-out;
}
 .left-navigation .navbar-nav>li>a:hover, .left-navigation .navbar-nav>li>a.selected {
    /* border-left: solid 5px #756BFE;
     */
     background: transparent;
     background: #dbfff5;
}
 .cart-popup {
     max-width: 650px;
     overflow: hidden;
     margin-left: auto;
     margin-right: auto;
}
 .cart-popup .modal-header {
     border: 0;
     padding-bottom: 0;
}
 .cart-popup .modal-content {
     overflow: hidden;
     border: 0;
}
 .cart-popup .modal-body {
     padding-top: 0;
     position: relative;
}
 .cart-popup .modal-footer {
     border: 0;
     padding: 0;
     margin-top: 15px;
}
 .cart-button {
     display: block;
}
 .cart-button .btn-primary {
     border-radius: 0;
     font-size: 20px;
}
 .cart-thmb {
     float: right;
}
 .cart-thmb .quantity {
     margin-top: 15px;
}
 .cart-thmb .cart-iner-thmb {
     display: block;
     width: 120px;
     height: 120px;
     overflow: hidden;
}
 .cart-iner-thmb img {
     width: 100%;
     height: 100%;
}
 .cart-text {
     float: left;
     width: 390px;
     padding-top: 15px;
}
 .cart-text h6, .cart-text p, .cart-text span {
     display: block;
     color: #707070;
}
 .cart-text h6 {
     font-size: 20px;
}
 .cart-text span {
     font-size: 20px;
     color: #9576D9;
     font-weight: bold;
}
 .cart-text p {
     font-size: 14px;
     margin-top: 10px;
     max-height: 215px;
     overflow-y: auto;
}
 .modal-body #item_price {
     margin-right: 10px;
     margin-top: 8px;
     float: right;
}
 #area_content {
     position: relative;
     padding-left: 235px;
     padding-right: 15px;
}
 .cart-popup .bottom-text {
     display: block;
     overflow: hidden;
     font-size: 12px;
     color: #fff;
     text-align: center;
     padding: 10px 0;
     background: #C1BFFF;
}
 .form-popup {
     max-width: 300px;
     width: 100%;
     overflow: hidden;
}
 .form-popup .modal-header {
     border: 0;
     padding-bottom: 0;
}
 .form-popup .modal-content {
     overflow: hidden;
     border: 0;
}
 .form-popup .modal-body {
     position: relative;
}
 .form-popup .modal-footer {
     border: 0;
     padding: 0;
     margin-top: 15px;
}
 .form-popup .footer-link {
     display: table;
     margin: 0 auto;
     font-size: 14px;
     color: #3FE5B3;
     font-weight: bold;
}
 .form-popup .footer-link:hover {
     color: #33cb9d;
}
 .login-logo {
     display: block;
     text-align: center;
     margin: 20px 0;
}
 .login-logo p {
     color: #3FE5B3;
     padding: 10px 0;
}
 .sign-up-logo {
     float: right;
     text-align: center;
     position: absolute;
     right: 15%;
     top: 40%;
}
 .sign-up-logo p {
     color: #fff;
     padding: 10px 0;
}
 .sign-up-logo img {
     width: 150px;
}
 .sign-in-bg {
     display: block;
     background: #F0F0F7;
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
}
 .sign-in {
     display: block;
     background: transparent;
     box-shadow: none !important;
}
 .sign-in label, .sign-up-form label {
     display: block;
     font-size: 14px;
     font-weight: bold;
}
 .login-or {
     position: relative;
     font-size: 16px;
     color: #666;
     margin-top: 20px;
}
 .hr-or {
     background-color: #e0dfdf;
     height: 1px;
}
 .span-or {
     display: block;
     position: absolute;
     left: 50%;
     top: -10px;
     margin-left: -40px;
     background-color: #F0F0F7;
     width: 70px;
     height: 25px;
     text-align: center;
     line-height: 22px;
     font-size: 14px;
}
 .social-button {
     margin: 15px 0;
}
 .btn-fb {
     display: block;
     position: relative;
     color: #fff;
     background-color: #3b5998;
     font-size: 14px;
     font-weight: bold;
     height: 50px;
     line-height: 35px;
}
 .btn-fb:hover, .btn-fb:focus {
     color: #fff !important;
     background-color: #4269b7 !important;
}
 .social-button .ico-fb {
     display: block;
     position: absolute;
     top: 12px;
     left: 20px;
}
 .sign-links {
     display: block;
}
 .sign-links p, .terms-conditions p {
     display: block;
     font-size: 14px;
     text-align: center;
     margin-bottom: 20px;
}
.terms-conditions p, .terms-conditions input[type="checkbox"] {
     display: inline !important;
     cursor: pointer;
}
 .sign-links p a, .terms-conditions p a {
     display: inline-block;
     margin: 0;
}
 .sign-links a, .terms-conditions a {
     display: table;
     font-size: 14px;
     color: #0541A2;
     text-decoration: underline;
     margin: 10px auto 0;
}
 .sign-links a:hover, .terms-conditions a:hover {
     text-decoration: none;
}
 .sign-up-bg {
    /* display: table;
     */
    /* background: #f0f0f7;
     */
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
}
 .sign-up-desc {
     display: table-cell;
     width: 33%;
     padding: 25px;
     position: fixed;
     top: 0px;
     bottom: 0px;
     color: #fff;
     background-repeat: no-repeat;
     background-size: cover;
}
 .sign-up-desc-bg {
     display: table;
     height: 100%;
     width: 100%;
}
 .signup-logo, .singupdesc, .singupdescfooter {
     display: table-row;
}
 .signupdescin, .signup-logo-in, .singupfooterin {
     display: table-cell;
}
 .signupdescin {
     vertical-align: middle
}
 .singupfooterin {
     vertical-align: bottom;
}
 .signup-logo img {
     width: 125px;
}
 .singupdesc h4 {
     font-size: 15px;
     margin-bottom: 15px;
}
 .singupdesc h1 {
     font-size: 22px;
     line-height: inherit;
     margin-bottom: 15px;
}
 .singupdesc p {
     padding-bottom: 25px;
     line-height: unset;
}
 .singupdesc a.btn {
     border: 1px solid #ffffff;
     padding: 12px 30px;
     font-weight: 500;
     max-width: 240px;
     display: block;
     margin-left: auto;
     margin-right: auto;
     color: #fff;
}
 .singupdesc .btn:hover {
     background: #3fe5b3;
     color: #fff;
     border-color: transparent;
}
 .singupdescfooter p {
     color: rgba(255, 255, 255, 0.51);
     margin-bottom: 19px;
     font-size: 15px;
}
 .formlogo {
     margin-bottom: 30px;
}
.sign-up-panel .formlogo img{
     width: 40%;
}
 .sign-up-panel {
     display: table;
     position: absolute;
     top: 30px;
     bottom: 0;
     left: 33%;
     width: 65%;
     height: 100%;
     margin: 15px 15px;
     vertical-align: middle;
}
 .sign-up-inner-panel {
     display: table-cell;
    /* position: absolute;
     */
     top: 0;
     left: 0;
    /* height: 100%;
     */
    /* width: 340px;
     */
    /* overflow: hidden;
     */
    /* padding: 4% 12%;
     */
     vertical-align: middle;
}
 .sign-up-form {
     max-width: 340px;
     margin: 0px auto;
     padding: 35px 0px;
}
 .sign-up-form h3 {
     margin-bottom: 20px;
     font-weight: bold;
}
 .sign-up-form .panel-body {
     margin-left: auto;
     margin-right: auto;
    /* width: 400px;
     */
}
 .sign-up-form-logo {
     display: none;
     text-align: center;
     margin: 30px 0;
}
.input-error {
     border-color: #ff0000 !important;
}
.input-error-text {
     color: #ff0000 !important;
}
#order-overview-page label.phone {
    font-size: 16px;
}
#order-overview-page input.phone.form-control {
    border-color: #f1f1f3;
    font-size: 16px;
}
 .errormsg {
     display: none;
     color: red;
     position: absolute;
     bottom: 0px;
     font-size: 14px;
}
 .form-group-error {
     height: 76px;
}
 .custom-search {
     display: block;
     position: relative;
}
 .custom-search input[type="text"] {
     font-size: 14px;
     color: #A4AFB7;
     display: block;
     border: none;
     outline: none;
     padding: 0 10px 0 40px;
     z-index: 3;
     background-image: url(../img/search-icon.svg);
     background-repeat: no-repeat;
     background-position: 15px;
     background-color: #ffffff;
     width: 100%;
     height: 46px;
     border-radius: 4px;
     border: 1px solid #c3d2e2;
}
 .custom-search input[type="text"]:hover, .custom-search input[type="text"]:focus, .custom-search input[type="text"]:active {
     background-color: #fff;
     border: solid 1px #3fe5b3;
}
 .custom-search input[type="submit"] {
     display: none;
}
 .custom-search .clear-search {
     background: url(../img/cross-icon.svg) no-repeat;
     height: 12px;
     width: 12px;
     position: absolute;
     right: 10px;
     top: 18px;
     background-size: 12px;
}
 .tab-view {
     display: block;
    /* padding: 0 20px;
     */
}
 .tab-link {
     display: block;
     margin-top: 20px;
}
 .tab-link ul li {
     padding-bottom: 5px;
     border-bottom: solid 3px #E9E9F0;
}
 .tab-link ul li.active {
     border-bottom: solid 3px #3FE5B3;
}
 .tab-link ul li a {
     display: block;
     font-size: 15px;
     color: #43425D;
     padding: 0;
}
 .tab-link ul li a:hover, .tab-link ul li.active a {
     background: transparent;
     cursor: pointer;
}
 .tab-content {
     display: block;
     margin-top: 10px;
}
 .tab-content .tab-detail {
     display: none;
    /* overflow: hidden;
     */
}
 .tab-detail.active {
     display: block;
}
 .row.prodrow {
     margin-right: -15px;
     margin-left: -15px;
}
 .prodcol {
     padding-right: 2px;
     padding-left: 2px;
     margin-bottom: 1px;
}
 .prodcol:nth-child(4n+1) {
     clear: left;
}
 .tiled {
     display: block;
     position: relative;
     max-height: 260px;
     padding: 20px 20px 20px;
     margin: 0 0 5px;
    /* overflow: hidden;
     */
     background: #ffffff;
     border: solid 2px #F8F8FF;
     transition: all 0.3s ease-in-out;
}
 .heading-description {
     display: block;
     height: 30px;
}
 .heading-description h2 {
     display: block;
     font-size: 15px;
     max-width: 100%;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     color: #000000;

}
 .heading-description p {
     display: block;
     margin-top: 5px;
     color: #5F36FF;
     font-size: 14px;
     font-weight: normal;
}
 .tiled .thumb {
     display: block;
     width: 85px;
     height: 85px;
     overflow: hidden;
     margin: 10px auto 0px;
}
 .tiled .thumb img {
     width: 100%;
     height: 100%;
}
 .iner_tile-bottom {
     display: block;
     margin: 20px 0 0;
}
 .iner_tile-bottom button, .iner_tile-bottom .icons-plus-min {
     margin: auto;
     background-color: #ffffff;
}
 .inner-btn {
     display: block;
     font-size: 11px;
     border: solid 1px #43425d;
     border-radius: 12px;
     background: transparent;
     padding: 4.3px 15px;
}
 .inner-btn:hover {
     background: #F8F8FF;
     transition: all 0.3s ease-in-out;
}
 .tiled:hover {
     background: #fff;
     border-color: #3FE5B3;
}
 .ico-prmotion {
     display: block;
     position: absolute;
     top: -2px;
     left: -2px;
     z-index: 50;
}
 .quantity {
     display: table;
     overflow: hidden;
     margin: 0 auto;
}
 .icons-plus-min:hover, .inner-btn:hover {
     border-color: #3fe5b3;
     color: #ffffff;
     background-color: #3fe5b3;
}
 .icons-plus-min {
     float: left;
     width: 25px;
     height: 25px;
     font-size: 15px;
     color: #4D4F5C;
     font-weight: bold;
     text-align: center;
     line-height: 23px;
     border-radius: 50%;
     border: solid 1px #4D4F5C;
}
 .numbering {
     float: left;
     min-width: 50px;
     text-align: center;
     line-height: 25px;
}
.show-popup{
    cursor: pointer;
}
/* Your existing CSS */
.hover-line {
    display: block;
    width: 0;
    height: 2px; /* Set your preferred line thickness */
    border-bottom: 2px dotted #A3A0FB; /* Set your preferred color and line style */
    transition: width 0.5s ease-in-out; /* Set transition effect */
    position: relative; /* Positioning context for the pseudo-element */
    margin-left: 40px;
}

.produkter:hover .hover-line {
    width: 60%;
    margin-left: 40px;
}

/* Use background image for the pseudo-element */
.hover-line:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -10px;
    right: -10px; /* Adjust this value to position the background image */
    width: 20px; /* Set the width of the background image */
    height: 20px; /* Set the height of the background image */
    background: url(../img/savedComments.png) no-repeat; /* Set your image and properties */
    background-size: contain; /* Adjust the size of the background image */
    transition: opacity 0.5s ease-in-out; /* Transition effect for the image */
    opacity: 0; /* Initially hidden */
    margin-left: 40px;
}

.produkter:hover .hover-line:after {
    opacity: 1; /* Display the background image on hover */
    margin-left: 40px;
}

 .produkter {
     display: block;
     overflow: hidden;
     position: relative;
     padding: 10px 0;
     border-bottom: solid 1px #F1F1F3;
}
 .produkter .price {
     position: initial;
     right: auto;
     color: #5F36FF;
     font-size: 12px;
     font-weight: 500;
}
 .product-thumb {
     float: left;
     width: 35px;
     height: 35px;
     overflow: hidden;
}
 #cart_products .product-thumb img {
     height: 100%;
 }
 .product-thumb img {
     max-width: 100%;
    /* height: 100%;
     */
    /* margin-left: auto;
     */
    /* margin-right: auto;
     */
    /* display: block;
     */
}
 .product-text {
     display: block;
     text-indent: 15px;
     line-height: 25px;
     width: 60%;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}
 .product-text h5, .product-text p {
     font-size: 14px;
     font-weight: 500;
     margin-bottom: 3px;
}
 .product-text h5 {
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}
 .produkter .quantity {
     position: absolute;
     right: 5px;
     top: 11px;
}
 .produkter .quantity .icons-plus-min {
     width: 20px;
     height: 20px;
     font-size: 14px;
     line-height: 19px;
}
 .produkter .quantity .numbering {
     font-size: 14px;
     min-width: 40px;
     line-height: 22px;
}
 .price {
     display: block;
     font-size: 15px;
     color: #43425D;
     position: absolute;
     right: 0;
     top: 25px;
}
/*START PANEL HTML*/
 .pris-alt_panel {
     display: block;
     border-radius: 10px;
     position: relative;
}
 #cart_products ul {
     padding: 0;
     margin-bottom: 15px;
     max-height: 285px;
     overflow-y: auto;
}
 .panel {
     box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
}
 .panel-form {
     display: block;
     border-radius: 0;
}
 .panel-form .headings {
     border-bottom: none;
     padding: 13px 20px;
}
 .add-link {
     display: table;
     font-size: 14px;
     color: #3FE5B3;
     margin-top: 45px;
}
 .add-link:hover {
     color: #3FE5B3;
     text-decoration: underline;
}
 .seprator {
     overflow: hidden;
     padding: 18px;
     border-bottom: solid 1px #EAEEF3;
}
 .seprator:last-child {
     border-bottom: none;
}
 .back-link {
     display: table;
     font-size: 14px;
     color: #757E83;
     margin: auto;
}
 .back-link:hover {
     color: #3FE5B3;
}
 .border-radius_0 {
     border-radius: 10px;
}
 .br-bottom {
     border-bottom: solid 1px #f6f6f6;
     padding-bottom: 10px;
}
 .panel-reference {
     display: block;
     position: relative;
     border-radius: 0;
     min-height: 380px;
}
 .panel-information {
     display: block;
     border-radius: 10px;
     min-height: 285px;
}
 .panel-download {
     display: block;
     border-radius: 0;
}
 .notice-text {
     display: block;
     background: #F5F6FA;
     border-radius: 3px;
     padding: 10px;
     min-height: 180px;
     margin-top: 15px;
}
 .notice-text p {
     display: block;
     color: #A4AFB7;
     font-size: 13px;
}
 .information-text {
     display: block;
     margin-top: 15px;
}
 .information-text p, .information-text span {
     display: block;
     color: #515465;
     font-size: 13px;
     line-height: 25px;
}
 .confirmed-text {
     display: block;
     padding-bottom: 15px;
}
 .confirmed-text p {
     display: block;
     color: #515465;
     font-size: 13px;
     margin: 15px 0;
}
 .download-text {
     display: block;
     padding-bottom: 10px;
}
 .download-text p {
     display: block;
     color: #515465;
     font-size: 15px;
     margin: 15px 0;
}
 .store-strip {
     display: table;
     margin: 20px auto;
}
 .store-strip a {
     float: left;
     margin: 0 5px 10px 5px;
}
 .store-strip a img {
     margin: 0px auto;
     display: inherit;
}
 .kommentar {
     display: block;
     color: #4D4F5C;
     font-weight: bold;
     position: relative;
     border-bottom: solid 1px #E8E9EC;
     margin-top: 25px;
     padding-bottom: 5px;
     font-size: 14px;
}
 .kommentar .ico {
     display: block;
     position: absolute;
     top: 50%;
     right: 35px;
     width: 16px;
     height: 7px;
     margin-top: -5px;
}
 .kommentar .arrow-up-b {
     background: url(../img/arrow-up-b.svg) no-repeat;
     background-size: contain;
}
 .kommentar .arrow-down-b {
     background: url(../img/arrow-down-b.svg) no-repeat;
     background-size: contain;
}
.kommentar .ico2 {
    display: block;
    position: absolute;
    top: 50%;
    right: -9px;
    width: 32px;
    height: 23px;
    margin-top: -27px;
}
.kommentar .hazard {
    background: url(../img/savedComments.png) no-repeat;
    background-size: contain;
}
 .kommentar-panel {
     display: block;
     margin: 15px 0;
}
 .kommentar-tab {
     display: block;
}
 .kommentar-tab ul {
     padding: 0;
     margin: 0;
}
 .kommentar-tab ul li {
     display: inline-block;
     margin-right: 50px;
     cursor: pointer !important;
}
 .kommentar-tab ul li:last-child {
     margin-right: 0px;
}
 .kommentar-tab ul li a {
     display: block;
     font-size: 14px;
     color: #707070;
     border-bottom: solid 1px transparent;
}
 .kommentar-tab ul li.active a {
     color: #3FE5B3;
     border-bottom: solid 1px #3FE5B3;
}
 .evt-area .form-control {
     resize: none;
     height: 140px;
}
 .panel-credit {
     display: block;
     border-radius: 0;
}
 .panel-credit .headings {
     border-bottom: none;
     padding: 13px 20px;
}
 .card-panel {
     display: block;
     max-width: 415px;
     width: 100%;
     margin: 0 auto;
}
 .btn-card {
     display: block;
     font-size: 15px;
     color: #fff;
     border: none;
     background: #8a8a8a;
     border-radius: 4px;
     padding: 0 25px;
     height: 50px;
     position: relative;
     transition: all 0.3s ease-in-out;
}
 .secure-text {
     display: block;
     padding-top: 20px;
     border-top: solid 1px #eff1f4;
}
 .secure-text p {
     display: block;
     color: #8a8a8a;
     text-align: right;
}
 .ssl-secure-thumb {
     float: left;
     width: 65px;
     height: 32px;
     overflow: hidden;
}
 .ssl-secure-thumb img {
     width: 100%;
     height: 100%;
}
 .ssl-secure-text {
     padding-left: 80px;
}
 .ssl-secure-text p {
     display: block;
     font-size: 13px;
     color: #808495;
}
 .points-text {
     display: block;
}
 .points-text p {
     font-size: 13px;
     margin: 15px 0;
}
 .points-text span {
     display: block;
     font-size: 13px;
}
 .points-text ol, .points-text li {
     list-style-type: decimal;
}
 .points-text ol {
     padding-left: 15px;
     padding-bottom: 15px;
}
 .points-text li {
     font-size: 13px;
     margin: 15px 0;
}
/*END PANEL HTML*/
 .panel-reference .headings {
     padding-bottom: 5px
}
 .panel-reference .reference-heading {
     padding: 16px;
}
 .reference-list {
     display: block;
}
 .reference-list ul {
     display: block;
     padding: 0;
}
 .reference-list ul li {
     display: block;
     overflow: hidden;
     position: relative;
     padding: 10px 20px;
     border-bottom: solid 1px #F1F1F3;
}
 .reference-list .icons {
     float: left;
}
 .reference-list .refer-text {
     padding-top: 5px;
     padding-left: 25px;
     line-height: 25px;
}
 .refer-text h6, .refer-text p {
     font-size: 13px;
     color: #8A8F9C;
}
 .panel-reference .panel-footer {
     border-top: none;
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     text-align: center;
}
 .panel-reference .panel-footer a {
     font-size: 14px;
     color: #E60F6A;
     font-weight: bold;
}
 .tab-list {
     display: block;
}
 .tab-list ul {
     padding: 0;
     margin: 0;
}
 .tab-list ul li {
     display: block;
     overflow: hidden;
     padding: 10px;
     border-bottom: solid 1px #F1F1F3;
}
 .tab-list ul li:last-child {
     border-bottom: none;
}
 .tab-list ul li p, .tab-list ul li span {
     font-size: 13px;
     color: #A4AFB7;
}
 .tab-list ul li p {
     float: left;
     width: 70%;
}
 .tab-list ul li span {
     float: right;
}
 .tab-list .total {
     font-weight: bold;
     color: #707070;
     font-size: 14px;
}
 .custom-table {
     background: #fff;
}
 .custom-table thead {
     background: #F5F6FA;
     color: #333;
}
 .custom-table>thead>tr>th {
     border-bottom: none;
     color: #A3A6B4;
     font-size: 11px;
     text-transform: uppercase;
     padding: 13px 10px;
}
 .custom-table>tbody>tr>td {
     border-top: none;
     font-size: 13px;
     color: #4D4F5C;
     border-bottom: solid 1px #F1F1F3;
     padding: 13px 10px;
     line-height: normal;
     vertical-align: middle;
}
 .table-link {
     color: #4D4F5C;
     text-decoration: underline;
}
 .table-link:hover {
     text-decoration: none;
}
 .notify {
     border-radius: 15px;
     color: #333;
     font-size: 9px;
     text-align: center;
     text-transform: uppercase;
     padding: 5px 15px;
}
 .stat-notufy_g {
     background: rgba(105, 228, 166, 0.5);
}
 .stat-notufy_o {
     background: rgba(255, 202, 131, 0.5);
}
 .multiple-icons {
     display: table;
     margin: 20px auto;
}
 .multiple-icons i {
     display: inline-block;
     margin: 0 15px;
}
 .panel-link {
     display: block;
     font-size: 14px;
     color: #A4AFB7;
     text-decoration: underline;
     margin: 17px 0;
}
 .accordion-panel {
     display: none;
     line-height: 40px;
     position: relative;
     z-index: 599;
}
 .accordion-panel a {
     display: block;
     font-size: 14px;
     text-align: center;
     background: #A3A0FB;
     height: 40px;
     color: #fff;
     cursor: pointer;
}
 .accordion-panel .arrow {
     display: block;
     position: absolute;
     top: 13px;
     right: 25px;
     width: 16px;
     height: 10px;
}
 .arrow.down {
     background: url(../img/arrow-down_w.svg) no-repeat;
     background-size: contain;
}
 .arrow.up {
     background: url(../img/arrow-up.svg) no-repeat;
     background-size: contain;
}
/* START WIZARED CSS */
 #stepwizardcont {
     margin: 0px auto;
     float: none;
 }
 .stepwizard {
     display: table;
     position: relative;
     margin:25px auto;
}
 .stepwizard .active .btn-circle {
     color: #fff;
     background: #4D4F5C;
     border: 0px;
}
 .stepwizard .active p {
     color: #43425D;
}
 .stepwizard a {
     float: left;
}
 .stepwizard a:hover {
     color: #B0BDCC;
}
 .stepwizard p {
     float: left;
     font-size: 13px;
     background: #F9FAFA;
     padding: 2px 20px 0 5px;
     color: #B0BDCC;
}
 .stepwizard-row {
     display: table-row;
}
 .stepwizard-row:before {
     top: 10px;
     bottom: 0;
     position: absolute;
     content: " ";
     width: 100%;
     height: 3px;
     background-color: #D6E0EB;
     z-index: 0;
}
 .stepwizard-step {
     display: table-cell;
     text-align: center;
     position: relative;
}
/*.stepwizard-step:last-child {
     float: right;
}
 */
 .btn-circle {
     display: block;
     width: 23px;
     height: 23px;
     text-align: center;
     padding: 3px 0;
     font-size: 12px;
     border-radius: 50%;
     background: #D6E0EB;
     color: #B0BDCC;
     font-weight: bold;
     border: solid 1px #D6E0EB;
}
 .btn-circle[disabled] {
     cursor: not-allowed;
}
 .outrow .row {
     margin: 0px;
     border: 1px solid #C3D2E2;
     margin-bottom: 20px;
     padding: 15px 0px;
     border-radius: 2px;
}
 .addressCol:not(:nth-child(even)) {
     border-right: 1px solid #C3D2E2;
}
 .pickupfrom, .dateandtime {
     font-size: 11px;
     color: #5505fa;
     display: block;
     margin:5px 0 10px 0;
     font-weight: 500;
     letter-spacing: 1px;
}
 .addressCol h4 {
    /* color: #43425D;
     */
     font-weight: 500;
     margin-bottom: 5px;
}
 .addressCol a {
     color: #43425D;
}
 .addressCol a:hover {
     color: #0000FF;
}
 .form-label-order {
     font-size: 11px;
     color: #5505fa;
     display: block;
     margin:5px 0 5px 0;
     font-weight: 500;
     letter-spacing: 1px;
}
 .kommentar {
     margin: 0px;
     border: 1px solid #C3D2E2;
     margin-bottom: 15px;
     padding: 15px;
     border-radius: 2px;
}
 .note {
     font-size: 13px;
     margin-top: 10px;
     color: #707070;
}
 #select-pickup-address .select-address-cont, #select-delivery-address .select-address-cont {
     max-height: 358px;
     overflow-y: auto;
}
 #select-pickup-address .add-new, #select-delivery-address .add-new {
     color: #fff;
     border: none;
     background: #3fe5b3;
     border-radius: 4px;
     transition: all 0.3s ease-in-out;
     font-weight: bold;
}
 .saved-addresses {
     border: 1px solid #C3D2E2;
     margin-bottom: 10px;
     padding: 8px;
     border-radius: 2px;
     background: #F8FFFB;
     width: 100%;
     cursor: pointer;
}
.saved-addresses1 {
    display: flex;
    align-items: center;
    margin-bottom: 10px; /* Adjust as needed */
    cursor: pointer;

}

.address-label {
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.address-label input {
    margin-right: 10px; /* Adjust as needed */
    cursor: pointer;
}

.address-details {
    margin-top: 5px; /* Adjust as needed */
    cursor: pointer;
}
 .custommodal .modal-content {
     border-radius: 0px;
}
 .modal-title {
     font-size:16px;
     font-weight:bold
}
 .custommodal .close {
     font-size: 15px;
     font-weight: 400;
    /* line-height: 1;
     */
     color: #000;
     opacity: 1;
     outline: none;
}
 .custommodal .close span {
     display: inline-block;
     vertical-align: middle;
}
 .custommodal .close span.closeicon {
     font-size: 30px;
     margin-left: 10px;
}
 .custommodal .close span.closetext {
     font-size: 20px;
}
 ul.list-unstyled.scroll-box {
     overflow-y: hidden;
     display: flex;
     flex-wrap: nowrap;
     overflow-x: auto;
     position: relative;
     height: 90px;
}
 ul.list-unstyled.scroll-box li{
     flex: 0 0 auto;
     height: 60px;
}
 .date-day {
     background: #F8F8FF;
     margin-left: -15px;
     margin-right: -15px;
     margin-top: -15px;
     padding: 0px 15px;
}
 .date-day li {
     float: left;
     width: 14.2%;
     text-align: center;
     padding: 10px 5px;
     cursor: pointer;
}
 .date-day li.active {
     background: #3FE5B3;
     color: #fff;
}
 .date-day li.active:after {
     content:'';
     border-top: 20px solid #3fe5b3;
     border-left: 27.5px solid transparent;
     border-right: 27.5px solid transparent;
     position: absolute;
     bottom: 10px;
     margin-left: -27.5px;
}
 .date-day.gotScroller li.active:after {
     bottom: 2px !important;
}
 .date-day li span {
     display:block
}
 .date-day {
     margin-bottom: 20px;
}
 .custommodal .modal-dialog {
     width: 420px;
}
 .date-boxes {
}
 .date-boxes ul {
     margin:0px -1% 20px;
}
 .date-boxes li {
     text-align:center;
     margin: 0px 1% 2%;
     padding: 7px;
     float: left;
     width: 31.333%;
     border: 1px solid #C3D2E2;
     border-radius: 4px;
     cursor: pointer;
}
 .date-boxes li:hover, .date-boxes li.active {
     text-align:center;
     margin: 0px 1% 2%;
     padding: 6px;
     float: left;
     width: 31.333%;
     border: 2px solid #3FE5B3;
     font-size: 16px;
     color: #43425D;
     font-weight: bold;
     border-radius: 4px;
     background: #ffffff;
     border-radius: 4px;
}
 .date-boxes li:hover span {
     color:#43425D;
     font-weight: bold;
}
 .date-boxes li span {
     display:block;
     color:#838EAB;
     font-size:13px;
}
 h3.aften {
     font-size: 14px;
     color: #756BFE;
     font-weight: bold;
     margin-bottom: 10px;
}
 h3.aften li:hover {
     font-size: 14px;
     color: #756BFE;
     font-weight: bold;
     margin-bottom: 10px;
}
 .orderdetail-col .headings {
     padding-bottom: 15px;
     margin-bottom: 15px;
     border-bottom: solid 1px #E8E9EC;
}
 .orderdetail-col .table>tbody>tr>td {
     padding: 1px 10px 12px;
     line-height: 1.42857143;
     vertical-align: top;
     border-top: none;
}
 .orderdetail-col .table>tbody>tr.totalPrice>td {
     font-weight: 500;
     border-top: 1px solid #ddd;
     padding-top: 12px;
     font-size: 16px;
}
 .orderdetail-col .table {
     margin-bottom:0px;
}
 .discount-heading h3[aria-expanded="false"] {
     background: url(../img/arrow-down-b.svg) no-repeat;
}
 .discount-heading h3[aria-expanded="true"] {
     background: url(../img/arrow-up-b.svg) no-repeat;
     margin-bottom: 15px;
}
 .discount-heading h3 {
     padding-right:30px;
     color: #A4AFB7;
     background-position: right !important;
    /* margin-bottom: 14px;
     */
}
/* END WIZARED CSS */
 @media screen and (min-width:768px) {
     .navbar-collapse.collapse {
         height: 100% !important;
    }
     .p0-web {
         padding: 0px !important;
    }
}
 @media screen and (max-width:768px) {
     #cart_products ul {
         padding-left: 10px;
     }
     .navbar-brand img {
         height: 36px
    }
     .navbar-right {
         margin: 7.5px -15px;
    }
     .main-nav .navbar-nav>li>a {
         line-height: 24px;
         color: #767675;
         font-size: 16px;
         text-transform: uppercase
    }
     .main-nav .navbar-nav>li>a:hover, .main-nav .navbar-nav>li>a:focus, .main-nav .navbar-nav>li>a:active {
         background-color: #eaeaea;
         color: #515150
    }
     .social-buttons {
         margin-top: 0;
    }
     .tab-content {
         display: block;
         margin-top: 0px;
    }
     .total span {
          padding-bottom: 10px;
    }
}
 @media (min-width:992px) and (max-width:1199px) {
     .sidebar-col {
         padding-left: 0px
    }
     .tiled {
         padding: 20px 17px 20px;
    }
     .tiled .thumb {
         width: 105px;
         height: 105px;
    }
     .prodcol:nth-child(4n+1) {
         clear: none;
    }
     .prodcol:nth-child(3n+1) {
         clear: left;
    }
     .product-thumb {
         width: 20%;
    }
     .product-text {
         width: 78%;
    }
     .produkter .quantity {
         width: 100%;
         padding-left: 0px;
         text-align: center;
         margin-top: 5px;
         position: relative;
         top: auto;
    }
     .product-text h5, .product-text p {
         font-size: 14px;
    }
     .icons-plus-min, .numbering {
         float: none;
         display: inline-block;
    }
}
 @media screen and (max-width:991px) {
     html {
    }
     .prodcol:nth-child(4n+1) {
         clear: none;
    }
     .prodcol:nth-child(3n+1) {
         clear: left;
    }
     .sign-up-desc {
         width: 40%;
         padding: 20px;
    }
     .sign-up-panel {
         width: 60%;
         padding: 0px 15px 40px 15px;
         margin: 30px 0px 0px 0px;
    }
}
 @media screen and (max-width: 767px) {
     .mt-global {
         margin-top: 60px;
    }
     .profile-strip {
         display: none;
    }
     .logo {
         left: 0;
         right: 0;
         top: 12px;
         text-align: center;
         margin: 0 auto;
         width: 20%;
         position: fixed;
         z-index: 1000;
    }
     .web-logo {
         display: none;
    }
     .mobile-logo {
         display: block;
    }
     .mobile-logo img {
         margin: 0px auto;
    }
     .menu-strip {
         left: auto !important;
         right: 15px;
    }
     #area_content {
         padding-left: 15px !important;
    }
     .main-heading {
         padding-top: 20px;
         padding-bottom: 0;
    }
     .menu-strip .actarrow .ico-cross {
         background: url(../img/cross-icon.svg) no-repeat;
         margin-top: 0px;
         width: 16px;
         height: 16px;
    }
     .menu-strip .ico-cross {
         background: url(../img/hamburger_icon.svg) no-repeat;
         width: 22px;
         height: 22px;
         margin-top: 2px;
    }
     div#left_nav {
         left: -220px;
    }
     .navbar-collapse {
         background-color: #fff !important;
         max-height: 480px !important;
    }
     .navbar-collapse .nav>li>a {
         font-size: 18px;
         line-height: 30px;
         border-bottom: 1px solid #eaeaea;
         text-align: center;
    }
     .navbar-header, .navbar-brand {
         height: auto !important
    }
     .navbar-brand {
         padding-top: 10px;
         padding-bottom: 4px
    }
     .navbar-brand img {
         height: 32px
    }
     .navbar-toggle .icon-bar {
         width: 22px;
         background-color: #3FE5B3;
         transition: all 0.2s;
    }
     .navbar-toggle[aria-expanded="true"] .icon-bar {
         background-color: #BCBCCB;
         position: relative;
    }
     .navbar-toggle {
         border: none;
         background: transparent !important;
         margin-top: 13px;
    }
     .navbar-toggle:hover {
         background: transparent !important;
    }
     .navbar-toggle[aria-expanded="true"] .top-bar {
         top: 5px;
         transform: rotate(45deg);
    }
     .navbar-toggle[aria-expanded="true"] .middle-bar {
         opacity: 0;
    }
     .navbar-toggle[aria-expanded="true"] .bottom-bar {
         top: -7px;
         transform: rotate(-225deg);
    }
     .left-navigation {
         top: 65px;
         width: 100%;
    }
     .left-navigation .navbar-nav {
         margin: 0;
    }
     .top-nest {
         float: left;
    }
     .cart-thmb {
         float: none;
    }
     .cart-thmb .cart-iner-thmb {
         margin: 0 auto;
    }
     .cart-text {
         float: none;
         display: block;
         width: 100%;
         text-align: center;
    }
     .back-link {
         text-align: left;
    }
     .tab-view {
         padding: 0;
    }
     .tab-link {
         background: #fff;
         padding-top: 12px;
         margin-top: 1px;
    }
     .tab-link ul li {
         display: table-cell;
         width: 1%;
    }
     .prodcol {
         margin-bottom: 0px;
         padding-left: 0px;
         padding-right: 0px;
    }
     .product-area {
         margin-bottom: 50px;
    }
     .tiled {
         min-height: auto;
         padding: 7px 5px 7px 15px;
         margin: 0px 0 1px;
    }
     .tiled>a {
         display: block;
    }
     .tiled:after, .tiled:before {
         display: table;
         content: " ";
         clear: both;
    }
     .ico-prmotion {
         top: -2px;
         left: auto;
         right: 0px;
    }
     .ico-prmotion img {
         max-width: 35px;
    }
     .numbering {
         max-width: 30px;
    }
     .sign-up-desc {
         display: none
    }
     .tiled .thumb {
         float: left;
         width: 50px;
         height: 50px;
         margin: 0;
    }
     .heading-description {
         float: left;
         position: relative;
         white-space: nowrap;
         text-overflow: ellipsis;
         top: 10px;
         padding-left: 10px;
    }
     .iner_tile-bottom {
         float: right;
         margin: 13px 0px 0 0;
         max-width: 30%;
         padding-right: 10px;
    }
     .custom-search input[type="text"] {
         background-color: #f0f0f7;
         border-radius: 0;
         height: 55px;
    }
     .custom-search input[type="text"]:hover, .custom-search input[type="text"]:focus, .custom-search input[type="text"]:active {
         background-color: #fff;
         border: solid 0px;
    }
     #record-found-filter {
         width: 90% !important;
    }
     .numbering {
         min-width: 25px !important;
    }
     .pris-alt_panel:first-child {
         margin-bottom: 0;
    }
     .pris-alt_panel .panel-body {
         padding: 0;
    }
     .pris-alt_panel .headings, .pris-alt_panel ul {
         padding: 15px;
    }
     .pris-alt_panel button {
         border-radius: 0;
    }
     .total {
         padding: 0px 10px;
    }
     .accordion-panel {
         display: block;
    }
     .stepwizard {
         margin-top: 25px;
    }
     .stepwizard p {
         display: none;
    }
     .stepwizard .active p {
         display: block;
    }
     .stepwizard .stepwizard-step:last-child p {
         display: block;
    }
     .top-back {
         margin-top: 20px;
    }
     .top-back span {
         font-size: 11px;
         width: 45px;
         white-space: nowrap;
         overflow: hidden;
         text-overflow: ellipsis;
    }
     .service-num {
         font-size: 11px;
         margin-top: 15px;
    }
     .sign-up-panel {
         width: 100%;
         left: 0;
    }
     .sign-up-logo {
         display: none;
    }
     .language-dropdown {
         left: 0;
    }
     .language-dropdown:before {
         right: 85px;
    }
     .sign-up-form {
         padding-top: 0;
    }
     .sign-up-form-logo {
         display: block;
         margin: 10px 0 30px;
    }
     .sign-up-form-logo img {
         width: 120px;
    }
     .sign-up-form .panel-body {
         width: 360px;
    }
     .form-popup {
         max-width: 300px !important;
    }
     .dateTimePanel .slot-price {
         margin-top: 5px;
    }
     button.select-dates {
         padding: 0px 60px !important;
    }
     .custom-search-col, .tab-link-col {
         padding: 0;
    }
     .custommodal .close span.closeicon {
         font-size: 22px;
         margin-left: 5px;
    }
     .custommodal .close span.closetext {
         font-size: 14px;
    }
     .custommodal .modal-dialog {
         width: auto;
    }
     .date-day {
         margin-bottom: 20px;
    }
     .date-day li {
         font-size:14px;
         padding: 8px 5px;
         position: relative;
    }
     .date-day li.active:after {
         display:none;
    }
     .orderdetail-col {
         font-size:14px;
    }
     .row.prodrow {
         padding-bottom: 50px;
    }
}

@media screen and (max-width: 420px) {
    .sign-up-form .panel-body {
        width: auto;
    }
}

 .disabled {
     pointer-events: none !important;
     opacity: 0.5 !important;
}
 .help.text-error {
     color: red;
     border: 1px solid #ff2c00;
     padding: 5px;
     margin-top: 3px;
     display: inline-block;
     border-radius: 3px;
}
 #site_loader {
     width: 100%;
     height: 100%;
     top: 0px;
     left: 0px;
     position: fixed;
     display: block;
     opacity: 0.5;
     background-color: #fff;
     z-index: 99999;
     text-align: center;
}
 #site_loader img {
     position: absolute;
     top: 44%;
     left: 40%;
     z-index: 99999;
}
 ::-webkit-scrollbar {
     width: 5px;
}
 ::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
     border-radius: 5px;
}
 ::-webkit-scrollbar-thumb {
     border-radius: 5px;
     -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
 @media screen and (max-width:555px) {
     #order-history-page .custom-table {
         display: block;
    }
}
 @media screen and (max-width:479px) {
     .addressCol p {
         font-size: 14px;
    }
     .addressCol h4 {
         font-size: 14px;
    }
     .pickupfrom, .dateandtime {
         font-size: 10px;
    }
}
 @media screen and (max-width:400px) {
     .tiled>a {
         display: block;
    }
     .iner_tile-bottom {
         margin: 10px 0px 0 0;
         padding-right: 0px;
         text-align: right;
    }
     .iner_tile-bottom .quantity {
         text-align: right;
    }
     .iner_tile-bottom button.inner-btn {
         margin-left: auto !important;
         margin-right: 10px;
    }
     .produkter .quantity {
         text-align: right;
         padding-left: 7px;
    }
     .product-text {
         width: 80%;
         padding-left: 7px;
    }
     .sign-up-form {
         max-width: 100%;
         margin: 0px auto;
    }
     #address-page .row-fluid.clearfix:first-child {
         padding: 0px !important;
    }
     #address-page .new-address {
         margin-top: 0px !important;
    }
     #address-page button.select-dates {
         padding: 0px 25px !important;
    }
     .date-times-modal .modal-body ul#days-slots li {
         padding: 5px 0px !important;
    }
     .date-times-modal .modal-body ul#days-slots li strong {
         width: 70px !important;
    }
     #order-overview .kommentar-tab ul li {
         margin-right: 5px !important;
    }
     #order-history-page .custom-table>tbody>tr>td:nth-child(5), #order-history-page .custom-table>thead>tr>th:nth-child(5) {
         padding: 13px 15px 13px 0px !important;
    }
     #order-history-page .product-text h5 {
         width: 75% !important;
    }
     .m-margin-0 {
         margin: 0px !important;
    }
     .m-padding-0 {
         padding: 0px !important;
    }
     .product-text h5 {
         max-width: 170px !important;
    }
}
 @media screen and (max-width:640px) {
     .pris-alt_panel {
         position: fixed;
         bottom: 0;
         left: 0;
         right: 0;
         z-index: 999;
    }
}
 .m0 {
     margin: 0px !important;
}
 .mt5 {
     margin-top: 5px !important;
}
 .mb5 {
     margin-bottom: 5px !important;
}
 .mt10 {
     margin-top: 10px !important;
}
 .mb10 {
     margin-bottom: 10px !important;
}
 .p0 {
     padding: 0px !important;
}
 #webshopingcart {
     transition: top 0.5s;
     -webkit-transition: top 0.5s;
}
 label.error {
     color: #e61d1d;
     font-weight: normal;
     font-size: 12px;
}
 form input.error {
     border-color: #e61d1d !important;
}
 ul.ui-widget-content.ui-autocomplete {
     z-index: 9999;
     padding-left: 0;
     background-color: #ffffff;
     border: 1px solid #cecece;
     border-radius: 4px;
     max-height: 250px;
     overflow-y: auto;
}
 ul.ui-widget-content.ui-autocomplete li {
     margin: 0px;
     padding: 3px;
     cursor: pointer;
     background-color: #ffffff;
}
 ul.ui-widget-content.ui-autocomplete li:hover {
     background-color: #3fe5b3;
     color: #ffffff;
}
 .dateTimePanel {
     border-radius: 4px;
     padding: 12px;
     padding-bottom: 8px;
     cursor: pointer;
     transition: background-color 0.5s;
     -webkit-transition: background-color 0.5s;
}
 .dateTimePanel:hover {
     background-color: #f2f9f7;
}
 .dateTimePanel .slot-price {
     font-size: 16px;
     text-align: center;
     color: #a2a2a7;
     padding: 0px 5px;
     width: 65px;
     font-weight: 500;
}
 .dateTimePanel .slot-date {
     color: #262a2f;
     font-weight: 400;
     padding-bottom: 1px;
}
 .dateTimePanel .slot-times {
     color: #a2a2a7!important;
     font-weight: 400;
}
 .dateTimePanel .time-slot-color {
     padding: 0px;
     font-size: 16px;
     color: #3fe5b3;
     padding-bottom: 5px;
     font-weight: 500;
}
 button.select-dates span {
     float: left;
     margin-left: 15px;
}
 .date-times-modal .modal-dialog {
     width: 100%;
     height: 100%;
     margin: 0;
     padding: 0;
}
 .date-times-modal .modal-header {
     border-bottom: 5px solid #3fe5b3;
}
 .date-times-modal .modal-header .modal-title {
     display: inline;
     font-size: 24px;
     text-transform: uppercase;
     border-bottom: 0;
     color: #3fe5b3
}
 .date-times-modal .modal-header .close {
     font-size: 2em;
     margin: 0px;
}
 .date-times-modal .modal-content {
     height: auto;
     min-height: 100%;
     border-radius: 0;
}
 .date-times-modal .modal-body ul#days-slots {
     padding: 0;
     -ms-flex-wrap: nowrap;
     flex-wrap: nowrap;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-direction: row;
     flex-direction: row;
     list-style: none;
     -ms-flex-flow: row wrap;
     flex-flow: row wrap;
}
 .date-times-modal .modal-body ul#days-slots li {
     padding: 10px 0px;
     text-align: center;
     background-color: #3fe5b3;
     color: #ffffff;
     cursor: pointer;
     flex-grow: 1;
     margin: 0;
}
 .date-times-modal .modal-body ul#days-slots li:hover, .date-times-modal .modal-body ul#days-slots li.active {
     background-color: #ffffff !important;
     color: #3fe5b3 !important;
}
 .date-times-modal .modal-body ul#days-slots li strong {
     display: block;
     margin-bottom: 2px;
     font-size: 16px;
     font-weight: 300;
     width: 100px;
     text-transform: capitalize;
     margin: 0 auto;
}
 .date-times-modal .modal-body ul#days-slots li span {
     font-size: 22px;
     font-weight: 400;
}
 .date-times-modal .modal-body ul.time-slots {
     list-style-type: none;
     display: table;
     margin-bottom: 0;
     padding: 0;
     width: 100%;
}
 .date-times-modal .modal-body ul.time-slots .timeslots-column {
     display: inline-block;
     margin: 0;
     width: 100%;
}
 .date-times-modal .modal-body ul.time-slots .timeslots-column li {
     color: #000;
     cursor: pointer;
     background: #fff;
     width: 100%;
     display: table-row;
     float: left;
     border-radius: 0;
     padding: 11px 10px 10px;
     font-size: 14px;
     margin: 0;
     height: 44px;
     line-height: 22px;
     border: 1px solid #ebebeb;
}
 .date-times-modal .modal-body ul.time-slots .timeslots-column li.heading {
     cursor: default!important;
}
 .date-times-modal .modal-body ul.time-slots .timeslots-column li.heading p {
     margin: 0px auto;
     width: 280px;
}
 .date-times-modal .modal-body ul.time-slots .timeslots-column li:first-of-type {
     border-top: 1px solid #ebebeb;
     border-top-left-radius: 4px;
     border-top-right-radius: 4px;
}
 .date-times-modal .modal-body ul.time-slots .timeslots-column li:not(.heading):hover, .date-times-modal .modal-body ul.time-slots .timeslots-column li:not(.heading).active {
     background: #3fe5b3 !important;
     color: #fff !important;
}
 .date-times-modal .modal-body ul.time-slots .timeslots-column li:not(.heading):hover span, .date-times-modal .modal-body ul.time-slots .timeslots-column li:not(.heading).active span {
     color: #fff !important;
}
 .date-times-modal .modal-body ul.time-slots .timeslots-column li strong {
     float: left;
     font-weight: 500;
}
 .date-times-modal .modal-body ul.time-slots .timeslots-column li span {
     float: right;
     color: #3fe5b3;
}
 .date-times-modal .footer-link {
     width: 100px;
     height: 35px;
     padding: 10px;
     float: right;
}
 #address-page .row-fluid.clearfix {
     padding: 18px 0px;
     border-bottom: solid 1px #EAEEF3;
}
 #address-page span.form-control.ui-select-toggle span.ui-select-placeholder, #address-page span.form-control.ui-select-toggle span.ui-select-match-text {
     margin: 8px;
}
 #address-page .ui-select-bootstrap .ui-select-choices-row.active>span {
     background-color: #45e6cb !important;
}
 #address-page p.dotted {
     border-bottom: 0.5px dashed #43425D;
     text-decoration: none;
     padding-bottom: 2px;
     display: inline;
     font-size: 11px;
     margin: 25px;
     color: #43425D;
     text-transform: uppercase;
     letter-spacing: 1px;
}
 .edit_button {
     display: inline;
     height: 28px;
     color: #3FE5B3;
     border: 1px solid #3FE5B3;
     background-color: #3fe5b31f;
     font-size: 14px;
     padding: 3px;
}

 .edit_button {
     display: inline;
     height: 28px;
     color: #3FE5B3;
     border: 1px solid #3FE5B3;
     background-color: #e8fcf6 !important;
     font-size: 14px;
     padding: 3px;
}

div.bootbox.modal .modal-footer {
     height: 70px;
}
div.bootbox.modal .modal-footer button{
     float: right !important;
}
div.bootbox.modal .modal-footer button.btn-primary{
     display: inline;
     float: right;
     height: 34px;
     margin: 2px 8px;
}

#no-record-found, #record-found-filter {
    text-align: center;
    margin: 2% auto;
    width: 50%;
}
#record-found-filter {
    color: #a3a0fb;
    background-color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
    padding: 5px;
}
#prices-page {
    overflow-y: auto;
    max-height: fit-content;
}
.extra-charge-text {
    text-align: center;
    font-size: 12px;
    color: #cecece;
    margin: 15px 30px;
}
.has-error {
    color: #ff0000 !important;
}
.has-error-dark {
    color: #ff0000 !important;
}
.sign-up-form .has-error-dark, .sign-in .has-error-dark {
    margin-bottom: 3px;
    font-size: 14px;
    padding-left: 1px;
}
div.left-navigation ul.navbar-nav li a img {
    width: 24px;
    height: 24px;
}
@font-face {
  font-family: 'password';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/password.ttf);
}
.password-masking {
    font-family: 'password' !important;
}
.main-content-bg h2 { margin-bottom: 15px; border-bottom: 1px solid #d3e1ff; padding-bottom: 15px; font-size: 18px;text-transform: uppercase;  }

.AltaPaySubmitButton{

    background-color: #29c27e !important;
    border-radius: 4px;
    box-shadow: none;
    color: #ffffff;
    display: block;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: initial;
    padding: 18px 20px;
    text-transform: uppercase;
}

.pensio_payment_form_submit_cell input{

    background-color: #29c27e !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    color: #ffffff !important;
    display: block !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    line-height: initial !important;
    padding: 18px 20px !important;
    text-transform: uppercase !important;

}
.pensioCreditCardInput{
    background: #f5fcff none repeat scroll 0 0 !important;
    border: 1px solid #d7e4ff !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    font-size: 16px !important;
    height: 40px !important;
    margin-bottom: 10px !important;
}
