body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
    color: black;
}

@media screen and (min-width: 992px) {
    * {
        font-size: 15px;
    }
}

@media screen and (max-width: 992px) {
    * {
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    * {
        font-size: 14px;
    }
}

.p-10 {
    padding: 7rem !important;
}

.text-decoration-none .bi {
    font-size: 2.5rem;
}

/* .sect-bg{
  background-position: center;
  background-repeat: no-repeat;
  background-size:auto;
  width: 100%;
  height: auto;
  position: relative;
} */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.sect-overlay {
    text-align: justify;
    font-weight: 300;
    color: black;
    position: relative;
}

.sect-overlay::before {
    content: "";
    background-image: url('../media/images/logobrown.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    transform: scale(1.3);
    opacity: .3;
    z-index: -1000;
}

/*---------------------------------------------- section 1 ------- topbar ------------------- */
.toTop {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: 3999;
    border: 1px solid #121212;
    background-color: transparent;
    color: #121212;
    text-align: center;
    transition: ease 50ms;
}

.toTop i {
    margin: 25% auto;
    font-size: 1.5rem;
}

.toTop:hover {
    color: #121212;
    box-shadow: 2px 2px 2px #4D6172;
    transform: translate(-4px, -4px);
}

.cart-item {
    align-items: center;
    margin-bottom: 1rem;
    font-size: calc(1vw);
}

.counter {
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.counter input {
    border: none;
}

.product-item-count {
    position: absolute;
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: .5rem;
    color: white;
    background-color: #06900a;
    border-radius: 50%;
    top: 0;
    left: 10px;
    line-height: 1rem;
}

.card-show {
    width: 300px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
    border: 1px solid #4D6172;
}

#cart-container{
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

@media (min-width: 576px) {
    .basket-btn:hover .card-show {
        visibility: visible;
    }


}

.overhide {
    overflow: hidden;
}

/* .card-total {
  border: 1px solid #1e4568;
  text-align: right;
} */

.card-total-title {
    font-size: 2rem;
    font-weight: 700;
    text-align: left;
}

@media (max-width: 576px) {
    .cart-item * {
        font-size: .8rem;
    }

    .card-total-title {
        font-size: .8rem;
    }
    .card-show {

        right: -20px;


    }
}

/*---------------------------------------------- section 2 ------- navbar --------------------*/

.navbar .navbar-nav {
    align-items: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.navbar-collapse a {
    font-weight: 400;
    letter-spacing: 0.09rem;
}

.navbar a i {
    transform: scale(1.5);
    color: black;
    opacity: 0.8;
}

.navbar a:hover {
    text-decoration: none;
}

.navbar-nav li > a::after {
    content: "";
    position: relative;
    bottom: 0;
    left: 0;
    height: 4px;
    display: block;
    width: 0;
    background: url(../media/images/header_brush.png) no-repeat;
    background-size: cover;
    transition: all 0.5s ease-in-out;
}

/* .navbar-nav li:hover a::after,
.navbar-nav li.current-menu-item a::after {
  width: 80%;
  margin-left: 10%;
} */

.navbar-nav li:hover a::after,
.navbar-nav .active a::after {
    width: 100%;
}

.nav-link {
    display: block;
    /* padding: 1.5rem; */
}

.navbar-light .navbar-nav .nav-link {
    color: #4D6172;
}

/*------------------------ section 3 / 5 ------------- banners -------------------------*/

.banner {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner1 {
    height: 600px;
}

.banner2 {
    height: 420px;
}

@media (max-width: 576px) {
    .banner2 {
        height: 180px;
    }
}

.banner3 {
    width: 100%;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-overlay {
    width: 100%;
    position: absolute;
    text-align: center;
    font-size: 3.5rem;
    font-weight: 500;
    text-shadow: 1px 1px #4D6172;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

@media (max-width: 762px) {
    .banner-overlay {
        font-size: 1.5rem;
    }
}

.slick-carousel-autoplay img {
    height: 100%;
}

/*------------------------ section 4 ----------------- products -------------------------*/

.filter-group {
    height: 80px;
}

.products {
    width: 16.66%;
    height: 80px;
    float: left;
    display: flex;
    padding: 5px;
    justify-content: center;
    align-items: center;
    color: gray;
    background-color: #f8f5f3;
    border: 1px solid rgb(240, 232, 221);
}

@media (max-width: 577px) {
    .products {
        width: 100%;
        justify-content: flex-start;
        height: auto;
        padding: 0;
    }
}

/* .products p {
  font-size: 0.75rem;
} */

.products img {
    width: 50px;
    height: 50px;
    margin: 0 0.6rem;
}

.products:hover {
    background-color: #4D6172;
    color: white;
    cursor: pointer;
    text-decoration: none;
}

.products:hover img {
    opacity: 1;
    filter: invert(100%);
}

.products-active {
    background-color: #4D6172 !important;
    color: white;
}

.products-active img {
    filter: invert(100%);
}

.btn-product-filter span {
    font-weight: 400;
    font-size: 1.3rem;
}

.page-title {
    font-size: 7rem;
    font-weight: 600;
    color: #4D6172;
    text-align: center;
    line-height: 25rem;
    text-shadow: 1px 1px 3px white;
    text-transform: capitalize;
}

/******************************************* product card **************************************/

.productgroup {
    padding: 50px 150px;
}

.productgroup-sub {
    margin: 0 auto;
    width: 100%;
}

@media screen and (max-width: 577px) {
    .productgroup {
        padding: 0;
        margin: 0;
    }
}

.seperator {
    margin: 0 0.8rem;
    height: auto;
    color: black;
    font-size: 1rem;
}

.product-card {
    height: auto;
    text-align: center;
}

.product-card > * {
    color: black;
    transition: all 0.2s ease-in;
    text-decoration: none;
    font-size: 1rem;
}

.product-img {
    display: block;
    width: 100%;
    background-size: cover;
}

.product-name {
    height: 3.2rem;
    margin-top: 0.4rem;
    overflow: hidden;
}

@media (max-width: 577px) {
    .product-name {
        height: 3.2rem;
    }
}

.product-subid {
    display: none;
}

.product-name,
.product-details-btn {
    font-size: 1.1rem;
}

/* .product-card:hover .product-card-hover{
  transform: scale(0.95);
  transition: all .5s;
} */

.product-details {
    position: relative;
    height: 2rem;
    font-weight: 600;
    color: #4D6172;
}

.product-details-quantity {
    position: absolute;
    display: block;
    width: 100%;
    opacity: 1;
    transition: all 0.2s;
}

.product-details-btn {
    position: absolute;
    display: block;
    opacity: 0;
    color: #4D6172;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    transition: all 0.2s ease-in;
}

.product-card:hover .product-details-btn {
    opacity: 1;
    transition: all 0.2s ease-in;
    transform: translateX(0px);
}

.product-card:hover .product-details-quantity {
    opacity: 0;
    transition: all 0.2s ease-in;
}

.product-card:hover .product-name {
    color: #4D6172;
    font-weight: 600;
}

.product-card:hover a {
    text-decoration: none;
}

/*---------------------------------------------- section 5 ------------- urban details---------------------*/

.section-details {
    height: auto;
}

#firstword::first-letter {
    font-size: 3rem;
    padding-right: 15px;
    float: left;
}

figcaption {
    margin-top: .3rem;
    font-weight: 500;
    color: black;
}

/*---------------------------------------------- section 7 ------------- herbs ----- library -------------*/

.herbs {
    border-radius: 100%;
    transition: all 0.5s;
}

.herbs:hover {
    transform: scale(0.8);
    transition: all 0.5s;
}

/*---------------------------------------------- section 8 ------------- philosophy ----------------------*/

.philosophy1 {
    height: 38rem;
    background: url(../media/images/felsefemiz-banner-new.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.philosophy2 {
    width: 690px;
    height: 38rem;
    padding: 90px;
    background-color: #fcfef3;
}

@media (max-width: 577px) {
    .philosophy2 {
        padding: 40px;
    }
}

.philosophy2 > p {
    font-size: 0.9rem;
    line-height: 1.8rem;
}

@media (max-width: 577px) {
    .philosophy2 > p {
        line-height: 1.7rem;
    }
}

/*---------------------------------------------- section 9 ------------- blog ----------------------*/

.title {
    font-size: 3rem;
    color: #4D6172;
    text-align: center;
    position: relative;
    margin: 5px auto;
}

.title2 {
    font-size: 2rem;
    font-weight: 500;
    color: #4D6172;
    text-align: center;
    position: relative;
    margin: 20px auto;
    width: auto;
    text-align: center;
}

.title3 {
    font-size: 3rem;
    color: #4D6172;
    text-align: left;
    position: relative;
    width: 200px;
}

.title::after {
    content: "";
    position: relative;
    left: 0;
    height: 4px;
    display: block;
    width: 100%;
    background: url(../media/images/brush.png) no-repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 600px) {

    .title,
    .title2,
    .title3 {
        font-size: 15px;
    }
}

.search {
    width: 300px;
    margin: 10px auto;
}

.blog {
    position: relative;
}

.overlay_label-bg{
    background: #4d6172;
    padding: 0.2rem 0.4rem;
}

.overlay_label {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    color: #e7e7e7;
    font-size: 12px;
    border-radius: 3px;
}

.overlay_label_new {
    display: block;
    margin-bottom: .3rem;
    background: #508A65;
    color: white;
    border-radius: 3px;
    padding: 0.2rem 0.6rem;
}

.overlay_label-sale {
    background: #efd400;
    color: white;
    border-radius: 3px;
    margin: 3px;
    padding-left: 2px;
    padding-right: 2px;
}

.overlay_label-most {
    background: #556287;
    color: white;
    border-radius: 3px;
    margin: 3px;
    padding-left: 2px;
    padding-right: 2px;
}

.overlay_like {
    position: absolute;
    width: 35px;
    height: 35px;
    color: red;
    padding: 5px;
    top: 10px;
    right: 10px;
    box-shadow: none;
    border: none;
}

.h-32rem{
    height: 3.2rem;
}

.h-45rem{
    height: 4.5rem;
}

.like_state {
    background-image: url(../media/images/heart_outline_icon.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.liked {
    background-image: url(../media/images/heart_filled_icon.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.vienpoint {
    position: absolute;
    background: transparent;
    color: #4D6172;
    bottom: 10px;
    left: 10px;
    box-shadow: none;
}

.border2 {
    border: 4px solid white;
}

/*---------------------------------------------- section 10 ------------- bulletin ----------------------*/

.subscribe {
    width: 45rem;
    height: auto;
    background: white;
    margin-top: 1rem;
    margin-bottom: 3rem;
    padding: 2rem;
}

@media screen and (max-width: 577px) {
    .subscribe {
        width: 35rem;
    }
}

.form-box {
    border: 1px solid #ced4da;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: .27rem;
}

.form-box input {
    border: none;
}

.form-box input:focus {
    outline: none !important;
}

.subscribe a:hover {
    text-decoration: none;
}

/*---------------------------------------------- section 11 ------------- social  ----------------------*/

.social-link {
    width: 25%;
    height: 80px;
    float: left;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    font-size: 0.8rem;
    font-weight: 500;
    text-align: center;
    color: white;
    background-color: #4D6172;
}

.social-link > div {
    width: 60px;
    height: 60px;
    opacity: 1;
    border-radius: 100%;
    padding: 18px;
}

.social-link > div i {
    transform: scale(2);
}

.social-link:hover div {
    transition: all 0.5s;
    background-color: white;
}

.social-link:hover div i {
    color: #4D6172;
}

/*---------------------------------------------- section 12 ------------- footer ----------------------*/

.section-footer a {
    text-decoration: underline solid transparent;
    padding-top: .5rem;
    color: gray;
    transition: all 0.5s;
    text-decoration: none;
}

.section-footer i {
    transform: scale(2);
}

.list-group-item {
    padding: 0;
}

.list-group a:hover {
    margin-left: 5px;
    color: #4D6172;
}

#maharet:hover {
    color: gray;
    text-decoration: none;
    letter-spacing: 0.05rem;
}

/*---------------------------------------------- page / our story ----------------------*/
.story {
    text-indent: 5px;
    line-height: 1.5rem;
}

/*---------------------------------------------- page / product details ----------------*/

.product-title {
    font-size: 1.3rem;
}

@supports (-ms-ime-align:auto) {
    .product-title {
        font-weight: 600 !important;
    }
}

.product-code {
    text-transform: capitalize;
}

.product-code-number {
    text-transform: uppercase;
    color: #4D6172;
}

.product-price-box {
    padding: 1.5rem;
}

.product-price-box * {
    font-size: 1.5rem;
}

.product-price-currency {
    color: #4D6172;
}

.product-price {
    font-weight: 700;
    color: #4D6172;
}

.product-price-sale,
.product-currency-sale {
    font-weight: 500;
    color: #4D6172;
    opacity: 0.6;
}

.product-detail-title {
    font-weight: 800;
    font-size: 1rem;
}

.product-detail {
    text-indent: 25px;
    text-align: justify;
    font-size: 1rem;
    line-height: 1.8rem;
}

.product-detail-1 {
    height: 4rem;
    width: 48%;
    font-size: 1rem;
    font-size: 1.3rem;
    text-align: center;
    padding: 1rem 0.75rem;
}

.product-detail-2 {
    height: 4rem;
    width: 48%;
    font-size: 1rem;
}

.qty-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.3rem;
    margin: auto 0;
    vertical-align: middle;
    text-align: center;
    padding: 0.175rem 0.25rem;
}

.qty-input input,
.qty-input input:focus {
    border: none;
    outline: none;
}

.qty-input span {
    display: inline-block;
    width: 20px;
    height: 100%;
}

.qty-input i {
    font-size: 1rem;
    color: #4D6172;
}

/* .w-48 {
  width: 48% !important;
} */

.accordion > [type="button"] {
    display: flex;
    justify-content: space-between;
    background-color: #4d6172;
    -webkit-appearance: none;
}

.bg-secondary-urban{
    background-color: #f8f5f3 !important;
}

.droppuanbox img {
    border-radius: 100%;
}

/* column pic */
.column1 {
    float: left;
    width: 25%;
    padding: 0 10px;
    position: relative;
}

.column2 {
    float: left;
    width: 75%;
}

/* Style the images of gallery */
.column img {
    opacity: 0.6;
    cursor: zoom-in;
    padding: 5px;
}

.column img:hover {
    opacity: 1;
    transform: scale(1.1);
    transition: 0.5s;
}

.column img:active {
    opacity: 1;
}

* {
    box-sizing: border-box;
}

/* Expanding image text */
#geeks {
    position: absolute;
    left: 200px;
    padding-top: 100px;
    font-size: 28px;
    color: #efece9;
}

#geeks:hover {
    color: #ade3bd;
    cursor: wait;
}

@media (max-width: 576px) {

    .product-title,
    .product-code,
    .product-price-box {
        text-align: center;
    }
}

/****************************** common styles ***************************************/

.colorgray {
    color: gray;
}

.colorbrown {
    color: #4D6172;
}

.bg-brown {
    background-color: #4D6172;
}

.h-4rem {
    height: 3.9rem;
}

.h-3rem {
    height: 3rem;
}

.h-2rem {
    height: 2rem;
}

.h-1rem {
    height: 1rem;
}

.h-5rem {
    height: 6rem;
    margin-top: 2rem;
    color: #4D6172;
}

.h-10rem {
    height: 10rem;
}

.list-group-item {
    border: none;
}

/***************** btn-urban ***********/

.btn-urban-old {
    color: white;
    background-color: #4D6172;
    border-color: #4D6172;
    font-weight: 500;
    font-size: 1.1rem;
    letter-spacing: .05rem;
}

.btn-urban {
    color: #eeeeee;
    background-color: #4D6172;
    border-color: #4D6172;
    font-weight: 300;
    font-size: 1.1rem;
    letter-spacing: .035em;
}

.btn-urban:hover {
    color: #1e4568;
    background-color: #f8f5f3;
    border-color: #4D6172;
}

.btn-urban:focus-within,
.btn-urban.focus {
    color: #4D6172;
    background-color: #f8f5f3;
    outline: none;
    /* border-color: #4D6172; */
    /* box-shadow: 0 0 0 0.2rem #4D6172; */
}

.btn-urban:focus {
    color: #4D6172;
    background-color: #f8f5f3;
    outline: none;
    /* border-color: #4D6172; */
    /* box-shadow: 0 0 0 0.2rem #4D6172; */
}

.btn-urban.disabled,
.btn-urban:disabled {
    color: whitesmoke;
    background-color: #4D6172;
    border-color: #4D6172;
}

.btn-urban:not(:disabled):not(.disabled):active,
.btn-urban:not(:disabled):not(.disabled).active,
.show > .btn-urban.dropdown-toggle {
    color: #4D6172;
    background-color: #f8f5f3;
    border-color: #4D6172;
}

.btn-urban:not(:disabled):not(.disabled):active:focus,
.btn-urban:not(:disabled):not(.disabled).active:focus,
.show > .btn-urban.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #4D6172;
}

.btn-share {
    transition: ease 500ms;
    color: white;
    font-size: .7rem;
    box-sizing: border-box;
}

.btn-share:hover {
    transform: translate(0, -7px);
    transition: ease 500ms;
    color: white;
}

.btn-urban2 {
    color: #4D6172;
    background-color: #f8f5f3;
    border-color: #4D6172;
    font-weight: 500;
    font-size: 1.1rem;
}

.btn-urban2:hover {
    color: #f8f5f3;
    background-color: #4D6172;
    border-color: #4D6172;
}

.btn-urban2:focus,
.btn-urban2.focus {
    color: #f8f5f3;
    background-color: #4D6172;
    border-color: #4D6172;
    box-shadow: 0 0 0 0.2rem #4D6172;
}

.btn-urban3 {
    color: #4D6172;
    background-color: white;
    border-color: none;
    width: 2rem;
    height: 2rem;
    padding: 0;
    margin: 0;
    font-weight: 500;
    margin-left: .2rem;
    font-size: 1.1rem;
    letter-spacing: .05rem;
    border-radius: 50%;
}

.btn-urban3:hover {
    color: #f8f5f3;
    background-color: #4D6172;
    border-color: #4D6172;
}

.btn-urban3:focus,
.btn-urban3.focus {
    color: #f8f5f3;
    background-color: #4D6172;
    border-color: #4D6172;
    box-shadow: 0 0 0 0.2rem #4D6172;
}

/***************** btn-product-filter ***********/

.btn-product-filter {
    color: #4D6172;
    background-color: white;
    border-radius: 1rem;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 1.3rem;
    letter-spacing: .05rem;
    margin: 0 .1rem;
}

.btn-product-filter:hover {
    color: #fff;
    background-color: #4D6172;
    border-color: #4D6172;
}

.btn-product-filter:focus,
.btn-product-filter.focus {
    color: #fff;
    background-color: #4D6172;
    border-color: #4D6172;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0);
}

.btn-product-filter.disabled,
.btn-product-filter:disabled {
    color: #fff;
    background-color: #4D6172;
    border-color: #4D6172;
}

.btn-product-filter:not(:disabled):not(.disabled):active,
.btn-product-filter:not(:disabled):not(.disabled).active,
.show > .btn-product-filter.dropdown-toggle {
    color: #fff;
    background-color: #4D6172;
    border-color: #4D6172;
}

.btn-product-filter:not(:disabled):not(.disabled):active:focus,
.btn-product-filter:not(:disabled):not(.disabled).active:focus,
.show > .btn-product-filter.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 163, 83, 0);
}

/*navbar collapse */

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 15px;
    /* 45 > 15 ****************************************/
    padding-left: 15px;
    /* 45 > 15 ****************************************/
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .container,
    .container-sm,
    .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1380px;
    }
}


/* ******************************** cookie */

.cookie-banner {
    background-color: #4D6172;
    color: #ffffff;
    font-size: .1rem;
    position: fixed;
    left: 10px;
    bottom: 10px;
    width: 350px;
    margin: 0 auto;
    padding: 15px;
    z-index: 9999;
}

.cookie-banner * {
    background-color: #4D6172;
    color: #ffffff;
    font-size: .8rem;
}

@media (mAX-width: 576px) {
    .cookie-banner {
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 0);
    }
}

.cookie-banner a {
    text-decoration: underline;
}

.cookie_hide {
    display: none;
}


/* popup modal */
/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.modal2 {
    display: none;
    /* Hidden by default */
    position: absolute;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 20px;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0);
    border-radius: 2px;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    position: fixed;
    font-size: 1rem;
    /* Stay in place */
    right: 1%;
    bottom: 2%;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
}

.modal-content2 {
    background-color: #fefefe;
    margin: auto;
    position: absolute;
    /* Stay in place */
    left: 0;
    top: 0;
    padding: 0px;
    border: 1px solid #888;
    width: 100%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 30px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.success-animation {
    margin: 70px auto;
}

.checkmark {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: block;
    stroke-width: 3;
    stroke: #4bb71b;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
    position: relative;
    top: 5px;
    right: 5px;
    margin: 0 auto;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 3;
    stroke-miterlimit: 10;
    stroke: #4bb71b;
    fill: #fff;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

/* #myBtn {
  padding: 1rem;
  background-color: rgb(236, 26, 11);
} */
#text {
    color: rgb(255, 174, 0);
    font-size: 2rem;
    font-weight: 550;
}

#text2 {
    color: red;
    font-size: 1rem;
    font-weight: 550;
    padding-top: 1rem;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {

    0%,
    100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}


.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox + label {
    border-radius: 4px;
    margin: 0;
    padding: 12px 25px;
    border: 1px solid #ccc;
    position: relative;
}

.option-active:checked + label {
    background-color: #4D6172;
    color: white;
}

/* .styled-checkbox:checked + label:after {
  content: " ";
  position: absolute;
  right: 15px;
  top: 50%;
  background: #333;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #333, 4px 0 0 #333, 4px -2px 0 #333, 4px -4px 0 #333,
    4px -6px 0 #333, 4px -8px 0 #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
} */

@media (max-width: 576px) {

    .paykvkk,
    .paykvkk * {
        font-size: .8rem;
    }
}


/* ************************************************* preloader ************************************************* */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 50000;
    background-color: #fff;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.preloader .loading {
    position: relative;
    width: 80px;
    height: 80px;
}

.preloader .loading span {
    position: absolute;
    width: 64px;
    height: 64px;
    border: 5px solid #4D6172;
    border-radius: 50%;
    -webkit-animation: rotating 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: rotating 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #4D6172 transparent transparent transparent;
}

.preloader .loading span:nth-child(1) {
    -webkit-animation-delay: -0.45s;
    animation-delay: -0.45s;
}

.preloader .loading span:nth-child(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.preloader .loading span:nth-child(3) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}

@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #4D6172;
    background-color: #fff;
    border: 1px solid #4D6172;
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #4D6172;
    border-color: #4D6172;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #4D6172;
    border-color: #4D6172;
}

.page-item.disabled .page-link {
    color: #4D6172;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #4D6172;
}

.bg-light-gray {
    background-color: lightgray !important;
}

.cart-prod-qty {
    font-size: .7rem;
}

.cart-prod-price {
    font-weight: 500;
    font-size: .7rem;
}

/*  EXTRA CSS  */
b{
    font-weight: 600 !important;
}

.slick-dots li button:before{
    display: none !important;
}

.max-500{
    max-height: 500px;
    overflow: hidden;
}

.min-497{
    min-height: 497px;
}

.bg-smooth{
    background-color: #f8f5f3;
}
.payment-seperator{
    border-right: 1px solid #d4d4d447;
}

.marquee-text{
    display: none;
}
@media (max-width:576px) {
    .btn-product-filter{
      font-size: .88rem !important;
      min-width: 33.3333%;
      margin: .3rem 0;
    }
    .vienpoint{
        display: none !important;
    }
    .order-xs-2{
        order: 2;
    }
    .change-qty{
        padding: 0;
    }
    .payment-seperator{
        border-right: none !important;
    }
    .dropdown-menu{
        top: 100% !important;
        left: -100% !important;
        min-width: 307px !important;
    transform: none !important;
    }
    .marquee-text{
        display: block !important;
    }
}
@media (min-width: 768px) {
    .mt-md-53{
        margin-top: 5.3rem;
    }
}

.next-arrow{
    position: absolute;
    right: 0;
    top: 44%;
    z-index: 5;
    background-color: #fcfef3;
    padding: 2rem 1rem;
    color: #4d6172cc;
    border-radius: 5px 0 0 10px;
    font-size: 20px;
    cursor: pointer;
}

.prev-arrow{
    position: absolute;
    left: 0;
    top: 44%;
    z-index: 5;
    background-color: #fcfef3;
    padding: 2rem 1rem;
    color: #4d6172cc;
    border-radius: 0 5px 10px 0;
    font-size: 20px;
    cursor: pointer;
}
