/* Base formatting */
:root {
    --primary: #F2F2F2;
}

html {
    height: 100%;
    box-sizing: border-box;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body {
    color: #1f1e1e !important;
    background-image: linear-gradient(#f2f2f2, #BBB8B8);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: "Roboto", sans-serif !important;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0;
    box-sizing: inherit;
}

i,
p,
a {
    color: #1f1e1e !important;
}

h1,
h2,
h3,
h4 {
    color: #1f1e1e !important;
}


/* a:hover {
    text-decoration: none;
} */

.btn-group {
    width: 100%;
    display: block;
}

/* Navigation bar */
.navbar {
    box-shadow: none;
}

.fa-bars {
    font-size: 2rem;
    border: transparent;
}
.navbar-expand .navbar-nav .dropdown-menu {
    background-image: linear-gradient(to right, rgb(205, 203, 203), rgb(204, 204, 204, 0)) !important;
    transition-timing-function: ease-in-out !important;
    transition-duration: .3s;
    transition-property: right, visibility;
    border: none;
}

.dropdown-item {
    font-family: "Alegreya Sans SC", sans-serif;
    font-weight: 500;
    text-align: right;
    font-size: 1.2rem;
    line-height: 0.8rem !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
}
.dropdown-item:active .dropdown-item:focus {
    color: #1f1e1e;
    border-radius: 10px;
    border: none;
    text-decoration: none;
    background-color: #bbb8b8;
    font-size: large;
}
a.dropdown-item:hover {
    font-size: 1.3rem;
}

.navbar-toggle {
    display: none;
}
button {
    border: none;
}

a.dropdown-item:focus {
    background-color: #BBB8B8;
}

.logo-round {
    height: 175px;
    width: 175px;
    margin-right: 1em;
}
.round {
    border-radius: 50%;
    width: 150px;
    height: 150px;
}


@media screen and (max-width: 576px) {
    .logo-round {
        height: 150px;
        width: 150px;
    }
}

@media screen and (max-width: 576px) {
    .offcanvas-collapse {
        right: 3px !important;
    }
    .offcanvas-collapse.open {
        right: 3px !important;
    }
}
@media screen and (min-width: 640px) {
    .offcanvas-collapse {
        right: 50px !important;
    }
    .offcanvas-collapse.open {
        right: 50px !important;
    }
}
@media screen and (min-width: 768px) {
    .offcanvas-collapse {
        right: 25px !important;
    }
    .offcanvas-collapse.open {
        right: 25px !important;
    }
    .round {
        width: 150px !important;
        height: 150px !important;
    } 
}

@media screen and (min-width: 991px) {
    .offcanvas-collapse {
        right: 20px !important;
    }
    .offcanvas-collapse.open {
        right: 20px !important;
    }
    .round {
        width: 200px !important;
        height: 200px !important;
    }
}


    .navbar-collapse {
        border-radius: 25px;
    }



@media screen and (min-width: 1200px) {
    .offcanvas-collapse {
        right: 120px !important;
    }
    .offcanvas-collapse.open {
        right: 120px !important;
    }
    .round {
        width: 200px !important;
        height: 200px !important;
    }
}
@media screen and (min-width: 2000px) {
    .offcanvas-collapse {
        right: 75px !important;
    }
    .offcanvas-collapse.open {
        right: 75px !important;
    }
}


.btn-group {
    flex-direction: column;
}

/* Product and Product Details Page */
.dropdown.select_option {
    font-size: 1em;
    /* text-align: left; */
}

.dropdown-button-fullwidth {
    width: 100% !important;
    margin: 0;
    display: block;
    text-align: center;
}

.genric-btn.primary {
    font-size: 1.2em;
    font-weight: 500;
    background-color: #F2F2F2;
    margin-bottom: 3px;
}

.genric-btn.circle {
    border-radius: 10px;
    width: auto;
}

.genric-btn.e-large {
    padding-left: 10px !important;
}
.icons-upp-home {
    position: fixed;
    bottom: 25px;
    right: 25px;
    align-items: center;
}

.back-to-home i {
    font-size: 30px;
}

.back-to-top i {
    font-size: 40px;
}

.tooltip-inner {
    background-color: #F2F2F2 !important;
    color: #1f1e1e;
}

/* Category styling */
.category-tag {
    background-color: #bbb8b8;
    border: 2px solid #cccccc;
    border-radius: 10px;
    color: #1f1e1e;
    font-family: 'Roboto', sans-serif;
    padding: 0.6em 1em;
    font-size: 85%;
    font-weight: 600;
    vertical-align: middle;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.cat-tag-text {
    font-weight: 600;
    font-size: 85%;
    font-style: italic;
}
.category-tag:hover,
.category-tag:focus,
.category-tag:active {
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  transform: translateY(-0.25em);
}
a .category-tag {
    text-transform: none;
}
.innerbody {
    background-color: #fff;
    border-radius: 10px;
}
.btn_art {
    background-color: #bbb8b8;
    border: 2px solid #cccccc;
    border-radius: 10px;
    color: #1f1e1e;
    font-family: 'Roboto', sans-serif;
    padding: 0.3em 0.7em;
    font-size: 1rem;
    font-weight: 700;
    vertical-align: middle;
    text-decoration: none;
    /* transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; */
}
#no-line:hover,
#no-line:focus,
#no-line:active {
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  transform: translateY(-0.25em);
}
a .btn_art {
    text-decoration: none !important;
}

/* Product details page */
.single_product_item p {
    /* line-height: 1.2; */
    font-size: 1rem !important;
}
h3 {
    font-size: 1.2rem !important;
}
h4, h5 {
    font-size: 1rem !important;
}

.btn-group .btn_1 {
    display: inline-block;
    width: 17em;
    padding: 12px 25px;
    border-radius: 5px;
    background-color: #a5a5a5;
    border: 2px solid #cccccc;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    transition: 0.5s;
    text-transform: capitalize;
    color: #f5ebe0;
}

.btn-group .btn_1:hover {
    background-color: #cccccc;
    color: #A5a5a5;
    border: 2px solid #A5a5a5;
    text-decoration: none;
}

.product_image_area .single_product_text {
    margin: 30px 0 30px;
}

hr {
    border: 1px solid #7f7f7f;
}

.single_product_img img {
    max-height: 500px !important;
}

.product_image_area .single_product_text {
    margin: 10px 0 10px !important;
}

.text-sold {
    text-transform: uppercase;
}
.no-padding {
    padding: 0rem 0rem !important;
}
label {
    font-size: larger;
    font-weight: 600;
}
.thumbnail {
    max-width: 120px;
    max-height: 120px;
}



/* Toasts container */
.message-container {
    position: fixed;
    top: 100px;
    left: calc(50vw - 160px);
    width: 320px;
    z-index: 5000;
}

.toast {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #7f7f7f;
    background-color: #cccccc !important;
}

.toast-border {
    border-radius: 20px;
    border: 3px solid #7f7f7f;
}

.toast-header {
    padding: 7px;
    align-items: center;
}

.toast-header i {
    padding-right: 7px;
}

.toast-body {
    color: #7f7f7f;
}

.toast-icon:hover {
    color: #7f7f7f;
}

.toast-icon:active {
    color: #7f7f7f;
}

.cart_area section_padding {
    padding: 50px 0px;
}



.text-info {
    color: #7f7f7f !important;
}

@media (max-width: 576px) {
    .message-container {
        width: 280px;
    }
}

/* Social Media Icons */
.social_icon i {
    color: #fff !important;
}

/* Product File Upload Form */
.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    opacity: 0;
    cursor: pointer;
}

/* Index Page Image area */
.banner_part .btn_1 {
    margin-top: 50px;
}

.banner_part:after {
    display: none;
}



@media (max-width: 576px) {
    .banner_text_iner {
        width: 80%;
    }
}

.card {
    border: 0 !important;
    border-radius: 10px;
    box-shadow: none !important;
    background-color: #f2f2f2;
    align-items: center;
}

.card-title {
    font-family: "Roboto", cursive;
    font-size: 1.1rem;
    font-weight: 500;
}

.icon-md {
    font-size: 1.2rem;
}

.card-header {
    border-radius: 10px !important;
    background-color: transparent !important;
    border: none;
}
.list-group-item {
    background: none;
}
#no-line {
    text-decoration: none;
}

/* Blog Cards */

.painting-image {
    align-items: start;
}
.intro {
    font-style: italic;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.img-round {
    border-radius: 10px;
}
.blog-card {
    display: block;
}
.share-btn {
    background-color: #1877f2 !important;
    color: #fff !important;
}

/* Contact form */
#char-count {
    float: right;
    padding: 0.1rem 0 0 0;
    font-size: 0.875rem;
}

.form-control {
    font-size: 1rem !important;
}

.form-titel-text {
    font-size: 1rem;
    font-weight: 500;
    color: #C3BABA;
}
.recaptchav2checkbox {
    background-color: transparent !important;
    border: none;
}

/* Footer  */
.footer {
    margin-top: auto;
    position: sticky;
    width: 100%;
    background-color: #c3baba;
}

.footer i {
    color: #1D3557;
}

.footer_iner {
    background-image: linear-gradient(#f2f2f2, #cccccc)
}

/* Inquiry page */
.inquiryform {
    background-color: #EDEDE9;
    border-radius: 10px;
    border: 2px solid #736F72;
}
[contenteditable].form-control,[type=email].form-control,[type=password].form-control,[type=tel].form-control,[type=text].form-control,input.form-control,input[type=email],input[type=number],input[type=password],input[type=text],textarea,textarea.form-control {
    box-shadow: inset 0 -2px 0 #c3baba;
    transition: box-shadow .2s
}

.contactform {
    background-color: #EDEDE9;
    border-radius: 10px;
    border: 2px solid #736F72;
}