body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #616161;
	background: #fff;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

ul:not(.browser-default)>li {
	list-style-type: none
}

a {
	color: #c11616;

	outline: 0
}

a:hover {
	color: #c11616;
	outline: none !important;
	text-decoration: none !important
}

a:focus {
	outline: none !important;
	text-decoration: none !important
}

p {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 22px
}

h1,h2,.h2{font-family: 'Playfair Display', serif;}
h3,h4,h5,h6{font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;}

section {
	padding: 0;
	margin: 0
}

aside {
	padding: 50px 0
}

.no-bdr {
	border: none !important
}

.no-bg {
	background: none !important
}
#info-content li{list-style-type: square;}

::-moz-selection {
	text-shadow: none;
	color: #fff;
}

::selection {
	text-shadow: none;
	color: #fff;
	background: #c11616;
}

img::-moz-selection {
	color: #fff;
	background: 0
}

img::selection {
	color: #fff;
	background: 0
}

img::-moz-selection {
	color: #fff;
	background: 0
}
.p-0 {padding: 0;}
.img-fluid {max-width: 100%;}
.no-gutters {
    margin-right: 0!important;
    margin-left: 0!important;
}.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0!important;
    padding-left: 0!important;
}
.pl-0 {padding-left: 0 !important;}
.pl-2 {
    padding-left: .5rem!important;
}
.pb-2 {
    padding-bottom: .5rem!important;
}
.pt-2 {
    padding-top: .5rem!important;
}
.mt-4 {
    margin-top: 1.5rem!important;
}
.ml-1 {
    margin-left: .25rem!important;
}
.mt-2 {
    margin-top: .5rem!important;
}
.mr-2 {
    margin-right: .5rem!important;
}
.mr-1 {
    margin-right: .25rem!important;
}
.mt-5 {
    margin-top: 3rem!important;
}
.mb-4{margin-bottom: 2rem;}
.mb-5 {
    margin-bottom: 3rem!important;
}
.ml-auto {margin-left: auto;}
.mr-auto {margin-right: auto;}
.d-flex {display: flex !important;}
.align-items-center {align-items: center !important;}
.justify-content-between {justify-content: space-between !important;}
.w-100 {width: 100%;}
.row.d-flex {    -ms-flex-wrap: wrap;
    flex-wrap: wrap;}
figure {
    margin: 0 0 1rem;
}
.navbar-toggler {
    margin-right:20px;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.navbar-brand {
    height: auto;
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar {

    margin-bottom: 0;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}

@media (min-width: 992px){
.navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
}

.container {
	max-width: 1600px;
}

.htop-bar {
	background: linear-gradient(to right, #dad0f7, #f7f1ee 40%);
	width:100%;
}

.htop-bar .container,
.hright,
.usersecright {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo_sec {
	display: flex;
	align-items: center;
	justify-content: start
}

.usersecright img {
	width: 24px;
	margin: 0 5px;
}
.hleft {margin-right: auto; display:flex; align-items: center;}
.hleft img {width: 18px;}
.htop-bar a {color: #616161;padding: 5px 10px 5px 0;display: inline-block;font-weight: 400; white-space:nowrap;}
.hleft span {margin: 1px 0 0 4px;display: inline-block;}

.hdrpdown_m {
	position: relative;
	margin-left: 15px;
	;
}

.hdrpdown_m img {
	max-width: 30px;
	margin-right: 4px;
}

.hdrpdown {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left:auto;
	background: #fff;
	box-shadow: 1px 4px 17px 5px rgb(0 0 0 / 10%);
	min-width: 80px;
	border: 0;
	border-radius: 0;
	z-index: 991;
	padding: 5px;
}

.hdrpdown_m:hover .hdrpdown {
	display: block;
}

.navbar-toggler {
	display: none;
}


.search_sec {
	width: 100%;
	max-width: 650px;
	position: relative;
	margin: 0 auto;
}

.search_in {
	background-color: #f7f7f7;
	border:1px solid;
    border-image-source: linear-gradient(to left, #965def, #f576af);
    border-image-slice: 1;
	padding: 12px 15px;
	width:100%;
}

.search_in input {
	width: 100%;
	outline: none;
	border: none;
	background: transparent !important;
}

.search_in input:focus,
.search_in input:visited {
	outline: none;
	border: none;
	background: transparent !important;
}

.search_in button {
	outline: none;
	border: none;
	background: transparent !important;
	position: absolute;
	right: 15px;
	top:15px;
}
.navbar-brand {padding-left:0 !important;}

.search_in button img {
	max-width: 15px;
}

.usersecright>a {
	margin-left: 10px;
}

span.item_count {
	position: absolute;
	top: -9px;
	right: -8px;
	width: 18px;
	height: 18px;
	background: rgb(180,155,255);
    background: linear-gradient(90deg, rgb(180, 155, 255) 0%, rgb(232, 126, 173) 100%);
	border-radius: .95vw;
	color: #fff;
	font-size: 10px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn:focus{outline:none!important;text-decoration:none!important;}
.btn-link:focus, .btn-link:hover {
    text-decoration: none;
}
.user_dd.cart_div:before {display:none;}
.user_dd.cart_div .d-flex.align-items-center {padding:5px 10px; background: linear-gradient(to right, #dad0f7, #f7f1ee 40%);}
._cartbtn {cursor: pointer;}
.user_dd.cart_div {
   width: 385px;
    position: fixed;
    right: -390px;
    display: block;
    opacity: 1;
    top: 0;
    height: 100vh;
     z-index: 991;
     padding:0 !important;
    transition: all 0.3s ease-in-out
}
 .user_dd.cart_div a {padding:0 0 10px!important; display: block;}
 .user_dd.cart_div h6 {color: #f33f9c;font-weight: bold;
    font-size: 15px;}
    .scroll_cart {
    height: calc(100vh - 140px);
    overflow: auto;
}
.user_dd.cart_div.pullcart {right:0;}
.user_dd.cart_div .collapse p {padding-bottom:5px; max-width:90%;}
body.pullbody {overflow:hidden;}
body.pullbody:before {
    content: "";
    background: rgba(0, 0, 0, 0.72);
    position: fixed;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 0px;
}

.user_dd.cart_div a img {min-width: 70px;}
.user_dd.cart_div span.remove_item img {width: 17px; cursor: pointer;}
.user_dd.cart_div h5 {
   text-align: center; color: #000; font-size: 26px;
}.user_dd.cart_div > p {
	text-align: center; color: #000; font-size: 14px;
 }

.user_ddm {
	position: relative;
	margin-left: 10px;
}

.user_dd {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background: #fff;
	box-shadow: 1px 4px 17px 5px rgb(0 0 0 / 10%);
	min-width: 285px;
	border: 0;
	border-radius: 0;
	z-index: 991;
	padding: 20px;
}

.user_dd a {
	padding: 5px 5px;
	margin-top:10px;
}

.user_ddm:hover .user_dd {
	display: block;
}

.user_dd:before,
.hdrpdown:before {
	content: "";
	width: 0;
	height: 0;
	height: 7px;
	width: 7px;
	border-style: solid;
	border-color: #ddd;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	-webkit-transition: border-width 150ms ease-in-out;
	transition: border-width 150ms ease-in-out;
	position: absolute;
	top: -5px;
	right: 12px;
	background-color: #ffff;
}



nav {
	margin: 0;
	padding: 0 1rem !important;
	width: 100%;
	z-index: 99;

}


nav ul {
	padding: 0 !important
}

nav ul li.nav-item {
	position: relative;
	margin-left: 35px;
}

nav ul li.nav-item:first-child {
	position: relative;
	margin-left: 0px;
}

nav ul>li.nav-item>a {
	margin: 0px;
	padding: 15px 0px !important;
	font-size: 14px;
	color: #474747;
	font-weight: 600;
	position: relative;
}
nav ul>li.nav-item>a:before {

	position: absolute;
	content: '';
	bottom: 0;
	left: -1px;
	z-index: 2;
	width: 100%;
	opacity: 0;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	border-bottom: 2px solid #4951a2;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

nav ul>li.nav-item:hover a.nav-link {
	color: #e481b4;
}

nav ul li.nav-item:hover a.nav-link:before {
	opacity: 1;

	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.main-hero {
	width: 100%;
	position: relative;
}

.ab_section {
	padding: 50px 0;
}
.ab_section .row {    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;}

.ab_section img {
	width: 100%;
}

.ab_section a {
	position: relative;
	display: block;
	overflow: hidden;
}

.ab_section a,
.ab_section a * {
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s
}

.ab_section a span {
	position: absolute;
	bottom: 30px;
	left: 20px;
	color: #000000;
	font-family: 'Cormorant Garamond', serif;
	font-size: 18px;
	font-weight: 700;
}

.ab_section a figure {
	overflow: hidden;
}

.ab_section a:hover img {
	transform: scale(1.1);
}


.ab_left,
.ab_right {
	-ms-flex: 0 0 30.5%;
	flex: 0 0 30.5%;
	max-width: 30.5%;
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	width: 100%;
}

.ab_center {
	-ms-flex: 0 0 38.3%;
	flex: 0 0 38.3%;
	max-width: 38.3%;
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	width: 100%;
}
.ab_center .row .col-sm-12.col-xs-4 {margin-bottom:3px;}
.ab_center .row .col-sm-12,
.ab_center .row .col-sm-6 {
	padding-right: 5px !important;
	padding-left: 5px !important;
}
.cate_slider {
    width: 100%;
    overflow: auto;
}.cate_slider ul {
    margin: 0;
    padding: 0;
    display: flex;
    overflow: auto;
    text-align: center;
}
.cate_slider ul li a {
    padding: 5px 8px 10px;
    display: block; color:#333;
}
.cate_slider ul li a img {
    width: 80px;
    border: 1px solid #eaeaea;
border-radius: 100%;
} 

.title {
	margin: 0 0 50px;
	padding: 0;
	position: relative;
}
.custom .title {
	margin: 0 0 20px!important;
	padding: 0;
	position: relative;
}

.title h2, .about_section h2,.h2 {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 26px!important;
	font-weight: 400;
	font-style: italic;
	text-transform: capitalize
}
.dp_body h3 , .cr_card h3, .h3{font-family: 'Playfair Display', serif;font-size: 18px !important;font-weight: 400 !important;}

.title h1 {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 26px;
	font-weight: 400;
	font-style: italic;
	text-transform: capitalize
}

.title p {
	margin: 0;
	padding: 0;
	color: #888888 !important;
	font-size: 16px
}

.title:before {
	margin: 0 auto;
	content: "";
	background: linear-gradient(to left, #965def, #f576af);;
	width: 70%;
	max-width: 200px;
	height: 1px;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0
}

.about_section {
	padding: 50px 0;
	background-color: #f7f1ee;
	text-align: justify;
}

.dopd_section {
	padding: 50px 0;
}

.pro_card {
	display: block;
	text-align: center;
}

.pro_card,
.pro_card * {
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s
}

.pro_card figure {
	margin: 0;
	min-height: 200px;
	overflow: hidden;
	background-color: #f8f8f8;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.pro_card figure a:first-child:after{
background: rgba(0,0,0,.04);
    content: '';
    z-index: 100;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.pro_card figure a+a {
	position: absolute;
	right: 15px;
	top: 15px;
	color: #999999;
	font-size: 20px;
	cursor: pointer;
    z-index: 999;
}

.pro_card .wishlist_icon {top: 15px;
    position: absolute;
    right: 15px;
    z-index: 9;
    font-size: 25px;
    color: #444;}

.pro_card figure {
margin: 0;
min-height: 200px;
overflow: hidden;
background-color: #f8f8f8;
display: flex;
align-items: center;
justify-content: center;
position: relative;
padding: 0;
z-index: 9;
}
.pro_card figure a:first-child:after {
background: rgb(36 35 35 / 4%);
content: '';
z-index: 100;
bottom: 0;
display: block;
left: 0;
position: absolute;
right: 0;
top: 0;
}

.pro_body {
	padding: 15px;
}

.pro_body .pro_name {
	color: #4b4b4b;
	font-size: 15px;
	font-weight: 600;
}

.pro_pricediv {
	color: #a3a3a3;
}

.pro_pricediv .pro_price {
	color: #f33f9c;
	padding: 0 10px;
}

.pro_pricediv .pro_mrp {
	text-decoration: line-through;
}

.pro_ys {
	display: block;
}

.pro_card:hover figure img {
	transform: scale(1.05);
}


.tab_section {
	padding: 50px 0;
	background-color: #f7f1ee;
}

.tab_section .nav-tabs {
    display: flex;
	margin-bottom: 30px;
	justify-content: center;
	border: none;

}

.tab_section .nav-tabs a {
	margin: 0 5px;
	padding: 10px 10px;
	color: #000;
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 5px;
	white-space: nowrap;
}

.tab_section .nav-tabs li.active a {
	background-color: #ff3a3a;
	border: 1px solid #ff3a3a;
	color: #fff;
}

.tab_section .pro_card figure {
	background-color: #fff;
}

.fc_section {
	padding: 50px 0;
}

.fc_section h3 {
	color: #000;
	margin-bottom: 5px;
	font-weight: 600;
	font-size:17px;
}

.fc_card,
.fc_card * {
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s
}


.fc_card figure {
	overflow: hidden;
}

.fc_card figure img {width: 100%;}

.fc_card:hover img {
	transform: scale(1.05);
}


.bs_section {
	padding: 50px 0;
	background-image: url(/img/bg-img.jpg);
	background-repeat: repeat;
}

.bs_section .owl-nav {
	text-align: center;
	display: flex;
	justify-content: space-between;
	max-width: 82px;
	font-size: 28px;
	margin: 30px auto 0;
}

.bs_card {
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
}

.bs_card span {
	position: absolute;
	bottom: 0;
	font-size: 28px;
	color: #000;
	left: 0;
	right: 0;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
}

.dp_section {
	padding: 50px 0;
}

.dp_card figure{ margin-bottom: 0;}
.dp_body {background-color: #ffffff; padding: 0px 20px;}
.dp_body h3,.h3 {color: #000; font-size: 18px; font-weight: 800;}
.dp_body p { margin-bottom: 0; color: #676767; font-size: 14px;}
.bj_section {
	padding: 50px 0;
}

.bj_card figure{ margin-bottom: 0;}
.bj_body {background-color: #ffffff; padding: 0px 20px;}
.bj_body h3 {color: #000; font-size: 18px; font-weight: 800;}
.bj_body p { margin-bottom: 0; color: #676767; font-size: 14px;}


.da_section {
	padding: 50px 0;
	background-color: #f7f1ee;
}

.da_section figure {
	display: flex;
	align-items: center;
	justify-content: center;
}

.da_section span {
	color: #000;
	font-size: 12px;
	font-weight: 600;
}

.op_section,
.dn_section {
	padding: 50px 0;
}

.dn_section img {
	width: 100%;
}
.rw_section {
	padding: 50px 0;
}
.rw_section img {
	width: 100%;
}
.vid-container {
    overflow: hidden;
    position: relative;
    width:100%;
    height: 555px;
}

.vid-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.vid-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vid-bscl {
    overflow: hidden;
    position: relative;
    width:100%;
    height: 425px;
}

.vid-bscl::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}
.vid-bscl iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (width: 280px) {
  .vid-container {
    height:271px!important ;
  }
}
@media only screen and (width: 360px) {
  .vid-container {
    height:351px!important ;
  }
  .vid-bscl {height:125px!important ;}
}
@media only screen and (width: 375px) {
  .vid-container {
    height:366px!important ;
  }
}
@media only screen and (width: 384px) {
  .vid-container {
    height:375px!important ;
  }
}
@media only screen and (width: 390px) {
  .vid-container {
    height:381px!important ;
  }
}
@media only screen and (width: 393px) {
  .vid-container {
    height:384px!important ;
  }
}
@media only screen and (width: 412px) {
  .vid-container {
    height:403px!important ;
  }
}
@media only screen and (width: 414px) {
  .vid-container {
    height:404px!important ;
  }
}
@media only screen and (width: 428px) {
  .vid-container {
    height:419px!important ;
  }
}
@media only screen and (width: 540px) {
  .vid-container {
    height:531px!important ;
  }
}
@media only screen and (width: 768px) {
  .vid-container {
    height:759px!important ;
  }
}
@media only screen and (width: 800px) {
  .vid-container {
    height:773px!important ;
  }
}
@media only screen and (width: 810px) {
  .vid-container {
    height:801px!important ;
  }
}
@media only screen and (width: 820px) {
  .vid-container {
    height:811px!important ;
  }
}
@media only screen and (width: 912px) {
  .vid-container {
    height:903px!important ;
  }
}
@media only screen and (width: 1024px) {
  .vid-container {
    height:455px!important ;
  }
}
@media only screen and (width: 1200px) {
  .vid-container {
    height:512px!important ;
  }
}
@media only screen and (width: 1280px) {
  .vid-container {
    height:555px!important ;
  }
}
@media only screen and (width: 1440px) {
  .vid-container {
    height:555px!important ;
  }
}
@media only screen and (width: 1600px) {
  .vid-container {
    height:555px!important ;
  }
}
@media only screen and (width: 1680px) {
  .vid-container {
    height:555px!important ;
  }
}
@media only screen and (width: 1920px) {
  .vid-container {
    height:555px!important ;
  }
}
.wcs_section {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	min-height: 500px;
	display: flex;
	align-items: flex-end;
}

.wcs_section a {
	background-color: #444;
	color: #fff;
	padding: 10px 50px;
	margin: 0 0 80px 17%;
}

.cr_section {
    background-image: url(/img/bg-img.jpg);
	background-repeat: repeat;
	padding: 50px 0;
}
.crp_section {
	padding: 50px 0;
}
.crp_section .cr_card{min-height:290px;margin-bottom:10px;border:1px solid #ddd;}
.cr_card {
	background-color: rgb(255 255 255 / 38%);
	padding: 25px;
}
.crp_section .cr_card .table{margin-bottom:0px;}
.cr_info {
	align-items: center;
}

.cr_info img {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	display:inline!important;
}

.cr_info h4 {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 700;
	color: #000;
}

.cr_card .d-flex {
	align-items: center;
	justify-content: space-between;
}
.cr_card h3{font-weight: 800;
    color: #444343;}

.cr_card .d-flex p span {
	display: block;
}

.cr_card p span i {
	color: #ffd203;
	font-weight: 800;
    padding:2px;
    font-size:16px;
}

.cr_body .cr_desc {
	background-image: url('/img/quots.svg');
	background-repeat: no-repeat;
	background-position: top left;
}

.cr_body img {
	width: 100%;
}

.do_section {
	background-color: #f7f1ee; padding-bottom:35px;
}

.do_section .more-evnt a, .do_section .more-evnt a:hover {
    text-align: center;
    padding: 10px 25px;
    margin: 20px 0 0px;
    display: inline-block;
    border:1px solid;
    border-image-source: linear-gradient(to left, #965def, #f576af);
    border-image-slice: 1;
    color: #f576af;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: .06em;
    text-decoration: none;
}
.cr_section .more-revw a, .cr_section .more-revw a:hover {
    text-align: center;
    padding: 10px 25px;
    margin: 20px 0 0px;
    display: inline-block;
    border:1px solid;
    border-image-source: linear-gradient(to left, #965def, #f576af);
    border-image-slice: 1;
    color: #f576af;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: .06em;
    text-decoration: none;
}
.do_section figure {
	margin: 0;
}

.do_section .dsc {
	padding: 15px 5%;
	text-align: justify;
}

.social_section {
	padding: 50px 0;
}

.social_section .d-flex img {
	width: 30px;
	margin-right: 10px;
}

.news_section {
	padding: 30px 0;
	display:none;
}
.custom-pr-images.news_section{
    	padding: 30px 0;
	display:block;
}
.custom-pr-images.news_section .news_body{
    display:none;
}
.news_section .more-news a, .news_section .more-news a:hover {
    text-align: center;
    padding: 10px 25px;
    margin: 20px 0 0px;
    display: inline-block;
    border:1px solid;
    border-image-source: linear-gradient(to left, #965def, #f576af);
    border-image-slice: 1;
    color: #f576af;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: .06em;
    text-decoration: none;
}

.news_card {
	display: block;
	padding: 10px;
	border: 1px solid rgb(235, 235, 235);
    min-height: 272px;

}

.news_card figure {
	display: flex;
	justify-content: center;
}

.news_body {
	padding: 10px;
}

.news_body p {
	text-align: left;
	color: #474747;
}

.news_body img {
	margin-right: 10px;
}

.news_body span {
	margin-top: 10px;
	display: inline-block;
	background-color: #444;
	color: #fff;
	padding: 7px 18px;
	border-radius: 2px;
}

.blog_section {
	padding: 0px 0;
}
.blog_section .more-blg a, .cr_section .more-blg a:hover {
    text-align: center;
    padding: 10px 25px;
    margin: 20px 0 0px;
    display: inline-block;
    border:1px solid;
    border-image-source: linear-gradient(to left, #965def, #f576af);
    border-image-slice: 1;
    color: #f576af;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: .06em;
    text-decoration: none;
}

.blog_card {
	position: relative;
}


.blog_card,
.blog_card * {
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s
}

.blog_card figure {
	position: relative;
	overflow: hidden;
}

.blog_card .blogdate {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	background-color: #fff;
	border-radius: 100%;
	width: 55px;
	height: 55px;
	z-index: 99;
	top: 10px;
	text-align: center;
	left: 10px;
}

.blog_card .blogdate a {
	color: #000;
}

.blog_card .blogdate span {
	display: block;
	border-bottom: 1px solid #ddd;
}

.blog_card .blog_cate {
	font-weight: 600;
	font-size: 13px;
	color: #828181;
}

.blog_card h3 a {
	color: #000;
    font-size: 18px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}

.blog_card .btn {
	text-align: center;
    padding: 6px 8px;
    margin: 10px 0 0px;
    display: inline-block;
    border: 1px solid #474747;
    color: #474747;
    background-color: #fff;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: .06em;
    text-decoration: none;
}

.blog_card:hover h3 a {
	color: #c11616;
}

footer {
	margin: 0;
	padding: 20px 0 0;
	width: 100%;
	background: linear-gradient(to right, #dad0f7, #f7f1ee 40%);
}

footer h4 {
	margin: 20px 0 15px;
	padding: 0;
	color: #616161;
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;;
	font-weight: 600;
	text-transform: uppercase;
}

footer p {
	margin-bottom: 5px;
	font-size: 14px
}

footer p span {
	color: #e84a1e
}

footer p,
footer p a {
	color: #aaa
}

footer ul {
	margin: -3px;
	padding: 0;
	width: 100%
}

footer ul li {
	margin: 0;
	padding: 0;

	color: #616161;
	font-size: 14px
}

footer ul li span {
	color: #616161;
}



footer ul li a {
	margin: 0;
	padding: 5px 0;
	display: inline-block;
	color: #616161;
	font-size: 14px
}


.social-link {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.social-link li {
	padding-right: 20px
}

.social-link a:hover,
.social-link a:hover span {
	color: #e096b7;
}


.social-link a {
	width: 35px;
	height: 35px;
	border-radius: 100%;
	border: 1px solid #e096b7;
	color:#e096b7;
	display: flex;
	align-items: center;
	justify-content: center;
}


footer ul li a:hover {
	color: #333
}

.nav-footer-item ul {
list-style: none;
  padding-left: 3px;
}



h4 {
  font-size: 30px;
}
.nav-footer-item {
  padding: 5px !important;
}

@media (max-width : 768px) {
.ticker {display:none !important;}    
.open h4 {
  opacity: 0.3;
}

.nav-footer .nav h4 { 
  cursor: pointer; 
  }
.nav-footer ul { 
  max-height: 0; 
  overflow:hidden; 
  transition: max-height 1s ease-out; }

  .nav-footer .nav h4:after { 
    font-family: 'FontAwesome';
    font-weight: 400;
    content: "\2b";
    float: right; 
  }
.nav-footer .nav.open h4:after { 
  font-family: 'FontAwesome';
  font-weight: 400;
  content: "\f068"
  }

  .nav-footer .nav.open ul { 
  height:auto; 
  max-height: 500px; 
  transition: max-height 1s ease-in !important; }
}

.fbottm {
	margin: 30px 0 0; 
	padding: 15px 0 10px;
	width: 100%; border-top:1px solid #e096b7;

}
.pmtico{text-align:right;}
.pmtico ul li{display:inline-block;font-size:24px;margin:0px 0px 0px 5px; color: #e096b7;}
.powlink ul li{list-style: none;display: inline-block;padding-left: 3px;padding-right: 10px;position: relative;}
.powlink ul li:after {content: "|";position: absolute; right: 0;top: 4px;}
.powlink ul li a {color: #e096b7!important;font-size:12px!important;}
.powlink ul li a:hover {color:#e096b7!important;}
.powlink li:last-child:after{content:none}
.cross{
padding: 0px 5px;
    color: #000000;
    cursor: pointer;
    z-index: 9;
    position: relative;
    border: 1px solid #6a6a6a;
    opacity: .7;
    margin-right: 5px;
    margin-top: 5px;
}
.fbottm p,
.fbottm p a {
	margin: 0;
	padding: 0;
	color: #e096b7;
	font-size: 12px;
	font-weight: 300
}

.fbottm p i,
.fbottm p a:hover {
	color: #333
}

.no_bdr:before {
	display: none;
}
#newsletters{top: 85px;}


.mega-dropdown .dropdown-menu>li h4 a {
	margin-top: 10px;
	display: block;
	color: #000;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.mega-dropdown .dropdown-menu>li ul {
	margin-bottom: 20px;
}
.mega-dropdown .dropdown-menu>li .col-lg-3 ul {
    margin-bottom: 0 !important;
}


.mega-dropdown .dropdown-menu>li ul li a {
	padding: 4px 0;
	color: #676767;
	font-size: 14px;
	display: block;
}

.mega-dropdown .dropdown-menu>li ul li a:hover {
	color: #000;
}

.rotatescreen {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #01092e;
	z-index: 99999;
	pointer-events: none;
	display: none;
	pointer-events: auto;
	align-items: center;
	color: #fff;
	justify-content: center;
}

.rotatescreen h5 {
	margin-top: 30px !important;
}

.rotatescreen div {
	padding: 20px 0;
	max-width: 300px;
	text-align: center;
}

.rotatescreen.pull {
	display: flex;
}

.owl-dots {
	text-align: center;
}

.owl-dots .owl-dot {
	margin: 0 3px;
	width: 20px;
	height: 4px;
	background: #676767;
	display: inline-block;
}

.owl-dots .owl-dot.active {
	background: linear-gradient(to left, #965def, #f576af);
}


.modal-lg {
	max-width: 800px;
}
.modal-xs {
	max-width: 370px;
}

.modal-content {
	border-radius: 15px;
	background: rgb(250, 243, 243);
}

.newmodal {
	border-radius: 0
}

.newmodal .form {
	padding: 0px 30px 30px;
	position: relative;
	z-index: 1
}

.newmodal .form h2 {
	margin: 0 0 5px;
	padding: 0;
	color: #000;
	font-size: 25px
}

.newmodal .form h2 span {
	color: #c11616
}

.newmodal .form p {
	margin-bottom: 15px;
	color: #212121
}

.newmodal .form .form-group {
	position: relative;
	margin-bottom: 25px
}

.newmodal .form .form-group label {
	margin: 0;
	font-size: 15px;
	color: #000;
	font-weight: 600
}

.newmodal .form .form-control {
	padding: 0 0 5px;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #ddd;
	box-shadow: none
}

.newmodal .underline {
	border-bottom: 2px solid #494949;
	bottom: 0;
	box-sizing: border-box;
	left: 0;
	margin: auto;
	opacity: 0;
	position: absolute;
	right: 0;
	transition: opacity 120ms ease-out, width 0ms linear 180ms;
	width: 0;
	z-index: 9
}

.newmodal input:focus+.underline,
.newmodal select:focus+.underline {
	opacity: 1;
	transition: width 180ms ease-out, opacity 120ms ease-in;
	width: 100%
}

.newmodal textarea:focus+.underline {
	opacity: 1;
	transition: width 180ms ease-out, opacity 120ms ease-in;
	width: 100%
}



.newmodal .form .form-control:focus {
	outline: 0
}
p.get_extra_off {
    background: linear-gradient(to left, #e5d4ff, #ffe0ee);
    color: #000;
    padding: 5px 10px;
    border-radius: 2px;
    display: inline-block;
    margin-top: 10px;
}


 .btn-2 {
	background: #c11616;
	border-radius: 2px;
	color: #fff;
	padding: 8px 30px
}

.newmodal h4 {
	position: absolute;
	right: 10px;
	bottom: 0;
	font-size: 98px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 62px;
	letter-spacing: -2.1px;
	color: #273238
}

.newmodal h4 span {
	color: #999
}
 li.mlogin, .search__btn {	display: none;}
 
.review__sec {-moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;}
 .review__card {
    vertical-align: top;
    display: inline-block;
    width: 100%;
}

.cartmodel {
	border-radius: 15px;
}

.cartmodel .form {
	padding: 0px 30px 30px;
	position: relative;
	z-index: 1
}

.cartmodel .form h2 {
	margin: 0 0 5px;
	padding: 0;
	color: #000;
	font-size: 25px
}

.cartmodel .form h2 span {
	color: #c11616
}

.cartmodel .form p {
	margin-bottom: 15px;
	color: #212121
}

.cartmodel .form .form-group {
	position: relative;
	margin-bottom: 25px
}

.cartmodel .form .form-group label {
	margin: 0;
	font-size: 15px;
	color: #000;
	font-weight: 600
}

.cartmodel .form .form-control {
	box-shadow: none;
	border-radius:5px;
}

.cartmodel .underline {
	border-bottom: 2px solid #494949;
	bottom: 0;
	box-sizing: border-box;
	left: 0;
	margin: auto;
	opacity: 0;
	position: absolute;
	right: 0;
	transition: opacity 120ms ease-out, width 0ms linear 180ms;
	width: 0;
	z-index: 9
}


.cartmodel .form .form-control:focus {
	outline: 0
}

.cartmodel h4 {
	position: absolute;
	right: 10px;
	bottom: 0;
	font-size: 98px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 62px;
	letter-spacing: -2.1px;
	color: #273238
}

.cartmodel h4 span {
	color: #999
}
 

@media only screen and (min-width: 992px) {
    .user_ddm.hidden-sm.hidden-xs p ,.user_ddm.hidden-sm.hidden-xs h5 {text-align:left !important;}
    .user_ddm.hidden-sm.hidden-xs .dflex {padding:0; display:flex;}
    .user_ddm.hidden-sm.hidden-xs .dflex li:first-child a {border:1px solid; border-image-source: linear-gradient(to left, #965def, #f576af); border-image-slice: 1; margin-right:10px;
    color: #fff;background: linear-gradient(to left, #965def, #f576af);}
     .user_ddm.hidden-sm.hidden-xs .dflex li:last-child a {border:1px solid; border-image-source: linear-gradient(to left, #965def, #f576af); border-image-slice: 1;color: #f576af;}
	.mob_nav {display: none;}
	header {
  position: sticky;
  width:100%;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  background-color: white;
  transition: box-shadow 200ms cubic-bezier(0.33, 1, 0.68, 1);
  z-index:999;
}

header.active {
  box-shadow: hsla(0 0% 0% / 0.1) 0 0.5rem 1rem;
  transition-duration: 400ms;
}
header.active .navbar-brand img {
		width: 90px;
	}
	header + .navbar-expand-lg{
	    transition:all 0.3s;
	}
	header.active + .navbar-expand-lg{
	    visibility:hidden;
	}
header .navbar-brand{
    width:120px;
}
header .navbar-brand img {
		width: 120px;
	}
	.is-fixed {
		width: 100%;
		z-index: 99;
		background-color: #fff;
		-webkit-box-shadow: 0 0 18px 0 rgba(222, 222, 222, 0.75);
		box-shadow: 0 0 18px 0 rgba(222, 222, 222, 0.75);
		padding: 0;
		transition:all 0.5s;
	}
header .navbar-brand img {
    transition:all 0.5s;
}
	header.is-fixed .navbar-brand img {
		width: 90px;
	}

	@-webkit-keyframes fadeInDown {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(0, -100%, 0);
			transform: translate3d(0, -100%, 0)
		}

		100% {
			opacity: 1;
			-webkit-transform: none;
			transform: none
		}
	}

	@keyframes fadeInDown {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(0, -100%, 0);
			-ms-transform: translate3d(0, -100%, 0);
			transform: translate3d(0, -100%, 0)
		}

		100% {
			opacity: 1;
			-webkit-transform: none;
			-ms-transform: none;
			transform: none
		}
	}

	.fadeInDown {
		-webkit-animation-name: fadeInDown;
		animation-name: fadeInDown
	}

	.dropdown-btn {
		display: none;
	}

	.mega-dropdown {
		position: inherit !important;
		transition: all 0.3s ease-in-out;
	}

	.mega-dropdown .dropdown-menu {
		margin: 0;
		display: block;
		padding: 20px !important;
		visibility: hidden;
		opacity: 0;
		width: 100%;
		border: 0;
		border-radius: 0;
		border-top: 1px solid #ddd;
		transition: all 0.3s ease-in-out;
		box-shadow: 0 -1px #e3e3e3 inset;
	}

	.mega-dropdown .dropdown-menu>li {
		width: 100%;
		margin: 0 auto;
		max-width: 1200px;
	}


	.mega-dropdown:hover .dropdown-menu {
		visibility: visible;
		opacity: 1;
	}
}

@media only screen and (max-width: 991px) {
	.container {
		max-width: 1600px;
		width: 100%;
		padding-right: 5px;
    padding-left: 5px;
	}
.product-layout.product-grid.col-lg-4.col-md-4.col-sm-6.col-xs-6.col-sm-6 {
    border: 1px solid #ddd; padding:0 !important;
}
.probox {margin-bottom:0 !important;}
.probox:hover {
    box-shadow: none !important;
}
	.mob_nav .navbar-brand img {
		width: 100px;
	}

	.navbar-toggler,
	.mob_nav {
		display: block;
	}

	.navbar-expand-lg {
		padding: 0 !important;
		position: fixed;
		left: -102%;
		top: 90px;
		background: #fff;
		width: 80%;
		transition: all 0.3s ease-in-out;
		overflow-y: auto;
		height: 100%;
	}

	.navbar-expand-lg.pullnav {
		left: 0;
	}

	.navbar-expand-lg .navbar-nav {
		display: block;
		margin: 0 !important;
		width: 100%;
		max-width: 100%;
		height: 100%; float: inherit;
	}

	.navbar-expand-lg .col-lg-9 .col-lg-3 {
		border-top: 1px solid #ddd;
	}

	.navbar-expand-lg .navbar-nav li.nav-item {
		margin: 0 !important;
		border-bottom: 1px solid #ddd;
        float: inherit;
	}
.mega-dropdown .dropdown-menu[style="display: block;"]+.dropdown-btn i.fa { transform: rotate(90deg);}
	.navbar-expand-lg .navbar-nav li.nav-item a.nav-link {
		padding: 15px 20px !important;
        display: block; float: inherit;
	}

	.mega-dropdown .dropdown-menu {
		border: 0;position: relative;
        float: inherit;
        box-shadow: none;
	}

	.mega-dropdown .dropdown-menu>li h4 a {
		padding: 0 20px;
		font-size: 18px;
	}

	.mega-dropdown .dropdown-menu>li ul {
		padding: 0px 25px !important;
		margin-bottom: 10px;
	}

	.dropdown-btn {
		position: absolute;
		right: 0px;
		cursor: pointer;
		top: 0;

		display: flex;

		padding: 18px;
		border-left: 1px solid #ddd;
	}

	.mob_hide {
		display: none;
	}

	body.pull2 {
		overflow: hidden;
		position: relative;
	}

	body.pull2:before {
		content: "";
		background: rgba(0, 0, 0, 0.72);
		position: absolute;
		z-index: 99;
		height: 100%;
		width: 100%;
		top:90px;
	}
  
}

@media only screen and (min-width: 768px) {
	.rotatescreen.pull {
		display: none !important;
	}
	.cate_slider, .pricefixbottom i.fa {display:none;}


}

@media only screen and (max-width: 767px) {
    .pd_button_sec {display: flex;
    width: 50%;
    position: fixed;
    bottom: 0; right:0;
    z-index: 99;
    margin-bottom: 0 !important;}
    .pd_button_sec .col-sm-5.nopadding {display:none;}
    .pd_button_sec .col-sm-5, .pd_button_sec .col-sm-7 {
    width: 100%; padding:0 0px !important;
}
.pricefixbottom.pd_pricediv {
    position: fixed;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #dad0f7, #f7f1ee 40%);
    z-index: 99;
    display: block !important;
    padding: 5px 0px 5px 15px; width:50%;
    text-align: center;
}
.pricefixbottom.pd_pricediv i.fa {margin-left: -10px;padding-right: 10px;position: relative;top: 7px;}
.modal-body .pd_pricediv .old-prices  {font-size:14px;}
.modal-body .pd_pricediv .new-prices {font-size:16px;}
.pricefixbottom.pd_pricediv > span {display:none;}
.pricefixbottom.pd_pricediv strong {font-size: 17px !important;}
.pricefixbottom.pd_pricediv b {margin: 0; font-size: 12px !important; display:block;}
.pd_button_sec * {
    border-radius: 0 !important;
    margin: 0;
}
.g4d-btn-green,.g4d-btn {height: 5.2rem !important;}
.floating-wpp {bottom:80px !important;}
    
	a.navbar-brand img {
		width: 120px;
	}
	.g4-hid{overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;}
    .dj-b2bmo ul {margin:40px 0 !important;}
    
    .dj-b2bmo li { width:100% !important; padding:10px 15px !important;}
    .dj-b2bmo li span {min-width:59px !important;}
    .usersecright {margin-left:auto;}

	body.pull {
		overflow: hidden;
		position: relative;
	}

	.dropdown-btn {
		display: block;
	}

	.title {
		margin-bottom: 30px;
	}

	.title h2 {
		font-size: 25px;
	}

	.title p {
		font-size: 15px;
	}

	.ab_center {
		padding: 0;
	}

	.ab_section figure {
		margin-bottom: 7px;
	}

	.ab_section,
	.about_section,
	.dopd_section,
	.tab_section,
	.fc_section,
	.bs_section,
	.dp_section,
	.da_section,
	.op_section,
	.dn_section,
	.cr_section,
	.news_section,
	.tp_section,
	.blog_section {
		padding: 30px 0;
	}

}

@media only screen and (max-width: 645px) {
    
    
    footer {background:#f7f1ee !important;}
    li.mlogin {
    background: #ddd;
    margin: 0;
    padding: 15px 20px;
    display:block;
}
	.logo_sec {
	padding-bottom: 5px;
    padding-left: 5px;
    box-shadow: 0 .125rem .3rem -.0625rem rgba(0,0,0,.03),0 .275rem .75rem -.0625rem rgba(0,0,0,.06)!important;
    width: 100%;
    margin-bottom: 5px;
	}
.usersecright {padding-top: 12px;}
	a.navbar-brand img {
		width: 65px;
	}
.search__btn {display:block;}
.pmtico ul,.powlink ul {max-height:inherit !important; text-align:center; }
	.search_sec {
		position: absolute;
	 
		z-index: 999;
		left: 0;
		padding: 0 5px;
		display:flex;display:none;   top: 0;
    padding: 0px;
	}
	.live-search {margin-top: 12px!important;}
	 	body.pull3 {
		overflow: hidden;
		position: relative;
	}
	.copy_r{
    text-align: center;
    width: 100%;}
 
 .nav-footer-item {border-bottom: 1px solid #eddad1;}
 	body.pull3:before {
		content: "";
		background: rgba(0, 0, 0, 0.72);
		position: absolute;
		z-index: 99;
		height: 100%;
		width: 100%;
		top:0px;
	} 
.search_sec.show_search { display:block;}
    .search_in {    border-radius: 0px;}
    .probox {min-height:300px!important; padding-bottom:5px!important;}
    .probox figure {    min-height: 175px!important ; position:relative;}
    
.probox figure a:first-child:after {
background: rgb(36 35 35 / 4%);
content: '';
z-index: 100;
bottom: 0;
display: block;
left: 0;
position: absolute;
right: 0;
top: 0;
}
}


@media only screen and (max-width: 575px) {
    .user_dd.cart_div { width: 300px;}
        .pd_pricediv{flex-wrap: wrap;}
        .pd_pricediv span {width:100%;}
        .pd_pricediv strong{margin-left:0 !important;}
    
    .custom_radio input+span {font-size:12px; padding:5px 7px !important;}
	.hleft span {
		display: none;
	}

	.title h2, .title h1,
	.blog_card h3 a {
		font-size: 24px;
	}

	.title p {
		font-size: 13px;
	}

 .ab_left {order: 2;}
	.ab_center {max-width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%; padding:0 5px !important;}
.ab_center .row.no-gutters {margin: 0 -5px !important;}
.ab_center .row.no-gutters>.col,.ab_center .row.no-gutters>[class*=col-] {
    padding-right: 5px  !important;
    padding-left: 5px !important;
}
.ab_center img {min-height: 122px;}
.ab_right,.ab_left {max-width: 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;}
	
	.ab_section a span{left: 11px;font-size: 10px;bottom: 10px;}
	
	.pro_card figure {
	min-height:auto;
}

	.tab_section .nav-tabs {
		margin-bottom: 20px;
		justify-content: flex-start;

		-ms-flex-wrap: inherit;
		flex-wrap: nowrap;
		overflow-x: auto;
		min-height: 54px;
		align-items: center;
	}


}
.no-bdr {
	border: none !important
}

.no-bg {
	background: none !important;
}

.no-padding {
	padding: 0;
}

::-moz-selection {
	text-shadow: none;
	color: #fff;
	background: #03356b;
}

::selection {
	text-shadow: none;
	color: #fff;
	background: #03356b;
}

img::selection {
	color: #fff;
	background: 0 0;
}

img::-moz-selection {
	color: #fff;
	background: 0 0;
}

body {
	webkit-tap-highlight-color: #222;
}

.mbtn {
	display: none !important;
}

.nav-sep {
	margin-left: 5px;
}

.trns {
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}


.nbtn {
	margin: 0;
	padding: 13px 13px;
	display: block;
	background: #c11616;
	color: #fff;
	text-transform: uppercase;
}

.nbtn:hover {
	color: #fff;
}

.hright-section .d-flex {
	margin-bottom: 0;
	padding: 0 0 0 10px;
	width: 100%;
	max-width: 237px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cart-section a,
.wishlist-section a {
	position: relative;
}

.cart-section a>span,
.wishlist-section a>span {
	position: absolute;
	right: -14px;
	top: -18px;
	color: #c11616;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	font-size: 13px;
	text-align: center;
	line-height: 25px;
}

.cart-section:hover a>span,
.wishlist-section:hover a>span {
	background: #c11616;
	color: #fff;
}

.main-slider {
	position: relative;
	overflow: hidden;
}

.main-slider .owl-nav div {
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.main-slider .owl-prev {
	position: absolute;
	top: 40% !important;
	left: -20%;
	background: url(/img/slider-btn.png) no-repeat left;
	background-size: 78px;
	width: 40px;
	height: 84px;
	text-indent: -9999px
}

.main-slider .owl-next {
	position: absolute;
	top: 40% !important;
	right: -20%;
	background: url(/img/slider-btn.png) no-repeat right;
	background-size: 78px;
	width: 40px;
	height: 84px;
	text-indent: -9999px
}

.main-slider:hover .owl-prev {
	left: 3%
}

.main-slider:hover .owl-next {
	right: 3%
}

.g4d-title {
	margin: 0;
	padding: 0 0 30px;
	text-align: center;
}

.g4d-title h2 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: 600;
	color: #111
}

.g4d-title p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	color: #989898
}

.bwl-section {
	margin: 0;
	padding: 40px 0;
}

 

.mt20 {
	margin-top: 20px;
}

.ttc-section {
	margin: 0;
	padding: 40px 0;
	background: #f5f5f5;
}

.gutters5 {
	margin-right: 0px !important;
	margin-left: 0 !important
}

.gutters5>.col,
.gutters5>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px
}

.customer-section {
	margin: 0;
	padding: 40px 0;
}

.customer-box {
	margin: 0 auto;
	padding: 0 0 0 100px;
	max-width: 480px;
	position: relative;
}

.customer-box:before {
	content: "\f10d";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 77px;
	color: #c11616;
	font-size: 18px;
}

.customer-box figure {
	position: absolute;
	left: 0;
	top: 0;
}

.customer-box h4 {
	font-size: 14px;
	color: #767676
}

.customer-box h4 strong {
	color: #545454
}

.customer-box h5 {
	font-size: 12px;
	color: #2e3192;
	font-weight: 500;
}

  
.probox {
	margin: 0 0 30px;
	padding: 0;
	width: 100%;
	min-height: 320px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.probox figure {
	margin: 0 0 15px;
	padding: 0;
	border: 1px solid #ddd;
	overflow: hidden;
	min-height: 180px;
	width: 100%;
	display: flex;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	justify-content: center;
	align-items: center;
}

.probox figure img,
.probox h3,
.probox,
.pro-hoverbox {
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.probox:hover figure img {
	transform: scale(1.07);
}

.probox:hover figure {
	border: 1px solid #fff;
	box-shadow: none;
}

.probox:hover {
	box-shadow: 0 0 7px #ddd;
}

.probox h3 {
	margin: 0 auto;
	padding: 0;
	max-width: 240px;

	color: #000;
	font-size: 14px;
}

.probox h3 a {
	color: #000;
}

.probox:hover h3 {
	margin-top: -30px;
}

.pro-hoverbox {
	margin: 0;
	padding: 10px 0;
	background: #fff;
	position: absolute;
	bottom: -20%;
	left: 0;
	justify-content: center;
	align-items: center;
	display: flex;
	width: 100%;
}

.pro-hoverbox a,
.pro-hoverbox button {
	height: 30px;
	margin: 0 .5px;
	padding: 2px;
	background: #f2f2f2;
	display: inline-block;
	webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	border: 0;
	color: #b5b4b4;
	width: 30px;
}

.pro-hoverbox a:hover {
	-webkit-filter: none;
	filter: none;
}

.probox:hover .pro-hoverbox {
	bottom: 0;
}

.probox p {
	margin: 10px 0 0;
	padding: 0;
	font-size: 18px;
	color: #f33f9c;
}

.bos-section .owl-prev {
	position: absolute;
	top: 40% !important;
	left: 0%;
	display: none;
	background: url(/img/ps-btn.png) no-repeat left;
	background-size: 78px;
	width: 30px;
	height: 41px;
	text-indent: -9999px
}

.bos-section .owl-next {
	position: absolute;
	top: 40% !important;
	right: 0%;
	display: none;
	background: url(/img/ps-btn.png) no-repeat right;
	background-size: 78px;
	width: 30px;
	height: 41px;
	text-indent: -9999px
}

.owl-carousel:hover .owl-next,
.owl-carousel:hover .owl-prev {
	display: block;
}


.cusradio {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 0px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.cusradio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.cusradio span {
	position: absolute;
	top: -15px;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #fff;
	border: 2px solid #3c3c3c;
	border-radius: 50%;
}

.cusradio:hover input~span {
	background-color: #3c3c3c;
}

.cusradio input:checked~span {
	background-color: #fff;
}

.cusradio span:after {
	content: "";
	position: absolute;
	display: none;
}

.cusradio input:checked~span:after {
	display: block;
}

.cusradio span:after {
	top: 3px;
	left: 3px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #3c3c3c;
}


.row.icon6 {
	padding: 10px;
}

.row.icon6 .col-sm-4 {
	padding: 5px 2px;
}

.row.icon6 .col-sm-4 i {
	width: 30px;
	font-size: 23px;
	color: #f34b84;
}

.gold-dia-charge-details {
	margin-bottom: 15px;
	width: 100%;
	overflow: auto;
}

.g4drdtp.required .xscroll {
	width: 100%;
	overflow-y: auto;
	max-width: 867px;
	display: flex !important;
	align-items: center;
	margin: 0 0px;
}

.required .xscroll {}

.required .xscroll .radio {
	margin: 12px 0;
	min-width: 95px;
}

.xscroll .radio label {
	padding-left: 5px;
}

.g4drdtp.required .xscroll .radio {
	min-width: 122px;
	margin: 12px 0;
}

.gold-dia-charge-details::-webkit-scrollbar,
.xscroll::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.gold-dia-charge-details::-webkit-scrollbar-track,
.xscroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.gold-dia-charge-details::-webkit-scrollbar-thumb,
.xscroll::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	border-radius: 30px;
	outline: 1px solid slategrey;
}

.gold-dia-charge-details>.row {}

.gold-dia-charge-details .each-charge {
	border: 1px solid #ddd;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 5px 0;
	position: relative;
}

.gold-dia-charge-details .col-md-3:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f067";
	position: absolute;
	left: -10px;
	top: 17px;
}

.gold-dia-charge-details .col-md-3:first-child:after {
	display: none;
}

.gold-dia-charge-details .each-charge-val {
	font-weight: 600;
}

.gold-dia-charge-details {
	margin-bottom: 15px;
	width: 100%;
	overflow-y: auto;
	max-width: 867px;
	display: flex;
	margin: 0 0px;
}

.gold-dia-charge-details .col-md-3 {
	min-width: 147px;
	padding: 0 10px;
}



@media only screen and (min-width: 768px) {

	/* ----------------------------------
ANIMATION
 ---------------------------------- */
	.rotatescreen.pull {
		display: none !important;
	}

	.animation {
		-webkit-transition: all 1s ease-in-out .2s;
		-moz-transition: all 1s ease-in-out .2s;
		-o-transition: all 1s ease-in-out .2s;
		-ms-transition: all 1s ease-in-out .2s;
		transition: all 1s ease-in-out .2s;
		position: relative;
	}

	.bottom-out {
		top: 200px !important;
	}

	.bottom-out.animated {
		top: 0px !important;
	}

	.fade-in {
		opacity: 0;
		top: -20px;
	}

	.fade-in.animated {
		opacity: 1;
		top: 0px;
	}

	.scale-less {
		opacity: 0;
		-ms-transform: scale(.8);
		-webkit-transform: scale(.8);
		-moz-transform: scale(.8);
		transform: scale(.8);
	}

	.scale-less.animated {
		opacity: 1;
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}

	.left-out {
		left: -100px;
		opacity: 0;
	}

	.left-out.animated {
		left: 0;
		opacity: 1;
	}

	.right-out {
		right: -100px;
		opacity: 0;
	}

	.right-out.animated {
		right: 0px;
		opacity: 1;
	}

	.move-up {
		top: 30px;
		opacity: 0;
	}

	.move-up.animated {
		top: 0;
		opacity: 1;
	}

	.zoom-out {
		opacity: 0;
		-ms-transform: scale(5);
		-webkit-transform: scale(5);
		-moz-transform: scale(5);
		transform: scale(5);
	}

	.zoom-out.animated {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	

	.small-spliter {
		width: 50px;
	}

	.small-spliter.animated {
		width: 20px;
	}

	.rotateIn {
		-ms-transform: rotate(-190deg);
		/* IE 9 */
		-webkit-transform: rotate(-190deg);
		/* Chrome, Safari, Opera */
		transform: rotate(-190deg);
		opacity: 0;
	}

	.rotateIn.animated {
		-ms-transform: rotate(0deg);
		/* IE 9 */
		-webkit-transform: rotate(0deg);
		/* Chrome, Safari, Opera */
		transform: rotate(0deg);
		opacity: 1;
	}

	.rotateIn.animation {
		-webkit-transition: all 1s ease-in-out 1s;
		-moz-transition: all 1s ease-in-out 1s;
		-o-transition: all 1s ease-in-out 1s;
		-ms-transition: all 1s ease-in-out 1s;
		transition: all 1s ease-in-out 1s;
		position: relative;
		animation-delay: 2s;
	}

	.mob_show {
		display: none !important
	}
}



@media only screen and (max-width: 991px) {

	.mob_hide {
		display: none !important
	}

	.brands_sec {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.brands_sec .fa {
		font-size: 20px;
	}

	.mbtn {
		display: block !important;
	}

	
.review__sec {-moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;}

	.row {
		margin-right: -5px;
		margin-left: -5px
	}

	.row>.col,
	.row>[class*=col-] {
		padding-right: 5px;
		padding-left: 5px
	}

	.breadcrumb {
		display: none;
	}

	
}


	#content {
		margin-top: 30px;
	}

	.container-bg {
		background: #fbfbfb;
	}

	.containerfluid {
		background: #f5f5f5;
	}

	.con-mt {
		margin-top: 40px;
	}

	.breadcrumb {
		padding: 2px 15px !important;
		margin-bottom: 0px !important;
		border-radius: 0px !important;
		margin-top: 0px !important;
	}

	.breadcrumb li {
		line-height: 26px;
	}

	.checkbox,
	.radio {
		display: inline-block;
		margin-left: 15px;
	}

	.g4dfrm {
		width: 135px !important;

		margin-left: 15px !important;

		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
		background: transparent url('d-arrow.png') no-repeat right center !important;
		padding-right: 20px;


	}

	.g4drdio {
		border: 1px solid #d8d8d8;
		padding: 5px 15px;
	}

	.g4drdtp {
		margin-top: -52px !important;
		margin-left: 200px !important;
	}

	.g4dprsec {
		padding: 10px 0 10px 0px;
		color: #f34b84;
		border-bottom: 1px solid #efefef;
		margin-bottom: 10px;
		font-size: 14px;
	}
	
	
	@media screen and (max-width: 425px) {
    body .zoomContainer {
        display: none!important;
    }
    .thumbnails .thumbnail{position:relative;}
    .thumbnails .thumbnail:before{content:'';position:absolute;top:0;bottom:0;left:0;right:0;z-index:10;}

}


	.panel-default>.panel-heading {
		color: #fff;
		background-color: #6a78c3;
		border-color: #ddd;
	}

	.panel-default>.panel-heading a {
		color: #fff !important;
	}

	.panel-default>.panel-heading a:hover {
		color: #fff !important;
	}

	.section-descr {
		font-family: sans-serif;
		background: #fbfbfb;
	}

	.more-less {
		float: right;
		color: #424040;
		padding-right: 20px;
	}

	.section-descr table tr:first-child td {
		border-top: none;
		width: 50%;
	}

	.section-descr table tr:last-child td {
		border-bottom: 1px solid #f5f5f5;
	}

	#review p {
		padding-left: 0px;
		padding-right: 0px;
	}

	.g4dp p {
		padding-left: 7px;
	}
	
.form-rating .control-label{margin-right:25px;float:left}
.form-rating .form-rating-container{float:left}
.form-rating .form-rating-container label,.form-rating .form-rating-container:hover label{float:right;margin-bottom:0;padding:3px 5px 0 0;cursor:pointer}.form-rating .form-rating-container label i,.form-rating .form-rating-container:hover label i{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;font-size:25px}.form-rating .form-rating-container label i.fa-star-o,.form-rating .form-rating-container:hover label i.fa-star-o{color:#d9d9d9;}.form-rating .form-rating-container label i.fa-star,.form-rating .form-rating-container:hover label i.fa-star{color:#e6e6e6;}.form-rating .form-rating-container input{display:none}.form-rating .form-rating-container:hover label i.fa-star-o{color:#858585}.form-rating .form-rating-container:hover label i.fa-star{color:#e6e6e6}.form-rating .form-rating-container:hover label:hover i.fa-star-o,.form-rating .form-rating-container:hover label:hover~label i.fa-star-o{color:#feb645}.form-rating .form-rating-container:hover label:hover i.fa-star,.form-rating .form-rating-container:hover label:hover~label i.fa-star{color:gold}.form-rating input:checked~label i.fa-star-o{color:#fea212}.form-rating input:checked~label i.fa-star{color:#f0ca00}



	.contact-form {
		padding: 10px 25px;
		background: #f7f1ee;
	}

	.contact-form h3 {
		font-size: 16px;
		line-height: 20px;
		padding: 6px 0 11px;
		color: #272727;
		font-family: sans-serif;
		font-weight: 600;
		border-bottom: 1px solid #ebecef;
	}

	.contact-form .call-us {
		text-transform: uppercase;
		letter-spacing: 2px;
		color: #272727;
		padding: 4px 0 15px 0;
		font-family: sans-serif;
		font-size: 11px;
		line-height: 17px;
		font-weight: 600;
	}

	.section-descr h3 {
		font-size: 16px;
		line-height: 20px;
		padding: 6px 0px 5px;
		color: #272b65;
		font-family: sans-serif;
		font-weight: 600;
		text-transform: uppercase;
	}

	.section-descr h4 {
	margin-bottom: 0 !important;
    text-transform: uppercase;
    font-size: 16px;
    background: linear-gradient(to right, #dad0f7, #f7f1ee 40%);
    padding: 15px 0 15px 15px;
    border-radius: 8px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
	}

	.section-descr h4>a,
	.section-descr h4>a:hover {
		color: #363636;
	}

	.panel-group .panel {
		border-radius: 0px !important;
	}

	.panel-default>.panel-heading+.panel-collapse>.panel-body {
		font-size: 14px;
	}

	.panel-body {
		padding:0px!important;
	}

	.g4d-ml-min {
		margin-left: -15px
	}

	.g4d-btn {
		padding: 12px 14px 12px 14px;
		text-decoration: none;
		text-transform: uppercase;
		line-height: initial;
		letter-spacing: 3px;
		display: inline-block;
		white-space: nowrap;
		transition: ease-in-out .15s all;
		margin-right: 5px;
		cursor: pointer;
		text-align: center;
		background: transparent;
    border: none;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 600;
    height: 4.2rem;
    border-radius: 1.2rem;
    background: linear-gradient(to right,#de57e5,#8863fb);
	}

	.g4d-btn a {
		color: #fff;
	}

	.g4d-btn:hover {
		color: white;
		background-color: #a95acf;
		border-color: #a95acf;
		text-decoration: none;
		transition: ease-in-out .15s all;
	}

	.g4d-btn-green {
		padding: 12px 14px 12px 14px;
		text-decoration: none;
		text-transform: uppercase;
		line-height: initial;
		font-size: 14px;
		border: 1px solid transparent;
		letter-spacing: 3px;
		display: inline-block;
		white-space: nowrap;
		transition: ease-in-out .15s all;
		margin-right: 5px;
		cursor: pointer;
		text-align: center;
		border: none;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 600;
    height: 4.2rem;
    border-radius: 1.2rem;
    background: linear-gradient(to right,#de57e5,#8863fb);
	}

	

	.g4d-call-now {
		color: #333;
		font-family: sans-serif;
		font-size: 14px;
		line-height: 20px;
		font-weight: 300;
		letter-spacing: .1em;
		margin-top: 10px;
		margin-bottom: 7px;
		text-align: center;
		text-transform: uppercase;
	}

	.g4d-prms {
		clear: both;
		color: #333;
		border-top: 1px solid #e1e1e1;
		border-bottom: 1px solid #e1e1e1;
		text-align: center;
		padding: 4px 0;
		font-family: sans-serif;
		text-transform: uppercase;
		font-weight: 500;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.g4d-prms ul {
		margin: 0;
		padding: 0;
		list-style: none;
		display: table;
		width: 100%;
	}

	.g4d-prms ul li {
		display: table-cell;
		width: 33%;
	}

	.g4d-prms ul li>span {
		color: #333;
		font-size: 9px;
		line-height: 17px;
		padding: 6px 0;
		text-decoration: none;
		cursor: pointer;
	}

	.g4d-prms ul li>span span {
		display: inline-block;
		vertical-align: middle;
		line-height: initial;
		letter-spacing: .1em;
		margin-top: -5px;
	}

	.g4d-certif {
		background-color: #9bc49e;
		border: 1px solid #949393;
		margin-top: 15px;
	}

	.g4d-certif div.title {
		display: block;
		text-align: center;
		text-transform: uppercase;
		color: #272b65;
		font-weight: bold;
		padding: 16px 0 21px 0;
		font-size: 15px;
		line-height: 21px;
	}

	.g4d-certif .content {
		color: white;
		text-align: center;
		padding-bottom: 12px;
	}

	.nopadding {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.g4d-drpdwn {
		min-width: 80px !important;
		position: absolute !important;
		border-radius: 0px !important;
	}

  

	.contact-form .form-control {
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		border-radius: 0px !important;
		background-color: transparent !important;
		border-top: 0px !important;
		border-left: 0px !important;
		border-right: 0px !important;
		color: #ebecef !important;
		font-family: sans-serif;
		font-size: 14px !important;
	}

	.contact-form .form-control:focus {
		border-color: #e8e8e8;
	}

	.contact-form ::placeholder {
		color: #939393 !important;
	}

	.contact-form ::-webkit-input-placeholder {
		color: #939393 !important;
	}

	.contact-form ::-moz-placeholder {
		color: #939393 !important;
	}

	.contact-form :-ms-input-placeholder {
		color: #939393 !important;
	}

	.contact-form :-moz-placeholder {
		color: #939393 !important;
	}

	.contact-form ::-ms-input-placeholder {
		color: #939393 !important;
	}

	.cart-btn {
		padding: 12px 8px 14px 12px;
		text-decoration: none;
		text-transform: uppercase;
		color: white;
		background-color: #c11616;
		line-height: initial;
		font-size: 14px;
		letter-spacing: 1px;
		display: inline-block;
		white-space: nowrap;
		transition: ease-in-out .15s all;
		cursor: pointer;
		text-align: center;
	}

	.form-control {
		border-radius: 0px !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}

	.similar h2 {
		color: #000000;
		border: 0;
		font-weight: 600;
		letter-spacing: .1em;
		padding-bottom: 13px;
		padding-top: 20px;
		font-size: 18px;
	}

	#content h1 {
		font-size: 28px !important;
		color: #484848;
		letter-spacing: 0.2px;
		text-transform: capitalize;
		font-family: "Playfair Display";
	}

	#content h2 {
		font-size: 24px !important;
		color: #484848;
		letter-spacing: 0.2px;
		text-transform: capitalize;
		font-family: "Playfair Display";
	}

	#content h4 {
		font-size: 16px !important;
		color: #484848;
		letter-spacing: 0.2px;
		text-transform: capitalize;
		font-family: "Playfair Display";
	}

	#content h4 span {
		font-size: 12px;
		font-weight: bold;
		color: #ccaa70;
	}
	.prolist {
		font-size: 16px !important;
		color: #484848;
		letter-spacing: 0.2px;
		text-transform: uppercase;
		font-family: "Playfair Display";
	}

	.prolist span {
		font-size: 12px!important;
		font-weight: bold;
		color: #dd67aa;
	}

 
	.g4d-lab {
		font-size: 15px;
		font-weight: 600;
	}

	.clbck {
		color: #f34b84;
		font-weight: bold;
	}

	.g4d-btn-clbck {
		padding: 12px 14px 12px 14px;
		text-decoration: none;
		text-transform: uppercase;
		color: white;
		background-color: #6a78c3;
		line-height: initial;
		font-size: 14px;
		border: 1px solid transparent;
		letter-spacing: 3px;
		display: inline-block;
		white-space: nowrap;
		transition: ease-in-out .15s all;
		margin-right: 5px;
		cursor: pointer;
		text-align: center;
		width: 100%;
	}

	.g4d-btn-clbck:hover {
		color: white;
		background-color: #3f51b5;
		border-color: #3f51b5;
		text-decoration: none;
		transition: ease-in-out .15s all;
	}

	.g4d-pl {
		padding-left: 5px;
	}

	.g4d-pr {
		padding-right: 5px;
	}

	.g4d-brd {
		border-left: 2px solid #d8d8d8;
	}

	@media (max-width: 575px) {
	  
		.main-slider .owl-prev,
		.main-slider .owl-next {
			background-size: 50px;
			width: 24px;
			top: 5px !important;
		}

	  
.review__sec {-moz-column-count: 2;
    -webkit-column-count:2;
    column-count: 2;}
	}



	/*  g4d tab */
	div.g4d-tab-container {
		z-index: 10;
		background-color: #ffffff;
		padding: 0 !important;
		margin-top: 20px;
	}

	div.g4d-tab-menu {
	    margin-bottom:20px;
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 0;
		background: #f1f1f1; 
	}

	div.g4d-tab-menu div.list-group {
		margin-bottom: 0;
	}

	div.g4d-tab-menu div.list-group-item {
		background: #f1f1f1;
	}

	div.g4d-tab-menu div.list-group>a {
		background: #f1f1f1;
		border: 0.5px dotted #ddd;
		border-right: none;
	}

	div.g4d-tab-menu div.list-group>a .glyphicon,
	div.g4d-tab-menu div.list-group>a .fa {
		color: #5A55A3;
	}

	div.g4d-tab-menu div.list-group>a:first-child {
		border-top-right-radius: 0;
		-moz-border-top-right-radius: 0;
	}

	div.g4d-tab-menu div.list-group>a:last-child {
		border-bottom-right-radius: 0;
		-moz-border-bottom-right-radius: 0;
	}

	div.g4d-tab-menu div.list-group>a.active,
	div.g4d-tab-menu div.list-group>a.active .glyphicon,
	div.g4d-tab-menu div.list-group>a.active .fa {
		background-color: #5A55A3;
		background-image: #5A55A3;
		color: #ffffff;
	}

	div.g4d-tab-menu div.list-group>a.active:after {
		content: '';
		position: absolute;
		left: 100%;
		top: 50%;
		margin-top: -13px;
		border-left: 0;
		border-bottom: 13px solid transparent;
		border-top: 13px solid transparent;
		border-left: 10px solid #5A55A3;
	}

	div.g4d-tab-content {
		background-color: #f5f5f5;
		padding:15px;
		margin-bottom:20px;
	}

	div.g4d-tab div.g4d-tab-content:not(.active) {
		display: none;
	}


	#offermodal .modal {
		position: fixed;
		left: 0;
		z-index: 1050;
		display: none;
		width: 100%;
		height: 100%;
		overflow: hidden;
		outline: 0;
		top: calc(100% - 130px) !important;
	}

	.modal-backdrop {
		background-color: #fff0 !important;
	}

	#offermodal .modal-body {
		position: relative;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		padding: 1rem;
	}

	#offermodal .modal-content {
		position: relative;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		pointer-events: auto;
		background-color: #272b6500;
		color: #fff;
		background-clip: padding-box;
		border: 1px solid rgba(0, 0, 0, 0);
		border-radius: .3rem;
		outline: 0;
	}

	#offermodal .modal-body {
		position: relative;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		padding: 1rem;
	}

	#offermodal .modal-open .modal {
		overflow-x: hidden;
		overflow-y: auto;
	}

	#offermodal .modal {
		padding-right: 0 !important;
	}

	#offermodal .modal .modal-frame {
		position: absolute;
		margin: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	#offermodal button.close {

		background: #ddd !important;
		width: 20px;
		margin-left: 75% !important;
		opacity: 5;
	}

	.marquee {
		width: 300px;
		overflow: hidden;
		border: 1px solid #ccc;
		background: #ccc;
	}

	.cat-offer-img {
		padding: 2px;
		-webkit-box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%);
		-moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
		-ms-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
		-o-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%);
		margin-top: 20px;
		position: relative;

	}
	
	#signuppopup, #loginpopup, #forgot_password {
    cursor: pointer;
}

.soc-log{border:1px solid #dddddd;}
.soc-lg .fb{}
.soc-lg .goog{margin-right: 13px;}
.g4d-or{position: relative;border-top: 1px solid rgb(230, 220, 230);height: 18px;margin: 30px 0px 14px !important;}
.g4d-or > span {position: absolute;padding: 4px 20px;background: rgb(255, 255, 255);display: inline-block;left: 50%;transform: translateX(-50%);top: -13px;}
.g4d-cr{display: flex;-webkit-box-pack: justify;justify-content: space-between;margin: 20px 0px;}
.g4d-cr01{font-size: 12px;color: rgb(35, 21, 53);display: flex;-webkit-box-pack: end;justify-content: flex-end;font-family: MuliSemiBold, "Helvetica Neue", Helvetica, Arial, sans-serif;}
.g4d-cr01 p{font-size: 12px;line-height:16px!important;}
.g4d-cr01 a{font-size: 12px;}
.g4d-cr02{font-size: 12px;color: rgb(35, 21, 53); display: flex; -webkit-box-pack: end;justify-content: flex-end;font-family: MuliSemiBold, "Helvetica Neue", Helvetica, Arial, sans-serif;}
.g4d-cr03{margin: 0px;padding: 0px;display: block;text-decoration: none;outline: 0px;cursor: pointer;font-family:  MuliSemiBold, "Helvetica Neue", Helvetica, Arial, sans-serif;color: rgb(222, 87, 229);}

@media (max-width: 767px) {

    .middle-border {
        min-height: auto;
        margin: 65px 30px 0 30px;
        border-right: 0;
        border-top: 1px solid #fff;
        border-top: 1px solid rgba(255, 255, 255, 0.6);
    }

.g4d-tab {padding:0 !important;}
div.g4d-tab-content {padding-left:0 !important;}
.do_section .dsc {
    padding: 15px 5% 0;
    margin-bottom: 20px;
    text-align: justify;
}
}

@media (max-width: 415px) {
    
.review__sec {-moz-column-count: 1;
    -webkit-column-count:1;
    column-count: 1;}

    h1, h2 {
        font-size: 32px;
    }

}
/*Stylesheet.css Default
/* default font size */
.fa {
	font-size: 14px;
}

.fa-stack-2x {
    color: gold;
    width:2em;
    
}

/* Override the bootstrap defaults */

a {
	color: #3a3a3a;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    background: linear-gradient(90deg, rgb(180, 155, 255) 0%, rgb(255, 161, 203) 100%);
    border: 0px solid #ccc; 
    border-radius: 1px!important;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

/* footer */

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */

.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '/';
	padding: 5px;
	color: #a5a5a5;
}

.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
 
.btn-login {
    text-decoration: none;
    text-transform: uppercase;
    color: #f576af;
    border-image-source: linear-gradient(to left, #965def, #f576af);
    border-image-slice: 1;
    background-color: #f5f5f5 ;
    line-height: initial;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    white-space: nowrap;
    transition: ease-in-out .15s all;
    cursor: pointer;
    text-align: center;
    border-radius:0px;
    padding: 8px 14px 10px 12px;
    min-width: 120px;
}


.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: transparent;
	cursor: pointer;
	color: #9e5fea;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;text-align: center;
}
.product-thumb .image {
	text-align: center;
}

.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;    width: calc(100% + 40px);
    max-width: inherit;
    margin-bottom: 10px;
}
.product-grid .product-thumb .image {
	float: none;
	display: flex;
    align-items: center; 
    min-height: 228px;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 10px;
}
.product-list .product-thumb .caption {
	margin-left: 268px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
    
    header .container, footer .container {width:98% !important;}
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
	.pmtico{text-align:center!important;}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.carousel .owl-wrapper-outer{
	box-shadow: none;
}
.bos-section .probox{
	padding: 0px 15px;
}


/* detail product */
/*.zoomContainer {
    opacity: 0;
    top: 101px !important;
    right: 0px;
    bottom: 0px;
   /* width: 100% !important;*/
   /*left: 23px !important;
}
.zoomContainer .zoomLens {
    width: 100px !important;
    height: 100px !important;
}
.zoomContainer .zoomWindowContainer .zoomWindow {
    margin-left: 15px;
    border-color: #de3e3e !important;
}*/
.thumbnails .thumbnail {
    padding: 0px;
    border: none;
    border-radius: 0;
    margin-bottom: 15px;
}
.thumbnails .thumbnail.active, 
.thumbnails .thumbnail:focus, 
.thumbnails .thumbnail:hover {
    border-color: #EBEBEB;
}
.image-additional-container .image-additional{
    max-width: none;
}
.image-additional-container .image-additional a {
    margin-bottom: 0px;
    padding: 12px;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-image-source: linear-gradient(to left, #965def, #f576af);
    border-image-slice: 1;
}
.owl-style2 .owl-buttons div i{
    display: block;
    color: #000001;
}
.owl-style2 .owl-buttons div:hover i{
    color: #de3e3e;
}
.owl-style2 .owl-buttons .owl-next{
    right: 0;
    
}
.owl-style2 .owl-buttons .owl-prev{
    left: 0;
}
.owl-style2 .owl-controls{
    line-height: 0;
    height: 0;
}
#gallery_02,
#gallery_01{
	background-color: transparent;
	margin: 10px 0 5px;
}
#gallery_01 .owl-wrapper-outer{
	box-shadow: none;
}
#gallery_01.owl-carousel .owl-item, #gallery_02.owl-carousel .owl-item{
    padding: 0 8px 0;
}
#gallery_01.owl-carousel .owl-item.active2 a img,#gallery_02.owl-carousel .owl-item.active2 a img{
    /*border: 2px solid #de3e3e;*/
}
.zoomLens{
	width: 120px !important;
	height: 120px !important;
}


span.pro-tag {
    position: absolute;
    left: 5px;
    background: linear-gradient(90deg, rgb(180, 155, 255) 0%, rgb(255, 161, 203) 100%);
    padding: 2px 6px;
    z-index: 9;
    top: 5px;
    color: #ffffff;
    font-size: 13px;text-transform: uppercase;
}

.view-all a,.view-all a:hover {
    text-align: center;
    padding: 10px 25px;
    margin: 20px 0 0px;
    display: inline-block;
    border: 1px solid #f576af;
    color: #f576af;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: .06em;
    text-decoration: none;
}
#modal-popup .modal-header{
	padding: 5px;
	border: none;
}
.item-price .price-new{
    font-size: 14px;
    font-weight: 600;
}
.item-price .price-old{
	font-size: 13px;
	color: #a9a9aa;
	margin-right: 12px;	
	text-decoration: line-through;
	margin-left: 8px;
}
.item-price .text-save{
	display: block;
	font-size: 11px;
	color: #a9a9aa;
}
.item-price .price small{
	font-size: 11px;
}
.percentage{
	color: #7371c8;
}

@media only screen and (min-width: 1080px)  {
.main-slider {overflow: hidden;
   }
    .main-slider .item img { max-width: 1800px; opacity:0;}
    
    .navbar-brand {
    
    padding: 6px 15px;
    
}
}
@media only screen and (max-width: 480px)  {
.g4d-call-now strong {    display: block;}
}
.form-horizontal .control-label {
    text-align: left; 
}
.err404{font-size:80px!important;font-weight:bold;}
/*Live Search CSS */
.live-search {
	width:100%;
	position: absolute;
	z-index: 1000;
	padding: 5px 0 20px;
	margin-top: 40px;
	background-color:#FFF;
	border: 1px solid #DDD;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0 2px 2px #DDDDDD;
	left: 0;
	display: none;
}
.live-search .loading{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.live-search ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
.live-search ul li {
	cursor:pointer;
	padding:5px;
	margin:0px 5px;
	background-color:#FFF;
	min-height:50px;
	clear:both;
}
.live-search ul li:nth-child(even) {
	background-color: #FAFAFA;
}
.live-search ul li:hover {
	background-color:#F0F7FA;
}
.live-search ul li a{
	text-decoration: none;
	display:block;
}
.live-search ul li .product-image{
	float:left;
	margin-right:5px;
}
.live-search ul li .product-name p{
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	color:#555555;
	margin:0px;
	padding:0px;
}
.live-search ul li .product-name{
	float: left;
	width:75%;
	color: #444;
}
.live-search ul li .product-add-cart{
	float: right;
	padding: 7px;
}

.live-search ul li .product-price {
	text-align: right;
	font-size: 11px;
	float:right;
	width:25%;
}
.live-search ul li .product-price .price{
	color: #333333;
	display:inline-block;
	font-size: 9px;
}
.live-search ul li .product-price .special{
	color: #FF0000;
	text-decoration: line-through;
	display:inline-block;
	font-size: 11px;
}

.live-search .product-price > .special {
	margin-top: -5px;
}

.live-search .result-text{
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	color:#555555;
	background-color:#e6ffff;
	position: absolute;
	bottom: 0;
	width: 100%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.live-search .view-all-results:hover {
	color: #23527c;
}
.live-search .view-all-results {
	color: #23a1d1;
}
.live-search .product-image {
	width: auto;
}
.live-search .product-image img {
	width: auto;
}
/*Product Listing Page */
.probox {
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
    min-height: 390px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.probox figure {
    margin: 0 0 15px;
    padding: 0;
    border: none;
    overflow: hidden;
    min-height: 250px;
    width: 100%;
    display: flex;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    justify-content: center;
    align-items: center;
}

.probox figure img,
.probox h3,
.probox,
.pro-hoverbox {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.probox:hover figure img {
    transform: scale(1.07);
}

.probox:hover figure {
    border: none;
    box-shadow: none;
}

.probox:hover {
    box-shadow: 0 0 7px #ddd;
}


.probox h3 {
    margin: 0 auto;
    padding: 0;
    max-width: 240px;
    text-transform:lowercase;
    color: #000;
    font-size: 15px;
}
.probox h3:first-letter{
    text-transform : uppercase;
}

.probox h3 a {
    color: #000;
}

.probox:hover h3 {
    margin-top: -30px;
}

.pro-hoverbox {
    margin: 0;
    padding: 10px 0;
    background: #fff;
    position: absolute;
    bottom: -20%;
    left:0;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
}

.pro-hoverbox a,
.pro-hoverbox button {
    height: 30px;
    margin: 0 .5px;
    padding: 2px;
    background: #f2f2f2;
    display: inline-block;
    webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border: 0;
    color: #b5b4b4;
    width: 30px;
}

.pro-hoverbox a:hover {
    -webkit-filter: none;
    filter: none;
}

.probox:hover .pro-hoverbox {
    bottom: 0;
}

.probox p {
    margin: 10px 0 0;
    padding: 0;
    font-size: 18px;
    color: #f33f9c;
}
.pro_card em {position: absolute;
    top: 15px;
    right: 15px;}
.live-search {    margin-top: 25px !important;}
/*Media-Presence*/
.in-the-media .link{color:#f15d47;float:right;padding-right:11.6%;font-size:15px;line-height:21px;word-spacing:2px}.in-the-media .link a{color:#272b65}.in-the-media #page-title{padding-bottom:30px}.in-the-media h1.page-title{text-align:left}.in-the-media .title{position:relative;width:80%;margin:auto}.in-the-media .title h2{font-size:20px;line-height:26px;font-style:normal;color:#f15d47;padding:0 0 25px;margin-bottom:15px;margin-top:10px;text-align:center;font-family:Domine,serif;word-spacing:2px}.in-the-media .title:before{background-color:#f15d47;width:7px;height:7px;border-radius:50px;position:absolute;top:75%;display:block;content:''}.in-the-media .title h2:after{display:block;height:1px;width:94%;margin:auto;background-color:#4d4d4d;content:'';position:absolute;top:100%;left:0;right:0;margin-top:-1px}.in-the-media .content{width:80%;margin:auto;padding-top:21px;position:relative;padding-bottom:160px;margin-bottom: 60px;}.in-the-media .content .left{text-align:right;font-size:12px;line-height:18px;padding:0}.in-the-media .content .left h3{float:right}.in-the-media .content .left p{float:right;padding-bottom:45px}.in-the-media .content .left .inner:first-child{padding:27px 17px 0}.in-the-media .content .left .inner{padding:40px 17px 0}.in-the-media .content .left .inner img{max-width:100%}.in-the-media .content .left .inner:after{display:block;height:1px;width:41%;background-color:#f15d47;content:'';position:absolute;bottom:0;right:0}.in-the-media .content .left .inner:before{display:block;height:10px;width:10px;background-color:#f15d47;content:'';position:absolute;bottom:-5px;left:58%;border-radius:50%}.in-the-media .content .right{padding:0}.in-the-media .content .right p{float:left;padding-bottom:35px}.in-the-media .content .right .inner:first-child{padding:27px 26px 0}.in-the-media .content .right .inner{padding:40px 26px 0}.in-the-media .content .right .inner:after{display:block;height:1px;width:42%;background-color:#f15d47;content:'';position:absolute;bottom:0;left:0}.in-the-media .content .right .inner:before{display:block;height:10px;width:10px;background-color:#f15d47;content:'';position:absolute;top:98%;right:56%;border-radius:50%}.in-the-media .content .inner{float:left;position:relative}.in-the-media .content h3{color:#272b65;font-size:15px;line-height:normal;font-weight:normal;word-spacing:1px;margin-bottom:4px;width:82%}.in-the-media .content h3 .tb-cell{display:table-cell}.in-the-media .content h3 a{color:#272b65}.in-the-media .content h3 .popup-click-container{position:absolute;width:100%;height:100%;top:0;left:0}.in-the-media .content p{width:80%;font-size:14px;line-height:normal}.in-the-media .content:before{display:block;height:100%;width:1px;background-color:#f15d47;content:'';position:absolute;top:21px;left:50%}.in-the-media .content:after{display:block;height:10px;width:10px;background-color:#f15d47;content:'';position:absolute;bottom:-30px;left:49.5%;border-radius:50%}.in-the-media #media-presence{height:100%!important}.in-the-media .lazy-img{background:0}

/*B2B Section*/
form.fl-style .form-group .fl-wrap {
    position: relative;
}
form.fl-style .form-group .fl-wrap.focused .form-control {
        border-color: #337ab8;
        outline: 0;
}
form.fl-style .form-group .fl-wrap .form-control {
        background: #FFF;
        font-family: Arial,sans-serif;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: .05em;
        color: #000;
        border: 1px solid #b7b7b7;
        height: 48px;
        padding-bottom: 6px;
        outline: 0;
    }
        .dj-info {
    background: #fff;
    padding: 35px;
    font-family: Arial,sans-serif;
    position: relative
}

    .dj-info .title {
        font-size: 30px;
        color: #001e38;
        font-weight:bold;
    }

    .dj-info .sub-title {
        font-size: 20px;
        line-height: 26px
    }

    .dj-info p {
        font-size: 20px;
        line-height: 26px;
        margin: 30px 0
    }

        .dj-info p strong {
            color: #001e38
        }

.dj-inq {
    background: #f7f7f7;
    padding: 50px 0
}

    .dj-inq .dj-form {
        background: #fff;
        padding: 40px;
        box-shadow: 0 0 20px rgba(0,0,0,0.1)
    }

        .dj-inq .dj-form .title {
            margin-top: 0
        }

        .dj-inq .dj-form .icon {
            color: #59ac59;
            font-size: 30px;
            display: block
        }

.dj-b2bmo .sub-title {
    font-family: Arial,sans-serif;
    font-size: 17px;
    line-height: 23px;
    text-align: center
}

.dj-b2bmo ul, .dj-b2bmo li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none
}

.dj-b2bmo ul {
    margin: 40px;
    overflow: hidden
}

.dj-b2bmo li {
    padding: 10px 30px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    width: 50%;
    float: left;
    box-sizing: border-box
}

    .dj-b2bmo li span {
        display: inline-block;
        width: 59px;
        height: 59px;
        background: url(/img/fc-icons.png) no-repeat 0 0;
        flex: 1
    }

    .dj-b2bmo li.second span {
        background-position: 0 -59px
    }

    .dj-b2bmo li.third span {
        background-position: 0 -118px
    }

    .dj-b2bmo li.fourth span {
        background-position: 0 -177px
    }

.dj-b2bmo li p {
        flex: 5;
        font-family: Arial,sans-serif;
        font-size: 15px;
        font-weight: 600;
        margin: 0
    }
.dj-b2blp .title-main {
    font-family: Domine,serif;
    font-size: 24px;
    line-height: 30px;
    color: #001e38;
    margin: 70px 0 0 0;
    text-align: center;
}

.dj-b2blp .dj-offering .title-main {
    margin-bottom: 40px
}

.dj-b2blp .dj-offering .dj-feature .inner {
    margin: 0 0 20px !important
}
.dj-b2blp .dj-feature .inner {
    margin-top: 35px;
    height: 310px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 #e3e3e3;
    font-family: Domine,serif;
    float: left;
    margin-bottom: 49px;
    text-align: center;
    width: 100%;
    box-shadow: 0 10px 35px 0 rgba(0,0,0,0.1);
}
.dj-b2blp .dj-special {
    opacity: .8;
    background-image: linear-gradient(to bottom,#fff,#fceaee);
    background: -webkit-linear-gradient(top,white,#fceaee)
}

    .dj-b2blp .dj-special .dj-feature.collection .icon {
        background-position: -9px -194px
    }

    .dj-b2blp .dj-special .dj-feature.customization .icon {
        background-position: -111px -188px
    }

    .dj-b2blp .dj-special .dj-feature.consultant .icon {
        background-position: -212px -190px;
    }

.dj-b2blp .dj-promise {
    margin: 0 auto;
    opacity: .8;
    background-image: linear-gradient(to bottom,#fff,#d1f5fb);
    background: -webkit-linear-gradient(top,white,#d1f5fb)
}

    .dj-b2blp .dj-promise .title-main {
        margin-top: 70px
    }

    .dj-b2blp .dj-promise .dj-feature.certification .icon {
        width: 141px;
    background-position: 2px 5px;
    }

    .dj-b2blp .dj-promise .dj-feature.refund .icon {
        width: 80px;
        background-position: -140px 11px
    }

    .dj-b2blp .dj-promise .dj-feature.exchange .icon {
        background-position: -220px 3px;
    }
.dj-b2blp .dj-feature .icon {
    background: url(/img/new-icons-sprite.png) no-repeat 0 0;
    background-position-x: 0px;
    background-position-y: 0px;
    display: inline-block;
    width: 101px;
    height: 100px;
    margin-top: 43px;
    margin-bottom: 10px;
}
.dj-b2blp .dj-feature .dj-text {
    color: #35669f;
    font-size: 20px;
    line-height: 26px;
    font-family: Domine,serif;
}
.dj-b2blp .dj-feature .dj-para {
    color: #4a4a4a;
    font-size: 15px;
    line-height: 21px;
    margin-top: 12px;
    font-family: Arial,sans-serif;
    padding: 0 35px;
}
.dj-inq .form-submit .btn-new, .btn-new:hover {
    text-align: center;
    padding: 10px 25px;
    margin: 20px 0 0px;
    display: inline-block;
    border: 1px solid #f576af;
    color: #f576af;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: .06em;
    text-decoration: none;
    
}
/*Customize Jewellery*/
.common_main_margin {
    margin: 50px auto;
}
.middle-width-3 {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    clear: both;
}
.dj_bg {
    background-color: #f4f4f4;
}
.dj_icon_customise {
    font-size: 14px;
    color: #656565;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: left;
    overflow: hidden;
}
.dj_icon_left {
    float: left;
    width: 115px;
    height: 117px;
    position: relative;
    text-align: center;
}
.dj_icon_right {
    margin-left: 125px;
    padding-right: 10px;
}
.dj_title {
    color: #414042;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 2px;
}
/*Tab*/
.board{
margin: 20px auto;
background: #fff;
padding:15px;
}
.board h4{
    margin:0px;
    padding:20px 0 0;
}
.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    margin: 40px auto;
    margin-bottom: 0;
    box-sizing: border-box;

}

.board > div.board-inner{
    background: #fafafa url(http://subtlepatterns.com/patterns/geometry2.png);
    background-size: 30%;
}

p.narrow{
    width: 60%;
    margin: 10px auto;
}

.liner{
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 70%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tabs.one{
    color: rgb(34, 194, 34);border: 2px solid rgb(34, 194, 34);
}

li.active span.round-tabs.one{
    background: #fff !important;
    border: 2px solid #ddd;
    color: rgb(34, 194, 34);
}

span.round-tabs.two{
    color: #febe29;border: 2px solid #febe29;
}

li.active span.round-tabs.two{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #febe29;
}

span.round-tabs.three{
    color: #3e5e9a;border: 2px solid #3e5e9a;
}

li.active span.round-tabs.three{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #3e5e9a;
}

span.round-tabs.four{
    color: #f1685e;border: 2px solid #f1685e;
}

li.active span.round-tabs.four{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #f1685e;
}

span.round-tabs.five{
    color: #999;border: 2px solid #999;
}

li.active span.round-tabs.five{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #999;
}

.nav-tabs > li.active > a span.round-tabs{
    background: #fafafa;
}
.nav-tabs > li {
    width: 33%;
}
/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/


.nav-tabs > li a{
   width: 70px; 
   margin: 10px auto ;
   border-radius: 100%;
   padding: 0;
}

.nav-tabs > li a:hover{
    background: transparent;
}

.tab-content{
}
.tab-pane{
   position: relative;
padding-top: 50px;
}
.tab-content .head{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.btn-outline-rounded{
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green{
    background-color:#5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}



@media( max-width : 585px ){
    
    .board {
width: 90%;
height:auto !important;
}
    span.round-tabs {
        font-size:16px;
width: 50px;
height: 50px;
line-height: 50px;
    }
    .tab-content .head{
        font-size:20px;
        }
    .nav-tabs > li a {
width: 50px;
height: 50px;
line-height:50px;
}

li.active:after {
content: " ";
position: absolute;
left: 35%;
}

.btn-outline-rounded {
    padding:12px 20px;
    }
}
.whats{color: #25d366;font-size: 22px;}

/* WhatsApp Chat */
.floating-wpp{position:fixed;bottom:15px;left:15px;font-size:14px;transition:bottom .2s;z-index: 999999;}.floating-wpp .floating-wpp-button{position:relative;border-radius:50%;box-shadow:1px 1px 4px rgba(60,60,60,.4);transition:box-shadow .2s;cursor:pointer;overflow:hidden}.floating-wpp .floating-wpp-button img,.floating-wpp .floating-wpp-button svg{position:absolute;width:100%;height:auto;object-fit:cover;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}.floating-wpp:hover{bottom:17px}.floating-wpp:hover .floating-wpp-button{box-shadow:1px 2px 8px rgba(60,60,60,.4)}.floating-wpp .floating-wpp-popup{border-radius:6px;background-color:#E5DDD5;position:absolute;overflow:hidden;padding:0;box-shadow:1px 2px 8px rgba(60,60,60,.25);width:0;height:0;bottom:0;opacity:0;transition:bottom .1s ease-out,opacity .2s ease-out;transform-origin:bottom}.floating-wpp .floating-wpp-popup.active{padding:0 12px 12px;width:260px;height:auto;bottom:82px;opacity:1}.floating-wpp .floating-wpp-popup .floating-wpp-message{background-color:#fff;padding:8px;border-radius:0 5px 5px;box-shadow:1px 1px 1px rgba(0,0,0,.15);opacity:0;transition:opacity .2s}.floating-wpp .floating-wpp-popup.active .floating-wpp-message{opacity:1;transition-delay:.2s}.floating-wpp .floating-wpp-popup .floating-wpp-head{text-align:right;color:#fff;margin:0 -15px 10px;padding:6px 12px;display:flex;justify-content:space-between;cursor:pointer}.floating-wpp .floating-wpp-input-message{background-color:#fff;margin:10px -15px -15px;padding:0 15px;display:flex;align-items:center}.floating-wpp .floating-wpp-input-message textarea{border:1px solid #ccc;border-radius:4px;box-shadow:none;padding:8px;margin:10px 0;width:100%;max-width:100%;font-family:inherit;font-size:inherit;resize:none}.floating-wpp .floating-wpp-btn-send{margin-left:12px;font-size:0;cursor:pointer}
/* Load More Pagination */
.btn-load-pagination {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 6px 12px;
	background-color: #fff;
	border-color: #ccc;
	border-radius: 4px;
	border: 1px solid #ccc;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}

.btn-load-pagination:hover {
    background-color: #ddd;
}

.pagination-text-justify {
	text-align: justify;
	/*position: relative;*/
}

.btn-load-pagination {
	position: relative;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) }



/** preloader **/

.line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #4b9cdb;
}

.btn-load-pagination {
	display: flex;
}

.title-button {
	float: left;
	margin: auto 7px auto auto;
}

.load-pagination {
	float: right;
	margin: auto;
	display: none;
}

.ring-pagination {
    width: 10px;
    height: 10px;
    margin: 0 auto;
    padding: 10px;
    border: 6px dashed #4b9cdb;
    border-radius: 100%;
}


/* =Animate the stuff
------------------------ */
.load-pagination .ring-pagination {animation: loading-format 1.5s .3s cubic-bezier(.17,.37,.43,.67) infinite;}


@keyframes loading-format {
    0% {transform: rotate(0deg);}
    50% {transform: rotate(180deg);}
    100% {transform: rotate(360deg);}
}

.bf-panel-wrapper input[type='text'] {
    border: 1px solid #CCC;
    padding: 0 3px;
}
.box {
    border: 1px solid #DDD;
    border-radius: 4px;
    margin-bottom: 20px;
}
.box-heading {
    color: #444;
    background: #EEE;
    text-shadow: 0 1px 0 #FFF;
    padding: 8px 12px;
    border-bottom: 1px solid #DDD;
}
.box .box-content.brainyfilter-panel { 
    padding:0;
    position: relative;
}
.box .box-content.bf-price-container {
    background: transparent;
}
.bf-price-container input{
    display: inline;
}
.bf-search-container.bf-attr-filter input {
    width: 100%;
    box-sizing: border-box;
    margin: 8px 0px;
    text-align: left !important;
}
input[type='text'].bf-search {
    background-color: #fff;
    background-image: url("../image/brainyfilter/search.png");
    background-repeat: no-repeat;
    background-position: 98% 50%;
    padding-right: 18px;
}
.bf-panel-wrapper {
    position: relative;
}
.brainyfilter-panel input{
    text-align: right;
}
.brainyfilter-panel .box-content{
    border: 0;
    padding: 8px 0px 4px;
}
.brainyfilter-panel.bf-hide-panel {
    transition: opacity 200ms;
}
.bf-panel-wrapper.bf-panel-hidden {
    opacity: 0.3;
}
.bf-slider-range {
    /*margin-top:10px;*/
    clear:both;
}
input[type=text].bf-range-max, input[type=text].bf-range-min, input[type=text].bf-slider-input{
    width: 50px;
    min-width: 50px;
}
.bf-price-slider-container {
    padding: 0 7px 15px;
}
.bf-cur-symb {
    padding-bottom: 10px;
}
.help-txt-heading {
    font-size: 10px; 
    color:#000;
}
.help-txt {
    overflow: auto;
}
.bf-with-float-btn .bf-buttonsubmit {
    display: none;
}
.bf-buttonclear {
    background: url("../image/brainyfilter/sprite.png") no-repeat 0 -24px;
    color: #8E8E8E;
    text-decoration: underline;
    padding-left: 18px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 16px;
    cursor: pointer;
    border: 0;
    margin: 0;
    min-height: 16px;
}
.bf-buttonclear-box {    
    border: 0;
        padding: 8px 10px;
}
.bf-buttonclear:hover {
    background: url("../image/brainyfilter/sprite.png") no-repeat 0 -53px;
    color: #B83D3D;
}
.ajax-shadow {
    position: absolute;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: none;
}
.bf-attr-block{
    margin-bottom: 5px;
}
.bf-attr-group-header {
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
    background: #CCC;
    border: 0;
    padding: 0 10px;
    border-radius: 0;
    margin-top: -1px;
    z-index: 3;
    position: relative;
}
.bf-attr-header {
    border-radius: 0;
    border: 0;
    border-top: 1px solid #DBDEE1;
    background: #EEE;
    font-weight: normal;
    padding: 7px 10px;
    z-index: 2;
    position: relative;
    font-weight: 600;
}
.bf-attr-header.bf-w-line{
    border-style: solid none none;
}
.bf-attr-filter {
    position: relative;
}
.bf-price-container .box-content {
    border: 0;
}
.bf-attr-filter select {
    margin: 0;
    width: 100%;
}

.bf-attr-filter input {
    margin: 0;
}
.bf-attr-filter input[type="checkbox"], .bf-attr-filter input[type="radio"] {
    display: block;
}
.bf-rating-1,.bf-rating-2,.bf-rating-3,.bf-rating-4,.bf-rating-5 {
    background-position: center left;
    background-repeat: no-repeat;
}
.bf-rating-1 {
    background-image: url("../image/brainyfilter/stars-1.png");
}
.bf-rating-2 {
    background-image: url("../image/brainyfilter/stars-2.png");
}
.bf-rating-3 {
    background-image: url("../image/brainyfilter/stars-3.png");
}
.bf-rating-4 {
    background-image: url("../image/brainyfilter/stars-4.png");
}
.bf-rating-5 {
    background-image: url("../image/brainyfilter/stars-5.png");
}

.bf-price-container {
    padding: 5px 5px;
}
.bf-count {
    float:right;
    background: #F46234;
    color: #fff;
    line-height: 20px;
    padding: 0 3px;
    border-radius: 3px;
    display: block;
    position: relative;
}
.brainyfilter-panel .bf-count.bf-empty {
    background: #cccccc;
}
.bf-disabled {
    color: #ccc;
}
.ndash {
    margin-left: 5px;
    margin-right: 5px;
}
.bf-slider-container {
    /*margin: 0 7px 15px;*/
    overflow: visible;

}
.bf-cross, .bf-close-btn, .bf-arrow {
    background: url("../image/brainyfilter/sprite.png") no-repeat;
    vertical-align: middle;
    cursor: pointer;
}
.bf-close-btn {
    margin-left: 10px;
    background-position: 50% -24px;
    display: inline-block;
    width: 16px;
    height: 16px;
}
.bf-close-btn:hover {
    background-position: 50% -53px;
}
.bf-cross {
    background-position: 50% -80px;
    display: inline;
    font-size: 0;
    padding: 8px;
}
.bf-cross:hover {
    background-position: 50% -103px;
}
.bf-float-submit {
    position: absolute;
    z-index: 99;
    border: 1px solid #B3B3B3;
    background-color: #FEFEFE;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    top: -5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.bf-tick {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 10px;
    background: url("../image/brainyfilter/sprite.png") no-repeat 0 1px;
    vertical-align: middle;
}
.bf-tick.bf-loading {
    background: url("../image/brainyfilter/loading.gif") no-repeat 50% 50%;
}
.bf-buttonsubmit-wrapper{
    position: relative;
    display: inline-block;
    float: right;
}
.bf-form .bf-buttonsubmit {
    margin-right: 9px;
}
.bf-attr-block-cont {
    display: table;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.bf-attr-block .bf-attr-block-cont .bf-attr-filter:last-child .bf-cell {
    border-bottom: 0;
}
.bf-form div:nth-last-of-type(2) .bf-attr-filter:last-child .bf-cell {
    border-bottom: 1px solid #EEE;
}
.bf-row {
    display: table-row;
}
.bf-cell {
    display: table-cell;
    border-bottom: 1px solid #EEE;
    vertical-align: middle;
    padding: 4px 0;
    height: 20px;
}
.bf-cell label {
    display: block;
    /*white-space: pre-wrap;*/
    padding-right: 3px;
    margin: 0;
    cursor: pointer;
    font-weight: normal;
}
.bf-c-1 {
    width: 12px;
    padding-right: 4px;
}
.bf-c-3 {
    width: 1px;
    text-align: right;
}
.bf-hidden {
    display: none;
}
.bf-sliding {
    overflow: hidden;
    display: block;
}
.bf-responsive .bf-sliding.bf-expanded {
    overflow-y: auto;
}
.bf-sliding-show {
    color: #0D9FDF;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 10px;
    position: relative;
    cursor: pointer;
}
.bf-clickable {
    cursor: pointer;
}
.bf-arrow {
    background-position: 50% -153px;
    display: inline;
    font-size: 0;
    padding: 8px;
    float: right;
}

.bf-attr-filter label img {
    height: 20px;
    vertical-align: middle;
    margin-right: 3px;
}

.bf-attr-filter .bf-grid input {
    display: none;
}
.bf-grid .bf-grid-item {
    float: left;
    text-align: center;
    width: 25%;
    padding: 3px;
    box-sizing: border-box;
}
.bf-grid .bf-grid-item.selected {
    border: 3px solid #eee;
    border-radius: 3px;
    padding: 0;
}
.bf-grid label img {
    width: 34px;
    height: 34px;
    margin: 0;
}
.bf-grid {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
}
.bf-slider-inputs {
    padding-bottom: 10px;
}
.bf-slider-container.ui-slider-horizontal,
.bf-slider-range.ui-slider-horizontal {
    height: 7px;
    border-radius: 4px;
}
.bf-slider-container.ui-slider .ui-slider-handle,
.bf-slider-range .ui-slider-handle {
    border-radius: 7px;
    width: 13px;
    height: 13px;
    cursor: pointer;
    background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
}
.bf-cell .ui-slider-horizontal .ui-slider-range,
.bf-slider-range.ui-slider .ui-slider-range {
    top: -1px;
    bottom: -1px;
    height: auto;
}

.bf-na {
    color: #ccc;
}
.bf-slider-label {
    position: absolute;
    display: block;
    bottom: -16px;
    font-size: 10px;
    color: #666;
    margin-left: 0px;
    white-space: nowrap;
    height: 11px;
    line-height: 11px;
}
.bf-slider-label:after {
    content: ' ';
    display: block;
    position: absolute;
    height: 3px;
    border-left: 1px solid #CCC;
    top: -3px;
    left: 50%;
}
.bf-price-filter .ui-slider .bf-slider-label:first-of-type:after {
    left: 0%;
}
.bf-price-filter .bf-slider-label:last-of-type:after {
    left: 100%;
}
.bf-slider-container-wrapper {
    position: relative;
    padding: 0 7px 15px;
}

/* Horizontal layout */
.bf-horizontal {
    overflow: hidden;
}
.bf-horizontal .bf-clickable {
    cursor: default;
}
.bf-horizontal .bf-attr-header {
    background: #FFF;
    width: 152px;
    float: left;
    border:none;
}
.bf-form > .bf-attr-block:first-of-type,
.bf-form > .bf-attr-block:first-of-type .bf-attr-header,
.bf-horizontal .bf-left-half + .bf-attr-block {
    border-width: 0;
}
.bf-horizontal .bf-form > .bf-attr-block:first-of-type.bf-price-filter,
.bf-horizontal .bf-form > .bf-attr-block:first-of-type.bf-keywords-filter,
.bf-horizontal .bf-left-half + .bf-attr-block {
    height: 40px;
}

.bf-horizontal .bf-arrow {
    display: none;
}
.bf-horizontal .bf-attr-block {
    position:relative
}
.bf-horizontal .bf-price-filter, .bf-horizontal .bf-keywords-filter {
    height: 41px;
    box-sizing: border-box;
}
.bf-horizontal .bf-slider .bf-attr-header,
.bf-horizontal .bf-price-filter .bf-attr-header,
.bf-horizontal .bf-keywords-filter  .bf-attr-header{
    height: 40px;
    line-height: 20px;
    box-sizing: border-box;
}
.bf-left-half {
    float: left;
    width: 50%;
}
.bf-horizontal .bf-row{ 
    display: block;
    float: left;
}
.bf-horizontal .bf-slider .bf-row{ 
    display: block;
    float: none;
}
.bf-horizontal .bf-sliding-cont {
    height: 31px;
    box-sizing: border-box;
} 
.bf-horizontal .bf-cell:after {
    content: ' ';
    display: block;
    clear: left;
}
.bf-horizontal .bf-slider .bf-sliding-cont,
.bf-horizontal .bf-price-filter .bf-sliding-cont,
.bf-horizontal .bf-keywords-filter .bf-sliding-cont{
    height: auto;
}
.bf-horizontal .bf-search-container.bf-attr-filter input {
    margin-bottom: 0;
}
.bf-horizontal .bf-sliding-cont.bf-scrollable {
    margin-right: 66px;
}
.bf-horizontal .bf-cell {
    border: 0;
    display: block;
    float: left;
}
.bf-horizontal .bf-c-3 {
    width: auto;
}
.bf-horizontal .bf-price-filter + .bf-keywords-filter,
.bf-horizontal .bf-keywords-filter + .bf-price-filter {
    float: left;
    width: 50%
}
.bf-horizontal .bf-price-filter + .bf-keywords-filter + .bf-attr-block,
.bf-horizontal .bf-keywords-filter + .bf-price-filter + .bf-attr-block,
.bf-horizontal .bf-price-filter + .bf-keywords-filter + .bf-attr-group-header,
.bf-horizontal .bf-keywords-filter + .bf-price-filter + .bf-attr-group-header {
    clear: left;
}
.bf-horizontal .bf-price-filter + .bf-keywords-filter + .bf-attr-block:before,
.bf-horizontal .bf-keywords-filter + .bf-price-filter + .bf-attr-block:before
.bf-horizontal .bf-attr-block:after {
    content: ' ';
    display: table;
}
.bf-horizontal .bf-attr-block-cont {
    display: block;
    padding: 0;
}
.bf-horizontal .bf-scrollable .bf-attr-block-cont {
    position: absolute;
}
.bf-horizontal .bf-price-filter .bf-attr-block-cont, .bf-horizontal  .bf-keywords-filter .bf-attr-block-cont {
    position: relative;
}
.bf-horizontal .bf-attr-block {
    overflow: auto;
    border-radius: 0;
    border: 0;
    border-top: 1px solid #DBDEE1;
}
.bf-horizontal .bf-sliding {
    overflow: visible;
}
.bf-horizontal .bf-sliding-cont {
    overflow: hidden;
    position: relative;
    margin-right: 10px;
}
.bf-horizontal .bf-count {
    border-radius: 0px 6px 6px 0px;
    line-height: 22px;
    padding: 0 5px;
    margin-right: -6px;
}
.bf-horizontal .bf-cross {
    background: url("../image/brainyfilter/sprite.png") no-repeat;
    background-position: -4px -76px;
    background-color: #eee;
    border-radius: 0px 6px 6px 0px;
    display:block;
    padding: 11px 4px;
    margin-left: 3px;

}
.bf-horizontal .bf-cross:hover {
    background-position: -4px -99px;
}
.bf-horizontal .bf-cell {
    background-color: #eee;
    /*height: 22px;*/
    margin-top: 4px;
    padding-top: 0;
    padding-bottom: 0;
    box-sizing: border-box;
    height: inherit;
}
.bf-horizontal .bf-c-2 label{
    height: 22px;
    line-height: 22px;
}
.bf-horizontal .bf-cell.bf-c-1,
.bf-horizontal .bf-cell.bf-c-3 {
    height: 22px;
}
.bf-horizontal .bf-cell.bf-c-1 {
    border-radius: 6px 0 0 6px;
    margin-top: 4px;
    padding-left: 6px;
    width: 25px;
    padding-top: 4px;
}
.bf-horizontal .bf-c-3{
    margin-right: 6px;
    padding-right: 6px;
    border-radius: 0 6px 6px 0;
}
.bf-horizontal .bf-price-container {
    padding: 0;
}
.bf-horizontal .bf-slider-container-wrapper, .bf-horizontal .bf-price-slider-container {
    overflow: hidden;
    padding: 0 10px;
}
.bf-horizontal .bf-price-slider-container {
    margin: 0;
}
/*.bf-horizontal .bf-slider-range {
    margin: 0 7px 5px;
}*/
.bf-horizontal .bf-slider-container-wrapper, .bf-horizontal .bf-price-slider-container {
    padding: 15px 7px;
}
.bf-horizontal .bf-slider-container-wrapper.bf-slider-with-labels, 
.bf-horizontal .bf-price-slider-container.bf-slider-with-labels {
    padding: 10px 7px 15px;
}
.bf-horizontal .bf-cur-symb, .bf-horizontal .bf-slider-inputs {
    display: block;
    float: left;
    padding-top: 9px;
    padding-bottom: 0;
    margin-right: 10px;
}
.bf-horizontal .bf-slider .bf-cell {
    float: none;
    background: inherit;
    margin-top: 0;
}
.bf-horizontal .bf-buttonclear{
    float: right;
    margin-right: 9px;
    /*margin-top: -2px;*/
    min-height: 17px;
}
.bf-toggle-filter-arrow {
   background: url("../image/brainyfilter/bf-hl-arrows.png") no-repeat scroll rgba(0, 0, 0, 0);
   background-position: -54px 0px;
    cursor: pointer;
    float: right;
    height: 18px;
    position: relative;
    text-decoration: none;
    width: 18px;
    margin-left: 10px;
    /*margin-top: -2px;*/
}
.bf-toggle-filter-arrow.bf-down {
    background-position: -36px 0px;
}
.bf-toggle-filter-arrow:hover {
    background-position: -54px -18px;
}
.bf-toggle-filter-arrow.bf-down:hover {
    background-position: -36px -18px;
}
.bf-horizontal .bf-attr-filter label img{
    height: 16px;
}
.bf-horizontal .bf-disabled .bf-c-2 label{
    padding-right: 0;
}
.bf-horizontal .bf-group-arrow{
    background: url("../image/brainyfilter/bf-hl-arrows.png") no-repeat scroll -54px 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    float: right;
    height: 18px;
    position: relative;
    text-decoration: none;
    width: 18px;
    margin-left: 10px;
    margin-top: 4px;
}
.bf-horizontal .bf-group-arrow.bf-down {
    background-position: -36px 0;
}
.bf-horizontal .bf-group-arrow:hover {
    background-position: -54px -18px;
}
.bf-horizontal .bf-group-arrow.bf-down:hover {
    background-position: -36px -18px;
}
.bf-horizontal .bf-form div:nth-last-of-type(2) .bf-attr-filter:last-child .bf-cell {
    border-bottom:none;
}
.bf-horizontal .bf-btn-left,
.bf-horizontal .bf-btn-right {
    height: 18px; 
    width: 18px; 
    position: absolute;
    cursor: pointer; 
    text-decoration:none;
    top: 6px;
    background: url("../image/brainyfilter/bf-hl-arrows.png") no-repeat;
}
.bf-horizontal .bf-btn-right{
   background-position: -18px 0;
   right: 10px;
}
.bf-horizontal .bf-btn-left{
    background-position: 0 0;
    right: 38px;
}
.bf-horizontal .bf-btn-left:hover {
    background-position: 0px -18px;
}
.bf-horizontal .bf-btn-right:hover{
    background-position: -18px -18px;    
}
.bf-horizontal .bf-rating-1 label,
.bf-horizontal .bf-rating-2 label,
.bf-horizontal .bf-rating-3 label,
.bf-horizontal .bf-rating-4 label,
.bf-horizontal .bf-rating-5 label{
    width: 100px;
}
.bf-horizontal .bf-with-counts .bf-cell label{
    padding-right: 4px;
}
.bf-horizontal .bf-with-counts .bf-disabled .bf-cell label,
.bf-horizontal .bf-cell label{
    padding-right: 0;
}
.bf-horizontal .bf-attr-group-header + .bf-attr-block {
    border-top: none;
}
.bf-horizontal .bf-left-half + .bf-price-filter .bf-attr-header{
    width: 50px;
    box-sizing: border-box;
}
.bf-horizontal .bf-attr-header{
    width: 130px;
    margin-right: 10px;
    padding-top: 10px;
    box-sizing: border-box;
}
/*.bf-horizontal .bf-price-filter  + .bf-attr-block{
    clear:both;
}*/
.bf-horizontal .bf-carousel-fon{
    overflow: auto;
    width: 66px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 0;
}
.bf-horizontal .bf-search-container{
    padding-right: 5px;
}
.bf-horizontal .brainyfilter-panel{
    overflow: inherit;
}
/* responsive layout */
.bf-responsive.bf-active {
    position: relative;
    z-index: 1000;
}
.bf-responsive.bf-active .bf-check-position {
    position: fixed;
    top: 80px;
    margin: 0 15px;
    transition: left 300ms, right 300ms;
    -webkit-transition: left 300ms, right 300ms;
    overflow: auto;
    box-shadow: 0 0 20px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 0px 20px 0px rgba(0, 0, 0, 1);
    background: #FFF;
}
.bf-responsive.bf-active.bf-left .bf-check-position {
    left: -100%;
}
.bf-responsive.bf-active.bf-right .bf-check-position {
    right: -100%;
}
.bf-responsive.bf-active.bf-left.bf-opened .bf-check-position {
    left: 0;
}
.bf-responsive.bf-active.bf-right.bf-opened .bf-check-position {
    right: 0;
}
.bf-btn-show, .bf-btn-reset {
    display: none;
}
.bf-btn-show {
    background: #19A3DF;
    width: 60px;
    padding: 2px 0 0 10px;
}
.bf-left .bf-btn-show {
    padding: 2px 10px 0 0;
}
.bf-btn-show:before, .bf-btn-show:after, .bf-btn-reset:before {
    content: ' ';
    display: block;
    float: left;
    height: 24px;
    background-image: url("../image/brainyfilter/responsive-layout-icons.png");
}
.bf-right .bf-btn-show:before {
    width: 26px;
    background-position: -19px 0;
}
.bf-right .bf-btn-show:after {
    width: 11px;
    background-position: -57px 0;
    float: right;
}
.bf-left .bf-btn-show:before {
    width: 11px;
    background-position: -46px 0;
}
.bf-left .bf-btn-show:after {
    width: 26px;
    background-position: -19px 0;
    float: right;
}
.bf-responsive.bf-active.bf-opened.bf-right .bf-btn-show:after {
    width: 11px;
    background-position: -46px 0;
}
.bf-responsive.bf-active.bf-opened.bf-left .bf-btn-show:before {
    width: 11px;
    background-position: -57px 0;
}
.bf-btn-reset:before {
    width: 18px;
    background-position: -1px 0;
}
.bf-btn-reset {
    background: #F53838;
    width: 40px;
    padding: 2px 0 0 11px;
}
.bf-responsive.bf-active .bf-btn-show,
.bf-responsive.bf-active.bf-opened .bf-btn-reset {
    display: block;
    position: fixed;
    cursor: pointer;
    z-index: 1001;
    height: 29px;
    box-sizing: border-box;
}
 .bf-responsive.bf-opened .bf-btn-reset{
     
}
.bf-responsive.bf-active.bf-right .bf-btn-show {
    right: 0;
}
.bf-responsive.bf-active.bf-right .bf-btn-reset {
    right: 60px;
}
.bf-responsive.bf-active.bf-left .bf-btn-show {
    left: 0;
}
.bf-responsive.bf-active.bf-left .bf-btn-reset {
    left: 60px;
}
.bf-responsive.bf-active .box-heading,
.bf-responsive.bf-active .box-content {
    border-radius: 0;
    border-width: 0;
}
.bf-responsive.bf-active .box-heading {
    border-bottom-width: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.bf-responsive.bf-active.bf-left .box-heading {
    text-align: right;
}    
.bf-responsive.bf-active .box-heading * {
    display: none;
}
.bf-responsive.bf-active .bf-buttonclear-box {
    display: none;
}
.bf-responsive.bf-active.bf-panel-wrapper.bf-panel-hidden {
    opacity: 0.9;
}
.bf-responsive.bf-active .ajax-shadow {
    position: fixed;
    background: url("../image/brainyfilter/loading-big.gif") no-repeat 50% 50%;
}
.bf-responsive.bf-active .bf-left-half {
    float: none;
    width: auto;
}
.bf-responsive.bf-active .bf-attr-block-cont {
    position: relative;
    width: 100% !important;
}
.bf-responsive.bf-active .bf-sliding-cont {
    margin-top: 0 !important;
}
.bf-non-scrollable {
    overflow: hidden;
    position: fixed;
}
.bf-cascade-1, .bf-cascade-2, .bf-cascade-3 {
    background-image: url("../image/brainyfilter/subcategory-arrow.png");
    background-repeat: no-repeat;
}
.bf-cascade-1 {
    padding-left: 10px;
    background-position: 0px 50%;
}
.bf-cascade-2 {
    padding-left: 20px;
    background-position: 10px 50%;
}
.bf-cascade-3 {
    padding-left: 30px;
    background-position: 20px 50%;
}

/* retina backgrounds */
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (   min--moz-device-pixel-ratio: 1.5),
only screen and (     -o-min-device-pixel-ratio: 3/2),     /* 3/2 */
only screen and (        min-device-pixel-ratio: 1.5),       /* 1.5 */
only screen and (                min-resolution: 144dpi), /* 144px */
only screen and (                min-resolution: 1.5dppx) {
    .bf-buttonclear {        
        background-image: url("../image/brainyfilter/sprite@2x.png")!important;
        background-size: 16px 181px;
    }
    .bf-buttonclear:hover {
        background-image: url("../image/brainyfilter/sprite@2x.png")!important;
        background-size: 16px 181px;
    }
    .bf-cross, .bf-close-btn, .bf-arrow {
        background-image: url("../image/brainyfilter/sprite@2x.png")!important;
        background-size: 16px 181px !important;
    }
    .bf-tick {
        background-image: url("../image/brainyfilter/sprite@2x.png")!important;
        background-size: 16px 181px;
    }
    .bf-tick.bf-loading {
        background-image: url("../image/brainyfilter/loading@2x.gif")!important;
        background-size: 16px 16px;
    }
    .bf-rating-5 {
        background-image: url("../image/brainyfilter/stars-5@2x.png")!important;
        background-size: 95px 15px;
    }
    .bf-rating-4 {
        background-image: url("../image/brainyfilter/stars-4@2x.png")!important;
        background-size: 95px 15px;
    }
    .bf-rating-3 {
        background-image: url("../image/brainyfilter/stars-3@2x.png")!important;
        background-size: 95px 15px;
    }
    .bf-rating-2 {
        background-image: url("../image/brainyfilter/stars-2@2x.png")!important;
        background-size: 95px 15px;
    }
    .bf-rating-1 {
        background-image: url("../image/brainyfilter/stars-1@2x.png")!important;
        background-size: 95px 15px;
    }
    #bf-search {
        background: url("../image/brainyfilter/search@2x.png") no-repeat 98% 50%;
        background-size: 13px 13px;
    }

    .bf-horizontal .bf-c-2 label{
        display: table-cell !important;
    }
    .bf-horizontal .bf-count{
        display: table !important;
    }
    .bf-horizontal .box-heading a .carousel-button-left a, .carousel-button-right a, .bf-horizontal .bf-group-arrow{
        background-image: url("../image/brainyfilter/bf-hl-arrows@2x.png")!important;
        background-size: 72px 36px;
    }
    .bf-horizontal .bf-btn-left,
    .bf-horizontal .bf-btn-right {
        background-image: url("../image/brainyfilter/bf-hl-arrows@2x.png")!important;
        background-size: 72px 36px;
    }
    .bf-toggle-filter-arrow {
        background-image: url("../image/brainyfilter/bf-hl-arrows@2x.png")!important;
        background-size: 72px 36px;
    }
    .bf-btn-show:before, .bf-btn-show:after, .bf-btn-reset:before {
        background-image: url("../image/brainyfilter/responsive-layout-icons@2x.png")!important;
        background-size: 69px 24px;
    }
    .bf-btn-show:before, .bf-btn-show:after, .bf-btn-reset:before {
        background-image: url("../image/brainyfilter/responsive-layout-icons@2x.png")!important;
        background-size: 69px 24px;
    }
    .bf-responsive.bf-active .ajax-shadow {
        background-image: url("../image/brainyfilter/loading-big.gif") !important;
        background-size: 64px 64px;
    }

}

#product-list-page .btn-link {border-color: #9e5fea!important;}

@media (max-width: 767px) {
  #product-list-page .open-sidebar {
    display: inline-block;
    border:1px solid;
    border-image-source: linear-gradient(to left, #965def, #f576af);
    border-image-slice: 1;
    padding: 3px 15px;
    letter-spacing: 1px;
    line-height: 23px;
    font-size: 13px;
    vertical-align: top;
    text-transform: uppercase;
 }
  #product-list-page #column-left {
    display: block !important;
    padding-left: 15px !important;
    padding-right: 10px !important;
    background: #fff;
    width: 300px;
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 9999;
    height: 100%;
    overflow-x: scroll;
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    transition: all 300ms ease-in-out;
    padding-top: 40px;
    margin: 0px;
    left: -100%;
  }
  #product-list-page #column-left.active {
    left: 0%
  }
}
/* New Product Details Page */
 @keyframes ticker {
        0% {
            transform: translateY(100%);
        }

        5%,
        25% {
            transform: translateY(0%);
        }

        30%,
        100% {
            transform: translateY(-100%);
        }
    }

    .ticker {
        width: 100%;
        height: 32px;
        overflow: hidden;
        position: relative;
    }

    .ticker ul {
        width: 350px;
     margin: 0px;
    }
.tickerul[data-slide-list]{
  width: fit-content;
}
    .ticker li {
        position: absolute;
        padding: 7px 0;
        top: 0px;
        line-height: 14px;
        list-style: none;
        font-size: 12px;
        animation: ticker 6s infinite linear;
        left: 0;
        right: 0; 
        text-align: center;
        font-weight: 700;
        color: #000000;
    }

    .dishbtn { 
        color: #fcfcfc !important; 
        text-decoration: none;
        display: inline-block!important; 
        font-weight: 400;
        margin: 0;
        padding: 5px 8px !important; 
        font-size: 12px;
        line-height: 0.8rem !important; 
        box-sizing: border-box;
        vertical-align: middle;
        background-color: #db85c2;
    }

    .ticker ul:hover {
        animation-play-state: paused
    }
    .ticker li:nth-child(1) {
        animation-delay: -10s;
    }
    .ticker li:nth-child(2) {
        animation-delay: -8s;
    }
    .ticker li:nth-child(3) {
        animation-delay: -6s;
    }
    .ticker li:nth-child(4) {
        animation-delay: -4s;
    }
.rating i {
        color: #ffc600;
        font-size: 18px;
    }

    .rating_3 i:nth-child(5),
    .rating_3 i:nth-child(4) {
        opacity: .53;
    }

    .rating_4 i:nth-child(5) {
        opacity: .53;
    }

    .custom_radio_ul {
        padding:0;
        display: flex;
        align-items: center;
        width: 100%;
        overflow: auto;
    }

    .custom_radio_ul li:first-child {
        min-width: 75px;
    }

    .custom_radio {
        margin: 0;
    }

    .custom_radio input {
        opacity: 0;
        position: absolute;
        width: 0;
        height: 0;
    }
    .form-control{border-image-source: linear-gradient(to left, #965def, #f576af);
    border-image-slice: 1;}

    .custom_radio input+span {
        margin: 0 5px;
        border: 1px solid #ddd;
        color: #333;
        padding: 5px 10px;
        font-size: 14px;
        cursor: pointer;
        display: block;
        white-space:nowrap;
        border-image-source: linear-gradient(to left, #965def, #f576af);
    border-image-slice: 1;
    }

    .custom_radio input:checked+span {
    border: 1px solid;
    border-image-source: linear-gradient(to left, #965def, #2196f3);
    border-image-slice: 1;
    margin-right: 10px;
    color: #181818;
    background: linear-gradient(to left, #e5d4ff, #ffe0ee)
    }

    .pd_pricediv {
        display: flex;
        align-items: center;
    }

    .pd_pricediv strong {
        margin-left: 20px;
        font-size: 30px;
        color: #000000;
    }

    .pd_pricediv b {
        margin-left: 20px;
        font-size: 28px;
        font-weight: normal;
        color: #666;
        text-decoration: line-through;
    }

    .pd_button_sec {
        margin: 15px 0;
    }

    .pd_btn {
        background-color: #ee9b4d;
        color: #fff;
        font-size: 16px;
        padding: 10px 30px;
    }

    .pd_info {
        display: flex;
        align-items: center;
        justify-content:space-between;
    }

    .pd_info li {
        margin-right: 20px;
    }

    .pd_pin {
        max-width: 300px;
    }
    .pb-price-box {display: flex; align-items: center; justify-content: flex-end;}
    .pb-price-discount { text-decoration: line-through; margin-right: 10px;}
    .attr-col-title { padding:0px 15px 10px; margin:0 -15px 10px; border-bottom: 1px solid #ddd; font-size: 18px;}
    .pd_table {background: #f5f5f5; min-height: 320px; padding: 15px;}
    .pd_table table {}
    .lg-download {display: none;}
    #aniimated-thumbnials {height: auto !important;}
    #aniimated-thumbnials a:first-child, #aniimated-thumbnials a:first-child img {width: 100% !important; height: 100% !important; display: block !important; left: auto !important; top: auto !important;}
    #aniimated-thumbnials a,   #aniimated-thumbnials a img { display: none !important; margin: 0 !important; position: inherit !important; height: auto !important; width: 30% !important;}
	.hdrpdown_m {display: none !important;}
	.login-third-party-login,
.login-button-info-text {
    display: none !important;
}
/* Wrapper styling */
.group.email-telephone-checker {
    position: relative;
    border: 2px solid #7c5cff;
    border-radius: 18px;
    padding: 14px 16px 14px 95px; /* left space for +91 */
    background: #fff;
    transition: 0.3s;
}

/* Focus glow */
.group.email-telephone-checker:focus-within {
    box-shadow: 0 0 0 3px rgba(124, 92, 255, 0.15);
}

/* Input styling */
.group.email-telephone-checker input {
    border: none !important;
    outline: none !important;
    width: 100%;
    font-size: 16px;
    background: transparent;
}

/* Hide floating label */
.group.email-telephone-checker label {
    display: none !important;
}
.group.email-telephone-checker::before {
    content: "🇮🇳 +91 ▼";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

/* Divider line */
.group.email-telephone-checker::after {
    content: "";
    position: absolute;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #ddd;
}
.group.email-telephone-checker input::placeholder {
    color: #999;
}
#button-login {
    background: #e5e5e5 !important;
    color: #999 !important;
    border-radius: 18px;
    padding: 16px;
    border: none;
    font-weight: 600;
}
p.login-button-info-text.login-info-text.text-center{display: none !important;}

