body {
    background: #ffffff!important;
    overflow-x: hidden;
}
.lg_top_right_navigaion{
  background-color:#1DAAA3;
  color:#fff;
}
.lg_top_right_navigaion_content_list a{
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
.lg_top_right_navigaion_content_list li:before{
    content: " ";
    display: inline-block;
    height: 25px;
    width: 1px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
    background-color: rgba(255,255,255,.1);
}
.lg_top_right_navigaion_content_list a:hover{
  color: #eee;
  opacity: 0.6;
}
.sticky{
  position: -webkit-sticky!important;
  position: sticky!important;
  top: 0!important;
}
.lg_navbar_display{
  z-index: 9999;
  box-shadow: 0 1px 5px rgba(190,190,190,.5);
}
.md_top_right_navigaion{
  background-color:#1DAAA3;
  color:#fff;
}
#brandlogo{
  transition: all ease-in-out 5s!important;
}  
/********************** DISPLAY CONTROL START **********************/
		@media(min-width: 992px){
			.lg_navbar_display{
			display: block!important;
			}
			.md_navbar_display{
			display: none;
			}
			.md_top_right_navigaion{
			display: none;
			}
			.lg_top_right_navigaion{
			display: block;
			}
			.categories-md-display{
				display:none;
			}
			.categories-auto-display{
			display:none;
			}
      .lg_cart{
        display: block;
      }
      .md_cart{
        display: none;
      }
		}
	@media (max-width:991px){
		.lg_navbar_display{
			display: none;
		}
		.md_navbar_display{
			display: block;
		}
		.bd-example{
			margin-top: 70px;
		}
		.lg_top_right_navigaion{
			display: none;
		}
		.categories-lg-display{
			display: none;
		}
		.categories-md-display{
			display:block;
		}
		.categories-auto-display{
			display:none;
		}
    .lg_cart{
      display:none;
    }
    .md_cart{
      display: block;
    }
	}
	@media(max-width:576px){
		.categories-lg-display{
			display: none;
		}
		/*.categories-md-display{
			display:none;
		}
		.categories-auto-display{
			display:block;
		}*/
	}
	@media(min-width:768px){
		.md-orders{
			display: none;
		}
		.lg-orders{
			display:block;
		}
		.md-downloads{
			display: none;
		}
		.lg-downloads{
			display: block;
		}
		.md-wishlist{
			display: none;
		}
		.lg-wishlist{
			display: block;
		}
	}
	@media (max-width:767px){
		.md-orders{
			display: block;
		}
		.lg-orders{
			display: none;
		}
		.md-downloads{
			display: block;
		}
		.lg-downloads{
			display: none;
		}
		.md-wishlist{
			display: block;
		}
		.lg-wishlist{
			display: none;
		}
	}
/********************** DISPLAY CONTROL END **********************/

/********************** MEDIUM SIZE NAVBAR STYLE START **********************/
.stop-scrolling{
	height: 100%;
    overflow: hidden;
}
.md_navbar_display{
	position: absolute;
	z-index: 9999;
	width: 100%;
}
#content{
	min-height: 1vh!important;
}
.wrapper{
	height: 1vh!important;
}
.navbar {
    
    background: #fff;
    border: none;
    border-radius: 0;
    /*box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);*/
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    height: 1vh!important;
    perspective: 1500px;
}


#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #000!important;
    color: #fff;
    padding-bottom: 40px;
    height:92vh!important;
    overflow: auto;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom right;
}

#sidebar.active {
    margin-left: -250px;
    transform: rotateY(100deg);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #000!important;
}

#sidebar ul.components {
    border-bottom: 1px solid #aaa;
    padding:10px 0px;
    padding-bottom: 35px; 
}
#sidebar ul input{
  border:1px solid #aaa;
  border-right:0px;
  background-color: transparent;
  color:#fff;
  box-shadow:none;
  border-radius: 0px;
  height:45px;
}
#sidebar ul button{
  border-radius: 0px;
  box-shadow:none;
  background-color: transparent;
  color:#fff;
  border:1px solid #aaa;
  border-left: 0px;
}
#sidebar ul button i{
  transition: all ease-in-out 0.2s;
  opacity:1;
}
#sidebar ul button i:hover{
  opacity:0.6;
}
#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar ul li{
  margin-top: 10px;
}
#sidebar ul li a {
    padding: 10px;
    font-size: 15px;
    letter-spacing: 1.2px;
    font-weight: 10;
    color:#fff;
    display: block;
    text-decoration: none;
    opacity: 1;
    transition: all ease-in-out 0.3s;
}
#sidebar ul li a:hover {
   color:#aaa;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #179a94;
    background: transparent;
}


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #000!important;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    margin-bottom: 5px;
}

a.download {
  background:#000;
  color: #fff!important;
  border:1px solid #eee;
  transition: all ease-in-out 0.3s;
}
a.download:hover{
  background:#fff;
  color: #000!important;
  border:1px solid #eee;
}

/*a.article, a.article:hover {
    background: #343a40!important;
    color: #fff !important;
}*/


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding:0px;
    transition: all 0.3s;
}

#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: #fff;
    cursor: pointer;
}

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #555;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}

#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}
#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}


#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 991px) {
    #sidebar {
        margin-left: -250px;
        transform: rotateY(90deg);
    }
    #sidebar.active {
        margin-left: 0;
        transform: none;
    }
    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    #sidebarCollapse.active span {
        margin: 0 auto;
    }
    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }
    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }
    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }

}
/**********************MEDIUM SIZE NAVBAR STYLE END**********************/
/***************************** INDEX START ******************************/
.product table{
    margin-bottom: 6px!important;
  }
  .product_name{
  font-size:13px;
  border-top:none!important;
  padding-bottom: 0px!important;}
  
  .product_price{width:50%;font-size:11px;border-top:none!important;padding-bottom: 0px!important;}
  .product_second_td{border-bottom: 1px solid #eee;padding-top: 0px!important;}
  .product_star{padding-top:3px!important;font-size:10px;border-top:none!important;padding-bottom:2px!important;}
  .product_empty_td{padding-top:0px!important;padding-bottom:2px!important;font-size:12px;border-top:none!important;}
  .addtocart{background-color: #000;width:80%;margin-top:0px!important;padding:2px 0px!important;}
  .email input::placeholder{color: #eee; opacity: 1;}
  .email :-ms-input-placeholder {color: #eee;}
  .email{
  margin-bottom: 3%!important;
    padding-top: 8%!important;
    padding-right: 25px!important;
    padding-bottom: 8%!important;
    padding-left: 25px!important;
    background-image: url(https://xtemos1.r.worldssl.net/basel/wp-content/uploads/2015/09/main-big-baner-8.jpg?id=22308)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
  color:#fff;}
  /***************************** INDEX END ******************************/
/************************** SLIDER START ********************************/
    .owl-carousel .owl-nav button.owl-next{
      position: absolute!important;
      right: -40px;
      top: 150px;
      transition: all ease-in-out 0.5s;
      outline: 0;
      box-shadow: 0px;
    }
    .owl-carousel .owl-nav button.owl-next:hover{
      background: #000;
    }
    .owl-carousel .owl-nav button.owl-next span{
      font-size: 60px;
      line-height: 0.5;
   }
   .owl-carousel .owl-nav button.owl-prev{
      position: absolute!important;
      left: -40px;
      top: 150px;
      transition: all ease-in-out 0.5s;
      outline: 0;
      box-shadow: 0px;
    }
    .owl-carousel .owl-nav button.owl-prev:hover{
      background: #000;
    }
    .owl-carousel .owl-nav button.owl-prev span{
      font-size: 60px;
      line-height: 0.5;
   }
   @media (min-width:1200px){
      .owl-carousel .owl-nav button.owl-next{
        right:-40px;
      }
      .owl-carousel .owl-nav button.owl-prev{
        left:-40px;
      }
   }  
   @media (max-width:1199px) and (min-width:992px){
      .owl-carousel .owl-nav button.owl-next{
        right:-30px;
        top:180px;
      }
      .owl-carousel .owl-nav button.owl-prev{
        left:-30px;
        top:180px;
      }
   }
   @media (max-width:991px) and (min-width:768px){
      .owl-carousel .owl-nav button.owl-next{
        right:-30px;
        top:150px;
      }
      .owl-carousel .owl-nav button.owl-prev{
        left:-30px;
        top:150px;
      }
   }

   @media (max-width:767px) and (min-width:576px){
      .owl-carousel .owl-nav button.owl-next{
        right:-10px;
        top:260px;
      }
      .owl-carousel .owl-nav button.owl-prev{
        left:-10px;
        top:260px;
      }
   }
   @media (max-width:575px) and (min-width:356px){
      .owl-carousel .owl-nav button.owl-next{
        right:10px;
        top:40%;
      }
      .owl-carousel .owl-nav button.owl-prev{
        left:10px;
        top:40%;
      }
   }
   @media (max-width:355px) and (min-width:300px){
      .owl-carousel .owl-nav button.owl-next{
        right:10px;
        top:30%;
      }
      .owl-carousel .owl-nav button.owl-prev{
        left:10px;
        top:30%;
      }
   }
   
   
/************************** SLIDER END ********************************/
/*********************** LOGIN | REGISTER START ***********************/

.social_login_head{
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-top: 20px;
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .social_login_head:before{
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #E2E2E2;
  }
  .social_login_head:after{
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #E2E2E2;
  }
  .btn_login{
    width: 100%;
    border:2px solid #000;
    font-weight:10;
    letter-spacing:1px;
    border-radius: 0px;
    transition: all ease-in-out 0.3s;
  }
  .btn_login:hover{
    background-color:#000;
    color:#fff;
}
.btn_login:focus{
  outline: none!important;
  box-shadow: 0 0 0 0.1rem #000!important;
}
/*********************** LOGIN | REGISTER START ***********************/
/****************************** (ACCOUNT) START ****************************/


/********************** (ACCOUNT) LIST START **********************/
.dashboard-list{
	border:1px solid #eee;
}
.dashboard-list .account_heading{
	font-size:18px;
	background-color: #000!important;
	color:#fff!important;
}	
.dashboard-list li{
	background-color: #fff;
	}
.dashboard-list li .active{
	background-color: #C0C0C0;
}	
.dashboard-list li a:hover{
	background-color: #eee;
}

.dashboard-list li a{
	color:#000;
	transition: all ease-in-out 0.3s;
}
.dashboard-list-item{
	border-bottom:1px solid#eee;
	font-size: 12px;
}
/********************** (ACCOUNT) LIST END **********************/


/******************* (ACCOUNT) DASHBOARD START ******************/
	.dashboard-content p{
		font-size:15px;
		color:#000;
	}
	#dashboard a{
		text-decoration: none;
	}
	#dashboard span a{
		color:#aaa;
		border-bottom: 1px solid #aaa;;
		text-decoration: none;
		transition: all ease-in-out 0.5s;
	}
	#dashboard span a:hover{
		color:#000;
		border-bottom: 1px solid #000;
	}
	#dashboard .dashboard_icon_anchor{
		color:#aaa!important;
		transition: all ease-in-out 0.5s;
	}
	#dashboard .dashboard_icon_anchor:hover{
		color:#1DAAA3!important;
	}
	#dashboard .dashboard_icon i{
		font-size: 60px;
	}
	#dashboard .dashboard_icon_text{
		font-size: 13px!important;
	}

/******************* (ACCOUNT) DASHBOARD END *******************/
/******************* (ACCOUNT) ADDRESS START *******************/
#address .edit_button{
    color: #aaa;
    border-bottom: 1px solid #aaa;
    text-decoration: none;
    transition: all ease-in-out 0.5s;

}
#address .edit_button:hover{
		color:#000;
		border-bottom: 1px solid #000;
	}
/**************************** (ACCOUNT) ADDRESS END *************************/
/******************************** (ACCOUNT) END *****************************/




/********************************* FOOTER START **************************/

	.color_icon_social_footer{
		color:#eee!important;
		opacity: 0.6!important;
		cursor: pointer!important;
		transition: all ease-in-out 0.2s;
	}
	.color_icon_social_footer:hover{
		color:#eee!important;
		opacity: 1!important;
	}
	
	.brandlogo{
		transition: all ease-in-out 5s!important;
	}


/************************************ FOOTER END *********************************/
/******** Scroll ***************/
/* width */
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
/******** Scroll ***************/


/************************************ SHOP START **********************************/
.categories_button{transition: all ease-in-out 0.3s;color:#fff!important;}
.categories_button:focus{outline:none;}
.categories li a{color:#fff!important;letter-spacing:1.2px; font-size:12px; transition: all ease-in-out 0.3s;}
.categories li a:hover{color:#aaa!important;}
.filter_navbar li{display: inline-block;}
.filters_p{display:block;width:45%;}
.filters_breadcrumb{width:30%;}
.filters_filter{width:20%;}
@media (max-width:430px){
  .filter_navbar li nav ol li a{font-size: 10px!important;}
  .filter_navbar li a{font-size: 10px!important;}
  .filter_navbar li p{font-size: 10px!important;}
}
@media (max-width:370px){
  .filters_p{display: none!important;}
  .filters_breadcrumb{width:65%!important;}
  .filters_filter{width:30%!important;}
}
.filters_main{height:58vh;overflow-y:auto;overflow-x: hidden;}
.filters_content{}
.filters_content{padding-left: 0px!important;}
.filters li{margin-bottom:15px;list-style: none; width: 100%;}
.filters li a{color:#000;font-size:12px;font-weight:10;transition: all ease-in-out 0.3s; }
.filters li a:hover{color:#1DAAA3;}
.filters p a{color:#000;font-size:12px;font-weight:10;transition: all ease-in-out 0.3s; }
.filters p a:hover{color:#1DAAA3;}
.product-grid3{font-family:Roboto,sans-serif;text-align:center;position:relative;z-index:1}
.product-grid3:before{content:"";height:81%;width:100%;background:#fff;border:1px solid rgba(0,0,0,.1);opacity:0;position:absolute;top:0;left:0;z-index:-1;transition:all .5s ease 0s}
.product-grid3:hover:before{opacity:1;height:100%}
.product-grid3 .product-image3{position:relative}
.product-grid3 .product-image3 a{display:block}
.product-grid3 .product-image3 img{width:100%;height:auto}
.product-grid3 .pic-1{opacity:1;transition:all .5s ease-out 0s}
.product-grid3:hover .pic-1{opacity:0}
.product-grid3 .pic-2{position:absolute;top:0;left:0;opacity:0;transition:all .5s ease-out 0s}
.product-grid3:hover .pic-2{opacity:1}
.product-grid3 .social{width:120px;padding:0;margin:0 auto;list-style:none;opacity:0;position:absolute;right:0;left:0;bottom:-23px;transform:scale(0);transition:all .3s ease 0s}
.product-grid3:hover .social{opacity:1;transform:scale(1)}
.product-grid3:hover .product-discount-label,.product-grid3:hover .product-new-label,.product-grid3:hover .title{opacity:0}
.product-grid3 .social li{display:inline-block}
.product-grid3 .social li a{color:#000;background:#fff;font-size:18px;line-height:50px;width:50px;height:50px;border:1px solid rgba(0,0,0,.1);border-radius:50%;margin:0 2px;display:block;transition:all .3s ease 0s}
.product-grid3 .social li a:hover{background:#000;color:#fff}
.product-grid3 .product-discount-label,.product-grid3 .product-new-label{background-color:#000;color:#fff;font-size:17px;padding:2px 10px;position:absolute;right:10px;top:10px;transition:all .3s}
.product-grid3 .product-content{z-index:-1;padding:15px;text-align:left}
.product-grid3 .title{font-size:14px;text-transform:capitalize;margin:0 0 7px;transition:all .3s ease 0s}
.product-grid3 .title a{color:#414141}
.product-grid3 .price{color:#000;font-size:16px;letter-spacing:1px;font-weight:600;margin-right:2px;display:inline-block}
.product-grid3 .price span{color:#909090;font-size:14px;font-weight:500;letter-spacing:0;text-decoration:line-through;text-align:left;display:inline-block;margin-top:-2px}
.product-grid3 .rating{padding:0;margin:-22px 0 0;list-style:none;text-align:right;display:block}
.product-grid3 .rating li{font-size:13px;display:inline-block}
.product-grid3 .rating li.disable{color:#dcdcdc}
@media only screen and (max-width:1200px){.product-grid3 .rating{margin:0}
}
@media only screen and (max-width:990px){.product-grid3{margin-bottom:30px}
.product-grid3 .rating{margin:-22px 0 0}
}
@media only screen and (max-width:359px){.product-grid3 .rating{margin:0}
}
/************************************ SHOP END ***************************************/

/****************************** PRODUCT DETAILS START ********************************/
.gallery-wrap .img-big-wrap img {
    height: 450px;
    width: auto;
    display: inline-block;
    cursor: zoom-in;
}


.gallery-wrap .img-small-wrap .item-gallery {
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    margin: 7px 2px;
    display: inline-block;
    overflow: hidden;
}

.gallery-wrap .img-small-wrap {
    text-align: center;
}
.gallery-wrap .img-small-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 4px;
    cursor: zoom-in;
}
/**TABS**/
section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#tabs{
  background: #fff;
    color: #000;
}
#tabs h6.section-title{
    color: #000;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 2px solid #000!important;
    font-size: 20px;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #000;
    font-size: 20px;
}
/**TABS**/
/****************************** PRODUCT DETAILS END ********************************/




















/************************ CHECK OUT START ******************************/

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  margin: 0 -16px;
}

.col-25 {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
}

.col-50 {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
}

.col-75 {
  -ms-flex: 75%; /* IE10 */
  flex: 75%;
}

.col-25,
.col-50,
.col-75 {
  padding: 0 16px;
}

.checkout_container {
  background-color: #fff;
  padding: 5px 20px 15px 20px;
  border: 1px solid lightgrey;
  border-radius: 12px 0px;
}

.input_billing_details {
  width: 100%;
  margin-bottom: 20px;
  padding:8px 10px;
  border: 1px solid #ccc;
  border-radius: 0px;
}

label {
  margin-bottom: 10px;
  display: block;
}

.icon-container {
  margin-bottom: 20px;
  padding: 7px 0;
  font-size: 24px;
}

span.price {
  float: right;
  color: grey;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other (also change the direction - make the "cart" column go on top) */
.product-image {
  float: left;
  width: 20%;
}
 
.product-details {
  float: left;
  width: 37%;
}
 
.product-price {
  float: left;
  width: 12%;
  font-size: 13px;
}
 
.product-quantity {
  float: left;
  width: 13%;
  font-size: 13px;
}
 
.product-removal {
  float: left;
  width: 3%;
}
 
.product-line-price {
  float: left;
  width: 15%;
  text-align: right;
  font-size: 13px;
}
 
/* This is used as the traditional .clearfix class */
.group:before, .shopping-cart:before, .column-labels:before, .product:before, .totals-item:before,
.group:after,
.shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
  content: '';
  display: table;
}
 
.group:after, .shopping-cart:after, .column-labels:after, .product:after, .totals-item:after {
  clear: both;
}
 
.group, .shopping-cart, .column-labels, .product, .totals-item {
  zoom: 1;
}
 
/* Apply clearfix in a few places */
/* Apply dollar signs */
.product .product-price:before, .totals-value:before {
  
}
 
/* new*/
 
/*h1 {
  font-weight: 100;
}*/
 
label {
  color: #000;
  /*font-size: 20px!important;*/
}
 
 
/* Column headers */

.column-labels label {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.column-labels .product-removal,.column-labels .product-image {
  text-indent: -9999px;
}
 
/* Product entries */
.product {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.product .product-image {
  text-align: center;
}
.product .product-image img {
  width: 100px;
}
.product .product-details .product-title {
  margin-right: 20px;
  font-size: 18px;
}
.product .product-details .product-description {
  margin: 5px 20px 5px 0;
  font-size: 15px;
  line-height: 1.4em;
}
.product .product-quantity input {
	width:40px;
  outline: 0;
  border-radius: 1px;
}
.product .remove-product {
  border: 0;
  padding: 5px 12px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  opacity: 1;
  border-radius: 1px;
  transition: all ease-in-out 0.3s;
}
.product .remove-product:hover {
  background-color: #8a8f6a;
  opacity:0.9;
}
 
/* Totals section */
.totals .totals-item {
  float: right;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
}
.totals .totals-item label {
  float: left;
  clear: both;
  width: 79%;
  text-align: right;
}
.totals .totals-item .totals-value {
  float: right;
  width: 21%;
  text-align: right;
}
.totals .totals-item-total {
  font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium";
}
 
.checkout {
  float: right;
  border: 0;
  margin-top: 20px;
  padding: 6px 25px;
  background-color: #6b6;
  color: #fff;
  font-size: 25px;
  border-radius: 3px;
}
 
.checkout:hover {
  background-color: #494;
}
 
/* Make adjustments for tablet */
@media screen and (max-width: 767px) {
  .shopping-cart {
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid #eee;
  }
 
  .column-labels {
    display: none;
  }
 
  .product-image {
    float: right;
    width: auto;
  }
  .product-image img {
    margin: 0 0 10px 10px;
  }
 
  .product-details {
    float: none;
    margin-bottom: 10px;
    width: auto;
  }
 
  .product-price {
    clear: both;
    width: 70px;
  }
 
  .product-quantity {
    width: 100px;
  }
  .product-quantity input {
    margin-left: 20px;
  }
 
  .product-removal {
    width: auto;
  }
 
  .product-line-price {
    float: right;
    width: 70px;
  }
}
/* Make more adjustments for phone */
@media screen and (max-width: 350px) {
  .product-removal {
    float: right;
  }
 
  .product-line-price {
    float: right;
    clear: left;
    width: auto;
    margin-top: 10px;
  }
 
  .product .product-line-price:before {
    /*content: 'Item Total: $';*/
  }
 
  .totals .totals-item label {
    width: 60%;
  }
  .totals .totals-item .totals-value {
    width: 40%;
  }
}
label {
	font-size: 14px!important;
}
/************************ CHECK OUT END ******************************/
/**INPUT BAR STYLE**/
.input_theme{
  border:1px solid #aaa;
  border-radius: 0px;
  transition: all ease-in-out 0.3s;
}
.input_theme:focus{
  outline: none!important;
  border:1px solid #000;
  box-shadow: none!important;
}
.btn-fb{
  border-radius:0px;
  background-color: #3B5998;
  color:white;
  transition: all ease-in-out 0.3s;
}
.btn-fb:hover{
  color:#aaa;
}
.btn-fb:focus{
  box-shadow: none!important;
  outline:none;
}
.btn-google{
  border-radius:0px;
  background-color: #dd4b39;
  color:white;
  transition: all ease-in-out 0.3s;
}
.btn-google:hover{
  color:#aaa;
}
.btn-google:focus{
  box-shadow: none!important;
  outline:none;
}
/** CONTACT ****/
.map-container-5{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-container-5 iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}
.contact_head{
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact_head:after{
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #E2E2E2;
    margin-left:30px; 
  }

 .social_contact .fab {
  padding: 13px 10px;
  font-size: 14px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}
.social_contact .fab:hover {
    opacity: 0.7;
    color:#fff;
}
.social_contact .fa:hover {
    opacity: 0.7;
    color:#fff;
}
.social_contact .fa-facebook-f {
  background: #3B5998;
  color: white;
}

.social_contact .fa-twitter {
  background: #55ACEE;
  color: white;
}

.social_contact .fa-google-plus-g{
  background: #dd4b39;
  color: white;
}
.btn_contact{
  background-color:#1DAAA3;
  color:#fff;
  opacity: 1;
  border-radius: 0px;
  border:none;
  box-shadow: none;
}
.btn_contact:hover{
  background-color:#1DAAA3;
  color:#fff;
  opacity: 0.7;
}


/****** search ******/

/*****Animation 1******/
@-webkit-keyframes searchdisplay {
  0%   {top:100%;}
  100% {bottom: 0%;}
}
@keyframes searchdispaly {
  0%   {top:100%;}
  100% {bottom: 0%;}
  }
/*******Animation 1*********/
/*******Animation 2*********/


/*****Animation 2******/
.search_display{
  -webkit-animation-name: searchdisplay;
  -webkit-animation-duration: 0.4s;

  animation-name: searchdisplay;
  animation-duration: 0.4s;
}
