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

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

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

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

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

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

img {
    max-width: 100%;
}

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

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

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


/***** 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: 'Sacco Semibold';
    src: url(../fonts/sacco.semibold.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;
}

.img-fluid {
    width: 100%;
}

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

.over-flow-h {
    overflow: hidden;
}

.theme-btn {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 15px 40px;
    color: #fff;
    margin: 20px 20px 20px 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    text-transform: capitalize;
    border: 2px solid;
    text-transform: uppercase;
}

.theme-btn:hover {
    background-color: #fff;
    color: #28b16d;
    border-color: #28b16d;
}

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

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

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

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

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

h4 {
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

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

h6 {
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin: 0px;
    font-family: 'Roboto';
    margin-bottom: 20px;
}

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

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

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

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

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


/*header css start */

header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.topSec {
    border-bottom: 2px solid #555555;
}

.topSec h5 {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto';
    padding: 10px 20px;
    border-left: 1px solid #555555;
    border-right: 1px solid #555555;
    display: inline-block;
}

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

.topSec ul {
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

.topSec ul li:hover a {
    color: #c09966;
}

.topSec ul li a {
    padding: 10px 20px;
    border-left: 1px solid #555555;
    border-right: 1px solid #555555;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto';
    transition: 0.3s ease-in-out;
    position: relative;
    text-transform: uppercase;
}

.topSec ul li a span {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #c09966;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topSec ul li i {
    transition: 0.3s ease-in-out;
    font-size: 20px;
}

.topSec ul li:hover i {
    transform: scale(1.05);
    color: #c09966;
}

.menuSec {
    padding: 15px 0;
    border-bottom: 1px solid #555555;
}

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

.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:first-child a {
    padding-left: 0;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 10px 25px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Roboto';
}

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

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

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

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

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

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

.menuSec li:hover a {}

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

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

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

.menuSec ul:after {
    clear: both;
}

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

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

.droopdwon {
    float: left;
}

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


/*header css start */

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

.search-box {
    position: relative;
    display: flex;
    border: 2px solid #949494;
    border-radius: 50px;
    width: 100%;
    padding-left: 5px;
}

.search-box ::placeholder {
    color: #fff;
}

.search-box input {
    width: 80%;
    border: 0;
    background: transparent;
    padding: 0 10px;
    color: #fff;
}

.search-box button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    background: #c09966;
    color: #fff;
    border-radius: 50px;
    border: 0;
}


/*banner css start */

.main_slider {
    position: relative;
}

.main_slider::before {
    content: '';
    position: absolute;
    left: 5%;
    height: 87.5%;
    width: 2px;
    background: #a8a69c;
    z-index: 2;
    bottom: 0;
}

section.main_slider.homeslider::before {
    content: '';
    position: absolute;
    left: 5%;
    height: 81.6%;
    width: 2px;
    background: #a8a69c;
    z-index: 2;
    bottom: 0;
}

.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 {
    width: 5%;
    left: 0;
    margin: 0;
    top: 30%;
    height: 150px;
    display: grid;
    align-content: space-between;
    justify-content: center;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #a1a1a1;
}

.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: 15px;
    height: 15px;
    margin: 0;
}

.carousel-indicators .active::after {
    content: '';
    height: 10px;
    width: 10px;
    background: #c09966;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-53%, -55%);
}

.carousel-indicators .active {
    margin: 0;
    position: relative;
    width: 15px;
    height: 15px;
    border-color: #c09966;
}


/*banner css end*/


/*main-banner*/

.banner-sli .slick-slide {
    opacity: 1;
    margin: 130px 0;
}

.banner-sli .banner-sli-b {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.banner-sli .banner-sli-b li:first-child {
    width: 50%;
    transform: translate(60px, 50px);
}

.banner-sli .banner-sli-b li.midel {
    width: 35%;
}

.banner-sli .banner-sli-b li:last-child {
    width: 15%;
}

.banner-sli .banner-sli-b li h2 {
    color: #c09966;
    font-size: 100px;
    margin: 0;
    font-family: 'Sacco Semibold';
    line-height: 110px;
}

.banner-sli .banner-sli-b li h2 span {
    display: block;
    color: #fff;
}

.banner-sli .banner-sli-b li img {
    transform: scale(1.1);
}

.banner-sli .banner-sli-b li h5 {
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 0;
    opacity: 0.7;
}

.banner-sli .banner-sli-b li h4 {
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}

.banner-sli .banner-sli-b li .space {
    margin: 30px 0;
    display: block;
}

.banner-sli .banner-sli-b li .btn-banner {
    color: #fff;
    font-size: 35px;
    font-family: 'Sacco Semibold';
    letter-spacing: 1px;
    display: inline-block;
    border-bottom: 2px solid #c09966;
    line-height: 40px;
}

.banner-sli-conn .slick-slide {
    opacity: 1;
    margin: 0;
}

.banner-sli-conn {
    position: absolute;
    height: 200px;
    width: 30%;
    right: 0;
    bottom: 0;
}

.banner-sli-conn .slick-slide.slick-current.slick-active .banne-conn {
    height: 200px;
    margin-top: 0;
    background-image: linear-gradient(to right, #303030, #3f3f3f, #303030);
}

.banne-conn {
    position: relative;
    background-image: linear-gradient(to right, #3b3b3c, #3f3f3f, #3b3b3c);
    height: 180px;
    transition: 0.3s ease-in-out;
    display: grid;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.banne-conn ul {
    display: flex;
    margin: 0;
    justify-content: space-between;
    align-items: end;
}

.banne-conn ul li h6 {
    color: #fff;
    font-size: 16px;
    margin: 0;
    margin-bottom: 40px;
}

.banne-conn ul li h6 span {
    display: block;
}

.banne-conn ul li img {
    height: 60px;
    object-fit: contain;
}

.banner-sli-conn .slick-prev:before {
    content: '\f053';
}

.banner-sli-conn .slick-next:before {
    content: '\f054';
}

.banner-sli-conn .slick-prev {
    left: -50px;
    bottom: 70px;
    top: inherit;
    opacity: 1;
    z-index: 1;
}

.banner-sli-conn .slick-next {
    right: inherit;
    left: -50px;
    bottom: 20px;
    top: inherit;
    opacity: 1;
    z-index: 1;
}

.banner-sli-conn .slick-prev:before,
.banner-sli-conn .slick-next:before {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background: #464c51;
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
}

.banner-sli .slick-dots {
    width: 150px;
    position: relative;
}

.banner-sli .slick-dots li {
    position: absolute;
    opacity: 0;
}

.banner-sli .slick-dots li.slick-active a {
    color: #000;
    font-size: 40px;
    position: relative;
    width: 100px;
    font-weight: 600;
    font-family: 'Montserrat';
}

.banner-sli .slick-dots li.slick-active a::before {
    content: '0';
    color: #000;
    position: absolute;
    left: -27px;
}

.banner-sli .slick-dots li.slick-active {
    opacity: 1;
}

.banner-sli .slick-dots::after {
    content: '/03';
    color: #a3a3a3;
    font-size: 25px;
    font-family: 'Montserrat';
    right: 0;
    position: absolute;
    margin-top: 6px;
}

.banner-sli-conn .slick-dots {
    left: -150%;
    bottom: 25%;
    width: 300px;
    display: flex;
}

.banner-sli-conn .slick-dots li button::before {
    opacity: 0;
}

.banner-sli-conn .slick-dots li.slick-active button::before {
    opacity: 0;
}

.banner-sli-conn .slick-dots li.slick-active {
    background: #c09966;
    opacity: 1;
    height: 5px;
    margin-top: -1px;
}

.banner-sli-conn .slick-dots li {
    width: 100px;
    background: #c3bfaf;
    transition: 0.3s ease-in-out;
    height: 2px;
    margin: 0;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.socail {
    display: grid;
    align-items: center;
    height: 330px;
    width: 5%;
    justify-content: center;
    bottom: 0;
    position: absolute;
    margin: 0;
    align-content: space-around;
    padding-bottom: 50px;
}

.carousel-inner .slide-bullets span {
    color: #000;
    font-size: 40px;
}

.carousel-inner .slide-bullets {
    position: absolute;
    bottom: 5%;
    font-size: 25px;
    font-family: 'Montserrat';
    color: gray;
    font-weight: 600;
}

.socail li a:hover {
    background: #c09966;
    color: #efe8ce;
    border-color: transparent;
}

.socail li a:hover::after {
    opacity: 1;
}

.socail li a::after {
    content: '';
    position: absolute;
    right: -22px;
    height: 140%;
    width: 4px;
    background: #c09966;
    z-index: 2;
    top: -20%;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.socail li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    border: 2px solid #a49f8e;
    color: #a49f8e;
    font-size: 20px;
    transition: 0.3s ease-in-out;
}


/*main-banner*/


/*themes-css*/

.themes-padd {
    padding: 80px 0;
}

.themes-h2 {
    color: #c09966;
    font-size: 80px;
    font-family: 'Sacco Semibold';
    line-height: 80px;
}

.themes-h2 span {
    display: block;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: bold;
    margin-bottom: 15px;
}

.themes-h3 {
    color: #c09966;
    font-size: 50px;
    font-family: 'Sacco Semibold';
    line-height: 60px;
    margin-bottom: 0;
}

.themes-btn:hover {
    color: #c09966;
}

.themes-btn {
    color: #fff;
    font-family: 'Sacco Semibold';
    font-size: 35px;
    display: inline-block;
    line-height: 40px;
    border-bottom: 2px solid #c09966;
    transition: color 0.2s ease-in-out;
}

.col-bl {
    color: #000;
}

.no-pad-top {
    padding-top: 0;
}

.themes-btn1 {
    padding: 14px 40px;
    background: #c09966;
    color: #fff;
    font-size: 16px;
}


/*themes-css*/


/*home page section*/

.specal-product {
    position: relative;
}

.special-banner {
    position: relative;
}

.special-banner .special-img {
    position: relative;
    overflow: hidden;
}

.special-banner:hover .special-img img {
    transform: scale(1.2);
}

.special-banner .special-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.special-banner .special-txt {
    position: absolute;
    top: 10%;
    left: 10%;
    height: 80%;
    width: 80%;
}

.special-banner .special-txt ul {
    display: flex;
    margin: 0;
    justify-content: space-between;
}

.product-box {
    position: relative;
    border: 2px solid #d4d4d4;
    transition: 0.3s ease-in-out;
    padding: 35px 10px;
    margin: 17px 0;
}

.product-box ul {
    display: flex;
    margin: 0;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.product-box ul li h5 {
    margin: 0;
    color: #000000;
    font-family: 'Montserrat';
    font-style: 22px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
}

.product-box ul li h6 {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto';
    margin: 0;
    opacity: 0.7;
}

.product-box ul li h4 {
    margin: 0;
    color: #c09966;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Montserrat';
}

.product-box .product-img {
    position: relative;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-box .product-img img {
    height: 150px;
    object-fit: contain;
}

.iamge-color input {
    height: 15px;
    width: 15px;
    -webkit-appearance: none;
    appearance: none;
    margin: calc(0.75em - 11px) 0.25rem 0 0;
    vertical-align: top;
    border: 0px solid #ddd;
    border-radius: 50%;
    background: #e1c6a9 no-repeat center center;
}

.iamge-color input:first-child {
    background: #5b5150 no-repeat center center;
}

.iamge-color input:last-child {
    background: #9f8d86 no-repeat center center;
}

.dark {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.light {}

.broun {
    -webkit-filter: sepia(1);
    filter: sepia(1);
}

.specail-sli .slick-slide {
    opacity: 1;
    margin: 0 10px;
}

.specail-sli .slick-prev,
.specail-sli .slick-next {
    top: -40px;
}

.specail-sli .slick-prev {
    right: 100px;
    left: inherit;
}

.specail-sli .slick-next {
    right: 40px;
}

img.cutome-he {
    height: 710px !important;
    object-position: bottom;
}

.themes-arrow .slick-prev::before {
    content: '\f053';
}

.themes-arrow .slick-next::before {
    content: '\f054';
}

.themes-arrow .slick-prev::before,
.themes-arrow .slick-next::before {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    font-family: 'Font Awesome 5 Free';
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #d4d4d4;
    color: #d4d4d4;
    transition: 0.3s ease-in-out;
}

.themes-arrow .slick-prev:hover::before,
.themes-arrow .slick-prev:focus::before,
.themes-arrow .slick-next:hover::before,
.themes-arrow .slick-next:focus::before {
    background: #454545;
    border-color: #454545;
}


/*featured-sec*/

.product-des {
    position: relative;
}

.product-des ul {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-des ul li h4 {
    margin: 0;
    color: #000;
    font-weight: 800;
    font-family: 'Montserrat' !important;
}

.product-des ul li .d-flex i {
    color: #ffb400;
}

.product-des ul li .d-flex i:last-child {
    color: #fff0cc;
}

.product-des ul li p {
    margin: 0;
    font-size: 14px;
    letter-spacing: 2px;
    opacity: 0.7;
    font-weight: 500;
}


/*featured-sec*/

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

.feature-sec .nav-tabs {
    justify-content: center;
    border: 0;
    background: #c09966;
}

.feature-sec .nav-tabs .nav-link {
    padding: 12px 50px;
    background: transparent;
    color: #fff;
    border: 0;
    border-radius: 0;
    font-size: 20px;
}

.feature-sec .nav-tabs .nav-link.active,
.feature-sec .nav-tabs .nav-item.show .nav-link {
    background: #423e3d;
    border: 0;
}

.feature-sec .product-box ul li h4 {
    font-family: 'Sacco Semibold';
}

.feature-sec div#nav-tabContent {
    padding: 30px 0;
}

.school-show-sec::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 90%;
    width: 100%;
    z-index: -1;
    background: #242424;
}

.school-show-sec::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 90%;
    width: 100%;
    z-index: -1;
    background: #f3ecd2;
    clip-path: polygon(0 79%, 100% 0, 100% 100%, 0% 100%);
}

.school-show-sec {
    position: relative;
    margin-bottom: 80px;
    z-index: 0;
    /*padding: 60px 0;*/
    /*background: #242424;*/
}

.school-show-sec .row {
    align-items: center;
}

.school-show-sec .container {
    position: relative;
}

.school-show-sec .container::before {
    content: '';
    position: absolute;
    left: -12%;
    bottom: 31%;
    height: 2px;
    width: 55%;
    background: gray;
    transform: rotate(-16deg);
}

.school-show-sec .container::after {
    content: '';
    position: absolute;
    right: -12%;
    top: 23%;
    height: 2px;
    width: 55%;
    background: #fff;
    transform: rotate(-15deg);
    z-index: -1;
}

.school-show-sec h2 {
    color: #c09966;
    font-size: 180px;
    font-family: 'Sacco Semibold';
    margin: 0;
    line-height: 190px;
    margin-bottom: 40px;
    transform: rotate(-16deg);
    margin-top: 65px;
    margin-left: 50px;
}

.school-show-sec h4 {
    color: #242424;
    font-size: 55px;
    font-family: 'Sacco Semibold';
    margin: 0;
    transform: rotate(-15deg);
    margin-left: 97px;
}

.school-show-sec h1 {
    color: #242424;
    font-size: 150px;
    font-family: 'Sacco Semibold';
    margin: 0;
    line-height: 190px;
    margin-bottom: 20px;
    transform: rotate(-16deg);
    margin-top: 20px;
    width: 160%;
    margin-left: -30%;
}

.school-show-sec h3 {
    color: #fff;
    transform: rotate(-15deg);
    font-family: 'Sacco Semibold';
    font-size: 55px;
    margin: 0;
    margin-top: -10px;
    margin-bottom: 100px;
}

.school-show-sec h6 {
    color: #000;
    font-size: 16px;
    text-align: right;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 25px;
    margin: 0;
}

.school-show-sec h5 {
    text-align: right;
    font-size: 40px;
    color: #c09966;
    font-weight: 600;
}

.school-show-sec .slick-dots {
    display: block;
    height: 100px;
    width: 50px;
    left: -10%;
    top: 50%;
    transform: translate(0, -50%);
}

.school-show-sec .slick-dots li button:before {
    opacity: 0;
}

.school-show-sec .slick-dots li button::after {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    left: 4px;
    top: 4px;
    border-radius: 50%;
    background: #c09966;
    transition: 0.3s ease-in-out;
    opacity: 0;
}

.school-show-sec .slick-dots li button {
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: 2px solid #9b9b9b;
    border-radius: 50%;
}

.school-show-sec .slick-dots li.slick-active {
    opacity: 1;
}

.school-show-sec .slick-dots li.slick-active button::after {
    opacity: 1;
}

.school-show-sec .slick-dots li.slick-active button:before {
    opacity: 0;
}

.school-banner-sli .slick-slide {
    margin: 90px 0;
}

.school-banner img {
    transform: scale(1.4);
    z-index: 1;
    position: relative;
    margin-left: -40px;
}

.shoe-slider .slick-slide {
    opacity: 1;
}

.shoe-slider .slick-prev,
.shoe-slider .slick-next {
    top: inherit;
    bottom: -20px;
}

.shoe-slider .slick-prev {
    left: 47%;
    transform: translate(-50%, 0);
}

.shoe-slider .slick-next {
    right: 47%;
    transform: translate(-50%, 0);
}


/*about-sec*/

.about-sec {
    position: relative;
}

.about-sec::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 65%;
    width: 40%;
    background: #f6f6f6;
    z-index: -1;
}

.about-sec h2 {
    color: #000;
    margin-bottom: 0;
    font-family: 'Sacco Semibold';
    margin-bottom: 10px;
    font-size: 70px;
}

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

.about-sec p {
    line-height: 25px;
}

.about-sec ul {
    display: flex;
    margin: 0;
}

.about-sec ul li h5 {
    margin: 0;
    width: 99%;
    height: auto;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    color: #c09966;
    font-size: 60px;
    font-family: 'Sacco Semibold';
    letter-spacing: 20px;
    line-height: 65px;
}

.about-sec .pad::before {
    content: '';
    position: absolute;
    left: 5px;
    height: 100%;
    width: 2px;
    background: #c09966;
}

.about-sec .pad {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}


/*about-sec*/


/*tetsiomal-sec*/

.testiomal-sec {
    position: relative;
    padding-bottom: 120px;
}

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

.client-box::before {
    content: '\f10e';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    width: 100px;
    background-color: #d5a987;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    font-size: 25px;
    padding: 15px 0 0 20px;
}

.client-box::after {
    content: '';
    background-image: url(../images/right-quotes.png);
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 1;
    height: 60px;
    width: 90px;
    background-size: contain;
    background-repeat: no-repeat;
}

.client-box {
    position: relative;
    box-shadow: 0 0 10px 0 #00000022;
    padding: 30px 30px;
    margin: 10px 0;
}

.client-box ul {
    display: flex;
    width: 80%;
    margin: 0% auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.client-box ul li img {
    margin-right: 20px;
    height: 100px;
    object-fit: contain;
}

.client-box ul li h4 {
    margin: 0;
    color: #a47638;
    font-size: 30px;
}

.client-box ul li h5 {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto';
    margin: 8px 0;
}

.client-box ul li .d-flex i {
    color: #fd8f00;
}

.client-box p {
    color: #6f6f6f;
    font-size: 14px;
    width: 80%;
    margin: 0% auto;
    text-align: center;
    font-family: 'Roboto';
}

.client-say-sli .slick-slide {
    opacity: 1;
}

.client-say-sli .slick-dots {
    bottom: -50px;
}

.client-say-sli .slick-dots li button::before {
    opacity: 0;
}

.client-say-sli .slick-dots li {
    height: 10px;
    width: 50px;
    border: 2px solid #c09966;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
    background-color: transparent;
}

.client-say-sli .slick-dots li.slick-active {
    opacity: 1;
}

.client-say-sli .slick-dots li.slick-active {
    width: 100px;
    background-color: #c09966;
}

.client-say-sli .slick-dots li.slick-active button::before {
    opacity: 0;
}


/*tetsiomal-sec*/


/*home page section*/

.inner-banner-text {
    padding-left: 100px;
}

.inner-banner-text h1 {
    font-size: 100px;
    margin: 0;
    font-family: 'Sacco Semibold';
    line-height: 110px;
}


/* contact-pg */

.ptb-100 {
    padding: 100px 0;
}

.con-pg-form input,
.con-pg-form textarea {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #d5d5d5;
    height: 55px;
}

.con-pg-form label {
    margin-bottom: 10px;
    font-family: 'Roboto';
    font-size: 16px;
}

.con-pg-form textarea {
    height: 200px;
    resize: none;
}

.con-pg-form {
    margin-top: 50px;
}

.con-pg-form button {
    font-size: 14px;
    height: 50px;
    padding: 0 40px;
    border: none;
    background: #c09966;
    color: white;
    font-family: 'Montserrat';
}

div.cont-pg-det {
    border: 2px solid #c09966;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    margin-bottom: 40px;
    height: 260px;
}
.cont-pg-det a {
    color: #000;
}
a.cont-pg-det>img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    display: block;
    margin-bottom: 20px;
}

a.cont-pg-det>h5 {
    font-size: 19px;
    font-family: 'Roboto';
    color: black;
    margin-bottom: 10px;
}


/* contact-pg */


/* news-letter */

section.news-letter {
    background: #c09966;
    padding: 40px 0;
}

section.news-letter div.d-flex>div {
    margin-left: 20px;
}

section.news-letter h4 {
    color: white;
    font-size: 40px;
    font-family: 'Sacco Semibold';
    line-height: 1;
    margin-bottom: 5px;
}

section.news-letter p {
    color: white;
    margin-bottom: 0;
}

.news-letter form>input {
    width: 80%;
    height: 50px;
    text-indent: 20px;
    border: none;
}

.news-letter form>button {
    width: 20%;
    margin-left: -4px;
    border: none;
    height: 50px;
    background: #272727;
    color: white;
}


/* news-letter */


/* footer */

footer .socail {
    display: flex;
    gap: 10px;
    position: unset;
    height: auto;
    width: auto;
    justify-content: start;
    padding: 0;
}

footer .socail li a::after {
    display: none;
}

footer {
    background: #272727;
    padding: 100px 0 30px;
}

.con-det-main {
    margin: 0;
}

.con-det-main li a i {
    font-size: 18px;
    width: 30px;
}

.con-det-main li a {
    line-height: 40px;
}

footer h5 {
    font-size: 30px;
    color: white;
    font-family: 'Sacco Semibold';
    letter-spacing: 3px;
}

.quick-link a {
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 500;
    color: #d2d2d2;
}

.quick-link li,
.con-det-main li {
    margin-bottom: 15px;
}

footer p {
    color: #d2d2d2;
}

footer .row:nth-child(1) .col-lg-3:not(:first-child) {
    padding-left: 60px;
    position: relative;
}

footer .row:nth-child(1) .col-lg-3:not(:first-child):before {
    position: absolute;
    content: "";
    background: #525252;
    height: 100%;
    width: 2px;
    left: 0;
}

.con-det-main a {
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 500;
    color: #d2d2d2;
}

.con-det-main a i {
    color: #c09966;
    font-size: 24px;
}

footer .row:nth-child(2) {
    padding: 20px;
    border: 1px solid #525252;
    border-radius: 10px;
}


/* footer */


/*cart-pg start*/

.add-to-cart {
    position: relative;
}

.add-to-cart thead {
    background-color: #ebebeb;
    color: #020202;
}

.add-to-cart .table>thead>tr>th {
    border-bottom: 0;
    padding-left: 40px;
    /* text-align: center; */
    padding-bottom: 25px;
    padding-top: 25px;
    font-size: 16px;
}

.add-to-cart thead tr th {
    font-size: 19px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
}

.table-space h3 {
    font-size: 20px;
    color: #5f5f5f;
    margin-bottom: 5px;
    line-height: 25px;
    font-weight: 400;
    text-transform: uppercase;
}

.table-space span {
    font-size: 16px;
    text-transform: uppercase;
    color: #5f5f5f;
    font-weight: 400;
}

.add-to-cart .product-img {
    margin: 10px 0px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    height: 150px;
    padding: 10px 20px;
    text-align: center;
    background: lightgrey;
}

.poduct-name {
    margin-left: 10px;
}

.table-space {
    display: flex;
    align-items: center;
    width: 100%;
}

.add-to-cart input {
    width: 50%;
    text-align: center;
    height: 40px;
    border: 1px solid #d0cece;
    font-size: 16px;
    color: #5f5f5f;
    font-weight: 500;
    background-color: transparent;
}

.add-to-cart a {
    font-size: 17px;
    display: block;
    text-align: center;
    padding-top: 9px;
    color: rgba(0, 0, 0, 0.50);
    font-weight: 400;
    text-decoration: none;
    color: #5f5f5f;
}

.poduct-name span:nth-child(2) {
    margin-bottom: 5px;
    display: inline-block;
}

.add-to-cart h4 {
    font-size: 22px;
    font-weight: 400;
    color: #5f5f5f;
    text-align: center;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

tr.space {
    border-bottom: 1px solid #ccc;
}

a.remove {
    background: #c09966;
    color: white;
    font-size: 29px;
    padding: 15px 20px;
    border: none;
    width: 50px;
    margin-left: auto;
}

.proceed a {
    color: #ff0000;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
}

.proceed i {
    margin-left: 10px;
    color: #ff0000;
}

.proceed .checkout-btn {
    background: #c09966;
    border: none;
    padding: 15px;
    width: 100%;
    font-size: 20px;
    margin-top: 4px;
    text-align: center;
    font-family: 'Poppins';
    color: #fff;
    text-transform: capitalize;
}

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

.or-amazon p {
    font-size: 11px;
    position: absolute;
    top: -22px;
    left: 50%;
    padding: 8px 15px;
    color: #000;
    background: #ebebeb;
    border: 1px solid darkgrey;
    display: block;
    text-transform: uppercase;
    transform: translateX(-50%);
    font-weight: 600;
    font-family: 'Poppins';
}

.or-amazon img {
    width: 70%;
}

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

.total-section {
    border: 1px solid #cacaca;
    padding: 27px 20px;
    background-color: #ebebeb;
}

.total-section li {
    font-size: 18px;
    padding-bottom: 30px;
    color: #5f5f5f;
    font-weight: 500;
}

li.color-change {
    color: #5f5f5f;
    text-transform: uppercase;
    font-size: 24px;
}

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

.ship-estimate {
    background-color: #f6f6f600;
    padding: 10px 20px;
    margin-top: 25px;
    border: 1px solid #d0cece;
    border-radius: 25px;
}

.ship-estimate ul {
    margin-top: 20px;
    margin-bottom: 50px;
}

.ship-estimate li {
    font-size: 20px;
    color: #5f5f5f;
    margin-bottom: 5px;
    font-family: 'Poppins';
    font-weight: 500;
}

.ship-estimate .grey-style {
    color: #5f5f5f;
    font-size: 16px;
}

.product-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: 5px;
}

.nice-select .list {
    height: 350px;
    overflow-y: scroll;
}

.total-section li:last-child {
    padding-bottom: 0;
}

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

.copun {
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.copun button {
    width: 50%;
    height: 40px;
    color: white;
    background: #c09966;
    border: transparent;
    margin: 0 30px;
}

.copun a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 15%;
    padding: 0;
    border: 1px solid grey;
}

.space td {
    vertical-align: middle;
}

.number-item input.qtystyle {
    width: 100%;
}


/*CART END*/


/*loginpage*/

form.login-form {
    text-align: center;
    padding: 30px 31px;
    box-shadow: 0px 0px 12px lightgrey;
}

form.login-form input::placeholder {
    opacity: 1;
    color: #918f8f;
}

form.login-form input:not(input[type=checkbox]) {
    width: 100%;
    height: 55px;
    color: #000;
    margin: 0 0 25px;
    font-size: 16px;
    padding: 0 10px;
    border: 1px solid lightgrey;
    background: white;
}

form.login-form h2 {
    margin: 0 0 20px;
    font-size: 50px;
    text-align: center;
    color: #000000;
    font-family: 'Sacco Semibold';
}

input.btn-1 {
    background: #b90f29 !important;
    border: none !important;
    text-transform: uppercase;
    color: #fff !important;
}

.form-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    width: 100%;
    margin-top: 20px;
    font-size: 13px;
    color: #020202;
}

.reg-frombtm span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #000000;
}

.reg-frombtm {
    margin: 0 0 20px;
}

.form-btm a {
    color: #070707;
}

.reg-frombtm span a {
    color: #000000;
    text-decoration: underline;
}

.ls-fold1 button {
    border: none;
    height: 45px;
    background: #c09966;
    color: white;
    box-shadow: 0px 0px 12px darkgrey;
}


/*loginpage*/


/*CHECKOUT PAGE*/

.billing_form h3 {
    font-size: 40px;
    color: #000000;
    margin: 0;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Roboto';
}

.billing_form label {
    font-size: 15px;
    color: #7c7c7c;
    margin-bottom: 5px;
}

.radiosss p {
    color: #7C7C7C;
    font-size: 12px;
    font-family: 'Roboto';
    font-weight: 400;
}

.billing_form input {
    width: 100%;
    height: 45px;
    border: 1px solid #d4d4d4;
    margin-bottom: 20px;
    padding-left: 15px;
}

.billing_form input::placeholder {
    color: #b0b0b0;
    font-family: 'Roboto';
}

.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: 18px;
    font-weight: bold;
    color: #000;
}

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

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

.cart_sidebar {
    padding: 40px 25px;
    border: 1px solid #d8d8d8;
}

.cart_sidebar h3 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 15px;
    font-family: 'Roboto';
    text-transform: uppercase;
    line-height: normal;
}

.cart_sidebar .h-sub {
    font-weight: 600;
    color: black;
    font-size: 18px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
}

.cart_sidebar h5 span {
    float: right;
}

.cart_sidebar h4 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    line-height: normal;
    padding-top: 0;
}

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

.cart_sidebar ul li label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #b7b7b7;
}

.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 #ce996f;
    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-family: 'Oswald', sans-serif;
    font-size: 17px;
    border: none;
    background-color: #000000;
    font-weight: 500;
    border: 2px solid transparent;
    transition: 0.3s ease-in-out;
}

.checkout_btn:hover {
    background-color: #c39774;
    color: #fff;
    transition: 0.3s ease-in-out;
}

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

h6.payment-h {
    font-weight: 600;
    color: #000;
    font-size: 19px;
    margin-bottom: 22px;
}

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

.red {
    color: #c09966!important;
}

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

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

.cart_sidebar a.btn-7 {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #c09966;
    height: 50px;
    color: white;
}


/*CHECKOUT PAGE END*/


/* product-detail */

.p-big-img {
    width: 100%;
    height: 450px;
    margin-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
    display: grid;
    place-items: center;
}

.p-big-img img {
    width: 100%;
    height: 80%;
    object-fit: contain;
}

.p-small-img {
    width: 100%;
    height: 100px;
    border: 1px solid #d2d2d2;
    overflow: hidden;
    display: grid;
    place-content: center;
    margin-bottom: 25px;
}

.p-small-img img {
    width: 95%;
    height: 95%;
    object-fit: contain;
}

.p-big-nav .slick-slide {
    opacity: 1;
}

.p-big-for .slick-next:before {
    content: '\f105';
}

.p-big-for .slick-prev:before {
    content: '\f104';
}

.p-big-for .slick-prev:before,
.p-big-for .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-size: 50px;
    line-height: 1;
    font-weight: 600;
    opacity: 1;
    color: black;
    border-radius: 100%;
}

.p-big-for .slick-next {
    right: -5%;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.p-big-for .slick-prev {
    left: -5%;
    opacity: 0;
    z-index: 2;
    transition: 0.3s ease-in-out;
}

.p-big-for {
    overflow: hidden;
}

.p-big-for:hover .slick-next {
    right: 7%;
    opacity: 1;
}

.p-big-for:hover {
    cursor: pointer;
}

.p-big-for:hover .slick-prev {
    left: 5%;
    opacity: 1;
}

.skin-2 .num-in {
    box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
    height: 40px;
    width: 150px;
    float: left;
    border: 1px solid #c09966;
    cursor: pointer;
}

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

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

.num-in input.in-num {
    background-color: #ffffff;
    width: 38%;
    font-family: 'Helvetica';
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 40px;
    border: none;
    text-align: center;
    background: transparent;
    font-family: 'Roboto';
}

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

.product-det-content h4 {
    font-size: 42px;
    line-height: 1;
    font-family: 'Montserrat';
    color: black;
    text-transform: capitalize;
}

.price-tag {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #c3ecef;
    margin-bottom: 20px;
}

.price-tag div:first-child {
    font-size: 45px;
    line-height: 1;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #282828;
}

.price-tag div:first-child del {
    margin-right: 10px;
    font-size: 2.5rem;
    color: grey;
}

.price-tag div:last-child {
    font-size: 18px;
    color: grey;
}

.price-tag div:last-child ul {
    margin-right: 15px;
}

.price-tag i.fas.fa-star {
    color: #ffc107;
}

.add-cart-btn {
    display: inline-flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border: 1px solid #c09966;
    color: white;
    background: #c09966;
}

.add-cart-btn:hover {
    color: white;
}

.like-btn {
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid grey;
    border-radius: 50%;
    font-size: 25px;
    color: #c09966;
}

.product-det-content ul.d-flex.justify-content-between.align-items-center {
    width: 70%;
}

.product-det-content ul.social-icons-banner {
    margin-top: 40px;
    position: unset;
    display: flex;
}

.product-det-content ul.social-icons-banner::before {
    display: none;
}

.product-det-content ul.social-icons-banner li {
    margin-right: 10px;
}

.product-detail img.inner-sec-leaf2 {
    top: 50%;
}

.social-icons-banner {
    margin-top: 40px;
    display: flex;
}

.social-icons-banner a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: 1px solid #c1c0c0;
    margin: 10px 0;
    font-size: 20px;
    border-radius: 50%;
    color: #c1c0c0;
    transition: 0.3s ease-in-out;
}

.social-icons-banner a:hover {
    background: #c09966;
    color: white;
    border-color: #c09966;
    transform: scale(1.3);
}

span.cream-text {
    color: #c09966;
    font-weight: 600;
}

.border-whole {
    border: 1px solid #dddddd;
}

.p-big-img .iamge-color {
    position: absolute;
    top: 20px;
    right: 20px;
}


/* product-detail */


/*about-us-inner*/

.about-img-r {
    position: relative;
    z-index: 0;
    padding-right: 5%;
}

.about-img-r img {
    width: 80%;
    margin-left: 15%;
}

.about-img-r::after {
    content: '';
    position: absolute;
    right: 5%;
    bottom: -8%;
    height: 90%;
    width: 70%;
    z-index: -1;
    background: #c09966;
}

.about-img-l {
    position: relative;
    z-index: 0;
    padding-left: 5%;
}

.about-sec .text-right .about-img-l {
    padding-left: 7%;
    text-align: left;
}

.about-img-l img {
    width: 80%;
}

.about-img-l::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8%;
    height: 90%;
    width: 70%;
    z-index: -1;
    background: #c09966;
}

.about-sec.inner .mg-80 {
    padding-top: 100px;
}

.about-sec.inner .tetx-right {
    text-align: right;
}

.about-sec.inner .row {
    align-items: center;
}

.about-sec.inner::before {
    opacity: 0;
}

.about-sec.inner .row {
    position: relative;
    z-index: 1;
}

.about-sec .text-right {
    text-align: right;
}

.about-sec .text-right .col-lg-5.offset-lg-1 {
    padding-right: 30px;
}

.about-sec.inner .row:first-child::before {
    right: inherit;
    left: -20%;
}

.about-sec.inner .row:last-child::before {
    right: inherit;
    left: -20%;
}

.about-sec.inner .row::before {
    content: '';
    position: absolute;
    right: -20%;
    height: 20%;
    top: 50%;
    width: 60%;
    background: #ae8855;
    z-index: 0;
}

.about-sec .row .col-lg-6 p:last-child {
    margin-bottom: 0;
}


/*about-us-inner*/

.mo-botm-padd {
    padding-bottom: 0;
}

.more-sec .product-box h4 {
    font-family: 'Sacco Semibold';
    text-transform: uppercase;
}


/*privacy page css*/
.term-pgs-sc {
    padding: 70px 0;
}

.term-pgs-txt h5 {
    font-family: 'Montserrat';
    color: black;
    font-size: 30px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 10px;
}

.term-pgs-txt ul {list-style: disc;padding-left: 20px;margin-bottom: 30px;}

.term-pgs-txt ul li p {
    margin-bottom: 0;
}

.term-pgs-txt p {
    margin-bottom: 5px;
}

/*media query*/

@media only screen and (max-width: 1440px) {
    .main_slider::before {
        height: 86.2%;
    }
    .carousel-inner .slide-bullets {
        left: 10%;
    }
    .themes-padd {
        padding: 50px 0;
    }
    .school-show-sec {
        overflow: hidden;
        margin-bottom: 20px;
    }
    .testiomal-sec {
        overflow: hidden;
        padding-bottom: 80px;
    }
    .feature-sec {
        overflow: hidden;
    }
    .about-sec.inner {
        overflow: hidden;
    }
}

@media only screen and (max-width: 1280px) {
    .menuSec ul li a {
        padding: 10px 20px;
        font-size: 15px;
    }
    .banner-sli .banner-sli-b li h2 {
        line-height: 90px;
        font-size: 85px;
    }
    .banner-sli-conn {
        width: 35%;
    }
    .banner-sli-conn .slick-dots {
        left: -125%;
    }
    .main_slider::before {
        height: 84.5%;
    }
    .socail {
        padding-bottom: 0;
        height: 290px;
    }
    .socail li a::after {
        right: -14px;
    }
    img.cutome-he {
        height: 665px !important;
    }
    .school-show-sec h2 {
        font-size: 150px;
    }
    .school-show-sec .slick-dots {
        left: -7%;
    }
    .school-show-sec .container::before {
        bottom: 36%;
        transform: rotate(-17deg);
    }
    .school-show-sec h1 {
        margin-left: -42%;
        line-height: 195px;
        font-size: 130px;
    }
    .school-show-sec .container::after {
        top: 21%;
        transform: rotate(-18deg);
    }
    .shoe-slider .slick-next {
        right: 46%;
    }
    .shoe-slider .slick-prev {
        left: 46%;
    }
    .about-sec ul {
        align-items: center;
    }
    .about-sec ul li h5 {
        width: 100%;
        font-size: 40px;
        letter-spacing: 20px;
        line-height: 65px;
        margin: 0;
    }
    .con-det-main li a span {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1024px) {
    .menuSec ul li a {
        padding: 10px 10px;
        font-size: 14px;
    }
    .main_slider::before {
        height: 80.5%;
    }
    .socail li a {
        height: 35px;
        width: 35px;
        font-size: 16px;
    }
    .socail {
        height: 230px;
    }
    .socail li a::after {
        right: -13px;
    }
    .banner-sli-conn .slick-dots {
        bottom: 21%;
        left: -170%;
    }
    .banner-sli .banner-sli-b li h2 {
        line-height: 75px;
        font-size: 65px;
    }
    .banner-sli-conn {
        width: 25%;
    }
    .product-box {
        padding: 15px 10px;
        margin: 15px 0;
    }
    img.cutome-he {
        height: 575px !important;
    }
    .school-show-sec .slick-dots {
        left: -4%;
    }
    .school-show-sec h2 {
        font-size: 120px;
    }
    .school-show-sec::after {
        bottom: -1px;
        height: 85%;
    }
    .school-show-sec h1 {
        margin-left: -42%;
        line-height: 155px;
        font-size: 110px;
    }
    .school-show-sec .container::after {
        top: 24%;
        transform: rotate(-18deg);
    }
    .school-show-sec .container::before {
        bottom: 34%;
        transform: rotate(-19deg);
    }
    .school-show-sec h4 {
        margin-left: 85px;
    }
    .client-box ul li img {
        margin-right: 15px;
        height: 80px;
        object-fit: contain;
    }
    .client-box ul li h4 {
        font-size: 20px;
        line-height: 15px;
    }
    section.news-letter p {
        font-size: 14px;
    }
    section.news-letter h4 {
        font-size: 35px;
        margin: 0;
        line-height: 40px;
    }
    footer .row:nth-child(1) .col-lg-3:not(:first-child) {
        padding-left: 20px;
    }
    footer .row:nth-child(1) .col-lg-3:not(:first-child):before {
        left: -10px;
    }
    footer p {
        color: #d2d2d2;
        font-size: 14px;
        line-height: 24px;
    }
    .con-det-main li a span {
        font-size: 13px;
    }
    .inner-banner-text h1 {
        font-size: 80px;
        margin: 0;
        font-family: 'Sacco Semibold';
        line-height: 0;
    }
    .price-tag div:first-child {
        font-size: 30px;
    }
    .price-tag div:first-child del {
        margin-right: 10px;
        font-size: 35px;
        color: grey;
    }
    .product-det-content ul.d-flex.justify-content-between.align-items-center {
        width: 90%;
    }
    section#next-sec {
        padding: 20px 0 !important;
    }
    .add-to-cart .table>thead>tr>th {
        border-bottom: 0;
        padding-left: 10px;
        padding-bottom: 25px;
        padding-top: 20px;
        font-size: 14px;
    }
    .or-amazon p {
        width: 75%;
    }
}

@media only screen and (max-width: 992px) {
    .inner-banner-text {
        padding-top: 100px;
}

.inner-banner-text h1 {
    line-height: 70px;
    font-size: 50px;
}

}
@media only screen and (max-width: 920px) {

    .banner-sli .banner-sli-b li h2 span {
        font-size: 13px !important;
        line-height: 20px !important;
        letter-spacing: 0px !important;
}
.banne-conn ul li h6 {
    font-size: 13px;
    padding: 10px 10px;
}



section.main_slider.homeslider::before {
    left: 6%;
    height: 78%;
}

.special-banner .special-img img {
    height: 500px;
}

.cont-pg-det a {
    font-size: 14px;
}

.cont-pg-det img {
    margin-bottom: 20px;
}

    .menuSec ul li a {
        padding: 10px 5px;
        font-size: 12px;
    }
    .main_slider::before {
        height: 78.5%;
        left: 7%;
    }
    .socail {
        height: 210px;
        width: 7%;
    }
    .banner-sli .banner-sli-b li:first-child {
        width: 50%;
        transform: translate(20px, 50px);
    }
    .banner-sli .banner-sli-b li h2 {
        line-height: 60px;
        font-size: 55px;
    }
    .banner-sli .banner-sli-b li h4 {
        font-size: 13px;
    }
    .banner-sli .banner-sli-b li .space {
        margin: 10px 0;
        display: block;
    }
    .search-box input {
        font-size: 12px;
    }
    .school-show-sec h2 {
        font-size: 120px;
        transform: rotate(0);
        margin: 0;
        padding: 0;
    }
    .school-banner img {
        transform: scale(1.0);
        z-index: 1;
        position: relative;
        margin-left: 0;
    }
    .school-show-sec h3 {
        transform: rotate(0);
        margin: 0;
        margin-top: 40px !important;
        margin-bottom: 0;
    }
    .school-show-sec h1 {
        margin-left: 0;
        line-height: 155px;
        font-size: 90px;
        transform: rotate(0deg);
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: center;
    }
    .school-show-sec h4 {
        margin-left: 0;
        color: #fff;
        transform: rotate(0deg);
    }
    .school-show-sec .slick-dots {
        left: -10%;
    }
    .school-show-sec .container::before {
        display: none;
    }
    .school-show-sec .container::after {
        display: none;
    }
    .school-banner-sli .slick-slide {
        margin-bottom: 0;
    }
    .school-banner-sli .slick-slide {
        margin: 0;
    }
    .shoe-slider .slick-next {
        right: 44%;
    }
    .shoe-slider .slick-prev {
        left: 44%;
    }
    .about-sec ul {
        align-items: center;
        margin-bottom: 20px;
    }
    .client-box ul li h4 {
        font-size: 17px;
        line-height: 15px;
    }
    .client-box ul li h5 {
        font-size: 16px;
        margin: 0;
        line-height: 30px;
    }
    section.news-letter h4 {
        font-size: 25px;
        margin: 0;
        line-height: 30px;
    }
    .news-letter form>input {
        width: 75%;
    }
    .news-letter form>button {
        width: 25%;
    }
    section.news-letter p {
        font-size: 14px;
        line-height: 22px;
    }
    footer .row:nth-child(1) .col-lg-3:not(:first-child) {
        padding-left: 50px;
    }
    footer .row:nth-child(1) .col-lg-3:not(:first-child):before {
        left: 15px;
    }
    .about-sec.inner .row::before {
        top: 20%;
    }
    .about-img-r {
        margin-bottom: 100px;
        padding-right: 0;
    }
    .row.mg-80.text-right {
        flex-direction: column-reverse;
    }
    .about-sec .text-right .about-img-l {
        padding-left: 7%;
        text-align: left;
        margin-bottom: 100px;
    }
    .about-img-r img {
        width: 100%;
        margin-left: 0;
        height: 400px;
        object-fit: cover;
    }
    .about-img-l img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
    .product-det-content h4 {
        margin-top: 20px;
    }
    .p-big-img img {
        margin-left: 20%;
    }
}

@media only screen and (max-width: 768px) {
    .main_slider::before {
        height: 74% !important; 
        left: 7% !important;
    }
    .banner-sli .banner-sli-b li img {
        transform: scale(0.9);
    }
    .banne-conn {
        height: 150px;
        margin-top: 50px;
    }
    .banner-sli-conn .slick-slide.slick-current.slick-active .banne-conn {
        height: 150px;
        margin-top: 50px;
    }
    .banner-sli .banner-sli-b li .btn-banner {
        line-height: 30px;
        font-size: 30px;
    }
    .school-show-sec .slick-dots {
        left: -5%;
        top: 83%;
    }
    .inner-banner-text h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .banner-sli .banner-sli-b li h2 span {
    font-size: 14px !important;
}

.inner-banner-text {
    padding-left: 100px;
    padding-top: 130px;
}
.school-show-sec h3 {
    margin-top: 40px !important;
}
.banner-sli .banner-sli-b li h2 {
    line-height: 42px;
    font-size: 35px;
}

.banne-conn ul li h6 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    padding: 0 10px;
}



}

@media only screen and (max-width: 767px) {
    img.img-fluid.home-banner {
        height: 900px;
    }
    .topSec .row .col-lg-4.col-md-4.col-3 {
        width: 20% !important;
    }
    .topSec .row .col-lg-5.col-xl-4.col-md-7.col-9 {
        width: 80% !important;
    }
    .topSec .row .col-lg-3.col-xl-4.col-md-1 {
        width: 0 !important;
        display: none;
    }
    .topSec h5 {
        border: 0;
        padding: 0;
        text-align: center;
        display: block;
    }
    .topSec ul li a {
        padding: 10px 15px;
    }
    header {
        background: #1d1d1d;
        position: relative;
        top: 0;
        width: 100%;
        z-index: 1;
    }
    .header-logo {
        position: absolute;
        top: -65px;
        left: 20px;
    }
    .menuSec img {
        margin: 0;
        width: 20%;
    }
    .slicknav_menu {
        background: #212121;
        padding: 25px;
    }
    .topSec {
        border-top: 2px solid #555555;
    }
    .slicknav_btn {
        background-color: #c09966;
    }
    .slicknav_menu .slicknav_icon-bar {
        background-color: #dfff;
    }
    .slicknav_nav {
        font-size: 20px;
        line-height: 40px;
        position: absolute;
        top: 89px;
        left: 0;
        padding: 10px 20px;
        background: #c09966eb;
        width: 100%;
        z-index: 999;
        border-top: 2px solid;
    }
    .school-show-sec::after {
        bottom: -1px;
        height: 100%;
    }
    .school-show-sec::before {
        height: 100%;
    }

    section.main_slider.homeslider::before {
        left: 7% !important;
        height: 74% !important;
    }

    .special-banner .special-img img {
        height: 420px !important;
        object-position: 0;
}



}

@media only screen and (max-width: 650px) {



    .search-box input {
        width: 89%;
        font-size: 14px;
    }
    .banner-sli .banner-sli-b {
        display: block;
    }
    .banner-sli .banner-sli-b li img {
    transform: scale(1.0);
    object-fit: contain;
}

.school-show-sec h1 {
    line-height: 85px;
    font-size: 50px;
}

.school-show-sec h2 {
    font-size: 60px;
    line-height: 120px;
}

.school-show-sec h4 {
    font-size: 30px;
}

.school-show-sec h3 {
    text-align: center;
    font-size: 40px;
}

.product-box ul li h4 {
    font-size: 18px;
}


    .banner-sli .banner-sli-b li:first-child {
        width: 100%;
        transform: translate(0, 0);
    }
    .banner-sli .banner-sli-b li.midel {
        width: 100%;
        text-align: center;
    }
    .banner-sli .banner-sli-b li:last-child {
        width: 100%;
        text-align: center;
    }
    .main_slider::before {
        display: none;
    }
    .header-logo {
        position: absolute;
        top: -65px;
        width: 30%;
        left: 20px;
    }
    .menuSec img {
        margin: 0;
        width: 100%;
    }
    .banner-sli-conn .slick-dots {
        display: none;
    }
    .banner-sli .banner-sli-b li h5 {
        font-size: 23px;
    }
    .banner-sli-conn {
        width: 50%;
    }
    .carousel-inner .slide-bullets {
        left: 5%;
        bottom: 30%;
    }
    .banner-sli-conn .slick-dots {
        width: 0;
    }
    .socail {
        height: 210px;
        width: 7%;
        left: 5%;
    }
    .socail li a {
        height: 40px;
        width: 40px;
        font-size: 19px;
    }
    .banner-sli {
        margin-top: -150px;
    }
    .themes-h2 {
        font-size: 60px;
        line-height: 60px;
    }
    .school-show-sec::before {
        height: 100%;
    }
    .school-show-sec::after {
        height: 100%;
    }
    .about-sec ul {
        display: block;
    }
    .about-sec ul li h5 {
        transform: rotate(0deg);
        writing-mode: inherit;
        width: 100%;
        font-size: 35px;
        letter-spacing: 10px;
        line-height: 40px;
        margin: 0;
        text-align: center;
    }
    .shoe-slider .slick-next {
        right: 40%;
    }
    .shoe-slider .slick-prev {
        left: 40%;
    }
    .themes-padd {
        padding: 25px 0;
    }
    section.news-letter .d-flex {
        margin-bottom: 20px;
    }
    footer {
        background: #272727;
        padding: 50px 0 0;
    }
    footer .row:nth-child(1) .col-lg-3:not(:first-child) {
        padding-left: 15px;
    }
    footer .row:nth-child(1) .col-lg-3:not(:first-child):before {
        display: none;
    }
    footer .socail {
        justify-content: center;
        margin-bottom: 10px;
    }
    .text-end {
        text-align: center !important;
        margin-top: 10px;
    }
    .school-show-sec .slick-dots {
        left: 0;
        top: inherit;
        display: flex;
        bottom: -10%;
    }
    .feature-sec .nav-tabs .nav-link {
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        width: 150px;
        padding: 0;
    }
    .inner-banner-text h1 {
        font-size: 60px;
        margin: 0;
        font-family: 'Sacco Semibold';
        line-height: 0;
        text-align: center;
    }
    .p-big-img {
        width: 100%;
        height: 100%;
        margin-bottom: 20px;
        border-radius: 15px;
        overflow: hidden;
        display: grid;
        place-items: center;
        padding-top: 30px;
    }
    .price-tag div:first-child del {
        margin-right: 5px;
        font-size: 25px;
        color: grey;
    }
    .price-tag div:first-child {
        font-size: 20px;
    }
    section.add-to-cart.ptb-100 {
        padding: 20px 0;
    }
    .add-to-cart .table-responsive {
        width: 100%;
        overflow-y: scroll;
    }
    .add-to-cart .table-responsive table {
        width: 1100px;
        max-width: 1100px;
    }
    .copun {
        display: block;
        align-items: center;
        margin: 10px 0;
    }
    .copun a {
        width: 50%;
        margin-top: 10px;
    }
    .proceed a {
        margin-bottom: 10px;
    }
    .or-amazon p {
        width: 75%;
        font-size: 15px;
    }
    section.checkout_page.ptb-100 {
        padding: 20px 0;
    }
    section.ls-fold1.ptb-100 {
        padding: 20px 0;
    }
    form.login-form {
        margin-bottom: 20px;
    }
    .reg-frombtm span {
        display: block;
        text-align: left;
    }
    .reg-frombtm span a {
        margin: 0 !important;
        display: block;
    }
    section.contact-pg.ptb-100 {
        padding: 40px 0;
    }

.topSec ul {
    display: flex;
}

.topSec ul li a {
    padding: 10px 5px;
    font-size: 12px;
}

.carousel-item img {
    height: 230px !important;
    object-fit: cover;
}

img.img-fluid.home-banner {
    height: 720px !important;
}

.topSec ul li a span {
    right: 0px;
    top: 4px;
}

.topSec ul li {
    width: 50%;
    text-align: center;
}

.topSec ul li a {
    border: 0;
}

.banne-conn ul li h6 {
    font-size: 9px;
    line-height: 15px;
    padding: 10px 7px;
}

.themes-btn {
    font-size: 20px;
    line-height: 30px;
}

.themes-h2 {
    font-size: 36px;
    line-height: 50px;
}

.special-banner .special-img img {
    height: 300px !important;
}

.themes-h3 {
    font-size: 30px;
    line-height: 50px;
}

section.feature-sec h2.themes-h2 {
    margin: 0;
}

.client-box {
    padding: 30px 10px;
}

section.news-letter h4 {
    font-size: 22px;
    line-height: 30px;
}

.socail {
    height: 143px;
    width: 6%;
    left: 5%;
}

.socail li a {
    height: 30px;
    width: 30px;
    font-size: 14px;
}

.about-sec.inner .row::before {

    background: none !important;
}

.inner-banner-text {
    padding-left: 40px;
}
.inner-banner-text p {
    font-size: 11px;
    line-height: 18px;
}

.carousel-item img {
    height: 240px;
    object-fit: cover;
}

.inner-banner-text h1 {
    line-height: 70px;
}

.term-pgs-txt h5 {
    line-height: 38px;
}

.product-det-content ul.d-flex.justify-content-between.align-items-center {
    width: 100%;
}

.skin-2 .num-in {
    box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
    height: 40px;
    width: 120px;
}

.copun button {
    width: 65%;
}

.banne-conn ul li img {
    height: 60px !important;
    object-fit: contain;
}

.special-banner .special-img img {
    height: 220px !important;
    object-position: center;
}



}

@media only screen and (max-width: 400px) {
        .block-content .table {
    width: 600px !important;
}

.block-content {
    overflow-x: scroll !important;
}

}

@media only screen and (max-width: 350px) {
        .block-content .table {
    width: 600px !important;
}

.block-content {
    overflow-x: scroll !important;
}

}


/*media query*/


/*MACK CSS*/

p.error-message {
    color: #ff0000;
    font-weight: 600;
    text-align: left;
}

/*MACK CSS*/