@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');
@font-face {
    font-family: 'TTNorms-Medium';
    src: url('../fonts/TTNorms-Medium.eot');
    src: url('../fonts/TTNorms-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/TTNorms-Medium.woff2') format('woff2'), url('../fonts/TTNorms-Medium.woff') format('woff'), url('../fonts/TTNorms-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.heart-icon a i,
.search-icon a i,
.cart-icon a i {
    color: #fff;
    font-size: 18px;
}

.box-height .btn-inner--icon i,
.card-product .static-rating i,
.product-box .pcart-icon i,
.box-space .text-right.icon-file i,
.product-box .product-buttons:hover .rounded-pill .btn-inner--icon i {
    color: #274A5A;
}

.banner-heart:hover i,
.cat-main-boxes .btn-inner--icon i,
.card-product .btn-icon:hover .btn-inner--icon i {
    color: #fff;
}

.product-buttons .bg-gray i {
    color: #EFEFEF;
}

.product-box .pcart-icon i {
    font-size: 16px;
}

.store-promotions .icon i {
    font-size: 30px;
}

.get-qus i {
    font-size: 45px;
    top: 3px;
    position: relative;
    margin-right: 15px;
}

.inner-page .search-icon i,
.inner-page .heart-icon i {
    color: #274A5A;
    font-size: 18px;
}

.my-cart .action-item i {
    font-size: 25px;
}

.box-space .text-right i {
    font-size: 30px;
    margin-top: 4px;
    color: #fff;
}

.pd-rate span.static-rating i.gray-star {
    color: #e0e6ed !important;
}

.bestsellers-tabs .tab-pane .p-rate a {
    justify-content: center;
}


/* common css */

.mt-70 {
    margin-top: 70px;
}

.sec-top {
    margin-top: 150px;
}

.delimiter-top {
    border-top: 1px solid #E3E3E3;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #3c4858 !important;
}

a.text-primary:focus,
a.text-primary:hover,
a:hover {
    color: #274A5A !important;
}

.t-secondary {
    color: #274A5A;
}

.t-l-gray {
    color: #AFAFAF;
}

.t-gray {
    color: #274A5A;
}

.t-black13 {
    color: #323232;
}

.t-black14 {
    color: #1A1A1A;
}

.t-black15 {
    color: #151515;
}

.text-gray {
    color: #EFEFEF !important;
}

.td-gray {
    color: #999999;
}

.t-white {
    color: #fff;
}

.bg-light {
    background-color: #E5E5E5 !important;
}

.bg-gray {
    background-color: #274A5A !important;
}

section {
    /*background-color: #E5E5E5 !important;*/
}

body {
    color: #274A5A;
}

header .nav-heart .badge-pill {
    background: #000000;
}

header .nav-heart .badge-pill:hover,
.nav-heart:hover {
    color: #fff !important;
}

.playfair {
    font-family: 'Playfair-Display';
}

.poppins {
    font-family: 'Poppins';
}

.form-control-label {
    color: #274A5A !important;
}

.form-control {
    border: 1px solid #C0C0C0;
    color: #274A5A;
}

.form-control::placeholder {
    color: #274A5A;
}

.my-cart table tr {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.btn-primary {
    border-radius: 0px !important;
}

.btn-blue {
    border: 0px;
    border-radius: 0px;
    padding: 14px 30px;
}

.home-banner .btn-primary {
    padding: 16px 30px;
    font-family: 'TTNorms-Medium';
}

.banner-heart {
    display: inline-flex;
    width: 50px;
    align-items: center;
    justify-content: center;
}

.banner-heart svg {
    width: auto;
}

.bg-l-gray {
    background: #EFEFEF;
}

.bg-light-gray {
    background: #F6F6F6;
}

.bg--gray {
    background: #efefef;
}

.my-cart-section .table-responsive {
    overflow: inherit;
}

#card-summary {
    border: 0px;
    background: #F7F5F6;
    box-shadow: 0px 2px 145px rgb(0 0 0 / 5%);
}

.cart-subtotal {
    padding: 0px 1.5rem 20px 0px;
    background: #fff;
}

.my-cart-section .table-responsive tr td:after,
.my-cart-section .table-responsive tr th:after {
    border: none;
}


/* product box css */

.product-detail-data {
    width: 100%;
}

.p-img {
    width: 100%;
}

.product-cat .card-body {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.product-cat .card-body .p-title {
    width: 100%;
    padding: 0px 15px;
    text-align: left;
}

.product-cat .card-body .p-title .btn {
    width: 100%;
    margin-top: 15px;
}

.product-cat .card-body .card-price {
    font-family: 'Playfair-Display';
    font-weight: bold;
    font-size: 42px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

.product-section .store-title {
    font-family: 'Playfair-Display';
    font-size: 67px;
    line-height: 100.02%;
    letter-spacing: 0.01em;
    font-style: normal;
    font-weight: normal;
}

.store-title {
    font-family: 'Playfair-Display';
    font-size: 67px;
    line-height: 100.02%;
    letter-spacing: 0.01em;
    font-style: normal;
    font-weight: normal;
}

.product-box .card-product:hover .bg-primary {
    background: #fff !important;
}

.product-box .card-product:hover .card-image img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.product-box .card-body {
    text-align: center;
}

.bestsellers-section .product-box .product-price {
    justify-content: center;
}

.text-white,
.text-white.text-12 {
    color: #fff !important;
}


/* header css  start */

.inner-page {
    border: 1px solid #EDEDED;
}

.inner-page .navigation-menu .nav-item .nav-link {
    color: #274A5A !important;
}

#header-main {
    position: absolute;
    top: 0px;
    width: 100%;
    /*overflow: hidden;*/
    overflow: visible;
}

.drop-down__menu-box {
    width: 150px !important;
    left: auto !important;
    right: 0;
}

.login_btn {
    border-color: #f5ba1f !important;
    color: #f5ba1f !important;
}

.nav-link.login_btn:hover {
    border-color: #fff !important;
    color: #fff !important;
}

.drop-down__menu li a.nav-link:hover {
    color: #000 !important;
}

.navbar-brand {
    position: relative;
}

.navbar-brand::before {
    position: absolute;
    top: -15px;
    right: -40px;
    content: '';
    height: 76px;
    width: 1px;
    background-color: #fff;
}

.store-bg {
    position: relative;
    padding-left: 20px;
}

.store-bg::before {
    position: absolute;
    top: -15px;
    right: -112px;
    content: '';
    height: 73px;
    width: 180px;
}

header img {
    height: 40px;
    margin-bottom: 0px;
}

header .nav-heart {
    padding: 0px;
    width: 42px;
    height: 42px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}

.navigation-menu {
    width: 77%;
    margin: 0;
    text-align: center;
    padding: 0;
}

.navigation-menu .nav-item {
    display: inline-block;
}

.navigation-menu .nav-item .nav-link {
    color: #ffffff;
}

.inner-page .navigation-menu .nav-item .nav-link {
    color: #274A5A !important;
}

header .nav-heart svg {
    width: 24px;
    height: 24px;
    margin: 0px !important;
}

header .nav-heart .badge-pill {
    width: 16px;
    height: 16px;
    font-size: 9px;
    line-height: 18px;
    border: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 15%;
}

.header-search {
    height: 43px;
    margin-bottom: 0px;
}

.header-search .input-group,
.header-search .input-group-append {
    height: 43px;
}

.header-search .input-group-merge {
    width: 250px;
}

.header-search .btn-block {
    padding: 10px 10px 10px 20px !important;
}

.header-search input.form-control-flush {
    padding: 10px;
    height: 43px;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: normal;
    font-size: 10px;
    line-height: 15px;
}

.top-header-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
}

.top-header-text .bell-icon,
.call-icon {
    display: inline-block;
    width: auto;
    margin-right: 5px;
}

#header-main .navbar-top {
    padding-top: 2px;
    padding-bottom: 2px;
}

.nav-link.active,
.nav-link:hover,
.nav-link:focus {
    color: #fff !important;
    font-weight: bold;
}

header .navbar {
    border-bottom: 1px solid #EDEDEd;
}

.navbar-toggler-icon {
    background: url('../img/download.svg');
    height: 30px;
    width: 30px;
    border-radius: 0;
}


/* Header css end */


/* footer css start */

.f-list li a {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
}

.footer-social li .nav-link {
    display: block;
    padding: 0.3rem 0.7em;
}

.top-footer {
    padding: 40px 0px;
}


/* home section 2 css */

.store-promotions {
    position: relative;
}

.store-promotions .row {
    align-items: flex-start;
    justify-content: center;
}

.store-promotions .icon svg {
    width: auto;
}

.store-promotions .icon strong {
    font-family: 'Playfair-Display';
    font-style: 700;
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    margin-left: 10px;
}

.store-promotions .icon p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}

.cat-main-boxes {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* client logo css */

.client-logo {
    padding: 50px 0px 0 0;
}

.client-logo img {
    width: 130px;
}

.testimonial-section {
    overflow: hidden;
}

.testimonial-slider .t-dcs {
    font-family: 'Playfair-Display';
    font-style: italic;
    font-weight: normal;
    font-size: 37px;
    line-height: 57px;
    text-align: center;
    letter-spacing: -0.361111px;
    color: #2C2C2C;
}

.testimonial-slider .t-author {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.36px
}

.testimonial-slider .t-author-dcs {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.28px;
}

.testimonial-slider .swiper-slide .card {
    box-sizing: border-box;
    border-radius: 15px;
    border: 0pc;
    background: transparent;
    box-shadow: unset;
}

.testimonial-slider .swiper-slide .card .card-body {
    width: 80%;
    margin: 0 auto;
}

.testimonial-slider .swiper-pagination-bullet {
    background: #274A5A;
}

.testimonial-slider .swiper-pagination-bullet-active {
    width: 18px;
    height: 8px;
    border-radius: 12px;
}

.testimonial-slider .collection-qoute {
    flex-direction: column;
}

.testimonial-section .swiper-button-prev {
    background: url('../img/prev.png') #274A5A no-repeat center;
    color: #fff;
}

.testimonial-section .swiper-button-next {
    background: url('../img/next.png') #274A5A no-repeat center;
    color: #fff;
}

.categorie-section .cat-box img {
    width: 100%;
}

.cat-dcs {
    text-align: center;
    position: absolute;
    bottom: 30px;
    width: 100%;
    right: 0;
    left: 0;
}

.cat-dcs h3 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 25px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.01em;
}

.cat-dcs p {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
}

.store-title {
    font-family: 'Playfair-Display';
    font-size: 57px;
    line-height: 100.02%;
    letter-spacing: 0.01em;
}

.medium-store-title {
    font-family: 'Playfair-Display';
    font-size: 60px;
    line-height: 80px;
    letter-spacing: 0.01em;
}

.store-title-medium {
    font-size: 34px;
    line-height: 37px;
    font-weight: 400;
    margin: 0;
}

.store-dcs {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
}

.btn .btn-inner--text {
    font-family: 'TTNorms-Medium';
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.01em;
}

.bestsellers-section {
    position: relative;
    overflow: hidden;
    padding-bottom: 15px;
    margin-top: 30px
}

.bestsellers-tabs {
    width: 100%;
}

.p-tablist {
    background: transparent;
    box-shadow: unset;
    border-radius: 0px;
}

.p-tablist .nav-tabs .nav-item .nav-link {
    padding: 0px 17px;
    border-radius: 0px;
    font-family: 'TTNorms-Medium';
    font-size: 15px;
    line-height: 18px;
}

.p-tablist .nav-tabs .nav-item .nav-link.active {
    color: #274A5A !important;
    border: 0px;
}

.p-tablist .nav-tabs .nav-item .nav-link:hover {
    font-weight: 700;
    color: #274A5A !important;
}

.form-subscribe .form-control {
    height: 51px;
    font-size: 10px;
    line-height: 15px;
    border-radius: 0px !important;
    border: 0px;
}

.form-subscribe .form-control::placeholder {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: normal;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.01em;
    color: #274A5A;
}

.form-subscribe .btn-primary {
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px !important;
    line-height: 18px !important;
}


/* top product section */

.product-buttons .bg-gray {
    border-radius: 0px;
    padding: 9px;
}

.top-product {
    margin-top: 30px;
    margin-bottom: 15px;
}

.card-image .carousel .carousel-control-next {
    background: #274A5A;
    height: 50px;
    width: 30px;
    top: 40%;
}

.card-image .carousel .carousel-control-next .carousel-control-next-icon {
    width: 14px;
}

.card-image .carousel .carousel-control-prev {
    background: #274A5A;
    height: 50px;
    width: 30px;
    top: 40%;
}

.card-image .carousel .carousel-control-prev .carousel-control-prev-icon {
    width: 14px;
}

.pr-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 8px;
    padding-right: 8px;
}

.card-product .actions {
    opacity: 1 !important;
}

.card-product .actions .action-item.wishlist-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    border-radius: 100%;
}

.card-product .actions .action-item.wishlist-icon svg {
    height: 15px;
    width: 15px;
}

.product-box .card-product .actions {
    width: 65px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 20px;
    top: 20px;
}

.product-box .card-product .action-item {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.4em;
    width: auto;
    color: #FFFFFF;
}

.product-box .card-product .p-title p {
    font-family: 'TTNorms-Medium';
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 24px;
    letter-spacing: 0.375em;
    color: #274A5A;
}

.product-box .card-product h6 {
    font-family: 'Playfair-Display';
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.01em;
}

.product-box h6 .t-black13:hover {
    color: #274A5A;
}

.simple-btn {
    font-family: 'TTNorms-Medium';
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #274A5A;
}

.simple-btn svg {
    margin-left: 5px;
}

.product-box .card-price {
    font-family: 'Playfair-Display';
    font-weight: bold;
    font-size: 30px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #274A5A;
    text-align: left;
}

.product-box .card-product {
    box-shadow: unset;
    border-radius: 0px;
    background: transparent;
    border: 0px;
    position: relative;
}

.product-box .card-product .card-image,
.product-box .card-product .card-body {
    padding: 0px;
}

.product-box .pcart-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 100%;
}

.product-box .product-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px;
}

.form-subscribe {
    margin: 0 auto;
}

.your-time-section {
    background: #E5EEF5;
    position: relative;
    overflow: hidden;
}

.left-img {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    padding: 100px 15px;
}

.left-img form {
    width: 90%;
}

.right-img {
    height: 420px;
    width: 670px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: absolute;
    right: -115px;
}


/* my cart page css */

.my-cart .c-list-title {
    font-family: 'Playfair-Display';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #323232 !important;
}

.my-cart .p-price {
    font-family: 'TTNorms-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #151515;
}

.my-cart .p-title {
    font-family: 'TTNorms-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    font-weight: normal !important;
}

.my-cart .pt-price {
    font-family: 'TTNorms-Medium';
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 26px;
}

.return-shop {
    font-family: 'TTNorms-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

.cart-total {
    font-family: 'TTNorms-Medium';
    font-style: normal;
    font-weight: bold;
    font-size: 37px;
    line-height: 26px;
}

.btn-mycart {
    background: #AFAFAF;
    border: 1px solid #AFAFAF;
    border-radius: 0px;
    font-family: 'TTNorms-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.02em;
    padding: 16px 50px;
    cursor: pointer;
    color: #fff;
    width: 250px;
}

.text-12 {
    font-size: 12px;
    line-height: 20px;
    color: #274A5A !important;
}

.custom-checkbox .custom-control-label:before {
    border-radius: 100%;
    border: 2px solid #AFAFAF;
    background-color: transparent;
}


/* cart page css end */

footer {
    margin-top: 60px;
}

.sum-title {
    font-family: 'TTNorms-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #323232;
}

.s-p-total {
    font-family: 'TTNorms-Medium';
    font-style: normal;
    font-weight: bold !important;
    font-size: 26px !important;
    line-height: 26px !important;
}

.shop-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    border-color: #274A5A;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.my-payment-box .col-lg-8 .row {
    align-items: center;
}

.my-cart-section .custom-checkbox .custom-control-label {
    font-weight: 600;
    color: #274A5A;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}

.input-style {
    border-radius: 0px;
    background: transparent;
    border: 1px solid #274A5A;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: unset !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url('../img/check.png');
}

.box-space>.row {
    justify-content: center;
    align-items: center;
}

.my-cart-section .card {
    border-radius: 0px;
    border: 0px;
}

.my-cart-section .form-control {
    border-radius: 0px;
}

.table-cards tbody tr td,
.table-cards tbody tr th {
    background-color: #F7F5F6;
}

.home-banner {
    height: 100vh;
}

.home-banner .box-height {
    height: 100%;
}

.home-banner-slider .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 8%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    width: 1120px;
}

.home-banner-slider .price-box {
    position: absolute;
    right: 10%;
    top: -70px;
}

.home-banner-slider .price-box p {
    font-weight: bold;
    font-size: 17px;
    line-height: 18px;
}

.home-banner-slider .price-box p span {
    display: block;
    font-weight: 400;
}

.home-banner-slider .circle {
    height: 40px;
    width: 40px;
    border: 2px solid #fff;
    border-radius: 100%;
    display: inline-block;
    top: -70px;
}

.home-banner-slider .carousel-indicators .active {
    opacity: 1;
}

.home-banner-slider .carousel-indicators {
    position: absolute;
    right: -15%;
    bottom: 50%;
    left: auto;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    transform: rotate(90deg);
}

.banner-social {
    display: flex;
    position: absolute;
    right: 0px;
    bottom: 20px;
}

.banner-social ul {
    padding: 0px;
    display: flex;
    list-style: none;
}

.banner-social ul li a {
    height: 30px;
    width: 30px;
    display: inline-block;
    margin: 0px 4px;
}

.box-space {
    padding: 1rem 1.5rem;
    margin-bottom: 0;
    background-color: #F9F9F9;
}

.box-primary {
    border: 1px solid;
    box-shadow: 0px 2px 145px rgba(146, 189, 136, 0.1);
    border-radius: 8px;
}

.store-tabs {
    margin: 20px 0px;
    border-top: 1px solid #eff2f7;
}

.btn-instruction {
    text-decoration: underline !important;
}

.store-tabs .card {
    margin: 0px;
    border: 0px;
    /* border-bottom: 1px solid #EFEFEF; */
    box-shadow: unset;
    border-radius: 0px;
}

.store-tabs .card-header h5 {
    font-family: 'TTNorms-Medium';
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.18em;
    color: #AFAFAF;
    position: relative;
}

.store-tabs .card-header h5::before {
    background: url('../img/top-arrow.png');
    position: absolute;
    content: '';
    right: 8px;
    top: 45%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 9px;
    width: 14px;
}

.product-detail {
    font-size: 16px !important;
    line-height: 27px;
    letter-spacing: 0.01em;
}

.store-tabs .card-header {
    padding: 0px;
}

.store-tabs .card-header h5 a {
    display: block;
    color: #274A5A;
    padding: 1rem 1.5rem;
}

.p-color ul {
    list-style: none;
    padding: 0px;
    display: flex;
}

.p-color ul li {
    margin-bottom: 10px;
    margin-right: 10px;
}

.p-color ul li a {
    border: 2px solid #AFAFAF;
    box-sizing: border-box;
    border-radius: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px;
    cursor: pointer;
    background: #AFAFAF;
}

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

.p-price {
    font-family: 'TTNorms-Medium';
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 26px;
    color: #414141;
}

.sub-price {
    font-family: 'TTNorms-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
    text-decoration-line: line-through;
    color: #274A5A;
}

.cart-buttons {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.pd-rate {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p-rate a {
    height: 45px;
    width: 45px;
    padding: 0px;
    display: flex;
    align-items: center;
}

.p-rate a svg {
    height: 18px;
}

.review-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eff2f7;
    border-bottom: 1px solid #eff2f7;
    padding: 15px 0px;
    margin: 20px 0px;
}

.review-title .r-title {
    font-weight: 600;
    font-size: 29px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #999999;
}

.review-title .r-rate {
    font-size: 36px;
    line-height: 46px;
}

.product-img-list ul {
    list-style: none;
    padding-left: 0px;
    display: flex;
    align-items: center;
}

.product-img-list ul li {
    margin: 10px;
    display: inline-block;
}

a {
    cursor: pointer;
}

.product-img-list ul li:first-child {
    margin: 0px;
}

.product-img-list ul li:last-child {
    margin: 0px;
}

.product-img-list ul li img {
    height: 158px;
    width: 175px;
    object-fit: cover;
}

#header-main+section.product-section {
    padding-top: 50px !important;
}

.breadcrumb-section .breadcrumb {
    border: 0px;
    padding: 0px 15px;
}

.p-color p.mb-0 {
    font-family: 'TTNorms-Medium';
    font-size: 12px;
    letter-spacing: 1px;
}

.breadcrumb-section .breadcrumb .breadcrumb-item a {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.05em;
    color: #274A5A;
}

.breadcrumb-section .breadcrumb .breadcrumb-item.active {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.05em;
    color: #274A5A;
    padding: 6px 0;
    margin: 0px 10px;
}

.breadcrumb-section .breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #274A5A;
    content: '';
    background: url('../img/top-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 9px;
    width: 14px;
    margin: 0px 4px 0px 0px;
}

.bestsellers-section .nav-tabs {
    border-bottom: none;
}

#card-summary .text-muted {
    font-size: 11px;
    line-height: normal;
    color: #274A5A !important;
}

.count-input .qty {
    width: 58px;
    padding: 5px;
    height: 37px;
    border: 1px solid #AFAFAF;
    border-radius: 45px;
    background: transparent;
    font-size: 20px;
    color: #151515;
    float: left;
}

.count-input .qty-minus,
.count-input .qty-plus {
    background: none;
    border: none;
    float: left;
    line-height: 38px;
    padding: 0 5px;
    color: #AFAFAF;
    font-family: 'TTNorms-Medium';
    font-weight: bold;
    font-size: 16px;
}

header.header.inner-page a.nav-link.login_btn:hover {
    border-color: #d19700 !important;
    color: #d19700 !important;
}


/* Responisve css */

.product-slider .carousel {
    position: relative;
}

.product-slider .carousel-item img {
    object-fit: cover;
}

#carousel-thumbs {
    background: rgba(255, 255, 255, .3);
    bottom: 0;
    left: 0;
    padding: 0 50px;
    right: 0;
}

#carousel-thumbs img {
    border: 5px solid transparent;
    cursor: pointer;
}

#carousel-thumbs img:hover {
    border-color: rgba(255, 255, 255, .3);
}

#carousel-thumbs .selected img {
    border-color: #fff;
}

.product-slider .carousel-control-prev,
.product-slider .carousel-control-next {
    width: 50px;
}

.get-qus {
    display: flex;
    align-items: center;
}

.get-qus p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #274A5A;
}

.get-qus svg {
    width: 90px;
    height: 50px;
}

.get-qus a {
    font-family: 'Playfair-Display', serif;
    font-style: normal;
    font-weight: normal;
    font-size: 45px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.01em;
    font-feature-settings: 'case' on;
    color: #274A5A;
}

.p-stoke {
    letter-spacing: 0.18em;
    color: #FFFFFF;
    padding: 6px 12px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.related-product .product-box .card-body {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-detail-data .nav-tabs .nav-item a {
    background: #E5E5E5;
    border-radius: 0px;
    color: #8D8D8D !important;
    padding: 12px 50px;
    border: 0px;
}

.my-cart-section .payment-step a:hover {
    color: #fff !important;
}

.actions-toolbar h5 {
    font-weight: normal;
}

.text-right p.text-dark,
.cart-subtotal span {
    font-family: 'Playfair-Display';
    font-weight: normal !important;
}

.cart-subtotal small.font-weight-bold {
    color: #274A5A;
}

.font-weight {
    font-weight: bold;
}

.bg-y-box .custom-control-label::before {
    border: 2px solid #fff !important;
}

.mobile-view {
    display: none;
}

.theme2_header {
    width: 50%;
}

@media all and (max-width: 1365px) {
    .right-img {
        height: 100%;
        width: 100%;
        position: relative;
        right: 0px;
    }
}

@media all and (max-width: 1199px) {
    .home-banner {
        height: 620px;
    }
    .btn-mycart {
        width: auto;
    }
    .medium-store-title {
        font-size: 50px;
    }
    .store-promotions .icon strong {
        font-size: 20px;
    }
}

@media all and (max-width: 991px) {
    .theme2_header {
        width: 100%;
    }
    header span.navbar-toggler-icon {
        background: url('../img/menu-icon.png') no-repeat;
    }
    header.inner-page span.navbar-toggler-icon,
    header.header-collapse-show span.navbar-toggler-icon {
        background: url('../img/download.svg');
    }
    header.inner-page .navbar-brand img,
    header.header-collapse-show .navbar-brand .mobile-view {
        height: auto;
    }
    header.header-collapse-show .mobile-view {
        display: block;
    }
    header.header-collapse-show .desktop-view {
        display: none;
    }
    .navigation-menu .nav-item .nav-link {
        color: #274A5A;
    }
    .btn-mycart {
        padding: 16px 40px;
    }
    .sec-top {
        margin-top: 80px;
    }
    .home-banner-slider .price-box {
        display: none;
    }
    .home-banner {
        height: 500px;
    }
    .medium-store-title {
        font-size: 40px;
        line-height: 50px;
    }
    .form-subscribe .input-group {
        flex-direction: column;
    }
    .form-subscribe .form-control {
        width: 100%;
        margin-bottom: 15px;
    }
    .left-img {
        padding: 50px 15px;
    }
    .top-footer {
        padding: 40px 0px 0 0;
    }
}

@media all and (max-width: 768px) {
    .navigation-menu .nav-item .nav-link {
        color: white;
    }
    header .navbar {
        background: #183944;
    }
    .product-section .store-title {
        font-size: 34px;
        line-height: 48px;
    }
    .product-box .img-fluid {
        max-width: 100%;
        height: auto;
        width: 100%;
    }
    .right-img {
        height: 420px;
        width: 100%;
        position: relative;
        right: 0px;
    }
    .product-slider .carousel-container #carousel-thumbs img {
        border-width: 3px;
    }
    .left-img {
        padding: 50px 15px;
    }
    .medium-store-title {
        font-family: 'Playfair-Display';
        font-size: 32px;
        line-height: 42px;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width: 576px) {
    .carousel-container #carousel-thumbs {
        background: #ccccce;
    }
}

@media screen and (max-width: 1299px) {
    .store-title {
        font-size: 50px;
        line-height: 60px;
    }
    .box-space .col-sm-12.text-right {
        text-align: center !important;
    }
    .home-banner-slider .carousel-caption {
        position: absolute;
        right: 0;
        bottom: 20px;
        left: 8%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: left;
        width: 85%;
    }
}

@media screen and (max-width: 991px) {
    .header.inner-page .navbar-collapsed {
        background: #183944;
    }
    .inner-page .navigation-menu .nav-item .nav-link {
        color: white !important;
    }
    .inner-page .search-icon i,
    .inner-page .heart-icon i {
        color: white !important;
    }
    header.inner-page span.navbar-toggler-icon,
    header.header-collapse-show span.navbar-toggler-icon {
        background: url(../img/menu-icon.png) no-repeat;
    }
    .product-detail-data {
        padding: 0px 15px;
    }
    #header-main+section.home-banner {
        padding: 0px !important;
        display: flex;
        align-items: center;
    }
    .section-space {
        padding: 0px !important;
        display: flex;
        align-items: center;
    }
    .qty-box {
        width: 120px;
        float: left;
    }
    .count-input .qty {
        font-size: 16px;
    }
    .categories-box {
        margin-bottom: 30px;
    }
    .pr-title {
        flex-wrap: wrap;
    }
    .store-title {
        font-size: 42px;
        line-height: 52px;
    }
    .p-tablist {
        margin: 15px auto;
    }
    .testimonial-section {
        padding-top: 30px;
    }
    footer {
        margin-top: 50px;
    }
    .form-subscribe {
        width: 100%;
        margin: 0 auto;
    }
    .client-logo img {
        margin: 10px;
    }
    .client-logo .row {
        justify-content: center;
    }
    .header-collapse-show {
        background-color: #fff;
    }
    .nav-my-store .nav-item {
        padding: .625rem 0;
    }
    .my-cart .c-list-title {
        font-size: 16px;
        line-height: 22px;
    }
    .table-cards tbody td,
    .table-cards tbody th,
    .table-cards thead td,
    .table-cards thead th {
        padding: 10px;
    }
    .my-cart .pt-price {
        font-size: 20px;
        line-height: 24px;
    }
    .cart-total {
        font-size: 26px;
        line-height: 26px;
    }
    .testimonial-slider .swiper-slide .card .card-body {
        width: 100%;
        margin: 0 auto;
    }
    .navigation-menu {
        width: 100%;
        margin: 0;
        text-align: center;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: baseline;
    }
    header .navbar-nav {
        align-items: baseline;
    }
    header .navbar-nav li a {
        padding: 8px !important;
    }
    .store-bg::before {
        position: absolute;
        top: 0px;
        right: 0px;
        content: '';
        height: 73px;
        width: 180px;
        visibility: hidden;
    }
    .navbar-nav .nav-item.store-bg svg path {
        fill: #274A5A;
    }
    .cat-main-boxes {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .cat-main-boxes .t-l-gray {
        margin: 0px 0px 20px 0px !important;
    }
    .my-cart-section .custom-checkbox .custom-control-label {
        font-size: 14px;
        line-height: 24px !important;
    }
}

@media screen and (max-width: 767px) {
    .box-space .text-right svg {
        margin-top: 15px;
    }
    .home-banner .btn-primary {
        padding: 11px 24px;
    }
    .product-cat .card-body .card-price {
        font-size: 32px;
    }
    .home-banner .py-6 {
        padding-bottom: 3.5rem !important;
    }
    .box-space .text-right {
        text-align: center !important;
    }
    .home-banner-slider .store-title br {
        display: none;
    }
    #header-main+section.home-banner {
        padding: 0px !important;
        display: flex;
        align-items: center;
    }
    .store-dcs br {
        display: none;
    }
    .product-price {
        margin: 20px 0px;
    }
    .p-price {
        font-size: 30px;
        line-height: 40px;
    }
    .sub-price {
        font-size: 18px;
        line-height: 28px;
    }
    .navbar-top .navbar-nav .nav-link {
        padding: 1px;
    }
    #navbar-top-main .navbar-nav .ml-auto {
        margin-left: 15px !important;
    }
    .store-promotions {
        margin-top: 30px;
    }
    .store-title {
        font-size: 32px;
        line-height: 42px;
    }
    .btn-mycart {
        margin: 10px 2px;
        padding: 10px 15px;
    }
    .my-cart-section .table-responsive {
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .return-shop {
        padding-left: 0px;
    }
    .top-footer {
        padding: 40px 0px 0 0;
    }
    #header-main+section.product-section {
        padding-top: 30px !important;
    }
    .product-section .row-grid+.row-grid {
        margin-top: 2rem;
    }
    .testimonial-slider .t-dcs {
        font-size: 26px;
        line-height: 36px;
    }
    .get-qus a {
        font-size: 28px;
        line-height: 38px;
    }
    footer .mb-5 {
        margin-bottom: 1rem !important;
    }
    .home-banner {
        height: 400px;
    }
    .product-detail-data .nav-tabs .nav-item a {
        padding: 6px 15px;
    }
}

@media screen and (max-width: 585px) {
    .home-banner {
        height: 550px;
    }
    .right-img {
        height: 240px;
    }
    .btn-mycart {
        padding: 10px 25px;
    }
}

@media screen and (max-width: 420px) {
    .product-price {
        display: inline-block;
    }
    .right-img {
        height: 150px;
    }
    .delimiter-top br {
        display: none;
    }
    .bestsellers-section .nav-tabs {
        border-bottom: none;
        margin: 0 auto;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .p-tablist {
        margin: 15px auto;
        width: 100%;
        text-align: center;
    }
    .btn {
        padding: .75rem 1.25rem;
    }
    .my-cart .btn-white {
        padding: 10px 20px;
    }
    .shop-title {
        flex-direction: column;
    }
    .btn-mycart {
        margin: 5px 0px;
        width: 100%;
    }
    .p-tablist .nav-tabs .nav-item .nav-link {
        padding: 8px 10px;
        font-size: 12px;
    }
    .nav-tabs .nav-item {
        margin-bottom: -1px;
        width: auto;
    }
    .p-tablist .nav-item:first-child .nav-link {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
    .p-tablist .nav-item:last-child .nav-link {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
    .product-box .card-product {
        width: 100%;
        margin: 0 auto 20px auto;
    }
    .client-logo img {
        margin: 10px 0;
    }
    .testimonial-section {
        padding-top: 0;
    }
    .navbar-top .navbar-nav .nav-link {
        font-size: 12px;
    }
    .cart-buttons {
        flex-direction: column;
        align-items: baseline;
    }
    .review-title .r-title {
        font-size: 20px;
        line-height: 30px;
    }
    .review-title .r-rate {
        font-size: 18px;
        line-height: 28px;
    }
    .review-title {
        margin: 10px 0px;
        flex-direction: column;
    }
    .s-p-total {
        font-size: 20px !important;
        line-height: 26px !important;
    }
    .section-space .form-subscribe .input-group {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
    .form-subscribe .form-control {
        width: 100%;
        margin-bottom: 20px;
        border: 0;
    }
    .left-img form {
        width: 100%;
    }
    .left-img .input-group-append {
        margin: 0 auto;
    }
    .cat-main-boxes {
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .home-banner {
        height: 550px;
    }
    .banner-social ul {
        margin: 0px;
    }
}

.banner-social ul li a {
    color: #fff !important;
}

.login_btn {
    border-radius: 10px;
    width: 90px !important;
    color: #f5ba1f;
    border: 2px solid;
    background: transparent;
}


/* dropdown css  */

span.drop-down__name {
    color: #8492a6;
}

.drop-down {
    display: inline-block;
    position: relative;
    width: 100%;
}

.drop-down__name {
    font-size: 9px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    letter-spacing: 2px;
}

.drop-down__icon {
    width: 18px;
    vertical-align: middle;
    margin-left: 14px;
    height: 18px;
    border-radius: 50%;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.drop-down__menu-box {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
    margin-top: 5px;
}

.drop-down__menu {
    margin: 0;
    list-style: none;
}

.drop-down__menu-box:before {
    content: '';
    background-color: transparent;
    border-right: 8px solid transparent;
    position: absolute;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-top: 8px solid transparent;
    top: -15px;
    right: 18px;
}

.drop-down__menu-box:after {
    content: '';
    background-color: transparent;
}

.drop-down__item {
    font-size: 13px;
    text-align: left;
    font-weight: 500;
    color: #909dc2;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #e0e2e9;
}

.drop-down__item-icon {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0px;
    fill: #8995b6;
}

.drop-down__item:hover .drop-down__item-icon {
    fill: #3d6def;
}

.drop-down__item:hover {
    color: #3d6def;
}

.drop-down__item:last-of-type {
    border-bottom: 0;
}

.drop-down--active .drop-down__menu-box {
    visibility: visible;
    opacity: 1;
    margin-top: 15px;
}

.down_icon {
    position: relative;
    top: -2px;
}


/*End of dropdown css */

.imageWrapper {
    width: 100% !important;
    display: inline-block !important;
    padding: 8px;
    text-align: center;
    background: var(--light-gray);
    border-radius: 10px;
}

.file-upload input.file-input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 100%;
    width: 100%;
}

.file-upload {
    position: relative;
    overflow: hidden;
    margin: 0px;
    width: 100%;
    text-align: center;
    color: #fff;
    border: none;
    padding: 0.85em 1em;
    display: inline;
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 10px;
}


/* new css */

@media only screen and (max-width:991px) {
    li.nav-item.search-icon a.nav-link i.fas.fa-search {
        color: #000;
    }
    .navbar-expand-lg.navbar-collapsed button.navbar-toggler span.navbar-toggler-icon {
        background-color: #fad126;
        padding: 17px 17px !important;
        background-size: 23px;
        background-position: center;
    }
}

@media only screen and (max-width: 991px) {
    navbar-expand-lg.navbar-collapsed button.navbar-toggler span.navbar-toggler-icon {
        background-color: #fad126;
        padding: 17px 17px !important;
        background-size: 23px;
        background-position: center;
    }
}
@media all and (max-width: 767px)  {
    .navbar-nav #dropDown .nav-link{
        width: 100% !important;
    }
}