:root {
    --main-color: #dc3545;
}

body {
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none !important;
}


/* main header */

header .main-header .header-logo img {
    width: 60%;
}

header .main-header .header-logo h6 {
    font-weight: 600;
    color: var(--main-color);
    margin-bottom: 0;
}


/* header .main-header .header-nav li {
    margin-right: 10px;
    padding-right: 10px;
} */

header .main-header .header-nav li a {
    text-decoration: none;
    color: var(--main-color);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

header .main-header .header-mail h5 {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

header .main-header .header-mail a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    color: var(--main-color);
}

header .header-nav .header-catagory {
    transition: 2s;
}

header .header-nav .top_cat {
    gap: 30px;
    position: relative;
}

header .header-nav .top_cat li {
    padding: 10px 0;
}

header .header-nav .category-dropdown {
    height: 0px;
    overflow: hidden;
    position: absolute;
    top: 105%;
    left: 35%;
    width: 70%;
    transition: 0.5s ease-in-out;
    z-index: 20;
}

header .header-nav .header-catagory:hover .category-dropdown {
    overflow: visible;
    transform-origin: bottom;
}

header .header-nav .category-dropdown ul {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 30%);
}

header .header-nav .category-dropdown ul li a {
    color: black;
}

header .header-nav .category-dropdown ul li a:hover {
    color: var(--main-color);
}


/* main header */


/* BOTTOM HEADER */

.bottom-header {
    position: sticky;
    top: 0;
    z-index: 0;
}

.bottom-header .header-bottom-catagory .hamburg .line {
    width: 30px;
    height: 2px;
    margin-bottom: 4px;
    background-color: black;
}

.bottom-header .bottom-catagory a {
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

.bottom-header .header-bottom-catagory {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.bottom-header .bottom-catagory .category-dropdown {
    display: none;
    transition: 2s;
    z-index: 9999;
}

header .header-bottom-catagory .bottom-catagory-ul:hover .category-dropdown {
    display: block;
    transition: 2s;
}

.bottom-catagory-ul {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999999;
}

.bottom-catagory-ul li i {
    display: none;
}

.bottom-catagory .category li:hover i {
    display: block;
}

.bottom-catagory .category-dropdown a {
    color: black;
    font-size: 14px;
}

.bottom-catagory .category-dropdown ul {
    position: absolute;
    background-color: #fff;
    padding: 15px;
    z-index: 9999;
    top: 100%;
    right: -15%;
    width: 100%;
}

.bottom-header {
    position: sticky;
    top: 0;
}

#navbar {
    z-index: 9;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}


/* Search Header */

.header-search {
    position: relative;
}

.header-search input {
    position: relative;
    width: 100%;
    padding: 10px;
    outline: none;
    border: none;
}

.header-search button {
    position: absolute;
    top: 8%;
    right: 8%;
    font-size: 24px;
    background-color: transparent;
    border: none;
    outline: none;
}

.search_sec .card-img-top {
    width: 100% !important;
    height: 280px;
}

.page-404 .button {
    color: var(--main-color);
}


/* Home Banner */

.home-banner {
    z-index: -1;
}

.home-banner h1 {
    /*text-shadow: 2px 0 #fff;*/
    font-size: 40px;
    font-weight: 800;
}

.home-banner .owl-dots {
    position: absolute;
    left: 47%;
    bottom: 0;
}

.home-banner .owl-dots .active span {
    background: var(--main-color) !important;
    border: 1px solid var(--main-color);
    border-radius: 50px;
}

.home-banner .owl-dots .owl-dot {
    margin-left: 15px;
}

.home-banner .owl-dots .owl-dot span {
    margin: 2px !important;
}

.home-banner .owl-dots .owl-dot.active {
    border: 2px solid var(--main-color);
    border-radius: 50%;
}

.home-banner .owl-dots .owl-dot {
    outline: none;
}


/* ./Home Banner */


/* shop-by-category */

.shop-by-category .supermarket {
    background-image: url(../category/supermarket-rack.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.2);
}

.shop-by-category .supermarket .content {
    background-color: rgba(0, 0, 0, 0.5);
}


/* .shop-by-category .textile {
    background-image: url(../category/Textile\ Racks\ category\ image.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
}

.shop-by-category .textile .content {
    background-color: rgba(0, 0, 0, 0.6);
}

.shop-by-category .electronic {
    background-image: url(../category/Electronics\ Rack\ category\ images.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
} */

.shop-by-category .electronic .content {
    background-color: rgba(0, 0, 0, 0.6);
}


/* ./shop-by-category */


/* BEST SELLING PRODUCTS */

.card-body a.btn {
    background-color: green !important;
    color: white;
    border-top: none;
}

.card-body a:hover {
    transform-origin: top;
    color: black;
}

.card {
    background-color: rgb(252, 251, 251);
}

.grid-item {
    padding: 10px;
    background: white;
    cursor: pointer;
}

.card-image {
    display: flex;
    justify-content: center;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.add_fav {
    position: absolute;
    right: 0;
    top: 20px;
    opacity: 0;
    transition: 0.5s;
    /* display: none; */
}

.add_fav div {
    padding: 2px 5px;
    transition: 0.5s;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
}

.add_fav div:hover {
    background-color: var(--main-color);
    color: #fff;
}

.card-image:hover .add_fav {
    opacity: 1;
    right: 0;
}

.card-image:hover {
    transition: 1s;
    box-shadow: 0 20px 20px -20px rgb(0 0 0 / 25%);
}

.card-image:hover .fav {
    opacity: 1;
    right: 5px;
    transform: 0.5s;
}

.card-image .new {
    position: absolute;
    left: -2px;
    top: 15px;
    background: #dd2238;
    color: white;
    border-radius: 2px;
}

.card-image .new::before {
    border-color: #dd2238 transparent transparent;
    border-style: solid solid solid none;
    border-width: 9px 9px 9px 0;
    bottom: -15px;
    content: "";
    left: 0;
    position: absolute;
    width: 9px;
}

.card-image .fav {
    position: absolute;
    right: -10px;
    opacity: 0;
    transform-origin: right;
    transition: 0.5s;
    top: 30px;
}

.card-image .fav i {
    font-size: 20px;
    background-color: white;
    padding: 5px;
    display: inline-block;
}

.card-image .fav i:hover {
    background-color: #dd2238;
    color: #fff;
}

.card-image .fav .add-favorites {
    color: white;
    font-size: 12px;
    background-color: black;
    border-radius: 5px;
    padding: 2px 8px;
    opacity: 0;
    transition: 1s;
    display: inline-block;
}

.card-image .fav:hover .add-favorites {
    opacity: 1;
}

.cat_name {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #777;
}

.card-body {
    padding: 10px 0;
}


/* GRID TEMPLATE */


/* captcha */

.fb9 {
    border: 1px solid #3366ff;
    background-color: #b3c6ff;
    width: 150px;
    height: 30px;
}

.bottom-banner h1 {
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 2px 0;
}

.login_root {
    text-align: center;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.user_access {
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 30px;
    position: relative;
    margin: 0;
}

.user_access .my_order {
    position: absolute;
    top: 15px;
    /*opacity: 0;*/
    display: none;
    left: -100px;
    width: 120px;
    background-color: #fff;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.4);
    padding: 10px 0;
    transition: 0.5s;
}

.user_access .my_list:hover .my_order {
    top: 45px;
    /*opacity: 1;*/
    display: block;
}

.user_access .my_order ul {
    padding: 0;
}

.user_access .my_order ul li:nth-child(1) {
    border-bottom: 1px solid #999;
    padding-bottom: 15px;
}

.user_access .my_order ul li {
    list-style-type: none;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
}

.user_access li {
    font-size: 25px;
    color: #fff;
    list-style: none;
    position: relative;
}

.user_access li span {
    position: absolute;
    bottom: 0;
    right: -2px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 16px;
    background-color: #083487;
    font-size: 10px;
    border-radius: 50%;
}


/* Footer */

.footer {
    background-color: #172134;
    padding: 60px 0 5px 0;
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer-img img {
    background-color: white;
    width: 200px;
    height: 90px;
    border-radius: 10px;
    padding: 10px;
}

.footer-img a:hover {
    color: white;
}

.footer-list {
    padding-left: 20px;
}

.footer-list-area h3 {
    color: white;
    font-size: medium;
    font-weight: 800;
}

.footer-list-area ul {
    padding: 0;
}

.footer-list-area li {
    padding-bottom: 5px;
}

.footer-list-area a {
    font-size: 14px;
    color: white;
    text-decoration: none;
    opacity: 0.8;
}

.footer-list-area i {
    padding: 5px;
    opacity: 0;
}

.footer-list-area a:hover {
    margin-left: 10px;
    color: white;
    opacity: 1;
    transition: 0.7s;
}

.footer-list-area a:hover i {
    opacity: 1;
}

.footer-categories h3 {
    color: white;
    font-size: medium;
    font-weight: 800;
    margin-left: -13px;
}

.footer-categories li {
    margin-left: -42px;
}

.footer-categories a {
    font-size: small;
    opacity: 0.8;
}

.footer-categories i {
    padding: 5px;
    opacity: 0;
}

.footer-categories a {
    font-size: 13px;
    font-weight: bold;
}

.footer-categories a:hover {
    transition: 0.7s;
    margin-left: 10px;
    color: white;
    opacity: 1;
}

.footer-categories a:hover i {
    opacity: 1;
}

.footer-contact {
    padding-bottom: 20px;
}

.footer-contact h3 {
    color: white;
    font-size: medium;
    font-weight: 800;
    margin-left: -13px;
}

.footer-contact i {
    padding: 5px;
}

.footer-contact li {
    margin-left: -47px;
    padding-bottom: 5px;
}

.footer-contact a:hover {
    color: white;
}

.footer-follow-us h5 {
    color: white;
}

.footer-follow-us img {
    width: 30px;
    height: 30px;
    opacity: 0.8;
}

.footer-follow-us img:hover {
    opacity: 1;
}

.footer-follow-us li {
    display: inline;
    margin-left: 7px;
}

.footer-copy p {
    color: white;
    text-align: center;
    font-size: small;
}

.footer-copy a {
    color: var(--main-color);
    font-size: small;
}

hr {
    background-color: var(--main-color);
    height: 3px;
    opacity: 1;
}


/* Details.HTML */

.owl-carousel11 .owl-nav span {
    font-size: 2rem;
    background: rgba(0, 0, 0, 0.6);
    padding: 0px 10px 3px !important;
    height: 20px !important;
    width: 19px !important;
    border-radius: 50%;
}

.owl-carousel11 .owl-nav span:hover {
    color: white;
}

.owl-carousel11 .owl-nav {
    width: 100%;
    position: absolute;
    top: 40%;
    display: none;
}

.owl-carousel11:hover .owl-nav {
    display: block;
}

.owl-carousel11 .owl-nav .owl-prev {
    float: left;
    top: 50%;
}

.owl-carousel11 .owl-nav .owl-next {
    float: right;
}

.owl-carousel11 .owl-nav button {
    height: auto;
    position: relative;
    top: 50%;
    outline: none;
}

.owl-carousel11 .owl-nav button:hover {
    background: none !important;
    color: black !important;
}

.owl-carousel11 .owl-nav span:focus-visible {
    outline: none;
}

.rating i {
    font-size: 14px;
    color: #dd6d22;
}

.rating.no i {
    color: #999;
}

.product hr {
    background-color: rgba(117, 117, 117, 0.2);
    height: 0.8px;
}

.product .btn:hover {
    transition: 0.5s;
    transform-origin: top;
    color: black !important;
}

.owl-carousel22 .owl-nav span {
    font-size: 2rem;
    background: rgba(0, 0, 0, 0.6);
    padding: 0px 10px 3px !important;
    height: 20px !important;
    width: 19px !important;
    border-radius: 50%;
}

.owl-carousel22 .owl-nav span:hover {
    color: white;
}

.owl-carousel22 .owl-nav {
    width: 110%;
    position: absolute;
    top: 30%;
    display: none;
}

.owl-carousel22:hover .owl-nav {
    display: block;
}

.owl-carousel22 .owl-nav .owl-prev {
    float: left;
    top: 50%;
}

.owl-carousel22 .owl-nav .owl-next {
    float: right;
}

.owl-carousel22 .owl-nav button {
    height: auto;
    position: relative;
    top: 50%;
    outline: none;
}

.owl-carousel22 .owl-nav button:hover {
    background: none !important;
    color: black !important;
}

.owl-carousel22 .owl-nav span:focus-visible {
    outline: none;
}

.description ul li {
    padding: 10px;
}

.description ul li a {
    font-size: 18px;
    font-weight: 500;
}

.description .active {
    border-bottom: 2px solid #3366ff;
}

.description .active a {
    color: var(--main-color) !important;
}

.related .title h2 {
    font-size: 30px;
    font-weight: 600;
    z-index: 1;
}

.related .title span {
    top: 0;
    text-align: center;
    width: 100%;
    z-index: 0;
    opacity: 0.2;
    margin-top: -15px;
}

.owl-carousel33 .owl-nav span {
    font-size: 2rem;
    color: #fff;
    background: var(--main-color);
    padding: 0px 15px 3px !important;
    height: 20px !important;
    width: 19px !important;
    box-shadow: 0 20px 20px -20px rgb(0 0 0 / 5%);
}

.owl-carousel33 .owl-nav {
    width: 100%;
    position: absolute;
    top: 30%;
    display: none;
}

.owl-carousel33:hover .owl-nav {
    display: block;
}

.owl-carousel33 .owl-nav .owl-prev {
    float: left;
    top: 50%;
}

.owl-carousel33 .owl-nav .owl-next {
    float: right;
}

.owl-carousel33 .owl-nav button {
    height: auto;
    position: relative;
    top: 50%;
    outline: none;
}

.owl-carousel33 .owl-nav button:hover {
    background: none !important;
    color: black !important;
}

.owl-carousel33 .owl-nav span:focus-visible {
    outline: none;
}


/* End Details.HTML */


/** Category Page **/

.banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../banner/category_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 93px;
}

.banner-heading {
    color: aliceblue;
}


/*banner*/

.product-types {
    padding: 20px;
    border: 1px solid #ededed;
}

.product-types a {
    color: var(--main-color);
    font-weight: bold;
    font-size: medium;
    font-size: 14px;
}

.product-types h4 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    background-color: #f8f8f8;
    border-radius: 3px;
    padding: 10px;
    line-height: 10px;
    display: flex;
}

.product-types i {
    padding-left: 44%;
}

.product-types a:hover {
    color: #000;
}

.product-list {
    display: none;
}

#product-list {
    padding-left: 10px;
    list-style: none;
}

#product-list li {
    margin: 5px 0;
}

.product-image {
    position: relative;
}

.product-image:hover {
    box-shadow: 0 20px 20px -20px rgba(252, 1, 1, 0.692);
}

.product-image:hover .cat_fav i {
    opacity: 1;
    transition: 1s;
}

.product-image:hover .add_fav {
    opacity: 1;
}

.product-image .cat_fav i {
    position: absolute;
    padding: 10px;
    opacity: 0;
    color: var(--main-color);
}

.card {
    width: 100% !important;
}

.card-body .text-danger {
    font-weight: 600;
}

.card-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}

.card-text a {
    color: var(--main-color);
}

.card-title a {
    color: #333;
}

.card-text i {
    padding-right: 5px;
}

.card-text {
    font-size: medium;
    font-weight: bold;
}

.card-img-top {
    width: 60%;
    height: 250px;
    margin: auto;
}

.best-products .card-img-top,
.new-product .card-img-top {
    width: 100% !important;
}

.product-item {}

.range input[type="number"] {
    width: 50px;
    height: 30px;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
}

.range input[type="number"]::-webkit-inner-spin-button,
.range input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.range .range-slider {
    position: relative;
    width: 400px;
    height: 5px;
    background: #ddd;
    outline: none;
    top: 1px;
    margin: 10px;
}

.range .range-slider .progress {
    left: 5px;
    right: 5px;
    height: 100%;
    background: var(--main-color);
    border-radius: 50px;
    position: absolute;
}

.range .range-slider input[type="range"] {
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    -webkit-appearance: none;
    pointer-events: none;
    background: none;
    outline: none;
}

.range .range-slider input::-webkit-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
    background-color: var(--main-color);
    border-radius: 50px;
}


/** Category Page End **/


/** Cart Page **/

section.bg_gray {
    z-index: 2;
    position: relative;
    background-color: #fff;
}

.bg_gray {
    background-color: #f8f8f8;
}

.cart_margin {
    padding-top: 30px;
    padding-bottom: 30px;
}

.page_header h1 {
    color: #111;
    font-size: 24px;
    margin: 0 0 5px 0;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 30px;
}

.step {
    margin-bottom: 30px;
    width: 100%;
    text-transform: uppercase;
}

.step h3 {
    margin-left: -15px;
    margin-right: -15px;
    padding: 8px 12px 8px 20px;
    color: #fff;
    background-color: rgb(51, 51, 51);
    font-size: 20px;
}

.table {
    width: 100%;
    color: rgb(33, 37, 41);
    border-collapse: collapse;
}

.table tr {
    border-style: hidden;
}

.text-center {
    font-weight: 400;
    text-align: center;
}

.Price {
    width: 15%;
}

.GST {
    width: 10%;
}

.Quantity {
    width: 20%;
}

.Subtotal {
    width: 5%;
}

#checkout {
    font-size: 15px;
}

.form-group {
    padding: 10px;
    font-size: 0.875rem;
}

.register-content {
    padding-top: 15px;
}

.register label {
    margin-top: 15px;
    font-weight: 600;
    color: #555;
}

.register-content .form-group {
    margin-bottom: 10px;
}

.card-box {
    background-color: rgb(255, 255, 255);
    padding-top: 30px;
    padding-bottom: 30px;
}

.head-box1 {
    font-size: 16px;
    margin-left: 10px;
    color: #dd2238;
}

.head-box2 {
    font-size: 13px;
    margin-left: 10px;
    color: #dd2238;
}

.para {
    font-size: 10px;
    margin-left: 10px;
}

.btn_1 {
    border: none;
    border-radius: 3px;
    background: #dd2238;
    outline: none;
    display: inline-block;
    text-decoration: none;
    padding: 12px 20px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    width: 40%;
    margin: 15px 10px 0 auto;
    /* margin-top: 23px;
margin-right: 20px;
padding-right: 16px;
padding-left: 16px;
margin-left: 88px; */
}

form .form-control:focus {
    border: none;
    box-shadow: 0 0 5px gray;
}

form .form-select:focus {
    border: none;
    box-shadow: 0 0 5px gray;
}


/* .modal-header {
     background: #F7941E;
      color: #fff;
  } */

.required:after {
    content: "*";
    color: red;
}

form .modal-control {
    font-size: 14px !important;
}

.cart_name {
    float: right;
}

.cart-list input {
    width: 160px;
    margin-left: 10px;
    margin-top: 12px;
    font-size: 18px;
    border-radius: 50px;
    background-color: #fff !important;
    border: 1px solid #c5c5c5;
    height: 40px;
}

.cart_delete {
    margin: 15px auto;
    width: 30px;
    font-size: 22px;
    color: var(--main-color);
    text-align: center;
    cursor: pointer;
}

#total {
    font-size: 18px;
    background-color: #fff;
    font-weight: 700;
}

.cart_modal {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.cart_img {
    float: left;
    width: 90px;
    height: 90px;
}

.cart-product-td{
    display: flex;
    /*column-gap: 10px;*/
    flex-wrap: nowrap;
}

/** Cart Page End**/


/** Login Page **/

.login_section {
    padding: 80px 0;
}

.login_section .login_input input {
    width: 100%;
    border: 1px solid #c6c6c6;
    border-radius: 4px;
    height: 40px;
    padding: 0 10px;
    outline: none;
}

.otp_submit {
    padding: 5px 25px;
    margin-top: 20px;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff;
    border-radius: 4px;
    outline: none;
}


/** Single Product **/

.related-products .card-img-top {
    width: 100% !important;
}

.related-products .card-image:hover .fav,
.related-products .card-image:hover .add_fav {
    right: 20px !important;
}

.rate_body .center {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.rate_body label {
    float: right;
    font-size: 45px;
    color: #000;
    margin: 5px;
    text-align: center;
    cursor: pointer;
}


/* label::before {
    content: "\f005";
    font-family: 'Font Awesome 5 free';
    font-size: 8vh;
} */

.rate_body label:hover,
.rate_body label:hover~label {
    color: #FCA311;
    transition: 0.5s;
    font-weight: 600;
    text-shadow: 2px 2px #000;
}

.rate_body .active,
.rate_body .active2 {
    color: #FCA311;
    font-weight: 600;
    text-shadow: 2px 2px #000;
}

.rating_btn {
    padding: 8px 25px;
    background: var(--main-color);
    border-radius: 5px;
    color: #fff;
    border: 1px solid;
}

.description .active{
    border-bottom: 2px solid var(--main-color);
}

.description-nav .btn_1{
    width: 12%;    
}

.description-nav .leave-areview-p{
    text-align: right;
}
.description-nav .nav-tabs .nav-link{
    color: var(--main-color);
}

.thumbup-img-sec .slick-list{
    padding: 0 !important;
}
.product-reviews-summary .rating-summary:before, .product-reviews-summary .rating-summary:after {
    content: "";
    display: table;
}

.product-reviews-summary .rating-result, .product-reviews-summary .rating-result > span{
    color: #ccc;
    white-space: nowrap;
    line-height: 1;
    display: block;
}

.product-reviews-summary .rating-result > span{
    color: #ff9900;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}


.product-reviews-summary .rating-result:before, .product-reviews-summary .rating-result > span:before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    font-family: "FontAwesome";
    font-size: 12px;
    letter-spacing: 1.5px;
    line-height: 1;
    display: block;
    margin-top: 15px;
}
.product-reviews-summary .rating-summary:after{
    clear: both;
}

.product-reviews-summary .rating-result {
    position: relative;
    display: block;
    overflow: hidden;
    float: left;
}

.thumbup-zoom .slick-item{
    display: flex;
    justify-content: center;
}

.my-order-container{
    padding: 30px 0;
}

.single-related-product{
    height: 400px;
}
.single-related-product .card-body{
    height: 150px;
}
.single-related-product .card-title{
    height: 50px;
}

.wishlist{
    padding: 30px 0;
}


/********************************* Responsive **********************************/

@media only screen and (min-width: 300px) and (max-width: 776px){
    .header-top-mail{
        text-align: center;
        margin-bottom: 10px;
    }
    .login_root{
        margin: 10px 0;
        text-align: left;
        display:flex;
        justify-content:space-between;
    }
    .footer .footer-img{
        padding-bottom: 15px;
    }
    .footer-categories h3{
        margin-left: 0;
    }
    .footer-categories ul{
        padding: 0;
    }
    .footer-categories li{
        margin-left: 0;
    }
    .footer-contact h3{
        margin-left: 0;
    }
    .footer-contact ul{
        padding: 0;
    }
    .footer-contact li{
        margin-left: 0;
    }
    .login-page-column{
        margin-left: 0;
        padding: 0 50px;
    }
    .user_access{
        margin: 10px 0;
        display:flex;
        justify-content:space-between;
    }
    .product-types h4{
        display: flex;
        justify-content: space-between;
    }
    .product-types i{
        padding-left: 0;
    }
    .category-page-row{
        row-gap: 20px;
    }
    .product-page-row{
        row-gap: 30px;
    }
    .thumbup-zoom .slick-item img{
        height: 300px;
    }
    .single-page-spec-table{
        padding: 0 10px!important;
    }
    .description-nav .btn_1 {
        width: 40%;
    }
    .my-order-container{
        padding: 30px 25px;
    }
    .user_access .my_order{
        top: 54px;
    }
    .contact-input-div{
        width: 80% !important;
    }
    .header-search input{
        display: none;
    }
    .header-search button{
        display: none;
    }
    .category-menu-nav{
        display: none;
    }
    .categorynav1{
        display: block !important;
    }
    .hamburg{
        display: none;
    }
    .banner{
       background-size: 100% 100%;
       padding:40px;
       
    }
    .banner-heading h1{
        font-size:20px;
        
    }
    .banner1{
         background-size: 100% 100% !important;
          height: 200px !important;
    }
    
    .home-banner h1{
        font-size:20px;
        margin:0px !important;
    }
    .bottom-banner h1 {
     font-size:14px;   
     font-weight:500;
    }
    .ssss{
     
        display:block !important;
    }
    
    .ssss1{
     
        display:none !important;
    }
    
    .mennu{
        
        display:block !important;
    }
    .webview{
        display:none !important;
    }
    
}


@media only screen and (min-width: 300px) and (max-width: 411px){
   .description-nav .btn_1 {
        width: 55%;
    } 
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #FFF;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  
}

.sidebar a {
  padding: 8px 8px 8px 11px;
  text-decoration: none;
  font-size: 12px;
  color: #111;
  display: block;
  transition: 0.3s;
}

.sidebar .as:hover {
  color: #dc3545;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}
/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #f1f1f1;
}



.active {
  background-color: #dc3545;
  color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #FFF;
  padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}
#main {
  transition: margin-left .5s;
  padding: 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}


