
  /*!  Toast */ 
 .native-toast{position:fixed;background-color:rgba(50,50,50,.8);border-radius:33px;color:#fff;left:50%;text-align:center;padding:10px 20px;opacity:0;z-index:99999;width:18rem;transition:transform .25s,opacity .25s,top .25s;box-sizing:border-box;box-shadow:0 5px 5px rgba(0,0,0,.12),0 6px 6px rgba(0,0,0,.13);-webkit-box-shadow:0 5px 5px rgba(0,0,0,.12),0 6px 6px rgba(0,0,0,.13);-moz-box-shadow:0 5px 5px rgba(0,0,0,.12),0 6px 6px rgba(0,0,0,.13)}.native-toast-bottom{bottom:50px;-ms-transform:translateX(-50%) translateY(50px);transform:translateX(-50%) translateY(50px)}.native-toast-bottom.native-toast-shown{opacity:1;-ms-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}.native-toast-bottom.native-toast-edge{bottom:0}.native-toast-top{top:80px;-ms-transform:translateX(-50%) translateY(-50px);transform:translateX(-50%) translateY(-50px)}.native-toast-top.native-toast-shown{opacity:1;-ms-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}.native-toast-top.native-toast-edge{top:0}.native-toast-center{top:0;-ms-transform:translateX(-50%) translateY(-50px);transform:translateX(-50%) translateY(-50px)}.native-toast-center.native-toast-shown{opacity:1;top:50%;-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.native-toast-edge{border-radius:0;width:100%;text-align:left}@media screen and (min-width:40rem){.native-toast:not(.native-toast-edge){max-width:18rem}}.native-toast-error{background-color:#d92727;color:#fff}.native-toast-success{background-color:#62a465;color:#fff}.native-toast-warning{background-color:#fdaf17;color:#fff}.native-toast-info{background-color:#5060ba;color:#fff}[class^=native-toast-icon-]{vertical-align:middle;margin-right:8px}[class^=native-toast-icon-] svg{width:16px;height:16px}
 
 
 /*!
 * Custom CSS 
 */
body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,Roboto, "Segoe UI","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
   
	letter-spacing: 0.15px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #FFFFFF!important;
    font-size: 0.9rem !important;
	
	
}

.loader {
	border: 4px solid #f3f3f3;
	border-radius: 50%;
	border-top: 4px solid #aaaaaa;
	width: 25px;
	height: 25px;
	-webkit-animation: spin 2s linear infinite; /* Safari */

	animation: spin 2s linear infinite;
}


body.modal-open {
	overflow: auto;
	padding-right: 0 !important;
}

/* Safari */

@-webkit-keyframes spin {

	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {

	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


a {
	color: #555;
}
a:hover{
	text-decoration: none;
	color: #555;
}

:focus {   
    outline-width: 0px;
}

input:focus, input.form-control:focus {

    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: none;
}


#loader{
	background-color: #FFF;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right:0;
	z-index: 2999;
}

#loader.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.1s linear;
}

#loader.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.1s, opacity 0.1s linear;
}

#loader .logo {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#loaderajax{
	background-color: #FFF;
	position: relative;
	top: 58px;
	margin: 3px;
	bottom: 0;
	left: 0;
	right:0;
	z-index: 2998;
}

#loaderajax.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.1s linear;
}

#loaderajax.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.1s, opacity 0.1s linear;
}

#loaderajax .logo {
	position: relative;
	top: 200px;
	transform: translateY(-50%);
}
	
.medium{
	font-size: 0.8rem !important;
}

.qty-box{
		max-width: 7.1em; margin-top: -0.5rem;
		background-color: #FFF;
	}

.remove-item{z-index:9;}
.balanceZshow{display: none;}
.emptyShow{margin:0 auto 20px;max-width:500px;}

@media (min-width: 576px){
	
	.loginPageBg{
		background-image: url("../images/others/giftbg.png");
		background-repeat: repeat;
		background-color: #004C8F !important;
	}
}

@media (min-width: 769px){
	.container-main {
		max-width: 100% !important;
	}
	
	.loginPage{
		max-width: 1000px; 
		border-radius: 10px; 
		min-height: 60vh; 
		position: fixed; 
		top: 50%; 
		left: 50%; 
		transform: translate(-50%, -50%); 
		-webkit-transform: translate(-50%, -50%); 
		-moz-transform: translate(-50%, -50%); 
		-o-transform: translate(-50%, -50%); 
		-ms-transform: translate(-50%, -50%);
	}
	

	
	.loginlogo{
		margin-top: 50px !important;
		max-width: 170px;
	}

	.loginPageBg{
		background-image: url("../images/others/giftbg.png");
		background-repeat: repeat;
		background-color: #004C8F !important;
	}

	.gradient1{
		background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.1));  
	}
	.border-desktop {
		border: 1px solid #dee2e6!important;
	}
	.remove-item{
		width: 20px;
		height: 20px;
		position:absolute; 
		
		right:0;
		margin-top: 38px;		
	}	
	
	.remove-item>svg:hover{
		color: #dc3545;
	}
	
	
	.total-amount{
		padding-right: 3em !important;
	}
	.d-px-4{
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	
	
	.d-pt-3{
		padding-top: 1rem !important;		
	}
	.d-mr-3{
		margin-right: 1rem !important;		
	}
	.d-ml-3{
		margin-left: 1rem !important;		
	}
	
	
	
	#pointdetails{
		padding-left: 3rem;
	}
	
	#cartsummary{
		padding-right: 3rem;
		border-right: 1px solid #EEE;
	}
	
	#cartsummary_shipping{
		
		border: 1px solid #EEE;
		padding: 1rem 2rem;
		background-color: #F9f9f9;
	}
	
	#shipping{
		padding-right: 4rem;
		
	}
	
	#shippingaddress{
		padding-left: 5%;
	}
	
	#ordersummary{
		padding-right: 5% !important;
		border-right: 1px solid #EEE;
	}
	
}


@media screen and (min-width: 992px) {
	.product-box{
		cursor: pointer;
		overflow: visible;
		transition: all 0.2s ease;	
		margin: 0 -1px -1px 0;
		
		
	}
	.product-box:hover{
		box-shadow: 0 5px 10px rgba(0,0,0,0.12), 0 6px 6px rgba(0,0,0,0.13);
		-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.12), 0 6px 6px rgba(0,0,0,0.13);
		   -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.12), 0 6px 6px rgba(0,0,0,0.13);
		margin-top: -3px;

	}
	
	

	.product-box:hover .overlay {
	  height: 100%;  
	}

	.px-d-3{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	.remove-item{
		
		
		right:0;
		margin-top: 0px;			
	}
	

	
}

.overlay {
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  background-color: rgba(0,0,0,0.7);
	  overflow: hidden;
	  width: 100%;
	  height: 0;
	  transition: .5s ease;
	}


.product-box{
	cursor: pointer;
	overflow: visible;
	transition: all 0.2s ease;	
	margin: 0 -1px -1px 0;
	background-color: #FFFFFF;
	position: relative;
}

.product-box img{
	padding: 8px;
	
	
}

.product-box .card-body{
	margin: 0px 10px 15px 10px;
	padding: 0;
}

.product-box .card-title{
	color: #777 !important;
	height: 35px;
}

.product-box .card-body>h6 {
  
  overflow: hidden;
  o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.product-box .card-body>h6:hover { 
  overflow: visible;  
  display: inline-block;
	
}

.logo{
	max-width: 180px;
}

.loginlogo{		
	max-width: 170px;
}
	
.navbar-icon-badge {
    position: absolute;
	margin-top: -10px;
	margin-left: -10px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 50%;    
	opacity: 0.5;
    font-size: 0.7rem;
    line-height: 20px;
}

.c-p{
	cursor: pointer;
}
.border-rounded{
	border-radius: 2rem !important;
}

.card{
	background-color: #fff!important;
}





.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.row-alt{
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex; -ms-flex-wrap: wrap; 
	flex-wrap: wrap;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #cccccc;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}




.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
	
    height: 0;
	display: inline-block;
	position: relative;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding: 0 13px;
}

.videowrapper.ended::after {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 13px;
	cursor: pointer;
	background-color: rgba(0,0,0,0.8);
	background-repeat: no-repeat;
	background-position: center; 
	background-size: 64px 64px;
	background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
}
.videowrapper.paused::after {
	content:"";
	position: absolute;
	top: 0px;
	left: 0;
	bottom: 0px;
	right: 0;
	margin: 0 13px;
	cursor: pointer;
	background-color: rgba(0,0,0,0.8);
	background-repeat: no-repeat;
	background-position: center; 
	background-size: 60px 60px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTggNTgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU4IDU4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Y2lyY2xlIHN0eWxlPSJmaWxsOiNFQkJBMTY7IiBjeD0iMjkiIGN5PSIyOSIgcj0iMjkiLz4NCjxnPg0KCTxwb2x5Z29uIHN0eWxlPSJmaWxsOiNGRkZGRkY7IiBwb2ludHM9IjQ0LDI5IDIyLDQ0IDIyLDI5LjI3MyAyMiwxNCAJIi8+DQoJPHBhdGggc3R5bGU9ImZpbGw6I0ZGRkZGRjsiIGQ9Ik0yMiw0NWMtMC4xNiwwLTAuMzIxLTAuMDM4LTAuNDY3LTAuMTE2QzIxLjIwNSw0NC43MTEsMjEsNDQuMzcxLDIxLDQ0VjE0DQoJCWMwLTAuMzcxLDAuMjA1LTAuNzExLDAuNTMzLTAuODg0YzAuMzI4LTAuMTc0LDAuNzI0LTAuMTUsMS4wMzEsMC4wNThsMjIsMTVDNDQuODM2LDI4LjM2LDQ1LDI4LjY2OSw0NSwyOXMtMC4xNjQsMC42NC0wLjQzNywwLjgyNg0KCQlsLTIyLDE1QzIyLjM5NCw0NC45NDEsMjIuMTk3LDQ1LDIyLDQ1eiBNMjMsMTUuODkzdjI2LjIxNUw0Mi4yMjUsMjlMMjMsMTUuODkzeiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
}

@media screen and (max-width: 768px) {
	.fullscreenModal .modal-header .close {
		color: #FFF;
	}
	
	.remove-item{
		width: 20px;
		height: 20px;
		position:absolute; 
		
		right:0;
		margin-top: 38px;			
	}
	
	.remove-item>svg:hover{
		color: #dc3545;
	}
}





.checkmark {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #4bb71b;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position:relative;
    top: 5px;
    right: 5px;
   margin: 0 auto;
}
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #4bb71b;
    fill: #fff;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
 
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}



/* Cart Icon Ripple effect */

.cartQty::before {
  content: "";
  position: absolute;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: inherit;
  border-radius: 50%;
  z-index: -1;
  animation: ripple 1.5s ease-out;
}


.cartQty:first-child {
  background-color: #ff414d;
}

.cartQty:first-child::before {
  animation-delay: 0.2s;
}


@keyframes ripple {
  from {
    opacity: 1;
    transform: scale(0);
  }
  to {
    opacity: 0;
    transform: scale(3);
  }
}

/* Cart Icon Ripple effect */


/* Animation */

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.toast {
    min-width: 275px;
}

#Rpt_ProductImage{
	margin-left: -10px !important;
	margin-right: -10px !important;
}
.offerBand{
	background-color: #004C8F;
	color: #FFFFFF;
	padding: 0px 7px;
	position: absolute;
	bottom: 7px;
	left: -7px;
	z-index:998; 
	border-radius: 0px 1rem 1rem 0;
	padding-top: -0.5rem!important;
}



  
  .ribbon-edge-topleft,
  .ribbon-edge-topright,
  .ribbon-edge-bottomleft,
  .ribbon-edge-bottomright {
	position: absolute;
	z-index: 1;
	border-style:solid;
	height:0px;
	width:0px;
}

  .ribbon-edge-topleft,
  .ribbon-edge-topright {
}

  .ribbon-edge-bottomleft,
  .ribbon-edge-bottomright {
	top: 10px;
}

  .ribbon-edge-topleft,
  .ribbon-edge-bottomleft {
	left: -10px;
	border-color: transparent #023059 transparent transparent;
}

  .ribbon-edge-topleft {
	bottom: 29px;
	border-width: 5px 7px 0 3px;
}
  .ribbon-edge-bottomleft {
	border-width: 0 10px 0px 0;
}

  .ribbon-edge-topright,
  .ribbon-edge-bottomright {
	left: 200px;
	border-color: transparent transparent transparent #9B1724;
}

  .ribbon-edge-topright {
	top: 0px;
	border-width: 0px 0 0 10px;
}
  .ribbon-edge-bottomright {
	border-width: 0 0 5px 10px;
}


@-webkit-keyframes flow {
	0% { left:-20px;opacity: 0;}
	50% {left:100px;opacity: 0.3;}
    100%{ left:180px;opacity: 0;}
}
@keyframes flow {
	0% { left:-20px;opacity: 0;}
	50% {left:100px;opacity: 0.3;}
    100%{ left:180px;opacity: 0;}
}

.glow{ 
background: rgb(255,255,255); 
width:40px; 
height:100%; 
z-index:999; 
position:absolute;
bottom: 0px;
-webkit-animation: flow 1.5s linear infinite;
-moz-animation: flow 1.5s linear infinite;
-webkit-transform: skew(20deg);
	   -moz-transform: skew(20deg);
	     -o-transform: skew(20deg);
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(1%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */ border-left:1px solid #fff;}



/* Description and T&C tabs */
.tab-container {
	width: 100%;
	max-width: 800px;
	min-height: 200px;
	background-color: #fff;
}

.tabs {
	display: flex;
	overflow: auto;
}

	.tabs a {
		width: 100%;
		padding: 10px 20px;
		border: 0px solid #ffffff;
		cursor: pointer;
		background-color: #eee;
		color: #000;
		border-radius: 0;
	}

		.tabs a.active,
		.tabs a:hover {
			outline: 0px solid #ffffff;
			background-color: #ccc;
			color: #000;
		}

.tab-content {
	padding: 10px 20px;
}

.hidden {
	display: none;
}

a {
	color: #fc7904;
	text-decoration: none;
}

.author {
	position: absolute;
	left: 35px;
	top: 35px;
	color: #fff;
}

.descptionsDetlsWrap p {
	margin-bottom: 0.3rem;
}
/* Description and T&C tabs */
.quantity {
    display: flex;
    border: 1px solid #6c757d;
    border-radius: 4px;
    overflow: hidden;
}

    .quantity button {
        color: #fff;
        border: none;
        cursor: pointer;
        font-size: 20px;
        width: 60px;
        height: auto;
        text-align: center;
        transition: background-color 0.2s;
    }

        .quantity button:hover {
            background-color: #2980b9;
        }

.input-box {
    width: 100%;
    text-align: center;
    border: none;
    padding: 6px 0px;
    font-size: 16px;
    outline: none;
}
