﻿

/***************************************************
   General
**************************************************==*/

/*
@font-face {
    font-family: WHSOFont;
    src: url('../fonts/Expo-Arabic-Medium.ttf');
    font-weight: bold;
}

* {
    font-family: WHSOFont;
}

body {
    direction: rtl;
    font-size: 14px;
    font-family: WHSOFont;
    font-weight: 400;
    height: 100%;
    line-height: 1.6;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #646464;
}
*/

body {
    background-color: #eaeaea !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.img-sbdIcons-basic-home {
    /*content: url('../images/sbd-icons.png');*/
}

.img-MadewithMore-home {    
}


@media (max-width: 767px) {

    .img-sbdIcons-basic-home {
        display: block;
        max-width: 100%;
        opacity: 1;
        animation: 0s ease 0s 1 normal none running none;
        box-sizing: border-box;
        /*height: 140.663px;*/
        object-fit: cover;
        position: relative;
        width: 506.4px;
        z-index: 1;
        transition: none 0s ease 0s;
        color: rgb(16, 16, 16);
        font-family: Proxima-Nova, sans-serif;
        font-size: 16.56px;
        letter-spacing: 0.828px;
        line-height: 23.184px;
        text-size-adjust: 100%;
        font-weight: 400;
        background: none 0% 0% / auto repeat scroll padding-box border-box rgb(17, 17, 17);
        content: url('../images/sbd-icons-mobile.png');
    }

    .img-MadewithMore-home {
        display: block;
        max-width: 100%;
        opacity: 1;
        animation: 0s ease 0s 1 normal none running none;
        box-sizing: border-box;
        height: 500px;
        object-fit: cover;
        position: relative;
        width: 506.4px;
        z-index: 1;
        transition: none 0s ease 0s;
        color: rgb(16, 16, 16);
        font-family: Proxima-Nova, sans-serif;
        font-size: 16.56px;
        letter-spacing: 0.828px;
        line-height: 23.184px;
        text-size-adjust: 100%;
        font-weight: 400;
        background: none 0% 0% / auto repeat scroll padding-box border-box rgb(17, 17, 17);
    }

}



/***************************************************
   Overrides
**************************************************==*/

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-left: 0px;
    margin-right: 0px;
}


.bg-dark {
    --bs-bg-opacity: 1;
    background-color: #000 !important;
}

.alert{
    font-size:14px !important ;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

/***************************************************
    Header and Navbar
**************************************************==*/
.header {
    background-color: #000;
    padding: 0px 0px !important;
}

.logo {
    /*width: 130px;*/
    width: 180px;
    padding-right: 15px;
}

.navbar-shopping-icons {
    color: #fff;
    font-size: 22px !important;
}

.navbar-shopping-search-icon-mobile {
   margin-right : 0px !important ;
}


.navbar-shopping-cart-icon-mobile {
    margin-left: 0px !important;
}


#navbarNav > div.d-none.d-lg-block > ul > li {
    padding-right: 10px !important;
    padding-left: 0px !important;
}

.navbar-social-icons{
    color:#fff;
    font-size:30px !important ;
}


.navbar-toggler-icon {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAlElEQVR4nO3YMQrDMAxG4Tf17KW9lU2OkgukB1BpMGTpYmew2rwPNBqk2MMfgSRJf2oBIknVkQEiWXXbD87G5QeotU77+qWUUzfwSvDuo9U2MsAzQePR6jEywA24A+vExtfWw6cXSZ3MQpiFwiwUZiHMQmEWki5qSfAnFq3cC03DcQvd9oM/P0B1L4R7IdwLSZL47g3Yhae2WbvEdQAAAABJRU5ErkJggg==");
}


.navbar-fnt {
    box-sizing: border-box;
    display: block;
    padding: 20px 0px;
    position: relative;
    color: rgb(16, 16, 16);
    font-family: Proxima-Nova, sans-serif;
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 25.2px;
    text-size-adjust: 100%;
    font-weight: 300;
}

.navbar-padding {
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 50px;
}

.navbar-nav .nav-link {
    color: white !important;
}

.dropdown-menu {
    background-color: #eaeaea;
}

.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: #000;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: #eaeaea;
    border: 0;
}


.dropdown-item.small {
   font-size: 10px;
   padding: 0px 0px;
}

.dropdown-lang-menu {
    left: auto !important;
    /*right: 0;*/
    right: 80px !important;
}

@media (max-width: 767px) {

    .logo {
        /*width: 130px;*/
        width: 150px;
        padding-right: 5px;
    }


    .navbar-padding {
        padding-top: 10px;
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 50px;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 1000;
        overflow-y: auto;
        background-color: black;
        transition: transform 0.3s ease;
        transform: translateX(100%);
        width: 70%; /* Adjust the width as needed */
        height: 100%;
    }

    .navbar-collapse.right {
        left: auto;
        right: 0;
    }

    .navbar-collapse.show {
        transform: translateX(0%);
    }

    .navbar-nav .nav-link {
        color: white; /* Set link color to white */
    }

    /* New code for close button positioning */
    .navbar-close {
        position: absolute;
        top: 15px;     /* Adjust top padding as needed */
        right: 15px;   /* Adjust right padding as needed */
        display: inline-block;
        padding: 5px;
        background: none; /* Remove default button background */
        border: none;     /* Remove default button border */
        color: white;     /* Set close button text color */
        font-size: 1.5rem; /* Adjust font size as needed */
    }

    #navbarNav > ul > li {
        border-top: 0.001em #545151 solid;
        padding-left: 30px !important;
    }

    .dropdown-menu {
        background-color: #000;
    }

    .dropdown-item {
        display: block;
        width: 100%;
        clear: both;
        font-weight: 400;
        color: #fff;
        text-align: inherit;
        text-decoration: none;
        white-space: nowrap;
        background-color: #000;
        border: 0;
    }


    .dropdown-lang-menu {
        left: auto !important;
        right: 80px !important;
        background-color: #fff !important;
    }

    .dropdown-item.small {
        font-size: 10px;
        padding: 0px 0px;
        background-color: #fff;
        color: #000;
    }
}


/* Hide the close button on desktop views (min-width: 992px) */
@media (min-width: 767px) {
    .navbar-close {
        display: none;
    }
}


/***************************************************
   Search Model
**************************************************==*/

.model-search {
    background-color: #67635d !important;
}

.btn-close-white {
    color: #fff !important;
    background-color: transparent !important;
    border: none !important;
}


/***************************************************
   Carousel
**************************************************==*/

/* Custom CSS to adjust carousel height */


.carousel-item {
    object-fit: cover;
}

.carousel-item img {
    width: 100% !important;
    /*object-fit: cover;*/
    object-fit: fill;
}

#myCarousel > div.carousel-inner > div > img {
    object-fit: cover !important;
}


.carousel-inner-btn {
    left: 50px;
}

@media (max-width: 767px) {

    .carousel-item {
        /*height: 600px !important;*/
    }

    .carousel-item img {
        width: 100%;
        height: 68%;
        object-fit: fill;
    }

    .carousel-inner-btn {
        left: 30px;
    }
 
    .Home-carousel-item-img {
        height: 100% !important;
    }

    .Home-carousel-item {
        height: 600px !important;
    }

    .carousel-item-Auto-7f764773-96ce-4643-94e7-80cccaf7c660 {
        height: 600px;
    }

    .carousel-Auto-Home-7f764773-96ce-4643-94e7-81cccaf8c660 {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

}



/***************************************************
   OWL 
**************************************************==*/
/* Custom CSS for mobile view */
@media (max-width: 768px) {
    .owl-carousel .owl-stage {
        display: flex;
    }
}

/* Additional CSS to ensure the nav buttons are hidden */
.owl-carousel .owl-nav {
    display: none;
}

/*.owl-carousel img {
    width: 100%;*/ /* Change width as needed */
    /*height: auto;*/ /* Change height as needed */
/*}*/



/***************************************************
   footer 
**************************************************==*/

.footer-container {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 40px;
    margin-bottom: 50px;
    background-color: #000;
}

footer {
    background-color: #000;
}


footer a {
    color:#fff;
    text-decoration:none;
    padding: 4px 0px;
    list-style: outside none none;
    font-size: 15.3px;
    text-align: left;
    font-family: Proxima-Nova, sans-serif;
    letter-spacing: 0.9px;
    line-height: 21.42px;
    text-size-adjust: 100%;
    font-weight: 400;
}


/***************************************************
   footer news letter
**************************************************==*/

.footer-bottom-padding1 {
    margin-bottom : 30px;
}

.footer-bottom-padding2 {
    margin-bottom: 20px;
}

.footer__newsletter {
    display: inline-block;
    max-width: 300px;
    position: relative;
    width: 100%;
}

.footer__newsletter-input {
    background-color: #000;
    border: 0;
    border-bottom: 2px solid;
    border-bottom-color: #fff;
    border-radius: 0;
    color: #fff;
    max-width: 300px;
    padding: 10px 45px 10px 0;
    width: 100%;
}

.footer__newsletter-btn {
    color: #fff;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}


.footer-envolpe {
    color: #fff;
    display: inline-block;
    height: 24px;
    width: 26px;
}

.footer-social-icons-container {
    margin-top: 20px;
}


.footer-social-icons {
    height: 24px !important;
    width: 24px !important;
   
}



/***************************************************
   Store Price Grid  ***  Product Carousel
**************************************************==*/

#sbdhomeProductLine {
    margin-top: 75px !important;
    margin-bottom: 50px !important;
    margin-right: 50px !important;
    margin-left: 50px !important;
}

.price-row-mg {
    margin-top:50px;
}

.priceHolder {
    letter-spacing: 0.1em;
}

.priceHolder-Title {
    font-size: 19px;
    margin-top: 12px;
    position: relative;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.priceHolder-Label {
    font-size: 15px;
    color: #cc2e3c;
    letter-spacing: .05em;
    font-weight: bold;
}

.old-PriceHolder-Label {
    font-size: 15px;
    /*color: #cc2e3c;*/
    color: #7e7e7e;
    letter-spacing: .05em;
    font-weight: bold;
    text-decoration: line-through;
}


.product-discount-label {
    text-transform: uppercase;
    display: block;
    padding: 8px 15px 8px 30px;
    color: #fff;
    font-weight: bold !important;
    background-color: #e30521;
    position: absolute;
    top: 0px;
    right: 0;
    -webkit-clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
    width: 50%;
}

.product-discount-label-View {
    text-transform: uppercase;
    text-align: right !important;
    padding: 8px 15px 8px 30px;
    color: #fff !important;
    font-weight: bold !important;
    background-color: #e30521;
    right: 0;
    -webkit-clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
    /* width: 25%; */
    float: right;
}


.product-discount-label-Full-bar {
    text-transform: uppercase;
    display: block;
    padding: 4px 15px 4px 30px;
    color: #fff;
    background-color: #e30521;
    position: absolute;
    top: -10px;
    right: 0;
    width: 95% !important;
}


.product-discount-label-Full-bar-View {
    text-transform: uppercase;
    display: block;
    padding: 4px 15px 4px 30px;
    color: #fff;
    background-color: #e30521;
    width: 100% !important;
}


.product-discount-label-Full-bar2 {
    text-transform: uppercase;
    display: block;
    padding: 4px 15px 4px 30px;
    color: #fff;
    background-color: #AC212A;
    position: absolute;
    top: 0px;
    right: 0;
    width: 97% !important;
}

.priceHolder-Review {
    font-size: 13px;
    color: #000;
    letter-spacing: .1em;
    font-weight: normal;
}


.priceHolder-Review-Star {
    font-size: 18px;
    color: #000;
    letter-spacing: .1em;
    font-weight: normal;
}

.priceHolder-No-Review {
    font-size: 13px;
    color: #000;
    letter-spacing: .1em;
    font-weight: normal;
    font-weight: bold;
}

@media (max-width: 767px) {


    #sbdhomeProductLine {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
        margin-right: 20px !important;
        margin-left: 20px !important;
    }

    .priceHolder-Title {
        font-size: 15px;
        margin-top: 12px;
        position: relative;
        letter-spacing: .08em;
        text-transform: uppercase;
    }


    .priceHolder-Label {
        font-size: 12px;
        color: #cc2e3c;
        letter-spacing: .1em;
        font-weight: bold;
    }

    .priceHolder-Review {
        font-size: 13px;
        color: #000;
        letter-spacing: .1em;
        font-weight: normal;
    }


    .priceHolder-Review-Star {
        font-size: 15px;
        color: #000;
        letter-spacing: .1em;
        font-weight: normal;
    }
}

.product-grid2 {   
    position: relative
}

.product-grid2 .product-image2 {
    overflow: hidden;
    position: relative
}

.product-grid2 .product-image2 a {
    display: block
}

.product-grid2 .product-image2 img {
    width: 100%;
    height: auto
}

.product-image2 .pic-1 {
    opacity: 1;
    transition: all .5s
}

.product-grid2:hover .product-image2 .pic-1 {
    opacity: 0
}

.product-image2 .pic-2 {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s
}

.product-grid2:hover .product-image2 .pic-2 {
    opacity: 1
}

.product-grid2 .social {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 50px;
    right: 25px;
    z-index: 1
}

.product-grid2 .social li {
    margin: 0 0 10px;
    display: block;
    transform: translateX(100px);
    transition: all .5s
}

.product-grid2:hover .social li {
    transform: translateX(0)
}

.product-grid2:hover .social li:nth-child(2) {
    transition-delay: .15s
}

.product-grid2:hover .social li:nth-child(3) {
    transition-delay: .25s
}

.product-grid2 .social li a {
    color: #505050;
    background-color: #fff;
    font-size: 17px;
    line-height: 45px;
    text-align: center;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: block;
    transition: all .3s ease 0s
}

.product-grid2 .social li a:hover {
    color: #fff;
    background-color: #d35c67;
    box-shadow: 0 0 10px rgba(0,0,0,.5)
}

.product-grid2 .social li a:after, .product-grid2 .social li a:before {
    content: attr(data-tip);
    color: #fff;
    background-color: #000;
    font-size: 12px;
    line-height: 22px;
    border-radius: 3px;
    padding: 0 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px
}

.product-grid2 .social li a:after {
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -22px;
    z-index: -1
}

.product-grid2 .social li a:hover:after, .product-grid2 .social li a:hover:before {
    opacity: 1
}

.product-grid2 .add-to-cart {
    color: #fff;
    background-color: #d35c67;
    font-size: 15px;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    display: block;
    position: absolute;
    left: 0;
    bottom: -100%;
    transition: all .3s;
    margin-bottom: 10px !important;
    text-decoration: none;
}

.product-grid2 .add-to-cart:hover {
    background-color: #d35c67;
    text-decoration: none;
}

.product-grid2:hover .add-to-cart {
    bottom: 0
}

.product-grid2 .product-new-label {
    background-color: #3498db;
    color: #fff;
    font-size: 17px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s
}

.product-grid2:hover .product-new-label {
    opacity: 0
}

.product-grid2 .product-content {
    padding: 20px 10px;
    text-align: center
}

.product-grid2 .title {
    font-size: 17px;
    margin: 0 0 7px
}

.product-grid2 .title a {
    color: #303030
}

.product-grid2 .title a:hover {
    color: #3498db
}

.product-grid2 .price {
    color: #303030;
    font-size: 15px
}

/********************************************/


.priceHolder-Title-Grid {
    font-size: 17px;
    margin-top: 12px;
    position: relative;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    color:#000;
}

.priceHolder-Title-Grid:hover {
    font-size: 17px;
    margin-top: 12px;
    position: relative;
    letter-spacing: .1em;
    text-transform: uppercase;
    color:#000;
}

/********************************************/



@media screen and (max-width:990px) {
    .product-grid2 {
        margin-bottom: 30px
    }
}


/***************************************************
   Accordion Menu
**************************************************==*/
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 10px !important;
    font-size: 1rem;    
    text-align: left;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    letter-spacing: 4.32px;
    background-color: #eaeaea !important;
}

.accordion-body {
    background-color: #eaeaea;
}

 /*   
.accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}*/


.form-check-input {
    letter-spacing: 0.9px !important;
    width: 25px;
    height: 25px;
}

.form-check-label{
    font-size:15px !important ;
}

.offcanvas {
    background-color:#000 !important;
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem;    
}

.offcanvas-body {
    padding: 0;
}

.nav-item {
    padding: 0.5rem 1rem;
}


.offcanvas-header-mobilev{
}

.accordion-button-mobilev {
}

.accordion-button-mobilev:after {    
}

.accordion-item-mobilev {
}

.accordion-body-menu-mobilev {
}

.accordion-header-menu-mobilev {
}


/* Hide the offcanvas sidebar on desktop */
@media (min-width: 767px) {

    .offcanvas {
        display: none;
    }
}


/* Hide the offcanvas sidebar on desktop */
@media (max-width: 767px) {

    .offcanvas-header-mobilev {
        color: #fff !important;
    }

    .accordion-button-mobilev {
        background-color: #000 !important;
        color: #fff !important;
    }

   .accordion-button-mobilev:after {
       background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
   }

    .accordion-item-mobilev {
        border: 0px !important
    }

    .accordion-body-menu-mobilev {
        background-color: #000 !important;
        color: #fff !important;
    }

    .accordion-header-menu-mobilev {
        font-size: 30px !important;
        font-family: Proxima-Nova, sans-serif;
        font-weight: 400;
        letter-spacing: 4.9275px;
        line-height: 39.42px;
        text-transform: uppercase;
    }
}


.btn-close-filter {
    --bs-btn-close-bg: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABa0lEQVR4nO2aS27CQAyG/0s04nGkcBG6bssB6LXoIWDBOQos6MrVVI4URSl4HvEY4U+KxMKJ/MmZ8UQGcBwnlRWAHYALAKp8nTmXNlbi00Dy9M+1jalEuOEK4A3AHPWZA3jnnEhamS8ODhLW+ODcwmt2lzMHz2CPGed2kgR376JVSJqfiyhBXhFjkFfkDmsADdJp+BlSJqnIK8ceEmUavpf4WdVEXgDsOf4YeZwZ3ittwJOtkRSZVInJF3uMTI6Eyq4lkcmVUNt+b8mUkFDtI2MypSTUG2J/Wz0Mfuf0nCqdvV+FEpUwJVLis5n81YpkbGHnnABMbL/9NVFKhrQb4tjCLiFDmkeUW7tTrgxpHRolW2yODGkc42P6RKoM+YfVM3zq1oBcxBjkFTEGPV1FThxoYeQ2ZMm5fUPAjoPDzM4am5jRW9sbhoaZ3QL1WbDED+cmHlNvByPhhxxPd7Rcwm44+pB/GHAcB3/8AsupkxGNr4djAAAAAElFTkSuQmCC);
}

.navbar-toggler-icon-Fiter {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAXklEQVR4nOWUQQrAIAwE5//PquRd20uFHkSsRitmYG+yCzIEomCAgDRrQK+4lNSSaX23bmD6F9VIT/nFSdh26mogGRdN1TvwFcVV17bTr5WRw6bea+o6UCoLph9/cAPPjYykDlXb3wAAAABJRU5ErkJggg==") !important;
}

.btn-Filter {
    border:1px #ccc solid !important;
    width:220px;
    height:50px;
    color:#000;
    font-weight:bold;
    font-size:17px;
    text-align:left !important;
    padding-left: 10px !important ;
}

/***************************************************
   Item Details 
**************************************************==*/

.thumbnail-product-container {
    overflow-y: auto;
    max-height: 800px; /* adjust as needed */
}

.thumbnail-product {
    width: 100%;
    height: auto;
    cursor: pointer;
    margin-bottom: 10px;
    border: 3px solid #000 ;
}

.thumbnail-product.active {
    border: 5px solid #e30521;
}

.main-product-image {
    max-height: 700px; /* adjust as needed */
}


.product-details-scroll {
    height: 700px;
    overflow: auto;
}

@media (max-width: 767px) {
    .product-details-scroll {
        height: auto;
        overflow:auto;
    }
}

.priceHolder-Details-Title {
    font-size: 30px;
    margin-top: 12px;
    position: relative;
    letter-spacing: 5.7375px;
    text-transform: uppercase;
    font-family: Proxima-Nova, sans-serif;
    font-weight: 400;
}

.priceHolder-Details-Label {
    font-size: 15px;
    color: #cc2e3c;
    letter-spacing: .1em;
    font-weight: bold;
}

.priceHolder-Details-label-minheader {
    font-size: 17px;
    margin-top: 12px;
    position: relative;
    letter-spacing: 5.7375px;
    text-transform: uppercase;
    font-family: Proxima-Nova, sans-serif;
    font-weight: 400;
}

.hr-Sep {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #000;
}

.product-block {
    margin-top:35px;
    margin-bottom:35px;
}


.product-details-badge-size,
.product-details-badge-color {
    box-sizing: border-box;
    display: inline-block;
    margin: 0px 4px 12px;
    cursor: pointer;
    font-family: Proxima-Nova, sans-serif;
    font-size: 18px;
    letter-spacing: 0.475px;
    line-height: 26.6px;
    background-color: rgb(234, 234, 234);
    box-shadow: rgb(0, 0, 0) 0px 0px 0px 2px;
    font-weight: 400;
    overflow: hidden;
    padding: 7px 15px;
    position: relative;
    text-align: start;
    list-style: outside none none;
    color: rgb(0, 0, 0);
    text-size-adjust: 100%;
    min-width: 40px;
}

.selectable-badge {
    cursor: pointer;
}

.selected-badge {
    background-color: #d35c67 !important ;
    color: #fff;
}

.selectable-badge-size {
    cursor: pointer;
}

.selected-badge-size {
    background-color: #d35c67 !important;
    color: #fff;
}

.selectable-badge-color {
    cursor: pointer;
}

.selected-badge-color {
    background-color: #d35c67 !important;
    color: #fff;
}

.Add-To-Cart-btn {
    box-sizing: border-box;
    outline: rgb(16, 16, 16) none 0px;
    font: 700 14px / 19.88px Proxima-Nova, sans-serif;
    letter-spacing: 4.2px;
    text-rendering: optimizespeed;
    text-size-adjust: 100%;
    color: rgb(16, 16, 16);
    overflow: visible;
    appearance: none;
    background: none 0% 0% / auto repeat scroll padding-box border-box rgba(0, 0, 0, 0);
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    min-width: 90px;
    padding: 13px 20px;
    text-align: center;
    text-decoration: none solid rgb(16, 16, 16);
    text-transform: uppercase;
    white-space: normal;
    user-select: none;
    vertical-align: middle;
    width: 100%;
    transition: border 0.3s ease 0s;
    min-height: 50px;
    list-style: outside none none;
    border: 0.8px solid rgb(16, 16, 16);
}


.Wrtie-Review-btn {
    box-sizing: border-box;
    outline: rgb(16, 16, 16) none 0px;
    font: 700 14px / 19.88px Proxima-Nova, sans-serif;
    letter-spacing: 4.2px;
    text-rendering: optimizespeed;
    text-size-adjust: 100%;
    color: #ffffff;
    overflow: visible;
    appearance: none;
    background: none 0% 0% / auto repeat scroll padding-box border-box #cc2e3c;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    min-width: 90px;
    padding: 13px 20px;
    text-align: center;
    text-decoration: none solid rgb(16, 16, 16);
    text-transform: uppercase;
    white-space: normal;
    user-select: none;
    vertical-align: middle;
    width: 50%;
    transition: border 0.3s ease 0s;
    min-height: 50px;
    list-style: outside none none;
    border: 0.8px solid rgb(16, 16, 16);
}

.product-data {
    box-sizing: border-box;
    margin: 0px 0px 25px;
    text-align: left;
    list-style: outside none none;
    color: rgb(16, 16, 16);
    font-family: Proxima-Nova, sans-serif;
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 25.2px;
    text-size-adjust: 100%;
    font-weight: 400;
    background-color: rgb(234, 234, 234);
}

.accordion-product-accordion-title {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 10px !important;   
    text-align: left;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    letter-spacing: 4.32px;
    background-color: #eaeaea !important;
    font: 400 14.4px / 20.16px Proxima-Nova, sans-serif;
    text-rendering: optimizespeed;
    text-size-adjust: 100%;
    text-transform: uppercase;
    color: rgb(16, 16, 16);
}

.accordion-product-border {
    border: 2px solid #000;
    border-radius: 0px;
}

.accordion-product-minor-Pdetails {
    box-sizing: border-box;
    margin: 0px;
    font-size: 14px;
    text-align: left;
    visibility: visible;
    list-style: outside none none;
    color: rgb(16, 16, 16);
    font-family: Proxima-Nova, sans-serif;
    letter-spacing: 0.9px;
    line-height: 23.184px;
    text-size-adjust: 100%;
    font-weight: 400;
    background-color: rgb(234, 234, 234);
}

.Customer-Review-Title {
}

.Reviwe-Date {
    box-sizing: border-box;
    font-size: 11px;
    opacity: 1;
    display: inline-block;
    font-style: italic;
    margin: 0px 0px 11px;
    text-align: center;
    list-style: outside none none;
    color: rgb(16, 16, 16);
    font-family: Proxima-Nova, sans-serif;
    letter-spacing: 0.9px;
    line-height: 15.4px;
    text-size-adjust: 100%;
    font-weight: 400;
    background-color: rgb(234, 234, 234);
}

.Reviwe-Title {
    box-sizing: border-box;
    display: block;
    margin: 0px;
    font-family: Proxima-Nova, sans-serif;
    font-weight: 700;
    letter-spacing: 0.9px;
    line-height: 25.2px;
    font-size: 18px;
    text-align: center;
    list-style: outside none none;
    color: rgb(16, 16, 16);
    text-size-adjust: 100%;
    background-color: rgb(234, 234, 234);
}

.Review-Comment {
    box-sizing: border-box;
    margin: 0px;
    font-size: 16px;
    line-height: 25.008px;
    text-align: center;
    list-style: outside none none;
    color: rgb(16, 16, 16);
    font-family: Proxima-Nova, sans-serif;
    letter-spacing: 0.9px;
    text-size-adjust: 100%;
    font-weight: 400;
    background-color: rgb(234, 234, 234);
}

.Review-Block {
    padding-top: 30px;
}



/**************************************************
    Rating  
**************************************************/
.rating-stars {
    width: fit-content;
}

/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.rating-stars ul > li.star {
    display: inline-block;
}

.rating-stars-selected {
    color: #cc2e3c !important;
}

/* Idle State of the stars */
/*.rating-stars ul > li.star > i.fa {
    font-size: 3em;*/ /* Change the size of the stars */
    /*color: #ccc;*/ /* Color on idle state */
/*}*/

/* Hover state of the stars */
/*.rating-stars ul > li.star.hover > i.fa {
    color: #FFCC36;
}*/

/* Selected state of the stars */
/*.rating-stars ul > li.star.selected > i.fa {
    color: #FF912C;
}*/

/**********Rating Starts Begin*****************/

/*.rating {
    float: left;*/
    /*width:50%;*/
/*}


.rating:not(:checked) > input {
    position: absolute;
    top: -9999px;
    clip: rect(0,0,0,0);
}

 .rating:not(:checked) > label {
     float: right;
     width: 1em;
     overflow: hidden;
     white-space: nowrap;
     cursor: pointer;
     font-size: 200%;
     color: #a39696;
 }

.rating:not(:checked) > label:before {
    content: '★ ';
}

.rating > input:checked ~ label {
    color: dodgerblue;
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: dodgerblue;
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: dodgerblue;
}

.rating > label:active {
    position: relative;
    top: 2px;
    left: 2px;
}*/

/**********Rating Starts End *****************/

.Review-Input {
    box-sizing: border-box;
    outline: rgb(16, 16, 16) none 0px;
    font: 400 18px / 25.2px Proxima-Nova, sans-serif;
    letter-spacing: 0.9px;
    text-rendering: optimizespeed;
    text-size-adjust: 100%;
    appearance: none;
    border-radius: 0px;
    border: 0.8px solid rgb(16, 16, 16);
    max-width: 100%;
    padding: 8px 10px;
    background: none 0% 0% / auto repeat scroll padding-box border-box rgba(0, 0, 0, 0);
    color: rgb(16, 16, 16);
    width: 509.8px;
    overflow: visible;
    text-align: start;
    list-style: outside none none;
}


/***************************************************
   CART 
**************************************************==*/


.Cart-Title {
    box-sizing: border-box;
    display: block;
    margin: 0px;
    /*font-family: proxima-nova, sans-serif;*/
    font-weight: 400;
    letter-spacing: 6.75px;
    line-height: 54px;
    text-transform: uppercase;
    font-size: 45px;
    text-align: center;
    color: rgb(16, 16, 16);
    text-size-adjust: 100%;
    background-color: rgb(234, 234, 234);
}

.Cart-Proceed-Shopping {
    box-sizing: border-box;
    outline: rgb(16, 16, 16) none 0px;
    background: none 0% 0% / auto repeat scroll padding-box border-box rgba(0, 0, 0, 0);
    color: rgb(16, 16, 16);
    text-decoration: none solid rgb(16, 16, 16);
    border-bottom: 0.8px solid rgba(16, 16, 16, 0.15);
    display: inline-block;
    position: relative;
    text-align: center;
    /*font-family: Proxima-Nova, sans-serif;*/
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 25.2px;
    text-size-adjust: 100%;
    font-weight: 400;
}

.card-Shipping-Cart {  
}

.Item-In-Cart-Title {
    box-sizing: border-box;
    outline: rgb(16, 16, 16) none 0px;
    background: none 0% 0% / auto repeat scroll padding-box border-box rgba(0, 0, 0, 0);
    color: rgb(16, 16, 16);
    text-decoration: none solid rgb(16, 16, 16);
    display: block;
    font-size: 19px;
    margin-bottom: 8px;
    /*font-family: Proxima-Nova, sans-serif;*/
    letter-spacing: 0.9px;
    line-height: 26.6px;
    text-size-adjust: 100%;
    font-weight: bold;
    text-align: left !important;
}

.Item-In-Cart-Size {
    box-sizing: border-box;
    font-weight: 700;
    color: rgb(16, 16, 16);
    /*font-family: Proxima-Nova, sans-serif;*/
    font-size: 16px;
    letter-spacing: 0.9px;
    line-height: 25.2px;
    text-size-adjust: 100%;
    background-color: rgb(234, 234, 234);
    text-align: left !important;
}

.Item-In-Cart-Remove {
    box-sizing: border-box;
    outline: rgb(16, 16, 16) none 0px;
    background: none 0% 0% / auto repeat scroll padding-box border-box rgba(0, 0, 0, 0);
    color: rgb(239 17 17);
    text-decoration: none solid rgb(16, 16, 16);
    display: inline-block;
   /* margin: 10px 0px 0px;*/
    line-height: 18px;   
    font-size: 13px;
    letter-spacing: 0.9px;
    text-size-adjust: 100%;
    font-weight: bold;
}

.Item-In-Cart-Update {
    box-sizing: border-box;
    outline: rgb(16, 16, 16) none 0px;
    background: none 0% 0% / auto repeat scroll padding-box border-box rgba(0, 0, 0, 0);
    color: #000;
    text-decoration: none solid rgb(16, 16, 16);
    display: inline-block;
    /*margin: 10px 0px 0px;*/
    line-height: 18px;
    font-size: 13px;
    letter-spacing: 0.9px;
    text-size-adjust: 100%;
    font-weight: bold;
}

.Item-In-Cart-Quantity {
    box-sizing: border-box;
    outline: rgb(16, 16, 16) none 0px;    
    letter-spacing: 0.9px;
    text-rendering: optimizespeed;
    text-size-adjust: 100%;
    appearance: none;
    border-radius: 0px;
    border: 0.8px solid rgb(16, 16, 16);
    max-width: 100%;
    padding: 5px 5px 5px 5px;
    background: none 0% 0% / auto repeat scroll padding-box border-box rgba(0, 0, 0, 0);
    /*background-color:#fff;*/
    text-align: center;
    z-index: 1;
    color: rgb(16, 16, 16);
    overflow: visible;
    padding-left: 0px;
    width: 200px;
}

.Item-In-Cart-Quantity-Controls {
    width: 25px;
    padding: 5px 5px 5px 5px;
}

.Item-In-Cart-Quantity-txt {
    background: none 0% 0% / auto repeat scroll padding-box border-box rgba(0, 0, 0, 0);
    width: 50px;
    border: 0px !important;
    text-align: center !important;
}

.Item-In-Cart-Img {
    display: block;
    max-width: 100%;
    opacity: 1;
    height: 255px;
    width: 200px;
    object-fit: contain;
    box-sizing: border-box;
    background: none 0% 0% / auto repeat scroll padding-box border-box rgb(0, 0, 0);
}

.Item-In-Cart-Divider {
    border-bottom: 1px solid;
    border-bottom-color: #000;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 0px;
    margin-left: 35px;
}


.Item-Sub-Total-Box {
    box-sizing: border-box;
    flex: 0 1 35%;
    padding: 30px;
    position: sticky;
    top: 70.3125px;
    color: rgb(16, 16, 16);
   /* font-family: Proxima-Nova, sans-serif;*/
    font-size: 15px;
    letter-spacing: 0.9px;
    line-height: 25.2px;
    text-size-adjust: 100%;
    background-color: #e3e3e3;
}

.Item-CheckOut-btn {
    box-sizing: border-box;
    outline: rgb(16, 16, 16) none 0px;
    font: 700 14px / 19.88px ;
    letter-spacing: 4.2px;
    text-rendering: optimizespeed;
    text-size-adjust: 100%;
    color: #ffffff;
    overflow: visible;
    appearance: none;
    background: none 0% 0% / auto repeat scroll padding-box border-box #cc2e3c;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    min-width: 90px;
    padding: 13px 20px;
    text-align: center;
    text-decoration: none solid rgb(16, 16, 16);
    text-transform: uppercase;
    white-space: normal;
    user-select: none;
    vertical-align: middle;
    width: 90%;
    transition: border 0.3s ease 0s;
    min-height: 50px;
    list-style: outside none none;
    border: 0px solid rgb(16, 16, 16);
}

.item-sub-total {
    box-sizing: border-box;   
    /*line-height: 18px;*/
    color: rgb(16, 16, 16);
    /*font-family: Proxima-Nova, sans-serif;*/
    font-size: 18px;
    letter-spacing: 0.9px;
    /*text-size-adjust: 100%;*/
    font-weight: 400;
    /*background-color: rgb(234, 234, 234);*/
}

.price-sub-total-row-mg {
    margin-top: 15px;
}


@media (max-width: 767px) {

    .Item-In-Cart-Img {
        display: block;
        max-width: 100%;
        opacity: 1;
        height: 180px;
        width: 130px;
        object-fit: contain;
        box-sizing: border-box;
        background: none 0% 0% / auto repeat scroll padding-box border-box rgb(0, 0, 0);
    }
}


/***************************************************
   Payments 
**************************************************==*/

.Payment-Card {
    background-color: #ccc
}


.Pay-btn {
    box-sizing: border-box;
    outline: rgb(16, 16, 16) none 0px;
    font: 700 14px / 19.88px;
    letter-spacing: 4.2px;
    text-rendering: optimizespeed;
    text-size-adjust: 100%;
    color: #ffffff;
    overflow: visible;
    appearance: none;
    background: none 0% 0% / auto repeat scroll padding-box border-box #cc2e3c;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    min-width: 90px;
    padding: 13px 20px;
    text-align: center;
    text-decoration: none solid rgb(16, 16, 16);
    text-transform: uppercase;
    white-space: normal;
    user-select: none;
    vertical-align: middle;
    width: 90%;
    transition: border 0.3s ease 0s;
    min-height: 50px;
    list-style: outside none none;
    border: 0px solid rgb(16, 16, 16);
}

.avatar.avatar-xl {
    width: 5rem;
    height: 5rem;
}

.avatar {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 50%;
    display: inline-block;
    background: #ced4da no-repeat center/cover;
    position: relative;
    text-align: center;
    color: #868e96;
    font-weight: 600;
    vertical-align: bottom;
}

.payment-contact-card {
    background-color:#fff;
    margin-bottom: 30px;
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.1), -1px 0 2px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1), -1px 0 2px rgba(0,0,0,0.05);
}

.avatar.avatar-xl {
    width: 6.5rem;
    height: 6.5rem;
}

.avatar {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 50%;
    display: inline-block;
    background: #ced4da no-repeat center / cover;
    position: relative;
    text-align: center;
    color: #868e96;
    font-weight: 600;
    vertical-align: bottom;
}


.Payment-Option-badge {
    box-sizing: border-box;
    cursor: pointer;
    /*font-family: Proxima-Nova, sans-serif;*/
    font-size: 5px;
    letter-spacing: 0.475px;
    background-color: rgb(234, 234, 234);
    overflow: hidden;
    padding: 7px 15px;
    position: relative;
    text-align: start;
    list-style: outside none none;
    color: rgb(0, 0, 0);
    text-size-adjust: 100%;
    width: 15px;
    height: 15px;
}

.Payment-Hint {
    color: #d35c67;
    font-size: 13px !important;
    letter-spacing: 0.3px;
    font-weight:bold;
}

.Payment-Hint2 {
    color: #d35c67;
    font-size: 25px !important;
    letter-spacing: 0.475px;
    font-weight: bold;
}

.Payment-Form-Align {
    text-align: left !important;
}



.customLabel-PayOnDelivery {
    box-sizing: border-box;
    font-size: 16px;
    letter-spacing: 4.32px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    text-align: left;
    cursor: pointer;
    color: rgb(16, 16, 16);
    line-height: 20.16px;
    text-size-adjust: 100%;
    font-weight: bold;
    height: 34px;
    vertical-align: middle;
    background-color: #f0f0f0;
}


#topAppleButtom {
    width: 90%;
    margin: 0 auto;    
    justify-content: center; 
}


/***************************************************
   Form Controls & Form Overrides
**************************************************==*/

.forms-margin {
    padding-top: 5px !important;
    margin: 0px 0px 30px;
}

.forms-margin0 {
    padding-top: 5px !important;
    margin: 0px 0px 0px 0px;
}

.tp10 {
    padding-top: 10px !important;    
}

.tp15 {
    padding-top: 15px !important;
}

.tp30 {
    padding-top: 30px !important;
}

.bp10 {
    padding-bottom: 10px !important;
}

.bp15 {
    padding-bottom: 15px !important;
}

.bp30 {
    padding-bottom: 30px !important;
}


.lp10 {
    padding-left: 10px !important;
}


.rp10 {
    padding-right: 10px !important;
}

.page-area {
    padding-top: 30px;
    padding-bottom: 100px;
}

.panel-smart {
    padding: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.panel-smart .panel-heading {
    padding: 5px 0 15px 0;
    color: #252a2f;
    border-bottom: 1px solid #929497;
}

.panel-smart h3.panel-title {
    font-size: 24px;
}

.panel-smart .panel-body {
    padding: 25px 0 0;
}

.login-link-float {
    float: right;
}

.form-control {
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    -moz-appearance: none;
    appearance: auto !important;
    background-clip: padding-box;
    border: 1px #000 solid;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type="checkbox"] {
    width: 1.3em;
    height: 1.3em;
} 

.btn-black {
    background-color: #000000;
    color: #ffffff;
    border-color: #ffff;
    border-radius: 0;
    box-sizing: border-box;
    font-family: Proxima-Nova, sans-serif;
    font-size: 15px;
    letter-spacing: 0.9px;
    line-height: 25.2px;
    text-size-adjust: 100%;
    font-weight: 400;
    width: 180px;
}

.btn-black:hover {
    background-color: #000000;
    color: #ffffff;
    border-color: #ffff;
    border-radius: 0;
    box-sizing: border-box;
    font-family: Proxima-Nova, sans-serif;
    font-size: 15px;
    letter-spacing: 0.9px;
    line-height: 25.2px;
    text-size-adjust: 100%;
    font-weight: 400;
}



.btn-black-Small {
    background-color: #000000;
    color: #ffffff;
    border-color: #ffff;
    border-radius: 0;
    box-sizing: border-box;
    font-family: Proxima-Nova, sans-serif;
    font-size: 12px;
    letter-spacing: 0.9px;
    line-height: 25.2px;
    text-size-adjust: 100%;
    font-weight: 400;
    width: 180px;
}

.btn-black-Small:hover {
    background-color: #000000;
    color: #ffffff;
    border-color: #ffff;
    border-radius: 0;
    box-sizing: border-box;
    font-family: Proxima-Nova, sans-serif;
    font-size: 12px;
    letter-spacing: 0.9px;
    line-height: 25.2px;
    text-size-adjust: 100%;
    font-weight: 400;
}



.btn-black-fullWidth {
    background-color: #000000;
    color: #ffffff;
    border-color: #ffff;
    border-radius: 0;
    box-sizing: border-box;
    font-family: Proxima-Nova, sans-serif;
    font-size: 15px;
    letter-spacing: 0.9px;
    line-height: 25.2px;
    text-size-adjust: 100%;
    font-weight: 400;
}

.btn-black-fullWidth:hover {
    background-color: #000000;
    color: #ffffff;
    border-color: #ffff;
    border-radius: 0;
    box-sizing: border-box;
    font-family: Proxima-Nova, sans-serif;
    font-size: 15px;
    letter-spacing: 0.9px;
    line-height: 25.2px;
    text-size-adjust: 100%;
    font-weight: 400;
}

.btn-red {
    box-sizing: border-box;
    outline: rgb(255, 255, 255) none 0px;
    font: 700 14px / 19.88px Proxima-Nova, sans-serif;
    letter-spacing: 4.2px;
    text-rendering: optimizespeed;
    text-size-adjust: 100%;
    color: rgb(255, 255, 255);
    overflow: hidden;
    appearance: none;
    background: none 0% 0% / auto repeat scroll padding-box border-box rgb(204, 46, 60);
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    min-width: 90px;
    max-width: 100%;
    padding: 13px 20px;
    text-align: center;
    text-decoration: none solid rgb(255, 255, 255);
    text-transform: uppercase;
    white-space: normal;
    user-select: none;
    vertical-align: middle;
    width: 100%;
    position: relative;
    transition: background 0.2s ease 0s;
    border: 0.8px solid rgba(0, 0, 0, 0);
}

.btn-red:hover {
    box-sizing: border-box;
    outline: rgb(255, 255, 255) none 0px;
    font: 700 14px / 19.88px Proxima-Nova, sans-serif;
    letter-spacing: 4.2px;
    text-rendering: optimizespeed;
    text-size-adjust: 100%;
    color: rgb(255, 255, 255);
    overflow: hidden;
    appearance: none;
    background: none 0% 0% / auto repeat scroll padding-box border-box rgb(204, 46, 60);
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    min-width: 90px;
    max-width: 100%;
    padding: 13px 20px;
    text-align: center;
    text-decoration: none solid rgb(255, 255, 255);
    text-transform: uppercase;
    white-space: normal;
    user-select: none;
    vertical-align: middle;
    width: 100%;
    position: relative;
    transition: background 0.2s ease 0s;
    border: 0.8px solid rgba(0, 0, 0, 0);
}


.btn-red-small {
    box-sizing: border-box;
    outline: rgb(255, 255, 255) none 0px;   
    letter-spacing: 0.5px;
    text-rendering: optimizespeed;
    text-size-adjust: 100%;
    color: rgb(255, 255, 255);
    overflow: hidden;
    appearance: none;
    background: none 0% 0% / auto repeat scroll padding-box border-box rgb(204, 46, 60);
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    min-width: 90px;
    max-width: 100%;    
    text-align: center;
    text-decoration: none solid rgb(255, 255, 255);
    text-transform: uppercase;
    white-space: normal;
    user-select: none;
    vertical-align: middle;
    width: 100%;
    position: relative;
    transition: background 0.2s ease 0s;
    border: 0.8px solid rgba(0, 0, 0, 0);   
}

.btn-red-small:hover {
    box-sizing: border-box;
    outline: rgb(255, 255, 255) none 0px;
    letter-spacing: 0.5px;
    text-rendering: optimizespeed;
    text-size-adjust: 100%;
    color: rgb(255, 255, 255);
    overflow: hidden;
    appearance: none;
    background: none 0% 0% / auto repeat scroll padding-box border-box rgb(204, 46, 60);
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    min-width: 90px;
    max-width: 100%;
    text-align: center;
    text-decoration: none solid rgb(255, 255, 255);
    text-transform: uppercase;
    white-space: normal;
    user-select: none;
    vertical-align: middle;
    width: 100%;
    position: relative;
    transition: background 0.2s ease 0s;
    border: 0.8px solid rgba(0, 0, 0, 0);
}

.redMakr {
    color:red !important;
}

.customInput {
    box-sizing: border-box;
    outline: rgb(16, 16, 16) none 0px;
    text-rendering: optimizespeed;
    text-size-adjust: 100%;
    appearance: none;
    border-radius: 0px;
    border: 0.8px solid rgb(16, 16, 16);
    max-width: 100%;
    padding: 8px 10px;
    display: block;
    /*background: none 0% 0% / auto repeat scroll padding-box border-box rgba(0, 0, 0, 0);*/
    color: rgb(16, 16, 16);
    overflow: visible;
    text-align: start;
}

.customLabel {
    box-sizing: border-box;
    font-size: 14.4px;
    letter-spacing: 4.32px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    text-align: left;
    cursor: pointer;
    color: rgb(16, 16, 16);
    line-height: 20.16px;
    text-size-adjust: 100%;
    font-weight:bold;
    background-color: rgb(234, 234, 234);
}

.boldLabel {
    font-weight:bold !important;
}

.customLabel-Small {
    box-sizing: border-box;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    text-align: left;
    cursor: pointer;
    color: rgb(16, 16, 16);
    line-height: 20.16px;
    text-size-adjust: 100%;
    font-weight: bold;
}

.customLabel-XSmall {
    box-sizing: border-box;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0px;
    text-align: left;
    cursor: pointer;
    color: rgb(16, 16, 16);
    line-height: 20.16px;
    text-size-adjust: 100%;
    font-weight: bold;
}

.customLabel-No-LS {
    letter-spacing: 0px !important;
    text-transform: none !important;
}

.CustomLink {
    box-sizing: border-box;
    outline: rgb(16, 16, 16) none 0px;
    background: none 0% 0% / auto repeat scroll padding-box border-box rgba(0, 0, 0, 0);
    color: rgb(16, 16, 16);
    text-decoration: none solid rgb(16, 16, 16);
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 25.2px;
    text-size-adjust: 100%;
    font-weight: 400
}


.CustomLink-Small {
    box-sizing: border-box;
    outline: rgb(16, 16, 16) none 0px;
    background: none 0% 0% / auto repeat scroll padding-box border-box rgba(0, 0, 0, 0);
    color: #000000 !important;
    text-decoration: none solid rgb(16, 16, 16);    
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 25.2px;
    text-size-adjust: 100%;
    font-weight: 400
}



.CustomLink-Meduim {
    box-sizing: border-box;
    outline: rgb(16, 16, 16) none 0px;
    background: none 0% 0% / auto repeat scroll padding-box border-box rgba(0, 0, 0, 0);
    color: rgb(16, 16, 16);
    text-decoration: none solid rgb(16, 16, 16);
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.9px;
    line-height: 25.2px;
    text-size-adjust: 100%;
    font-weight: 400 ;
}



.CustomLink-black {
   color:#000 !important ;
}


.CustomLink-white {
    color: #fff !important;
}




.Counter-label {    
    color: #d35c67;
    font-size: 14px !important;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-weight:bold ;
}

.Counter-label:hover {
    color: #000;
    font-size:14px !important ;
    text-decoration :none;
    letter-spacing:0.5px;
    font-weight:bold ;
}

.Small-Label {
    font-size:11px !important ;
}

.Small-Label2 {
    font-size: 11px !important;
}

.XSmall-Label {
    font-size: 10px !important;
}

.customer-alert{
    padding:2px 2px 2px 2px !important;
}

.lang-switcher {
    font-size:12px;
}


/** Input and its label int he sameline : fro example showing label and checkbox in the sameline **/
.input-same-line {
    display: inline-block;
    width: 20px;
}

.input-same-line-Full {
    display: inline-block;
}


.label-same-line-NM {
    display: inline-block;
}

.label-same-line {
    margin-bottom: 25px;
    display: inline-block;
}

.select-same-line {
    display: inline-block;
    width:250px;
}

.disable-input {
    background-color:#ccc;
}

.NormalItem {
    max-width: 100px;
    max-height: 100px;
}

.button-container {
    display: flex;
}

.black-color {
    color:#000 !important;
}

.white-color {
    color: #fff !important;
}

.blac-border {
    border: 1px #000 solid;
}


/***************************************************
   Control Panel Menu
**************************************************==*/

.Member-Menu-item{
    font-size : 12px !important;
}

.Member-dropdown-menu {
    left: auto !important;
    right: -50px !important;
    border: #fff 1px solid;
}

@media (max-width: 767px) {

    .Member-dropdown-menu {
        left: auto !important;
        right: -75px !important;
        border: #fff 1px solid;
    }

}

.navbar-no-Lines {
    list-style: none !important ;
}

.Member-Account-Name {
    font-size: 12.5px;
    font-weight: bold;
    letter-spacing: 0px;
    /*color: #e30521;*/
    color: #fff;
}

.member-nav-item-no-padding {
    padding: 0.5rem 0rem;
}

/* Fix For Member Menu - Desktop */
#navbarNav > div.d-none.d-lg-block > ul > li > a {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

/* Fix For Member Menu - Mobile */
body > header > nav > div.d-lg-none.ms-auto.me-3.navbar-shopping-icons.navbar-shopping-search-icon-mobile > li > a {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.badgeAlert {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #d9534f;
    border-radius: 10px;
    position: absolute;
    margin-top: -8px;
    margin-left: -20px;
    border: 1px solid #fff;
}

.badgeCart {
    display: inline-block;
    min-width: 10px;
    padding: 7px 7px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #d9534f;
    border-radius: 10px;
    position: absolute;
    margin-top: 16px;
    margin-left: -20px;
    border: 1px solid #fff;
}

.Top-toolbar-display {
    display: inline !important
}

@media (max-width: 767px) {

    .Top-toolbar-display {
        display: inline !important
    }

    .badgeAlert {
        margin-top: -8px;
        margin-left: -20px
    }

    .badgeCart {
        margin-top: 15px;
        margin-left: -20px
    }

    /* Fix For Member Menu - Mobile */
    body > header > nav > div.d-lg-none.ms-auto.me-3.navbar-shopping-icons.navbar-shopping-search-icon-mobile > li > a {
        padding-right: 18px !important;        
        padding-left: 0px !important;
    }
}

.report-link-Active {
    color:#fff;
    font-size :16.5px;
    background-color: #ba3333;
}

.report-link-Active:hover {
    color: #fff;
    font-size: 16.5px;
   background-color: #000;
}


.report-link-Normal {
    color: #000;
    font-size: 16.5px;
    background-color: #fff;
}


.report-link-Normal:hover {
    color: #fff;
    font-size: 16.5px;
    background-color: #000;
}


.report-link-Small {
    color: #000;
    font-size: 14px;
}


.report-link-Small:hover {
    color: #fff;
    font-size: 14px;
}


.report-link-Small-Active {
    color: #fff;
    font-size: 14px;
    background-color: #ba3333;
}

.report-link-Small:hover {
    color: #fff;
    font-size: 14px;    
}





/***************************************************
   Breadcrumb Styles Starts 
**************************************************==*/
.breadcrumb {
    text-transform: uppercase;
    padding: 10px 18px;
    border: 1px solid #e8e8e8;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.breadcrumb li {
    color: #878a8c;
    font-size: 13px;
}

.breadcrumb > li + li:before {
    content: "\00a0 \00BB \00a0 ";
    color: #e30521;
    font-size: 14px;
}

.breadcrumb li a {
    color: #252a2f;
    text-decoration:none !important ;
}



/***************************************************
  Heading 
**************************************************==*/

.main-heading {
    padding-top: 25px;
    font-size: 30px !important;
    text-transform: uppercase;
}

.main-heading span {
    font-size: 18px;
    color: #878a8c;
}

.main-heading2 {
    font-size: 24px;
}

.main-heading,
.main-heading2,
.sub-heading {
    text-transform: uppercase;
}

.sub-heading {
    font-size: 24px;
    padding: 10px 0;
}

/***************************************************
   Compare Page Styles Starts 
**************************************************==*/
.compare-table {
    margin-top: 30px;
    background: #fff;
    text-transform: uppercase;
}


.compare-table tbody > tr > td {
    font-size: 16px;
}

.compare-table thead > tr > th {
    font-size: 15px;
}


/**************************************************
    Buttons With Arrow     
**************************************************/

.lnk-btn-arrows,
.lnk-btn-arrows:hover {
    border-color: #000 !important;
}

.btn-gray , 
.btn-gray:hover {
    background-color: #e8e8e8;
    border-color: #ccc;
    color: #000;
}


.btn-arrow-right,
.btn-arrow-left {
    position: relative;
    padding-left: 30px !important;
    padding-right: 20px !important;
}

.btn-arrow-right {
    padding-left: 36px ;
}

.btn-arrow-left {
    padding-right: 36px;
}

.btn-arrow-right:before,
.btn-arrow-right:after,
.btn-arrow-left:before,
.btn-arrow-left:after { /* make two squares (before and after), looking similar to the button */
    content: "";
    position: absolute;
    top: 5px; /* move it down because of rounded corners */
    width: 26px; /* same as height */
    height: 26px; /* button_outer_height / sqrt(2) */
    background: inherit; /* use parent background */
    border: inherit; /* use parent border */
    border-left-color: transparent; /* hide left border */
    border-bottom-color: transparent; /* hide bottom border */
    border-radius: 0px 0px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
}

.btn-arrow-right:before,
.btn-arrow-right:after {
    transform: rotate(45deg); /* rotate right arrow squares 45 deg to point right */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.btn-arrow-left:before,
.btn-arrow-left:after {
    transform: rotate(225deg); /* rotate left arrow squares 225 deg to point left */
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}

.btn-arrow-right:before,
.btn-arrow-left:before { /* align the "before" square to the left */
    left: -11px;
}

.btn-arrow-right:after,
.btn-arrow-left:after { /* align the "after" square to the right */
    right: -11px;
}

.btn-arrow-right:after,
.btn-arrow-left:before { /* bring arrow pointers to front */
    z-index: 1;
}

.btn-arrow-right:before,
.btn-arrow-left:after { /* hide arrow tails background */
    /*background-color: white;*/
    background-color: #eaeaea !important;
}


/**************************************************
    Buttons With Arrow     
**************************************************/

.Categories-Tree {
    overflow: auto;
    max-height: 400px;
    border: 2px solid #fff;
    padding: 10px 10px 10px 10px;
}

.Categories-Tree-Ul {
    padding-right: 20px !important;
    padding-left: 20px !important;
    padding-top:5px !important;
    padding-bottom:5px !important;
    display: grid;
}


/**************************************************
    Sidebar Styles Stars   
**************************************************/
.side-heading {
    margin-top: 0;
    margin-bottom: 0px;
    padding: 12px 20px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background: #AC212A;
}

.list-group,
.list-group-item:first-child,
.list-group-item:last-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.list-group-item {
    color: #252a2f;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #f0f0f0;
    border-color: #d5d5d5;
}

.list-group.categories a.list-group-item:hover,
.list-group.categories a.list-group-item:focus {
    background-color: #AC212A;
}

.list-group.categories a.list-group-item:hover,
.list-group.categories a.list-group-item:focus,
.list-group.categories a.list-group-item:hover .fa,
.list-group.categories a.list-group-item:focus .fa {
    color: #fff;
}

.list-group-item .fa {
    font-size: 12px;
    padding-right: 6px;
    color: #AC212A;
}

.filter-group {
    margin-left: 20px;
}

/**************************************************
   Pagination Styles Starts
**************************************************/


.pagination {
    margin: 0;
    --bs-pagination-color: #53565a !important;
}

.pagination > li > a {
    color: #444c53;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background: #AC212A;
    border-color: #AC212A;
}


.pagination-listItem-padding {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.page-optionbox {
    transform: translate(-1%,0%);
}


.page-optionbox select {
    background: #eaeaea;
    color: #191818;
    padding: 10px;
    width: 110px;
    height: 55px;
    border: none;
    font-size: 17px;
    box-shadow: 0 1px 1px rgb(16 15 15);
    -webkit-appearance: button;
    outline: none;
}

.page-optionbox:before {
    content: '\f358';
    font-family: "Font Awesome 5 free";
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    background: #eaeaea;
    text-align: center;
    line-height: 50px;
    color: #AC212A;
    font-size: 25px;
    pointer-events: none;
}

.page-optionbox:hover:before {
    background: #eaeaea;
}






/**************************************************
   Tabs Styles Starts
**************************************************/
.tabs-panel {
    margin-top: 20px;
}

.tabs-panel.panel-smart {
    padding: 0;
}

.tabs-panel .nav-tabs {
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 4px solid #000;
}

.tab-nav-item-noPadding {
    padding: 0px;
}

.tab-holder .nav-link.active {
    background-color: #ac212a !important;
    color: white !important;
}

.tab-holder .nav-link:not(.active) {
    color: black;
}




/**************************************************
   The switch - the box around the slider
**************************************************/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float: right;
}

 /* Hide default HTML checkbox */
 .switch input {
     display: none;
 }


.switchNormal {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    /*float: right;*/
}

/* Hide default HTML checkbox */
.switchNormal input {
    display: none;
}


/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input.default:checked + .slider {
    background-color: #444;
}

input.primary:checked + .slider {
    background-color: #2196F3;
}

input.success:checked + .slider {
    background-color: #8bc34a;
}

input.info:checked + .slider {
    background-color: #3de0f5;
}

input.warning:checked + .slider {
    background-color: #FFC107;
}

input.danger:checked + .slider {
    background-color: #f44336;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}



/**************************************************
   Range Slider
**************************************************/

.range-slider .slider.slider-horizontal {
    background-color: unset !important;
    width:100% !important;
}


.range-slider .slider:before {
    background-color: unset !important;
}



/**************************************************
   Search Auto Complete
**************************************************/
ul.ui-autocomplete {
    z-index: 1100;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    font-size: 14px !important;
    color: #000;
    background-color:#eaeaea;
}


.ui-autocomplete-loading {
    background: url('../images/wait-dots.gif') no-repeat right center !important;
    width: 50px !important;
}

.mfp-bottom-bar
{
    display:none !important;
}


.preview-corner {
    width: 0;
    height: 0;
    border-top: 150px solid #e30521;
    border-bottom: 150px solid transparent;
    border-left: 150px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
}

.preview-corner span {
    position: absolute;
    top: -110px;
    width: 100px;
    left: -100px;
    text-align: center;
    font-size: 16px;
    color:#fff !important ;
    transform: rotate(45deg);
    display: block;
}





