@font-face {
    font-family: "Glacial Indifference";
    src: url("/assets/fonts/GlacialIndifference-Regular.otf") format("opentype");
    font-weight: 400;
}

@font-face {
    font-family: "Glacial Indifference";
    src: url("/assets/fonts/GlacialIndifference-Bold.otf") format("opentype");
    font-weight: 600;
}
@font-face {
    font-family: "Segoe UI";
    src: url("/assets/fonts/SEGOEUI.TTF") format("truetype");
}
html,
body {
    overflow-x: hidden;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
}

* {
    font-family: "Glacial Indifference";
}
p{
	font-family: "Segoe UI" !important;
}
header {
	position: relative;
	z-index: 999;
}
#main-head {
	padding: 40px 0 30px;
}
.container-fluid,#ftr .container-fluid {
	width: 100%  !important;
	max-width: 1200px !important;
	margin: 0 auto !important;
}
#top-head {
    padding: 20px 0 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}
.logo {
	width: 350px !important;
	margin: 0 0 0 auto;
}
.logo img {
	width: 100%;
}
.top_menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
   /* text-decoration: ; */
    align-items: center;
}

.top_menu li a {
	text-decoration: none;
	padding: 0 15px;
	text-transform: uppercase;
	/*font-size: 20px;*/
	font-size: 15px;
	line-height: 27px;
	color: #ABABAB;
	letter-spacing: 1px;
}

#hd-btn-grp {
	display: flex;
	justify-content: flex-end;
	flex-direction: row;
	/* flex-wrap: wrap; */
	align-items: center;
	position: relative;
}

#head-fields {
	display: flex;
	flex-direction: row;
	/* flex-wrap: wrap; */
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}

#head-fields .form-select {
	width: 130px;
	padding: 5px;
	border-radius: 50px;
	font-size: 14px;
	color: #B9B9B9;
	padding-left: 20px;
	border: 1px solid #707070;
	position: relative;
}
#loc-input {
	padding: 0 !important;
	width: 30% !important;
}
#head-fields #loc-input input {
	width: 100% !important;
	border: 0;
	padding: 0;
	color: #E1E1E1;
	outline: none !important;
	height: 100%;
}
#loc-input input {
	background-image: url('/assets/images/merch_module/profile/svgs/Icon material-location-on.svg');
	background-repeat: no-repeat;
	background-position: 90%;
	border-top-right-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
}
#loc-input {
	border-top-right-radius: 50% !important;
	border-bottom-right-radius: 94% !important;
	border-right: 1px solid #454444 !important;
	position: relative !important;
}
.loc-hover {
	
	position: absolute;
	right: 0;
	top: 35px;
	background-color: #fff;
	left: 0;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}
.loc-hover ul {
	list-style: none;
	padding: 10px;
	margin: 0;
}
.loc-hover ul a {
	font-size: 14px;
	text-decoration: none;
	color: #E1E1E1;
	line-height: 19px;
}
#search-input::placeholder {
	text-transform: lowercase;
	font-weight: 500;
	color: #E1E1E1;
	font-size: 22px;
	letter-spacing: 1px;
}
#loc-input input {
	background-image: url('/assets/images/merch_module/profile/svgs/Icon material-location-on.svg');
	background-repeat: no-repeat;
	background-position: 90%;
}
.loc-hover {
	display: none;
}
#search-input {
	border-top-left-radius: 50% !important;
	border-bottom-left-radius: 50% !important;
}
.srch_n_loc .form-select{
    -webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	background-image: url('/assets/images/gyc/Iconmaterial-location-on.png');
	background-position: 93%;
	background-size: auto;
}
.srch_n_loc .input-group input {
	padding: 3px 0 3px 20px !important;
}
.dp-flex{
	display: none;
}
.box_res {
	position: absolute;
	display: flex;
	width: 610px;
	border-radius: 20px;
	background-color: #fff;
	padding: 15px;
	align-items: baseline;
	box-shadow: 0px 2px 3px 3px #0000002b;
	top: 55px;
	z-index: 1;
	opacity: 1;
	display: flex;
	transition: 0.3s ease-out;
}
#lp-sec1 .box {
	cursor: pointer;
}
/* #head-fields .form-select:hover .box_res {
	display: flex;
	opacity: 1;
} */
.box_res  ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.box_res ul li a {
    display: block;
	font-size: 20px;
	line-height: 27px;
	color: #B1B1B1;
	text-decoration: none;
}
.prod_categories {
	flex: 0 0 auto;
	width: 30%;
	border-right: 1px solid #949494;
}
.merch_list ul li {
	display: inline-block;
	/*width: 49%;*/
	text-align: center;
	vertical-align: middle;
}
#head-fields .form-select:focus {
    font-family: "Glacial Indifference" !important;
    border-color: #799F0C;
    box-shadow: none;
}
#user_options {
	position: absolute;
	border-radius: 10px;
	background-color: #fff;
	padding: 12px;
	box-shadow: 0px 2px 3px 3px #0000002b;
	top: 45px;
	z-index: 1;
	transition: 0.3s ease-out;
	left: -110px;
	width: 150px;
	opacity: 1;
	display: none;
}
#user_options ul li a {
	font-size: 14px;
	color: #ABABAB;
	text-decoration: none;
}
#user_options ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#user_options ul li:not(:last-child) {
	border-bottom: 1px dashed #707070;
}
/* .user_btn:hover #user_options {
	opacity: 1;
	display: block;
} */
.srch_n_loc {
	display: flex;
	width: 100%;
	margin-left: 10px;
	border: 1px solid #707070;
	border-radius: 50px;
}
.merch_list ul li a {
	line-height: 36px;
}

input.place-holder::placeholder{
 letter-spacing:0.1px !important;   
 font-size:12pt !important;
}

#search-addon {
	background-color: transparent;
	/*background-image: url('/assets/images/Icon map-search.svg');*/
	background-repeat: no-repeat;
	background-size: contain;
	height: 20px;
	width: 20px;
	background-position: 0;
	position: relative;
	top: 7px;
	right: 15px;
	border-right: 2px solid #707070 !important;
	padding-right: 15px !important;
	border-radius: 0;
	z-index: 3;
}
.srch_n_loc input {
	font-size: 18px !important;
}
.srch_n_loc .form-select {
	border-radius: 0 !important;
	border: 0 !important;
	width: 25% !important;
	padding-left: 0 !important;
}

.srch_n_loc .form-control.rounded {
    font-size: 24px;
    color: #B9B9B9 !important;
    border: 0;
    box-shadow: none;
}

#hd-btn-grp a, .user_btn {
	padding: 0 5px;
	position: relative;
}
.counter_icon {
	position: absolute;
	top: 0;
	background-color: #ff0000;
	color: #fff;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -5px;
	right: 0;
}
#hd-btn-grp a:first-child img {
    filter: saturate(0);
    transition: 0.3s ease-out;
}
#hd-btn-grp a:first-child:hover img {
    filter: saturate(300);
}
#hero_bnr6 {
    background-image: url('/assets/images/Subtraction 4.png');
    background-size: cover;
    background-repeat: no-repeat;
    /*background-position: bottom left;**/
	background-position: center;
	padding: 250px 0 180px;
    position: relative;
}
#trends.hp-sec {
	padding: 0 0 90px !important;
}
#trends {
	padding-top: 5px !important;
	/*padding-top: 200px !important;*/
}
.page6-hero img {
    transform: translate(0, 22%);
}
.tag-list ul,
.sort ul {
    padding: 0;
    margin: 18px 0;
}
.tag-list ul li, .sort ul li {
	display: inline-block;
	padding: 0 10px;
	float: right;
	position: relative;
}
.tag-list ul li a {
	text-decoration: none;
	font-size: 22px;
	color: #707070;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
	padding: 5px 10px;
	border-radius: 10px;
}
.sort ul li a {
	background: #EFEBEB;
	border-radius: 30px;
	padding: 10px 20px;
	text-decoration: none;
	font-size: 18px;
	color: #707070;
	max-width: 49%;
}
.hover_sh a {
	max-width: 100% !important;
	text-align: center;
	padding: 0 !important;
	background-color: unset !important;
	font-size: 14px !important;
	line-height: 26px;
	display: block;
}
.tag-list ul li .hover_sh, .sort ul li .hover_sh {
	transition: 0.3s ease-out;
	opacity: 0;
}
.tag-list ul li:hover .hover_sh, .sort ul li:hover .hover_sh {
	opacity: 1;
}
.hover_sh {
	position: absolute;
	width: 85%;
	left: 0;
	right: 0;
	top: 35px;
	z-index: 1;
	background-color: #efebeb;
	margin: 0 auto;
	padding: 10px 5px;
	border-radius: 20px;
}
.tag-list ul li:hover .hover_sh, .sort ul li:hover .hover_sh {
	opacity: 1;
}
#hero_bnr {
    background-image: url('/assets/images/Subtraction 4.png');
    background-size: cover;
    background-repeat: no-repeat;
/*    background-position: bottom left;
    padding: 200px 0 170px; */
	background-position: center;
    padding: 270px 0 450px;
    position: relative;
}
#hero_bnr h1 {
	font-size: 33px;
	line-height: 52px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	width: 80%;
}
#hero_bnr .cont {
	position: relative;
	left: 90px;
}
#hero_bnr .cont p {
    color: #fff;
    font-size: 24px;
    line-height: 38px;
}

#hero_bnr .cont p span {
    display: block;
	font-size: 24px;
   /* line-height: 52px;*/
}

#hero_bnr .cont .btn a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 27px;
	background-color: #FF0000;
	padding: 0px 20px;
	border-radius: 50px;
}

#hero_bnr .cont .btn {
    padding: 0;
    margin-top: 20px;
}

/* .feat_img {
	position: absolute;
	top: -157px;
	left: 130px;
	width: 40%;
} */
.feat_img {
	position: absolute;
	top: -157px;
	left: 265px;
	width: 40%;
}
.feat_img img {
	width: 100%;
}
.box {
	box-shadow: 0px 5px 10px 5px #9999;
	border-radius: 21px;
	height: 220px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 2;
	justify-content: center;
	/*top: -70px;*/
	background-color: #fff;
}
.box.box1 h4 {
    font-size: 49px;
    line-height: 59px;
    font-weight: 600;
    text-align: center;
    color: #7B7B7B;
    padding: 30px 0;
}

.box.box1 h4 span {
    display: block;
    font-size: 37px;
    font-weight: 400;
}

.box.box1 {
    background-color: #FFDE00;
}

.box h4 {
    font-size: 61px;
    font-weight: 600;
    color: #799F0C;
    line-height: 71px;
    margin: 0;
}

.section .container-fluid {
    width: 82%;
}
.prod_row_title {
	color: #799F0C;
	/*font-size: 40px; */
	font-size: 24px; 
	line-height: 59px;
}
#trends {
    padding: 80px 0 30px;
}

.item_box {
    margin: 20px 0;
    border-radius: 21px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 10px 10px 2px #9999;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.item_box .item_img {
	width: 100%;
	height: 332px;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	position: relative;
	background-position: center;
	cursor: pointer;
}

.item_box .item_img .cart_icn {
    position: absolute;
    top: 15px;
    right: 20px;
}

.item_box .item_img .item_status {
    position: absolute;
    bottom: 20px;
    display: flex;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
}
.item_box .item_img .item_status .status {
	width: auto;
	/* text-align: right; */
	margin: 0 0 0 auto;
	background-color: #fff;
	border-radius: 21px;
	text-align: center;
	padding: 0 15px;
	text-transform: capitalize;
	color: #799F0C;
	font-size: 20px;
	font-weight: 600;
	border-bottom-right-radius: 0;
}
.item_info {
    padding: 20px 30px;
    position: relative;
}
.item_info h5 {
	font-weight: 600;
	font-size: 17px;
	/*font-size: 23px;*/
	color: #7B7B7B;
	margin-bottom: 0;
	line-height: 20px;
	height: 50px;
}
.item_info .loc {
	color: #7B7B7B;
	font-size: 13px;
}

.item_info .ratings {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.item_info .ratings span:not(.stars) {
	font-size: 16px;
	font-weight: 600;
	color: #707070;
	padding-top: 5px;
	padding-right: 0;
}
.item_info .ratings .stars img {
	width: 14px;
	flex: 0 0 auto;
	margin: 0 2px;
}
.item_price .pr {
	font-size: 20px;
	font-weight: 600;
	color: #7B7B7B;
	/* padding: 5px 5px;*/
	padding: 2px 2px;
}
.item_price .pr.crossed-out {
    text-decoration-line: line-through;
    font-weight: 400;
    text-decoration-color: #7B7B7B;
}

.pr.sale-price {
    color: #799F0C;
}
.pr.less {
	font-size: 13px;
	font-weight: 400;
	background-color: #FFDE00;
	border-radius: 8px;
	position: relative;
	top: -2px;
}
.item_cat {
	color: #707070;
	/*font-size: 17px; */
	font-size: 15px;
}
.item_cat {
	cursor: pointer;
}

.sec_banner {
	/* background-image: url('/assets/images/Rectangle105.png'); */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 150px 0;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	margin-bottom: 80px;
}

.sec_banner::before {
	content: "";
	position: absolute;
	background-image: url('/assets/images/MaskGroup20.png');
	width: 100%;
	height: 330px;
	background-repeat: no-repeat;
	background-size: contain;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.sec_banner h2 {
    position: absolute;
    z-index: 1;
    font-size: 83px;
    font-weight: 600;
    color: #fff;
    bottom: 0;
    left: 11%;
}

.section {
	 padding: 0 0 60px !important;
/*	padding: 40px 0 60px !important;*/
}

.four-col .sec_banner {
    
   background-image: url('/assets/images/MerchantsBannerAds.png');
   /* background-image: url('/assets/images/Group77.jpg');*/
}

.four-col .sec_banner::before {
    display: none;
}

.four-col .sec_banner h2 {
	left: unset;
	right: 15%;
	top: 55%;
	transform: translateY(-50%);
}

.four-col .sec_banner h2 {
    text-transform: uppercase;
}

.four-col .sec_banner h2 span {
    display: block;
    font-size: 38px;
    line-height: 45px;
}
.four-col .item_info {
	padding: 20px 15px;
}
.four-col .item_box .item_img {
	height: 215px !important;
}
.pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.pagination li {
    padding: 5px 10px;
    margin: 0 10px;
    flex: 0 0 auto;
    text-align: center;
    border-radius: 5px;
    color: #799F0C;
}

.pagination li.active {
    box-shadow: 0 5px 5px 0px #9999;
}

#ftr {
    position: relative;
}

#ftr h4 {
    font-size: 42px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

#ftr {
    background-image: url('/assets/images/footer.png');
    background-size: cover !important;
    background-repeat: no-repeat;
    padding: 20px 0 80px !important;
    background-position-y: 0;
}

#ftr input,
#ftr textarea {
    border: 1px solid #fff;
    border-radius: 50px;
    font-size: 24px;
    width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    padding: 5px 20px;
    color: #fff;
}

#ftr input.subm {
    background-color: #fff;
    width: auto !important;
    color: #799F0C;
}

.frm.frm2 form {
    display: flex;
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
}

.frm.frm2 form .form-box.frmbx1 {
    flex: 0 0 auto;
    width: 48%;
}

.frm.frm2 form .form-box.frmbx2 {
    flex: 0 0 auto;
    width: 48%;
}

#ftr .col-lg.col-md {
    margin-left: 50px;
}

#ftr textarea {
    margin-left: 20px;
    height: 115px;
    border-radius: 20px;
}

#mid-ftr,
#btm-ftr {
    margin-top: 80px;
}

#mid-ftr h5, #btm-ftr h5 {
	font-size: 26px;
	color: #fff;
	/*text-transform: uppercase;*/
	line-height: 22px;
}

#mid-ftr ul,
#btm-ftr ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#mid-ftr ul li a, #btm-ftr ul li a {
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 20px;
	line-height: 30px;
/*	line-height: 42px; */
}

#btm-ftr h5 {
    margin-bottom: 20px;
}

#sc-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
/*	justify-content: flex-end;*/
	align-items: center;
	margin-top: 100px;
}

#sc-links li {
    padding: 0 5px;
}
#sc-links a {
	display: inline-block;
}


/* CART */

.cart-pg #main-head {
	padding: 20px 0;
	background-color: #fff;
}

.cart-pg .srch_n_loc .top_menu {
    width: 100%;
}

.cart-pg .srch_n_loc {
    border: 0;
    width: 100%;
    padding-top: 15px;
}

.number span {
    cursor: pointer;
}

.number {
    margin: 0;
}

.minus,
.plus {
    width: 20px;
    height: 20px;
    background: #757474;
    border-radius: 4px;
    padding: 8px 5px 8px 5px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.number input {
    height: 34px;
    width: 100px;
    text-align: center;
    font-size: 26px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

.cart_pg_body {
    background-color: #F9F9F9;
}

.cart_item_det {
    background-color: #F9F9F9;
    box-shadow: 0 5px 5px 5px #9999996b;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
    border-radius: 20px;
    overflow: hidden;
}

.cart_head {
    width: 100%;
    background-color: #fff;
    padding: 15px 15px;
    font-size: 22px;
    text-transform: uppercase;
    color: #707070;
}

.cart_item_det .cart_head img {
    margin-right: 15px;
}

.cart_item {
    width: 100%;
    flex: 0 0 auto;
}

.cart_item_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* flex-wrap: wrap; */
    padding: 20px 30px;
}

.cart_item:not(:last-child) .cart_item_box {
    border-bottom: 1px dashed #000;
}

.item_pr_quantity {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.item_info strong {
    color: #799F0C;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 3px;
	font-weight:normal;
}

.item_info p {
	color: #707070;
	font-size: 18px;
	margin-bottom: 0;
	line-height: 27px;
}

.cart_btns {
    margin-top: 30px;
}

.cart_btns a {
	font-size: 13px;
	text-decoration: none;
	color: #707070;
	margin-right: 23px;
}
.cart_btns a img {
	/*width: 50%;*/
	width:25px;
	padding-left:5px;
	vertical-align: baseline;
}
.item_pr_quantity {
	flex: 0 0 auto;
	width: 20%;
	text-align: right;
}

.item_pr_quantity strong {
    font-size: 40px;
    color: #799F0C;
    display: block;
}

.item_pr_quantity strong .old_pr {
    display: block;
    font-size: 22px;
    font-weight: 400;
    text-decoration-line: line-through;
    line-height: 32px;
}

.quantity {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

.quantity input {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    font-size: 24px;
    width: 50px;
}

.quantity .minus,
.quantity .plus {
    width: unset;
    height: unset;
    padding: 16px 15px 23px;
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    border: 0;
    border-radius: 0;
    line-height: 0;
}

.cart_sum {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.cart_sum .sum_left {
    flex: 0 0 auto;
    width: 50%;
    padding: 15px;
}

.cart_sum .sum_right {
    flex: 0 0 auto;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: end;
    padding: 15px;
}

.cart_sum .sum_left span {
    display: block;
    font-size: 20px;
    color: #707070;
}

.cart_sum .sum_right .pr_sum {
    color: #799F0C;
    font-size: 40px !important;
    font-weight: 600;
}

.cart_sum .sum_right span {
    font-size: 16px !important;
    color: #DBDBDB;
}

.divider {
    flex: 0 0 auto;
    width: 95%;
    height: 1px;
    background-color: #707070;
    margin: 10px auto 20px;
}

.total {
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.total .pr_sum {
    color: #799F0C;
    font-size: 40px;
    font-weight: 600;
    flex: 0 0 auto;
    width: 50%;
    text-align: right;
    padding-right: 15px;
}

.total span {
    flex: 0 0 auto;
    width: 50%;
    padding-left: 15px;
    color: #707070;
    font-size: 20px;
}

.btn_purchase {
    width: 100%;
    flex: 0 0 auto;
    text-align: center;
    padding: 30px 0;
}

.btn_purchase a {
    padding: 20px 0;
    text-decoration: none;
    background-image: linear-gradient(to right, #FFDE00, #799F0C);
    color: #fff;
    font-weight: 600;
    font-size: 29px;
    padding: 13px 35px;
    border-radius: 20px;
}

.purchasenoww {
    padding: 20px 0;
    text-decoration: none;
    background-image: linear-gradient(to right, #FFDE00, #799F0C);
    color: #fff;
    font-weight: 600;
    font-size: 29px;
    padding: 13px 35px;
    border-radius: 20px;
}



#cart-sec {
    padding: 100px 0 90px !important;
}

.cart-pg #ftr {
    background-color: #f9f9f9;
}
.four-col .status {
	visibility: visible;
}
#lp7-discover .status {
	display: none;
}
/* END CART */
/* COUPON APGE */
.breadcrumbs ul {
	padding: 0;
	list-style: none;
	margin: 0;
	position: relative;
}
.breadcrumbs ul li {
	display: inline-block;
}
#reviews {
	background-image: url('/assets/images/header.png');
	background-repeat: no-repeat;
	padding: 120px 0 50px !important;
	background-position: top center;
}
.breadcrumbs ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 19px;
	line-height: 26px;
	position: relative;
	padding-right: 20px;
}
.breadcrumbs ul li a::before {
	content: ">";
	position: absolute;
	top: -5px;
	right: 3px;
	font-size: 25px;
}
.breadcrumbs ul li:last-child a::before {
	display: none;
}
.preview_box .coupon_name {
	font-size: 25pt; 
	color: #fff;
	font-weight: 40;
	line-height: 35px;
}
.preview_box .coupon_name span {
	display: block;
	font-size: 19px;
	line-height: 26px;
	padding-top:20px;
}
.ratings {
	text-align: right;
	font-size: 28px;
	font-weight: 600;
	color: #707070 !important;
	display: flex;
	justify-content: end;
/*	padding-top: 15px;*/
}
.stars {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-left: 10px;
}
.img_preview_big {
	width: 100%;
	background-color: #F9F9F9;
	border-radius: 20px;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 3px 5px 10px #8888;
	margin-top: 15px;
}
.img_preview_big span {
	color: #707070;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 3px;
}
.thumbnails {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-top: 20px;
}
.thumbnails .thumb_img {
	width: 97px;
	height: 85px;
	background-color: #F9F9F9;
	border-radius: 10px;
	flex: 0 0 auto;
	width: 15%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #707070;
	box-shadow: 5px 3px 3px #00000040;
	letter-spacing: 1px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
}
.promo_box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.promo_sprice {
	color: #799F0C;
	font-size: 51px;
	font-weight: 600;
	line-height: 88px;
}
.promo_crossed {
	text-decoration-line: line-through;
	font-size: 36px;
	line-height: 53px;
	color: #799F0C;
	padding: 0 10px;
}
.promo_less {
	font-size: 27px;
	line-height: 36px;
	background-color: #FFDE00;
	color: #799F0C;
	border-radius: 20px;
	padding: 0 15px;
}
.promo_valid {
	font-size: 14px;
	line-height: 19px;
	color: #707070;
	padding-left: 10px;
}
.promo_btn_g {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
}
.promo_btn_g a {
	flex: 0 0 auto;
	width: 47%;
	font-size: 29px;
	font-weight: 600;
	color: #799F0C;
	border-radius: 20px;
	box-shadow: 3px 3px 3px 3px #99999963;
	margin: 0 auto;
	border: 0;
}
.btn.buynow {
	background-image: linear-gradient(to right,#FFDE00,#799F0C);
	color: #fff;
	box-shadow: none;
	background-size: cover;
}
.review_head {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 40px;
}
.review_head .hd_title {
	font-size: 24px;
	line-height: 53px;
	color: #799F0C;
	padding-right: 15px;
}
.review_head .cat_btn a {
	background-color: #EFEBEB;
	border: 0;
	border-radius: 50px;
	color: #707070;
	font-size: 18px;
	line-height: 24px;
	padding: 10px 25px;
}
.review_head .cat_btn {
	flex: 0 0 auto;
	width: 100%;
	text-align: right;
}
.wr_head {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
.wr_head .btm_rev {
	flex: 0 0 auto;
	width: 100%;
	padding-left: 85px;
}
.wr_rev {
	padding: 20px;
	box-shadow: 0 3px 3px 3px #8888;
	margin: 30px auto;
	border-radius: 20px;
}
.wr_rev .usr_nm {
	font-size: 18px;
	line-height: 24px;
	color: #707070;
	padding-left: 30px;
}
.wr_rev .ratings {
	padding: 0;
	width: 75%;
}
.wr_rev #usr_review {
	border: 1px solid #707070;
	width: 95%;
	border-radius: 10px;
	padding: 5px 10px;
}
.submit_rev a {
	background-color: #E2E2E2;
	border: 0;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 24px;
	border-radius: 50px;
	letter-spacing: 1px;
	padding: 8px 20px;
}
.submit_rev {
	text-align: right;
	padding-right: 25px;
	padding-top: 5px;
}
.user_comment {
	padding-left: 85px;
	padding-right: 20px;
}
.user_comment p {
	font-size: 15px;
	color: #707070;
	line-height: 20px;
}
.other_usr_rev .thumb_img {
	width: 18%;
}
.helpful_btn {
	text-align: right;
	padding: 15px 0;
}
.helpful_btn .btn {
	background-color: #E2E2E2;
	border: 0;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 24px;
	border-radius: 50px;
	letter-spacing: 1px;
	padding: 8px 20px;
}
#merch-coupons .status {
	display: none;
}
#merch-coupons .item_img {
	height: 215px;
}
#merch-coupons .ratings {
	padding-top: 0;
}
#merch-coupons .prod_row_title {
	text-align: center;
/*	font-size: 40px; */
	font-size:24px;
	line-height: 53px;
}
.see_more {
	text-align: center;
	padding: 30px;
}
.see_more .btn {
	border: 0;
	/*font-size: 32px; */
	font-size: 24px;
	line-height: 43px;
	color: #799F0C;
	box-shadow: 0px 3px 5px #9999;
	border-radius: 50px;
	padding: 10px 30px;
}
.prod-det {
	background-color: #fff;
	border-radius: 20px;
	padding: 25px;
	margin-bottom: 30px;
	box-shadow: 0 3px 3px #8888;
}
.prod-det h4 {
	color: #799F0C;
/*	font-size: 29px; */
	line-height: 38px;
}
.prod-det p {
	color: #707070;
	font-size: 17px;
	line-height: 26px;
}
.prod-det .prod-inner:not(:last-child) {
	border-bottom: 1px solid #707070;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#reviews .pagination {
	justify-content: flex-end;
}
.similar-coup .prod_row_title {
	position: relative;
}
.similar-coup .prod_row_title::before {
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	right: 0;
	position: absolute;
	top: 30px;
	background-color: #707070;
	z-index: -1;
}
.similar-coup .prod_row_title::after {
	content: "";
	background-color: #fff;
	width: 50%;
	position: absolute;
	height: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
}
.similar-coup {
	margin-top: 50px;
}
/* END OF COUPON */
/* MERCHANT PAGE */
#merch {
	background-image: url('/assets/images/header.png');
	background-repeat: no-repeat;
	padding: 50px 0 0px !important;
	background-position: center;
	background-position-y: -215px;
}
.merch_feat h4 {
	font-size: 33px;
/*	line-height: 53px; */
	color: #799F0C;
	margin-bottom: 0;
	margin-top: 30px;
	display: flex;
	align-items: center;
}
.merch_feat h4 img {
	margin-right: 15px;
}
.merch-info-block span {
	font-size: 19px;
	line-height: 23px;
	color: #799F0C;
	padding-left: 50px;
}
.merch_featured_img {
	margin-bottom: 20px;
}
.merch_feat .ratings {
	padding-top: 0;
	text-align: left;
	justify-content: flex-start;
}
.merch_feat p {
	font-size: 15px;
	line-height: 20px;
	color: #707070;
}
#merch-cp .pagination {
	justify-content: end;
}
#merch-cp .prod_row_title {
	text-align: left;
	font-size: 24px;
	line-height: 53px;
}
.basic-cont-details span {
	display: block;
	color: #707070;
	font-size: 19px;
	line-height: 33px;
}
.basic-cont-details span ul {
	list-style: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0;
}
.basic-cont-details span ul li {
	margin-right: 10px;
}
#merchant .tag-list ul li a {
	font-size: 14px;
	line-height: 17px;
}
#merchant .tag-list ul li {
	float: left;
	margin: 8px 0;
}
/* END OF MERCHANT PAGE */
/* SIGN IN PAGE */
#user_module {
	height: 100vh;
	background-image: url('/assets/images/header.png');
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
}
#user-form-box {
	margin: 0 auto;
	width: 30%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 3px 3px 3px 3px #8888;
	padding: 33px;
}
#user-form-box .form-in-head {
	text-align: center;
}
#user-form-box .form-in-head a {
	font-size: 34px;
	line-height: 46px;
	text-decoration: none;
	color: #799F0C;
	font-weight: 500;
	padding: 0 10px;
}
#user-form-box .form-in-head a:last-child {
	color: #EEECEC;
}
.frm-box form {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.frm-box {
	padding-top: 20px;
}
.frm-box input {
	width: 100%;
	margin: 0 0 10px;
	border: 0;
	background-color: #F9F9F9;
	font-size: 18px;
	line-height: 24px;
	padding: 15px;
	border-radius: 10px;
}



.frm-box select {
	width: 100%;
	margin: 0 0 10px;
	border: 0;
	background-color: #F9F9F9;
	font-size: 18px;
	line-height: 24px;
	padding: 15px;
	border-radius: 10px;
}
.frm-box .submit {
	background-image: linear-gradient(to right, #FFDE00,#799F0C);
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 1px;
	border-radius: 50px;
	padding: 10px;
	width: 70%;
	margin: 0 auto;
}
.frm-box a {
	font-size: 13px;
	display: block;
	width: 100%;
	line-height: 17px;
	color: #D8D8D8;
	text-decoration: none;
	padding: 15px 15px;
}
.reg  form {
	flex-direction: row;
}
.hlf {
	width: 48% !important;
	margin-right: 15px !important;
}
.hlf:nth-child(2n) {
	margin-right: 0 !important;
}
.chck {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: baseline;
	padding: 20px 15px;
}
.chck input {
	flex: 0 0 auto;
	width: 5% !important;
}
.chck span {
	flex: 0 0 auto;
	width: 92%;
	font-size: 13px;
	line-height: 17px;
	color: #707070;
}
.reg_mod #user-form-box {
	width: 50%;
	position: relative;
	left: unset;
	right: unset;
	transform: unset;
	top: unset;
}
.reg_mod #user-form-box .form-in-head a:last-child {
	color: #799F0C;
}
.reg_mod #user-form-box .form-in-head a {
	color: #EEECEC;
}
.frm-btm {
	text-align: center;
	padding: 40px 0;
}
.frm-btm a, .frm-btm p {
	font-size: 16px !important;
	line-height: 21px;
	color: #707070 !important;
	text-decoration: none;
}
.reg_mod {
	padding: 182px 0 185px;
	height: 100% !important;
}
#gyc_bnr {
	padding: 180px 0 150px;
}
#gyc_bnr .gyc_title_box {
	margin: 70px auto 0;
	width: 510px;
	text-align: center;
	background-color: #FFDE00;
	border-radius: 20px;
	box-shadow: 3px 6px 3px 3px #00000045;
	padding: 40px 0 20px;
}
#gyc_bnr .gyc_title_box h1 {
	font-size: 83px;
	font-weight: 700;
	color: #707070;
	line-height: 78px;
}
#gyc_bnr .gyc_title_box h1 span {
	display: block;
	font-size: 68px;
	line-height: 90px;
	font-weight: 400;
}
.step_box {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	align-items: center;
}
.step_box .icon_box {
	text-align: center;
}
.step_box .icon_box span {
	font-size: 46px;
	line-height: 44px;
	font-weight: 600;
	color: #799F0C;
	padding-top: 15px !important;
	display: block;
}
.step_box .icon_box .icon {
	padding: 10px 0;
	border-radius: 10px;
	box-shadow: 3px 3px 3px 3px #88888847;
	margin-bottom: 30px;
	width: 238px;
	margin: 0 auto 30px;
}
.step_box .icon_box .icon img {
	width: 100px;
	height: 100px;
}
.step_content ul li img {
	display: none;
}
.step_content ul {
	list-style: none;
	padding: 0;
	padding-left: 13px;
}
.step_content ul li {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin-bottom: 10px;
	position: relative;
	width: 65%;
	margin: 0 auto 10px;
}
.step_content ul li::before {
	content: "";
	position: absolute;
	top: 5px;
	left: -15px;
	background-color: #D6D6D6;
	border-radius: 50%;
	width: 9px;
	height: 9px;
}
.step_content ul li span {
	font-size: 14px;
	line-height: 20px;
	color: #707070;
	padding-left: 10px;
}
.step_content ul li span i {
	display: block;
	margin-top: 15px;
}
.step_content ul li img {
	flex: 0 0 auto;
	width: auto;
}
#gyc_bnr {
	background-image: url('/assets/images/Path30.png');
	background-repeat: no-repeat;
	background-position: center;
}
.step_content ul li a {
	display: block;
	background-color: #FF0000;
	width: 75%;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	line-height: 24px;
	padding: 10px 20px;
	border-radius: 50px;
	margin-top: 20px;
	text-align: center;
}
.step_content.last-cont ul li:last-child::before {
	display: none;
}
.img-btn-bx {
	position: relative;
}
.img-btn-bx .ref-btn {
	position: absolute;
	bottom: 15px;
	left: 30px;
}
.mem-free .ref-btn {
	left: unset;
	right: 30px;
	bottom: 15px;
}
.mem-free .inner-cont ul li {
	background-image: url('/assets/images/forbusiness/Icon feather-check.svg');
}
.re-box .mem-free span {
	color: #88A60B;
}
/* END OF SIGN IN */
.four-col .slick-slide {
	margin: 0 10px;
}
.item_info .ratings {
	padding-top: 0;
}
/* MERCH SIGN UP */
.merch_sup #user-form-box {
	width: 70% !important;
}
.merch_sup .hlf {
	width: 49% !important;
	margin-right: 0px !important;
}

.merch_sup .chck span {
	width: auto;
}
.merch_sup .chck {
	justify-content: center;
	margin: 0 auto;
}
.merch_sup .frm-box .submit {
	width: 20%;
}
/* END OF MERCH SIGN UP */
/* FOR BUSINESS */
#for-business-pg #gyc_bnr h1 {
	color: #fff;
	font-size: 47px;
	line-height: 57px;
	font-weight: 700;
	width: 85%;
}
#for-business-pg #gyc_bnr p {
	color: #fff;
	font-size: 20px;
	line-height: 27px;
	width: 73%;
}
#for-business-pg #gyc_bnr .btn a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 27px;
	background-color: #FF0000;
	padding: 0px 20px;
	border-radius: 50px;
}
#for-business-pg #gyc_bnr .btn {
	padding: 0;
	margin-top: 20px;
}
#fbusiness-sec .box h4 {
	font-size: 19px;
	line-height: 25px;
	text-align: center;
	font-weight: 400;
	color: #799F0C !important;
	padding: 0;
	margin-bottom: 12px;
}
#fbusiness-sec .box p {
	font-size: 10px;
	line-height: 14px;
	color: #707070;
	text-align: center;
	margin: 0 !important;
}
#fbusiness-sec .box {
	padding: 20px;
	height: 320px;
	justify-content: flex-start;
}
#fbusiness-sec .box img {
	height: 137px;
	margin-bottom: 5px;
}
.bnr-form .frm-head span {
	text-align: center;
	font-size: 20px;
	color: #707070;
	line-height: 27px;
}
.bnr-form .frm-head span a {
	color: #D8D8D8;
	font-size: 13px;
	text-decoration: none;
	line-height: 17px;
	margin-left: 15px;
}
.bnr-form {
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 3px 3px 3px 3px #0000002b;
	padding: 33px;
}
.bnr-form form .f {
	border: 0;
	background-color: #F9F9F9;
	padding: 10px 15px;
	border-radius: 10px;
	margin: 5px 0;
	font-size: 18px;
	width: 100% !important;
}
.bnr-form .frm-head form {
	text-align: center;
}
.sc_acc_login {
	text-align: center;
}
.sc_acc_login .btn, .sc_acc_login .btn a {
	width: 100% !important;
    margin: 0 !important;
}
.sc_acc_login .btn a {
	font-size: 17px !important;
	line-height: 22px !important;
	padding: 8px !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	text-transform: capitalize;
	border-radius: 20px;
	margin-bottom: 15px !important;
}
.sc_acc_login span {
	font-size: 13px !important;
	letter-spacing: 1px;
	line-height: 27px !important;
	margin-top: 10px !important;
	display: block;
}
.sc_acc_login .btn a img {
	margin-right: 5px;
}
.btn.fb a {
	background-color: #3B5998 !important;
}
.btn.google a {
	background-color: #D34836 !important;
}
.submit {
	border: 0;
	width: 35%;
	margin: 15px auto 0;
	padding: 8px;
	border-radius: 20px;
	background-image: linear-gradient(to right,#FFDE00,#799F0C);
	color: #fff;
	font-size: 22px;
	line-height: 30px;
}
#guide_towards_success h3 {
	font-size: 47px;
	font-weight: 700;
	color: #799F0C;
	line-height: 57px;
	margin-bottom: 30px;
}
#guide_towards_success .numbox {
	background-color: #799F0C;
	color: #fff;
	width: 65%;
	font-size: 20px;
	line-height: 27px;
	padding: 10px;
	border-radius: 15px;
	margin: 14px 0 10px;
}
.g_listbox .contb span {
	display: block !important;
	color: #707070;
	font-size: 20px;
	line-height: 27px;
	padding-left: 30px;
}
#guide_towards_success {
	padding-bottom: 100px;
}
#package h3 {
	text-align: center;
	font-size: 47px;
	line-height: 57px;
	color: #799F0C;
	font-weight: 700;
	width: 65%;
	margin: 40px auto 15px;
}
#package .p_title p {
	color: #707070;
	text-align: center;
	font-size: 20px;
	line-height: 27px;
	margin: 15px auto 50px;
	width: 80%;
}
#package thead th {
	color: #799F0C;
	border: 0;
	font-size: 22px;
}
#package tbody td {
	border: 0;
	color: #707070;
	font-size: 20px;
	line-height: 37px;
}
#package tbody tr td:first-child {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	padding-left: 25px;
}
#package tr .btn a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	background-color: #FF0000;
	padding: 5px 20px;
	border-radius: 50px;
}
#fbusiness-sec .box1 {
	background-color: #fff;
}
/* FOR BUSINESS END */
/* WISHLIST */
#wishlist-pg {
	padding: 90px 0 180px;
	position: relative;
	background-image: url('/assets/images/Path30.png');
	background-repeat: no-repeat;
	background-position: top left;
}
.fav_head {
	display: flex;
	font-size: 29px;
	color: #707070;
	line-height: 38px;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 15px 20px;
	background-color: #fff;
}
.fav_head span {
	flex: 0 0 auto;
	width: 50%;
}

.fav_head .filter_box span {
	font-size: 18px;
	line-height: 24px;
	background-color: #EFEBEB;
	padding: 10px 20px;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	width: auto;
}
#merch_name_box {
	padding: 20px 20px 30px;
	background-color: #F9F9F9;
}
.filter_box {
	flex: 0 0 auto;
	width: 50%;
	text-align: right;
}
.wishlist_container {
	overflow: hidden;
	box-shadow: 3px 3px 10px #00000057;
	margin-bottom: 30px;
	border-radius: 20px;
}
.merch_nm {
	color: #799F0C;
	font-size: 29px;
	letter-spacing: 1px;
	margin-bottom: 0;
	line-height: 38px;
}
.details_prod_merch strong {
	font-size: 29px;
	color: #799F0C;
	letter-spacing: 1px;
	line-height: 38px;
}
.details_prod_merch {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: baseline;
	flex-wrap: wrap;
}
.details_prod_merch .pr-det {
	flex: 0 0 auto;
	width: 50%;
	text-align: right;
}
.wishlist_container .prod-name {
	flex: 0 0 auto;
	width: 50%;
}
.details_prod_merch .pr-det {
	flex: 0 0 auto;
	width: 50%;
	text-align: right;
	font-size: 40px;
	font-weight: 700;
	color: #799F0C;
	line-height: 53px;
}
.details_prod_merch .pr-det span {
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	text-decoration: line-through;
	position: relative;
	top: -10px;
}
.btn-grp-wishlist {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 15px;
}
.btn-grp-wishlist a {
	padding: 4px 25px;
	font-size: 20px;
	line-height: 30px;
	text-decoration: none;
	display: flex;
	align-items: center;
}
.btn-grp-wishlist img {
	margin-right: 5px;
}
.btn-grp-wishlist a {
	color: #707070;
}
.merch_wh .row {
	padding: 15px 0;
	border-bottom: 2px dashed #707070;
}
.merch_wh {
	margin-top: 20px;
}
#you_might_like .fav_head span {
	width: 100%;
	text-align: center;
}
#you_might_like .you_might_like {
	padding: 20px 40px;
	background-color: #F9F9F9;
}
#you_might_like .you_might_like .item_img {
	height: 200px;
}
#you_might_like .you_might_like .item_img .status {
	display: none;
}
#you_might_like .you_might_like .item_info {
	padding: 10px;
}
#you_might_like .see_more {
	padding: 0px;
}
#you_might_like .see_more .btn {
	font-size: 21px !important;
	padding: 5px 30px;
}
#out_pf_stock .merch_nm {
	color: #707070;
}
#out_pf_stock .nm_merch, #out_pf_stock .d_coup
#out_pf_stock .details_prod_merch strong, #out_pf_stock .details_prod_merch .pr-det {
	color: #DBDBDB;
}
#out_pf_stock .nm_merch, #out_pf_stock .d_coup {
	color: #707070;
}
.btn-grp-wishlist a:first-child {
	background-image: linear-gradient(to right,#FFDE00,#799F0C);
	border-radius: 50px;
	color: #fff;
}
#out_pf_stock a:first-child {
	background-color: #DBDBDB !important;
	background-image: unset;
}
#out_pf_stock .prod-name strong {
	color: #DBDBDB !important;
}
/* END OF WISHLIST */
/* MERCHANT PAGES */
.mod_banner {
	background-image: linear-gradient(to right,#FFDE00,#799F0C);
	height: 252px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	box-shadow: 3px 3px 10px #00000052;
}
.mod_banner .ft-img {
	height: 100%;
	position: absolute;
	width: 100%;
	background-image: url('/assets/images/merch_module/Untitled design.png');
	background-position: top left;
	background-size: cover;
}
.mod_banner .text-bnr {
	position: absolute;
	z-index: 1;
	top: 25%;
	right: 15%;
}
.mod_banner .text-bnr h1 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 46px;
	line-height: 62px;
}
.mod_banner .text-bnr p {
	color: #fff;
	margin: 0;
	font-size: 20px;
	line-height: 32px;
}
#merch_mod_head {
	background-image: url('/assets/images/merch_module/Intersection 5.png');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 95px 0 90px;
	background-size: cover;
}
.merchant_opt ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#merchant_module {
	background-color: #F2F2F2;
}
.cart-pg #ftr {
	background-color: #F2F2F2;
}
.merchant_opt {
	background-color: #fff;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	height: 100% !important;
}
.merchant_opt ul li {
	display: inline-block;
	width: 100%;
	
}
.merchant_opt ul li a {
	padding: 15px 20px;
	font-size: 15px;
	line-height: 20px;
	text-decoration: none;
	display: block;
	color: #707070;
}
.user_out_btn {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #E8E8E8;
}
.user_out_btn a {
	padding: 20px 20px;
	font-size: 15px;
	line-height: 20px;
	text-decoration: none;
	display: block;
	color: #707070;
}
.merchant_opt ul li a.active, .merchant_opt ul li.active {
	background-image: linear-gradient(to right, #FFDE00,#799F0C);
}
.merchant_opt ul li.active a {
	color: #fff;
}
#table_view {
	height: 450px;
	background-color: #ffff;
	padding: 25px 15px 15px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.search_field {
	margin-bottom: 15px;
}
.search_field input[type="text"] {
	width: 212px;
	border-radius: 10px;
	border: 1px solid #707070;
	padding: 5px 10px;
	font-size: 17px;
}
.search_field input[type="button"] {
	border: 0;
	background-image: linear-gradient(to right,#FFDE00,#799F0C);
	color: #fff;
	padding: 6px 15px;
	font-size: 17px;
/*	line-height: ; */
	letter-spacing: 1px;
	border-radius: 20px;
}

.table_merch {
	border: 1px solid #707070;
	height: 296px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.no-rec {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #707070;
	font-size: 12px;
}
.cap {
	flex: 0 0 auto;
	width: 50%;
}

.navi {
	flex: 0 0 auto;
	width: 50%;
	text-align: right;
}
.tb-detail-nav {
	display: flex;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 0 20px 5px;
	font-size: 10px;
	color: #707070;
}
.navi a {
	background-color: #E9E9E9;
	padding: 5px 8px;
	border-radius: 3px;
}
#table_view thead {
	background-image: linear-gradient(to right,#FFDE00,#799F0C);
	color: #fff;
	font-size: 15px;
/*	font-weight: ; */
	text-align: center;
}
#table_view thead th {
	font-weight: 400;
}
.merch_bill_head {
	display: flex;
	justify-content: flex-start;
	align-items: end;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.merch_bill_head .tb_title span {
	color: #707070;
	font-size: 15px;
}
.merch_bill_head .entries #entrs {
	border: 1px solid #707070;
	width: 32px;
	height: 18px;
}
.merch_bill_head .tb_title {
	flex: 0 0 auto;
	width: 50%;
}
.merch_bill_head .entries {
	margin-top: 10px;
}
.merch_bill_head .search_box {
	flex: 0 0 auto;
	width: 50%;
	text-align: right;
}
.merch_bill_head .search_box span {
	font-size: 15px;
	color: #707070;
}
.merch_bill_head .search_box input {
	border-radius: 50px;
	border: 1px solid #707070;
	width: 148px;
	height: 20px;
	font-size: 15px;
	line-height: 22px;
}
.sorting {
	display: inline-block;
	vertical-align: top;
    margin-left: 5px;
}
.sorting a:last-child img {
	transform: rotate(180deg);
}
.sorting a:last-child {
	opacity: 0.5;
}
.merch_details_module {
	background-color: #fff;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	height: 415px;
}
.merch_details_module ul {
	padding: 0;
	list-style: none;
	margin: 0;
	padding: 15px;
}
.merch_details_module ul li label {
	font-size: 13px;
	line-height: 17px;
	color: #707070;
}
.merch_details_module ul li span {
	font-size: 11px;
	display: block;
	line-height: 15px;
	color: #707070;
	margin-bottom: 3px;
}
.merch_details_module .user_edit_btn a {
	font-size: 14px;
	background-image: linear-gradient(to right,#FFDE00,#799F0C);
	color: #fff;
	text-decoration: none;
	padding: 7px 20px;
	margin-left: 10px;
	border-radius: 50px;
	text-transform: capitalize;
	letter-spacing: 1px;
}

/* END OF MERCHANT PAGES */
/* NEW UPDATES */
.logo {
	width: 100% !important;
	margin: 0 0 0 auto;
}
#hd-btn-grp img {
	width: 100%;
}
.fd {
	font-size: 12px;
	color: #707070;
}
.add-ship {
	font-size: 12px !important;
	cursor: pointer;
}
.item-tt {
	position: absolute;
	top: 30px;
	right: -50px;
	background-color: #FFDE00;
	color: #7B7B7B;
	border-radius: 50px;
	padding: 5px 10px;
	font-size: 13px;
}
.cart_btns {
	margin-top: 10px;
}
.reg_pr_dis, .old_pr {
	text-decoration: line-through;
	font-size: 19px !important;
	display: block;
	line-height: 23px !important;
	font-weight: 400;
	color: #707070;
}
.up-image {
	position: absolute;
	bottom: 0;
}
.up-image label {
	color: #707070;
	font-size: 15px;
}
.up-image label img {
	margin-right: 10px;
}

.t-box {
    padding-top: 60px;
	text-align: center;
	margin: 0 auto;
	width:55%;
}
.t-box h3 {
	font-size: 47px;
	line-height: 57px;
	font-weight: 700;
	color: #799F0C;
}
.t-box p {
	color: #707070;
	font-size: 14px;
	line-height: 20px;
}
.re-box {
	padding: 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: baseline;
	list-style: none;
}
.re-box .inner-cont {
	padding: 15px 40px;
}
.re-box .inner-cont span {
	color: #FFA900;
	font-size: 14px;
	line-height: 25px;
}
.re-box .mem-free span {
	color: #707070;
}
.re-box .inner-cont ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.re-box ul li {
	padding-left: 30px;
	background-image: url('/assets/images/merch_module/Icon feather-check.svg');
	background-repeat: no-repeat;
	background-position: 0%;
	padding-top: 5px;
}
.re-box .btn {
	border: 0;
	border-radius: 50px;
	background-color: #F00;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 5px 20px;
	margin-top: 15px;
}
.mem-free, .mem-premium {
	margin: 15px 10px 20px;
}
.btm-p {
	text-align: center;
	font-size: 14px;
	color: #707070;
	width: 60%;
	margin: 0 auto;
}
#mem-profile-pg #hero_bnr6 {
	background-image: url('/assets/images/merch_module/Intersection 5.png');
}
#mem-profile-pg #module_box {
	margin-top: 80px;
}
#mem-profile-pg {
	background-color: #F2F2F2;
}
#mem-profile-pg #mem_container {
	padding: 30px 39px;
	background-color: #Fff;
	border-radius: 20px;
	position: relative;
}
#mem_container .membox_title {
	font-size: 20px;
	line-height: 27px;
	color: #707070;
	margin-bottom: 20px;
}
#mem_container .purch_header {
	display: flex;
	align-items: center;
	flex-direction: row;
}
#mem_container .purch_header .nav {
	flex: 0 0 auto;
	width: 50%;
}
#mem_container .purch_header .sort_box {
	flex: 0 0 auto;
	width: 50%;
	text-align: right;
}
#mem-profile-pg ul li a.active {
	color: #799F0C;
}
#mem_container .purch_header ul {
	border: 0;
}
#mem_container .purch_header ul li a {
	border: 0;
	font-size: 14px;
	color: #707070;
	border: 1px solid #707070;
	border-radius: 50px;
	padding: 2px 10px;
}
#mem_container .purch_header ul li a.active {
	color: #799F0C;
	border-color: #799F0C;
}
#mem_container .purch_header ul li {
	margin: 0 5px 0;
}
#mem_container .purch_header .sort_box span {
	color: #707070;
	font-size: 14px;
	line-height: 27px;
}
#mem_container .purch_header .sort_box span a {
	color: #707070;
	text-decoration: navajowhite;
	margin-left: 15px;
	padding: 10px 20px;
	background-color: #ECECEC;
	border-radius: 50px;
}
#mem_container .purch_header {
	margin-bottom: 20px;
}
.purchase-item-det {
	display: flex;
	flex-direction: row;
	align-items: baseline;
}
.purchase-item-det .x-left {
	width: 80%;
}
.purchase-item-det .x-right {
	flex: 0 0 auto;
	width: 20%;
	text-align: right;
}
.purchase-item-det strong {
	font-size: 16px;
	color: #799F0C;
	line-height: 19px;
	letter-spacing: 1px;
}
.purchase-item-det p {
	font-size: 14px;
	margin-bottom: 3px;
	color: #707070;
}
.additional-det {
	display: flex;
	font-size: 14px;
	color: #707070;
	line-height: 27px;
	flex-direction: row;
	align-items: center;
}
.additional-det div {
	flex: 0 0 auto;
	width: 25%;
}
.additional-det div:last-child {
	width: 50%;
	text-align: right;
}
.btn-det .btn {
	border: 0;
	background-image: linear-gradient(to right,#FFDE00,#799F0C);
	color: #fff;
	border-radius: 50px;
	font-size: 14px;
}
.purchase-status span {
	color: #707070;
	margin-top: 20px;
	display: inline-block;
	font-size: 14px;
	position: relative;
	width: auto;
	padding-left: 15px;
}
.purchase-status span::before {
	content: "";
	position: absolute;
	background-color: #799F0C;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	top: 5px;
	left: 0;
}
.purchase-status span.ex::before{
    background-color: #F31100;
}
.purchase-status span.deemed::before{
    background-color: #FFDE00;
}
#mem_container .tab-content .row:not(.row:last-child) {
	margin-bottom: 15px;
}
.merchant_opt ul li a {
	border: 0 !important;
}
.merchant_opt ul {
	border-bottom: 0 !important;
}
#membership_content .ms_nav span {
	font-size: 14px;
	color: #707070;
	line-height: 17px;
	margin-bottom: 10px;
	display: block;
}
#membership_content .ms_nav .nav-item a {
	color: #fff;
	font-size: 22px;
	background-color: #F1F1F1;
	border-radius: 50px;
	padding: 5px 25px;
	margin-right: 10px;
}
#membership_content .ms_nav .nav-item a.active {
	background-image: linear-gradient(to right,#FFDE00,#799F0C);
}
.status_content p {
	color: #707070;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 10px;
}
#membership_content {
	padding-left: 20px;
}
.status_content p span {
	font-size: 24px;
	line-height: 29px;
	display: block;
	margin-top: 20px;
}
.ms_nav {
	margin-bottom: 30px;
}
.why-go-pr h4 {
	font-size: 24px;
	line-height: 29px;
	color: #707070;
	margin-bottom: 25px;
	margin-top: 25px;
}
.why-go-pr .col-lg-4 {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.why-go-pr h5 {
	font-size: 14px;
	line-height: 17px;
	color: #707070;
	font-weight: 500;
}
.why-go-pr span {
	display: block;
	font-size: 10px;
	line-height: 13px;
	color: #707070;
}
.why-go-pr .col-lg-4:nth-child(3) .wgpr-in-cont h5 {
	margin-top: 15px;
}
.why-go-pr .col-lg-4:nth-child(4) img {
	position: relative;
	top: -5px;
}
.featured_photo {
	position: absolute;
	top: 60px;
}
.featured_photo img {
	position: relative;
	left: -20px;
}
.featured_photo .go-prem {
	text-align: center;
	margin-top: 20px;
}
.featured_photo .go-prem .btn {
	border: 0;
	background-image: linear-gradient(to right,#FFDE00,#799F0C);
	color: #fff;
	font-size: 22px;
	padding: 5px 25px;
	border-radius: 50px;
	font-weight: 600;
}
.prem-benefits {
	padding: 0;
	margin: 25px 0;
	list-style: none;
}
.prem-benefits li {
	padding-left: 30px;
	background-image: url('/assets/images/merch_module/Icon feather-check.svg');
	background-repeat: no-repeat;
	background-position: 0%;
	padding-top: 5px;
	color: #799F0C;
	font-size: 14px;
	line-height: 24px;
}
.ref-link h4 {
	color: #799F0C;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 15px;
}
.ref-link input {
	border: 1px solid #799F0C;
	width: 100%;
	border-radius: 50px;
	padding: 5px 20px;
	color: #799F0C;
}
#ftr {
	background-color: #fff;
}
.dropdown-toggle::after {
	display: none !important;
}
.mem-prof-arrow {
	position: absolute;
	right: 10%;
	top: 20px;
	transform: rotate(90deg);
	transform-origin: center;
	transition: 0.3s ease-out;
}
.nav-link.dropdown-toggle.show .mem-prof-arrow {
	transform: rotate(0);
}
.nav-item.dropdown.active {
	max-height: 50px;
	height: 100% !important;
}
.dropdown-item {
	color: #707070 !important;
	padding-top: 0 !important;
	padding-bottom: 0px !important;
	font-size: 15px !important;
}
#mem-profile-pg .dropdown-menu {
	border: 0;
}
#mem-profile-pg .dropdown-menu {
	padding: 10px 0 10px;
}
.user_info_card {
	display: block;
	position: relative;
}
.user_info_card .card-item {
	display: flex;
	flex-direction: row;
	align-items: center;
    padding: 5px 0;
}
.user_info_card .card-item span {
	flex: 0 0 auto;
	width: 25%;
	text-align: right;
	font-size: 14px;
	line-height: 17px;
	color: #BCBCBC;
	margin-right: 15px;
}
.user_info_card .card-item input {
	background-color: #F9F9F9;
	border: 0;
	border-radius: 3px;
	font-size: 14px;
	padding-left: 10px;
	width: 100%;
	outline: none;
}
.user_info_card .card-item .email-field, .user_info_card .card-item .card-field {
	font-size: 14px;
	line-height: 17px;
	color: #707070;
}
.user_info_card .card-item .email-field a, .user_info_card .card-item .card-field a {
	color: #799F0C;
	font-size: 8px;
}
.gender-field {
	display: flex;
	flex-direction: row;
}
.gender-field label {
	margin-right: 10px;
}
.dob-field {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: baseline;
}
.dob-field input {
	flex: 0 0 auto;
	width: 10% !important;
	border-radius: 3px !important;
	font-size: 10px !important;
	text-align: center;
	margin-right: 10px;
	padding-left: 0 !important;
}
.btm-psw-box {
	margin-top: 30px;
}
.sv-btn {
	text-align: center;
	margin-top: 40px;
}
.sv-btn .btn {
	border: 0;
	background-image: linear-gradient(to right,#FFDE00,#799F0C);
	color: #fff;
	font-weight: 600;
	border-radius: 50px;
	font-size: 14px;
	padding: 5px 20px;
}
.display-pic {
	text-align: center;
}
.display-pic p {
	font-size: 14px;
	line-height: 17px;
	color: #BCBCBC;
	margin-top: 15px;
}
.display-pic label {
	background-image: linear-gradient(to right,#FFDE00,#799F0C);
	color: #fff;
	padding: 5px 20px;
	border-radius: 50px;
	cursor: pointer;
}
::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #799F0C;
  }
  
  ::selection {
    color: #fff;
    background: #799F0C;
  }
  .billing_head {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
}
.billing_head .addnew_btn .btn {
	border: 0;
	border: 0;
	background-image: linear-gradient(to right,#FFDE00,#799F0C);
	color: #fff;
	font-weight: 600;
	border-radius: 50px;
	font-size: 14px;
	padding: 5px 20px;
}
.billing_head .membox_title {
	flex: 0 0 auto;
	width: 50%;
}
.billing_head .addnew_btn {
	flex: 0 0 auto;
	width: 50%;
	text-align: right;
}
.default-add {
	border: 0;
	border: 0;
	background-image: linear-gradient(to right,#FFDE00,#799F0C);
	color: #fff;
	font-weight: 600;
	border-radius: 50px;
	font-size: 10px;
	padding: 5px 15px;
	display: inline-block;
	letter-spacing: 1px;
	line-height: 14px;
}
.content-addbox {
	padding: 15px;
	border: 1px solid #707070;
	border-radius: 5px;
	margin-bottom: 10px;
}
.content-addbox > div {
	color: #707070;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
}
.set_def .btn {
	border: 0;
	background-image: linear-gradient(to right,#FFDE00,#799F0C);
	color: #fff;
	border-radius: 50px;
	font-size: 14px;
	padding: 5px 15px;
	font-weight: 400;
}
.set_def {
	text-align: right;
}
.set_def.default_active a {
	background-color: #ECECEC !important;
	background-image: unset;
	pointer-events: none;
}
.opt-add {
	text-align: right;
}
.opt-add a {
	font-size: 20px;
	color: #BCBCBC;
	font-size: 10px;
	line-height: 13px;
}
.opt-add {
	padding-top: 40px;
}
#billing-add-form {
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	background-color: #ECECEC;
	z-index: 9999;
	margin: 0 auto;
	width: 350px;
	padding: 30px;
	border-radius: 10px;
	transform: translateY(-50%);
}
#billing-add-form input {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	border: 0;
	border-radius: 5px;
	/* padding: ; */
	width: 100%;
	padding: 5px 0 5px 10px;
	margin-bottom: 5px;
}
#billing-add-form .bill-f {
	display: flex;
	flex-direction: row;
}
#billing-add-form .bill-f input {
	margin-right: 3px;
	margin-right: 2px;
}
.form-btns {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
    padding-top: 15px;
}
.form-btns input {
	flex: 0 0 auto;
	width: 28% !important;
	margin: 10px auto 0;
	padding-left: 0 !important;
}
.cncl {
	margin: 0 10px 0 auto !important;
	background-color: #FF5E00;
	color: #fff;
}
.subm {
	margin: 0 auto 0 10px !important;
	background-image: linear-gradient(to right, #FFDE00,#799F0C);
	color: #fff;
}
.form-btns input {
	border-radius: 10px !important;
	font-weight: 400 !important;
}
.sme-as-bill {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 17px;
	color: #707070;
}
#referral-main {
	display: flex;
	align-items: center;
	flex-direction: row;
}
#referral-main .nav.nav-tabs {
	border: 0 !important;
	flex: 0 0 auto;
	width: 50%;
}
#referral-main li a {
	border: 0;
}
#referral-main li a .membox_title {
	opacity: 0.3;
}
#referral-main li a.active .membox_title {
	opacity: 1;
}
#referral-main li a .membox_title {
	margin-bottom: 0;
}
.help {
	flex: 0 0 auto;
	width: 50%;
	text-align: right;
}
.help a {
	font-size: 14px;
	text-decoration: none !important;
	color: #707070;
}
.ref-link {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
#referral .tab-content {
	padding: 20px 50px;
}
#referral .ref-link h4 {
	flex: 0 0 auto;
	width: 21%;
}
#referral .ref-link input {
	flex: 0 0 auto;
	width: 60%;
}
#referral .ref-link h4 {
	margin: 0;
}
#referral .ref-link a {
	margin-left: 15px;
}
.my-refs-inner-cont .signup-amt, .my-refs-inner-cont .ref-total {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 10px;
	color: #707070;
}
#top-tb thead tr th {
	border: 0;
	text-align: center;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	color: #707070;
}
#top-tb td {
	font-size: 14px;
	text-align: center;
	line-height: 17px;
	font-weight: 400;
	color: #707070;
}
#referrals .ref-link {
	margin-bottom: 50px;
}
.level-col-inner {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.level-col-inner .lvl {
	flex: 0 0 auto;
	width: 15%;
	font-size: 27px;
	line-height: 33px;
	color: #799F0C;
}
.level-col-inner .divider {
	margin-top: 0;
	margin-bottom: 0;
	flex: 0 0 auto;
	width: 75% !important;
}
.num-people a {
	font-size: 18px;
	color: #707070;
	line-height: 22px;
	text-decoration: none;
}
.level-cols .prem-box {
	text-align: right;
}
.level-cols .col-lg-6 {
	font-size: 14px;
	line-height: 27px;
	color: #707070;
}
.level-cols .col-lg-12 .divider {
	width: 100%;
}
.levels-total {
	text-align: right;
	font-size: 14px;
	line-height: 17px;
	color: #707070;
}
.levels-total span {
	font-size: 18px;
}
.level-cols {
	margin-top: 30px;
}
#referrals .ref-link a {
	margin-left: 20px;
}
#referrals {
	padding-top: 100px;
}
.refs-header h3 {
	font-size: 50px;
	font-weight: 700;
	color: #799F0C;
	text-align: center;
}
.refs-header .ttl-earning {
	text-align: center;
	color: #799F0C;
	font-size: 21px;
	line-height: 25px;
}
.refs-header .ttl-earning .total-box {
	display: inline-block;
}
.refs-header {
	padding-top: 50px;
	padding-bottom: 20px;
}
#refs-table th {
	border: 0;
	text-align: center;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
}
#refs-table thead {
	background-image: linear-gradient(to right,#FFDE00,#799F0C);
}
#refs-table tbody tr td {
	font-size: 14px;
	line-height: 17px;
	color: #707070;
}
#refs-table tbody tr td {
	font-size: 14px;
	line-height: 17px;
	color: #707070;
	border: 0 !important;
}
#refs-table tbody tr td:not(:first-child) {
	text-align: center !important;
}
.payout-btn {
	text-align: center;
	margin-top: 20px;
}
.payout-btn .btn {
	border: 0 !important;
	border-radius: 50px;
	background-image: linear-gradient(to right,#FFDE00,#799F0C);
	color: #fff;
	font-weight: 600;
	font-size: 14px;
}
#payout-head .col-lg-6 {
	font-size: 14px;
	color: #799F0C;
	line-height: 17px;
}
#payout-head .col-lg-6:first-child p {
	width: 65%;
}
#payout-head .col-lg-6:nth-child(2) {
	text-align: right;
}
#payout-head .col-lg-6:nth-child(2) .meta-text {
	display: block;
	font-size: 14px;
	line-height: 17px;
	color: #D2D2D2;
}
#payout-head .col-lg-6:nth-child(2) .payout-earn {
	font-size: 21px;
	color: #799F0C;
	margin-bottom: 10px !important;
	display: block;
}
#payout-head .col-lg-6:nth-child(2) .py-btn .btn {
	border: 0;
	background-image: linear-gradient(to right, #FFDE00,#799F0C);
	color: #fff;
	font-size: 14px;
	line-height: 17px;
	border-radius: 50px;
	font-weight: 600;
	padding: 8px 20px;
	margin-top: 10px;
}
#referral-main {
	padding-bottom: 30px;
}
#refs-table {
	border-top-left-radius: 10px !important;
	overflow: hidden;
	border-top-right-radius: 10px !important;
}
#premium-mem .ref-link {
	flex-direction: column;
	align-items: baseline;
}
#ref-levels-popup {
	position: fixed;
	z-index: 999;
	top: 50%;
	left: 50%;
	background-color: #F2F2F2;
	width: 80%;
	margin: 0 auto;
	padding: 20px 20px;
	height: auto;
	transform: translate(-50%,-50%);
	border-radius: 10px;
	box-shadow: 0 0 3px 3px #00000045;
}
#ref-levels-popup strong, #ref-levels-popup span {
	font-size: 32px;
	line-height: 38px;
	text-align: center;
	display: inline-block;
}
#ref-levels-popup .col-lg-4 {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#ref-levels-popup #refs-table {
	background-color: #fff;
}
.head-ref > * {
	color: #799F0C;
}
#myp-main {
	background-image: url('/assets/images/merch_module/profile/Intersection 5.png');
	background-size: contain;
	background-position: top left;
	background-repeat: no-repeat;
	background-position-y: -120px;
	padding-top: 50px;
	background-color: #F2F2F2;
}
#myp-main .my-purchase-div {
	background-color: #fff;
	border-radius: 20px;
	padding: 30px;
}
.my-p-btn {
	color: #707070;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 1px;
	padding-bottom: 20px;
}
.cp-content-box strong {
	font-size: 20px;
	line-height: 24px;
	color: #799F0C;
}
.cp-content-box {
	padding-left: 20px;
}
.cp-content-box strong span {
	font-size: 14px;
	display: block;
	color: #707070;
	line-height: 17px;
	font-weight: 400;
	padding-top: 12px;
}
.cp-content-box > * {
	font-size: 14px;
	line-height: 23px;
	color: #707070;
}
.coupon-valid {
	margin-top: 10px;
}
.cp-content-box .ex-on, .cp-content-box .orderid, .cp-content-box .p-on {
	display: block;
}
.coupon-valid {
	margin-top: 10px;
}
.merch-name {
	margin-top: 100px;
}
.user-vouch-btn a {
	text-align: center;
	background-image: linear-gradient(to right,#FFDE00,#799F0C);
	color: #fff;
	border: 0;
	border-radius: 50px;
	font-weight: 600;
	display: block;
	padding: 8px;
}

.order-smry {
	font-size: 16px;
	color: #799F0C;
	letter-spacing: 1px;
	margin-top: 30px;
}
.order-smry-pr {
	border: 1px solid #707070;
	border-radius: 10px;
	padding: 10px;
	margin-top: 10px;
}
.order-smry-pr > * {
	color: #707070;
	font-size: 16px;
	line-height: 27px;
}
.order-smry-pr .r {
	display: block;
	text-align: right;
}
.btm-content {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 30px;
}
.btm-content h5 {
	font-size: 24px;
	color: #799F0C;
	font-weight: 800;
	flex: 0 0 auto;
	width: 35%;
}
.btm-content h5 span {
	display: block;
	font-weight: 400;
	letter-spacing: 1px;
}
.btm-content p {
	font-size: 14px;
	color: #707070;
	line-height: 21px;
}
#my-p-page #ad-space {
	transform: unset;
	margin-top: 30px;
}
.btn {
	text-shadow: none !important;
	outline: none !important;
	box-shadow: none !important;
}
#mem-profile-pg.merch-css #merch_mod_head {
	padding-bottom: 0;
}
.row-tb {
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}
.col-g {
	display: flex;
	align-items: center;
}
.row-tb .col-g:first-child {
	flex: 0 0 auto;
	width: 300px;
}
.user-info span {
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	color: #707070;
	padding-left: 10px;
}
.row-tb .col-g {
	flex: 0 0 auto;
	width: 15%;
	font-size: 14px;
	color: #707070;
}
.row-tb .col-g:nth-child(5) {
	width: 7%;
	text-align: center;
}
.row-tb .col-g:nth-child(2) {
	width: 4%;
}
.col-g:not(:first-child) {
	justify-content: center;
}
.user-row-head.row-tb .col-g:first-child img {
	margin-right: 5px;
}
.user-row-head.row-tb .col-g:first-child {
	color: #707070;
}
.user-row-head.row-tb .col-g:not(:first-child) {
	color: #D2D2D2;
}
.user-row-head.row-tb {
	margin-bottom: 20px;
}
.user-body.row-tb {
	margin: 10px 0;
}
.col-g:not(:first-child) {
	justify-content: center;
}
.divider {
	width: 100%;
}
.user-body .btn {
	background-image: linear-gradient(to right,#FFDE00,#799F0C);
	border: 0;
	border-radius: 50px;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
}
.box-price-total {
	margin: 0 auto 0 0;
	width: 100%;
	display: inline-block;
	text-align: right;
	padding-right: 280px;
}
.box-price-total span:last-child {
	padding-left: 60px;
}
.box-price-total span {
	color: #707070;
	font-size: 14px;
}
.see-all-btn {
	text-align: center;
}
.col-g:last-child {
	flex: 0 0 auto;
	width: auto;
}
.see-all-btn {
	margin-top: 40px;
}
.merch_home_tab .ref-link h4 {
	flex: 0 0 auto;
	width: 20%;
	margin: 0;
}
.merch_home_tab .ref-link #refer {
	flex: 0 0 auto;
	width: 45%;
	margin-right: 15px;
}
.ent-coup {
	display: flex;
	margin-top: 50px;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 50px !important;
}
.coupon-input {
	border: 1px solid #707070 !important;
	border-radius: 50px;
	padding: 5px 20px 5px 20px;
	flex: 0 0 auto;
	width: 86%;
	font-size: 14px;
	line-height: 19px;
}
.coupon-submit {
	background-image: linear-gradient(to right,#FFDE00,#799F0C);
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	padding: 5px 20px;
	border-radius: 50px;
	margin-left: 20px;
	border: 0;
}
.search-box {
	text-align: right;
}
.search-box input {
	border-radius: 50px;
	border: 1px solid #707070;
	width: 30%;
	padding: 5px 0;
}
.search-box span {
	color: #707070;
	font-size: 15px;
	padding-right: 15px;
}
.show-ent span {
	display: block;
	font-size: 15px;
	line-height: 17px;
	color: #707070;
}
.show-ent span input {
	width: 45px;
	margin: 0 5px;
}
.merch-list-pagi ul {
	list-style: none;
	text-align: right;
	margin: 20px 0 30px;
}
.merch-list-pagi ul li {
	display: inline-block;
	padding: 0 5px;
}
.merch-list-pagi ul li a {
	color: #707070;
	font-size: 15px;
	line-height: 20px;
	text-decoration: none;
}
.userbox {
	padding: 20px 20px;
	border-radius: 30px;
	box-shadow: 3px 3px 3px 3px #00000024;
	margin-top: 30px;
}
.see-all-btn a {
	font-size: 20px;
	color: #707070;
	text-decoration: none;
	letter-spacing: 1px;
}
#mem-profile-pg ul li a.active {
	color: #fff;
	border-radius: 0;
}
.purch_header .nav-item a.active {
	color: #799F0C !important;
	border-radius: 50px !important;
}
.mycp-head {
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.mycp-head .membox_title {
	margin: 0 !important;
}
.mycp-head .membox_title {
	margin: 0 !important;
	flex: 0 0 auto;
	width: 50%;
}
.mycp-head .add_new_cpns {
	flex: 0 0 auto;
	width: 50%;
	text-align: right;
}
.mycp-head .add_new_cpns .btn {
	border: 0;
	background-image: linear-gradient(to right,#FFDE00,#799F0C);
	color: #fff;
	font-weight: 700;
	border-radius: 50px;
	font-size: 17px;
} 
.cp-tb {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto 0;
	height: auto;
	padding: 30px 0;
}
.cp-tb a {
	margin: 0 auto;
}
#my-coupons #refs-table {
	box-shadow: 3px 3px 3px 3px #0000003b;
	border-radius: 20px;
}
.enter-coupon input[type="text"], .search-coupon input[type="text"] {
	font-size: 14px;
	border-radius: 50px;
	border: 1px solid #707070;
	padding-left: 10px;
	color: #707070;
	width: 75%;
	line-height: 29px;
	margin-bottom: 15px;
}
.enter-coupon input[type="button"], .search-coupon input[type="button"] {
	background-image: linear-gradient(to right,#FFDE00,#799F0C);
	color: #fff;
	font-weight: 700;
	font-size: 17px;
	border-radius: 50px;
	padding: 5px 10px;
	border: 0;
	width: 20%;
}
.ttl-income {
	text-align: right;
	font-size: 14px;
	color: #707070;
}
.ttl-income strong {
	font-size: 22px;
	line-height: 45px;
}
#sold-cp .nav.nav-tabs {
	width: 84%;
	justify-content: end;
}
.cp-tb a {
	color: #707070;
	font-size: 14px;
	text-decoration: none;
}
.mem-prof .nav-item:not(:first-child) a.active {
	background-image: unset !important;
	color: #799F0C !important;
}
#mem_container .table_merch tbody tr td, #mem_container .table_merch tbody tr td a {
	font-size: 14px !important;
	text-align: center;
	color: #707070;
	line-height: 19px;
	text-decoration: none;
}
#table_view {
	height: auto;
	overflow: visible;
}
.table_merch {
	height: auto;
}
.tb-detail-nav {
	bottom: -15px;
}
#mem_container .table_merch tbody tr td {
	padding: 15px 0;
}
.ref-link h4 {
	width: 25%;
	margin: 0;
}
.pagi-nav ul {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	position: relative;
	text-align: right;
}
.pagi-nav ul li {
	display: inline-block;
}
.pagi-nav ul li a {
	font-size: 14px;
	color: #707070;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 0 2px;
}
.cx-list .pagi-nav {
	margin-bottom: 15px;
}
#cp-edit-popup {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 999;
	transform: translate(-50%,-50%);
	background-color: #fff;
	width: 955px;
	padding: 35px;
	border-radius: 10px;
	box-shadow: 3px 3px 3px 3px #0000001a;
}
.card-item textarea {
	width: 100%;
}
.card-item textarea {
	background-color: #F9F9F9;
	border: 0;
	border-radius: 3px;
	font-size: 14px;
	padding-left: 10px;
	width: 100%;
	outline: none;
	background-color: #F9F9F9;
	border: 0;
	border-radius: 3px;
	font-size: 14px;
	padding-left: 10px;
	width: 100%;
	outline: none;
}
.card-item select {
	background-color: #F9F9F9;
	border: 0;
	border-radius: 3px;
	font-size: 14px;
	padding-left: 10px;
	width: 100%;
	outline: none;
	background-color: #F9F9F9;
	border: 0;
	border-radius: 3px;
	font-size: 14px;
	padding-left: 10px;
	width: 100%;
	outline: none;
}
.close-btn {
	position: absolute;
	top: 5px;
	right: 5px;
	width: auto;
}
.card-item-inner {
	position: relative;
}
.card-item-inner label {
	position: absolute;
	font-size: 8px;
	top: -10px;
	color: #BCBCBC;
	letter-spacing: 1px;
}
.card-item-inner {
	padding: 0 5px;
}
#img-prev-box {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}
#img-prev-box input {
	visibility: hidden;
	display: none;
}
#img-prev-box {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	justify-content: flex-end;
}
#img-prev-box li {
	padding: 0 3px;
}
.edit_cp_btn_g {
	display: flex;
	width: 100%;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.edit_cp_btn_g input {
	font-size: 17px !important;
	line-height: 19px;
	flex: 0 0 auto;
	width: 15% !important;
	padding: 0 16px !important;
	margin: 10px 10px 0;
	background-color: unset !important;
	color: #D2D2D2;
}
.edit_cp_btn_g input:first-child {
	background-image: linear-gradient(to right, #FFDE00,#799F0C);
	color: #fff;
	padding: 5px 0 !important;
	border-radius: 50px;
}
#img-prev-box img {
	width: 58px;
	height: 42px;
	border-radius: 10px;
}
#img-prev-box li label {
	position: relative;
}
.clear-prev{
	display: none;
}
.clear-prev a {
	background-image: url('/assets/images/merch_module/profile/Icon ionic-ios-close-circle-outline.svg');
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	z-index: 999;
	background-repeat: no-repeat !important;
	top: 5px;
	right: 5px;
}
#cp-edit-popup.cx_purch_history .cx_pop_title {
	font-size: 20px;
	color: #707070;
	line-height: 27px;
}
#cp-edit-popup.cx_purch_history tbody tr {
	text-align: center;
	font-size: 14px;
	color: #707070;
	line-height: 30px;
}
#cp-edit-popup.cx_purch_history .pagi-nav {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px;
}
#cp-edit-popup.cx_purch_history .pagi-nav ul {
	margin: 0 0 0 auto;
}

.card-item.item4 .card-item-inner::before, .card-item.item5 .card-item-inner::before {
	content: "";
	background-image: url('/assets/images/merch_module/profile/Icon feather-percent.svg');
	position: absolute;
	right: 5px;
	top: 2px;
	background-repeat: no-repeat;
/*	background-position: ; */
	background-color: #ECECEC;
	padding: 10px;
	background-position-y: 5px;
	background-position-x: 4px;
}
.card-item.item4 .card-item-inner.dt_int::before, .card-item.item5 .card-item-inner.dt_int::before {
	background-image: url('/assets/images/merch_module/profile/Icon feather-calendar.svg');
}
.dropdown-menu .active {
	background-image: none !important;
	color: #799F0C !important;
}
.set_up_btns {
	text-align: right;
}
.set_up_btns a {
	font-size: 14px;
	line-height: 17px;
	color: #799F0C;
	text-decoration: none;
	padding: 10px;
}
.set_up_btns a:last-child {
	background-image: linear-gradient(to right, #FFDE00,#799F0C);
	color: #fff;
	padding: 5px 15px !important;
	border-radius: 50px;
}
.business_prof .user_info_card .card-item span {
	width: 30%;
	text-align: left;
	color: #707070;
}
.business_prof .upload-box input {
	display: none;
}
.bprofile-css .b-title {
	font-size: 14px;
	color: #707070;
	line-height: 17px;
	margin-bottom: 15px;
	display: block;
}
.business_prof .user_info_card .card-item {
	margin-bottom: 20px;
}
.upload-box label {
	width: 100%;
	text-align: center;
}
.upload-box img {
	margin: 0 auto;
	width: 100%;
}
.bprofile-css .col-lg-8 .b-title {
	padding-top: 45px;
}
#merch-bnr {
	margin-bottom: 30px;
}
.b-title.big {
	font-size: 20px;
	line-height: 27px;
}
#about-info {
	width: 100%;
	border: 0;
	background-color: #F9F9F9;
	border-radius: 10px;
	font-size: 14px;
	padding: 10px;
	color: #BCBCBC;
	margin-bottom: 25px;
}
.tags-field input {
	width: 100%;
	background-color: #F9F9F9;
	border: 0;
	border-radius: 3px;
	font-size: 14px;
	padding-left: 10px;
	/* width: 100%; */
	outline: none;
}
.tags-field .dp-tags {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.tg {
	background-color: #F9F9F9;
	color: #BCBCBC;
	border-radius: 50px;
	padding: 3px 10px;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 1px;
	margin-top: 10px;
}
.tg-remove {
	display: inline-block;
}
#gallery .upload-box {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: baseline;
	flex-wrap: wrap;
}
#gallery .upload-box label {
	width: 16%;
	margin: 10px 5px;
}
.b-title.big.abt {
	margin-top: 26px;
}
.tg-remove {
	cursor: pointer;
}
.upload-box label {
	position: relative;
}
#merch-dp {
	border-radius: 50%;
}
/* END OF NEW UPDATES  */
/* PRELOADER */
.preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: white;
	z-index: 99999999;
}

#preloader-logo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.loading-msg {
	width: 100%;
	font-size: 0.75em;
	color: #799F0C;
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translate(-50%, 50%);
	text-align: center;
}

.spinner {
	width: 80px;
	height: 80px;
	border: 2px solid #f9e6e65c;
	border-top: 3px solid #799F0C;
	border-radius: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	animation: spin 1s infinite linear;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
		border-top-color: #799F0C;
		
	}
	25%{
		border-top-color: #FFDE00;
		
	}
	50% {
		border-top-color: #BDBF06;
		
	}
	75%{
		border-top-color: #799F0C;
		
	}
	90%{
		border-top-color: #BDBF06;
	}
	100%{
		transform: rotate(360deg);
		
	}
}
#loading-msg {
	width: 100%;
	position: absolute;
	left: 0;
	top: 60%;
	text-align: center;
	color: #799F0C;
	font-size: 0.8rem;
	transform: translateY(-50%);
	letter-spacing: 2px;
}
/* END OF PRELOADER */
/* PREM SIGNUP */
.top-head-prem {
	position: absolute;
	top: -50px;
	text-align: center;
	left: 0;
	right: 0;
	background-image: linear-gradient(to right,#F90,#FFDE00);
	border-top-right-radius: 30px;
	padding: 10px 0;
	border-top-left-radius: 30px;
}
.top-head-prem h4 {
	margin: 0 auto;
	font-size: 34px;
	line-height: 41px;
	color: #fff;
}
.frm-btm a {
	color: #799F0C !important;
}
/* END OF PREM SIGN UP */

/* NEW LOGIN REGISTER DESIGN */
.reg_mod #user-form-box {
	width: 80%;
	position: relative;
	left: unset;
	right: unset;
	transform: unset;
	top: unset;
	overflow: hidden;
}
.frm-box input {
	font-size: 14px;
	line-height: 17px;
	padding: 10px;
	
}

.frm-box select {
	font-size: 14px;
	line-height: 17px;
	padding: 10px;
	
}

.chck input{
	margin-bottom: 0px;
}

.chck span {
	width: auto;
}
.chck {
	display: flex;
	justify-content: center;
	align-items: center;
}
.frm-box .submit {
	background-image: linear-gradient(to right, #FFDE00,#799F0C);
	width: 40%;
}
.prem-active .frm-box .submit{
	background-image: linear-gradient(to left, #FFD400,#F90);
}
#user-form-box .col-lg-6 {
	position: relative;
}
.feat-img-reg {
	position: absolute;
	height: 100%;
	left: 10px;
	right: 0;
	width: 100%;
	bottom: -86px;
	text-align: center;
	display:block;
}
#pills-signup2 .feat-img-reg{
	display:none;
}
.prem-active .feat-img-reg {
	display: block !important;
}
.prem-active .free-bs-signup {
	display: none;
}
.sc_acc_login .btn a {
	margin-bottom: 0 !important;
}
.feat-img-reg img {
	width: 100%;
}
/* .reg_mod #user-form-box .form-in-head a:last-child {
	color: #FFA900;
	border: 1px solid #FFA900;
	border-radius: 50px;
	padding: 8px 10px 10px;
} */
.premuim-reg {
	text-align: center;
	margin: 15px 0 0;
}
.premuim-reg a {
	font-size: 24px;
	line-height: 29px;
	text-decoration: none;
	background-image: linear-gradient(to right,#FF9900,#FFDE00);
	width: 100%;
	display: inline-block;
	color: #fff;
	font-weight: 600;
	border-radius: 50px;
	padding: 8px 0px;
}
#user-form-box .col-lg-6:first-child {
	border-right: 1px solid #D2D2D2;
}

.reg_mod #user-form-box .form-in-head a {
	color: #D2D2D2 !important;
	border: 1px solid transparent;
	border-radius: 50px;
	padding: 8px 10px 10px;
	background-color: transparent;
}
.reg_mod #user-form-box .form-in-head a.active {
	color: #799F0C !important;
	border-color: #799F0C;
}
.form-in-head ul {
	justify-content: center;
}
.submit.login {
	background-image: linear-gradient(to right, #FFDE00,#799F0C);
}
#pills-signup2 p {
	font-size: 14px;
	color: #707070;
	line-height: 17px;
	text-align: center;
}
#pills-signup2 p span {
	display: block;
	font-size: 24px;
	line-height: 29px;
}
.free-bs-signup {
	text-align: center;
}
#pills-signup2 p span strong {
	color: #799F0C;
}
#pills-signup2 .ms-upper-cont {
	margin-top: 10px;
}
#pills-signup2 .why-go-pr h4 {
	margin: 20px 0 20px;
	color: #799F0C;
	text-transform: uppercase;
	font-weight: 700;
}
#pills-signup2 .btn-bottom {
	margin-top: 30px;
}
#pills-signup2 .btn-bottom a {
	font-size: 14px;
	text-decoration: none;
	color: #799F0C;
	line-height: 17px;
}
#user-form-box .form-in-head a.prem-active {
	color: #FFA900;
}
#user-form-box .form-in-head a.active.prem-active {
	color: #FFA900 !important;
	border-color: #FFA900 !important;
}
.merchportal .why-go-pr .col-lg-4:nth-child(4) img {
	margin-bottom: 61px;
	top: 30px;
}
.free-bs-signup h3 {
	font-size: 24px;
	line-height: 29px;
	font-weight: 700;
	color: #FFA900;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.merchportal .prem-active .feat-img-reg {
	bottom: -100px;
}
.merchportal .frm-btm {
	display: none;
}
.frm-box input::placeholder {
	color: #D5D5D5;
}
.featured_photo.no-border-radius {
	top: 16px;
	right: 4%;
}
#premium-tab.active {
	background-image: linear-gradient(to right,#F90,#FFDE00) !important;
}
.prem-benefits li {
	
	color: #FFA900;
}
#premium-mem .ref-link h4 {
	color: #FFA900;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	flex: 0 0 auto;
}
#premium-mem .ref-link {
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}
#premium-mem .ref-link #refer {
	width: 80%;
	color: #FFA900;
	border-color: #FFA900;
	flex: 0 0 auto;
}
#premium-mem .ref-link {
	flex-direction: row;
	align-items: center;
}
#premium-mem .ref-link #copy-btn {
	text-align: center;
	flex: 0 0 auto;
	width: 10%;
}
.prem-benefits li {
	background-image: url('/assets/images/merch_module/merchant_portal/Icon feather-check.svg');
}
/* END NEW LOGIN REGISTER DESIGN */
/* REFERRAL PAGE */
#ref-page {
	padding: 90px 0 180px;
	position: relative;
	background-image: url('/assets/images/Path30.png');
	background-repeat: no-repeat;
	background-position: top left;
}
#ref-sec1 .sec_title h1 {
	font-size: 47px;
	line-height: 57px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}
.sec_title p {
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 27px;
	width: 70%;
	margin: 0 auto 20px;
}
#subs-details {
	background-color: #fff;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 3px 3px 3px 3px #0000005c;
	padding: 29px;
	margin-top: 100px;
}
#subs-details span {
	font-size: 47px;
	line-height: 47px;
	color: #707070;
	text-align: center;
	display: block;
}
#subs-details strong {
	/*font-size: 51px; */
	font-size: 45px;
	line-height: 90px;
	text-align: center;
	display: block;
	color: #FFA900;
}
#subs-details .meta {
	font-size: 24px;
	color: #707070;
	line-height: 37px;
}
#subs-details img {
	position: absolute;
	left: 5%;
	bottom: 0;
}
#subs-details.business {
	background-image: linear-gradient(to right,#FFDE00,#FFA900);
}
#subs-details.business span, #subs-details.business strong {
	color: #fff;
}
#prem-details .inner-box {
	background-color: #fff;
	position: relative;
	border-radius: 20px;
	box-shadow: 3px 3px 3px 3px #0000005c;
	padding: 20px;
}
#prem-details .inner-box img {
	position: absolute;
	bottom: -15px;
}
#prem-details .prem-title {
	font-size: 36px;
	line-height: 46px;
	color: #D2D2D2;
	font-weight: 700;
	display: block;
	text-align: right;
	position: relative;
	top: 10px;
	right: 20px;
}
#prem-details span {
	font-size: 27px;
	line-height: 46px;
	display: block;
	color: #FFA900;
	font-weight: 700;
}
#prem-details ul {
	margin: 0;
	padding: 0;
}
#prem-details li {
	font-size: 14px;
	line-height: 19px;
	color: #707070;
	background-image: url('/assets/images/merch_module/merchant_portal/Icon awesome-check-circle-orange.svg');
	list-style-position: outside;
	list-style: none;
	background-repeat: no-repeat;
	padding: 5px 0 5px 30px;
	background-position: 0%;
}
#prem-details.prem-business .prem-title {
	color: #FFDE00;
}
#prem-details.prem-business .inner-box {
	background-image: linear-gradient(to right,#FFDE00,#FFA900);
}
#prem-details.prem-business .inner-box span {
	color: #fff;
}
#prem-details.prem-business .inner-box li {
	color: #fff;
	padding-bottom: 11px;
}
#prem-details.prem-business .inner-box li {
	color: #fff;
	background-image: url('/assets/images/merch_module/merchant_portal/Icon awesome-check-circle.svg');
	padding-bottom: 11px;
}
#prem-details {
	margin-top: 100px;
}
#how-ref-works h3 {
	color: #799F0C;
	font-size: 47px;
	line-height: 47px;
}
#how-ref-works h3 strong {
	color: #FFA900;
}
#how-ref-works p, #referral-table p {
	font-size: 14px;
	line-height: 19px;
	color: #707070;
}
#how-ref-works p {
	width: 90%;
}
#referral-table td {
	text-align: center;
	font-size: 14px;
/*	line-height: ; */
	color: #707070;
	position: relative;
}
#referral-table td:first-child span {
	font-size: 24px;
	color: #799F0C;
}
#referral-table td:first-child span strong {
/*	padding-left: ;*/
	padding-right: 10px;
}
#referral-table td:first-child img {
	margin-right: 10px;
}
#referral-table tbody tr:last-child {
	filter: grayscale(5);
	text-decoration-line: line-through;
	text-decoration-color: #D2D2D2;
	opacity: 0.3;
}
#referral-table td:first-child::before {
	content: url('/assets/images/merch_module/merchant_portal/Icon ionic-ios-arrow-round-down.svg');
	position: absolute;
	bottom: -15px;
	left: 17%;
}
#referral-table tr:last-child td:first-child::before {
	display: none;
}
#referral-table thead th {
	color: #FFA900;
	font-size: 14px;
}
#referral-table {
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 3px 3px 3px 3px #0003;
	padding: 80px 20px 20px 70px;
}
#how-ref-works, #referral-table {
	margin-top: 100px;
}
#partner-box {
	background-image: linear-gradient(to right,#FFDE00,#FFA900);
	border-radius: 20px;
	padding: 60px 30px;
	text-align: center;
}
#partner-box span {
	display: block;
	color: #fff;
	font-size: 34px;
	line-height: 41px;
}
#partner-box span strong {
	display: block;
	font-size: 74px;
	line-height: 89px;
	text-transform: uppercase;
}
#partner-box .btn {
	font-size: 18px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50px;
	padding: 8px 20px !important;
}
/* END OF REFERRAL PAGE */
.cart-pg #top-head {
	display: none;
}
#referral-table {
	position: relative;
}
#referral-table::before {
	content: "";
	background-image: url('/assets/images/merch_module/Icon open-person-1.png');
	width: 68px;
	height: 68px;
	position: absolute;
	top: 30px;
	left: 40px;
	background-size: cover;
}
#referral-table::after {
	content: "";
	background-image: url('/assets/images/merch_module/merchant_portal/Icon feather-corner-down-right.png');
	width: 25px;
	height: 47px;
	position: absolute;
	top: 17%;
	left: 55px;
	background-size: cover;
}
/* SINGLE PAGE COUPON */
.single-coupon #main-head, .single-coupon footer {
	display: none;
}
.single-coupon .top_menu {
	display: none;
}
#spcp-bnr {
	position: relative;
	background-image: url('/assets/images/merch_module/merchant_portal/Group 807.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
	padding: 45px 0;
}
#qr-box {
	background-color: #fff;
	border-radius: 30px;
	position: relative;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	padding: 30px 0;
}
#qr-box span {
	color: #799F0C;
	font-weight: 700;
	font-size: 28px;
	letter-spacing: 1px;
	display: block;
	line-height: 28px;
	padding-top: 20px;
}
#qr-box .qupi-logo {
	padding-bottom: 20px;
}
.qr-status {
	text-align: center;
	font-size: 26px;
	color: #fff;
	padding-top: 20px;
}
.coupon-description h3 {
	color: #fff;
	font-weight: 700;
	font-size: 35px;
	line-height: 42px;
	letter-spacing: 1px;
}
.coupon-description .bname {
	color: #fff;
	font-size: 28px;
	line-height: 34px;
	letter-spacing: 1px;
/*	padding-top: ; */
	padding: 5px 0 15px;
}
.coupon-description .coupon-price {
	font-size: 70px;
	color: #fff;
}
.coupon-description .coupon-price .discount-pr {
	color: #707070;
	text-decoration-line: line-through;
	font-weight: 400;
	font-size: 55px;
	margin-left: 10px;
}
.coupon-description .coupon-price .special-pr {
	background-color: #fff;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	color: #707070;
	font-size: 30px;
	line-height: 37px;
	font-weight: 400;
	padding: 5px 15px;
	margin-left: 10px;
}
.coupon-price strong {
/*vertical-align: ;*/
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.more-cp-info {
	font-size: 14px;
	color: #fff;
}
.more-cp-info b {
	display: block;
}
.more-cp-info .purch-date, .more-cp-info .expiry-date {
	font-weight: 700;
}
.more-cp-info .expiry-date {
	margin-bottom: 20px;
}
#cp-sec2 {
	padding: 90px 0;
	position: relative;
}
#cp-sec2 h3 {
	font-size: 28px;
	color: #707070;
	font-weight: 700;
	padding-bottom: 20px;
}
#cp-sec2 p {
	font-size: 14px;
	color: #707070;
}
#cp-sec2 p b {
	display: block;
}
.contact-details ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.contact-details ul li {
	margin-bottom: 5px;
}
.contact-details ul li a {
	color: #707070;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
}
.contact-details ul li a img {
	margin-right: 5px;
}
#cp-sec3 h3 {
	text-align: center;
	font-size: 70px;
	color: #799F0C;
	font-weight: 400;
	letter-spacing: 1px;
}
.logo-cp {
	text-align: center;
	padding-top: 50px;
}
#cp-sec3 {
	padding: 90px 0 210px;
	background-image: url('/assets/images/merch_module/merchant_portal/Group 809.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
}
.container-fluid-inner {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	display: block;
}
#single-pg-coupon {
	padding: 50px 0;
	border-radius: 50px;
	overflow: hidden;
}
#single-pg-coupon .container-fluid {
	box-shadow: 3px 3px 3px 3px #0000000d;
	background-color: transparent;
	border-radius: 50px;
	padding: 0;
	overflow: hidden;
}
input:focus-visible {
	outline: none !important;
}
/* END OF SINGLE PAGE COUPON */
.responsive-menu {
	position: absolute;
	border-radius: 10px;
	background-color: #fff;
	padding: 12px;
	box-shadow: 0px 2px 3px 3px #0000002b;
	top: 45px;
	z-index: 1;
	transition: 0.3s ease-out;
	left: 0;
	width: 200px;
	opacity: 1;
	display: none;
}
.responsive-menu a {
	font-size: 14px;
	color: #ABABAB;
	text-decoration: none;
}
.responsive-menu ul {
	margin: 0;
	list-style: none;
	padding: 0;
	text-align: center;
}
/* RESPONSIVE */
@media screen and (max-width:1800px){
	.feat_img {
		top: -45px;
		left: 230px;
	}
}
@media screen and (max-width:1500px){
    .feat_img img {
        width: 85%;
    }
    
    #hero_bnr {
        padding: 180px 0 100px;
    }
    .feat_img {
        top: -175px;
        left: 50px;
        width: 55%;
    }
    #hero_bnr h1 {
        width: 90%;
    }
    #main-head a img {
        width: 100%;
    }
    /* #head-fields .form-select {
        font-size: 20px;
    } */
    .srch_n_loc {
        width: 100%;
        margin-left: 10px;
    }
    #head-fields {
        flex-wrap: unset;
    }
    #hd-btn-grp {
        flex-wrap: unset;
    }
    .sec_banner::before {
        height: 84%;
    }
    .four-col .item_img {
        height: 260px;
    }
    .box h4 {
        font-size: 50px;
    }
    .box.box1 h4 {
        font-size: 40px;
        line-height: 50px;
    }
    .section {
       /* padding: 30px 0 50px !important; */
		padding: 0 0 50px !important; 
    }
    .sec_banner {
        padding: 190px 0;
    }
    #mid-ftr h5, #btm-ftr h5 {
      /*  font-size: 37px;*/
		font-size: 30px;
    }
    #mid-ftr ul li a, #btm-ftr ul li a {
        font-size: 20px;
    }
    #sc-links {
        margin-top: 40px;
    }
    .cart_btns a {
        font-size: 16px;
        text-decoration: none;
        color: #707070;
        margin-right: 0;
        display: block;
        margin-bottom: 10px;
    }
    #cart-sec .item_info p {
        font-size: 14px;
        line-height: 24px;
    }
    #cart-sec .item_info {
        flex: 0 0 auto;
        width: 30%;
    }
    .cart_sum .sum_left span {
        font-size: 20px;
    }
    .pr.less {
        font-size: 11px;
    }
    .item_price .pr {
        font-size: 20px;
    }
    .merch_featured_img img {
        width: 100%;
    }
}
@media screen and (max-width:1366px){
    .feat_img img {
        width: 75%;
    }
    .feat_img {
		top: -105px;
		width: 60%;
	}
    .box {
      /*  top: -25px;*/
		top: 30px;
		
    }
    #hero_bnr {
        /*padding: 150px 0 100px;*/
		padding: 280px 0 100px;
    }
    .prod_row_title {
        font-size: 40px;
        line-height: 50px;
    }
    .sec_banner {
        padding: 150px 0;
    }
    .sec_banner::before {
        height: 100%;
    }   
    .box h4 {
        font-size: 40px;
        line-height: 60px;
    }
    .box.box1 h4 {
        font-size: 35px;
        line-height: 43px;
    }
    .item_box .item_img {
        height: 300px;
    }
    #ftr {
        padding: 310px 0 30px !important;
    }
    .cart_item_box .item_img {
        width: 25%;
    }
    .cart_item_box .item_img img {
        width: 100%;
    }
    #cart-sec .item_info {
        flex: 0 0 auto;
        width: 42%;
        padding-top: 0;
        padding-bottom: 0;
    }
    .cart_sum .sum_left span {
        font-size: 16px;
    }
    .cart_sum .sum_right .pr_sum {
        font-size: 30px !important;
    }
    .total .pr_sum {
        font-size: 30px;
    }
    .btn_purchase a {
        font-size: 20px;
        padding: 10px 35px;
    }
    .cart_btns {
        margin-top: 20px;
    }
    .item_pr_quantity strong {
        font-size: 35px;
    }
    .pr.less {
        font-size: 10px !important;
    }
    #gyc_bnr {
        padding: 80px 0 120px;
    }
    #gyc_bnr .gyc_title_box h1 {
        font-size: 70px;
        line-height: 71px;
    }
    #gyc_bnr .gyc_title_box h1 span {
        font-size: 58px;
        line-height: 80px;
    }
    #ftr {
        padding: 20px 0 30px !important;
/*		padding: 190px 0 30px !important;  */
    }
    .top_menu li a {
        font-size: 18px;
        line-height: 19px;
    }
    #top-head {
        padding: 10px 0;
    }
	#cp-edit-popup.cx_purch_history tbody tr {
		font-size: 12px;
		line-height: 16px;
	}
	#cp-edit-popup {
		padding: 15px;
		width: 50%;
	}
	#table_view thead th {
		font-size: 13px;
		line-height: 15px;
	}
	.edit_cp_btn_g input {
		width: 32% !important;
	}
}
@media screen and (max-width:1280px){
    .feat_img {
        top: -66px;
        width: 60%;
    }
    #head-fields .form-select {
        font-size: 14px;
    }
    #head-fields .form-select {
        padding: 5px;
        font-size: 14px;
    }
    .srch_n_loc {
        width: 74%;
    }
    .sl-box .form-select {
        width: 150px !important;
    }
    .srch_n_loc input {
        font-size: 14px !important;
    }
    .user_btn img {
        width: 100%;
    }
    .box_res {
        top: 40px;
        left: 0;
    }
    .logo {
        width: 265px !important;
        margin: 0 30px 0 auto;
    }
    .cart-pg #main-head {
        padding: 25px 0;
    }
    #hero_bnr .cont {
        position: relative;
        left: 0;
    }
    .box {
        height: 203px;
    }
    .box_res ul li a {
        font-size: 16px;
        line-height: 23px;
    }
    .merch_list ul li a {
        line-height: 32px;
    }
    .box_res {
        width: 450px;
    }
	
}
@media screen and (max-width:1200px){
    .feat_img {
        top: -26px;
    }
}
@media screen and (max-width:1100px){
    .logo {
		width: 100% !important;
		margin: 0 30px 0 auto;
	}
	.srch_n_loc {
		width: 71%;
	}
	.srch_n_loc .form-select {
		width: 34% !important;
	}
	.feat_img {
		top: 0px;
		width: 65%;
		left: 0;
	}
}

@media screen and (max-width:991px){
    #top-head {
        padding: 10px 0 0;
    }
    .top_menu li a {
        font-size: 15px;
    }
    .top_menu {
        justify-content: center;
    }
 /**   #head-fields {
        flex-wrap: wrap;
    }*/
    .sl-box {
        flex: 0 0 auto;
        width: 23%;
    }
    #head-fields .form-select {
        font-size: 13px;
        width: 100% !important  ; 
    }
    .srch_n_loc {
        width: 73%;
    }
    .form-control.rounded {
        font-size: 14px !important;
        font-family: 'Montserrat';
        font-weight: 400;
    }
    #search-addon {
        height: 20px;
        width: 20px;
        top: 6px;
        padding-right: 15px !important;
    }
    .srch_n_loc .form-select {
        width: 40% !important;
    }
    #hero_bnr h1 {
        width: 100%;
        font-size: 36px;
        line-height: 46px;
    }
    #hero_bnr .cont {
        position: relative;
        z-index: 1;
    }
    #hero_bnr .cont p {
        color: #fff;
        font-size: 22px;
        line-height: 30px;
    }
    #hero_bnr .cont p span {
        display: block;
        font-size: 28px;
        line-height: 40px;
    }
    #hero_bnr .cont .btn a {
        font-size: 30px;
    }
    .feat_img {
        top: -30px;
    }
    .feat_img img {
        width: 70%;
    }
    #hero_bnr {
        padding: 115px 0 100px;
    }
    .box.box1 h4 span {
        font-size: 23px;
    }
    .box.box1 h4 {
        font-size: 28px;
        line-height: 35px;
    }
    .box {
        height: 215px;
    }
    .box h4 {
        font-size: 30px;
        line-height: 50px;
    }
    .item_box .item_img .item_status .status {
        color: #799F0C;
        font-size: 15px;
        line-height: 31px;
    }
    .item_box .item_img {
        height: 250px;
    }
    .item_price .pr {
        font-size: 22px;
     }
     .pr.less {
        font-size: 12px;
    }
    .item_cat {
        font-size: 14px;
		/*font-size: 16px;*/
    }
    .sec_banner {
        padding: 110px 0;
    }
    .sec_banner h2 {
        font-size: 55px;
    }
    .four-col .sec_banner h2 {
        top: 50%;
    }
    .cart_item_det {
        margin-bottom: 50px;
    }
    .logo {
        width: 280px !important;
    }
    .step_box {
        justify-content: center;
        margin: 15px auto;
        width: 55%;
    }
    .step_content ul li img {
        width: auto;
    }
    .step_content ul li {
        align-items: center;
        padding: 10px 0;
        justify-content: flex-start;
    }
    .step_content ul li a {
        padding: 10px 21px;

    }
    #mid-ftr h5, #btm-ftr h5 {
        text-align: center;
    }
    #ftr li {
        text-align: center;
    }
    #sc-links {
        justify-content: center;
    }
    .tag-list ul li a {
        font-size: 18px;
    }
    .sort ul li a {
        padding: 10px 10px;
        font-size: 16px;
    }
    .thumbnails .thumb_img {
        width: 30%;
        margin: 5px auto;
    }
    #merch {
        padding: 80px 0 50px !important;
    }
    .merch_featured_img {
        margin-bottom: 50px;
    }
    #trends.page6-trends {
        padding-top: 110px !important;
    }
    #user-form-box {
        width: 50%;
    }
    .reg_mod #user-form-box {
        width: 80%;
    }
    .reg_mod {
        padding: 120px 0;
    }
    /* FOR BUSINESS */
    #fbusiness-sec .box {
        height: auto;
    }
    #for-business-pg #gyc_bnr h1 {
        font-size: 38px;
    }
    #guide_towards_success .numbox {
        width: 100%;
    }
    #package h3 {
        width: 100%;
    }
    #fbusiness-sec .box h4 {
        font-size: 16px;
        line-height: 21px;
    }
    /* FOR BUSINESS END */
    .mod_banner .text-bnr {
        right: 5%;
    }
    .mod_banner .ft-img {
        background-repeat: no-repeat;
    }
    .you_might_like .item_box {
        width: 45%;
        margin: 25px auto;
    }
}
@media screen and (max-width:767px){
    .logo a {
        display: inline-block;
        width: 40%;
    }
    .logo {
        text-align: center;
        padding: 20px 0;
    }
    #hd-btn-grp {
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }
    #hd-btn-grp a img {
        width: 60%;
    }
    .feat_img {
        top: -30px;
        position: absolute;
        top: -80px;
        width: 100%;
        right: 0 !important;
        left: 0 !important;
        text-align: center;
        overflow: hidden;
        display: none;
    }
    #hero_bnr .cont {
        padding-top: 0;
    }
    #hero_bnr h1 {
        font-size: 51px;
        line-height: 60px;
        text-align: center;
    }
    #hero_bnr .cont p {
        color: #fff;
        font-size: 22px;
        line-height: 30px;
        text-align: center;
    }
    #hero_bnr .cont .btn {
        width: 100%;
    }
    .box {
        top: 0;
        margin-bottom: 25px;
    }
    .sec_banner {
        padding: 84px 0;
        margin-bottom: 35px;
    }
    .prod_row_title {
        font-size: 33px;
        line-height: 41px;
    }
    .four-col .sec_banner h2 span {
        font-size: 26px;
        line-height: 30px;
    }
    #ftr {
        padding: 20px 0 30px !important;
	/* padding: 210px 0 30px !important; */
    }
    #ftr .col-lg.col-md {
        margin-left: 0;
    }
    #sc-links a img {
        width: 100%;
    }
    #sc-links {
        margin-top: 30px;
        justify-content: center;
    }
    #sc-links li {
        padding: 0 5px;
        width: 8%;
    }
    #mid-ftr h5, #btm-ftr h5 {
        font-size: 33px;
        margin-top: 25px;
    }
    #mid-ftr, #btm-ftr {
        margin-top: 0;
    }
    .step_box {
        width: 80%;
    }
    #gyc_bnr .gyc_title_box h1 {
        font-size: 50px;
        line-height: 58px;
    }
    #gyc_bnr .gyc_title_box h1 span {
        font-size: 40px;
        line-height: 60px;
    }
    #gyc_bnr .gyc_title_box {
        width: 50%;
    }
    #gyc_bnr {
        padding: 40px 0 48px;
        background-size: cover;
    }
    .logo {
        width: 100% !important;
        margin: 0 auto;
    }
    #merch-cp .prod_row_title {
        font-size: 35px;
        line-height: 46px;
        text-align: center;
    }
    #merch-similar .prod_row_title {
        text-align: center;
    }
    .tag-list ul li, .sort ul li {
        display: inline-block;
        padding: 0 10px;
        float: none;
    }
    .tag-list ul, .sort ul {
        text-align: center;
    }
    #merch-cp .pagination {
        justify-content: center;
    }
    .prod_row_title {
        text-align: center;
    }
    #user-form-box {
        margin: 0 auto;
        width: 70%;
        top: unset;
        left: unset;
        transform: unset;
    }
    #user_module {
        padding: 150px 0 0;
        background-size: cover;
    }
    .merch_sup .frm-box .submit {
        width: 80%;
    }
    /* FOR BUSINESS */
    .bnr-form {
        margin: 80px auto 30px;
        width: 65%;
    }
    #for-business-pg #gyc_bnr h1 {
        font-size: 38px;
        line-height: 50px;
        width: 80%;
        text-align: center;
        margin: 0 auto;
    }
    #for-business-pg #gyc_bnr p {
        width: 85%;
        margin: 15px auto 5px;
        text-align: center;
    }
    #for-business-pg #gyc_bnr .btn {
        display: block;
    }
    #for-business-pg #gyc_bnr {
        padding-top: 80px;
    }
    #fbusiness-sec .box {
        height: auto;
        width: 50%;
        margin: 0px auto 30px;
    }
    #guide_towards_success h3 {
        font-size: 38px;
        text-align: center;
    }
    #package tbody td {
        font-size: 15px;
        line-height: 32px;
    }
    #package thead th {
        font-size: 18px;
    }
    #package tr .btn a {
        font-size: 15px;
    }

    #package h3 {
        font-size: 36px;
        line-height: 50px;
        width: 100%;
    }
    /* END OF FOR BUSINESS */
    #merch_mod_head {
        padding: 95px 0 30px;
    }
    .merchant_opt {
        height: auto;
        margin-bottom: 30px;
    }
    .user_out_btn {
        position: relative;
    }
    .merchant_opt ul li {
        width: 24%;
        text-align: center;
    }
    .user_out_btn a {
        padding: 15px 20px;
        text-align: center;
    }
    .mod_banner .ft-img {
        background-position: -50px bottom;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .mod_banner .text-bnr h1 {
        font-size: 38px;
        line-height: 47px;
    }
    .mod_banner {
        height: 180px;
    }
    .mod_banner .text-bnr {
        top: 25%;
        right: 10%;
    }
    .mod_banner .text-bnr p {
        font-size: 15px;
        line-height: 22px;
    }
    .sort ul li {
        width: 22%;
        display: inline-block;
    }
    .sort ul li a {
        max-width: 100% !important;
        display: block;
    }
    .sort ul li .hover_sh a {
        padding-bottom: 10px !important;
    }
    .hover_sh {
        top: 45px;
    }
}
@media screen and (max-width:640px){
    .sec_banner::before {
        height: 100%;
    }
    .sec_banner h2 {
        left: 0;
        right: 0;
        text-align: center;
        top: 10px;
    }
    .prod_row_title {
        font-size: 28px;
        line-height: 34px;
        text-align: center;
    }
    #hero_bnr h1 {
        font-size: 37px;
        line-height: 47px;
        text-align: center;
    }
    #hero_bnr .cont .btn a {
        font-size: 24px;
        padding: 10px 40px;
    }
    #ftr h4 {
        font-size: 35px;
    }
    .frm.frm2 form .form-box.frmbx1 {
        flex: 0 0 auto;
        width: 100%;
    }
    .frm.frm2 form .form-box.frmbx2 {
        flex: 0 0 auto;
        width: 100%;
    }
    #ftr textarea {
        margin-left: 0;
    }
    #mid-ftr h5, #btm-ftr h5 {
        font-size: 30px;
        margin-top: 25px;
        margin-bottom: 20px;
    }
    #mid-ftr ul li a, #btm-ftr ul li a {
        font-size: 16px;
    }
    .sl-box {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 10px;
    }
    .srch_n_loc {
        width: 100%;
        margin: 0;
    }
    .sl-box .form-select {
        width: 100% !important;
    }
    .box_res {
        width: 100%;
        z-index: 99;
    }
    .logo a {
        width: 80%;
    }
    .user_btn img {
        width: 65%;
    }
    #hero_bnr h1 {
        font-size: 31px;
        line-height: 41px;
        text-align: center;
    }
    #hero_bnr .cont p span {
        font-size: 23px;
    }
    #hero_bnr .cont p {
        font-size: 16px;
        line-height: 30px;
    }
    #hero_bnr .cont .btn a {
        font-size: 18px;
    }
    .four-col .sec_banner h2 {
        font-size: 36px;
    }
    .four-col .sec_banner h2 span {
        font-size: 20px;
        line-height: 26px;
    }
    .four-col .item_img {
        height: 220px;
    }
    .box {
        top: 0;
        margin-bottom: 25px;
        width: 80% !important;
        margin: 12px auto;
    }
    .item_info {
        padding: 20px 10px;
    }
    .pagination li {
        padding: 5px 5px;
    }
    .cart_item_box .item_img {
        width: 60%;
        margin: 0 auto 20px;
    }
    .item_pr_quantity {
        flex: 0 0 auto;
        width: 55%;
        text-align: right;
    }
    .promo_sprice {
        font-size: 45px;
        line-height: 75px;
    }
    .promo_crossed {
        font-size: 28px;
        line-height: 47px;
    }
    .promo_less {
        font-size: 16px;
        line-height: 29px;
    }
    #merch-coupons .prod_row_title {
        font-size: 30px;
        line-height: 45px;
    }
    .frm-box input {
        font-size: 14px;
        line-height: 23px;
        padding: 11px;
    }
    .you_might_like .item_box {
        width: 60%;
        margin: 25px auto;
        overflow: hidden;
    }
    .details_prod_merch .pr-det {
        width: 50%;
        font-size: 30px;
        line-height: 42px;
    }
    .fav_head {
        font-size: 25px;
        line-height: 35px;
    }
    .merch_nm {
        font-size: 25px;
        line-height: 35px;
    }
    .merch_wh .col-lg-4 {
        text-align: center;
    }
    
}
@media screen and (max-width:480px){
    .box_res ul li a {
        font-size: 13px;
        line-height: 23px;
    }
    .box {
        width: 80%;
    }
    .sec_banner::before {
        height: 69%;
    }
    .cart_item_box {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    #cart-sec .item_info {
        width: 100%;
    }
    .item_pr_quantity strong {
        font-size: 26px;
        display: flex;
        justify-content: center;
        align-items: baseline;
    }
    .item_pr_quantity strong .old_pr {
        margin-left: 10px;
        margin-top: 15px;
    }
    .quantity {
        margin-top: 0;
    }
    #gyc_bnr .gyc_title_box {
        margin: 30px auto 0;
        width: 100%;
    }
    .step_box {
        margin: 15px auto;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .step_content ul li a {
        margin: 0 auto;
        width: 60%;
        text-align: center;
    }
    .tag-list ul li, .sort ul li {
        margin: 9px 0;
    }
    .img_preview_big {
        height: 300px;
    }
    .preview_box .coupon_name {
        font-size: 35px;
        line-height: 45px;
    }
    .breadcrumbs ul li a {
        font-size: 14px;
        line-height: 23px;
    }
    .merch_featured_img {
        margin-bottom: 10px;
    }
    .wr_rev .ratings {
        padding: 0;
        width: auto;
        margin: 0 0 0 auto;
    }
    .user_comment {
        padding-left: 50px;
    }
    .helpful_btn .btn {
        font-size: 15px;
        padding: 8px 40px;
    }
    .wr_head .btm_rev {
        padding-left: 0;
    }
    .see_more .btn {
        font-size: 23px;
        line-height: 25px;
    }
    #reviews {  
        padding: 80px 0 50px !important;
    }
    .wr_rev #usr_review {
        width: 100%;
        margin-top: 20px;
    }
    .btm_rev .thumbnails .thumb_img {
        width: 18%;
        margin: 5px auto;
        height: 70px;
        font-size: 13px;
    }
    .prod-det p {
        font-size: 14px;
        line-height: 22px;
    }
    .prod-det h4 {
        color: #799F0C;
        font-size: 25px;
        line-height: 34px;
    }
    #user-form-box {
        width: 100%;
    }
    #user_module {
        padding: 80px 0;
    }
    .reg_mod #user-form-box {
        width: 100%;
    }
    .hlf {
        width: 100%;
        margin-right: 0 !important;
    }
    .merch_sup #user-form-box {
        width: 100% !important;
    }
    #user-form-box .form-in-head a {
        font-size: 28px;
    }
    #user_module {
        padding: 80px 0 0;
    }
    #for-business-pg #gyc_bnr h1 {
        font-size: 34px;
        line-height: 41px;
        width: 100%;
    }
    .bnr-form {
        margin: 50px auto 30px;
        width: 100%;
    }
    #guide_towards_success h3 {
        font-size: 34px;
        line-height: 44px;
    }
    #guide_towards_success .numbox {
        font-size: 16px;
        line-height: 27px;
    }
    #package h3 {
        font-size: 32px;
        line-height: 42px;
    }
    #package .p_title p {
        font-size: 16px;
        line-height: 24px;
    }
    .g_listbox .contb span {
        font-size: 14px;
        line-height: 23px;
        padding-left: 25px;
    }
    #package tbody td {
        font-size: 13px;
        line-height: 32px;
    }
    .merchant_opt ul li a {
        padding: 10px 0px;
    }
    .mod_banner .text-bnr {
        position: absolute;
        z-index: 1;
        top: 25%;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
    .mod_banner .ft-img {
        background-image: none;
    }
    .btn-grp-wishlist a {
        padding: 4px 20px;
        font-size: 15px;
        line-height: 27px;
    }
    .you_might_like .item_box {
        width: 80%;
    }
}
@media screen and (max-width:480px){
    .btn-grp-wishlist a {
        padding: 4px 13px;
        font-size: 13px;
        line-height: 27px;
    }
    .wishlist_container .prod-name .d_coup, .wishlist_container .prod-name .nm_merch {
        font-size: 13px;
    }
    .details_prod_merch .pr-det {
        font-size: 28px;
        line-height: 41px;
    }
    .you_might_like .item_box {
        width: 100%;
    }
    #wishlist-pg {
        padding: 90px 0 50px;
    }
}

