body {
    font-size: 0.98rem;
    background-color: #f5f5f5;
}
.text-orange{
    color:#ee4d2d !important;
}
.pd-wrap {
    padding: 40px 0;
    font-family: 'Poppins', sans-serif;
}
.heading-section {
    text-align: center;
    margin-bottom: 20px;
}
.sub-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #2e9ca1;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.heading-section h2 {
    font-size: 32px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}
.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    min-width: 80px;
    background-size: 100%;
}
.carousel-testimonial .item {
    padding: 30px 10px;
}
.quote {
    position: absolute;
    top: -23px;
    color: #2e9da1;
    font-size: 27px;
}
.name {
    margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}
.position {
    color: #adadad;
    font-size: 14px;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    outline: none;
    height: 25px;
}
.owl-nav button svg {
    width: 25px;
    height: 25px;
}
.owl-nav button.owl-prev {
    left: 25px;
}
.owl-nav button.owl-next {
    right: 25px;
}
.owl-nav button span {
    font-size: 45px;
}
.product-thumb .item img {
    height: 100px;
}
.product-name {
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 4px;
}
.product-price-discount {
    font-size: 22px;
    font-weight: 400;
    padding: 10px 0;
    clear: both;
}
span.line-through {
    text-decoration: line-through;
    margin-left: 0;
    font-size: 14px;
    vertical-align: middle;
    color: #a5a5a5;
}
.display-flex {
    display: flex;
}
.align-center {
    align-items: center;
}
.product-info {
    width: 100%;
}
.reviews-counter {
    font-size: 13px;
}
.reviews-counter span {
    vertical-align: -2px;
}
.rate {
    float: left;
    padding: 0 10px 0 0;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float: right;
    width: 15px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 21px;
    color:#ccc;
    margin-bottom: 0;
    line-height: 21px;
}
.rate:not(:checked) > label:before {
    content: '\2605';
}
.rate > input:checked ~ label {
    color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.product-dtl p {
    font-size: 14px;
    line-height: 1.7;
    color: #7a7a7a;
    margin-bottom: 0;
}
.product-dtl .form-control {
    font-size: 15px;
}
.product-dtl label {
    line-height: 16px;
    font-size: 15px;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
}
.product-count {
    margin-top: 15px;
}
.product-count .qtyminus,
.product-count .qtyplus {
    width: 34px;
    height: 34px;
    background: #212529;
    text-align: center;
    font-size: 19px;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
}
.product-count .qtyminus {
    border-radius: 3px 0 0 3px;
}
.product-count .qtyplus {
    border-radius: 0 3px 3px 0;
}
.product-count .qty {
    width: 60px;
    text-align: center;
}
.round-black-btn {
    border-radius: 4px;
    background: #212529;
    color: #fff;
    padding: 7px 45px;
    display: inline-block;
    margin-top: 20px;
    border: solid 2px #212529;
    transition: all 0.5s ease-in-out 0s;
}
.round-black-btn:hover,
.round-black-btn:focus {
    background: transparent;
    color: #212529;
    text-decoration: none;
}

.product-info-tabs {
    margin-top: 25px;
}
.product-info-tabs .nav-tabs {
    border-bottom: 2px solid #d8d8d8;
}
.product-info-tabs .nav-tabs .nav-item {
    margin-bottom: 0;
}
.product-info-tabs .nav-tabs .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
    color: #323232;
}
.product-info-tabs .nav-tabs .nav-item .nav-link:hover {
    border: none;
}
.product-info-tabs .nav-tabs .nav-item.show .nav-link,
.product-info-tabs .nav-tabs .nav-link.active,
.product-info-tabs .nav-tabs .nav-link.active:hover {
    border: none;
    border-bottom: 2px solid #d8d8d8;
    font-weight: bold;
}
.product-info-tabs .tab-content .tab-pane {
    padding: 30px 20px;
    font-size: 15px;
    line-height: 24px;
    color: #7a7a7a;
}
.review-form .form-group {
    clear: both;
}
.mb-20 {
    margin-bottom: 20px;
}

.review-form .rate {
    float: none;
    display: inline-block;
}
.review-heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #000;
}
.review-form .form-control {
    font-size: 14px;
}
.review-form input.form-control {
    height: 40px;
}
.review-form textarea.form-control {
    resize: none;
}
.review-form .round-black-btn {
    text-transform: uppercase;
    cursor: pointer;
}


/* Please ❤ this if you like it! */


@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

/* #Primary
================================================== */

body{
	background-image: url('/themes/_assets/images/doodle/bg-wa.webp');
	background-position: center;
	background-repeat: repeat;
	background-size: 10%;
	background-color: #fff;
	overflow-x: hidden;
    transition: all 200ms linear;
}
::selection {
	color: #fff;
	background-color: #8167a9;
}
::-moz-selection {
	color: #fff;
	background-color: #8167a9;
}


/* #Navigation
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 20px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 24px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 28px;
	width: auto;
	display: block;
  filter: brightness(10%);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #212121 !important;
	font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color: #8167a9 !important;
}
.nav-item.active .nav-link{
	color: #777 !important;
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #8167a9;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
	background-color: #fff !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}
body.hero-anime p{
	opacity: 0;
	transform: translateY(40px);
    transition-delay: 1700ms;
}
body.hero-anime h1 span:nth-child(1){
	opacity: 0;
	transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(2){
	opacity: 0;
	transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(3){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(4){
	opacity: 0;
	transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(5){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(6){
	opacity: 0;
	transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(7){
	opacity: 0;
	transform: translateY(-40px);
}
body.hero-anime h1 span:nth-child(8){
	opacity: 0;
	transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(9){
	opacity: 0;
	transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(10){
	opacity: 0;
	transform: translateY(-20px);
}
h1 span:nth-child(1){
    transition-delay: 1000ms;
}
h1 span:nth-child(2){
    transition-delay: 700ms;
}
h1 span:nth-child(3){
    transition-delay: 900ms;
}
h1 span:nth-child(4){
    transition-delay: 800ms;
}
h1 span:nth-child(5){
    transition-delay: 1000ms;
}
h1 span:nth-child(6){
    transition-delay: 700ms;
}
h1 span:nth-child(7){
    transition-delay: 900ms;
}
h1 span:nth-child(8){
    transition-delay: 800ms;
}
h1 span:nth-child(9){
    transition-delay: 600ms;
}
h1 span:nth-child(10){
    transition-delay: 700ms;
}
body.hero-anime h1 span:nth-child(11){
	opacity: 0;
	transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(12){
	opacity: 0;
	transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(13){
	opacity: 0;
	transform: translateY(20px);
}
body.hero-anime h1 span:nth-child(14){
	opacity: 0;
	transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(15){
	opacity: 0;
	transform: translateY(50px);
}
h1 span:nth-child(11){
    transition-delay: 1300ms;
}
h1 span:nth-child(12){
    transition-delay: 1500ms;
}
h1 span:nth-child(13){
    transition-delay: 1400ms;
}
h1 span:nth-child(14){
    transition-delay: 1200ms;
}
h1 span:nth-child(15){
    transition-delay: 1450ms;
}
#switch,
#circle {
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
#switch {
	width: 60px;
	height: 8px;
	border: 2px solid #8167a9;
	border-radius: 27px;
	background: #000;
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	opacity: 1;
	transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}
body.hero-anime #switch{
	opacity: 0;
	transform: translateY(40px);
    transition-delay: 1900ms;
}
#circle {
	position: absolute;
	top: -11px;
	left: -13px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #000;
}
.switched {
	border-color: #000 !important;
	background: #8167a9 !important;
}
.switched #circle {
	left: 43px;
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
	background: #fff;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover,
.dropdown-item:focus {
	color: #fff;
	background-color: rgba(129,103,169,.6);
}

body.dark{
	color: #fff;
	background-color: #1f2029;
}
body.dark .navbar-brand img{
  filter: brightness(100%);
}
body.dark h1{
	color: #fff;
}
body.dark h1 span{
    transition-delay: 0ms !important;
}
body.dark p{
	color: #fff;
    transition-delay: 0ms !important;
}
body.dark .bg-light {
	background-color: #14151a !important;
}
body.dark .start-header {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
body.dark .start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
body.dark .nav-link{
	color: #fff !important;
}
body.dark .nav-item.active .nav-link{
	color: #999 !important;
}
body.dark .dropdown-menu {
	color: #fff;
	background-color: #1f2029;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
body.dark .dropdown-item {
	color: #fff;
}
body.dark .navbar-light .navbar-toggler-icon {
	border-bottom: 1px solid #fff;
}
body.dark .navbar-light .navbar-toggler-icon:after,
body.dark .navbar-light .navbar-toggler-icon:before{
	background-color: #fff;
}
body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}

.invoices-code{
	text-align: right;
}

/* #Media
================================================== */

@media (max-width: 767px) {
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	body.dark .nav-item::before {
		background-color: #fff;
	}
	body.dark .dropdown-toggle::after {
		background-color: #fff;
	}
	body.dark .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
	}
	.site-header{
		margin-top: 42px;
	}
	.invoices-code{
		text-align: center;
	}
}

/* #Link to page
================================================== */

.logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	z-index: 100;
	transition: all 250ms linear;
}
.logo img {
	height: 26px;
	width: auto;
	display: block;
  filter: brightness(10%);
	transition: all 250ms linear;
}
body.dark .logo img {
  filter: brightness(100%);
}

.text-danger strong {
	color: #9f181c;
}
.receipt-main {
	background: #ffffff none repeat scroll 0 0;
	border-bottom: 12px solid #333333;
	border-top: 12px solid #9f181c;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 40px 30px !important;
	position: relative;
	box-shadow: 0 1px 21px #acacac;
	color: #333333;
	font-family: 'Poppins', sans-serif;
}
.receipt-main p {
	color: #333333;
	font-family: 'Poppins', sans-serif;
	line-height: 1.42857;
}
.receipt-footer h1 {
	font-size: 15px;
	font-weight: 400 !important;
	margin: 0 !important;
}
.receipt-main::after {
	background: #414143 none repeat scroll 0 0;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	right: 0;
	top: -13px;
}
.receipt-main thead {
	background: #414143 none repeat scroll 0 0;
}
.receipt-main thead th {
	color:#fff;
}
.receipt-right h5 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 7px 0;
}
.receipt-right p {
	font-size: 12px;
	margin: 0px;
}
.receipt-right p i {
	text-align: center;
	width: 18px;
}
.receipt-main td {
	padding: 9px 20px !important;
}
.receipt-main th {
	padding: 13px 20px !important;
}
.receipt-main td {
	font-size: 13px;
	font-weight: initial !important;
}
.receipt-main td p:last-child {
	margin: 0;
	padding: 0;
}
.receipt-main td h2 {
	font-size: 20px;
	font-weight: 900;
	margin: 0;
	text-transform: uppercase;
}
.receipt-header-mid .receipt-left h1 {
	font-weight: 100;
	margin: 34px 0 0;
	text-align: right;
	text-transform: uppercase;
}
.receipt-header-mid {
	margin: 24px 0;
	overflow: hidden;
}

#container {
	background-color: #dcdcdc;
}

.card-custom{
	border-radius: 12px;
	border: 0px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.card-custom:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.card-img-top{
	width: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
	cursor: pointer;
}
.label-new{
	position: absolute;
    bottom: 0;
}
.label-new > span {
	border-top-right-radius: 50px;
}

/* gift */

.gift {
    position: absolute;
    bottom: 0px;
    width: 150px;
    left: 172px;
    z-index: 12;
    height: 180px;
}
.ribbon_right {
    width: 45px;
    height: 45px;
    border-radius: 100% 100% 100% 0px;
    box-shadow: 0px 0px 0px 10px #1495f1 inset;
    position: absolute;
    right: 30px;
}
.ribbon_left {
    width: 45px;
    height: 45px;
    border-radius: 100% 100% 0px 100%;
    box-shadow: 0px 0px 0px 10px #1aa8fc inset;
    position: absolute;
    left: 30px;
}
.gift_box_top {
    height: 28px;
    top: 45px;
    position: absolute;
    width: 150px;
    background: #ff7d6d;
    box-shadow: -75px 0px 0px #ff6259 inset;
}
.gift_ribbon_center {
    width: 2px;
    bottom: 0px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0px auto;
    background: #1cadfe;
    height: 140px;
    border-right: 6px solid #28C9FF;
    border-left: 6px solid #28C9FF;
    z-index: 10;
}
.gift_box_bottom {
    background: #ff8168;
    bottom: 0px;
    height: 102px;
    overflow: hidden;
    right: 7px;
    position: absolute;
    width: 136px;
    box-shadow: -70px 0px 0px #fe6d68 inset;
}
.gift_box_bottom_top {
    height: 5px;
    width: 136px;
    right: 7px;
    position: absolute;
    bottom: 102px;
    background: #dd4b4c;
}
.gift_ribbon_left {
    height: 55px;
    width: 15px;
    left: 15px;
    position: absolute;
    background: #28c9ff;
    top: 40px;
    z-index: 11;
}
.gift_ribbon_left:after {
    border-width: 9px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #ff8168;
    z-index: 12;
    position: absolute;
    content: "";
    bottom: 0px;
}
.gift_box_bottom_ribbon {
    position: absolute;
    right: -25px;
    height: 12px;
    width: 110px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #ff4149;
}
#ribbon1 {
    top: -15px;
}
#ribbon2 {
    top: 20px;
}
#ribbon3 {
    top: 55px;
}
#ribbon4 {
    top: 90px;
}

.gift_top {
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    o-transition: all 0.6s ease-in-out;
    width: 100%;
    position: absolute;
    top: 0px;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
/* .gift:hover .gift_top {
    top: -100px;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
} */
.gift_ribbon_left {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    o-transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.gift_ribbon_center {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    o-transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
/* .gift:hover .gift_ribbon_left {
    height: 32px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.gift:hover .gift_ribbon_center {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    height: 102px;
} */
.gift_box_bottom_top {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}
/* .gift:hover .gift_box_bottom_top {
    height: 0px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    o-transition: all 0.3s ease-in-out;
} */
.giftcard {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 1px 0px 1px #fee4c0;
    padding: 10px;
    width: 80px;
    font-size: 15px;
font-family: 'Source Sans Pro', sans-serif;
    color: #ff3f48;
    left: 0px;
    top: 100px;
    right: 0px;
    margin: 0px auto;
    position: absolute;
    line-height: 26px;
    z-index: -1;
    text-align: center;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    o-transition: all 0.6s ease-in-out;
}
/* .gift:hover .giftcard {
    top: -10px;
} */

/* end gift */

/* custom gift */

.card-custom::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 10px;
	width: 101%;
	height: 105%;
	/* background-image: linear-gradient(to right bottom, #4081f8, #7dd2f9); */
	background-image: linear-gradient(to right bottom, #c91214, #fb8a3a);
	z-index: -1;
	border-radius: 15px;
	transform: rotate(-5deg);
	box-shadow: 0 0 45px 5px rgba(0, 0, 0, .2);
	transition: all 0.5s cubic-bezier(.25,.8,.25,1);

	/* left: -3%; */
    /* width: 106%; */
	/* transform: rotate(0deg); */
}
.card-custom:hover::before{
	left: -3%;
    width: 106%;
	transform: rotate(0deg);
}
@media screen and (max-width: 500px) {
	.card::before {
	  top: 0;
	  left: -3%;
	}
}

.card-custom .gift_top{
	/* animation-name: mymove1;
  	animation-duration: 5s;
	animation-fill-mode: forwards; */
	transform: translate(0px, 230px) rotate(-90deg);
	opacity: 0;
	z-index: -1;
	/* opacity: 1; */
	/* transform: translate(-50px, -100px) rotate(-30deg); */
}
.card-custom:hover .gift_top{
	animation-name: mymove2;
  	animation-duration: 2s;
	animation-timing-function: cubic-bezier(.2, .65, .6, 1);
	animation-fill-mode: forwards;
	/* transform: translate(0px, 0px) rotate(0deg); */
}
@keyframes mymove2 {
    0% {
		opacity: 0;
        transform : translate(0px, 230px) rotate(-90deg);
    }
    50% {
		/* opacity: 0.5; */
        transform: translate(-80px, -100px) rotate(-45deg);
    }
	75% {
		/* opacity: 0.7; */
		z-index: -1;
        transform: translate(-20px, -90px) rotate(-20deg);
    }
	100% {
		opacity: 1;
		z-index: 1;
        transform: translate(0px, 0px) rotate(0deg);
    }
}
.card-custom .ribbon_right{
	top: -45px;
	right: calc(50% - 45px);
}
.card-custom .ribbon_left{
	top: -45px;
	left: calc(50% - 45px);
}
.card-custom .gift_box_top{
	width: 110%;
    left: -5%;
	top: 0;
}
.card-custom .gift_ribbon_left{
	top: 0;
}
.header-gift .gift{
    transform: scale(0.3) translate(0px, -10px);
    right: calc(50% - 75px);
    bottom: 28px;
    left: inherit;
    /* right: 172px;
    bottom: -62px; */
    z-index: -1;
    animation:bob 3s linear infinite;
}
@media screen and (min-width: 768px) {
    .header-gift h2{
        margin-top: 77px;
    }
	.header-gift .gift{
        bottom: -21px;
    }
}
@keyframes bob {
    50% { transform: scale(0.3) translate(0px, 10px); }
}

@-webkit-keyframes flame {
    0% {
        height: 12px;
        background: #fdd214;
    }
    50% {
        height: 14px;
        background: #ffc617;
    }
    100% {
        height: 12px;
        background: #fdd214;
    }
}
@keyframes flame {
    0% {
        height: 12px;
        background: #fdd214;
    }
    50% {
        height: 14px;
        background: #ffc617;
    }
    100% {
        height: 12px;
        background: #fdd214;
    }
}
@-moz-keyframes flame {
    0% {
        height: 12px;
        background: #fdd214;
    }
    50% {
        height: 14px;
        background: #ffc617;
    }
    100% {
        height: 12px;
        background: #fdd214;
    }
}

