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

*{
    box-sizing: border-box;
}

:root {
    --default-color: #fff;
    --title-color: #000000;
    --secondary-color: #c0498d;
    --primary-bg-color: #000000;
    --secondary-bg-color: #fff6f7;
}

body{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background: #fff;
}

.default-color{
    color: var(--default-color)!important;
}

.title-color{
    color: var(--title-color)!important;
}

.secondary-color{
    color: var(--secondary-color)!important;
}

.primary-bg-color{
    color: var(--primary-bg-color)!important;
}

.secondary-bg-color{
    color: var(--secondary-bg-color)!important;
}

h1,h2,h3,h4,h5,h6,p,figure{
    margin: 0;
}

ul{
    padding: 0;
    margin: 0;
}

ul li{
    list-style: none;
}

a:hover{
    text-decoration: none;
}

.form-control:focus{
    box-shadow: none;
}

.custum-container {
    max-width: 1200px;
}

.flex-1{
    display: flex;
    flex: 1;
}

/* header css starts here */

header .navbar{
    padding: 0;
}

.header_top {
    padding: 2px 0;
    box-shadow: 0 0 9px #ddd;
}

.logo {
    max-width: 160px;
}

.header_searchIcon {
    padding-right: 10px;
    display: flex;
    align-items: center;
}

.search_box {
    position: absolute;
    width: 100%;
    right: 93%;
    top: -7px;
    display: none;
}

.search_box .form-control {
    background: var(--secondary-bg-color);
    border: 1px solid #000;
    height: 40px;
}

#search_icon {
    font-size: 18px;
    z-index: 9;
    cursor: pointer;
}

.search_box .form-control::placeholder{
    color: #000;
}



.search_box .form-control:focus::placeholder{
    color: transparent;
}

.header_top_right_menu_list li{
    padding: 0 10px;
    border-left: 1px solid #b0b0b0;
}

.header_top_right_menu_list li:first-child {
    border-left: 0;
}

.header_top_right_menu_list li:last-child{
    padding-right: 0;
}

.header_top_right_menu_list li>a {
    color: var(--title-color);
    font-size: 15px;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
}

.mynavbar_menu>li>a {
    color: var(--title-color);
    font-size: 18px;
    font-weight: 600;
    padding: 10px 30px 10px;
    font-family: 'Playfair Display', serif;
    display: block;
}

.explore_dropdown {
    padding-left: 0!important;
    position: relative;
}

.explore_dropdown:before {
    position: absolute;
    width: 1px;
    content: "";
    height: 25px;
    background: #b0b0b0;
    right: 0;
    top: 10px;
}

.mynavbar_menu .dropdown:hover .explore_dropdown_menu{
    display: block!important;
}

.explore_dropdown_menu {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: var(--secondary-color);
    width: 200px;
    top: 61px;
    box-shadow: 0px 5px 9px #838383;
}

.explore_dropdown_menu>li>a {
    display: block;
    color: var(--default-color);
    font-size: 15px;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    padding-left: 20px;
    line-height: 35px;
    border-bottom: 1px solid #ebebeb;
}

.explore_dropdown_menu>li>a:hover {
    background: #f6b4bb;
}

.mobile_view_top_menu {
    display: none;
}

.mobile_view_top_menu {
    display: none;
}

/* header css ends here */

/* top banner section starts here */

.top_bannerSection {
    height: 350px;
    display: flex;
    align-items: center;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    position: relative;
}

.top_cat_banner {
    position: relative;
}

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

.allTop_mainBanner {
    max-height: 300px;
}

.custum_btn {
    font-size: 14px;
    padding: 10px 25px;
    width: fit-content;
    color: var(--default-color);
    background: var(--primary-bg-color);
    border-radius: 5px;
    font-weight: 700;
    display: block;
    transition: all 0.3s;
    border: 1px solid var(--primary-bg-color);
}

.custum_btn:hover {
    background: 0;
    color: var(--primary-bg-color);
    border: 1px solid var(--primary-bg-color);
}

.custum_btn>i {
    margin-left: 5px;
}

.top_banner_content {
    max-width: 750px;
}

.allTop_mainBanner .top_banner_content {
    max-width: 100%;
}

.allTop_mainBanner .banner_heading {
    font-size: 40px;
}

.banner_topCatItem {
    font-size: 15px;
    color: var(--default-color);
    margin-bottom: 5px;
}

.banner_heading {
    font-size: 25px;
    line-height: 32px;
    color: var(--default-color);
    font-family: 'Playfair Display', serif;
    position: relative;
    color: #fff;
    z-index: 99;
}

.banner_heading>span {
    font-weight: 800;
    position: relative;
    display: inline-block;
    padding: 0 10px;
}

.banner_heading>span:before {
    position: absolute;
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0.4;
    z-index: -1;
    width: 100%;
    margin: auto;
    right: 0;
}

.top_bannerProduct_bg .banner_heading>span:before {
    opacity: 0;
}

.top_banner_content .custum_btn{
    margin-top: 20px;
}

/* top banner section ends here */

.section_padding {
    padding: 60px 0;
}

.section_heading {
    font-size: 35px;
    text-align: center;
    font-weight: 500;
    color: var(--title-color);
    margin-bottom: 35px;
    font-family: 'Playfair Display', serif;
}

.section_heading>span {
    font-weight: 800;
}

.big_sale_banner_section figure img {
    width: 100%;
}

/* top product css starts here */

.top_product_full_box {
    display: grid!important;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.top_product_boxItem {
    text-align: center;
    width: 100%;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 150px;
    transition: all 0.3s;
}

.top_product_boxItem.active {
    background: var(--secondary-color);
}

.top_product_boxItem:hover {
    background: var(--secondary-color);
}

.top_product_boxItem:hover > .top_pro_icon_heading{
    color: var(--default-color);
}

.top_pro_icon_heading {
    font-size: 15px;
    margin-top: 15px;
    color: var(--title-color);
    font-weight: 600;
}

.top_product_boxItem.active .top_pro_icon_heading{
    color: var(--default-color);
}

.top_product_btn_row .custum_btn {
    margin: auto;
}

/* top product css ends here */

/* traditional cloth css starts here */

.traditional_cloth_section {
    background: var(--secondary-bg-color);
}

.traditional_cloth_slider .owl-nav button.owl-prev,
.traditional_cloth_slider .owl-nav button.owl-next{
    background: #fff;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    box-shadow: 0 0 9px #ddd;
    border-radius: 100%;
}

.traditional_cloth_slider .owl-nav button.owl-prev{
    left: -45px;
}

.traditional_cloth_slider .owl-nav button.owl-next{
    right: -45px;
}

.slideImg_columnBox {
    position: relative;
    display: flex;
}

.slideImg_columnBox figure {
    width: 100%;
}

.slideImg_column_textBox {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slideImg_column_text {
    color: var(--default-color);
    font-size: 18px;
    font-weight: 500;
}

/* traditional cloth css ends here */

/* Wedding Season css starts here */

.wedding_season_full_column {
    display: grid!important;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}

.wed_season_columnItem {
    position: relative;
    display: flex;
    width: 100%;
}

.wed_season_columnItemDown {
    bottom: -50px;
}

.wed_sea_colItem_heading {
    font-size: 30px;
    font-weight: 900;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: var(--default-color);
}

.wedding_season_column figure{
    width: 100%;
}

.wedding_season_column figure img {
    width: 100%;
}

/* Wedding Season css ends here */

/* Headphones css starts here */

.top_headphones_left {
    width: 65%;
    margin-right: 1%;
}

.headphones_item {
    margin-bottom: 1%;
    width: 49%;
}

.headphones_full_width{
    width: 100%;
}

.top_headphones_right {
    flex: 1;
}

.top_headphones_right figure img {
    width: 100%;
}

/* Headphones css ends here */

/* newslatter css starts here */

.newslatter_left {
    width: 40%;
}

.small_heading {
    font-size: 15px;
    color: var(--tittle-color);
    font-weight: 500;
    margin-bottom: 12px;
}

.newslatter_full_container .section_heading {
    text-align: left;
    margin-bottom: 20px;
}

.newslatter_left_para {
    font-size: 15px;
    line-height: 28px;
    color: var(--title-color);
}

.newslatter_right {
    width: 40%;
    position: relative;
}

.newslatter_right:before {
    position: absolute;
    content: "";
    background: #fff6f7;
    width: 425px;
    height: 425px;
    border-radius: 100%;
    z-index: -1;
    right: 0;
    top: 0;
}

.newslatter_right .section_heading {
    margin-top: 35px;
}

.subscribe_box {
    box-shadow: 0 0 9px #ddd;
    padding: 15px 20px;
}

.subscribe_box .rightSide_heading {
    text-align: center;
    font-weight: 700;
    font-size: 25px;
}

.newslatter_form .form-control {
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    margin-right: 10px;
    background: 0;
    padding: 0;
}

.newslatter_form .form-control::placeholder{
    color: #000;
    font-size: 13px;
}

.form_submit_btn {
    background: #000;
    min-width: 45px;
    height: 45px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    border: 1px solid #000;
    width: 100%;
}

.form_submit_btn:hover {
    background: 0;
    border: 1px solid #000;
    transform: translateX(2px);
}

.rightSide_heading {
    font-size: 24px;
    font-weight: 500;
    color: var(--title-color);
    margin-bottom: 23px;
    font-family: 'Playfair Display', serif;
}

.recentPost_box {
    margin-top: 20px;
}

.recentPost_itemLink {
    margin-right: 8px;
    margin-bottom: 12px;
    display: inline-block;
}

.recentPost_itemHeading {
    box-shadow: -2px 3px 9px #848181;
    padding: 10px 15px;
    font-size: 15px;
    display: inline-block;
    background: var(--secondary-color);
    color: #fff;
    transition: all 0.3s;
}

.recentPost_itemHeading:hover{
    background: 0;
    color: var(--secondary-color);
}

.blog_category {
    margin-top: 10px;
    margin-bottom: 20px;
}

.form-select-box{
    position: relative;
}

.form-select-box::after {
    position: absolute;
    content: '\f107';
    font-family: 'FontAwesome';
    right: 15px;
    top: 3px;
    font-size: 25px;
}

.blog_category .form-control {
    padding: 10px 15px;
    height: auto;
    border: 1px solid var(--title-color);
    color: var(--title-color);
    font-size: 15px;
    appearance: none;
}

/* newslatter css ends here */

/* footer css starts here */

.footer_section {
    padding-top: 60px;
    background: var(--default-color);
    box-shadow: 0 0 9px #ddd;
}

.footer_top_container {
    padding-bottom: 30px;
}

.footer_top_left {
    width: 33%;
}

/*.footer_logo {
    max-width: 250px;
    margin-bottom: 20px;
}*/

.f_para {
    color: var(--default-color);
    font-size: 15px;
    line-height: 28px;
}

.f_heading {
    color: var(--title-color);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
}

.footer_category_menu_list>li>a {
    color: var(--title-color);
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
}

.footer_bottom {
    padding: 15px 0;
    border-top: 1px solid #8f8f8f;
}

.footer_copyright_text {
    font-size: 13px;
    color: var(--title-color);
}

.footer_bottom_link_list>li>a {
    color: var(--title-color);
    font-size: 13px;
    font-weight: 400;
    margin-left: 20px;
}

.footer_copyright_column_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer_copyright {
    text-align: center;
    width: 100%;
}

/* footer css ends here */

/* all categories page css starts here */

/* category slider banner css starts here */

.hotel_booking_top_banner {
    position: relative;
}

.hotel_booking_top_banner_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.hotel_booking_top_banner_text .custum_btn {
    margin: auto;
}

#pro_slider_banner .carousel-item img {
    width: 100%;
}

#pro_slider_banner .carousel-indicators {
    padding-bottom: 10px;
}

#pro_slider_banner .carousel-indicators li {
    width: 10px;
    height: 10px;
    background: var(--title-color);
    border-radius: 100%;
    border: 0;
    opacity: 1;
}

#pro_slider_banner .carousel-indicators li.active {
    background: var(--secondary-color);
}

/* category slider banner css ends here */

.three_product_cate_section .top_product_full_box {
    display: flex!important;
}

.three_product_cate_section .top_product_boxItem {
    width: 20%;
    height: 200px;
    margin-right: 1%;
}

.three_product_cate_section .top_product_boxItem:last-child{
    margin-right: 0;
}

.categories_number {
    font-size: 15px;
    color: var(--title-color);
    font-weight: 900;
    margin-top: 10px;
}

.three_product_cate_section .top_product_boxItem.active .categories_number{
    color: var(--default-color);
}

.three_product_cate_section .top_product_boxItem:hover .categories_number{
    color: var(--default-color)!important;
}

.categories_column_box {
    gap: 10px;
    display: grid!important;
    grid-template-columns: repeat(4, 1fr);
}

.categories_column_box .wedding_season_column {
    width: 100%;
    display: flex;
    position: relative;
}

.browse_all_category_section {
    background: var(--secondary-bg-color);
}

.letter_filter_cat_container {
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

.letter_filter_cat_container>span {
    color: var(--title-color);
    font-size: 15px;
    font-weight: 500;
    width: 38px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color);
    margin-right: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
}

.letter_filter_cat_container>span:hover {
    box-shadow: 1px 4px 9px #7a7878;
    transform: translateY(-4px);
}

.browse_all_category_container .wed_sea_colItem_heading {
    font-size: 18px;
    background: rgba(0,0,0,0.3);
    padding: 10px 0;
    bottom: 0;
}

.browse_all_category_container .top_product_btn_row {
    margin-top: 20px;
}

/* all categories page css ends here */

/* individual categories page css starts here */

.babyCare_Container {
    box-shadow: 0 0 9px #ddd;
    padding: 15px;
}

.babyCare_left {
    max-width: 376px;
    overflow: hidden;
    box-shadow: 0 0 9px #ddd;
}

.babyCare_left:hover img {
    transform: scale(1.1);
    transition: all 0.3s;
}

.babyCare_left figure img {
    transition: all 0.3s;
    width: 376px;
    height: 246px;
    object-fit: cover;
}

.babyCare_right {
    flex: 1;
    margin-left: 40px;
}

.babyCare_right_top {
    margin-bottom: 20px;
}

.babyCare_right_top .section_heading {
    margin-bottom: 0;
    font-size: 25px;
}

.care_share_box {
    margin-right: 35px;
}

.care_share_box a {
    color: var(--secondary-color);
    border-left: 1px solid #4a4a4a;
    padding-left: 15px;
    font-size: 20px;
}

.blogAboutLink {
    color: #000;
    display: inline-block;
    transition: all 0.3s;
}

.blogAboutLink:hover {
    color: #f00;
    text-decoration: underline;
}

.section_para {
    color: var(--title-color);
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
    font-weight: 400;
    margin-bottom: 10px;
}

.section_para:last-child {
    margin-bottom: 0;
}

.bed_left_column_content .custum_btn {
    margin: auto;
}

.bed_left_box {
    flex: 1;
    margin-right: 2%;
}

.bed_right_adv {
    width: 32%;
}

.bed_left_column {
    width: 48%;
}

.bed_left_column_content {
    width: 90%;
    margin: auto;
    box-shadow: 0 0 9px #ddd;
    padding: 25px 20px;
    position: relative;
    top: -30px;
    z-index: 9;
    background: #fff;
    border-radius: 5px;
}

.box_heading {
    font-size: 20px;
    color: var(--title-color);
    font-family: 'Playfair Display', serif;
    text-align: center;
    font-weight: 800;
    margin-bottom: 10px;
}

.bed_left_column_img {
    overflow: hidden;
    box-shadow: 0 0 9px #ddd;
}

.bed_left_column_img figure:hover img {
    transform: scale(1.1);
}

.bed_left_column_img figure img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    box-shadow: 0 0 9px #ddd;
    transition: all 0.3s;
}

.bed_left_column_content .section_para {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ver_add_2 {
    margin-top: 20px;
    display: block;
}

.bed_section_bg {
    background: var(--secondary-bg-color);
}

.store_globally_box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    max-height: 350px;
    overflow: auto;
    padding: 5px;
}

.store_globally_item {
    width: 100%;
    color: var(--title-color);
    font-size: 16px;
    font-weight: 500;
    padding: 15px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 9px #ddd;
    border-radius: 4px;
    transition: all 0.3s;
}

.store_globally_item:hover{
    background: var(--secondary-color);
    color: var(--default-color);
    box-shadow: 0px 3px 6px #3a3939;
}

.store_active {
    background: var(--secondary-color);
    color: var(--default-color);
    box-shadow: 0px 3px 6px #707070;
}

.offer_promotion_banner_text {
    text-align: center;
}

.offer_promotion_banner_text .custum_btn {
    margin: auto;
    margin-top: 25px;
}

/* individual categories page css ends here */

/* coupon stores page css starts here */

.category_filter_left {
    width: 290px;
}

.category_filter_left_bottom,
.right-sticky-top {
    position: sticky;
    top: 10px;
}

.category_filter_right {
    flex: 1;
    margin-left: 20px;
    background: var(--secondary-bg-color);
    border-radius: 5px;
    padding-top: 60px;
    box-shadow: 0 0 9px #ddd;
}

.category_filter_left_top {
    width: 100%;
    box-shadow: 0 0 9px #bfbfbf;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.category_filter_left_top .section_heading {
    text-align: left;
    font-size: 20px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
}

.cat_filter_border {
    margin: 15px -15px;
    color: #ddd;
}

.filter_box_heading {
    font-size: 16px;
    font-weight: 500;
    color: var(--title-color);
    margin-bottom: 10px;
}

.search_filter_form {
    border: 1px solid #000;
    border-radius: 5px;
}

.search_filter_form .form-control {
    border: 0;
    border-radius: 0;
    background: 0;
}

.search_filter_form .form-control::placeholder{
    color: var(--title-color);
    font-size: 12px;
    font-weight: 500;
}

.search_filter_form>i {
    padding-right: 12px;
}

.filter_cat_text {
    font-size: 15px;
    font-weight: 700;
    color: var(--title-color);
}

.filter_clear_text {
    font-size: 14px;
    font-weight: 500;
    color: var(--title-color);
}

.filter_input_box_heading {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border: 0;
    background: 0;
    padding: 0;
    color: var(--tittle-color);
    font-weight: 500;
    font-size: 15px;
}

.filter_input_box_heading>i {
    font-weight: 900;
    font-size: 20px;
    line-height: 15px;
}

.filter_input_row {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.filter_input_checkbox {
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.filter_input_lebal {
    margin: 0;
    font-size: 14px;
    margin-left: 10px;
    color: var(--tittle-color);
    font-weight: 500;
    cursor: pointer;
}

.category_filter_right .letter_filter_cat_container {
    padding: 0 45px;
    justify-content: center;
}

.all_category_logo_full_container {
    padding-top: 40px;
}

.all_category_latter {
    position: relative;
    background: var(--secondary-color);
    width: 60px;
    height: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    border-radius: 15px 20px 20px 0;
    left: -6px;
}

.all_category_latter:before {
    position: absolute;
    content: "";
    background: #be6e75;
    width: 6px;
    height: 20px;
    left: 0;
    bottom: -15px;
    z-index: -2;
}

.all_category_latter:after {
    position: absolute;
    content: "";
    background: #ffffff;
    width: 10px;
    height: 10px;
    bottom: -20px;
    left: -5px;
    transform: rotate(45deg);
}

.all_category_logo_list {
    padding: 25px 35px;
    display: grid!important;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.all_category_logo_img {
    width: 100%;
    text-align: center;
}

/* coupon stores page css ends here */

/* coupon stores internal page css starts here */

.offer_subscription_container {
    box-shadow: none;
    background: none;
    padding: 0;
    border-radius: 0;
}

.offer_subscription_row {
    box-shadow: 0 0 9px #ddd;
    border-radius: 10px;
    align-items: center;
    margin-bottom: 20px;
}

.offer_subscription_left {
    width: 35%;
    background: #fc7b8c;
    border-radius: 10px 0 0 10px;
    padding: 10px 15px;
    position: relative;
}

.offer_sub_left_box_img {
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
}

.offer_sub_left_content {
    background: #fff;
    text-align: center;
    padding: 35px 10px 10px 10px;
    margin-top: 50px;
}

.sub_discount_heading {
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    color: #e20a23;
}

.subscribers_heading {
    font-size: 12px;
    text-transform: uppercase;
    margin: 4px 0;
}

.sub_mailing_heading {
    font-size: 10px;
    color: #deadb5;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.offer_sub_form_box .form-control {
    border: 0;
    background: #e9e9e9;
    height: 32px;
    margin-bottom: 10px;
}

.offer_sub_form_box .form-control:focus {
    background: 0;
    box-shadow: 0 0 9px #ddd;
}

.offer_sub_form_box .form-control:focus::placeholder{
    color: transparent;
}

.offer_sub_form_box .custum_btn {
    background: #ea2e44;
    border: 1px solid #ea2e44;
    margin: auto;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 4px 20px;
}

.offer_sub_form_box .custum_btn:hover {
    background: 0;
    border: 1px solid #ea2e44;
    color: #ea2e44;
}

.offer_subscription_right {
    flex: 1;
    padding: 20px 25px;
}

.offer_subscription_right .section_heading {
    text-align: left;
    font-size: 20px;
    margin-bottom: 15px;
}

.offer_subs_right_details_text {
    width: 75%;
    color: #000;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}

.offer_subs_right_btn {
    flex: 1;
    margin-top: 15px;
}

.offer_subs_code {
    border: 0;
    background: #ffb8c1;
    padding: 8px 30px;
    color: var(--title-color);
    font-size: 16px;
    font-weight: 800;
    display: flex;
    transform: skewX(-10deg);
}

.offer_subs_view {
    background: #fc7b8c;
    margin-left: 20px;
}

/* coupon stores internal page css ends here */

/* individual product page css starts here */

.buy_sport_shoes_image {
    margin-top: 20px;
}

.buy_sport_shoes_image figure {
    text-align: center;
}

.sport_product_details {
    margin: 20px 0;
}

.sport_product_details_heading {
    font-size: 25px;
    font-weight: 800;
    color: var(--tittle-color);
    margin-bottom: 12px;
}

.sport_product_details>p {
    font-size: 15px;
    color: var(--tittle-color);
    line-height: 35px;
    font-weight: 500;
}

.buy_sport_shoes_top_box_2 {
    margin-top: 50px;
}

/* individual product page css ends here */

/* about us page css starts here */

.about_us_top_banner {
    height: 300px;
}

.aboutUs_details_container {
    box-shadow: 0 0 9px #ddd;
    padding: 20px;
    margin: 40px 0;
}

.two_column_about_right_heading {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'Playfair Display', serif;
}

/* about us page css ends here */

/* contact us page css starts here */

.contactUs_details_container {
    margin: 40px 0;
}

.contact_heading {
    text-align: left;
    font-size: 30px;
    color: #de8a92;
    margin-bottom: 15px;
    font-family: 'Playfair Display', serif;
    font-weight: 800;
}

.contactForm_left {
    flex: 1;
    margin-right: 40px;
}

.contactUs_formGroup_top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contactUs_formGroup_top .form-group {
    width: 49%;
}

.form_btn_box .custum_btn {
    margin: auto;
}

.contactForm_right {
    width: 288px;
}

.contactAdd_box {
    box-shadow: 0 0 9px #ddd;
    padding: 30px 20px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
        text-align: center;
}

.contactAdd_box .contact_heading {
    text-align: center;
    font-size: 25px;
}

.cont_add_text {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.cont_add_text>a {
    color: #de8a92;
}

/* contact us page css ends here */

/* comments css starts here  */

.user-comments-show, .user-comments-post {
    margin-top: 50px;
}

.user-comments-show .section_heading {
    margin-bottom: 20px;
}

.user-comments-show-item {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.user-comments-icon-date-box {
    margin-bottom: 15px;
}

.user-comments-icon {
    width: 60px;
    height: 60px;
    border: 1px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 15px;
}

.user-name {
    font-size: 18px;
    margin-bottom: 3px;
    color: #000;
}

.user-comments-date {
    font-size: 12px !important;
}

.user-comments-show-item p {
    font-size: 16px;
    line-height: 1.6;
}

.user-comments-show-item .custum_btn {
    margin-top: 15px;
}

.user-comments-post .section_heading {
    margin-bottom: 15px;
}

.user-comments-post p {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
}

/* comments css ends here  */