/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,900&display=swap');

@font-face {
    font-family: 'Bell Gothic Std';
    src: url('BellGothicStd-Bold.eot');
    src: url('BellGothicStd-Bold.eot?#iefix') format('embedded-opentype'),
         url('BellGothicStd-Bold.svg#BellGothicStd-Bold') format('svg'),
         url('BellGothicStd-Bold.ttf') format('truetype'),
         url('BellGothicStd-Bold.woff') format('woff'),
         url('BellGothicStd-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html{
    margin:0;
    padding:0;
}
body{
    margin:0;
    padding:0;
    background:#fff none repeat scroll 0 0;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-weight: 500;
    overflow-x: hidden;
}
html {
  position: relative;
  min-height: 100%;
}
li,ul{
    list-style: none;
    margin : 0px;
    padding: 0px;
}
a{
    outline: none !important;
    text-decoration: none !important;
}
input{
    outline: none !important;
    text-decoration: none !important;
}
i{
    vertical-align: middle;
}
/* all */
::-webkit-input-placeholder { color:rgba(17, 17, 17, 0.48) !important; }
::-moz-placeholder { color:rgba(17, 17, 17, 0.48) !important; } /* firefox 19+ */
:-ms-input-placeholder { color:rgba(17, 17, 17, 0.48) !important; } /* ie */
input:-moz-placeholder { color:rgba(17, 17, 17, 0.48) !important; }
button,label,a{
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}
/*To Stop Sceen Rotation*/

* {
    -webkit-overflow-scrolling: touch;
}

header {
    padding: 20px 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
a.beg {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    margin-left: 15px;
    text-shadow: 0px 0px 0px #9e9e9e;
    background: #5d2a86;
    padding: 7px 15px;
    border-radius: 22px;
}
a.actionBtn {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    margin-left: 15px;
    text-shadow: 0px 0px 0px #9e9e9e;
    color: #bdbdbd;
}

.productDetails h3{
    
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.1em;
    color: #000F08;
}
.productDetails p{
    
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #000F08;
    margin: 0;
}
.pDes {
    margin-bottom: 10px;
}
.productDetails span {
    
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #000000;
}
.quickForm button.authActon {
    width: 100%;
    padding: 15px 0px;
}

.addBag {
    padding: 8px 40px;
    color: #000 !important;
    border: 1px solid #000;
    display: inline-block;
}

.quickForm{
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 20px 30px;
    font-family: 'HelvLight';
}
.quickForm h4{
    margin-bottom: 15px;
    font-size: 25px;
}
.quickForm .form-control {
    border: 1px solid #000000 !important;
    box-sizing: border-box;
    border-radius: 0px;
    box-shadow: none !important;
    height: 42px;
}
.bCum ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    padding: 0px 0px 25px;
    font-family: 'HelvLight';
}
.bCum ul a{
    color:#000;
}
.bCum ul li{
    margin-right: 5px;
}
.productHolder {
    border-radius: 0px;
    padding: 30px 0px;
}
figure.zoom {
  background-position: 50% 50%;
  position: relative;
  
  overflow: hidden;
  cursor: zoom-in;
}
figure.zoom img:hover {
  opacity: 0;
}
figure.zoom img {
  transition: opacity .5s;
  display: block;
  width: 100%;
  object-fit: contain;
}
.productItem {
    max-width: 400px;
    margin: 0 auto;
}
.container-fluid{
    position: relative;
}
.navArrow a {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 9;
    width: 25px;
    height: 25px;
    margin-top: -12px;
}
a.navArrowLeft {
    left: 15px;
}
a.navArrowRight {
    right: 15px;
    left: auto;
    transform: rotate(180deg);
}
.productIframe iframe {
    width: 100vw;
    height: 100vh;
    margin-bottom: -10px;
}
.cartView {
    position: fixed;
    width: 600px;
    background: #fff;
    z-index: 999;
    top: 0;
    right: -690px;
    height: 100%;
    padding: 35px 70px;
    box-shadow: 0px 0px 17px #ccc;
    transition: all 0.5s;
}
.cartTable table th, .cartTable table td {
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    width: 15%;
}
.cartTable textarea.form-control {
    width: 150px;
    font-size: 12px;
    resize: none;
    box-shadow: none !important;
    border: 1px solid #bfbfbf !important;
}
.cartTable td.cartImg img {
    width: 100px;
    height: 70px;
    object-fit: contain;
}
.cartView.show {
    right: 0px;
    transition: all 0.5s;
}

a.cartClose {
    position: absolute;
    top: 15px;
    left: 15px;
}
.cartView h3 {
    padding: 20px 0px 10px;
    border-bottom: 2px solid #ccc;
    font-size: 23px;
}
.cartItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.cartImg {
    flex: 20% 0;
    width: 20%;
    position: relative;
}
.itemDetails {
    width: 80%;
    flex: 80% 0;
    padding-right: 10px;
}
.cartImg > img {
    width: 100%;
    height: 70px;
    object-fit: cover;
}
.itemDetails a {
    color: #afafaf;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
}
.itemDetails a:hover {
    color: #000;
}
.itemDetails p{
    margin-bottom: 0;
}
.cartImg a {
    position: absolute;
    right: 5px;
    background: #f5f5f5;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5px;
    border-radius: 50%;
}
.cartList {
    max-height: calc(100vh - 240px);
    overflow-y: auto;
    overflow-x: hidden;
    min-height: calc(100vh - 240px);
}
.sub h5 {
    font-size: 16px;
    margin-bottom: 15px;
    padding-top: 15px;
}
.itemDetails span {
    color: #7d7d7d;
    font-weight: normal;
}
.cartBackDrop {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #ffffffe8;
    z-index: 998;
}
.carousel-item img {
    height: 300px;
    margin: 0 auto;
    display: block;
}
.carousel-indicators {
    position: unset;
    margin: 0;
    flex-wrap: wrap;
}
.carousel-indicators li {
    width: 90px;
    height: 90px;
    text-indent: 0;
    border-bottom: 0;
}
.carousel-indicators li img{
    width: 90px;
    height: 90px;
    object-fit: cover;
}
.navArrow a {
    background: #d6d6d6bf;
    width: 40px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 27px;
}
.authWrap h1 {
    color: #1E266D;
    font-size: 33px;
    margin: 30px 0px;
}
.authWrap p {
    color: #455880;
}
.authAction a {
    display: inline-block;
    padding: 8px 28px;
    border-radius: 25px;
    border: 1px solid #5d2a86;
    width: 125px;
    text-align: center;
    font-weight: 400;
    color: #455880;
    margin: 0 1px;
}
a.login {
    background: #5d2a86;
    color: #fff;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #6B6B6B;
    border-bottom: 2px solid transparent;
}
.nav-link:hover,
.nav-link.active {
    color: #111111;
    border-bottom-color: #5d2a86;
}
.form-control {
    font-size: 15px;
    box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);
    border-radius: 4px;
    border: 1px solid #d0d0d0e3;
    height: 46px;
}
button.actionBth {
    width: 90%;
    margin: 0 auto;
    border: none;
    background: #5d2a86;
    display: block;
    padding: 10px 10px;
    border-radius: 4px;
    color: #fff;
    margin-top: 30px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #5d2a86;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(41 49 124 / 15%);
}
button.close {
    position: absolute;
    left: 15px;
    top: 20px;
    z-index: 9
}
.listHeading h3 {
    font-size: 45px;
    margin: 15px 0px;
}
.pList img {
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
}
.pListDes {
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 15px;
    margin-top: -24px;
    position: relative;
    z-index: 9;
}
.pListDes a {
    font-size: 14px;
    color: #000;
}
.pListDes a:hover {
    color: #5d2a86;
}
.pDes p {
    font-size: 18px;
    margin: 15px 0px;
}
.pDes ul li {
    list-style-type: disc;
    margin-bottom: 10px;
}
.pDes ul{
    padding-left: 20px;
    margin-bottom:15px;
}
@media (max-width: 767px){
.carousel-item {height: 300px !important;}
figure.zoom img {height: auto !important;}
.productHolder {padding-left: 25px !important;padding-top: 25px !important;
    padding-right: 25px !important;}
.didyoufind{margin-top: -5px;}
a.addBag.authActon {padding: 6px 15px !important;}
.col-md-6.py-5.mt-4{padding-top: 0px !important;
    margin-top: 0px !important;}
.navArrow a {width: 25px !important;
        height: 25px !important;}
}
@media (min-width: 688px) and (max-width: 768px)
{.cartView {width: 90% !important;}}
.auth .brand-logo img {width: auto;}
.col-md-6.py-5.mt-4 a.backcategory:before {
    content: "";
    background-image: url(/assets/UI/images/back.png);
    background-size: 20px 21px;
    display: inline-block;
    width: 20px;
    height: 21px;
    background-repeat: no-repeat;
    margin-right: 5px;
    top: 5px;
    position: relative;
}
@media (max-width: 767px){
    .pList img {height: 185px;}
    .name_cat {flex-wrap: wrap;}
    .name_cat h4 {font-size: 22px;}
    ul.carousel-indicators {right: 102%;}
    }