@import url(https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,800&display=swap);
@import url(https://fonts.googleapis.com/css?family=Saira+Semi+Condensed:300,400,600,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Oswald|Rubik&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;800&family=Maven+Pro:wght@900&family=Work+Sans:wght@500;700&family=Montserrat:wght@600;700;800&display=swap');
:root{
    --animation-width:0;
}
/*spinner*/
.x_button {
    background: url("img/X.svg") no-repeat center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 20px;
    border: none;
}
#spin_button:focus {
    outline: none;
}
#spin_button {
    background: url("img/Button.svg") no-repeat;
    background-size: cover;
    position: absolute;
    width: 170px;
    height: 70px;
    padding: 0;
    border: none;
    bottom: 42%;
    right: 15%;
}
.spin_title {
    font-size: 1.85em;
    font-family: HelveticaNeue, sans-serif;
    color: #fff;
    font-weight: bold;
    margin: 0;
    line-height: 1.25em;
    letter-spacing: .5px;
    padding-top: 1em;
    font-style: italic;
    text-shadow: 2px 2px #00000078;
}
.spin_title .highlight {
    color: #54e25b
}
.spin_sub {
    text-shadow: 2px 2px #00000078;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 1.4375em;
    line-height: 1.4em;
    color: #fff;
    margin: .4em 0 0;
    font-style: italic;
    font-weight: bold;
}
.spin_sub .highlight {
    color: #54e25b
}
.bottom_text {
    line-height: 1.4em;
    font-size: 1.625em;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 600;
    color: #fff;
    text-align: center;
    letter-spacing: .5px;
    margin: 0
}
#spin-wrapper {
    max-width: 500px;
    overflow: auto
}
#spin-page {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999995;
    text-align: center;
    background: url('img/background.svg') no-repeat;
    background-size: cover;
    padding-bottom: 2em;
    border-bottom: none;
    padding: 0;
    min-height: 100vh;
    overflow: hidden
}
#spin-page .no_thanks {
    position: absolute;
    bottom: -2em;
    left: -4em;
    right: 0;
    margin: 0 auto;
    color: #f3f3f3;
    z-index: 99999999995;
    display: inline-block;
    text-align: center;
    text-decoration: underline;
    font-size: 1em;
    font-family: Helvetica Neue, sans-serif
}
@media only screen and (min-width:500px) {
    #spin-page {
        min-height: auto
    }
}
#spinner {
    display: flex;
    width: 115%;
    height: 25.5em;
    position: relative;
    max-width: 600px;
    margin: 0 auto
}
#spinner > img {
    height: 28em;
    width: auto;
    position: absolute;
    left: -52%;
    bottom: -1em;
}
#spinner .circle {
    width: 7.65125em;
    height: 7.65125em;
    border-radius: 100%;
    display: block;
    position: absolute;
    left: -15%;
    bottom: 8.5em
}
@media only screen and (width:320px) {
    #spinner .circle {
        left: -16%;
        bottom: 9em
    }
}
@media only screen and (min-width:400px) {
    #spinner .circle {
        left: -10%;
        bottom: 10.5em
    }
}
@media only screen and (min-width:500px) {
    #spinner .circle {
        left: -12%;
        bottom: 10em
    }
}
#spinner img.spinAround {
    -webkit-animation: spin 6.6s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}
.arrow {
    background: url('img/Needle_Asset 3.svg') no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 5em;
    height: auto;
    position: absolute;
    left: 10em;
    top: 0;
    bottom: 0
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(2940deg);
        -ms-transform: rotate(2940deg);
        transform: rotate(2940deg);
    }
}
#spin_claim {
    opacity: 0;
    width: 100%;
    max-width: 500px;
    background: 0 0;
    color: #fff;
    border: none;
    padding-top: 3em;
    margin: 0 auto
}
#spin_claim.fade-in {
    transition: all .6s ease-in;
    opacity: 1;
    display: block !important
}
#spin_claim .present {
    width: 8.923125em;
    height: auto;
    margin-bottom: 2.5em
}
#spin_claim .congrats_sub {
    font-size: 2.1875em;
    line-height: 1.3em;
    font-weight: 600;
    letter-spacing: .5px;
    margin: 0 0 .6em;
    font-family: 'Helvetica Neue', sans-serif;
    font-style: italic;
}
#spin_claim .congrats_sub .highlight {
    color: #54e25b
}
#claim_btn {
    width: 22em;
    margin: 0 auto;
    display: inline-block;
    height: 4.0625em;
    border: none !important;
    background: rgb(84, 226, 91);
    background: linear-gradient(180deg, rgba(84, 226, 91, 1) 0%, rgba(65, 185, 74, 1) 50%, rgba(52, 155, 61, 1) 100%);
    box-shadow: 0 3px 3px #0000007C;
    border-radius: 6px;
    color: #fff;
    font-family: 'Helvetica Neue', sans-serif;
    font-style: italic;
}
#claim_btn span {
    font-size: 1.6875em;
    font-weight: 500;
    text-align: center
}
#canvas {
    display: block;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}
@media only screen and (width:360px) {
    #spinner > img {
        height: 25em;
        bottom: 1em
    }
    #spinner {
        height: 27em
    }
    .arrow {
        left: 10em
    }
}
@media only screen and (min-width:500px) {
    #spinner > img {
        height: 28em;
        width: auto;
        position: absolute;
        left: -49%;
        bottom: -1.5em;
    }
    .arrow {
        left: 11em
    }
}
@media only screen and (min-width:600px) {
    #spinner .circle {
        left: 8%
    }
    #spinner .spin_img {
        left: -9em;
    }
    .arrow {
        left: 16.5em;
    }
}
@media only screen and (min-width:400px) and (max-width:499px) {
    #spinner {
        height: 30em
    }
    #spinner > img {
        height: 28em;
        width: auto;
        position: absolute;
        left: -49%;
        bottom: .5em
    }
    .arrow {
        left: 11.5em;
        bottom: -1em
    }
}
@media only screen and (max-width: 568px) {
    #spin_button {
        width: 134px;
        height: 54px;
        bottom: 44%;
        right: 14%;
    }
    #spin-page {
        background: url(img/background.svg) no-repeat center;
        background-size: cover;
    }
    .x_button {
        width: 20px;
        height: 24px;
    }
    #spin-page .no_thanks {
        font-size: .8em;
    }
}
@media only screen and (max-width: 320px) {
    .spin_sub {
        font-size: .8em;
    }
    .spin_title {
        font-size: 1em;
    }
    #spinner > img {
        left: -73%;
    }
    .arrow {
        left: 8em;
    }
    #spin_button {
        width: 107px;
        height: 36px;
        bottom: 46%;
    }
    #spin-page .no_thanks {
        font-size: .8em;
    }
}
/*end of spinner*/
body {
    margin: auto;
    width: 100%;
    font-family: 'Nunito', sans-serif;
}
header {
    /* border-bottom: 2px solid; */
}
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Montserrat', sans-serif;
    margin: 10px 0;
    color: #454851;
}
p {
    margin: 0;
}
.desktop-v {
    max-width: 760px;
    margin-left: 10%;
}
.product-main-page {
    display: flex;
    margin-left: 10%;
    max-width: 1200px;
}
.sale-section {
    background: #062268;
    padding: 10px;
}
.certificat-section {
    margin-bottom: 15px;
}
h6 {
    margin: 0;
    font-family: 'Nunito', sans-serif;
}
/*.product-main-page {
    max-width: 600px;
    margin: auto;
}*/
.star-rating img {
    width: 16px !important;
    margin-top: -6px;
}
.product-description {
    padding: 0 1em;
    line-height: 1.5;
}
.produc-header h1 {
    margin: 0;
}
.main-product-image img {
    object-fit: cover;
    width: 760px;
}
.sale-section h6 {
    font-size: 1.1em;
    color: #fff;
    text-align: center;
    font-weight: 700;
}
.header-logo {
    position: relative;
    margin: 0;
    padding: 0 20px;
    max-width: 100%;
    /* border-bottom: 1px solid rgba(0, 0, 0, .09);
    -webkit-box-shadow: 0 1px 5px 0 #e0e0e0;
    box-shadow: 0 1px 5px 0 #e0e0e0; */
    background: #fff;
}
.logo-header {
    width: 320px;
    padding: 19px 0;
    margin: 0 auto;
    display: block;
}
.star-section p {
    background: #b59347;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 4px 0;
    font-size: 14px;
}
.produc-header {
    font-size: 0.7em;
}
.star-rating span {
    padding-left: 4px;
}
.star-rating h6 {
    padding-left: 5px;
    font-size: 1em;
    color: #000;
}
.star-rating {
    margin-bottom: 10px;
    display: flex;
}
.sale-price {
    margin-left: 15px;
    font-size: 1em;
    line-height: 1;
    margin-top: 12px;
    font-weight: 700;
    color: #a5a5a5;
}
.price-sale {
    display: flex;
    margin-top: -15px;
}
.price {
    font-size: 2.5em;
    font-weight: 900;
}
.secure-img img {
    width: 150px !important;
    margin-top: 10px !important;
}
.button-checkout-2 {
    display: block;
    width: 100%;
    background-color: #fff;
    padding-top: 10px;
    z-index: 1;
    top: auto;
    bottom: 0;
    height: 213px;
}
.button-checkout-2 button {
    padding: 17px;
    display: block;
    width: 100%;
    font-size: 1.5em;
    margin: 0 auto;
    box-sizing: border-box;
    background: #777bf9;
    border: none;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    -webkit-appearance: none;
}
.guranty {
    font-weight: 600;
    font-size: 1em;
    font-style: italic;
    color: #a5a5a5;
}
.guranty img {
    float: left;
    padding-right: 10px;
    width: 17px;
    margin: 3px 0;
}
.stock,
.stock-1 {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-top: -8px;
}
.stock-1 {
    font-size: 1.3em;
}
.stock {
    font-size: 1.88em;
    text-align: left;
    margin-bottom: 18px;
    font-weight: 800;
    display: flex;
}
.checkout-phase-three {
    background: #f2f2f2;
}
/*Animeted line*/
.step-section-1 {
    height: 0px;
    width: 1px;
    border-bottom: 3px solid #71c650;
    -webkit-animation: increase 1s;
    -moz-animation: increase 1s;
    -o-animation: increase 1s;
    animation: increase 1s;
    animation-fill-mode: forwards;
}
@keyframes increase {
    100% {
        width:var(--animation-width);
    }
}
.animation-line {
    position: relative;
}
/* .animation-line img {
    position: absolute;
    top: -12px;
    left: 36.7%;
    width: 30px;
    height: 30px;
} */
.step-words div {
    margin: .8rem 3rem;   
    margin: 1rem auto;
    font-size: 1.3rem;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    flex: 1;
    text-align: center;
}
.step-words {
    max-width: 100%;
    display: flex;
    width: 563px;
    margin: auto;
}
.animation-line {
    position: relative;
    border-bottom: 1px solid #969696;
}
.step-section {
    margin-bottom: 3%;
}
.step-words div:first-child {
    position: relative;
}
.pulse {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
    animation: pulse 2s infinite;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.pulse:hover {
    animation: none;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
        box-shadow: 0 0 15px 10px rgb(112 198 80);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}
.basket-header {
    margin: 7px auto 0;
    display: flex;
}
.items-count p {
    font-size: 16px;
    font-weight: 600;
    margin-left: 2.7rem;
    margin-top: -13px;
    color: #7bb459;
}
img.bag {
    margin: 10px;
    width: 20px;
    height: 25px;
}
.basket-header h1 {
    font-size: 1.2rem;
    font-weight: 700;
}
.items-count {
    margin: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #969696;
}
.produc-header {
    font-size: 0.7em;
}
.product-price:before,
.totals-value:before {
    content: '$';
}
.product-item {
    display: flex;
    margin: 29px auto;
}
.product-image {
    margin: 0 20px 15px 0;
}
.produc-header h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 4px 0 10px;
    color: #000;
}
.produc-header span {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.product-details {}
.product-price {
    font-size: 3em;
    font-family: 'Montserrat', sans-serif;
    color: red;
    margin: 10px 0;
    font-weight: 500;
}
.totals-item {
    display: flex;
    margin-bottom: 12px;
    flex-wrap: wrap;
}
.totals-item:last-child {
    margin-bottom: 0;
}
.totals-item label {
    margin: 0 3px 0 0;
    font-size: 22.4px;
}
.totals-item .totals-value {
    font-size: 22.4px;
}
.totals {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #404040;
    margin: 10px 0;
}
span.price.shipping {
    font-size: 1rem;
}
.sale-coupon {
    margin: 13px 0;
    padding: 5px 9px;
    text-align: center;
    background: #e8f0fb;
    border: 1px solid #969696;
    border-radius: 8px;
}
.sale-coupon {
    font-size: 1em;
}
.sale-coupon h3 {
    font-weight: 700 !important;
    text-decoration: underline;
    font-size: 18px;
}
.sale-coupon h3 span {
    font-size: 18px;
    color: #ff0078;
}
.sale-coupon > span {
    font-weight: 700 !important;
    margin: 10px 0;
    display: inline-block;
    font-size: 25.168px !important;
}
.sale-coupon.copy-coupon h3 {
    font-weight: 300;
    text-decoration: underline;
    font-size: 25.168px !important;
}
.sale-coupon.copy-coupon h3 span {
    font-size: 25.168px !important;
}
.sale-coupon.copy-coupon h3 a {
    color: #000;
    text-decoration: none;
    font-size: 25px;
    font-weight: 700;
}
.quantity {
    display: flex;
    margin: 22px auto 0;
    flex-direction: column;
    /* height: 64px; */
    justify-content: center;
    /* transform: scale(1.26); */
    align-items: center;
}
.quantity label {
    font-size: 1.2em;
    margin-right: 10px;
    font-weight: 600;
    margin-bottom: 5px;
}
.quantity img {
    width: 25px;
}
.btn-borders {
    background: #fff;
    position: relative;
    border: 1px solid;
    border-top-left-radius: 21px 21px;
    border-bottom-left-radius: 21px 21px;
    border-top-right-radius: 21px 21px;
    border-bottom-right-radius: 21px 21px;
}
button.minus-btn,
button.plus-btn {
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-top: 5px;
    transition: 0.7s;
}
button.minus-btn {
    background-image: url(https://catchstaging.com/product/variation/incense-waterfall-new-cart/app/desktop/images/white-minus.png);
    margin-right: 1rem;
    margin-left: .5rem;
}
button.minus-btn:hover {
    background-image: url(https://catchstaging.com/product/variation/incense-waterfall-new-cart/app/desktop/images/green-minus.png);
}
button.plus-btn {
    background-image: url(https://catchstaging.com/product/variation/incense-waterfall-new-cart/app/desktop/images/white-plus.png);
    margin-left: 1rem;
    margin-right: .5rem;
}
button.plus-btn:hover {
    background-image: url(https://catchstaging.com/product/variation/incense-waterfall-new-cart/app/desktop/images/green-plus.png);
}
.quantity button {
    -webkit-appearance: none;
    -webkit-appearance: none;
}
input#firstName {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAfBJREFUWAntVk1OwkAUZkoDKza4Utm61iP0AqyIDXahN2BjwiHYGU+gizap4QDuegWN7lyCbMSlCQjU7yO0TOlAi6GwgJc0fT/fzPfmzet0crmD7HsFBAvQbrcrw+Gw5fu+AfOYvgylJ4TwCoVCs1ardYTruqfj8fgV5OUMSVVT93VdP9dAzpVvm5wJHZFbg2LQ2pEYOlZ/oiDvwNcsFoseY4PBwMCrhaeCJyKWZU37KOJcYdi27QdhcuuBIb073BvTNL8ln4NeeR6NRi/wxZKQcGurQs5oNhqLshzVTMBewW/LMU3TTNlO0ieTiStjYhUIyi6DAp0xbEdgTt+LE0aCKQw24U4llsCs4ZRJrYopB6RwqnpA1YQ5NGFZ1YQ41Z5S8IQQdP5laEBRJcD4Vj5DEsW2gE6s6g3d/YP/g+BDnT7GNi2qCjTwGd6riBzHaaCEd3Js01vwCPIbmWBRx1nwAN/1ov+/drgFWIlfKpVukyYihtgkXNp4mABK+1GtVr+SBhJDbBIubVw+Cd/TDgKO2DPiN3YUo6y/nDCNEIsqTKH1en2tcwA9FKEItyDi3aIh8Gl1sRrVnSDzNFDJT1bAy5xpOYGn5fP5JuL95ZjMIn1ya7j5dPGfv0A5eAnpZUY3n5jXcoec5J67D9q+VuAPM47D3XaSeL4AAAAASUVORK5CYII=) !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-size: 16px 18px !important;
    background-position: 98% 50% !important;
    cursor: pointer;
}
.quantity input {
    -webkit-appearance: none;
    border: none;
    right: 31%;
    left: 36%;
    top: 0;
    background: transparent;
    position: absolute;
    text-align: center;
    font-size: 17px;
    -webkit-appearance: none;
}
button[class*=btn] {
    cursor: pointer;
}
button:focus,
input:focus {
    outline: 0;
}
.coupon-apply {
    text-align: center;
    background: #ebe5ff;
    padding: 36px 0;
    border-top: 2px solid #404040;
    display: none;
}
.coupon-apply .flex {
    max-width: 558px;
    margin: 0 auto;
    display: flex;
}
.coupon-apply .flex input {
    flex: 0 0 50%;
    padding: 20px 0;
    display: block;
    min-width: 0;
}
.coupon-apply input[type="text"],
.gift-code input[type="text"] {
    font-size: 26px;
    flex: 0 0 48%;
    text-indent: 20px;
    font-family: 'Nunito', sans-serif;
}
.coupon-apply input[type="text"] {
    border: 1px solid #a9a9a9;
}
.gift-code input[type="text"] {
    border: 2px solid #a9a9a9;
}
.coupon-apply input[type="button"],
.coupon-apply button,
.gift-code input[type="button"],
.gift-code button {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    cursor: pointer;
    flex: 0 0 48%;
    margin-left: auto;
}
.coupon-apply input[type="button"],
.coupon-apply button,
.gift-code button {
    background: #000;
    color: #fff;
    border: 0 none;
    display: block;
}
.gift-code input[type="button"],
.gift-code button {
    background: #f2f2f2;
    color: #3a3a3a;
    flex: 0 0 38%;
    margin-left: auto;
}
.totals-item img {
    width: 25px;
    margin: 4px 6px 10px 10px;
    align-self: flex-start;
}
span.subtotal-items-count {
    margin-left: -11px;
}
.subtotal {
    display: flex;
    border-bottom: 1px solid #969696;
    flex-direction: column;
    text-align: center;
    width: 647px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 10px 0;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.subtotal label {
    font-size: 20px;
    margin-top: 7px;
    color: #3c3f48;
}
.subtotal .totals-value {
    margin-left: auto;
    font-size: 25px;
    color: #3c3f48;
}
.step-grey {
    color: #969696;
}
.separator {
    display: flex;
    align-items: center;
    text-align: center;
    max-width: 647px;
    color: #c3c3c3;
    font-weight: 600;
    margin: 8px auto 10px;
    font-family: 'Montserrat', sans-serif;
}
.separator span {
    color: rgb(103, 107, 114);
    font-size: 20px;
    display: inline-block;
    margin: 0 10px;
}
.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #000;
}
.separator::before {
    margin-right: .1em;
}
.separator::after {
    margin-left: .1em;
}
.payment-buttons {
    max-width: 647px;
    margin: 0 auto;
    text-align: center;
}
.payment-buttons a {
    display: block;
    margin: 0 auto;
}
.payment-buttons img {
    max-width: 100%;
    min-width: 100%;
}
.payment-buttons img.security-img {
    min-width: 0%;
    max-width: 58%;
    margin: 5px 0;
}
footer {
    text-align: center;
}
.certificat-section img {
    max-width: 100%;
    width: 650px;
    margin: 15px 0;
}
.button-checkout {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
}
.payment-border{
    border-top-width: 2px;
    border-top-style: solid;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    margin-top: 20px;
}
.button-checkout button,
.button-checkout2 button {
    padding: 23px 0;
    display: block;
    width: 100%;
    font-size: 3em;
    margin: 0 auto;
    box-sizing: border-box;
    background: rgb(22, 190, 83);
    border: none;
    border-radius: 4px;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    -webkit-appearance: none;
}
.secured-payment {
    color: #9b9b9d;
    padding: 6px 0;
    display: inline-block;
    font-size: 14px;
}
.r-slider-h h3 {
    font-size: 21px;
    color: #000;
}
.secured-payment img:nth-child(1) {
    width: auto !important;
    height: 12px !important;
    margin-top: 0 !important;
}
.secured-payment img:nth-child(2) {
    vertical-align: middle;
    display: inline-block;
}
.secured-payment .stripe-icon {
    width: 62px;
    margin-left: 5px;
    align-self: center;
    -webkit-align-self: center;
}
.icons-section img {
    width: 650px;
    max-width: 100%;
    margin: 25px 0;
}
.button-checkout {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background: #fff;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
.button-checkout2 {
    text-align: center;
    max-width: 647px;
    margin: 0 auto;
}
@media(max-width:767px) {
    .button-checkout,
    .button-checkout2 {
        max-width: 100% !important;
    }
}
.checkout-phase-one .stock {
    font-size: 18px;
    text-align: left;
    border-bottom: 2px solid #5e5e5e;
    border-top: 2px solid #5e5e5e;
    margin-bottom: 18px;
    font-weight: 800;
    justify-content: center;
    display: flex;
    align-items: flex-start;
    align-content: center;
    align-self: center;
    margin: 0;
    padding: 14px 0 12px;
    background: #fbe6e5;
}
/* Cart styles */
body.checkout-phase-one {
    background: #f2f2f2;
}
.accordion-total-price {
    margin: 20px 0;
    border-bottom: 3px solid #e1ab58;
    border-top: 3px solid #e1ab58;
    padding: 10px 0 3px 0;
}
.bundle-item {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
}
.image-bundle img {
    width: 100%;
    max-width: 400px;
}
span.header-b {
    font-family: 'Montserrat';
    font-size: 1.5rem;
    font-weight: 800;
}
span.sub-h-b {
    font-size: 1.4rem;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #3d3f47;
}
span.was-b {
    text-decoration: line-through;
    font-size: 1.2rem;
    color: #3d3f47;
}
span.price {
    font-family: 'Montserrat';
    font-weight: 700;
    color: #2e9ef3;
    font-size: 1.8rem;
}
span.price.shipping {
    font-size: 1rem;
}
.product-h-section {
    margin: auto;
}
/* .border-section-bundle {
    background: rgb(172, 136, 64);
    background: linear-gradient(1deg, rgba(172, 136, 64, 1) 0%, rgba(233, 211, 109, 1) 47%, rgba(172, 136, 64, 1) 100%);
    box-shadow: 0 1px 10px 3px #b9b8b8;
    -webkit-box-shadow: 0 1px 10px 3px #b9b8b8;
} */
.product-section-active .product-section.border-section-bundle {
    background: #86c360;
    padding: 0;
}

/* .product-section.bundle-two {
    border: 5px solid #86c360 !important;
    background: #fffef4 !important;
} */
.product-section-recom {
    max-width: 668px;
    margin: 1rem auto;
    border-radius: 2%;
    /* background: transparent !important; */
    border: none;
    background: rgb(172, 136, 64);
    background: linear-gradient( 1deg, rgba(172, 136, 64, 1) 0%, rgba(233, 211, 109, 1) 47%, rgba(172, 136, 64, 1) 100%);
    box-shadow: 0 1px 10px 3px #b9b8b8;
    -webkit-box-shadow: 0 1px 10px 3px #b9b8b8;
}
.product-section-recom .product-section {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}
.product-section-active {
    border: 4px solid #86c360 !important;
    background: #fffef4 !important;
}
.bundle-three.product-section-active {
    /* padding: 0 !important; */
    background: #86c360 !important;
}
.product-section-active .star-section p {
    background: #86c360;
}
.bundle-gradient {
    background: #fff;
    border-radius: 14px;
}
.bundle-two,
.bundle-one,
.bundle-four {
    background: #fff;
    padding: .5rem .0rem !important;
    border: 1px solid #eaeaea;
    /* margin: 0 20px 18px; */
}
.product-section-recom.product-section.bundle-three.product-section-active {
    border: none !important;
}

.price-b {
    margin-top: 3rem;
}
.product-section,
.payment-section,
.responsive-form {
    max-width: 650px;
    margin: 1rem auto;
    padding: .3rem .3rem;
    border-radius: 18px;
    box-sizing: border-box;
}
.payment-section,
.responsive-form {
    padding: .5rem .5rem;
}
.payment-section{
    background: transparent !important;
}
.checkout-page .product-section,
.checkout-page .payment-section,
.payment-section,
.checkout-page .responsive-form {
    border-radius: 18px;
    background: #fff;
    padding: .5rem 1rem;
}

.delivery-section {
    display: flex;
}
.delivery-section img {
    width: 35px;
    height: 41px;
    margin-right: 1%;
}
h4.ships-text.text-slot.ships-text_checkout {
    margin-top: 0;
    padding-bottom: 5px;
    margin-bottom: 0px;
    font-size: 13px;
}
img.billing-img {
    height: 31px;
    width: 28px;
    margin-right: 10px;
    margin-top: 12px;
}
.payment-i img {
    width: 13px !important;
    height: 14px;
}
.payment-i {
    margin-top: 0;
    padding-bottom: 2%;
}
.delivery {
    display: flex;
}
.product-h-section .accordion-total-price {
    border-top: none;
    margin-top: 0;
}
.tab-content {
    display: initial;
    max-height: 0;
    padding: 0 1em;
    color: #333;
    background: white;
    transition: all .35s;
}
.tab .tab-label .total-price {
    font-size: 1.2em;
    /* margin-top: -2px; */
    font-weight: 600;
}
.product-summary {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.product-img {
    position: relative;
    min-height: 0;
    border-radius: 18px;
    flex: 0 0 46%;
}
.product-img img {
    max-width: 100%;
    width: 700px;
    border-radius: 16%;
}
.count-of-items {
    position: absolute;
    background: #000;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    width: 32px;
    height: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    text-align: center;
    top: -5%;
    right: -7px;
}
.subtotal-price {
    border-bottom: 1px solid #969696;
}
.product-header {
    color: #000;
    max-width: 300px;
    align-self: center;
}
.product-header h3 {
    font-size: 18px;
    margin-left: 12px;
}

.product-sum-p {
    font-weight: 800;
    font-size: 1.41em;
    color: #000;
}
.gift-code {
    text-align: center;
    padding: 36px 0;
    margin: 20px 0;
    border-bottom: 2px solid #8d8d8d;
    border-top: 2px solid #8d8d8d;
    display: flex;
    display: none;
}
.gift-code input,
.gift-code input[type="text"] {
    position: relative;
    opacity: 1;
    z-index: 1;
    text-indent: 0;
    flex: 0 0 48%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    padding: 20px;
}
.gift-code input[type="text"] {
    flex: 0 0 58%;
}
.gift-code input:last-child {
    flex: 0 0 38%;
    font-size: 1.2em;
    font-weight: 600;
    margin-left: auto;
}
span.rated-text {
    font-weight: 700;
    font-size: 1em;
    color: #000;
}
.subtotal-price,
.shipping,
.total {
    display: flex;
    color: #000;
    justify-content: space-between;
}
.subtotal-price label,
.shipping label,
.total label {
    font-size: 1.4em;
    font-weight: 800;
    line-height: 44px;
}
.tab-content .shipping {
    display: none;
}
.total .sub-price {
    font-size: 2em;
    font-weight: 900;
}
.total {
    border-top: 2px solid #8d8d8d;
    border-bottom: 2px solid #8d8d8d;
    padding-top: 13px;
}
.total-quantity,
.total-old-price,
.total-saved,
.subtotal-price,
.shipping-sec {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    color: #0c5992;
    padding: 0 0 0 10px;
    /* padding: 0 13px; */
}
.total-old-price .sub-price {
    color: #8d8d8d;
    text-decoration: line-through;
}
.total-saved .saved {
    color: red;
}
.shipping .shipment {
    font-size: 1.1em;
    color: #8d8d8d;
}
.subtota-price,
.total-price {
    font-weight: 900;
}
.checkout-phase-two .total-price,
.checkout-phase-three .total-price {
    font-size: 30px;
}
.checkout-phase-three .total-price {
    font-size: 18px;
}
.stock-limited img {
    max-width: 100%;
    width: 40px;
    height: 37px;
}
.stock-limited {
    display: flex;
    justify-content: flex-end;
    font-size: 1em;
    color: #ff0078;
    padding: 10px 13px;
}
.subtotal-price {
    padding-bottom: 10px;
}
.r-slider-h {
    display: flex;
}
/*Slick Slider*/
.responsive {
    max-width: 558px;
    margin: auto;
    opacity: 0;
}
.slick-list {
    border-radius: 30px;
    box-shadow: 1px 3px 4px 6px rgba(167, 167, 167, .5);
}
.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.slick-dots li {
    margin: 0 8px;
}
.slick-dots button {
    display: block;
 width: 0.4rem;
    height: 0.4rem;
    border-radius: 100%;
    padding: 0;
    border: none;
    background-color: rgba(34, 34, 34, 0.4);
    text-indent: -9999px;
    cursor: pointer;
}
button:focus {
    border: none;
    outline: 0;
}
li.slick-active button {
    background-color: #222;
}
.slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
}
.slick-slider {
    margin-bottom: 20px;
}
.verified {
    display: flex;
    justify-content: space-between;
    padding: 17px 37px;
    position: relative;
    color: #ababab;
    font-family: 'Montserrat', sans-serif;
}
span#timer {
    background: red;
    color: white;
    padding: 1px 3px;
}
button#paypal_button {
    padding: 0;
}
/*Review section*/
.days-review {
    color: #000;
}
.verified::before {
    content: "";
    background-image: url(img/Review1.jpg);
    width: 20px;
    height: 19px;
    background-position: center;
    top: 19px;
    left: 14px;
    position: absolute;
}
.review-body-all,
.review-all {
    padding: 2.1em 1.2em 6em 1.2em;
    position: relative;
}
.review-body {
    padding: 0.1em 1.2em 0 1.2em;
    position: relative;
}
.review-body-all,
.review-all {
    margin: 20px 14px;
    border-bottom: 5px solid #dadada;
}
.review-all {
    border-top: none;
    padding: 1.1em 1.2em 0em 1.2em;
}
.user-review {
    padding: 2.1em 3.5em 1em 2.1em;
}
.img-review {
    float: left;
    margin-right: 26px;
}
.review-text {
    font-size: 18px;
    font-style: italic;
}
.star-rating {
    margin-top: -10px;
    color: #454851;
}
span.name-of-reviewer {
    font-style: initial;
    font-size: 0.9em;
    color: #7b7b7b;
}
.reviews-all {
    margin-top: 3em;
}
.review-h h2 {
    font-size: 1.8em;
    margin-bottom: 0.5em;
}
h2.review-h-desc {
    font-size: 1.5em;
}
.review-h-all {
    font-size: 2.3em;
    text-align: center;
}
.review-count {
    float: left;
    font-size: 1.1em;
    font-weight: 700;
    margin-top: 15px;
}
button.review-write {
    position: absolute;
    right: 2%;
    top: 48%;
    font-size: 1.2em;
    color: #fff;
    font-weight: 700;
    background: #014484;
    padding: 15px 29px;
    border: 4px solid #063663;
    border-radius: 10px;
    box-shadow: -2px 8px 20px 7px rgb(162 162 162 / 43%);
    -webkit-appearance: none;
}
.prod-quality,
.f-shipping,
.v-money {
    display: flex;
    justify-content: space-between;
    font-size: 1.5em;
    font-weight: 700;
    margin: 20px 0;
}
.user-av {
    font-size: 1.8em;
    font-weight: 600;
}
.user-av img {
    float: left;
    margin-right: 10px !important;
    max-width: 49px;
}
.user-stars .star-rating {
    margin-top: 15px;
}
.user-stars img {
    width: 40px;
}
.date-of-review p {
    font-size: 0.8em;
    font-weight: 700;
}
.review-post {
    margin-top: 20px;
}
.like {
    text-align: right;
    margin-top: 25px;
    font-size: 1em;
    font-weight: 700;
    float: right;
    display: flex;
}
.like img {
    margin: 0 15px;
    width: 36px !important;
    height: 20px !important;
    padding: 0px 7px;
    position: relative;
    bottom: 3px;
}
.user-review-photos {
    padding: 2.5em 1em;
    border-bottom: 3px solid;
    margin: 1.5em;
}
/** Titles **/
.review-count img {
    width: 26px !important;
    margin-left: 15px !important;
    float: right;
}
.reviews-all .review-h {
    position: relative;
    text-align: left;
    padding-left: 1.3em;
}
.reviews-all .review-h img {
    width: 40px !important;
    position: absolute;
    left: 56%;
    top: 5px;
}
 img.stock-img {
    float: left;
    width: 24px;
    margin-right: 5px;
    /* margin-top: 4px; */
}
.button-checkout-1 {
    display: none;
    position: fixed;
    width: 100%;
    background-color: #fff;
    padding-top: 20px;
    z-index: 1;
    top: auto;
    bottom: 0;
    height: 213px;
}
.button-checkout-1 button {
    padding: 33px 0;
    display: block;
    width: 86%;
    font-size: 4.5em;
    margin: 0 auto;
    box-sizing: border-box;
    background: #777bf9;
    border: none;
    border-radius: 12px;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    -webkit-appearance: none
}
.sale-section h6 img {
    width: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 4px;
}
.mb0{
    margin-bottom: 0;
}
@media(max-width:767px) {
    .pac-item-query {
        font-size: 16px;
        padding-right: 6px;
    }
    .pac-item {
        font-size: 16px;
        line-height: 42px;
    }
    .pac-icon-marker {
        background-position: 4px -248px;
    }
    .pac-item-selected .pac-icon-marker {
        background-position: -20px -222px;
    }
    .pac-icon {
        width: 27px;
        height: 27px;
        background-size: 47px;
    }
}
button#paypal_button {
    background: none;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.afternone label:after {
    display: none;
}
button.PayPalBtn {
    background: none;
}
button.PayPalBtn:focus {
    outline: none;
}
.delivery-stock {
    margin-top: 0 !important;
    font-size: 13px;
    color: #000;
    font-family: Lato, HelveticaNeue, Helvetica Neue, sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.delivery-stock .shipicon-blck {
    align-self: center;
}
.slick-slider .verified,
.slick-slider .star-rating {
    display: none;
}
.slick-list {
    border-radius: 0;
    box-shadow: none;
}
body .slick-slide img {
    width: 64px !important;
}
.bundlechoose-txt{
    text-align: center;
}
.bundlechoose-txt p {
    text-align: center;
    font-size: 18px;
    color: #3d3f47;
    font-weight: 700;
    line-height: 22px;    
    font-family: 'Montserrat';
    border-bottom: 1px solid #7c7c7c;
    padding-bottom: 3px;
    display: inline-block;
}
.bundlechoose-txt p + div{
    margin-bottom: 15px;
    line-height: 16px;
}
.bundlechoose-txt p + div .fa-caret-down{
    font-size: 18px;
    line-height: 10px;
}
.form-row.checkbox-row{
    margin-bottom: 0;
}
@media (max-width: 767px) {
    body.checkout-phase-three .product-img {
        flex: 0 0 46%;
    }
    .checkout-phase-three .total-price {
        margin-top: 8px !important
    }
    .checkout-phase-three .subtotal-price .total-price {
        margin-top: 1px !important;
        font-size: 15px;
    }
    .checkout-phase-one .stock p.button-p {
        /* line-height: 20px;
        font-size: 9px; */
        line-height: 20px;
        font-size: 13px;
        /* width: 71%; */
        margin-left: 7px;
    }
    .checkout-phase-one .stock img.shipicon-blck{
        width: 26px;
        position: relative;
        top: 4px;
    }
    .step-words div {
        margin: 1rem auto;
        font-size: 14px;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        flex: 1;
        text-align: center;
    }
    .image-bundle{
        text-align: right;
        flex: 1;
    }
    .image-bundle img {
        /* width: 90%; */
        max-width: 400px;
    }
    .price-b {
        margin-top: 1.5rem;
    }
    span.price {
        font-size: 1.4rem;
    }
    /* .animation-line img {
        left: 12%;
        width: 25px;
        height: 25px;
    } */
    .step-section-1{
        margin-bottom: -1px;
    }
    @keyframes increase {
        100% {
            width:var(--animation-width);
        }
    }
    .star-section p{
        font-size: 13px;
    }
    #email-information{
        font-size: 10px;
    }
}



@media (max-width: 470px) {
    .product-sec-mm, .responsive-form {
    max-width: 100%;
}
    .checkout-phase-three .responsive-form .form-checkout .form-proper .form-text .form-title-text {
    font-size: 14px;
}
  .checkout-phase-one .button-checkout button {
    max-width: 96%;
}
  .product-section.product-section-mm {
    max-width: 100%;
}
  .custom-select select {
    height: 44px;
    font-size: 16px;
}
  .produc-header h3 {
    font-size: 14px;
  }
  .r-slider-h h3 {
    font-size: 17px;
}
  .review-text {
    max-width: 350px;
}
  .review-text p {
    font-size: 12px;
}
  
  span.rated-text {
    font-size: 14px;
}
  .product-sec-mm, .responsive-form {
    max-width: 100%;
}
  .certificat-section, .icons-section, .checkcart-sec {
    margin: 0;
}
  .checkout-page .product-section, .checkout-page .payment-section, .payment-section, .checkout-page .responsive-form {
    padding: 0;
}
.payment-section, .responsive-form {
    padding: 0;
}
  .button-checkout button, .button-checkout2 button {
    font-size: 2em;
    padding: 16px 0;
  }
h4.ships-text.text-slot.ships-text_checkout {
    padding-left: 0;
}
  .payment-i {
    padding-left: 0;
}
    .bundlechoose-txt p {
        font-size: 17px;
    }
    .stock-limited {
        padding: 0px 13px;
    }
    .r-slider-h img {
        margin: 5px 5px 0 0;
    }
    .star-rating h6 {
        font-size: 12px;
        margin-top: 0px;
    }
    .star-rating {
        font-size: 13px;
    }
    .product-img{
        flex: 0 0 40%;
    }
    .product-img img {
        max-width: 120px;
        margin: 5px;
        width: 100%;
    }
    .r-slider-h {
        display: flex;
        font-size: 14px;
        margin-top: -30px;
    }
    .bundle-one img {
        width: 100%;
        /* max-width: 176px; */
    }
    .bundle-two img {
        width: 100%;
        max-width: 200px;
    }
    .bundle-four img {
        margin-bottom: 1rem;
    }
    .star-section {
        font-size: .67rem;
    }
    .payment-section {
        margin: 20px;
    }
    .certificat-section {
        margin: 0 20px;
    }
    span.header-b {
        font-size: 1.3rem;
        white-space: nowrap;
    }
    span.sub-h-b {
        font-size: 1rem;
    }
    span.price {
        font-size: 1.4rem;
    }
    span.price.shipping {
        font-size: .81rem;
    }
    span.was-b {
        font-size: 1.2rem;
    }
    .bundle-one,
    .bundle-two,
    .bundle-three,
    .bundle-four {
        margin: 0 20px 18px;
    }
    /* .product-section-recom {
        margin: 7px 15px 18px;
    } */
    .checkout-phase-one .stock {
        font-size: 13px;
    }
    .sale-section h6 {
        font-size: .8em;
    }
    .logo-header {
        width: 208px;
        padding: 8px 0;
    }
    .delivery-info .delivery-stock {
        font-size: 10px;
    }
    /* .step-words div {
        margin: 1rem auto;
        font-size: 14px;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
    } */
    .stock-limited h3 {
        font-size: 12px;
    }
    .stock-limited img {
        width: 25px;
        margin-top: 11px;
        height: 24px;
    }
    .product-header {
        margin-left: 5px;
    }
    .count-of-items {
        top: -13%;
        font-size: 18px;
        width: 27px;
        height: 27px;
    }
    .sale-coupon h3 {
        font-size: 17px;
    }
    .certificat-section img {
        width: 412px;
    }
    .icons-section img {
        width: 412px;
    }
    .separator span {
        font-size: 14px;
    }
    .subtotal .totals-value {
        margin-top: 10px;
    }
    @keyframes increase {
        100% {
            width:var(--animation-width);
        }
    }
    /* .animation-line img {
        left: 12%;
    } */
    .step-section {
        margin-bottom: 7%;
    }
    .review-body {
        padding: 0.1em 0em 0 1.5em;
    }
}
@media screen and (max-width: 380px) {
    h4.ships-text.text-slot.ships-text_checkout {
    padding-left: 0;
}
    .bundlechoose-txt p {
        font-size: 16px;
        line-height: 18px;
    }
    .product-img img {
        max-width: 101px;
        margin: 16px 5px;
        width: 100%;
    }
    .count-of-items{
        top: -10%;
        /* left: 76%; */
    }
    .product-section,
    .payment-section {
        max-width: 335px;
    }
    .produc-header span {
        font-size: 1rem;
    }
    .sale-coupon h3 {
        font-size: 15px;
    }
    .quantity input {
        top: 6px;
    }
    .items-count p {
        font-size: 13px;
    }
    .basket-header h1 {
        font-size: 1.3rem;
    }
    .subtotal .totals-value {
        font-size: 23px;
    }
    .button-checkout button,
    .button-checkout2 button {
        font-size: 1.5em;
    }
    .certificat-section img {
        width: 340px;
    }
    .icons-section img {
        width: 340px;
    }
    .checkout-phase-one .stock img {
        width: 24px;
        height: 16px;
    }
    .checkout-phase-one .stock {
        /* padding: 31px 0; */
        font-size: 10px !important;
    }
    .checkout-phase-three .subtotal-price .total-price {
        font-size: 12px;
    }
    .total-quantity,
    .total-old-price,
    .total-saved,
    .subtotal-price {
        font-size: 12px !important;
    }
    .stock-limited img {
        width: 22px;
        height: 21px;
    }
    .stock-limited h3 {
        font-size: 11px;
    }
    .total-old-price .sub-price {
        font-size: 12px;
    }
    .slick-dots button {
        width: 0.4rem;
        height: 0.4rem;
    }
    .yellow-box {
        font-size: .7em !important;
    }
    .checkout-phase-three .responsive-form .form-checkout .form-proper .form-text{
        display: flex;
        align-items: center;
    }
    .checkout-phase-three .responsive-form .form-checkout .form-proper .form-text .form-title-text{
        font-size: 12px !important;
    }
    .checkout-phase-three .responsive-form .form-checkout .form-proper .form-text .icon-payment{
        top: 0 !important;
    }
    .checkout-phase-three .responsive-form .form-checkout .form-proper .form-row.checkbox-row .form-input label{
        font-size: 10px !important;
    }
}
@media screen and (max-width: 360px) {
    /* .product-img img {
        max-width: 142px;
        margin: 30px 0;
        width: 100%;
    } */
    .product-img img {
        max-width: 68px;
        margin: 30px auto;
        width: 100%;
        display: block;
    }
    img.prod-img {
        width: 200px;
    }
    .button-checkout button.cart-fixed-btn,
    .button-checkout2 button.cart-fixed-btn {
        width: 100% !important;
    }
}
.totals-item .hide {
    display: none;
}
.strikeout {
    text-decoration: line-through;
    color: gray;
    font-weight: 500;
}
#cart-subtotal {
    flex-basis: 100%;
    text-align: right;
}
.responsive-form .widget-customer-form.whiteFont .input,
input[type=search],
.responsive-form .widget-customer-form.whiteFont input[type=tel],
.responsive-form .widget-customer-form.whiteFont input[type=url],
.responsive-form .widget-customer-form.whiteFont input[type=week],
.responsive-form .widget-customer-form.whiteFont input[type=month],
.responsive-form .widget-customer-form.whiteFont input[type=date],
.responsive-form .widget-customer-form.whiteFont input[type=text],
.responsive-form .widget-customer-form.whiteFont input[type=password],
.responsive-form .widget-customer-form.whiteFont input[type=email],
.responsive-form .widget-customer-form.whiteFont input[type=number] {
    color: #e8f0fb
}
.responsive-form .widget-customer-form.whiteFont select {
    color: #FFF
}



.limiled_stock h5{
text-align: center;
    color: #ff449c;
    font-size: 18px;
    margin-top: 20px;
}
.limiled_stock h5 span img{
   width: 40px;
   margin-right: 14px;
}

.product_sec{
    max-width: 647px;
    margin: 0 auto;
    background: #fff;
}
 .prod_row{
      display: flex;
      justify-content: space-around;
      /* border-bottom: 1px solid #ccc; */
      padding: 15px 40px;
      align-items: center;
   }
   .pord_img{
      width: 26%;
      text-align: center;
   }
   .pord_img img{
   width: 80%;
   margin: 0 auto;
   }
   .prod_details{
      width: 64%;
      margin-left: 8px;
   }
   .prod_details h3 {font-size: 17px;}

   .prod_details h3 i{
      /* display: block; */
      font-style: normal;
      /* font-size: 16px; */
      color: #999;
   }
   .prod_details h4{font-size: 14px;margin-bottom: 0;border-bottom: 1px solid #eee;padding-bottom: 4px;}


   .prod_details h4 span{
      float: right;
      color: #000;
      font-weight: 700;

   }

   .prod_details h4 span del{
   color: #999;
}

   .total_part{border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.total_part h2{    font-size: 17px;
    margin-bottom: 0;
    margin-top: 4px;}

.total_part h2 span{
   float: right;
   color: #00c32a;
}


   .total_part h2 span.red{
   color: #f00;
}
.total_part h2 span.gry{
   color: #999;
}
.total_part h2 span.blk{
   color: #000;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
.prod_row{
    padding: 12px 10px;
}
.pord_img {
    width: 20%;
}

.pord_img img {
    width: 100%;
}

.prod_details {
    width: 70%;
    margin-left: 8px;
}
.prod_details h3 {
    font-size: 13px;
    margin-bottom: 4px
}

.prod_details h4 {
    font-size: 12px;
    margin-bottom: 0;
    padding-bottom: 3px;
    margin-top: 0;
    padding-top: 4px;
}

.total_part h2 {
    font-size: 13px;
}


}
@media(max-width:576px){
    .sale-section {
        padding: 10px 0;
    }
    .sale-section h6 img {
        width: 20px;
        display: inline-block;
        vertical-align: middle;
        margin-top: -3px;
        margin-right: 0;
    }
    .sale-section h6{
        letter-spacing: -.5px;
    }
}