html{
    overflow-x: hidden;
}
body{
margin: 0px;
    font-family: 'Satoshi' !important;
overflow-x:hidden ;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../font/Satoshi-Bold.eot');
    src: url('../font/Satoshi-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Satoshi-Bold.woff2') format('woff2'),
        url('../font/Satoshi-Bold.woff') format('woff'),
        url('../font/Satoshi-Bold.ttf') format('truetype'),
        url('../font/Satoshi-Bold.svg#Satoshi-Bold') format('svg');
    font-weight: bold;;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../font/Satoshi-Light.eot');
    src: url('../font/Satoshi-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/Satoshi-Light.woff2') format('woff2'),
        url('../font/Satoshi-Light.woff') format('woff'),
        url('../font/Satoshi-Light.ttf') format('truetype'),
        url('../font/Satoshi-Light.svg#Satoshi-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../font/Satoshi-Medium.eot');
    src: url('../font/Satoshi-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/Satoshi-Medium.woff2') format('woff2'),
        url('../font/Satoshi-Medium.woff') format('woff'),
        url('../font/Satoshi-Medium.ttf') format('truetype'),
        url('../font/Satoshi-Medium.svg#Satoshi-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../font/Satoshi-Regular.eot');
    src: url('../font/Satoshi-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Satoshi-Regular.woff2') format('woff2'),
        url('../font/Satoshi-Regular.woff') format('woff'),
        url('../font/Satoshi-Regular.ttf') format('truetype'),
        url('../font/Satoshi-Regular.svg#Satoshi-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

a:hover{
text-decoration: none;

}


.nw-crt{
    padding: 9px 10px 11px 10px !important;
}

.nw-crt img{
max-width: 16px !important; 
margin-left: 5px !important;
margin-top: 4px;
}

.nw-crt-ml{
margin-left: 5px !important;
}

#reset-password-success{
    float: left !important;
    width: 100% !important;
    font-size: 15px !important;
    padding-top: 10px !important;
    color: #0e860e !important;
}

.fade-header{
    width: 100%;
    float: left;
    background-color: #000000;
    padding: 25px 0px 25px 0px;
}
.fade-header h2{
    width: auto;
    text-align: center;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: normal;
    color: #FFFFFF;
    position: relative;
}
.fade-header h2:after {
    width: 100%;
    max-width: 11px;
    background-image: url(../images/Polygon.png);
    position: absolute;
    content: "";
    height: 11px;
    left: 27%;
    top: 2px;
   
}

.list-top{
    top: 99px !important;
}


.header-close img{
    width: 100%;
    max-width: 16px;
    margin-left: 12px;
}
/*loder*/
.ip-loader{
    margin-left: 0px!important;
    bottom: 40%!important;
    
}
.loader {
  width: 195px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;

}
.c-leaf {
  position: relative;
  overflow: hidden;
  width: 243px;
  object-fit: cover;
  height: 142px;
  margin: 0 auto;
  background: #12a652;
  transform: scale(1);
}

.c-leaf__icon {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  width: 213px;
  height: 167px;
  object-fit: contain;
}

.c-leaf__fill {
  width: 195px;
  height: 79px;
  background: #12a652;
  position: relative;
  z-index: 1;
  -webkit-animation: fillUp 1.5s ease-in-out infinite;
  animation: fillUp 1.5s ease-in-out infinite;
}

@-webkit-keyframes fillUp {
  0% {
    transform: translate(0, 135px);
  }
  100% {
    transform: translate(0, -135px);
  }
}

@keyframes fillUp {
  0% {
    transform: translate(0, 135px);
  }
  100% {
    transform: translate(0, -135px);
  }
}



.main-headpage{
    width: 100%;
    float: left;
    border-bottom: 1px solid #EDEDED;
    background-color:white;
    position: relative;
}
.logo{
    width: 13%;
  float: left;
  position: absolute;
  z-index: 1;
}
.logo img{
    width: 100%;
    float: left;
    max-width: 166px;

}



.mob-logo{
    display: none;
}

.mob-logo{
    width: 13%;
  float: left;
  position: absolute;
  z-index: 1;
}
.mob-logo img{
    width: 100%;
    float: left;
    max-width: 166px;

}



.first-hd{
    position: relative;
    width: 100%;
    float: left;
    padding: 20px 0px 20px 0px;
     border-bottom: 1px solid #EDEDED;
}
.searchbx{
   width: 100%;
   float: left;
}
/* width: 481px;
    height: 48px;
    float: left;
    border-radius: 10px;
    background-color: #F7FFFB;*/
.searchbx form {
    width: 100%;
    float: left;
    position: relative;
}
.searchbx input {
    font-size: 14px;
    width: 90%;
    height: 48px;
    border-radius: 10px;
    color: #666666;
   padding: 15px 18px 15px 64px;
    /* border-top-left-radius: 4px; */
    border: none;
    /* border-bottom-left-radius: 4px; */
    margin: 0;
   
    font-weight: normal;
    background: #F7FFFB;
}
.searchbx form button {
    position: absolute;
    left: 26px;
    background: transparent;
    border: 0;
    top: 18%;
}
.header-search-btn img {
    width: 18px;
}

.h3-box1 {
    top: 9px;
    float: left;
    position: absolute;
    right: 13px;
}
#whole-flex {
  position: absolute;
  flex-direction: column;
  text-align: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -10;
}

/* NavBar */
.sidenav {
  max-width: 380px;
  width: 85%;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: white;
  transform-origin: left center;
  transform: translateX(-380px);
}

.sidenavHeader {
  color: white;
  font-weight: bold;
  background-color: #12a651;
  padding: 10px 0px 10px 30px;
  font-size: 23px;
}

.sidenavContentHeader {
  margin-top: 5px;
  padding: 15px 0px 15px 25px;
  font-size: 20px;
  font-weight: bold;
}

.sidenavContent {
  padding: 15px 0px 15px 25px;
  color: black;
}

.sidenavContent:hover {
  background-color: #eaeded;
}

hr {
  height: 1px;
  border: 0;
  color: gray;
  background-color: gray;
  margin: 15px auto 10px auto;
}

.sidenavRow {
    color: black;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 15px 25px 15px 25px;
}

.sidenavRow:hover {
  background-color: #eaeded;
}

.sidenavRow:hover i {
  color: #111111 !important;
}

#closeBtn {
    display: none;
    position: absolute;
    top: -194px;
    left: -9px;
    margin-left: 390px;
    color: white;
    font-size: 50px;
    cursor: pointer;
    z-index: 75;
    transform: translateY(-5px);
    transition: visibility 0.5s;
}

/*a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: black;
}*/

/* animation */
@keyframes collapse {
  0% {
    z-index: 100;
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-380px);
  }
}

@keyframes expand {
  0% {
    z-index: 100;
    transform: translateX(-380px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Overlay */
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.7);
}

/* Dropdown */
.sidenavContainer hr {
  width: 85%;
}

.sidenavRowDropdown {
  display: flex;
  width: 100%;
  justify-content: start;
  align-items: center;
  padding: 15px 25px 15px 25px;
  cursor: pointer;
}

.sidenavRowDropdown:hover {
  background-color: #eaeded;
}

.sidenavRowDropdown:hover i {
  color: #111111 !important;
}

.sidenavContainer {
  display: none;
  height: 0px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: center top;
}

@keyframes expandDropDown {
  0% {
    transform: scaleY(0);
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes collapseDropDown {
  0% {
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    transform: scaleY(0);
    opacity: 0;
  }
}

/* Container part */
#main-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

@keyframes mainAway {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-380px);
  }
}

@keyframes mainBack {
  0% {
    transform: translateX(-380px);
  }
  100% {
    transform: translateX(0px);
  }
}

#sub-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background-color: white;
  transform: translateX(380px);
}

@keyframes subBack {
  0% {
    transform: translateX(380px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes subPush {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(380px);
  }
}

#mainMenu {
  margin-top: 5px;
  padding: 15px 0px 15px 25px;
  font-weight: bold;
}

#mainMenu:hover {
  background-color: #eaeded;
  cursor: pointer;
}
.h3-box1-img {
    width: 24px;
    float: left;
    /* margin-right: 8px; */
    position: relative;
    margin-top: -6px;
    top: 6px;
}
.sidenavHeader img {
    width: 27px;
    object-fit: cover;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}

/* width */
::-webkit-scrollbar {
 width:3px;
}

/* Track */
::-webkit-scrollbar-track {
 box-shadow: inset 0 0 0px  #7f1431; 
 border-radius:0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
 background: #12a651;
 border-radius:0px;
}

.firsthd-icon{
    padding: 15px 0px;
    width: 100%;
    float: left;
}
.firsthd-iconbx1{
    width: 33%;
    float: left;
}
.h2-img img{
    width: 100%;
    max-width: 19px;
    float: left;
   
   
}
.firsthd-iconbx1 h6 {
    padding-right: 26px;
    font-weight: 500;
    font-size: 15px;
    color: #666666;
    margin: 0px;
    float: left;
    padding-left: 9px;
    transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}
.firsthd-iconbx1 h6:hover{
 color: #12a652;
 transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}
.firsthd-iconbx2 {
   
   width: 31%;
    padding-left: 24px;
    float: left;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
}
.firsthd-iconbx2 h6 {
    font-weight:500;
    font-size: 15px;
    color: #666666;
    margin: 0px;
    float: left;
    padding-left: 10px;
    transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}

.firsthd-iconbx3 h6:hover{
color: #12a652;
 transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}
.firsthd-iconbx2 h6:hover{
color: #12a652;
 transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}

.firsthd-iconbx3 {
   
       width: 28%;
    padding-left: 35px;
    float: left;
    
}

.firsthd-iconbx3 h6 {
    font-weight: 500;
    font-size: 15px;
    color: #666666;
    margin: 0px;
    float: left;
    padding-left: 8px;
    transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px !important;
        margin: 1.75rem auto !important;
    }
}
.pr-modal {
    position: relative !important;
    width: auto !important;
    margin: 1.75rem auto !important;
}

.modal-dialog {
    max-width: 500px !important;
}
.close_form {
    display: block !important;
    position: absolute;
    width: 40px;
    height: 40px;
    right: -50px;
    top: 0px;
    background: transparent url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}
.login_panel {
    float: left;
    width: 100%;
    padding: 20px 25px 20px 25px;
}
.wl-login h2 {
    float: left;
    width: 100%;
    font-size: 27px;
    color: #000000;
    font-weight: 600;
}
.wl-login h2 span {
    color: #12a652;
    padding-left: 0px;
}
.reset-psw {
    position: relative;
    right: 17px;
    bottom: 36px;
    font-size: 11px;
    font-weight: 500;
    z-index: 11;
    color: #12a652 !important;
    /* left: 20px; */
    float: right;
}
.log_set .option {
    width: 100%;
    float: left;
    /* padding: 0 18px; */
    font-size: 13px;
    line-height: 30px;
    color: #454545;
    font-weight: 500;
    text-align: left;
    margin: 0px 0px;
    position: relative;
}
.log_set .option > input {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
}
.log_set .checkbox {
    position: relative;
    margin-right: 5px;
    background: #fff;
    display: inline-block;
    border: 2px solid #B5C1C7;
    margin-bottom: 0;
    margin-top: 0;
    height: 16px;
    width: 16px;
    top: 4px;
}
.login_panel .log_area .log_box p > a {
    color: #12a652;
    text-decoration: none !important;
}
.submit_frm:hover {
    background:#FF0000 ;
    color: #fff;
}
.otp-req:hover {
    background: #30382e;
    color: #fff;
    border-color: #30382e;
}
.login-continue {
    border: 1px solid #30382e !important;
    background: #30382e !important;
    border-radius: 5px !important;
    color: #ffffff !important;
    padding: 10px 109px !important;
    margin: 15px auto 10px !important;
    font-size: 14px;
    display: block;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
}
.login-continue:hover {
    background: #12a652 !important;
    border-color: #12a652 !important;
}
.login_panel .log_area .log_box p {
    color: rgba(105, 105, 105, 0.95);
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    /* margin: 0 0 10px !important; */
}
.wl-login p {
    float: left;
    width: 100%;
    font-size: 14px !important;
    font-weight: 400px !important;
    text-align: left !important;
    line-height: 20px !important;
}
.log_set {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 17px;
}
.log_form .log_set input[type="text"], .log_form .log_set input[type="password"], .log_form .log_set input[type="mail"], .log_form .log_set input[type="email"], .log_form .log_set input[type="tel"], .log_form .log_form .log_set select, .log_form .log_set textarea {
    width: 100%;
    float: left;
    position: relative;
    height: 55px !important;
    border: solid 1px rgba(0, 0, 0, 0.15) !important;
    padding: 10px 0px 22px;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    outline: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
}
.error {
    float: left;
    width: 100%;
    background: white;
    border-radius: 10px;
    color: #c30707;
    /* padding: 8px; */
    padding-left: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    margin-top: 8px;
    font-weight: 500;
}
.submit_frm {
    width: 100%;
    float: left;
    position: relative;
    height: 50px;
    cursor: pointer;
    background: #30382e;
    color: #fff;
    border: none;
    /* text-transform: uppercase; */
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    outline: none !important;
}
.login_panel .log_area .log_box .or {
    font-size: 17px;
    font-weight: 500;
    color: #30382e;
    text-align: center;
    padding: 21px 0;
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    margin-bottom: 5px;
}
.otp-req {
    width: 100%;
    background: #fff;
    border: 0;
    padding: 16px;
    /* box-shadow: 3px -1px 10px 4px rgb(169 166 166 / 29%); */
    float: left;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-mask-origin: border-box;
    border: solid 2px #12a652;
    /* color: #3d8f09; */
}
.footer_link {
    float: left;
    width: 100%;
    padding-left: 0px;
}
.footer_link .link_left {
    text-align: left;
    list-style: none;
}
.footer_link > li > a {
    width: 100%;
    float: left;
    position: relative;
    font-size: 15px;
    line-height: 24px;
    color: #7f1431;
    font-weight: 500;
    margin: 30px 0 5px;
    text-decoration: none !important;
    text-align: center;
}
.footer_link > li > a {
    width: 100%;
    float: left;
    position: relative;
    font-size: 15px;
    line-height: 24px;
    color: #12a652;
    font-weight: 500;
    margin: 30px 0 5px;
    text-decoration: none !important;
    text-align: center;
}
.banner{
    width: 100%;
    float: left;
    padding-top: 59px;
}
.banner img{
width: 100%;
float: left;
border-radius: 16px;
}
.banner-carousel .owl-nav {
margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}
.banner-carousel .owl-prev img{
   width: 100%;
   max-width: 24px;
   float: none;

}
.banner-carousel .owl-prev {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background-color: white !important;
    top: 160px;
    position: absolute;
    z-index: 1111;
    left: -46px;
}
.banner-carousel .owl-next {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background-color: white !important;
    position: absolute;
    right: -46px;
    top: 160px;
}
.banner-carousel .owl-next img{
   width: 100%;
   max-width: 24px;
   float: none;

}




.bannerfst-fullimg{
    width: 100%;
    float: left;
}
.section1{
    padding-top: 76px;
    width: 100%;
    float: left;
}
.section1-product{
    width: 100%;
    float: left;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.section1-product:hover h4{
color: #FF0000;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.section1-product img {
    width: 100%;
    float: none;
    margin: auto;
    display: block;
    text-align: center;
    max-width: 132px;
    border-radius: 50%;
    height: 132px;
    object-fit: cover;

}
.section1-product h4{
    width: 100%;
    float: left;
    text-align: center;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0px;
    padding-top: 18px;
}
.cout-carousel .owl-nav {
    display: none;
}





.section2-carousel .owl-nav {
   display: none;
}

.main-allimagscroll:hover .section-hoversbx{
  opacity: 1;
  transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.main-allimagscroll:hover{
    border: 1px solid #59bd81;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.section-hoversbx {
    width: 100%;
    float: left;
    top: 240px;
    text-align: center;
    opacity: 0;
    position: absolute;
    padding: 0px 59px 0px 59px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.se-hvr-hd{
    float: left;
    background-color: #12A651;
    border-radius: 10px;
}

.se-hvr-hd a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 0px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.4);
    transition: none 0s ease 0s;
    border-top-left-radius: 35px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 20px;
}
.se-hvr-hd a:hover::before{
      width: 120%;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.4s ease-in-out 0s;
}




.se-hvr-hd button{
    cursor: pointer;
    border: none;
    padding: 9px 30px 11px 29px;
    width: auto;
    float: left;
    background-color: #12A651;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0px;
    border-radius: 10px;
}
.se-hvr-hd button:hover::before {
    width: 120%;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.4s ease-in-out 0s;
}
.se-hvr-hd button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 0px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.4);
    transition: none 0s ease 0s;
    border-top-left-radius: 35px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 20px;
}


.se-hvr-hd a {
    cursor: pointer;
    border: none;
    padding: 9px 30px 11px 29px;
    width: auto;
    float: left;
    background-color: #12A651;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0px;
    border-radius: 10px;
}
.se-hvr-hd img {
    width: 100%;
    max-width: 20px;
    float: right;
    margin-left: 9px;
}
.se-hvr-img {
    margin-left: 19px;
    cursor: pointer;
    background-color: #FF4B4B;
   padding: 11px 9px 3px 9px;
    float: left;
    border-radius: 10px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.se-hvr-img button{ 
border: none;
    background: none;
    padding: 0;
}
.se-hvr-imgexmob{
    display:none;
}
.se-hvr-imgexmob{
        margin-top: 15px;
    float: left;
    background-color: #FF4B4B;
    border-radius: 10px;
}
.se-hvr-imgexmob button {
    cursor: pointer;
    border: none;
    padding: 9px 30px 11px 29px;
    width: auto;
    float: left;
    background-color: #FF4B4B;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0px;
    border-radius: 10px;
}
.se-hvr-imgexmob img {
    width: 100%;
    max-width: 20px;
    float: right;
    margin-left: 9px;
}
.se-hvr-img svg{
     width: 100%;
    float: left;
    max-width: 22px;
    fill: white;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.se-hvr-img svg:hover{
    fill: #FF4B4B;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
/*.se-hvr-img img{
    width: 100%;
    float: left;
    max-width: 22px;
}*/
.se-hvr-img:hover{
 background-color: #12A651;
 transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}






.section2{
    padding-top: 76px;
    width: 100%;
    float: left;
}
.section2-hfimg{
    padding-top: 76px;
    padding-bottom: 76px;
    width: 100%;
    float: left;
}
.section2-hfimg1{
    width: 47%;
    float: left;
}
.section2-hfimg1 img{
    width: 100%;
    float: left;
    max-width: 558px;
    border-radius: 16px;
}


















.section3{
    width: 100%;
    float: left;
    padding-bottom: 76px;

}
.section3-fullimg{
    width: 100%;
    float: left;
    padding-top: 76px;
}
.section3-fullimg img{
    width: 100%;
    float: left;
    border-radius: 16px;
}
.section4{
    width: 100%;
    float: left;
    padding-bottom: 77px;
    background-color: white;

}
.section4-icon{
    width: 100%;
    float: left;
}
.section4-icon:hover.section4-icon img {
    transform: rotateY(360deg);
    transform-style: preserve-3d;
    transition: transform 0.8s;
}
.section4-icon img{
    width: 100%;
    float: none;
    margin: auto;
    display: block;
    max-width: 80px;
}
.section4-icon h2{
    width: 100%;
    float: left;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 28px;
    text-align: center;
    padding-top: 24px;
}
.section4-icon p{
    width: 100%;
    float: left;
    text-align: center;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    margin-bottom: 0px;

}
.section4-mainiconbx{
    width: 100%;
    float: left;
    padding-top: 77px;
}
.main-allhd{
    margin-bottom: 55px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #EDEDED;
}
.main-allhd h2{
    padding-bottom: 26px;
    width: auto;
    float: left;
    color: #666666;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: bold;
   position: relative;

}
.main-allhd h2::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px; /* Thickness of the border */
    background-color: #12A651;
   border-radius: 10px;
}
.main-allhd h2 span{
    color: #12A651;
}
.main-allhd a{
    width: auto;
    float: right;
    text-align: right;
    color: #222222;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0px;
    transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;

}
.main-allhd a:hover{
    color: #12a651;
    transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}

.main-allhd a img{
    width: 100%;
    float: none;
    max-width: 18px;
margin-top: -2px;
}
.main-allimagscroll{
    width: 100%;
    float: left;
    border-radius: 16px;
    border: 1px solid #EDEDED;
    position: relative;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.main-allimagscroll-img img{
    width: 100%;
    float: left;
   /* max-width: 377px;*/
  border-top-left-radius: 16px;
    border-top-right-radius: 16px;

}
.main-allimagscroll-txt h3{
    width: 100%;
    float: left;
    color: #222222;
    font-size:16px;
    font-weight: 500;
    margin-bottom: 0px;
    text-align: left;
    padding-bottom: 7px;
    line-height: 25px;
    height:60px;
}
.main-allimagscroll-txt h4{

 width: auto;
    float: left;
    color: #222222;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0px;
    text-align: left;
    padding-top: 9px;



}

.print_pdf{
    background-color: #000000;
    color: white;
    border-radius: 10px;
    padding: 10px 25px;
    text-align: center;
    float: left;
    font-size: 16px;
    font-weight: 500;
    /* margin-top: 20px; */
    text-decoration: none;
    border: 1px solid #000000;
    transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}

.print_pdf:hover{
    color: white;
    border: 1px solid #12A651;
     background-color: #12A651;
     transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;

}

.raise-disn{
    background-color: #000000;
    color: white;
    border-radius: 10px;
    padding: 10px 25px;
    text-align: center;
    float: left;
    font-size: 16px;
    font-weight: 500;
    /* margin-top: 20px; */
    text-decoration: none;
    margin-bottom: 25px;
    border: 1px solid #000000;
    transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}

.raise-disn:hover{
    color: white;
    border: 1px solid  #6e6565;
     background-color:  #6e6565;
     transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}

.invoice-dis{
  background-color: #12A651;
    color: white;
    border-radius: 10px;
    padding: 10px 25px;
    text-align: center;
    float: left;
    font-size: 16px;
    font-weight: 500;
    /* margin-top: 20px; */
    text-decoration: none;
    border: 1px solid  #12A651;
    transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;   
    margin-left: 20px;
        margin-right: 20px !important;
}

.invoice-dis:hover{
    color: white;
    border: 1px solid #0d7d3d;
     background-color:#0d7d3d;
     transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}


.main-allimagscroll-txt h5 {
    color: #222222;
    font-size: 16px;
    font-weight: 300;
    text-decoration-line: line-through;
    margin-bottom: 0px;
    padding-top: 15px;
    float: left;
    padding-left: 36px;
}
.main-allimagscroll-txt{
    width: 100%;
    float: left;
    padding: 20px 20px 20px 20px;
}
.main-allimagscroll-txtnbx{
 margin-top: 18px;
 padding-top: 18px;
  border-top: 1px solid #EDEDED;
  width: 100%;
  float: left;
}
.main-allimagscroll-txt h6{
    width: auto;
    float: left;
    text-align: left;
    color: #637269;
    font-size: 16px;
    font-weight: bold;
   padding-left: 40px;
    padding-top: 2px;
    margin-bottom: 0px;
}
.main-allimagscroll-txt p{
    width: auto;
    float: left;
    text-align: left;
    color: #12A651;
    font-size: 16px;
    font-weight: bold;
   
    margin-bottom: 0px;
}
.per img {
    width: 100%;
    float: left;
    max-width: 51px;
    position: absolute;
    top: 0;
    right: 0;
}
.footer{
    width: 100%;
    float: left;
    background-color: #181818;
    padding-top: 68px;
    padding-bottom: 18px;
}
.copy-right{
    margin-top: 57px;
    width: 100%;
    float: left;
    border-top: 1px solid #FFFFFF;
    padding-top: 39px;

}
.copy-right h2{
    width: 50%;
    float: left;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0px;
}
.copy-right img{
    width: 100%;
    float: right;
    max-width: 215px;
}
.f-logo{
    width: 100%;
    float: left;
}
.f-logo img{
    width: 100%;
    float: left;
    max-width: 187px;
}
.main-ftrlink{
    width: 100%;
    float: left;
}
.main-ftrbx1{
    width: 50%;
    float: left;
}
.main-ftrbx2{
    width: 50%;
    float: left;
}
.main-ftrbx1-1{
    width: 50%;
    float: left;
}
.main-ftrbx1-1 h2{
    color: #FAFAFA;
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 0px;
    padding-bottom: 22px;
}
.main-ftrbx1-1 a{
    padding-bottom: 14px;
    width: 100%;
    float: left;
    color: #FAFAFA;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}
.main-ftrbx1-1 a:hover{
color: #9a9a9a;
transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}
.main-ftrbx2-1 a:hover{
color: #9a9a9a;
transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;

}
/*2*/
.main-ftrbx2-1{
    width: 50%;
    float: left;
}
.main-ftrbx2-1 h2{
    color: #FAFAFA;
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 0px;
    padding-bottom: 22px;
}
.main-ftrbx2-1 a{
    padding-bottom: 14px;
    width: 100%;
    float: left;
    color: #FAFAFA;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}
.main-ftrbx2-1 p{
    color:#FAFAFA;
    font-size: 16px;
    font-weight: normal;


}
.main-ftrbx2-1 p a{
float: none !important;
font-weight: bold !important;
color: #FAFAFA;
}
.ftr-mbf {
    padding-top: 4px;
    float: left;
    width: 100%;
    left: 0px;
    position: fixed;
    bottom: 0px;
    height: 68px;
    z-index: 999;
    background: #12a652;
    /* padding-top: 9px; */
}
.tab-mb {
    width: 33.333%;
    float: left;
    font-size: 12px;
    color: #000;
    text-align: center;
    border-right: solid 1px rgb(200 200 200 / 21%);
    height: 59px;
    padding-top: 11px;
}
.tab-mb img {
    width: 23px;
    height: 20px;
/*    filter: invert(40);*/

}
.tab-mb strong {
    color: white;
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 12px;
    padding-top: 5px;
    margin-bottom: 10px;
}
.header_area {
    padding-top: 16px;
    float: left;
    width: 100%;
    padding-bottom: 16px;
}

.nav-header a img{
  width:100%;
  float: left;
  max-width: 185px;
  
}
/*product-lis start*/
.section4-mainiconbx-inn {
    width: 100%;
    float: left;
    padding-top: 40px;
}
.product-listmain{
    width: 100%;
    float: left;
    padding-bottom: 77px;
}
.product-list-hd{
    margin-bottom: 47px;
    width: 100%;
    float: left;
    padding-top:24px;
    border-bottom: 1px solid #EDEDED;
 

}

.se-hvr-hd-inn a{
    cursor: pointer;
    border: none;
    padding: 9px 30px 11px 29px;
    width: auto;
    float: left;
    background-color: #12A651;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0px;
    border-radius: 10px;
}


.product-list-hd h2 {
    padding-bottom: 26px;
    padding-right: 35px;
    width: auto;
    float: left;
    text-align: left;
    color: #666666;
    font-size: 24px;
    margin-bottom: 0px;
    font-weight: bold;
    position: relative;
}
.product-list-hd h2::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 291px;
    height: 2px;
    background-color: #12A651;
    border-radius: 10px;
}
.page-thumb {
    float: left;
    width: auto;
    padding-top: 4px;
}
.page-thumb a {
    text-decoration: none;
    transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}
.thumb-nav {
    float: left;
    color: #666666;
    font-size: 14px;
    font-weight: normal;
}
.thumb-nav strong {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
}
.page-thumb a:hover{
    color: #12A651;
    transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}
.slctop1{
    padding-right: 30px;
}
.custom{
    position: relative;
    display: inline-block;
    float: right;
}
.selected-option {
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    color: #222222;

    position: relative;
}
.selected-option img{
    width: 100%;
    max-width: 18px;
    margin-left: 6px;
}
.custombx2 .options{
left: -67px;
}
.options {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    list-style: none;
    width: 210px;
    left: -67px;
    padding: 0;
    margin: 0;
    border: 0;
    top: 40px;
    border-top: none;
    border-radius: 10px;
    box-shadow: 10px 2px 6px -3px rgba(0, 0, 0, 0.05);
}
.options li {
    padding: 10px 15px;
}
.options li input[type="radio"] {
    display: none;
}
.options input[type=radio], .dropdown-content, input[type=radio] {
    display: none;
}
.options li input[type="radio"] + label {
    cursor: pointer;
}
.options input[type=radio] + label {
    cursor: pointer;
    padding-left: 30px;
    position: relative;
    font-weight: 600;
    font-size: 16px;
}
.options input[type=radio] + label:before {
    left: 0;
    position: absolute;
    content: "";
    width: 15px;
    top: 5px;
    height: 15px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #12a651;
}

.custom input[type=radio]:checked + label:before {
    left: -3px;
    background: #12a651;
    border: 2px solid #fff;
    box-shadow: 0px 0px 0px 2px #12a651;
}
.custombx1{
    position: relative;
    width: auto;
    float: left;
}
.custombx2{
    position: relative;
    width: auto;
    float: left;
}
.selected-option2 {
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    color: #222222;
    position: relative;
}
.options2 {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    list-style: none;
    width: 210px;
    left: -67px;
    padding: 0;
    margin: 0;
    border: 0;
    top: 40px;
    border-top: none;
    border-radius: 10px;
    box-shadow: 10px 2px 6px -3px rgba(0, 0, 0, 0.05);
}
.selected-option2 img {
    width: 100%;
    max-width: 18px;
    margin-left: 6px;
}
.options2 input[type=radio] + label:before {
    left: 0;
    position: absolute;
    content: "";
    width: 15px;
    top: 5px;
    height: 15px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #12a651;
}
.options2 li {
    padding: 10px 15px;
}
.options2 li input[type="radio"] {
    display: none;
}
.options2 input[type=radio], .dropdown-content, input[type=radio] {
    display: none;
}
.options2 li input[type="radio"] + label {
    cursor: pointer;
}
.options2 input[type=radio] + label {
    cursor: pointer;
    padding-left: 30px;
    position: relative;
    font-weight: 600;
    font-size: 16px;
}
.slctop2 {
    padding-right: 30px;
}
.product-listproduct{
    width: 100%;
    float: left;

}

.float-start {
    float: left !important;
}
.pro-typelisting{
    width: 100%;
    float: left;
}
.pro-typelisting a {
    padding-top: 15px;
    width: 100%;
    float: left;
    text-align: left;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
}
.pro-typelisting .form-group {
margin-bottom: 0px;
}

/*neee*/
.list-left{
    width: 100%;
    float: left;
}

.list-left-main{
    width: 100%;
    float: left;
}
.list-left-main h2{
    width: 100%;
    float: left;
    color: #666666;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 15px;
}
.brand-class {
   padding: 0px 0px 25px 0px;
    width: 100%;
    float: left;
    margin-bottom: 0px;
}
.container1 {
    margin-bottom: 0;
    line-height: 200%;
    display: block;
    position: relative;
    padding-left: 31px;
    /* margin-bottom: 12px; */
    cursor: pointer;
    font-size: 16px;
    color: #000000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* border: 1px solid #f2f3f4; */
      padding: 0px 0 0px 28px;
    border-radius: 5px;
    font-weight: normal;
}
.brand-class li{
    list-style: none;
}
.list-left input[type=checkbox], .dropdown-content, input[type=radio] {
    display: none;
}
.container1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 10px;
    left: 0px;
    height: 14px;
    width: 14px;
    /* background-color: #eee; */
    border: 1px solid #000000;
    border-radius: 4px;
}
.container1 input:checked ~ .checkmark {
    background-color: #000000;
}
.container1 input:checked ~ .checkmark:after {
    display: block;
}
.container1 .checkmark:after {
   left: 3px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

#cart-bg {
    float: left;
    width: 100%;
    background-color: #12a65217;
    padding-top: 50px;
    padding-bottom: 50px;
}
.b2b-bg {
    width: 100%;
    float: left;
    text-align: center;
}
.b2b-bg .log_box {
    margin: auto;
    max-width: 600px;
    width: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    display: table;
}
.b2b-login h2 {
    font-size: 35px;
    color: #12a652;
    font-weight: 700;
}
.b2b-login p {
    font-size: 16px;
    color: #000;
}
.log_set {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 17px;
}
.log_set label {
    width: 100%;
    float: left;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    line-height: 25px;
    margin: 0 0 0;
    text-align: left;
}
.log_form .log_set input[type="text"], .log_form .log_set input[type="password"], .log_form .log_set input[type="mail"], .log_form .log_set input[type="email"], .log_form .log_set input[type="tel"], .log_form .log_form .log_set select, .log_form .log_set textarea {
    width: 100%;
    float: left;
    position: relative;
    /* height: 44px !important; */
    border: solid 1px rgba(0, 0, 0, 0.15) !important;
    padding: 11px 15px 13px;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
    border-radius: 15px;
    -moz-border-radius: 0;
    -webkit-border-radius: 15px;
    outline: none;
    /*margin-top: 10px;*/
}
.log_set .checkbox:before {
    position: absolute;
    top: 3px;
    left: 2px;
    width: 6px;
    height: 3px;
    border: solid #1d7f94;
    border-width: 0 0 2px 2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.log_set .checkbox:before {
    content: '';
    display: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
}
.log_set .option {
    width: 100%;
    float: left;
    /* padding: 0 18px; */
    font-size: 14px;
    line-height: 30px;
    color: #454545;
    font-weight: 500;
    text-align: left;
    margin: 0px 0px 10px;
    position: relative;
}
.log_set .option > input {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
}
.log_set .checkbox {
    position: relative;
    margin-right: 5px;
    background: #fff;
    display: inline-block;
    border: 2px solid #B5C1C7;
    margin-bottom: 0;
    margin-top: 0;
    height: 16px;
    width: 16px;
    top: 4px;
}
.b2b-psw {
    top: -128px !important;
}
.submit_frm {
    width: 100%;
    float: left;
    position: relative;
    height: 50px;
    cursor: pointer;
    background: #12a652;
    color: #fff;
    border: none;
    /* text-transform: uppercase; */
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    outline: none !important;
}
.cr-at {
    float: left;
    font-size: 17px;
    color: #12a652;
    margin-top: 10px;
    text-decoration: none;
    font-weight: 600;
}
.empty-carts img {
    width: 300px;
}
.no-product h2 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
}
.no-product p {
    font-size: 15px;
    color: #000;
    font-weight: 400;
}
.listing-sec {
    width: 100%;
    float: left;
    
}
.shop-continue:hover {
    background: transparent;
    color: #000;
}
.shop-continue {
    border: 1px solid #48d085;
    background: #48d085;
    color: #fff;
    padding: 15px 50px;
    display: table;
    margin: 0 auto 60px;
    border-radius: 10px;
    font-weight: 600;
}
.tel-b2b {
    width: 100%;
    /* text-align: center; */
    float: left;
    padding: 10px 5%;
}
.logo-b2b img {
    width: 140px;
    margin-top: 0;
}.tel-b2b .support {
    font-size: 15px;
    color: #fff;
    text-align: right;
    text-decoration: none;
    float: right;
    padding-top: 10px;
    margin-left: 2%;
}
.tel-b2b .mail {
    font-size: 15px;
    color: #000000;
    text-align: right;
    float: right;
    padding-top: 9px;
    text-decoration: none;
}
.tel-b2b .mail img {
    display: none;
}










/*cart*/
.quantity {
  position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
    width: 53px;
    border-radius: 4px;
    height: 41px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 8px;
    border: 1px solid #eee;
    tra
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}
.mysuccessorderp{
    width: 100%;
    float: left;
    padding-bottom: 77px;
}
.ordercomfomed{
    width: 100%;
    float: left;
}
.ordercomfomed img{
    width: 100%;
    float: left;
}
.ordercomfomed h3{
width: 100%;
float: left;
text-align: center;
color: #666666;
margin-bottom: 0px;
font-size: 24px;
font-weight: 500;
padding-bottom: 20px;
}
.ordercomfomed p{
    width: 100%;
    float: left;
    text-align: center;
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    line-height: 200%;
}
.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}

.cart-error { display: block !important; color: red; }

/*.quantity input{
border-radius: 10px;
border: 1px solid #EDEDED;
    padding: 10px 9px;
}*/
.Shopping-cart-box{
    width: 100%;
    float: left;
    padding-bottom: 77px;
}
.cartall{
    width: 100%;
    float: left;
}

.Shopping-cart-box div.dataTables_wrapper div.dataTables_filter label{
    display: none;
}
.Shopping-cart-box div.dataTables_wrapper div.dataTables_paginate{
    display: none;
}
.Shopping-cart-box div.dataTables_wrapper div.dataTables_info{
    display: none;
}
.Shopping-cart-box .dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap;
    width: 32% !important;
    text-align: left;
    /* padding: 0px; */
    font-size: 16px !important;
    font-weight: normal !important;
    color: black;
}
.Shopping-cart-box table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td{
border-top: none !important;
}
.Shopping-cart-box table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd{
background-color: white !important;
}
.Shopping-cart-box table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: transparent;
}

.Shopping-cart-box table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
display: none;
}

.Shopping-cart-box table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after{
display: none;
}

.Shopping-cart-box  table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before{
display: none !important;
}
.Shopping-cart-box  table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
    display: none !important;
}
.Shopping-cart-box  table.dataTable thead th, table.dataTable thead td{
border: none !important;
}
.Shopping-cart-box .odd{
width: 100%;
    border: 1px solid #EDEDED;
    margin-bottom: 30px;
    float: left;
    border-radius: 10px;
}
.Shopping-cart-box .even{
width: 100%;
    border: 1px solid #EDEDED;
    margin-bottom: 30px;
    float: left;
    border-radius: 10px;
}
.Shopping-cart-box table tr {
    border: 1px solid #EDEDED;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    border-radius: 10px;
   padding: 16px 40px 16px 40px;
}
.Shopping-cart-box table.dataTable.no-footer{
    border-bottom: none;
}


.Shopping-cart-box th:first-child{
    width: 35% !important;

}
.Shopping-cart-box th:nth-child(2){
    width: 20% !important;

}
.Shopping-cart-box th:nth-child(3){
    width: 20% !important;

}
.Shopping-cart-box th:nth-child(4){
    width: 25% !important;

}
.Shopping-cart-box table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
background-color: transparent;
}
/*product-detailinn*/
.product-detailinn{
    width: 100%;
    float: left;
    padding-bottom: 77px;
}
.product-detfirstfull{
    width: 100%;
    float: left;
}
.product-detfirstfull .col-lg-7{
   padding: 0px;
} 

.product-gallery {
    display: flex;
    gap: 20px;
    align-items: center;
    width: 100%;
    float: left;
}

.thumbnails {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* width: 73%; */
}

.thumbnail img {
    width: 170px;
    height: auto;
    border: 2px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.thumbnail img:hover {
    border-color: #ccc;
}

.main-image img {
    width: 500px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/*.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{*/
/*    display: none;*/
/*}*/
/*#sync2 .owl-item{*/
/*    display: flex;*/
/*    gap: 20px;*/
/*    align-items: center;*/
/*    width: 100% !important;*/
/*    float: left;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    gap: 17px;*/
/*    margin-bottom: 12px;*/
/*}*/
/*#sync2 .owl-nav {*/
/*    display: none;*/
/*}*/
/*#sync1 .owl-nav {*/
/*    display: none;*/
/*}*/
/*#sync2 .owl-stage {*/
/*width: 100% !important;*/
/*}*/
.product-detfull-img{
    width: 100%;
    float: left;
}
.updateretrutrncrt{
    width: 100%;
    float: left;
    padding-top: 20px;
}
.upcart{
    width: 218px;
    cursor:pointer;
    height: 56px;
    float: left;
    text-align: center;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #EDEDED;
    border-radius: 10px;
    background: white;
    transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;

}


.c-product p span{
    float:left;
    width:100%;
    padding-top: 7px;
}

.c-price h4{
    color: green !important;
    font-weight: bold !important;
        font-size: 18px !important;
}

.c-subtotal h4{
   color: black !important;
    font-weight: bold !important;
        font-size: 18px !important; 
}

.remove_from_cart button{
   border-radius: 50%;
    border: none;
    float: left;
    margin-top: 8px;
    background: #3b3535; 
    width: 27px;
    height: 27px;
    cursor: pointer;
}

.remove_from_cart button svg{
    fill: white;
    margin-top: -2px;
    width: 10px !important;
}

.modal-cancel{
     background-color: #12A651;
    color: white;
    margin-bottom:20px;
    border-radius: 10px;
    padding: 10px 50px;
    text-align: center;
    float: left;
    font-size: 16px;
    font-weight: 500;
    cursor:pointer;
        margin-top:2px;
       
        text-decoration: none;
        border: 1px solid #12A651;
        transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}

.modal-cancel:hover{
     color: #12A651;
     background-color: white;
     transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}

.modal-dlt{
  background-color:#3b3535;
   margin-right: 20px;
    color: white;
     margin-bottom:20px;
    border-radius: 10px;
    padding: 10px 50px;
    text-align: center;
    float: left;
    font-size: 16px;
    font-weight: 500;
        margin-top:2px;
        text-decoration: none;
        cursor:pointer;
        border: 1px solid #3b3535;
        transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;  
}

#resend_otp{
    float: left;
    width: 100%;
    margin-top: 12px;
    font-weight: 500;
    color: black;
}

#otp-error-otp{
    float: left;
    width: 100%;
    padding-top: 8px;
    background: #f2f2f2;
    text-align: left;
    border-radius: 20px;
    margin-top: 15px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    color: #c80c0c;
    font-weight: 500;
}

.modal-dlt:hover{
     color: #3b3535;
     background-color: white;
     transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}

.rsetcart {
    width: 195px;
    height: 56px;
    float: right;
    text-align: center;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #EDEDED;
    border-radius: 10px;
    background: white;
    transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}
.rsetcart:hover{
    color: white;
    background-color: #12a652;
    transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}
.upcart:hover{
    color: white;
    background-color: #12a652;
    transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}
.crtbills {
        margin-top: 25px;
    width: auto;
    float: right;
    border-radius: 10px;
    border: 1px solid #EDEDED;
    padding: 33px 44px;
}
.crtbills h2{
    width: 100%;
    float: left;
    text-align: left;
    color: #666666;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;

}
.cart-total {
    padding-top: 27px;
    width: 100%;
    float: left;
    padding-bottom: 13px;
    border-bottom: 1px solid #EDEDED;
}
.cart-total:last-child{
 border-bottom: none;
}
.cart-total h4{
    width: 50%;
    float: left;
    text-align: left;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0px;
}
.cart-total h6{
    width: 50%;
    float: left;
    text-align: right;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0px;
}
.acarta a{
    background-color: #12A651;
    color: white;
    border-radius: 10px;
    padding: 10px 120px;
    text-align: center;
    float: left;
    font-size: 16px;
    font-weight: 500;
        margin-top: 20px;
        text-decoration: none;
        border: 1px solid #12A651;
        transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}
.acarta a:hover{
    color: #12A651;
     background-color: white;
     transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;

}




.prod-sml-img{
    width: 26%;
    float: left;
}
.add-your-rv{
    font-weight: normal;
    float: left;
    font-size: 14px;
    color: #009F40;
    text-decoration: none;
    position: relative;
    padding-top: 3px;
    padding-right: 8px;
}















.prod-sml-img img {
    width: 100%;
    float: left;
    max-width: 164px;
    border-radius: 20px;
    margin-bottom: 12px;
    object-fit: cover;
    height: 119px;

}
.prod-sml-img img:last-child{
 margin-bottom: 0px;
}
.product-detfull-bigimg {
    width: 73%;
    float: right;
}
.product-detfull-bigimg img{
    width: 100%;
    float: right;
    max-width: 500px;
    border-radius: 20px;
  height: 380px;
    object-fit: cover;
}
.product-det-text{
    width: 100%;
    float: left;
    padding-left: 23px;

}
.product-det-text h2 {
    width: 100%;
    float: left;
    text-align: left;
    color: #000000;
    font-size: 28px;
    line-height:33px;
    font-weight: bold;
    margin-bottom: 0px;
    letter-spacing: 3%;
    padding-bottom: 13px;
    padding-top: 5px;
}
.rating-sec {
    float: left;
    width: 100%;
 
}
.rating-one {
    float: left;
}
.ratingbox {
    color: #ffb510;
}
.ratingbox i {
    font-size: 20px;
    color: #FFAD33;
}
.rating-one a:hover{
text-decoration: none;
}
.ttl-rv {
    padding-right: 8px;
    padding-top: 2px;
    padding-left: 8px;
    font-size: 14px;
    color: #808080;
    font-weight: 400;
    float: left;
    font-weight: normal;
}
.add-rv {
    font-weight: normal;
    float: left;
    font-size: 14px;
    color: #009F40;
    text-decoration: none;
    padding-left: 32px;
    position: relative;
    padding-top: 3px;
}
.add-rv::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 15px;
    width: 1px;
    height: 19px;
    background-color: #808080;
    border-radius: 10px;
}
.add-rv1{
    font-weight: normal;
    float: left;
    font-size: 14px;
    color: #FF0000;
    text-decoration: none;
    padding-left: 32px;
    position: relative;
    padding-top: 3px;
}
.add-rv1::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 15px;
    width: 1px;
    height: 19px;
    background-color: #808080;
    border-radius: 10px;
}
.cashandpstion{
    width: 100%;
    float: left;
}
.cashandpstion h3{
width: auto;
float: left;
text-align: left;
color: #000000;
font-size: 25px;
margin-bottom: 0px;
font-weight: bold;
padding-top: 16px;
    padding-bottom: 13px;
}
.cashandpstion h5 {
    color: #222222;
    font-size: 16px;
    font-weight: 300;
    text-decoration-line: line-through;
    margin-bottom: 0px;
    padding-top: 23px;
    float: left;
    padding-left: 27px;
}
.cashandpstion p{
    width: 100%;
    float: left;
    text-align: left;
    color: #000000;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: normal;
        padding-bottom: 22px;
}
.weight-panel {
    float: left;
    width: 100%;
  padding-bottom: 23px;
}
.weight-panel span {
    font-weight: 500;
    float: left;
    color: #000000;
    /* font-weight: 600; */
    font-size: 20px;
    margin-right: 24px;
    /* padding-top: 10px; */
}
.selecotr-item {
    margin-top: 5px;
    position: relative;
    flex-basis: calc(70% / 3);
    height: 100%;
    /* display: flex
; */
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    /* padding: 10px; */
    text-align: center;
    border-radius: 50px;
    margin-right: 8px;
    float: left;
    width: 20px;
    height: 20px;
    /* margin-bottom: 10px; */
    /* padding-top: 1px; */
}
.listing-sec input[type=checkbox], .dropdown-content, input[type=radio] {
    display: none;
}
.selector-item_radio {
    appearance: none;
    display: none;
}
.selector-item_radio:checked + .selector-item_label {
    /* background-color: #1bbcd1; */
    color: var(--white);
    /* box-shadow: 0 0 4px rgba(0, 0, 0, .5), 0 2px 4px rgba(0, 0, 0, .5); */
    /* transform: translateY(-2px); */
    padding: 4px 2px 12px;
    margin: 0;
    color: #fff;
    border-radius: 10px;
    /* padding-top: 14px; */
    border: 1px solid black;
}
.selector-item_label {
    position: relative;
    padding-top: 9px;
    cursor: pointer;
     height: 100%; 
     padding-bottom: 5px; 
    width: 100%;
    text-align: center;
     border-radius: 9999px; 
    line-height: 400%;
    padding-left: 0 !important;
    font-weight: 500;
    transition-duration: .5s;
    transition-property: transform, color, box-shadow;
    transform: none;
    font-size: 12px;
    line-height: 16px;
    text-align: center !important;
    padding-right: 0px !important;
    padding-top: 12px;
}
.size-panel {
    float: left;
    width: 100%;
     padding-bottom: 17px;
}
.size-panel span {
    font-weight: 500;
    float: left;
    color: #000000;
    font-size: 20px;
    margin-right: 24px;
  
}
.size-item {
    position: relative;
    flex-basis: calc(70% / 3);
    height: 100%;
    /* display: flex
; */
    justify-content: center;
    align-items: center;
    border: 1px solid #EDEDED;
    /* padding: 10px; */
    text-align: center;
    border-radius: 10px;
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 16px;
    margin-bottom: 10px;
    /* padding-top: 1px; */
}
.listing-sec input[type=checkbox], .dropdown-content, input[type=radio] {
    display: none;
}
.size-panel_radio {
    appearance: none;
    display: none;
}
.size-panel_radio:checked + .size-item_label {
    background-color: #12a652;
    color: var(--white);
    box-shadow: -2 0 4px rgba(0, 0, 0, .5), 0 2px 4px rgba(0, 0, 0, .5);
    /* transform: translateY(-2px); */
    padding: 5px 2px 5px;
    margin: 0;
    color: #fff;
    border-radius: 10px;
    /* padding-top: 14px; */
}
.size-item_label {
    position: relative;
    /* padding-top: 9px; */
    cursor: pointer;
    /* height: 100%; */
    /* padding-bottom: 5px; */
    width: 100%;
    text-align: center;
    /* border-radius: 9999px; */
    /* line-height: 400%; */
    /* padding-left: 0 !important; */
    font-weight: 500;
    transition-duration: .5s;
    transition-property: transform, color, box-shadow;
    transform: none;
    font-size: 14px;
    /* line-height: 16px; */
    text-align: center !important;
    /* padding-right: 0px !important; */
    /* padding-top: 6px; */
    padding: 5px;
}
.plus-minus {
    float: left;
    width: 100%;
}
.qty-container {
    float: left;
    width: auto;
    border: 1px solid #EDEDED;
    border-radius: 10px;
}
.qty-container .qty-btn-minus {
    margin-right: -1px;
}

.qty-container .input-qty {
    text-align: center;
    padding: 5px 10px;
    border: 0;
    /* height: 44px; */
    max-width: 80px;
    font-size: 20px;
    font-weight: 500;
    color: #121611;
}
.qty-container .qty-btn-minus, .qty-btn-plus {
    padding: 5px 3px;
    font-weight: 500 !important;
    font-size: 10px;
    height: 45px;
    font-weight: 700;
    color: #000;
    width: 40px;
    font-size: 20px;
    background: white;
    transition: 0.3s;
    border: 0;
   
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
    border-right: 1px solid #EDEDED;
}
.qty-btn-plus{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
     border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-right: none;
    border-left: 1px solid #EDEDED;
}
.btn-light:hover {
    color: white;
    background-color: #12A651;
    border-color: none;
}
.main-allimagscroll:hover .section-hoversbx {
    opacity: 1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.product-hoversbx {
    width: auto;
    float: left;
    text-align: center;
    padding: 0px 0px 0px 15px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.produxt-hd {
    position: relative;
    float: left;
    background-color: #12A651;
    border-radius: 10px;
}
.produxt-hd button {
    cursor: pointer;
    border: none;
    padding: 9px 30px 11px 29px;
    width: auto;
    float: left;
    background-color: #12A651;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0px;
    border-radius: 10px;
}
.produxt-hd button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 0px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.4);
    transition: none 0s ease 0s;
    border-top-left-radius: 35px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 20px;
}
.produxt-hd button:hover::before {
    width: 120%;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.4s ease-in-out 0s;
}
.produxt-hd img {
    width: 100%;
    max-width: 20px;
    float: right;
    margin-left: 9px;
}
.produxt-img {
    margin-left: 19px;
    background-color: #FF4B4B;
    padding: 11px 9px 3px 9px;
    float: left;
    border-radius: 10px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.produxt-img button {
    border: none;
    background: none;
    padding: 0;
}
.produxt-img svg {
    width: 100%;
    float: left;
    max-width: 22px;
    fill: white;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.produxt-img:hover {
    background-color: #12A651;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.produxt-img svg:hover {
    fill: #FF4B4B;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.review{
        padding-top: 80px;
    width: 100%;
    float: left;
    padding-bottom: 44px;
}
.review h3{
    padding-top: 8px;
    width: auto;
    float: left;
    text-align: left;
    color: #666666;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0px;
}
.allreviwviewall{
    width: 100%;
    float: left;
}
.allreviwviewall a {
    padding-top: 0;
    color: #12a651;
    padding-bottom: 50px;
    width: 100%;
    float: left;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
}
.review a {
    width: 160px;
    height: 44px;
    color: white;
    float: right;
    text-align: center;
     border: 1px solid #5A5A5A;
    background-color: #5A5A5A;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    padding: 9px;
    text-decoration: none;
    transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}
.review a:before {
    content: "";
    position: absolute;
   top: 10%;
    left: 83%;
    width: 0px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.4);
    transition: none 0s ease 0s;
    border-top-left-radius: 35px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 20px;
}
.review a:hover::before {
    width: 120%;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.4s ease-in-out 0s;
}
#reviews .modal-content {
    border-radius: 24px;
}
.attach-bg {
    background: #12a651;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.attach-label {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.attach-label {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.attach-close {
    float: right;
    position: absolute;
    right: 0;
    background: transparent;
    border: 0;
    z-index: 999;
}
.attach-close span {
    font-size: 38px;
    color: #fff;
    font-weight: 100;
    margin-top: -10px;
    float: right;
        cursor: pointer;
}
.rv-name-md {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: black;
}
.rv-desc {
    float: left;
    width: 100%;
    color: black;
    font-size: 14px;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 20px;
}
.rv-frm {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
#reviews .log_set {
    width: 100%;
    float: left;
    position: relative;
    padding: 0;
}
.log_set {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 17px;
}.tt-b2b {
    float: left;
    width: 100%;
    font-size: 14px;
    color: black;
    font-weight: 500;
    padding-bottom: 10px;
}
#reviews .log_form .log_set input[type="text"], #reviews .log_form .log_set input[type="password"], #reviews .log_form .log_set input[type="mail"], #reviews .log_form .log_set input[type="email"], #reviews .log_form .log_set input[type="tel"], #reviews .log_form .log_form .log_set select, #reviews .log_form .log_set textarea {
    width: 100%;
    float: left;
    position: relative;
    height: 55px !important;
    border: solid 1px rgba(0, 0, 0, 0.15) !important;
    padding: 10px 0px 22px;
    font-size: 13px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    outline: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
}
.log_form .log_set input[type="text"], .log_form .log_set input[type="password"], .log_form .log_set input[type="mail"], .log_form .log_set input[type="email"], .log_form .log_set input[type="tel"], .log_form .log_form .log_set select, .log_form .log_set textarea {
    width: 100%;
    float: left;
    position: relative;
    /* height: 44px !important; */
    border: solid 1px rgba(0, 0, 0, 0.15) !important;
    padding: 11px 15px 13px;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
    border-radius: 15px;
    -moz-border-radius: 0;
    -webkit-border-radius: 15px;
    outline: none;
}
#reviews .log_form .log_set input[type="text"], #reviews .log_form .log_set input[type="password"], #reviews .log_form .log_set input[type="mail"], #reviews .log_form .log_set input[type="email"], #reviews .log_form .log_set input[type="tel"], #reviews .log_form .log_form .log_set select, #reviews .log_form .log_set textarea {
    width: 100%;
    float: left;
    position: relative;
    height: 55px !important;
    border: solid 1px rgba(0, 0, 0, 0.15) !important;
    padding: 10px 0px 22px;
    font-size: 13px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    outline: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
}
.rv-frm-str {
    float: left;
    width: 50%;
}
#reviews .log_set {
    width: 100%;
    float: left;
    position: relative;
    padding: 0;
}.rating-one {
    float: left;
}
.star-rating {
    display: flex;
    flex-direction: row-reverse;
    font-size: 1.5em;
    justify-content: space-around;
    padding: 0 -0.8em;
    text-align: center;
    width: 5em;
}
.star-rating input {
    display: none;
}
.listing-sec input[type=checkbox], .dropdown-content, input[type=radio] {
    display: none;
}
.submit-star {
    float: right;
    border-radius: 6px;
    text-align: center;
    color: white;
    font-size: 15px;
    font-weight: 500;
    background-color: #12a651;
    border: none;
    padding: 10px 50px;
    cursor: pointer;
     border: 1px solid #12a651;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    margin-right: 0px;
    margin-top: 10px;
}
.submit-star:hover{
    color:#12a651;
    background-color: white;
    border: 1px solid #12a651;
}
.star-rating label:hover, .star-rating label:hover ~ label {
    color: #fc0;
}
.all-reviw {
    margin-bottom: 27px;
    border-bottom: 1px solid #EDEDED;
    width: 100%;
    float: left;
    padding-bottom: 30px;
}
.all-reviw:last-child{
 border-bottom: none;
}
.all-reviw h2{
    width: 100%;
    float: left;
    text-align: left;
    color: #141414;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;

}
.all-reviw p{
    width: 97%;
    float: left;
    text-align: left;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    line-height: 200%;
    padding-bottom: 15px;
    margin-bottom: 0px;
}
.reviwpic-bx{
    width: 100%;
    float: left;
}
.reviwpic-bx img{
    width: 100%;
    max-width: 32px;
    float: left;

}
.reviwpic-bx h4 {
    width: auto;
    font-size: 16px;
    font-weight: bold;
    color: #0B0F0E;
    margin-bottom: 0px;
    padding-left: 12px;
    float: left;
    padding-top: 8px;
}
.reviwpic-bx h5{
    width: auto;
    float: left;
    text-align: left;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0px;
    padding-left: 17px;
    padding-top: 8px;

}


/*product-detailinn*/
.chechout-main{
   width: 100%;
    float: left;
    padding-bottom: 77px;

}
/*cheqout*/
.chechout-account{
    width: 100%;
    float: left;
}
.chechout-account-hd{
    width: 100%;
    float: left;
}
.chechout-account-hd h2{
    width: 100%;
    float: left;
    text-align: left;
    color: #666666;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 24px;

}
.chechout-address{
    width: 100%;
    float: left;
}

.frm-cancel{
    background-color:#3b3535;
   margin-right: 20px;
    color: white;
    float: right;
     margin-bottom:20px;
    border-radius: 10px;
    padding: 10px 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
        margin-top:0px;
        text-decoration: none;
        cursor:pointer;
        border: 1px solid #3b3535;
        transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}

.frm-cancel:hover{
     color: #3b3535;
     background-color: white;
     transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}

/*n*/
.invisible-checkboxes input[type=radio] {
    display: none;
}
.listing-sec input[type=checkbox], .dropdown-content, input[type=radio] {
    display: none;
}.checkbox-alias {

    width: 48%;
    float: left;
    border-radius: 10px;
    border: 1px solid #EDEDED;
    padding: 17px 30px 11px 30px;
    display: inline-block;
    z-index: 1;
    position: relative;
    transition: all 250ms ease-out;
    cursor: pointer;
   
}
.invisible-checkboxes input[type=radio]:checked + .checkbox-alias {
    border: 1px solid #12a652;
    color: #fff;
}
/*n*/
/*.chechout-add-bx {
    width: 48%;
    float: left;
    border-radius: 10px;
    border: 1px solid #EDEDED;
    padding: 17px 30px 11px 30px;
}*/

.chechout-add-bx h4{
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    line-height: 200%;
}
.chechout-add-bx p{
    width: 100%;
    float: left;
    text-align: left;
    color: #000000;
    line-height: 200%;
    font-size: 16px;
    font-weight: normal;
}
.newbillingaddress{
    width: 100%;
    float: left;
    padding-top: 40px;
}
.newbillingaddress h2{
    padding-bottom: 39px;
width: auto;
    float: left;
    text-align: left;
    color: #666666;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: bold;
    
}
.newbillingaddress img {
    width: 100%;
    max-width: 18px;
    /* float: left; */
    margin-left: 18px;
    margin-top: 3px;
}
.nw-bifrom{
    width: 100%;
    float: left;
    padding-bottom: 50px;
}
.push-left {
    float: left;
}
.contact-label {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #000000;
    font-weight: normal;
}
.contact-label span{
color: #DB4444;
}
.mct_form {
    border: none;
    color: #000000;
    display: block;
    font-weight: 300;
    font-size: 15px;
    /* text-transform: uppercase; */
    height: 59px;
    margin-bottom: 18px !important;
    padding: 0 20px;
    outline: none;
    background: #F5F5F5;
    width: 100%;
    padding-left: 0px;
    transition: all 500ms ease;
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 10px;
    margin-top: 8px;
    border-radius: 10px;
}
.contact-snd{
    width: 214px;
    height: 44px;
    background-color: #12A651;
    color: #FAFAFA;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
     border: 1px solid #12A651;
     margin-top: 25px;
}
.contact-snd1 {
     margin-top: 25px;
    /* width: 214px; */
    /* height: 44px; */
    background-color: transparent;
    color: black;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 10px;
    text-align: center;
    padding: 10px 32px 10px 10px;
    cursor: pointer;
    transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}
.contact-snd1:hover{
color:#ff0b0b ;
transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}
.contact-snd:hover{
    color:#12A651;
    background-color: white;
    border: 1px solid #12A651;
    transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}
.checkout-sec .ac-op2 {
    background-color: #1d7f94;
    border: 0 !important;
    font-size: 15px;
    color: #fff;
    box-shadow: none;
    margin-left: 20px;
    font-weight: 400;
    float: left;
    padding: 15px 42px 17px;
    width: auto;
    border-radius: 30px;
}
.acc-new h4 {
    font-size: 30px;
    color: #12a651;
    box-shadow: none;
    font-weight: 500;
    margin-bottom: 30px;
    width: 100%;
    float: left;
    margin-top: 25px;
}
.acc-new form {
    width: 100%;
    float: left;
}
.address-new {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.address-new input {
    width: 100%;
    float: left;
    border: 1px solid #cecece;
    padding: 13px;
    border-radius: 12px;
    font-size: 15px;
    color: #000;
}
.address-new select {
    width: 100%;
    float: left;
    border: 1px solid #cecece;
    padding: 13px;
    border-radius: 12px;
    font-size: 15px;
    color: #000;
}
.address-new textarea {
    width: 100%;
    float: left;
    border: 1px solid #cecece;
    padding: 13px;
    border-radius: 12px;
    font-size: 15px;
    color: #000;
    height: 110px;
}
.cheingadressaddnew{
    width: 100%;
    float: left;
    padding-top: 40px;
}
.accordion-button {
    background: transparent;
    border: none;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    color: #666666;
}
.accordion-button img {
    width: 100%;
    max-width: 18px;
    /* float: left; */
    margin-left: 18px;
    margin-top: -3px;
    rotate: 179deg;
}
.cheq-detile{

    width: 100%;
    float: left;
}
.cheq-detilehd h2{
    width: 100%;
    float: left;
    text-align: left;
    color: #666666;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 34px;
}
.cheq-detile-img{
    width: 100%;
    padding-bottom: 30px;
    float: left;
}
.cheq-detile-img img{
width: 100%; 
float: left;
max-width: 54px;

}
.cheq-detile-txt-rs {
    padding: 15px 9px 15px 24px;
    float: left;
    width: 83%;
}
.cheq-detile-txt-rs h3{
    width: auto;
    float: left;
    text-align: left;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0px;
}
.cheq-detile-txt-rs h4 {
    /* width: 100%; */
    float: right;
    text-align: right;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0px;
}
.totammain{
    width: 100%;
    float: left;
    padding-bottom: 40px;
}
.totammain-sub {
    width: 100%;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EDEDED;
}
.totammain-sub h2{
    width: 50%;
    float: left;
    text-align: left;
    color: #000000;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: normal;
}
.totammain-sub h3{
    width: 50%;
    float: left;
    text-align: right;
    color: #000000;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: normal;
}
.totammain-sub:last-child{
    border-bottom: none;
}
.bank-detil{
    width: 100%;
    float: left;
}
.bank-class {
    padding: 0;
    width: 100%;
    float: left;
}

ccc
.bank-class [type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.bank-class [type="radio"]:checked + label,
.bank-class [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.bank-class [type="radio"]:checked + label:before,
.bank-class [type="radio"]:checked + label:before, .bank-class [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.bank-class [type="radio"]:checked + label:after,
.bank-class [type="radio"]:checked + label:after, .bank-class [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #000000;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.bank-class [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.bank-class [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.bank-class p {
    width: 100%;
    float: left;
    margin-bottom: 0px;
    padding-bottom: 28px;
}
.bank-class img{
    width: 100%;
    float: right;
    max-width: 192px;
}
.couponxx{
    width: 100%;
    float: left;
}
.couponxx input {
    padding: 8px 10px 8px 20px;
    width: 160px;
    height: 44px;
    float: left;
    text-align: left;
    color: #808080;
    font-size: 16px;
    font-weight: normal;
    border-radius: 10px;
    border: 1px solid #EDEDED;
}
.couponxx1 {
    float: right;
    height: 44px;
    width: 177px;
    color: white;
    background-color: #12A651;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border: none;
    border-radius: 10px;
}
.field-type-exbot{
    margin-bottom: 0px !important;
}
.view-coupons {
    float: left;
    width: 100%;
    color: #666666;
    font-weight: bold;
    font-size: 17px;
    padding-top: 34px;
    /* letter-spacing: 1px; */
    text-decoration: underline;
    /* margin-top: 0px; */
}

.coupon-img {
    /* float: left; */
    width: 19px;
    margin-left: 15px;
    object-fit: cover;
    position: relative;
    top: -1px;
}
.clp-wd {
    width: 100%;
    float: left;
    margin-top: 20px;
    background-color: #12a651;
    border: 0;
}
.clp-card {
    background: #b0dde721;
    border: 0;
    padding: 0;
}
.coupon-apply {
    width: 100%;
    float: left;
    margin-bottom: 0;
    border-bottom: 2px solid #fff;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
}
.coupon-apply h2 {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}
.coupon-apply p {
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    margin: 0;
}
.apply-btn {
    border: 1px solid white;
    background: #ffffff;
    /* border: 0; */
    font-size: 15px;
    color: #27ae65;
    width: 100%;
    border-radius: 10px;
    padding: 13px 0 15px;
    float: left;
    margin-top: 20px;
    transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}
.apply-btn:hover{
    background: #27ae65;
    color: white;
    transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}
.plseorder{
    width: 190px;
    height: 44px;
    color: white;
    background-color: #12A651;
    font-size: 16px;
    font-weight: normal;
    border: 1px solid #12A651;
    border-radius: 10px;
    padding: 10px;
    margin-top: 25px;

}
/*myprofile*/
/*another*/
.myallbiprofile{
   width: 100%;
    float: left;
    padding-bottom: 77px;
}
.accouthdwelcom{
    width: auto;
    float: right;
}
.accouthdwelcom h4{
    width: auto;
    float: left;
    text-align: right;
    color: #222222;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0px;
}
.accouthdwelcom h4 span{
color:#12A651;
}




/*another*/





.Profile-listmain{
    width: 100%;
    float: left;
    border: 1px solid #EDEDED;
    border-radius: 10px;
   padding: 40px 29px 40px 49px;
}
.Profile-listmain h2{
    width: 100%;
    float: left;
    color: #666666;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
}
.Profile-listmain a{
    width: 100%;
    float: left;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    line-height: 200%;
    text-decoration: none;

    transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}
.Profile-listmain a:hover{
    color: #12a652;
    transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}
.Prf-hdan{
    padding-top: 45px;
}
.Profile-lis-minfrom{
    width: 100%;
    float: left;
    border-radius: 10px;
    border: 1px solid #EDEDED;
   padding: 37px 45px 46px 45px;
}
.Profile-lis-minfrom h2{
    width: 100%;
    float: left;
    color: #666666;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 17px;
}
.order-detail-box {
    float: left;
    width: 100%;

}
.order-detail-box .page-link{
    color: black;
}
.order-detail-box table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting{
    background: #12a65269;
    text-align: left;
}
.order-detail-box table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #9ddab88c;
}
.cartdetail-box .order-detail-box table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting{
background-color: transparent;
}
.order-detail-box table.dataTable tbody tr {
 background-color: #9ddab88c;
}
.titel-address {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #000000;
    font-weight: normal;
    padding-top: 7px;
}
.field-type {
    padding-bottom: 13px;
    padding-top: 13px;
    float: left;
    background: #f5f5f5;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: none;
    color: #838383;
    font-size: 16px;
    padding-left: 16px;
    padding-right: 15px;
    outline: none;
    margin-top: 9px;
    /* margin-bottom: 19px; */
    font-weight: normal;
}
.frm-save-dash {
    float: right;
    border-radius: 10px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    background-color: #12A651;
    border: 1px solid #12A651;
    padding: 10px 54px;
    /* padding-left: 50px; */
    /* padding-right: 50px; */
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    /* margin-right: 16px; */
    cursor: pointer;
}
.frm-cancel-dash {
    cursor: pointer;
    float: right;
    /* border-radius: 50px; */
    text-align: center;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
    border: none;
    padding: 15px 0px;
    /* padding-left: 40px; */
    /* padding-right: 40px; */
    cursor: pointer;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    margin-right: 30px;
}
.frm-cancel-dash:hover{
color: #12A651;
}

.frm-save-dash:hover{
    color: #12A651;
    background-color: white;
}
.savedadd{
    width: 100%;
    float: left;
    padding-bottom: 77px;

}
.savedadd-hd h2{
    width: 100%;
    float: left;
    color: #666666;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 30px;
}
.saved-bg {
    float: left;
    width: 100%;
    background-color: #bdbdbd63;
    padding-right: 30px;
    padding-left: 37px;
    padding-top: 30px;
    padding-bottom: 35px;
    border-radius: 10px;
    margin-bottom: 25px;
    position: relative;
}
.dash-tag {
    margin-top: 15px;
    float: left;
    border-radius: 20px;
    background-color: rgb(18 166 82);
    color: white;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    margin-bottom: 20px;
}
.saved-bg h2 {
    float: left;
    width: 100%;
    font-size: 22px;
    color: #000000;
    font-weight: 500;
}
.saved-bg p {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    color: #000000;
    line-height: 26px;
    padding-top: 6px;
    margin-bottom: 5px;
}
.mail-save {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    color: #000000;
    padding-bottom: 8px;
}
.mail-save span {
    color: #000000;
    font-weight: bold;
    padding-right: 3px;
}
.del-edit {
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 8px;
}
.edit-address {
    font-weight: 500;
    float: left;
    /* border-radius: 50px; */
    /* background-color: #322e2e; */
    /* text-align: center; */
    /* border: 1px solid #322e2e; */
    color: #000000;
    padding: 10px 0px;
    font-size: 16px;
    width: 53px;
    height: 42px;
}
.delete-address {
    font-weight: 500;
    float: left;
    border-radius: 10px;
    background-color: #12a652;
    text-align: center;
    color: white;
    padding: 10px 2px;
    font-size: 16px;
    border: 1px solid #12a652;
    width: 126px;
    height: 43px;
    margin-left: 9px;
    transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}
.edit-address:hover{
    text-decoration: none;
color:#12a652;
transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
}
.delete-address:hover{
color:#12a652;
background-color: white;
transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
    text-decoration: none;
}
.newsaved-bg a{
 width: auto;
 float: left;
 text-align: center;
 color: white;
 background-color: #12a652;
 border-radius: 10px;
 border: 1px solid #12a652;
 padding: 10px 30px;
 margin-top: 40px;
 text-decoration: none;
}
.newsaved-bg a:hover{
    color:#12a652;
background-color: white;
transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
    text-decoration: none;
}
.shipping-form{
    width: 100%;
    float: left;

}
.shipping-form form {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.space {
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
}
.radio-h1 {
    margin-right: 41px;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    float: left;
}
.radio-p {
    float: left;
}
.space [type="radio"]:checked, .space [type="radio"]:not(:checked) {
    position: absolute;
    display: none;
}
.space [type="radio"]:checked + label, .space [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 37px;
    margin-right: 20px;
    cursor: pointer;
    line-height: 20px;
    font-weight: 500;
    top: 0px;
    display: inline-block;
    color: #212121;
    margin-bottom: 0px;
}
.space [type="radio"]:checked + label:before, .space [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -4px;
    width: 26px;
    height: 26px;
    border: 1px solid #c0c0c0;
    border-radius: 100%;
    background: #fff;
}
.space [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.space [type="radio"]:checked + label:after, .space [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #12a652;
    position: absolute;
    top: 2px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.titel-address {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    padding-top: 7px;
}.space [type="radio"]:checked + label:before, .space [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -4px;
    width: 26px;
    height: 26px;
    border: 1px solid #c0c0c0;
    border-radius: 100%;
    background: #fff;
}
.field-type {
    float: left;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: solid 1px #dcdcdc;
    color: black;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    margin-top: 12px;
    margin-bottom: 30px;
}
.field-type-address {
    float: left;
    width: 100%;
    height: 50px;
    border-radius: 8px;
    border: solid 1px #cccccc;
    color: black;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    margin-top: 12px;
    margin-bottom: 25px;
    height: 170px;
    padding: 15px;
}
.myallbiprofile .main-allimagscroll{
margin-bottom: 30px;
}
.or-history {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.or-history h1 {
    float: left;
    width: 100%;
    color: #666666;
    font-size: 25px;
    font-weight: bold;
}

.dataTables_wrapper label {
    font-size: 13px;
    line-height: 25px;
    font-weight: 500 !important;
    color: #454545;
}
.form-control-tbabel {
    display: block !important;
    width: 100% !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    height: 34px;
    margin-right: 0px;
    margin-left: 0px !important;
    font-size: 13px !important;
}
.dataTables_wrapper th {
    font-size: 14px;
    line-height: 25px;
    font-weight: 600 !important;
    color: #000000;
    text-align: center;
    outline: none !important;
}
.dataTables_wrapper td {
    font-size: 13px;
    line-height: 25px;
    font-weight: 500 !important;
    color: #585858;
    border-top: none;
    border-bottom: none;
    text-align: center;
}
.th-size {
    font-size: 14px !important;
}

.order-btn {
    font-size: 14px;
    background: #12a652;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: white;
    border-radius: 8px;
    float: none;
    /* width: 100%; */
    text-align: center;
}

.order-detail-box {
    float: left;
    width: 100%;
    /* padding: 35px; */
    background-color: white;
    /* border-radius: 15px; */
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 0.5em;
   padding: 0px 1px !important;
    background: transparent !important;
}
.page-item.active .page-link {
    z-index: 1;
    color: #ffffff;
    background-color: #12a652;
    border-color: #ffffff;
}



/*myprofile*/


/*cheqout*/




/*cart*/

/*coopan*/
.greeanall{
width: 100%;
float: left;
}
.greeanall-sml {
    width: 230px;
    height: 230px;
    float: left;
    margin-right: 13px;
    border-radius: 10px;
    background-size: cover;
    background-image: url(../images/coopan.png);
    margin-bottom: 20px;
}
.greeanall-sml1 {
    width: 230px;
    height: 230px;
    float: left;
    margin-right: 13px;
    border-radius: 10px;
    background-size: cover;
 border: 1px solid #EDEDED;
    margin-bottom: 20px;
        padding: 35px 50px 35px 50px;
}
.greeanall-sml1 img{
    width: 100%;
    float: none;
    margin: auto;
    display: block;
    text-align: center;
    max-width: 32px;

}
.greeanall-sml1 h3{
    width: 100%;
    padding-bottom: 18px;
    padding-top: 18px;
float: left;
text-align: center;
margin-bottom: 0px;
color: #12A651;
font-size: 24px;
font-weight: bold;

}
.greeanall-sml1 h4{
float: left;
text-align: center;
width: 100%;
color: black;
font-size: 16px;
font-weight:bold;
margin-bottom: 0px;
border-style: dashed;
  border-color: black;
  border-width: 1px;
  padding: 12px 10px;

}
.greeanall-content{
    width: 100%;
    float: left;
}
.coopenfullview{
    background-size: cover;
    background-image: url(../images/coopenhushr.png);
    width: 100%;
   
    padding: 71px 125px 0px 125px;
}
/*nn*/
@keyframes rotateOpen {
    0% {
        transform: rotateY(-90deg);
        opacity: 0;
    }
    100% {
        transform: rotateY(0deg);
        opacity: 1;
    }
}

/* Apply the animation to the modal */
#coopen-user.modal.fade.show .modal-dialog {
    animation: rotateOpen 0.3s ease-in-out forwards; /* Reduced duration to 0.3s */
    transform-origin: center; /* Adjust rotation origin */
}
/*nn*/
.coopenfullview img{
width: 100%; 
float: none;
margin: auto;
display: block;
text-align: center;
max-width: 40px;


}
.coopenfullview h2{
    width: 100%;
    float: left;
    text-align: center;
    color: black;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 18px 0px;
}
.coopenfullview h3{
    width: 100%;
    float: left;
    text-align: center;
    color: black;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.coopenfullview h4 {
    width: 100%;
    float: left;
    text-align: center;
    color: #12a652;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 30px;
}
.coopenfullview h5 {
    float: left;
    text-align: center;
    width: 100%;
    color: black;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0px;
    border-style: dashed;
    border-color: black;
    border-width: 1px;
    padding: 12px 10px;
}
.coopenfullview h6 {
   text-align: center;
    color: white;
    background-color: #12a652;
    padding: 10px 46px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 0px;
}
.coopenh6{
    width: 100%;
    float: left;
    padding: 0px 17px;
}
/*coopan*/

.main-allimagscroll-inn {
        margin-bottom: 40px;
    width: 100%;
    float: left;
    border-radius: 16px;
    border: 1px solid #EDEDED;
    position: relative;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.per-inn{
    padding: 10px 8px;
    position: absolute;
    top: 0;
    right: 0;
    height: 53px;
    width: 54px;
    background-color: #12a651;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
}
.per-inn h5{
width: 100%;
float: left;
text-align: center;
color: white;
font-size: 14px;
font-weight: normal;
line-height: 16px;
margin-bottom: 0;
}

.per{
    padding: 10px 8px;
    position: absolute;
    top: 0;
    right: 0;
    height: 53px;
    width: 54px;
    background-color: #12a651;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
}
.per h5{
width: 100%;
float: left;
text-align: center;
color: white;
font-size: 14px;
font-weight: normal;
line-height: 16px;
margin-bottom: 0;
}
.new-outof{
    padding: 9px 8px;
    top: 0px;
    left: 0px;
    position: absolute;
    background: black;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.new-outof h6{
float: left;
width: auto;
text-align: left;
color: white;
font-size: 14px;
font-weight: normal;
margin-bottom: 0px;
}
.new-outof1{
    padding: 9px 8px;
    top: 0px;
    left: 0px;
    position: absolute;
    background:#bd0909;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.new-outof1 h4{
float: left;
width: auto;
text-align: left;
color:white;
font-size: 14px;
font-weight: normal;
margin-bottom: 0px;
}








































.section-hoversbx-inn {
    width: 100%;
    float: left;
    top: 167px;
    text-align: center;
    opacity: 0;
    position: absolute;
  padding: 0px 22px 0px 22px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.se-hvr-hd-inn {
    float: left;
    background-color: #12A651;
    border-radius: 10px;
}
.se-hvr-hd-inn button {
    cursor: pointer;
    border: none;
   padding: 9px 24px 11px 24px;
    width: auto;
    float: left;
    background-color: #12A651;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0px;
    border-radius: 10px;
}
.se-hvr-hd-inn button:hover::before {
    width: 120%;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.4s ease-in-out 0s;
}
.se-hvr-hd-inn button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 0px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.4);
    transition: none 0s ease 0s;
    border-top-left-radius: 35px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 20px;
}
.se-hvr-hd-inn img {
    width: 100%;
    max-width: 20px;
    float: right;
    margin-left: 9px;
}
.se-hvr-img-inn {
    margin-left: 19px;
    background-color: #FF4B4B;
    padding: 11px 9px 3px 9px;
    float: left;
    border-radius: 10px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.se-hvr-img-inn button {
    border: none;
    background: none;
    padding: 0;
}
.se-hvr-img-inn svg {
    width: 100%;
    float: left;
    max-width: 22px;
    fill: white;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.se-hvr-img-inn svg:hover {
    fill: #FF4B4B;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.se-hvr-imgexmob-inn {
    margin-top: 15px;
    float: left;
    background-color: #FF4B4B;
    border-radius: 10px;
}
.se-hvr-imgexmob-inn {
    display: none;
}
.se-hvr-imgexmob-inn button {
    cursor: pointer;
    border: none;
    padding: 9px 30px 11px 29px;
    width: auto;
    float: left;
    background-color: #FF4B4B;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0px;
    border-radius: 10px;
}
.se-hvr-img-inn:hover {
    background-color: #12A651;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.se-hvr-imgexmob-inn img {
    width: 100%;
    max-width: 20px;
    float: right;
    margin-left: 9px;
}
.main-allimagscroll-img-inn img {
    width: 100%;
    float: left;
    /* max-width: 377px; */
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.main-allimagscroll-txt-inn {
    width: 100%;
    float: left;
  padding: 20px 15px 20px 15px;
}
.main-allimagscroll-txt-inn h3 {
        width: 100%;
    float: left;
    color: #222222;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
    text-align: left;
    line-height: 23px;
}

.sav-lst{
    float:right !important;
    padding-top: 5px;
    float: right;
    font-size:15px !important;
}

.cat-new{
    float: left;
    width: 100%;
    padding-left: 0px;
    list-style: none;
}

.cat-new ul{
    padding-left: 10px;
    padding-top:0px;
    float: left;
    width: 100%;
}

.categ1{
   list-style: none;  
   float: left;
    width: 100%;
}

.categ1 a{
    color: black;
    padding-bottom: 8px;
    float:left;
    width:100%;
    font-size: 16px;
    font-weight: 400;
}

.categ{
    float: left;
    width: 100%;
}

.categ a{
    float: left;
    width: 100%;
    padding-bottom: 8px;
}

.main-allimagscroll-txt-inn h4 {
    width: auto;
    float: left;
    color: #222222;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0px;
    text-align: left;
    padding-top: 9px;
}
.main-allimagscroll-txt-inn h5 {
    color: #222222;
    font-size: 16px;
    font-weight: 300;
    text-decoration-line: line-through;
    margin-bottom: 0px;
    padding-top: 15px;
    float: left;
    padding-left: 36px;
}
.main-allimagscroll-txtnbx-inn {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #EDEDED;
    width: 100%;
    float: left;
}
.main-allimagscroll-txt-inn p {
    width: auto;
    float: left;
    text-align: left;
    color: #12A651;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
}
.main-allimagscroll-txt-inn h6 {
    width: auto;
    float: left;
    text-align: left;
    color: #637269;
    font-size: 16px;
    font-weight: bold;
    padding-left: 40px;
    padding-top: 2px;
    margin-bottom: 0px;
}
.main-allimagscroll-inn:hover .section-hoversbx-inn {
    opacity: 1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
/*.filter-mobnw{
    display: none;
    width: 100%;
    float: left;
}*/
@media (max-width: 992px) {
    .filter-mobnw{
        width: 100%;
        float: left;
    }
}
@media (min-width: 992px) {
    .filter-mobnw{
        display: none;
        width: 100%;
        float: left;
    }
        .mob-fil-new {
        display: none;
    }
}

.filter-mob {
    width: 50%;
    float: left;
    background: #12a652;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.filter-mob h5 {
    font-size: 15px;
    color: #fff;
    padding: 15px;
    margin: 0;
    height: 50px;
    font-weight: 600;
}
@media (max-width: 991px) {
    .filter-mob h5 img {
        width: 16px;
        height: 16px;
        object-fit: contain;
        float: right;
        margin-right: 15px;
        filter: invert(1);
    }
    .custom{
        position: relative;
        display: inline-block;
        float: right;
        margin-bottom: 45px;
        float: left;
        width: 50%;
    }
        .selected-option {
        cursor: pointer;
        padding: 13px 30px;
        border: 0;
        border-radius: 0;
        font-size: 15px;
        height: 50px;
        font-weight: 600;
        width: 100%;
        background: #ffffff;
        float: left;
        color: #12a652;
        border: 1px solid #12a652;
        border-top-right-radius: 10px;
        text-align: center;
        border-bottom-right-radius: 10px;
    }
        .med-hide {
        /* display: none; */
        position: fixed;
        visibility: hidden;
        width: 100%;
        left: 0;
        transform: translate3d(-100%, 0, 0);
        transition: all ease-in-out .6s;
        /* transition: visibility 0s .6s, transform .5s cubic-bezier(.19,1,.22,1); */
        z-index: 999;
        PADDING: 0;
        /* width: 0; */
    }
        .med-wd {
        width: 100% !important;
    }
    .med-new {
        visibility: visible !important;
        transform: translatex(0) !important;
        transition: visibility 0s 0s, transform .7s cubic-bezier(.19,1,.22,1) !important;
    }
    .list-left {
        border-radius: 0;
        margin-top: -177px;
        height: 100vh;
        overflow-y: scroll;
        position: relative;
        padding: 30px 15px 35px;
        background: #fff;
    }   
         .mob-fil-new {
        width: 100%;
        float: left;
        height: 57px;
        position: fixed;
        background: #fff;
        margin-bottom: 0px;
        border-bottom: 1px solid #12a652;
        left: 0;
        padding-left: 15px;
        padding-top: 11px;
        z-index: 999;
        top: -234px;
    }   .mob-fil-new h2 {
        margin-top: 0;
        font-size: 24px;
        font-weight: 700;
        color: #000;
        position: relative;
        margin-bottom: 40px;
    }
        .filter-close img {
        width: 33px;
        height: 33px;
        background: #12a652;
        float: right;
        padding: 7px;
        border-radius: 100%;
        position: absolute;
        right: 18px;
        top: 6px;
    }
        .list-left h1 {
        font-size: 20px;
        font-weight: 700;
        color: #000;
        position: relative;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .list-categ {
    width: 100%;
    float: left;
}



}
/*product list end*/

/*contact*/

.contact-us{
    width: 100%;
    float: left;
}
.contact-us-mall {
    margin-top: -48px;
    width: 100%;
    float: left;
    background-size: cover;
    /* background-image: url(../images/main-banner.webp); */
}
.contactus-main {
   padding-top: 40px;
    width: 100%;
    float: left;
}
.contactus-sub {
    width: 100%;
    float: left;
}
.contactus-sub h2 {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 35px;
    color: #000;
    font-weight: 700;
}
.contactus-sub p {
    width: 85%;
    float: left;
    text-align: left;
    font-weight: 400;
    color: black;
    font-size: 15px;
    line-height: 25px;
}
.contactus-bxs {
    height: auto;
    width: 48%;
    float: left;
    padding: 21px 22px;
    margin-right: 9px;
    margin-top: 27px;
    position: relative;
}
.contactus-bxs::before {
    content: '';
    position: absolute;
    left: 5%;
    bottom: 0;
    border-bottom: 1px solid #12a652;
    width: 90%;
    height: 1px;
}
.contactus-bxs::after {
    content: '';
    position: absolute;
    right: 0;
    top: 5%;
    border-right: 1px solid #12a652;
    height: 90%;
    width: 1px;
}
.contactus-bxs h2 {
    width: 100%;
    float: left;
    padding-bottom: 5px;
    width: 100%;
    text-align: left;
    font-size: 25px;
    color: #12a652;
    font-weight: 700;
}
.contactus-bxs p {
    width: 100%;
    line-height: 25px;
    float: left;
    text-align: left;
    font-size: 15px;
    color: #000;
    font-weight: 400;
}
.contactus-bxs a {
    line-height: 25px;
    width: 100%;
    float: left;
    text-align: left;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    text-decoration: none;
}
.case-form {
    padding: 100px 40px 10px 40px;
    background-color: #12a652;
    width: 100%;
    float: left;
}
.case-form h2 {
    font-size: 22px;
    width: 100%;
    float: left;
    padding-bottom: 0px;
    width: 100%;
    text-align: left;
    color: #ffffff;
    font-weight: 700;
}
.ct-left {
    width: 100%;
    float: left;
    /* background: #8c5415; */
    /* border: 1px solid #2c2c2c; */
    /* border-radius: 20px; */
    padding: 30px 0px;
}
.ct-field {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.ct-field input {
    width: 100%;
    float: left;
    background: white;
    border: 1px solid #ffffff;
    padding: 15px;
    border-radius: 10px;
    color: black;
    font-size: 15px;
}
.ct-field label {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    width: 100%;
    float: left;
    margin-bottom: 4px;
}
.ct-field input {
    width: 100%;
    float: left;
    background: white;
    border: 1px solid #ffffff;
    padding: 15px;
    border-radius: 10px;
    color: black;
    font-size: 15px;
}

.ct-field textarea {
    margin-bottom: 20px;
    width: 100%;
    float: left;
    /* background: black; */
    /* border: 1px solid #2c2c2c; */
    padding: 15px;
    border-radius: 10px;
}
.contact-sec button {
    cursor: pointer;
    border: none;
    padding: 9px 30px 11px 29px;
    width: auto;
    float: left;
    background-color: #FF4B4B;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0px;
    border-radius: 10px;
}

/*contact*/
/*about*/

.about-us{
    width: 100%;
    float: left;
    padding-bottom: 77px;
}
.about-mainus{
    width: 100%;
    float: left;
}
.about-mainus h2{
    font-size: 40px;
    color: #000;
    font-weight: 500;
    padding-bottom: 20px;
    text-align: left;
}
.about-mainus p{
    text-align: left;
    font-weight: 400;
    color: black;
    font-size: 15px;
    line-height: 25px;
}
.ab-img {
   width: 100%;
    float: right;
    object-fit: cover;
    max-width: 350px;
    margin-left: 46px;

}
.vimi {
    margin-top: 30px;
    padding: 25px 35px;
    border: 1px solid #12a652;
    width: 100%;
    float: left;
    border-radius: 20px;
}
.vimi h2 {

    color: #12a652;
    font-size: 30px;
    font-weight: 600;
   
}
.vimi p {
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
    color: #000;
    margin-bottom: 0px;
}
.abt-0t {
    width: 100%;
    float: left;
    background-color: #efefef;
    padding: 60px 0px;
}
.abt3-box {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 30px;
}
.abt3-box img {
    width: 70px;
    object-fit: cover;
    float: none;
    display: block;
    margin: auto;
}

.abt3-box h5 {
    width: 100%;
    font-size: 25px;
    color: #000;
    font-weight: 500;
    margin-top: 20px;
}
.abt3-box p {
    width: 100%;
    font-size: 17px;
    color: #000;
    font-weight: 400;
    line-height: 28px;
}
/*about*/
/*cart*/
.cartall{
    width: 100%;
    float: left;
}
.cartdetail-box{
    width: 100%;
    float: left;
}
.cartfull-lu{
    border: 1px solid #EDEDED;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 24px 10px 24px 52px;
}
.c-product{
    width: 30%;
    float: left;
}
.c-price{
    width: 30%;
    float: left;
}
.c-quantity{
    width: 30%;
    float: left;
}
.c-subtotal{
    width: 10%;
    float: left;
}

.cartfull-lu h6{
    margin-bottom: 0px;
   width: 100%;
    float: left;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    color: black;

}
.cartfull-lu h4{
    margin-bottom: 0px;
   width: 100%;
    float: left;
    text-align: left;
    font-size: 16px;
    padding-top: 14px;
    font-weight: normal;
    color: black;

}
.c-product img{
    width: 100%;
    float: left;
    max-width: 54px;
    margin-right: 8px;
}
.c-product p{
float: left;
margin-bottom: 0px;
    padding-top: 12px;
     font-size: 16px;
    font-weight: normal;
    color: black;
}


/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .cartfull-lu {
        padding: 16px;
    }

    /* Header Section */


    .pro-mob-hide{
        display: none;
    }

    /* Display labels for each product detail */
    .c-product::before {
        content: "Product:";
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
        color: #333;
    }

    .c-price::before {
        content: "Price:";
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
        color: #333;
    }

    .c-quantity::before {
        content: "Quantity:";
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
        color: #333;
    }

    .c-subtotal::before {
        content: "Subtotal:";
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
        color: #333;
    }

    .c-product, .c-price, .c-quantity, .c-subtotal {
        width: 100%;    /* Stack vertically */
        margin-bottom: 15px;
    }

    .c-product {
        /*display: flex;*/
        align-items: center;
    }

    .c-product img {
        max-width: 60px;
        margin-right: 10px;
    }

    .c-product p {
        font-size: 14px;
    }

    .cartfull-lu h4 {
        font-size: 14px;
    }

    .quantity input {
        width: 100%;  /* Full width for easy tapping */
        height: 43px;
    }

    .quantity-button {
        width: 40px;
        
    }

}






/*cart*/



@media (min-width: 576px){
    .mob-b1-2{
        display: none;
    }
    .mob-b2-2{
        display: none;
    }
}




@media (max-width: 991px){
    .cost-calculater{
        margin-right: 50px;
    }
    .navigation-portrait .nav-menus-wrapper{
        background-color: #12a651!important;
    }
    .nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
  color: #0e0f2a!important;
}
.navigation-portrait .nav-menu > li{
    border-top: solid 1px #f0f0f033!important;
}
.navigation-portrait .nav-menu > li:last-child{
    border-bottom: solid 1px #f0f0f033!important;
}
}

@media (max-width: 767px) {
    .ftr-mbf {
        display: block;
    }
}
@media (min-width: 768px) {
    .ftr-mbf {
        display: none;
    }
}


@media(max-width: 991px){
.mob-logo{
    display: block;
}
.logo{
    display: none;
}
.nav-menu > li > a {
    background-color: transparent !important;
}
.nav-menu > li > a img {
    display: none;
}
.megamenu-list img {
    display: none;
}
.nav-menu > li > a {
    padding: 10px 10px 10px 30px !important;
    color: #ffffff !important;
    text-align: left !important;
}
.hd-red {
    text-align: left !important;
    padding: 0 !important;
}
.align-to-right {
    padding-left: 0px !important;
}
.megamunuex-img{
    display: none;
}


}



@media(max-width: 400px){

.greeanall-sml1 {
    padding: 35px 10px 35px 10px !important;
}
.coopenfullview h4 {
    font-size: 25px;
}
.coopenfullview h6 {
    padding: 10px 0px;
}
.coopenfullview {
        padding: 71px 30px 0px 30px !important;
    }
    .greeanall-sml {
        width: 45% !important;
        height: 210px !important;
        margin-left: 7px !important;
        margin-right: 8px !important;
    }
    .greeanall-sml1 {
        width: 45% !important;
        height: 210px !important;
        margin-left: 7px !important;
        margin-right: 8px !important;
    }
    
    .section1-product img{
        max-width: 100px;
    height: 100px;
    }
    .section2 {
    padding-right: 12px;
    padding-left: 12px;
        
    }
    .section3 {
         padding-right: 12px;
    padding-left: 12px;
    }
    .section4{
         padding-right: 12px;
    padding-left: 12px;
    }
    .fade-header h2 {
        font-size: 12px !important;
    }
    .header-close img {
        margin-left: 1px;
        position: absolute;
        top: 7px;
        right: -6px;
    }
    .first-hd {
       
        padding: 0px 0px 17px 0px !important;
    }

.searchbx input {
    font-size: 11px !important;
}
    .banner-carousel .owl-prev {
        display: none !important;
    }


    .banner-carousel .owl-next {
        display: none !important;
    }
.main-allhd h2 {
        font-size: 16px !important; 
    }
        .main-ftrbx1-1 {
        width: 100% !important;
    }
    .main-ftrbx2-1 {
    width: 100% !important;
}
.main-ftrbx1-1 a {
        width: 50% !important;
    }
        .main-ftrbx2-1 a {
        width: 50%;
    }
    .searchbx form button {
            left: 10px;
    }
    .searchbx input {
        padding: 15px 18px 15px 43px;
    }

}

@media(max-width: 440px){
   .se-hvr-imgexmob{
    display:block;
    width:90%;
    margin-top: 8px;
} 

.se-hvr-img{
    display:none;
}
.se-hvr-hd {
    width:90%;
}
.se-hvr-hd button{
    padding: 10px 10px 10px 10px !important;
    width:100%;
    text-align:left;
}
.se-hvr-imgexmob button{
     width:100%;
    text-align:left;
}

.se-hvr-imgexmob button {
        cursor: pointer;
        border: none;
       padding: 10px 10px 10px 10px;
        font-size: 12px;
    }
    .se-hvr-imgexmob img{
        max-width: 15px !important;
    }
    .se-hvr-hd button {

        font-size: 12px !important;
        
    }
    .section-hoversbx {
      
        bottom: 26px !important;
        
    }
    .main-allimagscroll-txt {
        padding: 20px 10px 140px 10px !important;
    }
    .section-hoversbx{
        left:10px !important;
    }
        .main-allimagscroll-txt h3 {
        font-size: 17px !important;
    }
        .main-allimagscroll-txt h5 {
        padding-left: 0 !important;
        width:100%;
            
        }
        
        .main-allimagscroll-txt-inn h5{
        padding-left: 0 !important;
        width: 100%;
    }
    
    
         .section-hoversbx-inn {
        left: 10px !important;
    }   
        .section-hoversbx-inn {
        bottom: 26px !important;
    }
       .se-hvr-hd-inn {
        width: 90%;
    } 
    .se-hvr-hd-inn button{
       font-size: 12px !important;
       padding: 10px 10px 10px 10px !important;
        width: 100%;
        text-align: left;
    }    
     .se-hvr-img-inn {
        display: none;
    }   
          .se-hvr-imgexmob-inn {
        display: block;
        width: 90%;
        margin-top: 8px;
    }  
            .se-hvr-imgexmob-inn button {
        cursor: pointer;
        border: none;
        padding: 10px 10px 10px 10px;
        font-size: 12px;
        width: 100%;
        text-align: left;
    }
    .se-hvr-imgexmob-inn img {
        max-width: 15px !important;
    }
            .main-allimagscroll-txt-inn {
        /* padding: 20px 10px 140px 10px !important; */
    }
        
       
}


@media(max-width: 575px){
    
    .section2 {
    padding-top: 30px;
        
    }
    .section4-mainiconbx .col-lg-6{
   padding: 0px 15px 0px 15px !important;
} 
    
    .per img {
        max-width: 40px;
    }

.banner-carousel .owl-nav {
    display: none;
}
.close_form {
    right: -32px;
}
   .section-hoversbx {
        width: 100%;
        float: left;
        top: unset;
        bottom: 21px;
        left: 20px;
        text-align: center;
        opacity: 1;
        position: absolute;
        padding: 0;
    }

.main-allimagscroll-txt h6 {
        padding-left: 0;
        font-size: 15px;
        width: 100%;
        padding-top: 4px;
    }
.se-hvr-hd button {
    cursor: pointer;
    border: none;
    padding: 10px 16px 10px 16px;
     font-size: 14px;
}
.se-hvr-img {
    margin-left: 10px;
   
    padding: 10px 8px 2px 8px;
    
}
.main-allimagscroll-txt {
   padding: 20px 20px 75px 20px;
}
.main-allimagscroll-txt h3 {
    font-size: 20px;
}
.main-allimagscroll-txt h4 {
     font-size: 20px;
}
.main-allimagscroll-txt h5 {
    padding-top: 13px;
    padding-left: 28px;
}
.main-allimagscroll-txt p {
      font-size: 15px;
}

    .fade-header h2:after {
        display: none;
    }

.fade-header h2 {
    font-size: 11px;
}
.firsthd-icon {
    display: none;
}
.logo {
        width: 30%;
        display: block;
        height: 110px;
        overflow: hidden;
    }
    .logo img {
    width: 100%;
    float: left;
    max-width: 166px;
    height: 90px;
    object-fit: contain;
}
.nav-toggle {
    top: 11%;
}

.mob-logo {
    display: none;
    width: 30%;
}
.first-hd {
    top: 87px;
    padding: 20px 0px 17px 0px;
     border-bottom: none; 
}
.banner {
    padding-top: 22px;
}

.banner-carousel .owl-prev img {
    height: 24px;
}
.banner-carousel .owl-next img {
    height: 24px;
}
.banner-carousel .owl-prev {
    top: 93px;
}
.banner-carousel .owl-next {
    top: 93px;
}

.section1 {
        padding-left: 12px;
        padding-top: 35px;
        padding-right: 12px;
    }
.main-allhd a {
    font-size: 14px;
}
#login-user .modal-content {
        width: 80%;
        margin: auto;
    }

.main-allhd h2 {
    font-size: 18px;
}
.section2-hfimg1 {
    width: 100%;
    padding-bottom: 35px;
}
.section2-hfimg {
    padding-top: 25px;
    padding-bottom: 25px;
}
.section3-fullimg {
    padding-top: 30px;
}
.section3 {
    padding-bottom: 40px;
}
.mob-onlysize a{
    width: 100% !important;
}

.section4-mainiconbx {
    padding-top: 55px;
}
.section4-icon {
    padding-bottom: 60px;
    border: none !important;
}
.section4 {
    padding-bottom: 10px;
}
.f-logo img {
    float: none;
}
.f-logo {
    text-align: center;
}
.main-ftrbx1 {
    padding-bottom: 20px;
    padding-top: 40px;
    width: 100%;
}
.main-ftrbx2 {
    width: 100%;
}
.main-ftrbx1-1 {
    padding-left: 0px !important;
}
.main-ftrbx1-1 h2 {
    text-align: center;
}
.main-ftrbx1-1 a {
    text-align: center;
}
.main-ftrbx2-1 h2 {
    text-align: center;
}
.main-ftrbx2-1 a {
    text-align: center;
}
.main-ftrbx2-1 p {
    text-align: center;
}
.copy-right h2 {
    width: 100%;
    text-align: center;
    padding-bottom: 11px;
}
.copy-right img {

    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.copy-right {
    margin-top: 32px;
    padding-top: 27px;
    padding-bottom: 30px;
}

.footer {
    padding-bottom: 55px;
}
.custombx1{
    display: none;
}
/*myaccout*/
.product-list-hd h2 {
    padding-bottom: 10px;
    padding-right: 0px;
    width: 100%;
    float: left;
    font-size: 20px;
    padding-bottom: 10px;
}
.product-list-hd h2::after {
    display: none;
}
.page-thumb {
    width: 100%;
    padding-bottom: 10px;
}
.accouthdwelcom {
    width: 100%;
    float: left;
    padding-bottom: 15px;
}
.product-list-hd {
   
    padding-top: 20px;
    border-bottom: 1px solid #EDEDED;
}
.Profile-listmain h2 {
    font-size: 22px;
}
.Profile-listmain {
    margin-bottom: 20px;
    padding: 25px 28px 25px 33px;
}
.Profile-lis-minfrom h2{
    font-size: 22px;
}

.Profile-lis-minfrom{
    padding: 25px 28px 25px 33px;
}
.savedadd-hd h2 {
    font-size: 22px;
}
.myallbiprofile .col-6{
padding: 6px !important;
}

/*myaccout*/
/*cart*/
.upcart {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
    margin-bottom: 20px;
}
.updateretrutrncrt {
    padding-top: 0px;
}
.rsetcart {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
}
.crtbills {
    width: 100%;
}
.acarta a {
    width: 100%;
    padding: 10px 0px;;
}
/*cart*/
/*cheqout*/
.chechout-add-bx {
    width: auto;
    margin-right: 0px !important;
    margin-top: 15px;
}
.chechout-account-hd h2 {
    font-size: 22px;
    padding-bottom: 11px;
}
.newbillingaddress h2 {
    font-size: 22px;
}
.accordion-button {
    font-size: 22px;
}
.cheq-detilehd h2 {
    font-size: 22px;
}
.cheingadressaddnew {
    padding-top: 25px;
    padding-bottom: 25px;
}
/*cheqout*/
/*pdodet*/

.product-detfull-img{
    padding: 0px 10px;
}

.product-det-text {
    padding-left: 0px;
    padding-top: 30px;
}
.product-hoversbx {
    width: 100%;
    padding: 20px 0px 0px 0px ;
}
.review h3 {
    width: 100%;
    padding-bottom: 20px;
}
.review a {
    float: left;
}
.review {
    padding-top: 60px;
}
.product-detfull-bigimg img {
    height: 350px;
}
.prod-sml-img img {
        height: 108px;
}
/*pdodet*/

/*pdodet list*/
.mob-custom{
    display: none;
}
.custom .options {
left: 0px;
}
.product-listmain .col-6 {
        
    }

    .main-allimagscroll-txt-inn {
       
    }
.main-allimagscroll-txt-inn h3 {
         /* font-size: 20px; */
    }
    .main-allimagscroll-txt-inn h4 {
        font-size: 20px;
    }

.main-allimagscroll-txt-inn h5 {
        padding-top: 13px;
        padding-left: 28px;
    }
    .main-allimagscroll-txt-inn p {
        font-size: 15px;
    }

    .main-allimagscroll-txt-inn h6 {
        padding-left: 0;
        font-size: 15px;
        width: 100%;
        padding-top: 4px;
    }
.section-hoversbx-inn{
    opacity: 1;
}
    .se-hvr-hd-inn button {
        cursor: pointer;
        border: none;
        padding: 10px 16px 10px 16px;
        font-size: 14px;
    }

.se-hvr-img-inn {
        margin-left: 10px;
        padding: 10px 8px 2px 8px;
    }
.section-hoversbx-inn {
    width: 100%;
    top: unset;
    bottom: 21px;
    left: 20px;
    text-align: center;
    opacity: 1;
    position: absolute;
    padding: 0;
}








/*pdodet list*/

.greeanall-sml {
    width: 46%;
    height: 210px;
    }
    .greeanall-sml1 {
    width:46%;
    height: 210px;
    padding: 35px 20px 35px 20px;
    }

    #coopen-user .modal-content {
        width: 80%;
        margin: auto;
    }

.coopenfullview {
    padding: 71px 80px 0px 80px;
}
.coopenh6 {
    padding: 0px;
}
.per {
    width: auto;
    height: auto;

}
.per h5 {
    font-size: 12px;
    line-height: 14px;
}
.new-outof1 h4{
    font-size: 12px;
}
.checkbox-alias {
    margin-bottom: 17px;
    margin-right: 0px !important;
    width: 100%;
    
}

.mct_form{
    width:100% !important;
}
















}



@media (min-width:576px) and (max-width:767px){
        .fade-header h2:after {
        display: none;
    }
    .main-allimagscroll-txt h6 {
        font-size: 16px;
    }
    .main-allimagscroll-txt {
       padding: 33px 45px 90px 23px;
    }
    .section-hoversbx {
        width: 100%;
        float: left;
        top: unset;
        bottom: 25px;
        left: 22px;
        text-align: center;
        opacity: 1;
        position: absolute;
        padding: 0;
    }

    .section4-icon {
        border: none !important;
    }

.fade-header h2 {
    font-size: 11px;
}
.firsthd-icon {
    display: none;
}
.logo {
    width: 25%;
}
.nav-toggle {
    top: 11%;
}

.mob-logo {
    width: 30%;
}
.first-hd {
    top: 87px;
    padding: 20px 0px 17px 0px;
     border-bottom: none; 
}
.banner {
    padding-top: 45px;
}
.banner img {
    object-fit: cover;
   height: 270px;
}
.banner-carousel .owl-prev img {
    height: 24px;
}
.banner-carousel .owl-next img {
    height: 24px;
}
.banner-carousel .owl-prev {
    top: 93px;
}
.banner-carousel .owl-next {
    top: 93px;
}

.section1 {
    padding-top: 45px;
}
.main-allhd h2 {
    font-size: 18px;
}
.section2-hfimg1 {
    width: 100%;
    padding-bottom: 35px;
}
.section2-hfimg {
    padding-top: 55px;
    padding-bottom: 45px;
}
.section3-fullimg {
    padding-top: 55px;
}
.section3-fullimg img {
    height: 172px;
    object-fit: cover;
}

.section4-mainiconbx {
    padding-top: 55px;
}
.section4-icon {
    padding-bottom: 60px;
}
.section4 {
    padding-bottom: 10px;
}
.f-logo img {
    float: none;
}
.f-logo {
    text-align: center;
}
.main-ftrbx1 {
    padding-bottom: 20px;
    padding-top: 40px;
    width: 100%;
}
.main-ftrbx2 {
    width: 100%;
}
.main-ftrbx1-1 {
    padding-left: 0px !important;
}
.main-ftrbx1-1 h2 {
    text-align: center;
}
.main-ftrbx1-1 a {
    text-align: center;
}
.main-ftrbx2-1 h2 {
    text-align: center;
}
.main-ftrbx2-1 a {
    text-align: center;
}
.main-ftrbx2-1 p {
    text-align: center;
}
.copy-right h2 {
    width: 100%;
    text-align: center;
    padding-bottom: 11px;
}
.copy-right img {

    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.copy-right {
    margin-top: 32px;
    padding-top: 27px;
    padding-bottom: 30px;
}
.footer {
    padding-bottom: 55px;
}
/*myaccout*/
.product-list-hd h2 {
    padding-bottom: 10px;
    padding-right: 0px;
    width: 100%;
    float: left;
    font-size: 20px;
    padding-bottom: 10px;
}
.product-list-hd h2::after {
    display: none;
}
.page-thumb {
    width: 100%;
    padding-bottom: 10px;
}
.accouthdwelcom {
    width: 100%;
    float: left;
    padding-bottom: 15px;
}
.product-list-hd {
   
    padding-top: 20px;
    border-bottom: 1px solid #EDEDED;
}
.Profile-listmain h2 {
    font-size: 22px;
}
.Profile-listmain {
    margin-bottom: 20px;
    padding: 25px 28px 25px 33px;
}
.Profile-lis-minfrom h2{
    font-size: 22px;
}

.Profile-lis-minfrom{
    padding: 25px 28px 25px 33px;
}
.savedadd-hd h2 {
    font-size: 22px;
}
.myallbiprofile .col-6{
padding: 3px !important;
}


/*myaccout*/

/*cheqout*/
.chechout-add-bx {
    width: auto;
    margin-right: 0px !important;
    margin-top: 15px;
}
.chechout-account-hd h2 {
    font-size: 22px;
    padding-bottom: 11px;
}
.newbillingaddress h2 {
    font-size: 22px;
}
.accordion-button {
    font-size: 22px;
}
.cheq-detilehd h2 {
    font-size: 22px;
}
.cheingadressaddnew {
    padding-top: 25px;
    padding-bottom: 25px;
}
/*cheqout*/
/*pdodet*/
.product-det-text {
    padding-left: 0px;
    padding-top: 20px;
}
.prod-sml-img img{
    height: 109px;
    object-fit: cover;
}



/*pdodet*/

    .main-allimagscroll-txt-inn {
        /* padding: 33px 45px 90px 23px; */
    }
.main-allimagscroll-txt-inn h6 {
        font-size: 16px;
    }
.section-hoversbx-inn {
        width: 100%;
        float: left;
        top: unset;
        bottom: 25px;
        left: 22px;
        text-align: center;
        opacity: 1;
        position: absolute;
        padding: 0;
    }

.mob-custom{
    display: none;
}

.greeanall-sml {
    width: 47%;
    height: 210px;
    margin-left: 7px;
        margin-right: 7px;
    }
    .greeanall-sml1 {
    width:47%;
    height: 210px;
    padding: 35px 20px 35px 20px;
    margin-left: 7px;
        margin-right: 7px;
    }

.checkbox-alias {
    margin-bottom: 17px;
    margin-right: 0px !important;
    width: 100%;
    
}
.mct_form{
    width:100% !important;
}

}


@media (min-width:768px) and (max-width:991px){
  
  .product-detfull-bigimg img {
    float: left;

  }  
  .product-det-text {
    padding-left: 0px;
    padding-top: 20px;
}
.myallbiprofile .col-md-4{
padding: 3px !important;
}
.main-allimagscroll-txt {
    padding: 33px 10px 36px 10px;
}
.section-hoversbx {
        padding: 7px 12px 11px 13px;
        top: 135px;
    }
.se-hvr-img {
    margin-left: 5px;
}
.se-hvr-hd button {
    padding: 9px 25px 11px 25px;
}
    .fade-header h2:after {
        left: 13%;
    }
    .section-hoversbx {
        opacity: 1;
    }

.header_area {
    padding: 0;
}
.first-hd {
    border-bottom: none;
    padding: 7px 0px 10px 0px;
}
.logo {
    width: 25%;
}
.firsthd-icon {
    top: 35px;
    left: 201px;
    position: relative;
}
.nav-toggle {
    top: 54%;
}
.mob-logo{
    display: none;
}
    .logo {
        display: block;
    }

.banner-carousel .owl-prev {
    top: 87px;
}
.banner-carousel .owl-next {
      top: 87px;
}
.section4-mainiconbx .col-lg-6{
    padding: 0 !important;
} 
.main-ftrbx1 {
    width: 100%;
}
.main-ftrbx2 {
    width: 100%;
}
.footer {
    padding-bottom: 10px;
}
.copy-right h2 {
    padding-top: 8px;
}
.copy-right {
    margin-top: 44px;
    padding-top: 25px;
}
.Profile-listmain {
    margin-bottom: 30px;
}
.mob-custom{
    display: none;
}

    .main-allimagscroll-txt-inn {
        padding: 33px 10px 36px 10px;
    }
.section-hoversbx-inn {
        padding: 7px 12px 11px 13px;
        top: 135px;
        opacity: 1;
    }
.se-hvr-hd-inn button {
        padding: 9px 25px 11px 25px;
    }
.se-hvr-img-inn {
        margin-left: 5px;
    }
.product-listmain .col-md-4 {
        padding: 3px !important;
    }

.greeanall-sml {
    width: 31%;
    height: 200px;
    margin-left: 8px;
        margin-right: 8px;
}
.greeanall-sml1 {
    width: 31%;
    height: 200px;
    margin-left: 8px;
        margin-right: 8px;
}

}


@media (min-width:992px) and (max-width:1024px){

.section-hoversbx{
    padding: 0px 29px 0px 29px;
    top: 178px;
}

.fade-header h2:after {
    left: 23%;
}
.section-hoversbx {
        opacity: 1;
    }
.logo {
    width: 20%;
}
.h3-box1-img {
    margin-right: -15px;
}
.firsthd-iconbx1 h6 {
    padding-right: 4px;
    font-size: 14px;
}
.firsthd-iconbx2 {
    padding-left: 10px;
}
.firsthd-iconbx3 {
    padding-left: 10px;
}
.firsthd-iconbx2 h6 {
    font-size: 14px;
}
.firsthd-iconbx3 h6 {
     font-size: 14px;
}
.nav-menu > li > a {
    margin-left: 0px !important;
   padding: 8px 9px 10px 9px !important;
}
/*.megamenu-panel {
    left: 39px !important;
}*/
.banner-carousel .owl-prev {
   top: 130px;
}
.megamunuex-img img {
    max-width: 273px !important;
}
.banner-carousel .owl-next {
      top: 130px;
}
.main-ftrbx2-1 p a {
    font-size: 15px;
}
.footer{
    padding-bottom: 25px;
}
.product-detfull-bigimg img {
    height: 390px;
}
   .prod-sml-img img{
    height: 122px;
    object-fit: cover;
   } 
.product-det-text {
    padding-left: 0px;
}
.produxt-img {
    margin-left: 11px;
}
.produxt-hd button {
    padding: 9px 19px 11px 19px;
}
.review {
    padding-top: 40px;
}

.main-allimagscroll-txt-inn {
    padding: 20px 20px 20px 20px;

}
.main-allimagscroll-txt-inn h6{
    padding-left: 25px;
}

.section-hoversbx-inn {
   padding: 0px 10px 0px 10px;
   opacity: 1;
   top: 129px;
}
    .se-hvr-hd-inn button {
        padding: 8px 15px 9px 15px;
    }
.se-hvr-img-inn {
    margin-left: 13px;
}

.greeanall-sml {
    width: 30%;
    height: 200px;
    margin-left: 8px;
        margin-right: 8px;
}
.greeanall-sml1 {
    width: 30%;
    height: 200px;
    margin-left: 8px;
        margin-right: 8px;
        padding: 24px 20px 35px 20px;
}

.checkbox-alias{
    margin-right: 11px !important;
}
.mct_form{
    width:100% !important;
}


}


@media (min-width:1025px) and (max-width:1199px){
.fade-header h2:after {
    left: 23%;
}
.section-hoversbx {
        opacity: 1;
    }
.logo {
    width: 20%;
}
.h3-box1-img {
    margin-right: -15px;
}
.firsthd-iconbx1 h6 {
    padding-right: 4px;
    font-size: 14px;
}
.firsthd-iconbx2 {
    padding-left: 10px;
}
.firsthd-iconbx3 {
    padding-left: 10px;
}
.firsthd-iconbx2 h6 {
    font-size: 14px;
}
.firsthd-iconbx3 h6 {
     font-size: 14px;
}
.nav-menu > li > a {
    margin-left: 1px !important;
   padding: 8px 9px 10px 9px !important;
}
.megamenu-panel {
    left: 39px !important;
}
.banner-carousel .owl-prev {
   top: 130px;
}
.banner-carousel .owl-next {
      top: 130px;
}
.main-ftrbx2-1 p a {
    font-size: 15px;
}
.footer{
    padding-bottom: 25px;
}
.section-hoversbx {
        padding: 0px 25px 0px 25px;
    top: 193px;
}
.product-detfull-bigimg img {
    height: 390px;
}
   .prod-sml-img img{
    height: 122px;
    object-fit: cover;
   } 
.product-det-text {
    padding-left: 0px;
}
.produxt-img {
    margin-left: 11px;
}
.produxt-hd button {
    padding: 9px 19px 11px 19px;
}
.review {
    padding-top: 40px;
}
.main-allimagscroll-txt-inn {
    padding: 20px 20px 20px 20px;

}
.main-allimagscroll-txt-inn h6{
    padding-left: 25px;
}

.section-hoversbx-inn {
   padding: 0px 10px 0px 10px;
   opacity: 1;
   top: 129px;
}
    .se-hvr-hd-inn button {
        padding: 8px 15px 9px 15px;
    }
.se-hvr-img-inn {
    margin-left: 13px;
}
.greeanall-sml {
    width: 30%;
    height: 200px;
    margin-left: 8px;
        margin-right: 8px;
}
.greeanall-sml1 {
    width: 30%;
    height: 200px;
    margin-left: 8px;
        margin-right: 8px;
        padding: 24px 20px 35px 20px;
}
.checkbox-alias{
    margin-right: 11px !important;
}
.mct_form{
    width:100% !important;
}


}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1198px;
    }
}

@media (min-width:1400px) and (max-width:1440px){

.section-hoversbx-inn {
    padding: 0px 30px 0px 29px;
}
.se-hvr-hd-inn button {
        padding: 9px 24px 9px 24px;
}

}



@media(min-width:992px) and (max-width:1199px){
.ui-autocomplete{margin-top: 132px !important;}
}

@media(min-width:859px) and (max-width:991px){
.ui-autocomplete{margin-top: 132px !important; 
left:36% !important; width:530px !important; background: #fff !important;}
}

@media(min-width:693px) and (max-width:858px){
.ui-autocomplete{margin-top: 132px !important; left:36% !important; 
width:425px !important; background: #fff !important;}
}

@media(min-width:576px) and (max-width:692px){
.ui-autocomplete{margin-top: 153px !important; left:36% !important; 
width:330px !important; background: #fff !important;}
}

@media(min-width:500px) and (max-width:575px){
.ui-autocomplete{margin-top: 245px !important; left:3% !important; 
width:290px !important; background: #fff !important;}
}

@media(min-width:375px) and (max-width:499px){
.ui-autocomplete{margin-top: 206px !important; left:3% !important; 
width:355px !important; background: #fff !important;}
}

@media(min-width:300px) and (max-width:374px){
.ui-autocomplete{margin-top: 206px !important; left:3% !important; 
width:280px !important; background: #fff !important;}
}

@media(min-width:230px) and (max-width:299px){
.ui-autocomplete{margin-top: 206px !important; left:3% !important; 
width:220px !important; background: #fff !important;}
}




.apply-summary h5 {
    float: left;
    text-align: center;
    width: 100%;
    background-color: #212121;
    color: white;
    font-size: 18px;
    padding: 14px 0px;
    /* font-weight: 500; */
    border-radius: 20px 20px 0px 0px;
    margin-bottom: 0px;
}

.delivery-options{
   float: left;
   width:100%;
   padding: 15px;
   padding-bottom:0px;
}

.delivery-options label{
    float:left;
    width:100%;
}

#out_stock{
   float:left;
    /* width:100%; */
}

.ui-autocomplete{
     float: left;
    width: 100%;
    /* display: none; */
    width: 460px;
    position: absolute;
    float: right;
    padding-left: 0px;
    background: white;
    border: 25px;
    padding:0px;
    top: 150px;
    z-index: 111;
    left: 23%;
    border-radius: 16px;
    height: 200px;
    overflow: hidden;
    overflow-y: scroll;
    /* border-top-right-radius: 0px; */
    /* border-top-left-radius: 0px; */
}

.ui-autocomplete-row{
    float: left;
    width: 100%;
    font-size:14px;
    padding:15px;
    color:black;
    list-style-type: none;
    text-decoration:none !important;
    border-bottom: solid 1px rgb(0 0 0 / 5%);
    padding-bottom: 8px;
    padding-top: 8px;
}

.ui-autocomplete-row a{
    text-decoration:none !important;
}

.ui-autocomplete-row img{
    width:40px !important;
    height:40px !important;
    margin-right: 7px;
}

.ui-autocomplete-row .rate {
    display:none;
}

.ui-autocomplete-row span{
    color:black;
    text-decoration:none !important;
}

.select-container {
    /* position: relative; */
    /* margin: 0 auto; */
    /* width: 400px; */
    /* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); */
    color: white !important;
}

.ui-helper-hidden-accessible{
    display:none;
}



@media (min-width:230px) and (max-width:1199px) {
.list-top{display:none;}
.section-hoversbx-inn{position:relative !important;margin-top: 14px !important; padding: 0px !important; top: 0px !important;
    bottom: 0px !important; left: 0px!important;}
}

@media (min-width:1200px) and (max-width:9999px) {
.hide-desk{display:none !important;}
}

@media (min-width:230px) and (max-width:440px) {
.se-hvr-hd-inn img{display:none !important;}
.se-hvr-imgexmob-inn img  {display:none !important;}  
.se-hvr-hd-inn button{font-size: 14px !important; text-align: center;}
.se-hvr-imgexmob-inn button{font-size: 14px !important; text-align: center;}
.sav-lst{width:100% !important; text-align:center;}
}


@media (min-width:230px) and (max-width:767px) {
.cart_count{position: relative;
    background: #3a3d40;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    color: white;
    line-height: 18px;
    font-size: 10px;
    margin-top: -15px;
    margin-left: auto;
    margin-right: auto;
    top: -16px;
    left: 6px;}
}


