﻿@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=El+Messiri:400,500,600,700|Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');

html,
body {
    height: 100%;
    font-size:15px;
    font-family: 'Poppins', sans-serif;
    color:#767676;
	/*-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;*/
}

.header
{
    padding: 10px 0;
    background-color:#fff;
    position:relative;
    z-index:99;
    border-bottom:1px #CCCCCC solid;
}



.text-top
{ 
text-align:right;
margin-top: 30px;
position:relative;
z-index:99;
} 


.text-top ul
{
	 padding-left:0;
	 margin-bottom:0;
}


.text-top ul li
{
	display: inline-block;
	font-size:14px;
	margin: 0 3px;    
	text-transform: capitalize;
}


.text-top ul li a
{
	 color:#fbca3b;
}


.cart{
    position: relative;
    font-size: 13px;
    cursor: pointer;
    text-align: left;   
    display: inline-block;
    vertical-align: middle;
}

.cart .circle
{
    width: 20px;
    height: 20px;
    border-radius: 50px;
    position: absolute;
    background-color: #fbca3b;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    font-weight: 500;
    color: #FFFFFF;
    left: 25px;
    margin: auto;
    top: -10px;
}

.dropdown-top  {
  display: inline-block;
  position: relative;
}

.dd-top {
    display: inline-block;
    border: 0px solid gray;
    border-radius: 4px;
    padding: 0;
    background-color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
}

.dd-top:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0; 
  height: 0; 
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-top: 0px solid black;
}

.dd-button:hover {
  background-color: #eeeeee;
}


.dd-input {
  display: none;
}

.dd-menu2 {
    position: absolute;
    top: 100%;
    /* border: 1px solid #ccc; */
    border-radius: 10px;
    padding: 0;
    margin: 10px 0 0 0;
    text-align: left;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    list-style-type: none;
}

.dd-input + .dd-menu2 {
  display: none;
} 

.dd-input:checked + .dd-menu2 {
  display: block;
} 

.dd-menu2 li {
    padding: 10px 10px;    
    font-size:13px!important;
    cursor: pointer;
    white-space: nowrap;
    display: block !important;
    border-bottom: 1px #e8e8e8 solid;
    margin:0!important;
}

.dd-menu2 li:hover {
  background-color: #fff;
}

.dd-menu2 li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
  font-weight:400;
}

.dd-menu2 li a i {
   margin-right:5px;
}


.carousel {
    height:638px;
    position:relative;
}

.item,
.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.fill-img{
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #fff;
    background-blend-mode:multiply;
}

.caption-carousel {
    position: absolute;
    top: 70px;
    right: auto;
    left:80px;
    width:500px;
    margin:auto;
    z-index: 10;
    text-transform: capitalize;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fefefe;
    text-align:left;
    text-shadow: 0 0px 0px rgba(0,0,0,0);
}

.caption-carousel h2{
    font-size:40px;
    font-weight:600;
    color:#000000;    
    line-height: 70px;
}

.caption-carousel h2 span{
    color:#fbca3b;
}
.caption-carousel h3{
    color:#000;
    font-size: 16px;
    line-height:20px;
    font-weight:400;
    margin-bottom:30px;
}
.caption-carousel h2 img {
    border-radius: 35px;
    width: 130px;
    height: 55px;
    object-fit: cover;
}

.caption-blue{
    color:#0079c7 !important;
}

.carousel-indicators {
    position: absolute;
    bottom: 30px;
    padding-right:0px;
    z-index: 15;
    width: 100%;
    left: 0;
    padding-left: 0;
    margin-left: 0%;
    text-align: center;
    list-style: none;
}


.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 2px;
    text-indent: -999px;
    cursor: pointer;
    border: 2px solid rgba(255, 255, 255, 0.0);
    border-radius:100px;
    background-color:#fbca3b;
}

.carousel-indicators .active {
    width: 20px;
    height: 20px;
    margin: 2px;  
    background-color: #000;
}



.btn-header {
    display: inline-block;
    padding: 12px 32px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight:400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform:   capitalize;
    background-image: none;
    border: 2px solid transparent;
    border-radius:5px;
    margin-top:0px;
    margin-right:20px;
}

.btn-header img{
    margin-right:10px;
}

.header-bg1
{ 
    background:url('../images/bg-2.png') no-repeat center center;
    position:absolute; 
    top:0;
    right:30px;
    z-index:9;
    width:584px;
    height:282px;
    opacity:0.5;
}

.header-bg2
{ 
    background:url('../images/bg-3.png') no-repeat center center;
    background-size: cover;
    position:absolute; 
    bottom:0;
    left:0px;
    z-index:9;    
    width:652px;
    height:641px;
    opacity:0.3;
}
.header-bg3
{ 
    background:url('../images/bg-1.png') no-repeat center center;
    background-size: cover;
    position:absolute; 
    bottom:0;
    right:0px;
    z-index:9;    
    width:503px;
    height:540px;
    opacity:0.2;
}


.btn-more{
    color: #fff;
    background-color: #fbca3b;
    border-color:#fbca3b;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more2:hover {
    color: #000;
    background-color: #fbca3b;
    border-color: #000; 
}

.btn-more2{
    color: #fff;
    background-color: #fbca3b;
    border-color:#fbca3b;     
}


.btn-more:hover {
    color: #000;
    background-color: #fbca3b;
    border-color: #000; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-login{
    color: #138cd4;
    background-color: #fff;
    border-color:#138cd4;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width:100%;
	margin-top: 10px;
}


.btn-login:hover {
    color: #fbca3b;
    background-color: #FFFFFF;
    border-color: #fbca3b; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-blue{
    color: #fff;
    background-color: #10bbd9;
    border-color:#10bbd9;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-blue:hover {
    color: #10bbd9;
    background-color: #fff;
    border-color: #10bbd9; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-navy{
    color: #fff;
    background-color: #4168b1;
    border-color:#4168b1;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-navy:hover {
    color: #4168b1;
    background-color: #fff;
    border-color: #4168b1; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-gray{
    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top:10px;
    color:#000000;
}


.btn-gray:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.welcome
{
	padding: 40px 0 0 0;
	overflow:hidden;
    margin-bottom: 0px;  
}

.title
{
   color:#000;
   font-size:35px;
   font-weight:600; 
   margin-bottom:20px;
   text-transform:capitalize;
}
.title span
{
   color:#e89a1c;
}

.title-blue
{
	color:#1489ce !important;
}
.title2 {
    text-transform: capitalize;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    margin: 20px 0;
}
.products-all-home
{
	padding:50px 0;
}
.featured-products .product-card {
  background-color:#FAFAFA;
  border-radius: 18px;
  padding: 15px;
  margin-bottom:30px;
  transition: transform 0.5s ease, filter 0.5s ease;
}


.featured-products .product-card .product-info {
  width: 100%; margin-top:0px;
    background-color: rgb(255 255 255 / 82%);
    border-radius: 20px;
    padding: 20px;
}

.featured-products .product-card .category {
  font-size:40px;
  color: #000;
}

.featured-products .product-card .category span{
  color: #fbca3b;
}

.featured-products .product-card .product-name {
  font-size: 35px;
  font-weight: 400;
  margin: 5px 0;
  text-align: left;
  color:#000000;
}
.featured-products .product-card .product-name span{
 color:#10bbd9;
}

.featured-products .product-card .product-info{
 color:#000;
 font-size:15px;
}



.products 
{
	margin-bottom:20px;
}

.products .product-card {
  background-color: #fff;
  border:1px #f2f2f2 solid;
  border-radius: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 0px 0 15px 0;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.products .product-card .imageContainer
{
  text-align:center;
  position: relative;
}
.products .product-card .imageContainer .imageContainer-circle
{
  text-align:center;
  background-color:#e8f3fa;
  border-radius:100%;
  width:120px;
  position:absolute;
  margin:auto;
  left:0;
  right:0;
  height:120px;
  z-index:0;
}

.products .product-card:nth-child(1) .imageContainer .product-image,
.products .product-card:nth-child(5) .imageContainer .product-image {
    width: 130px;
    margin: 20px auto 20px auto;
    height: 130px;
    object-fit: cover;
    position: relative;
    border-radius: 150px;
}

.products .product-grid .imageContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}
.products .product-grid .product-image {
  width: 150px;
  max-width: 150px;
  margin-bottom: 15px;
 
}

.products .product-grid .product-info {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 15px;
  width: 100%;
}

.products .product-grid .category {
  font-size: 0.9rem;
  color: #888;
}

.product-info
{
	padding:0 15px;
}
.products .product-card .product-name {
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0;
    text-align: left;
    height: 40px;
    overflow: hidden;
}

.products .rating {
  margin: 5px 15px;
  text-align:left;
  font-size:12px;
}

.products .rating i {
  color: #ffcc00;
  margin-right: 2px;
}

.products .rating span {
  font-size:12px;
  margin-left: 2px;
  color: #000;
  font-weight:600;
}
.products .priceAndBtnCart {
  width: 100%;
  margin-top: 0.8rem;
}
.products .price {
  font-weight: 500;
}

.products .current-price {
  font-size: 1.2rem;
  color: #333;
}

.products .old-price {
  font-size: 0.9rem;
  color: #fbca3b;
  font-weight:400;
  text-decoration: line-through;
}

/* Add to Cart Button */
.products .add-to-cart {
  background-color: #fff;
  color: #2c95d3;
  border: 1px solid #2c95d3;
  border-radius: 4px;
  padding: 10px 5px;
  cursor: pointer;
  font-size:13px;    
  display: inline-block;
  gap: 5px;
  width:100%;
  text-align:center;
  align-items: center;
}

.products .add-to-cart i {
  font-size: 1rem;
}

.products .add-to-cart:hover {
  background-color: #2c95d3;
  border-color: #2c95d3;
  color: #fff;
}

.product-image-big {
    width: 130px !important;
    min-width: 510px !important;
    height: 625px !important;
 }



.products-list
{
	margin-bottom:20px;
}

.products-list .product-list-card {
  background-color: #fff;
}

.products-list .product-list-card .imageContainer {
    text-align: center;
    float: left;
    width: 200px;
    border: 1px solid #CCCCCC;;
    border-radius: 5px;    
    height: 120px;
    margin-right: 20px;
}
.products-list .product-list-card:nth-child(1) .imageContainer .product-list-image,
.products-list .product-list-card:nth-child(5) .imageContainer .product-list-image {
    width: 130px;
    margin: 20px;
    height: 90px;
    object-fit: contain;
}

.products-list .product-list-grid .imageContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}
.products-list .product-list-grid .product-list-image {
  width: 150px;
  max-width: 150px;
  margin-bottom: 15px;
 
}

.products-list .product-list-grid .product-list-info {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 15px;
  width: 100%;
}

.products-list .product-list-grid .category-list {
  font-size: 0.9rem;
  color: #888;
}

.products-list .product-list-card .product-list-name {
    font-size: 14px;
    font-weight: 600;
    margin: 5px 0;
    text-align: left;
    height:  auto;
    overflow: hidden;
}

.products-list .rating {
  display: flex;
  align-items: center;
  margin: 5px 0;
}

.products-list .rating i {
  color: #ffcc00;
  margin-right: 2px;
}

.products-list .rating span {
  font-size: 0.85rem;
  margin-left: 5px;
  color: #555;
}
.products-list .priceAndBtnCart {
  width: 100%;
  margin-top: 0.8rem;
}
.products-list .price {
  font-weight: bold;
}

.products-list .current-price {
  font-size: 1.2rem;
  color: #333;
}

.products-list .old-price {
  font-size: 0.9rem;
  color: #888;
  text-decoration: line-through;
}

/* Add to Cart Button */
.products-list .add-to-cart {
  background-color: #e60c12;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 10px 15px;
  cursor: pointer;
  font-size:14px;    
  gap: 5px;
  display: flex;
  align-items: center;
}

.products-list .add-to-cart i {
  font-size: 1rem;
}

.products-list .add-to-cart:hover {
  background-color: white;
  border-color: #e60c12;
  color: #e60c12;
}

.products hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}


.top-pro-name span
{
	 font-size:14px;
	 padding:2px 5px;
	 background-color:#e82f2f;
	 border-radius:3px;
	 color:#FFFFFF;
}
.top-pro-green span
{
	 font-size:14px;
	 padding:2px 5px;
	 background-color:#24db7c;
	 border-radius:3px;
	 color:#FFFFFF;
}

.top-pro
{
 text-align: right;
}

.top-pro i
{
	display: inline-block;
    margin-right: 3px;
    width: 40px;
    height: 40px;
    background-color:#f8f8f8;
    border-radius:10px; 
    color:#777777;     
    text-align: center;
    line-height: 40px;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.top-pro a:hover i
{
    background-color:#fbca3b;
    color:#fff;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.news
{
	padding:60px 0;
	margin-bottom:30px;
}

.news-box
{
    display:inline-block;
    width: 100%;
    height: auto;
    position: relative;      
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0px 15px; 
    text-align:left;
    border-radius: 5px;
 }

.news-box a:hover
{
    text-decoration:none;
}


.news-box img
{
    margin: auto;
    height:250px; 
    width: 100%;
    object-fit: cover;
    border-radius:20px;
}



.news-box .text
{
      font-size:15px;
      font-weight:500;
      margin-bottom:0px;  
      margin-top:10px;  
      color: #000;    
      text-align:left ;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      padding:15px 0;
}



.news-box .text-news
{
      font-size:18px;
      font-weight:600;      
      height: 48px;
      color:#000;
      overflow: hidden;
      margin-bottom:10px;
}


.news-box .text-inner
{
    font-size: 14px;
    font-weight: 500;
    height: 60px;
    overflow: hidden;
    margin-bottom: 10px;
}


.news-box2
{
    display:inline-block;
    width: 100%;
    height: auto;
    position: relative;      
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0px 15px 40px 15px; 
    text-align:left;
    border-radius: 5px;
 }

.news-box2 a:hover
{
    text-decoration:none;
}


.news-box2 img
{
    margin: auto;
    height: 210px;
    width: 45%;
    object-fit: cover;
    border-radius: 20px;
    float: left;
    margin-right: 30px;
}



.news-box2 .text
{
      font-size:15px;
      font-weight:500;
      margin-bottom:0px;  
      margin-top:0px;  
      color: #000;    
      text-align:left ;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      padding:5px 0;
}



.news-box2 .text-news
{
      font-size:18px;
      font-weight:500;      
      height: 48px;
      color:#000;
      overflow: hidden;
      margin-bottom:10px;
}


.news-box2 .text-inner
{
    font-size: 14px;
    font-weight: 400;
    height: 60px;
    overflow: hidden;
    margin-bottom: 10px;
}


.footer
{
	background-color:#f9fafb;
	font-size:14px;
	padding:50px 0 0px 0;
	border-top:5px #1067f2 solid;
	color:#000;
}
.footer ul
{
   padding-left:0px;
}
.footer ul li
{
   margin:10px 0;       
   list-style-type: none; 
   color: #000;	 
   text-transform: capitalize;

}
.footer ul li a
{
	color:#000;
}
.footer ul li a i
{
	color:#fbca3b ;
	font-size:14px;
	margin-right:5px;
}


.footer-title
{
	 color:#000;
	 font-size:20px;
	 text-transform: capitalize;
	 font-weight:600;
	 margin:20px 0;
}

.footer-text
{
	height: 65px;
    overflow: hidden;
}


.vcard
{
	margin-top:20px;
}
.vcard div
{
	margin-bottom:10px;
}
 
.vcard i
{
	margin-right:10px;	 
	color: #808080;
}



.socials ul
{
	position: relative;
	overflow: hidden;	
	margin-top:0px;
	text-align: left;
	padding-left:0;
	margin-bottom:10px;
}


.socials ul li 
{
    display: inline-block;	
}


.socials ul li a 
{
	width: 35px;
	height: 35px;
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
    margin-left: 0px;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50px;
    border:2px #FFFFFF solid;

}

.socials ul li a i
{
	font-size: 16px;
	margin-right:0;
}
.socials ul li a img
{
	width: 16px;
	margin-right:0;
}

.socials ul li a:hover 
{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.facebook
{
	color:#3b5999!important;
}

.twitter
{
	color:#55acee!important;
}

.youtube
{
	color:#f0002d!important;
}
.instagram
{
	color: #FF0066!important;
}
.snapchat
{
	color: #fbca3b!important;
}
.tiktok
{
	color: #000!important;
}

.copyright
{
    padding: 5px 0;
    color: #000;
    text-align:center;
    font-size: 13px;
    line-height: 30px;
    margin-top:0px;
}


.copyright a
{
    color:#fbca3b;
}



.inner-bg {
    height: 250px;
}


.caption-inner 
{
    height:auto;
    width: 100%;
    color: #fbca3b;
    padding:35px 0 35px 0;  
    background-color:#138cd4;  
}


.caption-inner h3 
{
    margin-bottom: 10px;
    font-size: 35px;   
    font-weight:600; 
    text-transform: capitalize;
    margin-top:15px;
    background:url('../images/title-line.png') repeat-x center 20px;
    color: #fff;
}


.caption-inner h3 span
{
    background-color:#138cd4;  
    padding-right:20px;
}


.breadcrumb 
{
    padding: 10px 0;
    margin-bottom: 0px;
    color:#fff;
    list-style: none;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 0px;    
}


.breadcrumb>li 
{
    display: inline-block;
    font-size:13px;
    color:#fff;    
    font-weight: 300;
    text-transform: uppercase;
}

.breadcrumb>li a
{    
color:#fff;
}


.breadcrumb>.active
{
    color: #fff;
    font-weight: 300;
}

.breadcrumb>li+li:before 
{
    padding: 0 5px;
    color: #fff;
    content: "/\00a0";
}



.content-inner {
    padding: 50px 0;
    margin-bottom:0;
    overflow:hidden;
}

.pic-inner {
    width: 500px;
    height: auto;
    margin-left: 30px;
    margin-bottom: 30px;
    float:  right;
}

.pic-inner img{
    width: 100%;
}



.title-inner {
    text-transform: capitalize;
    color: #000;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.title-inner span{
    font-size: 14px;
    display:block;
    margin-top:10px;
}

.social_bt {
margin-bottom: 10px;
    width: 100%;
    padding: 10px;
    font-size:14px;
    border-radius: 5px;
}

.social_bt i{
margin-right: 10px;
}

.social_bt.facebook {
    background-color: #3b5998;
    color:#FFFFFE !important;
     text-align:center;
}
.social_bt.facebook a{
    color:#FFFFFE !important;
}

.social_bt.google {
    background-color: #dc4e41;
    color:#FFFFFE !important;
    text-align:center;
}
.social_bt.google a {
    color:#FFFFFE !important;
}

.container-login {
  display: block;
  position: relative;
  padding-left: 25px;
  font-weight:400;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color:#6d6e71;
}

/* Hide the browser's default checkbox */
.container-login input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-login {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius:2px;
  background-color: #d6d6d6;
}

/* On mouse-over, add a grey background color */
.container-login:hover input ~ .checkmark-login {
  background-color: #d6d6d6;
}

/* When the checkbox is checked, add a blue background */
.container-login input:checked ~ .checkmark-login {
  background-color: #fbca3b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-login:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-login input:checked ~ .checkmark-login:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-login .checkmark-login:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.pagination__wrapper {
    height: 50px;
    padding-top: 20px;
    margin-bottom: 25px;
    position: relative;
    text-align: center;
    width: 100%;
    border-top: 1px solid #ededed
}





.bg-filter
{
	border-color: #f4f4f4;
    background-color: #f4f4f4;
    padding:10px 20px;    
    border-radius:10px;
    margin-bottom:30px;
}


.dropdown {
  display: inline-block;
  position: relative;    
  z-index: 999;
  width:100%;
}

.dd-button {
  display: inline-block;
  border: 1px solid #fbca3b ;
  border-radius: 4px;
  padding: 10px 30px 10px 20px;
  background-color: #ffffff;
  cursor: pointer;
  color:#fbca3b ;
  white-space: nowrap;
  width:100%;
}

.dd-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

.dd-button:hover {
  background-color: #eeeeee;
}


.dd-input {
  display: none;
}

.dd-menu {
  position: absolute;
  top: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  background-color: #ffffff;
  list-style-type: none;    
  width: 100%;
}

.dd-input + .dd-menu {
  display: none;
} 

.dd-input:checked + .dd-menu {
  display: block;
} 

.dd-menu li {
  padding: 5px 20px;
  cursor: pointer;
  white-space: nowrap;
  font-size:13px;
  font-weight:500;
  
}

.dd-menu li:hover {
  background-color: #f6f6f6;
}

.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}

.dd-menu li.divider{
  padding: 0;
  border-bottom: 1px solid #cccccc;
}

.sort 
{
    display:inline-block;    
}



.sort a
{
    border: 1px #fbca3b solid;
    color: #fbca3b;
    padding: 5px 8px;      
    border-radius:4px;
    margin-right: 15px;
    display:inline-block;    
    font-size: 18px;
}

.sort a:hover
{
    border: 1px #fbca3b solid;
    color: #fff;
    background-color:#fbca3b;    
}

.active-sort
{
    border: 1px #fbca3b solid !important;
    color: #ffffff!important;
    background-color: #fbca3b !important;
}

.colors ul{
    padding-left:0;

}

.colors ul li {
    display:  inline-block;

}

.colors ul li a.color {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 28px;
    height: 28px;
    position: relative;
}

.colors ul li a.color.color_1 {
    background-color: #ffcc00;
}


.colors ul li a.color.color_2 {
    background-color: #ff9933;
}


.colors ul li a.color.color_3 {
    background-color:#ff9966;
}


.colors ul li a.color.color_4 {
    background-color:#ff9999;
}


.cart-h
{
    vertical-align:middle;
}

.cart-h small
{
    margin-left:15px;
}


.cart-h a
{
	color:#fbca3b;
}

.btn-cart
{
    padding: 0px 0px;
    background-color: #ffffff;
    /*border:1px #CCCCCC solid;*/
    color: #4f4f4f;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    line-height: 35px;
}

.btn-cart1
{
    padding: 0px 0px;
    background-color: #fff;
    color: #4f4f4f;
    display:inline-block;
    width: 35px;
    height: 35px;    
    font-size: 18px;
    text-align:center;
    font-weight:500;
}


.title-cart
{
    line-height: 1.5;
    text-align:  center;
    font-size: 40px;
    font-weight: 300;
    color:#5a5a5a;
    margin-bottom:50px;
}
.sub-headline
{
	margin:30px 0;
	border-bottom:1px #CCCCCC solid;
	padding-bottom:15px;
}

.div-border
{
    border-bottom: 1px #ebebeb solid;
    padding:15px 0 25px 0;
    border-radius: 0px;
    font-size:12px;
    margin-bottom:0px;
}

.div-border2
{
    border-bottom: 1px #ebebeb solid;
    padding:15px 0 25px 0;
    border-radius: 0px;
    font-size:14px;
    margin-bottom:20px;
}

.div-border3
{
    border: 1px #ebebeb solid;
    padding:20px 30px ;
    border-radius: 0px;
    font-size:18px;
    margin-bottom:0px;
}

.cart a
{
    color:#5a5a5a;
}


.btn-cart 
{
    padding: 0px 0px;
}
    
.cart-border
{
    padding-bottom: 10px;
    padding-top: 10px;
}
    
    
.cart-h
{
    display: inline-block;
    /* vertical-align: middle; */
    font-size: 16px;
    background-color: #ffffff;
    border: 1px #d4d4d4 solid;
    padding: 3px 15px;
    border-radius: 6px;
}
    
.cart-h img {
    height: 80px;
    width: 80px;
    object-fit: contain;
    border: 1px #d1d1d1 solid;
    padding: 10px;
    border-radius:4px;
}    
.cart-h2
{
    height: auto;
    display:table-cell;
    vertical-align:middle;
    padding:10px;
}
    
.sub-headline
{
	margin:30px 0;
	border-bottom:1px #CCCCCC solid;
	padding-bottom:15px;
}









.box-gray
{
	padding: 20px 40px;
    border: 1px solid #cdcfd0;
    background: #f8f9fa;
}



.box-gray .healine
{
	font-size: 25px;
    display: block;
    font-weight:300;
    width: 100%;
    padding: 7px 0;
}


.box-gray .healine2
{
	font-size: 18px;
    display: block;
    font-weight:300;
    width: 100%;
    padding: 7px 0;
    margin-bottom:10px;
}



.box-gray .product-item {
    font-weight: 300;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.box-gray .product-item .product-name {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}


.box-gray .product-item span.product-quantity {
    color: #838889;
}
    
    
.box-gray .product-item > span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
} 

.calls
{
	margin-bottom:25px;
	font-size:16px;
}

.text-subline {
    position: relative;
    height: 1px;
    padding: 0;
    background: #f2f3f8;
    border: none;
}

.text-subline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 40px;
    background: #fbca3b;
}

.calls-data
{
	margin-top:15px;
	color:#000;
}


.calls-data a
{
	color:#000;
}

.calls-data i
{
    color: #fbca3b;
    margin-right: 10px;
    font-size:18px;
}


.gray-box
{
    background-color: #f1f1f1;
    padding: 20px 20px 20px 20px;
    margin: 10px 0px 0px 0px;
    min-height: 90px;
    margin-bottom: 20px;
}

.code_apply {
    display: block;
    padding: 12px 20px;
    background-color: #fbca3b;
    margin: 0px 0px 10px 20px;
    min-height: 50px;
    color: #fff;
    width: 300px;
    float: right;
    border-radius: 0px;
}



a.code_apply {
    border: 1px solid rgba(255, 255, 255,1);
    color: rgba(255, 255, 255,1);
    padding: 3px 8px;
    margin: 0 0 0 10px;
    float: right;   
    width: auto;
    min-height: auto;
}
   
    
a.code_apply:hover {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #03daa9;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

 



.btn-career 
{
    background-color:#4d4d4d;
    border: 1px #4d4d4d solid;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    margin:0;
    transition: 0.3s;
}

.btn-career:hover 
{
    background-color: #fff;
    border: 1px #ffffff solid;
    color: #fbca3b;
    margin:0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}








.btn-career2 
{
    background-color: #459844;
    border: 1px #ffffff solid;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-career2:hover 
{
    background-color: #ffffff ;
    border: 1px #ffffff solid;
    color: #459844;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dedede;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.big-text
{
	font-size:18px;
}

.cv-box
{    
    background-color:#2ea053;
    padding: 20px;
}


.cv-box-title {
    text-align: center;
    color: rgba(255, 255, 255,1);
    font-size: 25px;
    margin-bottom: 20px;
}




.title-product
{
	color: #d43f39;
    font-size: 30px;
    margin-bottom: 20px;
}









.products-all
{
 display:inline-block;
 width: 355px;

}


.products-box
{
    height: 60px;
    vertical-align: middle;
    display: table-cell;
    width: 355px;
    text-align: center;    
    padding: 0 10px;
}




.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
	color:gray;
}


.date-news i
{
padding-right:10px;
}



.newspage 
{
	border:1px #CCCCCC solid;
	margin-bottom:30px;
}


.newspage img
{
	height: 225px;
    object-fit: cover;
    width: 100%;
}

.newspage .text-all 
{
	 padding:10px 20px;
}

.newspage .text-all .headline
{
	font-size:18px;
	font-weight:700;    
	height: 50px;
    overflow: hidden;
    margin-bottom:15px;
}


.newspage .text-all .details
{
	font-size: 15px;
    font-weight: 400;
    height: 85px;
    overflow: hidden;
}




.title-news {
    font-size: 20px;
    color:#fbca3b;
    margin-bottom:10px;
    margin-top:10px;
}




.left-menu ul
{
	 padding-left:0;
	 text-align:center;
}

.left-menu ul a:hover
{
    text-decoration:none;
}


.left-menu ul a li
{
    padding: 12px 15px;
    background-color: #ed1c24;             
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 1px;
    border-radius: 0px;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.left-menu-active
{
    background-color:#25247b!important;             
}

.left-menu ul a:hover li
{    background-color: #25247b;                          
    color: #FFFFFF;
    text-decoration:none;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pro-details1
{
	margin-bottom: 15px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin:10px 0;    
    color:#242424;
}

.pro-details2
{
    display: block;
    vertical-align: middle;    
    margin:0px 0;
}

.pro-details3
{
    font-size: 25px;
    line-height: 25px;
    color: #fbca3b;    
    margin:10px 0;

}
.product-addto-links {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #666666;
    display: block;
    font-size: 14px;
    line-height: 35px;
    margin-top:20px;
	margin-bottom: 15px;
    margin-right: 8px;
    padding: 0;
    text-align: left;
    text-transform: none;
    vertical-align: middle;
}


.product-addto-links a {
    display:inline-block;
    color:#5a5a5a;
	margin-bottom: 5px;
	margin-right: 10px;
}


.product-addto-links a i {
    margin-right: 10px;
    background-color: #fbca3b63;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
	color: #000000;
}
   


.div-border
 {
    border: 1px #bfbfbf solid;
    padding: 20px;
    border-radius: 10px;
    font-size:15px;
    margin-bottom:20px;
}



.box-title h4
{
	
	 margin:0;
}



.lines
{
	 margin-top:30px;
	 margin-bottom:50px;
}
.lines .row .col-md-3
{
	 padding:0;
}

.line-gray
{
	border-top:5px #c9cacc solid;
	text-align:center;
}

		/* styles unrelated to zoom */
		/* these styles are for the demo, but are not required for the plugin */
		.zoom {
			display:inline-block;
			position: relative;    
			border: 1px #e6e6e6 solid;
		}
		
		/* magnifying glass icon */
		.zoom:after {
			content:'';
			display:block; 
			width:33px; 
			height:33px; 
			position:absolute; 
			top:0;
			right:0;
		}

		.zoom img {
			display: block;
		}

		.zoom img::selection { background-color: transparent; }

		#ex2 img:hover { cursor: url(grab.cur), default; }
		#ex2 img:active { cursor: url(grabbed.cur), default; }


.products-inner
{
	margin-top:30px;
}


.products-inner ul
{
	text-align:center;
	padding-left:0;
}


.products-inner ul a:hover
{
 text-decoration:none;
}



.products-inner ul li
{
    display: inline-block;
    width: 260px;
    height: 250px;
    border: 2px #f5f5f5 solid;
    margin: 0px 10px 20px 10px;
    position:relative;    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.products-inner ul a:hover li 
{
    border: 2px #971873 solid;    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.products-inner ul li img
{
    height: 195px;
    width: 100%;
    object-fit: cover;
    }


.products-title
{
    color:#605f5f;
	font-size:20px;    
	font-family: 'Playfair Display';
	margin-bottom:0px;
	font-style:italic;    
	padding-top: 15px;
	position: absolute;
    bottom: 10px;
    width: 100%;
}


.products-inner ul a:hover li .products-title
{
    color:#971873;
}

.new-lable
{
    background-color: #971873;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    padding: 4px 10px;
}

.title-gallery {
    font-size: 20px;
    color: #fbca3b;
    margin: 30px 0;
    text-align: center;
}


/*-------table-------*/
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}


.menu-left
{    
    margin-top: 0px;
    z-index: 99;
    width: 100%;
    background-color: #fbca3b;
    overflow: hidden;
    text-align: left;
    border-radius: 10px;
}


.menu-left ul
{
    padding-left:0;
    margin:0;
    font-size:14px;
}
.menu-left ul a:hover
{
    text-decoration:none;
    
}

.menu-left ul li
{
    padding: 15px 25px;
    display: block;
    border-bottom: 1px rgb(255 255 255 / 55%) solid;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;    
    color: #fff;
    transition: 0.3s;
}
 
.menu-left ul li i
{
     font-size:14px;
     margin-right:10px;
}

.menu-left ul a:hover li
{
   background-color:rgb(255 255 255 / 32%);
   color:#FFFFFF;
   text-decoration:none;
   -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}






.box-category 
{
	height:264px;
	color:#3d3d3d;
	font-size:14px;
	font-weight:600;
	padding: 15px 10px;
	border-radius:4px;
	margin-bottom:25px;
	position:relative;
}


.box-category img
{
     width:18px;
     display:inline-block;
     margin-left:10px;
}



.box-category h1 {
    font-size: 15px !important;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
    background-color: #fff;
    color: #fbca3b;
    border-radius: 4px;
    padding: 20px 10px;
    text-align: center;
    position: absolute;
    width:92%;
    bottom: 10px;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.box-category:hover h1
{
     background-color:#fbca3b;
     color:#FFFFFF !important;    
     -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.new-price
{
	color:#000;
	font-weight:700;
	font-size:18px;
    
}

.old-price
{
	color:#222222;
	text-decoration:line-through;
	font-size:13px;	
	font-weight:300;
}   


.product-content
{
	background-color:#FFFFFF;
	text-align: center;
	padding: 10px;
}



.collapsible-all
{
	
}
.collapsible-all .collapsible {
  background-color: #fbca3b ;
  color: white;
  cursor: pointer;
  padding: 10px 18px ;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  border-radius:5px;
  margin-bottom:5px;
}


.collapsible-all .collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-right: 5px;
}

.collapsible-all .active:after {
  content: "\2212";
}

.collapsible-all .content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fbfbfb;
}


.collapsible-all .content p
{
	padding:10px 0;
}




.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;    
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight:normal;
}

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-check {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #ebebeb;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark-check {
  background-color: #ebebeb;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark-check {
  background-color: #fbca3b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-check:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark-check:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark-check:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



.login-box {
  position: relative;
  background: #FFF;
  padding:30px;
  font-size: 14px;
  border-radius: 10px;
  /*box-shadow: 0 2px 20px 7px rgb(0 0 0 / 9%)*/
}


.results-star 
{
   margin-top:10px;
}

.results-star i
{
  font-size:12px;
  color:#cecece;    
  padding:0px;
}

.star-active
{
  color:#fcb040!important;    
}

.Prices__price-label {
    text-transform: var(--h8-text-transform);
    font-family: var(--h8-font-family);
    font-size: var(--h8-font-size);
    font-weight: var(--h8-font-weight);
    font-style: var(--h8-font-style);
    line-height: 1;
    line-height: 1em;
    color: #000;
    font-size: 16px;
    display: inline;
    margin: 10px 0;
    font-weight: 700;
    font-size: 14px;
}


.Prices__serving {
    display: inline-block;
    font-size: 11px;
    margin-left: 4px;
    font-weight: 300;
    color: #c4c4c4;    
}

.Prices__container {
    /*display: flex;*/
    flex-wrap: wrap;
    margin-top: 6px;
}

.Prices .Price {
    font-size: 30px;
}


.Prices__price {
    padding-right: 10px;
    font-size: 20px;
    font-weight: 500;
	color:#000000;
}



.profile-bg
{
text-align: center;
    margin-bottom: 70px;
    position: relative;
    background-color: #fbca3b;
    border-radius: 20px;
    height: 160px;
     
}


.profile-pic
{
    width: 160px;
    height: 160px;
    border-radius: 160px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50px;
}

.profile-pic img
{
	width:160px;
	height:160px;
	border-radius:160px;    
	object-fit: cover;
	border:5px #FFFFFF solid;
	    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
}
.profile-name
{
	font-size: 25px;
    font-weight: 500;
    color: #000;
    text-transform:  capitalize;
    margin-bottom: 35px;
}
.profile-name span
{
	font-size: 14px;
    color: #999;
    text-transform:none;
    display:block;
}
.btn-m{
    display: inline-block;
    padding: 6px 10px;
    background-color:#fbca3b;
    font-size: 12px;
    color:#FFFFFF;
    font-weight:400;
    text-align: center;
    text-transform:capitalize;
    border-radius:5px;
    width:100%;
}

.prog
{
	font-size:11px;
	color:#47515a;
}

.prog-line
{
	 height:5px;
	 border-radius:10px;
	 margin:15px 0 5px 0;
	 position: relative;
	 background-color:#ebebeb;
}


.prog-line-full
{
	 height:5px;
	 border-radius:10px;
	 position: absolute;
	 background-color: #ffb700;
}

.logo-search
{
	position:relative;
	z-index:999;
	padding-top:0px;
	padding-bottom:40px;
}


.logo-search .form-group {
    margin-bottom: 0px;
    margin-top: 0px;
}


.logo-search .form-control2 {
    display: block;
    width: 100%;
    height:43px;
    padding: 6px 14px 6px 40px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background: #fff url('../images/search1.png') no-repeat 10px center;
    border: 1px solid #f4f4f4;
    border-radius:6px;
}


.logo-search .form-control-feedback {
position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    display: block;
    width: 55px;
    height: 43px;
    color: #ffffff;
    background-color: #fbca3b;
    font-size: 17px;
    line-height: 44px;
    text-align: center;
    pointer-events: auto;
    border-radius: 6px;
}



.path-search
{
	border-left:5px #e8af52 solid;
	padding-left: 15px;
	margin-bottom: 15px; 
	border-radius:5px;
	background-color:#fbca3b;
}

.highlight {
    font-weight: bold;
    background-color: #FFCC00;
    padding: 0 3px;
    color:#333333;
}

.figure 
{
        position: relative;
        width: 100%; /* can be omitted for a regular non-lazy image */
        max-width: 100%;
        margin:auto;    
        height: 250px;    
background: rgb(238,238,238);
background: -moz-linear-gradient(0deg, rgba(238,238,238,1) 43%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(238,238,238,1) 43%, rgba(255,255,255,1) 100%);
background: linear-gradient(0deg, rgba(238,238,238,1) 43%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#ffffff",GradientType=1);

        border-radius: 15px 15px 0 0;
}

.figure img.image-main 
{
    opacity: 1;
    transition: opacity .5s;
    width: 210px;
    height: 210px;
    position: relative;
    top: 20px;
    object-fit: contain;
}


.figure:hover img.image-main 
{
      opacity: 0;
      object-fit: contain;
}


   
.figure .div-img
{
	  width: 100%;
      height: 100%;
      background:url('../images/bg1.png') no-repeat center bottom;
      background-size:cover;
      position: absolute;
      opacity: 0;    
      top: 0;      
      transition: opacity .5s;        
      border-radius: 15px 15px 0 0;
}
    
.figure:hover .div-img
{
	  width: 100%;
      height: 100%;
      opacity: 1;
}

.figure .div-img img.image-hover 
{
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      opacity: 0;
      margin: auto;      
}
    
.figure:hover .div-img img.image-hover 
{
    opacity: 1;
    object-fit: contain;
    width: 175px;
    height: auto;
    position: absolute;
    bottom: 65px;
    margin: auto auto 0 auto;
 }
   


.figure2 
{
        position: relative;
        width: 100%; /* can be omitted for a regular non-lazy image */
        max-width: 100%;
        margin:auto;    
        height: 250px;    
background: rgb(238,238,238);
background: -moz-linear-gradient(0deg, rgba(238,238,238,1) 43%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(238,238,238,1) 43%, rgba(255,255,255,1) 100%);
background: linear-gradient(0deg, rgba(238,238,238,1) 43%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#ffffff",GradientType=1);

        border-radius: 15px 15px 0 0;
}

.figure2 img.image-main 
{
    opacity: 1;
    transition: opacity .5s;
    width: 210px;
    height: 210px;
    position: relative;
    top: 20px;
    object-fit: contain;
}


.figure2:hover img.image-main 
{
      opacity: 0;
      object-fit: contain;
}


   
.figure2 .div-img
{
	  width: 100%;
      height: 100%;
      background:url('../images/bg2.png') no-repeat center bottom;
      background-size:cover;
      position: absolute;
      opacity: 0;    
      top: 0;      
      transition: opacity .5s;        
      border-radius: 15px 15px 0 0;
}
    
.figure2:hover .div-img
{
	  width: 100%;
      height: 100%;
      opacity: 1;
}

.figure2 .div-img img.image-hover 
{
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      opacity: 0;
      margin: auto;      
}
    
.figure2:hover .div-img img.image-hover 
{
    opacity: 1;
    object-fit: contain;
    width: 175px;
    height: auto;
    position: absolute;
    bottom: 65px;
    margin: auto auto 0 auto;
}
   

.figure3
{
        position: relative;
        width: 100%; /* can be omitted for a regular non-lazy image */
        max-width: 100%;
        margin:auto;    
        height: 250px;    
background: rgb(238,238,238);
background: -moz-linear-gradient(0deg, rgba(238,238,238,1) 43%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(238,238,238,1) 43%, rgba(255,255,255,1) 100%);
background: linear-gradient(0deg, rgba(238,238,238,1) 43%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#ffffff",GradientType=1);

        border-radius: 15px 15px 0 0;
}

.figure3 img.image-main 
{
    opacity: 1;
    transition: opacity .5s;
    width: 210px;
    height: 210px;
    position: relative;
    top: 20px;
    object-fit: contain;        
}


.figure3:hover img.image-main 
{
      opacity: 0;
      object-fit: contain;
}


   
.figure3 .div-img
{
	  width: 100%;
      height: 100%;
      background:url('../images/bg3.png') no-repeat center bottom;
      background-size:cover;
      position: absolute;
      opacity: 0;    
      top: 0;      
      transition: opacity .5s;        
      border-radius: 15px 15px 0 0;

}
    
.figure3:hover .div-img
{
	  width: 100%;
      height: 100%;
      opacity: 1;
}

.figure3 .div-img img.image-hover 
{
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      opacity: 0;
      margin: auto;      
}
    
.figure3:hover .div-img img.image-hover 
{
    opacity: 1;
    object-fit: contain;
    width: 175px;
    height: auto;
    position: absolute;
    bottom: 70px;
    margin: auto auto 0 auto;
}


.figure4
{
        position: relative;
        width: 100%; /* can be omitted for a regular non-lazy image */
        max-width: 100%;
        margin:auto;    
        height: 250px;    
background: rgb(238,238,238);
background: -moz-linear-gradient(0deg, rgba(238,238,238,1) 43%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(238,238,238,1) 43%, rgba(255,255,255,1) 100%);
background: linear-gradient(0deg, rgba(238,238,238,1) 43%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#ffffff",GradientType=1);

border-radius: 15px 15px 0 0;

}

.figure4 img.image-main 
{
    opacity: 1;
    transition: opacity .5s;
    width: 210px;
    height: 210px;
    position: relative;
    top: 20px;    
    object-fit: contain;
}


.figure4:hover img.image-main 
{
      opacity: 0;
      object-fit: contain;
}


   
.figure4 .div-img
{
	  width: 100%;
      height: 100%;
      background:url('../images/bg4.png') no-repeat center bottom;
      background-size:cover;
      position: absolute;
      opacity: 0;    
      top: 0;      
      transition: opacity .5s;
      border-radius: 15px 15px 0 0;
}
    
.figure4:hover .div-img
{
	  width: 100%;
      height: 100%;
      opacity: 1;
}

.figure4 .div-img img.image-hover 
{
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      opacity: 0;
      margin: auto;      
}
    
.figure4:hover .div-img img.image-hover 
{
    opacity: 1;
    object-fit: contain;
    width: 175px;
    height: auto;
    position: absolute;
    bottom: 65px;
    margin: auto auto 0 auto;    
}
   


.figure5
{
        position: relative;
        width: 100%; /* can be omitted for a regular non-lazy image */
        max-width: 100%;
        margin:auto;    
        height: 250px;    
background: rgb(238,238,238);
background: -moz-linear-gradient(0deg, rgba(238,238,238,1) 43%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(238,238,238,1) 43%, rgba(255,255,255,1) 100%);
background: linear-gradient(0deg, rgba(238,238,238,1) 43%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#ffffff",GradientType=1);

border-radius: 15px 15px 0 0;

}

.figure5 img.image-main 
{
    opacity: 1;
    transition: opacity .5s;
    width: 210px;
    height: 210px;
    position: relative;
    top: 20px;    
    object-fit: contain;
}


.figure5:hover img.image-main 
{
      opacity: 0;
      object-fit: contain;
}


   
.figure5 .div-img
{
	  width: 100%;
      height: 100%;
      background:url('../images/bg1.png') no-repeat center bottom;
      background-size:cover;
      position: absolute;
      opacity: 0;    
      top: 0;      
      transition: opacity .5s;
      border-radius: 15px 15px 0 0;
}
    
.figure5:hover .div-img
{
	  width: 100%;
      height: 100%;
      opacity: 1;
}

.figure5 .div-img img.image-hover 
{
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      opacity: 0;
      margin: auto;      
}
    
.figure5:hover .div-img img.image-hover 
{
    opacity: 1;
    object-fit: contain;
    width: 175px;
    height: auto;
    position: absolute;
    bottom: 50px;
    margin: auto auto 0 auto;    
}
   



.figure6
{
        position: relative;
        width: 100%; /* can be omitted for a regular non-lazy image */
        max-width: 100%;
        margin:auto;    
        height: 250px;    
background: rgb(238,238,238);
background: -moz-linear-gradient(0deg, rgba(238,238,238,1) 43%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(238,238,238,1) 43%, rgba(255,255,255,1) 100%);
background: linear-gradient(0deg, rgba(238,238,238,1) 43%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#ffffff",GradientType=1);

border-radius: 15px 15px 0 0;

}

.figure6 img.image-main 
{
    opacity: 1;
    transition: opacity .5s;
    width: 210px;
    height: 210px;
    position: relative;
    top: 20px;    
    object-fit: contain;
}


.figure6:hover img.image-main 
{
      opacity: 0;
      object-fit: contain;
}


   
.figure6 .div-img
{
	  width: 100%;
      height: 100%;
      background:url('../images/bg3.png') no-repeat center bottom;
      background-size:cover;
      position: absolute;
      opacity: 0;    
      top: 0;      
      transition: opacity .5s;
      border-radius: 15px 15px 0 0;
}
    
.figure6:hover .div-img
{
	  width: 100%;
      height: 100%;
      opacity: 1;
}

.figure6 .div-img img.image-hover 
{
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      opacity: 0;
      margin: auto;      
}
    
.figure6:hover .div-img img.image-hover 
{
    opacity: 1;
    object-fit: contain;
    width: 175px;
    height: auto;
    position: absolute;
    bottom: 60px;
    margin: auto auto 0 auto;    
}
   




.top-pro-all
{
    position: absolute;
    top: 15px;
    left: 30px;
    right: 30px;
    z-index: 9;
    }


.full-more
{
	width:100% !important;
}



.logo
{
	overflow:hidden;
}


.div-img
{
	height:752px;
	padding:80px 0;
}

.bg-title 
{
	margin:50px 0;
}

.bg-title span
{
	border-radius:10px;
	color:#FFFFFF;
	font-size:22px;
	text-align:center;
	
}

.bg-green span
{
	background-color:#1ed175;	padding:15px 55px;

}


.bg-blue
{
	 margin-left:50px;

}

.bg-blue span
{
	background-color:#138cd2;	padding:15px 55px;

}



.bg-yellow span
{
	background-color:#fbca3b;	padding:15px 55px;

}

.prod3 h5 {
    height: 30px;
}


.title-o {
	text-align: center;
    color: #2b4342;
   font-size: 26px;
    padding: 0px 15px;
    font-weight: 700;
    margin-bottom: 10px;
}


.title-w {
    color: #fff;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 25px;
}

.about-box {
    height: auto;
    width: 100%;
    color: #fff;    
    padding:80px 55px ;
    position: relative;
}
.about-bg
{
    background-color: rgb(190 147 24 / 68%);
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    right:0;
    top:0;
    bottom:0;
}


.about-margin 
{
    margin:40px 0 0 0;
}

.listItem-about {
    font-size: 18px;
    color: #fff;
    font-weight:300;
    background-color: #273534;
    height: 90px;
    padding: 0;
    border:1px rgb(255 255 255 / 25%) solid;
    text-align:center;
    line-height: 90px;
}


.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.35);   
    z-index: 99999;
}


.modal-dialog {
    margin: 50px auto;
}



.modal-header {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    position: absolute;
    z-index: 999;
    right: -15px;
    top:-15px;
    background-color: #fff;
    border-radius: 50px;
}
.close {
    opacity: 1;
}

.dt-sc-enquiry-form {
max-width: 100%;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    border: 1px solid #ebebeb;
    margin-top: 10px;
}

.dt-sc-enquiry-form .enquiry_heading {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 5px;
}
.dt-sc-enquiry-form a {
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0.06rem;
    font-weight: 300;
    position: relative;
    text-decoration: underline;
    line-height: normal;
    color:#c1c1c1;
}

.estimated_delivery {
	display: flex;
	align-items: center;
	padding: 20px 0;
	margin: 20px 0;
	border: 1px solid #efefef;
}
.estimated_delivery .icons {
	font-size: 25px;
	padding:0 15px;
	color:#A4A4A4;
}
.estimated_delivery .content {
	padding-left: 25px;
	flex: 1;
	border-left: 1px solid #d9d9d9;
}
.estimated_delivery .content .day_start, .estimated_delivery .content .day_stop {
	color:#000000;
	border-bottom: 1px #A4A4A4 solid;
	font-weight: 300;
}



.all-content-login {
    padding: 0px 0 0px 0;	
    background:url('../images/pic3.webp') no-repeat scroll right center ;
	background-size:cover;
	position:relative;
}
.all-content-login-img {
    background-color:rgb(255 255 255 / 34%);
    position:absolute;
    height:100%;
    width:100%;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index:1;
}

.login-2
{   
    position: relative;	
	background-color: #FFFFFF;
    z-index: 9;    
    padding: 75px;
}


.or-seperator {
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #ccc;
}

.or-seperator i {
    padding: 0 10px;
    background: #fff;
    position: relative;
    top: -10px;
    z-index: 1;
}



.grid3 {
	position: relative;
	max-width: 100%;
	list-style: none;
	margin:0px 0 0 0;
	text-align:center;
}

/* Common style */
.grid3 figure {
    position: relative;
    float: none;
    display: inline-block;
    overflow: hidden;
    margin: 0px -1px -6px -1px;
    width: 24.9%;
    height: 350px;
    cursor: pointer;
    background-color: #d4d4d4;
    background-blend-mode:multiply;
}

.grid3 figure figcaption {
	padding:0;
	font-weight:bold;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index:99;
}

.grid3 figure figcaption::before,
.grid3 figure figcaption::after {
	pointer-events: none;
}

.grid3 figure figcaption,
.grid3 figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
.grid3 figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.grid3 figure figcaption > a:hover {
    opacity: 0.5;
    background-color: #138cd4;
    z-index:9;    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.grid3 figure h2 {
    word-spacing: 0em;
    font-weight: 300;
    font-size: 20px;
 }

.grid3 figure h2 span {
	font-weight: 800;
}

.grid3 figure h2,
.grid3 figure p {
	margin: 0;
}


/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #484c61;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Roxy *****/
/*---------------*/

figure.effect-roxy {
	background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
	background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}

figure.effect-roxy img {
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50px,0,0);
	transform: translate3d(-50px,0,0);
}

figure.effect-roxy figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-20px,0,0);
	transform: translate3d(-20px,0,0);
}

figure.effect-roxy figcaption {
	padding: 3em;
	text-align: left;
}

figure.effect-roxy h2 {
	padding: 30% 0 10px 0;
}

figure.effect-roxy p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
}

figure.effect-roxy:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
	background: #9e5406;
}

figure.effect-bubba img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Romeo *****/
/*---------------*/

figure.effect-romeo img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}

figure.effect-romeo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: translate3d(1,1,1);
}

figure.effect-romeo figcaption::before,
figure.effect-romeo figcaption::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 1px;
	background: #fff;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

figure.effect-romeo:hover figcaption::before {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
	transform: translate3d(-50%,-50%,0) rotate(45deg);
}

figure.effect-romeo:hover figcaption::after {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
	transform: translate3d(-50%,-50%,0) rotate(-45deg);
}

figure.effect-romeo h2,
figure.effect-romeo p {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-romeo h2 {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
	transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
}

figure.effect-romeo p {
	padding: 0.25em 2em;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,150%,0);
	transform: translate3d(0,-50%,0) translate3d(0,150%,0);
}

figure.effect-romeo:hover h2 {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
	transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
}

figure.effect-romeo:hover p {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,100%,0);
	transform: translate3d(0,-50%,0) translate3d(0,100%,0);
}

/*---------------*/
/***** Layla *****/
/*---------------*/

figure.effect-layla {
	background: #18a367;
}

figure.effect-layla img {
	height: 390px;
}

figure.effect-layla figcaption {
	padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-layla p {
	padding: 0.5em 2em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-layla img,
figure.effect-layla h2 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
	background: #4a3753;
}

figure.effect-honey img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-honey:hover img {
	opacity: 0.5;
}

figure.effect-honey figcaption::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-honey h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1em 1.5em;
	width: 100%;
	text-align: left;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-honey h2 i {
	font-style: normal;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}

figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
	padding: 3em;
	background-color: rgba(58,52,42,0.7);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscar h2 {
	margin: 20% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
	opacity: 0.4;
}

/*---------------*/
/***** Marley *****/
/*---------------*/

figure.effect-marley figcaption {
text-align:left;
}

.number
{
	position: absolute;
    margin-top: -100px;  
    font-size:78px;
    font-weight:900;
    opacity: 0.5;
}

figure.effect-marley h2,
figure.effect-marley .p  {
	position: absolute;
	right: 0px;
	left: 0px;
	bottom:0;
	text-transform: capitalize;
	padding: 30px 30px;
	font-weight:400;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
  


figure.effect-marley .p {
	bottom: 0px;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	text-transform:none;
	height: 192px;
	font-size:15px;
    overflow: hidden;
    background-color:#3d3d3d;
    font-weight:normal;    
    padding: 0 20px;
}

figure.effect-marley .p p {
	height: 150px;
    overflow: hidden;
    margin-bottom: 8px;
}


figure.effect-marley h2 {
     font-size:25px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,0px,0);
	transform: translate3d(0,0px,0);
}

figure.effect-marley:hover h2 {
	-webkit-transform: translate3d(0,0px,0);
	transform: translate3d(0,0px,0);
}
.more a
{
 color:#FFFFFF;
 font-size:14px;
 font-weight:bold;
    
}

.more a img
{
	margin-left:10px;    
    
}


figure.effect-marley h2::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 0px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-marley h2::after,
figure.effect-marley .p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h2::after,
figure.effect-marley:hover .p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Ruby *****/
/*---------------*/

figure.effect-ruby {
	background-color: #17819c;
}

figure.effect-ruby img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

figure.effect-ruby:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-ruby h2 {
	margin-top: 20%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-ruby p {
	margin: 1em 0 0;
	padding: 3em;
	border: 1px solid #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
} 

figure.effect-ruby:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

/*---------------*/
/***** Milo *****/
/*---------------*/

figure.effect-milo {
	background: #2e5d5a;
}

figure.effect-milo img {
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-30px,0,0) scale(1.12);
	transform: translate3d(-30px,0,0) scale(1.12);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-milo:hover img {
	opacity: 0.5;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

figure.effect-milo h2 {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1em 1.2em;
}

figure.effect-milo p {
	padding: 0 10px 0 0;
	width: 50%;
	border-right: 1px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0,0);
	transform: translate3d(-40px,0,0);
}

figure.effect-milo:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Dexter *****/
/*---------------*/

figure.effect-dexter {
	background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%);
	background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%); 
}

figure.effect-dexter img {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-dexter:hover img {
	opacity: 0.4;
}

figure.effect-dexter figcaption::after {
	position: absolute;
	right: 30px;
	bottom: 30px;
	left: 30px;
	height: -webkit-calc(50% - 30px);
	height: calc(50% - 30px);
	border: 7px solid #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
}

figure.effect-dexter:hover figcaption::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-dexter figcaption {
	padding: 3em;
	text-align: left;
}

figure.effect-dexter p {
	position: absolute;
	right: 60px;
	bottom: 60px;
	left: 60px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}

figure.effect-dexter:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Sarah *****/
/*---------------*/

figure.effect-sarah {
	background: #42b078;
}

figure.effect-sarah img {
	max-width: none;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-sarah:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah figcaption {
	text-align: left;
}

figure.effect-sarah h2 {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
}

figure.effect-sarah h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

figure.effect-sarah:hover h2::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah p {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

figure.effect-sarah:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 3.75em;
	background: #fff;
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-zoe h2 {
	float: left;
}

figure.effect-zoe p.icon-links a {
	float: right;
	color: #3c4a50;
	font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
	color: #252d31;
}

figure.effect-zoe p.description {
	position: absolute;
	bottom: 8em;
	padding: 2em;
	color: #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

figure.effect-zoe p.icon-links a span::before {
	display: inline-block;
	padding: 8px 10px;
	font-family: 'feathericons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
	content: '\e000';
}

.icon-paper-clip::before {
	content: '\e001';
}

.icon-heart::before {
	content: '\e024';
}

figure.effect-zoe h2 {
	display: inline-block;
}

figure.effect-zoe:hover p.description {
	opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

/*---------------*/
/***** Chico *****/
/*---------------*/

figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

figure.effect-chico:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-chico figcaption {
	padding: 3em;
}

figure.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h2 {
	padding: 20% 0 20px 0;
}

figure.effect-chico p {
	margin: 0 auto;
	max-width: 200px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}





@media screen and (max-width: 50em) {
	.grid figure {
		display: inline-block;
		float: none;
	}
}


.hide { 
  display: none!important;
}
    
.myDIV:hover + .hide {
      height: max-content;
    padding: 20px;
    font-size: 14px;
    display: block !important;
    color: #ffffff !important;
}

.content-inner.wow.fadeInUp.animated p {
    text-align: left;
}


