@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

p {
  font-weight: 400;
  font-family: 'Montserrat';
  color: #000;
}


/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}



@font-face {
  font-family: 'Euclid-Circular-A-Medium';
  src: url(../fonts/Euclid-Circular-A-Medium.ttf);
  font-weight: 400;
  font-style: normal
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 22px;
  margin: 20px 20px 20px 0;
  text-transform: capitalize;
  background: #fff;
  display: flex;
  justify-content: space-between;
  border-radius: unset;
  width: 209px;
  font-family: 'Euclid-Circular-A-Medium';
  border: 1px solid #000;
  color: #000;
}

.theme-btn:hover {
  background: linear-gradient(180deg, rgba(22,150,44,1) 41%, rgba(43,184,72,1) 78%);
  color: #fff;
  border-color: #28b16d;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: 'Euclid-Circular-A-Medium';
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'Euclid-Circular-A-Medium';
  font-size: 55px;
  line-height: 60px;
  color: #000;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'Euclid-Circular-A-Medium';
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'Euclid-Circular-A-Medium';
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'Euclid-Circular-A-Medium';
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: 'Euclid-Circular-A-Medium';
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;
  
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/*header css start */

.menuSec {
  padding: 12px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #393939;
    padding: 10px 30px;
    font-size: 15px;
    font-family: 'Montserrat';
}

.menuSec ul li a:after {
  content: '';
  position: absolute;
  top: 35%;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #393939;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #28b16d;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}
.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}
.droopdwon {
    float: left;
}
.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}
/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
/*banner css start */




.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}
.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}
.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}
.carousel-control.right {
  right: 0px;
}
.carousel-control.left {
  left: 0px;
}
.carousel-indicators {}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}
.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}
.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}
/*banner css end*/

.blog_sec {
  padding: 5% 0;
}
/*slick slider in tabs css start*/


/* Style the tab */




.tab_sec .tab {
  overflow: hidden;
  border: 0;
  background-color: #ffffff;
}
/* Style the buttons that are used to open the tab content */
.tab_sec .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab_sec .tab button:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */
.tab_sec .tab button.active {
  background-color: #ccc;
}
/* Style the tab content */

.tab_sec .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0;
}
.tabcontent.active {
  display: block;
}
/*slick slider in tabs css start*/

.nav-item {padding: 10px;}





/*Top Bar css Start*/
.bar-icons ul li {
    border: 1px solid #0361f9;
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #0361f9;
}

.bar-icons ul {
    display: flex;
    gap: 10px;
    margin-bottom: 0px;
}

.bar-icons ul li a {
    color: #fff;
}

.bar-icons ul li:hover {
    background: #03a9f4;
    border-color: #03a9f4;
}

.track-text-top ul {
    display: flex;
    justify-content: end;
    gap: 14px;
    position: relative;
    margin-bottom: 0px;
}

.text-top-bar {
    text-align: center;
}

.top-bar {
    background: #633100;
}

.text-top-bar p {
    color: #fff;
    margin-bottom: 0px;
    font-family: "Montserrat", serif;
    font-size: 18px;
    font-weight: 200;
}

.track-text-top ul li {
    color: #fff;
}

.top-bar {
    padding: 10px 0px;
}

.top-bar .row {
    align-items: center;
}
.track-text-top ul li p {
    margin-bottom: 0px;
    border-right: 1px solid #fff;
    padding-right: 10px;
    font-family: "Montserrat", serif;
    font-size: 18px;
    font-weight: 200;
    color: #fff;
}

/*Top Bar css End*/



/*Top Sec Start*/

.top-bar-center .search-container {
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    height: 53px;
    /* overflow: hidden; *//*
    border: 1px solid #000;*/
    padding: 10px 10px;
}

.top-bar-center .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: none;
    z-index: 10;
}

.top-bar-center .dropdown.show {
    display: block;
}

.top-bar-center .dropdown div {
    padding: 8px 12px;
    cursor: pointer;
}

.top-bar-center .dropdown div:hover {
    background-color: #f0f0f0;
}

.top-bar-center input {
    padding: 0px 15px;
    width: 100%;
    border: 1px solid #cccccc00;
    border-radius: 4px;
    outline: none;
    color: #666666;
}

.top-bar-center .category {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 0;
    padding: 0 0 0 8px;
    border-radius: 6px 6px 6px 6px;
    background: #000;
    cursor: pointer;
    border-right: 1px solid #989898;
    width: 300px;
    height: 42px;
    align-items: center;
    background: linear-gradient(180deg, rgba(22,150,44,1) 41%, rgba(43,184,72,1) 78%);
}

.top-bar-center .search-container input {
    padding: 0px 50px 0 10px;
}

.top-bar-center .fas.fa-search {
    margin-left: 8px;
    cursor: pointer;
}

.top-bar-center input {
    padding: 0px 15px;
    width: 100%;
    border: 1px solid #cccccc00;
    border-radius: 4px;
    outline: none;
    color: #666666;
}
.search-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.top-bar-center .category span {
    font-family: 'Montserrat';
    color: #fff;
    font-size: 13px;
    width: 148px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
button.search-btn {
    background: #e6e7e8;
    border: 1px solid #e6e7e8;
    width: 44px;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0px 7px;
    border-radius: 7px;
}

.topSec {
    background: linear-gradient(180deg, rgba(148,148,140,1) 24%, rgba(184,184,176,1) 53%, rgba(148,148,140,1) 78%);
}

.topSec .row {
    align-items: center;
    padding: 13px 0px;
    position: relative;
}
ul.address-top-sec {
    width: 70px;
    text-align: center;
    background-image: linear-gradient(180deg, rgba(22,150,44,1) 41%, rgba(43,184,72,1) 78%);
    margin-bottom: 0px;
    border-radius: 9px;
    padding: 2px 0px;
    height: 54px;
}

ul.address-top-sec li {
    font-size: 12px;
    font-family: 'Montserrat';
    text-transform: capitalize;
    font-weight: 300;
    color: #fff;
}







.badge {
  background-color: #24ad3f;
  border-radius: 10px;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 3px 7px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.shopping-cart {
  margin: 20px 0;
  float: right;
  background: white;
  width: 320px;
  position: relative;
  border-radius: 3px;
  padding: 20px;
  position: absolute;
  z-index: 2;
  top: 57px;
}
.shopping-cart .shopping-cart-header {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 15px;
}
.shopping-cart .shopping-cart-header .shopping-cart-total {
  float: right;
}
.shopping-cart .shopping-cart-items {
  padding-top: 20px;
}
.shopping-cart .shopping-cart-items li {
  margin-bottom: 18px;
}
.shopping-cart .shopping-cart-items img {
    float: left;
    margin-right: 12px;
    width: 90px;
}
.shopping-cart .shopping-cart-items .item-name {
  display: block;
  padding-top: 10px;
  font-size: 16px;
  font-family: 'Montserrat';
}
.shopping-cart .shopping-cart-items .item-price {
  color: #16962c;
  margin-right: 8px;
}
.shopping-cart .shopping-cart-items .item-quantity {
  color: #ABB0BE;
}

.shopping-cart:after {
  bottom: 100%;
  left: 89%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: white;
  border-width: 8px;
  margin-left: -8px;
}

.cart-icon {
  color: #16962c;
  font-size: 24px;
  margin-right: 7px;
  float: left;
}

.shopping-cart .button {
  background: #6394F8;
  color: white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  display: block;
  border-radius: 3px;
  font-size: 16px;
  margin: 25px 0 15px 0;
  background-image: linear-gradient(180deg, rgba(22,150,44,1) 41%, rgba(43,184,72,1) 78%);
}
.shopping-cart .button:hover {
  background: #000;
  color: #fff;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
ul.navbar-right li a {
    display: flex;
    gap: 20px;
    color: #fff;
    align-items: center;
    width: 170px;
}

ul.navbar-right {
    background-image: linear-gradient(180deg, rgba(22,150,44,1) 41%, rgba(43,184,72,1) 78%);
    padding: 2px 13px;
    border-radius: 10px;
    margin-bottom: 0px;
}

ul.navbar-right li p {
    margin-bottom: 0px;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 300;
    color: #fff;
}
.top-sec-right-main {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
}
ul.navbar-right li i {
    padding-left: 36px;
}
ul.navbar-right li i {
    padding-left: 36px;
}
/*Top Sec End*/


/* Header start */
.hdr_cart a i {
  color: #fea100;
  font-size: 35px;
}

.hdr_cart a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav.stroke {
  height: 100%;
}

.hdr_hamburger {
  height: 100%;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #000000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    overflow-y: hidden;
}
.sidenav a {
  font-weight: 600 !important;
  position: relative !important;
  padding: 30px 0 !important;
  text-decoration: none !important;
  font-size: 24px !important;
  color: #fff !important;
  display: block !important;
  text-transform: uppercase !important;
  transition: 0.3s !important;
  text-align: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.sidenav a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 0;
  margin: 0 auto;
  border-bottom: 2px solid #f8f9fa;
  transition: ease-in;
  transition-duration: 0.2s;
}

.sidenav a:hover::before {
  width: 100%;
  transition: ease-in;
  transition-duration: 0.2s;
}

.sidenav a:hover {
  color: #ffc107;
  transition: ease-out;
  transition-duration: 0.2s;
}

.sidenav .closebtn {
  position: absolute !important;
  top: 0 !important;
  right: 25px !important;
  font-size: 36px !important;
  margin-left: 50px !important;
  transition: ease-out !important;
  transition-duration: 0.2s !important;
}
.nav-head span i {
    padding-right: 7px;
    padding-left: 16px;
}

.menuSec .row {
    align-items: center;
}
/* Header end */



/*banner Css Start*/
.banner_text p {
    font-family: 'Montserrat';
    text-align: center;
    font-weight: 400;
    color: #000;
    width: 90%;
    margin: 0 auto;
}

.banner_text {
    text-align: center;
}

.banner_text h1 {
    font-size: 61px;
    color: #000;
}

.banner_text ul li img {
    padding: 10px 6px;
    border-radius: 7px;
    background: linear-gradient(180deg, rgba(22, 150, 44, 1) 41%, rgba(43, 184, 72, 1) 78%);
    width: 61px;
    height: 50px;
    object-fit: contain;
}

.banner_text ul {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    gap: 40px;
    margin-top: 30px;
}

.banner_text ul li {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
}

.banner_text .theme-btn {
    width: 331px;
    margin: 0 auto;
    border-radius: 10px;
    border: unset;
}

.theme-btn:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(349deg) brightness(110%) contrast(104%);
    transition: 0.9s;
    transform: rotate(180deg);
}
.banner_text ul li span {
    display: block;
    line-height: 19px;
    margin-top: 10px;
}

.banner_text li:hover img {
    transform: rotateY(360deg);
    transition: 0.9s;
    background: #000;
}
img.banner-img {
    width: 100%;
}
/*banner Css End*/


/*return Section Staret*/
.reurn-text ul li h4 {
    font-family: 'Montserrat';
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
    font-size: 28px;
}

.reurn-text ul li span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    line-height: 20px;
}

.reurn-text ul {
    display: flex;
    gap: 17px;
    align-items: center;
    margin-bottom: 0px;
}

.return-text img {
    width: 33px;
}
.return {
    padding: 32px 0px;
    background: #ffffff;
}
@keyframes rotate {
    0%{transform: rotate(0deg);}
    50%{transform: rotate(360deg);}
    100%{transform: rotate(0deg);}
}
.reurn-text ul li img {
    animation: rotate 20s ease-in-out infinite;
    width: 90px;
}
.reurn-text ul li img {
    animation: rotate 20s ease-in-out infinite;
    width: 90px;
    max-width: 50px;
}

.reurn-text ul:hover li img {
    transition: 0.9s;
    background: #000;
    border-radius: 59%;
    padding: 4px 5px;
}
/*return Section End*/



/*New Arrival Section Strat*/
.arrival-box {
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);
    padding: 25px 16px;
    background: #fff;
    position: relative;
}
p.tags-txt span {
    background-image: linear-gradient(180deg, rgba(22, 150, 44, 1) 41%, rgba(43, 184, 72, 1) 78%);
    color: #fff;
    padding: 10px 15px;
    height: 25px;
    display: flex
;
    align-items: center;
    max-width: max-content;
    margin-bottom: 0px;
    position: absolute;
    top: 25px;
    right: 16px;
}

.arival-text h3 {font-family: 'Euclid-Circular-A-Medium';font-weight: unset;margin-bottom: 10px;font-size: 21px;line-height: 27px;}

.arival-text ul {
    display: flex;
    margin-bottom: 10px;
}

.arival-text p {
    font-family: 'Euclid-Circular-A-Medium';
    margin-bottom: 15px;
    font-size: 21px;
    line-height: 27px;
    color: #000;
}


.arival-text a.theme-btn {
    width: 203px;
}

.arival-text a.theme-btn img {
    filter: brightness(0) saturate(100%);
}

.arival-text a.theme-btn:hover img {
    transform: unset;
    filter: brightness(0) saturate(100%) invert(100%) sepia(32%) saturate(2%) hue-rotate(190deg) brightness(110%) contrast(101%);
}
.arrical-img {
    background: #e7e7e7;
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
}

.arival-text p {
    margin-bottom: 0px;
}

.arival-text p span {
    padding-left: 20px;
    font-size: 17px;
}

.arival-text ul li i {
    color: #24ac3e;
}

.arrival-box:hover .arrical-img img {
    transform: scale(1.1);
    transition: 0.9s;
}
.arival .col-md-2 {
    width: 20%;
}
.arival {
    padding: 100px 0px;
    position: relative;
    z-index: 1;
}

.arival:before {
    position: absolute;
    content: '';
    background: #ecedee;
    width: 50%;
    right: 170px;
    height: 100%;
    z-index: -1;
    top: 0;
    clip-path: polygon(21% 0, 100% 0%, 79% 100%, 0% 100%);
}

/*New Arrival Section End*/



/*-------------------------------------- Categories Section Start ------------------------------------------ */



.main-categories {
    display: flex;
    align-items: center;
    /* background: radial-gradient(#0d1011, #4d5157); */
    padding: 20px;
    height: 215px;
    gap: 40px;
    /* background: linear-gradient(0deg, rgba(10,10,10,1) 0%, rgba(34,37,41,1) 80%); */
    margin-bottom: 20px;
    background-image: linear-gradient(0deg,
            hsl(195deg 13% 6%) 12%,
            hsl(214deg 6% 21%) 48%,
            hsl(216deg 6% 29%) 53%,
            hsl(216deg 6% 29%) 55%,
            hsl(214deg 6% 21%) 59%,
            hsl(195deg 13% 6%) 89%);
}


section.categories-sec .row {
    margin-bottom: 20px;
}


.main-categories img {
    width: 50%;
    height: 170px;
    object-fit: scale-down;
}


section.categories-sec {
    /* margin-bottom: 70px; */
    padding: 100px 0px;
}


.text-categories {
    color: #fff;
    margin-top: 20px;
}


.text-categories h5 {
    color: #fff;
    margin-bottom: 3px;
}


.dis-block {
    display: block;
}


.text-categories span {
    font-size: 19px;
}


.text-categories a {
    display: block;
    padding-top: 14px;
}

.text-categories a i {
    color: #FFF;
    border: 3px solid #fff;
    width: 25%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}



/*-------------------------------------- Categories Section End ------------------------------------------ */


/*-------------------------------------- Brand Section Start ------------------------------------------ */

section.brand-sec {
    margin-bottom: 60px;
}

.main-brand-inner ul li img {
    width: 100%;
    height: 100px;
    object-fit: scale-down;
}

.main-brand-inner ul {
    display: flex;
    gap: 20px;
}

.main-brand-inner ul li {
    padding: 30px 0 20px;
    background: #0000000a;
    width: 20%;
    height: 170px;
}

.main-brand-inner {
    margin-bottom: 20px;
}


/*-------------------------------------- Brand Section End ------------------------------------------ */


/*-------------------------------------- Products Section Start ------------------------------------------ */

section.products-sec {
    margin-bottom: 70px;
}

.main-product {
    display: flex;
    gap: 2.5%;
    margin-bottom: 30px;
}

.product-inner {
    padding: 10px;
    text-align: center;
    box-shadow: 0px 0px 7px #0000005c;
    width: 18%;
    height: 250px;
    background: #fff;
    margin-bottom:20px;
}

.product-inner img {
    width: 80%;
    height: 120px;
    margin-bottom: 30px;
    object-fit: scale-down;
}

.product-inner h4 {
    font-size: 20px;
    border-top: 1px solid #b0b0b1;
    padding-top: 25px;
}
.products-sec .nav-tabs-home .nav-link.active, .nav-tabs-home .nav-item.show .nav-link {
    color: #000;
    background-color: #fff;
    border-color: unset;
    border-bottom: 3px solid #198754 !important;!i;!;
    border: unset;
}
section.products-sec .nav-link {
    border: unset;
    background: unset;
    color: #000;
    font-size: 13px;
    padding: 10px 0px;
}
section.products-sec .nav-link {
    border: unset;
    background: unset;
    color: #000;
    font-size: 13px;
    padding: 10px 0px;
}
.products-sec  .nav-item {
    padding: 0px 0px;
}
.products-sec .nav-tabs-home .nav-link {
    margin-bottom: -3px;
    font-family: 'Montserrat';
    font-size: 12px;
    text-transform: capitalize;
    color: #000;
    padding: unset;
    padding: 0px 4px;
}
.products-sec .nav-tabs-home {
    border-bottom: 2px solid #0000002e;
    margin-bottom: 60px;
}
.products-sec  .nav-tabs-home .nav-link:hover, .nav-tabs-home .nav-link:focus {
    border-color: unset !important;!i;!;
    border-bottom: 3px solid #198754;
    border: unset;
}
section.products-sec {
    padding: 80px 0px;
    position: relative;
}
section.products-sec:before {
    position: absolute;
    content: '';
    background: #ecedee;
    width: 50%;
    right: 0px;
    height: 100%;
    z-index: -1;
    top: 0;
    clip-path: polygon(21% 0, 100% 0%, 100% 100%, 0% 100%);
}
/*-------------------------------------- Porducts Section End ------------------------------------------ */


/*-------------------------------------- Shop Section Start ------------------------------------------ */

.shop-inner {
    background: #0000000d;
    padding: 20px;
    width: 20%;
}

.main-shop-sec {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #000;
    margin-bottom: 15px;
}

section.shop-sec {
    margin-bottom: 70px;
}

.shop-inner h5 {
    color: #000;
    font-size: 17px;
    margin-bottom: 0px;
}

.shop-inner a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}




/*-------------------------------------- Shop Section End ------------------------------------------ */



/*-------------------------------------- Premium Section Start ------------------------------------------ */

.prem-text-1 {
    background-image: url(../images/premium-1.png);
    width: 100%;
    height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 20px;
    text-align: center;
    color: #fff;
}

.prem-text-2 {
    background-image: url(../images/premium-2.png);
    width: 100%;
    height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 20px;
    text-align: center;
    color: #fff;
}

.prem-text-3 {
    background-image: url(../images/premium-3.png);
    width: 100%;
    height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 20px;
    text-align: center;
    color: #fff;
}

.prem-text-1 img {
    width: 24%;
    height: 79px;
    margin-bottom: 10px;
}

.prem-text-3 img {
    width: 17%;
    height: 79px;
    margin-bottom: 10px;
    object-fit: contain;
}

.prem-text-2 img {
    width: 24%;
    height: 79px;
    margin-bottom: 10px;
}

.prem-text-1 h4 {
    color: #fff;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 22.5px;
}

.prem-text-1 p {
    font-size: 14.56px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #fff;
}

.prem-text-2 h4 {
    color: #fff;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 22.5px;
}

.prem-text-2 p {
    font-size: 14.56px;
    color: #fff;
}

.prem-text-3 h4 {
    color: #fff;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 22.5px;
}

.prem-text-3 p {
    font-size: 14.56px;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

section.premium-sec {
    margin-bottom: 70px;
}
.shop-inner:hover {
    background: linear-gradient(180deg, rgba(22,150,44,1) 41%, rgba(43,184,72,1) 78%);
    transition: 0.9s;
}

.shop-inner:hover a {
    color: #fff;
    transition: 0.9s;
}

.shop-inner:hover  h5 {
    color: #fff;
    transition: 0.9s;
}
.shop-inner:hover a i {
    color: #fff !important;
}
.shop-inner  i {
    color: #000 !important;
}

/*-------------------------------------- Premium Section End ------------------------------------------ */



/*-------------------------------------- Review Section Start ------------------------------------------ */

.review-comment-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

ul.stars {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.stars-dis {
    display: flex;
    align-items: center;
    gap: 10px;
}

.stars-dis h5 {
    font-size: 22.79px;
    text-transform: capitalize;
    margin-bottom: 0px;
    color: #000;
}

.main-review-comm h4 {
    text-transform: capitalize;
    font-size: 18.87px;
    background: #e2e9dc;
    padding: 5px 5px 5px 10px;
    width: 15%;
    margin-bottom: 25px;
    color: #000;
    font-family: 'Montserrat';
}

.main-review-comm h3 {
    font-size: 37.25px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 16px;
}

.main-review-comm h6 {
    font-size: 18.87px;
    text-transform: capitalize;
    FONT-WEIGHT: 600;
}

.main-review-comm p {
    font-size: 16px;
    margin-bottom: 10px;
}

ul.stars li {
    font-size: 19px;
}

.main-review-comm {
    margin-bottom: 70px;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 30px;
}

.row.review {
    margin-bottom: 50px;
}

.review-1 {
    background: #47b65a;
    padding: 17px 25px;
    display: flex;
    align-items: center;
    position: relative;
    /* gap: 5%; */
    z-index: 1;
    justify-content: space-between;
}

.star-dis ul.stars li i {
    color: #fff;
}

.star-dis h5 {
    color: #fff;
    margin-bottom: 0px;
}

.star-dis ul.stars {
    margin-bottom: 10px;
    /* padding-left: 10px; */
}

.review-1:before {
    content: '';
    background: #24ac3e;
    width: 87%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    clip-path: polygon(0% 0.5%, 100% 0%, 93.1% 100%, 0% 100%);
}

.review-1 h2 {
    font-size: 50px;
    color: #FFF;
    margin-bottom: 0px;
}

.review-1 h2 span {
    display: block;
    text-align: end;
    width: 100px;
    margin-top: -30px;
    font-size: 35px;
}

.text-google {
    display: flex;
    align-items: center;
    gap: 5px;
}

.text-google h5 {
    text-transform: capitalize;
    font-size: 18.23px;
    font-weight: 600;
}

.google-text img {
    width: 70%;
    height: 35px;
    margin-bottom: 10px;
}

.text-google img {
    width: 15%;
    height: 24px;
    margin-bottom: 0;
}

.starss-dis ul.star li {
    color: #000;
    font-size: 20px;
}

ul.star {
    display: flex;
    align-items: center;
    margin: 0;
}

.review-3 {
    display: flex;
    align-items: center;
    background: #00000008;
    padding: 30px 20px;
    gap: 20px;
}

.starss-dis h2 {
    font-size: 23px;
    margin-bottom: 10px;
    margin-bottom: 8px;
    line-height: 27px;
}

.starss-dis {
    display: flex;
    align-items: center;
    gap: 60%;
}


.progress-bar {
    border: 1px solid #f6f7f8;
    height: 19px;
    background: #f6f7f8;
    width: 64% !important;
    position: relative;
}

.rating-bar h5 {
    font-size: 22px;
    font-family: 'Montserrat';
    font-weight: 500;
    margin-bottom: 0px;
    width:17%;
}

.rating-bar p {
    font-size: 22px;
    font-family: 'Montserrat';
    font-weight: 500;
    margin-bottom: 0px;
    width: 15%;
}

.rating-bar {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.progress-bar:before {
    position: absolute;
    content: '';
    background: #633100;
    width: 90%;
    height: 18px;
    clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
}
.rating-bar.rate-2:before {
    width: 70% !important;
}


.rating-bar.rate-2 .progress-bar:before {
    width: 38% !important;
}

.rating-bar.rate-3 .progress-bar:before {
    width: 20%;
}

.rating-bar.rate-4 .progress-bar:before {
    width: 28%;
}
/*-------------------------------------- Review Section End ------------------------------------------ */


/*-------------------------------------- Blog Section Start ------------------------------------------ */

.blog-text p {
    font-size: 12px;
    color: #222;
}

.blog-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
}

.blog-head h1:before {
    content: '';
    position: absolute;
    width: 15%;
    height: 5px;
    background: #01a841;
    top: unset;
    left: 0;
    bottom: 4px;
}

.blog-text {
    padding: 25px 10px 15px 10px;
}

.text-inner-last {
    border-top: 1px solid #cdcdcd;
    padding-top: 12px;
    display: flex;
    align-items: center;
    gap: 55%;
}

.text-inner-last span {
    color: #000000;
    font-weight: 600;
    font-size: 13px;
}

.text-inner-last a i {
    color: #000;
    font-size: 30px;
    font-weight: 300;
}

.main-blog {
    border: 1px solid #0000001a;
}

.img-box-text h6 {
    font-size: 14px;
    margin-left: 20px;
    color: #fff;
    margin-bottom: 0px;
}

.img-box-text h6 span {
    margin-left: 20px;
}

.img-box-text {
    padding: 5px;
    background: #00000075;
    width: 43%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.blog-sec-img {
    position: relative;
}

.img-box-text h6 span:before {
    content: '';
    background: #01a841;
    width: 60%;
    height: 32px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    clip-path: polygon(0% 0.5%, 100% 0%, 86.1% 100%, 0% 100%);
}

section.blog-sec {
    margin-bottom: 70px;
}
.blog-head h1 {
    color: #000;
    font-size: 50px;
}
.blog-text h3 {
    font-weight: unset;
    margin-bottom: 0px;
    font-size: 20px;
}
/*-------------------------------------- Blog Section End ------------------------------------------ */


/*Footer Start*/
section.footer-top-sec {
        background-image: linear-gradient(180deg, rgba(22,150,44,1) 41%, rgba(43,184,72,1) 78%);
    }

    .footer-txt .socials {
        justify-content: start;
        margin: 20px 0;
    }

    .footer-txt .socials ul {
        width: 40%;
    }

    .footer-txt .socials ul li a i {
        border: 1px solid #fff;
    }


      .footer-top-txt {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer-top-txt h3 {
        font-size: 65px;
        line-height: 52px;
        font-weight: 600;
        margin: 0;
    }

    .footer-top-txt-tx {
        margin: 0 0 0 30px;
    }

    .footer-top-txt-tx p {
        font-size: 14px;
        line-height: 19px;
        font-family: 'Montserrat';
        color: #ffffff94;
        margin-bottom: 0px;
    }

    .footer-search-btn {
        display: flex;
        width: 56%;
    }        

    .footer-search-btn input {
        width: 73%;
        background-color: #fff;
        padding: 15px;
        border-top: 2px solid white;
        border-right: none;
        border-bottom: 2px solid white;
        border-left: 2px solid white;
        outline: none;
    }

    .footer-search-btn input::placeholder {
        font-size: 16px;
        line-height: 18px;
        font-family: 'Montserrat';
        color: #7c7c7c;
        font-weight: 300;
    }

    .footer-top {
        padding: 50px 0;
    }

    .footer-top-txt h3 {
        font-size: 32px;
        line-height: 53px;
        font-weight: bold;
        color: white;
        text-transform: capitalize;
        font-family: 'Euclid-Circular-A-Medium';
        margin: 0 0 0px 0;
        font-weight: unset;
    }

    .footer-top-btn a {
        font-size: 22px;
        line-height: 29px;
        font-family: 'Poppins';
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 20px;
    }
    .footer-top-btn button {
    padding: 17px 35px;
    border: unset;
    background-color: #262728;
    color: #fff;
    font-family: 'Montserrat';
    display: flex;
    align-items: center;
    gap: 19px;
}
    .footer-txt img {
        margin: 30px 0;
        width: 40%;
    }
.footer-widgets_info .short-desc {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer-widgets_info .short-desc > p {
  color: #bbbbbb;
  margin-bottom: 0;
}
.footer-widgets_info .short-desc:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #0084c5;
  height: 2px;
  width: 50px;
}
.footer-widgets_info .widgets-essential_stuff {
  padding-top: 30px;
}
.footer-widgets_info .widgets-essential_stuff > ul > li {
  color: #bbbbbb;
  padding-bottom: 15px;
}
.footer-widgets_info .widgets-essential_stuff > ul > li:last-child {
  padding-bottom: 0;
}
.footer-widgets_info .widgets-essential_stuff > ul > li > span {
  color: #ffffff;
}
.footer-widgets_info .widgets-essential_stuff > ul > li > a {
  color: #bbbbbb;
}

.jb-social_link {
  padding-top: 25px;
}
.jb-social_link > ul > li {
  display: inline-block;
  padding-right: 10px;
}
.jb-social_link > ul > li:last-child {
  padding-right: 0;
}
.jb-social_link > ul > li > a {
  width: 40px;
  height: 40px;
  line-height: 43px;
  border-radius: 100%;
  background-color: #fff;
  text-align: center;
  color: #000;
  display: block;
  font-size: 21px;
}
.jb-social_link > ul > li > a:hover {
  color: #ffffff !important;
}
.jb-social_link > ul > li:hover.facebook > a {
  background-color: #16962c;
  color: #fff;
}
.jb-social_link > ul > li:hover.twitter > a {
  background-color: #16962c;
  color: #fff;
}
.jb-social_link > ul > li:hover.youtube > a {
  background-color: #16962c;
  color: #fff;
}
.jb-social_link > ul > li:hover.google-plus > a {
  background-color: #16962c;
  color: #fff;
}
.jb-social_link > ul > li:hover.instagram > a {
  background-color: #16962c;
  color: #fff;
}


.footer-widgets_title {
  position: relative;
  padding-top: 30px;
  padding-bottom: 25px;
}
.footer-widgets_title > h5 {
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: 'Montserrat';
  font-size: 19px;
}


.footer-widgets {
  padding-top: 3px;
}
.footer-widgets > ul > li {
  position: relative;
  display: block;
  padding-bottom: 15px;
  transition: all 0.3s ease-in-out;
}
.footer-widgets > ul > li:last-child {
  padding-bottom: 0;
}
.footer-widgets > ul > li:hover {
  padding-left: 10px;
}
.footer-widgets > ul > li:hover > a {
  color: #25ae40;
}
.footer-widgets > ul > li:hover > a:before {
  color: #0084c5;
}
.footer-widgets > ul > li > a {
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
}


.footer-bottom_area {
  padding: 25px 0;
  background: #262728;
  border-top: 1px solid;
}
.footer-bottom_area .copyright {
  padding-top: 5px;
}

.footer-bottom_area .copyright > span {
  color: #bbbbbb;
}
.footer-bottom_area .copyright > span > a {
  color: #0084c5 !important;
}
.footer-middle_area.bg--nero {
    background: #262728;
    padding: 50px 0px;
}
.ft-contact-info ul li p {
    color: #fff;
}

.ft-contact-info ul {
    display: flex;
    gap: 30px;
    align-items: center;
}

.payment {
    text-align: end;
}

.ft-contact-info ul li span {
    display: block;
}

.ft-contact-info ul li span a {
    color: #fff;
    font-size: 15px;
    font-weight: 200;
}

.ft-contact-info ul li {
    color: #fff;
}

ul.live-chet p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 170px;
    border: 1px solid #ffffff87;
    padding: 10px 10px;
}
.awards-btm-text ul {
    display: flex;
    gap: 3px;
    justify-content: center;
    margin-bottom: 10px;
}

.awards-btm-text ul li i {
    color: #ffc107;
}

.awards-btm-text ul p {
    margin-bottom: 0px;
    padding-right: 10px;
}
.awards-btm-text {
    text-align: center;
    background: #fff;
    padding: 15px 0px;
    margin-bottom: 21px;
}

.awards-btm-text h6 {
    margin-bottom: 0px;
}
.jb-social_link ul {
    margin-bottom: 0px;
}

.arrows-right-left ul li a {
    color: #000;
}

.arrows-right-left ul {
    display: flex;
    gap: 8px;
    position: absolute;
    right: 60px;
}


/*Footer End*/
.innerbanner-txt h1 {
    color: #fff;
}
.innerbanner-txt {
    text-align: left;
}
.arrows-right-left {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
}

.arrows-right-left ul {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
}


.nav-tabs-home button.nav-link.active {
    background: unset !important;
  }
.nav-tabs-home .slick-slide {
    margin: 3px 10px;
    opacity: 1.2;
    max-width: max-content;
}
.nav-tabs .slick-active {
    opacity: 1.5;
}
.nav-tabs-home .slick-next:before {
    content: '\f054' !important;
    font-family: 'FontAwesome';
}
.nav-tabs-home .slick-prev:before {
    content: '\f053' !important;
    font-family: 'FontAwesome';
}
.nav-tabs-home .slick-prev {
    left: unset;
    right: 16px;
    z-index: 999;
}
.nav-tabs-home .slick-next {
    right: -1px;
}



/*About Us Page Start*/
.img-aboutus img {
    width: 100%;
    box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.3);
}
.text-aboutus p {
    font-size: 13px;
}
.text-aboutus h2 {
    margin-bottom: 14px;
}
.abt-bottom-text p {
    font-size: 13px;
}
.aboutus {
    padding: 100px 0px;
    position: relative;
}
.aboutus:before {
    position: absolute;
    content: '';
    background: #ecedee;
    width: 50%;
    right: 170px;
    height: 80%;
    z-index: -1;
    top: 0;
    clip-path: polygon(21% 0, 100% 0%, 79% 100%, 0% 100%);
}
/*About us Page End*/

/*Shop By Category page Start*/


section.categories-sec.innershop-category-page:before {
    position: absolute;
    content: '';
    background: #ecedee;
    width: 50%;
    right: 170px;
    height: 80%;
    z-index: -1;
    top: 0;
    clip-path: polygon(21% 0, 100% 0%, 79% 100%, 0% 100%);
}
section.categories-sec.innershop-category-page {
    position: relative;
}


/*Shop By Category page End*/


/*Electric Vehicle Page Start*/


.electric-vehicle-pg .blog-sec-img img {
    width: 100%;
}
.electric-vehicle-pg .main-blog {
    margin-bottom: 30px;
}
section.blog-sec.electric-vehicle-pg {
    padding: 90px 0px;
}
section.blog-sec.electric-vehicle-pg .blog-text {
    padding: 25px 40px 15px 30px;
}
/*Electric Vehicle Page End*/


/*Product Page */

.product-inner-sec .product-side-bar {
    height: 900px;
    overflow-y: scroll;
}

.product-inner-sec .product-side-bar h4 {
    font-size: 30px;
    line-height: 57px;
    margin: 10px 0 20px 0;
    color: #010101;
    position: relative;
    font-family: 'Euclid-Circular-A-Medium';
    font-weight: 300;
}

.themes-h4:after {
    height: 4px;
    position: absolute;
    content: '';
    width: 22px;
    top: 50%;
    right: 20px;
    background: #000;
}

.product-inner-sec .product-side-bar ul li {
    margin: 20px 0;
    border-bottom: 1px solid #f2f2f2;
    padding: 6px 0;
}

.product-inner-sec .product-side-bar ul li a input {
    height: 15px;
    width: 15px;
    border: 2px solid #000;
    margin-right: 30px;
}

.product-inner-sec .product-side-bar ul li a label {
    color: #000;
    font-size: 18px;
    line-height: 35px;
    font-weight: 500;
    font-family: 'Montserrat';
}

.product-inner-sec ::-webkit-scrollbar {
    width: 10px;
    color: #000;
}


/* Track */

.product-inner-sec ::-webkit-scrollbar-track {
    background: #000;
}

.product-inner-sec ::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(22,150,44,1) 41%, rgba(43,184,72,1) 78%);
}

section.product-inner-sec select {
    /* background: #fff url("../images/arrow.png") no-repeat right; */
    padding: 15px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0px;
    border: 1px solid black;
    width: 100%;
    appearance: auto;
}

.pages-info h6 {
    font-size: 18px;
    line-height: 28px;
    color: black;
    display: flex;
    align-items: center;
    justify-content: end;
    font-family: 'Montserrat';
    font-weight: 400;
    margin: 0;
}

.product-card-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.product-card-txt {
    margin: 20px 0 0 0;
    border-top: 2px solid black;
}

section.product-inner-sec.bg:before {
    position: absolute;
    content: '';
    background: #ecedee;
    width: 50%;
    right: 170px;
    height: 80%;
    z-index: -1;
    top: 0;
    clip-path: polygon(21% 0, 100% 0%, 79% 100%, 0% 100%);
}
section.product-inner-sec.bg {
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

section.product-inner-sec.bg .col-lg-9 {
    padding-left: 10px;
}
.prd-view a {
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
}
.default-no-select select {
    width: 70px !important;
}

.default-text p {
    text-align: end;
    margin-bottom: 0px;
}


.default-row-main .row {
    align-items: center;
}
.prodct-sortin-main {
    display: flex;
    gap: 10px;
}
section.product-inner-sec.bg .arrival-box {
    padding: 22px 12px;
    margin-bottom: 40px;
}
.default-row-main {
    margin-bottom: 40px;
}
.products-btm-btn {
    text-align: center;
}
.products-btm-btn .theme-btn {
    margin: 0 auto;
}
/*Product Page End*/

/*Shop By Brand Page Start*/

.brands-btm-pg-no ul li {
    width: 47px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
    border: unset;
}

.brands-btm-pg-no ul li a {
    color: #000;
    font-size: 21px;
}

.brands-btm-pg-no ul {
    display: flex;
    gap: 5px;
    justify-content: center;
}

.brands-btm-pg-no ul li:hover {
    background-image: linear-gradient(180deg, rgba(22,150,44,1) 41%, rgba(43,184,72,1) 78%);
}

.brands-btm-pg-no ul li:hover a {
    color: #fff;
}
section.brand-sec.innerbrand-pg {
    padding: 90px 0px;
}
/*Shop By Brand Page End*/


/* Contact Page start */

.icon_info h5 {
    font-size: 30px;
    margin: 0;
}

.contact1 h2, .contact2 h2 {
    font-family: 'Museo300-Regular';
    color: #3b3f5e;
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 55px;
}

.contact1 h2 span,
.contact2 h2 span {
    font-weight: 600;
}

.contact1 input, .contact1 textarea {
    width: 100%;
    margin-bottom: 20px;
    height: 60px;
    padding: 20px;
    border: 1px solid #000;
    border-radius: 0px;
    background: #f9fdff;
}

.contact1 input::placeholder {
    font-size: 19px;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 500;
    
}

.contact1 textarea::placeholder {
    font-size: 19px;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 500;

}

.contact1 .theme_btn {
    width: 100%;
    border: 0;
    background-image: linear-gradient(180deg, rgba(22,150,44,1) 41%, rgba(43,184,72,1) 78%);
    color: #fff;
    padding: 0;
    height: 60px;
    border-radius: 0px;
    font-size: 25px;
    font-family: 'Montserrat';
}

.contact1 h4 {
    font-size: 50px;
    color: #000;
}

.contact2 h4 {
    font-size: 50px;
    color: #000;
}

.contact1 textarea {
    height: 160px;
    resize: none;
}

.contact2 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.contact2 ul li h4 {
    margin-bottom: 7px;
    font-family: 'Museo300-Regular';
    font-weight: 400;
    color: #3b3f5e;
    font-size: 41px;
}

.contact2 ul li p {
    color: #000;
    font-family: 'Montserrat';
    line-height: 1.5;
    font-size: 20px;
    font-weight: 500;
    width: 100%;
}

.contact2 .icon {
    height: 80px;
    width: 80px;
    border: dashed 2px #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 23px;
    background: #633100;
}

.contact2 .icon i {
    font-size: 30px;
    color: #fff;
}

.map {
    margin-top: 50px;
}

section.contact_us {
    padding: 100px 0;
}
.contact1 p {
    font-size: 19px;
    line-height: 32px;
    margin-top: 20px;
}

.contact2 p {
    font-size: 19px;
    line-height: 32px;
    margin-top: 20px;
}

.map iframe {
    width: 100%;
    height: 400px;
}
/*contact End */

/* LOGIN PAGE CSS STRT */

.login-body {
    background: url(../images/login-bg.png) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
}

.text-blue {
    color: #100c6c;
}

.text-black {
    color: #000 !important;
}

.log-in-wrap {
    padding: 40px 40px;
    /* background-color: #f2f2f2; */
    border: 2px solid #0000002e;
    float: right;
    width: 100%;
    border-radius: 0;
    background: #f9f9f9;
}

.form-group {
    margin-bottom: 15px;
}


.log-in-wrap h2 {
    margin: 0 0 20px 0;
    text-align: left;
    color: #000;
    font-size: 45px;
    text-transform: capitalize;
    line-height: 50px;
    font-family: 'Euclid-Circular-A-Medium';
    font-weight: 400;
    text-align: center;
}
.log-in-wrap.signup-bg h2 {
    color: #000;
}

.log-in-wrap.signup-bg input::placeholder {
    color: #fff;
}

.login_btn {
    width: 100%;
    background: linear-gradient(180deg, rgba(22,150,44,1) 41%, rgba(43,184,72,1) 78%);
    padding: 10px;
    display: block;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 0;
    border: 2px solid var(--yellow2);
    transition: 0.5s all;
    font-family: 'Montserrat';
}

.contact-page-main .form-control {
    height: 45px;
    background-color: #ffffff;
    border-color: #d5d5d5;
}

.log-in-page-main .form-check label.form-check-label {
    font-size: 14px;
    font-weight: 300;
    /* font-family: 'Lato'; */
    margin: 0;
    font-weight: 300;

    color: #000;
}

.form-check-input:checked {
    background-color: var(--yellow2);
    border-color: var(--yellow2);
}

.log-in-page-main .form-check,
.forgot-pass {
    display: inline-block;
}


.form-group input::placeholder {
    font-size: 15px;
     font-weight: 500;
    color: #000;
    opacity: 0.5;
}


.forgot-pass {
    text-align: right;
    width: 75%;
}

.forgot-pass a {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    color: #000;
    font-family: 'Montserrat';
}

.term-condition:hover {
    color: #000;
}

.forgot-pass a:hover {
    color: var(--yellow2);
}

.agree-text {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Montserrat';
    font-weight: 500;
}

.term-condition {
    font-weight: 600;
    margin-left: 10px;
    color: var(--yellow2);
    border-bottom: 2px solid var(--yellow2);
    /* font-size: 15px; */
}

.form-check {
    float: left;
}

.form-group {
    margin-bottom: 15px;
}
.checkboxes-for-check ul li {
    display: flex;
    gap: 6px;
}
.checkboxes-for-check ul {
    display: flex;
    gap: 20px;
}
#dropdown-container {
    display: none;
}
.checkboxes-for-check select {
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #0000002e;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 20px;
    appearance: auto;
    color: #848484;
}
.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #0000002e;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.login_btn:hover {
    background-color: #000;
    border: 2px solid var(--yellow2);
    color: #fff;
}

.login-forms {
    padding: 80px 0;
}

.login-menu ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0;
}

.login-menu ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.header-main-right {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.login-menu {
    width: 100%;
}

.sign-up-btn {
    width: 42%;
}

.sign-up-btn a {
    color: var(--yellow1);
    border: 1px solid var(--yellow1);
    padding: 10px 25px;
    border-radius: 60px;
    font-size: 18px;
}

.sign-up-btn a:hover {
    background: var(--yellow1);
    color: #000;
}


.log-in-wrap.signup-bg .form-control::placeholder {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.log-in-wrap.signup-bg button.login_btn {
    background: #fff;
    color: #fff;
    font-family: 'Montserrat';
    background: linear-gradient(180deg, rgba(22,150,44,1) 41%, rgba(43,184,72,1) 78%);
}

.term-condition {
    color: #633100 !important;
    border-color: #000;
    text-decoration: underline;
}

.log-in-wrap.signup-bg button.login_btn:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.form-check .form-check-input:checked[type=checkbox] {
    filter: invert(1);
}

.form-check label {
    cursor: pointer;
}

/* Login Page End */



/* Product Detail Page Start */

.productdetailsec {
    padding: 90px 0 0px;
}

.productdetailtext h3 {
    font-size: 48px;
    line-height: 1.2;
    color: #010101;
    width: 100%;
    margin: 0;
    font-weight: 300;
}

.sl-nv-mn {
    margin-top: 0;
    padding-left: 0px;
}

.sl-nv-mn .slick-slide {
    margin: 0 0 21px 0;
}

.productdetailtext span {
    color: #000;
    font-size: 28px;
    font-weight: 500;
    position: relative;
    font-family: 'Euclid-Circular-A-Medium';
    font-weight: 400;
}

.productdetailtext span:after {
    position: absolute;
    width: 3px;
    height: 40px;
    background: #000;
    left: -20px;
    top: 0;
}

.productdetailtext ul {
    padding: 0;
    margin: 0 0 15px;
}

.productdetailtext ul li {
    list-style: none;
    display: inline-block;
    color: #000;
    line-height: 27px;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Montserrat';
    font-weight: 400;
}

.productdetailtext ul li a i {
    color: #ffc107;
    font-size: 16px;
    margin-right: 1px;
}

.productdetailtext ul li:nth-child(1) a i {
    color: #ffc107;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
    font-size: 13px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-plus {
    font-size: 13px;
    margin: 0;
    top: -15px;
    right: 3px;
}

.productdetailtext .input-group input.form-control.input-number {
    width: 100%;
    margin: 0 auto;
    display: table;
    height: 50px;
    text-align: center;
}

.productdetailtext .input-group button.btn.btn-default.btn-number {
    border-radius: 50px;
    width: 30px;
    height: 30px;
    margin: 0 15px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
    font-size: 13px;
    margin: 0;
    top: -13px;
    right: 5px;
}

.productdetailtext .input-group {
    width: 50%;
    margin: 0 0 34px;
}

.iconlist ul {
    padding: 0;
    margin: 0 0 30px;
}

.sec-head.relat-prd-head {
    text-align: center;
}

.sec-head.relat-prd-head h2 {
    font-size: 57px;
    line-height: 77px;
    color: #092c18;
    font-family: 'molli-glaston';
    font-weight: 400;
    margin: 0;
}

.sec-head.relat-prd-head p {
    font-size: 18px;
    font-family: 'Lora';
    margin: 0 auto;
    width: 50%;
}

.iconlist ul li {
    list-style: none;
    line-height: 30px;
    font-family: 'Montserrat';
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.iconlist ul li i {
    margin: 0 17px 15px 0;
    font-size: 18px;
    color: #633100;
}

.productdetailtext .input-group span.input-group-btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.productdetailsmallportion {
    position: relative;
    top: 0;
    z-index: 99;
    border: 1px solid #000 !important;
}

.productdetailsmallportion img {
    border-radius: 0;
    object-fit: cover;
}

.productdetailsmallportion {
    height: 95px;
    width: 140px;
    object-fit: cover;
    margin: 0 auto;
}

.productdetailsmallportion img {
    border-radius: 10px;
}

.productdetailsec .productdetailportion {
    /* border: 2px solid #E1E1E1; */
    height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    border-radius: 0px;
    background-color: rgb(249, 247, 250);
    /* box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.1); */
    background: #e7e7e7;
}

.productdetailnav .slick-slide {
    opacity: 1;
    z-index: 9999;
    position: relative;
}

.product-detail span {
    margin: 0;
}

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 75%;
}

.product-detail input.in-num {
    border: 1px solid #DADADA;
    background-color: transparent;
    width: 40%;
    margin: 0 5px;
}

.product-detail span {
    width: 30px !important;
    border: 1px solid #E3E3E3;
    border-radius: 50px;
    height: 30px !important;
    margin: 11px 5px 5px;
}

.product-detail .skin-2 .num-in span:before,
.product-detail .skin-2 .num-in span:after {
    background-color: #000;
}

.product-detail span:hover:before,
.product-detail span:hover:after {
    background-color: rgb(255, 255, 255) !important;
}

.product-details-btn.btn10 {
    background-color: #CFA55A !important;
    color: black;
    border-color: #CFA55A;
    font-size: 17px;
}

.quanity.product-detail {
    margin-left: 20px;
}

.product-detail span:hover {
    background-color: #633100 !important;
}

.quantity-list {
    align-items: center;
}

ul.product-detail-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.product-detail-heading h3 span {
    font-size: 65px;
}

.product-details-btn {
    height: 60px;
    border: 0;
    width: 180px;
    margin-left: 10px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #cfa55a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    cursor: pointer;
}

.related-prd-sec {
    position: relative;
}


/* .product-details-btn:hover{
color: white;
} */

.iconlist {
    margin-top: 20px;
}

.description li.nav-item {
    margin-right: 12px;
}

.description li.nav-item button {
    text-align: center;
    background: #151324;
    padding: 0 40px;
    margin-bottom: 0;
}

.description .nav-tabs {
    /* padding-bottom: 0px; */
    padding-bottom: 30px;
}

.nav-tabs {
    border-bottom: 0;
}

.description {
    padding: 40px 0 80px;
    background-color: #fff;
}

.description .tab-content p {
    color: #000000b5;
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
    font-family: 'Montserrat';
    padding: 0;
}

.deatil-txttt h3 {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 55px;
    line-height: 60px;
}

.deatil-txttt p {
    font-size: 20px;
    width: 80%;
}

.productdetailtext {
    padding: 0px 0px 0 0px;
}

.prdtc-price li ul {
    margin-top: 0;
}

ul.dummy-list.shop li {
    list-style: disc;
    display: list-item;
    margin-left: 40px;
}

ul.prdtc-price li {
    margin-top: 20px;
    margin-bottom: 18px;
}

.productdetailsmallportion img {
    position: relative;
    z-index: 999999999999999;
    /* height: 100% !important; */
    /* border: 1px solid #000 !important; */
    /* padding: 10px; */
    background: #fff;
    width: 130px;
    height: 83px;
    object-fit: contain !important;!i;!;
    margin: 0 auto;
}

.productdetailsmallportion img {
    position: relative;
    z-index: 999999999999999;
}

.productdetailnav .slick-list.draggable {
    margin-top: 0px;
}


/* skin 2 */

.skin-2 .num-in {
    background: #F0F0F0;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
    height: 40px;
    width: 110px;
    float: left;
    border-radius: 12px;
    cursor: pointer;
}

.skin-2 .num-in span {
    width: 40%;
    display: block;
    height: 40px;
    float: left;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #000;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: '';
    position: absolute;
    background-color: #667780;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 37px;
    border: none;
    text-align: center;
    background-color: #f0f0f0;
    font-family: 'FontAwesome';
}

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 75%;
}

.product-detail input.in-num {
    border: 1px solid #000;
    width: 40%;
    margin: 0 5px;
    height: 50px;
    color: #000;
    background: #fff;
    font-size: 17px;
}

.productdetailsec .btn10 {
    color: white;
}

.productdetailsec .img-1 {
    position: absolute;
    left: -7%;
    top: 34%;
    width: 275px;
}

.productdetailsec .img-2 {
    position: absolute;
    right: -7%;
    top: 79%;
    width: 245px;
}

.productdetailsec .img-6 {
    position: absolute;
    left: -8%;
    bottom: 3%;
    width: 277px;
}

.productdetailsec .img-3 {
    position: absolute;
    right: -4%;
    top: 43%;
    width: 275px;
}

.productdetailsec .img-4 {
    position: absolute;
    right: -18%;
    top: 13%;
    width: 587px;
}


/* / skin 2 */

.productdetailsec {
    position: relative;
    background-color: #fff;
}

.prod-det-bg {
    background-image: url(../images/pr-det-pag.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.deatil-mess h2 {
    font-size: 55px;
    text-transform: uppercase;
}

.deatil-mess p {
    font-size: 20.77px;
}

section.deatil-img-sec {
    padding: 50px 0 90px;
}

section.deatil-img-sec {
    position: relative;
}

.pro-detail h2 {
    font-size: 55px;
    line-height: 60px;
    text-transform: uppercase;
}

.rel-prdtc-mn .slick-slide {
    opacity: 1;
    margin: 0 10px;
}

.rel-prdtc-mn .slick-arrow {
    display: none !important;
}

.prodt-main {
    text-align: center;
    margin: 0 auto;
    background: #fff;
    box-shadow: 4px 6px 11px 0 #00000017;
    border: 1px solid #00000026;
    padding: 40px 30px;
}

.prodt-main h6 {
    font-size: 22.61px;
    font-family: 'Roboto';
    margin-top: 20px;
}

.prodt2 ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.prodt2 ul li {
    margin: 0 14px 0 0;
}

.prodt2 ul li i {
    color: #e3a206;
}

.prodt2 p {
    font-size: 20px;
    font-weight: 600;
}

a.relaed-btn {
    background: #87d749;
    color: #fff;
    display: flex;
    width: 60%;
    align-items: center;
    font-size: 15px;
    height: 50px;
    font-family: 'Roboto';
    justify-content: space-evenly;
    margin: auto;
}

.prdt-cart {
    text-align: center;
    margin: 0 auto;
    position: relative;
}

main.detail2 {
    position: relative;
}

main.detail2:before {
    content: '';
    position: absolute;
    background-image: url(../images/deatil-back-2.png);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.productdetailsec .slick-next:before {
    content: '\f105';
    font-family: 'Font Awesome 6 Pro';
    font-size: 35px;
}

.productdetailsec .slick-prev:before {
    content: '\f104';
    font-family: 'Font Awesome 6 Pro';
    font-size: 32px;
}

.productdetailsec .slick-prev {
    left: -17px;
    z-index: 1;
    top: 50%;
}

.productdetailsec .slick-next {
    right: -15px;
    top: 50%;
}

section.product.pg {
    padding: 100px 0;
    position: relative;
}

img.prd1 {
    position: absolute;
    bottom: -2%;
    left: -4%;
    width: 15%;
}

.product-pg-text h2 {
    font-size: 65px;
    color: #000;
}

.product-pg-text {
    text-align: center;
}

.productdetailsmallportion img {
    border-radius: 0;
    object-fit: cover;
}

.productdetailtext h2 {
    margin: 15px 0;
    font-size: 48px;
    line-height: 1.2;
    color: #010101;
}

ul.dummy-list.shop p {
    font-size: 16px;
    font-family: 'Montserrat';
    color: #000;
    font-weight: 500;
}

ul.dummy-list.shop {
    margin: 20px 0;
}

ul.dummy-list.shop li::marker {
    color: #000;
    font-size: 30px;
}

a.btn1.cat-sub-btn {
    margin: 0;
}

.related-head {
    width: 50%;
    margin: 0 auto 30px;
    text-align: center;
}

.related-head p {
    font-size: 18px;
    font-family: 'Roboto';
    color: #000;
}

.slick-active {
    opacity: 1;
}

.description li.nav-item {
    margin-right: 12px;
}

.description li.nav-item button {
    width: 240px;
    height: 60px;
    background: #633100;
    font-size: 17px;
    line-height: 10px;
    font-weight: 300;
    color: #fff;
    border-radius: 0;
    border-radius: 8px;
}

.description li.nav-item .nav-link.active {
    border: 0;
    color: #ffffff;
    /* font-weight: 300;
    border-radius: 50px;
    font-size: 20px; */
    background-image: linear-gradient(180deg, rgba(22,150,44,1) 41%, rgba(43,184,72,1) 78%) !important;!i;!;
}

.rev-btn {
    display: inline-block;
}

.rate {
    height: 46px;
    /* padding: 0 10px; */
    float: left;
    display: block;
    clear: both;
}

.rate input {
    top: 0;
    visibility: hidden;
}

.rate:not(:checked)>input {
    position: absolute;
    /* top: -9999px; */
}

.rate:not(:checked)>label {
    float: right;
    width: 0.8em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 35px;
    color: #ccc;
    margin: 0 3px;
}

button.btn1.tabs-btn {
    font-size: 16px;
    padding: 10px 50px;
    margin-top: 20px;
    display: inline-block;
}

.rate:not(:checked)>label:before {
    content: '\f005';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 26px;
}

.rate>input:checked~label {
    color: #f9d71c;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

.description .tab-content p {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 31px;
    padding: 0;
}

.review-heading {
    letter-spacing: 1px;
    margin: 30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.review-heading span {
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.review-box-container {
    display: block;
}

.review-box {
    width: 100%;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 20px;
    margin: 15px;
    cursor: pointer;
}

.profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.profile {
    display: flex;
    align-items: center;
}

.name-user {
    display: flex;
    flex-direction: column;
}

.name-user strong {
    color: #3d3d3d;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

.name-user span {
    color: #979797;
    font-size: 0.8rem;
}

.reviews {
    color: #f9d71c;
}

.box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.client-comment p {
    font-size: 0.9rem;
    color: #4b4b4b;
}

.review-box:hover {
    transform: translateY(-10px);
    transition: all ease 0.3s;
}

.description .tab-content input[type="text"] {
    width: 100%;
    border: 0px;
    background-color: rgb(246, 246, 246);
    padding: 10px;
    height: 50px;
    margin-bottom: 20px;
    font-family: Roboto;
    font-weight: 500;
    color: rgb(124, 124, 124);
}

.prdtc-rvw ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.description .tab-content form .row {
    align-items: center;
}

.prdtc-rvw i {
    font-size: 25px;
    margin-right: 10px;
}

.description .tab-content textarea {
    width: 100%;
    border: 0px;
    background-color: rgb(246, 246, 246);
    padding: 10px;
    margin-bottom: 20px;
    font-family: Roboto;
    font-weight: 500;
    color: rgb(124, 124, 124);
}

.description .tab-content form {
    margin-bottom: 70px;
}

.prdtc-rvw i:hover {
    color: #FFC107;
}

.productdetailportion img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    /* object-position: left; */
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
    background: linear-gradient(180deg, rgba(22,150,44,1) 41%, rgba(43,184,72,1) 78%);
}

.rev-btn button.tabs-btn {
    color: white;
    padding: 15px 70px;
    font-size: 20px;
    background-image: linear-gradient(180deg, rgba(22,150,44,1) 41%, rgba(43,184,72,1) 78%);
    border: unset;
}

.get-in-touch.star-bottom {
    position: relative;
}

section.productdetailsec .tape::before {
    top: 10px;
}

section.new-arrivals.feat-prd.bg.rel-prd- {
    background: #fff;
}

.sl-dl-main {
    border: 1px solid #c0bebe;
    border-radius: 0px;
}

ul.d-flex.quantity-list li {
    color: #16962c;
}

.description .tab-content textarea::placeholder {
    font-family: 'Montserrat';
}

.description .tab-content input[type="text"]::placeholder {
    font-family: 'Montserrat';
}

.iconlist .theme_btn {
    background-image: linear-gradient(180deg, rgba(22, 150, 44, 1) 41%, rgba(43, 184, 72, 1) 78%);
    padding: 13px 30px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 17px;
}
.productdetailfor .slick-slide {
    margin: 0px 0px;
}
.arival.related-pro-sec:before {
    display: none;
}

.arival.related-pro-sec .blog-head {
    justify-content: center;
}
.arival.related-pro-sec .blog-head h1:before {
    left: 43%;
}
/* Product Detail Page End */




/* Cart Page Start */


    /* Cart */


    section.add-to-cart {
        padding: 100px 0;
    }

    .add-to-cart input {
        width: 100%;
        text-align: center;
        height: 60px;
        border-radius: 6px;
        border: 1px solid #ebebeb;
        font-size: 23px;
        color: #959595;
        font-weight: 500;
        margin-top: 24px;
        background: #f7f7f7;
    }

    .add-to-cart a {
        font-size: 17px;
        display: block;
        text-align: center;
        padding-top: 9px;
        color: #333333;
        font-weight: 500;
        text-decoration: none;
        font-family: 'Montserrat';
    }

    .add-to-cart h4 {
        font-size: 18px;
        font-weight: 500;
        color: #333333;
        text-align: center;
        font-family: 'Montserrat';
    }

    .add-to-cart .table>tbody>tr>td,
    .add-to-cart .table>tbody>tr>th,
    .add-to-cart .table>tfoot>tr>td,
    .add-to-cart .table>tfoot>tr>th,
    .add-to-cart .table>thead>tr>td,
    .add-to-cart .table>thead>tr>th {
        vertical-align: middle;
    }

    .total-section {
        border: none;
        /* background: #f7f7f7; */
        padding: 27px 40px;
        border: 2px solid #00000052;
    }

    .total-section ul {
        font-family: "Poppins";
        list-style: none;
        margin-bottom: 0;
    }

    .total-section li {
        font-size: 24px;
        padding-bottom: 30px;
        color: #000;
        font-family: 'Montserrat';
        font-weight: 400;
        text-transform: capitalize;
    }

    li.color-change {
        color: #000;
        text-transform: capitalize;
        font-weight: 400;
        font-size: 26.96px;
        text-transform: uppercase;
        font-family: 'Montserrat';
    }

    .total-section li.color-change span {
        font-weight: 400;
        font-size: 32px;
        color: #000;
        font-family: 'Montserrat';
    }

    .total-section li span {
        float: right;
    }

    .ship-estimate {
        padding: 20px 40px;
        border: 2px solid #00000052;
        margin-top: 25px;
        /* background: #f9f8f6; */
    }

    .ship-estimate li {
        color: #222222;
        font-size: 27px;
        margin-bottom: 18px;
        font-weight: 500;
        font-family: 'Montserrat';
    }

    .ship-estimate ul {
        margin-top: 20px;
        margin-bottom: 25px;
        font-family: "Poppins";
        list-style: none;
    }

    .ship-estimate .grey-style {
        color: #000;
        font-size: 20px;
        font-family: 'Montserrat';
        font-weight: 300;
    }

    .proceed a {
        color: #604073;
        text-align: left;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 500;
        /* background: #000000; */
        font-family: 'Montserrat';
    }

    .proceed .checkout-btn {
        padding: 16px;
        width: 100%;
        font-size: 16px;
        margin-top: 4px;
        border-radius: 0px;
        text-align: center;
        color: #ffffff;
        text-transform: uppercase;
        background: linear-gradient(180deg, rgba(22,150,44,1) 41%, rgba(43,184,72,1) 78%);
        font-family: 'Montserrat';
        margin-bottom: 60px;
    }

    .or-amazon {
        margin-top: 50px;
        position: relative;
        border: 2px solid #cecece;
        /* top: 25px; */
        padding: 30px 50px;
        border-radius: 5px;
        background: #fff;
        width: 36%;
        margin: 0 auto;
    }

    .or-amazon p {
        font-size: 19px;
        position: absolute;
        background: #fff;
        top: -18px;
        left: 48px;
        padding: 3px 20px;
        color: #333333;
        display: block;
        text-transform: uppercase;
        /* border: 2px solid #cecece; */
        font-family: 'Montserrat';
    }

    .or-amazon a {
        text-decoration: none;
        text-align: center;
    }

    .product-img {
        display: inline-block;
        width: 100%;
        border: 1px solid #00000024;
    }

    .product-img img {
        width: 100%;
    }

    .table> :not(:last-child)> :last-child>* {
        border-bottom-color: currentColor;
        font-size: 19px;
        line-height: 30px;
        font-weight: 500;
        color: #fff;
        background-color: #633100;
        padding: 22px 18px;
        text-transform: capitalize;
        font-family: 'Montserrat';
    }

    .table-space h3 {
        font-weight: 500;
        margin-bottom: 0px;
        font-size: 18px;
        line-height: 30px;
        color: #000;
        font-family: 'Montserrat';
    }

    .space .row {
        align-items: center;
    }

    thead,
    tbody,
    tfoot,
    tr,
    td,
    th {
        border-color: #c2c2c2;
        border-style: solid;
        border-width: 0;
    }

    th.qty {
        text-align: center;
    }

    a.remove {
        font-size: 22px;
        width: 45px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 0;
        background: linear-gradient(180deg, rgba(22,150,44,1) 41%, rgba(43,184,72,1) 78%);
        color: #fff;
    }

    .table-space h6 {
        font-weight: 500;
        margin-bottom: 0px;
        font-size: 18px;
        line-height: 30px;
        color: #000;
        font-family: 'Montserrat';
    }

    .add-to-cart thead {
        background: #633100;
    }

    .space span {
        color: rgba(43,184,72,1);
        font-size: 18px;
        font-weight: 500;
        font-family: 'Montserrat';
        line-height: 30px;
    }

  .proceed .row {
    display: flex;
    justify-content: end;
}


/* Cart Page End */ 


/* Checkout Page Start */

    .billing_form h3 {
        font-family: 'Euclid-Circular-A-Medium';
        font-size: 41px;
        color: #000;
        margin: 0;
        font-weight: 100;
        margin-bottom: 20px;
        text-transform: capitalize;
    }

    .billing_form label {
        font-size: 14px;
        color: #7c7c7c;
        font-weight: 400;
        font-family: 'Montserrat';
    }

    .radiosss p {
        color: #7c7c7c;
        font-size: 12px;
        font-family: "Montserrat";
        font-weight: 400;
    }

    .billing_form input {
        width: 100%;
        height: 50px;
        border: 1px solid #000;
        margin-bottom: 20px;
        padding-left: 15px;
        background: transparent;
        border-radius: 0;
        color: #000;
    }

    .billing_form input::placeholder {
        color: #000;
        font-family: "Montserrat";
    }

    .cart_sidebar .cart_lst li:not(:last-child) {
        margin-bottom: 15px;
        font-family: 'Montserrat';
        color: #000;
        font-weight: 500;
    }

    .cart_sidebar .cart_lst li {
        font-size: 14px;
        color: #7c7c7c;
        font-family: "Roboto", sans-serif;
    }

    .cart_sidebar .cart_lst li span {
        float: right;
    }

    .cart_sidebar .cart_lst li:last-child {
        font-size: 24px;
        font-weight: 500;
        color: #000;
        font-family: 'Montserrat';
    }

    .cart_sidebar .cart_lst {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .thankyou_txt {
        padding: 50px;
        border: 2px solid #b7b7b7;
    }

    .thankyou_txt h3 {
        font-size: 35px;
        color: #000;
        font-weight: 800;
        margin: 0;
        font-family: "Roboto", sans-serif;
    }

    .thankyou_txt h3 i {
        font-size: 40px;
        margin-right: 15px;
    }

    .order_det h5 {
        font-size: 20px;
        color: #7c7c7c;
        font-weight: 400;
        font-family: "Roboto", sans-serif;
    }

    .order_det p {
        font-weight: 700;
        font-size: 20px;
        color: #000;
        margin: 0;
    }

    .order_complete_detail h3 {
        font-size: 22px;
        color: #000;
        font-weight: 700;
        font-family: "Roboto", sans-serif;
    }

    .order_detail_table {
        padding: 40px;
        border: 1px solid #b7b7b7;
    }

    .order_detail_table h5 {
        margin-top: 0px;
        padding-bottom: 15px;
        border-bottom: 1px solid #dbdbdb;
        font-size: 16px;
        font-weight: 700;
        color: #000;
        font-family: "Roboto", sans-serif;
    }

    .order_detail_table ul {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .order_detail_table ul li:not(:last-child) {
        margin-bottom: 25px;
    }

    .order_detail_table ul li {
        font-size: 14px;
        color: #7c7c7c;
    }

    .order_detail_table ul li span {
        float: right;
    }

    .order_detail_table ul li:last-child {
        font-weight: 700;
        color: #000;
    }

    .order_detail_table h6 {
        font-size: 17px;
        font-weight: 700;
        color: #000;
        font-family: "Roboto", sans-serif;
        padding: 25px 0;
        border-top: 1px solid #dbdbdb;
        margin: 0;
    }

    .order_detail_table h6 span {
        float: right;
    }

    .check_menu ul {
        text-align: center;
        margin-bottom: 40px;
    }

    .check_menu ul li {
        display: inline-block;
        font-size: 22px;
        font-weight: 700;
        color: #7c7c7c;
        margin: 0 14px;
    }

    .check_menu ul li i {
        font-size: 18px;
    }

    .check_menu ul li.purp {
        color: #700ea3;
    }

    p.p-same-p {
        font-size: 13px;
        font-family: 'Montserrat';
        line-height: 23px;
        color: #000;
        font-weight: 500;
    }

    .cart_sidebar {
        padding: 19px 25px;
        border: 1px solid #000;
        border-radius: 5px;
    }

    .cart_sidebar h3 {
        font-size: 32px;
        color: #000;
        margin-top: 0px;
        margin-bottom: 20px;
        text-transform: capitalize;
        font-family: 'Euclid-Circular-A-Medium';
        line-height: normal;
        font-weight: 300;
    }

    .cart_sidebar .h-sub {
        font-weight: 500;
        color: #000000;
        font-family: 'Euclid-Circular-A-Medium';
        font-size: 25px;
        padding-bottom: 15px;
        border-bottom: 1px solid #000;
        margin-bottom: 20px;
        line-height: 0;
        padding-bottom: 30px;
        padding-top: 20px;
    }

    .cart_sidebar h5 span {
        float: right;
    }

    .cart_sidebar h4 {
        font-size: 25px;
        color: #000000;
        font-weight: 500;
        font-family: 'Montserrat';
        margin-bottom: 30px;
        line-height: normal;
        padding-top: 0;
    }

    .cart_sidebar ul li input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .cart_sidebar ul li label {
        position: relative;
        cursor: pointer;
        font-size: 14px;
        font-family: 'Montserrat';
        font-weight: 500;
        color: #000;
 }       
        
        
    .billing_form
        label {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    font-family: 'Montserrat';
}

    .cart_sidebar ul li label:before {
        content: "";
        -webkit-appearance: none;
        background-color: transparent;
        border: 1px solid #000;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        padding: 10px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 10px;
    }

    .cart_sidebar ul li input:checked+label:after {
        content: "";
        display: block;
        position: absolute;
        top: 4px;
        left: 9px;
        width: 6px;
        height: 14px;
        border: solid #000;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

    .cart_sidebar ul li:not(:last-child) {
        margin-bottom: 15px;
    }

    .cart_sidebar form {
        margin-top: 30px;
        padding-bottom: 40px;
        border-bottom: 1px solid #b7b7b7;
    }

    .cart_sidebar form h4 {
        font-size: 14px;
        font-weight: 400;
        color: #b7b7b7;
        font-family: "Roboto", sans-serif;
    }

    .cart_sidebar form select {
        width: 100%;
        height: 40px;
        padding-left: 15px;
        border-radius: 0;
        border: 1px solid #b7b7b7;
        margin-bottom: 20px;
        appearance: auto;
        color: #b7b7b7;
    }

    .cart_sidebar form select option {
        color: #000;
    }

    .cart_sidebar form input {
        width: 100%;
        height: 40px;
        padding-left: 15px;
        border-radius: 0;
        border: 1px solid #b7b7b7;
        margin-bottom: 20px;
        appearance: auto;
        color: #b7b7b7;
    }

    .cart_sidebar form input::placeholder {
        color: #000;
    }

    .cart_sidebar form button {
        color: #000;
        font-size: 15px;
        border-radius: 0px;
        font-family: "Poppins", sans-serif;
        padding: 10px 40px;
        background-color: #ebebeb;
        border: 2px solid #ebebeb;
    }

    .cart_sidebar form button:hover {
        background-color: transparent;
        transition: 0.3s ease-in-out;
    }

    .checkout_btn {
    padding: 12px 50px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border: none;
    font-weight: 500;
    border: 2px solid transparent;
    background: linear-gradient(180deg, rgba(22,150,44,1) 41%, rgba(43,184,72,1) 78%);
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-family: "Bai Jamjuree", sans-serif;
}

    .checkout_btn:hover {
        color: white;
    }

    ul.shipping-ul {
        border-bottom: 1px solid #000;
        margin: 0;
        padding-bottom: 30px;
    }

    h6.payment-h {
        font-weight: 500;
        color: #000;
        font-family: 'Montserrat';
        font-size: 24px;
        margin-bottom: 30px;
    }

    .cart_sidebar .radiosss-payments li label:before {
        content: "";
        -webkit-appearance: none;
        background-color: transparent;
        border: 1px solid #000;
        box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
        padding: 10px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 10px;
        border-radius: 50px;
    }

    .cart_sidebar .radiosss-payments li input:checked+label:after {
        content: "";
        display: block;
        position: absolute;
        top: 8px;
        border-radius: 20px;
        left: 6px;
        border: 0;
        width: 10px;
        height: 10px;
        background-color: rgba(22,150,44,1);
    }

    .radiosss-payments .card.card-body {
        padding: 0;
        border: 0;
        margin-left: 30px;
    }

    .radiosss-payments {
        border-bottom: 1px solid #000;
    }

    section.checkout_page.all-section.all-side {
        padding: 100px 0;
    }

    .billing_form {
        border: 1px solid #000;
        padding: 20px 25px;
        border-radius: 5px;
    }

    span.chk-price {
        color: #000;
    }


/* Checkout Page End */


/*Reviews Page Satrt*/

section.review-sec.inner-reviews-sec .main-review-comm h4 {
    width: 31% !important;
}
.reviews-next-no-bar .brands-btm-pg-no ul {
    gap: 30px;
}
.reviews-next-no-bar  .brands-btm-pg-no ul li:hover {
    background-image: linear-gradient(180deg, rgba(22, 150, 44, 1) 41%, rgba(43, 184, 72, 1) 78%);
    background: #633100;
}
.heading-text-feedback {
    text-align: center;
}

.heading-text-feedback h2 {
    margin-bottom: 20px;
}

.heading-text-feedback ul {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    padding: 13px 0px;
}
.heading-text-feedback ul p {
    margin-left: 20px;
    font-weight: 500;
    color: #000;
}
.field-for-feedback textarea {
    width: 100%;
    background: #f2f2f2;
    height: 270px;
    border-radius: 20px;
    border: 1px solid #0000003b;
    padding: 30px 20px;
}
.field-for-feedback button {
    background: linear-gradient(180deg, rgba(22, 150, 44, 1) 41%, rgba(43, 184, 72, 1) 78%);
    border: unset;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 17px;
    padding: 15px 40px;
    margin-top: 20px;
}
.feedback {
    padding: 90px 0px;
}
section.review-sec.inner-reviews-sec {
    padding: 100px 0px 0px;
}

/*Reviews Page End*/



/* Blog Detail */

.blog-image>img {
    width: 100%;
    height: 505px;
    box-shadow: 0px 10px 68px 0px rgba(0, 0, 0, 0.58);
    object-fit: cover;
  }
  
  .recent-blog-tle {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
  }
  
  .recent-blog-tle>img {
    height: 140px;
    width: 170px;
    object-fit: cover;
    margin-right: 25px;
    box-shadow: 0px 10px 68px 0px rgba(0, 0, 0, 0.58);
  }
  
  .recent-blog-tle h6 {
    color: #000;
    font-weight: 600;
    font-family: 'Montserrat';
    width: 74%;
  }
  
  .arichve-sm {
    color: #147bed;
    border: 1px solid #ddd;
    border-right: 0;
    border-left: 0;
    margin-top: 12px;
    display: flex;
    align-items: center;
    font-weight: 500;
    gap: 20px;
    width: 100%;
  }
  
  .arichve-sm span i {
    margin-right: 5px;
    color: rgba(43,184,72,1);
  }
  
  section.blog-detail {
    padding: 100px 0;
    position: relative;
  }
  
  .recent-blog h3 {
    font-size: 60px;
    font-weight: 500;
    line-height: 1;
    color: #2f9c48;
    font-family: 'Oswald';
    margin-bottom: 30px;
    text-transform: uppercase;
  }
  
  section.blog-detail h4 {
   font-size: 40px;
    color: #000;
    font-weight: 500;
    margin: 50px 0 40px;
    font-family: 'Oswald';
  }
  
  .arichve-sm span {
    width: fit-content;
    color: #000;
  }
  
  .arichve-sm span:nth-child(2) {
    text-align: left;
    border-left: none;
    padding: 7px;
    border-left: 1px solid #00000029;
    padding-left: 20px;
  }
  
  .arichve-sm.no-bdr {
    justify-content: start;
    margin: 20px 0 20px;
  }
  
  .arichve-sm.no-bdr span {
    width: auto;
  }
  
  .arichve-sm.no-bdr span:nth-child(2) {
    padding-left: 30px;
    margin-left: 30px;
  }
  .product-inner-sec{
      position: relative;
      padding: 80px 0;
      background-color: #f8f8f8;
    }
    .product-inner-sec .product-side-bar{
      height: 400px;
      overflow-y: scroll;
    }
    .product-inner-sec .product-side-bar h4{
      font-size: 35px;
      margin: 0px 0 20px;
      font-family: 'Tiemposb';
    }
    .product-inner-sec .product-side-bar ul li{
      margin: 13px 0;
      border-bottom: 1px solid #00000036;
      padding: 8px 10px;
      margin-right: 20px;
    }
    .product-inner-sec .product-side-bar ul li a input{
      height: 15px;
      width: 15px;
      border: 2px solid #000;
      margin-right: 30px;
    }
   .product-inner-sec .product-side-bar ul li a {
    color: #000000;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    
   .product-inner-sec ::-webkit-scrollbar {
  width: 10px;
  }
  .heading h2 {
    font-size: 50px;
    margin: 40px 0 0 0;
    font-weight: 900;
    font-weight: 500;
}

.recent-blog h2 {
    margin: 0 !important;
    font-size: 44px !important;
    font-weight: 500;
}
.blog_box p {
    line-height: 25px;
    margin: 20px 0;
}
.brans_topbar.topbar.text_center p {
    width: 70%;
}
.featured_box.featured_box1 {
    margin: 0px 0 0 -10px;
    width: 390px;
}

.featured_box.featured_box1 img {
    width: 100%;
}

.featured_box {
    width: 390px;
    margin: 0 0 0 0px;
}

section.barnds_sec .container {
    width: 91%;
}

/*blog Detail Page End*/


/* seller Profile  Page Start*/
.seller-info-txt {
    text-align: center;
}

.seller-info-txt h2 {
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 0px;
    padding-bottom: 30px;
    border-bottom: 1px solid #00000057;
}

.seller-info-txt p {
    width: 80%;
    margin: 0 auto;
    padding-top: 20px;
}
.seller-main-sec {
    padding: 90px 0px 50px;
}
.arival.seller-profile-pg-sec:before {
    display: none;
}
.text-profile-box ul li {
    font-family: 'Montserrat';
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}

.text-profile-box ul li span {
    font-size: 14px;
    text-transform: capitalize;
    color: #000000b3;
    border-left: 1px solid #0000006e;
    padding-left: 20px;
}

.text-profile-box ul li {
    display: flex;
    gap: 10px;
}

.text-profile-box ul {
    display: flex;
    border: 1px solid #0000005c;
    padding: 13px 15px;
    border-radius: 10px;
    align-items: center;
}
.text-profile-box ul li a {
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 30px;
    height: 45px;
    font-size: 14px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #633100;
}

.text-profile-box ul li a i {
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 4px 4px;
    color: #fff;
    background: #633100;
}
.text-profile-box ul li p {
    margin-bottom: 0px;
    font-weight: 500;
    width: 240px;
    display: flex;
    align-items: center;
}
.featured-sec-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.featured-sec-heading h2 {
    margin-bottom: 0px;
    font-size: 40px;
}

.featured-sec-heading a {
    border: 1px solid #633100;
    padding: 10px 15px;
    border-radius: 50%;
    font-size: 21px;
    background: #633100;
    color: #fff;
}
.img-featured {
    text-align: center;
    padding-bottom: 14px;
}

.featured-pro-info-txt h5 {
    font-size: 20px;
    color: #000;
    text-align: center;
    padding: 20px 0px;
    margin-bottom: 0px;
    border-top: 1px solid #0000005c;
}

.featured-main-boxes {
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
    padding: 14px 10px 0px;
}
.boxes-featur-main {
    padding: 0px 30px;
}
.for-border-featured {
    border: 1px solid #a3a3a3;
    padding: 10px 20px 40px;
    border-radius: 10px;
}
.featured-pro-sec {
    padding: 40px 0px 100px;
}
.img-featured img {
    width: 60%;
    height: 130px;
    object-fit: contain;
}
ul.address-top-sec li a {
    color: #fff;
}

/* seller Profile  Page End*/

ul.inner-pro-detail li a {
    color: #000;
}
ul.inner-pro-detail li a {
    font-size: 15px !important;
}


/*Mechanics Page Start*/
.img-mechanic img {
    width: 100%;
    border-radius: 20px;
}
.text-mechanics h2 {
    text-transform: capitalize;
    margin-bottom: 10px;
}

.mechanics-sec .row {
    /* align-items: center; */
}

.mechanics-sec {
    padding: 90px 0px;
}
.btns-type-info  ul li {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(180deg, rgba(22,150,44,1) 41%, rgba(43,184,72,1) 78%);
    margin-bottom: 20px;
    font-size: 11px;
    padding: 10px 7px;
    margin-bottom: 0px;
    border-radius: 20px;
    width: fit-content;
}

.btns-type-info ul li a {
    color: #fff;
}

.btns-type-info ul {
    /* column-count: 3; */
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.btns-type-info {margin-top: 0px;}
li.forcolors a {
    color: #000 !important;
}
li.forcolors {
    opacity: 0.6;
}

/*Mechanics Page End*/

.text-mechanics .jb-social_link > ul > li > a {
    background: #25af41;
    color: #fff;
}
.text-mechanics .jb-social_link {
    padding-top: 0px;
}
.arival.mechanic-pg-sec {
    padding: 20px 0px 100px;
}
.arival.mechanic-pg-sec:before {
    display: none;
}

li.nav-item {
    max-width: fit-content;
}
div#dropdown-container h6 {
    margin-bottom: 10px;
    text-transform: capitalize;
}

/* Hide Google Translate top bar */
iframe.goog-te-banner-frame {
  display: none !important;
}

/* Hide body top margin Google adds */
body {
  top: 0px !important;
}

/* Prevent shifting when translate bar loads */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}