header {
    top: 0;
    background:#fff;
}

.blank-div {
    height: 71px;
}

.top-menu-bar {
    top: 14px;
}


/* listing page starts */

.listing-page {
    padding: 80px 0;
    background: #f1f1f1;
}

.list-wrapper figure {
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.list-wrapper figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: 300ms ease all;
    opacity: 0;
}

.list-wrapper figure a {
    background: #ca8c41;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 10px 35px;
    position: relative;
    transition: 500ms ease all;
    outline: 1px solid transparent;
    opacity: 0;
}

.list-wrapper figure a:hover {
    background: #668d18;
    outline-offset: -5px;
    outline-color: #fff;
}

.list-wrapper:hover a,
.list-wrapper figure:hover::before {
    opacity: 1;
}

.figure-content-wrapp {
    background: #fff;
    padding: 10px;
}

.figure-content-wrapp h3 {
    font-size: 14px;
    font-weight: 800;
    display: block;
    margin-bottom: 10px;
}

.price-tag-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.price-tag-wrap span {
    color: #ca8c41;
    font-weight: 600;
    font-size: 18px;
}

.price-tag-wrap span p {
    display: inline-block;
}

.price-tag-wrap p {
    font-weight: 600;
}

.cart-btn {
    background: #ca8c41;
    display: block;
    width: 100%;
    padding: 7px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    transition: 500ms ease all;
    font-weight: 600;
}

.cart-btn:hover {
    background: #668d18;
}

.list-wrapper {
    border: 1px solid #fff;
    transition: 500ms ease all;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.list-wrapper:hover {
    margin-top: -5px;
}


/* product listing page ends */


/* prduct detail page starts */

.product-detail-page {
    padding: 80px 0;
    background: #f1f1f1;
}

.product-detail-wrapper {
    background: #fff;
    padding: 40px;
}

.product-info-wrapper {
    padding-left: 50px;
}

.item-title-wrapp {
    border-bottom: 1px solid #f1f1f1;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.item-title-wrapp h3 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 30px;
}

.item-title-wrapp p {
    font-size: 14px;
}

.item-title-wrapp p a {
    color: #ca8c41;
}

.single-page-discription {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.price-wrapp {
    font-size: 16px;
}

.single-page-discription h3 {
    font-size: 36px;
    color: #ca8c41;
}

.real-price {
    text-decoration: line-through;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
    margin-right: 12px;
    font-weight: 800;
}

.discount-price {
    font-weight: 600;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.discription-highlight {
    margin-bottom: 30px;
}

.discription-highlight h4 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.discription-highlight ul li {
    font-size: 14px;
    display: block;
    position: relative;
    padding-left: 20px;
}

.discription-highlight ul li::before {
    content: "";
    position: absolute;
    left: 0;
    height: 7px;
    top: 6px;
    width: 7px;
    border-radius: 50%;
    background: #424242;
}

.single-page-button-wrapper a {
    background: #ca8c41;
    padding: 7px 25px;
    font-weight: 600;
    border-radius: 40px;
    transition: 500ms ease all;
}

.single-page-button-wrapper a:nth-child(2) {
    background: #668d18;
}

.single-page-button-wrapper a:hover {
    background: #000;
}


/* products detail page ends */


/* cart page starts */

.cart__inner__seciton {
    padding: 80px 0;
    background: #f1f1f1;
}

.Wrapper1 {
    height: 100%;
}

.added__cart {
    overflow-x: auto;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.added__cart-table tr:not(:last-child) {
    border-bottom: 1px dotted #d2d2d2;
}

.added__cart-table th {
    text-transform: uppercase;
    font-size: 14px;
    border-top: none;
}

.added__cart-table .list__cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.added__cart-table .list__cart__image {
    width: 100px;
}

.added__cart-table .list__cart__image-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.added__cart-table .list__cart-title {
    font-size: 13px;
    margin-left: 10px;
}

.added__cart-table td {
    vertical-align: middle;
}

.added__cart-table th {
    text-transform: uppercase;
    font-size: 14px;
    border-top: none;
}

.side__cart {
    background: #f9f9f9;
    border-radius: 6px;
    padding: 28px;
}

.side__cart-title {
    font-size: 22px;
    color: #2d2d2d;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 6px;
    border-bottom: 1px solid #ccc8c8;
    padding: 12px 0;
}

.side__cart-body {
    border-bottom: 1px solid #ccc8c8;
    padding: 12px 0;
}

.side__cart__list-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 3px 0;
}

.side__cart__list-li__item {
    font-size: 14px;
    text-transform: capitalize;
    color: #43454b;
}

.side__cart-reduce {
    padding: 12px 0;
}

.__large {
    font-size: 18px !important;
}

.__price {
    font-weight: 600;
    font-size: 14px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}

.cart__button__item-btn {
    color: #fff;
    padding: 12px 30px;
    border-radius: 6px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    display: block;
    margin: 10px auto;
}

.primary__button-cart {
    background: #0063d1;
}

.cart__button__item-btn:hover {
    color: #fff;
    background: #668d18;
}


/* cart page ends */


/* checkout page starts */

.checkout__section {
    padding: 80px 0;
    background: #f1f1f1;
}

.subtotal-title {
    font-size: 18px !important;
}

label.form-check-label {
    font-size: 14px;
}

.side__cart-brb {
    border-bottom: 1px solid #ccc8c8;
}

.total-title {
    font-size: 22px !important;
}


/* checkout page ends */


/* blog listing page starts */

.blog-listing {
    padding: 80px 0;
    background: #f1f1f1;
}

.blog-wrapper {
    margin-bottom: 30px;
    transform: scale(1);
    transition: 500ms ease all;
}

.blog-wrapper:hover {
    transform: scale(1.05);
}

.blog-wrapper a figure {
    height: 350px;
    border: 1px solid #fff;
}

.blog-title-wrapper {
    display: block;
    margin-bottom: 40px;
    text-align: center;
}

.blog-title-wrapper h2 {
    font-size: 35px;
    font-weight: 600;
}

.blog-content {
    background: #fff;
    margin: 0 10px;
    padding: 15px;
    display: inline-block;
    margin-top: -15px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.blog-content a h3 {
    font-size: 20px;
    font-weight: 600;
    max-height: 27px;
    margin-bottom: 10px;
    overflow: hidden;
}

.blog-content span {
    font-size: 14px;
    font-weight: 600;
    color: #424242;
    margin-bottom: 5px;
    display: block;
}

.blog-content p {
    max-height: 73px;
    overflow: hidden;
    margin-bottom: 10px;
}

.read-btn {
    display: inline-block;
    border: 1px solid #f1f1f1;
    padding: 7px 35px;
    font-weight: 300;
    color: #43454b;
    transition: 500ms ease all;
}

.read-btn:hover {
    background: #000;
}


/* blog listing page ends */


/* blog detail page starts */

.blog-detai-side figure {
    height: 450px;
    margin-bottom: 30px;
}

.blog-detail-page {
    padding: 80px 0;
}

.blog-detai-side {
    margin-bottom: 30px;
}

.blog-detail-content h2 {
    font-size: 35px;
    margin-bottom: 15px;
}

.related-blog-wrapp h2 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 40px;
    text-transform: uppercase;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 30px;
    display: block;
    width: 100%;
}

.blog-detail-image .blog-wrapper a figure {
    height: 250px;
}

.catalog-wrapp h2 {
    background: #668d18;
    color: #fff;
    font-weight: 300;
    font-size: 25px;
    padding: 10px;
    margin-bottom: 30px;
}

.catalog-wrapp ul li {
    display: block;
    width: 100%;
}

.catalog-wrapp ul li a {
    color: #43454b;
    font-weight: 300;
    font-size: 20px;
    border: 1px solid #f1f1f1;
    padding: 10px;
    display: block;
    margin: 2px 0;
    transition: 500ms ease all;
}

.catalog-wrapp ul li a:hover {
    background: #668d18;
    color: #fff;
}


/* blog detail page ends */


/* about page starts */

.section-padding {
    position: relative;
    padding: 30px 0;
}

.breadcrumbs {
    background-position: center;
}

.breadcrumbs {
    background-image: url(../images/slider-bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 132px 0 100px;
    text-align: center;
}

.overlay {
    position: relative;
}

.overlay::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: #000;
    content: "";
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog_detail .list li,
.breadcrumbs .list li {
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}

.blog_detail .list list::before,
.breadcrumbs .list li::before {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    font-size: 16px;
    color: #fff;
    right: -3px;
}

.blog_detail .list li a,
.breadcrumbs .list li a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.breadcrumbs h2 {
    font-size: 50px;
    color: #fff;
    text-transform: capitalize;
}

.inner-section-area-1.section-1 {
    position: relative;
    padding: 30px 0;
}

img {
    vertical-align: middle;
    height: auto;
    max-width: 100%;
}

.inner-page-body h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.inner-page-body h3 span {
    color: #ca8c41;
}

.team-content {
    text-align: center;
    background: #ca8c41;
    padding: 10px 0;
    position: relative;
    box-shadow: 0px 0px 3px #ca8c41;
}

.team-content h3 {
    text-transform: capitalize;
    color: #fff;
}

.team-content h5 {
    text-transform: uppercase;
    color: #fff;
}


/* about page ends */


/* contact page starts */

.contact-top-image {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
}

.contact-top-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.contact-title {
    position: relative;
    z-index: 2;
    text-align: center;
}

.contact-title h2 {
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
}

.map-wrap {
    border: 2px solid #fff;
}

.map-wrap iframe {
    width: 100%;
    height: 450px;
}

.contact-address h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
}

.contact-address ul li {
    display: block;
    font-size: 16px;
    margin: 5px 0;
}

.contact-address ul li i {
    color: #ca8c41;
    margin-right: 10px;
    font-size: 20px;
}

.contact-address ul li a {
    color: #ca8c41;
}

.contact-form {
    margin-top: 30px;
}

.contact-form input,
.contact-form textarea {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    outline: none;
    background: #f9f9f9;
    border: none;
}

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

.contact-form button {
    display: block;
    width: 100%;
    padding: 10px;
    max-width: 300px;
    text-align: center;
    background: #668d18;
    color: #fff;
    border: none;
    outline: none;
    margin: 0 auto;
    transition: 500ms ease all;
}

.contact-form button:hover {
    background: #ca8c41;
}

section.contact-page {
    background: #f1f1f1;
    padding-bottom: 40px;
}


/* contact page ends */


/* buy form page starts */

.buy-form {
    padding: 80px 0;
    background: #f1f1f1;
}

.whole-form-wrapper {
    width: 600px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.buy-image {
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
}

.buy-image img {
    height: 100%;
    margin: 0 auto;
    border: 1px solid #f1f1f1;
}

.product-name {
    padding: 15px;
}

.product-name h4 {
    font-size: 18px;
    font-weight: 600;
    display: block;
    width: 100%;
    border: 1px solid #f1f1f1;
    padding: 10px;
}

.buy-form-details input,
.buy-form-details textarea {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #f1f1f1;
    outline: none;
    margin: 10px 0;
    font-size: 14px;
    font-weight: 600;
}

.buy-form-details textarea {
    height: 150px;
}

.buy-form-details button {
    outline: 1px solid transparent;
    border: none;
    padding: 10px 45px;
    color: #fff;
    background: #668d18;
    transition: 500ms ease all;
}

.buy-form-details button:hover {
    background: #ca8c41;
    outline-offset: -5px;
    outline-color: #fff;
}