@font-face {
  font-family: "Flaticon";
  src: url("fonts/Flaticon.eot");
  src: url("fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
  url("fonts/Flaticon.woff2") format("woff2"),
  url("fonts/Flaticon.woff") format("woff"),
  url("fonts/Flaticon.ttf") format("truetype"),
  url("fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
 font-family: Flaticon;
 font-size: 65px;
 font-style: normal;
}

.flaticon-book:before { 
	content: "\f100"; 
}
.flaticon-deer:before { 
	content: "\f101"; 
}
.flaticon-stethoscope:before { 
	content: "\f102"; 
}
a, a:hover,a:focus, a:active{
	outline: none;
	text-decoration: none !important;
	color: inherit;
}
button, button:hover, button:focus, button:active{
	outline: none;
	text-decoration: none !important;
	color: inherit;
}
select, input, textarea, button{
	outline: none;
	box-shadow: none;
}
ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.form-control, .form-control:focus{
	outline: none;
	box-shadow: none;
}
.top-bar{
  background: #333;
  padding: .5rem 0;
}
.top-bar .navbar{
  justify-content: center;
  padding: 0;
}
.top-bar .navbar .navbar-nav li{
  margin: 0 10px;
  color: #fff;
}
body {
	background: #fff;
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
header{
	position: relative;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
  -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 30px rgba(0,0,0,.1);
  -ms-box-shadow: 0 0 30px rgba(0,0,0,.1);
  -o-box-shadow: 0 0 30px rgba(0,0,0,.1);
  box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}
header nav.navbar{
	background: none;
	padding: 15px 85px;
}
header nav ul li a{
	color: #262626;
	font-weight: 400;
}
header nav ul li a:hover, header nav ul li a:focus{
	
}
header nav.fixed-top  ul li a{
	color: #333
}
header nav ul li{
	margin-left: 25px;
}
header nav ul li:last-child .nav-link{
	
}
header nav ul li a span{
	color: #323232;
	margin-right: 8px;
}
header nav.fixed-top{
	background: #fff;
	box-shadow: 0 1px 12px rgba(0,0,0,.1);
}
header nav.fixed-top .navbar-brand img.logo-white{
	display: none;
}
header nav .navbar-brand img.logo{
	display: none;
}
header nav.fixed-top .navbar-brand img.logo{
	display: block;
}
.navbar-brand img{
  height: 50px
}
section.full-slider {
  padding: 0
}
section.full-slider .slide{
  width: 100%;
  height: calc(100vh - 90px);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
section.full-slider .slide:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.4);
  z-index: 2;
}
section.full-slider .overlay{
  width: 100%;
  height: 100%;  
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 3;
  color: #fff;  
  padding-bottom: 100px;
}
section.full-slider .overlay h3{
  font-weight: 700;
  font-size: 40px;
}
section.full-slider .overlay p{
  font-weight: 400;
  font-size: 20px;
}
section.full-slider .slick-dots{
  width: 3px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  left: 100px;
  z-index: 55;
  display: flex;
  flex-direction: column;
}
section.full-slider .slick-dots li{
  width: 3px;
  height: 30px;
  margin: 0 0 10px 0;
  background: #fff;
  opacity: 0.5;
}
section.full-slider .slick-dots li.slick-active{
  opacity: 1;
}
section.full-slider .slick-dots li button{
  width: 3px;
  height: 30px;
  padding: 0;
}
section.full-slider .slickPrev{
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 55;
  color: #fff;
}
section.full-slider .slickNext{
  position: absolute;
  right: 100px;
  top: 45%;
  transform: translateY(-50%);
  z-index: 55;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #fff;
}
.header-links {
  position: fixed;
  top: 50%;
  left: 60px;
  margin-top: -100px;
  z-index: 10
}
.header-links ul {
  list-style: none;
}
.header-links ul li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 15px;
  text-align: center;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.header-links ul li a {
  text-decoration: none;
  color: #111;
}
.header-links span {
  top: 160px;
  left: -25px;
  width: 68px;
  height: 20px;
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #111;
  font-weight: 700;
  text-transform: uppercase;
}
.header-links span::after {
  content: '';
  top: 6px;
  right: -40px;
  width: 20px;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #111;
}
section {
	padding: 60px 0;
}
section .section-title h2 {
  color: #fff;
  font-size: 26px;
  position: relative;
  font-weight: 700;
}
section .section-title p {
	font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}
.section-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}
.section-about__photo {
  min-width: 400px;
  width: 400px;
  position: relative;
}
.section-about__info {
  padding-left: 60px;
}
.section-about-text p{
	font-size: 16px;
	line-height: 34px;
	letter-spacing: .5px;
	color: #272626;
  text-align: justify;
}
.section-about-text h2{
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: .5px;
  color: #272626;
}
.btn.theme-btn {
	background: #333;
	border-radius: 0;
	border: none;
	color: #fff;
	font-size: 14px;
	padding: .5rem 1.2rem;
	letter-spacing: .5px;
}
.btn.theme-btn-outline {
  border-color: #333;
  border-radius: 0;
  color: #333;
  font-size: 14px;
  padding: .5rem 1.2rem;
  letter-spacing: .5px;
}
.btn.theme-btn-outline:focus{
  box-shadow: none;
}
.btn-lg.btn.theme-btn, .btn-lg.btn.theme-btn-outline {
  font-size: 16px;
  font-weight: 600;
  padding: 1rem 2.2rem;
}
.awards{
  padding: 35px 0;
}
.awards .sec-title h4{
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
}
.awards .award-box{
  background: #f8f8f8;
  padding: 2rem 5rem; 
  position: relative;
}
.awards .award-box:before{
  content: "";
  position: absolute;
  left: 25px;
  top: -15px;
  z-index: 1;
  width: 50px;
  height: 45px;
  background: url(../images/quote-ico.png) no-repeat 0 0;
}
.awards .award-box p{
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
  text-align: center;
}
section .section-title h2 a.show{
	float: right;
	font-size: 16px;
	border-bottom: 2px solid #000;
}
section.portfolio{
	position: relative;
  background: #1c1c1c;
}
section.portfolio .section-title{
	text-align: center;
}
section.portfolio .section-title h2{
	color: #fff;
}
section.portfolio .portfolio-holder{
	padding-top: 15px;
}
section.portfolio .portfolio-item h5{
	font-size: 16px;
}
section.portfolio .portfolio-item h6{
	font-size: 14px;
	color: #999;
}
section.portfolio .portfolio-item figure{
  margin-bottom: 30px;
}
section.portfolio .btn.theme-btn-outline{
  color: #fff;
  border-color: #fff;
}
.portfolio-item figure{
  overflow: hidden;
}
.footer-area {
	padding: 20px 0;
	background: #424242;
}
.copyright {
	text-align: center;
}
.copyright p {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 0;
}
.copyright p img {
	height: 12px;
	margin-top: -3px;
  margin-left: 2px;
}
.hide {
  opacity:0;
}
.show {
  opacity:1;
}
section.portfolio-main{
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 20px;
  min-height: calc(100vh - 170px)
}
.makeItMasonery {
  margin: 0 -5px;
}
.mimItem {
  flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  max-width: 25%;
  padding: 0 5px;
}
.featured .mimItem {
  flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  max-width: 25%;
  padding: 0 5px;
}
article.collectionColumn{
  margin-bottom: 10px;
  position: relative;
}
article.collectionColumn .overlay-box{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(17, 209, 228, 0.85);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  padding: 20px;
  display: flex;
  align-items: flex-end;
  opacity: 0;
  -webkit-transition: all .5s cubic-bezier(0, 0, 0.2, 1);
  transition: all .5s cubic-bezier(0, 0, 0.2, 1);
}
article.collectionColumn:hover .overlay-box{
  opacity: 1;
}
article.collectionColumn .overlay-box:before{
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  border: 2px solid #fff;
  z-index: -1;
}
article.collectionColumn .overlay-box .r-arw{
  position: absolute;
  right: 22px;
  top: 22px;
  background: #0e8891;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 26px;
}
article.collectionColumn .overlay-box .meta-holder{
  padding: 20px;
}
article.collectionColumn .overlay-box .meta-holder h2{
  font-size: 16px;
  color: #fff;
}
article.collectionColumn .overlay-box .meta-holder h5{
  font-size: 14px;
  color: #a4f7ff;
}
.portfolio .filters{
  margin: 30px 0;
  padding-top: 10px;
}
.portfolio .filters ul{
  display: flex;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  flex-wrap: nowrap;
}
.portfolio .filters ul li{
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 0;
  display: inline-block;
  padding: 0 20px;
  cursor: pointer;
  position: relative;
}
.portfolio .filters ul li.active{
  color: #323232;
  font-weight: 500
}
.portfolio .filters ul li.active:before{
  content: "";
  width: 5px;
  height: 24px;
  border: 2px solid #323232;
  border-right: none;
  position: absolute;
  left: 0;
  top: 0;
}
.portfolio .filters ul li.active:after{
  content: "";
  width: 5px;
  height: 24px;
  border: 2px solid #323232;
  border-left: none;
  position: absolute;
  right: 0;
  top: 0;
}
.portfolio .filters ul::-webkit-scrollbar{
  width: 5px;  /* for vertical scrollbars */
  height: 5px; /* for horizontal scrollbars */
}
.portfolio .filters ul::-webkit-scrollbar-track{
  background: rgba(0, 0, 0, 0.1);
}
.portfolio .filters ul::-webkit-scrollbar-thumb{
  background: rgba(0, 0, 0, 0.105);
}

@media (max-width: 1440px) {
  .mimItem {
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1601px) {
  .col-cus-5 {
    flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    max-width: 20%;
  }
}


.about-page-fig{
  display: flex;
  justify-content: center;
}
#more {
  display: none;
}
.portfolio .mimItem .item{
  margin-bottom: 10px;
}
.portfolio .item {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.portfolio .item img{
  width: 100%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.portfolio .item:hover img{
  transform: scale(1.2);
}
.portfolio .item .overlay{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  background: rgba(0,0,0,0.10);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  flex-direction: column;
  padding-bottom: 15px;
}
.portfolio .item a{
  display: block;
}
.portfolio .item .overlay h5{
  font-size: 16px;
  font-weight: 600
}
.portfolio .item .overlay h6{
  font-size: 12px;
}
section.news{
  min-height: calc(100vh - 160px)
}
.contact-base .form-group{
  margin-bottom: 2rem;
}
.contact-base .form-control{
  border: none;
  border-bottom: 1px solid #333;
  border-radius: 0;
  font-size: 14px;
  height: 60px;
}
.contact-base textarea.form-control{
  height: 100px;
}
.portfolio-inner{
  position: relative;
  z-index: 1;
  padding-bottom: 1rem;
}
.portfolio-inner .single-image{
  display: flex;
  justify-content: center;
}
.portfolio-inner .single-image figure{ 
  margin-bottom: 0;
  position: relative;
  padding: 0;
}
.portfolio-inner .single-image figure:after{
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: -90px;
  z-index: -1;
  left: 0;
  /*background: url(../images/shadow.png) no-repeat center top / contain;*/
} 
.portfolio-inner .single-image figure a{
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 200;
  background: #fff;
  padding: 10px;
  display: flex;
} 
.breadcrumb{
  background: transparent;
  font-size: 14px;
  padding: 0;
}
section.image-details{
  /*min-height: calc(100vh - 200px);*/
  padding: 40px 0;
}
section.image-details .single-image-details{
  display: flex;
  justify-content: center;
  /*padding: 0 85px;*/
}
section.image-details .single-image-details .mainProdDet h4.group{
  font-size: 20px;
  color: #c6c6c6;
  font-weight: 500;
  margin-bottom: .75rem;
}
section.image-details .single-image-details .mainProdDet h3.img-title{
  font-size: 30px;
  color: #171717;
  font-weight: 500;
  margin-bottom: .5rem;
  line-height: 1;
}
section.image-details .single-image-details .mainProdDet h6{
  color: #b1b1b1;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 1.2rem
}
section.image-details .single-image-details .mainProdDet h5{
  font-size: 26px;
  color: #595959;
}
section.image-details .single-image-details .mainProdDet .spacer {
  padding: 15px 0;
  height: auto;
  margin-bottom: 5px;
}
section.image-details .single-image-details .mainProdDet .type-of-buy {
  font-size: 14px;
}
section.image-details .single-image-details .mainProdDet h4.sub-title{
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin-bottom: 1rem;
}
section.image-details .single-image-details .mainProdDet p.description{
  font-size: 16px;
  color: #8b8b8b;
  line-height: 36px;
  margin-bottom: 1rem;
}
section.image-details .single-image-details .mainProdDet .form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #666;
    padding-bottom: 1rem;
    height: 45px;
    font-size: 14px;
}
section.image-details .single-image-details .mainProdDet .custom-control-label{
  line-height: 26px;
  color: #666;
}
section.image-details .single-image-details .mainProdDet .custom-control-label::before{
  border-color: #0f0f0f;
}
section.image-details .single-image-details .mainProdDet .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #595959;
    background-color: #595959;
}
section.image-details .single-image-details .mainProdDet .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}
section.image-details .single-image-details .mainProdDet .btngr .btn.theme-btn {
    background: #333;
    padding: .75rem 1.5rem;
}
section.image-details .single-image-details .mainProdDet .btngr .btn.theme-btn-outline {
    border-color: #595959;
    color: #595959;
    margin-right: 15px;
    padding: .75rem 1.5rem;
}
section.image-details .single-image-details .mainProdDet .qty .count {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 30px;
    padding: 0 2px;
    height: 40px;
    width: 40px;
    text-align: center;
    margin-left: 5px;
}
section.image-details .single-image-details .mainProdDet .qty .plus, 
section.image-details .single-image-details .mainProdDet .qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 40px;
    font-size: 23px;
    line-height: 40px;
    text-align: center;
}
section.image-details .single-image-details .mainProdDet .qty-n-price{
  margin-bottom: 15px;
}
.mainProdDet {
  padding-left: 2rem
}
.w3-sidebar {
    height: 100%;
    width: 430px;
    background-color: #fff;
    position: fixed!important;
    top: 0;
    z-index: 999;
    overflow: auto;
    -webkit-box-shadow: -4px 0px 8px -2px rgba(0,0,0,0.12);
    -moz-box-shadow: -4px 0px 8px -2px rgba(0,0,0,0.12);
    box-shadow: -4px 0px 8px -2px rgba(0,0,0,0.12);
}
.w3-animate-right {
    position: relative;
    animation: animateright .4s;
}
@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }
    to {
        right: 0;
        opacity: 1
    }
}
.w3-sidebar .item article h5 {
    font-size: 16px;
    font-weight: 500;
    color: #293341;
}
.w3-sidebar .item article h3 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: .5rem;
    padding-top: .5rem;
    color: #323232;
}
.w3-sidebar .w3-sidebar .item article h2 {
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 10px;
}

button.w3-bar-item.w3-button.w3-large {
    background: #323232;
    border: none;
    padding: 10px 0;
    color: #fff;
    height:35px;
    width: 35px;
    font-size: 30px;
    line-height: 20px;
    float: right;
}
button.w3-button.w3-teal.w3-xlarge.w3-right {
    background: #3b4b56;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 25px;
    color: #728696;
    position: fixed;
    bottom: 15px;
    right: 15px;
}
.cart-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 600;
    display: none;
}
.showthis{
    display: block;
}
.w3-sidebar.w3-bar-block .item{
    /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);*/
    background: #fff;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
    bottom: 0;
    margin: 0px 5px; 
}
.w3-sidebar.w3-bar-block .item article{
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 20px 15px;
}
.w3-sidebar.w3-bar-block .item .close {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    width: 30px;
    height: 27px;
    display: inline-block;
    opacity: 1;
}
.w3-sidebar.w3-bar-block .item .close:before {
    content: '';
    width: 15px;
    height: 15px;
    border-top: 1px solid #6d6e71;
    position: absolute;
    left: 12px;
    top: 10px;
    transform: rotate(-45deg);
}
.w3-sidebar.w3-bar-block .item .close:after {
    content: '';
    width: 15px;
    height: 15px;
    border-top: 1px solid #6d6e71;
    position: absolute;
    right: 13px;
    top: 10px;
    transform: rotate(45deg);
}
.w3-sidebar.w3-bar-block .item .qty{
    position: absolute;
    right: 0;
    top: 50px;
    width: 100px;
    display: flex;
}
.w3-sidebar.w3-bar-block .item .qty .count {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 35px;
    padding: 0 2px;
    height: 35px;
    width: 30px;
    text-align: center;
    margin-left: 5px;
}
.w3-sidebar.w3-bar-block .item .qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    margin-top: 2px;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    }
.w3-sidebar.w3-bar-block .item .qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    margin-top: 2px;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    background-clip: padding-box;
}
.w3-sidebar.w3-bar-block .item .cart-Item{
    display: flex;
}
.w3-sidebar.w3-bar-block .item .cart-Item .cart-Item-img{
    max-width: 75px;
    margin-right: 15px;
    display: flex;
    align-items: flex-start; 
}
h3.cartHed {
    font-size: 20px;
    text-align: left;
    padding: 20px 20px 0 20px;
    margin-bottom: 10px;
    font-weight: 700;
    -webkit-box-shadow: -1px -5px 17px -3px rgba(0,0,0,0.13);
    -moz-box-shadow: -1px -5px 17px -3px rgba(0,0,0,0.13);
    box-shadow: -1px -5px 17px -3px rgba(0,0,0,0.13);
}
.w3-sidebar .item article h2 {
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 10px;
}
.checkout-proceed-wrapper {
    margin: 0px 20px;
    background: #fff;
    /*box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);*/
    border-radius: 0px 0px 5px 5px;
    overflow: hidden;
    padding: 10px 0px;
}
.checkout-wrapper {
    margin: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between; 
}
.checkout-wrapper a.neworsign{
    margin-left: 10px;
}
.checkout-proceed-wrapper .checkout-wrapper .amount {
    display: inline-block;
    margin-right: 10px;
}
.checkout-wrapper .amount .pay-amt .pay {
    color: #000;
}
.checkout-wrapper .amount .pay-amt .rupees {
    font-weight: 500;
    font-size: 15px;
    padding-left: 5px;
}
.checkout-wrapper .amount .delivery-charges {
    display: inline-block;
}
.checkout-proceed-wrapper .checkout-wrapper .amount .delivery-charges .delivery-pay {
    font-size: 13px;
    color: #6d6e71;
    margin-right: 5px;
}
.checkout-proceed-wrapper .checkout-wrapper .amount .delivery-charges .delivery-text, 
.checkout-proceed-wrapper .checkout-wrapper .amount .delivery-charges .delivery-pay {
    font-size: 13px;
    color: #6d6e71;
    margin-right: 5px;
}
.checkout-proceed-wrapper .checkout-wrapper .checkout-proceed {
    display: inline-block;
    vertical-align: top;
    float: right;
}
.checkout-wrapper .checkout-proceed .btn-proceed {
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    padding: 12px 25px;
    text-align: center;
    border: none;
    font-weight: 500;
    transition: all 50ms ease-out;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    font-size: 15px !important;
    background: #323232;
}
.w3-sidebar .btn.continue {
    background: transparent;
    border-color: #323232;
    color: #323232;
    padding: 12px 20px;
}
.w3-sidebar .logo{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 1rem 20px 2rem 20px;
}
.w3-sidebar .logo img{
    height: 3rem;
}
.sideLogin .item{
    padding: 10px 0 20px 0;
}
.sideLogin .item .form-control{
    font-size: 14px;
    border-radius: 0;
    height: 40px;
}
.sideLogin .item p{
    font-size: 14px;
    color: #999;
    margin-bottom: 0;
}
.sideLogin .item p small{
    font-size: 14px;
    display: block;
    padding-top: 5px;
    color: #333;
}
.sideLogin.w3-sidebar.w3-bar-block .item {
    margin: 0px 5px;
}
.sideLogin .checkout-proceed-wrapper{
    padding: 0 15px 15px 0;
    margin: 0px 20px;
}
section.portfolio.you-may-also-like{
  padding: 0 85px;
  background: none;
}
section.portfolio.you-may-also-like .portfolio-item h5{
}
section.portfolio.you-may-also-like .portfolio-item a{
  display: inline-block;
}
section.portfolio.you-may-also-like .portfolio-item figure{
  margin-bottom: 15px;
}
section.portfolio.you-may-also-like .section-title{
  text-align: left;
}
section.portfolio.you-may-also-like .section-title h2{
  color: #323232;
}
section.portfolio.you-may-also-like .section-title p{
  color: #999;
}
#also-like .owl-nav {
  position: absolute;
  top: -90px;
  right: 0;
}
#also-like .owl-nav button{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 20px;
  color: #fff;
  line-height: 0;
}
#also-like .owl-nav button:hover{
  background: #fff;
  color: #333;
}
section.checkout-sec .section-title h2{
  color: #333
}
section.checkout-sec .section-title p{
  color: #999
}
section.checkout-sec {
     min-height: calc(100vh - 200px); 
}
.contact-widget-section2 ul.nav.flex-column {
    background: #fff;
    padding: 1rem;
    border: 1px solid #d5d5d5;
}
li.profileInsideUser {
    border-bottom: 1px solid #d5d5d5;
    padding: 1rem;
    margin-bottom: .5rem;
}
li.profileInsideUser a h4 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 500;
    color: #323232;
}
.contact-widget-section2 ul.nav.flex-column li.nav-item {
    font-size: 14px;
}
.contact-widget-section2 ul.nav.flex-column li.nav-item a{
  color: #666;
  font-weight: 400
}
.contact-widget-section2 ul.nav.flex-column li.nav-item a.active{
  color: #323232;
  font-weight: 500;
}
.contact-widget-section2 ul.nav.flex-column li.nav-item a.active i{
  color: #323232;
}
.contact-widget-section2 ul.nav.flex-column i {
    padding-right: 15px;
    color: #323232
}
section.profile-sec{
    min-height: calc(100vh - 170px);
}
section.image-details.checkout-sec .single-image-details .mainProdDet h4.sub-title{
  margin-bottom: 5px;
  font-size: 16px;
}
section.image-details.checkout-sec .single-image-details .form-group{
  margin-bottom: 30px;
}
/*ORDER HISTORY NEW CSS*/

.user-order-block .order-unit {
    margin-bottom: 20px;
}
.user-order-block .order-content-block {
    /*margin-top: 20px;*/
}
.user-order-block .order-unit-container {
    border: 1px solid #e0e0e0;
    padding-right: 30px;
    padding-top: 23px;
    padding-left: 28px;
    padding-bottom: 40px;
}
.user-order-block .order-paid .order-unit-container, .user-order-block .order-shipping .order-unit-container {
    border-left: 2px solid #323232;
}
.user-order-block .order-unit-title {
    margin: 0;
    font-size: 22px;
    line-height: 1;
}
.user-order-block .order-unit-info-list {
    margin-top: 10px;
}
.user-order-block .order-unit-info-list:after, .user-order-block .order-unit-info-list:before {
    content: " ";
    display: table;
}
.user-order-block .left-info-block {
    float: left;
}
.user-order-block .left-info-block li {
    float: left;
    padding-left: 23px;
    padding-right: 23px;
    border-right: 1px solid #e0e0e0;
    font-size: 14px;
    height: 20px;
    color: #757575;
}
.user-order-block .left-info-block li:first-child {
    padding-left: 0;
}
.user-order-block .left-info-block .name {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.user-order-block .left-info-block li:last-child {
    border-right: none;
}
.user-order-block .left-info-block:after {
    clear: both;
}
.user-order-block .left-info-block:after, .user-order-block .left-info-block:before {
    content: " ";
    display: table;
}
.user-order-block .right-info-block {
    float: right;
    max-width: 200px;
    text-align: right;
    font-size: 14px;
    color: #757575;
    margin-top: -20px;
}
.user-order-block .right-info-block i {
    font-size: 30px;
    font-style: normal;
    color: #323232;
    font-weight: 500;
}
.order-unit-goods-info{
    display: flex;
    justify-content: center;
}
.user-order-block .order-unit-info-list:after {
    clear: both;
}
.user-order-block .order-goods-list-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-top: 20px;
    border-top: 1px solid #e0e0e0;
    padding-top: 30px;
}
.user-order-block .order-goods-list-info .right-goods-block .btn {
    position: relative;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #333;
    font-size: 14px;
}
.user-order-block .order-goods-list-info .right-goods-block .btn i{
    margin-right: 8px; 
}
.btn-small {
    width: 118px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
}
.user-order-block .order-unit-goods-info-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.user-order-block .order-unit-goods-info-box .order-unit-goods-info:after, .user-order-block .order-unit-goods-info-box .order-unit-goods-info:before {
    content: " ";
    display: table;
}
.user-order-block .order-unit-goods-info-box .order-unit-goods-info .left-goods-img {
    width: 110px;
    float: left;
}
.user-order-block .order-unit-goods-info-box .order-unit-goods-info .left-goods-img img {
    width: 110px;
    height: 135px;
    object-fit: cover;
}
.user-order-block .order-unit-goods-info-box .order-unit-goods-info .mid-goods-name {
    float: left;
    margin-left: 20px;
    font-size: 14px;
    color: #000;
    line-height: 23px;
}
.user-order-block .order-unit-goods-info-box .order-unit-goods-info:after {
    clear: both;
}
.user-order-block .order-unit-goods-info-box .order-unit-goods-info:after, .user-order-block .order-unit-goods-info-box .order-unit-goods-info:before {
    content: " ";
    display: table;
}
/*ORDER HISTORY NEW CSS*/



ul.timeline-list {
    position: relative;
    margin: 2rem 0 0 0;
    padding: 0;
    display: flow-root;
}
ul.timeline-list:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #999;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
ul.timeline-list li {
    position: relative;
    clear: both;
    list-style: none;
}
.timeline_content {
    /*border: 2px solid #ff3636;*/
    background-color:#fff
}
ul.timeline-list li .timeline_content {
    width: 45%;
    color: #333;
    padding: 0 30px;
    margin-bottom: 30px;
    float: left;
    text-align: right;
}
ul.timeline-list li:nth-child(2n) .timeline_content {
    float: right;
    text-align: left;
}
.timeline_content h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0 0 0;
}
ul.timeline-list li:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #323232;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.timeline_content span {
    font-size: 14px;
    font-weight: 500;
    color: #666;
}
.copyright ul li:after { 
  content: " | ";
  padding-left:2px; 
  padding-right:4px; 
}
.copyright ul li:last-child:after
{
  content: '';
}

.ftTermLinks{
  color: #fff;
  font-size: 13px;
}
.termsofconditions {
  background: #f0efef;
  padding: 2.5rem 0;
}
.whitebg {
  background: #fff !important;
}
.fullheight{
  min-height: calc(100vh - 170px);
}

.awardSlider.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: -70px;
    left: 50%;
    top: auto;
    transform: translateX(-50%);
}
.awardSlider.owl-theme .owl-dots .owl-dot span {
    margin: 5px 3px;
}

article.name-price h5{
  font-size: 16px !important;
  color: #777 !important;
  margin-top: 5px;
}
article.name-price h6{
  font-size: 13px !important;
}

.term-link {
  color: blue;
}