body {
    /* overflow-y: hidden; */
    width: auto !important;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    /*background-color: #71BF44;*/
}

::-webkit-scrollbar-thumb {
    /*background-color: #00AEEF;*/
}

::-webkit-scrollbar-thumb:hover {
    background-color: #fff;
}

@font-face {
    font-family: 'MatterLight';
    src: url('../fonts/MatterLight.eot');
    src: url('../fonts/MatterLight.eot') format('embedded-opentype'),
        url('../fonts/MatterLight.woff2') format('woff2'),
        url('../fonts/MatterLight.woff') format('woff'),
        url('../fonts/MatterLight.ttf') format('truetype'),
        url('../fonts/MatterLight.svg#MatterLight') format('svg');
}

@font-face {
    font-family: 'TenorSansRegular';
    src: url('../fonts/TenorSansRegular.eot');
    src: url('../fonts/TenorSansRegular.eot') format('embedded-opentype'),
        url('../fonts/TenorSansRegular.woff2') format('woff2'),
        url('../fonts/TenorSansRegular.woff') format('woff'),
        url('../fonts/TenorSansRegular.ttf') format('truetype'),
        url('../fonts/TenorSansRegular.svg#TenorSansRegular') format('svg');
}


p {
    font-weight: normal;
    font-size: 17px;
}

.main-container {
    margin: 0 100px;
}

.header-container {
    margin: 0 80px;
}

.whatsapp-button {
    position: fixed;
    bottom: 120px;
    right: 40px;
    background: rgba(37, 211, 102, 1);
    color: white;
    border-radius: 50%;
    text-align: center;
    padding: 15px 15px;
    font-size: 25px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: transform 0.3s ease;
    width: 60px;
    height: 60px;
}

.whatsapp-button:hover {
    transform: scale(1.1);
}

.whatsapp-button a {
    color: white;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.whatsapp-button i {
    font-size: 30px;
}

.items {
    position: relative;
    height: 25px;
    width: 120px;
}

.items .item {
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.items .item.active {
    opacity: 1;
}

/* header */
header {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
}

.navbar-brand {
    position: absolute;
    top: -50px;
    left: 100px;
}

.navbar-brand img {
    height: 140px;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: right;
}

.callright {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    margin-right: 90px;
    gap: 50px;
    justify-content: end;
}

.navbar-expand-lg .navbar-nav .nav-link {

    font-size: 15px !important;
    padding: 25px 25px;
    transition: 0.5s;
    margin: 0 8px;
    text-transform: unset;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    font-weight: bold;
    overflow: hidden;
    font-family: 'TenorSansRegular';
    color: #606F50;

}

.navbar-expand-lg .navbar-nav .nav-link:before {
    content: "";
    position: absolute;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: rgba(26, 45, 78, 1);
    height: 3px;
    display: block;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.navbar-expand-lg .navbar-nav .nav-link:hover:before,
.navbar-light .navbar-nav .nav-link:focus:before,
.navbar-light .navbar-nav .active>.nav-link:before {
    left: 0;
    right: 0;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #000 !important;
    transition: 0.5s;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #000 !important;
    transition: 0.5s;
}

.navbar-light .navbar-nav .nav-link:focus {
    color: #000 !important;
    transition: 0.5s;
}

.navbar {
    padding-left: 0;
    padding-right: 0;
    /* display: none; */
    padding-top: 0;
    padding-bottom: 0;
}

.desk-top-menus ul {
    margin: 0;
    padding: 0;
    text-align: right;
    padding-right: 35px;
}

.desk-top-menus li {
    list-style: none;
    display: inline-block;
}

.desk-top-menus a {
    margin: 10px 25px;
    text-decoration: none;
    color: #fff;
    padding-bottom: 5px;
}

/*-- Underline From Center --*/

.navbar-light .navbar-nav .active>.hvr-underline-from-center:before {
    display: block !important;
}

.desk-top-menu {
    position: relative;
    background: #fff;
}

/* nav-bar-start */
.head-menu {
    position: absolute;
    right: 0;
    top: 16px;
    display: none;
}

.phone-icon {
    display: none;
}

.desk-top-menus {
    position: relative;
}

.desk-top-menus::before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.menu-icon {
    cursor: pointer !important;
    transition: 0.5s;
}

.m-tags li {
    list-style: none;
    padding-left: 0;
    padding-bottom: 10px;
}

#megaMenu {
    cursor: pointer;
}

.overlay-close {
    position: fixed;
    z-index: 999;
    top: 50px;
    right: 50px;
    display: inline;
    width: 40px;
    height: 40px;
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.loan-bullet li {
    list-style: none;
    position: relative;
    padding-left: 15px;
    padding-bottom: 10px;
}

.loan-bullet li::before {
    position: absolute;
    content: '';
    background: #14097A;
    width: 6px;
    height: 6px;
    left: 0;
    top: 9px;
    border-radius: 50%;
}

.overlay-menu {
    background-color: #71BF44;
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    transition: all 0.5s;
    z-index: -1;
    -webkit-overflow-scrolling: touch;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
}

.overlay-menu.active {
    z-index: 99999;
    opacity: 1;
    visibility: visible;
}

.overlay-close i {
    font-size: 20px;
    color: #fff;
    float: right;
    cursor: pointer;
}

.menu-container {
    width: 100%;
    height: 100%;
    padding: 50px;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    border-radius: 20px;
    background: #00AEEF;
    padding: 40px;
    scrollbar-width: none;
}

.m-contents {
    transition: 0.5s;
    opacity: 0;
    transform: translateY(20px);
}

.overlay-menu.active .m-contents {
    transition: 0.5s;
    opacity: 1;
    transform: translateY(0);
}

.mlinks-bx {
    padding-top: 40px;
}

.m-contact h4::before {
    font-family: "FontAwesome";
    position: absolute;
    left: -20px;
    content: "\f041";
    color: #fff;
}

.m-header h2 {
    font-size: 18px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: normal;

}

.m-header h2::before {
    content: "";
    background-color: #fff;
    width: 60%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.m-contact {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.m-contact h4 {
    font-size: 16px;

    position: relative;
}

.m-contact p {
    font-size: 15px;
    margin: 0;

    line-height: 25px;
}

.m-tags {
    padding-top: 0px;
}

.m-tags ul {
    padding: 0;
    margin: 0;

}

.m-links a {
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;

    transition: 0.5s;
    text-decoration: none;
}

.m-links a:hover {
    padding-left: 5px;
    transition: 0.5s;
    color: #ff5314;
}

.m-medias {
    align-items: center;
    gap: 30px;
}

.m-medias a i {
    color: #fff;
    font-size: 19px;
    transition: 0.5s;
}

.cartWrapper span {
    background: #606F50;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    position: absolute;
    top: 0px;
    right: 75px;
}

.footer-social ul {
    margin: 0;
    padding: 0;
}

.footer-social li {
    display: inline-block;
    padding: 0 10px;

}

.footer-social img {
    width: 13px;
}

/* nav-bar-end */
.book-call {
    display: none;
}

.desk-top-menu .dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    background-color: inherit;
    font: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    z-index: 9;
    position: relative;
    padding: 0;
}

.desk-top-menu .dropdown-content {
    display: none;
    position: absolute;
    background-color: #192544 !important;
    width: 220px;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 999;
    border-radius: 10px;
    overflow: hidden;
    top: 100%;
    transition: 0.5s;
}

.desk-top-menu .dropdown:hover .dropdown-content {
    display: block;
    background: #ddd !important;
    border: 1px solid #CA252B;
    border-radius: 0;
    transition: 0.5s;
}

.desk-top-menu .dropdown:hover .dropdown-content .col-lg-6 :is(.main-col1, #col1) {
    display: none;
}

.desk-top-menu .column {
    float: none;
    width: 100%;
    padding: 10px;
    height: 100%;
    padding-right: 0;
}

.desk-top-menu .column a {
    float: none;
    color: black;
    padding: 6px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 14px;
}

.desk-top-menu i {
    color: #CA252B;
    padding-right: 10px;
    font-size: 11px;
}

.desk-top-menu .bg-color a:hover {
    background: #CA252B !important;
    color: #fff;
}

/* banner */
.banner-text h6 {
    background: rgba(255, 255, 255, 0.25);
    font-weight: 500;
    font-family: 'PlusJakartaSansVariableFont_wght';
    border-radius: 20px;
    color: #fff;
    font-size: 10px;
    display: inline-block;
    padding: 6px 12px;
    letter-spacing: 2px;
}

.banner-img {
    position: relative;
}

.banner-img img {
    width: 100%;
    height: 100%;
}

.banner-img {
    width: 100%;
    height: 100%;
}



/* search */
.input-group {
    border-bottom: 1px solid #ced4da;
    margin-bottom: 10px;
    width: 130px;
    background: #606F50 0% 0% no-repeat padding-box;
    border-radius: 21px;
    margin: 0;
    opacity: 1;
}

.input-group .form-control {
    background-color: transparent;
    border: none;
    padding: 0 15px;
    color: #fff;
    box-shadow: none;
}

.input-group .form-control::placeholder {
    color: #fff;
}

.input-group .input-group-text {
    background-color: transparent;
    border: none;
}

.input-group-text i {
    color: #fff;
    padding-right: 0;
    font-size: 16px;
}

.getbtn img {
    width: 150px;
    background: #fff;
}

.hc-nav-trigger.hc-nav-1 {
    display: flex;
    right: 80px;
    top: 20px;
}

.headerRightmainAll ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hc-offcanvas-nav.nav-position-left .nav-container {
    left: 0 !important;
}

.hc-offcanvas-nav.hc-nav-1.nav-position-left .nav-container {
    transform: translate3d(-493px, 0, 0);
}

.phone-img {
    display: none;
}

.not-phone {
    display: block;
}

.discoverheading h1 {
    color: #606F50;
    font-family: 'MatterLight';
    font-size: 42px;
}

.sub-container {
    margin: 0 60px;
}

.startwo {
    position: absolute;
    top: 0;
    right: 20px;
    width: 550px;

}

.floweranimation {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation: illustration-2 ease-in-out 7s infinite;
    animation: illustration-2 ease-in-out 9s infinite;
}

.discoverwrapper {
    position: relative;
    /*padding: 80px 0;*/
    padding: 40px 0;
}

.discoversild {
    padding-left: 50px;
    padding-top: 60px;
}

.discovertext {
    background: #F9F6F6 0% 0% no-repeat padding-box;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    padding: 15px 10px;
}

.discovertext p {
    font-family: 'TenorSansRegular';
    font-weight: bold;
    font-size: 15px;
    color: #000000;
    opacity: 1;
    margin: 0;
}

/* our new */
.ournewwrapper {
    background-image: url(../images/our-new-bg.png);
    background-size: cover;
    padding: 40px 0;
}

.ournewmargin h2 {
    font-family: 'MatterLight';
    font-size: 45px;
    letter-spacing: 0px;
    color: #000000;
    padding-bottom: 20px;
}

.ournewmargin {
    text-align: center;
}

.ournewmargin a {
    background: #606F50;
    color: #fff;
    padding: 6px 10px;
    border-radius: 0px;
    font-size: 14px;
    font-family: 'TenorSansRegular';
    font-weight: normal;
    text-decoration: none;
    transition: 0.5s;
}

.ournewmargin a:hover {
    background: #fff;
    color: #606F50;
    transition: 0.5s;
}

/* kids */
.kidswrapper {
    position: relative;
    display: flex;
    justify-content: center;
}

.kidstext {
    position: absolute;
    bottom: 50px;
}

.kidstext a {
    color: #fff;
    font-family: 'MatterLight';
    font-size: 45px;
    transition: 0.5s;
}

.kidtext a:hover {
    transition: 0.5s;
}

/* kids collections */
.kidscollectionswrap {
    padding: 80px 0;
    padding-bottom: 50px;
}

.kidsbox p {
    font-family: 'TenorSansRegular';
    font-weight: bold;
    font-size: 15px;
    color: #000000;
    padding: 15px 0 0 15px;
    opacity: 1;
    margin: 0;
}

.kidsbox {
    margin-bottom: 30px;
}

/* customize */
.customizewrapper {
    background: #606F50;
    position: relative;
    padding: 60px 0;
    padding-bottom: 7%;
}

.customizewrapper::before {
    background-image: url(../images/customize-bg.png);
    position: absolute;
    width: 100%;
    height: 107px;
    content: '';
    bottom: 0;
    background-size: cover;
}

.customizeleft h2 {
    font-family: 'MatterLight';
    font-size: 48px;
    letter-spacing: 0px;
    color: #fff;
    padding-bottom: 20px;
}

.customizeleft img {
    width: 15px;
    margin-right: 10px;
}

.customizebtn a {
    background: #E39FA0;
    padding: 6px 6px;
    color: #fff;
    font-family: 'MatterLight';
    transition: 0.5s;
    font-size: 14px;
    border: 1px solid #E39FA0;
}

.customizebtn a:hover {
    transition: 0.5s;
    text-decoration: none;
    color: #E39FA0;
    border: 1px solid #E39FA0;
    background: transparent;
}

.customizebtn {
    display: flex;
}

.customizeflex {
    display: flex;
    align-items: center;
}


.marginBottommain {
    margin-bottom: 25px;
}
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
}

.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}


.container-checkbox .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: none;
  border: 1px #c7c7c7 solid;
  border-radius: 2px;
}

.container-checkbox:hover input~.checkmark {
  background-color: #ccc;
}


.container-checkbox input:checked~.checkmark {
  background-color: #606F50;
}


.container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


.container-checkbox input:checked~.checkmark:after {
  display: block;
}


.container-checkbox .checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.maxFieldInputBtn:hover {
  background: #171717 url(../images/btn-icon2.png) center center no-repeat;
}


    .adressmainnavAll {
        margin-bottom: 20px
    }

    .adressmainnavAll li {
        display: inline-block;
        padding-right: 4px;
    }

    .adressmainnavAll a {
        border-radius: 4px;
        border: 2px #8dbe81 solid;
        width: 82px;
        padding: 4px;
        display: block;
        color: #404741;
        font-size: 17px;

        font-weight: normal;
        text-align: center;
    }

    .adressmainnavAll a:hover {
        border: 2px #0b0b0b solid !important;
        color: #0b0b0b !important;
    }

    .addressWrapperBgSec {
        background: #fff;
        padding: 20px 20px 50px;
        float: left;
        width: 100%;
        border-radius: 5px;
    }

    .addressWrapperBgSec h3 {
        color: #f46d00;
        font-size: 22px;
        font-weight: normal;
        margin-bottom: 25px;
    }

    .address-right-Img {
        position: absolute;
        right: 0;
        top: 0;
        padding: 50px 44px 35px;
        width: 100%;
        border-radius: 7px;
    }


/* animation start */

@-webkit-keyframes illustration-2 {
    0% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    50% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }

    100% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
}

@keyframes illustration-2 {
    0% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    50% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }

    100% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
}

#hero-illustration-1 {
    left: 0;
    width: auto;
    height: 70%;
    -webkit-animation: illustration-1 ease-in-out 10s infinite;
    animation: illustration-1 ease-in-out 10s infinite
}

#hero-illustration-2 {
    right: 0;
    width: auto;
    height: 100%;
    -webkit-animation: illustration-2 ease-in-out 7s infinite;
    animation: illustration-2 ease-in-out 7s infinite
}

/* animation end */
.customizeright img {
    padding-left: 60px;
}


/* footer */


footer {
    padding: 60px 0;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
    background-image: url(../images/footer-bg.png);
    background-size: cover;
}



.menu-footer li {
    list-style-type: none;
    padding-bottom: 10px;

}

.menu-footer li a {
    text-decoration: none;
    font-size: 14px;

    color: #000 !important;
}

.menu-footer a:hover {
    color: #2574B9 !important;
    transition: .4s;
}

.menu-footer ul {
    padding-left: 0;

    padding-top: 10px;
}

.menu-footer p {
    font-size: 17px;
    font-weight: 500;

    padding-right: 10%;
    color: #000;
}

.quicklinksrow {
    padding: 80px 0;
    padding-bottom: 10px;

}

.menu-footer h5 {
    font-size: 17px;
    color: #000;
    padding-bottom: 10px;

    position: relative;
    margin: 0;
}

.menu-footer .form-group {
    position: relative;
}

.menu-footer img {
    padding-left: 50px;
}

.socialborder {
    border-top: 2px solid #3F3F41;
}

.sociel-icon {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.sociel-icon i {
    color: #fff;
    font-size: 19px;
    transition: 0.5s !important;
    text-decoration: none;

    margin: 0 20px;
}

.sociel-icon i:hover {
    transform: translate(0, -3px) !important;
    transition: 0.5s !important;
    color: #fff;
}

.sociel-icon img {
    transition: 0.5s !important;
    width: 16px;
    text-decoration: none;
    margin: 0 20px;
}

.sociel-icon img:hover {
    transform: translate(0, -3px) !important;
    transition: 0.5s !important;
    color: #fff;
}




.copycenter {
    display: flex;
    align-items: center;
}


.footercopy {
    background-color: #000;
    color: #fff;

    padding: 10px 0;
}

.copyfooter {
    text-align: right;
}


.social-link li {
    list-style: none;
    display: inline-block;
    padding: 0 3px;
}

.social-link li:first-child {
    padding-left: 0;
}

.copybottom p {
    color: #000000;
    opacity: 0.6;
    font-size: 14px;
}

.copyleft p {
    color: #000000;
    opacity: 1;
    margin: 0;
    font-family: 'MatterLight';
    font-size: 13px;
}

.copyright {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-bottom: 40px;
}

.copylink a {
    color: #000000;
    opacity: 1;
    font-family: 'MatterLight';
    font-size: 14px;
    padding-right: 15px;
}

.social-link a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    transition: 0.5s;
    padding: 8px 10px;
}

.social-link a:hover {
    color: #F77835;
    transition: 0.5s;
}

.social-link {
    padding-top: 0px;
}

.footeremail {
    background: rgba(248, 236, 210, 0.7);
    padding: 50px 50px;
}

.footerlogoright {
    text-align: right;
}

.footerlogocenter {
    display: flex;
    align-items: center;
}

.footeremailleft h6 {
    font-family: 'MatterLight';
    font-size: 22px;
    font-weight: 800;
    color: #000000;
}

.footeremailleft p {
    font-family: 'MatterLight';
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    margin: 0;
}

.desktop {
    display: block;
}

.phone {
    display: none;
    width: 100%;
}

.subScribeWrapper {
    position: relative;
    background: #fff;
}

.subScribeWrapper input {
    color: #5D656E;
    font-size: 16px;
    font-weight: normal;
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 12px 25px;
}

.subScribeWrapper input::placeholder {
    color: #000;
    opacity: 1;
}

.subScribeWrapperDiv {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 130px;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    color: #fff;
    font-weight: normal;
    font-size: 17px;
    background: #000;
}

.subScribeWrapperDiv:hover {
    text-decoration: none;
    /*background-color: #2574B9;*/
    color: #fff;
}

/* back to top */

#button {
    display: inline-block;
    background-color: #000;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

#button:hover {
    background: #000;
    transition: 0.5s;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    color: #fff;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

#button.show {
    visibility: visible;
}

.not-phone {
    display: block;
}

.phone-img {
    display: none;
}

.phonebtn {
    display: none;
}

.desktopbtn {
    display: block;
}

/* products */
.filterwrapper {
    padding: 60px 0;
}



.filterwrapper svg {
    width: 13px;
    transition: transform 0.3s ease;
}

.filterwrapper svg.open {
    transform: rotate(180deg);
}

.filterwrapper .button p {
    display: inline;
    margin: 0;
    font-size: 14px;
}

.filterwrapper .dropdown {
    position: absolute;
    color: #E3DFE9;
    font-size: 15px;
    background: white;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    cursor: pointer;
    width: 235px;
    transform: scale(0.01);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease 0.15s;
    transform-origin: center top;
    overflow: hidden;
    border: 1px solid #eee;
    z-index: 999;
}

.filterwrapper .dropdown.open {
    transform: scale(1);
    opacity: 1;
}

.filterwrapper .dropdown a {
    position: relative;
    color: #000;
    text-decoration: none;
    display: block;
    padding: 10px 20px;
    transition: color 0.2s ease, background-color 0.2s ease, padding-left 0.2s ease;
    overflow: hidden;
}

.filterwrapper .dropdown a.clicked {
    padding-left: 35px;
    color: #606F50;
}

.filterwrapper .dropdown a:hover {
    color: #606F50;
    padding-left: 35px;
}

.filterwrapper span {
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0px;
    position: absolute;
    background: #987CD9;
    transition: width 0.4s ease;
    border-radius: 1px;
}

.filterwrapper span.clicked {
    width: 5px;
}

.filtertext h6 {
    color: #000;
    font-size: 14px;
    margin: 0;
}


.filterwrapper .button {
    color: #000;
    font-size: 15px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;

    position: relative;
}

.filterwrapper .button:hover {
    color: #000;
}

.filterleft {
    display: flex;
    gap: 10px;
    align-items: center;
}

.filterright {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.lowwrap select {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.lowwrap select {
    display: block;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: none !important;
}

.productstexts a {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
}

.producttextone p {
    color: #000;
    font-size: 16px;
}

.producttexttwo p {
    color: #000;
    text-align: right;
    font-size: 16px;
}

.probtn a {
    background: #fff;
    padding: 6px 6px;
    color: #000;
    width: 100%;
    font-family: 'MatterLight';
    transition: 0.5s;
    text-align: center;
    font-size: 14px;
    display: block;
    border: 1px solid #000
}

.probtn a:hover {
    transition: 0.5s;
    text-decoration: none;
    color: #000;
    border: 1px solid #000;
}

.productrow {
    padding-top: 30px;
}

.productsbox {
    margin-bottom: 30px;
}

.productstexts {
    padding: 10px 0;height:80px;
}

.inner-header {
    position: absolute;
    left: 70px;
    top: 150px;
    transform: translate(0, 0);
    z-index: 9999;
}

.inner-header h1 {
    text-align: left !important;
    color: #fff;
    font-size: 25px;
}

.contact-banner {
    background: #606F50;
    height: 190px;
    position: relative;
}




.filterwrapper svg {
    width: 13px;
    transition: transform 0.3s ease;
}

.filterwrapper svg.open {
    transform: rotate(180deg);
}

.filterwrapper .buttons p {
    display: inline;
    margin: 0;
    font-size: 14px;
}

.filterwrapper .dropdowns {
    position: absolute;
    color: #E3DFE9;
    font-size: 15px;
    background: white;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    cursor: pointer;
    width: 235px;
    transform: scale(0.01);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease 0.15s;
    transform-origin: center top;
    overflow: hidden;
    border: 1px solid #eee;
    z-index: 999;
}

.filterwrapper .dropdowns.open {
    transform: scale(1);
    opacity: 1;
}

.filterwrapper .dropdowns a {
    position: relative;
    color: #000;
    text-decoration: none;
    display: block;
    padding: 10px 20px;
    transition: color 0.2s ease, background-color 0.2s ease, padding-left 0.2s ease;
    overflow: hidden;
}

.filterwrapper .dropdowns a.clicked {
    padding-left: 35px;
    color: #606F50;
}

.filterwrapper .dropdowns a:hover {
    color: #606F50;
    padding-left: 35px;
}

.filterwrapper span {
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0px;
    position: absolute;
    background: #987CD9;
    transition: width 0.4s ease;
    border-radius: 1px;
}

.filterwrapper span.clicked {
    width: 5px;
}

.filtertext h6 {
    color: #000;
    font-size: 14px;
    margin: 0;
}


.filterwrapper .buttons {
    color: #000;
    font-size: 15px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;

    position: relative;
}

.filterwrapper .buttons:hover {
    color: #000;
}

/* pro details */
.img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;

}

.img-showcase img {
    min-width: 100%;
}

.img-select {
    display: flex;
}

.img-select img {
    margin-bottom: 5px;
    padding-top: 15px;
}

.img-select img:hover,
.img-select img:focus {}

.img-item {
    margin: 0px 0px 0 0px;
    padding-right: 6px;
    padding-left: 6px;
}

.starreviewflex {
    display: flex;
    align-items: center;
}

.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
    margin-right: 0;
}

#main-image {
    object-fit: cover;
    position: relative;
    width: auto !important;
    height: auto !important;
}



.puma-fashion {
    position: relative;

}

.puma-directory a {
    font-size: 13px;
    text-align: left;
    margin: 0 3px;
}

#main-image {
    object-fit: cover;
    position: relative;
    width: auto !important;
    height: auto !important;
}

.img-showcase img {
    min-width: 100%;
}

.img-display {
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prodetailswrapper {
    padding: 60px 0;
}

.product-container {
    display: none;
}

.cartwrapper {
    display: block;
}

.starwrap {
    display: flex;
    gap: 10px;
    align-items: center;
}

.startext {
    display: flex;
    gap: 10px;
    align-items: center;
}

.startext h6 {
    font-size: 13px;
    margin: 0;
}

.prodetailsleft p {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding-bottom: 10px;
}

.prodetailsleft h2 {
    font-size: 25px;
}

.detailprice h5 {
    font-size: 18px;
    padding-top: 20px;
}

.detailprice p {
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    padding-bottom: 10px;
}

.detailprice {
    border-bottom: 2px solid rgb(238, 238, 238);
}

.description h6 {
    font-size: 16px;
    padding-top: 15px;
}

.description p {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding-bottom: 10px;
}

.detailsbtn a {
    padding: 8px 30px;
    text-transform: uppercase;
    border-radius: 0px;
    color: #fff;
    font-size: 13px;
    background: #606F50;
    border-color: transparent;
    border-radius: 10px;
    text-align: center;
    transition: 0.5s;
    border: 1px solid #606F50;
    width: 100%;
}

.detailsbtn a:hover {
    color: #606F50;
    background: #fff;
    border: none;
    border: 1px solid #606F50;
    text-decoration: none;
}

.prodeatilsright h2 {
    font-size: 40px;
    padding-right: 0%;
    padding-bottom: 20px;
    font-family: 'TenorSansRegular';
}


.prodetailwrapper {
    padding: 60px 0;
}

.tabwrapper .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
}



.tabwrapper .nav-tabs .nav-link {
    border: none;
    background: #fff;
    box-shadow: none;
    text-transform: uppercase;
    font-weight: bold;
    outline: none;
    font-size: 15px;
    font-family: 'MatterLight';
    text-align: center;
}

.tabwrapper .nav-tabs .nav-item {
    margin-bottom: 0px;
}

.tabwrapper .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    padding: 20px 0;
    display: flex;
    justify-content: left;
}

.tabwrapper .tab-content {
    padding: 20px 0;
}

.tabwrapper {
    padding-bottom: 30px;
}

.prodeatilsright {
    padding-left: 10%;
}

.rateflex {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-bottom: 30px;
}

.rateflex p {
    margin: 0;
    font-size: 15px;
    color: #666561;
}

.rateflex h4 {
    margin: 0;
    font-size: 24px;
    color: #000;
}

/* about us */


.aboutright p {
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
    text-align: left;
    color: #000;
}


.aboutright h2 {
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 15px;
    line-height: 55px;
    color: #000;
    text-align: left;
}

.aboutright h6 {
    font-size: 10px;
    background: linear-gradient(90deg, rgba(113, 191, 68, 0.15) 0%, rgba(0, 174, 239, 0.15) 100%);
    font-weight: 600;
    line-height: 15.12px;
    display: inline-block;
    padding: 6px 14px;
    border-radius: 30px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: left;
}



.aboutwrap {
    display: flex;
    justify-content: left;
    gap: 10px;
}

.abouttext h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    padding-right: 10%;

}

.aboutbottom {
    border-bottom: 2px solid #000;
    padding: 50px 0 20px 0;
}

.aboutwrapper {
    padding: 60px 0;
    display: flex;
    overflow: hidden;
    position: relative;
}


.aboutleft h2 {
    font-size: 45px;
    font-weight: normal;
    padding-bottom: 15px;
    line-height: 48px;
    color: #000;
    text-align: left;
    padding-right: 6%;
}

.aboutleft span {}

.aboutleft p {
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    text-align: left;
    color: #000;
    padding-right: 22%;
}


.aboutvideowrapper {
    background-color: #DD919138;
    padding: 60px 0;
}

.aboutvideoleft h6 {
    font-size: 17px;
    font-weight: bold;
    line-height: 32px;
    color: #000;
    margin: 0;
    text-align: left;
}

.aboutvideoleft p {
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
    text-align: left;
    color: #000;
}

.vmbox {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 15px 15px;
}

.contactwrapper {
    padding: 60px 0;
}

.contactright {
    background: #E99595;
    padding: 50px 50px;
    border-radius: 40px;
    color: #fff;
}

.contactleft h2 {
    font-size: 40px;
    padding-right: 40%;
}

.contactright button {
    background: #606F50;
    color: #fff;
    border-radius: 25px;
    border: none;
    padding: 6px 20px;
    font-size: 15px;
    display: block;
    margin: 0 auto 0 0;
}

.contactright .form-control {
    color: #fff;
    border: 1px solid #fff;
    background: #E99595;
}

.contactright .form-control::placeholder {
    color: #fff;
    opacity: 1;
}

.contactright h5 {
    font-size: 16px;
    padding-bottom: 15px;
    color: #fff;
}

.aboutvideoright iframe {
    border-radius: 30px;
}

.contactwrap h6 {
    color: #b2b2b2;
    font-size: 15px;
}

.contactwrap a {
    color: #000;
    font-size: 15px;
}

.contactwrap {
    padding: 20px 0px;
}

.contactwrap p {
    font-size: 15px;
    padding-right: 30%;
}

/* cart */

.commonSubPageMainBg {
    background: #eeeeee;
    padding: 70px 0px 100px
}

.centerNavMain {
    margin: 0 0 60px;
    padding: 0;
    text-align: center
}

.centerNavMainCart {
    color: #606F50 !important
}

.centerNavMainCart1 {
    color: #606F50 !important;
    position: relative
}

.centerNavMainCart1:before {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #606F50 !important;
    content: "";
    width: 10px;
    height: 2px;
}

.centerNavMainCart2 {
    color: #606F50 !important;
    position: relative
}

.centerNavMainCart2:after {
    position: absolute;
    left: 50%;
    bottom: -4px;
    background: #606F50 !important;
    content: "";
    width: 72px;
    height: 2px;
    margin-left: 0
}

.centerNavMainCart2:before {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #606F50 !important;
    content: "";
    width: 10px;
    height: 2px;
}

.centerNavMainCart3 {
    color: #606F50 !important;
    position: relative
}

.centerNavMainCart3:before {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #606F50 !important;
    content: "";
    width: 10px;
    height: 2px;
}

.centerNavMainCart4 {
    color: #606F50 !important;
    position: relative
}

.centerNavMainCart4:after {
    position: absolute;
    left: 0;
    bottom: -4px;
    background: #606F50 !important;
    content: "";
    width: 40px;
    height: 2px;
}


.centerNavMainCart1:after {
    position: absolute;
    right: 0;
    bottom: -4px;
    background: #606F50 !important;
    content: "";
    width: 72px;
    height: 2px;
    margin-left: -36px
}

.centerNavMain li {
    display: inline-block;
    padding: 0 70px;
    color: #444444;
    font-size: 21px;
    position: relative
}

.centerNavMain li:first-child {
    padding-left: 0;
}

.centerNavMain li:last-child {
    padding-right: 0;
}

.centerNavMain li:before {
    position: absolute;
    left: -50px;
    top: 17px;
    background: #b5b5b5;
    width: 100px;
    height: 1px;
    content: "";
}

.centerNavMain li:first-child:before {
    display: none;
}

.commonSecwrapper {
    position: relative;
    min-height: 500px;
}

.commonSecwrapper h2 {
    color: #444444;
    font-size: 27px;
    font-weight: normal;
    margin-bottom: 20px;
}

.priceWrapperSecDiv {
    position: absolute;
    right: 0;
    top: 0;
    background: #361f08;
    padding: 50px 44px 35px;
    width: 363px;
    border-radius: 7px;
}

.pricenavmainall1 {
    margin: 0 0 30px;
    padding: 0 0 20px;
    border-bottom: 1px #553a1f solid
}

.pricenavmainall1 li {
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 20px;
    color: #fff
}

.pricenavmainall1 span {
    text-align: left;
    position: absolute;
    right: 44px;
}


.pricenavmainall2 {
    margin: 0px 0px 40px;
    padding: 0px;
}

.pricenavmainall2 li {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 0px;
    color: #fff
}

.pricenavmainall2 span {
    text-align: left;
    position: absolute;
    right: 44px;
}

.priceWrapperSecDiv h3 {
    font-size: 27px;
    font-weight: normal;
    margin-bottom: 40px;
    color: #fff
}

.continueBtnMain {
    background: #606F50;
    padding: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 17px;
    text-decoration: none;
    border-radius: 5px;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.continueBtnMain:hover {
    background: #fff;
    text-decoration: none;
    color: #606F50
}

.addressBoxWrapper {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 20px;
    float: left;
    width: 100%
}

.addressBoxWrapper h3 {
    color: #606F50;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 20px;
}

.adressNav1main {
    margin: 0 0 5px;
    padding: 0;
}

.adressNav1main li {
    display: inline-block;
    padding-right: 15px;
}

.adressNav1main a {
    border-radius: 30px;
    border: 1px #06a91a solid;
    width: 69px;
    padding: 2px;
    display: block;
    color: #06a91a;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
}

.adressNav1main a:hover {
    border: 1px #606F50 solid;
    color: #606F50
}

.commonSecwrapper p {
    color: #555555;
    font-size: 17px;
    font-weight: normal;
    line-height: 30px
}

.floatDivClass1 {
    float: left
}

.floatDivClass1 p {
    margin-bottom: 0px !important;
    color: #555555;
    font-size: 17px;
    font-weight: normal;
}

.floatDivClass2 {
    float: right
}

.floatDivClass2 input {
    color: #444444;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    border: 1px #b3b3b3 solid;
    border-radius: 3px;
    background: none;
    width: 96px;
    padding: 4px;
    margin-left: 4px;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.floatDivClass2 input:hover {
    background: #606F50;
    color: #fff;
    border: 1px #606F50 solid
}

.workBgmain {
    border: 1px #a9a9a9 solid !important;
    color: #444444 !important
}

.workBgmain:hover {
    border: 1px #ff7200 solid !important;
    color: #ff7200 !important
}

.addNewaddressBtn {
    width: 100%;
    border: 2px #fff solid;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    color: #ff7200;
    display: block;
    padding: 17px;
    margin-top: 20px;
    clear: both;
    border-radius: 4px;
}

.addNewaddressBtn:hover {
    border: 2px #ff7200 solid;
    color: #ff7200
}

.payementWrapper {
    position: relative;
    background: #fff;
    padding-left: 373px;
    min-height: 554px;
    padding: 50px 40px 50px 359px;
    border-radius: 5px;
}

.payementWrapper h3 {
    color: #606F50;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 25px;
}

.payementWrapperDiv {
    position: absolute;
    left: 0;
    top: 0;
    background: #361f08;
    height: 100%;
    border-radius: 5px 0px 0px 5px;
}

.sideNavMainall {
    margin: 0;
    padding: 0;
    background: #361f08;
    width: 319px;
    border-radius: 5px;
}

.sideNavMainall li {
    display: block;
    border-bottom: 1px #5a3c1e solid;
}

.sideNavMainall a {
    font-size: 22px;
    text-align: center;
    padding: 20px;
    color: #fff !important;
    display: block
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {

    background: #fff;
    color: #606F50 !important
}

.payNowBgBtn:hover {
    background: #361f08;
    color: #fff
}

.tabs-left>li.active {
    border-bottom: 1px #fff solid !important
}

.contactFieldMain {
    width: 100%;
    border-bottom: 1px #cdcdcd solid;
    padding-bottom: 10px;
    color: #555555;
    font-weight: normal;
    font-size: 17px;
    border-left: none;
    border-right: none;
    border-top: none;
    margin-bottom: 40px;
    font-weight: normal
}

.cartBgSecWrapperAllmain {
    position: relative;
    float: left;
    width: 100%;
}

.cartBgSecWrapper {
    background: #e4e4e4;
    padding: 20px;
    border-radius: 5px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.cartWrapper1 {
    position: relative;
    padding-left: 106px;
    min-height: 86px;
}

.cartWrapperDiv {
    position: absolute;
    left: 0;
    top: 0;
    width: 84px;
    height: 84px
}

.cartWrapperDiv img {
    border-radius: 4px;
    width: 84px;
    height: 84px;
}

.cartWrapper1 h2 {
    color: #555555;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
}

.cartWrapper1 label {
    color: #939393;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 4px
}

.cartWrapper1 ul {
    margin: 0;
    padding: 0;
}

.cartWrapper1 li {
    display: inline-block;
    color: #515151;
    font-size: 17px;
    padding-right: 10px;
    font-weight: normal;
}

.cartWrapper1 li i {
    font-weight: bold;
    font-style: normal;
}

.cartFloat1 {
    float: left;
    width: 50%;
}

.cartFloat2 {
    float: left;
    width: 25%;
    text-align: center;
}

.quantityWrapper {
    position: relative;
    padding-left: 77px;
}

.quantityWrapperDiv {
    position: absolute;
    left: 0;
    top: 0;
}

.quantityWrapperDiv span {
    color: #555555;
    font-size: 17px;
    font-family: 'rawline';
    font-weight: normal;
    text-transform: capitalize
}

.qty {
    width: 58px;
    text-align: right;
    border-radius: 24px;
    border: none;
    background: #e3e3e3;
    padding: 2px 0px 5px;
    font-size: 18px;
    color: #444444;
    font-weight: normal;
}

input.qtyplus {
    border: none;
    width: 22px;
    height: 22px;
    background: #b6b6b6 url(../images/pluse.png) no-repeat center center;
    margin-top: 3px;
    border-radius: 50%;
    position: relative;
    left: -25px;
    top: 0;
    z-index: 10;
}

input.qtyminus {
    border: none;
    width: 22px;
    height: 22px;
    background: #b6b6b6 url(../images/minuse-icon.png) no-repeat center center;
    margin-top: 3px;
    border-radius: 50%;
    position: relative;
    left: 1px;
    z-index: 10;
    top: 29px;
}

.quantityWrappermain {
    position: relative;
    min-height: 65px;
    margin-top: 15px;
}

.quantityBtn1 {
    position: absolute;
    left: 0;
    top: 14px;
}

.savebtnmain {
    text-align: right;
    display: block;
    color: #555555;
    font-size: 18px;
    margin-bottom: 26px;
}

.cartBgSecWrapperAllmain {
    position: relative;
    float: left;
    width: 100%;
}

.commonSecwrapper1 {
    padding-right: 444px !important;
    float: left;
    width: 100%;
}

.savebtnmain {
    text-align: right;
    display: block;
    color: #555555;
    font-size: 18px;
    margin-bottom: 26px;
}

.savebtnmain:hover {
    color: #000;
    text-decoration: none;
}

.cartFloat3 p {
    color: #555555;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
    text-align: right;
}


.closeBtnaallMain {
    position: absolute;
    right: -50px;
    top: 48px;
    width: 30px;
    height: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
}


.pricenavmainall1 {
    margin: 0 0 30px;
    padding: 0 0 20px;
    list-style: none;
    border-bottom: 1px #553a1f solid;
}


.pricenavmainall2 {
    margin: 0px 0px 40px;
    list-style: none;
    padding: 0px;
}

.backToShopFloat a {
    color: #444444;
    font-size: 18px;
    font-weight: normal;
    position: relative;
    padding-left: 35px;
}

.backToShopFloat a:hover {
    color: #444444;
    text-decoration: none;
}

.backToShopFloat1 {
    float: right;
}

.backToShopFloat a span {
    position: absolute;
    left: 0;
    top: -2px;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.backToShopFloat {
    float: left;
}


/* login */


.login-box {
    background: #fff;
    width: 450px;
    margin: auto;
    padding: 30px 50px;
    border-radius: 20px;
    box-shadow: 0px 3px 6px #00000029;
}

.login-box h3 {
    color: #000;
    text-align: center;
    font-weight: 600;
    font-size: 23px;

    padding-bottom: 25px;
}

.login-box .form-group {
    margin-bottom: 10px;
}

.login-box .form-control {
    background-color: #f0f0f0;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 10px 10px;
}

.login-box label {
    font-size: 14px;
    padding-left: 0px;
    padding-bottom: 5px;
    font-weight: normal;
}

.loginwrapper {
    background: #F9F9F9;
    padding: 70px 0;
}

.login-box .btn-primary {
    background-color: #000;
    font-size: 15px;
    margin-top: 10px;
    width: 100%;
    border: none;
    padding: 10px 0px;
}

.login-box .btn-primary:hover {
    background-color: #000;
    border: none;
}

.new a {
    color: #606F50;
    font-weight: 500;
    font-size: 16px;
}

.cya a {
    color: #000000;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}

.new {
    padding-top: 15px;
}

.new,
.cya {
    text-align: center;
}

.new a:hover,
.cya a:hover {
    color: #000;
    text-decoration: none;
}









/* Responsive */
@media (max-width: 1199.5px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        margin: 0 6px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 10px !important;
    }
}



@media (max-width: 991.5px) {
.productstexts {
  height: auto;
}
    .login-box {
        width: auto;
        margin: auto;
        padding: 20px 20px;
    }


    .login-box h3 {
        font-size: 20px;
        padding-bottom: 15px;
        margin: 0;
    }

    .login-box label {
        font-size: 13px;
        margin: 0;
    }

    .loginwrapper {
        padding: 20px 0;
    }

    .contactWrapperAll {
        padding-right: 522px;
        padding-top: 44px;
        padding-left: 43px;
    }

    .cartFloat3 p {
        font-size: 14px;
    }

    input.qtyminus {
        left: 3px;
    }

    .qty {
        padding-right: 19px;
    }

    .quantityBtn1 {
        left: -13px;
    }

    .cartWrapper1 {
        padding-left: 92px;
    }

    .cartBgSecWrapper {
        padding: 10px;
    }

    .cartWrapper1 h2 {
        font-size: 16px;
    }

    .cartWrapper1 li {
        font-size: 15px;
    }

    .sidebar {
        width: 30%
    }

    .mainContent {
        width: 70%
    }


    .commonSecwrapper h2 {
        font-size: 20px;
    }

    .centerNavMain {
        margin: 0 0 20px;
    }






    .closeBtnaallMain {
        right: 5px;
        top: 5px;
    }

    .commonSubPageMainBg {
        padding: 20px 20px;
    }

    .priceWrapperSecDiv {
        position: static;
        padding: 20px 20px;
        width: auto;
    }

    .commonSecwrapper1 {
        padding-right: 0px !important;
    }

    .cartWrapperDiv {
        position: static;
        margin: 0 auto 10px;
    }


    .cartWrapper1 {
        padding-left: 0;
        text-align: center;
    }

    .cartFloat1 {
        width: 100%;
    }

    .commonSecwrapper1 h2 {
        text-align: center !important
    }

    .cartFloat3 {
        clear: both;
    }

    .savebtnmain {
        text-align: center;
        margin-bottom: 0 !important;
    }

    .cartFloat3 p {
        text-align: center;
    }

    input.qtyplus {
        position: static;
        left: 0;
    }

    input.qtyminus {
        position: static;
        left: 0;
    }

    .quantityBtn1 {
        position: static
    }

    .quantityWrappermain {
        min-height: auto
    }

    .qty {
        padding-right: 0px;
        text-align: center;
    }

    .cartFloat2 {
        width: 100%;
        clear: both;
    }

    .priceWrapperSecDiv {
        position: static;
        width: 100%;
        float: left;
    }

    .centerNavMain li::before {
        width: 15px;
        left: -10px;
    }

    .centerNavMain {
        margin-bottom: 20px;
    }

    .centerNavMain li {
        padding: 0 15px;
    }

    .paddingphone {
        padding: 0;
    }

    .centerNavMain li:first-child::before {
        display: none;
    }

    .mapwrapper iframe {
        height: 100%;
    }

    .contactwrapper {
        padding: 20px 0;
    }


    .contactleft h2 {
        font-size: 22px;
        margin: 0;
        padding-right: 0;
    }

    .contactwrap {
        padding: 5px 0px;
    }

    .contactright {
        padding: 20px 20px;
    }


    .aboutvideoleft h6 {
        font-size: 17px;
        line-height: 26px;
        padding-bottom: 5px;
    }

    .aboutvideoleft p {
        font-size: 15px;
        line-height: 26px;
    }

    .aboutvideowrapper {
        padding: 20px 0;
    }

    .aboutleft p {
        font-size: 15px;
        line-height: 26px;
        padding-right: 0;
    }

    .aboutleft h2 {
        font-size: 22px;
        padding-bottom: 10px;
        line-height: 30px;
        padding-right: 0;
        margin: 0;
    }

    .aboutwrapper {
        padding: 20px 0;
    }

    .prodetailpadd {
        padding: 0 5px;
    }

    .tabwrapper {
        padding-bottom: 10px;
    }

    .tabwrapper .tab-content {
        padding: 10px 0;
    }

    .tabwrapper .nav-tabs .nav-link {
        font-size: 14px;
        padding: 5px 15px 5px 0px;
    }

    .tabwrapper .tab-content p {
        font-size: 14px;
        margin: 0;
    }

    .tabwrapper .nav-tabs {
        padding: 0px 0;
        padding-bottom: 10px;
    }

    .small-img .icon-right {
        display: none;
    }

    .small-img .icon-left {
        display: none;
    }

    #show-img {
        width: 100% !important;
        height: 100% !important;
    }

    .small-container .show-small-img {
        width: 83px;
        height: 83px;
    }

    .small-container {
        width: 100%;
        height: auto;
    }

    .detailsbtn {
        padding-bottom: 20px;
    }

    .rateflex {
        padding-bottom: 15px;
        gap: 10px;
    }

    .rateflex h4 {
        font-size: 20px;
    }

    .rateflex p {
        font-size: 14px;
    }

    .prodeatilsright h2 {
        font-size: 25px;
        padding-right: 0%;
        padding-bottom: 0px;
    }

    .prodeatilsright {
        padding-left: 0;
    }

    .prodetailwrapper {
        padding: 20px 0;
    }

    .col-order-2 {
        order: 2;
    }

    .col-order-1 {
        order: 1;
    }

    .productrow {
        padding-top: 10px;
    }

    .inner-header h1 {
        font-size: 18px;
    }

    .inner-header {
        position: absolute;
        left: 30px;
        top: 100px;
    }

    .contact-banner {
        height: 130px;
    }

    .filterwrapper {
        padding: 20px 0;
    }

    .filterright {
        justify-content: left;
    }

    .productsbox {
        margin-bottom: 15px;
    }


    .phonebtn {
        display: block;
    }

    .desktopbtn {
        display: none;
    }

    .banner-img img {
        padding: 15px 15px;
        border-radius: 25px;
    }

    .hc-nav-trigger.hc-nav-1 img {
        height: 20px;
    }

    .input-group .form-control {

        padding: 0 0px 0 20px;
    }

    .input-group .form-control::placeholder {
        font-size: 14px;
    }

    .input-group .input-group-text {
        padding: 4px 10px;
    }

    .input-group {
        width: 110px;
        display: none;
    }
    .cartWrapper span{
        width: 14px;
        height: 14px;
        right: 13px;
    }
    
    .discoverwrapper{
        padding: 10px 0;
    }
    
    .kidsbox {
        margin-bottom: 0px;
    }
    
    .navbar {
        padding-left: 0;
        padding-right: 0;
        /* display: none; */
        padding-top: 0;
        padding-bottom: 0;
        justify-content: end;
    }
    

    .startwo {
        width: 180px;
    }

    .sub-container {
        margin: 0 20px;
    }

    .discoverheading h1 {
        font-size: 20px;
    }


    .discoversild {
        padding-left: 20px;
        padding-top: 10px;
    }


    .discovertext p {
        font-size: 14px;
    }

    .discoverwrapper {
        padding-bottom: 20px;
    }

    .ournewmargin h2 {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .kidstext a {
        font-size: 25px;
    }

    .kidscollectionswrap {
        padding: 25px 0;
        padding-bottom: 25px;
    }

    .main-container {
        margin: 0 20px;
    }

    .kidsbox p {
        font-size: 14px;
    }


    .customizeleft h2 {
        font-size: 25px;
        padding-bottom: 10px;
        margin: 0;
    }


    .customizewrapper {

        padding: 20px 0;
    }

    .customizeright img {
        padding-left: 0;
        padding-bottom: 20px;
    }

    .customizebtn {
        padding-bottom: 20px;
    }


    .quicklinksrow {
        padding: 20px 0;
        padding-bottom: 0;
    }

    .social-link ul {
        padding-left: 0;
    }



    .social-link {
        padding-top: 0px;
        text-align: left;
    }

    .copyright {
        display: block;
        padding-bottom: 10px;
    }

    .copybottom p {
        margin-bottom: 10px;
    }

    .menu-footer ul {
        padding-left: 0;
        padding-top: 0;
    }

    .menu-footer li {
        padding-bottom: 5px;
    }

    footer {
        padding: 25px 0;
        padding-bottom: 20px;
    }

    .customizewrapper::before {
        background-image: url(../images/customize-bg.png);

        position: absolute;

        width: 100%;

        height: 20px;

        content: '';

        bottom: 0;

        background-size: cover;

        background-repeat: no-repeat;

    }

    .navbar-toggler {
        display: none;
    }

    .callright img {
        height: 20px;
    }

    .navbar-brand img {
        /*height: 80px;*/
        height: 85px;
    }

    .navbar-brand {
        position: absolute;
        top: -25px;
        left: 20px;
    }

    .callright {
        margin-right: 0;
        gap: 15px;
        padding-left: 50px;
    }


    .hc-nav-trigger.hc-nav-1 {
        display: flex;
        right: 15px;
        /*top: 11px;*/
        top: 6px;
    }

    .desk-top-menu {
        padding: 5px 0;
    }

    header {
        top: 30px;
        /*top: 50px;*/
    }    

    .footeremail {
        padding: 20px 20px;
    }

    .footeremailleft h6 {
        font-size: 19px;
    }

    .footeremailleft p {
        padding-bottom: 10px;
    }

    .subScribeWrapper input {
        font-size: 14px;
        padding: 10px 10px;
    }

    .subScribeWrapperDiv {
        width: 100px;
        font-size: 15px;
    }

    .not-phone {
        display: none;
    }

    .phone-img {
        display: block;
    }
}