#606060
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap'); */


/***** General CSS *****/

body {
    word-break: break-word;
    font-family: Helvetica, 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
    font-size: 15px;
    color: #3a3a3a;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #3a3a3a;
    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: 500;
}


/***** 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 40px;
    color: #fff;
    margin: 20px 20px 20px 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    text-transform: capitalize;
    border: 2px solid;
    text-transform: uppercase;
}

.theme-btn:hover {
    background-color: #fff;
    color: #28b16d;
    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,
h2,
h3,
h4,
h5,
h6 {
    font-family: Helvetica, 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif, sans-serif;
}

h1 {
    font-size: 65px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 17px;
}

h2 {
    font-size: 55px;
    line-height: 60px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-size: 26px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 18px;
}

h4 {
    font-size: 20px;
    line-height: 29px;
    color: #3a3a3a;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    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;
}


/* BEGIN: HEADER SEC CSS */


/* sidenav-css start */

.sidenav {
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: -500px;
    background: #393939;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    width: 250px;
}


/* The navigation menu links */


/* When you mouse over the navigation links, change their color */

.sidenav a:hover,
.sidenav a:focus {
    color: #000;
    text-decoration: none;
    padding-left: 40px;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
}

.mobilecontainer span {
    color: #3a3a3a;
    margin-right: 10px;
    margin: 0px 9px;
    padding: 10px 0;
    position: relative;
    z-index: 1;
}

.mobilecontainer img {
    width: 63px;
    margin: -19px 0;
    position: relative;
    z-index: 1;
}

.mobilecontainer {
    background-color: #fff;
    padding-left: 20px;
    width: 70px;
}


/* sidenav-css end */


/*navigation*/

header {
    margin: 0;
}

.main-navigate {
    margin: 0;
    background: #fff;
    padding: 2px 55px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}

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

.navigation {
    margin-top: 0px;
    text-align: center;
}

.navigation>ul>li>a {
    color: #414141;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
}

ul.navbar-set {
    margin: 25px 0;
}

.side-links-hd {
    display: flex;
    align-items: center;
    justify-content: end;
}

.side-links-hd a {
    color: #3a3a3a;
    margin-left: 25px;
    font-size: 21px;
    position: relative;
}

.navigation>ul>li {
    display: inline-block;
    padding: 0px 10px;
}

.logo a {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
    color: #3a3a3a;
    letter-spacing: .1rem;
    line-height: 0;
}


/* END: HEADER SEC CSS */


/*banner css start */

.carousel-inner .carousel-item .slider-banner {
    width: 100%;
    height: 800px;
    object-fit: cover;
}

.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;
}

.navigation>ul>li.active a {
    border-bottom: 1px solid;
}

.navigation>ul>li>a:hover {
    border-bottom: 1px solid;
}

.side-links-hd a>span {
    position: absolute;
    height: 15px;
    width: 15px;
    background: #3a3a3a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #fff;
    top: -5px;
    right: -6px;
}

.search-form.active {
    display: flex;
}

.search-form {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: #fff;
    z-index: 1;
}

.search-form input {
    width: 748px;
    height: 44px;
    padding: 0 10px;
    border: 1px solid #cccccc;
}

.search-form button {
    background: transparent;
    border: none;
    font-size: 20px;
    position: relative;
    right: 40px;
}

.search-form:before {
    content: '';
    position: absolute;
    height: 100vh;
    width: 100vw;
    background: #0000006b;
    top: 0;
    left: 0;
    z-index: -1;
}

.search-form:after {
    height: 100%;
    content: '';
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: -1;
}

.search-form>span {
    font-size: 30px;
    cursor: pointer;
}

section.banner {
    height: calc(100vh - 80px);
    background-image: url(../images/banner.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    z-index: 1;
}

section.banner:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #685858;
    opacity: 0.4;
    z-index: -1;
}

.banner-text {
    text-align: center;
}

.banner-text p {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 30px;
}

a.btn-1 {
    display: inline-flex;
    height: 42px;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    background: #3a3a3a;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 #ffffff14;
}


/* grade-sec */

section.grade-sec {
    padding: 100px 0;
}

.grade-side-img>img {
    width: 360px;
    height: 640px;
}

.grade-side-img {
    text-align: center;
}

.grade-cont p {
    font-size: 17px;
    margin: 0 0 30px;
}

.grade-cont p b {
    font-size: 18px;
}

.grade-cont {
    padding: 0 20% 0 0;
}

section.features-sec {
    padding: 100px 0;
}

.feature-wrap>img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: top;
}

.feature-wrap h4 {
    font-size: 18px;
    font-weight: 700;
    color: #3a3a3a;
    margin: 20px 0 10px;
}

section.cta-sec>img {
    width: 100%;
}

.testi-wrap {
    text-align: center;
}

.testi-wrap p {
    margin-bottom: 20px;
    font-size: 17px;
}

.testi-wrap span {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.testi-wrap span:before {
    content: '';
    display: inline-block;
    height: 1px;
    width: 20px;
    background: #000;
    margin-right: 7px;
}

section.testimonals-sec {
    padding: 100px 0;
}

.testi-wrap>i {
    font-size: 30px;
    margin: 0 0 10px;
}

section.social-media-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social-box {
    height: 475px;
    width: 50%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.social-box a {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #68585882;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #Fff;
    font-weight: 700;
}

.social-box a:hover {
    background: #685858b5;
}

.news-latter {
    text-align: center;
    padding: 60px 0;
    border-bottom: 1px solid #60606033;
    background: #f6f6f6;
}

.news-latter h2 {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #606060;
}

.news-latter input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #ccc;
}

.news-latter form {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.news-latter button {
    border: none;
    background: #606060;
    padding: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    width: 30%;
    font-size: 13px;
}

ul.payment-icons.list--inline.site-footer__icon-list {
    display: flex;
    align-items: center;
    justify-content: start;
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropdown>button {
    border: 1px solid gray;
    background: #fff;
    border-radius: 00000;
    padding: 10px 30px;
    margin-bottom: 30px;
    color: #606060;
}

.row.rowflex {
    display: flex;
    align-items: center;
}

.open>.dropdown-menu {
    display: flex;
    flex-direction: column;
    padding: 10px;
    top: unset;
    bottom: 63px;
    border-radius: 0;
}

.pt-5 {
    padding-top: 50px;
}

.open>.dropdown-menu a {
    color: #000;
    padding: 5px 0;
}

.lst-wrapp {
    display: flex;
    flex-direction: column;
    align-items: end;
margin-bottom: 10px;}

.lst-wrapp>i {
    font-size: 40px;
    color: #606060;
    display: inline-block;
    margin: 0 0 10px;
}

.lst-wrapp>p {
    color: #606060;
    margin: 0;
}

.lst-wrapp>p a {
    color: #606060;
}
.wrp-ft-link {text-align: right;}

.wrp-ft-link>a {text-transform: uppercase;font-size: 14px;margin-left: 15px;font-weight: 500;color: #606060;}
.footerSec {
    padding: 50px 0;
    background: #f6f6f6;
}

.dropdown>button:hover {
    background: #fff;
    color: #606060;
}

.payment-icon {
    margin-bottom: 5px;
    margin-left: 5px;
}

.payment-icon:first-child {
    margin-left: 0;
}

.product-secpg {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}

.filters-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filters-toolbar__item-child {
    display: flex;
    align-items: center;
    justify-content: start;
}

.filters-toolbar__input-wrapper.select-group select {
    border: none;
    height: 60px;
    margin: 0 0px 0 40px;
    padding: 0 10px;
}

span.filters-toolbar__product-count {
    font-style: italic;
}

.page-title {
    padding: 40px 0;
    text-align: center;
}

.page-title h1 {
    color: #3a3a3a;
    font-size: 35px;
    margin: 0;
}

.product-box-sty img {
    height: 250px;
    width: 100%;
    object-fit: contain;
    object-position: center;
    margin-bottom: 10px;
}

.product-box-sty {
    margin: 20px 0;
}

.product-box-sty:hover h4 {
    text-decoration: underline;
}

.product-box-sty h4 {
    margin-bottom: 5px;
    font-weight: 700;
}

.price-txt {
    font-weight: 600;
    font-size: 16px;
    color: #e34141;
}

.price-txt span {
    text-decoration: line-through;
    color: #3a3a3a;
}

span.sale {
    padding: 1px 10px;
    background: #bf1504;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
    color: #fff;
}

.product-box-sty:hover>img {
    opacity: 0.8;
}

.form-wrapper input,
.form-wrapper textarea {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    margin: 0 0 20px;
}

.form-wrapper label {
    font-weight: 400;
    margin: 0 0 5px;
}

.form-wrapper textarea {
    height: 150px;
}

section.contact-form {
    padding-bottom: 100px;
}

.form-wrapper button {
    display: inline-flex;
    height: 42px;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    background: #3a3a3a;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 2px;
    border: none;
}

.page-title a {
    border-bottom: 1px solid #3a3a3a;
    padding: 0px 0 2px;
    display: inline-block;
    margin-top: 10px;
}

.cart__image {
    max-height: 95px;
    display: block;
    margin: 0 auto;
}

.cart__row {
    border-bottom: 1px solid #ebebeb;
}

section.cart-sec td:first-child,
section.cart-sec th:first-child {
    padding-left: 0;
}

.cart__product-information {
    display: flex;
}

section.cart-sec table {
    width: 100%;
}

section.cart-sec th {
    padding: 27.5px 22px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}

section.cart-sec td {
    padding: 22px;
}

.cart__image-wrapper {
    padding-right: 3rem;
    flex: 9rem 0 0;
}

.list-view-item__title a {
    font-size: 17px;
    font-weight: 700;
}

p.cart__remove a {
    font-weight: 400;
    border-bottom: 1px solid #3a3a3a;
}

input.quantiy-puy {
    width: 60px;
    height: 40px;
    border: 1px solid #7e7e7e;
    padding: 0 10px;
}

.text-right {
    text-align: right !important;
}

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

.cart__row {
    border-bottom: 1px solid #ebebeb;
}

.cart-subtotal__price {
    padding-left: 55px;
    min-width: 150px;
    display: inline-block;
}

.cart-btn-are {
    margin-top: 70px;
}

.cart__buttons-container {
    margin-top: 20px;
}

.cart-subtotal {
    margin: 10px 0;
    font-size: 17px;
}

.product-det-img>img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.product-more-imgs {
    display: flex;
    align-items: center;
    justify-content: start;
}

.product-more-imgs>img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin: 10px 5px;
    cursor: pointer;
}

section.product-detail-sec {
    padding: 50px 0;
}

.product-detail-cont h3 {
    font-size: 35px;
    line-height: 1;
}

.product-detail-cont {
    padding-left: 50px;
}

.product-detail-cont .price-txt {
    font-size: 30px;
}

.product-detail-cont>a {
    display: flex;
    height: 50px;
    margin: 10px 0;
    align-items: center;
    justify-content: center;
    border: 1px solid #3a3a3a;
}

.product-detail-cont>span {
    display: inline-block;
    margin: 10px 0;
}

.product-detail-cont ul {
    padding-left: 40px;
    list-style: disc;
    line-height: 2;
}




@media only screen and (min-width: 1366px) and (max-width: 1920px){}

@media only screen and (min-width: 1200px) and (max-width: 1365px){}

@media only screen and (min-width: 992px) and (max-width: 1199px){}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .product-detail-cont h3 {
    font-size: 25px;
}

.product-detail-cont .price-txt {
    font-size: 20px;
}

.product-detail-cont {
    padding: 0;
}

section.product-detail-sec .slick-slide {
    margin: 0;
}
}

@media only screen and (min-width: 520px) and (max-width: 767px){
    .payment-icon {
    margin-bottom: 5px;
    margin-left: 0;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    display: flex;
    overflow: hidden;
}
    .side-links-hd {
    margin-top: 17px;
    justify-content: center;
}
section.testimonals-sec {
    padding: 51px 0 50px 0;
}
section.grade-sec {
    padding: 50px 0;
}
section.features-sec {
    padding: 30px 0;
}
.grade-cont {
    padding: 20px 0% 0 0;
}
.logo {
    position: relative;
    top: 27px;
}
.product-more-imgs .slick-slide {
    margin: 0;
}

.product-det-img .slick-slide {
    margin: 0;
}

.product-detail-sec .productdetailportion {
    height: 300px;
}

.product-detail-cont {
    padding: 0;
}

.product-detail-cont h3 {
    font-size: 29px;
    margin: 19px 0px;
}

.product-detail-cont .price-txt {
    font-size: 19px;
}
.mobilecontainer {
    position: absolute;
    right: 0;
    top: 2px;
}

.logo a {
    font-size: 30px;
}

.cart_sidebar {
    padding: 3px !important;
    border: none;
}


}

@media only screen and (min-width: 321px) and (max-width: 519px){
    .payment-icon {
    margin-bottom: 5px;
    margin-left: 0;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    display: flex;
    overflow: hidden;
}


.cart_sidebar {
    padding: 3px !important;
    border: none;
}


.t-card-r table {
    width: 700px;
}
.t-card-r {
    width: 100%;
    overflow-x: scroll;
}


.side-links-hd {
    justify-content: center;
    margin-top: 20px;
}
.grade-cont {
    padding: 20px 0% 0 0;
}
section.grade-sec {
    padding: 50px 0;
}
section.testimonals-sec {
    padding: 51px 0 50px 0;
}
section.features-sec {
    padding: 30px 0;
}
.logo {
    position: relative;
    top: 15px;
}
.main-navigate {
    padding: 0px 10px;
}

.banner-text h1 {
    font-size: 55px;
}

.banner-text p {
    font-size: 14px;
}

.grade-side-img>img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.grade-cont h3 {
    font-size: 23px;
    line-height: 1;
}

.grade-cont p {
    font-size: 14px;
}


.lst-wrapp {
    display: block;
    text-align: center;
}

.news-latter button {
    font-size: 10px;
}
.filters-toolbar {
    display: block;
}

.product-box-sty img {
    object-fit: cover;
    height: 370px;
}
.product-more-imgs .slick-slide {
    margin: 0;
}

.product-det-img .slick-slide {
    margin: 0;
}

.product-detail-sec .productdetailportion {
    height: 300px;
}

.product-detail-cont {
    padding: 0;
}

.product-detail-cont h3 {
    font-size: 29px;
    margin: 19px 0px;
}

.product-detail-cont .price-txt {
    font-size: 19px;
}
section.cart-sec table {
    width: 600px;
}
.mobilecontainer {
    position: absolute;
    right: 0;
    top: 2px;
}

.logo a {
    font-size: 30px;
}
.billing_form{
    padding: 0px;
    border: 0px;
}

.cart_sidebar {
    padding: 3px !important;
    border: none;
}

}

@media only screen and (min-width: 280px) and (max-width: 320px){

.billing_form{
    padding: 0px;
    border: 0px;
}

.t-card-r table {
    width: 700px;
}
.t-card-r {
    width: 100%;
    overflow-x: scroll;
}

.cart_sidebar {
    padding: 3px !important;
    border: none;
}


section.cart-sec table {
    width: 600px;
}
.filters-toolbar__input-wrapper.select-group select {
    margin-left: 0;
}
    .side-links-hd {
        text-align: center;
        margin-top: 26px;
        justify-content: center;
    }
    .payment-icon {
    margin-bottom: 5px;
    margin-left: 0;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    display: flex;
    overflow: hidden;
}
.grade-cont {
    padding: 20px 0% 0 0;
}
section.features-sec {
    padding: 30px 0;
}
section.testimonals-sec {
    padding: 51px 0 50px 0;
}
section.grade-sec {
    padding: 50px 0;
}
.logo {
    position: relative;
    top: 27px;
    margin-top: -38px;
}
.main-navigate {padding: 0px 10px;padding-top: 30px;padding-bottom: 10px;}

.banner-text h1 {
    font-size: 55px;
}

.banner-text p {
    font-size: 14px;
}

.grade-side-img>img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.grade-cont h3 {
    font-size: 23px;
    line-height: 1;
}

.grade-cont p {
    font-size: 14px;
}


.lst-wrapp {
    display: block;
    text-align: center;
}

.news-latter button {
    font-size: 10px;
}
.filters-toolbar {
    display: block;
}

.product-box-sty img {
    object-fit: cover;
    height: 370px;
}
.product-more-imgs .slick-slide {
    margin: 0;
}

.product-det-img .slick-slide {
    margin: 0;
}

.product-detail-sec .productdetailportion {
    height: 300px;
}

.product-detail-cont {
    padding: 0;
}

.product-detail-cont h3 {
    font-size: 29px;
    margin: 19px 0px;
}

.product-detail-cont .price-txt {
    font-size: 19px;
}
.mobilecontainer {
    position: absolute;
    right: 0;
    top: 2px;
}

.logo a {
    font-size: 30px;
}
}





