@import 'https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap';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 .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .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 .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .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
}

@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: montserrat-semibold;
    src: url(../fonts/Montserrat-SemiBold.ttf)
}

@font-face {
    font-family: montserrat-extralight;
    src: url(../fonts/Montserrat-ExtraLight.ttf)
}

@font-face {
    font-family: montserrat-regular;
    src: url(../fonts/Montserrat-Regular.ttf)
}

@font-face {
    font-family: ranuatrials-bold;
    src: url(../fonts/RanuaTrials-Bold.otf;)
}

.noPadding {
    padding: 0
}

.noLeft {
    padding-left: 0
}

.noRight {
    padding-right: 0
}

.mt-5 {
    margin-top: 50px
}

.mb-5 {
    margin-bottom: 50px
}

.mt-8 {
    margin-top: 80px
}

.mt-4 {
    margin-top: 40px
}

.mt-3 {
    margin-top: 30px
}

.mt-2 {
    margin-top: 20px
}

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

.pb-1 {
    padding-bottom: 10px
}

.pb-2 {
    padding-bottom: 20px
}

.pb-3 {
    padding-bottom: 30px
}

.pb-4 {
    padding-bottom: 40px
}

.pb-8 {
    padding-bottom: 80px
}

.m-0 {
    margin: 0!important
}

.p-0 {
    padding: 0!important
}

.pt-8 {
    padding-top: 80px
}

.pt-4 {
    padding-top: 40px
}

.pt-3 {
    padding-top: 30px
}

.pt-2 {
    padding-top: 20px
}

.all-section {
    padding: 80px 0
}

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

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

.over-flow-h {
    overflow: hidden
}

.btn10 {
    border: 1px solid #a30000!important;
    text-align: center;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #a30000!important;
    z-index: 10;
    display: inline-block;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    font-size: 17px;
    font-family: Poppins;
    font-weight: 400
}

.btn10:hover {
    border: 1px solid #a30000!important;
    color: #fff!important
}

.menuSec ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    height: 2px;
    background: #69a253;
    bottom: 0;
    transition: 1s ease-in-out
}

.menuSec ul li a:hover:before {
    width: 85%
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #a30000;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77,0,.175,1);
    -o-transition: all .7s cubic-bezier(.77,0,.175,1);
    -webkit-transition: all .7s cubic-bezier(.77,0,.175,1);
    transition: all .7s cubic-bezier(.77,0,.175,1);
    box-shadow: 2px 0 14px rgba(0,0,0,.6);
    border-color: #a30000!important
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2,.95,.57,.99);
    -moz-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    -o-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    transition: all .4s cubic-bezier(.2,.95,.57,.99);
    box-shadow: 2px 0 14px rgba(0,0,0,.6);
    border-color: #a30000!important
}

.btn10:hover::before,.btn1O:hover::before {
    opacity: 1;
    width: 116%
}

.btn10:hover::after,.btn1O:hover::after {
    opacity: 1;
    width: 120%
}

.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: montserrat-semibold,Sans-Serif;
    font-size: 103px;
    line-height: 110px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
    text-transform: uppercase
}

h2 {
    font-family: montserrat-semibold,Sans-Serif;
    font-size: 45px;
    line-height: 50px;
    color: #467dc0;
    font-weight: 500;
    margin: 0 0 30px
}

h3 {
    font-family: montserrat-semibold,Sans-Serif;
    font-size: 42px;
    line-height: 50px;
    color: #69a253;
    font-weight: 600;
    margin: 0 0 28px
}

h4 {
    font-family: montserrat-extralight,Sans-Serif;
    font-size: 48px;
    line-height: 55px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 13px
}

h5 {
    font-family: montserrat-semibold,Sans-Serif;
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 20px
}

h6 {
    font-family: montserrat-regular,Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 22px
}

p {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-family: montserrat-regular,serif;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0
}

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 {
    background: #f8f2e7
}

.menuSec {
    padding: 20px 0;
    position: relative
}

.header-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.menuSec img {
    margin: 0
}

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

.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: #000;
    padding: 10px 21px;
    font-size: 16px;
    font-family: montserrat-regular
}

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

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

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

.menuSec ul li a:hover,.menuSec ul li a.active {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    color: #4770b4
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000;
    left: 0;
    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: #fff;
    color: #000!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: 0;
    width: 270px
}

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

.droopdwon {
    float: left
}

.droopdwon li:hover li a:hover {
    background-color: #fff;
    color: #000!important
}

ul#menu2 {
    display: flex;
    justify-content: end
}

ul#menu2 li:nth-child(4) {
    margin-right: -24px
}

ul#menu li:nth-child(5) {
    display: none
}

ul#menu li:nth-child(6) {
    display: none
}

ul#menu li:nth-child(7) {
    display: none
}

.dropdown-menu {
    position: absolute!important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: .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,.15);
    border-radius: .25rem
}

section.main_slider .carousel-control-prev {
    width: auto
}

section.main_slider .carousel-control-next {
    width: auto
}

img.img-fluid.banner-img {
    width: 100%
}

.banner_text p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px
}

.carousel-control-prev {
    left: 17%;
    bottom: 20%;
    top: auto
}

.carousel-control-prev,.carousel-control-next {
    opacity: 1
}

.carousel-control-prev-icon {
    background-image: url(../images/left-arrow.png);
    display: flex;
    justify-content: center;
    align-items: center
}

.carousel-control-next-icon {
    background-image: url(../images/right-arrow-icon.png);
    display: flex;
    justify-content: center;
    align-items: center
}

span.carousel-control-prev-icon::before {
    content: "";
    position: absolute;
    background: #fbf7f0;
    width: 60px;
    height: 60px;
    z-index: -1;
    box-shadow: 0 0 10px #00000024
}

.carousel-control-next {
    right: auto;
    top: auto;
    left: 22%;
    bottom: 20%
}

span.carousel-control-next-icon::before {
    content: "";
    position: absolute;
    background: #fbf7f0;
    width: 60px;
    height: 60px;
    z-index: -1;
    box-shadow: 0 0 10px #00000024
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img {
    width: 100%
}

.carousel-control.right,.carousel-control.left {
    background: 0 0;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255,255,255,.1);
    text-shadow: none
}

.carousel-control.right:hover,.carousel-control.left:hover {
    background: rgba(255,27,27,.6);
    color: #fff
}

.carousel-control.right .fa,.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: .5
}

.carousel-control.right {
    right: 0
}

.carousel-control.left {
    left: 0
}

.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;
    border-radius: 20px
}

.carousel-caption {
    position: absolute;
    top: -10%;
    width: 100%;
    height: 100%;
    left: 10%;
    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: 0 0
}

.carousel-inner {
    background: #f8f2e7
}

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

.top-shipping ul li {
    margin-right: 15px
}

.top-shipping ul {
    align-items: baseline!important
}

body.search-open {
    overflow: hidden
}

.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: 0 0;
    border: 0;
    font-size: 50px;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: #000;
    padding: 1rem 1.25rem;
    border-radius: 50%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font: 18px;
    opacity: 1!important;
    width: 50px;
    height: 50px
}

.close:hover {
    background: #396ab4;
    color: #fff;
    opacity: 1!important;
    top: 2rem;
    right: 2rem
}

.search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000000b0;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.search-box.search-elem .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left
}

.search-box.search-elem label {
    color: #fff;
    font-weight: 300;
    font-family: raleway,sans-serif
}

.search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    right: 15px;
    height: 70px;
    color: #fff;
    width: 171px;
    height: 55px;
    background: #000;
    font-family: poppins;
    font-size: 22px;
    cursor: pointer;
    border: 0
}

.top-cart ul li i {
    margin-right: 13px;
    font-size: 20px
}

.search-box.search-elem button.submit[disabled] {
    width: 171px;
    height: 55px;
    font-size: 20px;
    color: #fff;
    background: linear-gradient(to top,#335cab 0%,#4b91cd 100%);
    display: inline-block
}

.search-box.search-elem input[type=text] {
    padding: 20px;
    height: 55px;
    width: 80%;
    font-size: 32px;
    font-family: poppins;
    font-weight: 300;
    border: none;
    border-bottom: solid 2px #396ab4;
    transition: border .3s;
    border-radius: 0
}

.search-box.search-elem input[type=text]:focus {
    border-bottom: solid 2px #55cd6c;
    box-shadow: none
}

.search-box.search-elem label.placeholder {
    position: absolute;
    top: 13px;
    left: 2rem;
    font-size: 32px;
    font-weight: 300;
    font-family: poppins;
    color: #999;
    transition: all .3s
}

.search-box.search-elem label.placeholder.move-up {
    top: -25px;
    color: #fff;
    font-size: 17px;
    font-family: poppins
}

.search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.search-btn {
    font-family: raleway,sans-serif;
    font-size: .875rem;
    padding: 0 10px;
    display: inline-block;
    color: #fff
}

section.featured-prod {
    background: #f8f2e7;
    position: relative;
    z-index: 0
}

.featured-prod h2 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px
}

.description .nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #69a253;
    border-radius: 30px;
    font-size: 16px;
    font-family: montserrat-regular;
    border: none
}

.description .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 38px;
    border: solid .5px #000;
    font-size: 16px;
    font-family: montserrat-regular;
    color: #000;
    padding: 12px 32px
}

.description .nav {
    justify-content: space-between
}

.prod-img {
    text-align: center;
    margin-top: 30px
}

.prod-detail h5 {
    color: #467dc0;
    text-transform: uppercase;
    letter-spacing: 1px
}

.description .nav-pills .nav-link:hover {
    background: #69a253;
    color: #fff;
    border: 1px solid #69a253;
    transition: 1s ease-in-out
}

.product:hover::before {
    background: #467dc0
}

.product:hover .prod-detail h5 {
    color: #fff
}

.product:hover .prod-detail p {
    color: #fff
}

.product:hover .prod-detail {
    color: #fff
}

.product:hover span.icon-1 {
    color: #fff
}

.product {
    position: relative
}

.prod-detail {
    margin: 0;
    background: #fff;
    height: 405px;
    width: 100%;
    z-index: -1;
    top: 50%;
    padding: 19px;
    border-bottom-right-radius: 123px;
    transition: .5s
}

.rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    width: 92%
}

span.price {
    font-size: 25px;
    font-family: montserrat-semibold
}

span.icon-1 {
    color: #69a253
}

section.promote {
    background: #f8f2e7;
    position: relative;
    z-index: 0
}

.promote a:hover {
    color: #467dc0
}

.promote h3 {
    text-transform: uppercase
}

.promote-img {
    position: relative;
    text-align: center
}

.promote-img::before {
    content: "";
    position: absolute;
    width: 105%;
    height: 73%;
    background: #d4dbdf;
    z-index: -1;
    border-bottom-left-radius: 119px;
    top: 20%;
    right: 2%
}

.promote-img::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 23%;
    left: 56px;
    z-index: -1;
    background-image: url(../images/p4-bk.png);
    background-repeat: no-repeat
}

.promote-img1 {
    position: relative;
    text-align: center
}

.promote-img1::before {
    content: "";
    position: absolute;
    width: 105%;
    height: 73%;
    background: #d4dbdf;
    z-index: -1;
    border-bottom-right-radius: 119px;
    top: 20%;
    right: -30px
}

.promote-img1::after {
    content: "";
    position: absolute;
    height: 73%;
    width: 100%;
    top: 16%;
    left: 52px;
    z-index: -1;
    background-image: url(../images/p5-bk.png);
    background-repeat: no-repeat
}

.promote p {
    line-height: 30px;
    margin-bottom: 20px
}

.promote a {
    color: #69a253
}

section.shop-prod {
    background: #f8f2e7;
    position: relative;
    z-index: 0
}

.shop-prod h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 69px;
    letter-spacing: 2px;
    margin-bottom: 40px
}

section.shop-prod::before {
    content: "";
    position: absolute;
    background-image: url(../images/shop-top.png);
    z-index: -1;
    width: 100%;
    height: 100%;
    top: -21%;
    right: 0;
    background-repeat: no-repeat;
    left: 73%;
    right: 0;
    animation: left-side 10s ease-in-out infinite
}

@keyframes left-side {
    0% {
        width: 10%
    }

    50% {
        width: 50%
    }

    100% {
        width: 100%
    }
}

section.best-deal {
    background: #467dc0;
    position: relative;
    z-index: 1;
    height: 732px
}

section.best-deal::before {
    content: "";
    position: absolute;
    width: 589px;
    height: 540px;
    background-image: url(../images/bestdeal1.png);
    background-repeat: no-repeat;
    z-index: -1;
    left: -27px;
    top: 39%;
    animation: left-side 10s ease-in-out infinite
}

.deal-detail h3 {
    font-size: 38px;
    line-height: 45px;
    color: #fff;
    text-transform: uppercase
}

.deal-detail {
    margin-top: 14%
}

.deal-detail p {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 22px
}

.deal-detail a {
    border: solid 1px #fff;
    width: 30%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-right-radius: 36px;
    color: #fff;
    font-size: 16px;
    font-family: montserrat-regular
}

.deal-detail a:hover {
    background: #69a253
}

.content-center {
    margin: 0 auto;
    text-align: center
}

.newsletter form {
    position: relative
}

.newsletter form input {
    width: 66%;
    height: 50px;
    border: none;
    font-family: poppins;
    border-bottom: solid 1px;
    background: 0 0;
    font-size: 16px
}

.newsletter form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border: none;
    color: #fff;
    background-color: #467dc0;
    border-top-left-radius: 32px;
    font-size: 18px;
    font-family: montserrat-semibold;
    text-transform: uppercase;
    margin-right: 92px
}

.newsletter form button:hover {
    background: #69a253
}

section.newsletter {
    background: #f8f2e7
}

.newsletter h2 {
    color: #69a253;
    text-transform: uppercase;
    font-size: 43px
}

.newsletter p {
    font-size: 18px;
    margin-bottom: 40px
}

.newletter {
    margin-top: 25px
}

section.newsletter::before {
    position: absolute;
    content: "";
    background: url(../images/news-bk.png);
    background-size: cover;
    height: 372px;
    width: 100%
}

.fod1 {
    background-color: #69a253
}

.footmenu h6 {
    font-size: 24px;
    font-family: montserrat-semibold
}

.footmenu p {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-family: poppins
}

.footmenu ul li a {
    color: #fff;
    font-size: 16px;
    font-family: poppins
}

.footsec-sociallink {
    margin-top: 46px
}

.footsec-sociallink ul {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: -23px
}

.footmenu li {
    margin-top: 9px;
    margin-left: -6px
}

.footsec-sociallink ul li a {
    border: 1px solid #fff;
    color: #69a253;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    font-size: 14px;
    background: #fff
}

.footsec-sociallink ul li a:hover {
    background: #69a253;
    color: #fff
}

.coyright {
    background-color: #f8f2e7;
    padding: 25px 0
}

.fotmen a {
    color: #000;
    text-decoration: none;
    margin-right: 26px
}

.fotmen {
    display: flex;
    justify-content: end
}

.coyright p {
    font-size: 16px;
    line-height: 20px;
    font-family: poppins
}

.abtimg img {
    width: 100%
}

.banner-image {
    position: relative
}

.title-new {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center
}

.title-new h1 {
    color: #fff;
    line-height: 105px;
    text-transform: capitalize;
    font-family: montserrat-semibold;
    font-size: 103px;
    letter-spacing: 5px
}

.banner-image img {
    width: 100%
}

section.faq {
    background: #f8f2e7
}

.faq h2 {
    font-family: poppins;
    font-size: 51px;
    line-height: 55px
}

.faq p {
    font-size: 14px;
    font-family: poppins
}

.accordion-button:not(.collapsed) {
    color: #69a253;
    background-color: transparent;
    box-shadow: inset 0 0 0 rgba(0,0,0,.125);
    font-size: 24px;
    font-family: poppins
}

.accordion-button:focus {
    z-index: 3;
    border-color: #fff;
    outline: 0;
    box-shadow: none
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #000;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    font-size: 24px;
    font-family: poppins
}

.accordion-item {
    background-color: transparent;
    border: none
}

.accordion-body {
    padding: 2rem 1.25rem;
    border-bottom: solid .5px #80808038
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    font-family: 'font awesome 5 free';
    content: "\f107";
    font-weight: 600;
    background: #467dc0;
    height: 35px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center
}

.accordion-button::after {
    background: 0 0;
    font-family: 'font awesome 5 free';
    content: "\f107";
    font-weight: 600;
    background: #467dc0;
    height: 35px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

section.shipping {
    background: #f8f2e7
}

.shipping h3 {
    font-size: 35px;
    font-family: poppins;
    text-transform: uppercase
}

.shipping p {
    font-size: 17px;
    line-height: 30px;
    font-family: poppins;
    margin-bottom: 25px
}

.return h3 {
    font-size: 35px;
    font-family: poppins;
    text-transform: uppercase;
    color: #467dc0
}

.return p {
    font-size: 17px;
    line-height: 30px;
    font-family: poppins;
    margin-bottom: 25px
}

section.return {
    background: #f8f2e7
}

section.contact-page {
    background: #f8f2e7
}

.get-in-touch {
    border-radius: 20px;
    padding: 30px;
    background-image: url(../images/contact-bg.png);
    background-repeat: no-repeat;
    width: 100%
}

.get-in-touch h2 {
    font-size: 59px;
    font-family: montserrat-regular;
    font-weight: 500;
    padding-bottom: 0;
    color: #fff;
    margin: 0 0 10px
}

.get-in-touch p {
    color: #fff;
    font-size: 16px;
    line-height: 27px;
    font-family: poppins
}

.contact-socail {
    padding-top: 10px
}

.contact-socail i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    background-color: #467dc0;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    transition: 1s ease-in-out;
    margin-top: 0
}

.contact-socail i:hover {
    transform: rotate(360deg)
}

.contact-socail h6 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 28px
}

.contact-socail a {
    color: #fff;
    font-size: 18px;
    font-weight: 300
}

.requet-quote {
    padding: 30px 30px 42px;
    background: #69a253;
    border-radius: 23px
}

.contact-page .requet-quote:placeholder {
    color: #000!important
}

button.btn_theme.d-inline-flex.mt-4 {
    width: 23%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 6px;
    color: #467dc0;
    background: #fff;
    font-family: poppins;
    border: none
}

.requet-quote h2 {
    color: #fff;
    font-size: 57.18px;
    font-weight: 400;
    position: relative;
    font-size: 69px;
    font-family: montserrat-regular
}

.requet-quote h2:before {
    content: '';
    height: 50px;
    width: 6px;
    background-color: #467dc0;
    left: -30px;
    position: absolute
}

.requet-quote input {
    width: 100%;
    border: none;
    padding: 15px 20px;
    margin-top: 17px;
    background: #78ab65
}

.requet-quote a {
    color: #fff;
    padding: 10px 30px;
    font-size: 18px;
    background-color: #ee202a;
    line-height: 120px;
    border-radius: 5px;
    transition: .5s ease-in-out
}

.requet-quote a:hover {
    padding: 10px 50px
}

.login-forms {
    padding: 70px 0;
    background: #f7f7f7
}

.form-box {
    background-color: #f8f8f8;
    padding: 20px 50px;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 0 20px #00000021
}

.form-box h2 {
    color: #000;
    font-size: 34px;
    text-align: center
}

.form-box input {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    width: 100%;
    border-radius: 5px;
    padding: 13px 20px;
    margin-top: 20px
}

.form-box ::placeholder {
    color: #cacaca;
    font-size: 16px
}

.requet-quote input::placeholder {
    color: #fff
}

.form-box label {
    color: #000;
    font-size: 14px
}

.f-flex-s {
    display: flex
}

.coloum1 {
    width: 45%
}

.coloum2 {
    width: 45%;
    margin-left: 10%
}

.btn-form {
    color: #fff;
    background-image: linear-gradient(to right,#1cf0f5,#2f3f9b);
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    border-radius: 5px;
    display: block;
    width: 100%;
    padding: 13px 20px;
    border: 0
}

.social {
    display: flex;
    align-items: center;
    margin-top: 40px
}

ul.social_link {
    display: flex;
    align-items: center
}

.social h3 {
    font-size: 22px;
    color: #fff;
    font-family: poppins;
    font-weight: 400
}

ul.social_link i {
    font-size: 20px;
    background: 0 0;
    padding: 0;
    width: 50px;
    height: 0
}

.sec-padding {
    padding-right: 64px
}

section.categories {
    background: #f8f2e7;
    position: relative;
    z-index: 0
}

.catg h1 {
    border: none;
    font-size: 34px;
    font-family: poppins;
    color: #fff;
    height: 73px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-weight: 300;
    background: #467dc0;
    padding: 15px;
    text-transform: inherit
}

.catg ul li {
    border: .5px solid #cbcbcb;
    padding: 20px 15px;
    text-align: center
}

.catg a {
    color: #000;
    text-decoration: none;
    font-family: poppins;
    font-size: 19px;
    font-weight: 300
}

.defaultlist select {
    width: 100%;
    height: 71px;
    padding: 12px 9px;
    border: 1px solid #0000004f;
    font-size: 20px;
    line-height: 20px;
    color: #000;
    font-family: poppins;
    appearance: auto;
    border: none;
    border: none;
    font-family: poppins;
    font-weight: 500;
    background: 0 0
}

.showinglist p {
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    color: #000;
    font-family: poppins;
    text-transform: uppercase;
    font-weight: 500
}

.showinglist {
    padding: 25px 0
}

.catg input[type=checkbox] {
    margin-right: 22px
}

.catg ul {
    margin: 0 0 53px
}

.title-new-prod {
    position: absolute;
    top: 0;
    left: 6%;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: start
}

.title-new-prod h1 {
    font-family: mollie-glaston;
    font-size: 85px;
    line-height: 88px;
    color: #000;
    font-weight: 500;
    margin: 0 0 17px
}

.catg li {
    font-size: 20px;
    font-family: poppins;
    color: #a20000;
    align-items: center
}

.catg i.fas.fa-chevron-down {
    margin-left: 175px
}

.defaultlist.defaultlist-2::before {
    content: "";
    position: absolute;
    background: #000;
    height: 65px;
    width: 2px;
    left: -6%
}

.defaultlist.defaultlist-2::after {
    content: "";
    position: absolute;
    background: #000;
    height: 65px;
    width: 2px;
    right: -11%
}

.defaultlist.defaultlist-2 {
    position: relative
}

.billing_form h3 {
    font-family: RanuaTrials-Bold;
    font-size: 19px;
    color: #69a253;
    margin: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: 25px;
    font-weight: 700
}

.billing_form label {
    font-size: 13px;
    font-family: poppins;
    color: #000;
    font-weight: 600
}

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

.billing_form input {
    width: 100%;
    height: 45px;
    border: 1px solid #c4c4c4;
    margin-bottom: 20px;
    padding-left: 15px;
    font-family: poppins;
    background: 0 0
}

.billing_form input::placeholder {
    color: #7c7c7c;
    font-family: poppins
}

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

.cart_sidebar .cart_lst li {
    font-size: 14px;
    color: #7c7c7c;
    font-family: poppins
}

.cart_sidebar .cart_lst li span {
    float: right
}

.cart_sidebar .cart_lst li:last-child {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    font-family: poppins
}

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

.cart_sidebar {
    padding: 40px 25px;
    border: 1px solid #c4c4c4;
    border-radius: 0
}

.cart_sidebar h3 {
    font-size: 20px;
    color: #69a253;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: normal;
    font-family: RanuaTrials-Bold;
    margin-bottom: 10px;
    font-weight: 700
}

.cart_sidebar .h-sub {
    font-weight: 600;
    color: #000;
    font-family: poppins;
    font-size: 14px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 20px;
    padding-top: 20px
}

.cart_sidebar h5 span {
    float: right;
    color: #000
}

.cart_sidebar h4 {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: normal;
    padding-top: 0;
    font-family: poppins
}

.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: 12px;
    font-weight: 400;
    color: #7c7c7c;
    font-family: poppins
}

.cart_sidebar ul li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(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: #b7b7b7
}

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

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

.checkout_btn {
    padding: 12px 50px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: RanuaTrials-Bold;
    font-size: 16px;
    border: none;
    border-radius: 0;
    font-weight: 500;
    border: 2px solid transparent;
    background-color: #467dc0;
    text-transform: uppercase
}

.checkout_btn:hover {
    font-family: poppins!important
}

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

h6.payment-h {
    font-weight: 600;
    color: #000;
    font-size: 14px;
    margin-bottom: 30px;
    font-family: poppins;
    margin-bottom: 10px
}

.cart_sidebar .radiosss-payments li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgb(0 0 0/5%),inset 0 -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: 9px;
    border-radius: 20px;
    left: 6px;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #69a253
}

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

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

section.checkout_page.all-section.all-side {
    padding: 70px 0 100px;
    position: relative;
    margin-bottom: 0;
    background: #f8f2e7
}

.checkout_page .img-1 {
    position: absolute;
    left: -13%;
    top: 50%;
    width: 340px
}

.checkout_page .img-2 {
    position: absolute;
    right: -7%;
    top: 60%;
    width: 230px;
    transform: rotate(200deg)
}

section.checkout_page:before {
    content: '';
    position: absolute;
    background-image: url(../images/Checkout-back.png);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1
}

.billing_form {
    border: 1px solid #8080806e;
    padding: 45px 24px
}

section.add-to-cart {
    padding: 10% 0;
    background: #f8f2e7
}

.add-to-cart input {
    width: 100%;
    text-align: center;
    height: 49px;
    border-radius: 6px;
    border: 0 solid #ebebeb;
    font-size: 23px;
    color: #0000009c;
    font-weight: 500;
    background: #fff0;
    margin: 0;
    border-radius: 5px
}

.add-to-cart a {
    font-size: 19px;
    padding-top: 0;
    color: #000;
    font-weight: 400;
    font-family: poppins;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center
}

.add-to-cart h4 {
    font-size: 16.54px;
    font-weight: 600;
    color: #333;
    text-align: center;
    font-family: poppins;
    margin: 0
}

.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;
    padding: 27px 40px;
    background: 0 0;
    border: 1px solid #00000024
}

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

.total-section li {
    font-size: 24px;
    padding-bottom: 20px;
    color: #333;
    font-family: poppins;
    font-weight: 400
}

li.color-change {
    color: #141414;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 27px;
    font-family: poppins
}

.total-section li.color-change span {
    font-weight: 600;
    color: #000;
    font-size: 25px;
    font-family: montserrat
}

.total-section li span {
    float: right
}

.ship-estimate {
    background-color: #467dc0;
    padding: 20px 40px;
    border: 1px solid #00000029;
    margin-top: 10%
}

.ship-estimate li {
    font-size: 24px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 500;
    font-family: poppins
}

.ship-estimate ul {
    margin-top: 20px;
    margin-bottom: 30px;
    font-family: cormorant;
    list-style: none
}

.ship-estimate .grey-style {
    color: #ffffffdb;
    font-size: 20px;
    font-family: poppins;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 12px
}

.proceed a {
    color: #000;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    font-family: montserrat
}

a.themes-btn.w-100 {
    border: none;
    padding: 22px;
    padding-inline:50px;background: #467dc0;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    text-transform: uppercase;
    font-family: poppins
}

.proceed .checkout-btn {
    border: 1px solid #000;
    padding: 15px;
    width: 100%;
    font-size: 20px;
    margin-top: 4px;
    border-radius: 0;
    text-align: center;
    color: #fff;
    background: #000;
    text-transform: uppercase;
    font-family: ranmor
}

.or-amazon {
    margin-top: 50px;
    position: relative;
    border: 2px solid #cecece;
    padding: 30px 50px;
    border-radius: 5px;
    background: #f9f9f9
}

.or-amazon p {
    font-size: 13px;
    position: absolute;
    background: #f9f9f9;
    top: -18px;
    left: 0;
    padding: 3px 20px;
    color: #333;
    display: block;
    text-transform: uppercase;
    border: 2px solid #cecece;
    font-family: poppins;
    right: 0;
    margin: 0 auto;
    width: 60%
}

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

.product-img {
    width: 100%;
    border-radius: 6px;
    text-align: center;
    border: none;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 10px
}

.table>:not(:last-child)>:last-child>* {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    background-color: #69a253;
    padding: 21px 10px;
    font-family: poppins;
    text-transform: capitalize;
    text-align: left;
    padding-inline:25px}

.table-space h3 {
    font-family: poppins,Sans-Serif;
    font-size: 19px;
    font-weight: 400;
    margin: 0;
    line-height: 25px;
    color: #333;
    text-transform: uppercase
}

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;
    line-height: 25px;
    width: 40px;
    font-weight: 600;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    background-color: #000;
    color: #fff;
    border: 1px solid #c5c5c5
}

.table-space h6 {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 19px;
    line-height: 18px;
    color: #333;
    margin: 5px 0;
    text-transform: uppercase;
    font-family: poppins
}

.table-space span {
    color: #333;
    font-weight: 400;
    font-size: 19px;
    font-family: poppins
}

.add-to-cart h4 {
    color: #333;
    text-align: center;
    font-size: 19px;
    font-family: poppins
}

li.color-change {
    margin-top: 8%
}

.table-responsive {
    margin-bottom: 0%;
    overflow: hidden
}

.proceed i.fa.fa-angle-right {
    color: #f11
}

.table-space {
    padding: 45px 0
}

.for-lin:before {
    position: absolute;
    content: '';
    left: 0;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    width: 949px;
    height: 30px;
    z-index: 9999;
    top: 10px
}

.for-lin {
    position: relative
}

.inc {
    background-color: #f7f7f7;
    margin-top: 20px;
    padding: 10px;
    display: flex;
    width: 100%;
    align-items: center;
    border: 1px solid lightgrey
}

.number-item a {
    text-align: center
}

.input-number {
    border: none
}

.cart-paypal-box {
    margin-top: 30px;
    padding: 25px 0 80px;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    background: 0 0
}

.cart-paypal-box p {
    display: block;
    width: fit-content;
    margin: auto;
    background-color: #fff;
    padding: 4px 20px;
    margin-top: -43px;
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 600;
    color: #333
}

.align-content-between {
    align-content: flex-start!important
}

.prod-detail h2 {
    font-family: montserrat-regular;
    font-size: 69px;
    line-height: 70px;
    color: #467dc0;
    font-weight: 500;
    margin: 0 0 30px;
    text-transform: uppercase
}

.prod-detail p {
    font-family: poppins;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 11px;
}

.prod-detail h3 {
    font-family: montserrat-regular;
    font-size: 44px;
    line-height: 50px;
    color: #69a253;
    font-weight: 300
}

ul.quantity {
    display: flex;
    justify-content: s;
    align-items: center;
    gap: 37px
}

.quantity input[type=number] {
    border: none;
    background: #ebe6db;
    text-align: center;
    padding: 15px
}

.prod-detail h6 {
    font-family: montserrat-regular,Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #000;
    font-weight: 500;
    margin: 0 0 22px
}

.prod-detail a {
    border: solid;
    width: 20%;
    display: inline;
    padding: 14px;
    background: #69a253;
    border: none;
    color: #fff;
    font-size: 18px;
    font-family: montserrat-regular
}

.description-detail .nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #69a253;
    font-size: 18px;
    font-family: montserrat-regular;
    text-transform: inherit
}

.description-detail .nav-pills .nav-link {
    border-radius: 0;
    background: #f1f1f1;
    margin-left: 10px;
    font-size: 18px;
    color: #000;
    font-family: montserrat-regular;
    text-transform: uppercase
}

.description-detail .nav-link {
    padding: 1.1rem 5rem;
    color: #000
}

.description-detail .tab-content>.active {
    display: block;
    font-size: 18px;
    color: #636363;
    font-family: avenir-medium;
    line-height: 27px;
    font-weight: 100
}

.description-detail .nav {
    border-bottom: solid .5px #ccc;
    padding-bottom: 15px
}

.xoo-wsc-sc-cont {
    margin-top: 3px;
    margin-left: 14px;
}



@media only screen and (min-width: 300px) and (max-width:519px) {
    body .vc_custom_1704398447965 {
        margin-top:0!important
    }

a.shipping-calculator-button {
    font-size: 10px !important;
    padding: 2px !important;
}
a.shipping-calculator-button {
    font-size: 10px !important;
    padding: 2px !important;
}
    z body .vc_btn3-container.vc_btn3-right {
        text-align: left;
        pointer-events: none
    }

    body .vc_custom_1704398799111 {
        margin-bottom: 0!important
    }

    .newsletter form button {
        margin-right: 0;
        position: unset;
        border-radius: 99px;
        width: 100%;
        margin-top: 10px
    }

    .prod-detail {
        height: auto!important
    }

    ul.products.columns-3 li {
        margin: 10px 0 0!important
    }

    .rating {
        flex-flow: wrap
    }
    
    .prod-detail .rating span {
    margin-top: 30px !important;
}

    .vc_tta.vc_general .vc_tta-panel-title {
        font-size: 20px
    }

    body .menuSec.wow.fadeInLeft {
        padding-top: 20px!important
    }

    marquee {
        top: 0
    }

    body {
        margin-top: 45px
    }

    .banner_text.wow.fadeInLeft {
        margin-left: 0!important;
        margin-top: -80px
    }

    .banner_text.wow.fadeInLeft h3 {
        font-size: 20px;
        line-height: 1.2
    }

    header {
        background: #f8f2e7
    }

    .header-logo {
        text-align: center;
        width: 155px;
        margin: 0 auto
    }

    img.img-fluid.banner-img {
        width: 100%;
        height: 606px;
        object-fit: cover
    }

    img.img-fluid.banner-img {
        width: 100%;
        height: 345px;
        object-fit: cover
    }

    .banner_text h1 {
        font-size: 28px;
        line-height: 34px
    }

    .banner_text p {
        font-size: 14px;
        margin-bottom: 3px;
        line-height: 18px
    }

    .carousel-control-next {
        left: 53%;
        bottom: 10%
    }

    span.carousel-control-next-icon::before {
        width: 40px;
        height: 40px
    }

    span.carousel-control-prev-icon::before {
        width: 40px;
        height: 40px
    }

    .carousel-control-prev {
        left: 35%;
        bottom: 10%;
        top: auto
    }

    .carousel-caption {
        left: 0
    }

    .banner_text h5 {
        font-size: 20px;
        line-height: 29px
    }

    .featured-prod h2 {
        font-size: 23px;
        line-height: 25px
    }

    .description .nav {
        justify-content: center
    }

    .description .nav-pills .nav-link.active,.nav-pills .show>.nav-link {
        font-size: 14px
    }

    .description .nav-pills .nav-link {
        padding: 12px 8px;
        margin-bottom: 10px;
        margin-left: 10px
    }

    .prod-detail h5 {
        font-size: 20px;
        line-height: 22px;
        margin: 0 0 10px
    }

    .prod-detail p {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 13px
    }

    .product {
        position: relative;
        margin-bottom: 56px
    }

    section.featured-prod.pb-8 {
        padding-bottom: 20px
    }

    section.promote.pt-8.pb-8 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .promote h3 {
        margin: 0 0 19px;
        font-size: 26px;
        line-height: 30px
    }

    .promote-img::before {
        width: 100%;
        height: 73%;
        top: 20%;
        right: 0
    }

    .promote-img::after {
        height: 237px;
        width: 98%;
        top: 3%;
        left: 0
    }

    section.shop-prod::before {
        position: inherit
    }

    .promote-img1::before {
        width: 100%;
        height: 73%;
        top: 20%;
        right: 0
    }

    .promote-img1::after {
        height: 231px;
        width: 93%;
        top: 14%;
        left: -12px
    }

    .shop-prod h2 {
        font-size: 30px;
        letter-spacing: 2px;
        margin-bottom: 15px
    }

    section.shop-prod.pt-8.pb-8 {
        padding-top: 20px
    }

    section.best-deal::before {
        position: inherit
    }

    section.best-deal.pt-8 {
        padding-top: 20px
    }

    .best-deal h4 {
        font-size: 30px;
        line-height: 46px;
        margin: 0 0 9px
    }

    .best-deal h1 {
        font-size: 34px;
        line-height: 36px;
        margin: 0 0 2px
    }

    .deal-detail h3 {
        font-size: 17px;
        line-height: 22px
    }

    .deal-detail p {
        font-size: 14px;
        line-height: 23px
    }

    .deal-detail a {
        width: 50%
    }

    section.best-deal {
        height: auto;
        padding: 30px 0
    }

 


    body .qty.text {
        width: 50%!important;
        height: 20px!important;
        background: #9b9b9b00!important;
        text-align: right!important;
        font-size: 20px;
        color: #000;
        padding: 0!important
    }

    .row.pt-8 {
        padding-top: 22px
    }

    .newsletter h2 {
        font-size: 20px
    }

    .newsletter p {
        font-size: 14px;
        margin-bottom: 22px
    }

    .newsletter form input {
        width: 100%;
        font-size: 15px
    }

    .coyright p {
        font-size: 15px
    }

    .title-new h1 {
        line-height: 57px !important;
        font-size: 32px !important;
        letter-spacing: 0;
        color: #fff!important
    }

    .banner-image img {
        height: 215px;
        object-fit: cover
    }

    section.faq.pt-8.pb-8 {
        padding-top: 20px
    }

    .accordion-button:not(.collapsed) {
        font-size: 18px
    }

    .faq p {
        font-size: 14px
    }

    .accordion-body {
        padding: 0 .25rem
    }

    .accordion-button {
        padding: 1rem .25rem;
        font-size: 18px;
        line-height: 1.3;
    }

    .faq h2 {
        font-size: 21px;
        line-height: 40px
    }

    section.shipping.pt-8.pb-8 {
        padding-top: 20px
    }

    .shipping h3 {
        font-size: 19px;
        margin: 0 0 15px
    }

    .shipping p {
        font-size: 14px;
        line-height: 27px;
        font-family: poppins;
        margin-bottom: 20px
    }

    section.return.pt-8.pb-8 {
        padding-top: 20px
    }

    .return h3 {
        font-size: 19px;
        margin: 0 0 15px
    }

    .return p {
        font-size: 14px;
        line-height: 27px;
        font-family: poppins;
        margin-bottom: 20px
    }

    .get-in-touch h2 {
        font-size: 37px;
        line-height: 39px
    }

    .get-in-touch p {
        font-size: 14px;
        line-height: 23px
    }

    .contact-socail h6 {
        font-size: 22px;
        margin: 0 0 6px;
        line-height: 26px
    }

    .contact-socail a {
        font-size: 13px
    }

    .social {
        display: inherit
    }

    .requet-quote {
        margin-top: 20px
    }

    .requet-quote h2 {
        font-size: 42px
    }

    button.btn_theme.d-inline-flex.mt-4 {
        width: 45%
    }

    .table-responsive {
        overflow-x: auto
    }

    .product-img {
        display: inherit;
        text-align: inherit
    }

    .table-space {
        padding: 45px 11px
    }

    table.table {
        width: 150%;
        max-width: unset
    }

    .table>:not(:last-child)>:last-child>* {
        font-size: 14px;
        padding: 8px 1px;
        text-align: center
    }

    .table-space h3 {
        font-size: 14px;
        line-height: 20px
    }

    .table-space h6 {
        font-size: 14px;
        line-height: 20px
    }

    .space span {
        font-size: 14px;
        line-height: 20px
    }

    .add-to-cart input {
        font-size: 14px;
        margin-top: 0
    }

    .add-to-cart h4 {
        font-size: 14px
    }

    .add-to-cart a {
        font-size: 14px;
        padding-top: 8px;
        align-items: baseline
    }

    .total-section li {
        font-size: 20px;
        padding-bottom: 20px
    }

    .total-section {
        margin-top: 20px
    }

    .total-section li.color-change span {
        font-size: 25px
    }

    li.color-change {
        font-size: 25px
    }

    .ship-estimate li {
        font-size: 20px;
        margin-bottom: 20px
    }

    .billing_form {
        margin-top: 20px
    }

    .sec-padding {
        padding-right: 10px
    }

    .defaultlist.defaultlist-2::before {
        left: -22%
    }

    .defaultlist.defaultlist-2::after {
        right: 0%
    }

    section.prod-detail.pt-8.pb-8 {
        padding-top: 20px
    }

    .prod-detail {
        margin: 10px
    }

    .prod-detail h2 {
        font-size: 31px;
        line-height: 32px;
        margin: 0 0 16px
    }

    .prod-detail h3 {
        font-size: 34px;
        line-height: 34px
    }

    ul.quantity {
        display: inherit
    }

    .quantity input[type=number] {
        margin-bottom: 20px
    }

    .description-detail .nav-pills .nav-link.active,.nav-pills .show>.nav-link {
        font-size: 14px
    }

    .description-detail .nav-pills .nav-link {
        margin-left: 9px;
        font-size: 14px
    }

    .description-detail .nav-link {
        padding: 1.1rem 1rem;
        margin-top: 16px
    }

    section.checkout_page.all-section.all-side {
        margin: 0 -15px!important
    }

    .description-detail .tab-content>.active {
        font-size: 14px;
        line-height: 25px
    }

    .featured-prod .vc_btn3-container.vc_btn3-right {
        text-align: left
    }

    button#place_order {
        width: 100%!important;
        margin-left: 0!important
    }

    body .summary.entry-summary {
        width: 100%!important
    }

    .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
        width: 100%!important
    }

    .woocommerce-product-gallery__image.flex-active-slide a img,body .woocommerce-product-gallery__image a img {
        height: auto!important
    }

    .summary.entry-summary p.price {
        width: 100%!important
    }

    .summary.entry-summary form.cart button.single_add_to_cart_button.button.alt {
        width: 100%!important;
        margin-left: 0!important
    }

    body .summary.entry-summary form.cart .quantity input {
        height: 50px!important;
        text-align: center!important;
        border: 1px solid #ffdead
    }

    .summary.entry-summary form.cart .quantity {
        width: 100%!important
    }

    .woocommerce-tabs.wc-tabs-wrapper ul li {
        display: flex !important;
        align-items: center;
        justify-content: center
    }
    footer.footer.pt-8.pb-8.fod1 {
        padding-bottom: 10px;
    }
    body .prod-detail {
        height: auto !important;
    }
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.actions button.button {
        margin: 20px 0;
    }
    table.shop_table.woocommerce-checkout-review-order-table tr {display: block;}
    
    table.shop_table.woocommerce-checkout-review-order-table thead {
        display: none;
    }
    
    table.shop_table.woocommerce-checkout-review-order-table td {
        width: 100%;
    }
    
    table.shop_table.woocommerce-checkout-review-order-table td:first-child, table.shop_table.woocommerce-checkout-review-order-table th:first-child{
        font-weight:700
    }
    .contact-socail .row>* {
        width: 100%;
        margin: 10px 0;
    }
    
    body .get-in-touch {
        height: auto !important;
    }
}

html,body {
    overflow-x: hidden
}

@media only screen and (min-width: 520px) and (max-width:767px) {
    .header-logo {
        text-align:center;
        width: 197px;
        margin: 0 auto
    }
    
    .prod-detail .rating span {
    margin-top: 30px !important;
}

    img.img-fluid.banner-img {
        width: 100%;
        height: 215px;
        object-fit: cover
    }

    img.img-fluid.banner-img {
        width: 100%;
        height: 320px;
        object-fit: cover
    }

    .banner_text h1 {
        font-size: 28px;
        line-height: 34px
    }

    .banner_text p {
        font-size: 14px;
        margin-bottom: 3px;
        line-height: 18px
    }

    .carousel-control-next {
        left: 23%;
        bottom: 20%
    }

    span.carousel-control-next-icon::before {
        width: 40px;
        height: 40px
    }

    span.carousel-control-prev-icon::before {
        width: 40px;
        height: 40px
    }

    .carousel-control-prev {
        left: 14%;
        bottom: 20%;
        top: auto
    }

    .carousel-caption {
        left: 8%
    }

    .banner_text h5 {
        font-size: 20px;
        line-height: 29px
    }

    .featured-prod h2 {
        font-size: 23px;
        line-height: 25px
    }

    .description .nav {
        justify-content: center
    }

    .description .nav-pills .nav-link.active,.nav-pills .show>.nav-link {
        font-size: 11px
    }

    .description .nav-pills .nav-link {
        font-size: 11px;
        padding: 12px 8px;
        margin-bottom: 10px;
        margin-left: 3px
    }

    .prod-detail h5 {
        font-size: 20px;
        line-height: 22px;
        margin: 0 0 10px
    }

    .prod-detail p {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 13px
    }

    .product::before {
        height: 57%
    }

    .product::before {
        border-bottom-right-radius: 70px
    }

    .prod-img {
        margin-top: 45px
    }

    section.featured-prod.pb-8 {
        padding-bottom: 20px
    }

    section.promote.pt-8.pb-8 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .promote h3 {
        margin: 0 0 19px;
        font-size: 26px;
        line-height: 30px
    }

    .promote-img::before {
        width: 100%;
        height: 73%;
        top: 20%;
        right: 0
    }

    .promote-img::after {
        height: 263px;
        width: 98%;
        top: 24%;
        left: 0
    }

    section.shop-prod::before {
        position: inherit
    }

    .promote-img1::before {
        width: 100%;
        height: 73%;
        top: 20%;
        right: 0
    }

    .promote-img1::after {
        height: 311px;
        width: 93%;
        top: 14%;
        left: 11px
    }

    .shop-prod h2 {
        font-size: 30px;
        letter-spacing: 2px;
        margin-bottom: 15px
    }

    section.shop-prod.pt-8.pb-8 {
        padding-top: 20px
    }

    section.best-deal::before {
        position: inherit
    }

    section.best-deal.pt-8 {
        padding-top: 20px
    }

    .best-deal h4 {
        font-size: 30px;
        line-height: 46px;
        margin: 0 0 9px
    }

    .best-deal h1 {
        font-size: 45px;
        line-height: 46px;
        margin: 0 0 2px
    }

    .deal-detail h3 {
        font-size: 22px;
        line-height: 27px
    }

    .deal-detail p {
        font-size: 14px;
        line-height: 23px
    }

    .deal-detail a {
        width: 50%
    }

    section.best-deal {
        height: 455px
    }

    .row.pt-8 {
        padding-top: 22px
    }

    .newsletter h2 {
        font-size: 30px
    }

    .newsletter p {
        font-size: 14px;
        margin-bottom: 22px
    }

    .newsletter form input {
        width: 80%;
        font-size: 15px
    }

    .coyright p {
        font-size: 19px;
        text-align: center
    }

    .fotmen {
        display: flex;
        justify-content: center;
        font-size: 14px
    }

    .title-new h1 {
        line-height: 57px;
        font-size: 40px;
        letter-spacing: 0
    }

    .banner-image img {
        height: 215px;
        object-fit: cover
    }

    section.faq.pt-8.pb-8 {
        padding-top: 20px
    }

    .accordion-button:not(.collapsed) {
        font-size: 19px
    }

    .faq p {
        font-size: 14px
    }

    .accordion-body {
        padding: 0 .25rem
    }

    .accordion-button {
        padding: 1rem .25rem;
        font-size: 19px
    }

    .faq h2 {
        font-size: 32px;
        line-height: 40px
    }

    section.shipping.pt-8.pb-8 {
        padding-top: 20px
    }

    .shipping h3 {
        font-size: 25px;
        margin: 0 0 15px
    }

    .shipping p {
        font-size: 14px;
        line-height: 27px;
        font-family: poppins;
        margin-bottom: 20px
    }

    section.return.pt-8.pb-8 {
        padding-top: 20px
    }

    .return h3 {
        font-size: 19px;
        margin: 0 0 15px
    }

    .return p {
        font-size: 14px;
        line-height: 27px;
        font-family: poppins;
        margin-bottom: 20px
    }

    .get-in-touch h2 {
        font-size: 37px;
        line-height: 39px
    }

    .get-in-touch p {
        font-size: 14px;
        line-height: 23px
    }

    .contact-socail h6 {
        font-size: 22px;
        margin: 0 0 6px;
        line-height: 26px
    }

    .contact-socail a {
        font-size: 13px
    }

    .social {
        display: inherit
    }

    .requet-quote {
        margin-top: 20px
    }

    .requet-quote h2 {
        font-size: 42px
    }

    button.btn_theme.d-inline-flex.mt-4 {
        width: 45%
    }

    .table-responsive {
        overflow-x: auto
    }

    .product-img {
        display: inherit;
        text-align: inherit
    }

    .table-space {
        padding: 45px 11px
    }

    table.table {
        width: 150%;
        max-width: unset
    }

    .table>:not(:last-child)>:last-child>* {
        font-size: 14px;
        padding: 8px 1px;
        text-align: center
    }

    .table-space h3 {
        font-size: 14px;
        line-height: 20px
    }

    .table-space h6 {
        font-size: 14px;
        line-height: 20px
    }

    .space span {
        font-size: 14px;
        line-height: 20px
    }

    .add-to-cart input {
        font-size: 14px;
        margin-top: 0
    }

    .add-to-cart h4 {
        font-size: 14px
    }

    .add-to-cart a {
        font-size: 14px;
        padding-top: 8px;
        align-items: baseline
    }

    .total-section li {
        font-size: 20px;
        padding-bottom: 20px
    }

    .total-section {
        margin-top: 20px
    }

    .total-section li.color-change span {
        font-size: 25px
    }

    li.color-change {
        font-size: 25px
    }

    .ship-estimate li {
        font-size: 20px;
        margin-bottom: 20px
    }

    .billing_form {
        margin-top: 20px
    }

    .sec-padding {
        padding-right: 10px
    }

    .defaultlist.defaultlist-2::before {
        left: -10%
    }

    .defaultlist.defaultlist-2::after {
        right: 0%
    }

    section.prod-detail.pt-8.pb-8 {
        padding-top: 20px
    }

    .prod-detail {
        margin: 10px
    }

    .prod-detail h2 {
        font-size: 31px;
        line-height: 32px;
        margin: 0 0 16px
    }

    .prod-detail h3 {
        font-size: 34px;
        line-height: 34px
    }

    ul.quantity {
        display: inherit
    }

    .quantity input[type=number] {
        margin-bottom: 20px
    }

    .description-detail .nav-pills .nav-link.active,.nav-pills .show>.nav-link {
        font-size: 14px
    }

    .description-detail .nav-pills .nav-link {
        margin-left: 9px;
        font-size: 14px
    }

    .description-detail .nav-link {
        padding: 1.1rem 1rem;
        margin-top: 16px
    }

    .description-detail .tab-content>.active {
        font-size: 14px;
        line-height: 25px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    ul.products.columns-3 li.product {
        width: 45%;
    }
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr th {
        font-size: 14px;
    }
    
    ul.products.columns-3 {
        display: flex;
        flex-flow: wrap;
        gap: 10px;
    }
    
    body .prod-detail {
        height: auto !important;
    }
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.actions button.button {
        margin: 20px 0;
    }
    a.checkout-button.button.alt.wc-forward {
        margin: 0 0 -30px;
    }
    footer.footer.pt-8.pb-8.fod1 .row>div {
        width:50%
    }

    .newsletter form input {
        width: 100%
    }

    .newsletter form button {
        margin-right: 0
    }

    body ul.products li.product {
        margin-bottom: 0!important
    }

    .header-logo {
        width: 136px;
        height: 160px;
        margin-top: 0
    }

    .menuSec ul li a {
        padding: 10px 8px;
        font-size: 13px
    }

    header {
        padding: 35px 0
    }

    ul#menu2 li:nth-child(3) {
        margin-right: -13px
    }

    .banner_text h1 {
        font-size: 61px;
        line-height: 67px;
        margin: 0 0 3px
    }

    .banner_text p {
        color: #fff;
        font-size: 16px;
        margin-bottom: 0;
        line-height: 18px
    }

    .banner_text h5 {
        font-size: 23px;
        line-height: 27px;
        margin: 0 0 20px
    }

    .carousel-control-next {
        left: 26%
    }

    .description .nav-pills .nav-link {
        font-size: 14px;
        padding: 12px 11px
    }

    .prod-detail h5 {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 10px
    }

    .prod-detail p {
        font-size: 14px;
        line-height: 23px
    }

    span.price {
        font-size: 14px;
        font-family: montserrat-semibold
    }

    .product::before {
        height: 59%
    }

    section.promote.pt-8.pb-8 {
        padding-top: 30px
    }

    .promote h3 {
        font-size: 24px;
        line-height: 24px;
        margin: 0 0 18px
    }

    .promote-img::after {
        top: 14%;
        left: -8px
    }

    .promote-img1::after {
        top: 13%;
        left: 8px
    }

    section.shop-prod::before {
        top: -16%;
        left: 51%;
        width: 49%
    }

    section.best-deal.pt-8 {
        padding-top: 30px
    }

    .best-deal h4 {
        font-size: 39px;
        line-height: 46px;
        margin: 0 0 9px
    }

    .best-deal h1 {
        font-size: 74px;
        line-height: 75px;
        margin: 0 0 7px
    }

    .deal-detail h3 {
        font-size: 23px;
        line-height: 35px
    }

    section.best-deal::before {
        width: 534px;
        height: 510px;
        left: 0;
        top: 39%
    }

    .deal-detail a {
        width: 70%
    }

    .newsletter h2 {
        font-size: 35px
    }

    .footmenu h6 {
        font-size: 22px
    }

    .footmenu p {
        font-size: 14px;
        line-height: 22px
    }

    .banner-image img {
        width: 100%;
        height: 300px;
        object-fit: cover
    }

    .title-new h1 {
        line-height: 95px;
        font-size: 66px;
        color: #fff !important;
    }

    .faq h2 {
        font-size: 47px;
        line-height: 55px
    }

    .accordion-button:not(.collapsed) {
        font-size: 18px
    }

    .accordion-body {
        padding: 1rem 1.25rem
    }

    .accordion-button {
        font-size: 18px
    }

    .get-in-touch h2 {
        font-size: 40px
    }

    .social {
        display: inherit
    }

    .contact-socail a {
        font-size: 13px
    }

    .requet-quote h2 {
        font-size: 49px
    }

    button.btn_theme.d-inline-flex.mt-4 {
        width: 39%
    }

    .cart-paypal-box {
        margin-bottom: 20px
    }

    .proceed a {
        font-size: 19px
    }

    .checkout_btn {
        padding: 12px 25px;
        font-size: 15px
    }

    .catg h1 {
        font-size: 29px;
        height: 100%;
        padding: 0
    }

    .prod-detail h2 {
        font-size: 41px;
        line-height: 50px
    }

    .prod-detail h3 {
        font-size: 36px;
        line-height: 32px
    }

    .quantity input[type=number] {
        width: 42%
    }

    .description-detail .nav-link {
        padding: 1.1rem 3rem
    }

    .description-detail .nav-pills .nav-link.active,.nav-pills .show>.nav-link {
        font-size: 15px
    }

    .catg a {
        font-size: 17px
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .banner_text.wow.fadeInLeft {
        margin-left:0!important
    }

    .banner_text h3 {
        font-size: 28px;
        line-height: 1.3
    }

    .menuSec .col-md-5.col-4.col-sm-6.d-none.d-md-block:first-child {
        width: 35%
    }

    .menuSec .col-md-5.col-4.col-sm-6.d-none.d-md-block:last-child {
        width: 48%
    }

    .menuSec .col-md-2.col-sm-6.col-xs-6.col-12 {
        position: relative;
        left: 30px
    }

    .header-logo {
        width: 136px;
        height: 160px;
        margin-top: 0
    }

    .menuSec ul li a {
        padding: 10px 8px;
        font-size: 14px
    }

    header {
        padding: 35px 0
    }

    .banner_text h1 {
        font-size: 69px;
        line-height: 78px;
        margin: 0 0 3px
    }

    .banner_text p {
        color: #fff;
        font-size: 16px;
        margin-bottom: 0;
        line-height: 25px
    }

    .banner_text h5 {
        font-size: 23px;
        line-height: 27px;
        margin: 0 0 20px
    }

    .carousel-control-next {
        left: 26%
    }

    .description .nav-pills .nav-link {
        font-size: 18px;
        padding: 12px 21px
    }

    .featured-prod h2 {
        font-size: 54px;
        line-height: 56px
    }

    .prod-detail h5 {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 10px
    }

    .prod-detail p {
        font-size: 14px;
        line-height: 23px
    }

    span.price {
        font-size: 14px;
        font-family: montserrat-semibold
    }

    .product::before {
        height: 59%
    }

    section.promote.pt-8.pb-8 {
        padding-top: 30px
    }

    .promote h3 {
        font-size: 24px;
        line-height: 24px;
        margin: 0 0 18px
    }

    .promote-img::after {
        top: 14%;
        left: -8px
    }

    .promote-img1::after {
        top: 13%;
        left: 8px
    }

    section.shop-prod::before {
        top: -21%;
        left: 62%;
        width: 38%
    }

    section.best-deal.pt-8 {
        padding-top: 30px
    }

    .best-deal h4 {
        font-size: 39px;
        line-height: 46px;
        margin: 0 0 9px
    }

    .best-deal h1 {
        font-size: 74px;
        line-height: 75px;
        margin: 0 0 7px
    }

    .deal-detail h3 {
        font-size: 23px;
        line-height: 35px
    }

    section.best-deal::before {
        width: 534px;
        height: 510px;
        left: -18px;
        top: 26%
    }

    .deal-detail a {
        width: 70%
    }

    .newsletter h2 {
        font-size: 35px
    }

    .footmenu h6 {
        font-size: 19px
    }

    .footmenu p {
        font-size: 14px;
        line-height: 22px
    }

    .banner-image img {
        width: 100%;
        height: 300px;
        object-fit: cover
    }

    .title-new h1 {
        line-height: 95px;
        font-size: 66px
    }

    .faq h2 {
        font-size: 44px;
        line-height: 55px
    }

    .accordion-button:not(.collapsed) {
        font-size: 19px
    }

    .accordion-body {
        padding: 1rem 1.25rem
    }

    .accordion-button {
        font-size: 20px
    }

    .get-in-touch h2 {
        font-size: 40px
    }

    .social {
        display: inherit
    }

    .contact-socail a {
        font-size: 13px
    }

    .requet-quote h2 {
        font-size: 49px
    }

    button.btn_theme.d-inline-flex.mt-4 {
        width: 39%
    }

    .cart-paypal-box {
        margin-bottom: 20px
    }

    .proceed a {
        font-size: 19px
    }

    .checkout_btn {
        padding: 12px 25px;
        font-size: 15px
    }

    .catg h1 {
        font-size: 29px;
        height: 100%;
        padding: 0
    }

    .prod-detail h2 {
        font-size: 41px;
        line-height: 50px
    }

    .prod-detail h3 {
        font-size: 36px;
        line-height: 32px
    }

    .quantity input[type=number] {
        width: 42%
    }

    .description-detail .nav-link {
        padding: 1.1rem 3rem
    }

    .description-detail .nav-pills .nav-link.active,.nav-pills .show>.nav-link {
        font-size: 15px
    }

    section.best-deal {
        height: 610px
    }

    .total-section li {
        font-size: 19px
    }

    .ship-estimate li {
        font-size: 21px
    }

    .ship-estimate .grey-style {
        font-size: 19px
    }

    .catg a {
        font-size: 18px
    }
}

@media only screen and (min-width: 1200px) and (max-width:1365px) {
    .carousel-control-next {
        left:23%
    }

    .banner_text h1 {
        font-size: 95px;
        line-height: 100px
    }

    .banner_text p {
        line-height: 24px
    }

    .newsletter h2 {
        font-size: 37px
    }

    .faq h2 {
        font-family: poppins;
        font-size: 45px;
        line-height: 55px
    }

    .product::before {
        height: 59%
    }

    .prod-detail h5 {
        font-size: 20px
    }

    .banner_text .text-left {
        left: 600px!important
    }

    .menuSec ul li a {
        padding: 10px 16px!important
    }

    .banner_text.wow.fadeInLeft {
        margin-left: 0
    }
}

.prod-detail:hover {
    background: #467dc0
}

.product:hover .prod-detail {
    background: #467dc0
}



input#coupon_code {
    margin-bottom: 20px;
    width: 900px;
    display: block
}

form.woocommerce-cart-form {
    margin-top: 30px
}

.coupon h3 {
    display: none
}



section.main_slider {
    margin: 0 -20px
}
.slicknav_nav>li {
    display: none;
}

.woocommerce-order span, .woocommerce-order bdi, .woocommerce-order span.woocommerce-Price-amount.amount {
    color: #000 !important;
}


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


.carousel-control-next {
   
    left: 23%;
 
}

.banner_text h1 {
    font-size: 95px;
    line-height: 100px;    
}

.banner_text p {   
    line-height: 24px;
}

.newsletter h2 {
 
    font-size: 37px;
}
.faq h2 {
    font-family: 'Poppins';
    font-size: 45px;
    line-height: 55px;
}
.product::before {   
    height: 59%;    
}

.prod-detail h5 {
       font-size: 20px;
}





}


.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1.2;
}







.prod-img a img {
    width: auto  ;
    /*height: 360px;*/
    margin: 0 auto;
    object-fit: contain;
}





@media only screen and (min-width: 520px) and (max-width: 767px){
    .prod-img a img {
    width: auto;
    /*height: 360px;*/
    margin: 0 auto;
    object-fit: contain;
}
section.featured-prod.disktop {
    display: none !important ;
}
html section.featured-prod.moblie {
    display: block !important;
}
}

@media only screen and (min-width: 300px) and (max-width: 519px){
    
    input#coupon_code {

  width: 100% !important;

}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .prod-img a img {
    width: auto;
    height: 360px;
    margin: 0 auto;
}
table.shop_table_responsive tr td {

  text-align: left !important;

}
section.featured-prod.disktop {
    display: none !important;
}
 html section.featured-prod.moblie {
    display: block !important;
}

.cart-collaterals {
    width: 26%;

    margin-left: 22px;
   
    padding: 25px 15px;

}

    
}


section.featured-prod.moblie {
    /* display: none !important; */
}



.tab-content>.tab-pane{ display: block; height: 0px; overflow: hidden; }
.tab-content>.active{ height: auto;}


.featured-prod-silder .slick-prev:before {
    content: "\f104";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #69a253;
    opacity: 1;
}
.featured-prod-silder .slick-prev {
    top: 22px;
}

.featured-prod-silder .slick-next:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #69a253;
    opacity: 1;
}

.featured-prod-silder  .slick-next {
    right: 0px;
    top: 22px;
}


