body {
	font-family: 'Cairo', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #000;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #84b741;
	background-image: linear-gradient(to bottom, #84b741, #b6d24a);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: right;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #84b741;
	background-image: linear-gradient(to bottom, #84b741, #b6d24a);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-right: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 0;
	color: #666;
	box-shadow: none;
	text-shadow: none;
	background: url(../image/cart.png) no-repeat right;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
		#cart .dropdown-menu {
			min-width: 200px;
			right: 2px;
		}
	}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #84b741;
	background-image: linear-gradient(to bottom, #84b741, #b6d24a);
	background-repeat: repeat-x;
	border-color: #b6d24a #b6d24a #b6d24a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
	opacity: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #84b741;
	background-image: linear-gradient(to bottom, #84b741, #b6d24a);
	background-repeat: repeat-x;
}
#menu #category {
	float: right;
	padding-right: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: left;
	background-color: #84b741;
	background-image: linear-gradient(to bottom, #84b741, #b6d24a);
	background-repeat: repeat-x;
	border-color: #b6d24a #b6d24a #b6d24a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #84b741;
}
@media (min-width: 768px) {
    
    
    
    
    
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
    
    
    .product-thumb:hover:before {display: none;}
    .product-thumb:hover:after {display: none;}
    .sela {
    border-radius: 30px;
    border: 1px solid #7f286c;
    padding: 5px 17px;
    height: 45px;
    margin: 10px 38px;
    width: 70%;
    margin: auto;
}
    .sela .number-spinner {
    width: 97%;
    float: none;
    text-align: center;
}
    
    .sela .number-spinner .btn-default {margin-right: 16px;}
    .sela .number-spinner .btn-default {margin-left: 16px;}
    .sela .btn-primary {
    width: 104%;
    float: left;
    background: #80b740;
    color: #fff;
    font-size: 12px;
    padding: 0;
    border-radius: 30px;
    box-shadow: none;
    height: 39px;
    line-height: 39px;
    border-width: 0;
    margin-top: 20px;
    margin-bottom: 9px;
}
    
	#menu {
		border-radius: 4px;
	}
    
    .banner .banner-right p {
    font-size: 15px !important;
}
    .hotline {
    display: inline-block;
    background: url(../image/phone.png) no-repeat right;
    padding: 0 37px 13px 0;
    margin-right: 1px;
}
    .banner ul li {
    padding-bottom: 20px !important;
    width: 23% !important;
}
    
    .banner-footer {
    margin-top: 0  !important; 
}
    
    .hotline p {
    color: #000;
    font-size: 22px;
    padding-right: 19px;
    color: #7a2566;
}
    
    .banner .banner-right {
    color: #fff;
    background:none;
    padding: 3px 166px 44px 0;
}
    
    .banner ul li img {
        width: 30px;
        height: 30px;
    }
    
    .banner .banner-right {
    padding: 9px 8px 17px 0;
}
stylesheet-a.css:1147
.banner .banner-right {
    color: #fff;
   background: none !important;
    padding: 3px 166px 44px 0 !important;
}
    .cityselect  .hidden-xs {
     display: block !important;
}
    .cityselect {
    text-align: center
}
    
    
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-right: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding: 50px 0 40px 0;
	background-color: #af8b57;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}


footer ul li {padding-bottom: 10px;}

footer a {
	color: #675a33;
	font-size: 14px;
	font-weight: 600;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-size: 26px;
	font-weight: normal;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
	padding-right: 10px;
	padding-left: 10px;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '/';
	display: inline-block;
	/* padding-right:10px; */
	text-shadow: none;
	color: #fff;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #895c11;
	background-image: linear-gradient(to bottom, #895c11, #895c11);
	background-repeat: repeat-x;
	border-color: #895c11 #895c11 #895c11;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #b6d24a;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #b6d24a;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}


.navbar-collapse {padding-right: 0;padding-left: 0}


/* start loading screen */

.loading-overlay {
    background: rgba(137,92,17,0.9);
    color:#cd9b04;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:99999;
    text-align: center;
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 250px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: right;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: normal;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-right: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-right: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}

.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-right: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-right: 1px solid #ddd;
}

@media (max-width: 768px) {
.product-list .product-thumb .button-group {
	border-right: none;
}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: right;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-right: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
	width: 33.33%;
}
}
@media (max-width: 767px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
	width: 33.33%;
}
}




.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-right: 20px;
}
.thumbnails {
	margin-right: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: right;
	margin-right: 20px;
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3{
       width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}
/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}


/* top */

.top {margin-top: 20px;}
.social-media {float: left}
.social-media ul li {display: inline-block;margin-right: 10px;}

.social-media ul li a img {
	-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.social-media ul li a img:hover  {
	-moz-transform: rotate(10deg);
-webkit-transform: rotate(10deg);
-o-transform: rotate(10deg);
-ms-transform: rotate(10deg);
transform: rotate(10deg);
}

.lang-cur .btn-link {
        text-decoration: none;
        color: #8b7d54;
        font-size: 14px;
        background: url(../image/arrow.png) no-repeat right !important;
        padding-right: 25px;
        padding-top: 8px;
        margin-right: 18px !important;
}

.lang-cur .btn-block {
    display: block;
    width: 100%;
    color: #656565 !important;
    font-size: 11px !important;
}



.lang-cur {float: left;margin-top: 6px;}
#language .dropdown-menu {
	border-radius:0;
	box-shadow:none;
	height:0;
	opacity:0;
	display:block;
	overflow:hidden;
	-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

#language ul li a {
	-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

#language ul li a:hover {
	padding-right:25px;
	background: #895c11;
}

#language .open > .dropdown-menu {
	border-radius:0;
	box-shadow:none;
	height:60px;
	opacity:1;
}

#currency .dropdown-menu {
	border-radius:0;
	box-shadow:none;
	display:block;
	height:0;
	overflow:hidden;
	opacity:0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}



#currency .open > .dropdown-menu {
	opacity:1;
	height:150px;
}

#currency .btn-group li button {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

#currency .btn-group li button:hover {
	padding-right:10px !important;
	background: #895c11 !important;
	color: #fff !important;
}

.lang-cur .btn-group i,.lang-cur .btn-group img,.lang-cur .btn-group strong {display: none}

.right-links {margin-top: 49px;}

.login_ {margin-top: 8px;}

.login_ a {
    font-weight: bold;
    font-size: 16px;
    color: #837449;
}

.login_ a:hover {color:#000}

.login_ a:before {
	content:"-";
	font-weight:normal;
	padding-left:5px;
}

#product #button-cart:hover {
	border: 1px solid #895c11;
    background: #fff;
    color: #895c11;
}
#cart .btn-inverse {
    background: none;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    color: #9a8e6b;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    background: url(../image/cart.png) no-repeat right;
    padding: 9px 41px 6px 0;
    -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

#cart .btn-inverse:hover {
	background-position:95% 0;
}

.logo {text-align: center;padding-bottom: 24px;}

.logo a img {display: inline-block;max-height: 100%;}

.header {margin-top: -80px}

#menu {
        background: none;
        border: 0;
        box-shadow: none;
        margin-top: -56px;
}

#menu .nav > li > a {
        text-shadow: none;
    color: #9f7a3e;
    font-size: 18px;
    font-weight: 600;
    padding:0;
}

#menu .nav > li > a:hover {
	color:#895c11;
	background:none;
}


#menu .nav > li > a:before {
	content:"/";
	padding: 0 10px;
}

#menu .nav > li:first-of-type > a:before {
	display:none;
}

.navbar-nav {float: none;}

.navbar-1 {float: right;}

.navbar-0 {float: left}

.camera_pag_ul {text-align: center}

.lang-cur .btn-group ul li button {background: none !important;margin-right: 0 !important;padding-right: 6px !important;text-align: right;}

/* slider */

.camera_commands {display: none}

.camera_prev, .camera_next {opacity: 1 !important;}

.camera_prev {
    background: url(../image/prev.png) no-repeat;
    width:107px;
    height:85px;
    left: 8%;
    -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.camera_prev:hover {
	-moz-transform: rotate(10deg);
-webkit-transform: rotate(10deg);
-o-transform: rotate(10deg);
-ms-transform: rotate(10deg);
transform: rotate(10deg);
}

.camera_next:hover {
	-moz-transform: rotate(-10deg);
-webkit-transform: rotate(-10deg);
-o-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg);
}

.camera_next {
    background: url(../image/next.png) no-repeat;
    width:107px;
    height:85px;
    right: 8%;
    -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.camera_wrap .camera_pag .camera_pag_ul {
    text-align: center
}

.camera_wrap .camera_pag .camera_pag_ul li {
    background: #9f7b3f !important;

}
    .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
        background: #fff
    }


/* pro */

.product-thumb {
    border: 0;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    border:2px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow:hidden;
    margin-top:20px;
    margin: 5px;
}

.lats .product-thumb:hover {
	border:2px solid #895c11;
	padding:0;
	margin-top:10px;
	box-shadow:0 10px 20px 0 #5f3f09;
}

.product-thumb:hover {
	border:2px solid #895c11;
	padding:0;
	margin-top:10px;
	box-shadow:0 10px 10px 0 #e0e0e0;
}

.product-thumb .image img {
	-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.product-thumb:hover .image img {
	-moz-transform: scale(1.05) rotate(8deg);
-webkit-transform: scale(1.05) rotate(8deg);
-o-transform: scale(1.05) rotate(8deg);
-ms-transform: scale(1.05) rotate(8deg);
transform: scale(1.05) rotate(8deg);
}

.product-thumb .button-group {display: none}

.product-thumb .caption {
    min-height: inherit;
    padding-bottom: 10px;
}

.product-thumb .caption p {display: none;}

.product-thumb .caption .price {display: block;font-size: 14px;color: #8b7d54;font-weight: bold;direction: rtl;}

.latest-pro {
    background: #895c11;
    padding: 25px 40px 25px 40px;
    margin-bottom: 15px;
    margin-top: 40px;
}

.product-thumb .caption h4 a {
    color: #a07225;
    font-size: 15px;
}
.title_ {padding-bottom: 30px;padding-right: 5%;}
.title_ h1 {
    margin: 0;
    color: #fff;
    font-weight: normal;
    font-size: 45px;
}

.title_ h3 {
    margin: 0;
    color: #fff;
    font-weight: normal;
    font-size: 19px;
    padding-top: 8px;
}

/* banner */



.banners img {

	max-width:100%;
	margin-bottom:20px;
	-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.banners img:hover {
	opacity:0.8;
	-moz-transform: scale(1.02) rotate(1deg);
-webkit-transform: scale(1.02) rotate(1deg);
-o-transform: scale(1.02) rotate(1deg);
-ms-transform: scale(1.02) rotate(1deg);
transform: scale(1.02) rotate(1deg);
box-shadow:0 0 10px 0 #ccc;
	}

/* pro */

.featured_ {margin: 60px 0;}

.title-featured h3,.title-best h3,.title-cat h2 {
      font-weight: 600;
      color: #6b6b6b;
      font-size: 23px;
}

.title-featured h3:after,.title-best h3:after {
    content: "";
    display: inline-block;
    background: #bfbfbf;
    height: 1px;
    width: 35%;
    margin-bottom: 7px;
    margin-right: 15px;
    width: 24%;
}

.title-cat h2:after {
    content: "";
    display: inline-block;
    background: #bfbfbf;
    height: 1px;
    width: 35%;
    margin-bottom: 7px;
    margin-right: 15px;
    width: 39%;
}

.title-cat h2:before{
    content: "";
    display: inline-block;
    background: #bfbfbf;
    height: 1px;
    width: 35%;
    margin-bottom: 5px;
    margin-left: 15px;
    width: 39%;
}

.title-featured h3:before,.title-best h3:before{
    content: "";
    display: inline-block;
    background: #bfbfbf;
    height: 1px;
    width: 35%;
    margin-bottom: 5px;
    margin-left: 15px;
    width: 24%;
}

#slider-pro .owl-wrapper-outer,#slider-featured .owl-wrapper-outer,#sliderr-lats .owl-wrapper-outer {
    border: 0;
    background: none;
    box-shadow: none;
}

#sliderr-lats {background:none;}

#slider-pro .owl-prev,#slider-pro .owl-next,#slider-featured .owl-prev,#slider-featured .owl-next,#sliderr-lats .owl-next,#sliderr-lats .owl-prev {background: none;position: absolute;top: 94%;opacity: 1;}

#slider-pro .owl-prev i,#slider-pro .owl-next i,#slider-featured .owl-next i,#slider-featured .owl-prev i,#sliderr-lats .owl-prev i,#sliderr-lats .owl-next i  {font-size: 80px;color: #000;text-shadow: none;}

#slider-pro .owl-prev,#slider-featured .owl-prev,#sliderr-lats .owl-prev  {left: 44%;}
#slider-pro .owl-next,#slider-featured .owl-next,#sliderr-lats .owl-next{right: 44%;}

#slider-pro .owl-controls .owl-page,#slider-featured .owl-controls .owl-page,#sliderr-lats .owl-controls .owl-page  {margin: 0}

#slider-pro .owl-controls .owl-page.active span,#slider-featured .owl-controls .owl-page.active span,#sliderr-lats .owl-controls .owl-page.active span  {
    background: none;
    border: 3px solid #895c11;
    box-shadow: none;
    opacity: 1;
}

#sliderr-lats .owl-controls .owl-page.active span {
	border: 3px solid #6a470c;
}

#slider-pro .owl-controls .owl-page span,#slider-featured .owl-controls .owl-page span,#sliderr-lats .owl-controls .owl-page span {
        background: none;
    border: 3px solid #000;
    box-shadow: none;
    opacity: 1;
    margin: 0 3px;
}

/* subscribe */

.subscribe {/* margin-top: 60px; */margin-bottom: 20px;background: #837449;padding: 45px 45px 35px 60px;z-index: 999999;}

.subscribe h1 {
    margin: 0;
    color: #fff;
    padding-right: 30px;
}

.subscribe p {
        margin: 0;
        padding-top: 8px;
        color: #cead7d;
        font-size: 15px;
        padding-right: 30px;
}

.subscribe .btn-default {
    background: #fff;
    border-radius: 0 18px 18px 0;
    box-shadow: none;
    color: #af8b57;
    font-weight: bold;
    font-size: 26px;
    border: 0;
    width: 160px;
    height: 64px;
    -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.subscribe .btn-default:hover {
	background:#6d6039;
	color:#fff
}

.subscribe  input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a09063;
}
.subscribe  input::-moz-placeholder { /* Firefox 19+ */
  color: #a09063;
}
.subscribe  input:-ms-input-placeholder { /* IE 10+ */
  color: #a09063;
}
.subscribe  input:-moz-placeholder { /* Firefox 18- */
  color: #a09063;
}



.subscribe  input {
    width: 490px;
    height: 64px;
    border: 1px solid #fff;
    background: none;
    border-radius: 18px 0 0 18px;
    padding-right: 20px;
    font-size: 18px;
    font-weight: 600;
}

/* social bottom */

.hotline {
    display: inline-block;
    background: url(../image/phone.png) no-repeat right;
    padding: 0 65px 25px 0;
    margin-right: 129px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.hotline:hover {
background-position: 95% 50%;
}

.social-bot {/* padding-top: 13px; */}

.hotline p {
    color: #000;
    font-size: 28px;
    color: #af8b57;
}

.hotline p span {
    font-weight: bold;
    color: #000;
}


.social-bot ul li {display: inline-block;margin-right: 60px;}

.social-bot ul li a img {
	-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.social-bot ul li a img:hover  {
	-moz-transform: rotate(10deg);
-webkit-transform: rotate(10deg);
-o-transform: rotate(10deg);
-ms-transform: rotate(10deg);
transform: rotate(10deg);
}

.social-bottom {margin: 40px 0 !important;}

/* markes */

.slider-mark .owl-wrapper-outer {
    border: 0;
    background: none;
    box-shadow: none;
}

.slider-mark .owl-prev,.slider-mark .owl-next {background: none !important;position:absolute;top:40% !important}

.slider-mark .owl-prev i,.slider-mark .owl-next i {font-size: 40px !important;color: #000 !important;}

.slider-mark .owl-prev {left: 0 !important;}
.slider-mark .owl-next {right: 0 !important;}

.slider-mark {
	text-align:center;
	border-top:1px solid #aeaeae;
	padding: 30px 0 5px 0;
	}

.slider-mark .item img {display:inline-block;-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;}

.slider-mark .item img:hover {
	-moz-transform: scale(1.09) rotate(1deg);
-webkit-transform: scale(1.09) rotate(1deg);
-o-transform: scale(1.09) rotate(1deg);
-ms-transform: scale(1.09) rotate(1deg);
transform: scale(1.09) rotate(1deg);
}

.slider-mark .owl-controls .owl-buttons div {
	opacity:0
}

/* first-footer */

.inner-first {
	border-top: 1px solid #aeaeae;
	padding-top: 30px;
	margin-top: 30px;
}

.first-footer {margin: 0 0 60px 0;}

.inner-first .row {margin:0 !important;}

.links-bottom ul li {display: inline-block}

.links-bottom ul li a {
    color: #9c9c9c;
    font-weight: 600;
    font-size: 13px;
}

.links-bottom ul li a:hover {
	color:#895c11
}

.links-bottom ul {padding-top: 5px;}

.links-bottom ul li a:after {
    content: "-";
    padding: 2px;
}

.links-bottom ul li:last-of-type a:after {display: none}

.banks {float: left}

.banks img {max-width:100%;-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;}

.banks img:hover {
	-moz-transform: scale(1.02) ;
-webkit-transform: scale(1.02) ;
-o-transform: scale(1.02) ;
-ms-transform: scale(1.02) ;
transform: scale(1.02) ;
}

.adress h2 {
    color: #7b5a2a;
    font-weight: bold;
    font-size: 12px;
    margin: 0;
    padding-bottom: 5px;
}

.adress {
    background: url(../image/adress.png) no-repeat right;
    padding: 26px 70px 0 0;
    margin: 30px 0 0 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.adress:hover {
	background-position:97% 50%;
}

.adress p{
    color: #fff;
    line-height: 21px;
    font-size: 9px;
}

.item-fuet {
    display: inline-block;
    margin: 20px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom:2px solid transparent;
    cursor:pointer;
}

.item-fuet:hover {
	border-bottom:2px solid #895c11
}

.item-fuet img {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.item-fuet:hover img {
	padding-left:15px;
}


.item-fuet h1 {
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 15px;
    color: #5d5d5d;
}

.item-fuet p {
    font-size: 11px;
}

.futerd {
    border-bottom: 1px solid #af8b57;
    padding: 15px 0;
    margin-bottom: 25px;
}

.copyright h6 {
    color: #b3b2b2;
    font-weight: bold;
    font-size: 13px;
}

.copyright p {
	color:#b3b2b2;
	font-size: 13px;
}

.copyright p img {
        padding: 0 5px 5px 0;
}

.bg-slider {
    position: absolute;
    left: 0;
    top: -226px;
}

.lats {position: relative}

.best_ {position: relative;overflow: hidden;padding-bottom: 72px;}

.best_ .bg-best {
    position: absolute;
    right: -3px;
    top: 42px;
    z-index: 0;
}

.featured_ {position: relative}

.bg-featured_ {
    position: absolute;
    left: 0;
    top: 110px;
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 5%;
    width: 100%;
    text-align: right;
    margin-top: 30px;
    margin-right: 6%;
}

.nav > li > a:hover, .nav > li > a:focus {
	background:none
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 768px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 14px;margin: 0;}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 9px;
  }
}

.open-cat {text-align: center;font-size: 15px;color: #895c11;cursor: pointer;padding-top: 15px;}
.open-cat i {font-size: 30px;}
/* pages */

.breadcrumb {
    background: #895c11;
    border: 0;
    border-radius: 0;
    padding: 15px 0;
}

.breadcrumb li a {
    color: #fff;
    text-shadow: none;
    font-size: 15px;
    padding-left: 10px;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #fff;
    background: #895c11;
    border: 1px solid #895c11;
    text-shadow: none;
    border-radius: 0
}
.list-group-item:last-child {border-radius:0}

.list-group a {
    border: 1px solid #895c11;
    color: #895c11;
    padding: 12px 15px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 0;
}

.cat_ .list-group {margin-top: 38px;}

.cat_ .img-thumbnail {
        border-radius: 0;
    border: 1px solid #c3c3c3;
}

.title-cat h2 a {font-weight: 600;color: #6b6b6b;font-size: 17px;}

.new-cat {margin-top: 61px;padding-bottom: 25px;}

.cat_ .btn-group .btn-default {
    background: none;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #b5b5b5;
    padding: 5px 8px;
}

.cat_ .btn-group .btn-default i {font-size: 21px;color: #6d6d6d;}

.cat_ .btn-group #grid-view  {margin-right: 10px;}

.cat_ .comp {
        margin-bottom: 50px;
}

.cat_ .comp #input-sort,.cat_ .comp #input-limit {
        border-radius: 0;
    box-shadow: none;
}

.cat_ .comp .control-label {
        font-weight: 600;
    padding-top: 6px;
}


.title-pages h1 {
    text-align: right;
    font-weight: 600;
    padding-bottom: 15px;
}

.rating a {
    padding-right: 10px;
    color: #a9a9a9;
    font-size: 15px;
    font-weight: 600;
}

#content  p {color: #895c11}

.info_ ul li {
    font-size: 18px;
    padding-bottom: 14px;
    color: #3a3a3a;
}

.price ul li h2 {
    font-size: 20px !important;
    margin: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 23px;
    margin-bottom: -7px;
    color: #895c11;
    font-weight: 600;
}

.info_ {margin-top: 20px;}

.price {margin-bottom: 20px;}

.points {display: none}

.rating {
    border-bottom: 1px solid #b9b9b9;
    padding-bottom: 11px;
}

#product .control-label {
    font-weight: bold;
    color: #353434;
}

#product #input-quantity {
    display: inline-block;
    width: 100px;
    height: 45px;
    border-radius: 0;
    text-align: center;
    font-size: 14px;
    color: #000;
    margin-top: 22px;
    margin-right: 15px;
    box-shadow: none;
    border: 1px solid #969696;
    font-size: 20px;
}

#product #button-cart {
    color: #fff;
    background: #895c11;
    border: 1px solid #895c11;
    border-radius: 0;
    display: inline-block;
    width: 250px;
    font-weight: bold;
    font-size: 17px;
    margin-top: -8px;
    margin-right: 20px;
    padding-bottom: 11px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-shadow: none;
}

.proudects_ .thumbnails .thumbnail:hover {
    border: 1px solid #895c11;
}

.proudects_ .thumbnails .thumbnail {
    border-radius: 0;
    border: 1px solid #000;
}

.proudects_ .thumbnail {
    height: 335px;
    padding-top: 30px;
}

.proudects_ .image-additional .thumbnail  {height: auto; padding-top: 0;}

.proudects_ .nav-tabs {
    margin-top: 50px;
}


.proudects_ .tab-pane .btn-primary {
    box-shadow: none;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.proudects_ .tab-pane .btn-primary:hover,.well .btn-primary:hover {
    border: 1px solid #895c11;
    background: #fff;
    color: #895c11;
}

.well {
    border-radius: 0;
    box-shadow: none;
}

.well .btn-primary  {
    box-shadow: none;
    border-radius: 0;
        -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.well .form-control {
    border-radius: 0;
    box-shadow: none;
}



/* Media Query */


/* Smart Phone And Tablets */

@media (max-width:767px){
    .latest-pro {
            padding: 33px 9px;
            margin-top: 0;
    }
    footer h5 {font-size: 15px;}
    .links-bottom ul li a {font-size: 9px;}
    .inner-first {margin-top: 0;padding-top: 0;}
    .slider-mark {padding: 0}
    .title_ h3 {font-size: 13px;}
    .title_ h1 {font-size: 18px;}
    .top {margin-top: 0}
    .title-cat h2 a {font-size: 13px;}
.title-cat h2:after {
    content: "";
    display: inline-block;
    background: #bfbfbf;
    height: 1px;
    width: 35%;
    margin-bottom: 3px;
    margin-right: 15px;
    width: 27%;
}
.title-cat h2:before {
    content: "";
    display: inline-block;
    background: #bfbfbf;
    height: 1px;
    width: 35%;
    margin-bottom: 3px;
    margin-left: 15px;
    width: 25%;
}
    .title-cat h2 {font-size: 13px;}
    #product #button-cart {
        width: 120px;
        font-size: 15px;
    }
    .lang-cur .btn-link {
    text-decoration: none;
    color: #8b7d54;
    font-size: 14px;
    background: url(../image/arrow.png) no-repeat right !important;
    padding-right: 25px;
    padding-top: 8px;
    margin-right: 30px !important;
}
.title_ {padding-bottom: 12px;}
.nav li a {padding: 2px 10px;border-bottom: 1px solid #4f4f4f;margin:10px;margin-left: 49px;padding-bottom: 13px;}
.nav li a:hover {color:#9f7a3e}
.featured_ {margin:0}
    .breadcrumb li a {font-size: 11px;}
    .bg-slider,.best_ .bg-best,.bg-featured_ {display: none}
    .right-links {margin-top: 0;}
    .login_ a:before {display: none; }
    #cart .btn-inverse span {display:none}
    #cart .btn-inverse:hover {background-position:100% 50%}
    .login_ a{color:#895c11;padding: 0;padding-top: 5px;}
    #cart .btn-inverse {text-align: right;/* margin-right: 25%; */padding: 25px;}
    .social-media {float: none;text-align: right;margin-left: 32px;border-bottom: 1px solid #4c4c4c;}
    .header {margin-top: 0;margin-bottom: -20px;}
    .lang-cur {float: none;/* text-align: center; */border-bottom: 1px solid #4c4c4c;margin-left: 34px;margin-bottom: 10px;padding-bottom: 10px;}
    .lang-cur div {float: none !important;display: inline-block;margin-right: -12px;}
    .camera_next,.camera_prev {display: none}
    .title-featured h3:before, .title-best h3:before {
            margin-bottom: 5px;
            margin-left: 15px;
            width: 22%;
    }

.title-featured h3:after, .title-best h3:after  {
    width: 35%;
    margin-bottom: 4px;
    margin-right: 15px;
    width: 22%;
}
    
    .title-featured h3, .title-best h3 {
    font-weight: 600;
    color: #6b6b6b;
    font-size: 12px;
    margin-top: 40px;
}
    
    #slider-pro .owl-next,#slider-featured .owl-next,#sliderr-lats .owl-next   {
        right: 18%;
    }
        #slider-pro .owl-prev, #slider-featured .owl-prev,#sliderr-lats .owl-prev {
        left: 18%;
    }
    
    .subscribe {    padding: 20px;}
    .subscribe h1 {font-size: 21px;}
    .subscribe .btn-default {
        width: 80px;
        height: 43px;
        font-size: 15px;
    }
    .subscribe  input {
        width: 162px;
        height: 43px;
        font-size: 10px;
        padding-right: 9px;
    }
    
    .subscribe p {
            font-size: 11px;
            padding-bottom: 20px;
    }
    .hotline h2 {font-size:18px;}
    .hotline p {padding-right: 0;font-size:18px}
    .hotline {margin-right: 0}
    .social-bot {text-align: center;padding-top: 0}
    .social-bot ul li a img {width: 40px;}
    .social-bot ul li {margin-right: 15px;}
    .social-bottom {margin: 0 !important;padding-bottom: 25px;}
    .links-bottom {text-align: center}
    .first-footer {margin: 0;margin-bottom: 10px;}
    .item-fuet h1 {font-size:10px;padding-top: 15px;}
    .item-fuet p {font-size:10px}
    .item-fuet {/* display: block */margin: 8px;width: 26.33333%;}
    .logo {
    text-align: center;
    height: 120px;
    margin-top: 4px !important;
}
 .item-fuet img {width: 71px;}
 .trans img {margin-bottom:7px;}
 .trans h1 {margin-bottom:-00px;}
 .adress {margin-top:5px}
 .trans p {font-size:8px}
 footer {margin-top:0;padding-top:0}
}

/* Small Screen */

@media (min-width:768px) and (max-width:991px){
    .right-links {margin-top: 0}
    .login_ {margin-right: 65px;}
    .header {margin-top: -65px}
    #menu .nav > li > a {font-size: 15px;}
    #menu .nav > li > a:before {
    content: "/";
    padding: 0 5px;
    }
    .bg-slider {
        top: -138px;;
    }
    .banners {text-align: center}
    #slider-pro .owl-next {
        right: 39%
    }
        #slider-pro .owl-prev {
        left: 39%
    }
    .subscribe p {padding-bottom: 20px;}
    .social-bottom {margin: 0 !important;padding-bottom: 20px;}
    .hotline {margin-right: 26%;}
    .links-bottom ,.banks{text-align: center;float: none}
    .first-footer {margin: 0}
    .adress {margin-right: 25%;margin-top: 0}
    footer {
    padding: 30px 0 20px 0;
}
}


.navbar-0 {float: left !important;}

.navbar-1 {float: right !important}
   
/* Medieum Screen */
@media (min-width:992px) and (max-width:1199px){
    .subscribe  input {width: 370px;}
    .social-bot ul li{margin-right: 30px;}
    .hotline {margin-right: 35px;}
    .links-bottom ul li a {font-size: 10px;}
    .login_ a {margin-right: 11%;}
}


/* Large Screen */

@media (min-width:1200px){
    
}   
/* Media Query */


.login_ i {font-size: 32px;padding-right: 5px;}