.main__logo--img
{
	height:80px;
    border-radius: 8px;
}
.header__topbar
{
	background-color: #fff5de;
    border-bottom: 1px solid #ddd;
}
.main__header
{
    box-shadow: 0 3px 23px rgb(16 15 14 / 36%);
}
.header__bottom
{
    background: #561b01;
}
.mainslider
{
	background: #eff1f4;
}
.mainsl
{
	margin: auto;
}
.innslid
{
	margin-left: 10px;
	padding: 10px;
}
.innslid img
{
	border-radius: 10px;
}
.mcatbox
{
	text-align: center;
	width: 16%;
	float: left;
  margin-right: 10px;
  padding: 10px;
}
.clear
{
	clear: both;
}
.topc img
{
    height:auto;
    width: 100%;
}
.topc a p
{
   font-size: 14px;
    color: #000;
    font-weight: 700; 
}
.mcatbox img
{
	width: auto;
	height: 100px;
}
.mcatbox p
{
	font-size: 14px;
    color: #000;
    font-weight: 700;
}
.mobcat
{
	padding: 10px 0px;
}
.catsec
{
	overflow: auto;
}
.catino
{
	width: max-content;
    display: flex;
    flex-direction: row;
}
.topcbox
{
	background: #fff;
	border-radius: 10px;
	padding: 20px 10px;
	border: 1px solid #ddd;
}
.topc
{
	text-align: center;
  margin-bottom: 30px;
}
.topc a
{
  width: 100%;
}
.toptitl
{
	display: flex;
	align-items: center;
	justify-content: space-between;
  margin-bottom: 10px;
}
.toptitl h4
{
	color: #000;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}
.botmmainsl a
{
  width: 100%;
}
.toptitl a
{
	color: #000;
    font-weight: 500;
    font-size: 13px;
    text-decoration: underline;
}
.fixban
{
	margin-top: 0px;
}
.fixsec img
{
	border-radius: 5px;
	width: 100%;
}
.underbox img
{
	width: 100%;
}
.fixsec a
{
	display: block;
}
.underbox
{
	text-align: center;
	margin-bottom: 20px;	
}

.undersec
{
	padding: 30px 0px;
}
.offbox img
{
	border-radius: 50%;
}
.stplop
{
	text-align: center;
    display: flex;
    margin-bottom: 7px;
    flex-direction: column;
}
.stplop p
{
	margin: 10px 8px;
    background-size: cover;
    text-align: center;
    color: #fff;	
    font-size: 12px;
}
.stpplo img
{
	height: 70px;
    border-radius: 70px;
    width: 75px
}
.stor_box
{
	display: flex;
    overflow-y: auto;
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-left: 8px;
    margin-right: 8px;
    flex-direction: row;
    padding: 3px;
}
.stptep
{
	margin-bottom: 0;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    font-weight: 100;
    color: grey;
    text-overflow: ellipsis;
    width: 70px;
}
.comic
{
	/*text-shadow: 4px 3px 0px #000;*/
    color: #561b01 !important;
    font-family: sans-serif;
    font-size: 22px !important;
    /*-webkit-text-stroke: 2px black;*/
    font-weight: 600;
    text-transform: uppercase;
}
.comic img
{
	height: 20px;
}
.seloa
{
	text-align: right;
	color: #0091cf;
	text-transform: uppercase;
	font-weight: 600;
}
.bgsect
{
	padding: 30px 0px;
}
.hompro li
{
	    width: 49%;
    margin-left: 1%;
}
.btncart, .btnbuy
{
    display: block;
    padding: 10px;
    border-radius: 2px;
    text-align: center;
}

.product__items--content
{
	background: #fff;
    padding:10px 3px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.product__items--thumbnail img
{
	border-radius: 5px;
}
.product__items--content h3
{
	margin-bottom: 0px;
	    overflow: hidden;
	    
}
.product__items--content h3 a{
        text-overflow: ellipsis;
    white-space: nowrap;
    display: inherit;
    width: 100%;
    overflow: hidden;
}
.btncart
{
	    background: linear-gradient(180deg,#f5e06c,#f1c24e);
    color: #000;
}
.btncart:hover
{
	 background:#7a4d0b;
    color: #ffffff;
}
.btnbuy
{
	background:#c5b28f;
    color: #000;
}
.btnbuy:hover
{
	    color: #ffffff;
    background-color:#6b2216;
}
.offpro
{
	color: #4CAF50;
    font-weight: 600;
    font-size: 15px;
}
/*.prmaina
{
	overflow-x: scroll;
}
.proouter
{
    width: max-content;
}
.profsld 
{
	float: left;
    margin-right: 20px;
    position: relative;
    margin-bottom: 10px;
}*/
.profsld
{
  padding: 5px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
}


.riround
{
	    color: #0012ff;
    padding: 0px 8px;
    font-size: 23px !important;
    border-radius: 50px;
    border: 1px solid #0012ff;
}
.topseller
{
	background: #fff;
    padding: 10px 10px 25px 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.selincon img
{
	width: 36px;
    height: 36px;
    border:1px solid #eee;
    border-radius: 50%;
}
.topseb
{
	display: flex;
	margin-bottom: 10px;
    align-items: center;
    justify-content: space-between;
}
.selincon
{
	display: flex;
    align-items: center;
}
.selname p
{
	font-size: 1.2rem;
	color: #000;
	line-height: 10px;
	margin-bottom: 0px;
}
.selname span
{
	font-size: 1rem;
	color: #999;
	line-height: 10px;
	margin-bottom: 0px;
}
.selname
{
	line-height: 11px;
	margin-left: 5px;
}
.promosec
{
	margin: 20px 0px;
}
.expo-wrapper
{
	width: 100%;
}
.tollbox
{
	    width: 24%;
    margin-right: 1%;
    float: left;
    margin-bottom: 20px;
}
.hedicon, .mobicon
{
	display: none;
	height: 30px;
}
.mobicon
{
	filter: invert(1);
}

.mainslider .owl-dots
{
	position: absolute;
    bottom: 20px;
    left: auto;
    right: auto;
    width: 100%;
}
.product__section
{
	padding: 30px 0px;
}
.fixfoot
{
	position: absolute;
    bottom:9px;
    display: flex;
    width: 100%;
}
.fixfoot li
{
	width: 20%;
	text-align: center;
}
.sellbtn
{
	background: linear-gradient(rgb(245, 224, 108), rgb(241, 194, 78));
    padding: 5px;
    height: 80px;
    width: 80px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 9px 1px rgba(0,0,0,.3);
    margin-top: -55px;
    text-transform: uppercase;
    justify-content: center;
}
.sellbtn span
{
	color: #000;
	font-size: 2rem !important;
}
.offactiv .offcanvas__stikcy--toolbar__label
{
	color:#561b01 !important;
}
.footer__section
{
	background: #fff5de;
	    border-top: 6px solid #561b01;
}
.footer__widget--desc
{
	color: 	#000;
}
.copyright__content
{
	color: 	#000;
}

.footerbg
{
	width: 100%;
}
.home_wholesale__1nuQg {
    bottom: 150px;
    position: fixed;
    z-index: 9999;
    display: none;
    right: 0;
    background-color:#0012ff;
    /*background-image: linear-gradient(160deg, #0241df 0%, #01247e 100%);*/
    color: #fff;
    font-weight: 600;
    padding: 5px 17px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.home_wholesale__1nuQg img
{
	height: 26px;
}
.f11 {
    font-size: 11px;
    color: #fff;
    line-height: 10px;
}
.topcat
{
	margin-bottom: 15px;
  padding: 15px 0px;
}
/*all category page*/
.pagenav
{
	background: #fff;
	padding: 10px 0px;
}
.pagbox i
{
	color: #212529;
}
.pagbox h4
{
	color: #212529;
}
.tabs-left {
  border-bottom: none;
  border-right: 1px solid #ddd;
}

.tabs-left>li {
  float: none;
 margin:0px;
 width: 100%;
 text-align: center;
  
}
.nav-tabs>li>a
{
	border-bottom-color: #ddd;
  border-right-color: transparent;
  background:#fff;
  border:none;
  border-radius:0px;
  margin:0px;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
  background-color:#eff1f4 !important;
  border:none;
  border-radius:0px;
  margin:0px;
}
.nav-tabs>li>a:hover {
    /* margin-right: 2px; */
    line-height: 1.42857143;
    border: 1px solid transparent;
    /* border-radius: 4px 4px 0 0; */
}
/*.tabs-left>li.active>a::after{content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  
  border-left: 10px solid #f90;
    display: block;
    width: 0;
}*/

.sideways li a img
{
	height: 100px;
}
.sidcbox
{
	    background: #fff;
    border: 1px solid #ddd;
    border-radius: 7px;
}
.sidcbox h4
{
	color: #999;
	padding-left: 10px;
}
.tabodo img
{
	width: 100%;
}
.tabodo
{
	margin-bottom: 15px;
}

#register-box
{
	display: none;
}
.sear_box
{
	display: flex;
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-left: 8px;
    margin-right: 8px;
    flex-direction: row;
    padding: 3px;
    width: max-content
}
.searct img
{
	height: 200px;
	width: auto;
	border:1px solid #ccc;
	border-radius: 7px;
}
.sear_sec
{
	overflow-y: scroll;
}
.search_search_wrapper__3YyVp {
    width: 100%;
    height: 35px;
    background: #fff;
    border-radius: 25px;
    color: #727c8e;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.search_search__2NCV1 {
    background: #fff;
    border: none;
    color: #727c8e;
    height: 30px;
    flex: 1 1;
}
.searbocs
{
	margin-top: 10px;
}
.search_smalltags__14qzU {
    border-radius: 10px;
    border: 1px solid rgba(155,144,146,.15);
    background-color: #fff;
    color: #76848b;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 11px;
}
.useimg
{
	position: relative;
	text-align: center;
}
.useimg img
{
	height: 80px;
	width: 80px;
}
.gstvi
{
	font-size: 9px;
    position: absolute;
    bottom: -15px;
    left: 36%;
    background: #fff;
    line-height: 16px;
    padding: 0px 8px;
    border-radius: 50px;
}
.perfect-center
{
	text-align: center;
	line-height: 20px;
	color: #fff;
	width: 33%;	
}
.usflow
{
	display: flex;
	margin-top: 35px;
	justify-content: space-around;
}
.perfect-center .f10
{
	font-size: 1rem;
	color: #fff;
}
.sharebtn
{
	    border: none;
    font-size: 1.1rem;
    border-radius: 50px;
    padding: 0px 10px;
    background: #fff;
    color: #1da4ea;
}
.doxyuse
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.usercard
{
	background-image: linear-gradient(0deg,#0997e5,#6cd7ff);
	border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 20px 0px;
    border: none;
}
.ediacc h4, .ediacc i
{
	color: #fff;
}
.ediacc
{
	    display: flex;
    align-items: center;
    justify-content: space-between;
}
.maiuseb
{
	margin-top: 20px;
}
.usflow .perfect-center:nth-child(2)
{
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
.doxyuse span
{
	color: #fff;
}
.sideorder .accordion-item
{
	margin-bottom: 20px;
}
.accsection
{
	background-color: #F5F6FA;
}
.sideorder .accordion-item
{
	border-radius: 10px;
	border: none;
}
.sideorder .accordion-item .accordion-header
{
	border-radius: 10px;
}
.sideorder .accordion-item .accordion-header button
{
	box-shadow: none;
	font-weight: 600;
	color: #000;
	border-radius: 10px;
	font-size: 1.5rem;
}
.sideorder .accordion-item .accordion-header button img
{
	height: 35px;
	margin-right: 5px;
}

.myoli a img
{
	height: 50px;
    background: #67d4fe45;
    padding: 9px;
    margin-bottom: 8px;
    width: 50px;
    border-radius: 50%;
}
.myoli a
{
	display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.myoli
{
	    width: 25%;
    float: left;
    margin-bottom: 10px;
    padding: 5px;
    min-height: 100px;
}
.clear
{
	clear: both;
}
.myoli span
{
	color: #999;
    font-size: 1.3rem;
    font-weight: 600;
}
.linkbtn::after
{
	transform: rotate(268deg);
}
.oukbox
{
	padding: 10PX;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}
.oukbox ul li a
{
	display: block;
	padding: 10px;
}
.wish_icon
{
	position: absolute;
    top: 5px;
    background-color: #fff;
    padding: 5px;
    color: #000;
    right: 5px;
    border-radius: 50%;
}
.product_fixedfooter__2P-zU {
    position: fixed;
    z-index: 2;
    bottom: 8px;
    width: 100%;
}
.product_filterDiv__2AefG {
    position: fixed;
    box-shadow: 2px 3px #b0b0b0;
    text-align: center;
    border: 1px solid #ebebeb;
    z-index: 10;
    bottom: 3%;
    left: 4%;
    width: 20%;
    background: #fff;
    padding: 1%;
    border-radius: 20px;
    display: block;
}
.product_filter_logo__3hVpW {
    height: 16px;
    margin-top: -3px;
    margin-right: 4px;
}
.filter_sortList__3zsko {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.filter_priceSortingDiv_pink__3BgTr, .filter_priceSortingDiv_white__2ywyX {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100px;
    font-size: 12px;
    border: 1px solid #eaeaea;
    border-radius: 15px;
    height: 100px;
    justify-content: center;
    line-height: 15px;
    color: #777;
}
.filter_priceSortingDiv_white__2ywyX {
    background: #fff;
}
.filter_sortingImg__3qsrU {
    align-self: center;
    height: 35px;
    width: 35px;
    margin-bottom: 8px;
}
.shotbox
{
	background: #f6f6f6;
    padding: 10px 5px;
}

.filter_textName__1xnCc {
    padding: 17px;
    border: 1px solid #ebebeb;
}
.filboxo
{
	padding: 10px;
}
.middle {
   position: relative;
   width: 100%;
   max-width: 500px;
   display: inline-block;
}

.slider {
   position: relative;
   z-index: 1;
   height: 10px;
   margin: 0 15px;
}

.slider>.track {
   position: absolute;
   z-index: 1;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   border-radius: 5px;
   background-color: #b5d7f1;
}

.slider>.range {
   position: absolute;
   z-index: 2;
   left: 25%;
   right: 25%;
   top: 0;
   bottom: 0;
   border-radius: 5px;
   background-color: #27a0ff;
}

.slider>.thumb {
   position: absolute;
   z-index: 3;
   width: 30px;
   height: 30px;
   background-color: #27a0ff;
   border-radius: 50%;
}

.slider>.thumb.left {
   left: 25%;
   transform: translate(-15px, -10px);
}

.slider>.thumb.right {
   right: 25%;
   transform: translate(15px, -10px);
}

.range2 {
   position: absolute;
   pointer-events: none;
   -webkit-appearance: none;
   z-index: 2;
   height: 10px;
   width: 100%;
   opacity: 0;
}

.range2::-webkit-slider-thumb {
   pointer-events: all;
   width: 30px;
   height: 30px;
   border-radius: 0;
   border: 0 none;
   background-color: #0091cf;
   cursor: pointer;
   -webkit-appearance: none;
}

#multi_range {
   margin: 0 auto;
    background-color: #27a0ff;
    border-radius: 20px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
    font-weight: 500;
    font-size: 1.25em;
    color: #fff;
    margin-bottom: 20px;
}
.middle {
   position: relative;
   width: 100%;
   display: inline-block;
}

.slider {
   position: relative;
   z-index: 1;
   height: 10px;
   margin: 0 15px;
}

.slider>.track {
   position: absolute;
   z-index: 1;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   border-radius: 5px;
   background-color: #b5d7f1;
}

.slider>.range {
   position: absolute;
   z-index: 2;
   left: 25%;
   right: 25%;
   top: 0;
   bottom: 0;
   border-radius: 5px;
   background-color: #27a0ff;
}

.slider>.thumb {
   position: absolute;
   z-index: 3;
   width: 30px;
   height: 30px;
   background-color: #27a0ff;
   border-radius: 50%;
}

.slider>.thumb.left {
   left: 25%;
   transform: translate(-15px, -10px);
}

.slider>.thumb.right {
   right: 25%;
   transform: translate(15px, -10px);
}

.range2 {
   position: absolute;
   pointer-events: none;
   -webkit-appearance: none;
   z-index: 2;
   height: 10px;
   width: 100%;
   opacity: 0;
}

.range2::-webkit-slider-thumb {
   pointer-events: all;
   width: 30px;
   height: 30px;
   border-radius: 0;
   border: 0 none;
   background-color: #0091cf;
   cursor: pointer;
   -webkit-appearance: none;
}

#multi_range {
   margin: 0 auto;
   background-color: #27a0ff;
   border-radius: 20px;
   margin-top: 20px;
   text-align: center;
   width: 100%;
   margin-bottom: 20px;
   font-weight: 500;
   font-size: 1.25em;
   color: #fff;
}
.filter_filter_footer_btn__1bLhe {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.filter_clear_allfilter_btn__23YbJ {
    width: 40%;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 4px;
    border-radius: 7px;
}
.filter_apply_filter_btn__3GNFY {
    width: 40%;
    background: #169ce0;
    border: 1px solid #e5e5e5;
    padding: 4px;
    color: #fff;
    border-radius: 7px;
}
.lebton
{
	padding: 10px 0px;
}
.proff
{
  background-color: #9c6918;
    text-align: left;
    /* display: flex; */
    width: auto;
    color: white;
    border-radius: 5px;
    padding: 5px !important;
}
.product__details--info__title
{
  font-size: 18px !important;
}
.product_sellerAccept__1XY-r {
    border-radius: 5px;
    border: 1px solid rgb(117 73 8);
    background-color: #e2be654d;
    color: black;
    padding: 0px 10px;
}
.product_sellerAccept__1XY-r img
{
  height: 20px;
  margin-right: 10px;
}
.selzo
{
  display: flex;
    justify-content: space-between;
    background: #bddce9;
    padding: 0px 5px;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}
.selzo span
{
  color: #000;
}
.selzo a
{
  color: #0a58ca;
}
.sewihy
{
  display: flex;
}
.insix
{
  display: flex;flex-direction: column;
}
.insix span
{
  font-size: 12px;
  text-align: center;
}
.quickview__inner img
{
  width: 100%;
}
.del_details img
{
  height: 25px;
  margin-right: 10px;
}
.del_details div
{
  color: #999;
    font-size: 14px;
    line-height: 20px;
}
.didelo
{
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.bg-grey1 {
    background-color: #eff1f4!important;
}
.detextb
{
  color: #000 !important;
  font-weight: 600; 
}
.product_footer_wrapper__zjTf6 {
    position: fixed;
    display: flex;
    justify-content: center;
    bottom: 0;
    z-index: 5;
    background: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 100%;
    box-shadow: 0 0 8px 1px rgba(150,150,133,.8);
}
.product_add_to_cart__EiMrI, .product_chat_n_buy__3QtQl {
    border-radius: 25px;
    font-size: 13px;
    font-weight: 700;
    padding: 10px;
    width: 100%;
    margin: 0 10px;
}
.product_chat_n_buy__3QtQl {
    background-color: rgb(14 153 228 / 15%);
    color: #0e99e4;
}
.product_add_to_cart__EiMrI {
    background-image: linear-gradient(107deg,#129de8 7%,#5dcdfb 93%);
    color: #fff;
}
.focartui
{
  visibility: hidden;
}
.topseller, .similar
{
  background-color: #f6f6f6;
}
.product_followbtn__3w_yH {
    border: 1px solid #e30018;
    border-radius: 25px;
    text-align: center;
    background: #e30018;
    color: #fff;
    padding: 0 15px;
}
.topselp
{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topsl img
{
  height: 50px;
}
.topsl
{
  display: flex;
  align-items: center;
}
.seadd
{
  padding: 5px;
  line-height: 17px;
}
.seadd p
{
  margin-bottom: 0px;
}
.seadd span
{
  color: #999;
  font-size: 13px;
}
.epim img
{
  width: 100%;
}
.sepaym
{
  background-color: #f5f8f9;
  padding:20px 0px;
}
.cart__section
{
  background-color: #f6f6f6;
  padding: 10px 0px;
}
.cat__img img
{
  height: 100px;
    width: 100px;
    object-fit: contain;
}
.cart_box
{
  padding: 5px;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 10px;
}
.car_inner
{
  display: flex;
  width: 100%;
  padding-bottom: 7px;
}
.cart_pro
{
  width: 90%;
}
.caqnt
{
  display: flex;
    justify-content: space-between;
    align-items: center;
}
.cat__img
{
  margin-right: 10px;
}
.indogry
{
      color: #888c8d;
    font-weight: 600;
    border-right: 1px solid #dee2e6;
    font-size: 14px;
}
.indotex
{
  color: #0a97e4;
    font-weight: bold;
    font-size: 14px;
}
.colflex
{
  display: flex;
}
.appcop
{
  padding: 8px;
  border: none;
  border-radius: 5px;
      margin-bottom: 10px;
}
.appcop img
{
  height: 20px;
}
.apptext
{
  font-size: 14px;
  padding-left: 10px;
}

.header__search--box label
{
    margin-bottom:0px;
}
.pdetpbo ul
{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.difnahyj
{
    display:none;
}
  .s_start {
         border: 1px solid #cfcfcf;
         padding: 12px 8px 12px 8px;
         margin-bottom: 10px;
         }
         .s_start ul {
         display: flex;
         justify-content: space-between;
         }
         .s_start ul li {
         color: black;
         font-weight: 600;
         font-family: system-ui;
         font-size: 13px;
         }
         .w_100{
         width:100%;
         background:none !important;
         }
         .w_100.acsactives{
         background:#52bad3 !important;
         }
         .w_100.acsactives ul li {
         color: white;
         font-weight: 600;
         font-family: system-ui;
         font-size: 13px;
         }
         .btn-primarys {
         color: #fff;
         background-color: #1fa6eb;
         border-color: #0d6efd;
         font-size: 13px;
         }
         .checkout__input--field{
         font-size: 12px;
         }
         .btn-primary_sub{
         color: #fff;
         background-color: #1fa6eb;
         border-color: #0d6efd;
         font-size: 13px;
         width: 100%;
         padding: 10px; 
         }

/*thank you page start*/


.tahimgo
{
  text-align: center;
}
.tahimgo img
{
  height: 150px;
}
.tahimgo h4 span
{
  color: #ac000f;
}
.ortbox
{
  display: flex;
  justify-content: space-between;
}
.ordbolj
{
  border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
}
.cupadil
{
  margin: 10px 0px;
}

.footerTags {
    display: block;
}
.footerTags > span {
    font-weight: 600;
    text-transform: lowercase;
    display: block;
    color: #000;
}
.footerTags a {
    font-size: 12px;
    letter-spacing: 0;
}
.footerTags a {
    text-decoration: none;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    display: inline-block;
}
.footerTags a:after {
    content: "|";
    line-height: 1;
    font-size: 12px;
    margin-left: 5px;
    margin-right: 3px;
}



#searchData {
    background: #ffffff;
    padding: 10px;
    position: absolute;
    width: 100%;
    top:100%;
    display: none;
    min-height: fit-content(20em);
    height: 50vh;
    overflow-x: scroll;
    z-index: 999;
}
#searchData li a {
    padding: 10px;
    display: block;
    color: #111;
    font-size: 14px;
}
.header__search--form
{
    position: relative;
}
/*thank you page end*/

.social__shear li a img
{
    height:30px;
}
.cruyol
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btncartcat{
    background-color: #9c6918;
    color: #ffffff;
}
.btncartcat:hover{
    background-color: #0c5ac1;
    color: #ffffff;
}
.cruyol button
{
    width:49%;
}

.header__search--input::placeholder {
	color:#333 !important;
}
.ratb001
{
  background: #4CAF50;
    border-radius: 20px;
    padding: 0px 8px;
    color: #fff;
    font-weight: 500;
}
.ratb001 i
{
  font-size: 12px;
}
.rw7ted
{
  font-size: 14px;
  color: #777;
}

.innuloa li
{
    list-style: inside;
    color: #555;
    line-height: 25px;
}

        
.policy-container {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
    padding: 2rem;
    margin-bottom: 2rem;
}

.section-title {
    color: var(--secondary-color);
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.highlight-box {
    background-color: #fff9e6;
    border-left: 4px solid var(--primary-color);
    padding: 1.5rem;
    margin: 1.5rem 0;
    border-radius: 0 5px 5px 0;
}

.step-box {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-left: 4px solid var(--primary-color);
}

.step-number {
    display: inline-block;
    background-color: var(--primary-color);
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    font-weight: bold;
}

.timeline-table {
    width: 100%;
    border-collapse: collapse;
}

.timeline-table th, .timeline-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.timeline-table th {
    background-color: var(--secondary-color);
    color: white;
}

.timeline-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.check-item {
    color: #28a745;
    margin-right: 8px;
}

.cross-item {
    color: #dc3545;
    margin-right: 8px;
}

.contact-box {
    background-color: #e9f7fe;
    border-radius: 8px;
    padding: 1.5rem;
    margin-top: 1.5rem;
}

@media (max-width: 768px) {
    .policy-container {
        padding: 1rem;
    }
    
    .timeline-table {
        display: block;
        overflow-x: auto;
    }
}
.list-unstyled li
{
    line-height: 25px;
}
.bagline
{
    background-color: #e9ddbc;
    padding: 10px;
}
.profile_wrap_1
{
    position: relative;
}
.add_pro
{
    position: absolute;
    bottom: 50px;
    left: 50px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 40%;
    box-shadow: 0 0 1.636px 0 rgba(145, 158, 171, 0.20), 0 8.179px 16.359px -2.454px rgba(145, 158, 171, 0.05);
}
.stobanner img
{
    height: 400px;
    width: 100%;
    object-fit: cover;
}







@media (max-width: 1199px)
{
	.tollbox
	{
		width: 32.33%;
		margin-right: 1%;
	}
}

@media (max-width: 992px)
{
    .add_pro
    {
        width: 60%;
        left: 20px;
        bottom: 20px;
    }
    .stobanner img
    {
        height: 300px;
    }
    .pdetpbo ul li img
    {
        height:1000px;
    }
	.fixfoot
	{
		bottom: 40px;
	}
	.sellbtn
	{
		height: 150px;
	    width: 150px;
	    margin-top: -138px;
	}
	.desicon
	{
		display: none;
	}
	.hedicon, .mobicon
	{
		display: block;
	}
	.tollbox
	{
		width: 32%;
		margin-right: 1.33%;
	}
	.header__topbar
	{
		display: none;
	}
	.undersec
	{
		padding: 10px 0px;
	}
}
@media (max-width: 768px)
{
    .add_pro
    {
        position: relative;
        width: 100%;
        left: 0px;
        bottom: -10px;
    }
    .stobanner img
    {
        height: auto;
        border-radius: 8px;
    }
    .pdetpbo ul li img
    {
        height:80px;
    }

    .main__logo--img
    {
        height:35px;
    }
  .caqnt span
  {
    font-size: 12px;
  }
  .cart_pro h4
  {
    font-size: 13px;
  }
  .focartui
  {
    visibility: visible;
  }
  .deskcart
  {
    /*display: none !important;*/
  }
  .product__details--info__title
  {
    font-size: 14px !important;
  }
	.offcanvas__filter--sidebar {
		max-width: 96%;
    left: 2%;
    top: 2%;
	}
	.product_filterDiv__2AefG
	{
		width: 90%;
	}
	.sideorder .accordion-item .accordion-header button img
	{
		height: 28px;
	}
	.sideorder .accordion-item
	{
		margin-bottom: 8px;
	}
	.searct img
	{
		height: 100px;
	}
	.sidcbox h4
	{
		font-size: 13px;
		margin-bottom: 5px;
		margin-top: 5px !important;
	}
	.sicbox h4
	{
		font-size: 14px;
    	margin-top: 0px;
  	    margin-bottom: 5px;
	}
	.allcsec .col-xs-3
	{
		padding: 0px;
	}
	.allcsec .col-xs-9
	{
		padding: 5px;
	}
	.nav>li>a
	{
		padding: 5px 0px !important;
	}
	.sideways li a img
	{
		height: auto;
		width: 100%;
	}
	.pagbox h4
	{
		margin-top: 0px;
		font-size: 1.4rem;
		margin-bottom: 0px;
	}
	.pagenav
	{
		padding: 4px 0px;
	}
	.sellbtn {
	    height: 120px;
	    width: 120px;
	    margin-top: -90px;
	}
	.promosec
	{
		padding: 0px;
	}
	.product__section
	{
		padding: 10px 0px;
	}
	.comic
	{
		font-size: 1.5em !important;
		-webkit-text-stroke: 1px black;
		text-shadow: 2px 2px 0px #000;
	}
	.btncart, .btnbuy
	{
		font-size: 12px;
	}
	.product__items--content h3
	{
		font-size: 13px;
	}
	.current__price
	{
		font-size: 1.4rem;
	}
	.bgsect
	{
		padding: 10px 0px;
	}
	.stplop p
	{
		margin: 0px;
	}
	.innslid
	{
		margin-left: 0px;
	}
	.tollbox
	{
		width: 49%;
		margin-right: 1%;
	}
	.catino
	{
		width: max-content;
        display: flex;
	}
	.mcatbox
	{
		width: 70px;
	}
	.mcatbox img
	{
		width: auto;
		height: 100px;
	}
    .toptitl h4
    {
        font-size: 16px;
    }
	

}
@media (max-width: 580px)
{
    .pdetpbo ul li img
    {
        height:50px;
    }
	.myoli a img
	{
		height: 40px;
		width: 40px;
	}
	.sellbtn {
	    height: 90px;
	    width: 90px;
	    margin-top: -70px;
	}
	.fixfoot
	{
		bottom: 15px;
	}
}
@media (max-width: 480px)
{
	.myoli
	{
		min-height: 90px;
	}
	.myoli span
	{
		font-size: 1rem;
	}
	.sideways li a img
	{
		height: 70px;
		width: auto;
	}
	.sellbtn {
	    height: 70px;
	    width: 70px;
	    margin-top: -50px;
	}
	.fixfoot
	{
		bottom: 10px;
	}
	.btncart, .btnbuy {
	    font-size: 10px;
	}
}
@media (max-width: 420px)
{
	.sellbtn {
	    height: 65px;
	    width: 65px;
	    margin-top: -40px;
	}
	.fixfoot
	{
		bottom: 6px;
	}
	.sellbtn span
	{
		font-size: 1.7rem !important;
	}
}