@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Marcellus&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap");

/* =====================================
    font-family: "Marcellus", serif;
    font-family: "Libre Baskerville", serif;
    font-family: "Jost", serif; 
	font-family: "Karla", serif;
========================================*/
.img-fullwidth {
    width: 100%;
}
body {
    font-family: "Karla", serif;
}
.btn-danger {
    color: #fff;
    background-color: #b5002c;
    border-color: #b5002c;
    border-radius: 0;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.list-group-item li a {
    color: #fff;
}
.header {
    position: relative;
}
.header .header-inner {
    padding: 5px 0;
}
.header .navbar-collapse {
    padding: 0;
}
.header .content {
    text-align: center;
    margin-bottom: 10px;
}
.header .content li {
    display: inline-block;
    color: #4d4d4d;
    margin-right: 3px;
    font-weight: 500;
}
.header .s01 {
    background: #3b5998 !important;
}
.header .s02 {
    background: #c51414 !important;
}
.header .s03 {
    background: #55acee !important;
}
.header .s04 {
    background: #007bb6 !important;
}
.header .content li i {
    color: #fff;
    width: 30px;
    background: #000;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.header .content li a {
    color: #4d4d4d;
}
.header .social {
    text-align: center;
}
.header .social li {
    display: inline-block;
    margin: 0; 
}
.header .social li:last-child {
    margin-right: 0;
}
.header .social li i {
    color: #b3002a;
}
.header .social li a {
    color: #333632;
    font-family: Marcellus, serif;
}
 
.header .social .dropdown-menu {
    padding: 0;
    font-size: 14px;
    z-index: 999999;
}
.header .logo {
    text-align: center;
}
.header .header-widget {
    text-align: center;
}
.header .single-widget {
    position: relative;
}
.header-search {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 0;
    line-height: 1;
}
.header-search .header-search-wrapper {
    align-items: stretch;
    overflow: visible;
    border: 1px solid #eee;
    position: relative;
    width: 100%;
    min-width: 250px;
    background-color: #eee;
}
.header-search .header-search-wrapper .col-1,
.header-search .header-search-wrapper .col-3,
.header-search .header-search-wrapper .col-8,
.header-search .header-search-wrapper .row {
    margin: 0;
    padding: 0;
}
.header-search .header-search-wrapper::after {
    display: block;
    clear: both;
}
.header-search form {
    margin: 0;
}
.header-search .select-custom {
    margin: 0;
}
.header-search .select-custom::after {
    color: #8d8d8d;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 3.7rem;
    -webkit-transform: translateY(-51%);
    transform: translateY(-51%);
    color: #34373f;
    font-family: FontAwesome;
    font-size: 16px;
}
.header-search .form-control,
.header-search select {
    height: 45px;
    background-color: #eee;
    margin: 0;
}
.header-search .form-control {
    width: 100%;
    margin: 0;
    padding: 4px 15px;
    border: 0;
    font-size: 14px;
    border-radius: 20px 0 0 20px;
    color: #8d8d8d;
    line-height: 20px;
    box-shadow: none;
}
.header-search .form-control::-webkit-input-placeholder {
    color: #8d8d8d;
}
.header-search .form-control::-moz-placeholder {
    color: #8d8d8d;
}
.header-search .form-control:-ms-input-placeholder {
    color: #8d8d8d;
}
.header-search .form-control::-ms-input-placeholder {
    color: #8d8d8d;
}
.header-search .form-control::placeholder {
    color: #8d8d8d;
}
.header-search select {
    width: 100%;
    border: 0;
    line-height: 44px;
    color: #8d8d8d;
    padding: 1px 20px 1px 15px;
    padding-left: 10px;
    border-radius: 0;
}
.header-search .search-toggle {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1;
    min-width: 2.5rem;
    padding: 1rem 0;
    font-weight: 700;
    color: #282d3b;
    text-align: center;
}
.header-search .search-toggle i {
    display: inline-block;
    margin-bottom: 2px;
}
.header-search .btn {  
    height: 45px;
    color: #606669;
    background-color: transparent;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    border: 0; 
    margin: 0;
    background: 0 0;
    cursor: pointer;
    border-radius: 0 20px 20px 0;
}
.header-search .btn i::before {
    margin: 0;
}
.header-search .btn:focus,
.header-search .btn:hover {
    background-color: transparent;
    color: #fa4a4a;
}
.header-search h3 {
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
    color: #1a1a1a;
    letter-spacing: 0.5px;
}
.header-search h3 a {
    color: #1a1a1a;
}
.header-search h3 i {
    color: #b3002a;
}
@media screen and (min-width: 992px) {
    .header-search .search-toggle {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .header-search {
        margin-left: 5px;
    }
    .header-search .header-search-wrapper {
        position: relative;
        width: 100%;
        margin-top: 0.3rem;
        border-width: 1px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.075);
        z-index: 99;
        border-color: #dbe0e2;
    }
    .header-search .header-search-wrapper::before {
        display: block;
        position: absolute;
        top: -25px;
        right: 77px;
        width: 20px;
        height: 20px;
        border: 10px solid transparent;
        border-bottom-color: #dbe0e2;
    }
}
@media screen and (max-width: 767px) {
    .header-search .select-custom {
        flex: 0 0 132px;
    }
    .header-search .btn {
        flex: 0 0 40px;
    }
}
.single-widget .cart sup {
    background: #b3002a;
    padding: 3px 7px;
    color: #fff;
    border-radius: 50%;
}
.header .header-menu {
    background: #fff;
    z-index: 3333;
    border-top: #c9c7c7 1px solid;
}
.header .navbar {
    background: #b3002a;
}
.navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 0;
}
.navbar .dropdown-menu {
    border: none;
    background-color: #6b021b !important;
}
.header .navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
    padding: 8px 24px;
}
.header .navbar .nav-item {
    font-size: 14px;
    color: #fff !important;
    text-transform: uppercase;
}
.header .navbar .nav-item.dropdown .nav-item {
    padding: 0;
    font-size: 12px;
    text-transform: capitalize;
}
.header .navbar .nav-item.dropdown .nav-item .nav-link {
    padding: 1px 2px;
}
.header .navbar .nav-item.dropdown .nav-item:hover .nav-link {
    background: #b3002a;
}
@media screen and (min-width: 992px) {
    .header .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }
    .header .navbar .nav-item {
        padding: 0.2rem 0;
        margin: 0;
    }
    .header .navbar .dropdown {
        position: static;
    }
    .navbar .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        top: 45px;
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.3s linear;
    }
    .header .navbar .dropdown:hover .dropdown-menu,
    .navbar .dropdown .dropdown-menu:hover {
        display: block;
        visibility: visible;
        opacity: 1;
        transition: visibility 0s, opacity 0.3s linear;
    }
    .header .navbar .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, 0.15);
        background-color: #fff;
    }
}
.home-slider img {
    width: 100%;
}
.home-slider .single-slider {
    border: none;
}
.home-slider .owl-carousel .owl-nav div {
    height: 55px;
    width: 55px;
    line-height: 55px;
    top: 50%;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 25px;
    position: absolute;
    border: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 100%;
    margin: -30px 0 0 0;
}
.home-slider .owl-carousel .owl-nav div:hover {
    background: #05aa97;
}
.home-slider .owl-carousel .owl-nav .owl-prev {
    left: 15px;
}
.home-slider .owl-carousel .owl-nav .owl-prev:hover {
    left: 25px;
}
.home-slider .owl-carousel .owl-nav .owl-next {
    right: 15px;
}
.home-slider .owl-carousel .owl-nav .owl-next:hover {
    right: 25px;
}
.home-slider .owl-item.active .slider-text h1 {
    animation: fadeInUp 1s both 0.8s;
}
.home-slider .owl-item.active .slider-text p {
    animation: fadeInUp 1s both 1s;
}
.home-slider .owl-item.active .slider-text .button {
    animation: fadeInUp 1s both 1.2s;
}
.home-slider .owl-theme .owl-nav {
    margin-top: 0;
}
.frc {
    margin: 0;
    padding: 10px 20px;
    background: #b5002c;
    position: relative;
}
.fcrBox {
    margin: 5px 0;
    padding: 0;
}
.fcrBox img {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
}
.fcrBox h3 {
    margin: 0;
    padding: 10px 0 0 0;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}
.fcrBox p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 14px;
    text-align: left;
    line-height: 24px;
}
.fcrwel {
    margin: 5px 0;
    padding: 0;
    border-left: #fff 1px solid;
    border-right: #fff 1px solid;
    text-align: center;
}
.fcrwel h2 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    color: #ffc807;
}
.fcrwel p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-align: center;
    color: #fff;
}
.midPart {
    margin: 0;
    padding: 30px 0;
    background: #fff;
}
.mid-left {
    margin: 10px 0;
    padding: 0;
}
.front-cat {
    border: 2px solid #e6e6e6;
    font-size: 15px;
    margin-bottom: 20px;
    background: #fff;
    padding: 10px 12px 15px;
}
.widget-title {
    padding: 10px 0;
    margin: 0 0 13px;
    text-transform: capitalize;
    font-size: 20px;
    border-bottom: 1px solid #e6e6e6;
    line-height: 20px;
    font-family: "Libre Baskerville", serif;
    position: relative;
    font-weight: 600;
    color: #b5002c;
}
.form-check-input {
    margin-left: 0 !important;
}
.widget-title::before {
    content: "";
    width: 50px;
    height: 3px;
    background: #b5002c;
    bottom: -1px;
    position: absolute;
}
.widget-description {
    margin: 10px 0;
    padding: 0;
}
.widget-description h3 {
    margin: 0px 0px 10px 0px;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    color: #1b1a15;
}
.widget-description p {
    margin: 0 0 15px 0;
    color: #1b1a15;
    text-align: justify;
    font-size: 16px;
}
.widget-description p a {
    color: #1b1a15;
}
.widget-description ul {
    margin: 0px 0px 10px 20px;
    padding: 0px;
}
.widget-description ul li {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    color: #1b1a15;
    font-size: 16px;
    list-style: disc;
}

.widget-description ol {
    margin: 0px 0px 10px 20px;
    padding: 0px;
}
.widget-description ol li {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    color: #1b1a15;
    font-size: 16px;
    list-style: disc;
}

.category-menu {
    list-style: none;
    padding-left: 0;
    font-size: 15px;
}
.category-menu .category-item {
    border-bottom: 1px dashed #e6e6e6;
    padding: 10px 0;
    color: #b5002c;
    margin: 0 0 0 0px;
}
.category-menu .category-item a {
    text-decoration: none;
    color: #333632;
}
.category-menu .subcategory {
    list-style: none;
    position: relative;
    margin-left: 10px;
}
.category-menu .subcategory li {
    padding: 5px 0;
}
.mid-right {
    margin: 10px 0;
    padding: 0;
}
.featured {
    margin: 0 0 15px 0;
    padding: 0;
}
.featured .row {
    margin-left: -10px;
    margin-right: -10px;
}
.featured .col-sm-3 {
    padding-left: 10px;
    padding-right: 10px;
}
.bkPro {
    margin: 0px;
    padding: 0px;
}
.bkPro .col-sm-2 {
    padding-right: 5px;
    padding-left: 5px;
}
.product-wapper {
    position: relative;
    padding: 0;
    margin: 0 0 30px;
    text-align: center;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    background: #fff;
}
.product-wapper .products-thumb {
    position: relative;
    margin: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
.product-wapper .product-soldlable {
    position: absolute;
    top: 10px;
    left: 10px;
}
.product-wapper .product-soldlable .stock {
    text-align: center !important;
    color: #fff;
    font-size: 14px;
    background: #17a2b8;
    padding: 3px 8px;
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
    position: relative;
    line-height: 18px;
    min-width: 35px;
    z-index: 1;
}
.product-wapper .product-lable {
    position: absolute;
    top: 10px;
    right: 10px;
}
.product-wapper .product-lable .onsale {
    text-align: center !important;
    color: #fff;
    font-size: 12px;
    background: #b5002c;
    padding: 3px 8px;
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
    position: relative;
    line-height: 18px;
    min-width: 35px;
    z-index: 1;
}
.product-wapper .products-thumb .product-thumb-hover {
    position: relative;
    display: block;
}
.product-wapper .products-thumb .product-thumb-hover .wp-post-image {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    height: auto;
}
.product-wapper .products-thumb .product-thumb-hover .hover-image {
    opacity: 0;
    visibility: hidden;
    max-width: 100%;
    height: auto;
}
.product-wapper:hover .products-thumb .product-thumb-hover .hover-image {
    opacity: 1;
    visibility: visible;
}
.product-wapper:hover .products-thumb .product-thumb-hover .wp-post-image {
    opacity: 0;
    visibility: hidden;
}
.product-wapper .products-thumb .product-button {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    display: flex;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    transform-origin: -100% 100%;
    opacity: 0;
    visibility: hidden;
    background: #000;
    height: 45px;
    align-items: center;
}
.product-wapper:hover .products-thumb .product-button {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.product-wapper .products-thumb .product-button > * {
    position: relative;
    flex: 1;
    height: 100%;
}
.product-wapper .products-thumb .product-button .add_to_cart_button:hover {
    background: #b5002b;
    border-color: #b5002b;
    color: #fff;
}
.product-wapper .products-thumb .product-button .add_to_cart_button {
    color: #fff;
    display: inline-block;
    position: relative;
    width: 100%;
    line-height: 45px;
    height: 100%;
}
.product-wapper .products-content {
    margin: 0;
    padding: 10px 8px;
    box-shadow: inset gray 0px 0px 20px -12px !important;
    min-height: 141px;
}
.product-wapper .products-content .rating {
    position: relative;
    font-size: 12px;
    z-index: 2;
    line-height: 20px;
    color: #feac14;
    text-align: center;
    margin: 0;
}
.product-wapper .products-content .rating i {
    margin-right: 4px;
}
.product-wapper .products-content .list-author {
    font-size: 13px;
    margin-bottom: 3px;
    font-weight: 700;
    color: #7b8187;
}
.product-wapper .products-content .list-author a {
    color: #7b8187;
    font-weight: 700;
}
.product-wapper .products-content h3.product-title a {
    font-size: 14px;
    margin-top: 0;
    display: block;
    margin-bottom: 7px;
    font-weight: 700;
    line-height: 1.2;
    color: #343a40;
}
.product-wapper .products-content h3.product-title a:hover {
    color: #b5002c;
}
.product-wapper .products-content .product-price {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    color: #d90000;
    font-size: 21px;
    margin-bottom: 7px;
    font-weight: 700;
}
.product-wapper .products-content .product-price i {
    margin-right: 2px;
}
.product-wapper .products-content .product-price strike {
    color: #848d97;
    font-size: 14px;
}
.frontCatBlock {
    background: #fff;
    margin: 0;
    padding: 30px 0;
}
.bestseller {
    background: #f7f7f7;
    margin: 0;
    padding: 30px 0;
}
.featured-author {
    background: #fff;
    margin: 0;
    padding: 30px 0;
}
.authorbox {
    padding: 5px;
    border: 2px solid #e6e6e6;
    border-radius: 20px;
    text-align: center;
}
.authorbox img {
    border-radius: 50%;
}
.authortitle {
    padding-top: 10px;
    color: #34495e;
    font-size: 14px;
}

.ctrbox {
    padding: 5px;
    border: 2px solid #e6e6e6;
    border-radius: 5px;
    text-align: center;
}
.ctrbox img {
    border-radius: 5%;
}
.ctrbox {
    padding-top: 10px;
    color: #34495e;
    font-size: 14px;
}

.ctrbox a{
    color: #34495e;
    font-size: 14px;
}

.home-faqs {
    background: #fff;
    margin: 0;
    padding: 30px 0;
}
.heading-title {
    padding: 10px 0;
    margin: 0 0 10px;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 20px;
    font-family: "Libre Baskerville", serif;
    position: relative;
    text-align: center;
    font-weight: 600;
    color: #b5002c;
}
.heading-underline span {
    width: 336px;
    display: inline-flex;
    height: 2px;
    background-color: #e6e6e6;
    position: relative;
    margin-bottom: 15px;
}
.heading-underline span::before {
    transform: translateX(290%);
}
.heading-underline span::before {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    position: absolute;
    left: 0;
    top: -1px;
    background-color: #b5002c;
}
.home-faqs .row {
    margin-left: -5px;
    margin-right: -5px;
}
.home-faqs .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}
.home-faqs .faq-content {
    margin: 0;
    box-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
    padding: 15px;
    border: 1px solid #e6e6e6;
    box-shadow: inset gray 0px 0px 20px -12px !important;
}
.home-faqs .text-content {
    text-align: left;
    padding: 0 60px 0 0;
    margin-bottom: 30px;
}
.home-faqs .faq-content a {
    color: #f15d30;
}
.home-faqs .text-content h2 {
    font-size: 38px;
    margin-bottom: 25px;
}
.home-faqs .text-content p {
    font-size: 16px;
}
.home-faqs .panel-group {
    margin: 0;
    text-align: left;
}
.home-faqs .panel {
    background: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 0 0 2px;
}
.home-faqs .panel-heading {
    background: 0 0;
}
.home-faqs .faq-title a {
    padding: 15px 10px;
    font-size: 14px;
    position: relative;
    color: #000;
    font-weight: 600;
    background: #fff;
    width: 100%;
    display: block;
}
.home-faqs .faq-title a::after {
    content: "\f068";
    font-family: FontAwesome;
    top: 50%;
    margin-top: -10px;
    right: 8px;
    position: absolute;
    background: 0 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    border-radius: 0;
    text-align: center;
    font-size: 12px;
    background: #000;
}
.home-faqs .panel.active .faq-title a {
    color: #4a4a4a;
    background: #fff;
    text-decoration: none;
}
.home-faqs .faq-title a.collapsed::after {
    content: "\f067";
    color: #fff;
    background: #b5002c;
}
.home-faqs .faq-body {
    padding: 10px;
    font-size: 14px;
    box-shadow: none;
    text-shadow: none;
    background: #fff;
}
.home-faqs .faq-body p {
    font-size: 16px;
    margin: 0;
    color: #000;
}
.home-faqs .panel-default {
    border: none;
    box-shadow: none;
    background: 0 0 !important;
    text-shadow: none;
    margin: 0 0 10px 0;
    border: solid 1px #efefef;
}
.home-seocontent {
    background: #fff;
    margin: 0;
    padding: 30px 0;
    position: relative;
}
.home-seocontent p {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 16px;
    color: #1b1a15;
    text-align: left;
}
.home-seocontent p a {
    color: #1b1a15;
    text-decoration: underline;
}
.home-seocontent h3 {
    margin: 0px 0px 10px 0px;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    color: #1b1a15;
}

.home-seocontent ul {
    margin: 0px 0px 20px 20px;
    padding: 0px;
}
.home-seocontent ul li {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    color: #1b1a15;
    font-size: 16px;
    list-style: disc;
}
.mybox1 {
    display: none;
}
.home-seocontent button {
    padding: 10px;
    font-size: 14px;
    border-radius: 0;
    color: #fff;
    background-color: #b5002c;
    border-color: #b5002c;
    margin-top: 20px;
    text-align: center;
}
.home-seocontent button i {
    font-weight: 300;
    font-size: 11px;
}
.latest-blog {
    background: #fff;
    margin: 0;
    padding: 30px 0;
    position: relative;
}
.blogbox {
    margin: 15px 0;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 12px rgb(0 0 0 / 12%);
}
.blogbox h3 {
    margin: 10px 0;
    padding: 0;
    font-size: 18px;
    color: #343a40;
    line-height: 24px;
}
.blogbox h3 a {
    color: #0c0f26;
}
.blogbox h4 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #868e96;
}
.blogbox h4 span {
    font-weight: 600;
}
.blogbox p {
    margin: 0 0 15px 0;
    color: #1b1a15;
    text-align: justify;
    font-size: 16px;
}
.blogbox p a {
    color: #1b1a15;
}
.blogbox ul {
    margin: 0px 0px 10px 20px;
    padding: 0px;
}
.blogbox ul li {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    color: #1b1a15;
    font-size: 16px;
    list-style: disc;
}
.four-points {
    margin: 0;
    padding: 60px 0;
    position: relative;
    background: #fcfcfc;
}
.fbox {
    margin: 10px 0;
    padding: 0;
    display: flex;
    width: 100%;
    flex-direction: row;
    -moz-box-align: center;
    align-items: center;
}
.fimg img {
    width: 40px;
}
.ftxt {
    display: flex;
    margin-left: 12px;
    flex-direction: column;
}
.ftxt h3 {
    font-size: 18px;
    color: #343a40;
}
.ftxt p {
    font-size: 14px;
    color: #868e96;
}
.footer {
    background: #fff;
    border-top: #ddd 1px solid;
    padding: 0;
}
.footer a,
.footer p {
    color: #1b1a15;
    font-weight: 400;
}
.footer p span {
    color: #1b1a15;
}
.footer .footer-top {
    padding: 20px 0 30px;
}
.footer .footer-logo {
    margin: 0px 0px 20px 0px;
}
.footer .single-widget {
    margin-bottom:10px;
}
.footer .single-widget h2 {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 16px;
    color: #b5002c;
    font-weight: 600;
    font-family: "Libre Baskerville", serif;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}
.footer .single-widget h2::before {
    content: "";
    width: 50px;
    height: 3px;
    background: #b5002c;
    bottom: -1px;
    position: absolute;
}
.footer .about p {
    margin-top: 10px;
}
.footer .list {
    margin-top: 20px;
}
.footer .list li {
    line-height: 26px;
    color: #1b1a15;
    margin-bottom: 5px;
}
.footer .list li a {
    color: #1b1a15;
}
.footer .list li i {
    margin-right: 5px;
    color: #b5002c;
    font-size: 20px;
}
.footer .useful-links ul li {
    position: relative;
    line-height: 30px;
}
.footer .useful-links ul li a {
    color: #1b1a15;
    font-size: 14px;
}
.footer .useful-links ul li a:hover {
    color: #b5002c;
}
.footer .useful-links ul li i {
    margin-right:5px;
    color: #b5002c;
}
.footer .newsletter {
    margin: 0;
    padding: 0;
}
.footer .newsletter .title {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
}
.footer .newsletter .form {
    position: relative;
    margin-top: 20px;
}
.footer .newsletter .form input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #2c2c2c;
    box-shadow: none;
    text-shadow: none;
    border: none;
    padding: 0 50px 0 20px;
    font-size: 16px;
    border-radius: 0;
}
.footer .newsletter .button {
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
    height: 50px;
    color: #fff;
    box-shadow: none;
    font-size: 18px;
    text-shadow: none;
    border: none;
    font-weight: 100;
    border-radius: 0;
    border-left: 1px solid transparent;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #05ab98;
}
.footer .newsletter .button:hover {
    background: #000;
    border-left-color: #e7e7e7;
    color: #fff;
}
.footer .footer-bottom {
    border-top: #d4d4d4 1px solid;
}
.footer .bottom-head {
    padding: 12px 0;
    border-top: #ddd 1px solid;
}
.footer .social {
    text-align: left;
}
.footer .social li {
    display: inline-block;
    margin-right: 5px;
}
.footer .social li:last-child {
    margin: 0;
}
.footer .social li a {
    display: block;
    height: 34px;
    width: 34px;
    line-height: 37px;
    background: rgba(69, 69, 69, 0.5);
    margin: 0;
    padding: 0;
    text-align: center;
    border-radius: 100%;
    color: #fff;
}
.footer .social li a:hover {
    background: #05ab98;
}
.footer .copyright {
    padding: 5px 0;
}
.footer .copyright p {
    font-size: 15px;
    margin: 0;
    line-height: 37px;
    padding: 0;
    text-transform: capitalize;
    color: #1b1a15;
}
.footer .copyright a {
    color: #1b1a15;
}
.footer .copyright a:hover {
    color: #1b1a15;
}
.fSocial {
    margin: 5px 0;
    padding: 0;
}
.fSocial h4 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 5px;
    padding: 0;
    text-transform: uppercase;
}
.fSocial ul {
    margin: 0;
    padding: 0;
}
.fSocial ul li {
    display: inline-block;
    font-size: 18px;
    margin: 0 2px !important;
    padding: 0 2px !important;
}
.fSocial a {
    background: #009d99 none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
    transition: background 0.3s ease-in-out 0s;
    width: 40px;
    border-radius: 50%;
}
.fSocial a i {
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.fSocial .Facebook a {
    background: #395498 none repeat scroll 0 0;
}
.fSocial .Twitter a {
    background: #27a5da none repeat scroll 0 0;
}
.fSocial .Instagram a {
    background: rgba(0, 0, 0, 0)
        linear-gradient(
            to left bottom,
            #fec95f 0,
            #d31c7a 36%,
            #8555c5 67%,
            #6434b9 100%
        )
        repeat scroll 0 0;
}
.fSocial .Linkedin a {
    background: #0071b1 none repeat scroll 0 0;
}
.fSocial .Youtube a {
    background: #c9242a none repeat scroll 0 0;
}
.fSocial .Google a {
    background: #dc4e41 none repeat scroll 0 0;
}
.fSocial .Whatsapp a {
    background: #25d366 none repeat scroll 0 0;
}
.fSocial .Facebook a:hover {
    background: #4c6da3 none repeat scroll 0 0;
}
.fSocial .Twitter a:hover {
    background: #1d9ceb none repeat scroll 0 0;
}
.fSocial .Instagram a:hover {
    background: rgba(0, 0, 0, 0)
        linear-gradient(
            to left bottom,
            #fec95f 0,
            #d31c7a 36%,
            #8555c5 67%,
            #6434b9 100%
        )
        repeat scroll 0 0;
}
.fSocial .Linkedin a:hover {
    background: #0194e7 none repeat scroll 0 0;
}
.fSocial .Youtube a:hover {
    background: #da4a4f none repeat scroll 0 0;
}
.fSocial .Google a:hover {
    background: #e11907 none repeat scroll 0 0;
}
.fSocial .Whatsapp a:hover {
    background: #1ecc5f none repeat scroll 0 0;
}
.sharePage {
    margin: 0;
    padding: 10px;
}
.bread {
    background: #f9f9f9;
    color: #000;
    margin: 0;
    padding: 10px 0;
    border-top: #e4e4e5 1px solid;
    border-bottom: #e4e4e5 1px solid;
}
.bread ul {
    margin: 0;
    padding: 0;
    text-align: left;
}
.bread ul li {
    color: #000;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}
.bread ul li a {
    color: #000;
}
.bread ul li a:hover {
    color: #000;
}
.filters {
    margin: 0;
    padding: 0;
}
.filters .faq-content {
    margin: 0;
    padding: 0;
}
.filters .panel-group {
    margin: 0;
    text-align: left;
}
.filters .panel {
    background: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 0 0 2px;
}
.filters .panel-heading {
    background: 0 0;
}
.filters .faq-title a {
    padding: 20px 18px;
    font-size: 16px;
    position: relative;
    color: #000;
    text-transform: uppercase;
    background: #fff;
    width: 100%;
    display: block;
}
.filters .faq-title a::after {
    content: "\f107";
    font-family: FontAwesome;
    top: 50%;
    margin-top: -10px;
    right: 24px;
    position: absolute;
    background: 0 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #000;
    border-radius: 0;
    text-align: center;
    font-size: 22px;
}
.filters .panel.active .faq-title a {
    color: #4a4a4a;
    background: #fff;
    text-decoration: none;
}
.filters .faq-title a.collapsed::after {
    content: "\f106";
    color: #000;
}
.filters .faq-body {
    padding: 0 10px 10px;
    font-size: 14px;
    box-shadow: none;
    text-shadow: none;
    background: #fff;
    position: relative;
}
.filters .faq-body p {
    font-size: 16px;
    margin: 0;
    color: #000;
}
.filters .panel-default {
    border: none;
    box-shadow: none;
    background: 0 0 !important;
    text-shadow: none;
    margin: 0 0 10px 0;
    border: solid 1px #efefef;
    border-radius: 5px;
}
.list_scroll {
    margin: 0;
    padding: 0;
    position: relative;
    height: 300px;
    overflow-y: scroll;
    scrollbar-color: #acacac #e5e5e5;
}
.list_brand {
    margin: 0 0 15px 5px;
}
.list_brand li {
    list-style: none;
    font-size: 15px;
    margin-bottom: 10px;
}
.list_brand li label {
    padding: 0;
}
.list_brand li:last-child {
    margin-bottom: 0;
}
.list_brand .custome-checkbox .form-check-label {
    color: #292b2c;
    padding-left: 1.25rem;
}
.list_brand .custome-checkbox .form-check-label a {
    color: #292b2c;
}
.price-range {
    margin: 0;
    padding: 0 0 30px 0;
    position: relative;
}
.price-range .price-input {
    width: 100%;
    display: flex;
    margin: 0 0 35px;
    position: relative;
}
.price-range .price-input .field {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
}
.price-range .field input {
    width: 100%;
    height: 100%;
    outline: 0;
    font-size: 19px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}
.price-range input[type="number"]::-webkit-inner-spin-button,
.price-range input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.price-range .price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}
.price-range .slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}
.price-range .slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #b5002c;
}
.price-range .range-input {
    position: relative;
}
.price-range .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: 0 0;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.price-range input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #b5002c;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.price-range input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #b5002c;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.authorsbox {
    margin: 15px 0;
    border: #e2e2e2 1px solid;
    border-radius: 5px;
    padding: 15px 10px;
    display: flex;
    width: 100%;
    flex-direction: row;
    -moz-box-align: center;
    align-items: center;
}
.authorimg {
    margin: 0;
}
.authorimg img {
    margin: 0;
    width: 98px;
    border-radius: 50%;
}
.authortxt {
    display: flex;
    margin-left: 15px;
    flex-direction: column;
}
.authortxt h3 {
    font-size: 15px;
    color: #1a1a1a;
}
.authortxt h3 a {
    color: #1a1a1a;
}
.reviewbox {
    margin: 15px 0;
    border: #e2e2e2 1px solid;
    border-radius: 5px;
    padding: 15px 10px;
}
.reviewtop {
    display: flex;
    width: 100%;
    flex-direction: row;
    -moz-box-align: center;
    align-items: center;
}
.reviewimg {
    margin: 0;
}
.reviewimg img {
    margin: 0;
    width: 98px;
    border-radius: 50%;
}
.reviewtxt {
    display: flex;
    margin-left: 15px;
    flex-direction: column;
}
.reviewtxt h3 {
    font-size: 16px;
    color: #b5002c;
}
.reviewbox p {
    color: #1b1a15;
    font-size: 14px;
    margin: 0px 0px 5px 0px;
}
.reviewbox .rating {
    position: relative;
    font-size: 14px;
    z-index: 2;
    line-height: 20px;
    color: #feac14;
    margin: 0;
}
.reviewbox .rating i {
    margin-right: 4px;
}
.newsbox {
    margin: 15px 0;
    padding: 0;
    background: #f9f9f9;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.newsbox:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
}
.newsbox h3 {
    margin: 10px 0 15px 0;
    padding: 0;
    color: #000;
    font-size: 18px;
}
.newsbox h3 a {
    color: #000;
}
.newsbox p {
    margin: 0;
    padding: 0;
    color: #1b1a15;
    line-height: 24px;
    font-size: 16px;
}

.newsbox .button {
    margin-top: 10px;
}
.newsbox .btn {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: 300;
    text-transform: capitalize;
    background: #c9000c;
}
.newsbox .btn::before {
    background: #000;
    color: #fff;
}
.blog-section {
    padding: 0;
    position: relative;
    margin: 0;
}
.singlepost {
    position: relative;
    margin-bottom: 36px;
}
.post-item {
    margin-bottom: 24px;
}
.singlepost .post-thumb {
    height: 480px;
}
.post-thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.post-thumb .labels {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #281b17;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    padding: 4px 10px;
    transition: 0.5s ease;
}
.post-item:hover .labels {
    background: #f2e6e6;
}
.post-thumb .labels a {
    color: #fff;
    text-decoration: none;
    transition: 0.5s ease;
}
.post-item:hover .labels a {
    color: #000;
}
.post-thumb img {
    width: 100%;
    height: 100%;
    transition: 0.5s ease;
    object-fit: cover;
}
.post-item:hover .post-thumb img {
    transform: scale(1.05);
}
.singlepost .post-info {
    position: absolute;
    bottom: 0;
    padding: 16px;
    z-index: 2;
}
.singlepost .post-info * {
    color: #fff;
}
.singlepost .post-thumb:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000082;
    z-index: 1;
}
.singlegrid {
    position: relative;
    margin-bottom: 36px;
}
.singlegrid .post-thumb {
    max-width: 100%;
    height: 220px;
}
.singlegrid .post-info {
    padding: 0;
}
.singlegrid .post-title {
    line-height: 24px;
}
.singlegrid .post-title a {
    color: #000;
    font-size: 20px;
    font-family: "Libre Baskerville", serif;
}
.blogboxin {
    margin: 15px 0;
    padding: 0;
    position: relative;
}
.blog-info {
    margin: 5px 10px;
}
.blog-info a {
    color: #777;
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #e7e7e7;
    font-weight: 500;
}
.blog-info a:last-child {
    border-right: 0px;
    margin-right: 0;
    padding-right: 0;
}
.blog-info a i {
    margin-right: 5px;
    text-align: center;
    border-radius: 100%;
    font-size: 13px;
    color: #f37434;
}
.blogboxin .bltxt {
    padding: 0;
}
.blogboxin .bltxt h3 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 24px;
    color: #202124;
    font-family: "Libre Baskerville", serif;
}
.blogboxin .bltxt h4 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    color: #ff4d4d;
    min-height: 50px;
}
.blogboxin .bltxt h6 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 16px;
    color: #214b8d;
    font-weight: 600;
}
.blogboxin .bltxt p {
    color: #5c5c5c;
    font-size: 16px;
    text-align: justify;
    margin: 10px 0;
}
.blogboxin .bltxt .button {
    margin-top: 20px;
}
.blogboxin .bltxt .btn {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 20px;
    border-radius: 15px;
    text-transform: uppercase;
    background: #10b5c7;
    border: #10b5c7 1px solid;
}
.blogboxin .bltxt .btn:hover {
    color: #10b5c7;
}
.entry-header-infobar {
    display: flex;
    flex-direction: row;
    border-top: 2px solid #000;
    border-bottom: 1px solid #e0e0e0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
}
.entry-post-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    transition: 0.25s;
    margin: 5px 0;
}
.meta-comments {
    margin-right: 20px;
}
.meta-date {
    color: #7b7b7b;
}
.social-header {
    width: 40%;
    display: flex;
    justify-content: flex-end;
}
.social-header ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
.social-header ul li {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    color: #1b1a15;
    font-size: 16px;
    list-style: none;
}
.social-header ul li a {
    color: #000;
    margin-left: 19px;
}
.blog-right {
    margin: 0;
    background: #f8f9fa;
    padding: 30px 30px;
}
.widgetlink {
    margin-bottom: 30px;
    position: relative;
}
.widgetlink ul {
    list-style: none;
}
.widgetlink li {
    border-top: 1px solid #ccc;
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.widgetlink li:last-child {
    padding-bottom: 0;
}
.widgetlink li a {
    color: #281b17;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
}
ul.widgetlink li a:hover {
    color: #5c5c5c;
}
.latest-news {
    margin-bottom: 30px;
    position: relative;
}
.latest-news .single-news {
    position: relative;
    padding-left: 85px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.latest-news .single-news:last-child {
    margin: 0;
}
.latest-news .single-news img {
    width: 75px;
    height: 75px;
    position: absolute;
    left: 0;
    top: 0;
}
.latest-news .single-news h4 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
}
.latest-news .single-news h4 a {
    color: #3a3a3a;
}
.latest-news .single-news p {
    padding-right: 50px;
    font-size: 14px;
    color: #6d6d6d;
    line-height: 16px;
}
.shop-detail {
    margin: 0;
    padding: 30px 0;
    position: relative;
    background-color: #fff;
}
.prodetail {
    margin: 0;
    padding: 0;
    position: relative;
}
.prodetail h2 {
    color: #b5002c;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin: 10px 0;
    font-family: "Libre Baskerville", serif;
}
.prodetail h3 {
    font-weight: 500;
    letter-spacing: 1px;
    color: #262626;
    font-family: "Libre Baskerville", serif;
    margin:5px 0; 
    font-size: 16px;
}
.price-with-review {
    display: flex;
    justify-content: flex-start;
    margin: 10px 0;
}
.price {
    margin: 0;
    padding: 0;
    line-height: 22px;
}
.price a {
    text-decoration: underline;
    color: #262626;
}
.price .rating {
    position: relative;
    font-size: 14px;
    z-index: 2;
    line-height: 20px;
    color: #feac14;
}
.price .rating i {
    margin-right: 4px;
}
.price-item {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    font-family: "Libre Baskerville", serif;
    color: #18367f;
}
.price-item strike {
    color: #202020;
    font-size: 18px;
}
.proprice {
    font-size: 17px;
    font-weight: 500;
    color: #333;
    margin: 10px 0;
}
.proprice strike {
    color: #aaa;
}
.prodetail .button {
    border-radius: 0;
    padding: 10px 40px;
    background-color: #ededed;
    border-color: #ededed;
    color: #4a4a4a;
    text-transform: uppercase;
    font-size: 14px;
    width: unset;
    margin-top: 10px;
}
.prodetail p {
    margin: 10px 0;
    color: #000;
    font-size: 14px;
}

.prodetail a{color: #252525;}
.prodetail a:hover{color: #b5002c;}

.quantity {
    display: inline-flex;
    border-radius: 4px;
    overflow: hidden;
}
.quantity button {
    background-color: #f1f2f1;
    color: #2a2a2a;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-size: 20px;
    width: 30px;
    height: auto;
    text-align: center;
    transition: background-color 0.2s;
}
.quantity .input-box {
    width: 40px;
    text-align: center;
    border: none;
    padding: 8px 10px;
    font-size: 16px;
    background: #f9faf9;
    outline: 0;
}
.quantity .input-box::-webkit-inner-spin-button,
.quantity .input-box::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity .input-box[type="number"] {
    -moz-appearance: textfield;
}
.protable {
    margin: 0;
    padding: 0;
    font-size: 15px;
}
.protable a{color: #252525;}
.protable a:hover{color: #b5002c;}
.protable span {
    color: #212529;
}
.protable p {
    font-size: 15px;
}
glass-case * {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 0;
    margin: 0;
    border: 0;
}
.glass-case :after,
.glass-case :before {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
.glass-case {
    position: relative;
}
.gc-display-area {
    position: absolute;
    overflow: hidden;
    border: 2px solid #f5f5f5;
    padding: 2px;
    background-color: #fff;
}
.gc-display-container {
    position: relative;
    overflow: hidden;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
.gc-display-display {
    position: relative;
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    cursor: crosshair;
    opacity: 1;
}
.gc-lens {
    position: absolute;
    overflow: hidden;
    z-index: 1000;
    cursor: crosshair;
    background: #cecece;
    opacity: 0.5 !important;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}
.gc-zoom {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1040 !important;
    border: 2px solid #f5f5f5;
    padding: 2px;
    background-color: #fff;
}
.gc-zoom-inner {
    cursor: crosshair;
    border: 0 !important;
    left: -2px !important;
    top: -2px !important;
    margin: 0 !important;
    z-index: 1010 !important;
}
.gc-zoom-container {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
.gc-zoom-container img {
    position: relative;
    max-width: none !important;
}
.gc-caption-container {
    position: absolute;
    overflow: hidden;
    width: 100%;
    padding: 2px;
    z-index: 1050 !important;
    background-color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #333;
    font-size: 0.9em;
}
.gc-caption-container div {
    position: relative;
    padding: 0 12px 0 12px;
}
.gc-caption-intop {
    left: 0;
    top: 0;
}
.gc-caption-inbottom {
    left: 0;
    bottom: 0;
}
.gc-caption-outbottom,
.gc-caption-outtop {
    width: 100%;
    width: calc(100% + 4px);
    border: 2px solid #f5f5f5;
    background: #fff;
}
.gc-caption-outtop {
    top: 0;
    left: -2px;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
}
.gc-caption-outbottom {
    bottom: 0;
    left: -2px;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
}
.gc-alignment-center {
    text-align: center;
}
.gc-alignment-left {
    text-align: left;
}
.gc-alignment-right {
    text-align: right;
}
.gc-thumbs-area {
    position: absolute;
    overflow: hidden;
    background-color: transparent;
}
.gc-thumbs-area-next,
.gc-thumbs-area-prev {
    position: absolute;
    z-index: 1010;
}
.gc-thumbs-area.gc-hz .gc-thumbs-area-next,
.gc-thumbs-area.gc-hz .gc-thumbs-area-prev {
    top: 0;
    height: 100%;
    min-height: 100%;
    width: 5%;
}
.gc-thumbs-area.gc-vt .gc-thumbs-area-next,
.gc-thumbs-area.gc-vt .gc-thumbs-area-prev {
    left: 0;
    width: 100%;
    min-width: 100%;
    height: 5%;
}
.gc-thumbs-area.gc-hz .gc-thumbs-area-prev {
    left: 0;
}
.gc-thumbs-area.gc-hz .gc-thumbs-area-next {
    right: 0;
}
.gc-thumbs-area.gc-vt .gc-thumbs-area-prev {
    top: 0;
}
.gc-thumbs-area.gc-vt .gc-thumbs-area-next {
    bottom: 0;
}
.gc-thumbs-area-next:hover,
.gc-thumbs-area-prev:hover {
    opacity: 1;
    cursor: pointer;
    cursor: hand;
}
.gc-thumbs-area-next .gc-disabled,
.gc-thumbs-area-next .gc-disabled:hover,
.gc-thumbs-area-prev .gc-disabled,
.gc-thumbs-area-prev .gc-disabled:hover {
    opacity: 0.3;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    cursor: default;
}
.glass-case ul {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    border: 0;
    padding: 0;
    height: 100%;
    list-style: none;
}
.glass-case ul li {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: 2px solid #f5f5f5;
    padding: 2px;
    background-color: #fff;
}
.gc-thumbs-area.gc-hz li {
    display: inline;
    float: left;
    max-width: 100%;
    max-height: 100%;
    margin-right: 5px;
}
.gc-thumbs-area.gc-vt li {
    margin-bottom: 5px;
}
.glass-case ul li .gc-li-display-container {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: inline-block;
}
.glass-case ul li:hover {
    border-color: #4f4f4f;
    cursor: pointer;
    cursor: hand;
}
.glass-case ul li.gc-active,
.glass-case ul li.gc-active:hover {
    border-color: #696;
    cursor: default;
}
.glass-case ul li .gc-li-display-container img {
    position: relative;
    top: 50%;
    left: 50%;
}
.gc-overlay-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483647 !important;
    background-color: #ccc;
    background-color: rgba(51, 51, 51, 0.95);
}
.gc-overlay-gcontainer {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
}
.gc-overlay-container {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 0;
}
.gc-overlay-container-display {
    position: absolute;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 0;
}
.gc-ocd-top {
    top: 0;
}
.gc-ocd-bottom {
    bottom: 0;
}
.gc-overlay-fit {
    padding: 4em 5.5em 1em 5.5em;
    overflow: hidden;
}
.gc-overlay-display {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    cursor: crosshair;
}
.gc-overlay-display-center {
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.gc-overlay-display-vcenter {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.gc-overlay-display-hcenter {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.gc-overlay-top-icons {
    position: absolute;
    top: 0;
    padding: 1em 1.5em 1em 0;
    width: 100%;
    height: 4em;
}
.gc-overlay-left-icons {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 1em 0 1.5em;
    height: 100%;
    width: 5.5em;
}
.gc-overlay-right-icons {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1.5em 0 1em;
    height: 100%;
    width: 5.5em;
}
@font-face {
    font-family: linea-arrows-10arrows-10;
    src: url("fonts/linea-arrows-10_arrows-10-webfont.woff2") format("woff2"),
        url("fonts/linea-arrows-10_arrows-10-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
.gc-icon:before {
    line-height: 1;
}
.gc-icon {
    font-family: linea-arrows-10arrows-10;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    z-index: 1020;
    cursor: pointer;
    cursor: hand;
    color: #fff;
    opacity: 0.7;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    height: 1em;
    width: 1em;
    line-height: 0;
    background: #ccc;
    background: rgba(204, 204, 204, 0.5);
    border: 2px solid #f5f5f5;
}
.gc-icon:hover {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
}
.gc-disabled .gc-icon,
.gc-disabled .gc-icon:hover {
    opacity: 0.3;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    cursor: default;
}
.gc-icon-next {
    top: 50%;
    right: -2px;
}
.gc-icon-next:before {
    position: absolute;
    top: -2px;
    right: -2px;
    content: "\e04b";
}
.gc-icon-next-vt {
    bottom: 0;
    left: 50%;
}
.gc-icon-next-vt:before {
    position: absolute;
    top: -2px;
    left: -2px;
    content: "\e019";
}
.gc-display-area .gc-icon-next {
    font-size: 2em !important;
}
.gc-thumbs-area-next .gc-icon-next {
    right: 0;
    font-size: 2em !important;
}
.gc-thumbs-area-next .gc-icon-next-vt {
    font-size: 1.5em !important;
}
.gc-overlay-area .gc-icon-next {
    position: relative;
    right: 0;
    font-size: 3em;
}
.gc-icon-prev {
    top: 50%;
    left: -2px;
}
.gc-icon-prev:before {
    position: absolute;
    top: -2px;
    left: -2px;
    content: "\f061";
}
.gc-icon-prev-vt {
    top: 0;
    left: 50%;
}
.gc-icon-prev-vt:before {
    position: absolute;
    top: -2px;
    left: -2px;
    content: "\e083";
}
.gc-display-area .gc-icon-prev {
    font-size: 2em !important;
}
.gc-thumbs-area-prev .gc-icon-prev {
    font-size: 2em !important;
}
.gc-thumbs-area-prev .gc-icon-prev-vt {
    font-size: 1.5em !important;
}
.gc-overlay-area .gc-icon-prev {
    position: relative;
    left: 0;
    font-size: 3em;
}
.gc-icon-download {
    right: -2px;
    bottom: 0;
    font-size: 2em;
    overflow: hidden;
}
.gc-icon-download:before {
    position: absolute;
    top: -4px;
    left: -2px;
    content: "\e064";
}
.gc-icon-close {
    position: relative;
    font-size: 2em;
    float: right;
}
.gc-icon-close:before {
    position: absolute;
    content: "\e04a";
    top: -2px;
    right: -2px;
}
.gc-icon-enlarge {
    position: relative;
    float: right;
    margin-right: 0.25em;
    font-size: 2em;
}
.gc-icon-enlarge:before {
    position: absolute;
    content: "\e017";
    top: -2px;
    right: -2px;
}
.gc-icon-compress {
    position: relative;
    float: right;
    margin-right: 0.25em;
    font-size: 2em;
}
.gc-icon-compress:before {
    position: absolute;
    content: "\e053";
    top: -2px;
    right: -2px;
}
.gc-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 31px;
    height: 31px;
    margin-left: -15px;
    margin-top: -15px;
    background-image: url(../images/loader.gif);
}
.gc-loading3 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    font-size: 0.25em;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(102, 153, 102, 0.2);
    border-right: 1.1em solid rgba(102, 153, 102, 0.2);
    border-bottom: 1.1em solid rgba(102, 153, 102, 0.2);
    border-left: 1.1em solid #696;
    -webkit-animation: loadGC 1.1s infinite linear;
    animation: loadGC 1.1s infinite linear;
}
.gc-loading3,
.gc-loading3:after {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
@-webkit-keyframes loadGC {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loadGC {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.gc-hide {
    display: none;
    z-index: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
}
.gc-noscroll {
    overflow: hidden;
}
.gc-start {
    display: none;
    z-index: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
}
.product-specification {
    border: #ccc 1px solid;
    padding: 20px;
    margin-top: 25px;
}
.review-form {
    margin: 0;
    padding: 0;
}
.review-form h2 {
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
}
.review-form .star-rating {
    display: flex;
    justify-content: left;
    gap: 5px;
    margin-bottom: 20px;
}
.review-form .star-rating input {
    display: none;
}
.review-form .star-rating label {
    font-size: 30px;
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s;
}
.review-form .star-rating input:checked ~ label,
.review-form .star-rating label:hover,
.review-form .star-rating label:hover ~ label {
    color: #f39c12;
}
.review-form .form-control {
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 10px;
    font-size: 16px;
    resize: none;
}
.review-form textarea {
    width: 100%;
    height: 180px;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 10px;
    font-size: 16px;
    resize: none;
}
.review-form textarea:focus {
    border-color: #007bff;
    outline: 0;
}
.review-form .check-box {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
}
.review-form button {
    display: block;
    background: #b5002c;
    color: #fff;
    padding: 15px 30px;
    border: none;
    border-radius: 0;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.review-form button:hover {
    background: #0056b3;
}
.star_rating > span {
    color: #ff324d;
}
.star_rating span {
    cursor: pointer;
    display: inline-block;
}
.star_rating span i {
    font-size: 20px;
}
.star_rating > span.selected i::before {
    font-weight: 900;
}

.mf {
    margin: 20px 0;
    padding: 0;
}
.rn {
    margin: 0;
    padding: 30px 20px;
}
.rn h2 {
    padding: 0;
    font-size: 24px;
    margin-bottom: 15px;
    color: #706362;
    font-family: Marcellus, serif;
}
.rn p {
    color: #1b1a15;
    font-size: 18px;
    margin-bottom: 17px;
    line-height: 36px;
}
.rn p a {
    color: #1b1a15;
}
.rn p i {
    color: #1b1a15;
    font-size: 18px;
    margin-right: 10px;
}
.rn p strong {
    font-weight: 600;
}
.rn .button {
    margin: 20px 0;
}
.rn .btn {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 12px 35px;
    font-weight: 300;
    text-transform: capitalize;
    background: #53624e;
    border: #53624e 1px solid;
}
.rn .btn::before {
    background: #000;
}
.rn .btn:hover {
    color: #fff;
}
.mf .enroll-form {
    margin: 0;
    padding: 20px;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1);
}
.mf .form-title {
    padding: 0;
    margin-bottom: 10px;
}
.mf .form-title h2 {
    padding: 0;
    font-size: 24px;
    margin-bottom: 15px;
    color: #706362;
    font-family: Marcellus, serif;
    text-align: center;
}
.mf .form-title p {
    color: #707070;
    font-size: 14px;
    font-weight: 300;
}
.mf .form {
    padding: 0;
    font-family: Marcellus, serif;
}
.mf .form-group {
    margin-bottom: 20px;
}
.mf .form-group label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 7px;
}
.mf .form-group input {
    width: 100%;
    height: 45px;
    color: #707070;
    box-shadow: none;
    text-shadow: none;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 0 0 0 10px;
}
.mf .form-group input:hover,
.mf .form-group textarea:hover {
    padding-left: 15px;
}
.mf .form-group textarea {
    height: 100px;
    color: #707070;
    box-shadow: none;
    text-shadow: none;
    border: 1px solid #ccc;
    resize: none;
    margin-bottom: 0;
    padding: 0 0 0 10px;
    border-radius: 0;
}
.mf .form-group .btn {
    width: auto;
    background: #3a3a3a;
    font-family: Marcellus, serif;
    color: #ffff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
    padding: 10px 20px;
    border-radius: 3px;
    border: none;
    font-size: 18px;
}
.mf .form-group .btn:before {
    display: none;
}
.shop_cart_table .table {
    margin: 0;
}
.shop_cart_table td,
.shop_cart_table th,
.wishlist_table td,
.wishlist_table th {
    vertical-align: middle;
    text-align: center;
}
.shop_cart_table td.product-name,
.shop_cart_table th.product-name,
.wishlist_table td.product-name,
.wishlist_table th.product-name {
    text-align: left;
    text-transform: capitalize;
}
.shop_cart_table .quantity {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-remove a i {
    height: 30px;
    width: 30px;
    color: #292b2c;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    font-size: 14px;
}
.product-remove a i:hover {
    background-color: red;
    color: #fff;
}
.shop_cart_table td.product-price,
.shop_cart_table td.product-subtotal {
    font-weight: 600;
}
.product-thumbnail img {
    max-width: 100px;
}
.shop_cart_table .product-name a {
    color: #000;
}
.btn-line-fill {
    border: 1px solid #333;
    overflow: hidden;
    position: relative;
    color: #333 !important;
    transition: all 0.8s ease 0s;
    z-index: 1;
}
.btn-line-fill:hover {
    color: #fff !important;
}
.medium_divider {
    height: 50px;
}
.divider {
    position: relative;
    overflow: hidden;
    height: 4px;
    z-index: 9;
}
.divider.center_icon,
.divider.left_icon,
.divider.right_icon,
.divider.text_divider {
    height: auto;
}
.divider.left_icon i {
    padding-left: 0;
    padding-right: 20px;
}
.divider.center_icon {
    text-align: center;
}
.divider.right_icon i {
    padding-right: 0;
    padding-left: 20px;
}
.divider.right_icon {
    text-align: right;
}
.divider.text_divider {
    text-align: center;
}
.divider.text_divider span {
    background-color: #fff;
    position: relative;
    z-index: 1;
    font-size: 30px;
    padding: 0 30px;
}
.divider.divider_style1 .divider_icon {
    padding-right: 10px;
    background-color: #fff;
    display: inline-block;
    position: relative;
    z-index: 9;
}
.divider.divider_style1.center_icon .divider_icon {
    padding-left: 10px;
}
.divider.divider_style1.right_icon .divider_icon {
    padding-right: 0;
    padding-left: 10px;
}
.divider.divider_style1 i {
    background-color: #ff324d;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    font-size: 18px;
    display: block;
    padding: 0;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
.divider:after,
.divider:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    height: 0;
    border-top: 1px solid #ddd;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.divider::before {
    margin-top: -1px;
}
.divider::after {
    margin-top: 1px;
}
.divider i {
    background-color: #fff;
    color: #d9d9d9;
    position: relative;
    z-index: 1;
    font-size: 30px;
    padding: 0 40px;
}
.checkoutform {
    margin: 0;
    padding: 30px 0;
}
.checkoutform h3 {
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
    line-height: 1.2;
}
.checkoutform .form-group input,
.checkoutform .form-group select {
    width: 100%;
    height: 45px !important;
    color: #707070;
    box-shadow: none;
    text-shadow: none;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 0 0 0 10px;
}
.checkoutform .form-group input:hover,
.checkoutform .form-group textarea:hover {
    padding-left: 15px;
}
.checkoutform .form-group textarea {
    height: 100px;
    color: #707070;
    box-shadow: none;
    text-shadow: none;
    border: 1px solid #ccc;
    resize: none;
    margin-bottom: 0;
    padding: 0 0 0 10px;
    border-radius: 0;
}
.checkoutform .form-group .btn {
    width: auto;
    background: #3a3a3a;
    font-family: "Marcellus", serif;
    color: #ffff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
    padding: 10px 20px;
    border-radius: 3px;
    border: none;
    font-size: 18px;
}
.checkoutform .form-group .btn:before {
    display: none;
}
.checkoutform input[type="checkbox"] {
    width: inherit !important;
    height: inherit !important;
}

.checkoutform .radio ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
}

.checkoutform .radio ul li {
    color: #888e91;
    display: block;
    position: relative;
    height: 40px;
}

.checkoutform .radio ul li input[type="radio"] {
    position: absolute;
    visibility: hidden;
}

.checkoutform .radio ul li label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 16px;
    padding: 0px 5px 5px 50px;
    margin: 0 auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

.checkoutform .radio ul li:hover label {
    color: #000;
}

.checkoutform .radio ul li .check {
    display: block;
    position: absolute;
    border: 5px solid #ccc;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 0px;
    left: 10px;
    z-index: 5;
    transition: border 0.25s linear;
    -webkit-transition: border 0.25s linear;
}

.checkoutform .radio ul li:hover .check {
    border: 5px solid #ccc;
}

.checkoutform .radio ul li .check::before {
    display: block;
    position: absolute;
    content: "";
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 0;
    left: 0;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.checkoutform .radio input[type="radio"]:checked ~ .check {
    border: 5px solid #ccc;
}

.checkoutform .radio input[type="radio"]:checked ~ .check::before {
    background: #c82333;
}

.checkoutform .radio input[type="radio"]:checked ~ label {
    color: #c82333;
}
.order_review {
    background-color: #f7f8fb;
    padding: 30px;
}
#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.dashboard_menu {
    box-shadow: 0 0 4px 0 #e9e9e9;
}
.dashboard_menu .nav-tabs li.nav-item a {
    text-align: left;
    padding: 12px 20px;
    border-radius: 0;
    border-bottom: 1px solid #efefef;
    color: #2b2f4c;
}
.dashboard_menu .nav-tabs li.nav-item a.active {
    background-color: #ff324d;
    color: #fff;
}
.dashboard_menu .nav-tabs li.nav-item a i {
    margin-right: 8px;
    vertical-align: middle;
}
.dashboard_content {
    margin: 0;
}
.dashboard_content .card-header {
    background-color: transparent;
    border-color: #f0f0f0;
}
.dashboard_content .card-header * {
    margin: 0;
}
.dashboard_content .card {
    border-radius: 0;
    border: 0;
    box-shadow: 0 0 4px 0 #e9e9e9;
}
.dashboard_content .card-body p:last-child {
    margin: 0;
}
.dashboard_content .table {
    margin: 0;
}
.dashboard_content .table thead th {
    border: 0;
    padding-top: 0;
    font-weight: 600;
}
.dashboard_content .table tbody tr:last-child td {
    padding-bottom: 0;
}
.dashboard_content .table tbody tr td {
    vertical-align: middle;
    white-space: nowrap;
}
.dashboard_content label {
    color: #333;
}
.dashboard_content label .required {
    color: red;
}
.lleft {
    margin: 30px 0;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 12px rgb(0 0 0 / 12%);
}
.lleft .title {
    margin: 0;
    padding: 0;
}
.lleft .title h2 {
    margin-top: 10px;
    padding: 0;
    font-size: 36px;
    color: #111827;
    font-weight: 600;
}
.lleft .title p {
    margin: 15px 0;
    padding: 0;
    font-size: 16px;
}
.lleft .title p a {
    text-decoration: underline;
}
.login-container {
    padding: 0;
}
.login-container h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}
.login-container label {
    display: block;
    margin-bottom: 5px;
    color: #555;
}
.login-container input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}
.login-container input[type="checkbox"] {
    margin-right: 10px;
    width: 16px;
    height: 16px;
}
.login-container input[type="checkbox"]:checked {
    accent-color: #007bff;
}
.login-container button {
    width: 100%;
    padding: 15px 10px;
    background-color: #c92d2d;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.login-container button:hover {
    background-color: #c9000c;
}
.login-container .forgot-password {
    margin: 10px 0;
}
.login-container .forgot-password a {
    color: #2a2a2a;
    text-decoration: none;
}
.login-container .forgot-password a:hover {
    text-decoration: underline;
}
.search-results { 
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    z-index: 999;
    right: 63px;
}
.search-results div {
    padding: 8px;
    cursor: pointer;
}
.search-results div:hover {
    background: #f1f1f1;
}
.search-item {
    padding: 10px;
    background: #f0f0f0;
    border-bottom: #bbb9b9 1px solid;
}
.search-item a {
    color: #000;
}
.search-item a:hover {
    color: #242424;
}
.error-container {
    text-align: center;
    margin-top: 70px;
}
.error-code {
    font-size: 120px;
    font-weight: 700;
    color: #e74c3c;
}
.error-message {
    font-size: 24px;
    margin: 50px 0;
}
.home-link {
    display: inline-block;
    padding: 10px 20px;
    background-color: #3498db;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
}
.home-link:hover {
    background-color: #50b2f3;
    color: #f0f1f1;
}

.seonav {
    margin: 0;
}
.seonav h2 {
    margin: 0 0 15px 0;
    padding: 0;
    font-family: "Red Rose", serif;
    font-size: 30px;
    color: #393939;
    text-align: center;
    text-transform: uppercase;
}
.seonav h2 span {
    color: #c9000c;
}
.seonav ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.seonav ul li {
    margin: 4px 0;
    line-height: 18px;
    padding-left: 10px;
    font-size: 14px;
    padding-right: 10px;
    color: #1b1a15;
    display: inline-block;
    border-right: solid 1px #aaa;
}
.seonav ul li a {
    color: #1b1a15;
}
.seonav ul li a:hover {
    color: #b5002c;
}
.seonav li:last-child {
    border-right: none;
}

a.whatsapp-btn {
    background: #0e8c06;
    border-radius: 4px;
    bottom: 15px;
    color: #fff;
    font-size: 18px;
    left: 15px;
    padding: 4px 8px;
    position: fixed;
    z-index: 1111;
}
a.whatsapp-btn:hover {
    background: #0ca503;
}
a.callph-btn {
    background: #fa0006;
    border-radius: 4px;
    bottom: 15px;
    color: #fff;
    font-size: 18px;
    left: 52px;
    padding: 4px 8px;
    position: fixed;
    z-index: 1111;
}
a.callph-btn:hover {
    background: #eb0207;
}

.pp-coupon-display {
    background-color: #e5f5f2;
    max-width: 470px;
    border-radius: 0.375rem;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 15px;
    display: flex !important;
}
.pp-coupon-display .w-100 {
    width: 100% !important;
}

.coupon-row {
    display: flex;
    align-items: center;
    width: fit-content;
    border: 1px dashed #000;
    border-radius: 2px;
    padding: 0 5px;
    width: 160px;
}
.cpnBtn {
    cursor: pointer;
    padding: 6px 10px;
    color: #000;
}
.pp-coupon-display .kanan {
    border-left: 0.12em dashed #aaa;
    width: 30% !important;
    position: relative;
}
.pp-coupon-display .kanan .info::before {
    top: -14px;
    left: -10px;
}
.pp-coupon-display .kanan .info::after,
.pp-coupon-display .kanan .info::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 100%;
}
.pp-coupon-display .kanan .info::after {
    bottom: -14px;
    left: -10px;
}
.fw-bold {
    font-weight: 700 !important;
}
.fs-5 {
    font-size: 1.25rem !important;
}

.protab {
    margin: 0;
    padding: 0;
}
h4.card-title {
    background: #ca1f26 none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    margin: 0;
}
h4.card-title a {
    color: #fff;
}
.card-header {
    padding: 0;
}
.card-body {
    padding: 10px;
}
.protab .tab-content {
    padding:   0;
}
.protab .nav-tabs {
    border-bottom: none;
    font-size: 16px;
    text-align: center;
}
.protab .nav-tabs .nav-item {
    margin: 0;
    display: inline-block;
    font-size: 20px;
    margin-right: 15px;
}
.protab .nav-tabs .nav-link {
    border: 1px solid transparent;
    padding: 10px 30px;
    color: #000;
    border-radius: 0;
    margin-bottom:10px;
    text-align: center;
    font-size: 16px;
    background: #e2e2e2;
}
.protab .nav-tabs .nav-link:focus,
.ourCollection .nav-tabs .nav-link:hover {
    border-color: transparent;
    color: #b80c18;
}
.protab .nav-tabs .nav-link.disabled {
    background-color: transparent;
    border-color: transparent;
    color: #868e96;
}
.protab .nav-tabs .nav-item.show .nav-link,
.protab .nav-tabs .nav-link.active {
    background-color: #b3002a;
    border-radius: 0px;
    color: #fff !important;
    border-color: #b3002a;
    color: #666;
    font-size: 16px;
}

.login-form-container {
    background: #f3f3f3 none repeat scroll 0 0;
    padding: 37px 40px;
    text-align: left;
    overflow: hidden;
}
.login-text {
    text-align: center;
    margin-bottom: 30px;
}
.login-text h2 {
    color: #000;
    font-size: 40px;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.login-text p {
    color: #000;
    font-size: 16px;
}
.login-form-container input {
    background: #ffffff none repeat scroll 0 0;
    border: medium none rgba(0, 0, 0, 0);
    border-radius: 0;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    height: 60px;
    margin-bottom: 20px;
    padding-left: 20px;
    width: 100%;
}
.login-form-container .theme-default-button {
    background-color: #000;
    color: #fff;
    border: 1px solid #000000;
    border-radius: 0;
    padding: 8px 38px;
    text-transform: unset;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    display: inline-block !important;
    line-height: 35px;
}
.form-action-button a {
    float: right;
    margin-top: 7px;
    color: #333;
    transition: all 0.3s ease 0s;
}
.account-optional-action {
    margin-top: 20px;
}
.account-optional-action a {
    color: #333;
    transition: all 0.3s ease 0s;
}

.cart-coupon,
.culculate-shipping {
    box-shadow: 10px 25px 80px #96969626;
    padding: 20px;
    border: 1px solid #eee;
}
.cart-coupon h3 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    font-size: 22px;
    margin-bottom: 15px;
}
.cart-coupon textarea {
    background: transparent;
    border: 1px solid #eee;
    border-radius: 0;
    width: 100%;
    color: #000;
    min-height: 100px;
}
.coupon_inner {
    margin-top: 20px;
}
.coupon_inner .instructions {
    margin-top: 10px;
    color: #000;
}
.coupon_inner label {
    margin-right: 5px;
    color: #000;
}
.delivery-date .date-input-picker {
    position: relative;
}
.delivery-date .date-input-picker::before {
    position: absolute;
    content: "\f073";
    font-family: "FontAwesome";
    left: 5px;
    top: -3px;
    font-size: 15px;
    color: #ccc;
}
.delivery-date .date-input-picker input {
    height: 40px;
    padding-left: 25px;
    width: 238px;
    border: 1px solid #ccc;
}

.cart-total {
    box-shadow: 10px 25px 80px #96969626;
    padding: 20px;
    border: 1px solid #eee;
}
.cart-total h3 {
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
}
.cart-total th,
.cart-total td {
    text-align: left;
    padding: 15px;
    border: 1px solid #e5e5e5;
}

.checkout-header {
    margin: 0;
    padding: 20px 0;
    position: relative;
    border-bottom: rgba(223, 223, 223, 1) 1px solid;
}
.checkout-header h1 {
    font-size: 22px;
    color: #000;
}
.checkout-header img {
    position: absolute;
    right: 0;
    margin-top: -20px;
}

.order_review {
    background-color: #f7f8fb;
    padding: 30px;
    border-left: rgba(223, 223, 223, 1) 1px solid;
    height: 100%;
}
.order_review h3 {
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
    line-height: 1.2;
}
.order_review .table th,
.order_review .table td {
    border: none;
    vertical-align: middle;
}
.order_review .badge {
    background: rgba(0, 0, 0, 0.5);
    padding: 5px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 50px;
}
.order_review .newsletter .form {
    position: relative;
    font-family: "Jost", serif;
}
.order_review .newsletter .form input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #2c2c2c;
    box-shadow: none;
    text-shadow: none;
    border: rgba(223, 223, 223, 1) 1px solid;
    padding: 0px 50px 0px 20px;
    font-size: 16px;
    border-radius: 2px;
}
.order_review .newsletter .button {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 50px;
    color: #4a4a4a;
    box-shadow: none;
    font-size: 14px;
    background: #f5f5f5;
    text-shadow: none;
    border: rgba(223, 223, 223, 1) 1px solid;
    border-radius: 0px;
    border-left: 1px solid transparent;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.wait {
    background-image: url(../images/load-indicator.gif);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 20px;
    height: 50px;
    width: 50px;
    z-index: 10;
}

.thankupage {
    background: #fff none repeat scroll 0 0;
    margin: 0 20px;
    padding: 15px 0;
    text-align: center;
}
.thankupage h2 {
    color: #ff324d;
    font-size: 48px;
    font-weight: 700;
    margin: 20px 0;
    padding: 0;
}
.tbooking {
    font-size: 18px;
}
.tbooking {
    margin: 20px 0 0;
    padding: 0;
}
.btn-white,
.tbooking span {
    font-style: italic;
    font-weight: 300;
}
.tbooking {
    font-size: 18px;
}

.tbooking p {
    color: #454b5a;
    line-height: 28px;
    margin-bottom: 15px;
}
.tbooking p a {
    color: #454b5a;
    text-decoration: none;
}
.tbooking p a:hover {
    color: #ff324d;
    text-decoration: none;
}
.tbooking span {
    color: #3bb54a;
    font-size: 26px;
}
.btn-white {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #5e6265 !important;
    border-radius: 25px !important;
    color: #5e6265;
    font-size: 16px !important;
}
.btn-white:hover {
    background-color: #5e6265;
    color: #fff !important;
}

.btn-fill-out {
    background-color: transparent;
    border: 1px solid #ff324d;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-fill-out::before,
.btn-fill-out::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #ff324d;
    z-index: -1;
    transition: all 0.3s ease-in-out;
    width: 51%;
}

.btn-fill-out::after {
    right: 0;

    left: auto;
}

.btn-fill-out:hover:before,
.btn-fill-out:hover:after {
    width: 0;
}

.btn-fill-out:hover {
    color: #ff324d !important;
}

.btn-fill-line {
    background-color: transparent;

    border: 1px solid #333;

    overflow: hidden;

    position: relative;

    color: #fff !important;

    transition: all 0.8s ease 0s;

    z-index: 1;
}

.btn-fill-line:before,
.btn-fill-line:after {
    position: absolute;

    content: "";

    left: 0;

    top: 0;

    bottom: 0;

    background-color: #333;

    z-index: -1;

    transition: all 0.3s ease-in-out;

    width: 50%;
}

.btn-fill-line::after {
    right: 0;

    left: auto;
}

.btn-fill-line:hover:before,
.btn-fill-line:hover:after {
    width: 0;
}

.btn-fill-line:hover {
    color: #333 !important;
}

.btn-border-fill {
    border: 1px solid #ff324d;

    color: #ff324d;

    position: relative;

    overflow: hidden;

    z-index: 1;
}

.btn-border-fill::before,
.btn-border-fill::after {
    content: "";

    position: absolute;

    left: 0;

    top: 0;

    bottom: 0;

    background-color: #ff324d;

    z-index: -1;

    transition: all 0.3s ease-in-out;

    width: 0;
}

.btn-border-fill::after {
    right: 0;

    left: auto;
}

.btn-border-fill:hover:before,
.btn-border-fill:hover:after {
    width: 50%;
}

.btn-border-fill:hover {
    color: #fff !important;
}


.dashboard-nav {
    margin: 0;
    padding: 10px 0 25px 0;
    border-radius: 6px;
    padding-bottom: 30px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.goodup-dashboard-nav ul {
    list-style: none;
    padding: 0;
    margin: 17px 0 0 0;
}
.goodup-dashboard-nav ul:first-child {
    margin: 30px 0 0 0;
}
.goodup-dashboard-nav ul:before {
    content: attr(data-submenu-title);
    padding: 0 30px;
    margin-bottom: 5px;
    display: block;
    color: #172228;
    font-weight: 500;
    font-size: 14px;
}
.goodup-dashboard-nav ul li {
    display: block;
    border-left: 3px solid transparent;
    transition: 0.3s;
    line-height: 20px;
    font-size: 14px;
}
.goodup-dashboard-nav ul li.active,
.goodup-dashboard-nav ul li:hover {
    border-color: #f41b3b;
    background-color: rgba(244, 27, 59, 0.1);
}
.goodup-dashboard-nav ul li.active a,
.goodup-dashboard-nav ul li:hover a {
    color: #f41b3b;
}
.goodup-dashboard-nav ul li a {
    color: #555962;
    display: block;
    padding: 12px 25px;
    transition: 0.3s;
    cursor: pointer;
    font-weight: 400;
    position: relative;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.goodup-dashboard-nav ul li span.count-tag,
.nav-dropdown span.count-tag {
    display: inline-flex;
    font-weight: 600;
    height: 19px;
    width: 19px;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #ffffff;
    background-color: #26ae61;
    border-radius: 50%;
    position: relative;
    margin: 0 0 0 12px;
    top: 0px;
}

.dashboard-list-wrap {
    margin: 0 0 24px 0;
    padding: 0;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.dashboard-list-wrap-head {
    margin: 0;
    padding: 16px;
    border-bottom: 1px solid #eef2f5;
}
.dashboard-list-wrap-head h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
    color: #202838;
}
.dashboard-list-wrap-head h4 i {
    color: #f41b3b;
}
.dashboard-list-wraps-body {
    padding: 16px;
}
.dashboard-list-wraps-body .theme-cl {
    color: #f41b3b !important;
}
.dashboard-list-wraps-body .btn {
    background: #f41b3b !important;
    padding: 8px 20px;
}
.submit-form .form-group {
    margin-bottom: 18px;
}
.submit-form .form-control {
    height: 45px !important;
    padding: 10px 15px;
    font-size: 15px;
    border-radius: 1px;
    border-color: #eee;
    color: #2b2e30;
}
.submit-form textarea.form-control {
    height:70px !important;
}

.dashboard-figure {
    margin: 0 0 24px 0;
    padding: 16px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.catbox {
    margin: 15px 0px;
    padding: 10px 15px;
    box-shadow: inset gray 0px 0px 20px -12px !important;
}
.catboxtitle{
    min-height: 40px;
    font-size: 18px;
    margin-top: 7px;
    margin-bottom: 0px;
    font-weight: 700;
    line-height: 1.2;
    color: #343a40; text-align:center;
}



.cta-main{margin:20px 0}
.lfSomething{margin:0;padding:18px;box-shadow: inset gray 0px 0px 20px -12px !important;}
.lfSomething h3{font-size:24px;color:#d90000;margin:0 0 15px 0;}
.lfSomething h4{font-size:18px;color:#343a40}
.lfSomething h4 a{color:#343a40}
.lfSomething h4 a:hover{color:#d90000}
.lfSomething .btn-wht{padding: .375rem .75rem;color:#fff;text-transform: uppercase;font-size: 18px;border:1px solid #0e8c06;background:#0e8c06;border-radius:0;}



.giftBadge{position: relative;
    background-color: #ffc107;
    padding-top: 10px !important;
    padding-right: 50px !important;
    padding-bottom: 10px !important;
    padding-left: 50px !important;
    margin-bottom: 15px !important;
	text-align:center;
    /*display: inline-block;*/
}
.giftBadge:before {
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 24px solid #fff;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
}
.giftBadge:after {
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 24px solid transparent;
    border-right: 24px solid #fff;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
}


.blink-text {
    animation: blinker 1.3s linear infinite;
    color: #e52c2d; text-transform:uppercase;
    margin-bottom: 20px;
    padding: 2px 4px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 20px;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.blink {
  animation: blinker 1s linear infinite;
}

.anyq {margin: 20px 0;padding: 0;font-size: 15px;}
.anyq h6{margin:0px  0px 5px 0px; color: #b5002c;}
.anyq ul{margin:0px  0px 5px 0px; padding:0px  0px 5px 0px;}
.anyq ul li{margin:0px  0px 5px 0px; padding:0px; color: #252525;}
.anyq ul li i{color: #b5002c;}
.anyq ul li a{color: #252525;}
.anyq ul li a:hover{color: #252525;}
.anyq a:hover{color: #b5002c;}