.light-logo {
    display: none !important;
}

.dark-logo {
    display: block !important;
}

/* header#top img#Canvas {
  filter: invert(1);
} */
header#top {
    position: fixed;
    width: 100%;
    z-index: 2;
}

.product-sec {
    padding-top: 75px;
    padding-left: 0px;
    padding-right: 0px;
}

.product-sec .product-banner-img {
    position: relative;
    overflow: hidden;
}

/* .product-sec .product-banner-img:before {
  content: "";
  background: #25c7d954;
  width: 0%;
  height: 0%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.9s;
}
.product-sec .product-banner-img:hover:before {
  height: 100%;
  width: 50%;
} */
/* .product-sec .product-banner-img:after {
  content: "";
  background: #25c7d954;
  width: 0%;
  height: 0%;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.9s;
}
.product-sec .product-banner-img:hover:after {
  height: 100%;
  width: 50%;
} */
.product-sec .product-banner-img figure img {
    height: 891px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    transition: all 0.2s ease-in-out;
}
.product-sec .product-banner-img figure img:hover {
    transform: scale(1.1);
}

/*.product-sec .pro-wrapper figure img.main-filter-img {*/
/*    transition: 0.8s;*/
/*    height: 500px;*/
/*    object-fit: cover;*/
/*}*/
.product-sec .pro-wrapper figure img.main-filter-img:hover {
    /* transform: rotate3d(1, 1, 1, 45deg);
  filter: saturate(0.5); */
}

.pro-name-and-price {
    display: flex;
    justify-content: end;
    align-items: flex-start;
}

.pro-name-and-price .rating-n-price {
    text-align: end;
    padding-right: 15px;
}

.product-sec .rating-n-price ul {
    padding: 0px;
    display: flex;
    list-style-type: none;
}

.product-sec .pro-wrapper h4.product-price {
    font-size: 27px;
    font-family: "Poppins";
}

.product-sec .rating-n-price ul li {
    margin: 0px 3px;
    color: #febe28;
}

.product-sec button.select-color {
    border-radius: 0px !important;
    background: #25c7d9;
    color: #fff !important;
    font-family: "spartan";
    font-size: 13px;
    padding: 12px 32px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    transition: 0.6s;
    border: 2px solid #fff;
}

.product-sec .pro-wrapper .button-group {
    display: flex;
    align-items: center;
    margin-top: 0px;
    position: relative;
    z-index: 999;
}

.product-sec .pro-wrapper .button-group button.btn {
    background: #9a9a9a;
    font-size: 14px;
    line-height: 20px;
    margin-right: 10px;
    padding: 17px 35px;
    font-family: "Poppins";
}

.product-sec .pro-wrapper .button-group button.btn {
    background: #000000;
    font-weight: 500;
}

.product-sec .pro-wrapper .button-group .add_cart:hover {
    background: #000 !important;
}

/* .product-sec .pro-wrapper .button-group .button.btn:hover {
  background: #9a9a9a !important;
} */
.product-sec .pro-wrapper .button-group button.btn:hover {
    background: #9a9a9a !important;
}

/* .product-sec .pro-wrapper .button-group button.btn:hover {
  box-shadow: 0px 0px 0px 2px #000;
} */
@media (max-width: 1100px) {
    .product-sec .pro-wrapper .button-group {
        display: block;
    }
}

@media (max-width: 575px) {
    .product-sec .pro-wrapper .button-group button.btn {
        width: 100%;
    }
}

/* .product-sec button.select-color:hover {
  box-shadow: 0px 0px 0px 2px #25c7d9;
} */
.product-sec .variation-wrapper {
    margin-top: -23px;
}

.product-sec .variation-wrapper h6 {
    padding-left: 24px;
    font-weight: 600;
}

.product-sec .variation-wrapper ul {
    display: flex;
    list-style-type: none;
    padding: 0px;
    margin: 0;
}

.product-sec .variation-wrapper li {
    transition: 0.6s;
}

.product-sec .variation-wrapper li:hover {
    box-shadow: 0px 0px 0px 2px #25c7d9;
}

.product-sec .variation-wrapper img.filter-img {
    padding: 3px 0px;
    border: 1px solid #b5b5b5;
    margin: 7px;
    cursor: pointer;
    width: 75px;
    background: #fff;
    height: 75px;
    object-fit: contain;
}

.product-sec .variation-wrapper ul .variation input:checked ~ label li img {
    border: 2px solid #000 !important;
}

.product-sec .variation-wrapper li.active img.filter-img {
    border-color: #25c7d9;
}

.second-section h1 {
    font-size: 49px;
    font-weight: bold;
}

.product-sec .pro-wrapper {
    height: 705px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 10px;
}

.product-sec .product_name {
    padding: 10px 10px;
}

.product-sec .product_name h3.name {
    color: #262626;
    font-size: 37px;
    font-family: "Poppins";
    font-weight: 500;
    margin: 0;
    word-break: break-all;
}

.product-sec .scroll-down {
    display: flex;
    justify-content: end;
    padding: 40px 40px;
    position: absolute;
    top: 0;
    right: 0;
    flex-direction: column;
    align-items: center;
}

.product-sec .scroll-down i {
    width: 35px;
    height: 35px;
    border: 1px solid #9d9d9d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-top: 14px;
    animation: mover 1s infinite alternate;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.product-sec .product_name p.desc {
    color: #bbbbbb;
    font-size: 13px;
    font-weight: 400;
}

.product-sec .product_name h2 {
    max-width: 90%;
}

.product-sec .pro-wrapper figure {
    text-align: center;
    position: relative;
    padding: 0px 0 40px;
    overflow: hidden;
    height: 566px;
}
.product-sec .pro-wrapper .col-img {
    transition: 0.6s;
}

.product-sec .pro-wrapper .col-img:hover {
    /* filter: brightness(0.5); */
    transform: scale(1.1);
}

.pro-wrapper::-webkit-scrollbar {
    display: none;
}

@media (max-width: 575px) {
    .product-sec .scroll-down {
        display: none;
    }

    .product-sec .variation-wrapper {
        margin-top: 0px;
    }

    .product-sec .pro-wrapper .button-group {
        text-align: center;
        padding-bottom: 0px;
    }

    ul.list-group li.list-group-item {
        margin: 0 2px 5px 2px !important;
        border-radius: 0 !important;
    }

    .product-sec .product_name h3.name {
        font-size: 30px;
        line-height: 40px;
    }

    .product-sec .product_name h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .product-sec .product_name p {
        font-size: 25px;
        line-height: 35px;
    }

    .product-sec .pro-wrapper .button-group button {
        margin: 0 !important;
    }

    ul.list-group li.list-group-item {
        width: 100% !important;
    }

    .product-sec .pro-wrapper figure {
        padding: 10px 0 0px;
    }

    .product-sec {
        padding-top: 60px;
    }

    .product-sec .product_name {
        position: unset;
        text-align: center;
    }

    .product-sec .product_name p.desc {
        color: #000;
    }

    .product-sec .pro-wrapper .button-group {
        text-align: center;
        padding-bottom: 10px;
    }

    .product-sec .variation-wrapper ul {
        justify-content: center;
    }

    .product-sec .variation-wrapper {
        text-align: center;
        z-index: 9999;
        position: relative;
    }

    .pro-name-and-price {
        justify-content: center;
    }

    .pro-name-and-price .rating-n-price {
        text-align: center;
        padding-top: 25px;
        padding-right: 0px;
    }

    .product-sec .pro-wrapper figure {
        padding: 30px 0 0px;
    }

    .product-sec .pro-wrapper figure img.main-filter-img {
        transition: 0.8s;
        padding-bottom: 30px;
    }

    .product-sec .variation-wrapper h6 {
        padding-left: 0px !important;
    }

    .variation-wrapper .variation input#color0 {
        position: absolute;
    }

    .variation-wrapper .variation {
        position: relative;
    }

    .about_sec .pricing-package-table .cards_wrapper {
        display: flex;
        justify-content: center;
        padding: 0px;
        flex-direction: column;
    }

    .pricing-package-table .pricing_card {
        flex: 0 0 100%;
        max-width: 100% !important;
    }
}

header#top ul#main-menu li a img {
    filter: invert(1);
}

header#top {
    position: fixed;
    width: 100%;
    z-index: 99999;
}

.bottle-section {
    background-image: url("../images/bg.gif");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bottle-section h1 {
    font-family: "Granite";
}

.bottle-section span {
    display: block;
}

.bottle-section span.b3 {
    font-family: "Poppins";
    color: #fff !important;
    font-weight: 700;
}

.bottle-section h1 span.b2 {
    line-height: 120px;
    text-transform: uppercase;
    font-family: "Poppins";
    font-size: 160px;
    color: #171c28;
    padding-bottom: 10px;
}

.bottle-section a.order-btn {
    background: #171c28;
    color: #fff;
    border-radius: 0px;
    padding: 10px 55px;
    font-family: "montserrat";
    font-weight: 700;
    font-size: 19px;
    margin-top: 26px;
    transition: 0.6s;
}

.bottle-section a.order-btn:hover {
    background: transparent;
    box-shadow: 0px 0px 0px 2px #171c28;
    color: #171c28;
}

.bottle-section img.img-fluid {
    margin: 0 0 0 auto;
    display: table;
}

/* You May Also Like Css Start Here */
.may_also {
    padding: 80px 0 50px;
}

.may_also .heading_warpper {
    padding-bottom: 25px;
}

.may_also .heading_warpper h4 {
    font-family: "poppins";
    font-size: 30px;
    color: #000;
    font-weight: 600;
}

.may_also .products .slides {
    background: #f5f5f5;
}

.may_also .slides figure img {
    margin: 0px auto;
    padding: 100px 0px 40px;
    transition: 0.6s;
    width: 40%;
    mix-blend-mode: darken;
}

.may_also .products:hover img {
    transform: scale(1.1);
}

.may_also ul.slick-dots {
    top: 0 !important;
    bottom: unset !important;
    transition: 0.6s;
    opacity: 0;
}

.may_also .products:hover ul.slick-dots {
    opacity: 1;
}

.may_also .slick-dots li {
    width: 55px;
    height: 3px;
    background: #00000038;
}

.may_also .slick-dots li.slick-active {
    background: #0000007a !important;
}

.may_also ul.slick-dots li button:before {
    font-size: 0;
}

.may_also ul.bottles_variation {
    margin: 0;
    list-style: none;
    position: absolute;
    top: 18rem;
    left: 3.5rem;
    padding: 8px 20px;
    border-radius: 10px;
    background: #fff;
    transition: 0.6s;
    opacity: 0;
}

.may_also .products:hover ul.bottles_variation {
    opacity: 1;
}

.may_also ul.bottles_variation li {
    display: inline-block;
    margin: 0 5px;
}

.may_also ul.bottles_variation li img {
    width: 25px;
}

.may_also ul.bottles_variation li.cari.count {
    color: #000;
}

@media (max-width: 1100px) {
    .may_also .slick-dots li {
        width: 45px;
    }
}

@media (max-width: 575px) {
    .product-sec .variation-wrapper {
        margin-top: 0px;
    }

    .may_also {
        padding: 20px 0 20px;
    }

    .may_also ul.slick-dots {
        opacity: 1;
    }

    .may_also ul.bottles_variation {
        opacity: 1;
    }
}

@media (max-width: 480px) {
    .may_also .slick-dots li {
        width: 30px;
    }

    .may_also ul.bottles_variation {
        left: 1.5rem;
    }
}

/* You May Also Like Css Start Here */

/* About Css Start Here */
.about_sec .heading_wrapper {
    padding-bottom: 40px;
}

.about_sec .heading_wrapper h2 {
    font-size: 60px;
    color: #14213d;
    font-family: "poppins";
    text-align: center;
    line-height: 70px;
}

@media (max-width: 575px) {
    .about_sec .heading_wrapper h2 {
        font-size: 20px;
        text-align: left;
        line-height: 30px;
    }

    .about_sec .content_warpper h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .pricing-package-table .pricing-head h2 {
        font-size: 28px !important;
    }

    .pricing-package-table .pricing_card {
        min-height: 300px !important;
        padding: 25px 15px !important;
    }

    .about_sec .content_warpper p {
        font-size: 14px;
        font-weight: 400;
    }

    .about_sec .pricing-package-table {
        padding-top: 30px;
    }

    .about_sec .content_warpper {
        padding-right: 0px;
    }

    .about_sec .content_warpper h4 {
        font-size: 16px;
        line-height: 26px;
    }

    .about_sec .chat_about ul.helpful_links {
        padding: 20px 0 0 0;
    }
}

/* About Css Start Here */

.pro-wrapper img.hover-show {
    opacity: 0;
    transform: translateX(-97px);
    height: 500px;
    object-fit: cover;
    transition: 0.6s;
    mix-blend-mode: darken;
}

.pro-wrapper .pro-wrapper img.effect-img {
    margin-left: 29px;
}

.pro-wrapper img.effect-img {
    transform: translateX(150px);
    transition: 0.8s;
    height: 500px;
    object-fit: cover;
}

.product-sec .pro-wrapper:hover figure img.effect-img.img-fluid {
    transform: translateX(0);
}

.product-sec .pro-wrapper figure:hover .hover-show {
    opacity: 1;
    transform: translateX(-122px);
    z-index: -1;
}

.product-sec .pro-wrapper:hover figure .effect-img {
    transform: translateX(-80px);
}

.product-sec img.col-img {
    height: 566px;
    object-fit: cover;
    width: 100%;
}

/* .Material .cursor-hover {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
} */
.Dimensions-list li {
    list-style: none;
}

.product-sec .dim-wrapper {
    margin-left: 27px;
}

.product-sec .dim-wrapper label {
    margin-top: 11px;
    border: 1px solid #b5b5b5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 40px;
}

.product-sec .dim-wrapper label li h4 {
    font-size: 17px !important;
    margin: 0px;
    text-align: center;
}

.dim-wrapper h6 {
    font-weight: 600;
    padding-left: 15px;
    margin-bottom: 20px;
}

.dim-wrapper .Dimensions-list {
    display: flex;
}

.dim-wrapper .Dimensions-list input {
    visibility: hidden;
    padding: 0px !important;
}

.product-sec .dim-wrapper {
    margin-left: 27px;
    margin-top: 22px;
}

.dim-wrapper .Dimensions-list label {
    margin: 0px 10px 0px 0px;
    padding: 0px;
    height: 48px;
}

@media (max-width: 1440px) {
    .product-sec .pro-wrapper {
        height: 748px;
    }
    .pro-wrapper img.effect-img {
        height: 449px;
    }
    .pro-wrapper img.hover-show {
        height: 449px;
    }
}

@media (max-width: 1366px) {
    .pro-wrapper img.effect-img {
        height: 360px;
    }
}

@media (max-width: 1100px) {
    .second-section h1 {
        font-size: 38px;
    }

    .bottle-section h1 span.b2 {
        line-height: 73px;
        font-size: 71px;
    }

    .product-sec {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 991px) {
    .product-sec .product-banner-img figure img {
        height: auto;
        width: 100%;
    }

    .product-sec .pro-wrapper {
        height: auto;
    }
}

@media (max-width: 780px) {
    .pro-wrapper {
        overflow: auto !important;
        height: auto !important;
    }
}

@media (max-width: 768px) {
    footer ul {
        flex-direction: column;
        align-items: center;
    }

    .footer-icons ul {
        flex-direction: row-reverse;
    }

    footer {
        height: unset;
    }

    footer .footer__inner {
        position: unset;
    }
}

@media (max-width: 480px) {
    .second-section h1 {
        font-size: 30px;
    }

    .bottle-section {
        padding: 0px 0px 30px 0px !important;
    }

    .bottle-section .row {
        flex-direction: column-reverse;
    }

    .bottle-section .col-lg-5 {
        text-align: center;
    }

    .pro-wrapper .text-right {
        text-align: center !important;
    }

    .pro-wrapper img {
        margin: 2px;
        mix-blend-mode: darken;
    }

    .pro-wrapper img.effect-img {
        mix-blend-mode: darken;
    }

    .product-sec .pro-wrapper {
        position: relative;
    }

    .pro-wrapper img.effect-img {
        transform: translateX(-2px);
    }

    .pro-wrapper figure:hover img.effect-img {
        transform: translateX(-63px);
    }

    .product-sec .pro-wrapper .hover-show {
        position: absolute !important;
    }

    .product-sec .pro-wrapper figure:hover .hover-show {
        opacity: 1;
        transform: translateX(-218px);
        z-index: -1;
    }

    .product-sec ul.list-group li.list-group-item label {
        margin-bottom: 0px;
        padding: 0px;
    }
}

@media (max-width: 414px) {
    .footer__inner {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (max-width: 365px) {
    .second-section h1 {
        font-size: 27px;
    }
}

.pro-wrapper ul.list-group {
    display: flex;
    flex-direction: row;
    justify-content: end;
}

ul.list-group li.list-group-item {
    position: relative;
    z-index: 9;
}
