@font-face {
    font-family: 'MyriadPro';
    src: url(../fonts/MyriadPro-Bold.woff2) format("woff2"), url(../fonts/MyriadPro-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Regular.woff2) format("woff2"), url(../fonts/Roboto-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

body {
    background: #FFF 0 0 no-repeat padding-box;
    opacity: 1;
    font-family: 'Roboto'
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'MyriadPro'
}

#header {
    background: #FFF 0 0 no-repeat padding-box;
    box-shadow: 0 3px 20px #14061D0D;
    opacity: 1;
    padding: 8px 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

.logo,
.logo a {
    display: inline-block
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px
}

#voucher_wrapper {
    margin-bottom: 40px;
}


/*.invalid-feedback{opacity:0;}*/

.custom-dashboard-btnn {
    width: 150px;
    min-height: 51px;
}

.form-group #image {
    min-height: auto;
    background-color: #EEEEF0;
}

.choose-file-icon {
    position: absolute;
    top: 15px;
    right: 8px;
}

.header-navbar .navbar-collapse ul li a {
    color: #14061D!important;
    margin: 0 40px;
    font-size: 20px;
    opacity: 1;
    padding-left: 0!important;
    padding-right: 0!important
}

.header-navbar .navbar-collapse ul li a:hover::before {
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    width: 100%;
    height: 5px;
    opacity: 1;
    background-color: red;
    background-image: linear-gradient(to right, skyblue, #e64fe6)
}

.navbar-light .navbar-nav .nav-link.active::before,
.navbar-light .navbar-nav .show>.nav-link::before {
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    width: 100%;
    height: 5px;
    opacity: 1;
    background-image: linear-gradient(to right, skyblue, #e64fe6)
}

.navbar-light .navbar-nav .nav-item.active::before {
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    width: 100%;
    height: 5px;
    opacity: 1;
    background-image: linear-gradient(to right, skyblue, #e64fe6)
}

.header-navbar .navbar-collapse ul li a::before {
    content: "";
    width: 0;
    transition: .3s
}

.header-nav ul li a {
    position: relative
}

#voucher {
    width: 100%
}

.custom-label {
    padding: 18px;
    display: table;
    background: #d3d3d3;
    color: #000000;
    margin-top: 33px;
    width: 100%;
}

.custom-label i {
    float: right
}

input[type="file"] {
    display: none;
}

.seller-redem-edit-img {
    margin-top: 35px;
}

.my-account a {
    /*margin-top: 3px*/
}

input[type="file"] {
    display: none
}

.my-account {
    justify-content: space-between;
    display: flex
}

.my-account-filter {
    background: #FFF 0 0 no-repeat padding-box;
    border: 1px solid #EEEEF0;
    border-radius: 10px;
    opacity: 1;
    display: flex;
    margin-right: 15px
}

#country .dropdown .dropdown-toggle::after,
#currency .dropdown .dropdown-toggle::after {
    content: "";
    display: inline-block;
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 20px
}

#currency .dropdown .dropdown-toggle span {
    font-size: 17px;
    color: #14061D;
    opacity: 1;
    font-weight: 600;
    margin-right: 20px
}

#country .dropdown .dropdown-toggle img {
    margin-right: 20px;
    border: 1px solid #DEDEDE;
    padding: 2px;
    border-radius: 50%
}

#country .dropdown::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 34px;
    background-color: #D8D8D8;
    position: absolute;
    top: 11px;
    right: 0
}

.country-selection-img {
    display: inline-block;
    width: 45px;
}

.my-account-login {
    margin-right: 15px
}

.my-account-login button {
    font-size: 20px;
    padding: 21px 40px;
    letter-spacing: 0;
    color: #14061D;
    opacity: 1;
    background: #EEEEF0 0 0 no-repeat padding-box;
    border-radius: 10px;
    border: none
}

.my-account-login button:hover {
    background-color: #531977;
    transition: ease-in-out all .3s;
    color: #fff;
    border-radius: 10px
}

.my-account-seller button {
    font-size: 20px;
    padding: 21px 40px;
    letter-spacing: 0;
    opacity: 1;
    background: #86C3E4 0 0 no-repeat padding-box;
    border-radius: 10px;
    border: none;
    color: #fff
}

.my-account-seller button:hover {
    background-color: #8785FA;
    transition: all .4s
}

#country:hover {
    background-color: #EEEEF0;
    transition: all .5s;
    border-radius: 10px 0 0 10px
}

#currency:hover {
    background-color: #EEEEF0;
    transition: all .5s;
    border-radius: 0 10px 10px 0
}

.home-banner {
    background: #14061D 0 0 no-repeat padding-box;
    border-radius: 30px;
    opacity: 1;
    padding: 20px 0
}

.shop-banner {
    background: #14061D 0 0 no-repeat padding-box;
    border-radius: 30px;
    opacity: 1;
    padding: 20px 0;
    margin-bottom: 50px
}

.about-us-banner {
    background: #14061D 0 0 no-repeat padding-box;
    border-radius: 30px;
    opacity: 1;
    padding: 0;
    margin-bottom: 50px
}

#main {
    padding-top: 28px
}

.custom-container {
    margin-left: 20px;
    margin-right: 20px
}

.banner-text h3 {
    color: #fff;
    font-size: 27px;
    text-transform: uppercase;
    opacity: 1;
    font-weight: 300
}

.banner-text {
    padding: 0 114px
}

.banner-img {
    padding: 0 100px;
    text-align: end;
    height: 400px
}

.banner-img img {
    height: 100%;
    object-fit: contain
}

.banner-text h1 {
    color: #FFF;
    text-transform: uppercase;
    opacity: 1;
    font-weight: 900;
    margin-bottom: 24px;
    font-size: 55px
}

.banner-text p {
    font-size: 20px;
    color: #FFF;
    opacity: 1
}

.products-section {
    padding: 70px 114px
}

.products-section h2 {
    font-size: 50px;
    letter-spacing: 0;
    color: #14061D;
    opacity: 1;
    font-weight: 700
}

.products-section h3 {
    font-size: 20px;
    color: #726E74;
    opacity: 1;
    margin-bottom: 65px
}

.link-unstyled {
    text-decoration: none;
    position: relative;
    display: block;
    height: 100%
}

.products-card {
    box-shadow: 0 3px 20px #0000000d;
    border-radius: 22px;
    opacity: 1;
    background: url(../images/products-card.png);
    height: 100%;
    transition: ease-in-out all .4s;
    /* height: 513px; */
    height: 450px;
    background-position: -200%;
    background-repeat: no-repeat;
    padding: 63px 36px 25px;
    max-width: 547px;
}

.products-same-img {
    min-height: 282px;
    max-width: 277px;
    margin-bottom: 17px
}

.products-card:hover {
    background-position: center
}

.products-card:hover.products-card::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 62px;
    height: 60px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: transparent linear-gradient(128deg, #30C0E2 0%, #7D57CD 100%) 0 0 no-repeat padding-box;
    opacity: 1;
    border-radius: 0 0 22px 0
}

.products-card:hover.products-card::before {
    font-family: FontAwesome;
    content: "\f061";
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 77;
    color: #fff
}

.products-card:hover .products-card-text h5,
.products-card:hover .products-card-text span,
.products-card:hover .products-card-text p {
    color: #fff!important
}

.products-card-text h5 {
    font-size: 22px;
    font-weight: 700;
    color: #15161D;
    opacity: 1
}

.products-card-text p {
    font-size: 16px;
    color: #15161D;
    opacity: 1
}

.show-products-btn {
    background: #14061D 0 0 no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    color: #fff;
    text-align: center;
    padding: 20px 37px;
    font-size: 20px;
    border: none
}

.show-products-btn:hover {
    background-color: #70686d;
    transition: all .4s
}

.about-us {
    padding: 30px 80px;
    background: url(../images/about-icon-bg.svg), #86C3E5;
    background-repeat: repeat;
    opacity: 1;
    margin-bottom: 40px
}

.about-us-text h2 {
    font-size: 50px;
    color: #FFF;
    text-transform: capitalize;
    opacity: 1;
    margin-bottom: 10px;
    font-weight: 700
}

.about-us-text p {
    font-size: 24px;
    letter-spacing: 0;
    color: #FFF;
    opacity: 1
}

.about-us-text h5 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 80px;
    color: #FFF;
    opacity: 1
}

.faqs {
    border-radius: 30px;
    opacity: 1;
    padding: 0 114px;
    min-height: 800px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center
}

.faqs-text h2 {
    letter-spacing: 0;
    color: #14061D;
    font-size: 50px;
    font-weight: 700;
    text-transform: capitalize;
    opacity: 1;
    margin-bottom: 30px
}

#footer {
    background: #C1C1C1 0 0 no-repeat padding-box;
    opacity: 1;
    padding: 50px 150px 15px;
}

#main {
    min-height: calc(100vh - 289.38px);
}

.products-same-img center {
    height: 272px;
}

.main-scroll {
    height: 100vh;
    overflow: hidden;
    overflow-y: hidden;
    padding-bottom: 20px;
}

.products-same-img img {
    width: 100%;
    object-fit: cover
}

.resiter-pagee {
    width: 100%;
}

.footer-logo-img {
    margin-bottom: 35px
}

.footer-logo-img a {
    display: inline-block
}

.footer-nav ul li a {
    letter-spacing: 0;
    color: #14061D;
    opacity: 1;
    font-size: 14px
}

.footer-nav ul li {
    margin-bottom: 16px;
    margin-left: 8px;
    margin-right: 8px
}

.footer-icons ul li {
    margin: 0 4px
}

.footer-icons ul li a {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    text-decoration: none;
    font-size: 19px
}

.footer-icons ul li a:hover {
    background-color: transparent;
    border: 1px solid #fff;
    transition: all ease-out .3s
}

.footer-nav ul li a:hover {
    color: #8386FA;
    transition: all .3s
}

.footer-icons ul li a:hover .fa {
    color: #fff
}

.footer-icons ul {
    margin-bottom: 22px
}

.footer-icons ul li a .fa-facebook {
    color: #3b5998
}

.footer-icons ul li a .fa-twitter {
    color: #00acee
}

.footer-icons ul li a .fa-linkedin {
    color: #0e76a8
}

.footer-icons ul li a .fa-google-plus {
    color: #db4a39
}

.footer-content {
    position: relative
}

.footer-content p {
    font-size: 14px;
    letter-spacing: 0;
    color: #14061D;
    opacity: 1;
    margin-bottom: 0
}

.footer-content .footer-powered-by {
    position: absolute;
    right: 40px;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    gap: 6px
}

.faqs-accordion .accordion-item h3 button {
    letter-spacing: 0;
    color: #14061D;
    opacity: 1;
    font-size: 24px;
    font-weight: 700;
    background: none;
    box-shadow: none
}

.faqs-accordion .accordion-item h3 button:focus {
    background: none
}

.faqs-accordion .accordion-item h3 button::after {
    display: none
}

.faqs-accordion .accordion-item {
    background-color: transparent;
    border-bottom: none
}

.faqs-accordion .accordion-item .accordion-body p {
    letter-spacing: 0;
    color: #534D57;
    opacity: 1;
    font-size: 16px
}

.shop-search-wrapper {
    position: relative;
    max-width: 1000px
}

.shop-searching .shop-search-wrapper #search-icon {
    position: absolute;
    top: 24px;
    left: 32px
}

.shop-searching .shop-search-wrapper #search-field {
    position: relative
}

.shop-searching .shop-search-wrapper #search-field input:focus {
    box-shadow: none;
    border-color: #EEEEF0
}

.shop-search-wrapper .shop-search-dropdown {
    position: absolute;
    top: 0;
    right: 0
}

.shop-search-wrapper .shop-search-dropdown button:focus {
    box-shadow: none
}

.shop-searching-box {
    padding: 23px 152px 23px 57px;
    background: #EEEEF0 0 0 no-repeat padding-box;
    border: 1px solid #EEEEF0;
    border-radius: 10px;
    opacity: 1
}

.shop-search-wrapper .shop-search-dropdown button {
    background: transparent;
    border: none;
    color: #000;
    border-radius: 0;
    padding: 14px 32px;
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.shop-search-wrapper .shop-search-dropdown button::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 44px;
    background: #C7C7CE;
    margin-right: 32px
}

.shop-search-wrapper .shop-search-dropdown button::after {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    border: none;
    margin-left: 16px
}

.shop-searching-box::placeholder {
    color: #c5c2c7;
    opacity: 1
}

.shop-searching-box:-ms-input-placeholder {
    color: #c5c2c7
}

.shop-searching-box::-ms-input-placeholder {
    color: #c5c2c7
}

.about-us-banner-bottom {
    padding: 70px 114px;
    text-align: center
}

.about-us-banner-bottom h2 {
    font-size: 50px;
    letter-spacing: 0;
    color: #14061D;
    opacity: 1;
    font-weight: 700;
    margin-bottom: 40px
}

.about-us-banner-bottom p {
    font-size: 24px;
    color: #15161D;
    opacity: 1;
    margin-bottom: 30px
}

.about-us-banner-bottom span {
    font-size: 24px;
    color: #15161D;
    opacity: 1;
    font-weight: 600
}

.about-us-speciality {
    padding: 30px 80px;
    background: #F0F3F5 0 0 no-repeat padding-box;
    opacity: 1;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center
}

.about-us-speciality-img {
    box-shadow: 0 3px 48px #00000017;
    border: 13px solid #FFF;
    border-radius: 18px;
    width: 600px
}

.about-us-speciality-main {
    padding-left: 40px
}

.speciality-icon-bg {
    width: 120px;
    height: 120px;
    background: #FFF 0 0 no-repeat padding-box;
    box-shadow: 0 3px 10px #00000015;
    opacity: 1;
    border-radius: 50%;
    margin-right: 40px
}

.about-us-speciality-main ul li h3 {
    font-size: 27px;
    color: #15161D;
    opacity: 1;
    font-weight: 700
}

.about-us-speciality-main ul li p {
    font-size: 16px;
    color: #15161D;
    opacity: 1;
    margin-bottom: 0
}

.about-us-speciality-main ul li {
    margin-bottom: 40px
}

.about-us-speciality-text {
    flex: 1
}

.about-us-speciality-main ul li:last-child {
    margin-bottom: 0
}

.about-us-products {
    background: #FFF 0 0 no-repeat padding-box;
    opacity: 1;
    margin-bottom: 40px;
    padding: 140px 150px 99px
}

.about-us-products .products-row-gap {
    margin-bottom: 100px
}

.about-us-products-text h2 {
    font-size: 42px;
    letter-spacing: 0;
    color: #14061D;
    opacity: 1;
    font-weight: 700;
    margin-bottom: 29px
}

.about-us-products-text p {
    color: #14061D;
    opacity: 1;
    font-size: 16px
}

.contact-us-banner {
    background: #14061D 0 0 no-repeat padding-box;
    border-radius: 30px;
    opacity: 1;
    padding: 0;
    margin-bottom: 50px;
    margin-bottom: 126px;
    position: relative;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center
}

.contact-us-banner .banner-text {
    position: relative;
    z-index: 10
}

.contact-us-banner .banner-img img {
    position: absolute;
    right: 0;
    top: 0
}

.contact-form {
    background: #F0F3F5 0 0 no-repeat padding-box;
    border-radius: 30px;
    opacity: 1;
    margin-bottom: 135px;
    padding: 93px 114px 115px
}

.contact-form h2 {
    letter-spacing: 0;
    color: #15161D;
    opacity: 1;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 50px
}

.contact-us-form input {
    min-height: 66px;
    background: #FFF 0 0 no-repeat padding-box;
    border: 1px solid #EEEEF0;
    border-radius: 10px;
    opacity: 1
}

.contact-us-form textarea {
    min-height: 178px;
    resize: none;
    background: #FFF 0 0 no-repeat padding-box;
    border: 1px solid #EEEEF0;
    border-radius: 10px;
    opacity: 1
}

.contact-us-form input::placeholder {
    color: #000;
    opacity: 1
}

.fb9 {
    border: 1px solid #36F;
    background-color: #B3C6FF;
    width: 150px;
    height: 30px
}

.contact-us-details {
    height: 81%;
    background: #FFF 0 0 no-repeat padding-box;
    border: 1px solid #EEEEF0;
    opacity: 1;
    padding: 65px 53px;
    border-radius: 10px
}

.contact-us-details-icons-bg {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background-image: linear-gradient(to bottom, #30C0E2, #7D57CD);
    color: #fff;
    font-size: 28px;
    margin-right: 25px
}

.contact-us-details ul li {
    margin-bottom: 45px
}

.contact-us-details ul li .flex-1 {
    flex: 1
}

.contact-us-details ul li:last-child {
    margin-bottom: 0
}

.contact-us-details ul li h5 {
    font-size: 24px;
    letter-spacing: 0;
    color: #15161D;
    opacity: 1;
    font-weight: 550
}

.contact-us-details ul li span {
    letter-spacing: 0;
    color: #15161D;
    opacity: 1;
    font-size: 24px
}

.contact-us-details ul li a {
    text-decoration: none;
    letter-spacing: 0;
    color: #15161D;
    opacity: 1;
    font-size: 24px
}

.contact-us-details ul li a:hover {
    color: #7D57CD;
    transition: all .2s
}

.form-side-display {
    background-image: url(../images/login-side-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh
}

.login-main {
    padding: 100px 0;
    height: 100vh;
    width: 100%;
    max-width: 700px;
    margin: 0 auto
}

.login-main .login-main-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.login-main h6 {
    letter-spacing: 0;
    color: #726E74;
    opacity: 1;
    font-size: 18px
}

.login-main h2 {
    letter-spacing: 0;
    color: #15161D;
    opacity: 1;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 50px
}

.login-form-main {
    max-width: 700px
}

.login-form-input input,
.login-form-input .select2-selection {
    min-height: 66px;
    background: #FFF 0 0 no-repeat padding-box;
    border: 1px solid #EEEEF0;
    border-radius: 10px;
    opacity: 1
}

.login-form-input .select2-container {
    width: 100% !important;
}

.login-form-input input::placeholder,
.contact-us-form input::placeholder,
#textarea-label {
    color: #c5c2c7
}

.login-form-input select option {
    color: #000;
    font-family: Arial, Helvetica, sans-serif
}

#forget-password {
    color: #15161D;
    text-decoration: none
}

#forget-password:hover {
    color: #7D57CD;
    transition: ease-in-out all .2s
}

.main-btn {
    background: #14061D 0 0 no-repeat padding-box;
    border-radius: 11px;
    opacity: 1;
    color: #fff;
    font-size: 18px;
    padding: 16px 25px;
    border: none;
    text-decoration: none
}

.main-btn:hover {
    background-color: #531977;
    transition: all .4s;
    color: #fff
}

.form-password-eye-box {
    position: relative
}

.form-password-eye {
    position: absolute;
    right: 20px;
    top: 20px;
    background: transparent;
    border: none;
    font-size: 21px;
    color: #96A1F0
}

.page-not-find {
    background: #14061D 0 0 no-repeat padding-box;
    border-radius: 30px;
    opacity: 1;
    margin-bottom: 50px;
    min-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center
}

.home-btn {
    background: #8386FA 0 0 no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    color: #fff;
    font-size: 20px;
    padding: 19px 42px;
    border: none
}

.home-btn:hover {
    background-color: #531977;
    transition: all .4s
}

.page-not-find-img {
    margin-bottom: 70px
}

.form-select option {
    margin: 30px 0px !important;
}

.custom-option {
    margin-bottom: 100px !important;
}

.login-form-input select {
    min-height: 66px;
    border: 1px solid #EEEEF0;
    border-radius: 10px;
    opacity: 1
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: 45px;
    line-height: 1.25
}

.login-form-input select::placeholder {
    color: #14061D
}

#register-new-user {
    color: #8386FA!important;
    text-decoration: underline
}

.voucher-header-text a {
    letter-spacing: 0;
    color: #30C0E2;
    opacity: 1;
    font-size: 14px;
    text-decoration: none
}

.voucher-header-text h2 {
    letter-spacing: 0;
    color: #15161D;
    opacity: 1;
    font-size: 30px;
    font-weight: 700
}

.vouchers-search {
    position: relative
}

.vouchers-search input {
    padding: 23px 32px;
    background: #EEEEF0 0 0 no-repeat padding-box;
    border: 1px solid #EEEEF0;
    border-radius: 10px;
    opacity: 1;
    width: 450px
}

.vouchers-search button {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    font-size: 18px;
    padding: 22px
}

.vouchers-search button:hover {
    background-color: #D8D8D8;
    border-radius: 10px
}

.data-table-header {
    color: #fff;
    background-color: #14061D;
    font-size: 15px;
    font-weight: 400;
    opacity: 1
}

.attivita-table tbody tr td {
    border: 1px solid #ebe9e9;
    padding: 12px
}

.attivita-table>tbody>tr {
    vertical-align: middle
}

.attivita-table>tbody>tr:nth-of-type(odd) {
    background-color: #F4F8FA
}

.attivita-table>:not(caption)>*>* {
    box-shadow: none
}

.attivita-table thead tr th i {
    transform: rotate(90deg);
    color: #7171e1
}

.attivita-table thead tr th {
    position: relative
}

.data-table-header th::after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 10px
}

.data-table-header th:last-child::after {
    display: none
}

.attivita-table tr td .status {
    min-width: 80px;
    text-align: center;
    max-width: 150px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e4e6e7;
    text-transform: uppercase;
    border-radius: 8px;
    font-size: 13px;
    padding: 5px
}

.attivita-table-pagination {
    margin-bottom: 90px
}

.attivita-table-pagination nav ul li a {
    color: #14061D;
    border: none
}

.attivita-table-pagination nav ul li a:focus,
.attivita-table-pagination nav ul li a:hover {
    box-shadow: none;
    background: #14061D;
    color: #fff;
    border-radius: 0
}

.dashboard-card-details {
    margin-bottom: 55px
}

.dashboard-card {
    background: #FFF 0 0 no-repeat padding-box;
    border: 1px solid #EEEEF0;
    border-radius: 10px;
    opacity: 1;
    padding: 30px 50px
}

.dashboard-card:hover {
    background-image: linear-gradient(to right, #8FEAD8, #BC7FFA);
    box-shadow: 9px 22px 28px -16px rgba(157, 53, 242, 0.71);
    border-color: transparent
}

.dashboard-card:hover .dashboard-card-number,
.dashboard-card:hover .dashboard-card-name {
    color: #fff
}

.dashboard-card .dashboard-card-name {
    color: #677076;
    opacity: 1;
    font-size: 18px;
    font-weight: 700
}

.dashboard-card .dashboard-card-number {
    letter-spacing: 0;
    color: #14061D;
    opacity: 1;
    font-size: 42px;
    font-weight: 700
}

.vouchers-copy-link-box {
    padding: 20px 65px 20px 20px;
    background: #EEEEF0 0 0 no-repeat padding-box;
    border: 1px solid #EEEEF0;
    border-radius: 10px;
    opacity: 1;
    background-color: #fff
}

.vouchers-copy-link {
    position: relative
}

.vouchers-copy-link button {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    font-size: 18px;
    padding: 21px;
    border: 1px solid #EEEEF0;
    border-radius: 10px;
    opacity: 1
}

.vouchers-copy-link button:hover {
    background-color: #D8D8D8;
    border-radius: 10px
}

.vouchers-copy-link button i {
    font-size: 21px;
    color: #b167fb;
    font-weight: 600
}

.attivita-table-btns .main-btn-2 {
    margin-right: 30px
}

.main-btn-1 {
    background-color: #8386FA
}

.attivita-table-btns {
    margin-bottom: 80px
}

.contact-us-form-box .form-select {
    background-size: 20px 19px;
    background-position: right 25px top 25px
}

#form-label-required {
    color: red
}

.voucher-row-me {
    margin-right: 70px
}

.voucher-w-50 {
    width: 48%;
    position: relative
}

.input-group-addon.copy-link {
    display: flex;
    align-items: center;
    background-color: #e9ecef;
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px solid #ced4da;
}

.voucher-product-detail h4 {
    letter-spacing: 0;
    color: #15161D;
    opacity: 1;
    font-size: 20px;
    font-weight: 600
}

.voucher-product-detail p {
    color: #15161D;
    opacity: 1;
    font-size: 15px
}

.voucher-product-detail #product-price-h {
    font-size: 14px;
    color: #15161D;
    opacity: 1
}

.voucher-product-detail #product-price {
    color: green;
    font-size: 17px;
    font-weight: 600;
    white-space: nowrap;
}

.vouchers-form-row textarea {
    margin-bottom: 64px
}

.order-cancel-btn {
    letter-spacing: 0;
    color: #14061D;
    opacity: 1;
    font-size: 20px;
    border: 1px solid #707070;
    border-radius: 11px;
    background-color: transparent;
    padding: 18px 42px
}

.order-cancel-btn:hover {
    background-color: #babaec;
    transition: all .3s;
    opacity: 1
}

.vouchers-form-btn-group .order-cancel {
    margin-right: 30px
}

.form-select:focus,
.form-control:focus {
    box-shadow: none;
    border-color: #D8D8D8
}

.btn:focus {
    box-shadow: none
}

.navbar-toggler:focus {
    box-shadow: none
}

.account-icon-btn {
    display: none
}

.hide-my-account {
    display: none
}

.header-navbar .navbar-collapse ul li a {
    margin: 0 21px;
    font-size: 18px
}

#currency .dropdown .dropdown-toggle span,
#country .dropdown .dropdown-toggle img {
    margin-right: 6px;
    font-size: 15px
}

#country .dropdown .dropdown-toggle::after,
#currency .dropdown .dropdown-toggle::after {
    margin-left: 10px
}

.my-account-login button {
    padding: 16px 26px;
    font-size: 18px
}

.my-account-seller button {
    padding: 16px 26px;
    font-size: 18px
}

#country .dropdown .dropdown-toggle,
#currency .dropdown .dropdown-toggle {
    padding: 3px 9px;
    min-height: 53px
}

.banner-text,
.banner-img {
    padding: 0 60px
}

.products-card-text h5 {
    font-size: 21px
}

.products-card-text p {
    margin-bottom: 0
}

.products-section,
.about-us-banner-bottom {
    padding: 60px
}

.link-unstyled .products-card {
    padding: 20px 24px 0
}

.about-us-text h5 {
    font-size: 20px;
    margin-bottom: 31px
}

.about-us-text p,
.about-us-banner-bottom p {
    font-size: 17px
}

.about-us-banner-bottom p {
    margin-bottom: 25px
}

.faqs {
    padding: 0 80px
}

.faqs-accordion .accordion-item .accordion-body,
.faqs-accordion button {
    padding: 9px 16px
}

.faqs-accordion .accordion-item .accordion-body p {
    margin-bottom: 0
}

.faqs {
    min-height: 540px
}

.faqs-accordion .accordion-item h3 button {
    font-size: 20px;
    margin-bottom: 8px
}

.contact-form h2 {
    font-size: 34px
}

.contact-us-details ul li h5 {
    font-size: 23px
}

.contact-us-details ul li span,
.contact-us-details ul li a {
    font-size: 22px
}

.dashboard-card {
    padding: 23px 30px
}

.dashboard-card .dashboard-card-number {
    font-size: 37px
}

.dashboard-card .dashboard-card-name {
    font-size: 17px
}

.vouchers-copy-link button {
    padding: 21px 18px
}

.terms-of-use-content {
    padding: 70px 0
}

#dashboard-my-account-seller {
    margin-right: 15px
}

.login-avatar-img {
    margin-right: 10px;
}

.login-avatar-img img {
    border-radius: 50px;
    width: 25px;
    height: 25px
}

.my-account-login span {
    padding-top: 4px
}

#dashboard-my-account-login {
    text-decoration: none;
    position: relative;
    top: 3px;
}

#dashboard-my-account-login button {
    display: inline-flex;
}

ul.dashboard-user-dropdown {
    position: absolute;
    right: 0;
    top: 80px;
    left: auto;
    width: 350px;
    padding-bottom: 0!important
}

.dropdown-menu[data-bs-popper] {
    left: auto;
    top: 80px
}

#dashboard-my-account-login .dropdown-toggle::after {
    display: none
}

ul.dashboard-user-dropdown li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

ul.dashboard-user-dropdown li .dashboard-user-img {
    width: 150px;
    min-height: 150px;
    margin-bottom: 10px
}

ul.dashboard-user-dropdown li .dashboard-user-img img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dashboard-user-navbar {
    background-color: #BC7FFA;
    color: #fff;
    opacity: 1
}

.dashboard-user-navbar .dashboard-user-nav ul li {
    margin: 0 23px;
    padding: 12px 0;
    position: relative
}

.dashboard-user-navbar .dashboard-user-nav ul li a {
    text-decoration: none;
    color: #fff
}

#currency ul.dropdown-menu {
    width: 160px !important;
}

.dashboard-user-navbar .dashboard-user-nav ul li a:hover::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute
}

.my-account-filter #country .dropdown .dropdown-menu,
.my-account-filter #currency .dropdown .dropdown-menu {
    background-color: #fff;
    width: 240px;
    right: 0;
    height: 360px;
    overflow-y: auto;
    position: absolute;
    top: 75px;
    border: none;
    border: 1px solid #f1eded;
    filter: drop-shadow(0px 3px 3px lightgrey)
}

.my-account-filter #country .dropdown .dropdown-menu li a #lang-name {
    display: block;
    font-size: 14px;
    text-align: left;
    margin-right: 8px;
    width: 80%;
    padding: 5px
}

.my-account-filter #country .dropdown .dropdown-menu li a {
    display: flex;
    align-items: center
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background: #BC7FFA;
    border-radius: 10px
}

.my-account-filter #country .dropdown .dropdown-toggle.show::before,
.my-account-filter #currency .dropdown .dropdown-toggle.show::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 28px;
    border-color: transparent transparent #fff;
    position: absolute;
    top: 63px;
    z-index: 20!important;
    filter: drop-shadow(0px 1px 4px lightgrey)
}

.my-account-filter #country .dropdown .dropdown-menu li a #flag-img {
    width: 31px
}

.user-profile-img {
    border: 1px solid #EEEEF0;
    border-radius: 10px;
    opacity: 1;
    width: 200px;
    position: relative;
    margin: 0 auto 20px
}

.table-actions ul li a {
    margin: 0 4px
}

.table-actions ul li a button {
    border: none;
    background: #DEDEDE;
    padding: 2px 6px;
    color: #000;
    border-radius: 4px
}

.table-actions ul li a button:hover {
    background-color: #30C0E2;
    color: #fff;
    transition: all .3s
}

.profile-main-hover {
    position: relative
}

.user-profile-img-hover-label {
    position: absolute;
    z-index: 100;
    top: 0;
    color: #fff;
    background: #2f4c5cdb;
    width: 100%;
    height: 40px;
    left: 0;
    opacity: .8
}

.user-profile-img-hover-label i {
    cursor: pointer;
    font-size: 18px;
    margin-top: 12px
}

.user-profile-img-hover {
    display: none
}

.user-profile-img:hover .user-profile-img-hover {
    display: block;
    z-index: 33333
}

.update-status-button {
    background-color: #14061D;
    padding: 16px 28px;
    color: #fff;
    font-size: 20px;
    opacity: 1;
    border-radius: 11px;
    text-decoration: none
}

.update-status-button:hover,
.update-status-cancel:hover {
    background-color: #531977;
    transition: all .4s;
    color: #fff
}

.update-status-cancel {
    background-color: transparent;
    border: 1px solid #707070;
    border-radius: 11px;
    opacity: 1;
    padding: 16px 28px;
    font-size: 20px;
    color: #000
}

.form-check {
    margin-left: 4px;
}

.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background: #FFF 0 0 no-repeat padding-box;
    border: 1px solid #EEEEF0;
    border-radius: 4px;
    opacity: 1
}

.custom-checkbox input:checked~.checkmark {
    background-color: #2196F3
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.custom-checkbox input:checked~.checkmark:after {
    display: block
}

.custom-checkbox .checkmark:after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 13px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.captcha-img {
    width: 170px;
}

.captcha-main {
    margin-bottom: 12px;
}

.login-form-input .select2-selection {
    display: flex;
    align-items: center;
}

.login-form-input .select2-selection button {
    display: none;
}

.login-form-input .select2-selection .select2-selection__arrow {
    top: 20px;
    right: 10px;
}

.select2-container .select2-dropdown {
    border: 1px solid #EEEEF0;
}

.select2-container .select2-dropdown .select2-search {
    display: none;
}

.invalid-feedback {
    position: absolute;
    font-size: 10px;
    left: 5px;
    bottom: -15px;
}

#capticha_message {
    bottom: 0;
    left: 12px;
}


/*::-webkit-scrollbar {*/


/*    width: 5px !important;*/


/*}*/

.navbar .navbar-collapse ul li a {
    margin: 0 16px
}

.cat-wrapper .cat-icon img {
    width: 70px;
    height: 70px;
    margin: auto;
}

.cat-wrapper .products-card {
    margin-bottom: 17px;
    height: auto;
}

.cat-wrapper .products-card:hover {
    background-position: top
}

.cat-wrapper .products-same-img {
    min-height: auto;
    width: auto;
}

.slick-slide {
    margin-left: 15px;
    margin-right: 15px;
}

.slick-list {
    margin-left: -15px;
    margin-right: -15px;
}

@media screen and (max-width:1600px) {
    .my-account-login button {
        padding: 2px 0px;
        /*margin-top: 3px*/
    }
    #dashboard-my-account-seller {
        padding-top: 4px
    }
    .logo {
        width: 210px
    }
    .navbar .navbar-collapse ul li a {
        margin: 0 16px
    }
    .my-account-seller button,
    .my-account-login button {
        font-size: 16px;
        padding: 15px 24px
    }
    .country-selection-img {
        width: 34px
    }
    #header .header-navbar {
        padding: 0
    }
    .header-navbar .navbar-collapse ul li a:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before,
    .navbar-light .navbar-nav .show>.nav-link::before {
        top: -17px
    }
    .speciality-icon-bg {
        width: 90px;
        height: 90px
    }
    .contact-us-main-btn .main-btn {
        padding: 12px 27px;
        font-size: 16px
    }
    .home-btn {
        font-size: 16px;
        padding: 14px 28px
    }
    .dropdown-menu[data-bs-popper] {
        top: 63px
    }
    .login-main {
        padding: 20px 0
    }
    .login-main h2 {
        font-size: 35px;
        margin-bottom: 30px
    }
    .contact-us-form input,
    .login-form-input select,
    .login-form-input input,
    .login-form-input select,
    .login-form-input .select2-selection {
        min-height: 60px
    }
    .form-password-eye {
        top: 14px;
        font-size: 17px
    }
    .view-main-btn .main-btn {
        font-size: 16px;
        padding: 13px 21px
    }
    .shop-search-wrapper {
        max-width: 780px
    }
    .shop-search-wrapper #search-field .shop-searching-box {
        height: 60px
    }
    .shop-searching .shop-search-wrapper #search-icon {
        top: 19px
    }
    .shop-search-wrapper .shop-search-dropdown button {
        padding: 7px 20px
    }
    .banner-text,
    .banner-img {
        padding: 0 50px
    }
    .banner-text h1 {
        font-size: 42px
    }
    .products-section h2,
    .about-us-text h2,
    .faqs-text h2,
    .about-us-banner-bottom h2,
    .about-us-products-text h2 {
        font-size: 37px
    }
    .banner-text h3 {
        font-size: 21px
    }
    .contact-us-details {
        padding: 37px
    }
    .contact-us-details ul li {
        margin-bottom: 35px
    }
    .contact-us-details {
        display: flex;
        justify-content: center;
        align-items: center
    }
    .vouchers-search input,
    .vouchers-copy-link-box {
        padding: 15px 56px 15px 18px
    }
    .vouchers-copy-link button,
    .vouchers-search button {
        padding: 13px
    }
    .dashboard-card {
        padding: 20px
    }
    .main-btn {
        padding: 15px 23px;
        font-size: 17px
    }
    .attivita-table-pagination {
        margin-bottom: 40px
    }
    .update-status-button,
    .update-status-cancel {
        padding: 12px 24px;
        font-size: 18px
    }
    .contact-form {
        padding: 65px
    }
    .contact-us-details ul li h5,
    .banner-text p,
    .products-section h3,
    .products-card-text h5,
    .about-us-text h5,
    .faqs-accordion .accordion-item h3 button,
    .about-us-speciality-main ul li h3 {
        font-size: 18px
    }
    .contact-us-details ul li span,
    .contact-us-details ul li a,
    .products-card-text p,
    .about-us-text p,
    .about-us-banner-bottom p,
    .faqs-accordion .accordion-item .accordion-body p,
    .about-us-speciality-main ul li p,
    .about-us-banner-bottom span,
    .about-us-products-text p {
        font-size: 15px
    }
    .about-us-banner-bottom p,
    .about-us-text h5 {
        margin-bottom: 12px
    }
    .about-us-products-text h2 {
        margin-bottom: 16px
    }
    .about-us-speciality-img {
        width: 450px
    }
    .about-us-section-img,
    .faqs-img {
        width: 340px;
        margin: 0 auto
    }
    .products-section h3 {
        margin-bottom: 40px
    }
    .footer-logo-img,
    .footer-nav ul li {
        margin-bottom: 8px
    }
    .footer-icons ul {
        margin-bottom: 15px
    }
    #footer {
        padding: 25px 150px 10px
    }
    .footer-nav ul li a,
    .footer-content p {
        font-size: 13px
    }
    .faqs-text h2 {
        margin-bottom: 15px
    }
    #main {
        padding-top: 15px
    }
    .about-us-banner {
        margin-bottom: 0
    }
    .about-us-banner-bottom h2 {
        margin-bottom: 20px
    }
    .about-us-products,
    .products-section,
    .about-us-banner-bottom {
        padding: 30px 60px
    }
    .banner-text h1 {
        margin-bottom: 5px
    }
    .contact-form h2 {
        font-size: 30px;
        margin-bottom: 30px
    }
    .contact-us-details-icons-bg {
        width: 60px;
        height: 60px
    }
    .my-account-filter #country .dropdown .dropdown-toggle.show::before,
    .my-account-filter #currency .dropdown .dropdown-toggle.show::before {
        top: 56px
    }
    .my-account-filter #country .dropdown .dropdown-menu,
    .my-account-filter #currency .dropdown .dropdown-menu {
        top: 66px
    }
    .checkmark {
        height: 19px;
        width: 19px;
    }
    .custom-checkbox,
    .login-form-input input::placeholder,
    #forget-password,
    .form-check-label,
    #register-new-user,
    .form-floating label {
        font-size: 15px
    }
    .custom-checkbox .checkmark:after {
        left: 6px;
        top: 2px;
        width: 6px;
        height: 10px;
    }
    .contact-us-details {
        height: 76%
    }
}

@media screen and (max-width:1399px) {
    #dashboard-my-account-login {
        text-decoration: none;
        position: relative;
        top: 1px;
    }
    #dashboard-my-account-seller {
        padding-top: 1px
    }
    .header-navbar .navbar-collapse ul li a {
        margin: 0 13px;
        font-size: 15px
    }
    .header-navbar .navbar-collapse ul li:last-child a {
        margin-right: 0
    }
    .header-navbar .navbar-collapse ul li:first-child a {
        margin-left: 0
    }
    .header-navbar .navbar-collapse ul li a:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before,
    .navbar-light .navbar-nav .show>.nav-link::before {
        top: -14px
    }
    #currency .dropdown .dropdown-toggle span,
    #country .dropdown .dropdown-toggle img {
        margin-right: 5px;
        font-size: 12px
    }
    #country .dropdown .dropdown-toggle::after,
    #currency .dropdown .dropdown-toggle::after {
        margin-left: 8px
    }
    .my-account-login button,
    .my-account-seller button {
        padding: 13px 15px;
        font-size: 15px
    }
    #country .dropdown .dropdown-toggle,
    #currency .dropdown .dropdown-toggle {
        padding: 3px 9px;
        min-height: 44px
    }
    #country .dropdown::after {
        height: 30px;
        top: 5px
    }
    .banner-text {
        padding-left: 30px;
        padding-right: 30px
    }
    .banner-img {
        padding: 0 50px
    }
    .banner-text h3 {
        font-size: 18px;
        margin-bottom: 1px
    }
    .banner-text h1 {
        font-size: 35px;
        margin-bottom: 10px
    }
    .banner-text p {
        font-size: 17px;
        margin-bottom: 0
    }
    .banner-text {
        padding-right: 0
    }
    .home-banner,
    .shop-banner {
        margin-bottom: 25px
    }
    .products-section {
        padding: 40px 30px
    }
    .products-section h2 {
        font-size: 30px
    }
    .products-section h3 {
        margin-bottom: 45px;
        font-size: 17px
    }
    .products-card-text h5,
    .about-us-text h5 {
        font-size: 17px
    }
    .link-unstyled .products-card {
        padding: 15px
    }
    .products-card {
        height: 100%;
        display: inherit!important
    }
    .products-same-img {
        display: contents
    }
    .products-same-img img {
        margin-bottom: 20px
    }
    .contact-us-main-btn .main-btn {
        padding: 12px 27px;
        font-size: 15px
    }
    .custom-container {
        margin: 0 20px
    }
    .about-us {
        padding: 30px 50px;
        margin-bottom: 30px
    }
    .about-us-text h2 {
        font-size: 30px
    }
    .about-us-text h5 {
        margin-bottom: 22px
    }
    .about-us-text p {
        margin-bottom: 0
    }
    .faqs {
        margin-bottom: 30px;
        padding: 0 20px
    }
    .faqs-text h2 {
        font-size: 30px
    }
    .faqs-accordion .accordion-item h3 button {
        font-size: 17px;
        margin-bottom: 7px
    }
    .shop-banner {
        margin-bottom: 50px
    }
    .shop-search-wrapper {
        max-width: 650px
    }
    .about-us-banner-bottom h2 {
        font-size: 30px;
        margin-bottom: 12px
    }
    .about-us-products {
        padding: 30px
    }
    .about-us-products-text h2 {
        font-size: 30px
    }
    .about-us-speciality-main {
        padding-left: 0
    }
    .speciality-icon-bg {
        width: 85px;
        height: 85px;
        margin-right: 25px
    }
    .speciality-icon-bg-img {
        width: 32px;
        height: 32px
    }
    .about-us-speciality-main ul li h3 {
        font-size: 17px
    }
    .about-us-speciality-main ul li {
        margin-bottom: 10px
    }
    .about-us-speciality {
        margin-bottom: 10px
    }
    .contact-us-banner {
        margin-bottom: 30px
    }
    .dashboard-card-details {
        margin-bottom: 30px
    }
    .dashboard-card {
        padding: 18px
    }
    .dashboard-card .dashboard-card-name {
        font-size: 16px
    }
    .dashboard-card .dashboard-card-number {
        font-size: 32px
    }
    .contact-us-form input,
    .login-form-input select,
    .login-form-input input,
    .login-form-input select,
    .login-form-input .select2-selection {
        min-height: 45px
    }
    /* .form-floating>.form-control,.form-floating>.form-select{height:auto;line-height:1} */
    /*    .form-group #image{max-width: 149px;}*/
    .form-floating>.form-control,
    .form-floating>.form-select {
        height: auto
    }
    .contact-form {
        margin-bottom: 30px
    }
    .contact-form h2 {
        font-size: 25px;
        margin-bottom: 25px
    }
    .order-cancel-btn {
        padding: 16px 28px;
        font-size: 18px
    }
    .page-not-find {
        margin-bottom: 30px;
        min-height: 600px
    }
    .page-not-find-img {
        margin-bottom: 60px
    }
    .home-btn {
        padding: 15px 38px
    }
    .login-main h2 {
        font-size: 30px;
        margin-bottom: 22px
    }
    .login-main {
        max-width: 600px
    }
    .view-main-btn .main-btn {
        font-size: 15px;
        padding: 12px 19px
    }
    .contact-us-details {
        padding: 30px
    }
    .contact-us-details ul li h5 {
        font-size: 17px
    }
    .contact-us-details ul li span,
    .contact-us-details ul li a {
        font-size: 15px
    }
    .contact-us-details ul li {
        margin-bottom: 25px
    }
    .contact-us-details-icons-bg {
        width: 55px;
        height: 55px;
        font-size: 20px
    }
    .vouchers-search input {
        width: 300px
    }
    .vouchers-copy-link-box {
        width: 100%
    }
    .vouchers-search input,
    .vouchers-copy-link-box {
        padding: 13px 56px 13px 18px
    }
    .vouchers-copy-link button,
    .vouchers-search button {
        padding: 11px
    }
    .main-btn {
        padding: 13px 19px;
        font-size: 16px
    }
    .update-status-button,
    .update-status-cancel {
        padding: 10px 20px;
        font-size: 17px
    }
    .contact-form {
        padding: 45px
    }
    .logo {
        width: 180px
    }
    .footer-logo-img,
    .footer-nav ul li {
        margin-bottom: 0
    }
    .shop-searching-box {
        padding: 10px 139px 10px 54px
    }
    .shop-search-wrapper #search-field .shop-searching-box {
        height: 55px
    }
    .shop-search-wrapper .shop-search-dropdown button {
        padding: 5px 13px
    }
    .shop-searching .shop-search-wrapper #search-icon {
        top: 16px;
        left: 27px
    }
    .about-us-banner-bottom,
    .about-us-speciality {
        padding: 30px
    }
    .my-account-filter #country .dropdown .dropdown-toggle.show::before,
    .my-account-filter #currency .dropdown .dropdown-toggle.show::before {
        top: 48px
    }
    .my-account-filter #country .dropdown .dropdown-menu,
    .my-account-filter #currency .dropdown .dropdown-menu {
        top: 56px
    }
    .contact-us-details ul li span,
    .contact-us-details ul li a,
    .products-card-text p,
    .about-us-text p,
    .about-us-banner-bottom p,
    .faqs-accordion .accordion-item .accordion-body p,
    .about-us-speciality-main ul li p,
    .about-us-banner-bottom span,
    .about-us-products-text p {
        font-size: 14px
    }
    .banner-img {
        height: 350px
    }
    .custom-checkbox,
    .login-form-input input::placeholder,
    #forget-password,
    .form-check-label,
    #register-new-user,
    .form-floating label {
        font-size: 14px
    }
}

@media screen and (max-width:1199px) {
    .custom-label {
        font-size: 14px;
        padding: 20px
    }
    #header .navbar .navbar-collapse ul li a {
        margin: 0;
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
    .logo {
        width: 150px
    }
    .header-navbar .navbar-collapse ul li a {
        margin: 0 8px;
        font-size: 15px
    }
    .country-selection-img {
        width: 31px;
        height: 31px
    }
    .resiter-pagee {
        flex-direction: column-reverse !important;
    }
    .resiter-pagee .contact-us-main-btn {
        padding-top: 16px;
    }
    #header .my-account {
        justify-content: end!important
    }
    #header {
        padding: 8px 10px
    }
    #currency .dropdown .dropdown-toggle span,
    #country .dropdown .dropdown-toggle img {
        margin-right: 1px;
        font-size: 12px
    }
    #country .dropdown .dropdown-toggle::after,
    #currency .dropdown .dropdown-toggle::after {
        margin-left: 8px;
        margin-right: 3px
    }
    #country .dropdown .dropdown-toggle,
    #currency .dropdown .dropdown-toggle {
        padding: 1px 6px
    }
    .header-navbar .navbar-collapse ul li a:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before,
    .navbar-light .navbar-nav .show>.nav-link::before {
        top: -12px
    }
    .banner-text {
        padding-left: 20px;
        padding-right: 0
    }
    .banner-img {
        padding-left: 0;
        padding-right: 20px
    }
    .banner-text h1 {
        font-size: 30px;
        margin-bottom: 8px
    }
    .banner-text p {
        font-size: 15px
    }
    .products-section {
        padding: 40px 20px
    }
    .products-section h2 {
        font-size: 24px
    }
    .products-section h3 {
        font-size: 15px;
        margin-bottom: 44px
    }
    .contact-us-main-btn .main-btn {
        padding: 11px 23px;
        font-size: 15px
    }
    .about-us {
        padding: 25px 40px;
        margin-bottom: 27px
    }
    .about-us-text h2 {
        font-size: 24px
    }
    .about-us-text h5 {
        font-size: 18px;
        margin-bottom: 15px
    }
    .faqs {
        padding: 0 20px;
        margin-bottom: 27px
    }
    .faqs-text h2 {
        font-size: 24px;
        margin-bottom: 10px
    }
    .faqs-accordion .accordion-item .accordion-body,
    .faqs-accordion button {
        padding: 8px 10px
    }
    .faqs,
    .about-us-speciality {
        min-height: 450px
    }
    .faqs-accordion .accordion-item h3 button {
        font-size: 14px;
        margin-bottom: 0
    }
    .footer-logo-img {
        margin-bottom: 9px
    }
    .footer-nav .navbar-nav {
        margin-bottom: 8px
    }
    .footer-icons ul li a {
        width: 34px;
        height: 34px;
        font-size: 17px
    }
    .footer-icons ul {
        margin-bottom: 16px
    }
    .footer-nav ul li a {
        font-size: 13px
    }
    .footer-content p {
        font-size: 13px
    }
    .shop-search-wrapper {
        max-width: 660px
    }
    .shop-search-wrapper .shop-search-dropdown button {
        padding: 11px 30px
    }
    .shop-searching-box {
        padding: 20px 53px
    }
    .shop-searching .shop-search-wrapper #search-icon {
        top: 21px;
        left: 30px
    }
    .about-us-banner-bottom h2,
    .about-us-products-text h2 {
        font-size: 24px;
        margin-bottom: 8px
    }
    .about-us-products {
        padding: 40px
    }
    .about-us-speciality {
        padding: 20px 40px
    }
    .about-us-speciality-main {
        padding-left: 0
    }
    .speciality-icon-bg {
        width: 75px;
        height: 75px
    }
    .speciality-icon-bg-img {
        width: 32px;
        height: 32px
    }
    .about-us-speciality-main ul li h3 {
        font-size: 16px
    }
    .about-us-speciality-main ul li p {
        font-size: 14px
    }
    .about-us-speciality-main ul li {
        margin-bottom: 25px
    }
    .contact-form {
        padding: 50px 20px
    }
    .contact-form h2 {
        font-size: 22px;
        margin-bottom: 22px
    }
    .contact-us-form input {
        min-height: 63px
    }
    .contact-us-details {
        height: auto;
        min-height: 406px;
        padding: 27px;
        display: flex;
        justify-content: center;
        align-items: center
    }
    .contact-us-form textarea {
        min-height: 150px
    }
    .contact-us-details ul li h5 {
        font-size: 16px
    }
    .contact-us-details ul li span,
    .contact-us-details ul li a {
        font-size: 14px
    }
    .login-main h2 {
        font-size: 27px;
        margin-bottom: 16px
    }
    .contact-us-main-btn button {
        margin-bottom: 15px !important;
    }
    .contact-us-form input,
    .login-form-input select,
    .login-form-input input,
    .login-form-input select,
    .login-form-input .select2-selection {
        min-height: 48px
    }
    .login-form-input .select2-selection .select2-selection__arrow {
        top: 12px;
    }
    .login-main {
        padding: 30px 0;
        max-width: 500px
    }
    .attivita-table-pagination {
        margin-bottom: 30px
    }
    .attivita-table-btns {
        margin-bottom: 45px;
        position: relative;
        top: 17px;
    }
    .dashboard-card .dashboard-card-name {
        font-size: 15px
    }
    .dashboard-card .dashboard-card-number {
        font-size: 27px
    }
    .dashboard-card {
        padding: 13px 19px
    }
    .vouchers-search input {
        width: 300px
    }
    .vouchers-search input,
    .vouchers-copy-link-box {
        padding: 13px 56px 13px 18px;
        font-size: 14px
    }
    .vouchers-copy-link button {
        padding: 15px;
        padding: 10px 12px
    }
    .vouchers-copy-link button i {
        font-size: 17px
    }
    .order-cancel-btn {
        padding: 15px 26px;
        font-size: 17px
    }
    .page-not-find {
        min-height: 440px
    }
    .page-not-find-img {
        margin-bottom: 55px
    }
    .home-btn {
        padding: 13px 25px
    }
    .page-not-find-img {
        width: 400px
    }
    .dropdown-menu[data-bs-popper] {
        top: 59px
    }
    .view-main-btn .main-btn {
        font-size: 15px;
        padding: 11px 15px
    }
    .update-status-button,
    .update-status-cancel {
        padding: 10px 19px;
        font-size: 16px
    }
    .my-account-filter #country .dropdown .dropdown-menu li a #flag-img,
    .my-account-filter #country .dropdown .dropdown-menu li a :last-child {
        width: 28px
    }
    .products-card-text h5,
    .about-us-text h5 {
        font-size: 16px
    }
    .products-card-text p,
    .about-us-text p,
    .about-us-banner-bottom p,
    .faqs-accordion .accordion-item .accordion-body p,
    .about-us-products-text p {
        font-size: 14px
    }
    .shop-search-wrapper #search-field .shop-searching-box {
        height: 52px
    }
    .shop-searching-box {
        padding: 10px 139px 10px 54px
    }
    .shop-search-wrapper .shop-search-dropdown button {
        padding: 4px 24px
    }
    .shop-searching .shop-search-wrapper #search-icon {
        top: 15px;
        left: 26px
    }
    .contact-us-details-icons-bg {
        width: 50px;
        height: 50px;
        font-size: 18px
    }
    .form-floating>.form-control,
    .form-floating>.form-select {
        padding-right: 30px !important;
    }
}

@media screen and (max-width:991px) {
    .tab-links a {
        font-size: 12px
    }
    .header-navbar {
        justify-content: end;
        position: static
    }
    #header {
        position: relative
    }
    .header-nav-toggler {
        position: absolute;
        right: 20px
    }
    .my-account {
        padding-right: 75px
    }
    .header-nav {
        position: absolute;
        left: 20px;
        top: calc(100% + -2px);
        right: 20px;
        padding: 20px;
        z-index: 15;
        background: #fff;
        opacity: 1;
        box-shadow: inset 0 0 5px #14061D0D, 0 0 5px #14061D0D;
        border-radius: 10px
    }
    .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar .navbar-collapse ul li a:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before,
    .navbar-light .navbar-nav .show>.nav-link::before {
        display: none
    }
    .header-navbar .navbar-collapse ul li a:hover {
        background-color: #14061D;
        color: #fff!important;
        opacity: 1;
        transition: all .3s
    }
    .my-account-filter #country .dropdown .dropdown-menu li a:hover,
    .my-account-filter #currency .dropdown .dropdown-menu li a:hover {
        color: #1e2125!important;
        background-color: #e9ecef
    }
    .header-navbar .navbar-collapse ul li a {
        margin: 0;
        padding-left: 20px
    }
    .banner-text h3 {
        font-size: 15px;
        margin-bottom: 4px
    }
    .banner-text h1 {
        font-size: 23px;
        margin-bottom: 10px
    }
    .banner-text p {
        font-size: 13px
    }
    .products-section {
        padding: 40px 0
    }
    .products-section h2 {
        font-size: 21px
    }
    .products-section h3 {
        font-size: 14px;
        margin-bottom: 30px
    }
    .about-us-speciality-main ul li h3 {
        font-size: 15px
    }
    .products-same-img img {
        margin-bottom: 15px
    }
    .products-card-text h5 {
        font-size: 15px
    }
    .products-card-text p,
    .about-us-speciality-main ul li p {
        font-size: 13px
    }
    .products-card {
        height: 100%
    }
    .main-btn {
        padding: 13px 19px;
        font-size: 16px
    }
    .about-us {
        padding: 20px;
        margin-bottom: 27px
    }
    .about-us-text h2 {
        font-size: 21px
    }
    .about-us-text h5 {
        font-size: 15px;
        margin-bottom: 12px
    }
    .about-us-text p,
    .about-us-banner-bottom p {
        font-size: 13px
    }
    .faqs {
        padding: 0 10px;
        min-height: 400px;
        margin-bottom: 20px
    }
    .faqs-text h2 {
        font-size: 21px;
        margin-bottom: 5px
    }
    .faqs-accordion .accordion-item h3 button {
        font-size: 14px;
        margin-bottom: 0
    }
    .faqs-accordion .accordion-item .accordion-body p {
        font-size: 13px
    }
    .shop-search-wrapper {
        max-width: 550px
    }
    .shop-searching-box {
        padding: 17px 51px
    }
    .shop-searching .shop-search-wrapper #search-icon {
        top: 18px;
        left: 27px
    }
    .shop-search-wrapper .shop-search-dropdown button {
        align-items: center
    }
    .about-us-banner-bottom h2 {
        font-size: 21px
    }
    .about-us-banner-bottom span {
        font-size: 14px
    }
    .about-us-speciality {
        padding: 40px 20px
    }
    .about-us-speciality-img {
        margin: 0 auto 30px;
        display: block!important
    }
    .about-us-products {
        padding: 40px 20px
    }
    .about-us-products-img {
        text-align: end!important
    }
    .about-us-products-img-2 {
        text-align: start!important
    }
    .about-us-products-text h2 {
        font-size: 21px;
        margin-bottom: 10px
    }
    .about-us-products-text p {
        font-size: 13px
    }
    .about-us-products .products-row-gap {
        margin-bottom: 50px
    }
    .about-us-products {
        margin-bottom: 0
    }
    #footer {
        padding: 25px 20px 6px
    }
    .footer-logo-img {
        margin-bottom: 7px
    }
    .footer-nav .navbar-nav {
        margin-bottom: 7px
    }
    .footer-icons ul li a {
        width: 30px;
        height: 30px;
        font-size: 16px
    }
    .footer-icons ul {
        margin-bottom: 14px
    }
    .footer-nav ul li a {
        font-size: 12px
    }
    .footer-content p {
        font-size: 12px
    }
    .contact-us-details {
        min-height: 388px;
        padding: 17px
    }
    .login-main {
        padding: 3px 0;
        max-width: 420px
    }
    .login-main h6 {
        font-size: 17px
    }
    .login-main h2 {
        font-size: 25px;
        margin-bottom: 10px
    }
    .form-floating>.form-control,
    .form-floating>.form-select {
        min-height: 47px
    }
    .form-password-eye {
        top: 13px;
        font-size: 19px
    }
    .contact-us-details {
        min-height: 477px
    }
    .contact-us-form input,
    .login-form-input select {
        min-height: 46px
    }
    .dashboard-card {
        min-height: 71px
    }
    .dashboard-card .dashboard-card-name {
        font-size: 14px
    }
    .dashboard-card .dashboard-card-number {
        font-size: 24px
    }
    .voucher-header-text h2 {
        font-size: 25px
    }
    .vouchers-search input,
    .vouchers-copy-link-box {
        padding: 11px 56px 11px 17px;
        font-size: 13px
    }
    .vouchers-search button {
        padding: 7px
    }
    .vouchers-copy-link button {
        padding: 7px 10px;
        background-color: #fff
    }
    .vouchers-search input {
        width: 255px
    }
    .voucher-product-detail h4 {
        font-size: 17px
    }
    .order-cancel-btn {
        padding: 13px 19px;
        font-size: 17px
    }
    .contact-form {
        padding: 35px 20px
    }
    .page-not-find {
        min-height: 410px
    }
    .page-not-find-img {
        margin: 0 60px 15px
    }
    .home-btn {
        padding: 10px 14px
    }
    .attivita-table-pagination {
        margin-bottom: 47px;
        font-size: 14px
    }
    .pagination {
        margin-bottom: 0
    }
    .attivita-table-btns a button {
        padding: 12px 18px
    }
    .voucher-row-me {
        margin-right: 40px
    }
    .contact-us-main-btn .main-btn {
        padding: 10px 20px;
        font-size: 14px;
        margin-bottom: 10px!important
    }
    ul.dashboard-user-dropdown {
        width: 300px
    }
    .dashboard-user-navbar .dashboard-user-nav ul li {
        margin: 0 10px
    }
    .view-main-btn .main-btn {
        font-size: 14px
    }
    .contact-us-form #floatingTextarea {
        min-height: 150px
    }
    .contact-us-details-icons-bg {
        width: 55px;
        height: 55px;
        font-size: 22px
    }
    .contact-us-details ul li span,
    .contact-us-details ul li a {
        font-size: 13px
    }
    .contact-us-details ul li h5 {
        font-size: 15px
    }
    .update-status-button,
    .update-status-cancel {
        padding: 9px 17px;
        font-size: 16px
    }
    .contact-form {
        padding: 40px
    }
    .my-account-login button,
    .my-account-seller button {
        font-size: 14px
    }
    #country .dropdown .dropdown-toggle,
    #currency .dropdown .dropdown-toggle {
        min-height: 40px
    }
    .logo {
        width: 130px
    }
    .shop-search-wrapper #search-field .shop-searching-box {
        height: 48px
    }
    .shop-search-wrapper .shop-search-dropdown button::before {
        height: 37px;
        margin-right: 17px
    }
    .shop-search-wrapper {
        max-width: 480px
    }
    .shop-searching-box {
        padding: 10px 128px 10px 48px
    }
    .shop-search-wrapper .shop-search-dropdown button {
        padding: 4px 24px
    }
    .shop-searching .shop-search-wrapper #search-icon {
        top: 13px
    }
    .shop-banner {
        margin-bottom: 40px
    }
    .contact-us-details-icons-bg {
        width: 45px;
        height: 45px;
        font-size: 17px;
        margin-right: 15px
    }
    .banner-img {
        height: 250px
    }
    .form-floating>.form-control,
    .form-floating>.form-select {
        padding-right: 30px !important;
    }
    .contact-us-details {
        min-height: 396px !important;
    }
    .my-account.show-my-account {
        display: none;
    }
    #header .navbar-collapse .my-account {
        padding-right: 0;
        flex-direction: column;
        display: block
    }
    .navbar-collapse .my-account .my-account-filter {
        width: fit-content;
        margin-bottom: 13px;
        margin-right: 0
    }
    #dashboard-my-account-seller button,
    #dashboard-my-account-login button {
        min-width: 25%;
        margin-right: 0;
    }
    #dashboard-my-account-login {
        margin-right: 0;
    }
    #dashboard-my-account-login button {
        justify-content: center;
    }
    #dashboard-my-account-login {
        top: 5px;
    }
    /* .navbar-collapse .account-text-btn span {
        margin: 0px auto;
    } */
    /* .login-avatar-img img {
        left: 175px;
        position: relative;
    } */
    #dashboard-my-account-seller {
        margin-right: 0%;
    }
    .dropdown-menu[data-bs-popper] {
        left: 0 !important;
    }
}

@media screen and (max-width:767px) {
    .my-account-filter {
        display: block;
        z-index: 9999
    }
    /* .login-avatar-img img {
        left: 175px;
        position: relative;
    } */
    #dashboard-my-account-login {
        width: 100% !important;
    }
    /* .account-text-btn span {
        margin: 0px auto;
    } */
    #dashboard-my-account-seller {
        width: 100%;
    }
    .my-account-login button,
    .my-account-seller button {
        width: 100%;
    }
    .tab-links a {
        font-size: 8px
    }
    .banner-img {
        text-align: center
    }
    .hide-my-account {
        display: flex
    }
    .secondary_projects_div {
        width: 100% !important;
    }
    .order-pricee {
        justify-content: unset !important
    }
    #header .my-account {
        padding-right: 0;
        flex-direction: column;
        display: block
    }
    .show-my-account {
        display: none !important;
    }
    .my-account .my-account-filter {
        width: fit-content;
        margin-bottom: 13px;
        margin-right: 0
    }
    .account-icon-btn {
        display: none
    }
    .my-account-seller {
        width: fit-content;
        margin-bottom: 15px
    }
    .my-account-login {
        width: fit-content
    }
    .form-side-display {
        min-height: 260px;
        height: initial
    }
    .banner-text,
    .banner-img,
    .about-us-text {
        padding: 0
    }
    .home-banner,
    .about-us,
    .faqs,
    .about-us-banner,
    .about-us-banner-bottom {
        padding: 30px 20px
    }
    .banner-text,
    .about-us-text,
    .faqs-img {
        margin-bottom: 30px
    }
    .about-us-section-img,
    .faqs-img,
    .about-us-products-img,
    .about-us-products-img-2 {
        width: 200px;
        height: 200px;
        margin: auto
    }
    #footer {
        padding: 20px 13px 8px
    }
    .footer-nav ul li a {
        font-size: 12px
    }
    .shop-search-wrapper {
        max-width: 400px
    }
    .shop-searching-box {
        padding: 10px 101px 10px 37px
    }
    .shop-searching .shop-search-wrapper #search-icon {
        top: 15px;
        left: 15px;
        font-size: 15px
    }
    .shop-search-wrapper .shop-search-dropdown button {
        padding: 3px 6px;
        position: absolute;
        right: 0;
        top: 6px;
        font-size: 14px
    }
    .shop-search-wrapper .shop-search-dropdown button::before {
        margin-right: 12px;
        height: 36px
    }
    .shop-search-wrapper .shop-search-dropdown button::after {
        margin: 0 11px;
        font-size: 12px
    }
    .shop-searching .shop-search-wrapper #search-field input::placeholder,
    .form-floating label {
        font-size: 14px
    }
    .about-us-products-text p {
        font-size: 13px
    }
    .about-us-banner-bottom p {
        margin-bottom: 8px
    }
    .about-us-banner-bottom span {
        font-size: 13px
    }
    .about-us-speciality,
    .about-us-products {
        margin-bottom: 0
    }
    .about-us-speciality-img {
        width: 250px;
        box-shadow: none;
        border: 0;
        border-radius: 0
    }
    .about-us-speciality-img img {
        border-radius: 10px;
        opacity: .8;
        border: 8px solid #FFF
    }
    .about-us-speciality-main ul li {
        align-items: center;
        margin-bottom: 17px
    }
    .about-us-products .products-reverse-row {
        display: flex;
        flex-direction: column-reverse!important
    }
    .about-us-products .products-row-gap {
        margin-bottom: 50px
    }
    .contact-us-banner .banner-img img {
        display: none
    }
    .contact-us-banner {
        background-image: url(../images/contact-banner.png);
        min-height: 240px;
        background-position: center;
        background-size: cover;
        padding: 20px
    }
    .contact-form h2,
    .login-main h2 {
        font-size: 20px;
        margin-bottom: 18px
    }
    .contact-us-form input,
    .login-form-input select,
    .login-form-input input,
    .login-form-input .select2-selection {
        min-height: 45px
    }
    .form-floating>.form-control,
    .form-floating>.form-select {
        height: 49px;
        line-height: 1;
        padding-right: 30px !important;
    }
    .contact-us-form input::placeholder,
    .login-form-input select,
    .login-form-input input::placeholder {
        font-size: 14px
    }
    .contact-us-form-box {
        min-height: auto!important
    }
    .contact-us-form textarea {
        min-height: 150px
    }
    .contact-us-main-btn button,
    .contact-us-main-btn a {
        padding: 13px 26px;
        font-size: 16px
    }
    .custom-checkbox,
    #register-new-user,
    #forget-password {
        font-size: 13px
    }
    .custom-checkbox {
        padding-left: 27px;
    }
    .dashboard-card {
        min-height: 80px;
        margin-bottom: 16px
    }
    .vouchers-detail {
        display: block!important;
        justify-content: space-between
    }
    .vouchers-search input {
        width: 225px;
        font-size: 12px
    }
    .vouchers-copy-link button {
        padding: 6px 8px;
        border-radius: 6px
    }
    .vouchers-copy-link button i {
        font-size: 13px
    }
    .vouchers-search button {
        font-size: 13px;
        padding: 10px
    }
    .voucher-header-text h2 {
        font-size: 22px;
        margin-bottom: 15px
    }
    .vouchers-form-row {
        display: block!important;
        margin-bottom: 0!important
    }
    .voucher-w-50 {
        width: 100%;
        margin-bottom: 10px
    }
    .voucher-w-50 label {
        margin-bottom: 0
    }
    .order-cancel-btn {
        padding: 9px 21px;
        font-size: 15px
    }
    .main-btn {
        padding: 11px 17px;
        font-size: 15px
    }
    .vouchers-form-btn-group {
        justify-content: center!important
    }
    .home-btn {
        padding: 11px 22px;
        font-size: 15px
    }
    .page-not-find {
        min-height: 60vh;
        display: flex;
        justify-self: center;
        align-items: center
    }
    .page-not-find-img {
        width: 250px;
        height: 190px;
        margin: 0 auto
    }
    .attivita-table-btns a button {
        padding: 12px 13px;
        font-size: 13px
    }
    .attivita-table-pagination {
        margin-bottom: 40px;
        font-size: 13px
    }
    .voucher-row-me {
        margin-right: 0
    }
    .login-main {
        padding: 40px 0;
        height: auto;
        max-width: 380px
    }
    .login-main-content h6 {
        font-size: 16px
    }
    .contact-us-main-btn .main-btn {
        padding: 11px 23px;
        font-size: 14px;
        margin-bottom: 4px!important
    }
    .user-profile-img {
        margin: 0 auto 20px;
        width: 160px
    }
    .user-profile-password {
        margin-bottom: 27px!important
    }
    .dropdown-menu[data-bs-popper] {
        left: 0
    }
    ul.dashboard-user-dropdown {
        width: 215px
    }
    ul.dashboard-user-dropdown li .dashboard-user-img {
        width: 95px;
        min-height: 95px
    }
    .dashboard-user-navbar ul li a {
        padding-left: 0!important
    }
    .dashboard-user-navbar .dashboard-user-nav ul li a {
        font-size: 13px!important
    }
    .user-joining {
        font-size: 13px
    }
    .dashboard-user-navbar .dashboard-user-nav ul li {
        margin: 0 7px
    }
    .terms-of-use-content h3,
    .terms-of-use-content h2,
    .terms-of-use-content h5,
    .terms-of-use-content h4 {
        font-size: 20px;
        margin-bottom: 10px!important
    }
    .terms-of-use-content h4 strong {
        font-size: 18px
    }
    .terms-of-use-content ol li p,
    .terms-of-use-content ol li ul li p,
    .terms-of-use-content ol li ul li,
    .terms-of-use-content h3,
    .terms-of-use-content {
        font-size: 15px
    }
    .terms-of-use-content ol,
    .terms-of-use-content ul {
        padding-left: 0
    }
    .footer-nav ul li {
        margin-left: 2px!important;
        margin-right: 3px!important
    }
    .my-account-filter #country .dropdown .dropdown-menu {
        width: 195px;
        height: 270px;
        top: 52px;
        padding: 5px
    }
    .my-account-filter #country .dropdown .dropdown-toggle.show::before {
        top: 45px
    }
    .my-account-filter #currency .dropdown .dropdown-menu {
        width: 195px;
        height: 270px;
        top: 52px;
        padding: 10px;
        left: -70px
    }
    .my-account-filter #currency .dropdown .dropdown-toggle.show::before {
        top: 45px;
        right: -2px
    }
    .form-side-logo {
        width: 130px
    }
    .contact-us-details {
        min-height: 280px
    }
    .update-status-button,
    .update-status-cancel {
        padding: 8px 15px;
        font-size: 15px
    }
    .shop-search-wrapper .shop-search-dropdown button::before {
        height: 34px
    }
    .shop-searching .shop-search-wrapper #search-icon {
        top: 14px
    }
    .shop-banner {
        margin-bottom: 35px
    }
    .products-section {
        padding: 25px 0
    }
    .contact-form {
        padding: 20px
    }
    .contact-us-details ul li {
        margin-bottom: 18px
    }
}

@media screen and (max-width:575px) {
    .my-account-filter {
        display: block;
        z-index: 9999
    }
    .logo a img {
        width: 90px;
    }
    .login-avatar-img img {
        left: 75px;
        position: relative;
    }
    #dashboard-my-account-login {
        width: 100%;
    }
    .seller-redem-edit-img {
        margin-top: 10px;
    }
    .account-text-btn span {
        margin: 0px auto;
    }
    .my-account-login button,
    .my-account-seller button {
        width: 100%;
    }
    .tab-links {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .tab-links li {
        margin: 5px 0px;
    }
    .products-same-img center {
        height: unset
    }
    /* Scrollbar Styling */
     ::-webkit-scrollbar {
        width: 10px;
        height: 5px;
    }
    #dashboard-my-account-seller {
        width: 100%
    }
    .responsive-table {
        overflow-x: auto;
        width: 100%;
    }
    .footer-content p {
        font-size: 11px
    }
    .shop-search-wrapper {
        max-width: 312px
    }
    .about-us-speciality-main ul li {
        display: block!important;
        margin-bottom: 20px
    }
    .speciality-icon-bg {
        margin: 0 auto 15px
    }
    .about-us-speciality-text {
        text-align: center
    }
    .about-us-speciality-img {
        display: none
    }
    .contact-us-details-icons-bg {
        width: 40px;
        height: 40px;
        font-size: 16px;
        margin-right: 14px
    }
    .contact-us-details ul li h5 {
        font-size: 14px
    }
    .contact-us-details ul li span,
    .contact-us-details ul li a {
        font-size: 12px
    }
    .form-password-eye {
        font-size: 16px
    }
    .login-form-input input::placeholder,
    #forget-password,
    .form-check-label,
    #register-new-user {
        font-size: 14px
    }
    .vouchers-detail-box {
        display: inline-block!important
    }
    .vouchers-copy-link {
        margin: 0!important
    }
    .vouchers-search input {
        width: 360px;
        font-size: 13px;
        margin-bottom: 13px
    }
    .vouchers-copy-link button {
        padding: 8px 11px
    }
    .attivita-table-btns a button {
        padding: 11px 9px;
        font-size: 10px;
        max-height: 50px
    }
    .attivita-table-pagination {
        margin-bottom: 27px;
        font-size: 12px
    }
    .voucher-w-50 label {
        font-size: 14px
    }
    .home-btn {
        font-size: 13px
    }
    .vouchers-search #vouchers-search-box {
        justify-content: center!important
    }
    .vouchers-search {
        display: inline-block
    }
    .contact-us-banner {
        min-height: 200px
    }
    .vouchers-form-btn-group .order-cancel {
        margin-right: 10px
    }
    .footer-nav ul li {
        margin-bottom: 8px;
        margin-left: 5px;
        margin-right: 5px
    }
    .login-main {
        padding: 20px 0;
        max-width: 310px
    }
    .form-side-display a {
        width: 110px
    }
    .contact-us-main-btn .main-btn {
        padding: 10px 22px;
        font-size: 13px
    }
    .terms-of-use-content {
        padding: 50px 20px
    }
    .lengthy-content {
        font-size: 12px
    }
    .form-side-logo {
        width: 100px
    }
    .form-side-display {
        min-height: 200px
    }
    .view-main-btn .main-btn {
        font-size: 14px;
        padding: 10px 14px
    }
    .update-status-button,
    .update-status-cancel {
        padding: 7px 13px;
        font-size: 14px
    }
    .home-btn {
        padding: 8px 15px
    }
    .products-same-img {
        display: block;
        margin: auto
    }
    .home-banner,
    .about-us,
    .faqs,
    .about-us-banner,
    .about-us-banner-bottom {
        padding: 20px 10px
    }
    .products-card-text h5 {
        font-size: 14px
    }
    .faqs-accordion .accordion-item .accordion-body p,
    .faqs-accordion .accordion-item h3 button,
    .banner-text p,
    .about-us-text p,
    .products-card-text p {
        font-size: 12px
    }
    .banner-text h3,
    .about-us-text h5 {
        font-size: 13px
    }
    .banner-text h1 {
        font-size: 20px;
        margin-bottom: 5px
    }
    .about-us-banner-bottom h2,
    .products-section h2,
    .about-us-text h2,
    .faqs-text h2,
    .about-us-products-text h2 {
        font-size: 18px
    }
    .products-section h3 {
        font-size: 12px
    }
    .contact-us-details {
        min-height: 230px
    }
    .shop-search-wrapper #search-field .shop-searching-box {
        height: 40px
    }
    .shop-searching .shop-search-wrapper #search-icon {
        top: 10px;
        font-size: 12px
    }
    .shop-search-wrapper .shop-search-dropdown button {
        font-size: 12px
    }
    .shop-search-wrapper .shop-search-dropdown button::before {
        height: 25px;
        margin-right: 5px
    }
    .shop-search-wrapper .shop-search-dropdown button::after {
        margin: 0 5px
    }
    .shop-searching-box::placeholder {
        font-size: 12px
    }
    .contact-form h2,
    .login-main h2 {
        font-size: 18px;
        margin-bottom: 15px
    }
    .login-main-content h6 {
        font-size: 14px;
        margin-bottom: 0
    }
    .products-section h3 {
        margin-bottom: 20px
    }
    .captcha-main {
        display: block !important;
    }
    .custom-label {
        margin-top: 10px;
        width: 100%;
    }
    .custom-label i {
        float: right
    }
    .tab-links a {
        display: block;
        width: 100%;
        text-align: center;
    }
    .tab-links li {
        display: flex;
        justify-content: center
    }
}

@media screen and (max-width:420px) {
    .login-avatar-img img {
        left: 55px;
        position: relative;
    }
    .my-account-login button {
        padding: 10px 15px;
        font-size: 14px
    }
    .header-nav-toggler {
        padding: 0;
        border: none
    }
    .my-account {
        padding-right: 35px
    }
    .navbar-toggler-icon {
        width: 1em;
        height: 1em
    }
    .home-banner,
    .shop-banner,
    .about-us,
    .faqs,
    .about-us-banner,
    .about-us-banner-bottom,
    .contact-form,
    .about-us-speciality,
    .about-us-products {
        padding: 20px 10px
    }
    .login-main {
        padding: 20px 0
    }
    .contact-us-banner .banner-img {
        display: none
    }
    .home-banner {
        max-width: 100%
    }
    .about-us-section-img,
    .faqs-img,
    .about-us-products-img,
    .about-us-products-img-2 {
        width: 150px;
        height: 150px
    }
    .faqs-accordion .accordion-item .accordion-body,
    .faqs-accordion button {
        padding: 4px 6px
    }
    .shop-banner {
        background-image: url(../images/shop-banner.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        max-width: 100%
    }
    .home-banner,
    .shop-banner,
    .contact-us-banner,
    .products-card,
    .about-us-banner,
    .contact-form,
    .page-not-find {
        border-radius: 15px
    }
    .shop-search-wrapper {
        max-width: 250px
    }
    .contact-us-banner {
        min-height: 160px
    }
    .contact-us-details ul li {
        margin-bottom: 19px
    }
    .contact-us-form textarea {
        min-height: 130px
    }
    .contact-us-main-btn button,
    .contact-us-main-btn a {
        padding: 10px 22px;
        font-size: 15px
    }
    .contact-us-details-icons-bg {
        width: 37px;
        height: 37px;
        font-size: 16px
    }
    .form-side-display a {
        width: 110px
    }
    .custom-checkbox,
    #forget-password,
    .form-check-label,
    #register-new-user {
        font-size: 12px
    }
    .custom-checkbox {
        padding-left: 23px;
    }
    .login-form-main a,
    .login-form-main .main-btn {
        margin-bottom: 10px!important
    }
    .attivita-table-pagination {
        align-items: center;
        flex-direction: column;
        margin-bottom: 13px
    }
    .attivita-table-btns {
        align-items: center;
        flex-direction: column;
        margin-bottom: 20px
    }
    .attivita-table-btns .main-btn-2 {
        margin-right: 0;
        margin-bottom: 10px
    }
    .vouchers-search input,
    .vouchers-copy-link-box {
        white-space: nowrap;
        font-size: 12px
    }
    .vouchers-search input {
        width: 220px;
        font-size: 12px;
        margin-bottom: 13px
    }
    .vouchers-copy-link button {
        padding: 7px 8px;
    }
    .contact-form h2 {
        margin-bottom: 15px;
        font-size: 17px
    }
    .contact-us-details ul li h5 {
        font-size: 13px
    }
    .voucher-product-detail h4 {
        font-size: 16px
    }
    .voucher-product-detail p {
        font-size: 15px
    }
    .vouchers-form-row textarea {
        margin-bottom: 33px
    }
    .order-cancel-btn {
        padding: 8px 17px;
        font-size: 14px
    }
    .view-main-btn .main-btn {
        padding: 11px 14px;
        font-size: 13px
    }
    .about-us-speciality-main ul li h3 {
        font-size: 14px
    }
    .page-not-find-img {
        width: 200px;
        height: 170px
    }
    .products-card:hover.products-card::after {
        border-radius: 0 0 15px 0
    }
    .login-form-input .form-select {
        height: auto
    }
    .contact-us-form input,
    .login-form-input select,
    .login-form-input input {
        min-height: 43px
    }
    .form-floating>.form-control,
    .form-floating>.form-select {
        height: 43px
    }
    .user-profile-img {
        width: 115px
    }
    .lengthy-content {
        display: none
    }
    .terms-of-use-content h3,
    .terms-of-use-content h2,
    .terms-of-use-content h5,
    .terms-of-use-content h4 {
        font-size: 18px
    }
    .terms-of-use-content ol li p,
    .terms-of-use-content ol li ul li p,
    .terms-of-use-content ol li ul li,
    .terms-of-use-content ul li,
    .terms-of-use-content strong,
    .terms-of-use-content p {
        font-size: 14px
    }
    .terms-of-use-content .mb-5 {
        margin-bottom: 18px!important
    }
    .terms-of-use-content .mb-4 {
        margin-bottom: 14px!important
    }
    .terms-of-use-content .mb-3 {
        margin-bottom: 10px!important
    }
    .terms-of-use-content {
        padding: 37px 20px
    }
    .login-main {
        max-width: 270px
    }
    .form-password-eye {
        font-size: 14px
    }
    .banner-text {
        margin-bottom: 0
    }
    .banner-text h1 {
        margin-bottom: 5px
    }
    .custom-container {
        margin-left: 12px;
        margin-right: 12px
    }
    .about-us-text p,
    .about-us-banner-bottom p,
    .about-us-banner-bottom span,
    .products-card-text p,
    .about-us-speciality-main ul li p,
    .about-us-products-text p {
        font-size: 12px
    }
    .about-us-speciality-main ul li {
        margin-bottom: 20px
    }
    .about-us-speciality-img {
        margin: 0 auto 20px!important
    }
    .shop-searching-box {
        padding: 10px 75px 10px 30px
    }
}

@media screen and (max-width:330px) {
    .login-avatar-img img {
        left: 25px;
        position: relative;
    }
    .banner-text h1 {
        font-size: 18px
    }
    .banner-text h3,
    .about-us-text h5 {
        font-size: 12px
    }
    .products-card-text h5 {
        font-size: 13px
    }
    .view-main-btn .main-btn {
        font-size: 12px
    }
    .products-same-img {
        display: block;
        min-height: 150px;
        max-width: 150px;
        margin: 0 auto 10px
    }
    .contact-us-form input,
    .login-form-input .form-select,
    .login-form-input input,
    .login-form-input .select2-selection {
        min-height: 42px
    }
    .login-form-input .form-select {
        height: auto;
        font-size: 11px
    }
    .voucher-product-detail p {
        font-size: 12px
    }
    .contact-us-form textarea {
        min-height: 109px
    }
    .vouchers-form-row textarea {
        margin-bottom: 28px
    }
    .w-100 label {
        font-size: 14px!important
    }
    .contact-form {
        padding: 20px 15px
    }
    .vouchers-form-btn-group {
        flex-direction: column;
        align-items: center
    }
    .vouchers-form-btn-group a {
        width: fit-content
    }
    .footer-logo-img {
        width: 50px;
        margin-bottom: 4px
    }
    .footer-nav .navbar-nav {
        margin-bottom: 0
    }
    .footer-content p {
        font-size: 10px;
        text-align: center
    }
    .footer-icons ul {
        margin-bottom: 24px
    }
    .contact-us-details ul li {
        margin-bottom: 14px
    }
    .contact-us-details-icons-bg {
        width: 32px;
        height: 32px;
        font-size: 14px;
        margin-right: 10px
    }
    .vouchers-form-btn-group .order-cancel {
        margin-right: 0;
        margin-bottom: 10px
    }
    .contact-us-main-btn .main-btn {
        padding: 9px 20px;
        font-size: 12px
    }
    .login-main {
        max-width: 245px
    }
    .vouchers-search input,
    .vouchers-copy-link-box {
        padding: 10px 27px 10px 8px;
        font-size: 11px;
        white-space: nowrap
    }
    .shop-search-wrapper {
        max-width: 220px
    }
    .shop-searching .shop-search-wrapper #search-icon {
        top: 11px;
        left: 12px
    }
    .vouchers-copy-link button {
        padding: 5px 8px;
    }
}

table.dataTable thead {
    white-space: nowrap;
}

table.dataTable tbody {
    white-space: nowrap;
}

@media screen and (min-width: 2500px) {
    .products-card:hover.products-card::after {
        right: 27px
    }
    .products-card:hover.products-card::before {
        right: 39px
    }
}

#currency .dropdown .dropdown-toggle span, #country .dropdown .dropdown-toggle img {
    width: 30px;
    height: 30px;
}
