@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Questrial&family=Syne:wght@400..800&family=Unbounded:wght@200..900&display=swap');  

/*  font-family: "Titillium Web", sans-serif;
  font-family: "DM Serif Display", serif;
  */

/*************** DEFAULT CSS ***************/
:root {
	--body-font: "Poppins", sans-serif;
	--body-color: #000;
	--primary-color: #1f0993;
	--secondary-color: #dd3333;
	--tertiary-color: #FFFDD1;
	--quaternary-color:#DFF4FC;	
	--black: #000;
	--white: #fff;
	--grey: #DCDDDE;	
	--grey-light: #F8F8F8;
	--grey-dark: #6D6D6D;		 	 
	--font-light:300;
	--font-normal:400;
	--font-medium:600;	
	--font-bold:700;
	--font-heaavy:800;
}

body {

	font-family: var(--body-font);
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	/*letter-spacing: -.1em;*/
	font-weight: var(--font-weight-normal);
	color: var(--body-color);
	text-decoration: none;
	margin: 0px;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	background: var(--white); 
	background-attachment:fixed;
	overflow-x: hidden;
}


/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 5px;
}
 
::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
 
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background:  var(--primary-color);
}

html {
	scroll-behavior: smooth;
	overflow-x:hidden;
}

* {
	-webkit-box-sizing: border-box;
	-mox-box-sizing: border-box;
	box-sizing: border-box;
}

::selection {
	background: var(--primary-color);
	/* Safari */
	color:var(--white);
}

::-moz-selection {
	background: var(--primary-color);
	/* Firefox */
	color:var(--white);
}

a {
	color: var(--body-color);
	text-decoration: none;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

a:hover {
	color: var(--primary-color);
}

p {
	margin: 0px 0 30px 0;
	clear: left;
	padding: 0;
	font-weight: normal;
	font-size: 100%;
 
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
}

.hr {
	margin: 30px 0;
	height: 1px;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0 ,0.2);
	display: block;
	width: 100%;
	height:1px;
	position: relative;
}
 
img {
	border: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;

}

a img {
	border: 0;
}

/*-----------text styles------------*/


.text-white {
	color: var(--white) !important;
}

.text-black {
	color: var(--black) !important;
}

.text-red {
	color: var(--primary-color) !important;
}
  
.text-yellow {
	color: var(--secondary-color) !important;
}
 
.text-center {
	text-align: center;
}
.text-right{
	text-align:right;
}

.text-justify {
	text-align: justify;
}


/*************** PRELOADER ***************/

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:var(--white);
	z-index: 999999;
}

#status {
	width: 300px;
	height: 350px;
	position: absolute;
	/*background-color:var(--white);*/
	left: 50%;
	top: 50%;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center center;
	background-size:50%;
	margin: -150px 0 0 -150px;
}

 
 

 
/*********************************/

.container {
	width: 1320px;
	margin: 0 auto;
}
.fullheight {
	width: 100%;
	height:100vh;
	overflow:auto;
 
} 
.fullwidth {
	width: 100%;
	display: block;
} 


section {
	width: 100%;
	display:block;
	position: relative;
	 
}

.section-spacing{
	 padding:100px 0;
 }
.sticky{
 	position: -webkit-sticky !important;
	position: sticky !important;
	top: 190px;
	width:100%;
 
}

/*********************************************/ 
 
.top-container{
	width:100%;
	position:relative;
    border-bottom: 1px solid #eaeaea;
    padding-top: 10px;
    padding-bottom: 10px;
	-webkit-transition: all 300ms ease-in-out;
	 -moz-transition: all 300ms ease-in-out;
	 transition: all 300ms ease-in-out;
}

 header.smaller .top-container{
	display:none;
 } 
 
 .top-info-wrap{
 	width: 100%;
    display: flex;
    flex-wrap: wrap;
	color:var(--white);
	justify-content: space-between;
 }

 .top-info-wrap i{
	 	margin-right:5px;
 	} 
 .top-left,  .top-right{
  	display: flex;
    flex-wrap: wrap;
	gap:0 15px;
	align-items: center;
	}
	.top-left span.call {
    background: #1f0993;
    color: #ffffff ;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    padding: 7px 17px;
    border-radius: 30px;
}
	.top-left span.call:hover {
		background-color: var(--secondary-color);
	}

.top-left .loc i {
	color: #dd3333;
}


	.top-left span.call a {
		color: #fff;
	}
.top-left .inline {
    color: #6D6D6D;
    font-size: 15px;
}
.top-right .inline a,
.top-right .inline i{
	color: #787878;
	    font-size: 15px;
}
.top-right .inline a:hover {
	color: var(--secondary-color);
}

 .top-right{}
 
.sm-icon{
	display:flex;
	gap:0 10px;
}
.sm-icon a {
	color:var(--white);	 
}

.sm-icon a:hover {
	color:var(--quaternary-color);
 
}


.fill-form-group {
    flex: 0 0 100% !important;
}

.cart-right {
    display: flex;
    gap: 10px;
    align-items: center;
}
 /*******************/ 
 header{
	 width:100%; 
	 position:relative;
	 left:0;
	 top:0;
	 padding:0;
	 z-index:5;
	 box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    background: #ffffff;
	 -webkit-transition: all 300ms ease-in-out;
	 -moz-transition: all 300ms ease-in-out;
	 transition: all 300ms ease-in-out;
}
 header.smaller {
	padding:0;
	position: fixed;	 
	box-shadow: 0px 10px 20px 0px rgba(123, 123, 123, 0.1);  
}
 header.smaller .thirty-six-years img {
    width: 80px;}
.header{
    width:100%;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding:10px 0;
}

.logo {
	width: 250px;
}

.logo img {
	width:100%;
	display:block;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
header.smaller .logo {
	width:155px;
	margin:0;
	background-color:transparent;
}
 
 .logo-text{
 	text-align:center;
	
 }

.logo-text h1{
	 font-size:42px;
	 line-height:42px;
	 margin:0 0 10px 0;
 	 color:var(--primary-color); 
	 font-weight:var(--font-bold);	 
 }
  .logo-text h2{
 	 color:#2B2B2B;
	 margin:0;
	 font-size:18px;
	 line-height:18px;
	 font-weight:var(--font-bold);	 
 } 
 

	
/**********************/
.search-holder {
    width: 190px;
    display: flex;
    overflow: hidden;
    padding-right: 10px;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    background-image: none !important;
    color: #333;
    padding: 5px;
    margin: 0;
    outline: 0;
    border: 1px solid #ccc;
    position: relative;
    /* flex-wrap: wrap; */
}

.search-input {
	flex-grow: 1;
	border:0;
    border-radius: 0;
    color:var(--white) !important;
    background-color:transparent !important; 
    outline: none;
    vertical-align: middle;
    line-height: 50%;
    height: 34px;
    padding: 0 15px;
    font-size: 0.8125em
}

.search-button {
    background-color: transparent !important;
    color: var(--white);
    width: 34px;
    height: 100%;
    border: 0;
    outline: none;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
}

.lnk-cart {
    padding: 10px 15px;
    background: #1f0993;
    border-radius: 999px;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    /* font-weight: bold; */
}
.lnk-cart:hover  {
    background: var(--secondary-color);
	color: #fff;
}
.items-cart-inner {
    display: flex;
    gap: 5px;
}
.basket-item-count {
-webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    height: 20px;
    left: 49px;
    top: 11px;
    width: 20px;
    background: #fff;
    color: #0f6cb2;
    font-size: 11px;
    text-align: center;
    line-height: 20px;
	display: inline-block;
}
.search-button:hover {
   color:var(--white); 
  
}
 .search-holder-mobile{
	display: none !important;
} 

button.search-button i {
    color: #ccc;
    font-size: 14px;
}
.basket i {
    margin-right: 5px;
}
 
/*************************/

 .banner { 
	width: 100%;
	height:150px;
	overflow:hidden;	 
	display: flex;
	flex-direction:column;
	position: relative;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../images/banner.jpg);
	 
}
 .banner:before {
    position: absolute;
    content: '';
    background: rgb(51 51 51 / 51%);
    top: 0;
    bottom: 0;
    width: 100%;
}
 .banner h2 {
    color: #fff;
    text-align: center;
    font-size: 40px;
	font-weight: bold;
	position: relative;
	z-index: 1;
	margin-bottom: 0;
}

/*************************/
 
.payment-form-wraper {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.form-group {
    flex: 0 0 32%;
	margin-bottom: 15px;
}
.form-group:last-child {
	flex: 0 0 100%;
}
.form-group label {
    display: block;
    font-weight: 600;
    font-size: 16px;
	margin-bottom: 5px;
	text-align: left;
}
.form-group input  {
    padding: 0.78rem;
    background-color: #fff;
    border-radius: 5px;
    transition: background 0.15s ease, border 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02);
	width: 100%;
	display: block;
	font-size: 16px;
	height: 48px;
}
.form-group textarea  {
	padding: 0.69rem;
    background-color: #fff;
    border-radius: 5px;
    transition: background 0.15s ease, border 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02);
	width: 100%;
	display: block;
	font-size: 16px;
}

.input-field  {
	width:100%;
	height:auto;
	padding:10px 20px;
	background-color:#FFF;
	display:block;
	border:1px solid rgba(0, 0, 0, 0.2);
	font-weight:normal;
	margin:0;
	color:#947C56;
	font-size:16px;	
   	float:left;
	border-radius:4px;
}

.form-group textarea.textarea-invoice {
	height: 100px;
}
div#payReinit  {
    display: none;
} 

button.paynow-btn {
	padding: 8px 15px;
    background: #1f0993;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
	border: none;
	outline: none;
	margin-block: 25px;

}
form#paymentFrm {
    text-align: center;
}



.payment-success {
    width: 60%;
    margin: 0 auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 40px;
    border-radius: 20px;
}
.payment-success h2 {
	text-align: center;
	font-weight: 700;
}
table.payment-receipt {
	width: 100%;
}

table.payment-receipt td, table.payment-receipt th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

table.payment-receipt tr:nth-child(even) {
  background-color: #f9f9f9;
}

.payment-success h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 20px;
}
span.success {
    width: 45px;
    height: 45px;
    display: flex;
    margin: 0 auto 15px auto;
    text-align: center;
    background-color: #30c500;
    border-radius: 50%;
    color: #fff;
    justify-content: center;
    align-items: center;
}
span.success i {
	font-size: 20px;
}

/*************************/

.footer {
	text-align: center;
			border-top: 1px solid #ededed;

}
.footer p {
		font-size: 16px;
		padding: 15px 0;	
		margin-bottom: 0;
}

 
/************************************* 1400px *************************************/

@media only screen and (max-width: 1319.99px) {
.container {
	width: 100%;
	padding:0 25px;
	}
 .header{
 	
	}

 .logo,   header.smaller  .logo{
  	width:140px; 
 }
 .logo img,  header.smaller  .logo img{
	 width:100%;
 }
 
 
 .logo-text{
 	width:60%; 
	padding:0;
		 
 }
  header.smaller  .logo-text{
	 
 }
 .thirty-six-years img, header.smaller .thirty-six-years img {
    width: 70px;}
 
.logo-text h1{
	 font-size:18px;
	 line-height:20px;
	 margin:0 0 5px 0;
	 
 	  
 }
  .logo-text h2{
	 font-size:14px;
	 line-height:15px;
	 font-weight:normal;
  
 }  

 
 .nav-group{
 		background-color:transparent;
		flex-direction:row-reverse;
		padding:10px 20px; 
 }
 


}
/************************************* 1024px *************************************/
@media only screen and (max-width: 1024px) {

.heading {
  font-size: 24px;
  line-height: 28px;
} 
 
.subheading {
  font-size: 20px;
  line-height: 24px;
} 

 .section-spacing{
	 padding:40px 0;
 }

}

/************************************* 980px *************************************/
@media only screen and (max-width: 980px) {

 
}

/************************************* 900px *************************************/
@media only screen and (max-width: 900px) {
	.top-left, .top-right {
    width: 100%;
    justify-content: center;
}
 .top-left .inline {
    margin-bottom: 10px;
}
}

/************************************* 767px *************************************/
@media only screen and (max-width: 768px) {
.form-group {
    flex: 0 0 100%;
	margin-bottom: 15px;
}

}

/************************************* 640px *************************************/
@media only screen and (max-width: 640px) {
	.cart-right,
	.top-left .inline.loc {
		display: none;
	}
	.payment-success {
		width: 100%;
	}
}

/************************************* 575px *************************************/
@media only screen and (max-width: 575px) {
header .container{ padding: 0 15px;}	
}

/************************************* 480px *************************************/
@media only screen and (max-width: 480px) {


}

/************************************* 360px *************************************/
@media only screen and (max-width: 380px) {

}

/************************************* 320px *************************************/
@media only screen and (max-width: 320px) {}