body {
	background-color: #fff;
	
}

h1, h2, h3, h4, h5, h6{
	
font-family: 'Playfair Display', serif;
	
}
p, a{
	font-family: 'Inter', sans-serif;
	font-weight: 400;
}
 span{
	font-family: 'Inter', sans-serif;
	font-weight: 600;
}

header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
}
header  .navbar {
	padding-top: 0px;
}

header .navbar-brand{
	background-color: #f9f9f9;
	padding: 25px 35px;
	padding-bottom: 35px;
	border-bottom-left-radius: 85px;
	border-bottom-right-radius: 85px;
}

header .navbar-brand img{
	width: 100px;
}

.mobile-only-menu{
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	margin-right: 10px;
	display: none;
}

.navbar-nav .nav-item .nav-link{
	color: #fff;
	padding-left: 25px;
}
.navbar-nav .nav-item .nav-link.active{
	color: #bf9d73;
	font-weight: 500;
}
.navbar-nav .nav-item .nav-link:hover{
	color: #bf9d73;
}
.navbar-toggler:focus{
	box-shadow: none;
}

button.navbar-toggler{
	background-color: #fff;
}
/*-----------------------------banner-----------------------------*/

.banner{
	
}
.banner .carousel-caption{
	top:45%;
	text-align: left;
	width: 30%;
}
.banner .carousel-caption h5{
	font-size: 38px;
	color: #fff;
}

.banner .carousel-caption p{
	font-size: 16px;
	color: #fff;
	margin-bottom: 25px;
}

.banner .carousel-caption a{
	padding: 10px 25px;
	background-color: #fff;
	color: #03383f;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}

.banner .carousel-caption a:hover{
	background-color: #03383f;
	color: #fff;

}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel-item {
   	
    -webkit-transition: opacity 0.56s ease-out;
    transition: opacity 0.6s ease-out;

   
}


.gallabiya-category{
	padding-top: 80px;
	padding-bottom: 80px;
}

.category-img-blk{
	position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.category-img-blk img{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s;
    transform: scale(1.01);
}
.category-img-blk::after{
	content: "";
    display: block;
	padding-top: 130%;
}
.category-blk-content{
	position: absolute;
	bottom: 25px;
	left: 25px;
}
.category-blk-content h3{
	font-size: 25px;
	color: #fff;
}
.half-img .category-img-blk::after{
	content: "";
    display: block;
	padding-top: 62%;	
}

.top-blk .category-img-blk{
	margin-bottom: 22px;
}

.latest-collection{
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #f8f8ff;
}

.latest-collection .title{
	text-align: center;

}

.latest-collection .title h2{
	font-size: 36px;
	color: #262626;
}
.latest-collection .title p{
	font-size: 17px;
	color: #262626;
}

.latest-collection  .products-section{
	padding-top: 50px;
}

.latest-collection  .products-section a{
	text-decoration: none;
	margin-bottom: 30px;
	display: block;
}

 .prod-blk{
	background-color: #fff;
	box-shadow: 0px 0px 24px 0px rgba(233, 233, 233, 0.39);
}
.latest-collection  .products-section a:hover img{
	transform: scale(1.1);
}
 .prod-blk .prod-img-hold{
	position: relative;
	overflow: hidden;
}
 .prod-blk .prod-img-hold img{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s;
    transform: scale(1.01);
    object-position: top;
}

.prod-blk .prod-img-hold::after {
    content: '';
    display: block;
    padding-top: 135%;
}
.prod-decr{
	text-align: center;
	margin-top: 15px;
}
.prod-name{
	font-size: 18px;
	line-height: 26px;
	color: #262626;
}

.prod-price{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #262626;
}

.prod-price .offer{
	margin-right: 15px;
}

.prod-price .actual{
	color: #838383;
}

.prod-tag{
	padding: 6px 10px;
	font-size: 13px;
	background-color: #03383f;
	color: #fff;
	border-radius: 4px;
	position: absolute;
	top:8%;
	right: 20px;
}

.prod-all{
	padding: 12px 43px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    background-color: #03383f;
    margin: 34px auto 0 auto;
    display: block;
    width: max-content;
    border-radius: 4px;
}

.prod-all:hover{
	color: #fff;
	background-color: #bf9d73;
}


/*--------------------------Best Deal---------------------------*/
.best-deal{
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #bf9d73;
}

.best-deal .title{
	text-align: center;
	margin-bottom: 35px;

}

.best-deal .title h2{
	font-size: 36px;
	color: #fff;
}
.best-deal .title p{
	font-size: 17px;
	color: #fff;
}

.best-deal .item{
	position: relative;
	overflow: hidden;
}

.best-deal .item img{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s;
    transform: scale(1.01);
    object-position: top;
}

.best-deal .item::after {
    content: '';
    display: block;
    padding-top: 100%;
}
.best-deal a:hover img{
	transform: scale(1.1);
}

.gallabiya-ad{
	padding-top: 80px;
	padding-bottom: 80px;
}

.gallabiya-ad img{
	max-width: 100%;
}

.its-for{
	
}

.its-for .title{
	text-align: center;
	margin-bottom: 35px;

}

.its-for .title h2{
	font-size: 36px;
	color: #262626;
}
.its-for .title p{
	font-size: 17px;
	color: #262626;
}
.its-for .slide{
	padding: 10px;
}
.its-for .acc-box{
	
	box-shadow: 0px 0px 24px 0px rgba(233, 233, 233, 0.39);
	padding: 30px;
	border-radius: 5px;
}

.its-for .item-img{
	position: relative;
	overflow: hidden;
}

.its-for .item-img img{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s;
    transform: scale(1.01);
    object-position: top;
}

.its-for .item-img::after {
    content: '';
    display: block;
    padding-top: 100%;
}

.follow-insta{
	padding-top: 80px;
	padding-bottom: 80px;
}

.follow-insta .title{
	text-align: center;
	margin-bottom: 35px;

}

.follow-insta .title h2{
	font-size: 36px;
	color: #262626;
}

.follow-insta .inst-img{
	position: relative;
	overflow: hidden;
}

.follow-insta .inst-img img{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s;
    transform: scale(1.01);
    object-position: top;
    border-radius: 6px;
}

.follow-insta .inst-img::after {
    content: '';
    display: block;
    padding-top: 100%;
}



.follow-insta a .inst-img:hover img {
	opacity: 0.6;

}

footer{
	padding-top: 60px;
	background-color: #03383f;
}

footer .sub-footer{
	text-align: left;
	padding-bottom: 25px;
	border-bottom: 1px solid #ffffff59;
	padding-bottom: 50px;
}

footer .sub-footer .feauture{
	display: flex;
	align-items: center;
}

footer .sub-footer .feauture .icon{
	margin-right: 20px;
}
footer .sub-footer .feauture .icon img{
	max-width: 100%;
}

footer .sub-footer .feauture .description h5{
	color: #fff;
	font-size: 23px;
	font-weight: 600;
}

footer .sub-footer .feauture .description p{
	color: #fff;
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 0px;
}

.main-footer{
	padding-top: 65px;
	padding-bottom: 50px;
}

.main-footer .widget{
	text-align: left;
}
.main-footer .widget img{
	max-width: 100%;
	width: 150px;
}

.main-footer .widget h4{
	color: #fff;
	font-size: 23px;
	margin-bottom: 25px;
	font-weight: 500;
}

.main-footer .widget p{
	color: #fff;
	font-size: 16px;
	margin-bottom: 0px;
}
.main-footer .widget h6{
	color: #fff;
	font-size: 21px;
}
.main-footer .widget h6 a{
	color: #fff;
	text-decoration: none;
	margin-top: 10px;
	display: block;
}
.main-footer .widget ul{
	list-style-type: none;
	padding-left: 0px;
}

.main-footer .widget ul li{
	padding-bottom: 10px;

}

.main-footer .widget ul li a{
	color: #fff;
	text-decoration: none;

}

.main-footer .widget ul li a:hover{
	color: #bf9d73;
}

.copy-right{
	background-color: #003037;
	padding-top: 25px;
	padding-bottom:25px;
}

.copy-right p{
	margin-bottom: 0px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.copy-right p a{
	text-decoration: none;
	color: #fff;
}

/*------------------------------inner page css------------------------------------------*/

.inner-page-banner{
	padding-top: 200px;
	padding-bottom:100px;
	background-color: #03383f;
}

.inner-page-banner .breadcrumbs{
	text-align: center;

}

.inner-page-banner .breadcrumbs h1{
	font-size: 42px;
	color: #fff;
}

.gallabiya-products{
	padding-top: 80px;
	padding-bottom: 10px;
}
.gallabiya-products a{
	text-decoration: none;
}
.gallabiya-products  .products-section a{
	padding-bottom: 20px;
	display: block;
}
.gallabiya-products  .products-section a:hover img{
	transform: scale(1.1);
}

.category-menu{
	background-color: #fafafa;
	border-radius: 8px;
	padding: 30px 0px;
}

.category-menu h3{
	font-size: 28px;
    color: #323232;
    font-weight: 500;
    padding-left: 20px;
    margin-bottom: 15px;
}
.category-menu ul{
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
}

.category-menu ul li{
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 20px;
    font-size: 15px;
	
}
.category-menu ul  .active{
	background-color: #03383f;
}
.category-menu ul  .active a{
	color: #fff;
}
.category-menu ul li a{
	text-decoration: none;
	color: #03383f;
}
.category-menu ul li:hover{
	background-color: #bf9d73;
	
}
.category-menu ul li:hover a{
	color: #fff;
	
}
.category-menu ul li a span{
	float: right;
	font-size: 13px;
	padding-right: 20px;
}




/*-----------------------------single product page----------------------------*/

.single-prod-section{
	padding-top: 80px;
	padding-bottom: 80px;
}

.single-prod-section .prod-details{
	text-align: left;
}
.single-prod-section .prod-details h2{
	font-size: 27px;
	font-weight: 500;
	color: #262626;
	line-height: 43px;
}
.single-prod-section .prod-details .price span{
	font-size: 22px;
	color: #176567;
	font-weight: 700;
	margin-right: 16px;
}
.single-prod-section .prod-details .price span del{
	color: #838383;
	font-weight: 500;
	font-size: 18px;
}
.single-prod-section .prod-details a{
	color: #fff;
	background-color: #bf9d73;
	text-transform: uppercase;
	padding: 10px 35px;
	font-weight: 400;
	text-decoration: none;
	display: block;
	margin-top: 22px;
	width: max-content;
}
.single-prod-section .prod-details a:hover{
	background-color: #176567;
}

.single-prod-section .prod-details .discription{
	margin-top: 50px;
}

.single-prod-section .prod-details .discription h3{
	font-size: 22px;
	color: #323232;
	font-weight: 500;
}
.single-prod-section .prod-details .discription p{
	font-size: 15px;
	line-height: 23px;
	color: #262626;
	font-weight: 400;
}




.single-prod-section .card {
    background-color: #fff;
    padding: 10px;
    border: none
}
.single-prod-section #lightSlider li{}


.single-prod-section ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0
}


.single-prod-section .single-prod-blk{
	position: relative;
	overflow: hidden;
}
.single-prod-section .single-prod-blk img{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
    object-fit: contain;
    padding: 10px;
    border: 1px solid #e5e5e5;
    object-position: top;

}
.single-prod-section .single-prod-blk::after{
	display: block;
	padding-top: 100%;
	content: '';
}

.lSSlideOuter .lSPager.lSGallery img{
	height: 85px;
    margin: 0px;
    object-fit: cover;
    border: 1px solid #dedede;
    width: 100%;
    object-position: top;
}


/*-----------------------------single product page----------------------------*/

/*------------------------------about page---------------------------*/

.our-story{
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #f9f9f9;
}
.our-story h2{
	font-size: 40px;
	font-weight: 500;
	color: #262626;
	margin-bottom: 20px;
}

.our-story p{
	font-size: 16px;
	line-height: 23px;
	color: #262626;
	font-weight: 400;
	margin-bottom: 30px;
}

.our-story img{
	max-width: 100%;
	border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    object-fit: cover;	

}

/*------------------------------about page---------------------------*/

/*------------------------------contact page-----------------------------*/

.contact-gallabiya{
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}



.contact-gallabiya .help h2{
	font-size: 37px;
	font-weight: 500;
	color: #262626;
	margin-bottom: 20px;
}
.contact-gallabiya .help p{
	font-size: 16px;
	line-height: 23px;
	color: #262626;
	font-weight: 400;
	margin-bottom: 30px;
	width: 70%;
	margin: 0 auto;
}

.contact-gallabiya .connect{
	margin-top: 30px;
}

.contact-gallabiya .connect .con-box h3{
	font-size: 24px;
	color: #176567;
	font-weight: 500;
	margin-bottom: 10px;
}
.contact-gallabiya .connect .con-box h6{
	font-size: 18px;
	color: #b08d61;
	font-weight: 400;
}

.contact-gallabiya .connect .con-box .social{
	display: flex;
	justify-content: center;
}
.contact-gallabiya .connect .con-box .social img{
	width: 35px;
	margin-right: 10px;
}
.contact-gallabiya .contact-form{
	padding-top: 80px;
	width: 50%;
	margin: 0 auto;
}
.contact-gallabiya .contact-form h2{
	font-size: 37px;
	font-weight: 500;
	color: #262626;
	margin-bottom: 20px;
}
 .form-control {
    border-radius: 0px;
    border: 1px solid #424242;
    margin-bottom: 19px
}

.contact-gallabiya .contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
    background-color: #bf9d73 !important;
    border: 0;
    padding: 10px 32px;
    border-radius: 0;
    text-transform: uppercase;
}

.contact-gallabiya .contact-form button.btn.btn-primary:hover{
	background-color: #176567;
}



/*-------------------------------------single product page css---------------------------*/

.single-pro-slider .single-pro-box{
	position: relative;
	overflow: hidden;
}

.single-pro-slider .single-pro-box img{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s;
    transform: scale(1.01);
    object-position: center;
}

.single-pro-slider .single-pro-box::after{
	content: '';
	display: block;
	padding-top:100%;
}

.single-pro-thumb-slider .single-pro-thumb{
	position: relative;
	overflow: hidden;
	margin-top: 10px;
	padding: 15px;
}

.single-pro-thumb-slider .single-pro-thumb img{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 10px;
    max-width: 100%;
    object-fit: cover;
    transition: all 0.3s;
    transform: scale(1.01);
    object-position: top;
}

.single-pro-thumb-slider .single-pro-thumb::after{
	content: '';
	display: block;
	padding-top:100%;
}

.single-prod-section .main{
	position: relative;
}


.pro-button i{
	color: #176567;
	background-color: #fff;
	padding: 13px;
	border-radius: 100px;
	border:none;
}


button.next.slick-arrow{
	padding: 0px;
	border:none;
	background-color: transparent;
	position: absolute;
    top: 36%;
    right: 35px;
}
button.prev.slick-arrow{
	padding: 0px;
	border:none;
	background-color: transparent;
	position: absolute;
    top: 36%;
    left: 19px;
}

.single-prod-section .slick-track {
    margin: 0px;
}




/*-------------------------------------single product page css---------------------------*/



/*------------------------------contact page-----------------------------*/

/*------------------------------end inner page css------------------------------------------*/







/***************************************Responsive Styles******************************************/

@media only screen and (max-width:1186px) and (min-width:769px){

.banner .carousel-caption {
    width: 40%;
}

header .navbar-brand {
    padding: 10px 23px;
    padding-bottom: 30px;
}
.category-blk-content {
    bottom: 18px;
    left: 18px;
}

.category-blk-content h3{
	font-size: 21px;
}
.half-img .category-img-blk::after {
    padding-top: 61.5%;
}

.prod-name {
    font-size: 16px;
    line-height: 23px;

}
footer .sub-footer .feauture .description p {
    font-size: 12px;

}
.main-footer .widget img {
    width: 130px;
}

.lSSlideOuter .lSPager.lSGallery img{
	height: 60px;
}

.single-prod-section .prod-details h2 {
    font-size: 26px;
    line-height: 33px;
}
.single-prod-section .prod-details .price span{
	font-size: 19px;
}

.contact-gallabiya{
	padding-bottom: 0px;
}

}

/***************************************************/

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


.banner .carousel-caption {
    width: 85%;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
}

header .navbar-brand {
    padding: 10px 23px;
    padding-bottom: 30px;
}

 ul.navbar-nav.ms-auto.mb-2.mb-lg-0{
	background-color: #03383f;
	padding: 32px 5px;
	border-radius: 8px;
}
.category-blk-content{
	bottom: 15px;
    left: 18px;
}
.half-img .category-img-blk::after{
	padding-top: 60%;
}
.category-blk-content h3 {
    font-size: 20px;
}

.latest-collection .title h2{
	font-size: 30px;
}
.latest-collection .title p {
    font-size: 15px;
}
.prod-name {
    font-size: 16px;
}
.prod-price {
    font-size: 13px;
}
.best-deal {
    padding-top: 75px;
 }
.best-deal .title h2{
	font-size: 30px;
}
.best-deal .title p {
    font-size: 15px;
}
.its-for .title h2{
	font-size: 30px;
}
.its-for .title p {
    font-size: 15px;
}
.its-for .acc-box{
	padding: 5px;
}
.follow-insta .title h2{
	font-size: 30px;
}

footer .sub-footer .feauture .icon img{
	width: 65px;
}
footer .sub-footer .feauture .description h5{
	font-size: 17px;
}
footer .sub-footer .feauture .description p{
	font-size: 11px;
	line-height: 15px;
}
footer .sub-footer .feauture .icon {
    margin-right: 9px;
}

.main-footer .widget h6 a{
	font-size: 19px;
}
.main-footer .widget img {
    width: 110px;
}

.category-menu h3 {
    font-size: 22px;
}
.category-menu ul li {
    font-size: 12px;
}
.prod-tag {
    font-size: 11px;
}

.lSSlideOuter .lSPager.lSGallery img{
	height: 50px;
}

.single-prod-section .prod-details h2 {
    font-size: 23px;
    line-height: 30px;
}
.single-prod-section .prod-details .price span{
	font-size: 19px;
}

.our-story h2{
	font-size: 32px;
}
.our-story p{
	font-size: 15px;
}

.contact-gallabiya{
	padding-bottom: 0px;
}
.contact-gallabiya .help h2{
	font-size: 27px;
}
.contact-gallabiya .help p{
	font-size: 15px;
	width: 80%;
}
.contact-gallabiya .con-box{
	margin-bottom: 25px;
}
.contact-gallabiya .contact-form{
	width: 80%;
	padding-top: 35px;
}
.contact-gallabiya .contact-form h2{
	font-size: 27px;
}

}

/***************************************************/
@media only screen and (max-width: 600px) {


.banner .carousel-caption {
    width: 90%;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.carousel-control-prev{
	display: none;
}
.carousel-control-next{
	display: none;
}
.banner .carousel-caption h5 {
    font-size: 25px;
}
.banner .carousel-caption p {
    font-size: 16px;
}
header .navbar-brand {
    padding: 10px 23px;
    padding-bottom: 21px;
}

header .navbar-brand img {
    width: 65px;
}
button.navbar-toggler{
	background-color: transparent;
	border: 0px;	
}
.navbar-toggler-icon{
	 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
button.navbar-toggler{
	display: flex;
	align-items: center;
}
.mobile-only-menu{
	display: block;
}

 ul.navbar-nav.ms-auto.mb-2.mb-lg-0{
	background-color: #03383f;
	padding: 32px 5px;
	border-radius: 8px;
}

.category-blk {
    margin-bottom: 25px;
}
.category-blk-content h3 {
    font-size: 22px;
}
.gallabiya-category {
    padding-bottom: 50px;
}
.latest-collection .title h2{
	font-size: 29px;
}
.latest-collection .title p {
    font-size: 14px;
}
.best-deal {
    padding-top: 60px;
    padding-bottom: 60px;
}
.best-deal .title h2{
	font-size: 29px;
}
.best-deal .title p {
    font-size: 14px;
}
.best-deal .item {
    margin-bottom: 20px;
}
.gallabiya-ad {
    padding-top: 40px;
    padding-bottom: 40px;
}
.its-for .title h2{
	font-size: 29px;
}
.its-for .title p {
    font-size: 14px;
}
.its-for .acc-box{
	padding: 5px;
}
.follow-insta .title h2{
	font-size: 29px;
}
.follow-insta .inst-img {
    margin-bottom: 20px;
}
footer .sub-footer .feauture{
	margin-bottom: 18px;
}

footer .sub-footer .feauture .icon img{
	width: 65px;
}
footer .sub-footer .feauture .description h5{
	font-size: 20px;
}
footer .sub-footer .feauture .description p{
	font-size: 13px;
}
.main-footer .widget {
    margin-bottom: 20px;
}
.main-footer .widget img {
    width: 107px;
}
.copy-right p {	
    font-size: 14px;
}


.category-menu{
	margin-bottom: 30px;
}

.single-prod-section {
    padding-top: 65px;
    padding-bottom: 65px;
}

.lSSlideOuter .lSPager.lSGallery img{
	height: 40px;
}

.single-prod-section .prod-details h2 {
    font-size: 23px;
    line-height: 30px;
}
.single-prod-section .prod-details .price span{
	font-size: 19px;
}

.our-story h2{
	font-size: 30px;
}
.our-story p{
	font-size: 15px;
}
.contact-gallabiya{
	padding-bottom: 0px;
}
.contact-gallabiya .help h2{
	font-size: 27px;
}
.contact-gallabiya .help p{
	font-size: 15px;
	width: 100%;
}
.contact-gallabiya .con-box{
	margin-bottom: 25px;
}
.contact-gallabiya .contact-form{
	width: 100%;
	padding-top: 35px;
}
.contact-gallabiya .contact-form h2{
	font-size: 27px;
}
.single-prod-section .prod-details {
    text-align: left;
    padding-top: 20px;
}
.single-pro-thumb-slider .single-pro-thumb{
	margin-top: 0px;
}
}