html {
	scroll-behavior: smooth;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
	/*font-family: PT Sans,Helvetica,Arial,sans-serif;*/
    letter-spacing: normal;
    word-spacing: normal;
	font-size: 12px;
    line-height: 1.7em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -.6px;
    color: #282828;
	background-color:#f7f7f7;
}

#maintop {
	background-color: #dd6d1d;
    color: white;
    padding: 10px;
    font-size: 16px;
	position: sticky;
    top: 0;
	box-shadow: 2px 2px 8px -6px black;
    z-index: 100;
}

#cat_list {
	background-color: white;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    /* padding: 10px; */
    font-size: 12px;
    height: 350px;
    overflow-x: auto;
}

#cat_list li {
	padding: 5px;
	padding-bottom:10px;
}

#cat_list li a {
	padding: 5px;
	text-decoration:none;
}

#cat_list li a:hover {
	color:#dd6d1d;
}

#cat_list li:hover {
	border:1px solid #f7f7f7;
	box-shadow: 2px 2px 8px -6px black;
	color:#dd6d1d;
}

#pad {
	padding-top:25px;
	padding-bottom:25px;
}

.carousel .carousel-item {
	height:375px;
	width:100%;
}

.carousel-item img {
	position: absolute;
    object-fit: fill;
    top: 0;
    left: 0;
    height: 375px;
}

#prdt_price {
    font-size: 13px;
    font-weight: 600;
    color: black;
}

#prdt_cnt {
    background-color: white;
    text-align: center;
    padding: 20px;
}

#prdt_name {
    text-transform: capitalize;
	font-size:15px;
}

/*#border {
    border-right: 3px solid #f7f7f7;
}*/

#discount {
    background-color: #e40046;
    color: white;
    padding: 5px;
    font-size: 12px;
    position: absolute;
    right: 15px;
}

#leftleft {
    position: sticky;
    top: 70px;
	width: 210px;
}

#cat {
    color: #dd6d1d;
    font-size: 12px;
}

#cat a {
	text-decoration:none;
}

#cat a:hover {
	color:inherit;
}

#footer {
    /*background-color: white;
	color: #999;
    font-size: 14px;
    font-weight: 400;
	padding:50px;*/
	background-color: #343a40;
    color: #ffffffb3;
    font-size: 14px;
    font-weight: 400;
    padding-top: 50px;
    padding-bottom: 50px;
}

#footer_list li {
	padding:3px;
	display:inline-block;
}

#footer_list li a {
	text-decoration:none;
	color:white;
	font-size:12px;
}

#footer_list li a:hover {
	text-decoration:none;
	color:inherit;
}

#footer_head {
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
}

#socials a {
    font-size: 16px;
    padding: 7px;
    position: relative;
    top: 10px;
    text-decoration: none;
}

#tm {
    position: relative;
    top: 30px;
	font-size:11px;
}

#brandsname {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 15px;
    padding: 8px;
    color: white;
    background-color: #dd6d1d;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

#nmbads {
    /* font-weight: 600; */
    font-style: italic;
    font-size: 11px;
    color: #0000007d;
}

#search_panel {
    background-color: white;
    padding: 10px;
}

#search_keyword {
    color: #00000063;
    font-style: oblique;
}

#verified {
    position: absolute;
    top: -25px;
    width: 60%;
    left: -25px;
}

#login_bg {
	background-image: url(../images/16692.jpg);
    padding: 10px;
    background-position: center;
    background-size: cover;
    margin-top: -1px;
    background-attachment: fixed;
    color: white;	
}

form#formform {
    background-color: white;
    color: black;
    border-radius: 5px;
    padding: 30px;
    padding-bottom: 5px;
    width: 100%;
    margin: auto;
}

#loginform {
    height: 35px;
}

#owl_imgg {
    height: 60px;
    object-fit: fill;
    width: 100%;
    padding: 5px;
    border: 1px solid #f7f7f7;
    border-radius: 5px;
}

#mainImage {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 30px;
}

#prdt_dtl_price {
    font-weight: 600;
    font-size: 17px;
    color: black;
}

#padpad {
    padding: 50px;
}

#prdt_dtl_name {
    font-weight: normal;
    font-size: 20px;
    text-transform: capitalize;
	margin-top: 15px;
	color: #dd6d1d;
	margin-bottom: -10px;
}

.fashare {
    /*width: 40px;
    text-align: center;
    padding: 7px;
    color: white;
    border-radius: 3px;
    font-size: 12px;*/
	width: 31px;
    text-align: center;
    padding: 9px;
    color: white;
    font-size: 12px;
    border-radius: 100px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 12px;
}

#danger {
    position: fixed;
    z-index: 500;
    width: 100%;
    border-radius: 0;
    /* width: 50%; */
}

#index_img {
    width: 100%;
    height: 135px;
    object-fit: contain;
	margin-bottom:15px;
}

#cathead {
    background-color: #de6d1f;
    color: white;
    padding: 5px;
    margin-bottom: 0;
    text-transform: uppercase;
}

#carttotal {
    position: absolute;
    /* right: 145px; */
    left: 117px;
    bottom: 8px;
    text-align: center;
    color: white;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 5px;
	margin-bottom: 15px;
}

#cartimg {
    width: 100%;
    height: 85px;
    object-fit: contain;
}

#cartbgg {
    background-color: white;
    padding: 20px;
    /*border-radius: 5px;*/
    height: 125px;
    box-shadow: rgb(0 0 0 / 5%) 0px 2px 5px 0px;
}

#cartbgg2 {
    background-color: white;
    padding: 20px;
    /*border-radius: 5px;*/
    height: auto;
    box-shadow: rgb(0 0 0 / 5%) 0px 2px 5px 0px;
}

#removecart {
    position: relative;
    bottom: -33px;
    font-size: 12px;
}

/*#cartqty {
    height: 30px;
    width: 45%;
    bottom: 11px;
    left: 70px;
    position: relative;
}*/

p#carthead {
    background-color: white;
    padding: 10px;
    font-size: 25px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom: 1px solid rgb(237, 237, 237);
    margin-bottom: 0;
}

#dtHorizontalVerticalExample th, td {
white-space: nowrap;
}

#cartsummary {
    background-color: white;
    padding: 7px;
    /* font-size: 25px; */
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom: 1px solid rgb(237, 237, 237);
    margin-bottom: 0;
}

#smry {
    background-color: white;
    padding: 7px;
}

#owl_brand {
    background-color: white;
    height: 70px;
    object-fit: contain;
    padding: 7px;
    width: 100%;
    border-radius: 5px;
	box-shadow: rgb(0 0 0 / 5%) 0px 2px 5px 0px;
}

#cat_icon {
    width: 12%;
    position: relative;
    background-color: #9e9e9e3b;
    padding: 2px;
    border-radius: 100%;
    right: 0px;
    margin-right: -5px;
}

#dispmob {
	display:none;
}

#paginate li a {
	text-decoration: none;
    color: white;
    background-color: transparent;
    font-size: 14px;
    /* font-weight: 600; */
    padding: 0;
}

.chkoutform {
    border-radius: 0;
    height: 50px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 3px solid #ced4da;
	background-color: #0320b914;
	font-style:italic;
}

#sorry {
    TEXT-ALIGN: CENTER;
    FONT-SIZE: 200px;
    font-family: auto;
    margin-top: 100px;
	margin-bottom:0;
}

#maintext {
    font-size: 30px;
	font-style: italic;
    font-family: auto;
}

#mainlogo {
    /*background-color: white;
    width: 69%;
    position: absolute;
    bottom: -48px;
    z-index: 200;*/
    width: 20%;
    position: relative;
    object-fit: contain;
    height: 80px;
}

#benefits {
    /*background-color: #0209a89e;
    color: white;
    padding: 10px;
    text-align: left;*/
	background-color: transparent;
    color: black;
    padding: 10px;
    text-align: left;
	font-weight: 700;
}

#review_panel {
    background-color: #8080807a;
    padding: 10px;
    font-weight: 600;
    text-align: center;
    color: black;
}

#nameavatr {
    background-color: #0320b9;
    width: 50px;
    text-align: center;
    padding: 10px;
    border-radius: 100px;
    color: white;
	text-transform:capitalize;
}

#rvw {
    color: #9e9e9e;
}

#rvwby {
    font-style: oblique;
    font-size: 12px;
}

#rvwon {
    font-style: oblique;
    font-size: 12px;
}

#succ {
    font-size: 160px;
    border: 2px solid #28a745;
    width: auto;
    padding: 30px;
    border-radius: 100%;
    margin: auto;
}

#succtext {
    font-family: auto;
    font-size: 25px;
    color: #28a745;
	margin-bottom: 0;
}

#myBtn {
    position: fixed;
    right: 50px;
    background-color: #dd6d1d;
    bottom: 80px;
    padding: 17px;
    border-radius: 100%;
    color: white;
	z-index:1000;
}

#unsctext {
    font-weight: bold;
    width: 50%;
    font-size: 65px;
    margin: auto;
}

#erimg {
    width: 60%;
}

#navcart {
	margin-right:10px; 
	text-decoration:none;
	color:white;
}

#topstrip {
    width: 100%;
    height: 50px;
    object-fit: fill;
}

#bner_ad {
    border: 2px solid white;
    height: 170px;
    width: 100%;
    object-fit: fill;
}

#side_bnr {
    height: 200px;
    width: 100%;
    object-fit: fill;
}

/* Dropdown Button */
.dropbtn {
    background-color: transparent;
    color: black;
    padding: 10px;
    font-size: 16px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: red;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  left:100px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}


#popup {
    /* border: 2px solid #21b4c1; */
    background-image: linear-gradient(rgb(0 0 0 / 75%), rgb(23 68 158 / 82%)), url(../images/un.jpg);
    background-position: bottom;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 45px;
    width: 50%;
    text-transform: uppercase;
    /* border-bottom-left-radius: 5px; */
    /* border-bottom-right-radius: 5px; */
    border-top-right-radius: 10px;
    font-size: 12px;
    z-index: 99;
    position: fixed;
    bottom: 0;
    /* left: 20px; */
    /* margin-left: 20px; */
    box-shadow: 1px 1px 3px 1px black;
}

i#fa_remove {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
}

#loader {
  position: absolute;
  left: 0;
  right:0;
  top: 50%;
  z-index: 1;
  margin: auto;
  bottom:70%;
  /*border: 16px solid #f3f3f3;
  border-radius: 50%;*/
  /*border-top: 16px solid blue;
  border-right: 16px solid green;
  border-bottom: 16px solid red;
  border-left: 16px solid pink;*/
  width: 500px;
  height: 120px;
 /* -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;*/
}

/*@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
*/
/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myDiv2 {
  display: none;
}

#helpicon {
    width: 20%;
}

a#helpp {
    background-color: #3f51b5;
    color: white;
    padding: 5px;
    position: fixed;
    bottom: 10px;
    font-size: 13px;
    text-decoration: none;
    left: 17px;
    z-index: 1;
    border-radius: 10px;
    padding: 6px;
}

#txtareahelp {
    background-color: white;
    box-shadow: 2px 2px 8px -6px black;
    font-size: 11px;
}

a#store {
    background-color: #3db83a;
    color: white;
    padding: 3px;
    border-radius: 3px;
    font-size: 11px;
	text-decoration:none;
}

.hovee:hover {
	box-shadow: 2px 2px 10px 0px #00000057;
    transition: all 0.3s;
	border-radius:5px;
}

#promo {
    background-color: red;
    color: white;
    position: absolute;
    right: 15px;
    font-size: 12px;
    border-radius: 100%;
    padding: 3px;
}

#newcat_header {
    font-weight: bold;
    font-size: 20px;
}

.nav-item .tabtab {
    background-color: #dd6d1d;
    color: white;
    padding: 5px;
    margin-right: 2px;
}

#cart_smry_list li {
	padding-bottom:10px;
}

#empty_cart {
    background-color: white;
    padding: 20px;
    text-align: center;
    font-size: 35px;
    color: #0000003b;
    font-family: serif;
    margin-top: 10px;
    width: 100%;
    position: relative;
    left: 15px;
}

#empty_cart_bag {
    font-size: 70px;
    margin-bottom: -3px;
}

#search_not_found {
    color: #0000003b;
    font-style: oblique;
}

#ttl_prodts_cat {
    font-size: 12px;
	color:black;
}

.sell_fa {
    font-size: 140px;
    color: white;
    /* margin: auto; */
    /* position: absolute; */
    /* text-align: center; */
}

#sell_index {
    box-shadow: 0 0px 5px 0 #000000;
    background-color: #dd6d1d;
    margin-bottom: 10px;
    padding: 10px;
}

#sell_txt {
    color: white;
}

#index_row_bg {
    background-color: white;
    width: 100%;
    margin: auto;
    padding: 15px 0px 10px 0px;
    box-shadow: 0 2px 5px 0 #00000026;
}

#pdts_row {
    background-color: white;
	margin-bottom:30px;
    padding: 20px;
    /* width: 85%; */
}

#cat_name_head {
    color: #dd6d1d;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
	margin-bottom:0;
}

#bord_right {
    border-right: 1px solid #f7f7f7;
    padding: 6px;
    border-bottom: 2px solid #f7f7f7;
}

#bord_right:last-child {
	border-bottom: none;
}

#item_description {
    font-weight: normal;
	color:black;
}



#index_lst li {
	padding:5px;
}

a#index_sgnin {
    background-color: #dd6d1d;
	box-shadow: 0 1px 3px 0 #000000;
}

a#index_sgnup {
    outline: 1px solid black;
	box-shadow: 0 1px 3px 0 #000000;
}

a#index_sgnin2 {
	box-shadow: 0 1px 3px 0 #000000;
	background-color:#00800094;
}

#review_head {
    font-size: 17px;
    /* background-color: #dd6d1d; */
    color: inherit;
    padding: 5px;
}

#pdt_detail_bg {
    background-color: white;
    padding: 10px 0 15px 10px;
    /*box-shadow: 2px 2px 8px -2px #0000006e;*/
	/*box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%);*/
}

#somepad {
    padding-left: 30px;
}

#another_pad {
    background-color: white;
    padding: 20px;
	/*box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%);*/
}

#prd_drsp {
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
}

#pdt_tab_bg {
	background-color: white;
    padding: 20px 20px 20px 20px;
	margin-top: 20px;
    /* box-shadow: 2px 2px 8px -2px #0000006e; */
    /* box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%);*/
}

#main_headd {
    color: #00000082;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}

#sub_head {
    font-weight: normal;
    color: #00000059;
	font-size: 14px;
}

.seller-section {
    font-size: 14px;
}

/*.seller-section2 {
    font-size: 14px;
	position: sticky;
    top: 85px;
}*/

#another_pad2 {
    background-color: white;
    padding: 20px;
	font-size: 14px;
	position: sticky;
    top: 85px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%);
}

#seller_info_list li {
	padding-bottom: 10px;
    color: #00000087;
    font-size: 13px;
}

#rwv_meta {
    font-size: 12px;
    color: #00000059;
	position:relative;
	top:10px;
}

#rvw_list li {
	padding-bottom:20px;
	margin-bottom:15px;
	border-bottom:1px solid #f7f7f7;
}

#rvw_list li:last-child { 
	border-bottom: none; 
}

#paginate li {
    background-color: #dd6d1d;
    color: white;
    padding: 5px;
    margin: 2px;
    border-radius: 2px;
    box-shadow: 1px 1px 4px -1px black;
}

#paginate li a {
    text-decoration: none;
    color: white;
	background-color:transparent;
}

#post_date {
    color: #00000059;
    font-size: 12px;
	position: relative;
    top: 10px;
	font-weight: 900;
}

#exampleModal {
    border-radius: 0;
    background-color: #0000007a;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1pxsolidrgba(0,0,0,.2);
    border-radius: 20px;
    outline: 0;
}

#store_items_number {
    font-size: 15px;
    color: #00000059;
    font-weight: normal;
}

#border {
    outline: 1px solid #f7f7f7;
    padding-top: 15px;
	font-size:13px;
	padding:5px;
	word-break: break-all;
}

.caroosel {
	border:10px solid #f7f7f7;
}

#pad2 {
	padding-bottom:40px;
	padding-top:40px;
}

#detail_cat_list {
	margin-bottom: -10px;
	margin-top: 10px;
}

#detail_cat_list li {
	display:inline-block;
	color:#00000059;
	font-size:14px;
	font-style:oblique;
	text-transform:capitalize;
}

#detail_cat_list li a {
	text-decoration:none;
	color:#00000059;
}

#prdt_dtl_descrption {
	line-height:none	
}

#chkout_list {
	text-align:center;
	font-weight:500;
}

#chkout_list li {
	padding-bottom:10px;
}

#subscribe_form {
    width: 40%;
    margin: auto;
	text-align:center;
}

#subscribe_btn {
    background-color: transparent;
    color: white;
    outline: 1px solid white;
}

#subscription_input {
    background-color: transparent;
    outline: 1px solid white;
    color: #ffffffb3;
}

#hihi{
	position: absolute;
    bottom: -7px;
    left: 35px;
    color: white;
    font-weight: bold;
}

#somepad2 {
    padding-left: 30px;
    padding-right: 30px;
}

#else_logo {
    background-color: #dd6d1d;
    color: white;
    width: 40%;
    margin: auto;
    padding: 23px;
    font-size: 40px;
    border-radius: 100px;
}

#sellerlogo {
    width: 100%;
    height: 150px;
    margin: auto;
    object-fit: cover;
}

.other_sections {
    background-color: white;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px -2px black;
	margin-top: 40px;
	font-size:14px;
	margin-bottom:40px;
}

#prod_state {
    color: #0000005c;
}

#kuuza_badge {
    color: #0209a9;
    font-style: oblique;
    font-size: 10px;
	position: relative;
    top: 5px;
}

#kuuza_img {
    width: 9%;
    position: relative;
    top: -1px;
}

#savbtn {
    border: none;
    background-color: transparent;
    font-size: 12px;
}

#adcrtbtn {
    border: none;
    font-size: 10px;
    padding: 5px;
	background-color:#dd6d1d;
	color:white;
}

#notdisplay {
	display:none;
}

#playimg {
    width: 10%;
}

#cart_prdt_name {
    font-size: 14px;
    color: black;
    /* font-family: inherit; */
    margin-top: 9px;
    font-weight: normal;
    font-family: Verdana, sans-serif;
	margin-bottom: -25px;
}

#cart_price {
    font-size: 13px;
    font-weight: 600;
    color: black;
	font-family: Verdana, sans-serif;
}

#cartqty {
    height: 27px;
    width: 70px;
    left: 35px;
    position: relative;
    bottom: 12px;
}

a#rmv {
    font-size: 12px;
    position: relative;
    bottom: 30px;
    font-family: Verdana, sans-serif;
}


#cnt_popup {
    background-color: transparent;
    color: white;
    padding: 0;
    text-align: center;
    font-size: 30px;
    border-radius: 0;
    font-size: 18px;
    z-index: 99;
    font-family: auto;
    position: fixed;
    bottom: 70px;
    margin-left: 20px;
    box-shadow: 1px 1px 3px 1px black;
	width: 18%;
}

#gif_images {
    height: 185px;
    border-radius: 0;
    object-fit: cover;
}

#fa_remove {
    /* left: 0; */
    right: 0;
    position: absolute;
    /* bottom: 0; */
    top: 0;
    right: 7px;
    padding: 8px;
	color: white;
}

.cnt_popup {
    background-color: #0073cf;
    color: white;
    padding: 5px;
}

.mob_no_disp {
	display:none;
}

#searchimg {
    width: 15%;
    margin-bottom: 20px;
}

#search_filter {
    background-color: white;
    padding: 15px;
}

#srch_no_pad2 {
    padding-left: 2px;
}

#srch_no_pad {
    padding-right: 2px;
}

#boot_dropup {
    position: fixed;
    right: 100px;
    bottom: 0;
    background-color: red;
    z-index: 48;
}

#drop.show {
    /*min-width: 20em;
    background-color: red;
    border-radius: 0;
    padding: 10px;
    position: relative;*/
	min-width: 17.5em;
    background-color: #dd6d1d;
    border: none;
    padding: 0;
    box-shadow: 0 0px 5px 0 #000000;
    border-radius: 10px;
    padding: 10px;
}

#drop {
	position: absolute;
    transform: translate3d(0px, -55px, 0px);
    top: 0px;
    left: -95px;
    will-change: transform;
    left: -202px;
}

#dropup_btn {
    background-color: #dd6d1d;
	box-shadow: 0 0px 5px 0 #000000;
    border-radius: 0;
    color: white;
    /* width: 100%; */
}

#free_deliv {
    padding: 2px;
    padding-right: 5px;
    background-color: #dd6d1d;
    color: white;
    padding-left: 5px;
    font-size: 11px;
    position: absolute;
	border-radius: 3px;
}

#benefits2 {
    text-align: left;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%);
    background-color: #dd6d1d;
    color: white;
}

#gif_mob {
	display:none;
}

#log_bg {
    background-image: url(../images/online%20marketplace-Oct-12-2022-05-40-04-40-PM.jpg);
    padding: 100px;
    background-size: cover;
    background-position: center;
}

#log_bg2 {
    padding: 30px;
}

#login_sub_txt {
    font-family: inherit;
    color: #dd6d1d;
    font-weight: 500;
    font-size: 17px;
    text-align: center;
}

#stores_listt li {
	margin-bottom:10px;
}

#stores_listt li a {
	text-decoration:none;
	color:black;
}

a#sngup {
    background-color: #dd6d1d;
    color: white;
    width: 100%;
	display:none;
}

#referralform {
    background-color: white;
    color: black;
    border-radius: 5px;
    padding: 30px;
    padding-bottom: 5px;
    width: 50%;
    margin: auto;
}

#ref_cnt {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0px 3px 0 #000000;
}

#dbpaylist li {
	padding-bottom:15px;
}





	
	

@media screen and (max-width: 990px) {
form#formform {
    background-color: white;
    color: black;
    width: 100%;
    margin: auto;
    padding: 20px;
    border-radius: 5px;
}

#log_bg2 {
    padding: 10px;
}

#mainlogo {
    background-color: white;
    width: 73%;
    position: relative;
    /* bottom: -10px; */
    z-index: 200;
    border-radius: 5px;
}

.dispnomob {
	display:none;
}

#somepad {
    padding-left: 30px;
}

#pdt_detail_bg {
    background-color: white;
    padding: 10px 0px 20px 10px;
    /* box-shadow: 2px 2px 8px -2px #0000006e; */
    /* box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%); */
}

#subscribe_form {
    width: 50%;
    margin: auto;
}

#owl_imgg {
    height: 70px;
    object-fit: fill;
    width: 66%;
    padding: 5px;
    border: 1px solid #f7f7f7;
    border-radius: 5px;
}

#mob_list_scroll {
	list-style: none;
    white-space: nowrap;
    overflow: auto;
    width:100%; /* <  uncomment to check with fix width*/
	background-color:transparent;
	font-size: 16px;
	margin-left: 20px;
	padding:10px;
	margin-bottom: -10px;
	margin-top: -35px;
}

#mob_list_scroll li {
    background-color: #dd6d1d;
	color: white;
	width: 17%;
	font-size: 10px;
	border-radius: 6px;
	padding: 10px;
	display: inline-block;
	text-align: center;
}

#mob_list_scroll li a {
	text-decoration: none;
	color:white;
}

#list_cat {
    width: 80%;
	height: 60px;
	object-fit: contain;
}

#notdisplay {
	display:inline;
}

#list_cat_pad {
  width: 95%;
}

#else_logo {
    background-color: #dd6d1d;
    color: white;
    width: 60%;
    margin: auto;
    padding: 23px;
    font-size: 40px;
    border-radius: 100px;
}

.mob_no_disp {
	display:inline-block;
}

#sellerlogo {
    width: 100%;
    height: 90px;
    margin: auto;
    object-fit: cover;
}

#leftleft {
    position: relative;
    top: 0;
    width: auto;
}

#gif_mob {
	display:inline-block;
}

.col-xs-db {
	width:50%;
}

#referralform {
    background-color: white;
    color: black;
    border-radius: 5px;
    padding: 30px;
    padding-bottom: 5px;
    width: 70%;
    margin: auto;
}
}


@media screen and (max-width: 768px) {
#leftleft {
    position: relative;
    top: 0;
    width: auto;
}

.col-xs-6 {
	width:50%;
}

.col-xs-12-mid {
	width:100%;
	text-align:center;
	padding:10px;
}

.col-caro-12 {
	width:100%;
	padding:0;
}

form#formform {
    background-color: #f7f7f7;
    color: black;
    width: 100%;
    margin: auto;
    padding: 20px;
    border-radius: 5px;
}

#maintop {
	background-color: #dd6d1d;
    color: white;
    padding: 10px;
    font-size: 16px;
	position: sticky;
}

.carousel .carousel-item {
	height:180px;
	width:100%;
}

.carousel-item img {
	position: absolute;
    object-fit: fill;
    top: 0;
    left: 0;
    height: 180px;
}

#padpad {
    padding: 15px;
}

#index_img {
    width: 100%;
    height: 110px;
    object-fit: cover;
}

#login_bg {
    background-image: url(../images/16692.jpg);
    padding: 0px;
    background-position: center;
    background-size: cover;
    margin-top: -1px;
    background-attachment: fixed;
    color: white;
}

#cartimg {
  width: 100%;
  height: 85px;
  margin-right: 20px;
  object-fit: cover;
}

#removecart {
    position: relative;
    bottom: -15px;
    font-size: 12px;
}

/*#cartqty {
    height: 30px;
    width: 45%;
    bottom: 30px;
    left: 140px;
    position: relative;
}*/

.col-mob-4 {
	width:33.33333%;
}

#mobctimgs {
	/*width: auto;
    height: 60px;
    margin-bottom: 10px;
    text-transform: uppercase;
    background-color: #80808029;
    border-radius: 100%;
    object-fit: fill;
    padding: 8px;*/
	width: 90%;
    height: 90px;
    margin-bottom: 10px;
    text-transform: uppercase;
    background-color: #80808029;
    border-radius: 100%;
    object-fit: contain;
    padding: 8px;
}

#dispmob {
	display:inline-block;
	font-size:13px;
	font-weight:700;
	padding-top:30px;
}

#dispnomob {
	display:none;
}

.dispnomob {
	display:none;
}

#danger {
    position: fixed;
    z-index: 500;
    width: 100%;
    border-radius: 0;
    /* width: 50%; */
}

a#mobfixed {
    position: fixed;
    bottom: 0;
    /* width: 80%; */
    /* margin: auto; */
    left: 0;
    z-index: 200;
    right: 0;
    border-radius: 0;
}

#carttotal {
	position: relative;
    right: 80px;
    text-align: center;
    color: white;
}

#mainlogo {
    background-color: white;
    width: 50%;
    position: relative;
    border-radius: 5px;
    bottom: 0;
    z-index: 200;
}

#sub_cat_mob_list li {
	padding:10px;
}

#sub_cat_mob_list {
    background-color: white;
    box-shadow: 0px 0px 8px -3px black;
    padding: 10px;
    /* color: white; */
}

#mob_tot_ads {
    color: #80808099;
    font-size: 12px;
}

#succ {
    font-size: 55px;
    border: 2px solid #28a745;
    width: auto;
    padding: 30px;
    border-radius: 100%;
    margin: auto;
    /* text-align: center; */
}

#unsctext {
    font-weight: bold;
    width: auto;
    font-size: 40px;
    margin: auto;
}

#erimg {
    width: 100%;
}

#topstrip {
    width: 100%;
    height: 30px;
    object-fit: fill;
}

#bner_ad {
    border: 2px solid white;
    height: 80px;
    width: 100%;
    object-fit: fill;
}

#popup {
    /* border: 2px solid #21b4c1; */
    background-image: linear-gradient(rgb(0 0 0 / 75%), rgb(23 68 158 / 82%)), url(../images/un.jpg);
    background-position: bottom;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 45px;
    width: 100%;
    text-transform: uppercase;
    /* border-bottom-left-radius: 5px; */
    /* border-bottom-right-radius: 5px; */
    border-top-right-radius: 10px;
    font-size: 12px;
    z-index: 99;
    position: fixed;
    bottom: 0;
    /* left: 20px; */
    /* margin-left: 20px; */
    box-shadow: 1px 1px 3px 1px black;
}

#tm {
    position: relative;
    top: 30px;
	font-size:11px;
	margin-bottom: 70px;
}

#btm_menu {
    background-color: #dd6d1d;
	box-shadow: 2px 2px 8px -3px black;
    position: fixed;
    bottom: -17px;
    z-index: 9000;
    width: 100%;
    left: 0;
	padding-left:0;
	padding-right:0;
	margin-top:150px;
}

#btm_menu li {
	display:inline-block;
	text-align:center;
	padding:15px;
	padding-top:15px;
	padding-bottom:15px;
	font-weight:500;
	font-size:12px;
	color:white;
}

#btm_menu li a {
	text-decoration:none;
	color:inherit;
}

.col-xs-3 {
	width:33.33%;
}

#prdt_name {
    font-size: 12px;
	text-transform:capitalize;
}

#cat {
    color: #dd6d1d;
    font-size: 10px;
}

#txtareahelp {
    background-color: white;
    box-shadow: 2px 2px 8px -6px black;
    font-size: 11px;
}

#loader_logo {
	width:70%;
}

#brandsname {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 15px;
    padding: 8px;
    color: white;
    background-color: #dd6d1d;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

a#helpp {
	display:none;
}

.hovee:hover {
	box-shadow:none;
	padding-top:0;
    transition: none;
	border-radius:0;
}

#prdt_cnt {
    background-color: white;
    text-align: center;
    padding: 10px;
}

#index_row_bg {
    background-color: transparent;
    width: 100%;
    margin: auto;
    padding: 0;
    box-shadow: none;
}

#somepad {
    padding-left: 30px;
    padding-right: 30px;
}

#mainImage {
    width: 100%;
    height: 350px;
    object-fit: contain;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 20px;
}

#pdt_detail_bg {
    background-color: white;
    padding: 0px 0px 20px 0px;
    /* box-shadow: 2px 2px 8px -2px #0000006e; */
    /* box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%); */
}

#prdt_dtl_name {
    font-weight: normal;
    font-size: 20px;
    text-transform: capitalize;
    margin-top: 15px;
    color: #dd6d1d;
    margin-bottom: -10px;
}

#owl_imgg {
    height: 90px;
    object-fit: contain;
    width: 100%;
}

#prdt_dtl_price {
    font-weight: 600;
    font-size: 16px;
    color: black;
}

#pdt_tab_bg {
    background-color: white;
    padding: 20px 0px 20px 0px;
    margin-top: 20px;
    /* box-shadow: 2px 2px 8px -2px #0000006e; */
    /* box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%); */
}

#myBtn {
    position: fixed;
    right: 15px;
    background-color: #dd6d1d;
    bottom: 80px;
    padding: 17px;
    border-radius: 100%;
    color: white;
    z-index: 1000;
}

#footer {
    background-color: #343a40;
    color: #ffffffb3;
    font-size: 14px;
    font-weight: 400;
    padding-top: 50px;
    padding-bottom: 10px;
}

#empty_cart {
    background-color: white;
    padding: 5px;
    text-align: center;
    font-size: 25px;
    color: #0000003b;
    font-family: serif;
    margin-top: 10px;
	padding-top: 35px;
	padding-bottom: 30px;
}

#empty_cart_bag {
    font-size: 50px;
    margin-bottom: -3px;
}

#pad2 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.caroosel {
	border:none;
}

#prdt_dtl_descrption {
    font-size: 14px;
}

#subscribe_form {
    width: 100%;
    margin: auto;
}

#bordbord {
    padding: 10px;
}

#sellerlogo {
    width: 100%;
    height: 210px;
    margin: auto;
    object-fit: cover;
}

#else_logo {
    background-color: #dd6d1d;
    color: white;
    width: 37%;
    margin: auto;
    padding: 23px;
    font-size: 40px;
    border-radius: 100px;
}

#kuuza_img {
    width: 15%;
    position: relative;
    top: -1px;
}

.seller-section2 {
	position: relative;
    top: 0;
}

#mob_list_scroll {
	list-style: none;
    white-space: nowrap;
    overflow: auto;
    width:100%; /* <  uncomment to check with fix width*/
	background-color:transparent;
	font-size: 16px;
	margin-left: 20px;
	padding:10px;
	margin-bottom: -10px;
	margin-top: -35px;
}

#mob_list_scroll li {
    background-color: #dd6d1d;
	color: white;
	width: 35%;
	font-size: 10px;
	border-radius: 6px;
	padding: 10px;
	display: inline-block;
	text-align: center;
}

#mob_list_scroll li a {
	text-decoration: none;
	color:white;
}

#list_cat {
    width: 80%;
	height: 60px;
	object-fit: contain;
}

#notdisplay {
	display:inline;
}

#list_cat_pad {
  width: 95%;
}

#playimg {
  width: 25%;
}

#cartqty {
  width: 90px;
  position: relative;
  height: 25px;
  left: 23px;
}

#cart_prdt_name {
  font-size: 14px;
  color: black;
  font-family: inherit;
  margin-top: 9px;
  font-weight: normal;
  font-family: Verdana, sans-serif;
  margin-bottom: -17px;
}

a#rmv {
  font-size: 12px;
  position: relative;
  bottom: 15px;
  font-family: Verdana, sans-serif;
}

.mob_no_disp {
	display:inline-block;
}

#searchimg {
  width: 30%;
  margin-bottom: 20px;
}

.col-xs-db {
	width:50%;
}

#acct_pad {
  padding-right: 5px;
}

#login_pad {
  padding-left: 5px;
}

#boot_dropup {
	display:none;
}

#gif_mob {
	display:inline-block;
}

a#sngup {
    background-color: #dd6d1d;
    color: white;
    width: 100%;
    margin-bottom: 20px;
	display: inline-block;
}

#referralform {
    background-color: white;
    color: black;
    border-radius: 5px;
    padding: 30px;
    padding-bottom: 5px;
    width: 100%;
    margin: auto;
}
}