:root {
    --main-color-two: #902d41;
    --main-color: #253237;
}

a {
    color: #000
}

a:hover {
    text-decoration: none;
    color: inherit
}

button {
    border: none;
    outline: 0
}

button:focus {
    outline: 0
}

* {
    margin: 0;
    padding: 0;
    line-height: normal;
    font-family: "DM Sans", sans-serif
}

li {
    list-style: none;
    margin: 0;
    padding: 0
}

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

input:focus {
    outline: 0
}
img{height:auto;}
.top-header {
    background: var(--main-color-two);
    padding: 10px 0
}

.top-contact {
    display: flex
}

.top-contact li {
    color: #ffff;
    display: flex;
    align-items: center;
    margin-right: 0px
}

.top-contact li::after{content: '|';display: inline-block;color: #ddd;margin: 0 15px;}
.top-contact li:nth-last-child(1)::after{content: '';}
.top-contact li svg {
    height: 15px;
    width: 15px;
    margin-right: 0px
}

.top-contact li a {
    color: #ffff;
    display: inline-block;
    margin-left: 10px
}

.main-header {
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    justify-content: space-between
}

.stellarnav>ul>li>a {
    padding: 40px 10px;
    font-weight: 500
}

.header-cart ul {
    display: flex
}

.header-cart ul li a svg,
.header-cart ul li button svg {
    height: 20px;
    width: 20px;
    border: 1px solid var(--main-color);
    padding: 10px;
    border-radius: 0;
    transition: .1s
}

.header-cart ul li a,
.header-cart ul li button {
    display: inline-block;
    margin-left: 20px;
    color: var(--main-color);
    background: transparent
}

.header-cart ul li a:hover svg,
.header-cart ul li button:hover svg {
    background: var(--main-color-two);
    border: 1px solid var(--main-color-two)
}

.header-cart ul li a:hover,
.header-cart ul li button:hover {
    color: #fff
}

.header-cart ul li {
    position: relative
}

.header-cart ul li span {
    position: absolute;
    top: -7px;
    background: var(--main-color-two);
    color: #fff;
    left: auto;
    right: 3px;
    padding: 1px 4px;
    font-size: 10px;
    border-radius: 100%
}

.stellarnav ul ul {
    background: var(--main-color-two)
}

.stellarnav ul ul li a {
    color: #fff
}

.stellarnav ul ul li a:hover {
    background: var(--main-color)
}

.logo {
    position: relative;
    z-index: 1;
    padding: 20px 80px 20px 15px;
    max-width: 290px
}

.footer-about a {
    max-width: 250px;
    display: block
}

img {
    width: 100%
}


.header-cart {
    padding-right: 15px
}

.search-form {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    padding: 60px 0;
    z-index: 99999;
    width: 100%;
    display: flex;height: 100%;
    justify-content: center;
    align-items: center;
    transform: translateY(-102%);
    transition: .5s
}

form.search-form.active {
    transform: translateY(0)
}

.search-form .form-group {
    margin: 0;
    border: 1px solid #fff
}

.search-form .form-group input {
    background: transparent;
    color: #fff;
    padding: 10px;
    border: none;
    min-width: 300px
}

.search-form .form-group input::placeholder {
    color: #fff
}

.search-form .form-group button {
    padding: 10px 20px;
    background: #ffff
}

.close-btn {
    position: absolute;
    top: 50%;
    right: 20px;
    color: #fff;
    background: transparent;
    font-size: 50px;
    transform: translateY(-50%);
    transition: .5s
}

.close-btn:hover {
    transform: translateY(-50%) rotate(90deg)
}

.home-slider .owl-nav {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 100%
}

.home-slider .owl-nav .owl-prev,
.home-slider .owl-nav .owl-next {
    position: absolute;
    height: 70px;
    width: 70px;
    border: 0 solid rgba(0, 0, 0, .8) !important;
    border-radius: 10px;
    font-size: 25px !important;
    color: #fff !important;
    background: rgba(0, 0, 0, .8) !important
}

.home-slider .owl-nav .owl-next {
    right: 20px
}

.home-slider .owl-nav .owl-prev {
    left: 20px
}

.banner-text {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
    left: 50%;text-align: center;
}

.banner-text h2 {
    font-size: calc(20px + 1.5vw);
    font-weight: 700;
    color: #fff;
    text-shadow: 3px 2px 2px rgba(0, 0, 0, .4)
}

.banner-text p {
    font-size: 25px;
    color: #fff;
    margin: 20px 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.main-btn {
    font-size: 20px;
    display: inline-block;
    background: var(--main-color-two);
    color: #fff;
    padding: 10px 25px;
    border-radius: 0;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
    transition: .3s
}

.main-btn:hover {
    background: var(--main-color);
    color: #fff
}

.about-section {
    padding: 60px 0;
    background-size: 50%;
    background-position: top right;
    background-repeat: no-repeat
}

.about-img img {
    width: 100%
}

.headind-span {
    font-weight: 600;
    color: #000;
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.headind-span::after{content: '';position: absolute;top: 33px;left: 15px;transform: translateX(0%);height: 3px;width: 60px;background: var(--main-color);}
.after-left.headind-span::after{left: 50%;transform: translateX(-50%);}
.main-heading {
    font-size: 35px;
    font-weight: 700;
    color: var(--main-color-two);
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
}

.about-section p {
    line-height: 30px;
    font-size: 18px
}

.strip-icon {
    width: 55px;
    padding: 11px;
    background: var(--main-color);
    height: 55px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle
}

.strip-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: calc(100% - 85px)
}

.strip-text p {
    margin-bottom: 0;
    font-size: 14px;
    color: var(--main-color-two)
}

.strip-text h5 {
    font-size: 17px;
    color: var(--main-color-two);
    font-weight: 700;
}

.strip-icon img {
    width: 100%;
    filter: brightness(10);
}

.strip-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    margin: 30px 0;
}

.strip-box {
    padding: 20px;
    border-right: 0;
    background: #fff;
}



.cat-img img {
    height: 100%;
    border-radius: 10px;
    object-fit: cover
}

.cat-img {
    /* border: 2px dashed #fff; */
    height: 200px;
    width: 100%;
    display: block;
    border-radius: 10px;
    padding: 0px;
    overflow: hidden;
    position: relative
}

.cat-img::after {
    content: 'view product';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    display: grid;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-transform: capitalize;
    transform: scale(0);
    transition: .3s;
    border-radius: 20px
}

.cat-box {
    text-align: center;border: 1px solid #817f7f;border-radius: 10px;padding: 15px;
}

.cat-box:hover .cat-img::after {
    transform: scale(1)
}

.cat-title {
    font-size: 18px;margin-top: 10px;
    font-weight: 500;
    color: #222;display: block;
}

.cat-box p {
    font-size: 16px;
    font-weight: 500;
    color: #bfc4c5;
}

.overlay-section {
    background-image: url(../images/bg.jpg);
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 50px 0;
    margin-top: 0
}

.overlay-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: -1
}

.category-slider .owl-nav {
    text-align: right;
    position: absolute;
    right: 0;
    top: -70px;
}

.category-slider .owl-nav .owl-prev,
.category-slider .owl-nav .owl-next {
    color: #fff !important;
    border: 1px solid #fff !important;
    padding: 10px 20px !important;
    margin: 5px;
    background: var(--main-color-two) !important;
}

#counter-section-container {
   
    padding: 60px 30px;
    border-radius: 0;
}

#counter-box-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: center
}

.counter-box {
    text-align: center;
    border-right: 1px solid #ddd
}

.counter-box:nth-last-child(1) {
    border-right: 0
}

.counter-box p {
    color: #444
}

span.counter {
    font-size: 50px;
    font-weight: 700;
    color: var(--main-color-two)
}

.c-text {
    color: #000;
    font-size: 50px;
    font-weight: 700;
    display: inline-block;
    margin-left: 10px
}

.product-section {
    margin: 60px 0
}

.product-grid {
    border: 1px solid #F2F2F2;
    border-radius: 0px;
    overflow: hidden;
    transition: all .4s ease-in-out;
    margin-bottom: 30px;
}

.product-grid:hover {
    border-color: var(--main-color-two)
}

.product-grid .product-image {
    position: relative
}

.product-grid .product-image a.image {
    display: block
}

.product-grid .product-image img {
    width: 100%;
    height: auto
}

.product-grid .product-links {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 12px;
    right: 10px;
    z-index: 1
}

.product-grid .product-links li {
    margin: 0 0 8px;
    transform: translate(140%, 0);
    transition: all .3s
}

.product-grid .product-links li:nth-child(1) {
    transition-duration: .2s
}

.product-grid .product-links li:nth-child(2) {
    transition-duration: .4s
}

.product-grid .product-links li:nth-child(3) {
    transition-duration: .6s
}

.product-grid:hover .product-links li {
    transform: translate(0, 0)
}

.product-grid .product-links li a,
.product-grid .product-links li button {
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 42px;
    width: 42px;
    height: 42px;
    border-radius: 0;
    display: block;
    transition: all .3s ease-in-out;
    background: var(--main-color-two);
}

.product-grid .product-links li a:hover {
    color: #fff;
    background: var(--main-color-two)
}

.product-grid .product-content {
    padding: 15px;
    text-align: center;
    background: #fff;
}

.product-grid .product-category {
    color: var(--main-color-two);
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 8px;
    display: block
}

.product-grid .product-category a {
    color: var(--main-color-two);
    transition: all .3s ease 0
}

.product-grid .product-category a:hover {
    text-decoration: underline
}

.product-grid .title {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 5px;
    color: #000;
}

.product-grid .title a {
    color: #3D3D3D;
    transition: all .3s ease 0
}

.product-grid .title a:hover {
    color: var(--main-color-two)
}

.product-grid .price {
    color: var(--main-color);
    font-size: 20px;
    font-weight: 700;
    width: calc(100% - 45px);
    display: inline-block
}

.product-grid .add-to-cart {
    color: #fff;
    background: var(--main-color-two);
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    width: 100%;
    height: 40px;
    border-radius: 0px;
    display: block;
    transition: all .3s ease-in-out;
    max-width: 200px;
    margin: 10px auto;
}

.product-grid .add-to-cart:hover {
    border-radius: 0px
}
.product-grid .add-to-cart svg{margin-right: 10px;}
.product-grid:hover .add-to-cart {
    color: #fff;
    background: var(--main-color-two)
}

.why-icon {
    width: 50px;
    padding: 0;
    margin: 0 10px 0px 0;
}

.why-icon img {
    width: 100%;
    filter: invert(1);
}

.why-box {
    text-align: left;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    border: 1px solid #eee;
    padding: 20px;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 50px auto;
    grid-gap: 10px;
}

.why-text p{
    color: #666
}

.testimonial-section {
    margin: 60px 0
}
.chk-table tr th{border: none;}
.chk-table tr td{border-top: none;border-bottom: 1px solid #ddd;}
.testimonial-box {
    background: #fff;
    padding: 20px;
    border-radius: 0;
    margin-top: 30px;
    position: relative;border: 1px solid #ddd;
}

.testimonial-box::after {
    content: '';
    background-image: url(../images/right.png);
    background-size: 100%;
    position: absolute;
    height: 60px;
    width: 60px;
    bottom: 20px;
    right: 20px;
    opacity: .8
}

.textimonial-img img {
    width: 60px !important;
    height: 60px;
    display: inline-block !important;
    border-radius: 100%;
    vertical-align: middle
}

.textimonial-img .testimonial-heading {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px
}

.textimonial-img .testimonial-heading p {
    margin-bottom: 0
}

.textimonial-img .testimonial-heading h5 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--main-color-two)
}

.testimonial-text p {
    line-height: 30px
}

.owl-dots {
    text-align: center
}

button.owl-dot span {
    height: 10px;
    width: 10px;
    background: var(--main-color-two);
    border-radius: 100%;
    display: inline-block;
    margin: 20px 3px
}

button.owl-dot.active span {
    background: var(--main-color)
}

footer {
    padding: 40px 0 20px;background: #000;
}

footer.overlay-section::after {
    background: rgba(0, 0, 0, .9)
}

.footer-about p {
    color: #b3b0b0;
    margin-top: 10px
}

.footer-about a {
    color: #fff
}

.footer-links h4 {
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.footer-links a {
    color: #b3b0b0;
    margin-top: 10px;
    display: block
}

.footer-contact li {
    color: var(--main-color-two);
    margin-bottom: 20px;
    display: flex;
    align-items: center
}

.footer-contact li svg {
    height: 40px;
    width: 40px;
    padding: 10px;
    vertical-align: middle
}

.footer-contact a {
    display: inline-block;
    color: #b3b0b0;
    margin-top: 0;
    vertical-align: middle;
    margin-left: 10px
}

.footer-links a:hover {
    color: var(--main-color-two)
}
.footer-links li{display: flex;align-items: baseline;}
.footer-links li svg{color: #ddd;font-size: 10px;margin-right: 10px;}
.bottom-footer {
    background: var(--main-color-two);
    text-align: center;
    color: #fff;
    padding: 10px
}

.bottom-footer p {
    margin-bottom: 0;color: #ddd;
}

.bottom-footer a {
    font-weight: 700;
    color: #fff;display: inline-block;
}

section.breadcrumb {
    background-image: url(../images/breadcumb.jpg);
    background-size: cover;
    min-height: 200px;
    background-position: center;
    text-align: center;
    align-items: center
}

section.breadcrumb h1 {
    font-weight: 700;
    color: #fff;
    font-size: 50px
}

section.breadcrumb ul li {
    display: inline-block
}

section.breadcrumb ul li a {
    font-weight: 700;
    vertical-align: middle;
    color: #fff;
}

section.breadcrumb ul li:nth-child(1) a::before {
    content: '';
    background-image: url(../images/home.png);
    background-size: 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -4px
}

section.breadcrumb ul li a::after {
    content: '/';
    display: inline-block;
    margin: 0 5px
}

section.breadcrumb ul li:nth-last-child(1) a::after {
    content: ''
}

section.breadcrumb ul li:nth-last-child(1) a {
    font-weight: 500
}

.main-section {
    padding: 40px 0
}

.category-page .cat-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-top: 30px
}

.detail-text h6 {
    font-size: 20px
}

.detail-ul select {
    padding: 5px 10px;
    margin-left: 20px;
    border-radius: 0;
}

.detail-ul li {
    margin-bottom: 20px
}

.detail-ul li strong span {
    min-width: max-content;
    width: 100px;
    display: inline-block
}

.select-box {
    padding: 6px 20px;
    border: 1px solid #ccc;
    border-radius: 0;
}

.quantity {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

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

.quantity input {
    width: 60px;
    height: 40px;
    line-height: 1.65;
    display: block;
    padding: 0;
    margin: 0;
    border: 1px solid var(--main-color);
    text-align: center;
    margin: 0 5px;
    border-radius: 0;
}

.quantity input:focus {
    outline: 0
}

.quantity-nav {
    display: flex;
    flex-wrap: wrap
}

.quantity-button {
    position: relative;
    cursor: pointer;
    text-align: center;
    color: #000;
    font-size: 13px;
    line-height: 1.7;
    display: block;
    user-select: none
}

.total-p.bold {
    margin-bottom: 10px;
    font-size: 20px
}

.quantity-button.quantity-up,
.quantity-button.quantity-down {
    height: 40px;
    width: 40px;
    line-height: 31px;
    font-size: 40px;
    background: var(--main-color);
    color: #fff;
    font-weight: 100;
    border-radius: 0;
}

.detail-btns {
    margin-left: 0;
    margin-top: 30px
}

.detail-btns a svg,
.detail-btns a i {
    margin-right: 5px
}

.tab {
    cursor: pointer;
    padding: 10px 20px;
    margin: 0;
    background: var(--main-color);
    display: inline-block;
    color: #fff;
    border-radius: 0;
    margin-right: -4px;
}

.panels {
    background: transparent;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    padding: 20px
}

.panel {
    display: none;
    animation: fadein .8s
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.panel-title {
    font-size: 1.5em;
    font-weight: 700
}

.radio {
    display: none
}

#one:checked~.panels #one-panel,
#two:checked~.panels #two-panel,
#three:checked~.panels #three-panel {
    display: block
}

#one:checked~.tabs #one-tab,
#two:checked~.tabs #two-tab,
#three:checked~.tabs #three-tab {
    background: var(--main-color-two);
    color: #fff;
    border-top: 3px solid #000
}

.panels p {
    font-weight: 300
}

h4.review-heading {
    font-weight: 800
}

.review-list li {
    border-top: 1px solid #ddd;
    margin: 10px 0 0;
    padding: 10px 0 0
}

.review-list li p {
    margin-bottom: 5px;
    display: block
}

.review-list li .r-date,
.r-star {
    display: inline-block
}

.r-date {
    float: right
}

.r-star {
    display: inline-block !important
}

p.r-name {
    font-weight: 700
}

.review-form .form-control {
    margin-bottom: 20px
}

.review-heading {
    margin-top: 30px
}

.cart-table img {
    width: 100px;
    margin-right: 20px
}

.coupon-form {
    border: 1px solid #eee;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0;
}

.coupon-form input {
    height: 40px;
    width: calc(100% - 200px);
    padding: 10px;
    border: 1px solid transparent
}

.coupon-form button {
    cursor: pointer;
    color: #fff;
    padding: 10px 15px;
    width: 200px;
    line-height: 18px;
    height: 40px
}

.coupon-form button svg,
.coupon-form button i {
    margin-right: 7px
}

.coupon-form button:hover {
    opacity: .8
}

.wishlist-table tr td {
    vertical-align: middle
}

.wishlist-table td button svg,
.wishlist-table td button i {
    margin-right: 10px
}

.wishlist-table td button {
    background: none;
    border: none;
    cursor: pointer
}

.chk-form .form-control {
    margin-bottom: 20px
}

button {
    outline: 0
}

button:focus {
    outline: 0
}

.show-password label {
    width: calc(100% - 25px);
    color: #747474
}

.menu-bar .close {
    display: none
}

.mobile-menu {
    display: none
}

.show-password input[type="checkbox"] {
    margin-right: 10px;
    width: 15px;
    float: left;
    margin-top: 5px
}

.chk-heading {
    text-transform: uppercase;
    background: var(--main-color);
    color: #fff;
    padding: 10px;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 20px
}

.table td,
.table th {
    vertical-align: middle
}

.show-pass {
    display: none
}

.diff-add {
    display: none
}

.chk-show:checked~.diff-add {
    display: block
}

.chk-show:checked~.show-pass {
    display: block
}

.payment-option {
    margin-top: 20px
}

.payment-option li p span {
    padding: 20px;
    background: #fff;
    display: none
}

.payment-option li [type="radio"]:checked~span {
    display: block
}

.order-detail-box {
    padding: 15px
}

.order-detail-table {
    padding: 10px;
    box-sizing: border-box
}

.payment-option [type="radio"]:checked,
.payment-option [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px
}

.payment-option [type="radio"]:checked+label,
.payment-option [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-weight: 600
}

.payment-option [type="radio"]:checked+label:before,
.payment-option [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff
}

.payment-option [type="radio"]:checked+label:after,
.payment-option [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 11px;
    height: 11px;
    background: #F87DA9;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.payment-option [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.payment-option [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.star-rating {
    display: flex;
    flex-direction: row-reverse;
    font-size: 1.5em;
    justify-content: space-around;
    padding: 0 .2em;
    text-align: center;
    width: 5em
}

.star-rating input {
    display: none
}

.star-rating label {
    color: #ccc;
    cursor: pointer
}

.star-rating :checked~label {
    color: #f90
}

.star-rating label:hover,
.star-rating label:hover~label {
    color: #fc0
}

.bold {
    font-weight: 700
}

button.faq-btn {
    font-size: 18px;
    width: 100%;
    text-align: left;
    padding: 10px;
    cursor: pointer;
    display: block;
    background: #ddd;
    border-bottom: 1px solid #ccc;
    position: relative;
    background: transparent;
    border: none
}

.faq-btn:after {
    content: "-";
    position: absolute;
    right: 10px;
    font-size: 30px;
    font-weight: 700;
    top: 4px
}

button.faq-btn.collapsed:after {
    content: "+";
    position: absolute;
    right: 10px;
    font-size: 30px;
    font-weight: 700;
    top: 4px
}

.faq-sec {
    padding: 30px 0
}

.faq-sec .card-body {
    background: #eee
}

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

.product-detail-info h4 {
    font-weight: 800
}

.home-contact label {
    padding: 10px 15px;
    background: var(--main-color);
    color: #fff;
    width: 40px;
    border-radius: 0;
    border: px solid var(--main-color);
    display: none;
}

.home-contact label i {
    font-weight: 100
}

.forgot-p {
    display: block;
    color: #8a2be2;
    margin-bottom: 20px
}

.form-control {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 10px 15px;
    width: 100%;
    border-radius: 0;
    height: 41px;
}

.text-aria textarea {
    display: block;
    border: 1px solid #ddd;
    padding: 9px 15px;
    width: 100%;
    height: 100px;
    border-radius: 0;
}

.blog-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden
}

.blog-img img {
    width: 100%;
    transition: .3s
}

.blog-detail {
    padding: 10px
}

.blog-detail ul {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--main-color);
    padding-bottom: 10px
}

.blog-text {
    padding: 20px;
    padding-top: 20px
}

.blog-text h4 {
    color: var(--main-color)
}

.blog-img {
    overflow: hidden
}

.blog-card:hover img {
    transform: scale(1.1)
}

.post-img img {
    width: 100%;
    border-radius: 10px;
}

.post-heading {
    color: var(--main-color);
    padding: 20px 0;
    font-size: 35px
}

.comment-box {
    padding: 20px;
    border: 1px solid #ddd
}

.comment-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.c-img {
    display: flex;
    align-items: center
}

.c-img img {
    width: 60px;
    margin-right: 10px
}

.latest-post {
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.p-img img {
    width: 100px;
    margin-right: 10px;
    border-radius: 5px;
}

.post-box {
    display: flex;
    margin-bottom: 20px
}

.search-post {
    display: flex;
    justify-content: space-around;
    margin: 10px 0;
    border: 1px solid #ddd;
    padding: 10px
}

.search-post input {
    border: none;
    width: calc(100% - 50px)
}

.search-post button {
    background: transparent;
    width: 50px
}

.cart-table .quantity {
    justify-content: center
}

.cart-section {
    padding: 40px 0
}

.del-btn {
    font-size: 30px;
    color: var(--main-color-two);
    background: transparent
}

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

.thanks-table li {
    margin-bottom: 10px
}

.thanks-table li strong {
    width: 95px;
    display: inline-block
}

.orderadd-table span {
    color: #747474
}

.login-sec {
    padding: 40px 0
}

.home-contact-sec {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    text-align: center;
    color: #fff
}

.home-contact-sec .main-heading {
    font-weight: 700;
    text-shadow: 2px 2px 3px #000;
    font-size: 40px
}

.home-contact-sec p {
    font-size: 20px
}

.main-section {
    padding: 40px 0
}

.about-text p {
    line-height: 30px
}

section.testimonials-section.main-section .testimonial {
    background: #eee
}

section.testimonials-section.main-section .testimonial:before {
    border-left: 50px solid #fff
}

.accordion>.card>.card-header {
    background: var(--main-color);
    color: #fff
}

button.faq-btn {
    color: #fff
}

.contact-form {
    /* border: 1px solid #ccc; */
    padding: 20px;
    border-radius: 4px;
}

.contact-page .footer-contact {
    display: flex;
    justify-content: space-between;
    padding: 28px 20px;
    border: 1px solid #ddd;
    margin-bottom: 50px;
    border-radius: 0;
}

.contact-page .footer-contact li {
    margin-bottom: 0
}

.main-btn[disabled=disabled],
.main-btn:disabled {
    cursor: wait;
    opacity: .3
}

#review-form .form-control {
    border-radius: 0px
}

#account-panel .nav-link {
    background: transparent;
    color: #000;
    margin-bottom: 1px;
    border-radius: 0;
    padding: 12px 20px;
}

#account-panel .nav-link svg {
    margin-right: 5px;display: none;
}

.section-11 {
    padding: 50px 0
}

.section-11 .card{border: none;}
.section-11 .card-body.p-4{padding: 0 !important;}
.section-11 .shadow-lg{box-shadow: none !important;}
.section-11 .col-md-9{border-left: 1px solid #ddd;padding-left: 40px;}
.section-11 .card-header{background: #fff;border-bottom: 0;}
.list-group-item{border: none;border-bottom: 1px solid #ddd;}
.nav-header {
    background: #eeeeee78;
}
.form-input {
    border: 1px solid #ddd;
    padding: 10px;
    width: 100%
}

.profile-detail li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px
}

form#edit_profile .form-control {
    border-radius: 0px
}

form#change-form .form-control {
    border-radius: 0px
}
.form-group {
    margin-bottom: 0;
}
.abt-img{max-width: 400px;width: 100%;float: left;margin: 0 20px 20px 0;}
.date{position: absolute;top: 20px;left: 20px;background: var(--main-color);color: #fff;padding: 10px;border-radius: 5px;}
.footer-contact a p {
    margin-bottom: 0;
    color: #000;
    font-weight: 700;
    font-size: 20px;
}

.footer-about .footer-contact li {margin-bottom: 8px;align-items: center;}
.footer-about .footer-contact li svg{width: 20px;height: 20px;color: #fff;}