body {
  width: 100%;
  height: 100%;
  font-family: "DM Sans", sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.product-thumb h4 a {
    text-transform: capitalize;
}

a.nav-link.dropdown-toggle {
    pointer-events: none;
}

.image:hover #main-product-image {
    transform: scale(1);
    transition: 0.5s;
}

.product-labels {
    width: 100%;
}

div#product-info .image:hover img {
    transform: scale(1);
}

p.customer_review img {
    width: 100%;
}



h3.customer_heading {
    text-align: center;
    color: #000;
    font-family: 'Playfair Display';
    font-size: 30px;
    padding: 0px 15px;
    position: relative;
    text-transform: capitalize;
    font-style: italic;
    margin: 0 auto;
    width: max-content;
    margin-bottom: 42px;
    margin-top: 22px;
}

.product-sku span {
    font-size: 15px;
    letter-spacing: 0.2px;
}

ul.product_informations {
    position: sticky;
    top: 100px;
}
img#main-product-image {
    height: auto;
}

.product-sku span.sku-value {
    color: #686868;
    font-weight: 300;
}
span.sku-label {
    font-weight: 500;
}

.ready_order i {
    font-size: 17px;
    color: #a57b33;
}

.shipping_timing {
    width: 100%;
    margin-top: 20px;
}

.shipping_timing p {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 600;
    background: #fff8f0;
    width: max-content;
    padding: 5px 14px;
    color: #b58339;
    border: 1px solid #e8c99aa1;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    border-left: 4px solid #c8952a;
}


.image img {
    transition: 0.5s;
}
.ready_order p {
    margin-bottom: 2px;
    font-size: 14px;
}

.ready_order {
    margin: 16px 0px;
}

.whatsapp_chat img {
    position: fixed;
    bottom: 21px;
    width: 55px;
    left: 25px;
    z-index: 99999;
}

label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
.shipping_area {
    padding: 50px 0px;
    text-align: center;
}
.footer_logo span {
    font-size: 17px;
    font-weight: 500;
}
.footer_logo span img {
    margin-top: 12px;
}

.store_content h2 span {
    font-size: 42px;
}


li.list-inline-item.login_menu a {
    background: #704700 !important;
    padding: 4px 17px !important;
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
    letter-spacing: 0.2px;
}

li.list-inline-item.login_menu a:hover {
    background: #b78f48 !important;
}


.footer_logo h2 {
    color: #CDA359;
    font-size: 19px;
    margin-bottom: 0px !important;
    text-transform: uppercase;
    margin-top: 10px;
}

div#new_arrivals {
    scroll-margin-top: 130px;
}


.about_us h3 {
    font-size: 17px;
    font-weight: 600;
}
.about_us a {
    color: #836132;
    text-decoration: underline;
}
.contact_detail {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.team-member {
    border: 2px solid #ebd8ceb0;
    padding: 38px;
    border-radius: 10px;
    text-align: center;
    background: #ecdecc4f;
}
.team-member p.description {
    margin-bottom: 0px;
}
.team-member h3 {
    color: #000;
    font-size: 20px;
}
.team-member p.title {
    margin-bottom: 6px;
    color: #5e5e5e;
    font-size: 16px;
}
.team-container {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 20px;
}
.team-member img {
    margin-bottom: 22px;
    border-radius: 100%;
    width: 45%;
    box-shadow: -4px 4px 5px #64646469;
}


form#contactForm {
    width: 50%;
}

form#contactForm input {
    border: 1px solid #ccc;
    padding: 14px;
    border-radius: 7px;
    font-size: 15px;
    font-family: 'DM Sans';
}

.info p a {
    color: #222;
}

.alert.alert-success.alert-dismissible {
    width: max-content;}

.info {
    margin: 20px 0;
    width: 40%;
}

.alert.alert-success.alert-dismissible i {
    color: #1c975e;
    font-size: 19px;
}

.alert.alert-success.alert-dismissible {
    background: #fff !important;
    color: #000 !important;
    border: 0px;
    font-size: 16px;
    box-shadow: 0px 5px 20px #ccc !important;
}

div#alert {
    margin: 0px !important;
    right: 82px !important;
    position: fixed;
    top: 42px;
    z-index: 999999;
    width: auto !important;
    left: inherit;
}



.map iframe {
    margin-top: 50px;
    border-radius: 26px;
}

.thankyou-box {
    text-align: center;
    padding-bottom: 45px;
}

.thankyou-box h2 {
    font-size: 62px;
    font-family: "Lora", serif;
    color: #000;
}
.thankyou-box p {
    font-size: 18px;
    margin-bottom: 35px;
}
.thankyou-box video {
    width: 100%;
    height: 350px;
}

.thankyou-box a {
    background: #8a6838;
    padding: 10px 40px;
    color: #fff;
    display: inline-block;
    border-radius: 100px;
    font-size: 17px;
}
.thankyou-box a:hover {
    background: #a38450;
}


.info p {
    margin-bottom: 7px;
    font-size: 16px;
}
.info p i {
    margin-right: 5px;
    font-size: 14px;
    color: #8a6838;
}

form#contactForm button {
    background: #8a6838;
    padding: 8px 40px;
    font-size: 16px;
    letter-spacing: 0.5px;
    border-radius: 100px;
    border: 0px;
    color: #fff;
}
.contact_area ul h3 {
    font-size: 22px;
    color: #000;
}
.contact_area ul p {
    font-size: 17px;
}

form#contactForm button:hover {
    opacity: 0.8;
}
.info h3 {
    color: #000;
    font-size: 20px;
}


form#contactForm textarea {
    border: 1px solid #ccc;
    padding: 14px;
    border-radius: 7px;
    font-size: 15px;
    font-family: 'DM Sans';
    height: 160px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
}

form#contactForm input:focus-visible {
    outline: none;
}
form#contactForm textarea:focus-visible {
    outline: none;
}
a#wishlist-total span {
    color: #ffffff;
    font-size: 11px;
    background: #c49f5b;
    width: 20px;
    display: inline-block !important;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 100px;
    position: absolute;
    left: 16px;
    top: -8px;
    z-index: 1;
}

.explore_store li {
    overflow: hidden;
}

.explore_store img {
    transition: transform 0.4s ease;
}
.explore_store img:hover {
    transform: scale(1.2);
}
.explore_store img:hover {
    transform: scale(1.2);
}

span#search_close {
    position: absolute;
    right: 8px;
    font-size: 27px !important;
    top: -2px;
    color: #686868;
    z-index: 9999;
}

.about_us h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.about_us p {
    font-size: 16.5px;
}
.about_us ul li {
    font-size: 16.5px;
    list-style: disc;
    margin-left: 20px;
}
.about_us ul {
    margin-bottom: 18px;
}

div#searchOption form {
    position: absolute;
    width: 364px;
    right: -23px;
    margin: 0 auto;
    background: #ffffff;
    top: -36px;
}
div#logo {
    /*position: absolute;*/
    top: 0;
    right: 0;
    left: 0;
    /*text-align: center;*/
}


div#wishlist div#container {
    display: none;
}


ul.cart_login li {
    position: relative;
}

/*custom css*/

h3.similar_products {
    text-align: center;
    font-size: 32px;
    margin-bottom: 28px;
    font-family: "Playfair Display", serif;
    color: #222;
    margin-top: 25px;
    margin-bottom: 45px;
}
ul.home_products {
    width: 100%;
}
thead th {
    font-size: 16px;
    font-weight: 600;
}
table.table.table-bordered td.text-start.text-wrap a {
    font-size: 15px;
    color: #222;
}
div#checkout-payment {
    margin-top: 35px;
}

table.table.table-bordered ul li {
    font-size: 15px;
}

table.table.table-bordered tr td {
    font-size: 14px;
}

  .go-to-cart {
    background-color: #8a6838 !important;
    font-size: 0px !important;
}

.go-to-cart:before {
    content: 'Go to Cart';
    font-size: 16px;
}

fieldset#shipping-address {
    margin-top: 16px;
}


.alert.alert-danger.alert-dismissible {
    background: #ecdecc;
    border-color: #bb780666;
    font-size: 14px;
}
button#checkout-continue-btn {
    text-transform: capitalize;
}
div#checkout-continue {
    margin-top: 35px;
}

.alert.alert-success.alert-dismissible {
    background: #4caf50;
    border-color: #4caf50;
    color: #fff;
    font-size: 15px;
}

.alert.alert-success.alert-dismissible a{
    color: #fff;
    font-size: 15px;
}

.alert.alert-success.alert-dismissible button{
    color: #fff;
}

div#product-search h1 {
    margin-bottom: 30px;
    font-size: 26px;
}

div#product-search {
    padding-bottom: 75px;
}


div#product-list .col.mb-3 {
    width: 100%;
}

form#form-login button:active {
    background: #a56f10;
    color: #fff;
}


.right_column img {
    border-radius: 0px 20px 20px 0px;
}
div#account-login .row {
    background: #e5e5e54d;
    border-radius: 20px;
}

form#form-login input {
    padding: 15px 20px !important;
}
form#form-login button {
    width: max-content !important;
    margin: 0 auto;
    display: block;
    padding: 9px 65px;
    font-size: 16px;
    margin-top: 40px;
}


p {
    font-size: 16px;
}
.accordion-item button {
    font-size: 15px;
}
div#account-login {
    width: 50%;
    padding: 65px 0px;
}


.left_column {
    display: flex
;
    height: 100%;
}
a.btn.btn-primary {
    background: #8a6838;
    border-color: #8a6838;
    font-size: 15px;
}

a.btn.btn-light {
    background: #ffd4ed;
    border-color: #ffd4ed;
    font-size: 15px;
}
div#checkout-payment button.btn.btn-primary {
    background: #704700;
    border-color: #704700;
}

.right_column img {
    width: 100% !important;
}

button.btn.btn-primary {
    background: #704700;
    border-color: #704700;
    font-size: 14px;
}
li.list-inline-item.login_menu a span {
    color: #fff;
    font-size: 14px;
}


.account_box h2 {
    background: #8f6d3d;
    padding: 9px 20px;
    color: #fff !important;
    width: 16%;
    font-size: 18px !important;
    border-bottom: 4px solid #6e522b;
    margin-top: 35px;
    margin-bottom: 20px;
}

.form-check.form-switch.form-switch-lg.form-check-reverse.form-check-inline a b {
    color: #704700;
}



form#form-customer input, form#form-password input, form#form-address input, form#form-address select, form#form-shipping-address input, form#form-shipping-address select, form#form-forgotten input, form#form-register input, form#form-register select {
    padding: 10px;
}

p.already_log a {
    color: #b18548;
}


div#account-account {
    margin-bottom: 50px;
}
div#common-success {
    text-align: center;
}

div#common-success div#content {
    padding-top: 50px;
    padding-bottom: 100px;
}
.left_column a {
    color: #af7e3a;
}

div#wishlist td a {
    font-size: 14px;
}

div#wishlist table.table.table-bordered tr td a {
    color: #222;
}
div#wishlist a.btn.btn-danger {
    color: #fff !important;
}
legend {
    font-size: 16px;
}
.dropdown-menu.dropdown-column-1 {
    border-radius: 8px !important;
}

form#form-register {
    width: 100%;
    margin: 0 auto;
}


.account_box a {
    border: 0px solid #ccc;
    width: 180px;
    text-align: center;
    height: 140px;
    color: #565251;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    display: grid;
    padding: 8px 10px;
    margin-bottom: 7px;
    border-radius: 3px;
    transition: 0.5s;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    box-shadow: 0px 2px 6px #22222259;
}

.account_box a:hover i {
    color: #fff;
}
.account_box i {
    font-size: 40px;
    color: #8f6d3d;
}

.account_box a:hover {
    background: #8f6d3d !important;
    color: #fff;
}



.account_box ul {
    width: 100%;
    display: inline-flex
;
}








li.list-inline-item.login_menu .dropdown {
    background: unset;
    border-radius: 0;
}

a.dropdown-toggle{
    padding: 8px 15px;
}
a.btn.btn-danger {
    background: #bb7806;
    border-color: #bb7806;
}
.form-label {
    margin-bottom: 5px;
    font-size: 15px;
    color: #222;
}

ul.dropdown-menu.dropdown-menu-right.show li:last-child a {
    border: 0px;
}

ul.dropdown-menu.dropdown-menu-right.show a.dropdown-item:active {
    background: #8f6d3d !important;
}

ul.dropdown-menu.dropdown-menu-right.show li a {
    border-bottom: 1px solid #ccc;
    font-size: 14px;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: #ffffff;
    border-color: #fbf0ff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(245 233 249);
}

ul.dropdown-menu.dropdown-menu-right.show {
    transform: translate(3px, 40px) !important;
}

ul.dropdown-menu.third_level {
    position: absolute;
    top: 0;
    right: -15.3em;
    visibility: hidden;
    transition: 0.4s;
    opacity: 0;
}
ul.dropdown-menu.third_level {
    border: 0px !important;
    box-shadow: 0px 5px 20px #cccccccc;
}

li.dropdown-submenu:after {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    z-index: 9999;
    right: 10px;
    top: 8px;
    font-size: 13px;
    color: #e1ceb6;
}


li.dropdown-submenu {
    position: relative;
}

li.dropdown-submenu:hover ul.dropdown-menu.third_level {
    visibility: visible;
    opacity: inherit;
}

/*.dropdown-inner ul li.activelinks:last-child a {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
*/

li.list-inline-item.login_menu a.dropdown-toggle {
    padding-left: 0px;
    padding-right: 0px;
}

a.activelinks {
    color: #ffffff !important;
    background: #8a6838 !important;
}

li.list-inline-item.login_menu i {
    color: #8f6d3d;
    font-size: 11px;
    position: relative;
    top: 1px;
}

.form-control, .form-select {
    font-size: 14px;
    letter-spacing: 0.3px;
}
label.form-check-label {
    font-size: 15px;
}
h1, h2 {
    font-size: 28px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
}

div#product-list {
    display: grid;
    grid-template-columns: repeat(4, 4fr);
}
.image img {
    width: 100%;
}
.ptoduct_thumbnail {
    /* width: 15%; */
    margin-top: 0px !important;
    display: grid;
    grid-template-columns: auto auto;
    gap: 8px !important;
}


.ptoduct_thumbnail img {
    height: 550px;
    border-radius: 0px;
    object-fit: cover;
    padding: 0px !important;
    margin-bottom: 0px !important; 
}
.product-thumb.selected {
    /*border: 1px solid #7c5a1a;*/
}
.product-thumb{
    border: 1px solid transparent;
    padding: 2px 0px;
}

.product_pic {
    padding: 0px;
    border: 0px;
}
.btn_icon {
    width: 24%;
}

input#input-quantity:focus {
    border-color: #ccc;
    box-shadow: unset;
}

button#button-cart {
    background: #c49f5bcf;
    color: #ffffff;
    border: 0px;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 400;
    margin-left: 20px;
    padding: 9px 35px;
}

input#input-quantity {
    font-size: 16px;
    width: 55% !important;
}
button#button-cart:hover {
    background: #8a6838;
    color: #fff;
}
.image.magnific-popup {
    display: flex;
    width: 100%;
    justify-content: end;
    gap: 0px;
}

.flat_off p {
    font-size: 16px;
    color: #1c1b1b;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin-bottom: 8px;
}


.image.magnific-popup {
    display: flex;
}

.ptoduct_thumbnail a {
    margin-bottom: 4px;
    display: inline-block;
}


ul.pagination li.page-item.active span.page-link {
    background: #8a6838;
    border-color: #8a6838;
}
.btn-info {
    background: #704700;
    border-color: #c49f5b;
}

a.btn.btn-info:hover {
    background: #c49f5b;
    border-color: #c49f5b;
    color: #704700;
}


ul.pagination li.page-item a {
    color: #6c6c6c;
}

.list-inline-item:not(:last-child) {
    margin-right: 0;
}

div#product-list {
    margin-bottom: 60px;
}
div#product-info h1 {
    color: #222;
    font-size: 30px;
    margin-bottom: 17px;
}
button#outStock {
    background: #c49f5bcf;
    color: #000000;
    border: 0px;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 400;
    margin-left: 20px;
    padding: 9px 35px;
    cursor: no-drop !important;
}

span.price-old {
    color: #919191;
    font-size: 15px;
}
span.price_cut {
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.description-text {
    max-height: 138px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
    margin-top: 20px;
}


.description-text.expanded {
  max-height: none;
}

.read-more-btn {
    margin-top: 0px;
    color: #242323;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}
.product-thumb i.fa.fa-heart {
    color: #e960ab;
}
.description-text::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 30px;
  width: 100%;
  background: linear-gradient(to top, white, transparent);
}
.description-text.expanded::after {
  display: none;
}

.product_description {
    margin-top: 20px;
}
.read-more-btn i {
  transition: transform 0.3s ease;
}

.read-more-btn.rotate i {
  transform: rotate(1deg);
}

.price_mrp h2 i {
    font-style: normal;
    font-size: 13px;
}

.product_description p {
    margin-top: 0px;
    font-size: 16px;
    line-height: 27px;
}
.product_description {
    margin-top: 0px;
    font-size: 16px;
    line-height: 27px;
}

.price_mrp span.price-new {
    font-size: 20px;
    color: #222;
}

p.inclusive_text {
    margin-bottom: 0px;
    font-size: 16px;
    color: #919191;
}
ul.list-unstyled.price_mrp h2 {
    margin-bottom: 4px;
}

.header_area{}

ul.pagination {
    margin-bottom: 55px;
}

p.no_products {
    text-align: center;
    font-size: 21px;
    padding-top: 4em;
    padding-bottom: 10em;
}

.category_product {
    width: 100%;
    margin-bottom: 30px;
}
.size_chart label.form-label {
    font-size: 16px;
    font-weight: 500;
}

span.out-stock-badge-detail {
    background: #704700;
    color: #fff;
    padding: 8px 35px;
    font-size: 18px;
    margin: 0 auto;
    width: max-content;
    margin-bottom: 10px;
    display: inline-block;
}

.image {
    position: relative;
}

span.out-stock-badge {
    position: absolute;
    background: #0000008c;
    color: #fff;
    padding: 8px 35px;
    font-size: 16px;
    top: 34%;
    z-index: 99;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: max-content;
}


.size_chart .size_option {
    display: flex;
    gap: 8px;
    font-size: 16px;
}

.size_chart label {
    font-size: 15px;
}

.size_chart .form-check {
    padding-left: 0px;
}














/* Hide the actual radio buttons */
.size_chart .form-check-input {
  display: none;
}

/* Style the labels to look like buttons */
.size_chart .form-check-label {
    display: inline-block;
    padding: 2px 12px;
    margin: 0;
    background-color: unset;
    border: 1px solid #ccc;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover effect */
.size_chart .form-check-label:hover {
  background-color: #e0e0e0;
}

/* Style when the radio is checked */
.size_chart .form-check-input:checked + .form-check-label {
    background-color: #8a6838;
    color: #fff;
    border-color: #8a6838;
}






















div#carousel-banner-0 img {
    width: 100%;
}


.sort_by {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
div#product-category h1 {
    font-size: 26px;
    font-weight: 600;
    color: #000;
}
.sort_by .input-group {
    display: flex;
    width: auto !important;
}
div#cart button.btn.btn-lg.btn-dark.d-block.dropdown-toggle {
    width: 20px;
    text-overflow: clip;
    overflow: hidden;
    line-height: 20px;
    white-space: normal;
    color: #ffffff;
    font-size: 11px;
    position: absolute;
    height: 20px !important;
    padding: 0px !important;
    background: #c49f5b;
    border-radius: 100px;
    border: 0px;
    top: -8px;
    pointer-events: none;
    right: -12px;
    z-index: 1;
}



.login_btn:hover {
    background: #d53c95;
    color: #fff;
}
#menu .navbar-nav > li > a {
    color: #2E2E2E;
    padding: 10px 15px 10px 15px;
    background-color: transparent;
    font-size: 14.5px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
}
.dropdown a {
    padding: 6px 20px;
    display: inline-block;
}
.login_btn {
    background: unset !important;
    color: #fff;
    font-size: 16px;
    font-family: "Lora", serif;
    border-radius: 7px;
    letter-spacing: 0.5px;
    padding: 0px !important;
    font-weight: 500;
}

#menu .navbar-nav > li > a:hover {
    color: #856335;
}


.login_btn:hover {
    background: #8a6838;}


div#navbar-menu {
    /*display: flex;*/
    /*align-items: center;
    justify-content: center;*/
}
.free_delivery p {
    background: #704700;
    text-align: center;
    font-size: 14px;
    padding: 5px 0px;
    color: #FFEDCB;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-weight: 500;
}
ul.cart_login li {
    list-style: none;
}

.curted_collections h2:after {
/*    content: '';
    width: 33px;
    height: 34px;
    background: url(../../../image/bar.svg);
    position: absolute;
    right: -25px;
    opacity: 0.5;*/
}
.feature_section {
    margin-top: 0px;
}

.curted_collections.shop_category ul li:before {
    content: '';
    width: 100%;
    height: 200px;
    bottom: 0;
    position: absolute;
    background: #000;
    background: linear-gradient(0deg, rgb(0 0 0 / 48%) 0%, rgba(255, 255, 255, 0) 100%);
}


.feature_section h2 {
    margin-bottom: 23px !important;
}

.curted_collections ul li a:hover {
    background: #8a6838;
    color: #fff;
    border-color: #8a6838;
}

.curted_collections ul {
    margin-top: 40px;
}

span.fa-solid.fa-chevron-left:before {
    color: #ffffff61;
}

.curted_collections  ul.home_products {
    display: grid;
    grid-template-columns: repeat(5, 5fr);
}



span.fa-solid.fa-chevron-right:before {
    color: #ffffff61;
}
.curted_collections ul {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(4, 4fr);
    gap: 25px;
}

.curted_collections img {
    width: 100%;
}

.curted_collections ul li {
    position: relative;
}

.curted_collections ul .spanData {
    position: absolute;
    bottom: 25px;
    left: 0px;
    text-align: center;
    width: 100%;
}
.curted_collections ul h3 {
    font-family: "Playfair Display", serif;
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
}
.curted_collections ul li a {
    background: #ffffff1f;
    color: #ffffff;
    padding: 7px 22px;
    display: inline-block;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #fff;
    letter-spacing: 0.4px;
}
.video-container {
    width: 100%;
    overflow: hidden;
}

.video-container video {
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
    object-position: center;

}
.product-sizes.attributes {
    background: #22222287;
    color: #fff;
    width: max-content;
    padding: 7px;
    text-align: center;
    position: absolute;
    top: 3px;
    z-index: 99;
}
.product-sizes.attributes span {
    display: block;
    width: max-content;
    text-align: center;
    margin: 0 auto;
}

.view_chart a {
    color: #222;
    font-size: 16px;
    text-decoration: underline;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

div#carousel-banner-1 {
    box-shadow: unset;
    background: #fcedd5;
    padding: 52px;
    margin-top: 55px;
    margin-bottom: 55px;
}


li{
  list-style: none;
}

.curted_collections h2 {
    font-family: "Playfair Display", serif;
    color: #000;
    margin-bottom: 0px !important;
    font-size: 36px;
    position: relative;
    width: max-content;
    /* margin: 0 auto; */
    font-style: italic;
    margin: 0px;
}

.curted_collections.shop_category h2 {
    margin-bottom: 10px !important;
}
.curted_collections.feature_section {
    margin-bottom: 30px;
}
.curted_collections.shop_category {
    margin-top: 65px;
}



.curted_collections h2:before {
/*    content: '';
    width: 33px;
    height: 34px;
    background: url(../../../image/bar_left.svg);
    position: absolute;
    left: -28px;
    opacity: 0.5;*/
}


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

div#carousel-banner-0 {
    border: 0px;
    box-shadow: unset;
    border-radius: 0px;
}
.dropdown-menu {
    padding: 0px;
}

.login_btn:focus {
    background: #8a6838;
    color: #fff;
}


ul.nav.navbar-nav {
    display: flex;
    align-items: center;
}

.dropdown-menu.dropdown-column-2 {
    border: 0px;
}
.dropdown-inner {
    box-shadow: 0px 5px 20px #cccccce0;
}

.dropdown-inner ul li a {
    font-size: 15px;
    color: #000;
    font-weight: 300;
    border-bottom: 1px solid #cccccc8c;
}
.dropdown-menu.dropdown-column-1 {
    border: 0px;
    border-radius: 12px;
}
/*.dropdown-inner ul li:last-child a:hover {
    border-radius: 0px 0px 10px 10px;
}*/


.dropdown-inner ul li a:active {
    background: #8a6838 !important;
}

.dropdown-inner ul li a:hover {
    background: #c49f5b;
    color: #fff;
}
li.sale_option a {
    color: #e84ea8 !important;
    font-weight: 500 !important;
}

header .row {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

a.nav-link.dropdown-toggle:after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-weight: 100;
    font-size: 14px;
    margin-left: 4px;
    color: #939393;
}

ul.cart_login {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: end;
}
div#cart i.fa-solid.fa-cart-shopping {
    display: none;
}



nav#top {
    margin: 0px;
}
ul.cart_login {
    margin-bottom: 0px;
}

.searh_form button {
    background: unset;
    border: 0px;
}
.searh_form input {
    border: 0px;
    padding-left: 2px;
}
.searh_form input::placeholder {
    color: #8C8C8C;
    font-weight: 300;
    letter-spacing: 0.2px;
}

nav#menu {
    background: unset !important;
    border: 0px;
}
.searh_form {
    border: 1px solid #DDDDDC;
    border-radius: 100px;
}

header {
    /* box-shadow: 0px 4px 7px #e1e1e194; */
    position: sticky;
    top: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 9999;
    background: #fff;
    /* border-bottom: 1px solid #f3dbd0d4; */
    box-shadow: 0px 1px 11px #cccccc94;
}




.searh_form input {
    border: 0px;
    background: unset !important;
}

.searh_form input:focus {
    box-shadow: unset;
    border: 0px;
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    background: #8a6838;
    border-color: #8a6838;
}
.searh_form button:hover i {
    color: #222;
}


.searh_form button:hover {
    background: unset;
}
.searh_form button:focus-visible {
    background: unset;
}

.searh_form button:active {
    background: unset;
}
.searh_form button:focus {
    background: unset;
}



/*close*/






































/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
#content, #column-left, #column-right {
/*  padding-bottom: 730px;*/
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
/*    padding-bottom: 400px;*/
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  max-width: 200px;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}

#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  /*display: flex;*/
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    /*left: -200px;*/
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
    content: "* ";
    color: #8a6838;
    font-weight: bold;
}

.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
    /* position: absolute; */
    bottom: -1px;
    width: 100%;
    padding-top: 30px;
    background-color: #704700;
    color: #e2e2e2;
}
.copyright p {
    margin-bottom: 0px;
    padding: 10px 0px;
    color: #fff;
    font-weight: 200;
    letter-spacing: 0.5px;
    font-size: 14px;
}
p.logo_footer svg:hover {
    position: relative !important;
    bottom: 0 !important;
}
p.logo_footer svg {
    width: 65%;
}
.copyright a svg:hover {
    position: relative;
    bottom: 3px;
    transition: 0.5s;
}

.copyright ul {
    display: flex;
    gap: 12px;
}
.copyright {
    display: flex;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    background: #704700;
    border-top: 1px solid #dedede30;
    margin-top: 50px;
    padding-top: 0;
}


div#checkout-cart div#accordion .accordion-item + .accordion-item {
    display: block;
}
div#checkout-cart div#accordion .accordion-item {
    display: none;
}

.secure_payment p {
    margin-bottom: 0px;
    padding-bottom: 35px;
}

.copyright p a {
    color: #ffffff;
}



.secure_payment {
    text-align: center;
    margin-top: 35px;
    font-size: 14px;
    font-weight: 300;
}
.footer_logo p {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 22px;
    margin-top: 12px;
}

.footer_menu ul li a {
    font-size: 15px;
    font-weight: 300;
}

.footer_menu h5 {
    font-weight: 600;
    color: #CDA359;
    text-transform: uppercase;
    font-size: 18px;
}

footer .row {
    display: grid;
    grid-template-columns: repeat(4, 4fr);
    gap: 40px;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
    margin: 0 0 0px 0;
    padding: 8px 0;
    border: 0px solid var(--bs-border-color);
    /* border-radius: var(--bs-border-radius); */
    /* background-color: var(--bs-tertiary-bg); */
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
    text-decoration: none;
    color: #5F6C72;
    font-size: 15px;
}

ul.breadcrumb li:last-child a {
    color: #2e2e2e;
    font-weight: 500;
}

h2.qty_section input {
        width: 42% !important;
            font-size: 16px !important;
}

.product_description {
    width: 100%;
}
.image {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: 8px;
}
.breadcrumb > li.breadcrumb-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    right: -5px;
    width: 17px;
    height: 10px;
    /* border-right: 1px solid #c7c7c7; */
    border-bottom: 1px solid #c7c7c7;
    transform: rotate(295deg);
}
div#information-information h1 {
    text-align: center;
    margin-bottom: 35px;
}

.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}

span.price-old {
    color: #919191;
}
.product-thumb .description h4 {
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
}

.product-thumb .description h4 img {
    width: 17px;
}
.product-thumb .description h4 button {
    background: unset;
    border: 0px;
    padding: 0px;
}

.product-thumb {
  border: 0px solid #ddd;
  position: relative;
  height: 100%;
}
.product-thumb .image {
    text-align: center;
    overflow: hidden;}

.product-thumb .image a:hover {
  /*opacity: 0.8;*/
}

.image:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}


.tradition_banner {
    margin: 35px 0px;
}

button.carousel-control-prev {
    margin-left: 20px;
}
button.carousel-control-next {
    margin-right: 20px;
}

.diva_store .store_video {
    width: 50%;
    padding: 0px;
}

.store_content h2 {
    color: #000000;
    font-size: 48px;
    font-family: "Lora", serif;
    font-weight: 600;
    font-style: italic;
}

.flat_banner img {
    width: 100%;
    margin: 40px 0px;
}

.store_content span {
    color: #282727;
    font-size: 18px;
}
.store_content p {
    font-size: 17px;
    margin-top: 15px;
    width: 70%;
    line-height: 25px;
    margin-bottom: 25px;
}

.diva_store .store_content {
    width: 50%;
    /*display: flex;*/
    padding: 70px;
}
.store_content a {
    background: #682326;
    padding: 10px 25px;
    color: #fff;
    font-size: 17px;
    display: flex;
    width: max-content;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
}

.curted_collections.latest_section h2 {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
    padding: 0px 15px;
}
.curted_collections.shop_category {
    margin-bottom: 65px;
}



.curted_collections.latest_section h2:after {
    content: '';
    width: 33px;
    height: 34px;
    background: url(../../../image/bar.svg);
    position: absolute;
    right: -25px;
    opacity: 0.5;
}


.curted_collections.latest_section h2:before {
    content: '';
    width: 33px;
    height: 34px;
    background: url(../../../image/bar_left.svg);
    position: absolute;
    left: -28px;
    opacity: 0.5;
}



.store_content a:hover {
    background: #956005;
}
.diva_store {
    margin-top: 40px;
    margin-bottom: 65px;
}

.store_content {
    background: url(https://vincca.in/image/vincca_banner.webp);
    background-size: cover;
    padding: 35px;
    background-position: center;
    background-repeat: no-repeat;
    /*display: flex;*/
    align-items: center;
}

.shipping_area ul p {
    color: #4D4B4B;
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 500;
    margin-top: 10px;
}

.product-thumb .description {
    padding: 15px 0px !important;
}

.latest_section h2 {
    margin-bottom: 45px;
    margin-top: 25px;
}

.explore_store h2:before {
    content: '';
    width: 33px;
    height: 34px;
    background: url(../../../image/bar_left.svg);
    position: absolute;
    left: -28px;
    opacity: 0.5;
}

.explore_store h2:after {
    content: '';
    width: 33px;
    height: 34px;
    background: url(../../../image/bar.svg);
    position: absolute;
    right: -25px;
    opacity: 0.5;
}


.explore_store h2 {
    text-align: center;
    color: #000;
    font-family: 'Playfair Display';
    font-size: 36px;
    padding: 0px 15px;
    position: relative;
    text-transform: capitalize;
    font-style: italic;
    margin: 0 auto;
    width: max-content;
    margin-bottom: 42px;
    margin-top: 25px;
}

.diva_store .row {
    display: flex
;
    flex-wrap: nowrap;
}

html {
    overflow-x: hidden;
}

.shipping_area ul {
    display: flex;
    justify-content: space-between;
    width: 65%;
    margin: 15px auto;
}

.shipping_area img {
    height: 55px;
}



.explore_store ul {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(3, 3fr);
}

.explore_store img {
    width: 100%;
}
.banner_data a {
    background: #fff;
    padding: 7px 20px;
    color: #704700;
    display: inline-block;
    border-radius: 7px;
    font-size: 16px;
    display: flex;
    align-items: center;
    width: max-content;
    gap: 10px;
}

.banner_data a:hover {
    background: #ede4d7;
}



.banner_data span {
    background: #C49F5B;
    color: #fff;
    padding: 5px 20px;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.banner_data ul h3 {
    font-family: 'Playfair Display';
    color: #fff;
    font-size: 48px;
}

.banner_data p {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 300;
}

.banner_data {
    background: url(../../../image/tradition_banners.png);
    background-position: center;
    background-size: cover;
    height: 350px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding-left: 8em;
}

ul.breadcrumb li:last-child:after {
    display: none;
}

.breadcrumb_area {
    /* background: #c49f5b4f; */
    padding: 0px;
    margin-bottom: 25px;
    margin-top: 20px;
}

header .container {
    width: 100%;
    max-width: 1452px;
}

#container {background: #fefbff;}


.product-thumb h4 a {
    color: #303030;
    font-weight: 500;
    font-size: 16px;
}
.store_content{
    position: relative;
}

.store_content:before {
    content: '';
    width: 2px;
    height: 100%;
    background: #fff2d8;
    top: 0;
    position: absolute;
    left: -1px;
}



.product-thumb .description h4 {
    font-weight: bold;
    margin-bottom: 4px;
    /*height: 38px;*/
}

.curted_collections.feature_section .product-thumb .description h4 {
    height: auto;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
  display: flex;
  gap: 6px;
}
.price-new {
    color: #704700;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}
.cart_product img{
    width: auto !important;
}

ul.total_amt {
    margin-bottom: 15px;
}

  /* 404 Page */
.notfound-wrapper {
  padding: 20px 0;
}

.notfound-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 60px 40px;
}

.notfound-code {
  font-size: 96px;
  font-weight: 800;
  color: #e9ecef;
  line-height: 1;
}

.notfound-title {
  font-size: 27px;
  font-weight: 600;
  margin: 15px 0;
}

.notfound-text {
  color: #6c757d;
  font-size: 16px;
  margin-bottom: 25px;
}

.notfound-card .btn-primary {
  border-radius: 12px;
  padding: 10px 30px;
}

 /* Forgotten Password Page */
.forgotten-page {
  padding: 20px 0;
}

.forgot-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.forgot-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
.forgot-card {
    margin: 60px 0px;
}

.forgot-desc {
  font-size: 15px;
  color: #666;
  text-align: center;
  margin-bottom: 30px;
}

.forgot-card .form-label {
  font-weight: 500;
  margin-bottom: 6px;
}

.forgot-card .btn-primary {
  border-radius: 10px;
  padding: 12px;
}


  /* Reset Password Page */
.reset-wrapper {
  padding: 20px 0;
}

.reset-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 40px;
    margin: 30px 0px;
}


.reset-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.reset-desc {
  color: #6c757d;
  margin-bottom: 30px;
}

.reset-card .form-control {
  border-radius: 12px;
  padding: 14px 16px;
}

.reset-card .btn-primary {
  border-radius: 12px;
  padding: 14px;
  font-size: 16px;
}

.reset-back-link {
  color: #6c757d;
  text-decoration: none;
  font-size: 14px;
}

.reset-back-link:hover {
  color: #000;
}

.info ul {
    margin-bottom: 25px;
}

form#contactForm ul {
    display: grid;
    grid-template-columns: auto auto;
    gap: 15px;
    width: 100%;
}

.contact_page {
    margin-top: 4em;
}
.contact_heading h2 {
    text-align: center;
    margin-top: 50px !important;
    margin-bottom: 45px;
}

div#product-info .ptoduct_thumbnail img.img-thumbnail.product-thumb {
/*    max-width: 200px !important;
    width: 64px;*/
}











@media (max-width: 1400px) {
    #menu .navbar-nav > li > a {
        font-size: 12px;
    }
}










/*Responsive Mobile device*/


@media only screen and (max-width: 375px){

    div#carousel-banner-0 img {
        margin-top: 0px !important;
    }
}
























/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1024px) {





.ptoduct_thumbnail img {
    height: 550px;
    border-radius: 0px;
    object-fit: cover;
    padding: 0px !important;
    margin-bottom: 0px !important;
    width: 560px;
    max-width: 290px;
}


    


   div#category {
    display: none !important;
}

.store_content h2 span {
    font-size: 30px;
}


.thankyou-box video {
    width: 100%;
    height: 185px;
}
.thankyou-box h2 {
    font-size: 42px;
}

.info {
    margin: 20px 0;
    width: 100%;
    margin-bottom: 40px;
}
.contact_heading h2 {
    text-align: center;
    margin-top: 36px !important;
    margin-bottom: 38px;
    font-size: 26px;
}
form#contactForm ul {
    display: grid;
    grid-template-columns: auto;
}

form#contactForm {
    width: 100%;
}


.contact_detail {
    display: inline;}

    div#carousel-banner-0 img {
        width: auto;
        margin: 0 auto;
        margin-top: 0px;
        max-width: max-content;
        width: 100%;
        object-fit: cover;
    }

    .forgot-title {
    font-size: 25px;}

.sort_by {
    display: inline;
}

div#product-category h1 {
    font-size: 22px;
}
span.price-old {
    font-size: 14px;
}


#logo {
    text-align: left;
}

div#product-info h1 {
    font-size: 22px;
    margin-bottom: 9px;
}

h2.qty_section input {
    width: 50% !important; 
}

h2.qty_section input {
    font-size: 16px !important;
}

.cart_product_list  .product_information h2 {
    font-size: 16px !important;
}

.alert.alert-success.alert-dismissible {
        font-size: 13px;
        font-weight: 500;
}

.account_box a{
    width: 100%;
}

.account_box ul {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    gap: 12px 16px;
}

div#alert {
        margin: 0px !important;
        right: 9px !important;
        top: 85px !important;
    }


.account_box h2 {
    padding: 8px 26px;
    font-size: 17px !important;
    width: max-content;
}


.image {
    /*display: inline;*/
}

    .ptoduct_thumbnail {
        width: 100%;
        margin-top: 0px !important;
        display: flex;
        gap: 6px;
        margin-bottom: 12px;
        max-width: 426px;
        overflow-y: scroll;
    }


.product_information h2 {
    width: 100% !important;
}

h2.qty_section {
    margin-top: 8px !important;
}

.btn_icon {
    width: auto !important;
}
.product_information {
    width: 100%;
    display: inline !important;}

ul.left_text {
    display: flex;
}
ul.right_menu li:last-child {
    display: none;
}

ul.right_menu li a {
    font-size: 15px !important;
}

.coninue_checkbox ul li h1 {
    font-size: 15px !important;
}

.checkout-progress {
    width: 100% !important;
    margin: 0 auto;
}

.checkout-progress .step-label {
    font-size: 15px !important;
}

.checkout-progress:before {
    content: '';
    top: 37px !important;
    width: 84% !important;}


li.list-inline-item.login_menu a {
    background: #704700 !important;
    padding: 5px 6px !important;
    font-size: 13px;
    color: #fff;
    border-radius: 8px;
    letter-spacing: 0.2px;
}



header .row {
/*flex-direction: row-reverse;*/
    }

.curted_collections ul {
        overflow-x: scroll;
        scrollbar-width: none;
    }
header .col-sm-5.col-7 {
    padding: 0px;
}
    ul.cart_login {
        margin-top: 4px;
    }

    .curted_collections.shop_category li {
    width: 280px;
}

.store_content h2 {
    font-size: 30px;
}
ul.home_products .product-thumb {
    width: 230px;
}

ul.home_products {
    display: flex !important;
    gap: 15px;
}

.curted_collections h2 {
    margin-bottom: 0px !important;
}

.diva_store .store_content {
    width: 100%;
    padding: 20px;
}
.store_content p {
    font-size: 16px;
    width: 100%;
}
.diva_store .store_content {
    padding-bottom: 50px;
}




.diva_store .store_video {
    width: 100%;
}

.shipping_area ul {
    width: 100%;
}
.shipping_area svg {
    width: 110px;
    height: 100px;
}
footer .row {
    grid-template-columns: auto auto;
}
.diva_store .row {
    display: inline !important;
    flex-wrap: wrap;
}

header .col-sm-4.col-5 {
    padding-left: 0px;
}
.size-chart-wrapper {
    display: inline !important;
}

div#logo {
        position: relative;
        /*top: 15px;*/
    }
    ul.cart_login {
        gap: 14px;
    }

#logo img {
    max-width: 80% !important;
}

nav#menu button {
    background: #8a6838;
}
ul.cart_login img {
    width: 18px !important;
}
ul.cart_login svg {
    width: 18px;
}
a#wishlist-total span {
    color: #ffffff;
    font-size: 10px;
    background: #c49f5b;
    width: 18px;
    display: inline-block !important;
    height: 18px;
    text-align: center;
    line-height: 20px;
    border-radius: 100px;
    position: absolute;
    left: 10px;
    top: -8px;
    z-index: 1;
}
div#cart button.btn.btn-lg.btn-dark.d-block.dropdown-toggle {
    width: 18px;
    text-overflow: clip;
    overflow: hidden;
    line-height: 18px;
    white-space: normal;
    color: #ffffff;
    font-size: 10px;
    position: absolute;
    height: 18px !important;
    padding: 0px !important;
    background: #c49f5b;
    border-radius: 100px;
    border: 0px;
    top: -8px;
    pointer-events: none;
    right: -12px;
    z-index: 1;
}
li.list-inline-item.cart_item img {
    width: 15px !important;
}
.free_delivery p {
    font-size: 12px;
    padding: 1px 0px;
}

header .row {
    display: flex;
    align-items: center;
    padding: 5px 0px;}

.dropdown a {
    padding: 4px 20px;
    display: inline-block;
}

.diva_store {
    margin-top: 0px;
    margin-bottom: 30px;
}


nav#menu {
    /*justify-content: end;*/
}
#menu .navbar-toggler i {
    color: #fff;
    border-color: #fff;
    font-size: 16px !important;
}
    nav#menu button {
        background: #8a6838;
        padding: 5px 13px;
    }

ul.nav.navbar-nav {
    align-items: normal;
}
div#navbar-menu li a {
    width: 100%;
    font-size: 15px !important;
    border-bottom: 1px solid #ccccccb3;
    padding-bottom: 4px !important;
    padding-left: 0px !important;
}
div#navbar-menu li:last-child a {
    /*border: 0px;*/
}
nav#menu button:focus {
    outline: none !important;
    box-shadow: unset;
}
.explore_store ul {
    gap: 15px;
    grid-template-columns: repeat(2, 3fr);
}
.flat_banner img {
    width: 100%;
    margin: 25px 0px;
}
html, body {
  max-width: 100%;
  /*overflow-x: hidden !important;*/
}

.curted_collections.shop_category {
        margin-top: 43px;
        margin-bottom: 45px;
    }
div#carousel-banner-0 {
    margin-bottom: 0 !important;
}
.col-sm-5.col-2 .container {
    padding: 0px;
}

.video-container video {
    height: auto;}

ul#myNavbar {
        position: fixed;
        background: #fff;
        width: 100%;
        left: 0;
        top: 63px;
        padding: 20px 0px;
        border-top: 1px solid #ccc;
    }

    #menu .navbar-nav > li > a {
        font-size: 14px !important;
    }

    ul#myNavbar li a {
    padding-left: 15px !important;
}
.footer_menu h5 {
    font-size: 15px;
}

.footer_logo h2 {
    font-size: 15px;
}

.product-thumb h4 a {
    font-weight: 400;
    font-size: 15px;
}
.price-new {
    font-size: 15px;
}
.shipping_area ul p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 21px;
    width: 75%;
    margin: 0 auto;
    margin-top: 12px;
}
.shipping_area {
    padding-top: 30px;
    padding-bottom: 30px;
}

.curted_collections.feature_section {
    margin-bottom: 0;
}

html, body {
    max-width: 100%;
    /*overflow-x: hidden !important;*/
}


div#content {
    /*padding-right: 0px;*/
}
div#product-search h1 {
    margin-bottom: 15px;
    font-size: 22px;
}
.breadcrumb_area {
        background: #fff;
        padding: 0px;
        margin-bottom: 13px;
        margin-top: 16px;
    }
div#product-search {
    padding-bottom: 10px;
}
.breadcrumb {
    padding: 0px 0;
}

main {
    overflow-x: hidden;
}

.copyright {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    background: #704700;
    border-top: 1px solid #dedede30;
    margin-top: 50px;
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
    flex-direction: column-reverse;
    margin-top: 30px;
    padding-top: 15px;
}
p.logo_footer {
    padding-bottom: 0px;
}
p.logo_footer svg {
    width: 48%;
}

.copyright p {
    padding-top: 0px;
}
.curted_collections h2 {
    font-size: 23px;
}
.curted_collections.shop_category h2 {
    margin-bottom: 0px !important;
}
.explore_store h2 {
    font-size: 23px;
    padding: 0px 15px;
    font-style: italic;
    margin: 0 auto;
    width: max-content;
    margin-bottom: 30px;
    margin-top: 25px;
}
div#searchOption form {
    position: absolute;
    width: 402px;
    right: -125px;
    margin: 0px auto;
    background: #fdfdfd;
    top: -37px;
    z-index: 999;
}
div#product-list {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
}
div#product-list .col.mb-3 {
    width: 100%;
    margin-bottom: 0px !important;
}
div#account-login {
    width: 85%;
}
.left_column {
    padding: 20px 10px;
}
div#account-login h2 {
    font-size: 23px;
}
div#account-login p {
    font-size: 15px;
}

    .breadcrumb > li.breadcrumb-item > a {
        font-size: 13px;
    }

    h1, h2 {
        font-size: 20px;
    }
p {
    font-size: 15px;
    line-height: 24px;
}
.breadcrumb > li.breadcrumb-item {
    padding: 0 10px;
    text-shadow: unset;
}
div#account-forgotten div#content {
    padding: 1em 15px;
    padding-bottom: 3em;
}

a.nav-link.dropdown-toggle {
    pointer-events: inherit;
}
.dropdown-inner ul.list-unstyled {
    background: #704700;
    color: #fff;
}
.dropdown-inner ul li a {
    color: #fff;
}



}







@media only screen and (max-width: 767px){

div#carousel-banner-1 {
    padding: 0px;
}


    div#category {
    display: none !important;
}

.dropdown-inner ul.list-unstyled {
    background: #704700;
    color: #fff;
}
.dropdown-inner ul li a {
    color: #fff;
}

.store_content h2 span {
    font-size: 25px;
}

a.nav-link.dropdown-toggle {
    pointer-events: inherit;
}


.thankyou-box video {
    width: 100%;
    height: 185px;
}
.thankyou-box h2 {
    font-size: 42px;
}

.info {
    margin: 20px 0;
    width: 100%;
    margin-bottom: 40px;
}
.contact_heading h2 {
    text-align: center;
    margin-top: 36px !important;
    margin-bottom: 38px;
    font-size: 26px;
}
form#contactForm ul {
    display: grid;
    grid-template-columns: auto;
}

form#contactForm {
    width: 100%;
}


.contact_detail {
    display: inline;}

    div#carousel-banner-0 img {
        width: auto;
        margin: 0 auto;
        margin-top: 10px;
        max-width: max-content;
        width: 390px;
        height: 406px;
        object-fit: cover;
    }

    .forgot-title {
    font-size: 25px;}

.sort_by {
    display: inline;
}

div#product-category h1 {
    font-size: 22px;
}
span.price-old {
    font-size: 14px;
}


#logo {
    text-align: left;
}

div#product-info h1 {
    font-size: 22px;
    margin-bottom: 9px;
}

h2.qty_section input {
    width: 50% !important; 
}

h2.qty_section input {
    font-size: 16px !important;
}

.cart_product_list  .product_information h2 {
    font-size: 16px !important;
}

.alert.alert-success.alert-dismissible {
        font-size: 13px;
        font-weight: 500;
}

.account_box a{
    width: 100%;
}

.account_box ul {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    gap: 12px 16px;
}

div#alert {
        margin: 0px !important;
        right: 9px !important;
        top: 85px !important;
    }


.account_box h2 {
    padding: 8px 26px;
    font-size: 17px !important;
    width: max-content;
}


.image {
    display: inline;
}

.ptoduct_thumbnail {
    width: 100%;
    margin-top: 0px !important;
    overflow-y: scroll;
    display: flex;
    gap: 6px;
    margin-bottom: 12px;
}
.image img {
    width: 92%;
}


.product_information h2 {
    width: 100% !important;
}

h2.qty_section {
    margin-top: 8px !important;
}

.btn_icon {
    width: auto !important;
}
.product_information {
    width: 100%;
    display: inline !important;}

ul.left_text {
    display: flex;
}
ul.right_menu li:last-child {
    display: none;
}

ul.right_menu li a {
    font-size: 15px !important;
}

.coninue_checkbox ul li h1 {
    font-size: 15px !important;
}

.checkout-progress {
    width: 100% !important;
    margin: 0 auto;
}

.checkout-progress .step-label {
    font-size: 15px !important;
}

.checkout-progress:before {
    content: '';
    top: 24px !important;
    width: 84% !important;}


li.list-inline-item.login_menu a {
    background: #704700 !important;
    padding: 5px 6px !important;
    font-size: 13px;
    color: #fff;
    border-radius: 8px;
    letter-spacing: 0.2px;
}



header .row {
/*flex-direction: row-reverse;*/
    }

.curted_collections ul {
        overflow-x: scroll;
        scrollbar-width: none;
    }
header .col-sm-5.col-7 {
    padding: 0px;
}
    ul.cart_login {
        margin-top: 4px;
    }

    .curted_collections.shop_category li {
    width: 280px;
}

.store_content h2 {
    font-size: 30px;
}
ul.home_products .product-thumb {
    width: 230px;
}

ul.home_products {
    display: flex !important;
    gap: 15px;
}

.curted_collections h2 {
    margin-bottom: 0px !important;
}

.diva_store .store_content {
    width: 100%;
    padding: 20px;
}
.store_content p {
    font-size: 16px;
    width: 100%;
}
.diva_store .store_content {
    padding-bottom: 50px;
}




.diva_store .store_video {
    width: 100%;
}

.shipping_area ul {
    width: 100%;
}
.shipping_area svg {
    width: 110px;
    height: 100px;
}
footer .row {
    grid-template-columns: auto auto;
}
.diva_store .row {
    display: inline !important;
    flex-wrap: wrap;
}

header .col-sm-4.col-5 {
    padding-left: 0px;
}
.size-chart-wrapper {
    display: inline !important;
}

div#logo {
        position: relative;
        /*top: 15px;*/
    }
    ul.cart_login {
        gap: 14px;
    }

#logo img {
    max-width: 80% !important;
}

nav#menu button {
    background: #8a6838;
}
ul.cart_login img {
    width: 18px !important;
}
ul.cart_login svg {
    width: 18px;
}
a#wishlist-total span {
    color: #ffffff;
    font-size: 10px;
    background: #c49f5b;
    width: 18px;
    display: inline-block !important;
    height: 18px;
    text-align: center;
    line-height: 20px;
    border-radius: 100px;
    position: absolute;
    left: 10px;
    top: -8px;
    z-index: 1;
}
div#cart button.btn.btn-lg.btn-dark.d-block.dropdown-toggle {
    width: 18px;
    text-overflow: clip;
    overflow: hidden;
    line-height: 18px;
    white-space: normal;
    color: #ffffff;
    font-size: 10px;
    position: absolute;
    height: 18px !important;
    padding: 0px !important;
    background: #c49f5b;
    border-radius: 100px;
    border: 0px;
    top: -8px;
    pointer-events: none;
    right: -12px;
    z-index: 1;
}
li.list-inline-item.cart_item img {
    width: 15px !important;
}
.free_delivery p {
    font-size: 12px;
    padding: 1px 0px;
}

header .row {
    display: flex;
    align-items: center;
    padding: 5px 0px;}

.dropdown a {
    padding: 4px 20px;
    display: inline-block;
}

.diva_store {
    margin-top: 0px;
    margin-bottom: 30px;
}


nav#menu {
    /*justify-content: end;*/
}
#menu .navbar-toggler i {
    color: #fff;
    border-color: #fff;
    font-size: 16px !important;
}
    nav#menu button {
        background: #8a6838;
        padding: 5px 13px;
    }

ul.nav.navbar-nav {
    align-items: normal;
}
div#navbar-menu li a {
    width: 100%;
    font-size: 15px !important;
    border-bottom: 1px solid #ccccccb3;
    padding-bottom: 4px !important;
    padding-left: 0px !important;
}
div#navbar-menu li:last-child a {
    /*border: 0px;*/
}
nav#menu button:focus {
    outline: none !important;
    box-shadow: unset;
}
.explore_store ul {
    gap: 15px;
    grid-template-columns: repeat(2, 3fr);
}
.flat_banner img {
    width: 100%;
    margin: 25px 0px;
}
html, body {
  max-width: 100%;
  /*overflow-x: hidden !important;*/
}

.curted_collections.shop_category {
        margin-top: 43px;
        margin-bottom: 45px;
    }
div#carousel-banner-0 {
    margin-bottom: 0 !important;
}
.col-sm-5.col-2 .container {
    padding: 0px;
}

.video-container video {
    height: auto;}

ul#myNavbar {
        position: fixed;
        background: #fff;
        width: 100%;
        left: 0;
        top: 54px;
        padding: 20px 0px;
        border-top: 1px solid #ccc;
    }
    #menu .navbar-nav > li > a {
        font-size: 14px !important;
    }

    ul#myNavbar li a {
    padding-left: 15px !important;
}
.footer_menu h5 {
    font-size: 15px;
}

.footer_logo h2 {
    font-size: 15px;
}

.product-thumb h4 a {
    font-weight: 400;
    font-size: 15px;
}
.price-new {
    font-size: 15px;
}
.shipping_area ul p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 21px;
    width: 75%;
    margin: 0 auto;
    margin-top: 12px;
}
.shipping_area {
    padding-top: 30px;
    padding-bottom: 30px;
}

.curted_collections.feature_section {
    margin-bottom: 0;
}

html, body {
    max-width: 100%;
    /*overflow-x: hidden !important;*/
}


div#content {
    /*padding-right: 0px;*/
}
div#product-search h1 {
    margin-bottom: 15px;
    font-size: 22px;
}
.breadcrumb_area {
        background: #fff;
        padding: 0px;
        margin-bottom: 13px;
        margin-top: 16px;
    }
div#product-search {
    padding-bottom: 10px;
}
.breadcrumb {
    padding: 0px 0;
}

main {
    overflow-x: hidden;
}

.copyright {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    background: #704700;
    border-top: 1px solid #dedede30;
    margin-top: 50px;
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
    flex-direction: column-reverse;
    margin-top: 30px;
    padding-top: 15px;
}
p.logo_footer {
    padding-bottom: 0px;
}
p.logo_footer svg {
    width: 48%;
}

.copyright p {
    padding-top: 0px;
}
.curted_collections h2 {
    font-size: 23px;
}
.curted_collections.shop_category h2 {
    margin-bottom: 0px !important;
}
.explore_store h2 {
    font-size: 23px;
    padding: 0px 15px;
    font-style: italic;
    margin: 0 auto;
    width: max-content;
    margin-bottom: 30px;
    margin-top: 25px;
}
div#searchOption form {
    position: absolute;
    width: 402px;
    right: -125px;
    margin: 0px auto;
    background: #fdfdfd;
    top: -37px;
    z-index: 999;
}
div#product-list {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
}
div#product-list .col.mb-3 {
    width: 100%;
    margin-bottom: 0px !important;
}
div#account-login {
    width: 85%;
}
.left_column {
    padding: 20px 10px;
}
div#account-login h2 {
    font-size: 23px;
}
div#account-login p {
    font-size: 15px;
}

    .breadcrumb > li.breadcrumb-item > a {
        font-size: 13px;
    }

    h1, h2 {
        font-size: 20px;
    }
p {
    font-size: 15px;
    line-height: 24px;
}
.breadcrumb > li.breadcrumb-item {
    padding: 0 10px;
    text-shadow: unset;
}
div#account-forgotten div#content {
    padding: 1em 15px;
    padding-bottom: 3em;
}









}


