/*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('../images-main/MM/MM_Background_Wheel_1.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: 10em;
    left: 23em;
    right: 0;
    margin: 0 auto;
    color: #f3f3f3;
    z-index: 99999999995;
    display: inline-block;
    text-align: center;
    text-decoration: underline;
    font-size: .9em;
    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 (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: 21em;
        width: auto;
        position: absolute;
        left: -34%;
        bottom: 11.5em;
    }
    .arrow {
        left: 8.5em;
        bottom: 14em;
    }
}

@media only screen and (max-width: 568px) {
    #spin_button {
        width: 134px;
        height: 54px;
        bottom: 68%;
        right: 16%;
    }
    #spin-page{
        background: url('../images-main/MM/MM_Background_Wheel_1.svg') no-repeat center;
        background-size: cover;
    }
    .x_button{
        width: 20px;
        height: 24px;
    }
    #spin-page .no_thanks {
        font-size: .8em;
        left: -4em;
        bottom: 14em;
    }
}
@media only screen and (max-width: 400px){
    #spin-page .no_thanks {
        bottom: 7em;
    }
    #spinner>img {
        height: 20em;
        left: -35%;
        bottom: 7em;
    }
    .arrow {
        width: 4em;
        left: 8em;
        bottom: 9rem;
    }
    #spin_button {
        bottom: 61%;
        right: 16%;
    }
}
@media only screen and (max-width: 320px){
    .spin_sub {
        font-size: .8em;
    }
    .spin_title {
        font-size: 1em;
    }
    #spinner>img {
        left: -45%;
        bottom: 4em;
    }
    .arrow {
        left: 8em;
        bottom: 5rem;
    }
    #spin_button {
        width: 107px;
        height: 36px;
        bottom: 57%;
    }
    #spin-page .no_thanks {
        font-size: .8em;
        bottom: 3em;
    }
}
/*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;
}

p {
    margin: 0;
}
.desktop-v {
    max-width: 760px;
    margin-left: 10%;
}


.product-main-page {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: 10%;
    max-width: 1200px;
}

.sale-section {
    background: #014484;
    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: 21px !important;
}

.product-description {
    padding: 1em 1em 0;
    line-height: 1.5;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.produc-header h1 {
    margin: 0;
}

.main-product-image img{
      object-fit: cover;
          max-width: 100%;
      width: 760px;
    }

.sale-section h6 {
    font-size: 1.5em;
    color: #fff;
    text-align: center;
}

.header-logo {
    position: relative;
    display: flex;
    margin: 0;
    padding: 0;
    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;
}
.logo-header {
    width: 320px;
    margin: 0 auto;
    display: block;
    align-self: center;
}


.produc-header {
  font-size: 0.7em;
}

.star-rating span {
    padding-right: 4px;
}
.star-rating span:last-child {
    padding-right: 0;
}
.star-rating h6 {
    padding-left: 10px;
    font-size: 1.2em;
}
.star-rating {
    margin-bottom: 18px;
    margin-top: 12px;
    display: flex;
    /* align-items: center; */
    line-height: 1.2;
}

.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 {
    color: #16BE53;
    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: #16BE53;
    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;
}

.step-section-1, .step-section-2, .step-section-3 {
    position: relative;
    max-width: 100%;
    margin: auto;
    text-align: center;
    border-bottom: 2px solid;
    background: #fbfbfb;
}
.step-section-1 img, .step-section-2 img, .step-section-3 img{
    max-width: 100%;
    width: 800px;
    padding: 24px 5px;
}


.basket-header {
    max-width: 558px;
    margin: 20px auto 0;
}
.basket-header h1{
  font-size: 52px;
    text-align: center;
}

.items-count{
    max-width: 558px;
    margin:auto;
    border-bottom: 2px solid;
}
.items-count p{
  font-size: 26px;
  font-weight: 600;
}

.produc-header{
  font-size: 0.7em;
}

.product-price:before, .totals-value:before {
  content: '$';
}

.product-item {
    display: flex;
    max-width: 558px;
    margin: 29px auto;
}

.product-image {
    margin: 0 20px 15px 0;
}

img.prod-img {
    width: 240px;
}

.produc-header h3 {
    font-size: 1.75em;
    font-weight: 700;
    margin: 4px 0 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;
}

.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;
}
button#paypal_button {
    border: none;
}

.sale-coupon {
    margin: 13px 0;
    padding: 5px 9px;
    text-align: center;
    background: #e8f0fb;
    border: 1px dotted #000;
}
.sale-coupon {
  font-size: 1em;
}
.sale-coupon h3{
  font-weight:700!important;
  text-decoration: underline;
  font-size:25.168px!important;
}
.sale-coupon h3 span{
  font-size:25.168px!important;
}

.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: 30px auto 0;
    /* 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-top:4px;*/
}

.quantity img {
    width: 25px;
}

.quantity button {
    -webkit-appearance: none;
    border: none;
    background: none;
    -webkit-appearance: none;
    height: 64px;
}

.quantity input {
    -webkit-appearance: none;
    border: none;
    background: #fff;
    text-align: center;
    width: 30px;
    font-size: 20px;
    -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;
}

.payment-section {
    background: #f3f3f3;
    border-top: 2px solid #404040;
    border-bottom: 2px solid #404040;
}

.subtotal {
    display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 558px;
  margin: 0 auto;
  padding: 20px 0;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.subtotal label {
  font-size: 24px;
  margin-top: 7px;
}

.subtotal .totals-value {
    margin-left:auto;
    font-size: 32px;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    max-width: 600px;
    color: #c3c3c3;
    font-weight: 600;
    margin: 5px auto;
}
.separator span{
  color:#676b72;
  font-size: 24px;
  display:inline-block;
  margin:0 10px;
}

.separator::before, .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #c3c3c3;
}

.separator::before {
    margin-right: .25em;
}

.separator::after {
    margin-left: .25em;
}

.payment-buttons {
    max-width: 575px;
    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: 64%;
  margin: 5px 0;
}


footer {
    text-align: center;
}

.certificat-section img {
    max-width: 100%;
}

.button-checkout{
    position:-webkit-sticky;
    position:sticky;
    bottom:0;
}

.button-checkout button, .button-checkout2 button {
    padding: 20px 0;
    display: block;
    width: 100%;
    font-size: 2em;
    margin: 0 auto;
    box-sizing: border-box;
    background: #16BE53;
    border: none;
    border-radius: 12px;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    -webkit-appearance: none;
}

/*.secured-payment {
    color: #9b9b9d;
    display: flex;
    flex-flow: initial;
    justify-content: center;
    -webkit-justify-content: center;
    padding:6px 0;
}*/
.secured-payment {
    color: #9b9b9d;
    /* display: flex; */
    /* flex-flow: initial; */
    /* justify-content: center; */
    /* -webkit-justify-content: center; */
    padding: 6px 0;
    display: inline-block;
}
.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: 1000px;
    max-width: 100%;
    margin: 19px 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: 600px;
    margin:0 auto;
}
@media(max-width:767px){
  .button-checkout , .button-checkout2 {
    max-width: 100%!important;
  }
}

/* Accordion styles */
.accordion-total-price {
    margin: 20px 0;
    border-bottom: 3px solid #e1ab58;
    border-top: 3px solid #e1ab58;
    padding: 10px 0 3px 0;
}

.product-h-section {
    max-width: 640px;
    margin: auto;
}

.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;
}
.product-img img{
  max-width: 100%;
}

.count-of-items {
    position: absolute;
    background: #000;
    color: #fff;
    padding: 5px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    top: -5%;
    right: 0;
}
.subtotal-price {
    border-bottom: 2px solid #404040;
}

.product-header {
    color: #000;
    max-width: 300px;
    align-self: center;
}
.product-header h3{
  font-size:1.6em;
  font-weight: 600;
  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: 1.3em;
}

.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 {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    color: #014484;
    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;
}


.stock-limited img {
    max-width: 100%;
    width: 40px;
    height: 37px;
}

.stock-limited {
    display: flex;
    justify-content: flex-end;
    font-size: 1em;
    color: red;
    padding: 10px 13px;
}

.subtotal-price {
    padding-bottom: 10px;
}

/*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.8rem;
    height: 0.8rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    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 10px;
    margin: 10px;
}




 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: 1.3em;
    font-style: italic;
}

/* .star-rating {
    margin-bottom: 10px;
} */

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;
    display: flex;
    align-items: center;
}

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;
}

  .stock img {
    float: left;
    width: 61px !important;
    margin: 0 10px;
    }

    .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: #16BE53;
  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;
}

@media(max-width:767px){
    .review-count {
        margin-top: 0;
    }
.pac-item-query{
  font-size: 24px;
  padding-right:6px;
}
.pac-item{
  font-size: 18px;
  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: 16px !important;
    font-size: 19px;
    color: #000;
    text-align: center;
    font-family: Lato,HelveticaNeue,Helvetica Neue,sans-serif;
    font-weight: 600;
    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;
}
@media(max-width:576px){
    button.review-write{
        top:53%;
    }
}
@media screen and (max-width:365px) {
    #spinner>img {
        height: 20em;
        bottom: 3.5em;
    }
    #spinner {
        height: 27em
    }
    .arrow {
        left: 10em
    }
    #spin-page #spinner {
        height: 26em;
    }
    .arrow {
        left: 8.5em;
        bottom: 4rem;
    }
    #spin_button {
        bottom: 52%;
    }
    #spin-page .no_thanks {
        bottom: 2em;
    }
}

@media screen and (max-width: 360px){
    img.prod-img {
        width: 200px;
    }
    .button-checkout button.cart-fixed-btn , .button-checkout2 button.cart-fixed-btn{
        width: 400px !important;
    }
}
