.carousel .control-arrow,.carousel.carousel-slider .control-arrow{-webkit-transition:all .25s ease-in;-moz-transition:all .25s ease-in;-ms-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in;opacity:.4;filter:alpha(opacity=40);position:absolute;z-index:2;top:20px;background:none;border:0;font-size:32px;cursor:pointer}.carousel .control-arrow:focus,.carousel .control-arrow:hover{opacity:1;filter:alpha(opacity=100)}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:''}.carousel .control-disabled.control-arrow{opacity:0;filter:alpha(opacity=0);cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.carousel img{width:100%;display:inline-block;pointer-events:none}.carousel .carousel{position:relative}.carousel .control-arrow{outline:0;border:0;background:none;top:50%;margin-top:-13px;font-size:18px}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{-webkit-transition:all .15s ease-in;-moz-transition:all .15s ease-in;-ms-transition:all .15s ease-in;-o-transition:all .15s ease-in;transition:all .15s ease-in;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);position:relative;list-style:none;white-space:nowrap}.carousel .thumb{-webkit-transition:border .15s ease-in;-moz-transition:border .15s ease-in;-ms-transition:border .15s ease-in;-o-transition:border .15s ease-in;transition:border .15s ease-in;display:inline-block;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.carousel.carousel-slider .control-arrow:hover{background:rgba(0,0,0,0.2)}.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;-webkit-transition:height .15s ease-in;-moz-transition:height .15s ease-in;-ms-transition:height .15s ease-in;-o-transition:height .15s ease-in;transition:height .15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{-webkit-flex-direction:column;flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;-ms-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center}.carousel .slide img{width:100%;vertical-align:top;border:0}.carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.carousel .slide .legend{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:0.25;-webkit-transition:opacity .35s ease-in-out;-moz-transition:opacity .35s ease-in-out;-ms-transition:opacity .35s ease-in-out;-o-transition:opacity .35s ease-in-out;transition:opacity .35s ease-in-out}.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;padding:0;text-align:center;width:100%;z-index:1}@media (min-width: 960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{-webkit-transition:opacity .25s ease-in;-moz-transition:opacity .25s ease-in;-ms-transition:opacity .25s ease-in;-o-transition:opacity .25s ease-in;transition:opacity .25s ease-in;opacity:.3;filter:alpha(opacity=30);box-shadow:1px 1px 2px rgba(0,0,0,0.9);background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1;filter:alpha(opacity=100)}.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,0.9);color:#fff}.carousel:hover .slide .legend{opacity:1}

.navbar {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	background: #f5f5f5;
	z-index: 9;
}

.nav {
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.payu-logo {
	height: 40px;
}

.nav-heading {
	font-size: 20px;
	font-weight: 600;
	color: #0c6150;
}

footer {
	margin-top: auto;
	position: relative;
	bottom: 0;
	width: 100%;
	padding: 20px 10vw;
	padding-bottom: 80px;
	background: #383838;
}

.footer-content {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.footer-title,
.info {
	color: rgba(255, 255, 255, 0.75);
	margin: 20px 0;
	text-transform: capitalize;
	font-size: 10px;
}

.footer-title {
	margin-top: 30px;
	color: #fff;
}

.footer-social-container {
	font-size: 10px;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

.social-link {
	color: #fff;
	margin-left: 20px;
	text-transform: capitalize;
}

.social-link:nth-child(1) {
	margin-left: 0;
}

.footer-credit {
	width: 100%;
	padding: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background: rgba(0, 0, 0, 0.2);
}

.product-details {
	width: 100%;
	padding: 40px 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 24px;
}
.image-slider {
	max-width: 400px;
	width: 100%;
}
.image-slider .product {
	width: 100%;
	padding-bottom: 24px;
}
.details {
	max-width: 496px;
	padding-left: 20px;
}
.details .product-brand {
	text-transform: capitalize;
	font-size: 24px;
	font-weight: 600;
	line-height: 29.05px;
	text-align: left;
}
.details .product-short-des {
	font-size: 12px;
	font-weight: 400;
	line-height: 15.6px;
	text-align: left;
	height: auto;
	margin: 15px 0 30px;
	max-width: 620px;
}
.product-sub-heading {
	font-size: 20px;
	margin: 20px 0 10px;
	font-weight: 300;
}

.details .product {
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}
.details .bookMarkIcon {
	padding-right: 13px;
}
.details .product-subHdng {
	padding-top: 4px;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.94px;
	text-align: left;
	color: #8e8e8e;
}
.details .line-below {
	border-bottom: 1px solid #e4e4e4;
}

.product {
	position: relative;
	display: inline-block;
}

.product .tooltip-text {
	visibility: hidden;
	background-color: #f3f9f8;
	text-align: left;
	border-radius: 6px;
	padding: 5px 10px;
	position: absolute;
	z-index: 1;
	bottom: -35%;
	left: 0;
	right: 0;
	margin-left: 0;
	opacity: 0;
	transition: opacity 0.3s;
	white-space: normal;
	max-width: calc(100vw - 20px);
}

.product-icons:hover .tooltip-text {
	visibility: visible;
	opacity: 1;
}

.checkoutBtns {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	padding-top: 12px;
}

.checkoutPlus,
.checkoutExpress {
	width: 236px;
	padding: 10px 20px;
	border-radius: 42px;
	border: 2px solid transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	background-color: white;
	color: #0c6150;
	border: 1px solid #0c6150;
	font-weight: 400;
	font-size: 14px;
}

.checkoutExpress:hover {
	background-color: #0c6150;
	color: white;
}
.checkoutPlus:hover {
	background-color: #0c6150;
	color: white;
}

.helperLink {
	color: #0c6150;
}
.demoDetails {
	padding-bottom: 10px;
}

.demo-wrapper {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
}
.merchant-details {
	display: flex;
	flex-direction: row;
	padding: 20px 20px;
	align-items: center;
	justify-content: center;
	gap: 50px;
}
.inputs {
	display: flex;
	gap: 20px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	box-sizing: border-box;
	font-weight: 500;
	font-size: 18px;
}
.button-class {
	background-color: #0e342c;
	cursor: pointer;
	padding: 12px 18px;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-around;
	justify-content: center;
}
.merchantInputs {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 15px;
	box-sizing: border-box;
}
merchantInputs input {
	height: 25px;
	border: 1px #d4d4d4 solid;
	border-radius: 5px;
	padding: 15px 10px;
}
@media (max-width: 650px) {
	.product-details {
		flex-direction: column;
		padding: 40px 15px;
	}
	.image-slider {
		align-self: center;
	}
	.merchantInputs {
		padding: 0 10px;
		width: 100%;
	}
	.merchantInputs label {
		display: inline-block;
		width: 100%;
		padding-bottom: 5px;
	}
	.merchantInputs input {
		width: 95%;
	}
	.details {
		width: 100%;
		padding-left: 0;
	}
	.nav-heading {
		font-size: 13px;
		text-align: right;
	}
	.details .product-brand {
		padding-top: 15px;
	}
	.details .product-brand,
	.details .product-short-des {
		font-size: 15px;
	}
	.product-sub-heading {
		font-size: 15px;
	}
	.footer-credit {
		font-size: 10px;
	}
	.merchant-details {
		flex-direction: column;
		gap: 0px;
	}
	.inputs {
		flex-direction: column;
		gap: 15px;
		font-size: 15px;
		padding: 15px;
		align-items: flex-start;
	}
	.colorInputs {
		padding-top: 0;
	}
}

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: theme('borderColor.DEFAULT', currentColor); /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: theme(
    'fontFamily.sans',
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    'Helvetica Neue',
    Arial,
    'Noto Sans',
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji',
    'Segoe UI Symbol',
    'Noto Color Emoji'
  ); /* 4 */
  font-feature-settings: theme('fontFamily.sans[1].fontFeatureSettings', normal); /* 5 */
  font-variation-settings: theme('fontFamily.sans[1].fontVariationSettings', normal); /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

.tw-preflight hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

.tw-preflight h1,
.tw-preflight h2,
.tw-preflight h3,
.tw-preflight h4,
.tw-preflight h5,
.tw-preflight h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

.tw-preflight a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

.tw-preflight b,
.tw-preflight strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

.tw-preflight code,
.tw-preflight .tw-preflight kbd,
.tw-preflight .tw-preflight samp,
.tw-preflight pre {
  font-family: theme(
    'fontFamily.mono',
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    'Liberation Mono',
    'Courier New',
    monospace
  ); /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

.tw-preflight small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

.tw-preflight sub,
.tw-preflight sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.tw-preflight sub {
  bottom: -0.25em;
}

.tw-preflight sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

.tw-preflight table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

.tw-preflight button,
.tw-preflight input,
.tw-preflight optgroup,
.tw-preflight select,
.tw-preflight textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

.tw-preflight button,
.tw-preflight select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

.tw-preflight button,
.tw-preflight [type='button'],
.tw-preflight [type='reset'],
.tw-preflight [type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

.tw-preflight progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

.tw-preflight summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

.tw-preflight blockquote,
.tw-preflight dl,
.tw-preflight dd,
.tw-preflight h1,
.tw-preflight h2,
.tw-preflight h3,
.tw-preflight h4,
.tw-preflight h5,
.tw-preflight h6,
.tw-preflight hr,
.tw-preflight figure,
.tw-preflight p,
.tw-preflight pre {
  margin: 0;
}

.tw-preflight fieldset {
  margin: 0;
  padding: 0;
}

.tw-preflight legend {
  padding: 0;
}

.tw-preflight ul,
ol,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

.tw-preflight textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

.tw-preflight input::placeholder,
.tw-preflight textarea::placeholder {
  opacity: 1; /* 1 */
  color: theme('colors.gray.400', #9ca3af); /* 2 */
}

/*
Set the default cursor for buttons.
*/

.tw-preflight button,
[role='button'] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

.tw-preflight img,
.tw-preflight svg,
.tw-preflight video,
.tw-preflight canvas,
.tw-preflight audio,
.tw-preflight iframe,
.tw-preflight embed,
.tw-preflight object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

.tw-preflight img,
.tw-preflight video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

:root {
	--theme-dark-color: #0c6150;
	--theme-light-color: #f3f5f5;
	--theme-background-color: #ffffff;
	--theme-text-color: #0e342c;
	--theme-footer-color: #2e2e2e;
	--theme-button-text-color: #ffffff;
	--theme-message-background-color: #ffffff;
	--theme-message-text-color: #0e342c;
	--theme-message-side-page-background-color: #f6fbff;
}

