@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

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

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

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

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

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


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

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

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

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

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

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

img {
    max-width: 100%;
}


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

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

@font-face {
    font-family: "agen";
    src: url(../fonts/Agency.ttf);
}


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

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

.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: "agen";
    font-size: 55px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: "agen";
    font-size: 45px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: "agen";
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "agen";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "agen";
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "agen";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 15px;
    font-family: "agen";
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}

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

.menuSec li ul {
    display: none;
}

.menuSec ul li a::before {
    position: absolute;
    content: "";
    width: 0;
    left: 50%;
    bottom: -10px;
    background: #fff;
    height: 3px;
    transition: 0.2s all;
}

.menuSec ul li a:hover::before {
    width: 100%;
    left: 0;
}

.menuSec ul li a:hover {
    color: #fff !important;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 0;
    font-size: 16px;
    font-family: "Bai Jamjuree", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}


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


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


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

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

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

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

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

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

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

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

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

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

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
}

header .row {
    align-items: center;
}

.container-fluid {
    padding: 0 5%;
}

.header-btn {
    text-align: end;
}

.btn-1 span {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Bai Jamjuree", sans-serif;
    padding: 0 30px;
}

.btn-1 i {
    font-size: 20px;
    color: #f8af3c;
    background: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-1 {
    border: 4px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.menuSection {
    border-bottom: 1px solid #ffffff38;
    padding: 10px 0 15px 0;
}


/*header css start */


/*banner css start */

img.home-banner-imag {
    width: 100%;
    object-fit: cover;
    height: 120vh;
}

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

.size {
    margin: 15px 0px !important;
    display: flex;
    flex-wrap: wrap;
}

.size li {
    display: inline-block;
}

.size li span {
    font-size: 18px;
    color: #7c7c7c;
}

.size li:not(:first-child) {
    margin: 0px 5px;
}

.size input[type="radio"] {
    display: none;
}

.size input[type="radio"]:checked+label {
    background: #fff;
    color: #df9d36;
}

.size input[type="radio"]+label {
    border: solid 1px #ffffff;
    background-color: transparent;
    color: #fff;
    font-weight: 500;
    border-radius: 0;
    font-size: 16px;
    text-transform: capitalize;
    text-align: center;
    padding: 10px 10px;
    font-family: "Poppins", sans-serif;
    width: 100px;
}

.size input[type="radio"]+label:hover {
    /* border: 1px solid #000; */
    /* color: #000; */
}

.banner-center-contet {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: -100px;
}

.banner-center-contet::before {
    position: absolute;
    content: "";
    width: 80%;
    height: 100vh;
    background-image: url(../images/ban-shadow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    bottom: -33vh;
    right: 200px;
    margin: auto;
    z-index: -1;
}

img.ban-1 {
    position: absolute;
    bottom: -160px;
    left: -6vw;
    right: 0;
    margin: auto;
}

img.ban-2 {
    position: absolute;
    left: 40.7vw;
    bottom: -50px;
}

.banner-center-contet h1 {
    font-size: 243px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

img.ban-3 {
    position: absolute;
    left: -10vw;
    right: 0;
    width: 60vw;
    bottom: -15px;
    margin: auto;
    height: 100vh;
    top: 0;
    object-fit: cover;
    z-index: 1;
}

.intro-text {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding-left: 70px;
    position: relative;
}

.intro-text h5 {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Bai Jamjuree", sans-serif;
}

.intro-text i {
    font-size: 20px;
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    border-radius: 10px;
}

.intro-text::before {
    position: absolute;
    content: "";
    width: 55px;
    height: 3px;
    background: #fff;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.banner-top-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}

.btn-2 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Bai Jamjuree";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: relative;
    z-index: 1;
    padding: 15px 10px;
}

.btn-2 i {
    font-size: 20px;
    color: #fff;
}

.btn-2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s all;
    z-index: -1;
}

.btn-2:hover::before {
    background: #fff;
    height: 100%;
}

.btn-2:hover {
    color: #f8af3c;
}

.btn-2:hover i {
    color: #f8af3c;
}

.fitt-text h4 {
    font-size: 45px;
    color: #ffffff;
    text-transform: uppercase;
}

.banner-bottom-content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 150px 0 -200px 0;
    z-index: 9;
    position: relative;
}

.baner-sizes ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.baner-sizes {
    margin-right: -90px;
}

ul.size h4 {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Bai Jamjuree";
}


/*banner css end*/


/* Product Section Start */

.store-img {
    height: 400px;
    background: #f1f1f1;
    text-align: center;
    display: grid;
    align-items: center;
    justify-content: center;
}

.store-img img {
    object-fit: contain;
}

.store-txt {
    padding: 20px 10px;
}

.store-main:hover .store-price ul a {
    background: #f8af3c;
}

.store-main:hover .store-price ul span {
    color: #f8af3c;
}

.store-txt h4 {
    font-size: 20px;
    height: 55px;
    color: #000;
    font-family: "Bai Jamjuree";
    text-transform: uppercase;
    margin: 0;
    line-height: 24px;
}

.store-txt h5 {
    font-size: 14px;
    color: #8d8787;
    text-transform: capitalize;
    margin: 0;
    font-family: "Roboto";
    font-weight: 400;
}

.store-price {
    border-top: 1px solid #00000040;
}

.store-price ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0 0px 20px;
    margin: 0;
}

.store-main {
    border: 1px solid #b9b9b9;
    margin: 0 0 30px;
}

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

.store-price ul li span {
    display: block;
    font-size: 28px;
    font-family: "agen";
    color: #222222;
}

.store-price ul li a {
    font-size: 20px;
    color: #fff;
    background: #222222;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

h2.theme-head {
    font-size: 88px;
    color: #222222;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    display: inline-flex;
    margin-bottom: 25px;
}

h2.theme-head::before {
    position: absolute;
    content: "";
    width: 30%;
    height: 7px;
    background: #f8af3c;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 25px;
}

.sec-head p {
    font-size: 14px;
    color: #888;
    font-family: "Roboto";
    font-weight: 400;
}


/* Product Section End */


/* Graphic Section Start */

.graphic-sec {
    padding: 60px 0;
    background: #f8af3c;
    margin: 100px 0 0;
    position: relative;
    z-index: 1;
}

.graphic-image-box {
    margin-top: -150px;
}

.graphic-content h2 {
    font-size: 88px;
    color: #ffffff;
    text-transform: uppercase;
}

.graphic-content h3 {
    font-size: 88px;
    color: #fff;
    text-align: end;
    text-transform: uppercase;
    position: relative;
    margin-right: 23%;
}

.graphic-content h3::before {
    position: absolute;
    content: "";
    width: 100vw;
    height: 3px;
    background: #fff;
    right: 18vw;
    bottom: 0;
    top: 0;
    margin: auto;
}

.graphic-content h5 {
    font-size: 20px;
    color: #fff;
    font-family: "Montserrat";
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    text-transform: uppercase;
}

.graphic-sizes ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.graphic-sizes ul input[type="radio"]+label {
    width: 85px !important;
}

ul.graph-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

ul.graph-list li {
    width: 50%;
    margin: 20px 0;
}

ul.graph-list p {
    font-size: 18px;
    color: #fff;
    font-family: "Montserrat";
    text-transform: uppercase;
    font-weight: 500;
}

.estimate-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 15px;
}

.estimate-text i {
    font-size: 20px;
    color: #fff;
}

.estimate-text p {
    font-size: 16px;
    color: #ffffff;
    font-family: "Montserrat";
}

.graphic-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    width: 90%;
}

.graphic-text h3 {
    font-size: 40px;
    color: #ffffff;
    position: relative;
    padding-right: 60px;
}

.graphic-text h3::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    background: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.graphic-sec::before {
    position: absolute;
    content: "";
    width: 10%;
    right: 0;
    height: 100%;
    background: #fff;
    top: 0;
}

.graphic-slider .slick-slide {
    margin: 0 0;
}

.slide_counter {
    position: absolute;
    top: -150px;
}

.slide_counter h2 {
    font-size: 88px;
    color: #222222;
    position: relative;
    z-index: 1;
    display: inline-flex;
}

.slide_counter h2::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 80px;
    background: #222;
    bottom: -80px;
    left: 6px;
}


/* Graphic Section End */


/* Categories Section Start */

.categories-sec {
    position: relative;
    padding: 80px 0;
}

.categories-sec .container-fluid {
    padding: 0;
}

.categories-sec .col-xl-3 {
    padding: 0;
}

.categorie-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-left: 3px solid #fff;
}

.categorie-box:after {
    background: rgb(34 34 34 / 84%);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 0;
    transition: 1s all;
}

.categorie-box:hover::after {
    height: 0;
}

.categorie-box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    background-color: rgb(248 175 60 / 80%);
    transition: 1s all;
}

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

.categorie-content {
    position: relative;
    z-index: 1;
}

.categorie-left-text {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 30px;
    padding: 0px 35px;
    bottom: 80px;
    left: 0;
    transition: 0.8s all;
}

.categorie-left-text h2 {
    font-size: 34px;
    color: #ffffff;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
}

.categorie-left-text h4 {
    font-size: 143px;
    color: #ffffff;
    line-height: 105px;
}

.categorie-content h3 {
    font-size: 34px;
    color: #ffffff;
    text-transform: uppercase;
}

.categorie-content p {
    font-size: 14px;
    color: #ffffff;
    font-family: "Roboto";
    margin: 15px 0px;
}

.categorie-content {
    padding: 20px 35px;
    position: absolute;
    bottom: -100px;
    height: 0;
    transition: 1s all;
}

.categorie-box:hover::before {
    height: 100%;
}

.categorie-box:hover .categorie-left-text {
    left: -70px;
    bottom: 50%;
}

.categorie-box:hover .categorie-content {
    bottom: 30px;
    height: 270px;
}


/* Categories Section End */


/* Seller Section Start */

.seller-sec {
    padding: 0 0 50px;
}


/* Seller Section End */


/* Sale Section Start */

.sale-tab-box {
    background: #e5e5e3;
    position: relative;
    z-index: 1;
    height: 650px;
    overflow: hidden;
    display: block;
    align-content: center;
    padding-right: 5%;
}

.sale-sec {
    position: relative;
    padding: 80px 0;
}

.sale-sec .container-fluid {
    padding: 0 0 0 3%;
}

ul.tbing li h3 {
    font-size: 18px;
    color: #8a8a8a;
    font-family: "Bai Jamjuree";
    text-transform: uppercase;
    transition: 0.5s all;
    cursor: pointer;
}

.sale-sec .row {
    align-items: center;
}

.sale-image img {
    position: absolute;
    bottom: 0;
    left: 90px;
    margin: auto;
    width: 40%;
}

.sale-slider {
    width: 52%;
    margin-left: auto;
    text-align: end;
}

.sale-content h3 {
    font-size: 88px;
    color: #222222;
    text-transform: uppercase;
}

.sale-content h2 {
    font-size: 88px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.sale-tab-box::before {
    position: absolute;
    content: "";
    width: 75%;
    height: 100px;
    background: #f8af3c;
    top: 34.5%;
    right: 0;
    z-index: -1;
}

.sale-content p {
    font-size: 14px;
    color: #737373;
    font-family: "Roboto";
}

.sale-sec .slick-dots {
    left: -500px;
    display: grid;
    z-index: 999;
    top: 0;
    bottom: 0;
    margin: auto;
    align-items: center;
    align-content: center;
    row-gap: 40px;
    width: auto;
}

.btn-3 {
    color: #222222;
    font-weight: 600;
}

.btn-3 i {
    color: #222;
}

.btn-3:before {
    background: #222;
}

.sale-content a {
    margin-top: 20px;
}

.sale-sec li.current h3 {
    position: relative;
    padding-bottom: 100px;
    transition: 0.5s all;
    color: #f8af3c !important;
}

.sale-sec li.current h3::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 70%;
    background: #f8af3c;
    bottom: -10px;
    transition: 0.5s all;
}

.sale-sec .slick-dots li button:before {
    display: none;
}

.sale-sec .slick-dots li {
    width: 10px;
    height: 10px;
    background: #f8af3c;
    border-radius: 10px;
    opacity: 0.6;
}

.sale-sec .slick-dots li.slick-active {
    width: 12px;
    height: 12px;
    background: #f8af3c;
    border: 2px solid white;
    box-shadow: 0 0 0 2px #f8af3c;
    opacity: 1;
}


/* Sale Section End */


/* Tabs Start */

.mytabs.current {
    -webkit-animation: 0.8s ease-out slide-right;
    -moz-animation: 0.8s ease-out slide-right;
    height: auto;
    opacity: 1;
    transform: unset;
    transition: 0.8s;
}

.mytabs {
    padding: 0px 0 0;
    height: 0;
    opacity: 0;
    transform: translateX(15px);
    transition: 0.5s;
    overflow: hidden;
}

ul.tbing {
    display: grid;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.dmnd-cut-box {
    text-align: center;
}


/* Tabs End */


/* Testimonial Section Start */

.sec-head {
    text-align: center;
    margin-bottom: 40px;
}

.sec-head h2 {}

.sec-head p {
    font-size: 14px;
    color: #6c6c6c;
    line-height: 26px;
    font-weight: 600;
    margin: 0 auto;
}

.testi-small-imag {
    position: relative;
    background: #000;
    transform: rotate(45deg);
    overflow: hidden;
    width: 90px;
    height: 90px;
    border-radius: 7px;
}

.testi-small-imag img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 10px;
    transform: rotate(-45deg) scale(1.5);
}

.testi-small-imag i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    background: #00000030;
    transform: rotate(45deg);
}

.testimonial-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: -1px 3px 5px 0 #98979773;
    margin: 10px 0;
    padding: 0;
}

img.ts-design {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
}

.testi-left-content {
    width: 700px;
    height: 220px;
    background: #f8af3c;
    position: relative;
    padding: 0 0 0 20px;
}

.testi-left-content img {
    width: auto;
    margin: 0 0 0 -20px;
}

img.ts-2 {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.testi-left-content h5 {
    font-size: 25.58px;
    margin: 20px 0 0;
    color: #fff;
    text-transform: uppercase;
    font-family: "Bai Jamjuree";
}

.testi-left-content h6 {
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    font-family: "Montserrat";
}

.testi-left-right p {
    font-size: 14px;
    color: #7c7c7c;
    line-height: 24px;
    font-weight: 500;
    font-family: "Montserrat";
}

ul.testim-review {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 10px;
}

ul.testim-review span {
    color: #3f5b4b;
    font-size: 12px;
}

ul.testim-review a {
    color: #ffac0d;
    font-size: 12px;
}

.testi-left-right {
    padding: 0 50px 0 100px;
}

.testimonial-sec {
    padding: 30px 0 80px 0;
    overflow: hidden;
}

.testimonial-sec .row {
    align-items: center;
}

.testi-left-content .testi-small-imag {
    position: absolute;
    top: 0;
    right: -44px;
    bottom: 0;
    margin: auto;
}

.testi-slider .slick-dots li button:before {
    position: absolute;
    content: "\f111";
    font-size: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    color: #666666 !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    opacity: 1 !important;
}

.testi-slider .slick-dots li.slick-active button:before {
    content: "\f192";
    font-size: 20px;
    font-weight: 100;
    color: #0096ff !important;
    opacity: 5 !important;
}

.testi-slider .slick-dots {
    bottom: -40px;
}


/* Testimonial Section End */


/*Footer Start*/

footer {
    background: #272727;
    padding: 90px 0px 40px;
}

h5.f-main {
    font-size: 25px;
    color: #fff;
    font-family: "Bai Jamjuree";
    margin: 0 0 30px;
    text-transform: uppercase;
}

.footer-logo p {
    color: #ffffff;
    font-size: 16px;
    line-height: 32px;
    width: 75%;
    font-family: "Roboto";
}

ul.navgation-f {
    display: block;
    column-count: 2;
}

.ftr-center {
    padding: 0 40px 50px 40px;
    position: relative;
    z-index: 1;
}

.ftr-center::before,
.ftr-center::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #5e5e5e;
    bottom: 0;
    left: -50px;
}

.ftr-center::before {
    left: auto;
    right: 50px;
}

.footer-logo ul li a {
    color: #d2d2d2;
    font-size: 13px;
    line-height: 32px;
    text-transform: capitalize;
    transition: ease-in;
    transition-duration: 0.2s;
    margin: 8px 0;
}

.footer-logo ul li i {
    margin: 0 20px 0 0;
    font-size: 24px;
    color: #f8af3c;
}

ul.navgation-f li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.f-media ul {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 10px;
}

.f-media ul li a {
    border: 1px solid #ffffff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    color: #ffffff;
    transition: ease-in;
    transition-duration: 0.2s;
}

.f-media ul li a:hover {
    border: 1px solid #0000;
    color: #ffffff;
    background: #f8af3c;
    transition: ease-out;
    transition-duration: 0.2s;
}

.footer-btm {
    box-shadow: 0 0 2px 0 #ffffffd1;
    padding: 10px 20px;
    background: #232323;
    position: relative;
}

.copy-right p {
    color: #fff;
    margin: 0;
    font-family: "Bai Jamjuree";
    font-size: 14px;
}

.copy-right {
    display: grid;
    align-content: center;
    justify-content: center;
    height: 100%;
}

.f-card {
    display: grid;
    align-items: center;
    justify-content: end;
    height: 100%;
}

.f-media {
    display: grid;
    align-content: center;
    height: 100%;
}

.footer-logo {
    position: relative;
}

.footer-logo ul li a:hover {
    color: #f8af3c;
    transition: ease-out;
    transition-duration: 0.2s;
}

html {
    overflow-x: hidden;
}


/*Footer End*/

section.main_slider {
    overflow: hidden;
}


/* Inner Banner Start */

.inner-baner-sec {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

img.inner-baner-1 {
    width: 100%;
    object-fit: cover;
}

.inner-banner-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -25%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.inner-banner-text h1 {
    font-size: 106px;
    color: #ffffff;
    text-transform: uppercase;
}


/* Contact Page Start */

.contact_detail_box figure img {
    margin: auto;
    height: 55px;
    width: 55px;
    object-fit: cover;
}

.contact_detail_box h2 {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    margin: 30px 0 10px 0;
}

.contact_detail_box p {
    font-size: 15px;
    line-height: 25px;
    color: #636363;
    margin: 0;
    font-weight: 400;
    margin-bottom: 0;
    display: block;
    font-family: "Roboto";
    width: 70%;
    margin: 0 auto;
}

.contact_detail_box {
    padding: 40px 20px;
    /* background-color: #f5f5f5; */
    transition: 0.5s;
    border: 1px solid #f8b03e;
}

.contact_form {
    padding-bottom: 7%;
}

.contact_form label {
    font-size: 17px;
    color: #5d5d5d;
    margin-bottom: 7px;
    font-weight: 400;
}

.btn_wrap button {}

.btn_wrap button:hover {
    background-color: transparent;
    border: 1px solid #24483e;
    color: #24483e;
    transition: 0.5s;
}

.contact_page {
    padding: 100px 0;
}

.contact_form input {
    height: 52px;
    width: 100%;
    border: 2px solid #e4e4e4;
    margin-bottom: 25px;
    border-radius: 0;
    padding: 0 15px;
    /* background: #fbfbfb; */
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

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

.contact_form textarea {
    width: 100%;
    height: 167px;
    margin-bottom: 30px;
    width: 100%;
    border: 2px solid #e4e4e4;
    border-radius: 0;
    padding: 15px 15px;
    /* background: #fbfbfb; */
    resize: none;
}

.btn_wrap button {
    border: 0;
    background: transparent;
    color: #f8af3c;
    font-weight: 600;
}

.btn_wrap i {
    color: #f8af3c;
}

.btn_wrap button.btn-2:before {
    background: #f8af3c;
}

.btn_wrap button:hover i {
    color: #fff;
}

.btn_wrap button:hover {
    color: #fff;
    border: 0;
}

.section_head {
    margin-bottom: 40px;
}

.section_head p {
    width: 70%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 15px;
    color: #636363;
    font-family: "Roboto";
}

.section_head h3 {
    color: #000000;
    font-size: 70px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 85px;
    text-transform: none;
    text-transform: uppercase;
}

.br_gradient {
    padding: 2px;
    border-radius: 12px;
}

.contact_detail_box p span {
    display: block;
}

.contact_page h4 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 10px;
    text-transform: none;
}

.btn_wrap {
    text-align: center;
}

.contact_detail_box a {
    display: block;
    font-size: 16px !important;
}


/* Contact Page End */


/* Product Page Start */


/* Products */

.showinglist {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20%;
}

.showinglist select {
    border: none;
    padding: 0 0 0 10px;
    color: #666666;
    font-size: 18px;
    font-weight: 500;
    background: transparent;
    font-family: "Roboto";
}

.showinglist span {
    color: #666666;
    font-size: 18px;
    font-weight: 500;
}

.prod-heading h4 {
    font-weight: 500;
    font-size: 25px;
    color: #394136;
    font-family: "agen";
    text-transform: uppercase;
}

.catogeriesbox h4 {
    color: #fff;
    font-size: 23px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0px 10px;
}

.row.paddingbottom {
    padding-bottom: 25px;
}

.frequently-list ul li a {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    display: block;
    font-family: "Raleway", sans-serif;
    margin: 5px 0;
    padding: 10px 0 10px 18px;
    border: 1px solid #00000021;
    background: #fff;
}

section.productsec.product-page-sec.fruit {
    padding: 6% 0;
}

.frequently-list ul {
    margin-bottom: 70px;
}

.catogeriesbox {
    box-shadow: 0 0 7px #0000006e;
    display: flex;
    align-items: center;
    padding: 10px 10px;
    margin-bottom: 15px;
    background: #f8af3c;
}

section.productsec .new-arrival-box-1 h2 {
    color: #000;
}

section.productsec .new-arrival-box-1 h3 del {
    color: #ffa4a4;
}

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


/* Products */


/* Product Page End */


/* Product Detail Page Start */

.productdetailsec {
    padding: 80px 0 50px;
    position: relative;
}

.productdetailtext h3 {
    font-size: 46px;
    line-height: 50px;
    font-weight: 600;
    color: #394136;
    margin-bottom: 0;
    text-transform: capitalize;
}

.productdetailtext span {
    color: #f8af3c;
    font-size: 40px;
    font-weight: 500;
    font-family: "agen";
}

.productdetailtext ul {
    padding: 0;
    margin: 13px 0 0;
    align-items: center;
}

.productdetailtext ul li {
    list-style: none;
    display: inline-block;
    color: #394136;
    font-size: 21px;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
}

.productdetailtext ul li a i {
    color: #ffba00;
    font-size: 22px;
    margin-right: 5px;
}

.productdetailtext ul li:last-child a i {
    color: #dadada;
}

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

.productdetailtext p {
    color: #636363;
    font-size: 15px;
    line-height: 25px;
    padding: 30px 0 30px;
    font-weight: 400;
    font-family: "Roboto";
}

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

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

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

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

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

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

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

.iconlist ul li {
    list-style: none;
    line-height: 30px;
    color: #636363;
    font-size: 15px;
    font-weight: 500;
}

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

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

.productdetailportion {
    box-shadow: 0 0 7px 0 #989898;
    margin: 10px;
}

a.btn-2.btn-4 {
    color: #f8af3c;
    font-weight: 600;
}

a.btn-2.btn-4 i {
    color: #f8af3c;
}

a.btn-2.btn-4:before {
    background: #f8af3c;
}

a.btn-2.btn-4:hover {
    color: #fff;
}

a.btn-2.btn-4:hover * {
    color: #fff;
}

.productdetailsmallportion {
    position: relative;
    top: 0;
    z-index: 99;
}

.productdetailsmallportion img {
    margin: auto;
    width: 100%;
    /* border: 2px solid #E1E1E1; */
    height: 100%;
    background: #ffff;
    box-shadow: 0 0 10px 0px #0000001f;
}

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

.product-detail span {
    margin: 0;
}

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

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

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

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

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

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

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

section.productdetailsec .product-detail span:hover {
    background-color: #f8af3c;
    color: #000 !important;
}

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

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

a.cat-sub-btn {
    background: #335650;
    color: #fff;
    padding: 15px 40px;
    font-weight: 500;
}

a.cat-sub-btn:hover {
    background: #000;
}


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

.iconlist {
    margin-top: 40px;
}


/*  product Detail Review Section Start */


/* Rating Stars */

.prod-detail-description .rating:not(:checked)>input {
    position: absolute;
    -webkit-appearance: none;
}

.prod-detail-description .rating:not(:checked)>label {
    float: right;
    cursor: pointer;
    font-size: 30px;
    color: #666;
}

.prod-detail-description .rating:not(:checked)>label:before {
    content: "★";
}

.prod-detail-description .rating>input:checked+label:hover,
.prod-detail-description .rating>input:checked+label:hover~label,
.prod-detail-description .rating>input:checked~label:hover,
.prod-detail-description .rating>input:checked~label:hover~label,
.prod-detail-description .rating>label:hover~input:checked~label {
    color: #e58e09;
}

.prod-detail-description .rating:not(:checked)>label:hover,
.prod-detail-description .rating:not(:checked)>label:hover~label {
    color: #ff9e0b;
}

.prod-detail-description .rating>input:checked~label {
    color: #ffa723;
}


/* Rating Stars */

.prod-detail-description {
    position: relative;
    padding: 80px 0;
}

.prod-detail-description .nav-tabs .nav-link {
    color: #383838;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    width: 220px;
    padding: 15px;
    background: #f1f1f1;
    margin-right: 10px;
    border-radius: 0 !important;
}

.prod-detail-description .nav-tabs .nav-link.active,
.prod-detail-description .nav-tabs .nav-item.show .nav-link {
    border: 0 !important;
    color: #fff;
    background: #f8af3c;
    border-radius: 0;
}

.prod-detail-description .nav-tabs .nav-link:hover,
.prod-detail-description .nav-tabs .nav-link:focus {
    background: #989898;
}

.prod-detail-description .nav-tabs {
    margin-bottom: 15px;
    border: 0;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
}

.prod-detail-description .prd-review-input label {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
}

.prod-detail-description .prd-review-input input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    border: 1px solid #000;
    margin: 5px 0 20px;
}

.prod-detail-description .prd-review-input input::placeholder,
.prod-detail-description .prd-review-input textarea::placeholder {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.prod-detail-description .prd-review-input textarea {
    width: 100%;
    height: 200px;
    padding: 13px;
    border: 1px solid #000;
    margin: 5px 0 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    resize: none;
}

.prod-detail-description .rating-stars input {
    width: auto !important;
    height: auto;
    border: 0;
}

.prod-detail-description .rating-stars {
    display: inline-grid;
    justify-items: baseline;
}

.prod-detail-description .rating {
    display: block;
    /* align-items: center; */
    /* justify-content: flex-start; */
    /* gap: 5px; */
    margin: 20px 0;
    float: left;
}

.prod-detail-description .prd-review-input.give-review h4 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
}

.prod-detail-description .prd-review-input.give-review button {
    padding: 15px 40px;
    border-radius: 0;
    border: 1px solid #000;
    font-size: 16px;
    text-transform: uppercase;
    background: #000;
    color: #fff;
}

.prod-detail-description .client-review-box {
    box-shadow: 0 0 5px 1px #989898;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}

.prod-detail-description ul.client-list-review {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.prod-detail-description ul.client-list-review li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.prod-detail-description ul.client-list-review img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    object-fit: cover;
    box-shadow: 0 0 5px 1px #989898;
}

.prod-detail-description ul.client-list-review h5 {
    font-size: 24px;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
}

.prod-detail-description ul.client-list-review h6 {
    font-size: 16px;
    color: #666;
    font-family: "Montserrat";
}

.prod-detail-description ul.client-list-review li i {
    font-size: 20px;
    color: #c78b1b;
}

.prod-detail-description .client-info {
    margin-left: 15px;
}

.prod-detail-description .client-review-box p {
    font-size: 16px;
    color: #000;
    font-family: "Roboto";
}

.prod-detail-description .prd-det-review-form .row {
    align-items: center;
}

.prod-detail-description .prd-det-discription-content p {
    text-align: justify;
    font-size: 17px;
    color: #636363;
    font-family: "Montserrat";
    font-weight: 400;
    line-height: 35px;
}

.prod-detail-description .prd-det-additional-content p {
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
}


/*  product Detail Review Section End */

.productdetailsmallportion img {
    width: auto;
    /* padding: 10px 10px; */
    position: relative;
    z-index: 999999999999999;
}

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


/* skin 2 */

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

.skin-2 .num-in span {
    width: 40%;
    display: block;
    height: 40px;
    float: left;
    position: relative;
    background: #fff;
}

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

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

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

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 75%;
    display: flex;
    align-items: center;
}

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

.productdetailsec .btn10 {
    color: white;
}

.productdetailsmallportion img {
    width: 120px;
}

section.productdetailsec:after {
    content: "";
    position: absolute;
    width: 23%;
    height: 69%;
    background: url(../images/prodcut-detail-after.png);
    right: 0;
    bottom: -9%;
    background-repeat: no-repeat;
    filter: contrast(0.1);
    opacity: 0.5;
}

.productdetailtext {
    padding-top: 10px;
}

a.btn.shp-btn {
    font-family: "Montserrat";
    font-size: 20px;
    color: #fff;
    background: #973416;
    border-radius: 0;
    padding: 14px 45px;
    text-transform: uppercase;
}

.productdetailnav .slick-slide {
    margin: 20px 20px;
}


/* Product Detail Page End */


/* Cart Page Start */


/* Cart */


/* section.add-to-cart {
    padding: 5% 0;
} */

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

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

.add-to-cart h4 {
    font-size: 19px;
    font-weight: 500;
    color: #666666;
    text-align: center;
    font-family: "Roboto";
}

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

.total-section {
    border: none;
    background: #f9f8f6;
    padding: 27px 30px;
    border: 1px solid #00000024;
}

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

.total-section li {
    font-size: 24px;
    padding-bottom: 30px;
    color: #000000;
    font-family: "Montserrat";
    font-weight: 500;
}

li.color-change {
    color: #f8af3c;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 32px;
    text-transform: uppercase;
    font-family: "agen";
}

.total-section li.color-change span {
    font-weight: 400;
    font-size: 32px;
    color: #f8af3c;
    font-family: "agen";
}

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

.ship-estimate {
    padding: 20px 30px;
    border: 1px solid #00000029;
    margin-top: 25px;
    background: #f9f8f6;
}

.ship-estimate li {
    color: #f8af3c;
    font-size: 32px;
    margin-bottom: 18px;
    font-weight: 500;
    font-family: "agen";
    text-transform: uppercase;
}

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

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

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

.proceed .checkout-btn {
    padding: 15px;
    width: 100%;
    font-size: 20px;
    margin-top: 4px;
    border-radius: 0px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    background: #f8af3c;
    font-family: "Montserrat";
}

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

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

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

.product-img {
    display: inline-block;
    width: 100%;
    padding: 5px 5px;
    border-radius: 7px;
    border: 1px solid #989898;
}

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

.table> :not(:last-child)> :last-child>* {
    border-bottom-color: currentColor;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    background-color: #f8af3c;
    padding: 16px 18px;
    font-family: "agen";
    text-transform: uppercase;
}

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

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

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

th.qty {
    text-align: center;
}

a.remove {
    font-size: 22px;
    width: 45px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    background-color: #f8af3c;
    color: #fff;
}

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

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

.space span {
    color: #666666;
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto";
    line-height: 30px;
}


/* Cart */


/* Cart Page End */


/* Checkout Page Start */

.billing_form h3 {
    font-size: 28px;
    color: #f8af3c;
    margin: 0;
    font-weight: 100;
    margin-bottom: 20px;
    text-transform: uppercase;
}

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

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

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

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

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

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

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

.cart_sidebar .cart_lst li:last-child {
    font-size: 24px;
    font-weight: 600;
    color: #394136;
    text-transform: uppercase;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order_detail_table ul li span {
    float: right;
}

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

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

.order_detail_table h6 span {
    float: right;
}

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

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

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

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

p.p-same-p {
    font-size: 13px;
    background: #fffcf3;
    line-height: 23px;
}

.cart_sidebar {
    padding: 40px 25px;
    border: 2px solid #c4c4c4;
}

.cart_sidebar h3 {
    font-size: 24px;
    color: #394136;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 300;
}

.cart_sidebar .h-sub {
    font-weight: 500;
    color: #394136;
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
    text-transform: uppercase;
}

.cart_sidebar h5 span {
    float: right;
}

.cart_sidebar h4 {
    font-size: 25px;
    color: #394136;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: normal;
    padding-top: 0;
    text-transform: uppercase;
}

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

.cart_sidebar ul li label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-family: "Montserrat";
    font-weight: 400;
    color: #7c7c7c;
}

.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, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.cart_sidebar ul li input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #f8af3c;
    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: 0px;
    font-family: "Poppins", sans-serif;
    padding: 10px 40px;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
}

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

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

.checkout_btn:hover {
    color: white;
}

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

h6.payment-h {
    font-weight: 600;
    color: #394136;
    font-size: 26px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.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 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    border-radius: 20px;
    left: 6px;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #f8af3c;
}

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

.radiosss-payments {
    border-bottom: 1px solid rgb(219, 219, 219);
}

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

.billing_form {
    border: 2px solid #8080806e;
    padding: 40px 25px;
}

span.chk-price {
    color: 394136;
}


/* Checkout Page End */


/* About Page Start */

.about-text h2 {
    font-size: 75px;
    color: #000000;
    text-transform: uppercase;
}

.about-second-pera::before {
    position: absolute;
    content: "";
    width: 80%;
    height: 140%;
    border: 20px solid #dcdcdc;
    right: 0;
    top: 0;
    z-index: -1;
}

.about-second-pera::after {
    position: absolute;
    content: "";
    width: 88%;
    height: 100%;
    background: #fff;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.about-imag {
    position: relative;
    z-index: 1;
}

.about-imag img {
    width: 100%;
}

.about-imag::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 85%;
    background-image: url(../images/ab-1.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom;
    bottom: -50px;
    left: -95px;
}

.mission-text p {
    font-size: 16px;
    font-family: "Roboto";
    line-height: 30px;
    color: #4d4d4d;
    padding: 14px 0;
    width: 90%;
}

.mission-text.secd-mis {
    margin-left: 70px;
}

.mission-text.secd-mis p {
    width: 100%;
}

.abt-txt h3 {
    font-size: 26px;
    font-family: "Roboto";
    text-transform: uppercase;
    color: #fff;
    border-top-right-radius: 15px;
    background: linear-gradient( 180deg, rgba(228, 187, 102, 1) 10%, rgb(204 153 77) 50%, rgb(195 131 44) 74%);
    display: inline-block;
    padding: 20px 50px;
}

.abt-txt {
    border-top-right-radius: 15px;
    margin-left: -30px;
    z-index: -1;
    position: relative;
    margin-bottom: 30px;
}

.abt-txt:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #c99243;
    bottom: 0;
}

.about-second-pera p {
    font-size: 15px;
    font-family: "Roboto";
    line-height: 30px;
    color: #4d4d4d;
}

.about-pera p {
    font-size: 15px;
    font-family: "Roboto";
    line-height: 30px;
    color: #4d4d4d;
}

.about-second-pera {
    z-index: 1;
    background: #fcfcfc;
    box-shadow: 0 0 0 0 #000;
    position: relative;
    border-radius: 20px 10px 10px 0px;
    padding: 60px 60px 0px 0;
}

.mission-text h3 {
    letter-spacing: 1px;
    font-size: 75px;
    color: #000000;
    text-transform: uppercase;
}

.mission-imag img {
    width: 100%;
}

.mission-imag {
    position: relative;
}

.mission-imag:after {
    position: absolute;
    content: "";
    width: 90%;
    height: 110%;
    right: -5%;
    top: -5%;
    background: #f8af3c;
    z-index: -1;
    border-radius: 0;
}

.mission-imag.secd-mis:after {
    left: -5%;
    right: auto;
}

.row.second-row {
    margin-top: 100px;
}

.mission-sec .row {
    align-items: center;
}


/* About Page End */

.animate-charcter {
    background-image: linear-gradient(-225deg, #ffffff 50%, #000000 50%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 5s linear infinite;
    display: inline-block;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.home-slide_counter {
    position: absolute;
    bottom: 130px;
    right: 40px;
}

.home-slide_counter h2 {
    font-size: 130px;
    color: #ffffff8a;
    position: relative;
    z-index: 1;
    display: inline-flex;
}

.home-slide_counter h2::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 80px;
    background: #fff;
    top: -80px;
    right: 6px;
}


/* Inner Banner End */


/*Media Query Start*/

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

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

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

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    header {
        position: relative;
        background: #e2ac58;
    }
    header .col-xl-2 {
        width: 50%;
    }
    .slicknav_nav a:hover {
        background: #e1a84e;
    }
    .header-btn a span {
        padding: 0 15px;
    }
    img.ban-3 {
        width: 100vw;
        left: 0;
        bottom: 0;
        object-fit: cover;
        height: auto;
    }
    .banner-center-contet h1 {
        font-size: 68px;
    }
    .intro-text {}
    .intro-text h5 {}
    .intro-text i {
        width: 50px;
        height: 50px;
    }
    .banner-top-content {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
        margin-bottom: -60px;
    }
    .banner-bottom-content {
        display: block;
        margin: 0 0 0 0px;
    }
    .baner-sizes ul {
        gap: 0;
        justify-content: space-between;
    }
    .size input[type="radio"]+label {
        width: 40px;
        height: 30px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .baner-sizes {
        margin: 0;
    }
    .fitt-text h4 {
        font-size: 35px;
    }
    .banner-images {}
    .banner-center-contet {
        height: 400px;
        display: block;
        align-content: center;
        margin: 0 0 0 0;
    }
    .home-slide_counter h2 {
        font-size: 50px;
    }
    .home-slide_counter h2::before {
        height: 40px;
        top: -40px;
    }
    img.ban-2 {
        right: 30px;
        left: auto;
        width: 40%;
        bottom: 0;
        top: 0;
        margin: auto;
    }
    img.ban-1 {
        bottom: 0;
        width: 50%;
        top: 0;
        left: 0;
        margin: auto;
    }
    section.store-sec {
        padding: 60px 0;
    }
    .sec-head p {}
    .store-img {
        height: 300px;
    }
    .store-txt h4 {
        height: auto;
    }
    .slide_counter h2 {
        font-size: 50px;
    }
    .slide_counter h2::before {
        height: 50px;
        bottom: -50px;
    }
    .slide_counter {
        top: -90px;
    }
    .graphic-content h2 {
        font-size: 50px;
    }
    .graphic-content h3 {
        font-size: 50px;
        margin: 0;
    }
    .graphic-content h3::before {
        right: auto;
        left: -50px;
        width: 60%;
    }
    .graphic-content h5 {
        font-size: 16px;
        gap: 10px;
    }
    .graphic-sec::before {
        display: none;
    }
    .graphic-sizes ul {
        gap: 5px;
    }
    .graphic-sizes ul input[type="radio"]+label {
        width: 38px !important;
        font-size: 14px;
    }
    ul.graph-list p {
        font-size: 16px;
    }
    ul.graph-list li {
        width: 100%;
        margin: 7px 0;
    }
    .graphic-image-box {
        margin: 20px 0 0;
    }
    .graphic-text {
        width: 100%;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
    .categories-sec {
        padding: 50px 0;
    }
    .sale-sec {
        padding: 50px 0;
    }
    ul.tbing {
        margin-bottom: 20px;
    }
    .sale-image img {
        position: relative;
        width: auto;
        left: 0;
    }
    .sale-tab-box {
        height: auto;
        padding: 0;
    }
    .sale-slider {
        width: 100%;
    }
    .sale-content h3 {
        font-size: 50px;
    }
    .sale-content h2 {
        font-size: 50px;
        margin: 0;
    }
    .sale-tab-box::before {
        top: auto;
        height: 60px;
        bottom: 31.8%;
        width: 100%;
    }
    .testi-small-imag {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }
    .testimonial-box {
        display: block;
        margin: 20px 0;
    }
    .testi-left-right {
        padding: 20px 10px;
    }
    .testi-left-content .testi-small-imag {
        position: relative;
        right: 0;
        width: 80px;
        height: 80px;
        margin: 20px auto;
    }
    .testi-left-content {
        width: 100%;
        height: auto;
    }
    .testi-slider .slick-slide {
        margin: 0;
    }
    footer {
        padding: 50px 0 30px;
    }
    .footer-logo p {
        width: 100%;
    }
    .ftr-center {
        padding: 0;
    }
    .footer-btm {
        text-align: center;
        padding: 10px;
    }
    .f-media ul {
        justify-content: center;
    }
    .copy-right p {
        margin: 10px 0;
    }
    .f-card {
        justify-content: center;
    }
    .footer-logo {
        margin: 20px 0;
    }
    .ftr-center::before,
    .ftr-center::after {
        display: none;
    }
    .smal-imag-1 {
        display: none;
    }
    .sec-head h2 {
        font-size: 50px;
    }
}


/*Media Query End*/