﻿
@font-face {
    font-family: 'montserrat-medium';
    src: url('../admin/icons/cryptocoins/fonts/montserrat-medium.ttf?v=YubPZptQzF4Jn3KHzmhHxgJaSpg') format('truetype');
}

@font-face {
    font-family: 'montserrat-light';
    src: url('../admin/icons/cryptocoins/fonts/montserrat-light.ttf?v=zXTkJdTX1TE7RVCTZZk0_Rlvklo') format('truetype');
}

@font-face {
    font-family: 'quicksand-regular';
    src: url('../admin/icons/cryptocoins/fonts/quicksand-regular.ttf?v=YubPZptQzF4Jn3KHzmhHxgJaSpg') format('truetype');
}

@font-face {
    font-family: 'montserrat-regular';
    src: url('../admin/icons/cryptocoins/fonts/montserrat-regular.ttf?v=YubPZptQzF4Jn3KHzmhHxgJaSpg') format('truetype');
}

@font-face {
    font-family: 'worksans-medium';
    src: url('../admin/icons/cryptocoins/fonts/worksans-medium.ttf?v=VTwKpi-907bVsA19HMaTherrLhA') format('truetype');
}

@font-face {
    font-family: 'worksans-regular';
    src: url('../admin/icons/cryptocoins/fonts/worksans-regular.ttf?v=V3aLbt_W-8O5i1tF0zaGWUUkNcA') format('truetype');
}

body {
    overflow-x: hidden;
    font-family: Futura,Trebuchet MS,Arial,sans-serif;
}

p {
    font-family: quicksand-regular,sans-serif;
}

h1 {
    font-family: montserrat-medium;
}

h2 {
    font-family: montserrat, sans-serif;
}

h3 {
    font-family: montserrat, sans-serif;
}

h4 {
    font-family: Futura,Trebuchet MS,Arial,sans-serif;
}

h5 {
    font-family: Futura,Trebuchet MS,Arial,sans-serif;
}

h6 {
    font-family: Futura,Trebuchet MS,Arial,sans-serif;
}

span {
    font-family: quicksand-regular;
}

span1 {
    font-size: 12px;
    font-family: Montserrat-Medium !important;
    letter-spacing: 0.1rem
}

div {
    font-family: montserrat-medium;
}

label {
    font-family: montserrat-regular;
}

input {
    font-family: montserrat-light;
}

b {
    font-family: Futura,Trebuchet MS,Arial,sans-serif;
}

small {
    font-family: Futura,Trebuchet MS,Arial,sans-serif;
}

button {
    font-family: montserrat-regular;
}

/*NAVBAR*/


#navbar_top {
    background-color: white;
}



.navbar a {
    text-decoration: none;
}

h2.logo {
    margin-left: 10px;
    font-size: 20px;
    font-weight: 400;
    color: black;
}

    h2.logo strong {
        font-size: 35px;
        color: #EDF828;
        font-weight: 600;
    }

h2.center-logo {
    margin: 0 25px;
}

#navbarSupportedContent {
    justify-content: center;
}

ul.navbar-nav {
}

    ul.navbar-nav li.nav-item {
        margin-right: 25px;
    }

    ul.navbar-nav p-3 anchov.nav-item:last-child {
        margin-right: 0;
    }

    ul.navbar-nav li.nav-item a.nav-link {
        margin-top: 9px;
        color: #494949;
        font-size: 14px;
    }

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: #EDF828;
}

ul.navbar-nav li.nav-item a.nav-link:hover {
    color: #A3DDF2;
}

.dropdownn > a {
    display: flex;
    align-items: center;
}

.dropdownnn > a {
    display: flex;
    align-items: center;
}

.dropdownn:hover .dropdownn-navv {
    display: block !important;
    transform: translateY(0);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.dropdownnn {
    padding: 5px 10px 0px 10px;
}

    .dropdownnn:hover .dropdownnn-navvv {
        display: block !important;
        margin-top: 60px;
        width: max-content !important;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    }



.dropdownn-navv {
    display: none !important;
    transition: transform .3s cubic-bezier(0.88,-0.72, 0, 1), opacity .3s ease-in-out;
    transform: translateY(-4rem);
    list-style: none;
    margin: 0;
    position: absolute;
    z-index: 999999;
    background: white;
}

    .dropdownn-navv a {
        font-weight: 300;
        color: black;
        font-size: 14px;
        font-family: 'quicksand-regular'
    }

.dropdownnn-navvv {
    display: none !important;
    transition: transform .3s cubic-bezier(0.88,-0.72, 0, 1), opacity .3s ease-in-out;
    transform: translateY(-4rem);
    list-style: none;
    margin: 0;
    position: absolute;
    z-index: 999999;
    background: white;
}

    .dropdownnn-navvv a {
        font-weight: 300;
        color: black;
        font-family: 'montserrat-regular';
        font-size: 14px;
    }

        .dropdownnn-navvv a:hover {
            color: black !important;
        }

.font-hi img {
    height: 70px;
}

.card {
    border: 0px;
    border-radius: 0px;
}

@media screen and (max-width: 700px) {
    .font-hi img {
        height: auto;
        width: 100%;
    }
}
/*@media screen and (max-width: 400px) {
    .header {
        display: block !important;
        text-align: right;
    }
}*/

.font-hi {
    width: 60%;
    text-align: right;
    margin-right: 0;
}

    .font-hi .underline {
        margin-top: -20px;
        width: 95px;
        border: 1px solid black;
        background-color: black;
    }

.boxsh {
    box-shadow: 0px 1px 30px 0px gray !important;
}

.navli li {
    padding: 8px;
    list-style-type: none;
    position: relative !important;
    z-index: 10 !important;
}



    .navli li a {
        text-decoration: none !important;
        /*color: black;*/
    }

.hoverrr a {
    background-color: #A3DDF2;
    color: white;
}
/*.hoverr1 a {
    background-color: #498B74;
    color: white !important;
}*/

.hoverrr:hover a {
    /*background-color: transparent;*/
    /*border: 1px solid #9F1419;*/
    color: white;
    /* transition: 0.5s all ease-in-out;*/
}

.hoverimage img {
    width: 100%;
    /*transition: 0.5s all ease-in-out;*/
}

.hoverimage:hover img {
    /* transform: scale(1.1);*/
}



.bagg {
    margin-top: -30px !important;
    font-size: 30px !important;
}

.gridd {
    margin-right: 30px;
    margin-top: -30px i !important;
    font-size: 22px !important;
}



.iconss {
    margin-left: -30px;
    display: flex;
    justify-content: center;
}

    .iconss li {
        padding: 10px;
        list-style-type: none;
    }

.clr {
    font-size: 25px !important;
    color: lightgray !important;
}

.iconss li:hover .clr {
    color: black !important;
}

.navbar-light .navbar-toggler {
    color: white !important;
    border-color: white !important;
}



.category {
    height: auto;
    width: auto;
    margin-top: 50px;
    /* text-align: center; */
    border-radius: 10px;
    border-top: 2px solid salmon;
    background-color: white;
    display: none;
    position: absolute;
    top: -11px;
    left: 0;
    z-index: 5000;
}

    .category:hover {
        display: block;
    }

.accc a:hover + .category {
    display: block;
    transition: 0.2s ease;
}

.category ul {
    padding: 10px;
}

    .category ul li {
        list-style-type: none !important;
        line-height: 0%;
    }

        .category ul li a {
            text-decoration: none !important;
            font-weight: lighter;
        }

.category2 {
    height: auto;
    width: 140px !important;
    margin-top: 50px;
    /* text-align: center; */
    border-radius: 10px;
    border-top: 2px solid salmon;
    background-color: white;
    display: none !important;
    position: absolute;
    top: -13px;
    left: -50px;
    z-index: 100000;
}

li:hover .category2 {
    display: block;
}

.a6:hover ~ .category2 {
    display: block;
    transition: 0.2s ease;
}

.category2 li {
    list-style-type: none;
    line-height: 0%;
}

.category2 ul {
    padding: 10px;
}

.category2 a {
    text-decoration: none;
    font-weight: lighter;
}

.disply {
    display: none;
}

@media screen and (min-width: 300px) and (max-width: 800px) {
    .category {
        margin-left: 100PX;
        background-color: white;
        z-index: 9999 !important;
        top: -30PX !important;
    }

        .category:hover {
            display: block;
        }

    .a2:hover ~ .category {
        display: block;
    }

    .category2 {
        margin-left: 100PX;
        background-color: white;
        z-index: 9999999999 !important;
        top: -30PX !important;
    }

        .category2:hover {
            display: block;
        }

    .a6:hover ~ .category2 {
        display: block;
    }

    .disply {
        display: block;
    }

    .font-hi {
        margin-left: 0px;
        /*width: 250px;*/
    }

    .mbvw {
        margin-top: -18px;
        margin-left: 5px;
    }

    .mbvw1 {
        margin-top: -16px;
        margin-left: 5px;
    }

    .mdtit {
        font-size: 10px;
    }

    .mdpri1 {
        font-size: 10px !important;
    }

    .mdpri2 {
        font-size: 12px !important;
    }

    .mdlab {
        font-size: 12px;
    }

    .mdsel {
        font-size: 12px !important;
        height: 25px !important;
        width: 43px !important;
    }

    .mdimg {
        height: 20px !important;
        width: 20px !important;
    }
}
/* .navli li .ac::after {
  content: "" !important;
  width: 70px !important;
  border: 1px solid black !important;
  background: black !important;
  position: absolute !important;
  left: 15px !important;
  top: 36px !important;
  z-index: 9 !important;
  transform: scalex(0) !important;
  transition: transform 0.5s !important;
  transform-origin: left !important;
}

.navli li:hover .ac::after {
  transform: scalex(1) !important;
} */

.acc {
    display: none;
}

.acc1 {
    display: none;
}

@media screen and (min-width: 300px) and (max-width: 800px) {
    .acc {
        display: block;
    }

    .accc {
        display: none;
    }

    .acc1 {
        display: block;
        margin-top: -23px;
        margin-left: 5px;
    }

    .accc1 {
        display: none;
    }

    .mediabtn {
        margin-left: -300px !important;
    }
}

/* SEARCH SECTION */

p {
    font-family: 'Quicksand-Regular';
    margin-top: 0;
    margin-bottom: 1rem;
}




/*NAVBAR END*/
/*CAROUSEL*/
/* .carss{

	margin-top: 85px;
} */
@media screen and (min-width: 300px) and (max-width: 800px) {
    .carss {
        height: auto;
        /* margin-top: 90px; */
    }
}

.carousel-control-prev-icon {
    background-image: url(../long-left-arrow.png?v=uYW6TehyvPOk7GaZW4PoNw-lY3U);
}

.carousel-control-next-icon {
    background-image: url(../long-right-arrow.png?v=uYW6TehyvPOk7GaZW4PoNw-lY3U);
    color: white;
}






/*    .alignn2 {
        top: 338px;
    }*/

@media screen and (min-width: 300px) and (max-width: 800px) {
    .alignn2 {
        text-align: left !important;
        top: -300px !important;
    }

        .alignn2 h1 {
            align-self: flex-end;
        }
}

.alignn2 h1 {
    font-size: 70px;
    color: black;
}

.lineeee2 {
    margin-top: 20px;
    width: 200px;
    border: 3px solid black;
    background-color: black;
}

.alignn2 p {
    font-size: 20px;
    color: gray;
    margin-top: 30px;
}

.alignn2 button {
    margin-top: 30px;
    height: 50px;
    width: 180px;
    border: none;
    background: black;
}

    .alignn2 button a {
        text-decoration: none;
        font-weight: bold;
        color: white !important;
    }

.i1 {
    margin-left: 10px;
    transform: translateX(0px);
    transition: 0.5s;
    transform-origin: center;
}

.alignn2 a:hover .i1 {
    transform: translateX(5px);
}

.alignn3 a:hover .i1 {
    transform: translateX(5px);
}







.headings {
    padding: 10px;
    width: auto;
    border: 0px solid black;
    text-align: center;
}

    .headings p {
        margin-top: 20px;
        font-size: 50px;
        color: gray;
    }



.uline {
    width: 100px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid black;
    background-color: black;
}

.headings span {
    color: gray;
    font-size: 18px;
}

/*carousel end*/

/* SHOP FOR MEN WOMEN */
.sl {
    height: 300px;
    width: 300px;
}

@media screen and (min-width: 300px) and (max-width: 800px) {
    .sl {
        height: auto;
        width: auto;
    }
}
/* SHOP FOR MEN WOMEN END */
/*CONTINER GRID */
.transf {
    position: relative;
}

.btn11 {
    text-align: center;
    height: 30px;
    background: black !important;
    color: white !important;
    position: absolute;
    bottom: 0px;
    left: 30%;
    transition: display 0.5s;
    display: none !important;
}

.btn11 {
    font-size: 13px;
    color: white;
}

.btn2 {
    height: 30px;
    width: 80px;
    font-weight: bold;
    border: none;
    background: black;
    color: white;
    position: absolute;
    top: 20px;
    right: 0px;
}

.hov-main:hover .btn11 {
    display: block !important;
}

.btn11 {
    -webkit-animation: scale-up-ver-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: scale-up-ver-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-6-5 15:14:23
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-ver-bottom
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-ver-bottom {
    0% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }
}

@keyframes scale-up-ver-bottom {
    0% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }
}

.hov-main:hover .hov p {
    display: none;
}

.hov p {
    -webkit-animation: scale-up-hor-right 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: scale-up-hor-right 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-6-5 15:10:48
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-hor-right
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-hor-right {
    0% {
        -webkit-transform: scaleX(0.4);
        transform: scaleX(0.4);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }
}

@keyframes scale-up-hor-right {
    0% {
        -webkit-transform: scaleX(0.4);
        transform: scaleX(0.4);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }
}

.sliderr {
    text-decoration: none;
    color: gray;
    font-size: 13px;
    display: none;
}

.hov-main:hover .sliderr {
    display: block;
}

.sliderr {
    -webkit-animation: scale-up-hor-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: scale-up-hor-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-6-5 15:7:14
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-hor-left
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-hor-left {
    0% {
        -webkit-transform: scaleX(0.4);
        transform: scaleX(0.4);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }
}

@keyframes scale-up-hor-left {
    0% {
        -webkit-transform: scaleX(0.4);
        transform: scaleX(0.4);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }
}

.card1 {
    text-align: left;
}

.card-text1 {
    font-size: 30px;
}

.card1 a {
    text-decoration: none;
    color: black !important;
}

.sales {
    position: relative;
}

.btn3 {
    height: 30px;
    width: 80px;
    font-weight: bold;
    border: none;
    background: black;
    color: white;
    position: absolute;
    top: 20px;
    right: 0px;
}

.btn4 {
    height: 30px;
    width: 120px;
    font-weight: bold;
    border: none;
    background: black;
    color: white;
    position: absolute;
    top: 20px;
    right: 0px;
}

.btn5 {
    height: 30px;
    width: 120px;
    font-weight: bold;
    border: none;
    background: black;
    color: white;
    position: absolute;
    top: 20px;
    right: 0px;
}

@media screen and (min-width: 300px) and (max-width: 800px) {
    .btn11 {
        left: 105px;
    }
}
/*CONTINER GRID END*/
/* media div */


.dspflx {
    display: flex !important;
    align-items: center !important;
    justify-content: space-evenly;
}

/* media div end */
/* delivery div */
.deldiv {
    height: 150px;
    width: 150px;
}

/* delivery div end */
/*FOOTER CONTAINER*/
.bgclr2 {
    height: auto;
    width: 100%;
    border: 1px solid gray;
    background-color: white !important;
    display: flex;
    align-items: center;
}

.anchov a:hover {
    color: white !important;
}

#ho:hover {
    color: white !important;
}


.promo:hover {
    color: #B19458 !important;
}

@media screen and (min-width: 300px) and (max-width: 800px) {
    .promodiv {
        text-align: left !important;
    }
}
/*FOOTER CONTAINER END*/
/* PRODUCT PAGE */
/* HEADINGS PRODUCTS */
.headingsp {
    margin-top: 150px;
    /* height: 300px; */
    width: auto;
    border: 0px solid black;
    text-align: center;
}

    .headingsp p {
        margin-top: 70px;
        margin-bottom: 0px;
        font-size: 60px;
        color: gray;
    }

    .headingsp ul {
        padding: 0px;
        display: flex;
        justify-content: center;
        margin-left: 20px;
        align-items: center;
    }

        .headingsp ul li {
            list-style-type: none;
        }

            .headingsp ul li a {
                text-decoration: none;
                color: lightgray;
            }

            .headingsp ul li:hover a {
                color: black;
            }

.form-select {
    width: 200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

    .form-select option {
        font-size: 15px !important;
        background-color: whitesmoke;
    }

@media screen and (min-width: 300px) and (max-width: 800px) {
    .form-select {
        width: 180px !important;
    }
}
/* HEADINGS PRODUCTS END */
/*CONTINER GRID */
.transf {
    position: relative;
}

.btn11 {
    text-align: center;
    height: 30px;
    background: black !important;
    color: white !important;
    position: absolute;
    bottom: 0px;
    left: 30%;
    transition: display 0.5s;
    display: none !important;
}

.btn11 {
    font-size: 13px;
    color: white;
}

.btn2 {
    height: 30px;
    width: 80px;
    font-weight: bold;
    border: none;
    background: black;
    color: white;
    position: absolute;
    top: 20px;
    right: 0px;
}

.hov-main:hover .btn11 {
    display: block !important;
}

.btn11 {
    -webkit-animation: scale-up-ver-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: scale-up-ver-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-6-5 15:14:23
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-ver-bottom
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-ver-bottom {
    0% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }
}

@keyframes scale-up-ver-bottom {
    0% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }
}

.hov-main:hover .hov p {
    display: none;
}

.hov p {
    -webkit-animation: scale-up-hor-right 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: scale-up-hor-right 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-6-5 15:10:48
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-hor-right
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-hor-right {
    0% {
        -webkit-transform: scaleX(0.4);
        transform: scaleX(0.4);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }
}

@keyframes scale-up-hor-right {
    0% {
        -webkit-transform: scaleX(0.4);
        transform: scaleX(0.4);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }
}

.sliderr {
    text-decoration: none;
    color: gray;
    font-size: 13px;
    display: none;
}

.hov-main:hover .sliderr {
    display: block;
}

.sliderr {
    -webkit-animation: scale-up-hor-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: scale-up-hor-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-6-5 15:7:14
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-hor-left
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-hor-left {
    0% {
        -webkit-transform: scaleX(0.4);
        transform: scaleX(0.4);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }
}

@keyframes scale-up-hor-left {
    0% {
        -webkit-transform: scaleX(0.4);
        transform: scaleX(0.4);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }
}

.card1 {
    text-align: left;
}

.card-text1 {
    font-size: 30px;
}

.card1 a {
    text-decoration: none;
    color: black !important;
}

.sales {
    position: relative;
}

.btn3 {
    height: 30px;
    width: 80px;
    font-weight: bold;
    border: none;
    background: black;
    color: white;
    position: absolute;
    top: 20px;
    right: 0px;
}

.btn4 {
    height: 30px;
    width: 120px;
    font-weight: bold;
    border: none;
    background: black;
    color: white;
    position: absolute;
    top: 20px;
    right: 0px;
}

.btn5 {
    height: 30px;
    width: 120px;
    font-weight: bold;
    border: none;
    background: black;
    color: white;
    position: absolute;
    top: 20px;
    right: 0px;
}

@media screen and (min-width: 300px) and (max-width: 800px) {
    .btn11 {
        left: 105px;
    }
}
/*CONTINER GRID END*/
/*FOOTER CONTAINER*/
.bgclr2 {
    height: auto;
    width: 100%;
    background-color: black;
    display: flex;
    align-items: center;
}



/*FOOTER CONTAINER END*/
/* PAGINATIONS */
.page-link {
    color: black !important;
}

/* PAGINATIONS END */
/* CONTACT PAGE */
/*CONTAINER GRID CONTACT*/
.contgri {
    margin-top: 150px !important;
}

.ulli:hover li:hover .fa {
    color: white !important;
}

.fll1 {
    margin-left: 10px;
    color: white !important;
    transform: translateX(0px);
    transition: 0.5s;
    transform-origin: center;
}

.btn333:hover .fll1 {
    transform: translateX(10px);
}

.mob {
    font-size: 30px !important;
}

/*CONTAINER GRID CONTACT END*/
/* CONTACT PAGE END */
/* BLOG PAGE */
/*BLOG CONTAINER GRID*/
.hovered a {
    text-decoration: none;
    color: gray;
    font-size: 13px;
}

small {
    font-size: 15px;
    color: gray;
}

a:hover {
    color: black;
}

.hoverrr.btn:hover {
    color: white !important;
}


.hovered a:hover small {
    color: black !important;
}

.hovsmall a:hover small {
    color: black !important;
}

.hovered h2 a {
    font-size: 25px;
    color: black !important;
}

.hovered h2:hover a {
    color: gray !important;
}

ul a:hover small {
    color: black !important;
}

.bloggri {
    margin-top: 150px !important;
}

/*BLOG CONTAINER GRID END*/
/* register login */





.rgfrm, textarea, button {
    color: #333;
    font-size: 13px;
    /* border-bottom: 0.5px solid black !important; */
}

p, h1, h2, h3, h4, h5, h6, ul {
    margin: 0;
}

.rgfg {
    display: flex !important;
}

img {
    max-width: 100%;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: none;
}

.wrapper {
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.inner {
    /* padding: 20px;*/
    background: #fff;
    max-width: 850px;
    margin: auto;
    display: flex;
}

    .inner .image-holder {
        width: 50%;
    }

    .inner form {
        width: 80%;
        /*padding-top: 36px;*/
        padding-left: 185px;
        padding-right: 45px;
    }

    .inner h3 {
        text-transform: uppercase;
        font-size: 24px;
        text-align: center;
        margin-bottom: 28px;
        font-family: montserrat-medium;
    }

.form-group {
    display: flex;
}

    .form-group input {
        width: 50%;
    }

        .form-group input:first-child {
            margin-right: 25px;
        }

.form-wrapper {
    position: relative;
}

    .form-wrapper i {
        position: absolute;
        bottom: 9px;
        right: 0;
    }

.form-control {
    border: 1px solid #333;
    border-top: none;
    border-right: none;
    border-left: none;
    display: block;
    width: 100%;
    height: 30px;
    padding: 0;
    margin-bottom: 25px;
}

    .form-control::-webkit-input-placeholder {
        font-size: 13px;
        color: #333;
    }

    .form-control::-moz-placeholder {
        font-size: 13px;
        color: #333;
    }

    .form-control:-ms-input-placeholder {
        font-size: 13px;
        color: #333;
    }

    .form-control:-moz-placeholder {
        font-size: 13px;
        color: #333;
    }

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    padding-left: 20px;
}

    select option[value=""][disabled] {
        display: none;
    }

.btnreg {
    border: none;
    width: 164px;
    height: 50px;
    margin: auto;
    margin-top: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: #333;
    font-size: 15px;
    color: #fff;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .btnreg i {
        margin-left: 10px;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .btnreg:hover i, .btnreg:focus i, .btnreg:active i {
        -webkit-animation-name: hvr-icon-wobble-horizontal;
        animation-name: hvr-icon-wobble-horizontal;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.blckimg {
    height: 200px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

@media (max-width: 1199px) {
    .wrapper {
        background-position: right center;
    }
}

@media (max-width: 991px) {
    .inner form {
        padding-top: 10px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .inner {
        display: block;
    }

        .inner .image-holder {
            width: 100%;
        }

        .inner form {
            width: 100%;
            padding: 40px 0 30px;
        }

    .btnreg {
        /* margin-top: 60px; */
    }

    .image-holder img {
        display: none;
    }

    .image-holder .blckimg {
        display: block;
    }

    .fp {
        display: block !important;
        text-align: center !important;
    }
}
/* register login  */
/* product detail */
/*BREAD CRUM*/
.bcrum {
    margin-top: 100px;
    height: 100px;
    width: 100%;
    background-color: #F6F6F6;
    display: flex;
    align-items: center;
}

    .bcrum a:hover {
        color: black !important;
    }

@media screen and (min-width: 300px) and (max-width: 800px) {
    .bcrum {
        margin-top: 55px;
    }
}
/*BREAD CRUM END*/
.brcr {
    text-decoration: none;
    color: gray;
}

/*CAROUSEL PRODUCT*/
/*CAROUSEL PRODUCT END*/
@media screen and (min-width: 300px) and (max-width: 800px) {
    .medbtn {
        margin-left: 1px !important;
    }
}
/*BUTTON COLLAPSE*/
/*BUTTON COLLAPSE END*/
/*CONTAINER GRID PRODUCT */
.transf1 {
    position: relative;
}

.btn1 {
    text-align: center;
    height: 30px;
    background: black !important;
    font-size: 13px;
    color: white !important;
    position: absolute;
    bottom: 0;
    left: 150px;
    transition: display 1s;
    display: none !important;
}

.btn2 {
    height: 30px;
    width: 80px;
    font-weight: bold;
    border: none;
    background: black;
    color: white;
    position: absolute;
    top: 20px;
    right: 0px;
}

.hov-main:hover .btn1 {
    display: block !important;
}

.btn1 {
    -webkit-animation: scale-up-ver-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: scale-up-ver-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-6-5 15:14:23
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-ver-bottom
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-ver-bottom {
    0% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }
}

@keyframes scale-up-ver-bottom {
    0% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }
}

.hov-main:hover .hov p {
    display: none;
}

.hov p {
    -webkit-animation: scale-up-hor-right 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: scale-up-hor-right 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-6-5 15:10:48
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-hor-right
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-hor-right {
    0% {
        -webkit-transform: scaleX(0.4);
        transform: scaleX(0.4);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }
}

@keyframes scale-up-hor-right {
    0% {
        -webkit-transform: scaleX(0.4);
        transform: scaleX(0.4);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }
}

.sliderr {
    text-decoration: none;
    color: gray;
    font-size: 13px;
    display: none;
}

.hov-main:hover .sliderr {
    display: block;
}

.sliderr {
    -webkit-animation: scale-up-hor-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: scale-up-hor-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-6-5 15:7:14
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-hor-left
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-hor-left {
    0% {
        -webkit-transform: scaleX(0.4);
        transform: scaleX(0.4);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }
}

@keyframes scale-up-hor-left {
    0% {
        -webkit-transform: scaleX(0.4);
        transform: scaleX(0.4);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }
}

.qty,
.submit {
    font-size: 20px;
}

* {
    box-sizing: border-box;
}

.cart-box {
    display: inline-block;
    /* padding: 1em; */
    border-radius: 0.8em;
    background: #fff;
    border: 0px solid black;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.qty,
.submit {
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 40px;
    /* padding: 1em; */
    line-height: 10px;
    text-align: center;
    border-radius: 0.6em;
    background: #ccc;
}

input.qty {
    z-index: 2;
    width: 50px;
    padding: 0;
    height: 40px;
    border: 0.15em solid #fff;
}

.qty-minus {
    /* margin-right: -1em; */
    padding: 15px;
    font-weight: bolder;
}

.qty-plus {
    /* margin-left: -1em; */
    padding: 15px;
    font-weight: bolder;
}


/*CONTAINER GRID PRODUCT END*/
/* About page */
/*BG ABOUT US*/
.bgpost {
    height: 600px;
    width: 100%;
    margin-top: 85px;
    background-color: #EDA4AB;
    /* background-image: url(images/Mens_mobilebanner-731x1024.jpg); */
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 300px) and (max-width: 800px) {
    .bgpost {
        height: 300px;
        width: 100%;
        margin-top: 55px;
        background-size: contain;
        background-repeat: no-repeat;
    }
}
/*BG ABOUT US END*/
.bgclr {
    height: auto;
    width: 100%;
    text-align: center;
    border: 0px solid black;
    /* background-color: #FAFAFA; */
    padding: 50px;
}

.artists-tag {
    margin: 0px auto;
    font-size: 16px;
    font-weight: bold;
    color: #36BB91;
    text-align: center;
}

.collection-tags {
    font-size: 50px !important;
}

.stry-t {
    font-size: 25px !important;
}

.stry-p p {
    /* font-size: 25px; */
    color: #6C6C6C;
}

/* CART PAGE */
.bcrum1 {
    margin-top: 100px;
    height: 100px;
    width: 100%;
    background-color: #F6F6F6;
    display: flex;
    align-items: center;
}

    .bcrum1 a:hover {
        color: black !important;
    }

@media screen and (min-width: 300px) and (max-width: 800px) {
    .navbr {
        margin-left: 20px !important;
    }
}

@media (min-width: 1025px) {
    .h-custom {
        height: 100vh !important;
    }
}

.card-registration .select-input.form-control[readonly]:not([disabled]) {
    font-size: 1rem;
    line-height: 2.15;
    padding-left: 0.75em;
    padding-right: 0.75em;
}

.card-registration .select-arrow {
    top: 13px;
}

.bg-grey {
    background-color: #eae8e8;
}

@media (min-width: 992px) {
    .card-registration-2 .bg-grey {
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px;
    }
}

@media (max-width: 991px) {
    .card-registration-2 .bg-grey {
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }
}

@media (max-width: 991px) {
    .container-fluid {
        background-color: white; /* Background color for mobile */
    }
}

@media (min-width: 992px) {
    .container-fluid {
        background-color: transparent; /* No background color for desktop */
    }
}


/* Responsive adjustments */
/*@media (max-width: 768px) {
    .collapse.show {
        display: block;
    }
}*/
/* CART PAGE END */
/* DELIVERY ADDRESS */
.text-font {
    font-weight: 700;
    letter-spacing: 0.156rem;
    font-size: 1.125rem;
}

.text-price {
    padding: 0 0.625rem;
    font-style: normal;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 0.813rem;
    letter-spacing: 1.6px;
}

.text-descriptions {
    font-style: normal;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.125rem;
    margin: 0.313rem 0 0.938rem;
    padding: 0 0.625rem;
}

.button-color {
    color: #4e4e4e;
    border-color: #4e4e4e;
}

.button-order {
    font-style: normal;
    font-size: 0.75rem;
    font-weight: 700;
    background-color: #80b34d;
    color: white;
}

.frm {
    border: 0px !important;
    border-bottom: 1px solid black !important;
}

.card-1 {
    width: 400px;
    border-radius: 18px;
    border: none;
}

.card-2 {
    border-radius: 20px;
}

.card-child {
    border: 3px solid black;
    border-radius: 16px;
}

.circle {
    background-color: #ebdffb;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    color: #9553ea;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.circle-3 {
    background-color: blue;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

/* DELIVERY ADDRESS END */
/* PAYMENT PAGE */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    margin: 30px auto;
}

    .container .card {
        width: 100%;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        background: #fff;
        border-radius: 0px;
    }

body {
    background: #eee;
}

.btn.btn-primary {
    background-color: #ddd;
    color: black;
    /*box-shadow: none;*/
    /*border: none;*/
    /*font-size: 20px;*/
    /*width: 100%;*/
    /*height: 100%;*/
}

    .btn.btn-primary:focus {
        box-shadow: none;
    }

.container .card .img-box {
    width: 80px;
    height: 50px;
}

.container .card img {
    width: 100%;
    object-fit: fill;
}

.container .card .number {
    font-size: 24px;
}

.container .card-body .btn.btn-primary .fab.fa-cc-paypal {
    font-size: 32px;
    color: #3333f7;
}

.fab.fa-cc-amex {
    color: #1c6acf;
    font-size: 32px;
}

.fab.fa-cc-mastercard {
    font-size: 32px;
    color: red;
}

.fab.fa-cc-discover {
    font-size: 32px;
    color: orange;
}

.c-green {
    color: green;
}

.box {
    height: 40px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #ddd; */
}

.btn.btn-primary.payment {
    background-color: black;
    color: white;
    border-radius: 0px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}

.form__div {
    height: 50px;
    position: relative;
    margin-bottom: 24px;
}

.form-control {
    width: 100%;
    height: 45px;
    font-size: 14px;
    border: 1px solid #DADCE0;
    border-radius: 0;
    outline: none;
    padding: 2px;
    background: none;
    z-index: 1;
    box-shadow: none;
}

.form__label {
    position: absolute;
    left: 16px;
    top: 10px;
    background-color: #fff;
    color: #80868B;
    font-size: 16px;
    transition: 0.3s;
    text-transform: uppercase;
}

.form-control:focus + .form__label {
    top: -8px;
    left: 12px;
    color: #1A73E8;
    font-size: 12px;
    font-weight: 500;
    z-index: 10;
}

.form-control:not(:placeholder-shown).form-control:not(:focus) + .form__label {
    top: -8px;
    left: 12px;
    font-size: 12px;
    font-weight: 500;
    z-index: 10;
}

.form-control:focus {
    border: 1.5px solid #1A73E8;
    box-shadow: none;
}

/* PAYMENT PAGE END */
/* ORDER PAGE */
/* ORDER PAGE END */
/* PROFILE PAGE */
body {
    background: #eee;
}

.widget-author {
    margin-bottom: 58px;
}

.author-card {
    position: relative;
    padding-bottom: 48px;
    background-color: #fff;
    box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.09);
}

    .author-card .author-card-cover {
        position: relative;
        width: 100%;
        height: 100px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .author-card .author-card-cover::after {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: "";
            opacity: 0.5;
        }

        .author-card .author-card-cover > .btn {
            position: absolute;
            top: 12px;
            right: 12px;
            padding: 0 10px;
        }

    .author-card .author-card-profile {
        display: table;
        position: relative;
        margin-top: -22px;
        padding-right: 15px;
        padding-bottom: 16px;
        padding-left: 20px;
        z-index: 5;
    }

        .author-card .author-card-profile .author-card-avatar, .author-card .author-card-profile .author-card-details {
            display: table-cell;
            vertical-align: middle;
        }

        .author-card .author-card-profile .author-card-avatar {
            width: 85px;
            border-radius: 50%;
            box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
            overflow: hidden;
        }

            .author-card .author-card-profile .author-card-avatar > img {
                display: block;
                width: 100%;
            }

        .author-card .author-card-profile .author-card-details {
            padding-top: 20px;
            padding-left: 15px;
        }

        .author-card .author-card-profile .author-card-name {
            margin-bottom: 2px;
            font-size: 14px;
            font-weight: bold;
        }

        .author-card .author-card-profile .author-card-position {
            display: block;
            color: #8c8c8c;
            font-size: 12px;
            font-weight: 600;
        }

    .author-card .author-card-info {
        margin-bottom: 0;
        padding: 0 25px;
        font-size: 13px;
    }

    .author-card .author-card-social-bar-wrap {
        position: absolute;
        bottom: -18px;
        left: 0;
        width: 100%;
    }

        .author-card .author-card-social-bar-wrap .author-card-social-bar {
            display: table;
            margin: auto;
            background-color: #fff;
            box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.11);
        }

.btn-style-1.btn-white {
    background-color: #fff;
}

.list-group-item i {
    display: inline-block;
    margin-top: -1px;
    margin-right: 8px;
    font-size: 1.2em;
    vertical-align: middle;
}

.mr-1, .mx-1 {
    margin-right: 0.25rem !important;
}

.list-group-item.active:not(.disabled) {
    border-color: #e7e7e7;
    background: #fff;
    color: black;
    cursor: default;
    pointer-events: none;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

.list-group-flush .list-group-item {
    border-right: 0 !important;
    border-left: 0 !important;
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

a.list-group-item, .list-group-item-action {
    color: #404040;
    font-weight: 600;
}

.list-group-item {
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #e7e7e7 !important;
    border-radius: 0 !important;
    color: #404040;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

    .list-group-item.active:not(.disabled)::before {
        background-color: black;
    }

    .list-group-item::before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 3px;
        height: 100%;
        background-color: transparent;
        content: "";
    }

.form-group {
    display: block;
}

/* PROFILE PAGE END */


/*image hover effect*/

.image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

    .image-wrapper img {
        transition: transform 0.4s ease, box-shadow 0.4s ease;
        border-radius: 8px;
        object-fit: cover; 
        width: 100%; 
        height: 100%; 
    }

    .image-wrapper:hover img {
        transform: scale(1.1);
        box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    }

/*End image hover effect*/


/* --------- prod box ---------- */


.prod-box {
    background-color: #fff;
    position: relative;
    margin-top: 10px;
    margin-bottom: 25px;
}

    .prod-box .img-holder {
        margin-top: 3px;
        /*height: 475px;*/
        overflow: hidden;
        position: relative;
    }

    .prod-box .item-img-2 {
        display: none;
    }

    .prod-box:hover .item-img-2 {
        display: block;
    }

    .prod-box:hover .item-img-1 {
        display: none;
    }

    .prod-box .img-holder img {
        max-height: 100%
    }


    .prod-box:hover .blok-hover {
        bottom: 0px;
        opacity: 1;
        box-shadow: 1px 2px 4px #ddd;
    }

.blok-hover {
    position: absolute;
    bottom: -54px;
    left: 0;
    width: 100%;
    height: 125px;
    background: white;
    z-index: 99;
    transition: all 200ms ease-in-out 0s;
}
