body {
    margin: 0;
    padding: 0;
    font-size: 1rem;
}

strong {
    font-weight: 600;
}

b {
    font-weight: 600;
}

.btn-primary {
    color: #fff;
    background-color: #97191e !important;
    border-color: #97191e !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-color: #97191e !important;
    border-color: #97191e !important;
}

.btn-light {
    background-color: #e2e6ea;
    border-color: #e2e6ea;
}

.top-navbar {
    /* padding: 20px 0; */
    /* transition: all 0.3s ease-in-out; */
    height: 65px;
    background-color: #fff;
    border-bottom: 1px solid #d2232a;
}

.logo-redcolor {
    color: #97191e;
}

.logo-redbackground {
    background-color: #97191e;
}

.navbar-collapse {
    background-color: #fff !important;
}

a {
    color: #d2232a;
}

.top-navbar .navbar-brand {
    width: 150px;
    padding: 0;
    /* transition: all 0.3s ease-in-out; */
}


/* .top-navbar.scroll .navbar-brand {
width: 135px;
} */

.top-navbar .nav-item .nav-link,
.theme-btn {
    color: #a5aeb7;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 10px;
    margin: 0 5px;
    /* transition: all 0.3s ease-in-out; */
    border: 1px solid transparent;
    display: block;
    text-align: center;
}

.theme-btn-black {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 22px;
    margin: 0 5px;
    /* transition: all 0.3s ease-in-out; */
    background-color: #545b62;
    border: 1px solid transparent;
    display: block;
    text-align: center;
}

.top-navbar .nav-item .nav-link:hover,
.theme-btn:hover,
.theme-btn.active,
.top-navbar .nav-item .nav-link.active {
    background-color: #ffffff !important;
    /* box-shadow: 0 8px 16px rgba(255, 77, 121, .4); */
    /* border-color: #ffffff; */
    color: #97191e;
}

@media sceen and (min-width: 720px) {
    #mainSlide .carousel-inner {
        height: 100vh;
    }
}

#mainSlide {
    height: 400px;
}

#mainSlide .carousel-inner {
    height: 400px;
}

#mainSlide .carousel-inner .carousel-item {
    height: 100%;
}

#mainSlide .carousel-inner .carousel-item img {
    height: 100%;
    object-fit: cover;
}

.section-bottom-border {
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(210, 35, 42, 1);
}

.section-head {
    position: relative;
}

.section-head span {
    position: relative;
    color: rgba(210, 35, 42, 1);
    background-color: #ffffff;
    padding: 5px 30px;
}

.section-head:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    background-color: rgba(210, 35, 42, 1);
    left: 0;
    z-index: -1;
}


/* Add To Cart Section */

body.open {
    overflow-y: hidden;
}

.button {
    display: inline-block;
    background: #39C;
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    color: #FFF;
}

.button--light {
    background: #FFF;
    color: #F00;
}

.cart {
    position: fixed;
    background: #F3F3F3;
    width: 400px;
    max-width: 90%;
    height: 100%;
    top: 0;
    right: 0;
    box-shadow: -2px 0 4px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transform: translate(500px, 0);
    transition: transform 250ms ease-in-out;
    z-index: 1500;
}

body.open .cart {
    transform: translate(0, 0);
}

.cart__header {
    box-sizing: border-box;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 15px 15px;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.cart__header .cart__text {
    float: right;
}

.cart__title {
    font-size: 20px;
    line-height: 40px;
    margin: 0;
    float: left;
}

.cart__products {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 70px 0;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
}

.cart__products article {
    padding: 15px;
    border-bottom: 1px dotted #CCC;
}

.cart__products article h1 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}

.cart__products article p {
    font-size: 14px;
    margin: 0;
}

.cart__products article p a {
    color: #F00;
}

.cart__product {
    display: none;
}

.cart__empty {
    padding: 30px 15px;
    margin: 0;
    font-style: italic;
    text-align: center;
}

.cart__empty.hide {
    display: none;
}

.cart__footer {
    box-sizing: border-box;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 10px 15px;
    left: 0;
    bottom: 0;
    z-index: 2;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
    text-align: right;
}

.cart__text {
    margin: 0;
}

.cart__text .button {
    padding: 10px 15px;
}

.lightbox {
    position: fixed;
    background: #000;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    transition: opacity 250ms ease-in-out, width 0ms ease-in-out 250ms;
}

body.open .lightbox {
    width: 100%;
    opacity: 0.8;
    transition: opacity 250ms ease-in-out, width 0ms ease-in-out;
}


/* Add To Cart Section */

.nav-tabs .nav-link {
    border: 1px solid #ce3447;
    color: #ce3447;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #ce3447;
    border-color: #ce3447 #ce3447 #ce3447;
}

.section-caption {
    position: relative;
}

.nav-tabs.sticky {
    position: sticky;
    top: 71px;
}

.nav-tabs.sticky .nav-link {
    border: 1px solid #ce3447;
    color: #ffffff;
    background-color: #ce3447;
    border-radius: 0;
}

.nav-tabs.sticky .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: #ffffff #ffffff #ce3447;
}

.filter {
    display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.filter li {
    margin: 0 10px;
}

.filter li input[type="checkbox"] {
    opacity: 0;
    width: 0;
}

.filter li label {
    border: 1px solid #ce3447;
    padding: 7px;
    min-width: 110px;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
    margin-bottom: 0;
}

.filter li input[type="checkbox"]:checked+label {
    background-color: #ce3447;
    color: #ffffff;
}

.cart-qunatity {
    position: relative;
    margin-bottom: 0;
    padding: 15px 0;
}

.cart-qunatity-price {
    position: relative;
    margin-bottom: 0;
    padding: 15px 0;
}

.cart-qunatity span {
    padding: 5px 10px;
    cursor: pointer;
    border: 1px solid;
    user-select: none;
    font-size: 14px;
    font-weight: 500;
}

.cart-qunatity .first {
    background: #97191e;
    color: #ffffff;
    border: 1px solid #97191e;
}

.cart-qunatity .second {
    border-right: 0;
    border: 1px solid #97191e;
}

.cart-qunatity .third {
    background: #97191e;
    color: #ffffff;
    border: 1px solid #97191e;
}

.cart-qunatity-price span {
    padding: 5px 10px;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
    font-weight: 500;
    background: #d2232a;
    border: 1px solid #d2232a;
    color: #ffffff;
}


/*mobile quantity css by YC*/

.mobile-cart-qunatity {
    position: relative;
    margin-bottom: 0;
    padding: 15px 0;
}

.mobile-cart-qunatity-price {
    position: relative;
    margin-bottom: 0;
    padding: 15px 0;
}

.mobile-cart-qunatity span {
    padding: 3px 6px;
    cursor: pointer;
    border: 1px solid;
    user-select: none;
    font-size: 14px;
    font-weight: 400;
}

.mobile-cart-qunatity .first {
    background: #97191e;
    color: #ffffff;
    border: 1px solid #97191e;
}

.mobile-cart-qunatity .second {
    border-right: 0;
    border: 1px solid #97191e;
}

.mobile-cart-qunatity .third {
    background: #97191e;
    color: #ffffff;
    border: 1px solid #97191e;
}

.mobile-cart-qunatity-price span {
    padding: 5px 10px;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
    font-weight: 500;
    background: #d2232a;
    border: 1px solid #d2232a;
    color: #ffffff;
}


/*mobile quantity*/

.border-top-theme {
    border-top: 1px solid #ce3447;
}

ul.social-media-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-media-links li.social-media-links-items a {
    cursor: pointer;
    padding: 10px;
    font-size: 16px;
    min-width: 150px;
    margin: 13px 13px 13px 0;
    float: left;
    box-shadow: 0 1px 5px #e3e7eb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 2px;
    color: #212529;
    background: #f8f9fb;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    color: #d2232a;
}

.social-media-links li.social-media-links-items a i {
    width: 25px;
    height: 25px;
    font-size: 25px;
    text-align: center;
    display: block;
    float: left;
    line-height: 25px;
    margin-left: 5px;
    margin-right: 10px;
}

.social-media-links li.social-media-links-items a:hover {
    color: #fff;
    background: linear-gradient(65deg, #d2232a 0, #ef8c9a 100%) !important;
    box-shadow: 0 2px 4px rgba(255, 77, 121, 0.4);
    text-decoration: none;
}

.social-media-links li.social-media-links-items a:hover i {
    color: #fff;
}

.inner-bg {
    height: 450px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.p-filter-input-group-text {
    background: linear-gradient(65deg, #d2232a 0, #ef8c9a 100%) !important;
    color: #fff;
    border: 1px solid #ef8c9a;
}

.p-count-label {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.f-product {
    border: 1px solid #ef8c9a;
}

.ribbon-box {
    position: relative;
}

.ribbon-box .ribbon.float-right {
    margin-right: -20px;
    border-radius: 3px 0 0 3px;
}

.ribbon-box .ribbon-success {
    background: #d2232a;
}

.ribbon-box .ribbon-danger {
    background: #ff5b5b;
}

.ribbon-box .ribbon-primary {
    background: #536de6;
}

.ribbon-box .ribbon-info {
    background: #35b8e0;
}

.ribbon-box .ribbon-warning {
    background: #f9c851;
}

.ribbon-box .ribbon-dark {
    background: #323a46;
}

.ribbon-box .ribbon-secondary {
    background: #6c757d;
}

.ribbon-box .ribbon {
    position: absolute;
    clear: both;
    padding: 5px 12px;
    margin-bottom: 15px;
    -webkit-box-shadow: 2px 5px 10px rgba(50, 58, 70, 0.15);
    box-shadow: 2px 5px 10px rgba(50, 58, 70, 0.15);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    right: 0;
}

.ribbon-box .ribbon.float-right:before {
    right: 0;
}

.ribbon-box .ribbon-success:before {
    border-color: #aa1d22 transparent transparent;
}

.ribbon-box .ribbon-danger:before {
    border-color: #ff5b5b transparent transparent;
}

.ribbon-box .ribbon-primary:before {
    border-color: #536de6 transparent transparent;
}

.ribbon-box .ribbon-secondary:before {
    border-color: #6c757d transparent transparent;
}

.ribbon-box .ribbon-info:before {
    border-color: #35b8e0 transparent transparent;
}

.ribbon-box .ribbon-warning:before {
    border-color: #f9c851 transparent transparent;
}

.ribbon-box .ribbon-dark:before {
    border-color: #323a46 transparent transparent;
}

.ribbon-box .ribbon:before {
    content: " ";
    border-style: solid;
    border-width: 10px;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    margin-bottom: -10px;
    z-index: -1;
}

.ribbon-box .ribbon-two {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon-box .ribbon-two span {
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 100px;
    display: block;
    -webkit-box-shadow: 0 0 8px 0 rgba(50, 58, 70, 0.08), 0 1px 0 0 rgba(50, 58, 70, 0.03);
    box-shadow: 0 0 8px 0 rgba(50, 58, 70, 0.08), 0 1px 0 0 rgba(50, 58, 70, 0.03);
    position: absolute;
    top: 19px;
    left: -21px;
    font-weight: 600;
}

.ribbon-box .ribbon-two span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.ribbon-box .ribbon-two span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.ribbon-box .ribbon-two-success span {
    background: #d2232a;
}

.ribbon-box .ribbon-two-success span:before {
    border-left: 3px solid #aa1d22;
    border-top: 3px solid #aa1d22;
}

.ribbon-box .ribbon-two-success span:after {
    border-right: 3px solid #aa1d22;
    border-top: 3px solid #aa1d22;
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.authSection {
    justify-content: center;
    align-items: center;
}

.auth-fluid .auth-fluid-right {
    background: url(../images/bg-auth.jpg) center;
    background-size: cover;
}

.product-count-padding {
    padding-left: 0;
    padding-right: 5px;
}

.product-filter-padding {
    padding-left: 5px;
    padding-right: 5px;
}

.category-filter-padding {
    padding-left: 5px;
    padding-right: 0;
}

.mobile-nav-height {
    height: 65px;
}

.swal-footer {
    text-align: center;
}

fieldset.active {
    display: block !important;
}

fieldset {
    display: none;
}

.pic0 {
    width: 365px;
    height: 250px;
    margin-left: 0px;
    margin-right: 0px;
    display: block;
    object-fit: cover;
}

.product-pic {
    width: 100%;
}

.thumbnails {
    position: absolute;
}

.fit-image {
    width: 100%;
    object-fit: cover;
}

.tb {
    width: 62px;
    height: 62px;
    border: 1px solid grey;
    margin: 2px;
    opacity: 0.4;
    cursor: pointer;
}

.tb-active {
    opacity: 1;
}

.thumbnail-img {
    width: 60px;
    height: 60px;
}

.modal-close-button {
    position: absolute;
    right: 17px;
    border-left: 1px solid;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .top-navbar .nav-item .nav-link,
    .theme-btn {
        padding: 10px 10px;
        margin: 0 10px;
        /* transition: all 0.3s ease-in-out; */
        border: 1px solid transparent;
        display: block;
        text-align: center;
    }
    .authSection {
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .top-navbar .nav-item .nav-link,
    .theme-btn {
        padding: 10px 10px;
        margin: 0 10px;
        /* transition: all 0.3s ease-in-out; */
        border: 1px solid transparent;
        display: block;
        text-align: center;
    }
    .authSection {
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait) {
    .top-navbar .nav-item .nav-link,
    .theme-btn {
        color: #d2232a;
        font-size: 17px;
        font-weight: 500;
        padding: 10px 10px;
        margin: 0 5px;
        /* transition: all 0.3s ease-in-out; */
        border: 1px solid transparent;
        display: block;
        text-align: center;
    }
    .modal-close-button {
        position: absolute;
        right: 16px;
        border-left: 1px solid;
    }
    .authSection {
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
    .top-navbar .nav-item .nav-link,
    .theme-btn {
        color: #d2232a;
        font-size: 17px;
        font-weight: 500;
        padding: 10px 10px;
        margin: 0 5px;
        /* transition: all 0.3s ease-in-out; */
        border: 1px solid transparent;
        display: block;
        text-align: center;
    }
    .modal-close-button {
        position: absolute;
        right: 16px;
        border-left: 1px solid;
    }
    .authSection {
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 990px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait) {
    .navbar-toggler-icon {
        background-image: url(../images/menu.svg);
    }
    .auth-fluid .auth-fluid-right {
        background: url(../images/bg-auth.jpg) center;
        background-size: cover;
        /* background-position: right;
    display: none; */
    }
    .pic0 {
        width: 235px;
        height: 250px;
        margin-left: 0px;
        margin-right: 0px;
        display: block;
        object-fit: cover;
    }
    .modal-close-button {
        position: absolute;
        right: 16px;
        border-left: 1px solid;
    }
}

@media screen and (max-width: 990px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
    .navbar-toggler-icon {
        background-image: url(../images/menu.svg);
    }
    .auth-fluid .auth-fluid-right {
        background: url(../images/bg-auth.jpg) center;
        background-size: cover;
        /* background-position: right;
    display: none; */
    }
    .pic0 {
        width: 235px;
        height: 250px;
        margin-left: 0px;
        margin-right: 0px;
        display: block;
        object-fit: cover;
    }
    .modal-close-button {
        position: absolute;
        right: 16px;
        border-left: 1px solid;
    }
    .authSection {
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait) {
    .product-count-padding {
        padding-left: 0;
        padding-right: 0;
    }
    .product-filter-padding {
        padding-left: 0;
        padding-right: 0;
    }
    .category-filter-padding {
        padding-left: 0;
        padding-right: 0;
    }
    .mobile-header-logo {
        padding: 5px 15px 5px 15px;
    }
    .mobile-menu-icon {
        padding: 5px 12px 5px 12px;
    }
    .authSection {
        justify-content: center;
        align-items: center;
    }
    .auth-fluid .auth-fluid-right {
        background: url(../images/bg-auth.jpg) center;
        background-size: cover;
    }
    .pic0 {
        width: 365px;
        height: 250px;
        margin-left: 0px;
        margin-right: 0px;
        display: block;
        object-fit: cover;
    }
    .modal-close-button {
        position: absolute;
        right: 17px;
        border-left: 1px solid;
    }
    #mainSlide {
        height: 200px;
    }
    #mainSlide .carousel-inner {
        height: 200px;
    }
}

@media screen and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
    .product-count-padding {
        padding-left: 0;
        padding-right: 0;
    }
    .product-filter-padding {
        padding-left: 0;
        padding-right: 0;
    }
    .category-filter-padding {
        padding-left: 0;
        padding-right: 0;
    }
    .mobile-header-logo {
        padding: 5px 15px 5px 15px;
    }
    .mobile-menu-icon {
        padding: 5px 12px 5px 12px;
    }
    .authSection {
        justify-content: center;
        align-items: center;
    }
    .auth-fluid .auth-fluid-right {
        background: url(../images/bg-auth.jpg) center;
        background-size: cover;
    }
    .pic0 {
        width: 365px;
        height: 250px;
        margin-left: 0px;
        margin-right: 0px;
        display: block;
        object-fit: cover;
    }
    .modal-close-button {
        position: absolute;
        right: 17px;
        border-left: 1px solid;
    }
    #mainSlide {
        height: 200px;
    }
    #mainSlide .carousel-inner {
        height: 200px;
    }
}