/*----------------------------------------*/
/* Toast Global
/*----------------------------------------*/
#toast-container > div {
    opacity: 1;
}

#toast-container > div {
    box-shadow: 0 10px 25px 0 rgba(50, 50, 93, 0.07), 0 5px 15px 0 rgba(0, 0, 0, 0.07);
}

.toast-primary {
    background-color: #5567ff;
}

.toast-secondary {
    background-color: #868e96;
}

.toast-success {
    background-color: #77c13a;
}

.toast-info {
    background-color: #17a2b8;
}

.toast-warning {
    background-color: #e4a93c;
}

.toast-danger {
    background-color: #d9534f;
}

/*----------------------------------------*/
/* Global
/*----------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
}

.section-title {
    padding-bottom: 10px;
}

.skill-content {
    margin-left: 0;
}

/* .alternate-gothic  */
.playfair-display {
    /* font-family: 'Playfair Display', serif; */
    font-family: 'Montserrat', sans-serif;
}

/* .proxima-nova */
.montserrat {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px !important;
    font-weight: 500;
}

.page-img-bg img {
    width: 100%;
}

#scrollUp {
    display: none !important;
    background: #5ac1e7;
    border-color: #5ac1e7;
}

#scrollUp:hover,
.template-color-1 #scrollUp:hover {
    background: #6bb7dc;
    border-color: #6bb7dc;
    box-shadow: 0 0 5px #6bb7dc;
}

.makali-btn a,
.makali-sm_btn a,
.white-color a,
.transparent-btn a,
.putty-color a {
    background: linear-gradient(90deg, rgba(62, 151, 201, 1) 0%, rgba(94, 193, 201, 1) 50%);
    color: #fff;
    border: none;
    border-radius: 38px;
    display: inline-block;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.makali-btn a:hover,
.makali-sm_btn a:hover,
.white-color a:hover,
.transparent-btn a:hover,
.putty-color a:hover {
    /* background: linear-gradient(90deg,
      rgba(94, 193, 201, 1) 0%,
      rgba(62, 151, 201, 1) 50%); */
    background: linear-gradient(90deg, rgba(62, 151, 201, 1) 0%, rgba(94, 193, 201, 1) 50%);
    color: #fff;
    border: none;
}

.form-control:focus {
    border-color: #80bdff;
    box-shadow: 0 0 3px #80bdff;
}

.owl-carousel .owl-item img {
    border-radius: 8px;
}

.account-dropdown li {
    padding: 10px 0px 10px 4px;
}

.guest-dropdown li {
    padding: 5px 0px 5px 2px;
}

.account-dropdown hr {
    margin: 0;
}

.sticker-new,
.sticker-sale {
    background: linear-gradient(90deg, rgba(62, 151, 201, 1) 0%, rgba(94, 193, 201, 1) 50%);
    height: 23px;
    line-height: 23px;
    border-radius: 12px;
}

.pro-title {
    font-weight: 600;
}

.pro-title a {
    font-size: 18px;
}

.single-makal-product:hover .pro-actions {
    opacity: unset;
}

.pro-actions {
    opacity: 1;
    position: unset;
    bottom: unset;
}

.actions-primary,
.actions-secondary {
    transform: unset;
}

.price {
    color: #3b8ec4;
}

.mozon-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: 'Mukta', sans-serif;
    width: 10rem;
    height: auto;
}

.mozon-btn .circle {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: linear-gradient(90deg, rgba(62, 151, 201, 1) 0%, rgba(94, 193, 201, 1) 50%);
    border-radius: 1.625rem;
}

.mozon-btn .circle i {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    font-size: 20px;
    top: 15px;
    left: 11px;
    margin: auto;
    background: transparent;
    color: #ffffff;
}

.mozon-btn .circle .icon.arrow {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

.mozon-btn .circle .icon.arrow::before {
    position: absolute;
    content: '';
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mozon-btn .button-text {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 40px;
    color: #282936;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}

.mozon-btn:hover .circle {
    width: 100%;
}

.mozon-btn:hover .circle .icon.arrow {
    background: #fff;
    -webkit-transform: translate(1rem, 0);
    transform: translate(1rem, 0);
}

.mozon-btn:hover .button-text {
    color: #fff;
}

.buy-btn-holder {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.buy-from {
    display: inline-block;
    padding: 1.18rem;
    border-width: 0;
    border-radius: 3px;
    margin-top: 2rem;
    background: linear-gradient(90deg, rgba(62, 151, 201, 1) 0%, rgba(94, 193, 201, 1) 50%);
    color: #ffffff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    text-shadow: none;
    text-align: center;
    line-height: normal;
    transition: all 0.3 ease-in-out;
}

.buy-from img {
    width: 100px;
}

.buy-from.souq {
    background: #fff;
    color: #fefefe;
    box-shadow: 0 0 4px rgba(0, 139, 255, 0.3);
}

.buy-from.noon {
    background: #fcec08;
    color: #fefefe;
    box-shadow: 0 0 4px rgba(252, 236, 8, 0.3);
}

.buy-from.jumia {
    background: #f68b1e;
    color: #fefefe;
    box-shadow: 0 0 4px rgba(246, 139, 30, 0.3);
}

.buy-from:hover {
    transform: translateY(-5px);
}

.whatsapp {
    position: fixed;
    width: 80px;
    height: 80px;
    line-height: 84px;
    bottom: 30px;
    left: 30px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 60px;
    box-shadow: 0px 0px 2px #25d366;
    z-index: 100;
    transition: all 0.3s ease-in-out;
}

.whatsapp:hover {
    transform: scale(1.2);
    color: #fff;
    box-shadow: 0px 0px 5px #25d366;
}

@media (max-width: 768px) {
    .whatsapp {
        width: 65px;
        height: 65px;
        line-height: 67px;
        font-size: 50px;
    }

    .ht-dropdown {
        left: -27px;
        width: 135px;
    }
}

.price-discount {
    display: flex;
    flex-direction: column;
}

.prev-price {
    color: #d01332;
    font-size: 14px;
    font-weight: 600;
}

.pro-thumb-price .prev-price {
    color: #d01332;
}

/*----------------------------------------*/
/* Top Header
/*----------------------------------------*/
.header-top-left > ul > li > a i {
    font-size: 20px;
}

.header-top-right > ul > li:not(:first-child) {
    margin: 0;
}

.header-bottom-list > li {
    padding: 24px 0;
    transition: all 0.3s linear;
}

.header-bottom-list > li > a {
    padding: 8px 13px;
    font-size: 16px;
    transition: all 0.3s linear;
}

.header-bottom-list > li > a:hover,
.header-bottom-list > li > a.active {
    background: linear-gradient(90deg, rgba(62, 151, 201, 1) 0%, rgba(70, 173, 55, 0.9) 75%);
    border-radius: 4px;
    color: #fff;
}

.mean-container .mean-nav ul li a {
    color: #6bb7dc;
    font-size: 16px;
}

.categorie-search-box {
    border-radius: 8px;
}

.header-top-menu {
    display: flex;
    align-items: center;
}

/*----------------------------------------*/
/* Home Page
/*----------------------------------------*/
/* .page-img-bg {
  height: 634px;
  min-height: 634px;
} */

.owl-nav div {
    border-radius: 50%;
    background: rgb(90 193 231 / 0.2);
}

.template-color-1 .owl-nav div:hover {
    background: #5ac1e7;
}

.blog-content h4 a {
    font-size: 18px;
}

.blog-activation .mozon-btn {
    width: 12rem;
}

.blog-activation .mozon-btn .button-text {
    margin-left: 16px;
}

.single-blog .mozon-btn {
    margin-top: 25px;
}

.single-blog .mozon-btn .circle i {
    top: 13px;
    left: 12px;
}

@media (max-width: 1199.98px) {
    .tp-bgimg {
        background-size: contain !important;
    }
}

.deal-pro .main-deal-pro .section-title {
    background: unset;
}

.home-categories .img-1,
.home-categories .img-2 {
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .home-categories .img-1 {
        margin-right: 3rem;
    }

    .home-categories .img-2 {
        margin-left: 3rem;
    }
}

@media (max-width: 768px) {
    .home-categories .img-1,
    .home-categories .img-2 {
        margin-bottom: 1rem;
    }
}

/*----------------------------------------*/
/* Footer
/*----------------------------------------*/
.template-color-1 .subscribe-box button:hover {
    background: #a42546;
}

.blog-img,
.blog-hero-img {
    border-radius: 5px;
}

.entry-meta .date {
    background: linear-gradient(90deg, rgba(62, 151, 201, 1) 0%, rgba(94, 193, 201, 1) 50%);
    border-radius: 4px;
}

.date p,
.date span {
    color: #fff;
}

/* .footer-middle {
  border: none;
} */

/*----------------------------------------*/
/* Products Page
/*----------------------------------------*/
.sidebar.shop-sidebar {
    border-radius: 8px;
    box-shadow: 0 0 5px #b9b9b9;
}

.sidbar-style .form-check label a:hover {
    color: #5ac1e7;
}

.sidebar-banner img,
.shop-banner img,
.pro-img img {
    border-radius: 8px;
}

#caution p,
#howToUse li {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px !important;
    font-weight: 500;
}

.pro-desc-details .nail-clippers-point-head {
    text-transform: none;
    font-weight: 600;
    color: #000;
}

.pro-desc-details .nail-clippers-point {
    box-shadow: 0 2px 4px #6bb7dc;
    background: linear-gradient(90deg, rgba(62, 151, 201, 1) 0%, rgba(94, 193, 201, 1) 50%);
    font-weight: 600;
    text-align: center;
    border-radius: 20px;
    margin: 0 4px 18px 4px;
    color: #fff;
    padding: 12px;
}

#features .nail-clippers-feat li {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px !important;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.tokusen-item li {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px !important;
    font-weight: 500;
    padding-left: 20px;
}

.features-list {
    list-style: disc;
    padding-left: 25px;
}

/*----------------------------------------*/
/* Profile Page
/*----------------------------------------*/
.about-content p {
    font-size: 1rem;
    line-height: 26px;
}

.values {
    border-radius: 0.5rem;
    text-align: center;
    margin-bottom: 2rem;
    /* background: #f7f7f7;
  margin-bottom: 2rem;
  padding: 22px;
  border: 1px solid #f7f7f7;
  border-radius: 1rem;
  box-shadow: 0 0 5px #b9b9b9; */
}

.value-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.value-icon .tab-item {
    /* background: linear-gradient(
    90deg,
    rgba(62, 151, 201, 1) 0%,
    rgba(94, 193, 201, 1) 50%
  );
  padding: 12px;
  border-radius: 20px;
  box-shadow: 0 0 5px #6bb7dc; */
    margin-bottom: 1rem;
    width: 100px;
}

.media {
    text-align: center;
}

.media .tabe-p {
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    font-weight: 500;
    font-size: 16px;
}

.our-about {
    border-radius: 0.5rem;
    text-align: center;
    margin-bottom: 2rem;
}

.our-about h3 {
    color: #6bb7dc;
    margin-bottom: 1rem;
}

@media (min-width: 1200px) {
    .our-about {
        height: 312px;
        min-height: 312px;
    }

    .values.f-large {
        height: 377px;
        min-height: 377px;
    }

    .values.x-large {
        height: 443px;
        min-height: 443px;
    }
}

@media (min-width: 992px) And (max-width: 1199.98px) {
    .our-about {
        height: 336px;
        min-height: 336px;
    }

    .values.f-large {
        height: 436px;
        min-height: 436px;
    }

    .values.large {
        height: 502px;
        min-height: 502px;
    }
}

/*----------------------------------------*/
/* Contact Us Page
/*----------------------------------------*/
.goole-map > div {
    height: 600px;
}

.login-header {
    margin-bottom: 16px;
}

.register-contact {
    border-radius: 0.5rem;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.1);
}

.login-btn,
.send-email input {
    background: linear-gradient(90deg, rgba(62, 151, 201, 1) 0%, rgba(94, 193, 201, 1) 50%);
    border-radius: 0.25rem;
    box-shadow: 0 0 4px rgba(94, 193, 201, 1);
    border-color: rgba(94, 193, 201, 1);
}

.login-btn:hover,
.send-email input:hover {
    background: linear-gradient(90deg, rgba(62, 151, 201, 1) 0%, rgba(94, 193, 201, 1) 50%);
    transform: translateY(-5px);
}

.contact-form input {
    margin-bottom: 0;
}

.contact-form .input-holder {
    margin-bottom: 20px;
}

/*----------------------------------------*/
/* Checkout Page
/*----------------------------------------*/

.payment-method {
    font-size: 22px;
}

.payment-method .method {
    padding-top: 10px;
    padding-bottom: 10px;
}
