@font-face {
    font-family: "ProximaNova-Bold";
    font-style: normal;
    font-weight: bold;
    src: url("../../fonts/ProximaNova-Bold.eot");
    src: url("../../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../../fonts/ProximaNova-Bold.woff") format("woff"), url("../../fonts/ProximaNova-Bold.ttf") format("truetype"), url("../../fonts/ProximaNova-Bold.svg") format("svg");
}

@font-face {
    font-family: "ProximaNova-Regular";
    font-style: normal;
    font-weight: normal;
    src: url("../../fonts/ProximaNova-Regular.eot");
    src: url("../../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../../fonts/ProximaNova-Regular.woff") format("woff"), url("../../fonts/ProximaNova-Regular.ttf") format("truetype"), url("../../fonts/ProximaNova-Regular.svg") format("svg");
}

@font-face {
    font-family: "ProximaNova-Semibold";
    font-style: normal;
    font-weight: 600;
    src: url("../../fonts/proxima-nova-semibold.eot");
    src: url("../../fonts/proxima-nova-semibold.eot?#iefix") format("embedded-opentype"), url("../../fonts/proxima-nova-semibold.woff2") format("woff2"), url("../../fonts/proxima-nova-semibold.woff") format("woff"), url("../../fonts/proxima-nova-semibold.ttf") format("truetype"), url("../../fonts/proxima-nova-semibold.svg") format("svg");
}

@font-face {
    font-family: "ProximaNova-medium";
    font-style: normal;
    font-weight: 500;
    src: url("../../fonts/proximanova-medium.eot");
    src: url("../../fonts/proximanova-medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/proximanova-medium.woff2") format("woff2"), url("../../fonts/proximanova-medium.woff") format("woff"), url("../../fonts/proximanova-medium.ttf") format("truetype"), url("../../fonts/proximanova-medium.svg") format("svg");
}

body {
    font: 14px "ProximaNova-Regular", Helvetica, sans-serif;
    /*background-color: $light-grey;*/
    text-align: center;
    padding: 57px 0 0;
    min-height: 100vh;
    overflow: hidden;
    background-image: radial-gradient(circle at 11% 5%, #ecebe7, #fefefe);
    background-size: cover;
}

body.landingdetail {
    background-image: radial-gradient(circle at 11% 5%, #ecebe7, #fff, #fff, #fefefe);
}

html {
    overflow-x: hidden;
}

h1 {
    font-size: 45px;
    font-family: "ProximaNova-Bold";
    color: #41bfc7;
    margin-bottom: 50px;
}

h2 {
    font-size: 32px;
    font-family: "ProximaNova-Semibold";
    letter-spacing: -0.8px;
    color: #7c7a84;
}

h3 {
    font-size: 30px;
    font-family: "ProximaNova-Bold";
    color: #6279cb;
    text-transform: uppercase;
}

h4 {
    font-size: 24px;
    color: #96958d;
    letter-spacing: -0.6px;
    font-family: "ProximaNova-Regular";
}

p {
    font-size: 28px;
    font-family: "ProximaNova-Regular";
    color: #96958d;
    letter-spacing: -0.7px;
}

a,
a:hover {
    text-decoration: none;
    color: #96958d;
}

.form-control {
    color: #6f6f6e;
    font-family: "ProximaNova-Regular";
    font-size: 26px;
    height: 69px;
    border-radius: 34.5px;
    padding: 9px 38px;
    border: 0;
    outline: none;
}

.form-control::placeholder {
    padding: 0;
    border-radius: 0;
    opacity: 0.5;
}

select.form-control:not([size]):not([multiple]) {
    height: 69px;
}

select.form-control {
    background-image: url(../../images/dropdown-arrow.svg);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    /*border: 1px solid #ddd;*/
    background-position: 92% 53%;
    padding: 9px 20px 9px 43%;
}

select:disabled.form-control::-ms-expand {
    display: none;
}

select::-ms-expand {
    display: none;
}

.pretty.p-icon .state .icon {
    color: #56BCAD !important;
    top: -1px !important;
    font-size: 20px;
}

.form-control:focus {
    border: 0;
    box-shadow: none;
}

.form-group {
    margin-bottom: 21px;
}

.btn.form-control,
.payment-method .stripe-button-el {
    border-radius: 34.5px;
    text-align: center;
    font-size: 24px;
    height: 70px;
    padding: 0;
    line-height: unset;
    font-family: "ProximaNova-Bold";
    color: #cdcbc1;
    border: 2px solid #cdcbc1;
    background-color: transparent;
    text-transform: uppercase;
    max-width: 502px;
}

.payment-method .stripe-button-el,
.payment-method .btn.form-control {
    max-width: 100%;
}

.table-wrap button span {
    color: #fff;
    font-size: 24px;
    margin: 0;
    text-align: center;
}

.back-button {
    font-size: 24px;
    color: #96958d;
    letter-spacing: -0.6px;
    font-family: "ProximaNova-Regular";
    float: left;
}

#paypal-method {
    display: none;
}

.payment-method .stripe-button-el,
.payment-method .stripe-button-el:not(:disabled):active span,
.payment-method .stripe-button-el.active span,
.payment-method .stripe-button-el span {
    width: 100%;
    background-image: none;
    background: #51c57d;
    border: 0;
    box-shadow: none;
    margin: 0 !important;
    text-align: center;
    font-size: 24px;
}

.payment-method .stripe-button-el:not(:disabled):active,
.payment-method .stripe-button-el.active,
.payment-method .stripe-button-el:focus {
    background: #51c57d;
    outline: none;
}

.btn.form-control.active,
.payment-method .stripe-button-el {
    background-color: #51c57d;
    color: #fff;
    border: 0;
    padding-top: 0px;
}

.btn.form-control.inactive {
    background-color: #cdcbc1;
    color: #fff;
    border: 0;
    padding-top: 2px;
}

.inactive {
    pointer-events: none;
    cursor: default;
}

.active {
    pointer-events: auto;
    cursor: default;
}

.btn.form-control:focus {
    box-shadow: none;
    border-color: #cdcbc1;
}

.form-wrap {
    padding-top: 40px;
}

.hr-2 {
    border-bottom: 2px solid rgba(205, 203, 193, 0.5);
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}


/*gutter-46 styles*/

.row.gutter-46 {
    margin-right: -23px;
    margin-left: -23px;
    clear: left;
}

.gutter-46>[class^="col-"],
.gutter-46>[class^=" col-"] {
    padding-right: 23px;
    padding-left: 23px;
}


/*gutter-0 styles*/

.row.gutter-0 {
    margin-right: 0;
    margin-left: 0;
    clear: left;
}

.gutter-0>[class^="col-"],
.gutter-0>[class^=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

nav.navbar {
    display: block;
}

nav.navbar .navbar-brand {
    margin: 0 auto 67px;
}

nav.navbar .navbar-brand img {
    width: 244px;
    height: 82px;
}

.table-wrap {
    text-align: left;
}

.table-wrap h4 {
    margin: 32px 0;
    font-family: "ProximaNova-Bold";
    color: #cdcbc1;
}

.table-wrap p {
    margin: 48px 0;
}

.table-wrap p b {
    text-transform: uppercase;
    font-family: "ProximaNova-Bold";
    color: #63656e;
}

.table-wrap p span {
    color: #6279cb;
    text-align: left;
    font-size: 28px;
}

.table-wrap span {
    font-size: 32px;
    margin: 45px 0;
    display: block;
    color: #41bfc7;
    text-align: right;
    text-transform: uppercase;
    font-family: "ProximaNova-Bold";
}


/*delivery-address styles*/

.delivery-address {
    width: 90%;
    margin: auto;
    padding-bottom: 51px;
}

.disable_class {
    pointer-events: none;
    opacity: 0.5;
}

.error-msg {
    color: red;
}

.delivery-address form .form-group:nth-last-child(3) {
    margin-bottom: 31px;
}


/*placeorder styles*/


/*.order-info {
    background-image: linear-gradient(#f6f5f3, #fff);
    background-size: cover;
}*/

.placeorder {
    width: 640px;
    margin: auto;
    padding-bottom: 29px;
}

.placeorder .form-group {
    margin-top: 35px;
}

.placeorder .btn.form-control {
    width: 380px;
    font-size: 24.2px;
}

.placeorder h1 {
    margin-top: 8px;
}

.partners {
    padding: 60px 0 200px;
    background-color: rgba(236, 235, 231, 0.5);
}

.partners ul {
    width: 640px;
    margin: auto;
}

.partners h4 {
    color: #41bfc7;
    font-size: 26px;
    font-family: "ProximaNova-Bold";
    text-transform: uppercase;
}

.partners ul {
    list-style-type: none;
    padding-left: 0;
}

.partners ul li {
    display: inline-block;
    margin: 35px;
}

.line {
    position: absolute;
    width: 220px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 220px;
    overflow: hidden;
    opacity: 0.5;
}

.line::before {
    content: "";
    display: block;
    transform: rotate(-40deg);
    width: 40px;
    height: 260px;
    background-color: #ecebe7;
    float: right;
    margin-right: 81px;
}

.line::after {
    content: "";
    display: block;
    transform: rotate(-40deg);
    width: 22px;
    height: 112px;
    background-color: #ecebe7;
    float: right;
    margin-left: 75px;
    position: absolute;
    bottom: -21px;
}

.line1,
.line2 {
    display: none;
}

.testimonial {
    /*background-image: linear-gradient(#f2f2ef,#fefefe,#fff);*/
    /*background-color: #fff;*/
    /*background-size: cover;*/
    padding: 75px 0 114px;
}

.testimonial .slide {
    width: 522px;
    margin: auto;
}

.testimonial .slide h4 {
    line-height: 32px;
    color: #63656e;
}

.testimonial .slide h4 span {
    line-height: 48px;
    color: #6279cb;
    font-family: "ProximaNova-Bold";
}

.testimonial .slide img {
    border-radius: 50%;
    margin: 29px auto;
}

.testimonial .slide .carousel-indicators {
    position: relative;
    margin: 26px auto 0;
}

.testimonial .slide .carousel-indicators li {
    width: 14px;
    height: 14px;
    margin-left: 9px;
    margin-right: 9px;
    border-radius: 50%;
    background-color: #cdcbc1;
    opacity: 0.3;
}

.testimonial .slide .carousel-indicators li.active {
    opacity: 1;
    width: 15px;
    height: 15px;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
    top: -57%;
}

.select-product .carousel-inner {
    width: 547px;
    margin: auto;
    padding-bottom: 10px;
}

.select-product .carousel-inner img {
    margin-bottom: 10px;
}

.select-product .carousel-control-prev img {
    transform: rotate(180deg);
}

.count-selector {
    width: 331px;
    margin: 24px auto 22px;
    height: 68px;
    background-color: #fff;
    border-radius: 34.5px;
}

.count-selector .count-selector-right,
.count-selector .count-selector-left {
    background-color: #ecebe7;
    width: 68px;
    height: 68px;
    line-height: 68px;
    float: left;
    border-radius: 50%;
    display: inline-block;
}

.count-selector .count-selector-right img,
.count-selector .count-selector-left img {
    margin-bottom: 0;
    padding: 20px;
}

.count-selector .count-selector-right {
    float: right;
}

.count-selector .count {
    font-size: 26px;
    color: #6f6f6e;
    font-family: "ProximaNova-Regular";
    line-height: 68px;
}


/*order-detail styles*/

.order-detail {
    width: 670px;
    margin: auto;
}

.order-detail h3 {
    margin-bottom: 19px;
}

.order-detail .form-group {
    margin-bottom: 38px;
    margin-top: 22px;
}

.order-detail .quantity p b {
    color: #6f6f6e;
}

.order-detail .edit {
    position: absolute;
    right: 0;
    top: 44px;
}

.order-detail .edit img:nth-child(2) {
    display: none;
}

.order-detail .edit img:nth-child(1) {
    display: block;
}

.order-detail .update img:nth-child(1) {
    display: none;
}

.order-detail .update img:nth-child(2) {
    display: block;
}

.order-detail .quantity .form-control {
    width: 80%;
    margin-top: -8px;
    height: 49px;
    padding: 0 14px;
    line-height: 52px;
    /*text-align: center;*/
    position: absolute;
}

.order-detail .quantity .form-control::placeholder {
    width: 100%;
    padding: 0;
    position: relative;
    margin-top: 0;
}

.order-detail .hide {
    display: none;
}

.order-detail .show {
    display: block;
}

.payment-method {
    width: 670px;
    margin: auto;
}

.payment-method .table-wrap {
    padding-top: 40px;
}

.payment-method .table-wrap img {
    margin: 37px 0;
}

.select-product-container {
    position: relative;
    padding-bottom: 75px;
    overflow: hidden;
}

.select-product-container a.btn.form-control.active.select-product {
    position: absolute;
    left: 0;
    bottom: 0;
}

.payment-method .table-wrap p {
    margin: 41.5px 0 43.3px;
    color: #96958d;
    letter-spacing: -0.7px;
}

.payment-method .table-wrap span {
    margin: 41.5px 0 43.3px;
}

.order-detail .table-wrap span,
.order-detail .table-wrap p {
    word-wrap: break-word;
}

.payment-method .table-wrap .panel-body .row {
    padding: 10.3px 0 33.3px;
}

.payment-method .table-wrap .panel-body label {
    font-size: 22px;
    color: #6f6f6e;
    padding: 23px 30px 15px;
    letter-spacing: -0.6px;
}

.payment-method .table-wrap .panel a {
    display: block;
}

.payment-method .table-wrap .panel a [class^="col-"] * {
    opacity: 0.5;
}

.payment-method .table-wrap .panel a:focus [class^="col-"] *,
.payment-method .table-wrap .panel a.panel-link .row * {
    opacity: 1;
}

.payment-method .table-wrap .panel a.panel-link.collapsed [class^="col-"] * {
    opacity: 1;
}

.payment-method .table-wrap .panel .panel-link p {
    color: #6f6f6e;
}

.payment-method .table-wrap .row:nth-last-child(2) p {
    margin-top: 45px;
}

.payment-method .col-sm-10.form-group {
    margin-top: 16px;
}

a.active:not([href]):not([tabindex]):focus,
a.active:not([href]):not([tabindex]):hover {
    color: #fff;
}

.payment-method .stripe-button-el span {
    font-family: "ProximaNova-Bold";
    text-shadow: none;
}


/*order-confirmation styles*/

.order-confirmation {
    width: 547px;
    margin: auto;
    padding-bottom: 90px;
}

.order-confirmation .form-group {
    margin-top: 25px;
    margin-bottom: 24px;
}

.order-confirmation .btn.form-control {
    width: 333px;
}

.order-confirmation h3 {
    margin-bottom: 15px;
}

.order-confirmation p {
    margin-bottom: 20px;
}

.delivery-datepicker {
    width: 502px;
    margin: auto;
    padding-bottom: 51px;
}


/*.delivery-datepicker select.form-control {
    text-align: center;
}*/

.delivery-datepicker .form-group:nth-last-child(3) {
    margin-bottom: 31px;
}

.delivery-datepicker .ui-datepicker {
    width: 100%;
    border-radius: 0;
    border: 0;
    background-color: transparent;
    padding: 55px 0 35px;
    border-radius: 50%;
    font-family: "ProximaNova-medium";
}

.delivery-datepicker .ui-datepicker .ui-datepicker-title {
    font-size: 20px;
    color: #6f6f6e;
    margin-top: -8px;
}

.delivery-datepicker .ui-datepicker .ui-widget-header .ui-icon {
    background-image: url(../../images/arrow.png);
    background-position: 0;
    width: 40px;
    left: 0;
    border: 0;
}

.delivery-datepicker .ui-datepicker .ui-datepicker-header {
    background-color: transparent;
    border: 0;
}

.delivery-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
    transform: rotate(180deg);
}

.delivery-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-hover {
    left: 2px;
}

.delivery-datepicker .ui-datepicker .ui-datepicker-header .ui-state-hover {
    border: 0;
    background-color: transparent;
    right: 2px;
}

.delivery-datepicker .ui-datepicker th {
    font-family: "ProximaNova-Bold";
    font-size: 22.4px;
    color: #cdcbc1;
}

.delivery-datepicker .ui-datepicker td {
    text-align: center;
    padding: 8px 10px;
}


/*.delivery-datepicker .ui-datepicker td.ui-datepicker-week-end a {
    color: #cdcbc1;
}*/

.delivery-datepicker .ui-datepicker td.ui-datepicker-week-end a.ui-state-active {
    color: #fff;
}

.delivery-datepicker .ui-datepicker td a,
.delivery-datepicker .ui-datepicker td span {
    border: 0;
    background-color: transparent;
    font-size: 22.4px;
    color: #6f6f6e;
    padding: 15px;
    text-align: center;
}

.delivery-datepicker .ui-state-active,
.delivery-datepicker .ui-widget-content .ui-state-active {
    background-color: #41bfc7;
    color: #fff;
    border-radius: 50%;
}

#addressform label.error {
    color: red;
    text-align: center;
    padding-bottom: 0;
    position: absolute;
    bottom: 0px;
    margin: auto;
    left: 0;
    right: 0;
}

#zipform label.error {
    color: red;
    margin-left: 36px;
    text-align: left;
    visibility: visible;
    margin-top: 20px;
}

#addressform .form-group {
    overflow: hidden;
    padding-bottom: 35px;
    position: relative;
}

#addressform .inactive {
    pointer-events: auto;
}

.payment-method .stripe-button-el:disabled span,
.payment-method .stripe-button-el.disabled span {
    background: transparent;
    color: #fff;
}

.payment-method .stripe-button-el:disabled,
.payment-method .stripe-button-el.disabled {
    background-image: none;
    background: #cdcbc1;
}

.termsandconditions a {
    text-decoration: underline;
}

.content-div {
    padding-top: 30px;
}


/******** 20 feb***********/

.delivery-datepicker ul li{
    font-family: "ProximaNova-medium"!important;
}




/****************** mulden modified 20**********/

.address-check-botton button.form-control {
    max-width: 200px;
    background: transparent;
    display: block;
    margin: auto;
}

.form-check.address-checkbox .pretty.p-icon .state .icon {
    top: 3px!important;
}

.fix-button {
    margin-bottom: 0;
    position: relative;
    max-width: 200px;
    left: -115px;
    top: 32px;
    z-index: 1;
}

.fix-button a:focus,
.fix-button a:active {
    outline: none!important;
    box-shadow: none!important;
    border: 0!important;
}

.fix-button a {
    padding: 20px 27px 20px 85px;
    position: relative;
    transition: all .3s ease-in-out;
    min-width: 165px;
    box-shadow: 1px 5px 6px 9px rgba(0, 0, 0, 0.07);
}

.fix-button i {
    font-size: 60px;
    line-height: 80px;
    position: absolute;
    left: -28px;
    top: -14px;
    box-shadow: 1px 5px 6px 9px rgba(0, 0, 0, 0.08);
    color: #fff;
    background: #56bdad;
    transition: all .3s ease-in-out;
    border-radius: 100%;
    width: 90px;
    height: 90px;
    padding: 5px;
}

.fix-button .btn-info,
.fix-button .btn-info:hover,
.fix-button .btn-info:active {
    background-color: #56bdad !important;
    border-color: #56bdad;
}

@media only screen and (min-width: 1024px) {
    .payment-method .table-wrap .row .col-2:nth-child(1),
    .payment-method .table-wrap .row .col-sm-2:nth-child(1) {
        max-width: 13%;
        flex: 13%;
    }
    .payment-method .table-wrap .panel a .row [class^="col-"]:nth-child(2) {
        padding-left: 28px;
        max-width: 87%;
        flex: 87%;
    }
    select.form-control {
        padding-left: 43%;
    }
    .pretty.p-icon .state.selfpickup-info .icon {
        color: #56BCAD !important;
        top: 1px !important;
        font-size: 20px;
    }
}


/*//IPad Landscape*/


/*//IPad Portrait*/

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .count-selector {
        width: 249px;
    }
    .delivery-address,
    .delivery-datepicker,
    .order-detail,
    .payment-method {
        width: 636px;
    }
    .delivery-address .btn.form-control,
    .delivery-datepicker .btn.form-control,
    .order-detail .btn.form-control,
    .payment-method .btn.form-control {
        max-width: 636px;
    }
    .order-detail .form-group,
    .payment-method .col-sm-10.form-group {
        flex: 100%;
        max-width: 100%;
    }
    .select-product .btn.form-control,
    .order-confirmation .btn.form-control {
        width: 380px;
    }
    .delivery-datepicker .ui-datepicker td {
        padding: 8px 13px;
    }
    .delivery-datepicker .ui-datepicker td a {
        padding: 22px;
    }
    .order-detail .col-sm-10.form-group form {
        text-align: center;
    }
    /****** 20chnges***/
    .fix-button {
        left: -60px;
        top: 20px;
    }
    .fix-button a {
        padding: 6px;
        padding-left: 65px;
    }
    .fix-button i {
        font-size: 40px;
        line-height: 54px;
        width: 60px;
        height: 60px;
        left: -8px;
    }
}


/*// Mobile Devices*/

@media only screen and (max-width: 767px) {
    body {
        padding-top: 25px;
    }
    h1 {
        font-size: 25px;
    }
    h2 {
        font-size: 18px;
        letter-spacing: -0.4px;
    }
    p {
        font-size: 15px !important;
        letter-spacing: -0.4px;
        line-height: 20px;
    }
    h3 {
        font-size: 17px;
    }
    h4 {
        font-size: 12px;
        letter-spacing: -0.3px;
    }
    .container {
        padding: 0 30px;
    }
    .hidden-sm-down {
        display: none;
    }
    nav.navbar .navbar-brand {
        margin-bottom: 23px;
    }
    nav.navbar .navbar-brand img {
        width: 121px;
        height: 41px;
    }
    .placeorder,
    .testimonial .slide,
    .partners ul,
    .delivery-address,
    .delivery-datepicker,
    .order-detail,
    .payment-method,
    .order-confirmation {
        width: 100%;
    }
    .select-product .carousel-inner {
        width: 65%;
    }
    .btn.form-control,
    .placeorder .btn.form-control,
    .order-confirmation .btn.form-control,
    .payment-method .stripe-button-el {
        width: 100%;
        font-size: 16.8px;
        height: 48px;
        line-height: 48px;
        padding-top: 1px;
    }
    .payment-method .stripe-button-el span {
        font-size: 16.8px;
    }
    .placeorder {
        padding-bottom: 10px;
        padding-bottom: 10px;
    }
    .placeorder .form-group {
        margin-top: 21px;
    }
    .testimonial {
        padding: 0 30px 52px;
    }
    .testimonial .carousel-item {
        display: block;
        transform: none;
    }
    .testimonial .slide h4 {
        font-size: 14px;
        line-height: 16px;
    }
    .testimonial .slide h4 span {
        line-height: 16px;
    }
    .testimonial .slide img {
        margin: 30px auto 15px;
    }
    .testimonial .carousel-indicators {
        display: none;
    }
    .carousel-control-next,
    .carousel-control-prev {
        width: 10px;
        /*height: 20px;*/
        opacity: 1;
        top: -62%;
    }
    .table-wrap button span {
        font-size: 16.8px;
    }
    .back-button {
        font-size: 15px;
    }
    .order-info {
        padding: 0 30px;
    }
    .partners {
        padding: 35px 15px 120px;
    }
    .partners ul li {
        width: 32%;
        margin: 30px 0;
    }
    .partners .line {
        height: 140px;
        opacity: 1;
        bottom: -23px;
    }
    .partners .line::before {
        width: 12px;
        margin-right: 57px;
    }
    .partners .line::after {
        margin-left: 103px;
        width: 7px;
        height: 100px;
        bottom: -11px;
    }
    .line1,
    .line2 {
        top: 3%;
        display: block;
        bottom: inherit;
        left: inherit;
        right: -10px;
        opacity: 0.5;
        width: 115px;
        height: 180px;
        margin-right: 0;
    }
    .line1::before,
    .line2::before {
        margin: 0;
        height: 172px;
        width: 20px;
    }
    .line1::after,
    .line2::after {
        margin: 0;
        width: 11px;
        height: 125px;
        bottom: -12px;
        right: 13px;
    }
    .line2 {
        top: 32%;
        left: -1px;
        right: inherit;
        width: 80px;
        transform: rotate(214deg);
        margin: 0;
    }
    .line2::after {
        transform: rotate(0deg);
        left: 31px;
        bottom: 68px;
        height: 106px;
        right: inherit;
    }
    .line2::before {
        transform: rotate(0deg);
        height: 160px;
    }
    .count-selector {
        width: 155px;
        height: 38px;
    }
    .count-selector .count-selector-right,
    .count-selector .count-selector-left {
        width: 38px;
        height: 38px;
        line-height: 38px;
    }
    .count-selector .count-selector-right img,
    .count-selector .count-selector-left img {
        width: 14px;
        height: 14px;
        padding: 0;
    }
    .count-selector .count {
        font-size: 14px;
        line-height: 38px;
    }
    .order-detail .edit {
        top: 20px;
    }
    .order-detail .edit img {
        height: 12.6px;
        height: 12.6px;
    }
    .order-detail .quantity .form-control {
        padding: 0 7px;
        line-height: 30px;
    }
    .order-detail .form-group {
        margin-bottom: 17px;
    }
    input.form-control,
    .form-control::placeholder,
    .form-group select.form-control,
    select.form-control:not([size]):not([multiple]) {
        color: #6f6f6e;
        font-size: 15px;
        height: 48px;
        padding: 9px 19px;
        width: 100%;
        margin: auto;
    }
    input.form-control::placeholder,
    .form-control::placeholder,
    .form-group select.form-control::placeholder,
    select.form-control:not([size]):not([multiple])::placeholder {
        padding: 0;
    }
    .form-group select.form-control,
    select.form-control:not([size]):not([multiple]) {
        padding: 9px 0 9px 43%;
        text-align-last: inherit;
    }
    .delivery-datepicker .ui-datepicker {
        padding: 13px 0 15px;
    }
    .delivery-datepicker .ui-datepicker th {
        font-size: 12px;
    }
    .delivery-datepicker .ui-datepicker td {
        padding: 5px;
    }
    .delivery-datepicker .ui-datepicker td a,
    .delivery-datepicker .ui-datepicker td a,
    .delivery-datepicker .ui-datepicker td span {
        font-size: 13px;
        padding: 10px;
    }
    .delivery-datepicker .ui-datepicker table {
        margin-left: 0;
    }
    .delivery-datepicker .ui-datepicker .ui-datepicker-title {
        font-size: 13px;
    }
    .delivery-datepicker .ui-datepicker .ui-widget-header .ui-icon {
        /*left: -6px;*/
        top: 6px;
    }
    .delivery-datepicker .ui-datepicker .ui-datepicker-prev .ui-icon {
        top: 6px;
    }
    .table-wrap h4 {
        margin: 9px 0;
    }
    .table-wrap p {
        margin: 14.3px 0;
    }
    .table-wrap p span {
        margin: 14.3px 0;
        font-size: 14px;
        line-height: 24px;
    }
    .table-wrap span {
        margin: 14.3px 0;
        font-size: 15px;
    }
    .table-wrap#accordion img {
        width: 22px;
        height: 26px;
        margin: 8px 0;
    }
    .table-wrap#accordion p {
        margin: 11.5px 0 16.5px;
    }
    .table-wrap#accordion .panel-body label {
        padding: 15px 20px 3px;
        font-size: 12px;
        letter-spacing: -0.3px;
    }
    .table-wrap#accordion .panel-body .form-group {
        margin-bottom: 0;
    }
    .table-wrap#accordion .panel-body .col-3 {
        flex: 110px;
        max-width: 110px;
    }
    .table-wrap#accordion .panel-body .col-3 input.form-control,
    .table-wrap#accordion .panel-body .col-3 .form-control::placeholder {
        width: 110px;
    }
    .table-wrap#accordion .panel-body .mr-5 {
        margin-right: 23px !important;
    }
    .table-wrap#accordion .panel-body .row {
        padding-bottom: 11.5px;
    }
    .payment-method .table-wrap span {
        margin: 11.5px 0 16.5px;
    }
    .form-wrap,
    .payment-method .table-wrap {
        padding-top: 10px;
    }
    .fix-button {
        max-width: 180px;
        top: 8px;
        left: 0;
    }
    .fix-button a {
        padding: 6px 12px 6px 57px;
        min-width: 150px;
        font-size: 12px;
    }
    .fix-button i {
        font-size: 35px;
        line-height: 50px;
        left: -10px;
        top: -11px;
        border-radius: 100%;
        width: 55px;
        height: 55px;
        padding: 5px;
    }
}


/*// Mobile Devices*/

@media only screen and (max-width: 480px) {
    .fix-button {
        max-width: 100%;
    }
    .fix-button a.home-phone {
        white-space: normal;
        word-break: break-word;
    }
    .fix-button i {
        font-size: 29px;
        line-height: 38px;
        left: -6px;
        top: -9px;
        width: 45px;
        height: 45px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .delivery-datepicker .ui-datepicker td a {
        padding: 22px;
    }
    .ui-datepicker .ui-datepicker-next {
        right: 8px;
    }
    .ui-datepicker .ui-datepicker-prev {
        left: 13px;
    }
    .select-product .btn.form-control,
    .order-confirmation .btn.form-control {
        width: 380px;
    }
    .count-selector {
        width: 249px;
    }
    body {
        min-height: 100vh;
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select.form-control {
        padding-left: 20px;
        text-align-last: center;
    }
}


/* Firefox */

@-moz-document url-prefix() {
    select.form-control {
        padding-left: 20px;
        text-align-last: center;
    }
}


/*# sourceMappingURL=style.css.map */

label.error {
    height: 0;
    visibility: hidden;
    margin-bottom: 0;
    padding-top: 0;
}

button span {
    position: relative;
}

a#paypal,
a#postfinance {
    cursor: pointer;
}

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

.error-block.invoice-alert-msg p.error-msg {
    text-align: right !important;
    font-size: 20px !important;
    line-height: 25px;
}

.error-block.invoice-alert-msg {
    margin-bottom: 20px;
}

