/*
Template Name: Cursor-React-next-boilarplate
Author: Cursor

Colors:
	Body 		: rgba(243, 245, 252, 1)
	Headers 	: #FF9D00
	Primary 	: #004165
	Secondary 	: #FF9D00;
	Dark 		: #15161D ##1E1F29
	Grey 		: #E4E7ED #FBFBFC #8D99AE #B9BABC

Fonts: Montserrat

Table OF Contents
------------------------------------
1 > GENERAL
------ Typography
------ Buttons
------ Inputs
------ Sections
------ Breadcrumb
2 > HEADER
------ Top header
------ Logo
------ Search
------ Cart
3 > NAVIGATION
------ Main nav
------ Responsive Nav
4 > CATEGORY SHOP
5 > HOT DEAL
6 > PRODUCT
------ Product
------ Widget product
------ Product slick
7 > STORE PAGE
------ Aside
------ Store
8 > PRODUCT DETAILS PAGE
------ Product view
------ Product details
------ Product tab
9 > CHECKOUT PAGE
10 > NEWSLETTER
11 > FOOTER
11 > SLICK STYLE
12 > RESPONSIVE
------------------------------------*/

/*=========================================================
	01 -> GENERAL
===========================================================*/
/* .transition {
    transition: 1s ease-out;
	transform: translateX(1em);
	opacity: 0;
	transition: none; 
} */
/* .is-outside {
	position: relative; z-index: -1;
	opacity: 0;
	transition: none;
}
.is-outside::before {
	position: relative; z-index: -1;
	opacity: 0;
	transition: none;
}
.is-outside.anime-1::before {
	transform: translateY(10em);
}
.is-outside.anime-2::before {
	transform: translateY(-10em);
}
.is-outside.anime-3::before {
	transform: translateX(-10em);
}
.is-outside.anime-4::before {
	transform: translateX(10em);
} */
 /* ------ */
.is-outside::before {
	position: relative; 
    z-index: -1;
	opacity: 0;
	transition: none;
}
.is-outside.anime-1 {
	transform: translateY(10em);
}
.is-outside.anime-2 {
	transform: translateY(-10em);
}
.is-outside.anime-3 {
	transform: translateX(-10em);
}
.is-outside.anime-4::before {
	transform: translateX(10em);
}
/*----------------------------*\
	Typography
\*----------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@300&display=swap');

*{
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: 'poppins';
    src: local('poppins'), url(../fonts/Poppins-Regular.ttf) format('opentype');
}
@font-face {
    font-family: 'crimson';
    src: local('crimson'), url(../fonts/CrimsonText-Regular.ttf) format('opentype');
}
@font-face {
    font-family: 'lemonmilk';
    src: local('lemonmilk'), url(../fonts/LEMONMILK-Regular.otf) format('opentype');
}
@font-face {
    font-family: 'kalpurush';
    src: local('kalpurush'), url(../fonts/kalpurush.ttf) format('opentype');
}

body {
    /* font-family: UniNeueRegular, "Uni Neue", sans-serif !important; */
    font-weight: normal;
    color: rgb(0, 0, 0);
    background: rgba(243, 245, 252, 1) !important;
    /* background-color: #E5E5E5; */
    line-height: 18px;
    font-style: normal;
    letter-spacing: 0em;
    font-family: poppins, kalpurush !important;
    overflow-x: hidden;
}
.cursor-pointer {
    cursor: pointer;
}

h2,
h3,
h4,
h5 {
    color: #004165;
    font-weight: 700;
    margin: 0 0 10px !important;
}
/* 
h1 {font-size: 45px;}
h2 {font-size: 40px;}
h3 {font-size: 35px;}
h4 {font-size: 28px;}
h5 {font-size: 22px;}
h6 {font-size: 18px;} */

h1 {font-size: 40px;}
h2 {font-size: 30px;}
h3 {font-size: 22px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 17px;}

.h1-light {font-size: 40px; font-weight: 400;}
.h2-light {font-size: 30px; font-weight: 400;}
.h3-light {font-size: 22px; font-weight: 400;}
.h4-light {font-size: 20px; font-weight: 400;}
.h5-light {font-size: 18px; font-weight: 400;}
.h6-light {font-size: 17px; font-weight: 400;}

.fs-20 {
    font-size: 20px;
}

p {font-size: 16px;text-align: justify;} 

a {
    color: #2B2D42;
    font-weight: 500;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #D10024;
    text-decoration: none;
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}
hr {
    background: rgba(0, 0, 0, .5);
    margin: 0;
    width: 100%;
}
.slick-prev:before ,.slick-next:before {
    transform: scale(0.6) !important;
    display: block;
}
.slick-prev:before {
    content: url(/images/left-arrow.png) !important; 
}
.slick-next:before {
    content: url(/images/right-arrow.png) !important; 
} 
.pt-50 {
    padding-top: 50px;
}
.anticon {
    vertical-align: baseline !important;
}
main {
    margin-top: 54px;
}
.ant-btn.primary-btn-inline-default:hover:active:focus:visited {
    background: #fff !important;
    color: #fff !important;
}
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected {
    color: #292929 !important;
    font-weight: 500;
}
.mobile-menu{
    display: none;
}
.header-right-content {
    flex-direction: row;
    display: flex;
    align-items: center;
}
.header-lang .anticon {
    vertical-align: baseline;
}
.mobile-menu span.anticon.anticon-menu {
    vertical-align: baseline;
    font-size: 20px;
}
.main-menu {
  margin: 0;
  padding: 0;
}
.main-menu > li {
  display: block;
  position: relative;
}
.main-menu > li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  display: block;
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  padding: 14px 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid transparent;
  -webkit-backface-visibility: hidden;
  position: relative;
}
.main-menu > li a i {
  font-size: 18px;
  margin-right: 12px;
}
/* .main-menu > li a:hover {
  background: #D10024;
  color: rgb(255, 255, 255);
  border-left: 2px solid #8ab928; 
} */
.main-menu > li > a.active:after,
.main-menu > li > a:hover:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  /* border: 4px solid #8ab928; */
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  margin-top: -4px;
}
.main-menu li.drop ul.drop-down {
  margin: 0;
  padding: 0;
  margin-left: 1px;
  position: absolute;
  top: 0;
  width: 220px;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  text-align: left;
  left: 100%;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-backface-visibility: hidden;
}
.main-menu li.drop ul.drop-down li {
  display: block;
  position: relative;
}
.main-menu li.drop:hover > ul.drop-down {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.navbar-vertical a:hover {
    color: #D10024;
}
.place-details-area.section-wrapper {
    padding-top: 0px;
}
.place-details-slider {
    max-height: 300px;
    overflow: hidden;
}
.place-details-area .ant-tabs-top > .ant-tabs-nav::before,.place-details-area .ant-tabs-bottom > .ant-tabs-nav::before,.place-details-area .ant-tabs-top > div > .ant-tabs-nav::before,.place-details-area .ant-tabs-bottom > div > .ant-tabs-nav::before{
    border-bottom: 1px solid #004165 !important;
}
.place-details-area .ant-tabs-tab + .ant-tabs-tab {
    margin: 0 0 0 25px !important;
}
.place-details-area .ant-tabs-dropdown-menu {
    margin: 0;
    padding: 0;
    text-align: center;
}
.ant-tabs-dropdown-menu-item { 
    text-align: center;
}
.place-details-map-iframe iframe{
    width: 100%;
}
/* biography */
.biography-area-top {
    background: #052F44;
    color: #fff;
}
.biography-top-image {
    max-height: 390px;
    overflow: hidden;
}
.biography-top-image .ant-image {
    display: block;
}
.biography-top-name {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 60px;
    padding-left: 45px;
    color: #fff;
}
.biography-top-name h1 {
    color: #fff;
    font-size: 50px;
}
.biography-top-name h3 {
    color: #fff;
    font-weight: 400;
}
.bio-profile-basic-info-single .ant-card {
    box-shadow: 0px 4px 8px rgb(0 0 0 / 15%);
    border-radius: 5px;
    min-height: 238px;
}
.bio-profile-basic-info-single h3 {
    margin: 0 !important;
    color: #004165;
    line-height: 33px;
}
.bio-profile-basic-info-single p {
    margin: 0;
}
.bio-legacy li {
    display: block;
    padding-left: 40px;
    position: relative;
}
.bio-legacy li:after {
    content: '';
    position: absolute;
    left: 20px;
    top: 11px;
    width: 6px;
    height: 6px;
    background: black;
    border-radius: 50%;
    transform: translateX(-50%);
}
.profile-area-bottom-right .ant-tabs-content-holder .ant-tabs-content {
    display: inherit;
}
/*----------------------------*\
	Buttons
\*----------------------------*/
.white-bg {
    background: #fff;
}
.secondary-bg {
    background: rgba(0, 65, 101,0.08);
}
.light-orange-bg {
    background: rgba(245, 134, 52, 0.1);
}

.primary-btn {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    background: #004165;
    color: #fff;
    Padding: 9px 60px 9px 60px;
    border-radius: 5px;
    border: 1px solid #004165;
    transition: all 0.4s ease;    
    display: inline-block;
    height: inherit !important;
}

.primary-btn:hover,
.primary-btn:focus {
    background: #fff;
    color: #004165;
}

.ant-btn.primary-btn {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    background: #004165;
    color: #fff;
    Padding: 9px 60px 9px 60px;
    border-radius: 5px;
    border: 1px solid #004165;
    transition: all 0.4s ease;    
    display: inline-block;
    height: inherit !important;
}

.ant-btn.primary-btn:hover,
.ant-btn.primary-btn:focus {
    background: #fff;
    color: #004165;
}
.comment-active{
    display: block;
}
.comment-inactive{
    display: none;
}
.primary-btn-inline {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: inherit !important;
    background: #004165 !important;
    color: #fff !important;
    Padding: 4px 20px  !important;
    border-radius: 5px !important;
    border: 1px solid #004165 !important;
    transition: all 0.4s ease !important;
    display: inline-block;
    height: inherit !important;
}
.ant-btn.primary-btn-inline {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: inherit !important;
    background: #004165 !important;
    color: #fff !important;
    Padding: 4px 20px  !important;
    border-radius: 5px !important;
    border: 1px solid #004165 !important;
    transition: all 0.4s ease !important;
    display: inline-block;
    height: inherit !important;
}
.primary-btn-inline-default {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: inherit !important;
    background: #fff !important;
    color: #004165 !important;
    Padding: 4px 20px  !important;
    border-radius: 5px !important;
    border: 1px solid #004165 !important;
    transition: all 0.4s ease !important;
    display: inline-block;
    height: inherit !important;
    margin: 7.5px 5px;
}
.primary-btn-inline-click {
    background: #004165 !important;
    color: #fff !important;
}
.primary-btn-inline:hover,
.primary-btn-inline:focus {
    background: #fff !important;
    color: #004165 !important;
}


.secondary-btn {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: inherit !important;
    background: #fff !important;
    color: #004165 !important;
    Padding: 4px 20px  !important;
    border-radius: 5px !important;
    border: 1px solid #004165 !important;
    transition: all 0.4s ease !important;
    display: inline-block;
    height: inherit !important;
}

.secondary-btn:hover,
.secondary-btn:focus {
    background: #004165 !important;
    color: #fff !important;
}

.horizontal-tags .primary-btn-inline-default {
    /* margin: 15px 10px; */
    margin: 0 10px 15px;
}
.top-banner .ant-image {
    display: block;
}
.img-title-description-row {
    /* padding: 40px 0;  */
}
.img-title-description-img {
    border-radius: 10px;
}
.img-title-description-img .ant-image {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.img-title-description-img img {
    width: 100%;
}
.img-width-reset img {
    width: inherit !important;
}
.img-title-description-text h5 {
    Font-family: Poppins;
    font-style: medium;
    Font-size:  22px;
    Line-height: 33px;
    /* Line-height: 100%; */
    Vertical-align: Top;
    text-align: justify;
}
.img-title-description-text p {
    Font-family: Poppins;
    font-style: normal;
    Font-size: 16px;
    Line-height: 24px;
    Vertical-align: Top;
    text-align: justify;
    color: #292929;
    margin-bottom: 14px;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% ;
    height: 100% ;
    background: rgb(0 0 0 / 83%);
    color: #ff9d00;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: scale(0);
    transition: all 0.8s ease;
}
.travel-to-explore-btns button.ant-btn.ant-btn-default {
    margin: 15px;
}
.travel-to-explore-in-img-card .img-card .ant-image {
    position: relative;
    overflow: hidden;
    transition: all 0.8s ease;
}
.travel-to-explore-in-img-card img.ant-image-img {
    transition: all 0.8s ease;
}
.travel-to-explore-in-img-card .img-card:hover img.ant-image-img{
    transform: scale(1.5) rotate(-15deg);
}

.travel-to-explore-in-img-card .img-card:hover .overlay {
    transform: scale(1);
}

.travel-to-explore-in-img-card .img-card:hover .img-card-left-text-in {
    display: none;
}
.overlay-icon {
    font-size: 36px;
}
.overlay h2 {
    color: #ff9d00;
} 
.travel-video-area-in .travelling-highlights-single video{
    border-radius: 5px;
    overflow: hidden;
}
.travel-video-area-in .travelling-highlights-single h2 {
    padding: 15px 0;
    transition: all 0.3s ease;
    margin: 0 !important;
}
.travel-video-area-in .travelling-highlights-single video {
    display: block;
}
.travel-video-area-in .img-card-single-slide:after { 
    content: none; 
}
.travel-video-area-in .travelling-highlights-single:hover h2 {
    background: #fff;
    padding-left: 15px;
}
/* end travel-video-area */
/* most-visited-place  */
.most-visited-place-single {
    position: relative !important;
}
.most-visited-place-single .ant-image {
	transition: all 0.4s ease;
}
.most-visited-place-single .ant-image::after {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	transition: all 0.4s ease;
}
.most-visited-place-single:hover .ant-image::after {
	top: 0;
}
.most-visited-place-single img {
    position: relative
}
.most-visited-place-single .img-card-text {
    transition: all 0.4s ease;
    margin: 0;
}
.most-visited-place-single p {
    display: none;
    transition: all 0.3s ease;
}
.most-visited-place-single:hover .img-card-text p {
    display: block;
    transition: all 0.4s ease
}
/* end most-visited-place  */

/* you-may-visit  */
.you-may-visit-img-card {
    position: relative;
}

.you-may-visit-img-card .img-card-center-text-in{
    position: absolute;
}
.you-may-visit-img-card.img-card.img-card-single-slide {
    padding: 0;
    margin: 15px;
}
.you-may-visit-img-card::after {
    width: 100%;
    left: 0;
}
.you-may-visit-in-img-card .slick-slide img {
    transition: all 0.4s ease;
}
.you-may-visit-in-img-card .slick-slide:hover img {
    webkit-filter: blur(4px);
    filter: blur(4px);
}
.you-may-visit-in-img-card-details{
    display: none;
    text-align: justify;
    padding-top: 10px;
}
.you-may-visit-img-card h4 {
	color: #fff;
	font-weight: bold;
}
.you-may-visit-in-img-card .img-card:hover .img-card-center-text-in {
    transition: all 0.8s ease;
	bottom: inherit;
	top: 0;
	height: 100%;
	background: rgba(0,0,0,.5); 
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.you-may-visit-in-img-card .img-card:hover .img-card-center-text-in .you-may-visit-in-img-card-details{
    display: block;
}

/* end you-may-visit */

.img-card {
    position: relative;
    border-radius: 15px;
    /* border-radius: 0px 0px 5px 5px; */
    overflow: hidden;
    margin: 15px 0;
}

.img-card:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 19.06%, #000000 100%);
    opacity: 0.5;
}
.img-card-text {
    padding: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 15px 15px 0;
    display: block;
    color: #fff;
    z-index: 1;
}
.img-card-text h4, .img-card-text h5, .img-card-text p {
    margin: 0 !important;
    color: #fff;
}
.img-card .ant-image {
    display: block;
}
.img-card-single-slide {
    padding: 0;
    margin: 15px;
}

.img-card-single-slide:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.img-card-single-slide::after {
    /* background: none !important; */
}

.img-card-single-slide::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70.06%, #000000 100%) !important;
	z-index: 0;
}
.img-card-left-text-in {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 1;
    text-align: left;
    padding: 0 15px 15px;
}
.img-card-center-text-in {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 1;
    text-align: center;
    padding: 0 15px 15px;
}
.img-card-right-text-in {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 1;
    text-align: right;
    padding: 0 15px 15px;
}
.img-card-left-text-in h5, .img-card-right-text-in h5, .img-card-center-text-in h5 {
    color: #fff;
    margin: 0 !important;
    font-weight: 500;
}
.img-card-left-text-in p, .img-card-right-text-in p, .img-card-center-text-in p {
    margin: 0;
} 
.img-card-right-text-in p {
    text-align: right;
}
.img-card-center-text-in p {
    text-align: center;
}
.share-love-icon {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 20px;
    min-height: 20px;
    color: #fff;
}
.img-card.img-card-with-review {
    padding: 0;
    overflow: visible;
    margin: 15px;
    transition: all 0.3s ease;
}
.img-card.img-card-with-review:hover {
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.img-card-with-review-in {
    border-radius: 10px;
}
.img-card-with-review-in .ant-image {
    max-height: 250px;
    overflow: hidden;
}
.img-card.img-card-with-review img.ant-image-img { 
    transition: all 0.3s ease;
}
.img-card.img-card-with-review :hover img.ant-image-img {
    transform: scale(1.1); 
}
.img-card.img-card-with-review {
    overflow: hidden;
}
.img-card.img-card-with-review:after {
    background: inherit;
}
.img-card.img-card-with-review .img-card-left-text-in h5 {
    color: rgba(0, 0, 0, 0.85);
    line-height: 33px;
}
.img-card.img-card-with-review .img-card-left-text-in {
    position: relative;
    color: rgba(41, 41, 41, 1);
    padding: 15px;
}
.thumbnail-body-rating {
    color: rgba(245, 134, 52, 1);
}
.thumbnail-body-rating li.ant-rate-star {
    font-size: 20px;
    color: rgba(245, 134, 52, 1);
}
.ant-input-search .ant-input-group-addon button.ant-btn.ant-btn-icon-only.ant-input-search-button {
    border: 0;
    border-left: 1px solid #004165;
}

/* event-area */
.event-slider-single-caption  .caption {
    position: absolute;
    left: 0;
    bottom: 80px;
    transform: inherit;
    text-align: left;
    z-index: 1;
    width: 100%;
}
.event-slider-single-caption .slider-caption-main {
    font-size: 64px;
    text-align: left;
    font-family: poppins;
}
.event-slider-single-caption .slider-caption-sub {
    font-size: 45px;
    text-align: left;
}
.event-slider-single-caption hr {
    height: 2px !important;
    background: #fff;
    z-index: 1;
    opacity: 1;
    max-width: 600px;
    margin-bottom: 20px;
}
.event-page-slider .ant-carousel .slick-dots-bottom {
    bottom: 20px;
    z-index: 1;
}
.event-page-body hr {
    margin: 50px auto 0px;
    width: 80%;
}
.event-page-area  .section-title {
    text-align: center;
}
.event-page-area  .ant-picker, .section-title .ant-input-search {
    width: 800px;
    margin: 0 auto;
    border: 1px solid #004165;
    background: #f3eae7;
    color: #121212;
}
.section-title .ant-input-search .ant-input:hover, .section-title .ant-input-search .ant-input:focus {
    border-color: inherit;
    border: 0;
    box-shadow: none;
}
.section-title .ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary) {
    line-height: 2px;
    box-shadow: none;
}

.event-page-area .ant-picker-suffix { 
    color: #121212;  
    border-left: 1px solid #121212;
    padding-left: 10px;
}
.event-list-img-date-time {
    position: absolute; 
    bottom: 20px;
}
.event-page-area .img-title-description-img {
    position: relative;
}
.event-list-img-date-time h5, .event-list-img-date-time h6 {
    color: #fff;
}
.event-list-img-date-time.left {
    left: 30px;
}
.event-list-img-date-time.right { 
    right: 30px; 
}
/* end event-area */

/* top-things-to-do */
.things-to-do-details-area-top:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
}

.things-to-do-details-area-top {
    position: relative;
}
.top-things-slider-single .slider-single:after { 
    background: rgba(0, 65, 101, 70%);
    opacity: 1;
}
/* end top-things-to-do */

/* blog area */
.blog-page-body-in {
    clear: both;
    margin: 0 -15px;
}
.blog-page-single{
    width: 50%;
    float: left;
}
.blog-page-single-in{
    margin: 0 15px 30px;
}
.blog-page-area .section-body {
    padding-top: 25px;
}
.blog-page-body .section-title {
    margin-bottom: 0;
}
.blog-page-body .ant-tabs-tab {
    color: #004165;
    padding: 3px 0 !important;
    font-size: 24px !important;
}
.blog-page-body .ant-tabs-tab:hover {
    color: #004165;
}
.blog-page-body .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
    color: inherit;
}
.blog-page-body .ant-tabs-ink-bar {
    background: #ff9d00;
}
/* end blog area */
/*----------------------------*\
	Inputs
\*----------------------------*/

/*-- Text input --*/

.input {
    height: 40px;
    padding: 0px 15px;
    border: 1px solid #E4E7ED;
    background-color: #FFF;
    width: 100%;
}
.input:focus{
    outline: none;
}
textarea.input {
    padding: 15px;
    min-height: 90px;
}

/*-- Number input --*/

.input-number {
    position: relative;
}

.input-number input[type="number"]::-webkit-inner-spin-button,
.input-number input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-number input[type="number"] {
    -moz-appearance: textfield;
    height: 40px;
    width: 100%;
    border: 1px solid #E4E7ED;
    background-color: #FFF;
    padding: 0px 35px 0px 15px;
}

.input-number .qty-up,
.input-number .qty-down {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #E4E7ED;
    background-color: #FFF;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.vendor-info p {
    margin-bottom: 5px !important;
}

.input-number .qty-up {
    right: 0;
    top: 0;
    border-bottom: 0px;
}

.input-number .qty-down {
    right: 0;
    bottom: 0;
}

.input-number .qty-up:hover,
.input-number .qty-down:hover {
    background-color: #E4E7ED;
    color: #D10024;
}

/*-- Select input --*/

.input-select {
    padding: 0px 15px;
    background: #FFF;
    border: 1px solid #E4E7ED;
    height: 40px;
}

/*-- checkbox & radio input --*/

.input-radio,
.input-checkbox {
    position: relative;
    display: block;
}

.input-radio input[type="radio"]:not(:checked),
.input-radio input[type="radio"]:checked,
.input-checkbox input[type="checkbox"]:not(:checked),
.input-checkbox input[type="checkbox"]:checked {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

.input-radio label,
.input-checkbox label {
    font-weight: 500;
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 5px;
    cursor: pointer;
}

.input-radio input[type="radio"]+label span,
.input-checkbox input[type="checkbox"]+label span {
    position: absolute;
    left: 0px;
    top: 4px;
    width: 14px;
    height: 14px;
    border: 2px solid #E4E7ED;
    background: #FFF;
}

.input-radio input[type="radio"]+label span {
    border-radius: 50%;
}

.input-radio input[type="radio"]+label span:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    background-color: #FFF;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.input-checkbox input[type="checkbox"]+label span:after {
    content: 'âœ”';
    position: absolute;
    top: -2px;
    left: 1px;
    font-size: 10px;
    color: #FFF;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.input-radio input[type="radio"]:checked+label span,
.input-checkbox input[type="checkbox"]:checked+label span {
    background-color: #D10024;
    border-color: #D10024;
}

.input-radio input[type="radio"]:checked+label span:after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.input-checkbox input[type="checkbox"]:checked+label span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.input-radio .caption,
.input-checkbox .caption {
    margin-top: 5px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s max-height;
    transition: 0.3s max-height;
}

.input-radio input[type="radio"]:checked~.caption,
.input-checkbox input[type="checkbox"]:checked~.caption {
    max-height: 800px;
}
.d-box-shadow{
    -webkit-box-shadow: 0px 0px 4px rgb(229 229 229 / 60%);
    box-shadow: 0px 0px 4px rgb(229 229 229 / 60%);
}

.d-box-radius{
    border-radius: 2px;
}
.d-white{
    background-color: #fff;
}
.slick-dots li.slick-active button:before {
    display: none;
}
.ant-carousel .slick-dots {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
/* place-details */
.place-details-area .ant-tabs-tab-btn {
    font-size: 15px;
    font-family: poppins;
    color: rgba(0, 65, 101, 1);
    text-align: center;
}
.place-details-area .ant-tabs-tab {
    padding: 0;
}
.place-details-area .ant-tabs-tab-btn h6 {
    font-size: 14px;
}
.place-details-area .ant-tabs-tab img.ant-image-img {
    width: 25px;
}
.place-details-section-title {
    padding: 15px 0;
}
.place-details-video-single {
    margin: 12px 0;
    border-radius: 15px;
    overflow: hidden;
}
.place-details-video-single video {
    display: block;
}
.place-details-card-single-white {
    padding: 20px;
    background: #fff;
    border-radius: 9px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}
/* gallary */
.place-details-gallary-img, .place-details-gallary-video {
    padding-bottom: 25px;
}
.section-title.place-details-section-title {
    margin: 0;
}
/* restaurant */
.place-details-restaurant-single i,.place-details-guide-single i {
    color: rgba(18, 18, 18, 1);
}
.img-card-link {
    color: #004165;
}
.place-details-guide-single.img-card.img-card-with-review {
    padding: 0;
}
/* search-place */
.search-map-iframe {
    border: 0;
    height: 350px;
    box-shadow: 0px 2px 20px 1px rgba(0, 0, 0, 0.15);
}
.search-card-single .ant-card {
    border-radius: 10px;
}
.search-card-single .ant-card .ant-card-cover {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
/*----------------------------*\
	Section
\*----------------------------*/
.section {
    /* padding-top: 5px; */
    padding-bottom: 5px;
}

.section-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-wrapper-top-40 {
    padding-top: 40px;
}
.section-wrapper-bottom-40 {
    padding-bottom: 40px;
}
.section-title {
    position: relative;
    /* margin-bottom: 10px;
    margin-top: 10px; */ 
    margin-bottom: 40px;
    margin-top: 0;
}
.section-title h5{
    font-family: 'Mukta', sans-serif;
}

.section-title .title {
    display: inline-block;
    text-transform: uppercase;
    margin: 0px;
}

.section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6 {
    text-align: center;
    color: #004165;
}

.section-title h1{  
    margin: 0;
    font-size: 40px;
    line-height: 60px;
}
 
.section-title p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
    text-align: center;
}
.section-body { 
    font-size: 16px;
    text-align: justify;
}

.section-details-text{
    text-align: justify;
    color: #292929;
}

.section-title .section-nav {
    float: right;
}

.section-title .section-nav .section-tab-nav {
    display: inline-block;
}

.section-tab-nav li {
    display: inline-block;
    margin-right: 15px;
}

.section-tab-nav li:last-child {
    margin-right: 0px;
}

.section-tab-nav li a {
    font-weight: 700;
    color: #8D99AE;
}

.section-tab-nav li a:after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background-color: #D10024;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.section-tab-nav li.active a {
    color: #D10024;
}

.section-tab-nav li a:hover:after,
.section-tab-nav li a:focus:after,
.section-tab-nav li.active a:after {
    width: 100%;
}

.section-title .section-nav .products-slick-nav {
    top: 0px;
    right: 0px;
}

.our-ctg-title-and-details-area {
    margin-top: -65px;
}
.our-ctg-title-and-details-area .section-title h1 {
    font-size: 45px;
    margin-bottom: 25px;
}
.section-title-slogan {
    text-align: center;
}
.section-title-slogan ul{
    margin: 0;
}
.section-title-slogan li:first-child {
    margin: 0;
}
.section-title-slogan li {
    font-size: 35px;
    line-height: 52px;
    margin: 0px 70px;
    padding-left: 55px;
    letter-spacing: 0.05em;
    position: relative;
}
.section-title-slogan li:after {
    content: '';
    position: absolute;
    left: 22px;
    top: 22px;
    background: #000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
/*----------------------------*\
	Breadcrumb
\*----------------------------*/

#breadcrumb {
    padding: 30px 0px;
    background: #FBFBFC;
    border-bottom: 1px solid #E4E7ED;
    margin-bottom: 30px;
}

#breadcrumb .breadcrumb-header {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 15px;
    text-transform: uppercase;
}

#breadcrumb .breadcrumb-tree {
    display: inline-block;
}

#breadcrumb .breadcrumb-tree li {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

#breadcrumb .breadcrumb-tree li+li {
    margin-left: 10px;
}

#breadcrumb .breadcrumb-tree li+li:before {
    content: '/';
    display: inline-block;
    color: #8D99AE;
    margin-right: 10px;
}

#breadcrumb .breadcrumb-tree li a {
    color: #8D99AE;
}

#breadcrumb .breadcrumb-tree li a:hover {
    color: #D10024;
}

/*=========================================================
	02 -> HEADER
===========================================================*/

/*----------------------------*\
	Top header
\*----------------------------*/

.top-header {
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #f8f8f8;
}

.header-links li {
    display: inline-block;
    margin-right: 15px;
    font-size: 12px;
}

.header-links .dropdown-menu ul,
li {
    display: inline-block;
    margin-right: 0 !important;
    font-size: 13px;
}

.header-links li:last-child {
    margin-right: 0px;
}

.header-links li a {
    color: rgb(0, 0, 0);
    padding-right: 20px;
}

.header-links li a:hover {
    color: #D10024;
}

.header-links li i {
    color: #D10024;
    margin-right: 5px;
}
.header-user-in {
    display: flex;
    align-items: center;
}
.header-user-in .ant-image {
    width: 35px;
    overflow: hidden;
    border-radius: 50%;
    height: 35px;
}

/*----------------------------*\
	Logo
\*----------------------------*/
/* 
.header {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #ffffff;
} */

.header {
    background: #FF9D00;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 30;
    padding: 5px 0;
}
.header nav.navbar {
    padding: 0;
}
.header nav.navbar a.navbar-brand {
    padding: 0;
    margin-right: 49px;
}
.header-logo {
    float: left;
}

.header .logo {
    /* display: block;
    width: 48.16px; */
    display: block;
    width: auto;
    height: 45px;
}
.header nav.navbar a.nav-link {
    font-size: 17px;
    font-style: normal;
    font-weight: normal;
    line-height: 25.5px;
    padding: 15px;
    margin: 0 12px;
    border-bottom: 2px solid transparent;
    color: #000;
}
.header nav.navbar a.nav-link.active {
    border-bottom-color: #000;
    font-weight: bold;
}
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover::after, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover::after, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active::after, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active::after, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open::after, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open::after, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected::after, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected::after {
    border-bottom: 2px solid #292929 !important;
}
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu {
    padding: 0 15px !important;
    margin: -1px 5px 0 !important;
}

.header nav.navbar a.nav-link:hover { 
    border-bottom-color: #000;;
}
/* antd nav */
.header-nav-beside-logo .ant-menu-horizontal {
    background: transparent;
    border-bottom-color: transparent;
}
.header-nav-beside-logo .header-links .dropdown-menu ul, li {
    font-size: 17px;
    color:rgb(0, 0, 0);
}
/* end antd nav */
.header-map {
    padding: 6px 30px;
    cursor: pointer;
    width: 85px;
    display: flex;
}
.header-lang, .header-user {
    margin-left: 8px;
}
.header-lang {
    background: transparent !important;
    border: 1px solid #000 !important;
    border-radius: 5px !important;
    margin: 0;
    padding: 7px 15px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #000 !important;
    /* background: transparent;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 7px 20px;
    cursor: pointer; */    
}

/*----------------------------*\
	Search
\*----------------------------*/

.header-search {
    padding: 10px 0px;
}

.header-search form {
    position: relative;
}

.header-search form .input-select {
    margin-right: -4px;
    border-radius: 40px 0px 0px 40px;
}

.header-search form .input {
    width: calc(100% - 280px);
    margin-right: -4px;
}

.header-search form .search-btn {
    height: 40px;
    width: 100px;
    background: #D10024;
    color: #FFF;
    font-weight: 700;
    border: none;
    border-radius: 0px 40px 40px 0px;
}

/*----------------------------*\
	Cart
\*----------------------------*/

.header-ctn {
    float: right;
    padding: 15px 0px;
}

.header-ctn>div {
    display: inline-block;
}

.header-ctn>div+div {
    /* margin-left: 15px; */
}

.header-ctn>div>a {
    display: block;
    position: relative;
    width: 50px;
    text-align: center;
    color: #000;
}

.header-ctn>div>a>i {
    display: block;
    font-size: 18px;
}

.header-ctn>div>a>span {
    font-size: 12px;
}

.header-ctn>div>a>.qty {
    position: absolute;
    right: 0px;
    top: -10px;
    width: 17px;
    height: 17px;
    /* line-height: 17px; */
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    color: #FFF;
    background-color: #D10024
}

.header-ctn .menu-toggle {
    display: none;
}

.cart-dropdown {
    position: absolute;
    width: 300px;
    background: #FFF;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 0px 2px #E4E7ED;
    box-shadow: 0px 0px 0px 2px #E4E7ED;
    z-index: 99;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

.dropdown.open>.cart-dropdown {
    opacity: 1;
    visibility: visible;
}

.cart-dropdown .cart-list {
    max-height: 180px;
    overflow-y: scroll;
    margin-bottom: 15px;
}

.cart-dropdown .cart-list .product-widget {
    padding: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cart-dropdown .cart-list .product-widget:last-child {
    margin-bottom: 0px;
}

.cart-dropdown .cart-list .product-widget .product-img {
    left: 0px;
    top: 0px;
}

.cart-dropdown .cart-list .product-widget .product-body .product-price {
    color: #2B2D42;
}

.cart-dropdown .cart-btns {
    margin: 0px -17px -17px;
}

.cart-dropdown .cart-btns>a {
    display: inline-block;
    width: calc(50% - 0px);
    padding: 12px;
    background-color: #D10024;
    color: #FFF;
    text-align: center;
    font-weight: 700;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.cart-dropdown .cart-btns>a:first-child {
    margin-right: -4px;
    background-color: #1e1f29;
}

.cart-dropdown .cart-btns>a:hover {
    opacity: 0.9;
}

.cart-dropdown .cart-summary {
    border-top: 1px solid #E4E7ED;
    padding-top: 15px;
    padding-bottom: 15px;
}

/*=========================================================
	03 -> Navigation
===========================================================*/

#navigation {
    background: #FFF;
    border-bottom: 2px solid #E4E7ED;
    border-top: 3px solid #D10024;
}

/*----------------------------*\
	Main nav
\*----------------------------*/

.main-nav {
    flex-direction: row;
    padding: 5px 10px;
}

.main-nav>li+li {
    margin-left: 30px;
    padding: 20px, 0;
}

.main-nav>li>a {
    padding: 20px 0px;
}

.main-nav>li>a:hover,
.main-nav>li>a:focus,
.main-nav>li.active>a {
    color: #D10024;
    background-color: transparent;
}

.main-nav>li>a:after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background-color: #D10024;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.main-nav>li>a:hover:after,
.main-nav>li>a:focus:after,
.main-nav>li.active>a:after {
    width: 100%;
} 


/*=========================================================
	02 -> Carousel Slider
===========================================================*/
.slider-single .ant-image {
    position: relative;
    display: block;
}
.slider-single {
    position: relative;
}
.slider-single:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 100%;
    left: 0;
    width: 100%;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0,0,0,0.9) 150%); */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 113.67%);
    opacity: 0.8;
}
.slider-single .caption {
    position: absolute; 
    left: 50%;
    bottom: 80px;
    transform: translateX(-50%);
    text-align: center;
    z-index: 1;
    width: 100%;
}
.slider-caption-sub { 
    font-style: normal;
    font-weight: 500;
    font-size: 51px;
    line-height: 50px;
    /* identical to box height */
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
}
.slider-caption-main { 
    color: #FF9D00;
    font-family: crimson,kalpurush;
    font-style: normal;
    font-weight: bold;
    font-size: 85px;
    line-height: 112.16%;
    /* or 95px */ 
    text-align: center;
    letter-spacing: 0.06em; 
    margin: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.slider-area .slick-dots li button:before { 
     display: none;
}
.slider-area .ant-carousel .slick-dots-bottom {
    bottom: 75px;
    z-index: 1;
}
/*=========================================================
	03 -> Slider Search
===========================================================*/
.slider-search-area {
    transform: translateY(-50%);
    margin-bottom: -40px;
}
.slider-search { 
    background: #FFFFFF;
    opacity: 0.95;
    backdrop-filter: blur(5px);
    border-radius: 5px;
    /* min-height: 100px; */
    padding: 32px 90px;
}
.slider-search-in {
    background: #000000;
    opacity: 0.80;
    border-radius: 5px;
    margin: 0 auto; 
}
.slider-search-in .ant-select:not(.ant-select-customize-input) .ant-select-selector { 
    background-color: #000; 
}
.slider-search-in .ant-select { 
    color: rgba(255, 255, 255, 0.85);
}

.slider-search-in .ant-select{
    font-size: 17px;
    padding: 15px;
}
.slider-search-in .ant-select:not(.ant-select-customize-input) .ant-select-selector {
    border: 0;
    border-right: 2px solid #fff; 
    height: 32px;
    padding: 0px 15px;
    font-size: 20px;
}
.slider-search-in .ant-select-arrow { 
    right: 38px;
    color: #fff;
    font-size: 18px;
} 
.slider-search-btn {
    padding: 15px 15px 15px 0;
}
.slider-search-btn button.ant-btn.ant-btn-default {
    background: transparent;
    border: 0;
    color: rgba(255, 157, 0, 1);
    font-size: 17px;
    font-weight: normal;
}
.slider-search-btn button.ant-btn.ant-btn-default:hover { 
    font-weight: bold;
}
/*=========================================================
	04 -> CATEGORY SHOP
===========================================================*/

.shop {
    position: relative;
    overflow: hidden;
    margin: 15px 0px;
}

.shop:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    width: 60%;
    background: #D10024;
    opacity: 0.9;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

.shop:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1px;
    width: 100%;
    background: #D10024;
    opacity: 0.9;
    -webkit-transform: skewX(-45deg) translateX(-100%);
    -ms-transform: skewX(-45deg) translateX(-100%);
    transform: skewX(-45deg) translateX(-100%);
}

.shop .shop-img {
    position: relative;
    background-color: #E4E7ED;
    z-index: -1;
}

.shop .shop-img>img {
    width: 100%;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.shop:hover .shop-img>img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.shop .shop-body {
    position: absolute;
    top: 0;
    width: 75%;
    padding: 30px;
    z-index: 10;
}

.shop .shop-body h3 {
    color: #FFF;
}

.shop .shop-body .cta-btn {
    color: #FFF;
    text-transform: uppercase;
}

/*=========================================================
	05 -> HOT DEAL
===========================================================*/

#hot-deal.section {
    padding: 60px 0px;
    margin: 30px 0px;
    background-color: #E4E7ED;
    /* background-image: url('../img/hotdeal.png'); */
    background-position: center;
    background-repeat: no-repeat;
}

.hot-deal {
    text-align: center;
}

.hot-deal .hot-deal-countdown {
    margin-bottom: 30px;
}

.hot-deal .hot-deal-countdown>li {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    background: #D10024e6;
    text-align: center;
    border-radius: 50%;
    margin: 0px 5px;
}

.hot-deal .hot-deal-countdown>li>div {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hot-deal .hot-deal-countdown>li>div h3 {
    color: #FFF;
    margin-bottom: 0px;
}

.hot-deal .hot-deal-countdown>li>div span {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    color: #FFF;
}

.hot-deal p {
    text-transform: uppercase;
    font-size: 24px;
}

.hot-deal .cta-btn {
    margin-top: 15px;
}

/*=========================================================
	06 -> PRODUCT
===========================================================*/

/*----------------------------*\
	product
\*----------------------------*/

.product {
    position: relative;
    margin: 15px 0px;
    -webkit-box-shadow: 0px 0px 0px 0px #E4E7ED, 0px 0px 0px 1px #E4E7ED;
    box-shadow: 0px 0px 0px 0px #E4E7ED, 0px 0px 0px 1px #E4E7ED;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    /* height: 450px; */
    background-color: #ffffff;
}

.product:hover {
    -webkit-box-shadow: 0px 0px 6px 0px #E4E7ED, ;
    box-shadow: 0px 0px 6px 0px #E4E7ED, ;
    transform: scale(1.05);
}

.product .product-img {
    position: relative;
}

.product .product-img>img {
    width: 100%;
}

.product .product-img .product-label {
    position: absolute;
    top: 15px;
    right: 15px;
}

.product .product-img .product-label>span {
    border: 2px solid;
    padding: 2px 10px;
    font-size: 12px;
}

.product .product-img .product-label>span.sale {
    background-color: #FFF;
    border-color: #D10024;
    color: #D10024;
}

.product .product-img .product-label>span.new {
    background-color: #D10024;
    border-color: #D10024;
    color: #FFF;
}

.product .product-body {
    position: relative;
    padding: 15px;
    background-color: #FFF;
    text-align: center;
    z-index: 20;
}

.product .product-body .product-category {
    text-transform: uppercase;
    font-size: 12px;
    color: #8D99AE;
}

.product .product-body .product-name {
    text-transform: capitalize;
    font-size: 12px;
}

.product .product-body .product-name>a {
    font-weight: 400;
}

.product .product-body .product-name>a:hover,
.product .product-body .product-name>a:focus {
    color: #D10024;
}

.product .product-body .product-price {
    color: #D10024;
    font-size: 18px;
}

.product .product-body .product-price .product-old-price {
    font-size: 70%;
    font-weight: 400;
    color: #8D99AE;
}

.product .product-body .product-rating {
    position: relative;
    margin: 15px 0px 10px;
    height: 20px;
}

.product .product-body .product-rating>i {
    position: relative;
    width: 14px;
    margin-right: -4px;
    background: #FFF;
    color: #E4E7ED;
    z-index: 10;
}

.product .product-body .product-rating>i.fa-star {
    color: #ef233c;
}

.product .product-body .product-rating:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    background-color: #E4E7ED;
}

.product .product-body .product-btns>button {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: transparent;
    border: none;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.product .product-body .product-btns>button:hover {
    background-color: #E4E7ED;
    color: #D10024;
    border-radius: 50%;
}

.product .product-body .product-btns>button .tooltipp {
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -15px);
    -ms-transform: translate(-50%, -15px);
    transform: translate(-50%, -15px);
    width: 150px;
    padding: 10px;
    font-size: 12px;
    line-height: 10px;
    background: #1e1f29;
    color: #FFF;
    text-transform: uppercase;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.product .product-body .product-btns>button:hover .tooltipp {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -5px);
    -ms-transform: translate(-50%, -5px);
    transform: translate(-50%, -5px);
}

.product .add-to-cart {
    position: absolute;
    left: 1px;
    right: 1px;
    bottom: 1px;
    padding: 15px;
    background: #1e1f29;
    text-align: center;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    z-index: 2;
}

.product:hover .add-to-cart {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.product .add-to-cart .add-to-cart-btn {
    position: relative;
    border: 2px solid transparent;
    height: 40px;
    padding: 0 30px;
    background-color: #ef233c;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 40px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.product .add-to-cart .add-to-cart-btn>i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 38px;
    color: #D10024;
    opacity: 0;
    visibility: hidden;
}

.product .add-to-cart .add-to-cart-btn:hover {
    background-color: #FFF;
    color: #D10024;
    border-color: #D10024;
    padding: 0px 30px 0px 50px;
}

.product .add-to-cart .add-to-cart-btn:hover>i {
    opacity: 1;
    visibility: visible;
}

.brand {
    position: relative;
    margin: 15px 0px;
    /* -webkit-box-shadow: 0px 0px 0px 0px #E4E7ED, 0px 0px 0px 1px #E4E7ED; */
    /* box-shadow: 0px 0px 0px 0px #E4E7ED, 0px 0px 0px 1px #E4E7ED; */
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    /* height: 450px; */
    background-color: #ffffff;
}

.brand:hover {
    -webkit-box-shadow: 0px 0px 6px 0px #E4E7ED, ;
    box-shadow: 0px 0px 6px 0px #E4E7ED, ;
    transform: scale(1.05);
}

.brand .brand-img {
    position: relative;
}

.brand .brand-img>img {
    width: 100%;
}

.brand .brand-img .brand-label {
    position: absolute;
    top: 15px;
    right: 15px;
}

.brand .brand-img .brand-label>span {
    border: 2px solid;
    padding: 2px 10px;
    font-size: 12px;
}

.brand .brand-img .brand-label>span.sale {
    background-color: #FFF;
    border-color: #D10024;
    color: #D10024;
}

.brand .brand-img .brand-label>span.new {
    background-color: #D10024;
    border-color: #D10024;
    color: #FFF;
}

.brand .brand-body {
    position: relative;
    padding: 15px;
    background-color: #FFF;
    text-align: center;
    z-index: 20;
}

.brand .brand-body .brand-category {
    text-transform: uppercase;
    font-size: 12px;
    color: #8D99AE;
}

.brand .brand-body .brand-name {
    text-transform: uppercase;
    font-size: 14px;
}

.brand .brand-body .brand-name>a {
    font-weight: 700;
}

.brand .brand-body .brand-name>a:hover,
.brand .brand-body .brand-name>a:focus {
    color: #D10024;
}

.home_offer {
    padding: 10px 20px;
    background-color: #ffffff;
    /*margin-right: 20px !important;*/
    width: 24%;
}

.section_category {
    height: auto;
    background-color: #ffffff;
}

.category_list {
    width: 100%;
    padding: 10px 20px;
    /* border-bottom: 1px solid #00000012; */
    border-bottom: 1px solid rgba(195, 195, 195, 0.1);
}

/*----------------------------*\
	Widget product
\*----------------------------*/

.product-widget {
    position: relative;
}

.product-widget+.product-widget {
    margin: 30px 0px;
}

.product-widget .product-img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
}

.product-widget .product-img>img {
    width: 100%;
}

.product-widget .product-body {
    padding-left: 75px;
    min-height: 60px;
}

.product-widget .product-body .product-category {
    text-transform: uppercase;
    font-size: 10px;
    color: #8D99AE;
}

.product-widget .product-body .product-name {
    text-transform: uppercase;
    font-size: 12px;
}

.product-widget .product-body .product-name>a {
    font-weight: 700;
}

.product-widget .product-body .product-name>a:hover,
.product-widget .product-body .product-name>a:focus {
    color: #D10024;
}

.product-widget .product-body .product-price {
    font-size: 14px;
    color: #D10024;
}

.product-widget .product-body .product-price .product-old-price {
    font-size: 70%;
    font-weight: 400;
    color: #8D99AE;
}

.product-widget .product-body .product-price .qty {
    font-weight: 400;
    margin-right: 10px;
}

.product-widget .delete {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    text-align: center;
    font-size: 10px;
    padding: 0;
    background: #1e1f29;
    border: none;
    color: #FFF;
}

/*----------------------------*\
	Products slick
\*----------------------------*/

.products-slick .slick-list {
    padding-bottom: 60px;
    margin-bottom: -60px;
    z-index: 2;
}

.products-slick .product.slick-slide {
    margin: 15px;
}

.products-tabs>.tab-pane {
    display: block;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow-y: hidden;
    padding-bottom: 60px;
    margin-bottom: -60px;
}

.products-tabs>.tab-pane.active {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.products-slick-nav {
    position: absolute;
    right: 15px;
    z-index: 10;
}

.products-slick-nav .slick-prev,
.products-slick-nav .slick-next {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 20px;
    height: 20px;
    display: inline-block !important;
    margin: 0px 2px;
}

.products-slick-nav .slick-prev:before,
.products-slick-nav .slick-next:before {
    font-size: 14px;
}

/*=========================================================
	07 -> PRODUCTS PAGE
===========================================================*/

/*----------------------------*\
	Aside
\*----------------------------*/

.aside+.aside {
    margin-top: 30px;
}

.aside>.aside-title {
    text-transform: uppercase;
    font-size: 18px;
    margin: 15px 0px 30px;
}

/*-- checkbox Filter --*/

.checkbox-filter>div+div {
    margin-top: 10px;
}

.checkbox-filter .input-radio label,
.checkbox-filter .input-checkbox label {
    font-size: 12px;
}

.checkbox-filter .input-radio label small,
.checkbox-filter .input-checkbox label small {
    color: #8D99AE;
}

/*-- Price Filter --*/

#price-slider {
    margin-bottom: 15px;
}

.price-filter .input-number {
    display: inline-block;
    width: calc(50% - 7px);
}

/*----------------------------*\
	Store
\*----------------------------*/

.store-filter {
    margin-bottom: 15px;
    margin-top: 15px;
}

/*-- Store Sort --*/

.store-sort {
    display: inline-block;
}

.store-sort label {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 15px;
}

/*-- Store Grid --*/

.store-grid {
    float: right;
}

.store-grid li {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #FFF;
    border: 1px solid #E4E7ED;
    text-align: center;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.store-grid li+li {
    margin-left: 5px;
}

.store-grid li:hover {
    background-color: #E4E7ED;
    color: #D10024;
}

.store-grid li.active {
    background-color: #D10024;
    border-color: #D10024;
    color: #FFF;
    cursor: default;
}

.store-grid li a {
    display: block;
}

/*-- Store Pagination --*/

.store-pagination {
    float: right;
}

.store-pagination li {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #FFF;
    border: 1px solid #E4E7ED;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.store-pagination li+li {
    margin-left: 5px;
}

.store-pagination li:hover {
    background-color: #E4E7ED;
    color: #D10024;
}

.store-pagination li.active {
    background-color: #D10024;
    border-color: #D10024;
    color: #FFF;
    font-weight: 500;
    cursor: default;
}

.store-pagination li a {
    display: block;
}

.store-qty {
    margin-right: 30px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}

/*=========================================================
	08 -> PRODUCT DETAILS PAGE
===========================================================*/

/*----------------------------*\
	Product view
\*----------------------------*/

#product-main-img .slick-prev {
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
    left: 15px;
}

#product-main-img .slick-next {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
    right: 15px;
}

#product-main-img .slick-prev,
#product-main-img .slick-next {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

#product-main-img:hover .slick-prev,
#product-main-img:hover .slick-next {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    visibility: visible;
}

#product-main-img .zoomImg {
    background-color: #FFF;
}

#product-imgs .product-preview {
    margin: 0px 5px;
    border: 1px solid #E4E7ED;
}

#product-imgs .product-preview.slick-current {
    border-color: #D10024;
}

#product-imgs .slick-prev {
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#product-imgs .slick-next {
    top: calc(100% - 20px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#product-imgs .slick-prev:before {
    content: "\f106";
}

#product-imgs .slick-next:before {
    content: "\f107";
}

.product-preview img {
    width: 100%;
}

/*----------------------------*\
	Product details
\*----------------------------*/

.product-details .product-name {
    text-transform: uppercase;
    font-size: 18px;
}

.product-details .product-rating {
    display: inline-block;
    margin-right: 15px;
}

.product-details .product-rating>i {
    color: #E4E7ED;
}

.product-details .product-rating>i.fa-star {
    color: #D10024;
}

.product-details .review-link {
    font-size: 12px;
}

.product-details .product-price {
    display: inline-block;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #D10024;
}

.product-details .product-price .product-old-price {
    font-size: 70%;
    font-weight: 400;
    color: #8D99AE;
}

.product-details .product-available {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 30px;
    color: #D10024;
}

.product-details .product-options {
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-details .product-options label {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 15px;
    margin-bottom: 0px;
}

.product-details .product-options .input-select {
    width: 90px;
}

.product-details .add-to-cart {
    margin-bottom: 30px;
}

.product-details .add-to-cart .add-to-cart-btn {
    position: relative;
    border: 2px solid transparent;
    height: 40px;
    padding: 0 30px;
    background-color: #ef233c;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 40px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.product-details .add-to-cart .add-to-cart-btn>i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 38px;
    color: #D10024;
    opacity: 0;
    visibility: hidden;
}

.product-details .add-to-cart .add-to-cart-btn:hover {
    background-color: #FFF;
    color: #D10024;
    border-color: #D10024;
    padding: 0px 30px 0px 50px;
}

.product-details .add-to-cart .add-to-cart-btn:hover>i {
    opacity: 1;
    visibility: visible;
}

.product-details .add-to-cart .qty-label {
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 15px;
    margin-bottom: 0px;
}

.product-details .add-to-cart .qty-label .input-number {
    width: 90px;
    display: inline-block;
}

.product-details .product-btns li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
}

.product-details .product-btns li+li {
    margin-left: 15px;
}

.product-details .product-links {
    margin-top: 15px;
}

.product-details .product-links li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
}

.product-details .product-links li+li {
    margin-left: 10px;
}

/*----------------------------*\
	 Product tab
\*----------------------------*/

#product-tab {
    margin-top: 60px;
}

#product-tab .tab-nav {
    position: relative;
    text-align: center;
    padding: 15px 0px;
    margin-bottom: 30px;
}

#product-tab .tab-nav:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background-color: #E4E7ED;
    z-index: -1;
}

#product-tab .tab-nav li {
    display: inline-block;
    background: #FFF;
    padding: 0px 15px;
}

#product-tab .tab-nav li+li {
    margin-left: 15px;
}

#product-tab .tab-nav li a {
    display: block;
    font-weight: 700;
    color: #8D99AE;
}

#product-tab .tab-nav li.active a {
    color: #D10024;
}

#product-tab .tab-nav li a:after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background-color: #D10024;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

#product-tab .tab-nav li a:hover:after,
#product-tab .tab-nav li a:focus:after,
#product-tab .tab-nav li.active a:after {
    width: 100%;
}

/*-- Rating --*/

.rating-avg {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.rating-avg .rating-stars {
    margin-left: 10px;
}

.rating-avg .rating-stars,
.rating .rating-stars {
    display: inline-block;
}

.rating-avg .rating-stars>i,
.rating .rating-stars>i {
    color: #E4E7ED;
}

.rating-avg .rating-stars>i.fa-star,
.rating .rating-stars>i.fa-star {
    color: #D10024;
}

.rating li {
    margin: 5px 0px;
}

.rating .rating-progress {
    position: relative;
    display: inline-block;
    height: 9px;
    background-color: #E4E7ED;
    width: 120px;
    margin: 0px 10px;
    border-radius: 5px;
}

.rating .rating-progress>div {
    background-color: #D10024;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
}

.rating .sum {
    display: inline-block;
    font-size: 12px;
    color: #8D99AE;
}

/*-- Reviews --*/

.reviews li {
    position: relative;
    padding-left: 145px;
    margin-bottom: 30px;
}

.reviews .review-heading {
    position: absolute;
    width: 130px;
    left: 0;
    top: 0;
    height: 70px;
}

.reviews .review-body {
    min-height: 70px;
}

.reviews .review-heading .name {
    margin-bottom: 5px;
    margin-top: 0px;
}

.reviews .review-heading .date {
    color: #8D99AE;
    font-size: 10px;
    margin: 0;
}

.reviews .review-heading .review-rating {
    margin-top: 5px;
}

.reviews .review-heading .review-rating>i {
    color: #E4E7ED;
}

.reviews .review-heading .review-rating>i.fa-star {
    color: #D10024;
}

.reviews-pagination {
    text-align: center;
}

.reviews-pagination li {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #FFF;
    border: 1px solid #E4E7ED;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.reviews-pagination li:hover {
    background-color: #E4E7ED;
    color: #D10024;
}

.reviews-pagination li.active {
    background-color: #D10024;
    border-color: #D10024;
    color: #FFF;
    cursor: default;
}

.reviews-pagination li a {
    display: block;
}

/*-- Review Form --*/

.review-form .input {
    margin-bottom: 15px;
}

.review-form .input-rating {
    margin-bottom: 15px;
}

.review-form .input-rating .stars {
    display: inline-block;
    vertical-align: top;
}

.review-form .input-rating .stars input[type="radio"] {
    display: none;
}

.review-form .input-rating .stars>label {
    float: right;
    cursor: pointer;
    padding: 0px 3px;
    margin: 0px;
}

.review-form .input-rating .stars>label:before {
    content: "\f006";
    font-family: FontAwesome;
    color: #E4E7ED;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.review-form .input-rating .stars>label:hover:before,
.review-form .input-rating .stars>label:hover~label:before {
    color: #D10024;
}

.review-form .input-rating .stars>input:checked label:before,
.review-form .input-rating .stars>input:checked~label:before {
    content: "\f005";
    color: #D10024;
}

/*=========================================================
	09 -> CHECKOUT PAGE
===========================================================*/

.billing-details {
    margin-bottom: 30px;
}

.shiping-details {
    margin-bottom: 30px;
}

.order-details {
    position: relative;
    padding: 0px 30px 30px;
    border-right: 1px solid #E4E7ED;
    border-left: 1px solid #E4E7ED;
    border-bottom: 1px solid #E4E7ED;
}

.order-details:before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    top: -15px;
    height: 30px;
    border-top: 1px solid #E4E7ED;
    border-left: 1px solid #E4E7ED;
    border-right: 1px solid #E4E7ED;
}

.order-summary {
    margin: 15px 0px;
}

.order-summary .order-col {
    display: table;
    width: 100%;
}

.order-summary .order-col:after {
    content: "";
    display: block;
    clear: both;
}

.order-summary .order-col>div {
    display: table-cell;
    padding: 10px 0px;
}

.order-summary .order-col>div:first-child {
    width: calc(100% - 150px);
}

.order-summary .order-col>div:last-child {
    width: 150px;
    text-align: right;
}

.order-summary .order-col .order-total {
    font-size: 24px;
    color: #D10024;
}

.order-details .payment-method {
    margin: 30px 0px;
}

.order-details .order-submit {
    display: block;
    margin-top: 30px;
}

/*=========================================================
	10 -> NEWSLETTER
===========================================================*/

#newsletter.section {
    border-top: 2px solid #E4E7ED;
    border-bottom: 3px solid #D10024;
    margin-top: 30px;
}

.newsletter {
    text-align: center;
}

.newsletter p {
    font-size: 24px;
}

.newsletter form {
    position: relative;
    max-width: 520px;
    margin: 30px auto;
    display: flex;
}

.newsletter form:after {
    content: "\f003";
    font-family: FontAwesome;
    position: absolute;
    font-size: 160px;
    color: #E4E7ED;
    top: 15px;
    -webkit-transform: translateY(-50%) rotate(15deg);
    -ms-transform: translateY(-50%) rotate(15deg);
    transform: translateY(-50%) rotate(15deg);
    z-index: -1;
    left: -90px;
}

.newsletter form .input {
    width: calc(100% - 160px);
    margin-right: -4px;
    border-radius: 40px 0px 0px 40px;
}

.newsletter form .newsletter-btn {
    width: 160px;
    height: 40px;
    font-weight: 700;
    background: #D10024;
    color: #FFF;
    border: none;
    border-radius: 0px 40px 40px 0px;
}

.newsletter .newsletter-follow {
    text-align: center;
}

.newsletter .newsletter-follow li {
    display: inline-block;
    margin-right: 5px;
}

.newsletter .newsletter-follow li:last-child {
    margin-right: 0px;
}

.newsletter .newsletter-follow li a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #E4E7ED;
    background-color: #FFF;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.newsletter .newsletter-follow li a:hover,
.newsletter .newsletter-follow li a:focus {
    background-color: #E4E7ED;
    color: #D10024;
}

/*=========================================================
	11 -> FOOTER
===========================================================*/

.footer {
    background: #004165;
    color: #fff;
    /* margin: 30px 0px; */
    background-image: url('../images/map.png');
    background-position: center;
    background-repeat: no-repeat;
}
.footer-top h1 {
    color: #fff;
    padding: 26px 0;
    border-bottom: 1px solid #fff;
    margin: 0;
}
.footer-body {
    padding: 32px 0;
}
.footer-body-list li {
    padding: 8px 0 !important;
    border: 0;
    color: #fff;
    font-size: 14px;
    border-bottom: 0 !important;
}
.footer-body h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.footer-social {
    text-align: center;
    font-size: 18px;
    padding-bottom: 15px;
}
.footer-social a {
    color: #fff;
}
#bottom-footer {
    background: #f8f8f8;
} 

.footer .footer-title {
    color: rgb(255,255, 255);
    text-transform: uppercase;
    font-size: 18px;
    margin: 0px 0px 30px;
}

.footer-links li+li {
    margin-top: 15px;
}

.footer-links li a {
    color: #000000;
}

.footer-links li i {
    margin-right: 15px;
    color: #D10024;
    width: 14px;
    text-align: center;
}

.footer-links li a:hover {
    color: #D10024;
}

.copyright {
    margin-top: 20px;
    display: block;
    font-size: 12px;
    color: rgb(0, 0, 0);
}

.footer-payments li {
    display: inline-block;
    margin-right: 5px;
}

.footer-payments li a {
    color: #15161D;
    font-size: 36px;
    display: block;
}

.footer_company {
    color: #000000;
}
.footer_company:hover {
    color: #D10024;
}
.ps-footer__copyright p {
    display: block;
    margin: 0;
    border-top: 1px solid rgba(255,255,255,0.65);
    padding: 5px 0;
}
.footer-middle-list a {
    display: block;
    color: #ffff;
    transition: all 0.3s ease;
}
.footer-middle-list a:hover {
    padding-left: 3px;
    color: #ff9d00;
}
.ps-footer__company{
    border-top: 1px solid #fff;
    padding: 5px 0;
}
/* ==============end footer===================== */
.border {
    border: .5px solid gray;
    border-radius: 10px;
    text-align: center;
}

.rounded-border {
    border: 3px solid rgba(207, 207, 207, 0.678);
    border-radius: 500px;
}

.rounded-border:hover {
    border: 3px solid rgb(175, 171, 171);
    border-radius: 500px;
    transition: .2s;
}

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    /* margin: 3rem; */
}

.number-input button {
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    position: relative;
}

.number-input button:before,
.number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    height: 2px;
    transform: translate(-50%, -50%);
}

.number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
    text-align: center;
}


.md-number-input.number-input {
    border: .5px solid #ddd;
    width: 6rem;
}

.md-number-input.number-input button {
    outline: none;
    width: 2rem;
    /* height: 2rem; */
    /* padding-top: .8rem; */
}

.md-number-input.number-input button.minus {
    /* padding-left: 8px; */
}

.md-number-input.number-input button.plus {
    /* padding-left: 2px; */
}

.md-number-input.number-input button:before,
.md-number-input.number-input button:after {
    width: 1rem;
    background-color: #212121;
}

.md-number-input.number-input input[type=number] {
    max-width: 2rem;
    /* padding: .5rem; */
    border: solid #ddd;
    border-width: 0 2px;
    font-size: 14px;
    height: 2rem;
    font-weight: bold;
    outline: none;
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) and (stroke-color:transparent) {

        .number-input.md-number-input.safari_only button:before,
        .number-input.md-number-input.safari_only button:after {
            margin-top: -.6rem;
        }
    }
}

.product-button {
    padding: 10px 60px;
    border-radius: 60px;
}





/*=========================================================
	12 -> SLICK STYLE
===========================================================*/

/*----------------------------*\
	Arrows
\*----------------------------*/

.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    border: 1px solid #E4E7ED;
    background-color: #FFF;
    border-radius: 50%;
    z-index: 22;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background-color: #D10024;
    border-color: #D10024;
}

.slick-prev:before,
.slick-next:before {
    font-family: FontAwesome;
    color: #2B2D42;
}

.slick-prev:before {
    content: "\f053";
}

.slick-next:before {
    content: "\f054";
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    color: #FFF;
}

.slick-prev {
    left: 25px !important;
}

.slick-next {
    right: 40px !important;
}

/*----------------------------*\
	Dots
\*----------------------------*/

.slick-dots li,
.slick-dots li button,
.slick-dots li button:before {
    width: 10px;
    height: 10px;
}

.slick-dots li button:before {
    content: "";
    opacity: 1;
    background: #E4E7ED;
    border-radius: 50%;
}

.slick-dots li.slick-active button:before {
    background-color: #D10024;
}

.product-page .row {
    padding-top: 5px;
    padding-bottom: 5px;
}

.product-page p {
    text-transform: capitalize;
    font-weight: 600;
    color: rgb(141, 141, 141);
}

.dropbtn {
    background-color: #3498db00;
    color: rgb(0, 0, 0);
    /* padding: 5px 20px; */
    font-size: 16px;
    border: 1px solid black;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 !important;
}

.dropbtn:hover,
.dropbtn:focus {
    background-color: #00000000;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: #ddd;
}

/* .show {
    display: block;
} */
.hide {
    display: none;
}

.btn-hover:hover+.hide {
    display: block;
    margin-bottom: 20px;
}


.home-slider .item img {
    /* width: 80% !important; */
    justify-content: center;
    /* margin: 0 auto; */
}

.dropdown {
    float: left;
    /* //overflow: hidden; */
}

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    /* padding: 14px 16px; */
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbar a:hover,
.dropdown:hover .dropbtn {
    /* background-color: red; */
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}


.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/*
===============================================================
Cart
===============================================================
*/

.cart {
    margin-top: 30px;
}

.c-product-list {
    box-shadow:
        0 4px 8px 0 rgb(0 0 0 / 10%),
        0 6px 20px 0 rgb(0 0 0 / 20%);
    border-radius: 10px;
    border: 1px solid rgba(73, 72, 72, 0.124);
}

.c-product-summary {
    box-shadow:
        0 4px 8px 0 rgb(0 0 0 / 10%),
        0 6px 20px 0 rgb(0 0 0 / 20%);
    border-radius: 10px;
    border: 1px solid rgba(73, 72, 72, 0.124);
}

.cart-head {
    background: white;
    padding: 1rem 1rem;
    border-radius: 10px 10px 0 0;
}

.cart-head h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
}

.cart-head p {
    padding: 0px;
    margin: 0px;
}
.cursor-pointer{
    cursor: pointer;
}
.cart-body h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    /* margin: 5px 0; */
}

.cart-body p {
    padding: 0px;
    margin: 5px 0;
    font-size: .9rem;
}

.cart-body {
    /* background: rgb(232, 230, 229); */
    border-radius: 0 0 10px 10px;
}

.cart-product-details {
    margin: .5rem .5rem;
}

.summary-details {
    margin: .1rem .1rem;
}

.product-quantity button,
input {
    background: #ff9bac;
    border: 1px solid rgba(0, 0, 0, 0.049);
    /* border-radius: 5px; */
    width: 20%;
    /* text-align: center !important; */
}

.checkout-button {
    margin: 50px auto;
    display: flex;
    justify-content: center;
}

.checkout-button button {
    background: #D10024;
    color: blanchedalmond;
    padding: 1rem;
    border: 1px solid blanchedalmond;
    border-radius: 10px;
    font-weight: 500;
}

.checkout-button button:hover, button:focus {
    /* background: blanchedalmond;
    color: #D10024; */
    /* padding: 1rem; */
    /* border: 1px solid #D10024; */
    /* border-radius: 10px; */
    /* font-weight: 500;
    transition: .5s; */
}

.checkout-button a {
    /* color: blanchedalmond;
    font-weight: 500; */
}

.checkout-button a:hover,
a:focus {
    color: #D10024;
    font-weight: 500;
}
.ant-back-top { 
	font-size: 32px !important;
	right: 50px !important;
	bottom: 50px; 
	width: inherit !important;
	height: inherit !important; 
}
.ps-btn--backtop .anticon {
	display: block;
	box-sizing: inherit;
	color: #fff;
	background: #124e6f;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.ant-back-top {
    z-index: 24;
}