body,
html {
    height: 100%;
}

html {
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

* {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    line-height: 1.8;
    font-size: 0.9em;
    margin: 0;
    padding: 0;
}

*::selection {
    background: #38BBC9;
    color: #ffffff;
}

a {
    text-decoration: none;
}

a,
button {
    outline: none;
    transition: all 0.3s ease-in;
}

img {
    max-width: 100%;
    display: block;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 73.25em;
    margin: auto;
}

.row {
    display: flex;
    margin-right: -0.75em;
    margin-left: -0.75em;
}

.col-2 {
    width: 50%;
    padding: 0 0.75em;
}

.col-3 {
    width: 33.3333%;
    padding: 0 0.75em;
}

.col-4 {
    width: 25%;
    padding: 0 0.75em;
}

.footer-columns1 {
    width: 15%;
    padding: 0 0.75em;
}

.footer-columns2 {
    width: 15%;
    padding: 0 0.75em;
}

.footer-logo-column {
    width: 20%;
    padding: 0 0.75em;
}

.footer-columns2 .footer-links {
    padding-left: 1.5em;
}

.width-50 {
    width: 50%;
    padding: 0 2em;
    border-left: 0.05em solid #707070;
    border-right: 0.05em solid #707070;
}

.pd-lg {
    padding: 3.5em 0;
}

.pd-sm {
    padding: 1.85em 0;
}

.mb-3 {
    margin-bottom: 3.5em;
}

.mb-1 {
    margin-bottom: 1.1em;
}

.mb-2 {
    margin-bottom: 1.5em;
}

.mt-1 {
    margin-top: 1.5em;
}

@font-face {
    font-family: 'ifsol2019regular';
    src: url('../font/ifsol2019.woff2') format('woff2'),
        url('../font/ifsol2019.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* -----------------------------------Header Start----------------- */
.top-line {
    background-color: #b069a8;
    display: inline-block;
    width: 100%;
    padding: 0.55em 0 0.15em 0;
}

.address-line {
    display: inline-block;
    width: 100%;
}

.address-text {
    display: inline;
    float: left;
}

.address-line .address-text p {
    font-size: 0.8em;
    color: #fff;
}

.social-media-links {
    display: inline;
    float: right;
}

.social-media-links {
    display: inline-block;
}

.social-media-links ul li {
    display: inline;
    float: left;
    padding-left: 0.9em;
}

.second-line {
    display: inline-block;
    background-color: #38BBC9;
    width: 100%;
    padding: 1em 0 0.65em 0;
}

.second-line .site-logo {
    display: inline-block;
    float: left;
}

.second-line .searchbar-like-cart {
    display: inline-block;
    float: right;
    padding-top: 0.22em;
}

.second-line .search-input {
    width: 26.3em;
    position: relative;
    display: inline-block;
    float: left;
}

.second-line .search-input form {
    display: flex;
}

.second-line .search-input form .input-part {
    width: -moz-available;
    width: -webkit-fill-available;
}

.second-line .search-input form button {
    background: #fff;
    outline: none;
    border: none;
    border-radius: 3.25em 0 0 3.25em;
    padding-left: 1.5em;
    padding-top: 0.25em;
    cursor: pointer;
}

.second-line .right-part {
    display: flex;
    position: relative;
}

.second-line .search-input form input {
    width: 100%;
    border-radius: 0 1.25em 1.25em 0;
    padding: 0.6em 1em 0.6em 0em;
    font-size: 1em;
    color: #444444;
    border: none;
    background-color: #ffffff;
    background-image: none;
}

.second-line .logo-search-section {
    display: inline-block;
    width: 100%;
}

.second-line .search-input form input::placeholder {
    color: #999999;
    font-size: 1em;
}

.second-line .search-input form input:focus {
    outline: none;
}

.second-line .like-button {
    display: inline-block;
    margin: 0 1em;
    padding-top: 0.3em;
}

.second-line .my-cart {
    display: inline-block;
    padding-top: 0.3em;
}

.logo-search-section .searchbar-like-cart .like-button a img,
.logo-search-section .searchbar-like-cart .my-cart a img,
.logo-search-section .searchbar-like-cart .user-profile a img {
    width: auto;
    height: 1.5em;
    cursor: pointer;
}

.second-line .user-profile {
    display: inline-block;
    margin-left: 1em;
    padding-top: 0.3em;
}

.number-count {
    position: relative;
}

.number-count span {
    position: absolute;
    background: #b069a8;
    border-radius: 50%;
    width: 1.3em;
    height: 1.3em;
    font-size: 0.6em;
    padding: 0.8em;
    text-align: center;
    top: -0.2em;
    right: -0.9em;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border: 1px solid #fff;
}

.navigation {
    padding: 0.75em 0;
}

/* ------------------------------------------- */
.btn-1 {
    font-size: 1em;
    color: #fff;
    background-color: #b069a8;
    border: 0.1em solid #fff;
    border-radius: 2em;
    padding: 0.4em 1.25em;
    filter: drop-shadow(0 0.15em 0.175em rgba(0, 0, 0, 0.16));
    display: inline-block;
    cursor: pointer;
}

.btn-1:hover {
    background-color: #38bbc9;
}

/* -------------------------Hero banner start---------------- */
.hero-banner {
/*    background-image: url(../images/home-banner.webp);*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    padding:0;
}
.hero-banner .item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.owl-carousel .item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 0;
    min-height: 700px;
}
.hero-banner .owl-prev span, .hero-banner .owl-next span {
    background: #38bbc9;
    width: 48px;
    height: 48px;
    display: inline-block;
    line-height: 43px;
    color: #fff;
    border-radius: 100px;
}
.hero-banner .owl-carousel button.owl-dot {
        width: 20px;
    height: 20px;
    display: inline-block;
    border: 3px solid #38bbc9 !important;
    border-radius: 100px;
}
.hero-banner .owl-carousel button.owl-dot.active {
    background: #b069a8 !important;
    border: 3px solid #b069a8 !important;
}

.owl-dots button{
    display: inline-block;
    margin: 0 5px;
}
.banner-image {
    position: absolute;
    right: 0;
    width: 38%;
    top: 50%;
    transform: translateY(-50%);
}

.hero-banner .banner-text h1 {
    font-size: 4.15em;
    line-height: 0.9;
    font-weight: bold;
    color: #38BBC9;
}

.hero-banner .banner-text h1 span {
    font-size: 0.6em;
    color: #000000;
    text-transform: capitalize;
    font-weight: normal;
}

.hero-banner .banner-text ul {
    list-style-type: none;
    padding: 0;
    margin: 2.5em 0 2.5em 0;
    display: inline-block;
    width: 100%;
}

.hero-banner .banner-text ul li {
    font-size: 1.3em;
    text-transform: capitalize;
    font-weight: 400;
    position: relative;
    display: inline-block;
    float: left;
}

.hero-banner .banner-text ul li:not(:last-child) {
    margin-right: 2em;
}

.hero-banner .banner-image img {
    width: 100%;
    display: block;
}

.hero-banner .banner-text ul li:not(:first-child)::after {
    content: '|';
    position: absolute;
    left: -1.2em;
}
/* Customize the navigation buttons */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%; /* Adjust the position as necessary */
    transform: translateY(-50%);
    background: #FFF; /* Or any other color */
    border: none; /* Remove default borders */
    border-radius: 50%;
    width: 44px; /* Size of the buttons */
    height: 44px; /* Size of the buttons */
    outline: none;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 10px; /* Distance from the left edge */
}

.owl-carousel .owl-nav button.owl-next {
    right: 10px; /* Distance from the right edge */
}

/* Custom arrow icons or use Font Awesome icons */
.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
    font-size: 2.2em; /* Icon size */
}
.owl-carousel .owl-nav .owl-dots{
    display: block;
}
/* If using Font Awesome, include the library and use classes for prev/next */
.owl-carousel .owl-nav button.owl-prev {
    /* Font Awesome example */
    content: '\f104'; /* FontAwesome icon code */
}

.owl-carousel .owl-nav button.owl-next {
    /* Font Awesome example */
    content: '\f105'; /* FontAwesome icon code */
}


.owl-dots {
  text-align: center;
  margin-top: 20px; /* Adjust as needed */
}

.owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc; /* Adjust as needed */
  margin: 0 5px;
}

.owl-dot.active {
  background-color: #000; /* Adjust as needed */
}

/* --------------------Product Category-------------- */
.product-catagory .product-card {
    border: 0.05em solid #707070;
    border-radius: 0.6em;
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.product-catagory .product-card .link h4 {
    font-size: 1.2em;
    font-weight: 500;
    color: #000;
    margin-bottom: 0.8em;
}

.product-catagory .product-card .link {
    display: inline-block;
    float: left;
    margin-top: 15%;
    padding-left: 0.8em;
}

.product-catagory .product-card .image {
    display: inline-block;
    width: calc(100% - 10em);
    float: right;
    padding: 0.5em 0.5em 0.5em 0;
}

.product-catagory .product-card .image img {
    transition: 0.5s ease-out;
    width: 100%;
    display: block;
}

.product-catagory .product-card .image img:hover {
    scale: 1.1;
}

.product-catagory .top-products {
    position: relative;
    text-align: center;
    cursor: pointer;
}

.product-catagory .top-products .top-products-btn a {
    display: block;
    color: #ffffff;
    font-size: 1.3em;
}

.top-products .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 15%;
    background-color: rgb(56, 187, 201);
    margin: 0 auto;
    overflow: hidden;
    transition: 0.8s ease-in;
}

.top-products .top-products-btn {
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.top-products .images-hover:hover .overlay {
    height: 100%;
    background: #38bbc9de;
}

.product-catagory .top-products .images-hover {
    position: relative;
    cursor: pointer;
    border: 0.05em solid #707070;
    padding-bottom: 3em;
}

.product-catagory .top-products .images-hover img {
    width: auto;
    display: block;
    margin: auto;
}

/* ------------------------------------ */
.bg-light-grey {
    background-color: #f7f7f7;
}

.section-title h2 {
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
    color: #444444;
}

.section-title p {
    font-size: 0.9em;
    text-align: center;
    color: #666666;
    margin-top: 1.5em;
    line-height: 1.8;
}

.service-benefit {
    text-align: center;
    margin-top: 2.5em;
}

.service-benefit .service-img img {
    margin: auto;
}

.service-benefit .about-service-text h5 {
    font-size: 1.2em;
    color: #444444;
    font-weight: 600;
    margin: 1em 0;
}

.service-benefit .about-service-text p {
    font-size: 0.9em;
    color: #666;
}

.service-benefit #more,
.service-benefit #more2,
.service-benefit #more3,
.service-benefit #more4 {
    display: none;
}

.service-benefit #readmore,
.service-benefit #readmore2,
.service-benefit #readmore3,
.service-benefit #readmore4 {
    background: none;
    border: none;
    color: #B069A8;
    font-size: 1em;
    cursor: pointer;
}

/* -------------------------------------------------------------- */
.brand-slider-section {
    margin-top: 3em;
    position: relative;
}

.brand-slider-section .owl-carousel .owl-item img {
    max-width: fit-content;
    margin: auto;
    filter: drop-shadow(0 1em 1em #f7f7f7);
}

.brand-slider-section .brand-box {
    padding-bottom: 2.5em;
}

.brand-slider-section .owl-carousel .owl-nav.disabled {
    display: block;
}

.brand-slider-section .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 35%;
    right: -1.8em;
}

.brand-slider-section .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 35%;
    left: -1.8em;
}

.brand-slider-section .owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 1.5em;
    height: 1.5em;
    color: transparent;

}

.brand-slider-section .owl-carousel .owl-nav button.owl-prev {
    background-image: url(../images/arrow-left.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 1.5em;
    height: 1.5em;
    color: transparent;
}

.brand-entrusted {
    padding: 3.5em 0 1em 0;
}

/* ----------------------------------------------------------------- */
.request-quote {
    background-color: #B069A8;
    padding: 2.4em 0;
}

.request-quote .row {
    align-items: center;
    justify-content: space-between;
}

.request-quote .quote-text h2 {
    font-size: 2.5em;
    font-weight: bold;
    color: #fff;
}

.request-quote .quote-text h6 {
    font-size: 1.3em;
    font-weight: normal;
    color: #fff;
    margin: 0.6em 0 1em 0;
}

.request-quote .quote-text p {
    font-size: 0.9em;
    color: #fff;
    display: flex;
    /* align-items: center; */
}

.request-quote .quote-text p img {
    margin-right: 0.5em;
    width: 1.5em;
}

.request-quote .quote-text,
.request-quote .quote-btn {
    padding: 0 0.75em;
}

/* ----------------------------------- */
.footer-section ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-section .footer-logo-part ul {
    display: flex;
    padding-top: 4em;
    justify-content: center;
}

.footer-section .footer-logo-part ul li:not(:last-child) {
    margin-right: 1.2em;
}

.footer-section .footer-links h4 {
    font-size: 1.3em;
    color: #B069A8;
    font-weight: bold;
    margin-bottom: 1em;
}

.footer-section .footer-links .link-list {
    display: flex;
    justify-content: space-between;
}

.footer-section .footer-links ul li a {
    font-size: 0.85em;
    color: #444444;
    transition: 0.3s ease-out;
    font-weight: normal;
}

.footer-section .footer-links ul li a:hover {
    color: #38BBC9;
}

.footer-section .footer-links ul li:not(:last-child) {
    margin-bottom: 0.6em;
}

.footer-section .footer-links .link-list .li-col:not(:last-child) {
    padding-right: 1em;
}

.flt-right {
    float: right;
}

.footer-section .footer-logo-part ul li img {
    height: 24px;
    width: auto;
}
.footer_main {
    border-top: 2px solid #70707073;
    padding-top: 3.5em;
}
.footer-section.pd-lg{
    padding-top: 0;
}

.banner-btn {
    position: absolute;
    bottom: 3em;
    left: 11em; 
}

/* -----------------------------------------------Product_Listing_page--------------------- */
.product-page-banner {
    position: relative;
}

.sub-banner-titile {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.sub-banner-titile h2 {
    font-size: 3em;
    color: #fff;
    font-weight: normal;
    text-align: center;
}

.product-listing-left {
    width: 24%;
    padding: 0 0.75em;
}

.product-listing-left .inner-padding {
    padding: 2.25em 1em 2.25em 1em;
}

/* ------- */
.selection-box h3,
.color-box h3 {
    font-size: 1.1em;
    font-weight: 500;
    color: #444444;
    margin-bottom: 1.2em;
}

.selection-box .range-select li .ct-check {
    width: 1.35em;
    height: 1.35em;
    border-radius: 0;
    margin: 0;
    align-self: flex-start;
    accent-color: #b069a8;
}

.selection-box .range-select label {
    font-size: 0.8em;
    color: #444444;
    margin-left: 0.8em;
    line-height: 1;
}

.selection-box .range-select li {
    display: flex;
    align-items: center;
}

.selection-box .range-select li:not(:last-child) {
    padding-bottom: 1em;
}

.br-top {
    padding-top: 1.5em;
    margin-top: 1.5em;
    border-top: 0.05em solid #b069a8;
}

.color-box .color-selection {
    display: inline-block;
}

.color-box .color-selection li {
    display: inline;
    float: left;
}

.color-box .color-selection input[type=radio] {
    display: none;
}

.color-box .color-selection input[type=radio]:checked+label {
    border: 0.2em solid #B069A8;
}

.color-box .color-selection label {
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    margin: 0 0.8em 0.2em 0;
    cursor: pointer;
}

.color-box .color-selection label span {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.2s ease-in-out;
}

/* .color-box .color-selection label span.black {
    background: #000;
}

.color-box .color-selection label span.white {
    background: #fff;
}

.color-box .color-selection label span.light-blue {
    background: #71c5e8;
}

.color-box .color-selection label span.blue {
    background: #005eb8;
}

.color-box .color-selection label span.dark-blue {
    background: #001489;
}

.color-box .color-selection label span.light-blue1 {
    background: #0085ca;
}

.color-box .color-selection label span.yellow {
    background: #fedd00;
}

.color-box .color-selection label span.orange {
    background: #fe5000;
}

.color-box .color-selection label span.green {
    background: #046a38;
}

.color-box .color-selection label span.light-green {
    background: #78be20;
}

.color-box .color-selection label span.light-grey {
    background: #d1d1cb;
}

.color-box .color-selection label span.grey {
    background: #b5b4af;
}

.color-box .color-selection label span.dark-grey {
    background: #494949;
}

.color-box .color-selection label span.black-2 {
    background: #23251c;
}

.color-box .color-selection label span.orange-red {
    background: #da291c;
}

.color-box .color-selection label span.maroon {
    background: #861f41;
}

.color-box .color-selection label span.pink {
    background: #d9017a;
}

.color-box .color-selection label span.purple {
    background: #bb29bb;
} */

.color-box .color-selection label span.nickel {
    background: #727472;
}

.color-box .range-select li .ct-check {
    width: 1.35em;
    height: 1.35em;
    border-radius: 0;
    margin: 0;
    align-self: flex-start;
    accent-color: #b069a8;
}

.color-box .range-select label {
    font-size: 0.8em;
    color: #444444;
    margin-left: 0.8em;
    line-height: 1;
}

.color-box .range-select li {
    display: flex;
    align-items: center;
}

/* -------- */
.product-page-banner img {
    width: 100%;
}

.product-listing-right {
    width: 100%;
}

.product-listing-right .product-listing-cards {
    border: 0.05em solid #707070;
    border-radius: 0.6em;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    padding: 1.5em 0;
}

.product-listing-right .product-listing-cards .listing-title {
    text-align: center;
}

.product-listing-right .product-listing-cards .listing-title h4 {
    font-size: 0.9em;
    font-weight: 500;
    color: #444444;
}

.product-listing-right .product-listing-cards .listing-title p {
    font-size: 0.8em;
    color: #38bbc9;
    padding: 0.6em 0;
}

.product-listing-right .row {
    flex-wrap: wrap;
}

.product-listing-right .col-3 {
    margin-bottom: 1.2em;
}

.product-listing-right .product-listing-cards .product-listing-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 0.8em;
}

.product-listing-right .product-listing-cards .product-listing-img img {
    max-width: 100%;
    height: 9.5em;
    text-align: center;
    margin: auto;
}

#bar-fixed.stickIt {
    position: sticky;
    top: 1.5em;
}

/* ------------------------------------------Product Listing Details page ---------------------------------------- */
.product-vertical .product-vertical-left {
    width: 50%;
    padding: 0 0.75em;
}

.product-vertical .product-vertical-right {
    width: 50%;
    padding: 0 0.75em;
}

.product-vertical .product-vertical-left .item-slider {
    width: 100%;
}

.product-vertical .product-vertical-left .item-slider .item-slider-right {
    width: 30.6%;
    padding: 0 0 0 0.75em;
}

.item-slider-right .color-box {
    padding: 1.35em 1.25em;
}

.item-slider-right .color-box h3,
.product-price-quantity .price-box h3 {
    color: #b069a8;
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 1.35em;
}

.product-vertical h2 {
    font-size: 1.8em;
    font-weight: normal;
    color: #444;
    margin-bottom: 0.9em;
}

.item-slider-right .choose-your-size {
    margin-bottom: 1.5em;
    padding: 1.35em 1.25em;
}

.item-slider-right .fitting-box {
    padding: 1.35em 1.25em;
    margin-bottom: 1.5em;
}

.item-slider-right .fitting-box .selection-box h3 {
    color: #b069a8;
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 1.35em;
}

.item-slider-right .fitting-box h5 {
    font-size: 0.8em;
    color: #444444;
    font-weight: 400;
    margin-bottom: 1.5em;
}

.item-slider-right .choose-your-size .box-inner h3,
.plating h3 {
    color: #b069a8;
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 1.35em;
}

.item-slider-right .choose-your-size .box-inner {
    position: relative;
}

/* ---------------------------product slider ------------------------------- */
.flex-container a:hover,
.flex-slider a:hover {
    outline: none;
}

.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    /* height: 1%; */
}

.no-js .flexslider .slides>li:first-child {
    display: block;
}

.flexslider {
    margin: 0;
    background: #fff;
    position: relative;
    zoom: 1;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
    zoom: 1;
}

#slider .slides {
    display: flex;
    align-items: center;
}

.flexslider .slides img {
    height: auto;
    -moz-user-select: none;
    margin: auto;
}

.flex-viewport {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

@-moz-document url-prefix() {
    .loading .flex-viewport {
        max-height: none;
    }
}

.flex-direction-nav {
    /* *height: 0; */
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    font-size: 0;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#carousel .flex-direction-nav a {
    top: 55%;
    width: 25px;
    height: 25px;
    border: 1px solid #707070;
    border-radius: 50%;
    z-index: 1;
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav .flex-prev {
    left: -50px;
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}

#carousel.flexslider:hover .flex-direction-nav .flex-prev {
    left: -3px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}

#carousel.flexslider:hover .flex-direction-nav .flex-next {
    right: -5px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1;
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

#slider .flex-viewport .slides li {
    height: 450px;
}

#slider .flex-viewport .slides li a {
    margin: auto;
}

/* ---- */
#slider {
    border: 0.05em solid #707070;
    margin-bottom: 1.5em;
}

.flex-direction-nav .flex-next::before,
.flex-direction-nav .flex-prev::before {
    content: '';
    background-repeat: no-repeat;
    width: 0.8em;
    height: 0.8em;
    background-size: contain;
}

.flex-direction-nav .flex-next::before {
    background-image: url(../images/s-next.png);
    width: 0.4em;
    height: 0.35em;
    margin-top: 0.095em;
}

.flex-direction-nav .flex-prev::before {
    background-image: url(../images/s-prev.png);
    width: 0.4em;
    height: 0.35em;
    margin-top: 0.095em;
    margin-left: 0.10em;
}

#carousel .c-thumbnail {
    height: 130px;
}

#carousel .c-thumbnail span {
    border: 1px solid #707070;
    width: 120px;
    padding: 0 5px;
    display: flex;
    align-items: center;
    margin: 0 5px;
}

#carousel {
    padding: 0 20px;
}

/* ------------------------------------------------------------------------ */
.product-configuration {
    padding: 1.35em 1.25em;
    margin-top: 1.5em;
}

.product-configuration h3 {
    color: #b069a8;
    font-size: 1em;
    font-weight: normal;
}

.product-price-quantity .price-box h5,
.product-price-quantity .quantity-box h5 {
    font-size: 0.8em;
    font-weight: normal;
    color: #444;
    margin-bottom: 0.5em;
}

.quantity-box .range__slider {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 1.5em;
    width: 100%;
    background: transparent;
}

.quantity-box .range__slider:focus {
    outline: none;
}

.quantity-box .range__slider::-webkit-slider-runnable-track {
    background-color: #444444;
    height: 0.05em;
    margin: 0.4em 0;
    border-radius: 2px;
}

.quantity-box .range__slider::-moz-range-track {
    background-color: #444444;
    height: 0.05em;
    border-radius: 2px;
}

.quantity-box .range__slider::-moz-focus-outer {
    border: 0;
}

.quantity-box .range__slider::-ms-track {
    background-color: #444444;
    height: 0.05em;
    margin: 0.1em 0;
    border-radius: 2px;
}

.quantity-box .range__slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #b069a8;
    text-align: center;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: border-box;
    margin-top: -0.6em;
    border-color: #b069a8;
}

.quantity-box .range__slider::-moz-range-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #b069a8;
    text-align: center;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: border-box;
}

.quantity-box .range__slider::-ms-thumb {
    margin: 0;
}

/*  */
.quantity-range-slider {
    margin-top: 0.5em;
}

.product-price-quantity .price-box {
    position: relative;
    /* margin: 1.35em 0 1.35em 0; */
}

.product-price-quantity .price-box select,
.item-slider-right .choose-your-size .box-inner select,
.plating .selection-box select {
    width: 100%;
    border: 0.05em solid #38bbc9;
    padding: 0.5em;
    font-size: 0.9em;
    color: #999999;
    appearance: none;
    background-color: #fff;
    background-image: url(../images/down-arrow-b.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 25px;
    cursor: pointer;
}

.product-price-quantity .price-box select:focus-visible,
.quantity-box .range__amount,
.plating .selection-box select:focus-visible,
.item-slider-right .choose-your-size .box-inner select:focus-visible {
    outline: none;
}

.quantity-box .range__amount {
    width: 100%;
    border: 0.05em solid #38bbc9;
    padding: 0.5em;
    font-size: 0.9em;
    color: #999999;
}

/* ----------------- */
.product-vertical-right .your-price-box {
    padding: 1.35em 1.25em;
}

.product-vertical-right .your-price-box .order-no-price {
    border-bottom: 0.05em solid #868686;
    padding-bottom: 0.6em;
    margin-bottom: 1em;
}

.product-vertical-right .your-price-box .order-no-price h3 {
    color: #b069a8;
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 1em;
}

.product-vertical-right .your-price-box .order-no-price p {
    display: inline-block;
    width: 100%;
    line-height: 1.8;
}

.product-vertical-right .your-price-box .order-no-price p .text-black {
    font-size: 0.9em;
    color: #444444;
    float: left;
    display: inline;
}

.product-vertical-right .your-price-box .order-no-price p .text-pink {
    font-size: 0.9em;
    color: #b069a8;
    float: right;
    display: inline;
}

.product-vertical-right .your-price-box .subtotal p {
    font-size: 0.8em;
    text-align: center;
    color: #444444;
}

.product-vertical-right .your-price-box .subtotal h6 {
    font-size: 2em;
    font-weight: normal;
    color: #38bbc9;
    text-align: center;
}

.product-vertical-right .your-price-box .cart-button-box {
    text-align: center;
}

.product-vertical-right .your-price-box .cart-button-box .btn-1 {
    display: block;
}

.product-vertical-right .your-price-box .cart-button-box .small-text {
    font-size: 0.7em;
    color: #999999;
    padding: 1.35em 0;
}

/* -------------------- */
.unit-display .unit-price-list {
    display: inline-block;
}

.unit-display .unit-price-list label {
    display: block;
    font-size: 0.85em;
    color: #fff;
    font-weight: normal;
    padding: 0.34em 0;
    text-align: center;
    width: 7.25em;
    cursor: pointer;
}

.unit-display .unit-price-list .bg-grey {
    background: #999999;
    margin-bottom: 0.5em;
}

.unit-display .unit-price-list .bg-dark-grey {
    background: #666666;
}

.unit-display .unit-price-list li {
    display: inline;
    float: left;
    margin-bottom: 0.3em;
}

.unit-display .unit-price-list li:not(:last-child) {
    margin-right: 0.3em;
}

.unit-display {
    padding: 1.5em 0.5em 0.75em 1em;
    border: 0.05em solid #707070;
    margin-top: 1.45em;
}

/* --------------------------------------------------------- */

.pld-category .pld-category-left {
    width: 100%;
    margin-bottom: 3.5em;
}

.pld-category .pld-category-right {
    width: 100%;
    padding: 0 0.75em;
    display: flex;
}

.pld-category .pld-category-left .category-list .list-1 li a {
    font-size: 1em;
    color: #444444;
}

.pld-category .pld-category-left .category-list .list-1 li {
    position: relative;
    padding-left: 1.75em;
    margin-top: 1em;
    width: 25%;
}

.pld-category .pld-category-left .category-list .list-1 li::before {
    content: '';
    position: absolute;
    background-image: url(../images/blue-right-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 1.25em;
    height: 1.25em;
    left: 0;
    top: 0.05em;
}

.pld-category .pld-category-left .category-list {
    padding: 0.8em 1.25em 1.5em 1.25em;
    border: 0.05em solid #707070;
}

.pld-category .pld-category-left .category-list ul {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}

.pld-category .pld-category-right .about-order {
    background: #38bbc9;
    /* border-radius: 0.3em; */
    width: 100%;
}

.pld-category .pld-category-right .about-order .about-order-list {
    display: flex;
    /* flex-flow: wrap; */
    padding: 2.25em 0em 0.9em 0em
}

.pld-category .pld-category-right .about-order .about-order-list li {
    width: 25%;
    text-align: center;
    padding: 0 0.5em 1.5em 0.5em;
}

.pld-category .pld-category-right .about-order .about-order-list li img {
    margin: auto;
    max-width: auto;
    height: 3.3em;
}

.pld-category .pld-category-right .about-order .about-order-list li p {
    font-size: 0.9em;
    font-weight: normal;
    color: #444444;
    margin-top: 1em;
}

/* -------------Product Features---------- */
.product-features-wrapper .product-feature-box {
    text-align: center;
}

.product-features-wrapper .product-feature-box .image img {
    margin: auto;
}

.product-features-wrapper .row {
    flex-wrap: wrap;
}

.product-features-wrapper .section-title {
    margin-bottom: 2.5em;
}

.product-features-wrapper .product-feature-box {
    margin-bottom: 2.5em;
}

.product-features-wrapper .product-feature-box h5 {
    font-size: 1.3em;
    color: #000;
    font-weight: normal;
    padding: 1.75em 1.5em 0.5em 1.5em;
}

.product-features-wrapper .product-feature-box p {
    font-size: 0.9em;
    color: #666666;
    line-height: 1.8;
}

/* ---------------------------- */
.artwork-questions-wrapper {
    border: 0.05em solid #707070;
    border-radius: 0.3em;
    margin: 0.5em 0 3.5em 0;
    display: inline-block;
    width: 100%;
}

.artwork-questions-wrapper .inner-box:first-child {
    border-right: 0.05em solid #707070;
}

.artwork-questions-wrapper .inner-box {
    width: 50%;
    display: inline;
    float: left;
    text-align: center;
    padding: 3.25em 4.5em 3.25em 4.5em;
}

.artwork-questions-wrapper .inner-box .image img {
    margin: auto;
}

.artwork-questions-wrapper .inner-box h5 {
    font-size: 1.3em;
    font-weight: normal;
    color: #444444;
    padding: 0.75em 0;
}

.artwork-questions-wrapper .inner-box p {
    font-size: 0.9em;
    font-weight: normal;
    color: #666666;
    line-height: 1.8;
}

/* -----------------------------------------------------------Cart -------------------------- */
.cart-wrapper h2 {
    font-size: 1.8em;
    color: #b069a8;
    font-weight: normal;
    margin-bottom: 1.2em;
    text-transform: uppercase;
}

.cart-wrapper .cart-details {
    width: 70%;
    padding: 0 0.75em;
}

.cart-wrapper .request-box {
    width: 30%;
    padding: 0 0.75em;
}

.cart-wrapper .request-box .request-detail {
    background-color: #f7f7f7;
    border: 0.05em solid #999999;
    padding: 1.25em;
}

.cart-wrapper .request-box .request-detail h3 {
    font-size: 1.6em;
    color: #444444;
    font-weight: normal;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 0.05em solid #999999;
}

.cart-wrapper .request-box .request-detail .request-form .ct-input:not(:last-child) {
    margin-bottom: 1.4em;
}

.cart-wrapper .request-box .request-detail .request-form .ct-input label {
    display: inline-block;
    font-size: 1em;
    font-weight: 500;
    color: #444444;
    width: 100%;
    margin-bottom: 0.6em;
}

.cart-wrapper .request-box .request-detail .request-form .ct-input input,
.cart-wrapper .request-box .request-detail .request-form .ct-input textarea {
    width: 100%;
    padding: 0.75em 0.5em;
    border: 0.05em solid #999999;
    font-size: 0.9em;
    color: #444444;
    font-family: inherit;
}

.cart-wrapper .request-box .request-detail .request-form .ct-input textarea {
    resize: none;

}

.cart-wrapper .request-box .request-detail .request-form .ct-input input:focus-visible,
.cart-wrapper .request-box .request-detail .request-form .ct-input textarea:focus-visible {
    outline: none;
}

.cart-wrapper .request-box .request-detail .request-form .request-submit button {
    font-size: 1em;
    color: #fff;
    background-color: #b069a8;
    border: 0.1em solid #fff;
    border-radius: 1.25em;
    padding: 0.55em 2.25em;
    filter: drop-shadow(0 0.15em 0.175em rgba(0, 0, 0, 0.16));
    display: inline-block;
    cursor: pointer;
}

.cart-wrapper .request-box .request-detail .request-form .request-submit button:hover {
    background-color: #38bbc9;
}

.cart-details .cart-details-list {
    border: 0.05em solid #999999;
    padding: 10px;
}

.cart-details .cart-details-list table {
    width: 100%;
}

.cart-details .cart-details-list .second-table .img-padding {
    padding: 0.8em;
}

.cart-details .cart-details-list .second-table .column-padding {
    padding: 1.5em 1.5em 1.5em 0;
}

.cart-details .cart-details-list .second-table .title-text .product-link {
    font-size: 1.2em;
    color: #444444;
    padding-bottom: 0.5em;
    display: inline-block;
    transition: 0.3s ease-in;
}

.cart-details .cart-details-list .second-table .title-text .product-link:hover {
    color: #b069a8;
}

.cart-details .cart-details-list table .bg-light {
    background-color: #f5f5f5;
}

.cart-details .cart-details-list table .bg-dark {
    background-color: #eeeeee;
}

.cart-details .cart-details-list table .product-image img {
    margin: auto;
    max-height: 100%;
    padding: 1em;
}

.cart-details .cart-details-list table .product-image {
    border: 0.05em solid #999999;
    background-color: #fff;
    width: 185px;
    height: 185px;
    display: flex;
    align-items: center;
}

.cart-details .cart-details-list .second-table .ct-text {
    font-size: 1.2em;
    color: #b069a8;
}

.cart-details .cart-details-list .second-table .text-center {
    font-size: 1em;
    color: #444444;
}

.cart-details .cart-details-list .second-table .text-center input {
    width: 90%;
    border: 0.05em solid #999999;
    font-size: 1em;
    color: #444444;
    text-align: center;
    padding: 0.25em 0;
    margin-top: 0.3em;
}

.cart-details .cart-details-list .second-table .text-center input:focus-visible {
    outline: none;
}

.cart-details .cart-action-btn {
    display: inline-block;
    width: 100%;
    margin-top: 2.5em;
}

.cart-details .cart-action-btn .clear-cart {
    display: inline;
    float: left;
}

.cart-details .cart-action-btn .clear-cart button {
    font-size: 1em;
    color: #999999;
    background-color: #f5f5f5;
    border: 0.1em solid #999999;
    border-radius: 1.25em;
    padding: 0.55em 1.25em;
    filter: drop-shadow(0 0.15em 0.175em rgba(0, 0, 0, 0.16));
    display: inline-block;
    cursor: pointer;
}

.cart-details .cart-action-btn .clear-cart button:hover {
    background-color: #dbdbdb;
}

.cart-details .cart-action-btn .update-cart {
    display: inline;
    float: right;
}

.cart-details .cart-action-btn .update-cart .btn-1 {
    padding: 0.55em 2.4em;
}

.cart-details-list .m-table .d-block {
    display: block;
}

.cart-details-list .m-table .remove-img {
    display: inline-block;
    margin-top: 0.25em;
}

.cart-details-list .m-table .remove-img img {
    margin: auto;
}

/* -----------------------------------------------Wish List ----------------------- */
.wishlist-wrapper .wishlist-table-box .wishlist-table {
    border-collapse: separate;
    border-spacing: 1.5em;
    width: 100%;
}

.wishlist-wrapper .wishlist-table-box .wishlist-table table {
    width: 100%;
}

.wishlist-wrapper .wishlist-table-box .wishlist-table .m-border {
    background-color: #f5f5f5;
    border: 0.05em solid #999999;
}

.wishlist-wrapper .wishlist-table-box .wishlist-table .product-image {
    border: 0.05em solid #999999;
    background-color: #fff;
    width: 185px;
    height: 185px;
    display: flex;
    align-items: center;
}

.wishlist-wrapper .wishlist-table-box .wishlist-table .product-image img {
    margin: auto;
    max-height: 100%;
    padding: 1em;
}

.wishlist-wrapper .wishlist-table-box .wishlist-table .second-table {
    border-collapse: separate;
    border-spacing: 1.5em;
}

.wishlist-wrapper .wishlist-table-box .wishlist-table .second-table .title-text .product-link {
    font-size: 1.2em;
    color: #444444;
    padding-bottom: 1.5em;
    transition: 0.3s ease-in;
    display: inline-block;
}

.wishlist-wrapper .wishlist-table-box .wishlist-table .second-table .title-text .product-link:hover {
    color: #b069a8;
}

.wishlist-wrapper .wishlist-table-box .wishlist-table .second-table .ct-text {
    font-size: 1.2em;
    color: #b069a8;
}

.wishlist-wrapper .wishlist-table-box .wishlist-table .second-table .text-center {
    font-size: 1em;
    color: #444444;
}

.wishlist-wrapper .wishlist-table-box .wishlist-table .second-table .m-table .d-block {
    display: block;
}

.wishlist-wrapper .wishlist-table-box .wishlist-table .second-table .m-table .text-green {
    color: #007c00;
}

.wishlist-wrapper .wishlist-table-box .wishlist-table .second-table .m-table .icon-flex {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 0.25em;
}

.wishlist-wrapper .wishlist-table-box .wishlist-table .second-table .m-table .icon-flex a {
    margin-left: 0.7em;
}

/* -------------------------------------------PopUp Modal ----------- */
.modal-container {
    position: relative;
}

.modal-container button.modal-btn {
    display: block;
    transition: background 0.3s ease-in;
    font-size: 1em;
    color: #fff;
    background-color: #b069a8;
    border: 0.1em solid #fff;
    border-radius: 1.25em;
    padding: 0.55em 1.25em;
    cursor: pointer;
    box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s ease-in;
}

.modal-container:hover button.modal-btn {
    background-color: #38bbc9;
}

.modal-container button.modal-btn2 {
    display: block;
    transition: background 0.3s ease-in;
    font-size: 1em;
    color: #b069a8;
    background-color: #fff;
    border: 0.05em solid #b069a8;
    border-radius: 1.25em;
    padding: 0.55em 1.25em;
    cursor: pointer;
    box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s ease-in;
}

.modal-container:hover button.modal-btn2 {
    background-color: #b069a8;
    border: 0.05em solid #fff;
    color: #fff;
}

.modal-container .modal-backdrop {
    height: 0;
    width: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.2s ease-in;
}

.modal-container #modal-toggle,
.modal-container #modal-toggle2,
.modal-container .team-modal {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.modal-container #modal-toggle:checked,
.modal-container #modal-toggle2:checked,
.modal-container .team-modal:checked {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    opacity: 0;
}

.modal-container #modal-toggle:checked~.modal-backdrop,
.modal-container #modal-toggle2:checked~.modal-backdrop,
.modal-container .team-modal:checked~.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.75);
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    pointer-events: none;
    opacity: 1;
}

.modal-container #modal-toggle:checked~.modal-backdrop .modal-content,
.modal-container #modal-toggle2:checked~.modal-backdrop .modal-content,
.modal-container .team-modal:checked~.modal-backdrop .modal-content {
    background-color: #f5f5f5;
    max-width: 36.75em;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    border-radius: 4px;
    z-index: 999;
    pointer-events: auto;
    cursor: auto;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.6);
}

.modal-container #modal-toggle:checked~.modal-backdrop .modal-content .modal-close,
.modal-container #modal-toggle2:checked~.modal-backdrop .modal-content .modal-close,
.modal-container .team-modal:checked~.modal-backdrop .modal-content .modal-close {
    color: #ffffff;
    position: absolute;
    right: 1em;
    top: 1em;
    background: #999999;
    font-size: 1em;
    line-height: 1.2;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

.modal-container .modal-content .content-details {
    padding: 1.5em 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-container .modal-content .content-details .left-side {
    width: 50%;
    padding: 1em 0 1em 1.75em;
}

.modal-container .modal-content .content-details .left-side .call-back-details {
    border-right: 0.05em solid #999999;
    padding-right: 1.75em;
}

.modal-container .modal-content .content-details .right-side {
    width: 50%;
    padding: 1em 0em 1em 1.3em;
}

.modal-container .modal-content .content-details .right-side .contact-number ul {
    display: inline-block;
    display: flex;
    align-items: center;
}

.modal-container .modal-content .content-details .right-side .contact-number ul li {
    margin: 0 0.2em;
}

.modal-container .modal-content .content-details .right-side .contact-number ul li p {
    font-size: 0.9em;
    color: #999999;
    line-height: 1;
}

.modal-container .modal-content .content-details .right-side .contact-number ul li a {
    font-size: 1.5em;
    font-weight: 700;
    color: #b069a8;
    line-height: 1.2;
}

.modal-container .modal-content .content-details .left-side .call-back-details input {
    width: 100%;
    padding: 0.7em 1em;
    border: none;
    background-color: #fff;
    font-size: 1em;
    color: #444444;
    box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.2);
    border-radius: 0.3em;
    margin-bottom: 1em;
}

.modal-container .modal-content .content-details .left-side .call-back-details input:focus {
    outline: none;
}

.modal-container .modal-content .content-details .left-side .call-back-details .name-box {
    position: relative;
}

.modal-container .modal-content .content-details .left-side .call-back-details .ct-placeholder {
    position: absolute;
    top: 18%;
    color: #999999;
    left: 1em;
    font-weight: normal;
    font-size: 0.9em;
    pointer-events: none;
}

.modal-container .modal-content .content-details .left-side .call-back-details .ct-placeholder .red {
    color: red;
}

.modal-container .modal-content .content-details .left-side .call-back-details button {
    display: block;
    transition: background 0.3s ease-in;
    font-size: 1em;
    color: #fff;
    background-color: #b069a8;
    border: 0.1em solid #fff;
    border-radius: 0.3em;
    padding: 0.65em 1.25em;
    cursor: pointer;
    width: 100%;
    box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.2);
}

/* ------------------------------------------------------collectins--------------------------------- */
.collections-wrapper .collections-img img {
    margin: auto;
}

.collections-wrapper {
    width: 35em;
    margin: auto;
}

.collections-wrapper .collections-content {
    background-color: #38bbc9;
    border-bottom-left-radius: 0.4em;
    border-bottom-right-radius: 0.4em;
    padding: 1em;
}

.collections-wrapper .collections-content h4 {
    font-size: 1.8em;
    color: #444444;
    font-weight: normal;
    text-align: center;
    margin-bottom: 0.2em;
}

.collections-wrapper .collections-content .date-link-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.collections-wrapper .collections-content .date-link-wrapper .date span {
    float: left;
    display: inline;
}

.collections-wrapper .collections-content .date-link-wrapper .link ul {
    display: inline-block;
    width: 100%;
}

.collections-wrapper .collections-content .date-link-wrapper .link ul li {
    display: inline;
    float: left;
}

.collections-wrapper .collections-content .date-link-wrapper .link ul li:not(:last-child) {
    margin-right: 0.8em;
}

.collections-wrapper .collections-content .date-link-wrapper .date p {
    color: #fff;
    font-size: 0.9em;
    display: inline;
    float: left;
    margin-left: 0.5em;
    line-height: 1;
}

/* -----------------------------------------------------------Downloads Center----------------- */
.downloads-center-wrapper {
    padding: 3.5em 0 1.9em 0;
}

.downloads-center-wrapper .downloads-cards {
    border: 0.05em solid #707070;
    border-radius: 0.6em;
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.downloads-center-wrapper .row {
    flex-wrap: wrap;
    justify-content: center;
}

.downloads-center-wrapper .col-3 {
    margin-bottom: 1.2em;
}

.downloads-center-wrapper .downloads-cards .downloads-img {
    padding: 1.5em 0;
}

.downloads-center-wrapper .downloads-cards .downloads-img img {
    margin: auto;
    height: 14em;
}

.downloads-center-wrapper .downloads-cards .downloads-content {
    background-color: #38BBC9;
    padding: 1em;
    height: 10.5em;
}

.downloads-center-wrapper .downloads-cards .downloads-content h4 {
    font-size: 1.8em;
    color: #000;
    font-weight: normal;
    margin-bottom: 0.3em;
    line-height: 1;
}

.downloads-center-wrapper .downloads-cards .downloads-content .downloads-list li a {
    display: inline-block;
    font-size: 1.1em;
    color: #fff;
    width: auto;
}

.downloads-center-wrapper .downloads-cards .downloads-content .downloads-list li a span {
    margin-right: 0.4em;
    display: inline-block;
    float: left;
}

.downloads-center-wrapper .downloads-cards .downloads-content .downloads-list li:not(:last-child) {
    margin-bottom: 0.45em;
}

/* ----------------------------------------------------------About Us----------------------------- */
.about-us-wrapper h3 {
    font-size: 1.2em;
    font-weight: normal;
    color: #444;
    margin-bottom: 1.5em;
    text-align: center;
    line-height: 1.8;
}

.about-us-wrapper .about-us-content,
.about-us-wrapper .about-us-content2 {
    display: inline-block;
    width: 100%;
    background-color: #444;
    position: relative;
}

.about-us-wrapper .about-us-content .content-img {
    background-image: url(../images/about-us-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
}

.about-us-wrapper .about-us-content .content-text {
    width: 50%;
    padding: 3em 1em 3em 2em;
    margin-left: auto;
}

.about-us-wrapper .content-text .title {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 1.2em;
}

.about-us-wrapper .content-text .title .service-img {
    margin-right: 1em;
}

.about-us-wrapper .content-text .title .service-img img {
    width: auto;
    height: 100%;
    max-width: fit-content;
}

.about-us-wrapper .content-text .title h4 {
    font-size: 2em;
    color: #fff;
    font-weight: bold;
}

.about-us-wrapper .content-text .service-list {
    padding: 0 1em 0 0;
}

.about-us-wrapper .content-text .service-list li {
    position: relative;
    font-size: 0.9em;
    color: #fff;
    line-height: 1.8;
    padding-left: 2em;
}

.about-us-wrapper .content-text .service-list li::before {
    content: '';
    background-image: url(../images/about-us-right-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0.2em;
}

.about-us-wrapper .content-text .service-list li:not(:last-child) {
    margin-bottom: 0.7em;
}

.about-us-wrapper .about-us-content2 .content-text {
    width: 50%;
    padding: 3em 1em 3em 2em;
    margin-right: auto;
    display: inline;
    float: left;
}

.about-us-wrapper .about-us-content2 .content-img {
    background-image: url(../images/about-us-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
}

/* -----------------------------------------------------------------Meet The Team--------------------- */
.team-wrapper h3 {
    font-size: 1.2em;
    font-weight: normal;
    color: #444;
    margin-bottom: 1.5em;
    text-align: center;
    line-height: 1.8;
}

.team-wrapper .members-card {
    border: 0.05em solid #707070;
    border-radius: 0.6em;
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.team-wrapper .members-card .member-img {
    padding: 1.5em 0;
}

.team-wrapper .members-card .member-img img {
    margin: auto;
    height: 15em;
}

.team-wrapper .members-card .member-details {
    padding: 1em;
    background-color: #38BBC9;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team-wrapper .members-card .member-details .name h4 {
    font-size: 1.8em;
    color: #000;
    font-weight: normal;
}

.team-wrapper .members-card .member-details .name p {
    font-size: 1em;
    color: #fff;
}

.team-wrapper .members-card .member-details .contact-icon {
    display: flex;
}

.team-wrapper .members-card .member-details .contact-icon .mr-8 {
    /* margin-right: 0.8em; */
}

.team-wrapper .row {
    flex-wrap: wrap;
    justify-content: center;
}

.team-wrapper .col-3 {
    margin-bottom: 1.2em;
}

/* ---------------------------------------------------------FAQs----------------------------- */
.acc-container {
    width: 100%;
}

.acc {
    margin-bottom: 24px;
}

.acc:last-child {
    margin-bottom: 0;
}

.acc-head:first-child {
    margin-top: 0;
}

.acc-head {
    background-color: #f5f5f5;
    border: 0.05em solid #707070;
    margin-top: 1em;
    padding: 0.85em;
    position: relative;
    cursor: pointer;
}

.acc-head.active:before {
    transform: rotate(90deg);
}

.acc-head:before {
    right: 1.22em;
    width: 0.15em;
    height: 1.05em;
    margin-top: -0.55em;
}

.acc-head:after {
    right: 0.75em;
    width: 1.05em;
    height: 0.15em;
    margin-top: -0.1em;
}

.acc-head:before,
.acc-head:after {
    content: '';
    position: absolute;
    top: 50%;
    background-color: #000000;
    transition: all .3s;
}

.acc-head p {
    color: #444444;
    font-size: 1.2em;
    font-weight: 500;
    text-align: left;
    margin: 0;
    padding: 0.25em 0;
}

.acc-content {
    padding: 0.8em;
    display: none;
    background-color: #f5f5f5;
    color: #666;
    overflow: hidden;
    border: 0.05em solid #707070;
}

.acc-content p {
    margin: 0;
    text-align: left;
    font-size: 0.9em;
    color: #707070;
    line-height: 1.8;
}

.acc-content p a {
    color: #b069a8;
}

.acc.acc-open.box-open .acc-content {
    display: block;
}

.faqs-wrapper h3 {
    font-size: 1.2em;
    font-weight: normal;
    color: #444;
    margin-bottom: 1.5em;
    line-height: 1.8;
    text-align: center;
}

/* ----------------------------------------------------------------Contact Us---------------------------- */
.contact-us-wrapper .row {
    justify-content: space-between;
}

.contact-us-wrapper .address-box {
    width: 49%;
    padding: 0 0.75em;
}

.contact-us-wrapper .address-box .box-inner {
    border: 0.05em solid #707070;
    border-radius: 0.6em;
    padding: 1.8em 3em;
    height: 100%;
}

.contact-us-wrapper .address-box .address-list .list-img img {
    width: auto;
    height: 5em;
    display: inline-block;
}

.contact-us-wrapper .address-box .address-list li a {
    font-size: 2em;
    font-weight: bold;
    color: #b069a8;
}

.contact-us-wrapper .address-box .address-list li h6 {
    font-size: 1.3em;
    font-weight: normal;
    color: #444444;
}

.contact-us-wrapper .address-box .address-list li p {
    font-size: 1em;
    color: #777777;
}

.contact-us-wrapper .address-box .address-list {
    display: inline-block;
    width: 100%;
}

.contact-us-wrapper .address-box .address-list .list-img {
    display: inline;
    float: left;
    margin-right: 1em;
}

.contact-us-wrapper .quote-wrapper .row {
    flex-flow: wrap;
}

.contact-us-wrapper .quote-wrapper {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../images/contact-us-img.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2.5em 0;
    margin-top: 3.5em;
}

.contact-us-wrapper .quote-wrapper .semi-container {
    width: 49.4em;
    margin: auto;
}

.contact-us-wrapper .quote-wrapper .semi-container h4 {
    font-size: 2.5em;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.contact-us-wrapper .quote-wrapper .semi-container p {
    font-size: 0.9em;
    color: #fff;
    font-weight: normal;
    text-align: center;
    margin: 1em 0 1.5em 0;
}

.contact-us-wrapper .quote-wrapper .quote-form .form-input-box,
.contact-us-wrapper .quote-wrapper .quote-form .form-text-box {
    margin: 0.6em 0;
}

.contact-us-wrapper .quote-wrapper .quote-form .form-input-box select,
.contact-us-wrapper .quote-wrapper .quote-form .form-input-box input,
.contact-us-wrapper .quote-wrapper .quote-form .form-text-box textarea {
    width: 100%;
    background-color: #fff;
    padding: 0.7em;
    border: none;
    border-radius: 0.3em;
    font-size: 0.9em;
    color: #444444;
    font-family: 'Poppins', sans-serif;
}

.contact-us-wrapper .quote-wrapper .quote-form .form-input-box select:focus-visible,
.contact-us-wrapper .quote-wrapper .quote-form .form-input-box input:focus-visible,
.contact-us-wrapper .quote-wrapper .quote-form .form-text-box textarea:focus-visible {
    outline: none;
}

.contact-us-wrapper .quote-wrapper .quote-form .form-text-box {
    width: 100%;
    padding: 0 0.75em;
}

.contact-us-wrapper .quote-wrapper .quote-form .form-text-box textarea {
    resize: none;
}

.contact-us-wrapper .quote-wrapper .quote-form .send-btn {
    width: 100%;
    padding: 0 0.75em;
    text-align: center;
    margin-top: 2.5em;
}

.contact-us-wrapper .quote-wrapper .quote-form .send-btn .btn-1 {
    padding: 0.55em 1.25em;
}

/* ------------------------------------------------------------------------Dashboard -------------------------------------- */
.account-info-wrapper {
    border-top: 0.05em solid #999;
    padding: 2.5em 0;
}

.account-info-wrapper h3 {
    font-size: 1.8em;
    font-weight: normal;
    color: #b069a8;
    margin-bottom: 1em;
}

.account-info-wrapper .accont-tab {
    display: inline-block;
    width: 100%;
}

.account-info-wrapper .accont-tab .tab-left {
    display: inline;
    float: left;
    width: 21%;
}

.account-info-wrapper .accont-tab .tab-right {
    display: inline;
    float: right;
    width: 76%;
}

.account-info-wrapper .accont-tab .tab-left .left-links {
    background-color: #b069a8;
}

.account-info-wrapper .accont-tab .tab-left .left-links .list-item li {
    padding: 0.7em 1em;
    cursor: pointer;
}

.account-info-wrapper .accont-tab .tab-left .left-links .list-item li a {
    font-size: 1.2em;
    color: #fff;
}

.account-info-wrapper .accont-tab .tab-left .left-links .list-item li:not(:last-child) {
    border-bottom: 0.05em solid #fff;
}

.account-info-wrapper .accont-tab .tab-left .left-links .list-item li:hover {
    background-color: #38BBC9;
}

.account-info-wrapper .accont-tab .tab-right .right-details p {
    font-size: 1em;
    color: #444444;
    line-height: 1.8;
}

.account-info-wrapper .accont-tab .tab-right .right-details p a {
    color: #b069a8;
}

/* ---------------my-account-quotes----- */
.account-info-wrapper .accont-tab .tab-right .right-details .quotation-table {
    width: 100%;
}

.account-info-wrapper .accont-tab .tab-right .right-details .quotation-table th,
.account-info-wrapper .accont-tab .tab-right .right-details .quotation-table td {
    border: 0.05em solid #999;
    padding: 0.6em 1em;
    font-size: 1em;
    font-weight: normal;
    color: #444444;
}

.account-info-wrapper .accont-tab .tab-right .right-details .quotation-table .table-head {
    background-color: #38BBC9;
}

/* ---------my-account-details--- */
.account-info-wrapper .accont-tab .tab-right .right-details .account-info .inputfield-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.account-info-wrapper .accont-tab .tab-right .right-details .account-info .inputfield-wrapper .info-input-box {
    width: 48%;
    margin-bottom: 1.5em;
}

.account-info-wrapper .accont-tab .tab-right .right-details .account-info .inputfield-wrapper .info-input-box label,
.account-info-wrapper .accont-tab .tab-right .right-details .account-info .inputfield-wrapper .password-box label {
    font-size: 0.9em;
    display: block;
    color: #444;
    margin-bottom: 0.3em;
}

.account-info-wrapper .accont-tab .tab-right .right-details .account-info .inputfield-wrapper .info-input-box input,
.account-info-wrapper .accont-tab .tab-right .right-details .account-info .inputfield-wrapper .password-box input {
    width: 100%;
    padding: 0.5em;
    font-size: 1em;
    color: #444444;
    border: 0.05em solid #999999;
}

.account-info-wrapper .accont-tab .tab-right .right-details .account-info .inputfield-wrapper .info-input-box p {
    font-size: 0.65em;
    color: #444;
    margin-top: 0.3em;
    font-style: italic;
}

.account-info-wrapper .accont-tab .tab-right .right-details .account-info .inputfield-wrapper .info-input-box input:focus-visible,
.account-info-wrapper .accont-tab .tab-right .right-details .account-info .inputfield-wrapper .password-box input:focus-visible {
    outline: none;
}

.account-info-wrapper .accont-tab .tab-right .right-details .account-info h4 {
    font-size: 1.2em;
    color: #b069a8;
    font-weight: normal;
    margin: 0.2em 0 0.8em 0;
}

.account-info-wrapper .accont-tab .tab-right .right-details .account-info .inputfield-wrapper .password-box {
    width: 31%;
    margin-bottom: 2em;
}

/* -------------------------------------Product Sourcing and Design Serivce------------------------- */
.design-service-wrapper {
    padding-top: 3.5em;
}

.design-service-wrapper .design-service-box {
    background-color: #d7e3f3;
    border-radius: 0.3em;
    border: 0.05em solid #999999;
}

.design-service-wrapper .design-service-box img {
    margin: auto;
    width: auto;
    height: 14em;
}

.design-service-wrapper .section-title p {
    margin-top: 0.5em;
}

.design-service-wrapper .section-title h2 {
    margin-bottom: 0.65em;
}

.design-team-wrapper {
    margin-top: 2.5em;
}

.design-team-wrapper h2 {
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
    color: #444444;
    margin-bottom: 1.5em;
}

.design-team-wrapper .team-card .team-img {
    border: 0.05em solid #707070;
    border-radius: 50%;
    width: 18em;
    height: 18em;
    margin: auto;
    display: flex;
    align-items: center;
    justify-self: center;
}

.design-team-wrapper .team-card .team-img img {
    margin: auto;
}

.design-team-wrapper .team-card {
    margin-bottom: 2.5em;
}

.design-team-wrapper .team-card h4 {
    font-size: 1.3em;
    color: #444444;
    text-align: center;
    font-weight: normal;
    margin-top: 1.2em;
}

.design-team-wrapper .row {
    justify-content: center;
    flex-wrap: wrap;
}

/* -------------------------------------------------------------------Terms_conditions--------------------------- */
.terms-wrapper {
    padding-bottom: 3.5em;
}

.terms-wrapper .terms-content h2 {
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
    color: #444;
    margin: 1em 0 0.5em 0;
}

.terms-wrapper .terms-content h4 {
    font-size: 1.35em;
    font-weight: normal;
    color: #b069a8;
    margin: 0.9em 0;
}

.terms-wrapper .terms-content .terms-list li {
    position: relative;
    font-size: 0.9em;
    color: #666;
    padding-left: 2em;
    line-height: 1.8;
}

.terms-wrapper .terms-content .terms-list li .sub-list li {
    position: relative;
    padding-left: 1em;
    font-size: 1em;
}

.terms-wrapper .terms-content .terms-list li .sub-list {
    margin: 1.2em 0;
}

.terms-wrapper .terms-content .terms-list li .sub-list li::before {
    content: '';
    background-image: url(../images/right-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 1.1em;
    height: 0.8em;
    left: 0;
    top: 0.5em;
}

.terms-wrapper .terms-content .terms-list li::before {
    content: '';
    background-image: url(../images/blue-right-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 1.3em;
    height: 1.3em;
    left: 0;
    top: 0.25em;
}

.terms-wrapper .terms-content .terms-list li:not(:last-child) {
    margin-bottom: 1em;
}

.terms-wrapper .terms-content p {
    font-size: 0.9em;
    color: #666;
}

.terms-wrapper .terms-content a {
    color: #b069a8;
}

.terms-wrapper .terms-content h5 {
    font-size: 0.9em;
    font-weight: 500;
    color: #38BBC9;
    margin: 0.9em 0;
}

.terms-wrapper .terms-content.pd-top {
    padding-top: 3.5em;
}

.terms-wrapper .terms-content .description-box {
    display: flex;
    flex-flow: wrap;
}

.terms-wrapper .terms-content .description-box .left-content {
    width: 25%;
    margin-bottom: 0.8em;
}

.terms-wrapper .terms-content .description-box .right-content {
    width: 75%;
    margin-bottom: 0.8em;
}

/* -------------------------------- */
.plating {
    padding: 1.35em 1.25em
}

.plating .selection-box {
    position: relative;
}

.product-features-wrapper .product-feature-box .sm-text li {
    font-size: 0.9em;
    color: #666666;
    line-height: 1.8;
    list-style-type: disc;
}

.product-features-wrapper .product-feature-box .sm-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.product-page-listing2 {
    background-color: #f9f8f6;
}

.product-page-listing2 .image img {
    width: 100%;
}

.pagination-wrapper {
    margin-top: 2em;
}

.pagination-wrapper .pagination-list .link-text p {
    font-size: 0.9em;
    color: #444;
}

.pagination-wrapper .pagination-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pagination-wrapper .pagination-list .number .link {
    display: flex;
    align-items: center;
    position: relative;
}

.pagination-wrapper .pagination-list .number .link li a {
    font-size: 0.8em;
    background: #b069a8;
    color: #ffffff;
    padding: 0.5em 1.5em;
    border-radius: 2.5em;
}

.pagination-wrapper .pagination-list .number .link li:not(:last-child) {
    margin-right: 0.8em;
}

.pagination-wrapper .pagination-list .category label {
    font-size: 0.8em;
    color: #444;
    width: 40%;
}

.pagination-wrapper .pagination-list .category {
    position: relative;
    display: flex;
    align-items: center;
    width: 18%;
}

.pagination-wrapper .pagination-list .category form {
    width: 100%;
}

.pagination-wrapper .pagination-list .category select {
    width: 100%;
    border: 0.05em solid #38bbc9;
    padding: 0.5em;
    font-size: 0.9em;
    color: #999999;
    appearance: none;
    background-color: #fff;
    background-image: url(../images/down-arrow-b.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 25px;
    cursor: pointer;
}

.pagination-wrapper .pagination-list .category select:focus-visible {
    outline: none;
}

.product-page-banner2 {
    position: relative;
}

/* --------------Bottle-caddy------------- */
.item-slider-right .printing-method {
    padding: 1.35em 1.25em;
    margin-bottom: 1.5em;
}

.item-slider-right .printing-method h3 {
    color: #b069a8;
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 0.15em;
}

.item-slider-right .printing-method h5 {
    font-size: 0.8em;
    color: #444444;
    font-weight: 400;
    margin-bottom: 1.5em;
}

.m-btn3 {
    border: none;
    background: none;
}

.team-detail .member-title ul {
    display: flex;
    align-items: center;
}

.team-detail .member-title h5 {
    font-size: 2em;
    color: #000000;
}

.team-detail .member-title p {
    font-size: 1em;
    color: #707070;
    margin-bottom: 1em;
}

.team-detail .member-title a {
    font-size: 0.8em;
    color: #fff;
    background-color: #38bbc9;
    border: 0.1em solid #fff;
    border-radius: 2em;
    padding: 0.2em 1em;
    filter: drop-shadow(0 0.15em 0.175em rgba(0, 0, 0, 0.16));
    display: inline-block;
    cursor: pointer;
}

.team-detail .member-title a:hover {
    background-color: #b069a8;
}

.team-detail .member-title .user-img {
    width: 25%;
    margin-right: 2em;
}

.team-detail .member-title {
    padding: 1.5em;
}

.team-detail .about-member {
    border-top: 0.05em solid #707070;
    padding: 1.5em;
}

.team-detail .about-member ul {
    display: flex;
    flex-wrap: wrap;
}

.team-detail .about-member ul li {
    width: 46%;
    margin-bottom: 1em;
    margin-right: 0.5em;
}

.team-detail .about-member ul li label {
    font-size: 0.8em;
    color: #707070;
    float: left;
    width: 100%;
}

.team-detail .about-member ul li span {
    font-size: 1em;
    color: #000;
}

.product-page-banner2 h1 {
    font-family: 'ifsol2019regular';
    font-size: 16em;
    text-align: center;
    color: #74bac7;
    text-shadow: 8px 5px 15px #000;
    -webkit-text-stroke: 4px #ffffff;
    text-stroke: 1px #ffffff;
    letter-spacing: -30px;
    font-weight: 500;
    line-height: 1;
    /* text-shadow: 5px 4px 8px rgba(0,0,0,1), 2px 0 rgba(255,255,255,1), 1.41px -5.41px rgba(255,255,255,1), 0 6px rgba(255,255,255,1), 2.59px -6.41px rgba(255,255,255,1), -6px 0 rgba(255,255,255,1), 7px -0.59px rgba(255,255,255,1), 0 7px rgba(255,255,255,1); */
}

.pd-2 {
    padding: 2em 0 3.5em 0;
}

.m-view {
    display: none;
}

.customer-login-wrapper {
    border-top: 0.05em solid #999;
    padding: 3.5em 0;
}

.customer-login-wrapper h3 {
    font-size: 1.8em;
    font-weight: normal;
    color: #b069a8;
    margin-bottom: 1em;
}

.customer-login-wrapper h4 {
    font-size: 1em;
    font-weight: 500;
    color: black;
    margin-bottom: 1em;
    border-bottom: 0.05em solid #707070;
    padding-bottom: 0.25em;
}

.customer-login-wrapper .login-details {
    background-color: #f7f7f7;
    padding: 1.5em;
    height: 100%;
}

.customer-login-wrapper .login-details p {
    font-size: 0.9em;
    color: #444444;
    line-height: 1.5;
}

.customer-login-wrapper .login-details .input-box label {
    font-size: 0.9em;
    display: block;
    color: #444;
    margin-bottom: 0.3em;
}

.customer-login-wrapper .login-details .input-box input {
    width: 100%;
    padding: 0.5em;
    font-size: 1em;
    color: #444444;
    border: 0.05em solid #999999;
}

.customer-login-wrapper .login-details .input-box input:focus-visible {
    outline: none;
}

.customer-login-wrapper .login-details .input-box {
    margin-top: 1.5em;
}

.customer-login-wrapper .login-details .btn-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.5em;
}

.customer-login-wrapper .login-details .btn-links a {
    font-size: 0.8em;
    color: #000;
}

.customer-login-wrapper .col-2 {
    overflow: hidden;
}

.account-info-wrapper .accont-tab .tab-right h5 {
    font-size: 1em;
    font-weight: 500;
    color: #000000;
    margin-bottom: 1em;
    padding-bottom: 0.25em;
    border-bottom: 0.05em solid #444444;
}

.account-info-wrapper .accont-tab .tab-right .right-details .account-info .save-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.5em;
}

.account-info-wrapper .accont-tab .tab-right .right-details .account-info .shipping-box {
    margin-top: 1.5em;
}

.account-info-wrapper .accont-tab .tab-right .right-details .account-info .shipping-box h6 {
    font-size: 1em;
    font-weight: 500;
    color: #000000;
    margin-bottom: 1em;
    padding-bottom: 0.25em;
    border-bottom: 0.05em solid #444444;
}

.account-info-wrapper .accont-tab .tab-right .right-details .account-info .shipping-box .info-input-box label,
.account-info-wrapper .accont-tab .tab-right .right-details .account-info .email-input label {
    font-size: 0.9em;
    display: block;
    color: #444;
    margin-bottom: 0.3em;
}

.account-info-wrapper .accont-tab .tab-right .right-details .account-info .shipping-box .info-input-box {
    margin-top: 1.5em;
}

.account-info-wrapper .accont-tab .tab-right .right-details .account-info .shipping-box .info-input-box input,
.account-info-wrapper .accont-tab .tab-right .right-details .account-info .email-input input {
    width: 100%;
    padding: 0.5em;
    font-size: 1em;
    color: #444444;
    border: 0.05em solid #999999;
}

.account-info-wrapper .accont-tab .tab-right .right-details .account-info .email-input input:focus-visible,
.account-info-wrapper .accont-tab .tab-right .right-details .account-info .shipping-box .info-input-box input:focus-visible {
    outline: none;
}

.account-info-wrapper .accont-tab .tab-right .right-details .account-info .change-checkbox {
    display: flex;
    margin-bottom: 1.5em;
}

.account-info-wrapper .accont-tab .tab-right .right-details .account-info .change-checkbox .inner-part {
    margin-right: 2em;
}

.account-info-wrapper .accont-tab .tab-right .right-details .account-info .change-checkbox .inner-part input {
    width: 1.2em;
    height: 1.2em;
    border-radius: 0;
    margin: 0;
    align-self: flex-start;
    accent-color: #b069a8;
}

.account-info-wrapper .accont-tab .tab-right .right-details .account-info .change-checkbox .inner-part label {
    font-size: 0.85em;
    color: #444;
}

.account-details a {
    font-size: 1em;
    color: #38bbc9;
}

.account-info-wrapper .accont-tab .tab-right .right-details .account-details h4 {
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 1em;
}

.account-info-wrapper .accont-tab .tab-right .right-details .account-details .recent-order-table td {
    padding: 0.6em 1em 0.6em 0;
    font-size: 1em;
    font-weight: normal;
    color: #444444;
}

.account-info-wrapper .accont-tab .tab-right .right-details .account-details .recent-order-table th {
    padding: 0.6em 2.2em 0.6em 0;
    font-size: 1em;
    font-weight: 600;
    color: #444444;
}

.account-info-wrapper .accont-tab .tab-right .right-details .account-details .recent-order-table {
    width: 100%;
}

.company-address-map {
    padding-bottom: 3.5em;
}

.product-vertical-right .your-price-box .item-numbers label {
    font-size: 0.9em;
    color: #444444;
}

.product-vertical-right .your-price-box .item-numbers select {
    width: 60%;
    border: 0.05em solid #38bbc9;
    padding: 0.5em;
    font-size: 0.9em;
    color: #999999;
    appearance: none;
    background-color: #fff;
    background-image: url(../images/down-arrow-b.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 25px;
    cursor: pointer;
}

.product-vertical-right .your-price-box .item-numbers select:focus-visible {
    outline: none;
}

.product-vertical-right .your-price-box .item-numbers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0.5em 0;
    position: relative;
}

.forgot-password-wrapper,
.change-password-wrapper {
    border-top: 0.05em solid #999;
    padding: 3.5em 0;
}

.forgot-password-wrapper h3,
.change-password-wrapper h3 {
    font-size: 1.8em;
    font-weight: normal;
    color: #b069a8;
    margin-bottom: 1em;
    text-align: center;
}

.forgot-password-wrapper .password-reset,
.change-password-wrapper .password-reset {
    background-color: #f7f7f7;
    padding: 1.5em;
    height: 100%;
}

.forgot-password-wrapper .password-reset p {
    font-size: 0.9em;
    color: #444444;
    line-height: 1.5;
}

.forgot-password-wrapper .password-reset .input-box label,
.change-password-wrapper .password-reset .input-box label {
    font-size: 0.9em;
    display: block;
    color: #444;
    margin-bottom: 0.3em;
}

.forgot-password-wrapper .password-reset,
.change-password-wrapper .password-reset {
    width: 50%;
    margin: auto;
}

.forgot-password-wrapper .password-reset .input-box {
    margin: 2em 0;
}

.forgot-password-wrapper .password-reset .input-box input,
.change-password-wrapper .password-reset .input-box input {
    width: 100%;
    padding: 0.5em;
    font-size: 1em;
    color: #444444;
    border: 0.05em solid #999999;
}

.forgot-password-wrapper .password-reset .input-box input:focus-visible,
.change-password-wrapper .password-reset .input-box input {
    outline: none;
}

.star-red {
    color: red;
}

.searchresult {
    font-size: 1.2em;
    color: #b069a8;
    margin-top: 1.25em;
    border-bottom: 0.05em solid #b069a8;
    display: inline-block;
    padding-bottom: 0.25em;
}

.carousel-nav .flickity-viewport {
    width: 87%;
    margin: auto;
}

.product-page-banner2 img {
    margin: 0 auto;
}

/* -------------------------------Login _ Popup ----------------------- */

input::-ms-clear,
textarea::-ms-clear {
    display: none;
}

.cd-main-nav__list.cd-main-nav__list--is-visible {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.cd-main-nav__list.cd-main-nav__list--is-visible {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.cd-main-nav__item.cd-main-nav__item--signin {
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.cd-signin-modal {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(52, 54, 66, 0.2); */
    z-index: 999999;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    width: 100vw;
    height: 100vh;
    right: 0;
}

.cd-signin-modal.cd-signin-modal--is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-signin-modal__container {
    position: absolute;
    width: 100%;
    max-width: 350px;
    background: #FFF;
    cursor: auto;
    border-radius: 0.25em;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    right: -0.5em;
    top: 2.8em;
    box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.2);
}

.cd-signin-modal--is-visible .cd-signin-modal__container {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.cd-signin-modal__switcher:after {
    content: "";
    display: table;
    clear: both;
}

.cd-signin-modal__switcher li {
    text-align: center;
}

.cd-signin-modal__switcher a {
    color: #38BBC9;
    font-size: 1em;
    font-weight: 600;
}

.cd-signin-modal__switcher a.cd-selected {
    background: #FFF;
    color: #505260;
}

.cd-signin-modal__switcher a {
    line-height: 55px;
}

.cd-signin-modal__fieldset {
    position: relative;
    margin: 0 0 1.5em 0;
}

.cd-signin-modal__fieldset:first-child {
    margin-top: 0;
}

.cd-signin-modal__fieldset:last-child {
    margin-bottom: 0;
}

.cd-signin-modal__label {
    font-size: 1.4rem;
}

.cd-signin-modal__label.cd-signin-modal__label--image-replace {
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.cd-signin-modal__label.cd-signin-modal__label--email {
    background-image: url("../images/cd-icon-email.svg");
}

.cd-signin-modal__label.cd-signin-modal__label--password {
    background-image: url("../images/cd-icon-password.svg");
}

.cd-signin-modal__input {
    margin: 0;
    padding: 0;
    padding: 0.45em 0.45em 0.45em 2em;
    border-radius: 0.3em;
    font-size: 0.9em;
    color: #444444;
    font-family: 'Poppins', sans-serif;
}

.cd-signin-modal__input.cd-signin-modal__input--full-width {
    width: 100%;
}

.cd-signin-modal__input.cd-signin-modal__input--has-border {
    border: 1px solid #d2d8d8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cd-signin-modal__input.cd-signin-modal__input--has-border:focus {
    border-color: #343642;
    -webkit-box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
    box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
    outline: none;
}

.cd-signin-modal__input.cd-signin-modal__input--has-error {
    border: 1px solid #d76666;
}

.cd-signin-modal__input[type=button] {
    cursor: pointer;
    background: #38BBC9;
    color: #FFF;
    font-weight: 600;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0.45em;
}

.cd-signin-modal__input[type=button]:hover,
.cd-signin-modal__input[type=button]:focus {
    background: #3599ae;
    outline: none;
}

.cd-signin-modal__hide-password {
    display: inline-block;
    position: absolute;
    right: 0;
    padding: 6px 15px;
    border-left: 1px solid #d2d8d8;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.8em;
    color: #343642;
}

.cd-signin-modal__error {
    display: inline-block;
    position: absolute;
    left: -5px;
    bottom: -35px;
    background: rgba(215, 102, 102, 0.9);
    padding: .25em 0.5em;
    z-index: 2;
    color: #FFF;
    font-size: 0.8em;
    border-radius: 0.25em;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
    transition: opacity 0.2s 0s, visibility 0s 0.2s;
}

.cd-signin-modal__error::after {
    content: '';
    position: absolute;
    left: 22px;
    bottom: 100%;
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(215, 102, 102, 0.9);
}

.cd-signin-modal__error.cd-signin-modal__error--is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
    transition: opacity 0.2s 0s, visibility 0s 0s;
}

.cd-signin-modal__form {
    padding: 0 1em 1em 1em;
}

.cd-signin-modal__input[type=submit] {
    padding: 5px 0;
}

.cd-signin-modal__message {
    padding: 1.4em 1.4em 0;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
}

.cd-signin-modal__message {
    padding: 2em 2em 0;
}

.cd-signin-modal__bottom-message {
    font-size: 0.7em;
    margin-bottom: 1.25em;
}

.cd-signin-modal__bottom-message a {
    color: #000000;
    transition: 0.3s ease-in;
}

.cd-signin-modal__bottom-message a:hover {
    color: #38BBC9;
}

.cd-signin-modal__close {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 15px;
    top: 10px;
    background: url("../images/cd-icon-close.svg") no-repeat center center;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.cd-signin-modal__block {
    display: block;
}

.cd-signin-modal__block.cd-signin-modal__block--is-selected {
    display: block;
}

.cd-signin-modal__container::before {
    content: '';
    bottom: 100%;
    right: 5.55em;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #ffffff;
    border-width: 12px;
    margin-left: -20px;
}

.cd-signin-modal__fieldset #remember-me {
    accent-color: #b069a8;
}

.small-text {
    font-size: 0.75em;
}

.cd-signin-modal__form .new-acnt a {
    font-size: 0.9em;
    color: #38BBC9;
    text-align: center;
    display: block;
    transition: 0.3s ease-in;
    font-weight: 600;
}

.cd-signin-modal__form .new-acnt a:hover {
    color: #3599ae;
}

/* --------------------------------------------Login _Page---------------- */
.login-page-wrapper,
.email-verification-wrapper {
    border-top: 0.05em solid #999;
    padding: 3.5em 0;
}

.login-page-wrapper h3,
.email-verification-wrapper h3 {
    font-size: 1.2em;
    color: #b069a8;
    font-weight: normal;
    margin: 0.2em 0 0.8em 0;
}

.login-page-wrapper .info-input-box {
    margin-bottom: 1.5em;
    width: 50%;
    padding: 0 0.75em;
}

.login-page-wrapper .info-input-box.full-width {
    width: 100%;
}

.login-page-wrapper .info-input-box .address-input {
    display: flex;
    justify-content: space-between;
}

.login-page-wrapper .info-input-box .address-input span {
    width: 48.5%;
}

.login-page-wrapper .info-input-box label {
    font-size: 0.9em;
    display: block;
    color: #444;
    margin-bottom: 0.3em
}

.login-page-wrapper .info-input-box input,
.login-page-wrapper .info-input-box select {
    width: 100%;
    padding: 0.5em;
    font-size: 1em;
    color: #444444;
    border: 0.05em solid #999999;
}

.login-page-wrapper .info-input-box input:focus-visible,
.login-page-wrapper .info-input-box select:focus-visible {
    outline: none;
}

.login-page-wrapper .box-width {
    width: 70%;
    margin: 0 auto;
    background-color: #f7f7f7;
    padding: 1.5em;
}

.login-page-wrapper .box-width .row {
    flex-wrap: wrap;
}

.email-verification-wrapper .box-width .info-input-email label {
    font-size: 0.9em;
    display: block;
    color: #444;
    margin-bottom: 0.3em;
}

.email-verification-wrapper .box-width .info-input-email input {
    width: 100%;
    padding: 0.5em;
    font-size: 1em;
    color: #444444;
    border: 0.05em solid #999999;
}

.email-verification-wrapper .box-width .info-input-email input:focus-visible,
.email-verification-wrapper .box-width .otp-verification input:focus-visible {
    outline: none;
}

.email-verification-wrapper .box-width .info-input-email {
    margin-bottom: 1.5em;
}

.email-verification-wrapper .box-width .otp-verification label {
    font-size: 0.9em;
    display: block;
    color: #444;
    margin-bottom: 0.3em;
}

.email-verification-wrapper .box-width .otp-verification input {
    width: 25%;
    padding: 0.5em;
    font-size: 1em;
    color: #444444;
    border: 0.05em solid #999999;
    margin-right: 0.8em;
}

.email-verification-wrapper .box-width {
    width: 50%;
    margin: 0 auto;
    background-color: #f7f7f7;
    padding: 1.5em;
}

.account-info-wrapper .accont-tab .tab-right .wishlist-wrapper .wishlist-table-box {
    margin-left: -1.5em;
}

.account-info-wrapper .accont-tab .tab-right .edit-address-wrapper {
    display: flex;
}

.account-info-wrapper .accont-tab .tab-right .edit-address-wrapper .info-input-box label {
    font-size: 0.9em;
    display: block;
    color: #444;
    margin-bottom: 0.3em
}

.account-info-wrapper .accont-tab .tab-right .edit-address-wrapper .info-input-box input,
.account-info-wrapper .accont-tab .tab-right .edit-address-wrapper .info-input-box select {
    width: 100%;
    padding: 0.5em;
    font-size: 1em;
    color: #444444;
    border: 0.05em solid #999999;
}

.account-info-wrapper .accont-tab .tab-right .edit-address-wrapper .info-input-box {
    margin-bottom: 1.5em;
}

.account-info-wrapper .accont-tab .tab-right .edit-address-wrapper .info-input-box input:focus-visible {
    outline: none;
}

.account-info-wrapper .accont-tab .tab-right .edit-address-wrapper .left-part .info-input-box {
    width: 50%;
    padding: 0 0.75em;
}

.account-info-wrapper .accont-tab .tab-right .edit-address-wrapper .col-2 .row {
    flex-wrap: wrap;
}

.account-info-wrapper .accont-tab .tab-right .edit-address-wrapper .change-checkbox .inner-part label {
    font-size: 0.85em;
    color: #444;
}

.account-info-wrapper .accont-tab .tab-right .edit-address-wrapper .change-checkbox .inner-part input {
    width: 1.2em;
    height: 1.2em;
    border-radius: 0;
    margin: 0;
    align-self: flex-start;
    accent-color: #b069a8;
}

.account-info-wrapper .accont-tab .tab-right .right-details .address-box.mb-2 {
    margin-bottom: 0em;
}

.account-info-wrapper .accont-tab .tab-right .right-details .account-info .email-width label {
    font-size: 0.9em;
    display: block;
    color: #444;
    margin-bottom: 0.3em
}

.account-info-wrapper .accont-tab .tab-right .right-details .account-info .email-width input {
    width: 48%;
    padding: 0.5em;
    font-size: 1em;
    color: #444444;
    border: 0.05em solid #999999;
    margin-right: 0.5em;
}

.account-info-wrapper .accont-tab .tab-right .right-details .account-info .email-width input:focus-visible {
    outline: none;
}

.customer-login-wrapper h3 {
    text-align: center;
}

.customer-login-wrapper .col-2 {
    margin: 0 auto;
}

/* ------------------11/10/2023------------- */
.unit-display .unit-price-list .ct-check {
    display: none;
}

.unit-display .unit-price-list span {
    cursor: pointer;
}

/*-------------------------------------------------------23/10/2023 ------------------------*/
.cd-signin-modal__switcher .logout-links a {
    cursor: pointer;
    background: #38BBC9;
    color: #FFF;
    font-weight: 600;
    padding: 5px 30px;
    transition: 0.3s ease-in;
    color: #ffffff;
    border-radius: 0.3em;
    font-size: 0.9em;
    display: block;
    line-height: 1.8;
}

.cd-signin-modal__switcher .logout-links a:hover {
    background: #3599ae;
}

.cd-signin-modal__switcher .logout-links {
    padding: 10px;
}

.cd-signin-modal__switcher {
    padding: 10px;
}

/*-----------------------------25/10/2023---------------------------*/
.account-info-wrapper .accont-tab .tab-right .right-details .account-details .address-box .adress-content-flex {
    display: flex;
    gap: 0.5em;
}

.ct-validation {
    font-size: 0.8em;
    margin-top: 0.25em;
}

.ct-danger {
    color: #dc3545;
}

.ct-success {
    color: #28a745;
}

.submit-input-box {
    width: 100%;
    padding: 0 15px;
}

.content-header .registration-success .alert {
    width: 100%;
    margin: 0 auto;
    background-color: #28a745;
    padding: 0.5em 1em;
    color: #ffffff;
    margin-bottom: 1em;
    border-radius: 0.25rem
}

/* -----------------------------------------------27/10/2023----------------------------------- */
.unit-display .unit-price-list .bg-grey.unit-bg-pink {
    background: #b069a8;
}

.unit-display .unit-price-list .bg-dark-grey.unit-bg-blue {
    background: #38bbc9;
}

.email-error.ct-validation,
.password-error.ct-validation {
    margin-top: -1.5em;
    padding-bottom: 1.25em;
}

.cd-signin-modal__switcher.js-signin-modal-switcher.js-signin-modal-trigger {
    padding: 0;
}

#login-error-message {
    text-align: center;
    margin-bottom: 0.25em;
}

/* ---------------------------------------------30/10/2023-------------- */
.account-info-wrapper .accont-tab .tab-right .content-header .registration-success .alert {
    width: 100%;
}

.ct-validation.ct-success {
    color: #28a745;
}

/* ---------------------------------------08/02/2024------------------------- */
.product-listing-right .product-listing-cards {
    position: relative;
}

.product-listing-right .product-listing-cards .w-btn {
    position: absolute;
    right: 0.3em;
    top: 0.7em;
    border: none;
    background: none;
}

.product-listing-right .product-listing-cards .wishlist-btn svg {
    fill: #b069a8;
    cursor: pointer;
}

.product-listing-right .product-listing-cards .wishlist-btn svg:hover {
    fill: #38BBC9;
}

.item-slider-right .shape-box,
.item-slider-right .style-box,
.item-slider-right .Print-Position-box,
.item-slider-right .diameter-box,
.item-slider-right .type-box {
    padding: 1.35em 1.25em;
}

.selection-box .shape-select li,
.item-slider-right .style-box .style-select li,
.Print-Position-box .print-select-position li,
.diameter-box .diameter-select li,
.type-box .type-select li {
    display: flex;
    align-items: center;
}

.selection-box .shape-select li:not(:last-child),
.item-slider-right .style-box .style-select li:not(:last-child),
.Print-Position-box .print-select-position li:not(:last-child),
.diameter-box .diameter-select li:not(:last-child),
.type-box .type-select li:not(:last-child) {
    padding-bottom: 1em;
}

.selection-box .shape-select li .ct-check,
.item-slider-right .style-box .style-select .ct-check,
.Print-Position-box .print-select-position .ct-check,
.diameter-box .diameter-select .ct-check,
.type-box .type-select .ct-check {
    width: 1.35em;
    height: 1.35em;
    border-radius: 0;
    margin: 0;
    align-self: flex-start;
    accent-color: #b069a8;
}

.selection-box h3 {
    color: #b069a8;
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 1.35em
}

.selection-box .shape-select label,
.item-slider-right .style-box .style-select li label,
.Print-Position-box .print-select-position li label,
.diameter-box .diameter-select li label,
.type-box .type-select li label {
    font-size: 0.8em;
    color: #444444;
    margin-left: 0.8em;
    line-height: 1;
}

.product-vertical-right .your-price-box .cart-button-box .add-to-wishlist {
    font-size: 1em;
    color: #fff;
    background-color: #38BBC9;
    border: 0.1em solid #fff;
    border-radius: 2em;
    padding: 0.4em 1.25em;
    filter: drop-shadow(0 0.15em 0.175em rgba(0, 0, 0, 0.16));
    display: block;
    cursor: pointer;
    margin: 0.5em 0 1em 0;
    width: 100%;
}

.product-vertical-right .your-price-box .cart-button-box .add-to-wishlist:hover {
    background-color: #b069a8;
}

.product-vertical-right .your-price-box .cart-button-box .btn-1 {
    display: block;
    width: 100%;
}

.product-vertical-right .your-price-box .cart-button-box .remove-img.remove button {
    font-size: 1em;
    color: #fff;
    background-color: #b069a8;
    border: 0.1em solid #fff;
    border-radius: 2em;
    padding: 0.4em 1.25em;
    filter: drop-shadow(0 0.15em 0.175em rgba(0, 0, 0, 0.16));
    display: block;
    cursor: pointer;
    margin: 0.5em 0 1em 0;
    width: 100%;
}

.product-vertical-right .your-price-box .cart-button-box .remove-img.remove button:hover {
    background-color: #38BBC9;
}


.categories_home {
    width: 100%;
    display: inline-block;
    padding: 2.8em 0 0 0;
}
.categories_home .btn-1:hover {
    background-color: #38bbc9 !important;
}
.categories_home .row {
    flex-wrap: wrap;
}

.categories_list {
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #f7f7f7;
    padding: 20px 15px;
    margin: 5px 0;
}

.categories_list img {
    display: inline-block;
}

.categories_list .btn-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 1em;
}

.main-table .second-table td.title-text.img-padding p {
    font-size: 0.8em;
}

tr.even.bg-light {
    background: #fff !important;
}

.categories_home .col-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.categories_home .lanyards {
    background: #e8c4c9;
}

.categories_home .lanyards .btn-1 {
    background-color: #c47b7f;
    -webkit-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    border: 3px solid #fff;
    text-transform: uppercase;
}

.categories_home .lapel_pins {
    background: #e6dbab;
}

.categories_home .lapel_pins .btn-1 {
    background-color: #c0b57a;
    -webkit-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    border: 3px solid #fff;
    text-transform: uppercase;
}

.categories_home .keyrings {
    background: #c8d5ee;
}

.categories_home .keyrings .btn-1 {
    background-color: #8ca4be;
    -webkit-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    border: 3px solid #fff;
    text-transform: uppercase;
}


.categories_home .wooden_keychains {
    background: #d2e4ce;
}

.categories_home .wooden_keychains .btn-1 {
    background-color: #80aa79;
    -webkit-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    border: 3px solid #fff;
    text-transform: uppercase;
}


.categories_home .bags {
    background: #b3beca;
}

.categories_home .bags .btn-1 {
    background-color: #6e848e;
    -webkit-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    border: 3px solid #fff;
    text-transform: uppercase;
}


.categories_home .versatoobs {
    background: #e0dee0;
}

.categories_home .versatoobs .btn-1 {
    background-color: #a5a4a4;
    -webkit-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    border: 3px solid #fff;
    text-transform: uppercase;
}

.categories_home .trolley_coins {
    background: #c0aac1;
}

.categories_home .trolley_coins .btn-1 {
    background-color: #978198;
    -webkit-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    border: 3px solid #fff;
    text-transform: uppercase;
}


.categories_home .socks {
    background: #aacaba;
}

.categories_home .socks .btn-1 {
    background-color: #839c8f;
    -webkit-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    border: 3px solid #fff;
    text-transform: uppercase;
}


.categories_home .clothing_patches {
    background: #f0deb8;
}

.categories_home .clothing_patches .btn-1 {
    background-color: #c9b983;
    -webkit-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    border: 3px solid #fff;
    text-transform: uppercase;
}


.categories_home .shoe_laces {
    background: #cedfd4;
}

.categories_home .shoe_laces .btn-1 {
    background-color: #97a8a0;
    -webkit-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    border: 3px solid #fff;
    text-transform: uppercase;
}


.categories_home .cooling_towels {
    background: #e7b8b5;
}

.categories_home .cooling_towels .btn-1 {
    background-color: #bf9587;
    -webkit-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    border: 3px solid #fff;
    text-transform: uppercase;
}


.categories_home .luggage_straps {
    background: #eacd93;
}

.categories_home .luggage_straps .btn-1 {
    background-color: #b59f77;
    -webkit-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    border: 3px solid #fff;
    text-transform: uppercase;
}


.categories_home .luggage_tags {
    background: #b3beca;
}

.categories_home .luggage_tags .btn-1 {
    background-color: #879099;
    -webkit-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    border: 3px solid #fff;
    text-transform: uppercase;
}


.categories_home .playing_cards {
    background: #e0dee0;
}

.categories_home .playing_cards .btn-1 {
    background-color: #a5a5a5;
    -webkit-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    border: 3px solid #fff;
    text-transform: uppercase;
}


.categories_home .coasters {
    background: #ccdca8;
}

.categories_home .coasters .btn-1 {
    background-color: #97a675;
    -webkit-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    border: 3px solid #fff;
    text-transform: uppercase;
}


.categories_home .wrist_bands {
    background: #aacaba;
}

.categories_home .wrist_bands .btn-1 {
    background-color: #89a597;
    -webkit-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    border: 3px solid #fff;
    text-transform: uppercase;
}






.categories_home .pop-it_trays {
    background: #e8c4c9;
}

.categories_home .pop-it_trays .btn-1 {
    background-color: #c47b7f;
    -webkit-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    border: 3px solid #fff;
    text-transform: uppercase;
}

.categories_home .paper_bags {
    background: #e6dbab;
}

.categories_home .paper_bags .btn-1 {
    background-color: #c0b57a;
    -webkit-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    border: 3px solid #fff;
    text-transform: uppercase;
}

.categories_home .retractable_badge_holders {
    background: #c8d5ee;
}

.categories_home .retractable_badge_holders .btn-1 {
    background-color: #8ca4be;
    -webkit-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    border: 3px solid #fff;
    text-transform: uppercase;
}


.categories_home .pvc_wallets {
    background: #d2e4ce;
}

.categories_home .pvc_wallets .btn-1 {
    background-color: #80aa79;
    -webkit-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    border: 3px solid #fff;
    text-transform: uppercase;
}


.categories_home .laminated_cards {
    background: #b3beca;
}

.categories_home .laminated_cards .btn-1 {
    background-color: #6e848e;
    -webkit-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    border: 3px solid #fff;
    text-transform: uppercase;
}


.categories_home .pouches {
    background: #e0dee0;
}

.categories_home .pouches .btn-1 {
    background-color: #a5a4a4;
    -webkit-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    box-shadow: 5px 9px 6px -5px rgba(0, 0, 0, 1);
    border: 3px solid #fff;
    text-transform: uppercase;
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f4f4f4; /* Background color */
    border: 2px solid #333; /* Border */
    border-radius: 10px; /* Rounded corners */
    padding: 40px; /* Padding */
    width: 400px; /* Width of the popup */
    max-width: 80%; /* Maximum width */
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); /* Box shadow */
    z-index: 9999;
    text-align: center; /* Center text */
    font-family: Arial, sans-serif; /* Font */
}

.popup p {
    font-size: 18px; /* Font size for paragraph */
}

.popup button {
    padding: 10px 20px; /* Padding for button */
    border: none; /* Remove button border */
    border-radius: 5px; /* Rounded corners for button */
    cursor: pointer; /* Cursor style */
    font-size: 16px; /* Font size for button */
}

.popup button:hover {
    background-color: #555; /* Button background color on hover */
}

/* vishal-css-changes-14-5-2024 */

.modal-container .modal-content .content-details .left-side .call-back-details .ct-validation {
    position: relative;
    top: -12px;
}
.cd-signin-modal__container::before {
    right: 2.9em;
}
.contact-us-wrapper .quote-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;   
    background-image: url(../images/select-dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
    cursor: pointer;
 }
 .selection-box .range-select li {
    display: flex !important;
}
.pd-lg.product-vertical {
    padding-bottom: 0;
}
.msg-content-not-found .inner-box {
    padding: 1.5em 1.5em !important;
}
.product-page-banner2 img {
    width: 100%;
}
.product-listing-right .product-listing-cards .listing-title h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cart-wrapper .request-box .request-detail .request-form .ct-input {
    position: relative;
}
.cart-wrapper .request-box .request-detail .alert {
    position: absolute;
    right: 0;
    color: red;
    font-size: 0.9em;
}
.account-info-wrapper .accont-tab .tab-left .left-links .list-item li:focus-visible {
    background-color: black;
}
.login_popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 9999;
}
.login_popup #close-popup {
    color: #ffffff;
    position: absolute;
    right: 0.5em;
    top: 0.5em;
    background: #999999;
    font-size: 1em;
    line-height: 1.2;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}
.login_popup img {
    display: inline-block;
}
.login_popup p {
    padding: 20px 0;
}
.login_popup .btn-1 {
    border-radius: 0.3em;
}
/* vishal-2-4-2025 */
.downloads-center-wrapper-2 .downloads-cards .downloads-img img {
    height: auto;
}
.downloads-center-wrapper-2 .downloads-cards .downloads-content h4 {
    color: #b069a8;
    font-weight: 600;
    font-size: 1.6em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    line-height: 1.3;
}
.downloads-center-wrapper-2 .downloads-cards .downloads-content {
    background-color: transparent;
    padding: 1em 2.5em;
    height: 14em;
}
.downloads-center-wrapper-2 .downloads-cards .downloads-img {
    padding: 1.5em 0 0.5em;
}
.downloads-center-wrapper-2 .downloads-cards .downloads-content li.datasheet,
.downloads-center-wrapper-2 .downloads-cards .downloads-content li.template {
    background-color: #9c9c9c;
    padding: 7px 20px;
    border-radius: 50px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    margin: 15px 0;
    color: #ffffff;
}
.downloads-center-wrapper-2 .downloads-cards .downloads-content li.datasheet:hover,
.downloads-center-wrapper-2 .downloads-cards .downloads-content li.template:hover {
    background-color: #38BBC9
}
.downloads-center-wrapper-2 .downloads-cards .downloads-content li.template {
    background-color: #b069a8;
}
.downloads-center-wrapper-2 .downloads-cards .downloads-content li.datasheet a,
.downloads-center-wrapper-2 .downloads-cards .downloads-content li.template a {
    font-size: 1em;   
}
.downloads-center-wrapper-2 .downloads-cards select#lanyards {
    width: 100%;
    padding: 0.4em 0.6em;
    border-radius: 0.4em;
    font-size: 1em;
    font-weight: 500;
    margin-top: 0.5em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/select-dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
    cursor: pointer;
}
.downloads-center-wrapper-2 .downloads-cards select#lanyards:focus {
    outline: none;
}
.downloads-center-wrapper-2 .row {
    justify-content: left;
}
/** 2025-07-10 css added vishal */
.about-us-wrapper .about-img img {
    width: 100%;
    margin-top: -70px;
    z-index: -1;
    position: relative;
}
.about-us-wrapper .about-text {
    width: 55%;
    text-align: center;
    margin: auto;
}
.about-us-wrapper .about-text p {
    padding-bottom: 25px;
}
.about-us-wrapper .about-text p:last-child {
    padding-bottom: 0;
}