/* @font-face{font-family:'Abhaya Libre';src:url('../fonts/AbhayaLibre-ExtraBold.woff2') format('woff2'),url('../fonts/AbhayaLibre-ExtraBold.woff') format('woff');font-weight:bold;font-style:normal;font-display:swap;}
@font-face{font-family:'Abhaya Libre';src:url('../fonts/AbhayaLibre-SemiBold.woff2') format('woff2'),url('../fonts/AbhayaLibre-SemiBold.woff') format('woff');font-weight:600;font-style:normal;font-display:swap;}
@font-face{font-family:'Abhaya Libre';src:url('../fonts/AbhayaLibre-Bold.woff2') format('woff2'),url('../fonts/AbhayaLibre-Bold.woff') format('woff');font-weight:bold;font-style:normal;font-display:swap;}
@font-face{font-family:'Abhaya Libre';src:url('../fonts/AbhayaLibre-Medium.woff2') format('woff2'),url('../fonts/AbhayaLibre-Medium.woff') format('woff');font-weight:500;font-style:normal;font-display:swap;}
@font-face{font-family:'Abhaya Libre';src:url('../fonts/AbhayaLibre-Regular.woff2') format('woff2'),url('../fonts/AbhayaLibre-Regular.woff') format('woff');font-weight:normal;font-style:normal;font-display:swap;} */

@font-face {
    font-family: 'Philosopher';
    src: url('../fonts/Philosopher-Bold.woff2') format('woff2'), url('../fonts/Philosopher-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Philosopher';
    src: url('../fonts/Philosopher-Regular.woff2') format('woff2'), url('../fonts/Philosopher-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Italic.woff2') format('woff2'), url('../fonts/OpenSans-Italic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Italic.woff2') format('woff2'), url('../fonts/OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'), url('../fonts/OpenSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.woff2') format('woff2'), url('../fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'), url('../fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-LightItalic.woff2') format('woff2'), url('../fonts/OpenSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'), url('../fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBoldItalic.woff2') format('woff2'), url('../fonts/OpenSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-BoldItalic.woff2') format('woff2'), url('../fonts/OpenSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

#page-wrapper {
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
}

.header,
.footer,
main {
    width: 100%;
}

.photography-sec a {
    display: inline-block;
    cursor: pointer;
}

@media (min-width:1200px) {
    .photography-sec {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .photography-sec {
        min-height: calc(100vh - 629px);
    }
}

* {
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

body {
    margin: 0px;
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-weight: 400;
    color: #3b3b3b;
    font-size: 16px;
}

body {
    font-family: 'Philosopher' !important;
}

input {
    font-family: 'Philosopher', sans-serif, Arial, Helvetica;
}

ul {
    margin: 0px;
    padding: 0px;
}

ul li {
    list-style: none;
}

strong {
    font-weight: 700;
}

a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #3b3b3b;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

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

::-webkit-input-placeholder {
    opacity: 1;
}

::-moz-placeholder {
    opacity: 1;
}

:-ms-input-placeholder {
    opacity: 1;
}

:-moz-placeholder {
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    color: #3b3b3b;
    margin-bottom: 10px;
    font-family: 'Philosopher';
    letter-spacing: 1.4px;
}

.container {
    max-width: 1360px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    float: none;
    box-sizing: border-box;
}

.container-fluid {
    max-width: 100%;
    margin-right: 15px;
    margin-left: 15px;
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.row>.col {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.col.px-0,
.px-0 {
    padding-left: 0;
    padding-right: 0;
}

p,
li,
label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #282828;
}

.d-none {
    display: none;
}

.oy-hidden {
    overflow-y: hidden;
}

.invalid-feedback strong {
    font-weight: 600;
    color: RED;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
}

.c_scroll_bar::-webkit-scrollbar {
    width: 10px;
}

.c_scroll_bar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.c_scroll_bar::-webkit-scrollbar-thumb {
    background: #888;
}

.c_scroll_bar::-webkit-scrollbar-thumb:hover {
    background: rgb(148, 148, 148);
}

p {
    margin-top: 0;
    margin-bottom: 24px;
}

p:last-child {
    margin-bottom: 0;
}

.c_btn a,
.c_btn input,
.c_btn button {
    overflow: hidden;
    border: 2px solid #A73D45;
    padding: 13px 25px;
    font-size: 20px;
    line-height: normal;
    font-weight: 700;
    color: #fff;
    font-family: 'Philosopher';
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 9;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.c_btn a:hover,
.c_btn input:hover,
.c_btn button:hover {
    color: #A73D45;
    background-color: transparent;
}

.c_btn a::before,
.c_btn button::before {
    width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    z-index: -9;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.c_btn_border a::before,
.c_btn_border button::before {
    background-color: #A73D45;
}

.c_btn_red a:hover::before,
.c_btn_red button:hover::before,
.c_btn_border a:hover::before,
.c_btn_border button:hover::before {
    height: 100%;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
}

.c_btn a svg {
    margin-left: 12px;
}

.c_btn a img {
    width: 26px;
    height: 7px;
    object-fit: contain;
    margin-left: 14px;
}

.c_btn_red a,
.c_btn_red input,
.c_btn_red button {
    background-color: #A73D45;
}

.c_btn_border a,
.c_btn_border input,
.c_btn_border button {
    color: #A73D45;
}

.c_btn_border a:hover,
.c_btn_border button:hover {
    color: #fff;
}

div#siteLoader {
    position: fixed;
    z-index: 999999999;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

div#siteLoader img {
    width: 170px;
}

select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 96% 50%;
    appearance: none;
    padding-right: 28px !important;
}

.jquery-notify-bar {
    padding-right: 40px !important;
    max-width: 320px;
}

.jquery-notify-bar .notify-bar-close {
    top: -1px;
    right: 6px;
    left: unset;
    color: #fff;
}

.jquery-notify-bar .notify-bar-text-wrapper {
    background-image: none !important;
}

.jquery-notify-bar .notify-bar-text-wrapper::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    left: 19px;
    top: 11px;
    font-size: 17px;
    color: #0b6f0b;
}

.jquery-notify-bar.warning .notify-bar-text-wrapper::before {
    content: '\f071';
    color: #5d5b3b;
    left: 15px;
}

.jquery-notify-bar.error .notify-bar-text-wrapper::before {
    content: '\f00d';
    color: #fff;
}


/* Slick css */

.slick-slider .slick-arrow {
    background: none;
    border: none;
    z-index: 9;
    position: absolute;
    top: 45%;
    left: 0;
    width: 50px;
    height: 50px;
    font-size: 0px;
    color: #fff;
    transition: all 200ms ease;
    cursor: pointer;
}

.slick-slider .slick-arrow:hover {
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.slick-slider .slick-arrow.slick-prev:after {
    content: '\f104';
    font-size: 60px;
    line-height: 30px;
    font-family: FontAwesome;
}

.slick-slider .slick-arrow.slick-next:after {
    content: '\f105';
    font-size: 60px;
    line-height: 30px;
    font-family: FontAwesome;
}

.slick-slider .slick-arrow.slick-next {
    left: auto;
    right: 0;
}

.slick-slider .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
}

.slick-slider .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-slider .slick-dots li button {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #fff;
    border: none;
    padding: 0;
    text-indent: -9999px;
    cursor: pointer;
    opacity: .5;
    transition: all 200ms ease;
}

.slick-slider .slick-dots li.slick-active button {
    opacity: 1;
}

.no_data_details {
    text-align: center;
    width: 100%;
    padding: 20px 0;
}

img.no_data_img {
    max-width: 80px;
    user-select: none;
    pointer-events: none;
}

.no_data_details h2 {
    color: #666;
    font-size: 20px;
    font-family: 'Philosopher';
    letter-spacing: 0;
    font-weight: 500;
    margin: 0;
}


/* CSS start from here */

.nav-menu {
    float: right;
    display: flex;
    align-items: center;
}

.top-icon ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.menulinks {
    display: none;
    text-align: center;
    width: 41px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 15px;
    cursor: pointer;
}

ul.mainmenu {
    vertical-align: middle;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

ul.mainmenu>li {
    display: inline-block;
    padding: 0 16px;
    position: relative;
}

ul.mainmenu>li>a:link,
ul.mainmenu>li>a:visited {
    letter-spacing: 0.03em;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    font-family: 'Philosopher';
    line-height: 34px;
    letter-spacing: -0.6px;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    position: relative;
}

ul.mainmenu>li:hover a,
ul.mainmenu>li>a.current {
    color: #A73D45;
}

ul.mainmenu>li>a.current {
    border-bottom-color: #A73D45;
}

ul.mainmenu>li>a.current:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #A73D45;
    border-width: 8px;
    margin-left: -8px;
}

ul.mainmenu>li>ul>li a:not(.child-triggerm):hover {
    color: #A73D45;
}

ul.mainmenu ul {
    position: absolute;
    left: 0;
    width: 250px;
    padding: 0;
    list-style: none;
    margin: 0;
    background: #fff;
    z-index: 2;
    display: none;
    /*box-shadow: rgb(0 0 0 / 10%) 0px 10px 50px;*/
}

ul.mainmenu ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

ul.mainmenu ul li:last-child {
    border-bottom: none;
}

ul.mainmenu li li a:link,
ul.mainmenu li li a:visited {
    color: #000;
    display: block;
    padding: 8px 15px;
    font-size: 15px;
}

ul.mainmenu li li a:hover {
    background: rgba(255, 255, 255, 0.1);
}

ul.mainmenu ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
}


/* FOR CHILD MENU */

ul.mainmenu>li>ul {
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 50px;
}

ul.mainmenu>li>ul>li>a {
    position: relative;
}

ul.mainmenu>li>ul>li:hover>a::after {
    content: '';
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #dddddd;
    position: absolute;
    top: 10px;
    left: 0;
    right: 20px;
}

ul.mainmenu>li>ul>li:hover>a.child-triggerm::after {
    content: none;
}

ul.mainmenu>li>ul>li>ul.has_inner_children {
    max-width: 680px;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 50px;
    padding: 25px !important;
    width: max-content;
}

ul.mainmenu>li>ul>li>ul.has_no_inner_children {
    flex-direction: column;
    padding: 25px;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 50px;
}

ul.has_inner_children>li {
    width: calc( 100% / 3);
    min-width: 210px;
}

ul.mainmenu>li>ul>li>ul.has_no_inner_children li a {
    padding-left: 0;
}

ul.mainmenu>li>ul>li>ul.has_no_inner_children li a::before {
    opacity: 0;
}

ul.mainmenu ul.has_inner_children>li>ul {
    left: 0;
    width: 100%;
    position: unset;
}

ul.mainmenu>li>ul>li>ul.has_inner_children>li>a:not(.child-triggerm) {
    color: #000 !important;
    font-weight: 600;
    padding: 7px 0;
    margin: 0 0 5px 0;
}

ul.mainmenu>li>ul>li>ul.has_inner_children>li>a::before {
    opacity: 0;
}

ul.mainmenu>li>ul ul a:not(.child-triggerm) {
    position: relative;
    color: #999999 !important;
    display: block;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    text-transform: capitalize;
    padding: 7px 0 7px 15px;
    margin: 0;
}

ul.mainmenu>li>ul ul a:not(.child-triggerm)::before {
    content: '';
    position: absolute;
    left: 0;
    right: auto;
    top: 15px;
    bottom: auto;
    background: #ffffff;
    width: 4px;
    height: 4px;
    border: 1px solid #000000;
    border-radius: 50%;
    transition: all 0.3s;
}


/* END FOR CHILD MENU */

header {
    position: relative;
}

.header-main .logo_section {
    width: 241px;
}

.header-main .logo_section img {
    width: 100%;
    object-fit: contain;
}

.header-main .menu_Section {
    width: calc(100% - 241px);
}

.top-icon ul img {
    width: 29px;
    height: 30px;
}

.top-icon ul li a {
    display: inline-block;
    position: relative;
}

.top-icon ul li .badge {
    position: absolute;
    background-color: #a73d45;
    color: #fff;
    padding: 0px 5px;
    line-height: normal;
    border-radius: 50px;
    font-size: 12px;
    top: 0;
    right: -7px;
}

.top-icon ul li {
    padding: 0 13px;
    position: relative;
}

.header-main {
    padding: 35px 0 25px;
    border-bottom: 1px solid #00000017;
}

.top-icon ul li:hover .header_myacc_menu_wrap {
    display: block;
}

.header_myacc_menu_wrap {
    position: absolute;
    width: 220px;
    z-index: 99;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 26%) 0px 10px 29px;
    display: none;
}

.header_myacc_menu_wrap ul li a {
    line-height: 40px;
    position: relative;
    display: block;
    font-size: 15px;
    padding: 5px 10px 5px 40px;
}

.header_myacc_menu_wrap ul {
    display: block;
}

.header_myacc_menu_wrap ul li a svg {
    position: absolute;
    left: 16px;
    top: 18px;
    font-size: 15px;
    color: #a73d45;
}

.header_myacc_menu_wrap ul li:not(:last-child) {
    margin-bottom: 3px;
}

.header_myacc_menu_wrap ul li {
    padding: 0;
}

.header_myacc_menu_wrap ul li a:hover {
    background-color: #a73d45;
    color: #fff;
}

.header_myacc_menu_wrap ul li a:hover svg {
    color: #fff;
}


/* HEADER SEARCH */

.header_search_wrapper {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #fff;
    display: none;
    padding-top: 20px;
}

.header_search_inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-width: 80%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

.header_search_input {
    position: relative;
    width: calc( 100% - 100px);
    padding-right: 80px;
    padding-left: 200px;
}

.header_search_input select {
    position: absolute;
    width: 180px;
    left: 0;
    height: 100%;
    border: 0;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    background-color: transparent;
}

.header_search_input input[type="search"]::placeholder,
.header_search_input input[type="text"]::placeholder {
    color: #ccc;
}

.header_search_input input[type="search"],
.header_search_input input[type="text"] {
    width: 100%;
    margin: 0;
    padding: 5px 30px;
    font-size: 40px;
    letter-spacing: 1.5px;
    color: #000;
    border: 0;
    border-bottom: 1px solid #ccc;
}

.header_search_input input[type="search"],
.header_search_input input[type="text"] {
    caret-color: #a73d45;
}

.header_search_input button {
    margin: 0;
    background-color: #a73d45;
    border: 0;
    color: #fff;
    padding: 15px 13px;
    font-size: 20px;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.header_search_close_icon {
    color: #020116;
    font-size: 40px;
    display: inline-block;
    line-height: 40px;
    cursor: pointer;
}


/*Nav*/


/* FOOTER */

footer {
    background-color: #1C1C1C;
    padding: 100px 0 50px;
}

.footer_logo {
    margin-bottom: 15px;
}

.footer p {
    color: #777;
}

.footer_contact {
    margin-top: 30px;
}

.footer_contact_item:not(:last-child) {
    margin-bottom: 10px;
}

.footer_contact_item {
    position: relative;
    padding-left: 28px;
}

.footer_contact_item i,
.footer_contact_item svg {
    color: #A73D45;
    position: absolute;
    left: 0;
    top: 4px;
}

.footer a {
    color: #777;
}

.footer a:hover {
    color: #fff;
}

.footer_clm_title {
    margin-bottom: 27px;
}

.footer_clm_title h4 {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: #ddd;
}

.footer_clm_links li:not(:last-child) {
    margin-bottom: 12px;
}

.footer_clm_links li a {
    display: block;
}

.footer_clm_time li {
    display: flex;
    flex-wrap: wrap;
}

.footer_clm_time li:not(:last-child) {
    margin-bottom: 10px;
}

.footer_clm_time li>* {
    color: #777;
}

.footer_clm_time li>span {
    text-transform: uppercase;
}

.footer_clm_time li label {
    position: relative;
    padding-left: 28px;
    max-width: 200px;
    width: 100%;
}

.footer_clm_time li svg {
    color: #A73D45;
    position: absolute;
    left: 0;
    top: 4px;
}

footer .sb_sidebar_blog_list_item_content h3 a {
    color: #777;
}

footer .sb_sidebar_blog_list_item_image img {
    height: 70px;
}

footer .sb_sidebar_blog_list_item_content h3 a {
    line-height: 20px;
}

footer .sb_sidebar_blog_list_item_content label {
    color: #777;
}

footer .sb_sidebar_blog_list_item:not(:last-child) {
    margin-bottom: 4px;
    padding-bottom: 4px;
}

footer .sb_sidebar_blog_list_item_image {
    width: 70px;
}

.footer_bottom .row {
    border-top: 2px solid rgba(255, 255, 255, 0.173);
    margin-top: 30px;
    padding-top: 30px;
    align-items: center;
}

.footer_bottom_copy_right p {
    font-size: 14px;
    text-align: right;
}

.footer_bottom_link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer_bottom_link ul li:not(:last-child) {
    margin-right: 20px;
}

.footer_bottom_link ul li a {
    font-size: 14px;
}

.footer_bottom_social ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.footer_bottom_social ul li:not(:last-child) {
    margin-right: 15px;
}

.footer_bottom_social ul li a {
    width: 36px;
    height: 36px;
    display: block;
    background-color: #777;
    color: #1C1C1C;
    text-align: center;
    line-height: 36px;
    border-radius: 50px;
    font-size: 17px;
}

.footer_bottom_social ul li a:hover {
    color: #fff;
    background-color: #A73D45;
}


/* CONFIRM POPUP */

.confirm_age {
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    background-color: #000000c2;
    left: 0;
    top: 0;
}

.confirm_popup_inner {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.popup_shade {
    height: 45px;
}

.popup_shade img {
    width: 100%;
}

.popup_content {
    background-color: #fff;
    padding: 45px 65px;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.popup_content h2 {
    font-size: 50px;
    color: #000;
    margin-bottom: 20px;
}

.popup_content p {
    font-size: 16px;
    line-height: 24px;
}

.popup_content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    flex-direction: row;
}

.popup_content ul li {
    width: 100%;
}

.popup_content ul li:not(:last-child) {
    margin-bottom: 10px;
}

.popup_content ul li a {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    color: #A73D45;
}

.popup_content ul li.access a {
    color: #009419;
}

.popup_content ul li a svg {
    margin-left: 2px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.popup_content ul li a:hover svg {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
}


/* ***** HOME PAGE STYLE ***** */


/* HOME PAGE BANNER */

.custom_paging li {
    display: none;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 5px;
}

.custom_paging li.slick-active {
    display: block;
}

.SliderControls {
    position: absolute;
    z-index: 9;
    left: 15%;
    bottom: 95px;
    display: flex;
    align-items: center;
}

.banner_wrap {
    position: relative;
}

.home_slider_item {
    height: calc(100vh - 100px);
    position: relative;
}

.home_slider_item .slider-daily-deal {
   position: relative;
    z-index: 999;
    display: block;
    text-decoration: none !important;
    transition: all 0.3s;
}

.home_slider_item .slider-daily-deal:active {
    scale: 0.95;
}

.home_slider_item .slider-daily-deal span {
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    border-radius: 100px;
    color: #A73D45;
    font-size: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
    font-weight: 500;
    box-shadow: 3px 3px 20px #00000059;
    cursor: pointer;
}

.home_slider_item .slider-daily-deal span::after,
.home_slider_item .slider-daily-deal span:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 50%;
    z-index: -1;
    animation: grow 1.8s ease-in-out infinite;
}

.home_slider_item .slider-daily-deal span::before {
    background: #ffffff;
    opacity: 0.5;
    animation-delay: -0.5s;
}

.qr-code-container {
    
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(119, 45, 45, 0.2);
    width: 160px;
    text-align: center;
    transition: opacity 0.3s ease-in-out;
}

.qr-code-container img {
    width: 90px;
    height: auto;
    margin: 0 auto;
}

.qr-code-mobile {
    display: none;
}

/* Hide QR Code text by default */
.qr-code-desktop {
    display: block;
}

/* Mobile View */

.qr-code-text {
    font-size: 12px;
    font-weight: bold;
    color: #333;
    margin-top: 5px;
    line-height: 1.4;
}

.home_slider_item .slider-daily-deal {
    display: flex;
    align-items: center;
    gap: 15px;
}

.home_slider_item .slider-daily-deal:hover + .qr-code-container {
    opacity: 1;
}
@keyframes grow {
    0% {
        transform: scale(1, 1);
        opacity: 1;
    }
    100% {
        transform: scale(1.8, 1.8);
        opacity: 0;
    }
}

.home_slider_item .container {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
}

.home_slider_icon {
    margin-bottom: 23px;
}

.home_slider_icon img {
    max-width: 51px;
    height: auto;
    object-fit: contain;
}

.home_slider_inner_content {
    max-width: 650px;
}

.home_slider_inner_content label {
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 9px;
    display: inline-block;
}

.home_slider_inner_content h2 {
    font-size: 60px;
    line-height: 72px;
    color: #fff;
    margin-bottom: 9px;
    font-weight: 400;
    text-shadow: 0 0 11px black;
}

.homeSlider .home_slider_content .c_btn a:nth-child(1) {
    display: none;
}

.homeSlider .SliderControls .custom_paging {
    margin-bottom: 0px;
}

.banner_social_icons {
    position: absolute;
    right: 60px;
    top: 120px;
    z-index: 9;
}

.banner_social_icons label {
    writing-mode: vertical-rl;
    padding-bottom: 150px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    transform: rotate(179deg);
    -webkit-transform: rotate(179deg);
    -moz-transform: rotate(179deg);
    -ms-transform: rotate(179deg);
    -o-transform: rotate(179deg);
}

.banner_social_icons ul li:not(:first-child) {
    margin-top: 30px;
}

.banner_social_icons ul a {
    color: #fff;
    font-size: 26px;
}

.banner_social_icons ul a:hover {
    color: #a73d45;
}

.banner_social_icons label::before {
    position: absolute;
    content: '';
    height: 100px;
    width: 2px;
    background-color: #fff;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.slick-slider .slick-arrow {
    padding: 0;
    width: unset;
    height: unset;
    top: 50%;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
}

.banner_wrap .slick-slider .slick-arrow.slick-prev:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f30a';
    font-size: 22px;
}

.banner_wrap .slick-slider .slick-arrow.slick-next:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f30b';
    font-size: 22px;
}

.banner_wrap ul.custom_paging li {
    font-family: 'Philosopher';
    font-size: 20px;
    line-height: 23px;
}

.banner_wrap button.slick-prev.slick-arrow {
    left: -30px;
}

.banner_wrap button.slick-next.slick-arrow {
    right: -27px !important;
    left: unset !important;
}


/* PRODUCT CARD */

.category_card_sec {
    padding: 100px 0;
    background-color: #1C1C1C;
}

.category_card_sec .col-4:nth-child(even) .product_card {
    background-color: #F4F4F4;
}

.product_card {
    padding: 30px 30px 0;
    background-color: #FFFAF6;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.product_card:hover {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
}

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

.product_content {
    position: relative;
    width: calc( 100% - 170px);
}

.product_content .product_category {
    font-size: 16px;
    line-height: 21px;
    color: #A73D45;
    letter-spacing: 1.4px;
    display: block;
    margin-bottom: 14px;
}

.product_content .product_name {
    font-size: 40px;
    line-height: 47px;
    color: #000;
    margin-bottom: 30px;
}

.product_content a {
    font-family: 'Philosopher';
    text-transform: uppercase;
    color: #000;
    text-decoration: underline;
    font-weight: 700;
}


/* .product_img{padding-right: 10px;} */

.product_img img {
    height: 170px;
    width: 160px;
    object-fit: contain;
}


/* OUR STORY SEC */

.our_story_sec {
    padding: 135px;
}

.story_card_inner {
    max-height: 490px;
    overflow: auto;
    padding-right: 10px;
}

.our_story_card {
    padding: 43px 28px;
    background-color: #3a1d00;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


/* .our_story_card{ padding: 43px 28px; background-color:rgb(148 133 133 / 50%); backdrop-filter:blur(100px); border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; } */

.story_card_label {
    font-size: 15px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.741);
    margin-bottom: 11px;
}

.story_card_title {
    font-size: 40px;
    line-height: 47px;
    color: #fff;
    margin-bottom: 11px;
}

.story_card_inner>*:last-child {
    margin-bottom: 0;
}

.story_card_inner p {
    font-size: 16px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.741);
}


/* FEATURED SECTION */

.section_title {
    text-align: center;
    padding-bottom: 43px;
}

.section_title h2 {
    font-size: 50px;
    line-height: 58px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
}

.section_title_1{
    text-align: center;
    padding-bottom: 43px;
}
.section_title_1 h2 {
    font-size: 50px;
    line-height: 58px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}

.featured_sec {
    display: none;
    padding-top: 90px;
    padding-bottom: 75px;
}

.featured_sec .section_title {
    padding-bottom: 23px;
}

.featured_filter_lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.featured_filter_wrap {
    margin-bottom: 30px;
}

.featured_filter_item {
    padding: 9px 28px;
    font-size: 18px;
    line-height: 21px;
    color: #000;
    text-align: center;
    border: 1px solid #000;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.featured_filter_item.active,
.featured_filter_item:hover {
    background-color: #A73D45;
    border-color: #A73D45;
    color: #fff;
}

.featured_filter_item:not(:last-child) {
    margin-right: 30px;
}

.filter_card_img {
    margin-bottom: 24px;
}

.filter_card_img img {
    max-width: 450px;
    height: 460px;
    object-fit: contain;
    width: 100%;
}

.filter_card_content {
    text-align: center;
}

.filter_card_content h4 {
    margin-bottom: 0;
}

.filter_card_content h4 a {
    font-size: 26px;
    line-height: normal;
    color: #000;
    font-weight: 700;
}

.filter_card_content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 6px;
}

.filter_card_content ul li {
    font-size: 24px;
    line-height: normal;
    color: #A73D45;
    font-weight: 700;
    font-family: 'Philosopher';
}

.filter_card_content ul li.filter_card_old_price {
    color: #D4D4D4;
}

.filter_card_content ul li:not(:last-child) {
    margin-right: 30px;
    display: none;
}

.filter_card_item {
    padding-top: 30px;
}


/* NEW SECTION */

.news_sec {
    padding-top: 75px;
    padding-bottom: 150px;
}

.news_card_img {
    position: relative;
    height: 317px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
}

.news_card_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.news_card_img span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 15px 5px 12px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    border-radius: 0px 10px 0px 10px;
    -webkit-border-radius: 0px 10px 0px 10px;
    -moz-border-radius: 0px 10px 0px 10px;
    -ms-border-radius: 0px 10px 0px 10px;
    -o-border-radius: 0px 10px 0px 10px;
}

.news_card_content {
    margin-top: 25px;
}

.news_card_content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 19px;
}

.news_card_content ul li {
    font-size: 14px;
    line-height: 19px;
    color: #000;
}

.news_card_content h3 {
    font-size: 30px;
    line-height: 39px;
    color: #000;
    font-weight: 700;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: unset;
    text-align: center;
}

.news_card_content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
}


/* ***** BLOG PAGE STYLE ***** */

.blog_banner {
    padding: 125px 0;
}

.blog_banner_card {
    padding: 46px 30px;
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(20px);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.blog_banner_inner {
    text-align: center;
}

.blog_banner_inner>label {
    color: #A73D45;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    margin-bottom: 23px;
    display: block;
}

.blog_banner_inner h2 {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 52px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 0;
}

.blog_banner_inner h2 a {
    color: #000;
}

.blog_banner_inner ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.blog_banner_inner ul li {
    font-size: 14px;
    line-height: 19px;
    color: #000;
}

.blog_banner_inner ul li:not(:last-child) {
    margin-right: 30px;
}

.get_smart_sec {
    padding-top: 80px;
    padding-bottom: 60px;
}

.get_smart_sec .section_title,
.blog_featured_sec .section_title {
    padding-bottom: 43px;
}

.blog_card {
    margin-bottom: 40px;
}

.blog_card_img {
    height: 286px;
    position: relative;
    overflow: hidden;
}

.blog_card_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.blog_card_img span {
    padding: 8px 15px;
    background-color: #fff;
    color: #A73D45;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: calc( 100% - 20px);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
}

.blog_card_content {
    margin-top: 23px;
    text-align: center;
}

.blog_card_content h3 {
    margin-bottom: 19px;
}

.blog_card_content h3 a {
    font-size: 28px;
    line-height: 33px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_card_content ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.blog_card_content ul li:not(:last-child) {
    margin-right: 30px;
}

.blog_card_content ul li {
    font-size: 14px;
    line-height: 19px;
    color: #000;
}

.category_blog_card_custom .clr_black {
    color: #000 !important;
}

.blog_card_content.invert h3 a,
.blog_card_content.invert ul li,
.section_title.invert h2 {
    color: #fff;
    letter-spacing: 0;
}

.blog_featured_sec {
    padding: 87px 0 47px;
}

.wine_story_sec {
    padding-top: 120px;
    padding-bottom: 10px;
}

.wine_story_sec .blog_card_img {
    height: 475px;
}

.wine_store_card_lists {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.wine_store_card_item {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 50%;
    margin-bottom: 10px;
}

.wine_store_card_img {
    height: 230px;
    overflow: hidden;
}

.wine_store_card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wine_store_card_content {
    margin-top: 20px;
    padding: 0 10px;
    text-align: center;
}

.wine_store_card_content h4 a {
    font-size: 18px;
    line-height: 21px;
    color: #000;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.more_recent_sec {
    padding-top: 40px;
    padding-bottom: 80px;
}


/* ***** PRODUCT LISTING PAGE STYLE ***** */

.product_banner_sec {
    padding: 82px 0 65px;
    background-position-x: -220px !important;
}

.main_product_listing {
    padding-top: 120px;
    padding-bottom: 90px;
}

.filter_sidebar_title {
    padding: 12px 30px 10px;
    background-color: #A73D45;
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 0;
}

.filter_sidebar_item_content {
    padding: 25px;
    background-color: #F6F6F6;
}

.product_list_sorting {
    padding: 11px 30px;
    background-color: #F6F6F6;
}

.product_list_sorting {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.product_display_cate ul {
    display: flex;
    flex-wrap: wrap;
}

.product_display_cate ul li:not(:last-child) {
    margin-right: 14px;
}

.product_display_cate ul li a {
    font-size: 20px;
    color: #000;
}

.product_display_cate ul li a.active {
    color: #A73D45;
}

.product_sorting_option select {
    border: 1px solid #E4E4E4;
    background-color: #fff;
    color: #000;
    font-size: 13px;
    padding: 7px 13px 7px 7px;
    line-height: 17px;
    font-weight: 600;
}

.pagination>nav>div:first-child {
    display: none;
}

.pagination>nav>div:nth-child(2)>div:first-child {
    display: none;
}

.pagination>nav>div:nth-child(2)>div:nth-child(2) {
    max-width: 400px;
}

.pagination>nav>div:nth-child(2)>div:nth-child(2)>span {
    display: flex;
    flex-wrap: wrap;
}

.pagination>nav>div:nth-child(2)>div:nth-child(2)>span>* {
    border: 1px solid #E4E4E4;
    background-color: #fff;
    color: #000;
    font-size: 13px;
    padding: 2px 7px;
    line-height: 17px;
    font-weight: 600;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    cursor: pointer;
}

.pagination>nav>div:nth-child(2)>div:nth-child(2)>span svg {
    width: 17px;
    line-height: 23px;
    height: 100%;
}

.pagination>nav>div:nth-child(2)>div:nth-child(2)>span>[aria-current="page"],
.pagination>nav>div:nth-child(2)>div:nth-child(2)>span>*:hover {
    color: #fff;
    background-color: #A73D45;
}

.pagination>nav>div:nth-child(2)>div:nth-child(2)>span>*:not(:last-child) {
    margin-right: 13px;
}

.pagination>nav>div:nth-child(2)>div:nth-child(2)>span>*:first-child,
.pagination>nav>div:nth-child(2)>div:nth-child(2)>span>*:last-child {
    padding: 0;
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
}


/* product Side bar CSS */

.filter_sidebar_list_wrap>li {
    position: relative;
}

.filter_sidebar_list_wrap>li:not(:last-child) {
    margin-bottom: 16px;
}

.filter_sidebar_list_wrap>li ul li {
    margin-bottom: 10px !important;
}

.filter_sidebar_list_wrap>li a {
    color: #282828;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    display: block;
}

.filter_sidebar_list_wrap>li.active>a,
.filter_sidebar_list_wrap>li:hover>a {
    color: #A73D45;
    font-weight: 600;
}

.filter_sidebar_list_wrap>li>ul {
    padding-left: 20px;
    padding-top: 6px;
    padding-bottom: 1px;
    /*border-left: 1px dashed #a73d45;*/
    position: relative;
}

.filter_sidebar_list_wrap>li>ul::before {
    position: absolute;
    content: '';
    height: 100%;
    border-left: 2px dashed #a73d45;
    top: 0;
    left: 6px;
}

.filter_sidebar_list_wrap>li>ul a {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #282828;
}

.filter_sidebar_list_wrap a.child-triggerm {
    position: absolute;
    top: 0;
    right: -7px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.filter_sidebar_list_wrap li li.active ul::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    position: absolute;
    top: -16px;
    left: -18px;
    width: 15px;
    height: 15px;
    background-color: #f6f6f6;
    text-align: center;
    line-height: 15px;
    z-index: 9;
    color: #a73d45;
}

.filter_sidebar_list_wrap li.active>a.child-triggerm>span::before {
    opacity: 0;
}

.filter_sidebar_list_wrap li:not(.active)>a.child-triggerm>span::before {
    opacity: 1;
}

.filter_sidebar_list_wrap a.child-triggerm span {
    top: 8px;
    width: 12px;
    height: 2px;
    right: 5px;
    background-color: #282828;
    display: block;
    margin-left: auto;
    position: relative;
}

.filter_sidebar_list_wrap a.child-triggerm span::before {
    position: absolute;
    content: '';
    height: 12px;
    width: 2px;
    background-color: #282828;
    top: -4.7px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.filter_sidebar_list_wrap a.child-triggerm.child-open span {
    background-color: #a73d45;
}

.filter_sidebar_list_wrap a.child-triggerm.child-open span::before {
    opacity: 0;
}

.filter_sidebar_checkbox_item:not(:last-child) {
    margin-bottom: 10px;
}

.c_checkbox {
    width: 100%;
    position: relative;
    padding-left: 30px;
}

.c_checkbox input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 99;
}

.c_checkbox label {
    font-size: 16px;
    line-height: 21px;
    color: #000;
    font-weight: 600;
}

.c_checkbox label::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    border: 1px solid #E4E4E4;
    left: 0;
    top: 3px;
    background-color: #fff;
}

.c_checkbox input:checked+label::before {
    background-color: #a73d45;
    border-color: #a73d45;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='405.272px' height='405.272px' viewBox='0 0 405.272 405.272' style='enable-background:new 0 0 405.272 405.272;fill:%23fff;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M393.401,124.425L179.603,338.208c-15.832,15.835-41.514,15.835-57.361,0L11.878,227.836 c-15.838-15.835-15.838-41.52,0-57.358c15.841-15.841,41.521-15.841,57.355-0.006l81.698,81.699L336.037,67.064 c15.841-15.841,41.523-15.829,57.358,0C409.23,82.902,409.23,108.578,393.401,124.425z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-size: 9px;
    background-repeat: no-repeat;
    z-index: 9;
}

.filter_sidebar_tag_list {
    display: flex;
    flex-wrap: wrap;
}

.filter_sidebar_tag_item:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 10px;
}

.filter_sidebar_tag_item.active a,
.filter_sidebar_tag_item a:hover {
    background-color: #a73d45;
    border-color: #a73d45;
    color: #fff;
}

.filter_sidebar_tag_item a {
    border: 1px solid #E4E4E4;
    background-color: #fff;
    display: inline-block;
    color: #000;
    font-size: 12px;
    padding: 6px 8px;
    line-height: 16px;
    font-weight: 600;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}


/* product Main list */

.main_products_list_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    width: 100%;
}

.products_card_item {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: calc( 100% / 3);
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.products_card_image {
    height: 398px;
    overflow: hidden;
    position: relative;
}

.products_card_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
}

.products_card_image img:nth-child(2) {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

.products_card_image:hover img:nth-child(2) {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.products_card_image:hover img:nth-child(1) {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

.products_card_item .action_btn {
    z-index: 99;
    position: absolute;
    top: 20px;
    right: 20px;
}

.products_card_item .action_btn ul li {
    height: 30px;
    width: 30px;
    background-color: #F6F6F6;
    text-align: center;
    line-height: 29px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transform: rotate(180deg) scale(0);
    -webkit-transform: rotate(180deg) scale(0);
    -moz-transform: rotate(180deg) scale(0);
    -ms-transform: rotate(180deg) scale(0);
    -o-transform: rotate(180deg) scale(0);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.products_card_item .action_btn ul li a {
    font-size: 15px;
    color: #A73D45;
}

.products_card_item .action_btn ul li:not(:last-child) {
    margin-bottom: 10px;
}

.products_card_item:hover .action_btn ul li {
    opacity: 1;
    visibility: visible;
    transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
}

.products_card_content {
    text-align: center;
    margin-top: 24px;
}

.products_card_content h4 {
    margin-bottom: 0;
}

.products_card_content h4 a {
    font-size: 22px;
    line-height: 25px;
    color: #000;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.products_card_content h4:hover a {
    color: #A73D45;
}

.products_card_content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 14px;
    margin-top: 10px;
    color: #666;
    font-weight: 500;
}

.products_card_content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 6px;
}

.products_card_content ul li {
    font-size: 24px;
    line-height: normal;
    color: #A73D45;
    font-weight: 700;
    font-family: 'Philosopher';
}

.products_card_content ul li.filter_card_old_price {
    color: #D4D4D4;
    display: none;
}

.products_card_content ul li:not(:last-child) {
    margin-right: 30px;
}


/* PRODUCT ROW VIEW */

.product_row_view_sec .products_card_item {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
}

.product_row_view_sec .products_card_image::before {
    content: none;
}

.product_row_view_sec .products_card_image {
    height: 120px;
    width: 120px;
}

.product_row_view_sec .products_card_item .action_btn {
    top: 50%;
    opacity: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.product_row_view_sec .products_card_item .action_btn li {
    background-color: #a73d45;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    opacity: 1;
    visibility: visible;
    transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
}

.product_row_view_sec .products_card_item .action_btn li a {
    color: #fff;
}

.product_row_view_sec .products_card_content h4 a {
    font-size: 20px;
    line-height: 24px;
    -webkit-line-clamp: 1;
}

.product_row_view_sec .products_card_content {
    margin-top: 0;
    width: calc( 100% - 130px);
    margin-left: auto;
    text-align: left;
    padding-right: 40px;
}

.product_row_view_sec .products_card_content ul {
    justify-content: flex-start;
    margin-top: 4px;
}

.product_row_view_sec .products_card_content ul li {
    font-family: 'Philosopher';
    font-weight: 600;
    font-size: 16px;
}

.price_wrap_slider .number-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.price_wrap_slider .number-group input {
    width: 100%;
    padding: 7px 10px 7px 20px;
    border: 1px solid #666;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.price_wrap_slider .price_input_wrap {
    position: relative;
    height: 40px;
}

.price_wrap_slider .price_input_wrap::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    background-color: #000;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.price_wrap_slider .price_input_wrap .range-input {
    position: absolute;
    left: 0;
    top: 50%;
    margin-bottom: 0;
    -webkit-appearance: none;
    width: 100%;
    border-bottom: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.price_wrap_slider .price_input_wrap .range-input:focus {
    outline: 0;
}

.price_wrap_slider .price_input_wrap input::-webkit-slider-runnable-track {
    width: 100%;
    height: 0px;
    cursor: pointer;
    -webkit-animation: 0.2s;
    animation: 0.2s;
    background: #000;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

.price_wrap_slider .price_input_wrap input::-webkit-slider-thumb {
    z-index: 2;
    position: relative;
    height: 16px;
    width: 16px;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -10px;
    border: 2px solid #a73d45;
}

.price_wrap_slider .price_input_wrap input::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    animation: 0.2s;
    background: #000;
    box-shadow: none;
    border: 0;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
}

.price_wrap_slider .price_input_wrap input::-moz-range-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #000;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
}

.price_wrap_slider .price_input_wrap input::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animation: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.price_wrap_slider .price_input_wrap input::-ms-fill-lower,
.price_wrap_slider .price_input_wrap input::-ms-fill-upper {
    background: #000;
    box-shadow: none;
    border: 0;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
}

.price_wrap_slider .price_input_wrap input::-ms-thumb {
    z-index: 2;
    position: relative;
    height: 16px;
    width: 16px;
    background: #000;
    cursor: pointer;
}

.price_wrap_slider .rangeValues p {
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
}

.section-loader {
    position: relative;
}

.section-loader::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(167, 61, 69, 0.122);
    z-index: 99;
}

.section-loader::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    border: 6px solid #a73d45;
    border-bottom-color: transparent;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    z-index: 999;
}

@keyframes spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-o-keyframes spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-moz-keyframes spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
    }
}


/* Pooduct Popup */

.product_popup {
    padding: 0;
}

.product_popup .pd_social_wrap {
    display: none;
}

.product_popup .pd_main_content>div:not(:last-child) {
    margin-bottom: 25px;
}

.product_popup .pd_description h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product_popup .pd_description p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product_popup {
    max-width: 1327px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.product_popup_inner {
    padding: 60px;
    display: flex;
    flex-wrap: wrap;
}

.product_popup_image {
    max-width: 38%;
    height: 530px;
    width: 100%;
}

.product_popup_image * {
    height: 100%;
}

.product_popup_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product_popup_content {
    max-width: 60%;
    margin-left: auto;
}

.product_popup .slick-slider .slick-arrow.slick-prev {
    left: -10px;
}

.product_popup .slick-slider .slick-arrow.slick-next {
    right: -10px;
}

.product_popup .slick-slider .slick-arrow.slick-prev:after {
    content: '\f104';
}

.product_popup .slick-slider .slick-arrow.slick-next:after {
    content: '\f105';
}

.product_popup .slick-slider .slick-arrow.slick-prev:after,
.product_popup .slick-slider .slick-arrow.slick-next:after {
    width: 22px;
    display: block;
    height: 22px;
    color: #000 !important;
    line-height: 23px;
    box-shadow: 0 0 0 2px #000;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.fancy_like_error {
    max-width: 380px;
}

.fancy_like_error_inner {
    text-align: center;
}

.fancy_like_error h3 {
    font-size: 28px;
    margin-bottom: 25px;
    text-align: center;
}

.fancy_like_error p {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
}

.fancy_like_error .btn a {
    background-color: #a73d45;
    color: #fff;
    max-width: 170px;
    margin: 0 auto;
    width: 100%;
    padding: 10px;
    border-radius: 7px;
}

.fancy_like_error .btn {
    text-align: center;
}


/* ***** BLOG INNER PAGE STYLE ***** */

.single_blog_sec {
    padding: 50px 0;
}

.sb_post_image {
    height: 590px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.sb_post_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sb_author_wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sb_author_wrap ul li {
    display: flex;
    align-items: center;
}

.sb_author_wrap ul li:not(:last-child) {
    margin-right: 33px;
}

.sb_author_wrap ul li img {
    height: 36px;
    width: 36px;
    border: 1px solid #000000;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    display: none;
}

.sb_author_wrap .indiacator {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #A73D45;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.sb_author_wrap label {
    margin-left: 11px;
    font-size: 16px;
    line-height: 21px;
    color: #000;
}

.sb_post_main_content {
    margin-top: 45px;
}

.sb_post_content_inner {
    padding-right: 30px;
    text-align: center;
}

.sb_post_content_inner p {
    font-size: 16px;
    line-height: 35px;
    font-weight: 400;
}

.sb_post_content_inner a {
    color: #a73d45;
    text-decoration: underline;
}

.sb_post_content_inner>*:last-child {
    margin-bottom: 0;
}

.sb_post_content_inner img {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    margin-bottom: 24px;
}

.sb_post_content_inner :is(h1,
h2,
h3,
h4,
h5,
h6) {
    margin-bottom: 24px;
    color: #000;
    letter-spacing: 0.2px;
    font-weight: 700;
}

.sb_post_content_inner h1 {
    font-size: 34px;
}

.sb_post_content_inner h2 {
    font-size: 30px;
}

.sb_post_content_inner h3 {
    font-size: 26px;
}

.sb_post_content_inner h4 {
    font-size: 22px;
}

.sb_post_content_inner h5 {
    font-size: 18px;
}

.sb_post_content_inner h6 {
    font-size: 16px;
}

blockquote {
    margin: 24px 0;
    border-left: 5px solid #A73D45;
    padding: 20px 0px 20px 20px;
}

blockquote p {
    line-height: 30px !important;
    font-style: italic;
    font-weight: 600 !important;
}

.sb_sidebar_item:not(:last-child) {
    margin-bottom: 30px;
}

.sb_sidebar_title {
    margin-bottom: 25px;
}

.sb_sidebar_title h3 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 35px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color: #A73D45;
    padding: 6px 0;
    text-transform: uppercase;
}

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

.sb_sidebar_blog_list_item:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(0 0 0 / 10%);
}

.sb_sidebar_blog_list_item_image {
    height: 84px;
}

.sb_sidebar_blog_list_item_image img {
    max-width: 84px;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.sb_sidebar_blog_list_item_content {
    max-width: calc( 100% - 95px);
    width: 100%;
}

.sb_sidebar_blog_list_item_content h3 {
    margin-bottom: 5px;
}

.sb_sidebar_blog_list_item_content h3 a {
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sb_sidebar_blog_list_item_content h3 a:hover {
    color: #a73d45;
}

.sb_sidebar_blog_list_item_content label {
    font-size: 14px;
    line-height: 28px;
    color: #282828;
    font-weight: 400;
}

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

.sb_sidebar_category_item::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background-color: #a73d45;
    left: 0;
    top: 28px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

li.sb_sidebar_category_item:not(:last-child) {
    border-bottom: 2px solid rgb(0 0 0 / 10%);
}

.sb_sidebar_category_item a {
    display: block;
    line-height: 70px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Philosopher';
    letter-spacing: 0;
    color: #000;
}

.sb_sidebar_category_item a:hover {
    color: #a73d45;
}

.sb_sidebar_bottom_banner_inner {
    height: 422px;
    padding: 22px 37px;
    position: relative;
}

.sb_sidebar_bottom_banner_inner h3 {
    font-size: 28px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}

.sb_sidebar_bottom_banner_inner .c_btn {
    position: absolute;
    right: 36px;
    bottom: 20px;
}


/* ***** PRODUCT DETAILS PAGE STYLE ***** */

.slick-slider .slick-arrow.slick-prev:after,
.slick-slider .slick-arrow.slick-next:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f30a";
    font-size: 20px;
    color: #ffffff;
}

.slick-slider .slick-arrow.slick-next:after {
    content: "\f30b";
}

.page_banner {
    padding: 140px 0;
}

.pd_banner_title {
    text-align: center;
}

.pd_banner_title h1 {
    margin-bottom: 5px;
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    color: #fff;
}

.c_breadcrumb_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.c_breadcrumb_item,
.c_breadcrumb_item a {
    font-size: 14px;
    line-height: 19.07px;
    font-weight: 400;
    color: #fff;
    position: relative;
    text-transform: capitalize;
}

.c_breadcrumb_item a:hover {
    color: #a73d45;
}

.c_breadcrumb_item:not(:last-child)::after {
    content: "/";
    margin: 0 5px 0 1px;
}

.product_details_sec {
    padding: 80px 00;
}

.pd_main_content {
    padding-left: 30px;
}

.pd_main_content>div:not(:last-child) {
    margin-bottom: 30px;
}

.pd_rating_wrap li {
    color: #a73d45;
}

.pd_item_slider_main_img {
    border: 1px solid #282828;
    padding: 10px;
    margin-bottom: 30px;
    position: relative;
}

.pd_item_slider_main_img img {
    height: 600px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.pd_item_slider_thumb_img {
    max-width: 310px;
    margin: 0 auto;
    padding-top: 20px;
}

.pd_item_slider_thumb_img .slick-active:not(:last-child) .pd_item_slider_thumb_img {
    margin-right: 30px;
}

.pd_item_slider_thumb_img .slick-slide:not(.slick-current) {
    opacity: 0.5;
}

.pd_item_slider_thumb_img .slick-current .pd_thumb_img_item {
    border-color: #A73D45;
}

.pd_item_slider_thumb_img .slick-slide>div {
    text-align: center;
}

.pd_thumb_img_item {
    height: 80px;
    max-width: 80px;
    padding: 5px;
    cursor: pointer;
    border: 2px solid #dadada;
}

.pd_thumb_img_item img {
    height: 100%;
    object-fit: contain;
    margin: 0;
    width: 100%;
}

.pd_item_slider_thumb_img .slick-arrow.slick-prev::after,
.pd_item_slider_thumb_img .slick-arrow.slick-next::after {
    color: #ffffff;
    cursor: pointer;
    font-size: 9px;
    left: 0;
    position: absolute;
    z-index: 1;
    background-color: #a73d45;
    width: 22px;
    height: 22px;
    line-height: 21px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.pd_item_slider_thumb_img .slick-arrow.slick-prev {
    left: -30px;
}

.pd_item_slider_thumb_img .slick-arrow.slick-next {
    right: -10px;
    left: unset;
}

.expand_slider {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 99;
}

.expand_slider img {
    height: unset;
}

.pd_item_slider_main_img button.slick-next.slick-arrow {
    right: -10px;
}

.pd_item_slider_main_img button.slick-prev.slick-arrow {
    left: -10px;
}

.pd_item_slider_main_img button.slick-arrow {
    background-color: #a73d45;
    padding: 10px;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.pd_item_slider_main_img:hover button.slick-arrow {
    opacity: 1;
}

.pd_description h2 {
    font-size: 42px;
    line-height: normal;
    font-weight: 700;
    color: #282828;
    margin-bottom: 5px;
}

.pd_description p {
    line-height: 30px;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.pd_info_label {
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    font-family: 'Philosopher';
    width: 150px;
}

.pd_price_inner h4 {
    font-size: 26px;
    line-height: normal;
    font-weight: 700;
    color: #a73d45;
    margin-bottom: 0;
}

.pd_rating_inner a {
    font-size: 14px;
    margin-left: 14px;
    color: #5d5d5d;
    font-weight: 600;
    border-left: 1px solid #ccc;
    padding-left: 15px;
}

.pd_rating_inner a svg {
    font-size: 12px;
}

.pd_size_inner ul {
    display: flex;
    flex-wrap: wrap;
}

.pd_size_inner ul li:not(:last-child) {
    margin-right: 10px;
}

.pd_size_inner ul li span {
    height: 31px;
    width: 71px;
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 31px;
    font-weight: 600;
    border: 1px solid #E4E4E4;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
}

.pd_size_inner ul li.active span {
    background-color: #A73D45;
    border-color: #A73D45;
    color: #fff;
}

.quantity_counter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.quantity_counter .quantity_counter_btn {
    width: 40px;
    height: 34px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    ;
    line-height: 31px;
    border: 1px solid #A73D45;
    position: relative;
    cursor: pointer;
    background-color: #A73D45;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.quantity_counter .quantity_counter_btn img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.quantity_counter .quantity_counter_btn:hover {
    background-color: #fff;
    color: #A73D45;
}

.quantity_counter .quantity_counter_btn:hover img {
    filter: invert();
    -webkit-filter: invert();
}

.quantity_counter .output {
    width: 40px;
    text-align: center;
    color: #000;
    font-weight: 600;
}

.pd_category_inner ul {
    display: flex;
    flex-wrap: wrap;
}

.pd_category_inner ul li {
    position: relative;
}

.pd_category_inner ul li:not(:last-child)::after {
    content: ',';
    margin: 0 2px;
}

.pd_action_btn ul {
    display: flex;
    flex-wrap: wrap;
}

.pd_action_btn ul li:not(:last-child) {
    margin-right: 16px;
}

.pd_action_btn a span {
    z-index: 99;
    width: 100%;
    height: 100%;
    left: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.pd_action_btn a:hover span,
.pd_action_btn a:hover span::before {
    color: #A73D45;
}

.pd_action_btn a span::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    z-index: 99;
    margin-right: 6px;
}

.pd_action_btn a.success span.success,
.pd_action_btn a.loading span.loading {
    display: flex;
}

.pd_action_btn a.success span.success::before {
    content: "\f00c ";
}

.pd_action_btn a.loading span.loading::before {
    content: "\f110";
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

.pd_action_btn ul a svg {
    fill: #fff;
    height: 22px;
    width: 22px;
    margin-right: 9px;
}

.pd_action_btn .c_btn a:hover svg {
    fill: #A73D45;
}

.pd_social_inner ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 13px;
}

.pd_social_inner ul li:not(:last-child) {
    margin-right: 15px;
}

.pd_social_inner ul li a {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    display: inline-block;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.pd_social_inner .facebook {
    background-color: #3B5998;
}

.pd_social_inner .twitter {
    background-color: #55ACEE;
}

.pd_social_inner .pinterest {
    background-color: #CB2027;
}

.pd_social_inner .googleplus {
    background-color: #F44336;
}

.product_details_tab_wrapper {
    padding-top: 120px;
}

.tab_btn_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tab_btn_wrap li:not(:last-child) {
    margin-right: 65px;
}

.tab_btn_wrap li a {
    display: inline-block;
    font-size: 20px;
    line-height: normal;
    font-weight: 700;
    font-family: 'Philosopher';
    color: #282828;
    padding: 10px 22px;
    background-color: #f7f7f7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
    z-index: 9;
}

.tab_btn_wrap li a::before {
    position: absolute;
    content: '';
    z-index: -9;
    width: 20px;
    height: 20px;
    background-color: #f7f7f7;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.tab_btn_wrap li a.active::before,
.tab_btn_wrap li a:hover::before {
    background-color: #A73D45;
}

.tab_btn_wrap li a.active,
.tab_btn_wrap li a:hover {
    background-color: #A73D45;
    color: #fff;
}

.tab_content_inner {
    display: none;
}

.product_details_tab_content {
    margin-top: 30px;
}

.tab_content_inner {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.pad_write_review_btn {
    text-align: right;
    margin-bottom: 14px;
}

.pad_write_review_btn a {
    font-size: 15px;
    padding: 9px 15px;
}

.pad_write_review_form {
    margin-bottom: 20px;
}

.pd_cust_review_item {
    display: none;
}

.pd_cust_review_item:not(:last-child) {
    margin-bottom: 12px;
}

.pad_write_review_input {
    margin-top: 30px;
}

.pad_write_review_input ul {
    display: flex;
    flex-wrap: wrap;
}

.pad_write_review_input ul li:not(:last-child) {
    margin-right: 10px;
}

.pad_write_review_input .c_radio label::before {
    opacity: 0;
}

.pad_write_review_input .c_radio label {
    color: #A73D45;
    padding-left: 10px;
}

.pad_write_review_input .c_radio label [data-prefix="fas"] {
    display: none;
}

.pad_write_review_input .c_radio input:checked+label [data-prefix="far"] {
    display: none;
}

.pad_write_review_input .c_radio input:checked+label [data-prefix="fas"] {
    display: inline-block;
}

.pad_write_review_input ul li>label {
    font-weight: 600;
    text-transform: uppercase;
}

.pad_write_review_form_inner .col:not(:last-child) {
    margin-bottom: 20px;
}

.pad_write_review_form_inner .col .c_btn {
    text-align: right;
}

.pd_cust_review_name_date {
    display: flex;
    justify-content: space-between;
    background-color: #a73d4521;
    align-items: center;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
}

.pd_cust_review_name_date h4 {
    margin: 0;
    color: #a73d45;
    font-size: 18px;
    letter-spacing: 0;
}

.pd_cust_review_name_date>ul {
    margin-right: auto;
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
}

.pd_cust_review_name_date>ul li:not(:last-child) {
    margin-right: 3px;
}

.pd_cust_review_name_date>ul li {
    font-size: 13px;
    color: #a73d45;
}

.pd_cust_review_name_date label {
    color: #565656;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
}

.pd_cust_review_content {
    padding: 10px 20px;
    border: 1px solid #a73d4521;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
}

.pd_cust_review_content p {
    font-size: 14px;
}

.review_item_load_more {
    text-align: center;
}

.related_product_sec {
    padding: 40px 0 120px;
}

.related_product_sec .filter_card_item {
    padding-top: 0;
}

.related_product_slider .filter_card_item {
    padding-right: 15px;
    padding-left: 15px;
}

.related_product_slider .slick-arrow:after {
    width: 40px;
    height: 40px;
    background-color: #a73d45;
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


/* LOGIN PAGE STYLE */

.auth_banner {
    height: 100vh;
    position: relative;
    z-index: 9;
}

.auth_banner::before {
    background-image: linear-gradient(147.38deg, #A73D45 0%, rgba(167, 61, 69, 0) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    z-index: -9;
}

.auth_brand_img {
    padding-left: 30px;
    padding-top: 30px;
}

.auth_brand_img img {
    max-width: 250px;
}

.auth_form_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100vh;
}

.auth_form_inner {
    max-width: 690px;
    padding-left: 50px;
    width: 100%;
}

.auth_desc {
    margin-bottom: 35px;
}

.auth_desc h1 {
    font-size: 44px;
    line-height: 51px;
    font-weight: 700;
    color: #000;
    margin-bottom: 6px;
}

.auth_desc p {
    margin-bottom: 6px;
}

.register_text {
    margin-top: 30px;
    text-align: right;
}

.register_text p {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 20px;
}

.register_text p a {
    color: #A73D45;
}

.auth_item {
    position: relative;
}

.auth_item:not(:last-child) {
    margin-bottom: 32px;
}

.c_radio {
    position: relative;
}

.c_radio input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    z-index: 99;
    cursor: pointer;
    margin: 0;
}

.c_radio label {
    position: relative;
    padding-left: 30px;
}

.c_radio label::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 2px solid #a73d45;
    top: 0px;
    left: 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.c_radio input:checked+label::before {
    background-size: 11px;
    background-repeat: no-repeat;
    background-color: #A73D45;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='44.56px' height='44.56px' viewBox='0 0 44.56 44.56' style='fill:%23fff;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M23.297,38.74c-1.17,1.588-2.992,2.564-4.962,2.661c-1.97,0.098-3.878-0.696-5.198-2.162L1.308,26.112 c-1.88-2.085-1.713-5.299,0.372-7.179c2.087-1.88,5.299-1.712,7.179,0.374l8.369,9.288c0.124,0.138,0.304,0.212,0.489,0.203 c0.186-0.009,0.356-0.102,0.467-0.25L35.386,5.217c1.665-2.26,4.847-2.741,7.108-1.075c2.259,1.666,2.739,4.848,1.073,7.107 L23.297,38.74z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}

.c_filed>label {
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

.c_filed>input::placeholder,
.c_filed>textarea::placeholder {
    color: #B1B1B1;
}

.c_filed>input,
.c_filed>select,
.c_filed>textarea,
.iti--allow-dropdown>input {
    line-height: 30px;
    font-size: 16px;
    padding: 13px 20px;
    background-color: #F5F5F5;
    color: #000;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    width: 100%;
}

.custom-card-elements{
    line-height: 30px !important;
  font-size: 16px !important;
  padding: 13px 20px !important;
  background-color: #F5F5F5 !important;
  color: #000 !important;
  border: 0 !important;
  border-radius: 5px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  width: 100% !important;
}

input.PhoneNumber {
    padding-left: 60px !important;
}

.c_filed>input.invalid,
.c_filed>select.invalid,
.c_filed>textarea.invalid,
.iti--allow-dropdown>input.invalid {
    background-color: #fff2f3;
    box-shadow: 0 0 0 1px #a73d45;
}

.c_filed>select {
    padding: 18px 20px
}

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

.auth_forgot .c_checkbox {
    width: 50%;
}

.forgot_link a {
    font-weight: 600;
    color: #000;
}

.iti--allow-dropdown {
    width: 100%;
}


/* ***** SIGN UP PAGE STYLE ***** */

.form_step_indicator_wrap ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    z-index: 99;
}

.form_step_indicator_wrap ul li {
    position: relative;
    width: 33.3%;
    text-align: center;
}

.form_step_indicator_wrap ul li span {
    height: 46px;
    width: 46px;
    display: block;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    font-weight: 700;
    background-color: #F5F5F5;
    color: #B1B1B1;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    margin: 0 auto;
}

.form_step_indicator_wrap ul li.active span,
.form_step_indicator_wrap ul li.finish span {
    background-color: #A73D45;
    color: #fff;
}

.form_step_indicator_wrap ul li:not(:first-child):before {
    position: absolute;
    content: '';
    background-color: #F5F5F5;
    width: 100%;
    height: 4px;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -9;
    left: 0;
}

.form_step_indicator_wrap ul li.active:before,
.form_step_indicator_wrap ul li.finish:before {
    background-color: #A73D45;
}

input[type="datetime-local"],
input[type="date"],
input[type="time"] {
    position: relative;
}

input[type="datetime-local"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.form_step {
    display: none;
}

.form_step_title {
    margin-top: 30px;
    margin-bottom: 12px;
}

.form_step_title h4 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #282828;
    text-transform: capitalize;
}

.form_step .col {
    margin-bottom: 21px;
}

#prevBtn {
    display: none;
    margin-right: 20px;
}


/* ***** CART PAGE STYLE ***** */

.off_bg {
    background-color: #f7f7f7;
}

.add_to_cart_sec {
    padding: 100px 0 80px;
}

.card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    border-radius: 10px;
    overflow: hidden;
    padding: 25px;
    background-color: #fff;
}

.card_title {
    padding-bottom: 16px;
    border-bottom: 1px solid #0003;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 5px;
}

.card_title h3 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 0;
}

.card_link {
    font-size: 16px;
    color: #000;
}

.card_link i,
.card_link svg {
    margin-right: 8px;
}

.card_link:hover {
    color: #A73D45;
}

.card_title h3 span {
    font-family: 'Philosopher';
    font-size: 14px;
    font-weight: 600;
    color: #A73D45;
    letter-spacing: 0;
    margin-left: 4px;
}

.cart_list_header {
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #0003;
}

.cart_list_header p {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.cart_list_header,
.card_list_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.cart_list_header>div,
.card_list_item>div {
    padding: 0 10px;
}

.cart_list_header>div:not(:first-child),
.card_list_item>div:not(:first-child) {
    text-align: center;
}

.card_list_item .quantity_counter {
    justify-content: center;
}

.cart_list_title,
.cart_img_content {
    width: 40%;
}

.cart_quantity_title,
.cart_qnty_wrap {
    width: 16%;
}

.cart_price_title,
.cart_price_wrap {
    width: 16%;
}

.cart_total_title,
.cart_total_wrap {
    width: 16%;
}

.remove_cart_title,
.remove_cart_item {
    width: 10%;
}

.card_list_item:not(:last-child) {
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #0003;
}

.cart_image_wrap {
    width: 100px;
    height: 110px;
}

.cart_item_content {
    width: calc( 100% - 110px);
    margin-left: auto;
}

.cart_img_content {
    display: flex;
    flex-wrap: wrap;
}

.cart_image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cart_item_content h4 {
    margin-bottom: 8px;
}

.cart_item_content h4 a {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Philosopher';
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cart_item_content p {
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    color: #666;
}

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

.ord_smry_list_wrap li:not(:last-child) {
    margin-bottom: 12px;
}

.ord_smry_list_wrap li>* {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.ord_smry_list_wrap li label em {
    font-style: normal;
}

.ord_smry_promo {
    margin-top: 40px;
}

.ord_smry_promo .c_filed>label {
    margin-bottom: 3px;
}

.ord_smry_promo .c_filed {
    position: relative;
}

.ord_smry_promo button {
    position: absolute;
    right: 0;
    height: calc( 100% - 33px);
    bottom: 0;
    border: 0;
    background-color: #a73d45;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
}

.ord_smry_promo .c_filed>input {
    padding-right: 66px;
}

.ord_smry_final_price {
    margin-top: 50px;
}

.ord_smry_final_price>ul {
    padding: 12px 0;
    border-top: 1px solid #0003;
    border-bottom: 1px solid #0003;
    margin-bottom: 30px;
}

.ord_smry_final_price>ul li {
    display: flex;
    justify-content: space-between;
}

.ord_smry_final_price>ul li>* {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.ord_smry_final_price>.c_btn {
    text-align: center;
}

.ord_smry_final_price>.c_btn a {
    width: 100%;
    justify-content: center;
}


/* ***** CHECKOUT PAGE STYLE ***** */

.checkout_sec {
    padding: 100px 0 80px;
}

.checkout_sec .form_step_indicator_wrap {
    margin-bottom: 30px;
}

.checkout_sec .form_step_indicator_wrap ul li span,
.checkout_sec .form_step_indicator_wrap ul li:not(:first-child):before {
    background-color: #e4e4e4;
}

.checkout_sec .form_step_indicator_wrap ul li.active:before,
.checkout_sec .form_step_indicator_wrap ul li.finish:before,
.checkout_sec .form_step_indicator_wrap ul li.active span,
.checkout_sec .form_step_indicator_wrap ul li.finish span {
    background-color: #A73D45;
}

.checkout_sec .form_step_indicator_wrap ul li.finish.active~li.finish span,
.checkout_sec .form_step_indicator_wrap ul li.finish.active~li.finish::before {
    background-color: #e4e4e4;
    color: #B1B1B1;
}

.checkout_sec .c_radio:not(:last-child) {
    margin-bottom: 12px;
}

.checkout_sec .form_step_btns {
    margin-top: 40px;
    justify-content: center;
}

.checkout_order_item_header {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #0003;
}

.checkout_order_item_header p {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
}

.checkout_order_item_header>div,
.checkout_order_item>div {
    padding: 0 10px;
}

.checkout_order_item_header>div:not(:first-child),
.checkout_order_item>div:not(:first-child) {
    text-align: center;
}

.checkout_order_item_header,
.checkout_order_item_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.checkout_order_item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.checkout_order_item:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #0003;
}

.checkout_product_img_content {
    display: flex;
    flex-wrap: wrap;
}

.checkout_image_wrap {
    height: 110px;
    width: 100px;
}

.checkout_image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.checkout_content_wrap {
    width: calc(100% - 110px);
    margin-left: auto;
}

.checkout_content_wrap h4 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Philosopher';
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.checkout_content_wrap p {
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    color: #666;
}

.checkout_product_img_content {
    width: 60%;
}

.checkout_product_qnty {
    width: 16%;
}

.checkout_product_total {
    width: 20%;
}

.checkout_final_price .c_btn a {
    font-family: 'Philosopher';
    padding: 5px 25px;
}

.checkout_final_price .c_btn svg {
    width: 90px;
    fill: #fff;
    margin-right: -6px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.checkout_final_price .c_btn:hover svg {
    fill: #A73D45;
}

.checkout_multi_step_wrap .form_step_indicator_wrap ul li {
    width: 25%;
}

.checkout_sec .c_radio label {
    display: flex;
    align-items: center;
}

.payment_feature .c_radio label {
    justify-content: space-between;
}

.checkout_sec .c_radio label::before {
    top: 6px;
}

.checkout_sec .c_radio label span {
    margin-left: 10px;
    font-weight: 600;
    color: #333;
}

.checkout_sec .c_radio label img {
    height: 35px;
    width: auto;
    object-fit: contain;
    margin-left: 6px;
}

.checkout_sec .step_2 .card_content {
    margin-top: 50px;
}

.checkout_sec .step_2 .card_link {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    line-height: normal;
    background-color: #a73d45;
    padding: 0 6px;
}

.payment_feature {
    padding-top: 30px;
}

.payment_feature .c_radio label::before {
    top: 0;
}

.payment_feature .col {
    position: relative;
    margin-bottom: 14px;
    padding-bottom: 14px;
}

.payment_feature .col::after {
    position: absolute;
    content: '';
    width: calc(100% - 30px);
    margin: 0 auto;
    right: 0;
    left: 0;
    height: 1px;
    background-color: darkgrey;
    bottom: 0;
}


/* ERROE PAGE STYLE */

.error_sec {
    text-align: center;
    padding-bottom: 30px;
}

.error_sec img {
    max-width: 600px;
    width: 100%;
    object-fit: contain;
}


/* ***** CONTACT PAGE STYLE ***** */

.contact_sec {
    padding: 100px 0;
}

.contact_form_content {
    padding: 0 14px 0 35px;
    background-color: #fff;
    overflow: hidden;
}

.contact_form_wrap form .col {
    margin-bottom: 12px;
}

.contact_submit {
    text-align: right;
    margin-top: 30px;
}

.contact_submit button {
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    border: 2px solid #A73D45;
    color: #A73D45;
    background-color: #fff;
    font-size: 20px;
    cursor: pointer;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.contact_submit button:hover {
    color: #fff;
    background-color: #a73d45;
}

.contact_form_content>.row>.col {
    padding-top: 40px;
    padding-bottom: 30px;
    padding-right: 40px;
}

.contact_form_content>.row>.col-4 {
    background-color: #a73d45;
}

.underline_title {
    margin-bottom: 20px;
}

.underline_title h4 {
    font-size: 30px;
    color: #fff;
    position: relative;
    padding-bottom: 7px;
}

.underline_title h4::before {
    position: absolute;
    content: '';
    height: 2px;
    width: 70px;
    background-color: #fff;
    bottom: 0;
}

.contact_social_connect {
    padding-left: 35px;
}

.contact_num_add_wrap {
    margin-top: 40px;
    margin-bottom: 40px
}

.contact_num_add_wrap ul li {
    display: flex;
    flex-wrap: wrap;
    padding-left: 50px;
    position: relative;
}

.contact_num_add_wrap ul li span {
    height: 35px;
    width: 35px;
    line-height: 37px;
    text-align: center;
    background-color: #fff;
    color: #a73d45;
    position: absolute;
    left: 0;
    top: -2px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.contact_num_add_wrap ul li:hover span {
    background-color: #a73d45;
    color: #fff;
    box-shadow: 0 0 0 2px #ffffff;
}

.contact_num_add_wrap ul li a {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.contact_num_add_wrap ul li:not(:last-child) {
    margin-bottom: 30px;
}

.contact_social_icons {
    margin-top: 30px;
}

.contact_social_icons ul {
    display: flex;
    flex-wrap: wrap;
}

.contact_social_icons ul li:not(:last-child) {
    margin-right: 15px;
}

.contact_social_icons ul li a {
    height: 35px;
    width: 35px;
    line-height: 37px;
    text-align: center;
    background-color: transparent;
    color: #fff;
    display: inline-block;
    font-size: 19px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.contact_social_icons ul li:hover a {
    box-shadow: 0px 0px 0 2px #fff;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

.contact_text_content {
    margin-bottom: 40px;
}

.contact_text_content h1 {
    font-size: 50px;
    color: #fff;
    text-shadow: 0px 0px 3px #000;
}

.contact_text_content ul {
    margin-bottom: 20px;
}

.contact_text_content ul li {
    font-size: 18px;
    color: #fff;
    position: relative;
    padding-left: 20px;
}

.contact_text_content ul li:not(:last-child) {
    margin-bottom: 11px;
}

.contact_text_content ul li svg {
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 13px;
}

.contact_text_content p {
    font-size: 18px;
    color: #fff;
}


/* ***** TEAM PAGE STYLE ***** */

.page_banner {
    padding: 150px 0;
}

.page_banner_title {
    text-align: center;
}

.page_banner_title h1 {
    color: #fff;
    margin-bottom: 0;
    font-size: 56px;
}

.breadcrumb {
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 8px;
    margin: 20px 0;
}

.breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb ul li i.fa {
    padding-right: 10px;
    color: #888;
}

.breadcrumb ul li:not(:first-child) {
    padding-left: 18px;
}

.breadcrumb ul li,
.breadcrumb ul li a {
    font-size: 14px;
    color: #666;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.breadcrumb ul li:hover,
.breadcrumb ul li a:hover {
    color: #000;
}

.breadcrumb ul li:last-child {
    color: #A73D45;
}

.breadcrumb ul li:not(:first-child)::before {
    position: absolute;
    content: '/';
    left: 5px;
}

.team_sec {
    padding: 100px 0 50px;
}

.team_sec .row {
    justify-content: center;
}

.team_profile_inner {
    margin-bottom: 50px;
}

.team_profile_image {
    width: 250px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border: 2px solid #a73d45;
    position: relative;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
}

.team_profile_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.team_profile_content {
    text-align: center;
    padding: 90px 15px 20px 15px;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 50px;
    margin-top: -70px;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
}

.team_profile_desc {
    padding-right: 14px;
    max-height: 200px;
    overflow: auto;
}

.team_profile_desc::-webkit-scrollbar {
    width: 5px;
}

.team_profile_desc::-webkit-scrollbar-thumb {
    background: rgba(167, 61, 70, 0.5);
}

.team_personal_info {
    margin-bottom: 10px;
}

.team_personal_info h4 {
    font-size: 26px;
    margin-bottom: 0;
    color: #000;
    letter-spacing: 0;
    font-weight: 800;
}

.team_personal_info p {
    font-size: 15px;
    font-weight: 600;
    color: #888;
}

.team_profile_desc p {
    font-size: 15px;
    text-align: justify;
}

.team_profile_social {
    background-color: #A73D45;
    padding: 14px 20px;
    text-align: center;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
}

.team_profile_social a {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
}


/* ***** MEMBERSHIP PAGE STYLE ***** */

.membership_sec {
    padding: 100px 0 60px;
}

.membership_img_wrap {
    text-align: center;
    height: 100%;
    border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -ms-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
}

.membership_img_wrap img {
    max-width: 300px;
}

.membership_content h4 {
    font-size: 27px;
    letter-spacing: 0;
    color: #fff;
}

.membership_content p,
.membership_content li {
    font-size: 15px;
    color: #fff;
}

.membership_content ul li {
    position: relative;
    padding-left: 20px;
}

.membership_content ul li::before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    left: 0px;
    top: 6px;
    border: 2px solid #a73d45;
    background-color: #ffffff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.membership_content ul li h4 {
    color: #a73d45;
    letter-spacing: 0;
    font-size: 20px;
    margin-bottom: 0;
}

.membership_content ul li:not(:last-child) {
    margin-bottom: 20px;
}

.inquiry_form_sec {
    padding: 60px 0;
}

.inquiry_form_sec .section_title h2 {
    color: #fff;
}

.inquiry_form_content h4 {
    font-size: 24px;
    color: #fff;
    letter-spacing: 0;
    margin-bottom: 5px;
}

.inquiry_form_content p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.741);
}

.inquiry_form_content .col:not(:last-child) {
    margin-bottom: 20px;
}

.inquiry_form_wrapper {
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 50px;
}

.inquiry_form_wrapper>.col-8 {
    background-color: rgba(216, 216, 216, 0.18);
    backdrop-filter: blur(30px);
    padding: 30px;
}

.inquiry_form_wrapper .form_submit {
    text-align: right;
}

.inquiry_form_wrapper .c_filed label {
    color: #fff;
}

.inquiry_form_wrapper .c_filed>input,
.inquiry_form_wrapper .c_filed>select,
.inquiry_form_wrapper .c_filed>textarea,
.inquiry_form_wrapper .iti--allow-dropdown>input {
    background-color: rgba(255, 255, 255, 0.102);
    color: #fff;
}


/* ***** MY ACCOUNT PAGE STYLE ***** */

.my_acc_sec {
    padding: 100px 0
}

.my_acc_sidebar_inner ul li:not(:last-child) {
    margin-bottom: 12px;
}

.my_acc_sidebar_inner ul li a {
    line-height: 32px;
    color: #000;
    background-color: #00000008;
    display: block;
    font-weight: 600;
    padding: 6px 10px 6px 43px;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.my_acc_sidebar_inner ul li a.active,
.my_acc_sidebar_inner ul li a:hover {
    background-color: #a73d45;
    color: #fff;
}

.my_acc_sidebar_inner ul li a svg {
    position: absolute;
    left: 12px;
    top: 13px;
    font-size: 19px;
    color: #a73d45;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.my_acc_sidebar_inner ul li a.active svg,
.my_acc_sidebar_inner ul li a:hover svg {
    color: #fff;
}

.parsley-errors-list {
    margin: 0 !important;
}

.parsley-errors-list li {
    font-size: 13px;
    color: RED;
    font-weight: 600;
}

.my_acc_main_inner .col {
    margin-bottom: 20px;
}

.my_acc_main_inner .col:last-child {
    margin-bottom: 0;
}

.my_acc_content_submit {
    margin-top: 30px;
    text-align: right;
}


/* ORDER PAGE STYLE */

.my_order_table_head,
.my_order_table_body_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.my_order_table_head {
    padding: 0px 0 15px;
    border-bottom: 1px solid #0003;
    margin-bottom: 15px;
}

.my_order_table_head>div,
.my_order_table_body_item>div {
    padding: 0 8px;
}

.my_order_table_head>div p {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #666;
}

.my_order_table_item_1 {
    width: 10%;
}

.my_order_table_item_2 {
    width: 17%;
}

.my_order_table_item_3 {
    width: 36%;
}

.my_order_table_item_4 {
    width: 15%;
}

.my_order_table_item_5 {
    width: 12%;
}

.my_order_table_item_6 {
    width: 10%;
}

.my_order_table_body_item>div p {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.c_badge {
    display: inline-block;
    padding: 1px 11px;
    border-radius: 4px;
    line-height: 25px;
    font-weight: 600;
    font-size: 13px;
    background-color: #dcdcdc;
}

.c_badge.complete {
    background-color: rgba(21, 183, 48, 0.149);
    color: #15b731;
}

.c_badge.pending {
    background-color: rgba(255, 106, 0, 0.149);
    color: #ff6a00;
}

.c_badge.cancel {
    background-color: rgba(255, 0, 0, 0.15);
    color: #ff0000;
}

.c_badge.shipped {
    color: #03acca;
    background-color: rgba(136, 230, 247, .5);
}

.c_badge.accept {
    color: #4a4818;
    background-color: rgba(255, 217, 0, 0.5)
}

a.view {
    width: 32px;
    height: 32px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    background-color: #a73d45;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 2px solid #a73d45;
}

a.view:hover {
    background-color: transparent;
    color: #a73d45;
}

.my_order_table_body_item:not(:last-child) {
    border-bottom: 1px solid #0003;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.my_order_table_body_item .my_order_body_item p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}

.wishlist_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.wishlist_item>div {
    padding: 0 8px;
}

.wishlist_item:not(:last-child) {
    margin-bottom: 15px;
    border-bottom: 1px solid #0003;
    padding-bottom: 10px;
}

.wishlist_img_wrap {
    width: 10%;
}

.wishlist_img_wrap img {
    width: 100%;
    height: 110px;
    object-fit: contain;
}

.wishlist_item_details {
    width: 45%;
}

.wishlist_item_details h4 {
    margin-bottom: 0;
}

.wishlist_item_details h4 a {
    font-size: 22px;
    line-height: 25px;
    color: #000;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wishlist_item_details p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 14px;
    margin-top: 10px;
    color: #666;
    font-weight: 500;
}

.wishlist_item_price {
    width: 19%;
}

.wishlist_item_price p {
    font-size: 22px;
    line-height: normal;
    color: #A73D45;
    font-weight: 700;
    font-family: 'Philosopher';
}

.wishlist_item_add_cart {
    width: 18%;
}

a.add_to_cart {
    text-align: center;
    display: inline-block;
    background-color: #a73d45;
    color: #fff;
    padding: 9px 10px;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.wishlist_item_remove {
    width: 5%;
}


/* ***** ORDER DETAILS PAGE STYLE ***** */

.order_details_sec {
    padding: 70px 0;
}

.order_details_header_items {
    border-bottom: 1px solid #0003;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.order_details_item,
.order_details_header_items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.order_details_item>div:not(.od_status_box_wrap),
.order_details_header_items>div {
    padding: 0 8px;
}

.order_details_item:not(:last-child) {
    border-bottom: 1px solid #0003;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.order_details_img_wrap {
    width: 10%;
}

.order_details_img_wrap img {
    width: 100%;
    height: 110px;
    object-fit: contain;
}

.order_details_item_details {
    width: 40%;
}

.order_details_item_details h4 {
    margin-bottom: 0;
}

.order_details_item_details h4 a {
    font-size: 22px;
    line-height: 25px;
    color: #000;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.order_details_item_details p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 14px;
    margin-top: 10px;
    color: #666;
    font-weight: 500;
}

.order_details_item_size,
.order_details_item_price {
    width: 12%;
}

.order_details_item_quantity {
    width: 9%;
}

.order_details_item_sub_total {
    width: 12%;
}

.order_details_item_status {
    width: 10%;
}

.order_details_item_remove {
    width: 7%;
}

.order_details_item_remove a:not(:last-child) {
    margin-bottom: 5px;
}

.order_details_item_size p,
.order_details_item_price p,
.order_details_item_quantity p,
.order_details_item_sub_total p,
.order_details_header_items p {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: #000;
}

.order_details_main_total {
    text-align: right;
    margin-top: 40px;
}

.order_details_main_total h4 {
    font-size: 24px;
    color: #000;
    letter-spacing: 0;
}

.order_details_main_total ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.order_details_main_total ul li:not(:last-child) {
    margin-bottom: 12px;
}

.order_details_main_total ul li label {
    color: #666666;
    font-size: 15px;
    font-weight: 500;
}

.order_details_main_total ul li span {
    width: 200px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

.order_details_main_total ul li:last-child>* {
    font-size: 26px;
    line-height: normal;
    font-weight: 600;
}

.order_details_sidebar_wrap .card_content:not(:last-child) {
    margin-bottom: 30px;
}

.order_details_peyment_method ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.order_details_peyment_method ul li label,
.order_details_shipping_address p {
    color: #666666;
    font-size: 15px;
    font-weight: 500;
}

.order_details_peyment_method ul li span {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.od_status_box_wrap {
    display: none;
    box-shadow: 1px 2px 17px #00000047;
    margin: 0 !important;
    max-width: 450px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 90%;
    z-index: 99;
    padding-top: 30px;
}

.od_product_view_status {
    text-align: center;
    min-width: 70px;
}

.od_product_cancel_btn {
    text-align: center;
    min-width: 70px;
}

.od_list_item .od_product_view_status a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #A73D45;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
}

.od_list_item .od_product_cancel_btn a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #e57373;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
}

body {
    counter-reset: section;
}

.od_status_item {
    padding-left: 50px;
    position: relative;
}

.od_status_item::before {
    counter-increment: section;
    content: counter(section);
    background-color: #9c9c9c;
    color: #fff;
    padding: 4.7px 10px;
    left: 0;
    font-weight: 600;
    line-height: 19px;
    position: absolute;
    top: 0;
    border-radius: 50px;
}

.od_status_item:not(:last-child) {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.od_status_item_title {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 600;
}

.od_status_box {
    position: relative;
    padding-left: 30px;
}

.od_status_box::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 100%;
    background-color: #e0e0e0;
    left: 13px;
    top: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.od_status_box li {
    position: relative;
    padding-top: 20px;
}

.od_status_box li::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    left: -26px;
    bottom: 0;
    border: 3px solid #e0e0e0;
    background-color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.od_status_box li.complete::before {
    background-color: #A73D45;
    background-position: center;
    bottom: 0;
    background-size: 10px;
    background-repeat: no-repeat;
    border-color: #A73D45;
    z-index: 9;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='405.272px' height='405.272px' viewBox='0 0 405.272 405.272' style='enable-background:new 0 0 405.272 405.272;fill:%23fff;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M393.401,124.425L179.603,338.208c-15.832,15.835-41.514,15.835-57.361,0L11.878,227.836 c-15.838-15.835-15.838-41.52,0-57.358c15.841-15.841,41.521-15.841,57.355-0.006l81.698,81.699L336.037,67.064 c15.841-15.841,41.523-15.829,57.358,0C409.23,82.902,409.23,108.578,393.401,124.425z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}

.od_status_box li.complete::after {
    position: absolute;
    content: '';
    width: 3px;
    height: 100%;
    top: 0;
    background-color: #A73D45;
    left: -20px;
}

.od_status_box li.current::before {
    border-color: #A73D45;
}

.od_status_box li label {
    color: #ababab;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
    width: 110px;
}

.od_status_box li span {
    font-weight: 600;
    margin-left: 10px;
    color: #5e5e5e;
}

.od_status_box li.complete label,
.od_status_box li.complete span {
    color: #000;
}

.od_status_close_btn {
    position: absolute;
    z-index: 99;
    right: 30px;
    top: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #eee;
    cursor: pointer;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}


/* TRACK ORDER PAGE STYLE */

.track_order_sec {
    padding: 100px 0 30px;
    min-height: 520px;
    position: relative;
    z-index: 9;
}

section.track_order_sec::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.49);
    z-index: -9;
}

.track_form_wrap {
    padding: 25px;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 50px;
    background-color: rgb(255 255 255 / 18%);
    backdrop-filter: blur(30px);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.track_form_wrap [type="submit"] {
    background-color: #a73d45;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 17px;
    cursor: pointer;
}

.track_form_wrap .c_filed label {
    color: #fff;
}

.track_form_wrap input:not([type="submit"]) {
    background-color: rgba(255, 255, 255, 0.09);
    color: #fff;
}

.track_order_sec .section_title h2 {
    color: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 50px;
}

.track_order_sec .section_title p {
    color: #fff;
}

.track_order_status_box {
    position: relative;
    padding-top: 40px;
}

.track_order_status_box .od_status_box_wrap.card {
    display: block;
    margin: 0 auto !important;
    left: 0;
    max-width: 570px;
    position: unset;
}


/* DAILY OFFER PAGE STYLE */

.daily_offer_sec {
    padding: 80px 0;
    position: relative;
    background-attachment: fixed !important;
}

.daily_offer_sec .pd_item_slider_thumb_img {
    display: none;
}

.dod_card {
    background-color: #ffffff70;
    backdrop-filter: blur(21px);
}

.dod_card::before,
.dod_card::after {
    position: absolute;
    content: '';
    width: 300px;
    height: 300px;
    background-color: #fff6;
    right: -150px;
    bottom: -150px;
    border-radius: 100%;
}

.dod_card::after {
    width: calc( 300px - 30px);
    height: calc( 300px - 30px);
}

.dod_title {
    text-align: center;
    margin-bottom: 30px;
}

.dod_title h2 {
    font-size: 40px;
    position: relative;
    padding-bottom: 28px;
    color: rgb(255, 255, 255);
    margin-bottom: 0;
}

.dod_title h2 span {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    left: 0;
    right: 0;
    max-width: 180px;
    margin: 0 auto;
    bottom: 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.dod_title h2 span::before,
.dod_title h2 span::after {
    position: absolute;
    content: '';
    width: 70px;
    height: 1px;
    background-color: #ffffff;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.dod_title h2 span::after {
    right: unset;
    left: 24px;
}

.dod_product_title {
    margin-bottom: 40px;
}

.dod_product_title h2 {
    margin-bottom: 0;
    font-size: 28px;
    color: rgb(255, 255, 255);
    letter-spacing: 0
}

.dod_product_content p {
    font-size: 18px;
    line-height: 28px;
}

.daily_offer_sec .pd_item_slider_main_img {
    margin-bottom: 0;
    background-color: #fff;
    border: none;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.daily_offer_sec .pd_item_slider_main_img img {
    height: 560px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.daily_offer_sec .expand_slider img {
    height: unset;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.daily_offer_sec .pd_price_inner .product_price:not(.product_price_new) {
    font-size: 20px;
    opacity: 0.6;
    text-decoration: line-through;
    margin-left: 10px;
    margin-top: 3px;
    color: #000;
}

.dod_product_content p,
.daily_offer_sec .pd_info_label {
    color: #fff;
}

.daily_offer_sec .pd_info_label {
    font-size: 20px;
}

.dod_product_content .pd_price_inner h4,
.dod_product_content .pd_size_inner ul li span,
.dod_product_content .quantity_counter .output {
    color: #fff;
}

.daily_offer_content .pd_action_btn a {
    max-width: 360px;
    width: 360px;
    justify-content: center;
}

.offer_label_wrap {
    position: absolute;
    right: 20px;
    top: 60px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    z-index: 99;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
    }
}

.offer_label {
    background-color: #ffffff;
    width: 120px;
    height: 180px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 10px;
    overflow: hidden;
    position: relative;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 50px;
}

.offer_label img {
    width: 80px;
    height: auto;
    margin-top: 28px;
}

.offer_label h3 {
    color: #a73d45;
    font-size: 22px;
    width: 100%;
}

.offer_label::before {
    position: absolute;
    width: 12px;
    height: 13px;
    content: "";
    z-index: 999;
    left: 0;
    padding: 0;
    background-color: #ffffff;
    border: 3px solid #a73d45;
    border-radius: 20px;
    margin: 0 auto;
    right: 0;
    top: 8px;
}

.offer_label_wrap::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 70px;
    background-color: #ffffff;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -60px;
    background-image: linear-gradient(45deg, #a73d45 10%, white 90%);
    z-index: 9;
}


/* ORDER SUCCESS PAGE DETAILS */

.order_success_sec {
    padding: 100px 0;
}

.order_success_wrap {
    text-align: center;
}

.order_success_sec .icon {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.order_success_sec .icon svg {
    width: 100% !important;
    height: 100%;
    border: 5px solid #a73d45;
    border-radius: 80px;
    padding: 30px;
    color: #a73d45;
}

.order_success_sec .text {
    margin-top: 30px;
    margin-bottom: 40px;
}

.order_success_sec .text h4 {
    letter-spacing: 0;
    font-size: 30px;
    color: #000;
}


/* ONLINE PAYMENT PAGE STYLE */

.online_payment_sec {
    padding: 36px 0;
}

.online_payment_form_inner_wrapper {
    max-width: 600px;
    margin: 0 auto;
}

.online_payment_form_inner_wrapper .row {
    margin-right: -5px;
    margin-left: -5px;
}

.online_payment_form_inner_wrapper .col {
    padding-right: 5px;
    padding-left: 5px;
}

.online_payment_form_inner_wrapper .col:not(:first-child) {
    margin-top: 8px;
}

.online_payment_form_inner_wrapper .c_filed label {
    font-size: 14px;
}

.online_payment_form_inner_wrapper .c_filed>input {
    padding: 8px 15px;
}

.online_payment_sec .c_btn {
    margin-top: 20px;
}

.online_payment_sec .c_btn>* {
    width: 100%;
    justify-content: center;
}

.online_payment_form_inner_wrapper .card_link ul {
    display: flex;
    flex-wrap: wrap;
}

.online_payment_form_inner_wrapper .card_link ul li:not(:last-child) {
    margin-right: 4px;
}

.online_payment_form_inner_wrapper .card_link ul li img {
    width: 50px;
    height: 30px;
    object-fit: contain;
    background-color: #fefefe;
    padding: 2px;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 50px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}


/* OTHER STYLE */

.sweet-alert .cancel,
.sweet-alert .confirm {
    padding: 10px 20px;
    background-color: #e0e0e0;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
}

.sweet-alert .confirm {
    background-color: #a73d45;
    color: #ffffff;
    margin-left: 10px;
}

.sweet-alert {
    border-radius: 40px !important;
    -webkit-border-radius: 40px !important;
    -moz-border-radius: 40px !important;
    -ms-border-radius: 40px !important;
    -o-border-radius: 40px !important;
}

.sa-button-container {
    margin-bottom: 10px;
}

.sweet-alert h2 {
    color: #000;
    font-family: 'Philosopher';
    font-weight: 600;
    letter-spacing: 0;
}

.sweet-alert p {
    color: #666;
    font-size: 15px;
}

.sweet-alert .sa-icon.sa-warning {
    border-color: #f18223 !important;
}

.sweet-alert .sa-icon.sa-warning .sa-body,
.sweet-alert .sa-icon.sa-warning .sa-dot {
    background-color: #f18223 !important;
}

.sweet-alert .cancel,
.sweet-alert .confirm {
    padding: 14px 21px;
    font-weight: 700;
    font-family: 'Philosopher';
    letter-spacing: 0.4px;
    cursor: pointer;
}

.membership_content li p {
    margin-bottom: 6px;
}


/* NEW UPDATES */

.wine_story_sec,
.more_recent_sec {
    background-color: #1b001b;
}

.more_recent_sec {
    border-top: 1px solid #ffffff1a;
}

.wine_story_sec .section_title h2,
.blog_card_content ul li,
.blog_card_content h3 a,
.wine_store_card_content h4 a,
.more_recent_sec .section_title h2,
.news_sec.home .section_title h2,
.news_sec.home .news_card_content ul li,
.news_sec.home .news_card_content h3 {
    color: #fff;
}

.news_sec.home {
    background-color: #3a1d00;
}

.membership_content {
    background-color: #1C1C1C;
    padding: 10px 15px;
}


/* .membership_content h4, .membership_content p {color: #fff;}
.membership_content ul li::before { border-color: #fff; background-color: transparent; }  */


/* NEW UPDATES END */


/*20-04-2022 X*/

.breadcrumb ul {
    margin-bottom: 0 !important;
}

.c-pagination nav>*:first-child {
    display: none;
}

.c-pagination nav>*:last-child {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.c-pagination nav>*:last-child>div:first-child {
    order: 2;
    margin-top: 20px;
}

.c-pagination nav>*:last-child>div:last-child {
    order: 1;
}

.c-pagination nav a,
.c-pagination nav span span {
    padding: 0 !important;
    height: 40px !important;
    display: inline-flex;
    align-items: center;
    width: 40px;
    justify-content: center;
    vertical-align: bottom;
    color: #000;
    font-weight: 600;
}

.photography-sec {
    padding: 60px 0 30px;
}

.photography-sec .img-wrapper {
    margin-bottom: 6px;
}

.photography-sec .img-wrapper img {
    height: 230px;
    object-fit: cover;
    width: 100%;
}


/* 15-06-2022 */


/* .banner_social_icons label,
.home_slider_inner_content :is(h2, label),
.category_card_sec .product_content,
.our_story_sec :is(.story_card_title,p),
.featured_sec :is(.section_title h2, .featured_filter_item, .no_data_details h2),
.news_sec.home :is(.section_title h2, .news_card_content ul, .news_card_content h3)  {font-family: 'Philosopher';} */

.photography-sec .row {
    margin: 0 -3px;
}

.photography-sec .row .col {
    padding: 0 3px;
}

.photography-sec .img-wrapper a {
    width: 100%;
    display: block;
}


/* 23-08-2023 X */

.card.dod_card {
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(251, 251, 253, 0.32);
    border-radius: 1.05rem;
}

.daily-deal-form h3,
.daily-deal-form p,
.daily-deal-form label {
    color: #ffffff !important;
}

.daily-deal-form .contact_title {
    margin-bottom: 30px;
    border-bottom: 1px solid #ffffff45;
    padding-bottom: 5px;
}

.daily-deal-form .c_filed>input,
.daily-deal-form .c_filed>textarea {
    background-color: #f5f5f53b;
    color: #ffffff;
}

.daily-deal-form .c_filed>input::placeholder,
.daily-deal-form .c_filed>textarea::placeholder {
    color: #ffffff;
}

.daily-deal-form form {
    margin-top: 20px;
}

.daily-deal-form .product_price_new {
    color: #ffffff;
    font-size: 40px;
}

.daily-deal-form .product_price:not(.product_price_new) {
    color: #ffffff !important;
    font-family: sans-serif;
}

.daily-deal-form .pd_price_inner {
    margin-top: 15px;
}

.daily-deal-form .pd_price_inner .pd_info_label {
    width: auto;
    margin-right: 14px;
}

.daily-deal-img {
    border-radius: 10px;
}

.daily-deal-form-row {
    gap: 10px 0;
}

.error-help-block {
    color: red;
}


/* 05-09-2023 */

.daily_offer_details_wrap {
    text-align: left;
    max-width: calc(100% - 130px);
}

.daily_offer_details_wrap :is(h1,
h2,
h3,
h4,
h5,
h6) {
    color: #ffffff;
}

.daily_offer_details_wrap>br {
    display: none;
}

.daily_offer_details_wrap blockquote {
    border-color: #bcbcbc;
}

.daily_offer_details_wrap blockquote br {
    display: none;
}

.daily_offer_details_wrap blockquote p {
    margin: 0;
}

.daily_offer_details_wrap p {
    color: #ffffff;
}

.daily_offer_img_wrap {
    height: 400px;
    margin-bottom: 30px;
}

.daily_offer_img_wrap img {
    height: 100%;
    object-fit: cover;
}

.daily_offer_details_wrap a {
    color: #ffffff;
}

.daily_offer_details_wrap ul,
.daily_offer_details_wrap ol {
    color: #ffffff;
    padding-left: 20px;
}

.daily_offer_details_wrap ul>li {
    color: #ffffff;
    list-style-type: disc;
}

.daily_offer_details_wrap ol>li {
    color: #ffffff;
}


/* CSS end  here */
.qr-container {
    position: absolute;
    bottom: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    right: 270px;
    gap: 50px;
}
@media (max-width:1199px){
    .qr-container {
        right: unset;
        transform: translateX(-50%);
        left: 50%;
        bottom: 100px;
    }
}
/*RESPONSIVE*/

@media (min-width:991px) {
    ul.mainmenu>li>ul>li:hover>ul.has_inner_children,
    ul.mainmenu>li>ul>li:hover>ul.has_no_inner_children {
        display: flex;
        flex-wrap: wrap;
    }
    ul.mainmenu>li>ul>li:hover>ul ul {
        display: block;
    }
    ul.mainmenu>li>ul ul a:hover {
        color: #A73D45 !important;
    }
    ul.mainmenu>li>ul ul a:hover::before {
        background-color: #a73d45;
        border-color: #a73d45;
    }
}

@media (max-width:1680px) {
    .c_btn a,
    .c_btn input,
    .c_btn button {
        padding: 9px 20px;
    }
    .header_myacc_menu_wrap {
        left: -10px;
    }
    /* HOME PAGE */
    .banner_social_icons label {
        font-size: 14px;
        padding-bottom: 110px;
    }
    .banner_social_icons label::before {
        height: 70px;
    }
    .banner_social_icons ul a {
        font-size: 20px;
    }
    .banner_social_icons ul li:not(:first-child) {
        margin-top: 20px;
    }
    .home_slider_inner_content h2 {
        font-size: 52px;
        line-height: normal;
        margin-bottom: 18px;
    }
    .home_slider_inner_content label {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .product_content .product_name {
        font-size: 34px;
    }
    .product_content .product_category {
        font-size: 15px;
        line-height: normal;
    }
    .category_card_sec {
        padding: 80px 0;
    }
    .our_story_sec {
        padding: 100px;
    }
    .featured_sec {
        padding-bottom: 25px;
    }
    .news_sec {
        padding-top: 50px;
        padding-bottom: 90px;
    }
    .news_card_content h3 {
        font-size: 26px;
        margin-bottom: 8px;
    }
    .news_card_content ul {
        margin-bottom: 10px;
    }
    .section_title {
        padding-bottom: 34px;
    }
    .section_title h2 {
        font-size: 44px;
    }
    /* PRODUCT DETAILS  */
    .product_details_sec {
        padding: 40px 0;
    }
    /* MY ACCOUNT */
    .my_acc_sec {
        padding: 80px 0;
    }
    /* TEAM */
    .team_sec {
        padding: 80px 0 30px;
    }
    /* BLOG */
    .get_smart_sec .section_title,
    .blog_featured_sec .section_title {
        padding-bottom: 34px;
    }
    /* CART */
    .add_to_cart_sec {
        padding: 60px 0;
    }
}

@media (max-width:1460px) {
    .container {
        max-width: 1300px !important;
    }
    ul.mainmenu ul {
        width: 200px;
    }
    ul.mainmenu>li {
        padding: 0 17px;
    }
    ul.mainmenu>li>a:link,
    ul.mainmenu>li>a:visited {
        font-size: 18px;
    }
    ul.mainmenu>li>ul>li>ul.has_inner_children {
        max-width: 550px;
        padding: 10px 20px !important;
    }
    ul.mainmenu>li>ul>li>ul.has_no_inner_children {
        padding: 10px 20px !important;
    }
    ul.has_inner_children>li {
        min-width: 170px;
    }
    .top-icon ul li a svg {
        width: 19px;
    }
    .header_search_input input[type="search"],
    .header_search_input input[type="text"],
    .header_search_close_icon {
        font-size: 30px;
    }
    .header_search_input button {
        padding: 11px 9px;
        font-size: 18px
    }
    .header_search_input {
        width: calc( 100% - 60px);
    }
    .header_search_wrapper {
        padding-top: 30px;
    }
    .header_search_inner {
        max-width: 90%;
    }
    .header_myacc_menu_wrap {
        width: 200px;
    }
    .header_myacc_menu_wrap ul li a {
        line-height: 30px;
        font-size: 14px;
    }
    .header_myacc_menu_wrap ul li a svg {
        top: 13px;
    }
    footer {
        padding: 70px 0 30px;
    }
    .footer_clm_time li label {
        padding-left: 20px;
    }
    .footer_clm_time li {
        justify-content: space-between;
    }
    .footer_clm_time li label {
        max-width: 190px;
    }
    .footer p,
    .footer a,
    .footer_clm_time li label,
    .footer_clm_time li>span,
    .sb_sidebar_blog_list_item_content h3 a {
        font-size: 15px;
    }
    .footer_clm_title h4 {
        font-size: 24px;
    }
    .footer_clm_title {
        margin-bottom: 17px;
    }
    /* HOME PAGE */
    .story_card_title {
        font-size: 32px;
        line-height: normal;
    }
    .filter_card_img img {
        height: 410px;
    }
    .filter_card_content h4 a {
        font-size: 24px;
    }
    .filter_card_content ul li {
        font-size: 22px;
    }
    .section_title h2 {
        font-size: 38px;
        line-height: normal;
    }
    .featured_filter_item {
        padding: 8px 20px;
        font-size: 15px;
    }
    .product_img img {
        height: 150px;
        width: 140px;
    }
    .product_content {
        width: calc( 100% - 150px);
    }
    .news_card_img {
        height: 250px;
    }
    /* PRODUCT LISTING */
    .filter_sidebar_title {
        font-size: 20px;
        padding: 10px 19px 9px;
    }
    .filter_sidebar_item_content {
        padding: 20px;
    }
    .main_product_listing {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .products_card_image {
        height: 340px
    }
    .products_card_content {
        margin-top: 14px;
    }
    .products_card_content p {
        margin-bottom: 6px;
    }
    .products_card_content ul {
        margin-top: 0;
    }
    .products_card_content ul li {
        font-size: 20px;
    }
    /* PRODUCT DETAILS */
    .pd_item_slider_main_img img {
        height: 530px;
    }
    .pd_item_slider_main_img .expand_slider img {
        height: unset;
    }
    .pd_description h2 {
        font-size: 36px;
    }
    .pd_description p {
        font-size: 15px;
        line-height: 24px;
    }
    .pd_category_inner ul li a {
        font-size: 15px;
    }
    .product_details_tab_wrapper {
        padding-top: 100px;
    }
    .tab_btn_wrap li a {
        padding: 8px 16px;
        font-size: 18px;
    }
    .product_details_tab_content {
        margin-top: 20px;
    }
    .pad_write_review_input {
        margin-top: 0px;
    }
    /* MY ACCOUNT  */
    .page_banner {
        padding: 130px 0;
    }
    .page_banner_title h1 {
        font-size: 48px;
        line-height: 1.3;
    }
    .c_breadcrumb_inner {
        margin-top: 8px;
    }
    .card_title {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .card_title h3 {
        font-size: 20px;
    }
    .c_filed>label {
        font-size: 14px;
        margin-bottom: 7px;
    }
    .c_filed>input,
    .c_filed>select,
    .c_filed>textarea,
    .iti--allow-dropdown>input {
        padding: 9px 16px;
    }
    /* CONTACT US */
    .contact_text_content h1 {
        font-size: 44px;
    }
    .contact_text_content ul li,
    .contact_text_content p {
        font-size: 16px;
    }
    .underline_title h4 {
        font-size: 26px;
    }
    .contact_num_add_wrap ul li a {
        font-size: 16px;
    }
    .contact_submit button {
        width: 45px;
        height: 45px;
        line-height: 40px;
    }
    .contact_sec {
        padding: 70px 0 50px 0;
    }
    /* MEMBERSHIP */
    .membership_sec {
        padding: 70px 0 60px;
    }
    .membership_content ul li h4 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    /* TEAM */
    .team_personal_info h4 {
        font-size: 22px;
    }
    .team_profile_image {
        width: 230px;
        height: 230px;
    }
    /* BLOG */
    .get_smart_sec {
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .blog_featured_sec {
        padding: 57px 0 27px;
    }
    .blog_card_content h3 a {
        font-size: 26px;
        line-height: normal;
    }
    .blog_card_content h3 {
        margin-bottom: 15px;
    }
    .blog_card_img span {
        padding: 6px 13px;
        font-size: 15px;
    }
    .wine_story_sec {
        padding-top: 70px;
    }
    .more_recent_sec {
        padding-bottom: 40px;
    }
    /* BLOG DETAILS */
    .blog_banner_inner h2 {
        font-size: 36px;
        line-height: normal;
        letter-spacing: 0;
    }
    .blog_banner_inner>label {
        margin-bottom: 14px;
    }
    .sb_post_image {
        margin-top: 20px;
        height: 500px;
        margin-bottom: 20px;
    }
    .sb_post_main_content {
        margin-top: 30px;
    }
    .sb_post_content_inner h1 {
        font-size: 32px;
    }
    .sb_post_content_inner h2 {
        font-size: 28px;
    }
    .sb_post_content_inner p {
        margin-bottom: 18px;
        font-size: 15px;
    }
    .sb_post_content_inner img {
        height: 420px;
    }
    .single_blog_sec {
        padding-bottom: 30px;
        padding-top: 40px;
    }
    .sb_sidebar_title h3 {
        font-size: 18px;
        line-height: normal;
        padding: 12px 10px;
    }
    .sb_sidebar_title {
        margin-bottom: 20px;
    }
    .sb_sidebar_blog_list_item:not(:last-child) {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .sb_sidebar_category_item a {
        line-height: 60px;
    }
    .sb_sidebar_category_item::before {
        top: 24px;
    }
    .sb_sidebar_item:not(:last-child) {
        margin-bottom: 20px;
    }
    /* CART */
    .cart_list_header p {
        font-size: 14px;
    }
    .cart_list_header {
        padding-bottom: 11px;
    }
    .remove_cart_title,
    .remove_cart_item {
        width: 9%;
    }
    .cart_total_title,
    .cart_total_wrap {
        width: 15%;
    }
    .cart_price_title,
    .cart_price_wrap {
        width: 15%;
    }
    .cart_quantity_title,
    .cart_qnty_wrap {
        width: 19%;
    }
    .cart_list_title,
    .cart_img_content {
        width: 42%;
    }
    .quantity_counter .quantity_counter_btn {
        width: 36px;
        height: 30px;
        font-size: 12px;
        line-height: 27px;
    }
    .ord_smry_final_price>ul li>* {
        font-size: 15px;
    }
    .ord_smry_list_wrap li>* {
        font-size: 14px;
    }
    .cart_image_wrap {
        width: 90px;
        height: 100px;
    }
    .cart_item_content {
        width: calc( 100% - 100px);
    }
    /* CHECKOUT */
    .checkout_sec {
        padding: 80px 0 80px;
    }
    .form_step_indicator_wrap ul li span {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
    .ord_smry_final_price {
        margin-top: 30px;
    }
    /* DAILY OFFER */
    .daily_offer_sec {
        padding: 60px 0;
    }
    .dod_title h2 {
        font-size: 38px;
    }
    .daily_offer_sec .pd_item_slider_main_img img {
        height: 490px;
    }
    .daily_offer_sec .expand_slider img {
        height: unset;
    }
    .pd_main_content {
        padding-left: 10px;
    }
    .pd_item_slider_main_img {
        margin-bottom: 0;
    }
    .dod_product_title {
        margin-bottom: 30px;
    }
    .dod_title h2 {
        font-size: 32px;
        padding-bottom: 22px;
    }
    .daily_offer_sec {
        padding: 50px 0;
    }
    /* ORDER */
    .my_order_table_item_2 {
        width: 19%;
    }
    .my_order_table_item_3 {
        width: 34%;
    }
    .c_badge {
        padding: 1px 9px;
    }
}

@media (max-width:1380px) {
    .container {
        max-width: 1240px;
    }
    .header-main .logo_section {
        width: calc( 241px + 30px);
        padding: 0 15px;
    }
    .header-main .menu_Section {
        width: calc(100% - (calc( 241px + 30px)));
        padding: 0 15px;
    }
    ul.mainmenu>li>ul>li>ul.has_inner_children {
        max-width: 530px;
    }
    ul.has_inner_children>li {
        min-width: 160px;
    }
    /* HOME PAGE */
    .header-main {
        padding: 25px 0 20px;
    }
    .home_slider_inner_content h2 {
        font-size: 44px;
    }
    .home_slider_inner_content label {
        font-size: 16px;
        margin-bottom: 3px;
    }
    .c_btn a,
    .c_btn input,
    .c_btn button {
        padding: 12px 20px;
        font-size: 18px;
    }
    .banner_wrap ul.custom_paging li {
        font-size: 16px;
    }
    .banner_wrap .slick-slider .slick-arrow.slick-prev:after,
    .banner_wrap .slick-slider .slick-arrow.slick-next:after {
        font-size: 18px;
    }
    .banner_social_icons {
        top: 80px;
    }
    .product_card {
        padding: 20px 20px 0;
    }
    .product_img {
        padding-right: 0;
        max-width: 100px;
    }
    .product_img img {
        height: 150px;
        width: 110px;
    }
    .product_content {
        width: calc( 100% - 120px);
    }
    .product_content .product_name {
        font-size: 28px;
        letter-spacing: 0;
        margin-bottom: 20px;
    }
    .product_content .product_category {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .product_content a {
        font-size: 14px;
    }
    .our_story_sec {
        padding: 70px 70px;
    }
    /* .news_card_img{height: 280px;} */
    .news_card_content h3 {
        font-size: 24px;
        line-height: normal;
    }
    .news_card_content p {
        font-size: 15px;
        line-height: 22px;
    }
    .news_sec {
        padding-bottom: 70px;
    }
    .news_card_img span {
        font-size: 14px;
    }
    /* PRODUCT LISTING */
    .main_product_listing {
        padding-top: 40px;
    }
    .products_card_image {
        height: 320px;
    }
    .products_card_content h4 a {
        font-size: 20px;
        line-height: normal;
    }
    .filter_sidebar_list_wrap>li a {
        font-size: 15px;
    }
    .filter_sidebar_list_wrap>li>ul a {
        font-size: 13px;
    }
    .price_wrap_slider .rangeValues p {
        font-size: 15px;
        line-height: normal;
    }
    .product_popup {
        max-width: 1080px;
    }
    .product_popup_image {
        height: 420px;
    }
    .product_popup .pd_description h2,
    .pd_description h2 {
        font-size: 32px;
    }
    .product_popup .pd_description p {
        font-size: 15px;
        line-height: 24px;
    }
    .product_popup .pd_main_content>div:not(:last-child) {
        margin-bottom: 20px;
    }
    .pd_info_label {
        font-size: 16px;
    }
    .pd_price_inner h4 {
        font-size: 22px;
    }
    .pd_category_inner ul li a {
        font-size: 15px;
    }
    .pd_category_inner ul li a {
        font-size: 15px;
    }
    .pd_action_btn ul li a {
        font-size: 16px;
        padding: 12px 18px;
    }
    /* MEMBERSHIP PAGE */
    .membership_content p {
        margin-bottom: 5px;
    }
    /* PRODUCT DETAILS */
    .product_details_sec {
        padding-top: 10px;
    }
    .pd_item_slider_main_img img {
        height: 500px;
    }
    .expand_slider img {
        height: unset;
    }
    .pd_main_content>div:not(:last-child) {
        margin-bottom: 25px;
    }
    .filter_card_img img {
        height: 400px;
    }
    .filter_card_content h4 a {
        font-size: 24px;
    }
    .filter_card_content ul li {
        font-size: 20px;
    }
    .related_product_sec {
        padding: 40px 0 70px;
    }
    .section_title h2 {
        font-size: 36px;
        line-height: normal;
    }
    .section_title {
        padding-bottom: 24px;
    }
    /* MY ACCOUNT */
    .page_banner {
        padding: 110px 0;
    }
    .my_acc_sec {
        padding: 60px 0 50px;
    }
    .page_banner_title h1 {
        font-size: 42px;
    }
    .my_acc_sidebar_inner ul li a {
        font-size: 14px;
        padding: 3px 10px 3px 36px;
    }
    .my_acc_sidebar_inner ul li a svg {
        left: 10px;
        top: 10px;
        font-size: 16px;
    }
    .my_order_table_body_item>div p {
        font-size: 13px;
    }
    .c_badge {
        font-size: 12px;
        padding: 1px 7px;
    }
    a.view {
        width: 26px;
        height: 26px;
        line-height: 24px;
        font-size: 12px;
    }
    .my_order_table_head {
        padding: 0px 0 12px;
    }
    .order_details_main_total ul li:last-child>* {
        font-size: 22px;
    }
    .order_details_main_total ul li label,
    .order_details_main_total ul li span {
        font-size: 14px;
    }
    .order_details_main_total h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .order_details_item_details h4 a {
        font-size: 20px;
    }
    .order_details_item_details p {
        margin-bottom: 0;
        margin-top: 8px;
    }
    .order_details_header_items {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .order_details_header_items p {
        margin: 0;
    }
    .order_details_peyment_method ul li label,
    .order_details_shipping_address p {
        font-size: 14px;
    }
    .order_details_item_size p,
    .order_details_item_price p,
    .order_details_item_quantity p,
    .order_details_item_sub_total p,
    .order_details_header_items p {
        font-size: 14px;
    }
    .order_details_item>div:not(.od_status_box_wrap),
    .order_details_header_items>div {
        padding: 0 5px;
    }
    .order_details_item_details {
        width: 32%;
    }
    .order_details_item_sub_total {
        width: 13%;
    }
    .order_details_item_status {
        width: 13%;
    }
    .order_details_item_quantity {
        width: 11%;
    }
    .order_details_item_remove {
        width: 8%;
    }
    .order_details_item_size,
    .order_details_item_price {
        width: 13%;
    }
    .wishlist_item_details h4 a,
    .wishlist_item_price p {
        font-size: 20px;
    }
    .wishlist_item_details p {
        margin-bottom: 0;
    }
    a.add_to_cart {
        padding: 8px;
    }
    .wishlist_img_wrap img {
        height: 90px;
    }
    /* CONTACT US */
    .contact_social_connect {
        padding-left: 25px;
    }
    .contact_num_add_wrap ul li {
        padding-left: 40px;
    }
    .contact_num_add_wrap ul li a {
        font-size: 14px;
    }
    .contact_num_add_wrap ul li span {
        height: 30px;
        width: 30px;
        line-height: 31px;
        font-size: 13px;
    }
    .underline_title h4 {
        font-size: 22px;
    }
    .contact_num_add_wrap {
        margin-top: 30px;
    }
    .contact_social_icons {
        margin-top: 20px;
    }
    .contact_form_content>.row>.col {
        padding-top: 30px;
        padding-bottom: 20px;
        padding-right: 30px;
    }
    /* TEAM */
    .team_sec {
        padding: 60px 0 10px;
    }
    .team_profile_image {
        width: 210px;
        height: 210px;
    }
    .team_profile_social {
        padding: 10px 15px;
    }
    /* BLOG */
    .get_smart_sec .section_title,
    .blog_featured_sec .section_title {
        padding-bottom: 23px;
    }
    .blog_card_content h3 a {
        font-size: 24px;
    }
    .blog_card_content {
        margin-top: 15px;
    }
    .blog_card {
        margin-bottom: 30px;
    }
    .wine_store_card_content {
        margin-top: 5px;
    }
    .wine_store_card_item {
        margin-bottom: 0;
    }
    .get_smart_sec {
        padding-top: 50px;
    }
    .wine_story_sec {
        padding-top: 50px;
    }
    .blog_featured_sec {
        padding: 37px 0 7px;
    }
    /* BLOG DETAILS */
    .blog_banner_inner h2 {
        font-size: 32px;
    }
    .blog_banner_inner>label {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .sb_sidebar_blog_list_item_image {
        width: 75px;
        height: 75px;
    }
    .sb_sidebar_blog_list_item_content {
        max-width: calc( 100% - 80px);
        margin-left: auto;
    }
    .sb_sidebar_blog_list_item_content h3 a {
        line-height: normal;
        font-size: 14px;
    }
    .sb_sidebar_category_item a {
        line-height: 50px;
        font-size: 16px;
    }
    .sb_sidebar_category_item::before {
        top: 17px;
    }
    /* CHECKOUT */
    .form_step_indicator_wrap ul li span {
        font-size: 15px;
    }
    .checkout_sec .step_2 .card_content {
        margin-top: 30px;
    }
    .checkout_sec .step_2 .card_link {
        font-size: 17px;
    }
    .checkout_final_price .c_btn svg {
        width: 70px;
    }
    .checkout_sec .form_step_btns {
        margin-top: 30px;
    }
    /* LOGIN */
    .auth_desc h1 {
        font-size: 36px;
    }
    .auth_desc p,
    .c_checkbox label,
    .forgot_link a {
        font-size: 15px;
    }
    .register_text p {
        font-size: 18px;
    }
    .auth_item:not(:last-child) {
        margin-bottom: 24px;
    }
    .auth_form_inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width:1280px) {
    .header_myacc_menu_wrap {
        width: 170px;
    }
    /* BLOG */
    .wine_store_card_img {
        height: 210px;
    }
    .more_recent_sec {
        padding-bottom: 20px;
    }
    /* HOME */
    .filter_card_img img {
        height: 300px;
    }
    .filter_card_img {
        margin-bottom: 14px;
    }
    .filter_card_content h4 a {
        font-size: 22px;
    }
}

@media (max-width:1199px) {
    .c_btn a,
    .c_btn input,
    .c_btn button {
        padding: 9px 22px;
        font-size: 16px;
    }
    .header-main .logo_section {
        width: calc( 170px + 30px);
    }
    .header-main .menu_Section {
        width: calc(100% - (calc( 170px + 30px)));
    }
    ul.mainmenu>li {
        padding: 0 9px;
    }
    .SliderControls {
        bottom: 35px;
    }
    ul.mainmenu>li>a:link,
    ul.mainmenu>li>a:visited {
        font-size: 16px;
    }
    .footer_top .row>.col {
        max-width: 50%;
        flex: 0 0 50%;
        margin-bottom: 20px;
    }
    .footer_bottom .row {
        margin-top: 10px;
    }
    /* HOME PAGE */
    .header_search_wrapper {
        padding-top: 20px;
    }
    .product_card {
        padding: 20px 15px 0;
    }
    .product_content .product_name {
        font-size: 23px;
        line-height: normal;
        margin-bottom: 24px;
    }
    .product_img img {
        height: 120px;
    }
    .our_story_sec {
        padding: 70px 30px;
    }
    .story_card_inner p {
        font-size: 15px;
    }
    .featured_sec {
        padding-top: 50px;
    }
    .featured_filter_item {
        padding: 5px 15px;
        font-size: 14px;
    }
    .featured_filter_item:not(:last-child) {
        margin-right: 20px;
    }
    .news_card_img {
        height: 200px;
    }
    .news_sec {
        padding-bottom: 50px;
    }
    /* PRODUCT LISTING */
    .filter_sidebar_item_content {
        padding: 15px;
    }
    .filter_sidebar_tag_item a {
        font-size: 11px;
        padding: 5px 7px;
    }
    .products_card_item {
        max-width: calc( 100% / 2);
    }
    /* PRODUCT DETAILS */
    .pd_item_slider_main_img img {
        height: 400px;
    }
    .expand_slider img {
        height: unset;
    }
    .pd_action_btn ul a svg {
        margin-left: 0;
    }
    .product_details_tab_wrapper {
        padding-top: 60px;
    }
    .filter_card_img img {
        height: 320px;
    }
    .filter_card_img {
        margin-bottom: 15px;
    }
    .filter_card_content h4 a {
        font-size: 20px;
    }
    .filter_card_content ul li {
        font-size: 18px;
    }
    .card_title h3 {
        font-size: 18px;
    }
    .card_title {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .product_details_sec {
        padding: 20px 0 30px;
    }
    .section_title {
        padding-bottom: 25px;
    }
    /* MY ACCOUNT */
    .page_banner {
        padding: 90px 0;
    }
    .page_banner_title h1 {
        font-size: 38px;
        line-height: 1.2;
    }
    .card {
        padding: 20px 15px;
    }
    .my_acc_sidebar_inner ul li a {
        font-size: 13px;
    }
    .c_filed>label {
        line-height: 20px;
        font-size: 13px;
    }
    .my_acc_sidebar_inner ul li a svg {
        font-size: 15px;
        left: 10px;
        top: 11px;
    }
    .c_filed>input,
    .c_filed>select,
    .c_filed>textarea,
    .iti--allow-dropdown>input {
        line-height: 24px;
    }
    .card_title {
        margin-bottom: 20px;
    }
    .my_acc_content_submit {
        margin-top: 10px;
    }
    .my_order_table_item_3 {
        width: 36%;
    }
    .my_order_table_item_4 {
        width: 16%;
    }
    .my_order_table_item_2 {
        width: 14%;
    }
    .my_order_table_head>div,
    .my_order_table_body_item>div {
        padding: 0 5px;
    }
    .my_order_table_item_5 {
        width: 14%;
    }
    .wishlist_img_wrap {
        width: 13%;
    }
    .wishlist_item_details {
        width: 40%;
    }
    .wishlist_item_price {
        width: 22%;
    }
    .wishlist_item_add_cart {
        width: 20%;
    }
    a.add_to_cart {
        font-size: 14px;
    }
    /* CONTACT US */
    .contact_text_content h1 {
        font-size: 36px;
    }
    .contact_text_content ul li,
    .contact_text_content p {
        font-size: 14px;
    }
    .contact_social_connect {
        padding-left: 10px;
    }
    .contact_submit button {
        width: 40px;
        height: 40px;
        line-height: 35px;
        font-size: 16px;
    }
    /* MEMBERSHIP */
    .inquiry_form_sec .section_title h2 {
        font-size: 32px;
    }
    .inquiry_form_wrapper>.col-8 {
        padding: 20px;
    }
    .inquiry_form_sec .col.col-10.mx-auto {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .membership_content h4 {
        font-size: 24px;
    }
    /* TEAM */
    .team_profile_image {
        width: 190px;
        height: 190px;
        padding: 8px;
    }
    /* BLOG */
    .blog_card_img {
        height: 195px;
    }
    .blog_card_content h3 {
        margin-bottom: 10px;
    }
    .blog_card_img span {
        padding: 5px 11px;
        font-size: 13px;
    }
    .blog_card_content h3 a {
        font-size: 22px;
    }
    /* CART */
    .add_to_cart_sec {
        padding: 40px 0;
    }
    .add_to_cart_sec .container>.row>.col {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .add_to_cart_sec .container>.row>.col-3 {
        max-width: 50%;
        margin-top: 30px;
        margin-left: auto;
    }
    .ord_smry_promo button {
        height: calc( 100% - 25px);
    }
    /* CHECKOUT */
    .checkout_sec .c_radio label img {
        height: 30px;
    }
    .ord_smry_promo .c_filed>input {
        font-size: 13px;
    }
    /* LOGIN PAGE */
    .authentication_section .col.col-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    /* DAILY OFFER */
    .daily_offer_sec .pd_item_slider_main_img img {
        height: 350px;
    }
    .daily_offer_sec .expand_slider img {
        height: unset;
    }
    .dod_product_title h2 {
        font-size: 22px;
    }
    .offer_label_wrap {
        display: none;
    }
}

@media (max-width:1140px) {
    .container {
        max-width: 960px;
    }
}

@media (max-width:991px) {
    .container {
        max-width: 720px
    }
    /*Nav*/
    .menulinks {
        display: inline-block;
    }
    ul.mainmenu {
        text-align: left;
        position: absolute;
        top: 52px;
        padding: 0;
        right: 0;
        width: 100%;
        background: #fff5f6;
        display: none;
        z-index: 9999999;
    }
    ul.mainmenu>li {
        float: left;
        width: 100%;
        padding: 0px;
        margin: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }
    ul.mainmenu>li:first-child {
        border: none;
    }
    ul.mainmenu>li>a:link,
    ul.mainmenu>li>a:visited {
        padding: 10px 15px;
        font-size: 16px;
        float: left;
        width: 100%;
        border: none;
        text-align: left;
        color: #000;
    }
    ul.mainmenu>li>a:hover {
        background: rgba(255, 255, 255, 0.2);
    }
    a.menulinks i {
        display: inline;
        position: relative;
        top: -2px;
        margin-left: 0;
        -webkit-transition-duration: 0s;
        -webkit-transition-delay: .2s;
        -moz-transition-duration: 0s;
        -moz-transition-delay: .2s;
        transition-duration: 0s;
        transition-delay: .2s;
    }
    a.menulinks i:before,
    a.menulinks i:after {
        position: absolute;
        content: '';
        left: 0;
    }
    a.menulinks i,
    a.menulinks i:before,
    a.menulinks i:after {
        width: 35px;
        height: 4px;
        background-color: #000;
        display: inline-block;
    }
    a.menulinks i:before {
        margin-top: -10px;
        -webkit-transition-property: margin, -webkit-transform;
        -webkit-transition-duration: .2s;
        -webkit-transition-delay: .2s, 0;
    }
    a.menulinks i:after {
        margin-top: 10px;
        -webkit-transition-property: margin, -webkit-transform;
        -webkit-transition-duration: .2s;
        -webkit-transition-delay: .2s, 0;
    }
    .mobile-open a.menulinks i {
        background-color: rgba(0, 0, 0, 0.0);
        -webkit-transition-delay: .2s;
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    }
    .mobile-open a.menulinks i:before {
        margin-top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition-delay: 0, .2s;
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    }
    .mobile-open a.menulinks i:after {
        margin-top: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition-delay: 0, .2s;
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    }
    ul.mainmenu ul li {
        border-bottom: 0;
    }
    ul.mainmenu>li>a.current:after {
        display: none;
    }
    ul.mainmenu ul {
        position: relative;
        top: auto;
        left: auto;
        float: left;
        width: 100%;
    }
    ul.mainmenu ul li {
        position: relative;
    }
    ul.mainmenu li li a:link,
    ul.mainmenu li li a:visited {
        padding: 8px 15px 8px 25px;
        color: #fff;
    }
    ul.mainmenu ul ul {
        position: relative;
        left: auto;
        top: auto;
        float: left;
        width: 100%;
    }
    a.child-triggerm {
        display: block !important;
        cursor: pointer;
        position: absolute !important;
        top: 0px;
        right: 0px;
        width: 50px !important;
        min-width: 50px !important;
        height: 38px !important;
        padding: 0 !important;
        border-left: 1px dotted rgba(255, 255, 255, .20);
    }
    a.child-triggerm:hover {
        text-decoration: none;
        color: #f00;
    }
    a.child-triggerm span {
        position: relative;
        top: 50%;
        margin: 0 auto !important;
        -webkit-transition-duration: .2s;
        -moz-transition-duration: .2s;
        transition-duration: .2s;
    }
    a.child-triggerm span:after {
        position: absolute;
        content: '';
    }
    a.child-triggerm span:after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition-duration: .2s;
        -moz-transition-duration: .2s;
        transition-duration: .2s;
    }
    a.child-triggerm.child-open span:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -webkit-transition-duration: .2s;
        -moz-transition-duration: .2s;
        transition-duration: .2s;
    }
    a.child-triggerm.child-open span {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition-duration: .2s;
        -moz-transition-duration: .2s;
        transition-duration: .2s;
    }
    header a.child-triggerm span,
    a.child-triggerm span:after {
        width: 10px;
        height: 1px;
        background-color: #000;
        display: block;
    }
    header a.child-triggerm:hover span,
    a.child-triggerm:hover span:after {
        background-color: #000;
    }
    header a.active,
    ul.mainmenu>li>ul>li>ul.has_inner_children>li>a.active:not(.child-triggerm) {
        background-color: #a73d45;
        color: #fff !important;
    }
    ul.mainmenu>li>ul>li>ul.has_inner_children>li>a:not(.child-triggerm) {
        margin-bottom: 0;
    }
    ul.mainmenu>li>ul>li>ul.has_inner_children>li>a:not(.child-triggerm),
    ul.mainmenu>li>ul>li>ul.has_no_inner_children li a {
        font-weight: 400;
        padding: 8px 15px 8px 35px;
        color: #000000 !important;
    }
    header ul.mainmenu>li>ul,
    ul.mainmenu>li>ul>li>ul.has_inner_children,
    ul.mainmenu>li>ul>li>ul.has_no_inner_children,
    ul.mainmenu ul {
        background-color: #fff5f6;
        box-shadow: none;
        padding: 0 !important;
    }
    header ul.mainmenu li li a:link,
    ul.mainmenu li li a:visited {
        color: #000;
    }
    ul.mainmenu>li>ul>li>ul.has_inner_children {
        width: 100%
    }
    ul.mainmenu>li>ul>li:hover>a::after {
        opacity: 0
    }
    ul.has_inner_children>li {
        width: 100%
    }
    ul.mainmenu>li>ul>li>ul.has_no_inner_children {
        flex-direction: unset
    }
    ul.mainmenu ul ul {
        float: unset
    }
    ul.mainmenu>li>ul ul a:not(.child-triggerm) {
        padding-left: 0;
        padding: 8px 15px 8px 45px;
    }
    ul.mainmenu>li>ul ul a:not(.child-triggerm)::before {
        opacity: 0;
    }
    .menulinks {
        top: 10px;
    }
    ul.mainmenu>li>ul ul a:not(.child-triggerm) {
        line-height: 24px;
    }
    .header-main {
        padding: 20px 70px 15px 0;
    }
    .top-icon ul li a svg {
        height: 19px;
    }
    .header_search_input input[type="search"],
    .header_search_input input[type="text"],
    .header_search_close_icon {
        font-size: 24px;
    }
    .header_search_input button {
        padding: 11px 10px;
        font-size: 16px;
    }
    /* HOME PAGE */
    .home_slider_item {
        height: 50vh;
    }
    .banner_social_icons {
        top: 50px;
    }
    .banner_social_icons ul li:not(:first-child) {
        margin-top: 15px;
    }
    .home_slider_inner_content h2 {
        font-size: 36px;
    }
    .category_card_sec .row>.col {
        max-width: 540px;
        flex: 0 0 100%;
        margin: 0 auto 30px;
    }
    .product_card:hover {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
    .product_img img {
        height: 150px;
    }
    .product_content {
        width: calc( 100% - 150px);
    }
    .product_img {
        max-width: 140px;
    }
    .product_img img {
        width: 140px;
    }
    .our_story_sec .col {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .product_content .product_category {
        margin-bottom: 12px;
    }
    .news_sec .row .col.col-4 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }
    .filter_card_item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    /* PRODUCT LISTING */
    .main_product_listing>.container>.row>.col {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .main_product_listing>.container>.row>.col-3 {
        order: 2;
    }
    .main_product_listing>.container>.row>.col-9 {
        order: 1;
    }
    /* .product_list_sorting, */
    .filter_sidebar_wrap,
    .main_products_list_wrap {
        max-width: 540px;
        margin: 0 auto;
    }
    .product_list_sorting,
    .main_products_list_wrap {
        margin-bottom: 30px;
    }
    .product_row_view_sec .product_list_sorting,
    .product_row_view_sec .main_products_list_wrap {
        max-width: 100%;
    }
    .products_card_item .action_btn ul li {
        opacity: 1;
        visibility: visible;
        transform: rotate(0deg) scale(1);
    }
    /* .product_popup{max-width:100%;} */
    .product_popup_image {
        max-width: 450px;
        margin: 0px auto 30px;
    }
    .product_popup_content {
        max-width: 100%;
    }
    .product_popup {
        max-width: 600px;
    }
    /* PRODUCT DETAILS */
    .pd_main_content {
        padding-left: 0;
    }
    .product_details_sec>.container>.row>.col {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .pd_item_slider,
    .pd_main_content {
        max-width: 600px;
        margin: 0 auto;
    }
    .pd_main_content {
        margin-top: 30px;
    }
    .product_details_tab_btn {
        display: none;
    }
    .tab_content_inner {
        display: block;
    }
    .tab_content_inner>h2 {
        display: block;
        font-size: 22px;
        letter-spacing: 0;
        color: #000;
        border-bottom: 1px solid #ccc;
        padding-bottom: 11px;
    }
    .tab_content_inner:not(:last-child) {
        margin-bottom: 20px;
    }
    .section_title {
        padding-bottom: 25px;
    }
    .pd_item_slider_main_img button.slick-arrow {
        opacity: 1;
    }
    .pd_item_slider {
        max-width: 480px;
    }
    /* MY ACCOUNT */
    .order_details_sec .container>.row>.col,
    .my_acc_sec .container>.row>.col {
        max-width: 100%;
        margin: 0 auto;
        flex: 0 0 100%;
    }
    .my_acc_sec .container>.row>.col:not(:last-child),
    .order_details_sec .container>.row>.col:not(:last-child) {
        margin-bottom: 30px;
    }
    .my_acc_sec .container>.row>.col.col-3 {
        max-width: 540px;
    }
    .order_details_main_total {
        margin-top: 20px;
    }
    .od_status_box li label,
    .od_status_box li span {
        font-size: 14px;
    }
    .od_status_box li label {
        width: 100px;
    }
    .od_status_close_btn {
        top: 14px;
        right: 15px;
    }
    .order_details_sidebar_wrap {
        max-width: 500px;
        margin: 0 auto;
    }
    /* CONTACT US */
    .contact_social_icons ul li:not(:last-child) {
        margin-right: 9px;
    }
    .underline_title h4 {
        font-size: 20px;
        letter-spacing: 0;
    }
    .underline_title h4::before {
        width: 50px;
    }
    .contact_social_connect {
        padding-left: 0;
    }
    /* MEMBERSHIP */
    .membership_sec {
        padding: 60px 0 40px;
    }
    .membership_sec .row>.col.col-8 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .inquiry_form_sec {
        padding: 50px 0;
    }
    .inquiry_form_wrapper>.col.col-8 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    /* TEAM */
    .team_sec .col.col-4 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    /* BLOG */
    .wine_story_sec .blog_card_img {
        height: 410px;
    }
    .blog_card_img,
    .wine_store_card_img {
        height: 220px;
    }
    .get_smart_sec .col.col-4,
    .blog_featured_sec .col.col-4,
    .more_recent_sec .col.col-4 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .wine_story_sec .col.col-7,
    .wine_story_sec .col.col-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .wine_store_card_content {
        margin-top: 10px;
    }
    .wine_store_card_item {
        margin-bottom: 10px;
        width: 100%;
    }
    .blog_featured_sec {
        padding: 40px 0 10px;
    }
    .get_smart_sec {
        padding-top: 30px;
    }
    .blog_card_content.c_btn {
        margin-bottom: 30px;
    }
    /* BLOG DETAILS */
    .single_blog_sec .col.col-10.mx-auto {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sb_post_content_inner {
        padding-right: 10px;
    }
    .sb_post_content_inner img {
        height: 290px;
    }
    .sb_post_content_inner p {
        line-height: 22px;
    }
    .sb_sidebar_title h3 {
        font-size: 16px;
    }
    .single_blog_sec {
        padding-bottom: 10px;
    }
    .sb_post_image {
        height: 350px;
    }
    /* CART */
    .cart_list_header {
        display: none;
    }
    .add_to_cart_sec .container>.row>.col {
        max-width: 540px;
        margin: 0 auto;
    }
    .add_to_cart_sec .container>.row>.col:not(:first-child) {
        margin-top: 30px;
    }
    .card_list_item>div:not(.cart_img_content) {
        width: 100%;
        text-align: left;
    }
    .card_list_item>div,
    .cart_list_header>div:not(:first-child),
    .card_list_item>div:not(:first-child) {
        width: 100%;
        text-align: left;
        position: relative;
    }
    .card_list_item .quantity_counter {
        justify-content: flex-end;
    }
    .card_list_item>div:not(:last-child) {
        margin-bottom: 18px;
    }
    .card_list_item div[data-text]::before {
        position: absolute;
        content: attr(data-text);
        left: 0;
        font-weight: 700;
    }
    .card_list_item div[data-text] {
        padding-left: 90px;
        text-align: right;
    }
    /* CHECKOUT */
    .checkout_sec {
        padding: 60px 0;
    }
    .checkout_sec .step_2 .col.col-8,
    .checkout_sec .step_2 .col.col-4 {
        max-width: 540px;
        flex: 0 0 100%;
        margin: 0 auto;
        width: 100%;
    }
    .checkout_sec .step_2 .col.col-8 {
        margin-bottom: 30px;
    }
    .checkout_sec .step_4 .col.col-9 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .checkout_sec .step_4 .col.col-3 {
        max-width: 50%;
        flex: 0 0 100%;
        margin-left: auto;
    }
    .payment_feature .col {
        max-width: 100%;
        flex: 0 0 100%;
    }
    /* LOGIN */
    .auth_form_content {
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .auth_form_wrapper {
        height: calc( 100vh - 30px);
        width: calc( 100% - 10px);
        padding: 10px 10px;
        z-index: 999;
        position: relative;
        background-color: #ffffff75;
        backdrop-filter: blur(21px);
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }
    .auth_form_inner {
        max-width: 100%;
        padding: 0 15px;
    }
    .auth_banner {
        position: absolute;
        height: 100%;
        width: 100%;
        right: 0;
        left: 0;
    }
    /* ORDER SUCCESS */
    .order_success_sec .text h4 {
        font-size: 25px;
    }
    .order_success_sec .text {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .order_success_sec .icon {
        width: 100px;
        height: 100px;
    }
    .order_success_sec .icon svg {
        padding: 24px;
    }
    /* DAIL OFFER */
    .dod_card .col {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .dod_product_title {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    /* ORDERS */
    .my_order_table_item_4 {
        width: 15%;
    }
    .my_order_table_item_1 {
        width: 11%;
    }
    .my_order_table_item_3 {
        width: 35%;
    }
    /* 23-08-2023 */
    .daily-deal-form {
        /* margin-top: 30px; */
    }
    .daily-deal-form-row {
        gap: 0;
    }
    .qr-container {
        right: 50px;
        transform: unset;
        left: unset;
        bottom: 30px;
    }
   
}

@media (max-width:767px) {
    .col-1 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-2 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-3 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-4 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-5 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-6 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-7 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-8 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-9 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-10 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-11 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .fancybox-container {
        z-index: 99999999;
    }
    header {
        position: unset;
    }
    .header-main {
        padding: 20px 50px 15px 0;
    }
    .header_search_inner {
        height: 100%;
        justify-content: center;
        align-items: center;
    }
    .header_search_input {
        width: 100%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .header_search_input select {
        position: unset;
        width: 100%;
        padding: 15px 5px;
        order: 2;
        margin-top: 15px;
    }
    .header_search_input input[type="search"],
    .header_search_input input[type="text"] {
        width: 100%;
        order: 1;
        padding: 5px 10px;
    }
    .header_search_wrapper {
        position: fixed;
        padding: 0;
        background-color: #ffffff;
        z-index: 999999999;
    }
    .header_search_close {
        position: absolute;
        bottom: 30px;
    }
    .header_search_input button {
        position: unset;
        order: 3;
        display: block;
        margin: 0;
        top: 0;
        transform: unset;
        width: calc(100% - 50px);
        margin: 20px auto 0;
        padding: 13px;
        border-radius: 9px;
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        -ms-border-radius: 9px;
        -o-border-radius: 9px;
    }
    ul.mainmenu {
        top: 66px;
    }
    .no_data_details {
        padding: 15px;
    }
    .no_data_details h2 {
        font-size: 18px;
    }
    footer {
        padding: 50px 0 20px;
    }
    .footer_top .row>.col,
    .footer_bottom .row>.col {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
    .footer_bottom .row {
        padding-top: 20px;
    }
    .footer_bottom_social ul {
        justify-content: center;
        margin-bottom: 20px;
    }
    .footer_bottom_copy_right p {
        text-align: center;
    }
    footer .sb_sidebar_blog_list_item_content {
        max-width: calc( 100% - 80px);
    }
    footer .sb_sidebar_blog_list_item_image {
        height: 70px;
    }
    /* HOME PAGE */
    .home_slider_item {
        height: calc(100vh - 65px);
        background-position-x: right !important;
        padding-right: 50px;
    }
    .banner_social_icons {
        right: 10px;
    }
    .home_slider_inner_content h2 {
        font-size: 32px;
        letter-spacing: 0;
    }
    .home_slider_inner_content label {
        font-size: 14px;
    }
    .SliderControls {
        bottom: 35px;
    }
    .category_card_sec {
        padding: 50px 0 20px;
    }
    .our_story_sec {
        padding: 40px 0;
    }
    .c_scroll_bar {
        padding-right: 10px;
    }
    .c_scroll_bar::-webkit-scrollbar {
        width: 5px;
    }
    .our_story_card {
        padding: 25px 15px;
    }
    .product_content {
        width: calc( 100% - 110px);
    }
    .product_card_inner {
        align-items: center;
    }
    .product_content .product_category {
        font-size: 13px;
        letter-spacing: 0;
    }
    .product_content .product_name {
        font-size: 20px;
    }
    .product_content a {
        font-size: 12px;
    }
    .product_img img {
        width: 100px;
    }
    .story_card_inner p {
        font-size: 14px;
    }
    .story_card_label {
        font-size: 14px;
    }
    .story_card_title {
        font-size: 26px;
    }
    .section_title h2 {
        font-size: 28px;
    }
    .filter_card_lists.row>.col {
        max-width: 425px;
        flex: 0 0 100%;
        width: 100%;
        margin: 0 auto;
    }
    .filter_card_img img {
        height: 340px;
    }
    .featured_filter_lists {
        justify-content: space-between;
    }
    .featured_filter_item {
        max-width: 48%;
        width: 100%;
        margin-bottom: 10px !important;
        padding: 10px 15px;
    }
    .featured_filter_item:not(:last-child) {
        margin: 0;
    }
    .news_sec .row .col.col-4 {
        max-width: 425px;
        flex: 0 0 100%;
        width: 100%;
        margin: 0 auto 30px;
    }
    .news_card_content h3 {
        font-size: 22px;
    }
    .news_card_content p {
        font-size: 14px;
    }
    .news_sec {
        padding-bottom: 20px;
    }
    /* PRODUCT LISTING */
    .product_popup {
        max-width: 100%;
    }
    .product_popup_inner {
        padding: 30px 20px;
    }
    .pd_main_content {
        padding-left: 0px;
    }
    .products_card_item {
        max-width: 425px;
        width: 100%;
    }
    .product_row_view_sec .products_card_image {
        height: 100px;
        width: 100px;
    }
    .product_row_view_sec .products_card_content {
        width: calc( 100% - 110px);
    }
    .products_card_item .action_btn ul li {
        height: 25px;
        width: 25px;
        line-height: 25px;
    }
    .products_card_item .action_btn ul li a {
        font-size: 13px;
    }
    .mobile_filter_button {
        z-index: 99999999;
        display: block;
        position: fixed;
        bottom: 0;
        background-color: #fff;
        width: 100%;
        padding: 15px 10px;
        text-align: center;
        box-shadow: 0 -3px 26px #0000000f;
    }
    .mobile_filter_button a {
        color: #a73d45;
        width: 100%;
    }
    .filter_sidebar_wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99999999;
        height: 100vh;
        background-color: #fff;
        overflow: auto;
        padding: 20px 15px 70px;
        transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
        -moz-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
        -ms-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
    }
    .filter_sidebar_wrap.show {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
    /* .filter_sidebar_list_wrap a.child-triggerm.child-open span{background-color: transparent;} */
    .filter_sidebar_wrap a.child-triggerm span:after {
        background-color: transparent;
    }
    .product_popup_image {
        height: 350px;
    }
    /* PRODUCT DETAILS */
    p,
    li,
    label {
        font-size: 15px;
    }
    .product_details_tab_wrapper {
        padding-top: 30px;
    }
    .tab_content_inner>h2 {
        font-size: 20px;
    }
    .pd_cust_review_content {
        padding: 10px;
    }
    .tab_content_inner {
        padding: 20px 10px;
    }
    .section_title h2 {
        font-size: 30px;
    }
    .breadcrumb {
        padding: 15px;
    }
    .filter_card_item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    /* MY ACCOUNT */
    .page_banner {
        padding: 60px 0;
    }
    .my_acc_sec {
        padding: 40px 0;
    }
    .my_order_table_head,
    .order_details_header_items {
        display: none;
    }
    .my_order_table_body_item>div {
        width: 100%;
        padding: 0;
        position: relative;
        padding-left: 100px;
    }
    .my_order_table_body_item>div::before {
        content: attr(data-title);
        position: absolute;
        left: 0;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        width: 90px;
        border-right: 1px solid #ccc;
    }
    .my_order_table_body_item>div:not(last-child) {
        margin-bottom: 10px;
    }
    .order_details_item>div:not(.od_status_box_wrap,
    .order_details_item_details,
    .order_details_img_wrap) {
        padding: 0 0 0 80px !important;
        width: 100%;
        position: relative;
        text-align: right;
    }
    .order_details_item>div::before {
        content: attr(data-title);
        position: absolute;
        left: 0;
        font-size: 14px;
        color: #000;
        font-weight: 600;
    }
    .order_details_item .order_details_img_wrap {
        width: 60px !important;
    }
    .order_details_img_wrap img {
        height: 60px;
        object-fit: contain;
    }
    .order_details_item .order_details_item_details {
        width: calc( 100% - 70px) !important;
        margin-left: auto;
        text-align: left;
    }
    .order_details_item .order_details_img_wrap::before,
    .order_details_item .order_details_item_details::before {
        content: none;
    }
    .order_details_item>div:not(.order_details_img_wrap,
    .order_details_item_details) {
        margin-top: 15px;
    }
    .order_details_item:not(:last-child) {
        padding-bottom: 15px;
    }
    .wishlist_item>div:not(.wishlist_item_add_cart,
    .wishlist_item_remove) {
        width: 100%;
        max-width: 425px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .wishlist_item_add_cart {
        width: 50%;
    }
    .wishlist_item_remove {
        width: 50%;
        text-align: right;
    }
    .wishlist_img_wrap img {
        height: 320px;
    }
    /* CONTACT US */
    .contact_sec {
        padding: 50px 0;
    }
    .contact_form_content {
        padding: 0;
    }
    .contact_form_content>.row>.col {
        padding-right: 15px;
    }
    .contact_form_content>.row {
        margin: 0;
    }
    .contact_text_content {
        margin-bottom: 20px;
    }
    /* MEMBERSHIP */
    .membership_sec {
        padding: 40px 0 40px;
    }
    .membership_content h4 {
        font-size: 22px;
    }
    .membership_content p,
    .membership_content li {
        font-size: 14px;
    }
    .inquiry_form_wrapper {
        margin: 0;
    }
    /* TEAM */
    .team_sec {
        padding: 40px 0 10px;
    }
    .team_sec .col.col-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .team_profile_inner {
        margin-bottom: 40px;
    }
    .team_personal_info h4 {
        font-size: 20px;
    }
    .team_profile_desc p {
        font-size: 14px;
        line-height: 22px;
    }
    /* BLOG */
    .get_smart_sec .col.col-4,
    .blog_featured_sec .col.col-4,
    .more_recent_sec .col.col-4 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .wine_story_sec .blog_card_img {
        height: 220px;
    }
    .wine_store_card_item {
        max-width: 100%;
    }
    .blog_card_content h3 a,
    .wine_store_card_content h4 a {
        font-size: 20px;
        line-height: normal;
    }
    .more_recent_sec {
        padding-top: 20px;
    }
    /* BLOG DETAILS */
    .sb_post_image {
        height: 250px;
    }
    .blog_banner_inner>label {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .blog_banner_inner h2 {
        font-size: 26px;
    }
    .sb_author_wrap label {
        font-size: 14px;
    }
    .sb_author_wrap ul li:not(:last-child) {
        margin-right: 22px;
    }
    .sb_post_content_inner h1 {
        font-size: 28px;
    }
    .sb_post_content_inner h2 {
        font-size: 26px;
    }
    .sb_post_content_inner h3 {
        font-size: 24px;
    }
    .sb_post_content_inner img {
        height: 250px;
    }
    .sb_post_content_inner:is(h1,
    h2,
    h3,
    h4,
    h5,
    h6) {
        margin-bottom: 18px;
    }
    .sb_post_content_inner {
        padding-right: 0px;
    }
    .sb_post_main_content .col.col-8 {
        margin-bottom: 30px;
    }
    /* CART */
    .card_list_item div[data-text]::before {
        font-size: 14px;
    }
    /* CHECKOUT */
    .checkout_sec {
        padding: 40px 0;
    }
    .checkout_sec .step_4 .col.col-3 {
        max-width: 100%;
        flex: 0 0 100%;
        margin-left: auto;
    }
    .checkout_order_item_header {
        display: none;
    }
    .checkout_order_item>div {
        width: 100%;
        text-align: right!important;
        padding: 0;
        position: relative;
    }
    .checkout_order_item>div[data-text] {
        padding-left: 80px;
    }
    .checkout_order_item>.checkout_product_img_content {
        text-align: left !important;
    }
    .checkout_order_item>div[data-text]::before {
        content: attr(data-text);
        position: absolute;
        left: 0;
        font-size: 14px;
        font-weight: 700;
    }
    .checkout_order_item>div:not(:last-child) {
        margin-bottom: 12px;
    }
    /* LOGIN */
    .auth_forgot>div {
        width: 100% !important;
    }
    .auth_forgot>div:not(:last-child) {
        margin-bottom: 20px;
    }
    .auth_form_inner {
        padding: 0;
    }
    .register_text {
        text-align: center;
    }
    .auth_banner {
        top: 0;
        left: 0;
    }
    .authentication_section {
        position: relative;
        padding: 90px 0 30px;
    }
    .auth_form_content {
        height: auto;
    }
    .auth_form_wrapper {
        height: auto;
        padding: 20px 15px;
    }
    .dod_card::before,
    .dod_card::after {
        display: none;
    }
    /* 05-09-2023 */
    .daily_offer_img_wrap {
        height: 270px;
        margin-bottom: 30px;
    }
    .sb_post_content_inner {
        max-width: 100%;
    }
    .qr-container {
        right: unset;
        transform: translateX(-50%);
        left: 50%;
        bottom: 100px;
    }
    .qr-code-desktop{
        display: none;
    }
    .qr-code-mobile{
        display: block;
        height: 50px;
    }
    .qr-code-container img {
        width: 140px;
        margin: 0 auto 50px;
    }
}

@media (max-width:575px) {
    .container {
        max-width: 450px;
    }
    .home_slider_inner_content .c_btn a {
        margin-bottom: 12px;
    }
    /* PRODUCT LISTING */
    .product_list_sorting {
        justify-content: space-between;
    }
    .pouduct_pagination.pagination {
        order: 3;
        width: 100%;
        margin-top: 10px;
    }
    .product_sorting_option {
        order: 2;
        margin-top: 10px;
    }
    .pagination>nav>div:nth-child(2)>div:nth-child(2)>span {
        justify-content: center;
    }
    .pagination>nav>div:nth-child(2)>div:nth-child(2)>span>*:not(:last-child) {
        margin-right: 10px;
    }
    /* CHECKOUT */
    .form_step_indicator_wrap ul li span {
        height: 35px;
        width: 35px;
        line-height: 35px;
        font-size: 13px;
    }
    .checkout_sec .c_radio label img {
        height: 25px;
    }
    .checkout_sec .c_radio label::before {
        top: 2px;
    }
    .daily_offer_content .pd_action_btn a {
        width: 100%;
    }
}

@media (max-width:375px) {
    ul.mainmenu {
        top: 59px;
    }
    .header-main {
        padding: 20px 40px 15px 0;
    }
    .header-main>.container>.row {
        justify-content: space-between;
    }
    .header-main .logo_section {
        width: 170px;
    }
    .top-icon ul li {
        padding: 0 7px;
    }
    a.menulinks i,
    a.menulinks i:before,
    a.menulinks i:after {
        width: 25px;
    }
    ul.mainmenu>li>a:link,
    ul.mainmenu>li>a:visited {
        line-height: 20px;
    }
    /* HOME PAGE */
    .featured_filter_item {
        padding: 7px 10px
    }
    .filter_card_img img {
        height: 300px;
    }
    /* PRODUCT LISTING */
    .product_list_sorting {
        padding: 10px 10px;
    }
    .product_sorting_option {
        margin-top: 10px;
    }
    /* PRODUCT DETAILS */
    .pd_item_slider_main_img img {
        height: 360px;
    }
    .expand_slider img {
        height: 20px;
        width: auto;
    }
    .pd_thumb_img_item {
        height: 70px;
        max-width: 70px;
    }
    .product_popup .pd_description h2,
    .pd_description h2 {
        font-size: 28px;
    }
    .pd_main_content>div:not(:last-child) {
        margin-bottom: 20px;
    }
    .tab_content_inner>h2 {
        font-size: 18px;
    }
    .product_details_sec {
        padding: 00px 0 30px;
    }
    /* MY ACCOUNT */
    .wishlist_img_wrap img {
        height: 290px;
    }
    /* DAILY PAGE OFFER */
    .expand_slider img {
        height: 20px;
    }
    .pd_info_label {
        width: 100%;
        margin-bottom: 9px;
    }
}

@media (max-width:340px) {
    .featured_filter_item {
        max-width: 100%;
    }
}


/*stripe*/

.panel-title {
    display: inline;
    font-weight: bold;
}

.display-table {
    display: table;
}

.display-tr {
    display: table-row;
}

.display-td {
    display: table-cell;
    vertical-align: middle;
    width: 61%;
}

.hidden {
    display: none;
}

.col-md-1.mt-37 {
    margin-top: 37px;
}

#loader-custom {
    display: none; /* Hide it by default */
    font-size: 20px;
    color: #A73D45;
    margin-top: 10px;
}