@import url(./fonts/29LTBukra/stylesheet.css);
@import url(./fonts/URWDINArabic/stylesheet.css);

body {
	font-family: '29LT Bukra','URW DIN Arabic',Tahoma, Geneva, sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 13px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
.totop{background: transparent;border: none;bottom: 30px;left: 10px;color: #fff;font-size: 15px;height: 35px;width: 35px;line-height: 33px;margin-right: -75px;position: fixed;text-align: center;z-index: 9999;transition: all .4s ease 0s;-webkit-transition: all .2s ease 0s;}
#d_quickcheckout #shipping_method .radio label .price, #d_quickcheckout #payment_method .radio label .price {
    float: left !important;
}
.plocationbox {
    display: none;
}
#locationpopup .modal-body {

    text-align: center;

}
.modal-backdrop.in {
    opacity: 0.95;
}
.modal-backdrop{
    background-color: #FFF6EF;
} 
#locationpopup .modal-content { 
    background-color: transparent; 
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#locationpopup.modal.in .modal-dialog{
    top:0 !important;
}
.popuplocation .postcodesearch,.newpincode .btn-primary-outline, .popuplocation .btn-primary-outline {
    width: auto;
    color: #fff;
    background-color: #904d2e !important;
    font-weight: 500;
    border-radius: 15px;
    padding: 15px 50px !important;
}
#locationpopup  h2{
    color :#904d2e;
    font-size: 42px;
    margin: 20px 0;
}
#locationpopup  p{
    color :#904d2e;
    font-size: 21px;
    font-weight: 500px;
}
.popuplocation  .form-control{
     border-color :#904d2e;
     height: 60px;
}
.popuplocation { 
    background: transparent !important;
}
.popuplocation .selects{
    display:flex;
}
.popuplocation .selects .form-group{
    width:50%;
    margin: 0;
    border-radius:0;
}
.popuplocation .selects .form-group:first-child{
    border-left:none;
}
.popuplocation .selects .form-group select{
    width:100%;
    
    border-radius: 0 15px 15px 0;
}
.popuplocation .selects .form-group:last-child select{
    border-radius:  15px 0 0 15px ;
}
.quantity .plus,.quantity .minus{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
/* 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: 13px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #633D2C;
}
a:hover {
	text-decoration: none;
}
.d-flex {
	display:flex;
}
.flex-center {
	align-items:center;
}
.flex-between {
	justify-content:space-between
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 13px;
	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: 13px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 13px;
}
.input-group .input-group-addon {
	font-size: 13px;
	height: 25px;
}
/* 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: #229ac8;
	background-image: linear-gradient(to bottom, #633D2C, #1f90bb);
	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 #form-currency .currency-select,
#top #form-language .language-select {
	text-align: right;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #633D2C, #1f90bb);
	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: 0;
}
#cart > .btn {
	font-size: 13px;
	line-height: 18px;
	color: #FFF;
	position:relative;
	padding:13px 15px;
	border-radius:50%;
	background:#F5821F;
	border:1px solid #F5821F;
}
#cart-total{
position:absolute;
background:#633615;
min-width:28px;
min-height:28px;
font-size:20px;
line-height:26px;
border-radius:50%;
right:-10px;
top:8px;
}
#cart.open > .btn {
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover { 
}
#cart .dropdown-menu {
	background: #fff;
	border:1px solid #F5821F;
	border-radius:10px;
	z-index: 1001;
	top:105px;
	left:-25px;
}
#cart .dropdown-menu:before{
	content: "";
    position: absolute;
    top: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 40px solid #F5821F;
    right: auto;
    left:40px;
    top: -40px;
}
#cart .dropdown-menu:after{
	content: "";
    position: absolute;
    top: 0;
    border-left: 19px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 39px solid #fff;
    left: 42px;
    top: -38px;

}
#cart .dropdown-menu {
	min-width: 350px;
    max-width: 440px;
    padding: 10px 25px 30px 25px; 
}
#cart   .table-striped tbody > tr{
    background:#fff;
    border-bottom:1px solid #EAEAEA;
    padding:20px 0;
}
#cart .delet-all{
	font-size:20px;
	text-align:left;
	font-family:'29LT Bukra';
	color:#F5821F;
	padding-left:8px;
	margin-bottom:10px;
	display:inline-block;
	width:100%;
}
@media (max-width: 478px) {
		#cart .dropdown-menu {
			width: 100%;
		}
	}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 375px;
	padding: 0 10px;
}
@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
#cart .img-thumbnail {
    padding: 0; 
    background-color: #fff;
    border: 1px solid #F5821F;
    border-radius: 10px;
}
#cart a{
	color:#633615;
	font-family:'URW DIN Arabic';
	font-weight:500;
	font-size:20px;
}
#cart .quantity_{
	border:1px solid #633615;
	border-radius:10px;
	display:flex;
	align-items:center;
	justify-content:center;
	width:auto;
	max-width:110px;
	margin:15px 0 10px 0;
}
#cart .qu{
	font-size:18px;
	color:#633615;
	font-weight:300;
	font-family:'URW DIN Arabic';
	margin:0 10px;
	padding:0 10px;
}
#cart .quantity_ span{
	display:flex;
	align-items:center;
	justify-content:center;
}

#cart .total_{
	color:#F5821F;
	font-family:'URW DIN Arabic';
	font-size:29px;
	font-weight:300;
}
#cart .total_ .currency{
font-size:9px;
	font-weight:400;
}
#cart .close_{
    padding:50px 10px;
}
#cart .btn-danger{
    background:none;
    border:none;
    padding:0;
    box-shadow:none;
}
#cart .table > thead > tr > th,#cart .table > tbody > tr > th,#cart .table > tfoot > tr > th,#cart .table > thead > tr > td,#cart .table > tbody > tr > td,#cart .table > tfoot > tr > td{
    border:none;
}
#cart .buttons_{
	display:flex;
	flex-direction:column-reverse;
	align-items:center;
	justify-content:center;
}
#cart .buttons_ a{
	width:100%;
	text-align:center;
	font-family:'URW DIN Arabic';
	font-size:20px;
	font-weight:500;
	display:inline-block;
	line-height:26px;
	border-radius:10px;
	padding:10px 0;
}
#cart .buttons_ a:last-child{
	background:#633615;
	color:#fff;
	transition:all .4s ease-in-out
}
#cart .buttons_ a:last-child:hover,#cart .buttons_ a:first-child:hover{
	background:#f5821f;
	color:#fff;
}
#cart .buttons_ a:first-child{
	background:#F4F1EE;
	color:#633615;
	transition:all .4s ease-in-out
}
#cart p{
	color:#633615;
	font-size:20px;
	font-weight:500;
}
#cart .text-right{
font-size:35px;
font-weight:300;
	color:#F5821F;
}
#cart .currency{
	font-size:11px;
	font-weight:400;
}
#cart .total__ {
    width:100%;
    display:flex;
    align-items:center;
	justify-content:space-between
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #633D2C, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	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;
}
#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: 13px;
}
#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: 13px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #633D2C, #1f90bb);
	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: #229ac8;
	background-image: linear-gradient(to bottom, #633D2C, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#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{
    padding: 20px 90px;
}
.footer .top{
	display:flex;
	text-align:center;
}
.footer .top .items{
	width:75%;
	display:flex;
}
.footer .top .center{
	width:25%;
}
.footer .top .center .socials ul{
	display:flex;
	align-items:center;
	justify-content:center;
	list-style:none;
	padding-top:20px;
}
.footer .top .center .socials ul li a{
	padding:0 10px;
	transition:all .4s ease-in-out;
}
.footer .top .center .socials ul li a:hover svg path{
	fill:#f5821f;
}
.footer .top .items .item{
	display:flex;
	flex-direction:column;
	text-align: justify;
}
.footer .top .items .item h2{
	color:#F5821F;
	font-size: 36px;
	font-family: 'URW DIN Arabic';
	font-weight:500;
	padding-bottom: 20px;
}
.footer .top .items .item ul{
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}
.footer .top .items .item ul li{
	padding-left:70px
}
.footer .top .items .item ul li a{
	font-size: 25px;
	color:#633615;
	line-height:50px;
	font-family: 'URW DIN Arabic';
	font-weight: 300;
	transition:all .4s ease-in-out;
}
.footer .top .items .item ul li a:hover{
	color:#f5821f
}
.footer .bottom{
	display:flex;
	align-items:center;
	justify-content: space-between;
}
.footer .bottom .text p{
	color:#633D2C;
	font-size:20px;
	font-family: 'URW DIN Arabic';
	padding-top:30px
}
.footer .bottom .text p .design{
	color:#904D2E;
	font-size:26px;
	font-weight:500;
	margin-right:10px;
}
.footer .bottom .text p:last-of-type{
	color:#F5821F;
	font-size:21px;
	font-weight:300;
	font-family: 'URW DIN Arabic';
	padding-top:15px
}
.footer .bottom .left a{
 	display:flex;
 	align-items: end;
 }
.footer .bottom .left a p{
	padding-left:10px;
	color:#633615;
	font-size:17px;
	font-weight:300;
	font-family: 'URW DIN Arabic';
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	position: fixed;
	top: 0;
	width: 100%;
	right: 0;
	z-index: 9;
}
.alert-dismissable .close, .alert-dismissible .close {
    left: 0;
}
.alert i:before{
    color:#F5821F;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
    padding: 8px 0;
    border-bottom: 1px solid #633615;
    background: transparent;
    border-radius: 0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li { 
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '/';
	display: block;
	position: absolute;
	top: 0px;
	left: -10px;
	width: 10px;
	height: 26px; 
}
.breadcrumb > li:last-of-type:after{
    display:none;
}
.breadcrumb a{
    color: #633D2C;
    font-size: 23px;
    padding: 0 15px;
}
.pagination {
	margin: 0;
}
.filter
{
	background: transparent;
	margin: 14px 0 49px;
	text-align: center;
}
.filter .row{
	display:flex;
	align-items:center;
}
.filter .list-grid
{
	margin-top:15px;
	text-align: right;
}
.filter .btn-link
{
	color: #fff;
}
.filter .input-group .input-group-addon
{
	border-radius:50px;
	background-color: #633615;
	border-color: #633615;
	color:#fff;
	font-size: 12px;
	padding: 0 37px;
}
.filter .form-control
{
	border:none;
	box-shadow:none;
	font-size:12px;
	background: transparent;
	color: #fff;
	font-weight: bold;
	height: 43px !important;
}
.filter .form-control option
{
	color:#633615;
}
.filter .compare .form-group
{
	padding: 4px;
	text-align: right;
}
.filter .form-group 
{
	border-radius: 89px;
	margin: 4px;
	background: #f5821f;
	color:#fff;
	color: #fff;
	width: 90%;
}
.filter .btn-default:focus
{
	outline:none;
}
.filter .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    background: #633615;
    color: #fff;
    box-shadow:none;
    text-align:center;
    border: 0px solid #633615;
    border-radius:5px;
    }

.filter .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  background: #f5821f;
  color: #fff;
  box-shadow:none;
  text-align:center; 
  margin-right:5px;
  border: 1px solid #f5821f;
  border-radius:5px;
  }
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 13px;
	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: 13px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
background: #F4F1EE;
    color: #633615;
    border-color:#F4F1EE;
}
.btn-primary {
        background: #633615;
    color: #fff;
    border-color:#633615;
    transition:all .4s ease-in-out;
}
.btn-primary:hover{
	background:#f5821f !important
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background: #F4F1EE;
    color: #633615;
    border-color:#F4F1EE;
}
.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; 
	background-color: #da4f49; 
	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: #633D2C;
	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;
}
/* 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 {
	margin:30px 0px;
	border:1px solid #F5821F;
	border-radius:10px;
	box-shadow:0 10px 25px #00000020;
	transition:all 0.3s ease-in-out;
	overflow: hidden;
	position: relative;
	padding: 0;
	transition:all .4s ease-in-out;
}
.product-thumb:hover .wishlist svg path{
	fill:#F07F1E;
	background:transparent
}
.product-thumb .image {
	text-align: center;
	position:relative;
}
.product-thumb .image:before{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	right:0;
	top:0;
	background:url('../image/pro-shadow.png') no-repeat left bottom;
	background-size:100% 100%;
}
.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 a {
	color:#fff;
	font-size:30px;
	font-family:'URW DIN Arabic';
	font-weight:500;
	transition:all 0.3s ease-in-out;
	max-width:220px;
	line-height:45px;
	display:inline-block;
	margin-bottom:10px;
}
.product-thumb .caption button{
	margin-right:auto
}
.product-thumb .caption {
	padding: 30px 20px;
	/* min-height: 180px; */
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	display: flex;
	align-items: flex-end;
}
.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: #F5821F;
	font-weight: 300;
	font-size:45px;
	font-family:'URW DIN Arabic';
}
.product-thumb .price .currency{
	font-weight:400;
	font-size:20px;
	padding-right:5px;
}
.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: 13px;
	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;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:right;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:right;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:right;
	}
}

/* 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;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
#checkout-cart a[aria-expanded=true] .fa-caret-down {
     transition: .3s transform ease-in-out;
     transform: rotate(180deg);
}
#checkout-cart a[aria-expanded=false] .fa-caret-down {
     transition: .3s transform ease-in-out;
}
.intl-tel-input .country-list{
    z-index: 9 !important;
}
.form-horizontal .control-label {
	text-align:right
}
/* product-page */
.thumbnail { 
    margin:auto;
    width: 100%; 
    padding: 0;
    background-color: #fff;
    border: 1px solid #F5821F;
    border-radius: 10px;
}
.slider-nav .slick-slide img{
    width: 100%; 
    padding: 0;
    background-color: #fff;
    border: 1px solid #F5821F;
    border-radius: 10px;
}
.slider-for {
    border: none;
    background: #fff;
    padding:0;
    box-shadow: none;
    margin:0 0 30px 0
}
.slider-for .slick-slide {
	outline:none;
}
.slider-nav .slick-slide {
    /* border:1px solid #f1f1f1; */
    margin: 0 10px;
    background: #fff;
    overflow: hidden;
    outline: none;
}
.slider-nav .slick-slide img {
    margin:auto;
    width: 100%;
}
.pro-right {
    /* background: #fafafa; */
    padding: 0 30px;
}
.pro-title {
    color:#633D2C;
	font-size:30px;
	font-family:'URW DIN Arabic';
	font-weight:500; 
	line-height:45px;
	display:inline-block; 
    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;
}
.pro-title .stock-label {
	font-size:20px;
	background:#f5821f;
	padding:7px 15px;
	border-radius:18px;
	color:#fff
}
.rate_price {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.pro-right .price {
    font-size:26px;
    margin:20px 0;
}
.pro-right .price .price-new {
    background: transparent;
    padding:15px 10px;
    color: #F5821F;
	font-weight: 300;
	font-size:45px;
	font-family:'URW DIN Arabic';
}
.pro-right .price .price-old {
    font-size: 27px;
    color:#D4D5D8;
    font-weight: 300;
	font-size:45px;
	font-family:'URW DIN Arabic';
}
.pro-right .price .currency{
	font-size:20px;
	font-weight:400;
}
.pro-right .price .currency {
	padding-right:4px;
}
.pro-right .description {
font-size: 25px;
	color:#633615;
	line-height:50px;
	font-family: 'URW DIN Arabic';
	font-weight: 300;
	margin-bottom: 20px;
	
    max-width: 650px;
}
.info #product{
    
    max-width: 650px;
}
.dis-pro li {
	text-align:center;
	background:#fff;
	padding:5px 15px;
	font-size:18px;
	margin:0 0 0 10px;
	-webkit-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out
}
.dis-pro li.price-color {
	background:rgba(35, 157, 220,0.3);
	color:#fff !important
}
.dis-pro li h6 {
	font-size:17px;
	color:#633D2C
}
.dis-pro li span b {
	font-size:16px;
}
.pro-buttons {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin: 20px 0 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    align-items:center;
}
.pro-buttons .form-group {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    /* justify-content:space-between; */
    /* width: 75%; */
    /* flex-wrap: nowrap; */
    margin:0;
}
.pro-right .options .select2.select2-container--default .select2-selection--single ,
.pro-right .qty {
    background: #ffffff;
    /* text-align:center; */
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid #633615;
    border-radius: 10px;
    height: 40px;
    border-radius: 23px;
    -webkit-box-shadow: none;
    box-shadow: none;
    position:relative;
    color:#6B6F81;
    padding:10px 5px;
    overflow: hidden;
}
.pro-right .qty {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pro-right .options .select2.select2-container--default .select2-selection--single {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    font-size: 16px;
    font-weight: 200;
}
.select2-selection__arrow {
	display:none;
}
.pro-right .options .select2.select2-container--default .select2-selection--single {
	/*background:url(../image/sort.svg) no-repeat top 25px left 10px, url(../image/sort-.svg) no-repeat top 15px left 10px;*/
	background-size:8%;
	outline:none
}
.pro-right .qty span {
	padding: 0 20px;
}
.pro-right .qty  input {
    width: 60px;
    height: 40px;
    border: none;
    display: inline-block;
    border-radius: 0;
    text-align: center;
    margin: 0 -3px; 
    font-size: 18px;
    color: #633615;
    font-weight: 500;
    font-family: 'URW DIN Arabic'; 
    z-index: 1;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
    font-weight:200;
    border: none; 
}
#quickadd-cart ,
#button-cart {
	text-align: center;
    font-family: 'URW DIN Arabic';
    font-size: 20px;
    font-weight: 500; 
    line-height: 26px;
    border-radius: 10px;
    padding: 10px 0;
	border:none !important;
	-webkit-box-shadow:none;
	box-shadow:none; 
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* width: 48%; */
	text-shadow:none;
	-webkit-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	font-size: 20px;
	padding: 14px 25px;
	margin-left: 20px;
}
#quickadd-cart {
    background: #F4F1EE;
    color: #633615;
	margin: 0;
}
#button-cart:hover  {
	background:#633D2C;
	color:#fff
}
#quickadd-cart:hover  {
	background:#91c464;
	color:#fff
}
#button-cart svg  {
	margin-left:10px;
}
.pro-right .btn-group {
	margin:0 20px
}
.pro-right .btn-group button {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border: 1px solid #633615;
    margin: 0;
    border-radius: 50%;
    background:transparent;
	-webkit-box-shadow:none;
	box-shadow:none;
	margin: 0 10px;
	-webkit-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	border-radius:50% !important;
}
.pro-right .btn-group button i:before {
	font-size:25px;
	color: #000;
	-webkit-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.pro-right .btn-group button:hover i:before {
	color:#fff
}
.pro-right .btn-group button svg path {
	-webkit-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out
}
.pro-right .btn-group button:hover svg path {
	fill:#9dcb71;
}
.options label {
	font-size:15px;
	color: #000;
	font-weight:400;
}
/* .options button {
	border-radius:0;
	border:none;
	width:25%;
	padding:14px;
	background: #ffffff;
	color: #000000;
	text-shadow:none;
	display: inline-block;
	margin-right:20px;
	-webkit-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	border: 1px solid #eee;
} */
.options .file-option {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	border:1px solid #E4E5EC;
	padding:10px;
	border-radius:10px;
}
.options .file-option button {
	background:transparent;
	padding:0;
	border:none;
	font-size: 0;
}
.options .file-option button svg {
	margin: 0 4px;
}
.file-option label {
	color:#CBCBCB;
	font-size:19px;
	font-weight:300;
	margin:0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.options .file-option button {
	width:auto
}
.options .datetime button {
	width:auto;
	padding: 8px 14px;
	outline:none
}
.options .file-option button:focus,
.options .file-option button:active {
    outline:none;
    border:none;
    -webkit-box-shadow:none;
            box-shadow:none
}
/* .options button:hover {
	background:#239ddc;
	color:#fff
} */
.options h3 {
	font-size:19px;
	color: #000000;
	font-weight:600;
	position:relative;
	padding-bottom: 15px;
}
.nav-tabs {
	margin:40px 0 0;
	background: #fff;
	border: none;
}
.nav-tabs li {
    margin:0;
    text-align: center;
    margin: 0 10px;
	-webkit-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;    
	position:relative;
}
.nav-tabs li:after {
	position:absolute;
	bottom:0;
	width:40%;
	content:"";
	height:6px;
	background:#F5821F;
	right:0;
	left:0;
	margin:auto;
	opacity:0;
	border-radius:19px;
}
.nav-tabs li.active:after {
    opacity:1;
}
.nav-tabs li a {
	color: #633D2C;
	font-size: 22px;
	padding:15px 30px;
	border: none;
	margin: 0;
	border-radius: 0;
	-webkit-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.nav-tabs > li:hover ,
.nav-tabs > li.active {
	border-color:#F5821F;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background: transparent;
	color:#F5821F;
	border:none;
}
.nav-tabs > li:hover > a {
	border:none;
	background:transparent;
	color:#F5821F;
	margin: 0;
}
.tab-content {
	background:#fff;
	padding:30px
}
.tab-content button {
	background: #239ddc;
	border:none;
	border-radius: 6px;
	padding:10px 20px;
}
.tab-content #tab-description p ,
.tab-content #tab-description  span {
	font-size:17px !important;
	line-height:35px;
	font-weight:300;
	color:#A7A6A6 !important;
}
.tab-content #review .date {
	color: #000;
	margin: 6px 0;
	display:flex;
	align-items:center;
}
.tab-content #review .date svg {
	margin-left:4px;
}
#tab-specification .attribute-name {
	background:#E4E4E4;
	padding: 19px 20px;
	margin: 8px 14px;
	width: 47%;
	border-radius: 19px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 15px;
	color: #CBCBCB;
}
#tab-specification .attribute-name p {
	margin:0
}
#tab-specification .col-md-6:nth-of-type(1).attribute-name ,
#tab-specification .col-md-6:nth-of-type(2).attribute-name  ,
#tab-specification .col-md-6:nth-of-type(5).attribute-name  ,
#tab-specification .col-md-6:nth-of-type(6).attribute-name  {
	background:rgba(228, 228, 228,0.3);
}
#tab-specification .col-md-6:nth-of-type(3).attribute-name ,
#tab-specification .col-md-6:nth-of-type(4).attribute-name ,
#tab-specification .col-md-6:nth-of-type(7).attribute-name ,
#tab-specification .col-md-6:nth-of-type(8).attribute-name {
	background:#fff;
}
#tab-review .review-top .line {
	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;
	margin: 13px 0;
}
#tab-review .review-top .line span {
	color: #000 !important;
}
#tab-review .review-top .line > div {
	-webkit-box-flex:1;
	    -ms-flex:1;
	        flex:1;
	height: 4px;
	margin:0 20px;
	background:#EDEEF4;
	-webkit-box-shadow:none;
	        box-shadow:none;
	border-radius:4px;
}
.bg-green {
	background:#9DCB71
}
.bg-greenlight {
	background:#C7EA70
}
.bg-yellow {
	background:#FFD067
}
.bg-orange {
	background:#FFAF6E
}
.bg-red {
	background:#FF6E6E
}
.lines ,
.side-review {
	padding:20px;
	text-align:center;
	background: #F7F7F7;
	border-radius: 12px;
	height: 230px;
}
.review-top .col-md-4:last-of-type .side-review {
	display: flex;
	justify-content:center;
	align-items:center
}
.right-side-review {
	display:flex;
	align-items:center
}
.side-review .circle {
	width:100px;
	height:100px;
	text-align:center;
	background:#fff;
	border-radius:50%;
	padding:28px;
	color:#000;
}
.side-review .circle i {
    font-size:30px;
    color:#F9DA3D;
}
.side-review .count {
	display:block;
	color:#000 !important;
	font-size:20px !important
}
.side-review .add-review button{
	background: transparent;
	border: 1px solid #000;
	font-size:20px;
	padding: 10px 30px 16px;
	color: #000;
	margin:10px 0;
	border-radius: 20px;
}
#tab-review .modal-content {
	background:#fff;
	border-radius:0;
	color:#000;
	text-align:right
}
#tab-review .modal-header {
	background:#633615;
	padding: 5px 23px 9px;
	text-align: center;
}
#tab-review .modal-header h3 {
	text-align: right;
	color:#fff;
	text-align:center;
	font-size:26px;
	font-weight:700;
	position:relative;
	display: inline-block;
}
#tab-review .modal-header .close {
	float:left;
	opacity:1;
	text-shadow:none;
	color:#fff;
	margin-top:20px;
	background:transparent; 
	padding:0
}
#tab-review .modal-content h2 {
	color:#fff;
	font-size:20px
}
#tab-review textarea:focus ,
#tab-review input:focus {
	outline:none;
	-webkit-box-shadow:none;
	        box-shadow:none;
	border-color:#129DDC
}
#tab-review textarea ,
#tab-review input {
	margin:10px 0;
	background:transparent;
	border-radius:0;
	border: 1px solid #ddd;
	color:#000 !important
}
#tab-review form button {
    background:#633615;
    border:none;
    color:#fff;
}
#tab-review form button:hover {
    background:#91C464;
    color:#fff;
}
#review {
	margin-top:50px
}
#review .col-md-6 {
	padding:0;
}
#review .col-md-6:nth-of-type(2n) .item  {
	border-right:1px solid rgba(112, 112, 112,0.2);
}
#review .item {
	padding: 40px;
	border:1px solid rgba(112, 112 ,112,0.1);
	background: rgba(247, 247, 247,0.4);
	border-radius:10px;
}
#review .author {
	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;
}
#review .item .success-buy {
	padding:5px 20px;
	border: 1px solid #ad976d;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	/* width:30%; */
	border-radius: 21px;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	/* margin-top:20px; */
	background: #ad976d;
	color: #fff;
}
#review .author .author-info {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	align-items: center;
}
#review .author .author-info .author-text h4 {
	color:#000;
	margin:0 0 3px;
	font-size:20px
}
#review .rating {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center
}
#review .rating .fa-star {
	color:#F69B38;
}
#review span.rate-count {
	font-size:20px;
	margin-right: 6px;
	color: #000 !important;
}
#review .author .author-info .author-text span {
}
#review .author .author-info h4 ,
#review .author .author-info .avatar {
	margin-left: 8px;
}
#review .item p {
	font-size: 17px;
	color: #A8A8A8;
	line-height: 26px;
	font-weight: 100;
	width: 59%;
	margin-top: 20px;
}
.panel-default > .panel-heading {
	background:#f5821f;
	color:#633D2C;
	padding:16px
}
#remeber_password i {
	display:none
}
.pagination li {
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background: #f5821f;
	border-color: #f5821f;
}
.slick-prev, .slick-next {
	display:none !important
}
#account-forgotten #content.col-sm-12 ,
#account-register #content.col-sm-12 {
	padding: 0 80px;
}
#account-register .heading {
	margin-right:20px
}
.heading h2 ,
.heading h1 {
	font-size:35px;
	color:#000;
	position:relative
}
.heading h2 svg ,
.heading h1 svg {
	position:absolute;
	right:-35px;
	top:8px;
}
.heading p ,
.heading p {
	font-size: 16px;
	color:#B9B9B9;
}
#account-register .buttons a ,
#account-register .heading p a {
	color: #000;
/* 	text-decoration:underline; */
	display: flex;
	margin-top: 14px;
	align-items: center;
}
#account-register .buttons a {
	display:inline-block;
	margin:0
}
#account-register .heading p a svg {
	margin:7px 4px
}
#account-register .col-sm-6 {
	padding-right:0;
}
#account-register .form-group {
	/* width: 45%; */
	/* display: inline-block; */
	/* margin: 25px 0 0 35px; */
	margin: 27px 0 0 0;
}
#account-register .form-group:nth-of-type(3n) {
	margin:0
}
#account-forgotten .form-group input ,
#account-login .form-group input ,
#account-register .form-group input {
	background: #F4F4F4;
	border: 1px solid #F4F4F4;
	box-shadow:none;
	height:55px;
	border-radius: 30px;
	font-size:17px;
	font-weight:100;
	transition:all 0.5s ease-in-out;
	color:#A8A8A8;
}
#account-forgotten .form-group input:focus ,
#account-register .form-group input:focus {
	color:#000;
}
#account-register .buttons {
	font-size:19px;
	color:#CBCBCB;
	margin: 29px 0;
}
#account-forgotten .buttons .btn ,
#account-register .buttons .btn {
	display:block;
	width: 33%;
	font-size:20px;
	background: #2195c3;
	border:none;
	padding: 13px;
	margin: 20px -22px 0 0;
	border-radius: 40px;
}
.checkbox-label {
    /* display: inline-block; */
    position: relative;
    /* margin: auto; */
    /* cursor: pointer; */
    /* font-size: 22px; */
    /* line-height: 24px; */
    /* height: 24px; */
    /* width: 24px; */
    /* clear: both; */
    padding-right: 20px;
    color: #000;
}

.checkbox-label input[name=agree] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    right: 0;
    z-index: 9999;
    width: 29px;
    margin: 0;
    height: 24px;
}

.checkbox-label .checkbox-custom {
    position: absolute;
    top: -4px;
    right: 0px;
    height: 28px;
    width: 30px;
    background-color: transparent;
    border-radius: 5px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    border: 2px solid #000;
    border-radius: 50% !important;
}
.checkbox-label input:checked ~ .checkbox-custom {
    background-color: transparent;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity:1;
    border: 2px solid #000;
}
.checkbox-label .checkbox-custom::after {
    position: absolute;
    content: "";
    left: 12px;
    top: 12px;
    height: 0px;
    width: 0px;
    border-radius: 5px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity:1;
  	transition: all 0.3s ease-out;
  	-webkit-transition: all 0.3s ease-out;
  	-moz-transition: all 0.3s ease-out;
  	-ms-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
}

.checkbox-label input:checked ~ .checkbox-custom::after {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity:1;
  left: 10px;
  top: 4px;
  width: 6px;
  height: 12px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
}
/* For Ripple Effect */
.checkbox-label .checkbox-custom::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 10px;
    width: 0px;
    height: 0px;
    border-radius: 5px;
    border: 2px solid #FFFFFF;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);	
}

.checkbox-label input:checked ~ .checkbox-custom::before {
    left: -3px;
    top: -3px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity:0;
    z-index: 999;
    transition: all 0.3s ease-out;
  	-webkit-transition: all 0.3s ease-out;
  	-moz-transition: all 0.3s ease-out;
  	-ms-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
}
#account-register .newsletter  {
	margin: 30px 3px 0;
}
#account-register .newsletter p {
	font-size:25px;
	color: #000;
}
#account-register .newsletter label {
	font-size: 18px;
	color:#A8A8A8;
}
#account-register .newsletter .radio-inline {
	padding: 15px 34px;
	display: inline-block;
	width: 57px;
}
/* Hide the browser's default radio button */
#account-register .newsletter input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  margin: 0 !important;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 12px;
  right: 0;
  height: 25px;
  width: 25px;
  background: transparent;
  border: 1px solid #707070;
  border-radius: 50%;
  transition:all 0.5s;
}

/* On mouse-over, add a grey background color */
#account-register .newsletter:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
#account-register .newsletter input:checked ~ .checkmark {
  background-color: transparent;
  border-color: #000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
#account-register .newsletter input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
#account-register .newsletter .checkmark:after {
	-webkit-transform: rotate(45deg) scale(1);
	-ms-transform: rotate(45deg) scale(1);
	transform: rotate(45deg) scale(1);
	opacity:1;
	left: 10px;
	top: 4px;
	width: 6px;
	height: 12px;
	border: solid #000;
	border-width: 0 2px 2px 0;
	background-color: transparent;
	border-radius: 0;

}
#toggle_ ,
#toggleText_ ,
#toggle ,
#toggleText {
    position:absolute;
    top: 40px;
    left: 14px;
    margin: 0;
    z-index: 1;
}
#toggle_ , 
#toggle  {
    z-index:9;
    top: 20px;
    right: 91%;
    opacity: 0;
    width: 20px;
}
#toggleText_.Show svg path ,
#toggleText.Show svg path {
	transition:all 0.5s ease-in-out
}
#toggleText_.Show svg path ,
#toggleText.Show svg path {
	fill:#91c464
}
.passwordConfirm ,
.password {
	position:relative
}
.iti {
	width:100%;
}
.iti__country-list {
	right:-200px;
	left:unset
}
#account-login .well_ {
	padding:40px;
}
#account-login .well_ .heading  {
	margin-bottom:40px;
}
#account-login .well_ .heading .left {
	text-align:center;
}
#account-login .well_ .heading .left h2 {
	font-size:20px;
	border:1px solid #000;
	padding:10px 20px;
	display:flex;
	width:auto;
	margin: 17px auto 10px;
	justify-content:center;
	width:50%;
	border-radius:25px;
}
#account-login .well_ .heading .left h2 svg {
	position:relative;
	right:-10px;
	top:0;
}
#account-login .form-group input::placeholder {
	color:#CBCBCB;
	transition:all 0.5s ease-in-out
}
#account-register .form-group input:hover::placeholder ,
#account-forgotten .form-group input:hover::placeholder ,
#account-login .form-group input:hover::placeholder {
	color:#000
}
#account-login .forgotten {
	display:block;
	color: #000;
	font-size: 20px;
	margin: 25px 0;
	text-decoration: underline;
}
#account-login .btn {
	display:block;
	width: 27%;
	background: #000;
	border:none;
	font-size:20px;
	padding:10px;
	border-radius: 25px;
	margin: auto;
	text-shadow: none;
	transition:all 0.5s ease-in-out;
}
#account-register .buttons .btn:hover ,
#account-login .btn:hover {
	background:#633D2C;
	color:#fff;
}
#account-login .right-side {
	margin-top:100px
}
#account-login .right-side img {
	margin: 0 auto  30px;
}
#account-login .right-side .links a.new {
	color:#633D2C;
	font-size:20px;
	text-decoration:underline;
	margin-bottom:15px;
	display:block;
}
#account-login .right-side .links p {
    font-size: 20px;
    color: #B9B9B9;
    line-height:25px
}
#account-login .right-side .links p a {
	display:block;
	color:#91C464
}
#account-forgotten .heading .heading_title {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
#account-forgotten .heading .heading_title a {
	background:transparent;
	display:flex;
	align-items:center;
	border:none;
	box-shadow:none;
	text-shadow:none;
	font-size:20px;
	padding: 0;
	color: #000;
}
#account-forgotten .heading .heading_title a svg {
	margin-left:4px;
	position: relative;
	top: 3px;
}
#account-forgotten .heading p {
	width:45%;
	line-height:26px;
	margin: 25px 0 34px;
}
#account-forgotten .buttons .btn {
	margin: 20px 0 0 0;
	width:25%
} 
#checkout-cart form {
	background:rgba(244, 244, 244,0.53);
	border:1px solid #D9D9D9;
	border-radius:15px;
	margin-bottom: 40px;
}
#checkout-cart .cart-item {
	border-bottom: 1px solid rgba(112 ,112 ,112,0.19);
}
#checkout-cart .cart-item:last-of-type {
	border:none
}
#checkout-cart .cart-item > div {
	flex:1;
	padding:30px;
	border-left: 1px solid rgba(112 ,112 ,112,0.19);
	min-height: 155px;
	vertical-align: middle;
	align-items: center;
	display: flex;
	position: relative;
}
#checkout-cart .cart-item > div:last-of-type {
	border:none
}
#checkout-cart .cart-item .first-col {
	flex:2
}
#checkout-cart .cart-item .first-col img {
	border:none;
	padding:0;
	border-radius: 5px;
	margin-left: 13px;
}
#checkout-cart .cart-item .first-col a {
	font-size: 21px;
	color:#633D2C;
}
#checkout-cart .cart-item .first-col .price {
	font-size: 16px;
	color: #000;
	margin-top:12px;
}
#checkout-cart .sec-col h5 {
	color:#000;
	font-size:20px
}
#checkout-cart .sec-col p {
	font-size:16px;
	color:#A8A8A8
}
#checkout-cart .third-col button {
	background:#F5821F;
	border:none;
	margin: 0 10px;
	width: 45px;
	height: 45px;
	line-height: 50px;
	border-radius:50%;
	padding:0;
	text-align:center;
}
#checkout-cart .quantity {
	display:flex;
	justify-content:space-around;
	background:#fff;
	border:1px solid #707070;
	align-items:center;
	height: 50px;
	border-radius: 41px;
	width: 150px;
	margin: auto;
	overflow: hidden;
	text-align: center;
	padding: 0 6px;
}
#checkout-cart .quantity input {
	width: 44%;
	background: transparent;
	border: none;
	box-shadow: none;
	height: 58px;
	text-align: center;
	border-right: 1px solid #707070;
	border-left: 1px solid #707070;
}
#checkout-cart .last-col .total {
	color:#000;
	font-size:20px
}
#checkout-cart .last-col .total> span {
	display:block;
	font-size:16px;
	margin-top:7px;
color: #F5821F;
    font-family: 'URW DIN Arabic';
    font-size: 29px;
    font-weight: 300;
}
#checkout-cart .last-col .total> span .currency{
    font-size:9px;
    font-weight:400;
}
#checkout-cart .last-col .btn {
	position:absolute;
	top:20px;
	left: 31px;
	background:#F5821F;
	border:none;
	border-radius:50px;
	width:30px;
	height:30px;
	line-height:35px;
	padding:0;
}
#checkout-cart .panel-body {
	padding:0;
}
#checkout-cart .panel-group .col-sm-6 {
	padding-right:0;
	margin:0;
}
#checkout-cart .panel-group .col-sm-6:last-of-type {
	padding-left:0
}
#checkout-cart .panel-body .input-group {
	background:#F4F4F4;
	padding:10px;
	border-radius:25px;
	margin-bottom:30px
}
#checkout-cart .panel-body .input-group input[type=button] ,
#checkout-cart .panel-body .input-group input[type=submit] {
	padding:0 18px;
	background:#F5821F;
	border:none;
	line-height:35px;
	text-align:center;
	border-radius:25px;
	text-shadow:none
}
#checkout-cart .panel-body input {
	background:transparent;
	border:none;
	box-shadow:none
}
#checkout-cart table.total {
	background:rgb(244, 244, 244,0.66);
	border-radius:20px;
	overflow:hidden;
	border-color:rgb(244, 244, 244,0.66);
}
#checkout-cart table.total td {
	padding:20px;
    border-color:rgba(112, 112 ,112,0.12);
    color:#000
}
#checkout-cart table.total td.text-right {
	color:#633D2C;
	font-size:16px;
	padding:20px 60px;
color: #F5821F;
    font-family: 'URW DIN Arabic';
    font-size: 29px;
    font-weight: 300;
}
#checkout-cart table.total td.text-right .currency{
    font-size:9px;
    font-weight:400;
}
#checkout-cart .buttons {
	background:#633D2C;
	height:1px;
	display:flex;
	align-items:center;
	justify-content:flex-end;
	margin:50px 20px 
}
#checkout-cart .buttons .pull-right {
	background:#fff;
	padding-right:20px;
	float:none;
}
#checkout-cart .buttons a.btn {
	display:block;
	width: 100%;
	background: #633D2C;
	border: none;
	font-size: 19px;
	padding: 10px 30px;
/* 	margin-top: 17px; */
	text-shadow:none;
	border-radius:25px
}
#checkout-cart .buttons a.btn:hover {
	background:#9DCB71;
	color:#fff;
}
@media (max-width:767px) { 
    #checkout-cart .cart-item {
    	display:block;
    }
    #checkout-cart .cart-item > div {
    	padding: 8px 13px;
    	min-height:auto;
    	border: none;
    }
    #checkout-cart .cart-item .first-col a {
    	font-size:16px;
    }
    #checkout-cart .table-responsive {
    	border:none
    }
    #checkout-cart .quantity {
    	margin:0;
    	height: 39px;
    	width: 115px;
    }
    #checkout-cart .third-col button {
    	width:30px;
    	height:30px;
    	line-height:35px;
    	margin: 0;
    }
    #checkout-cart .last-col {
    	justify-content:space-between;
    }
    #checkout-cart .last-col .btn {
    	position:relative;
    	left: unset;
    	top:unset;
    }
    #checkout-cart .panel-group .col-sm-6 {
    	padding-left:0;
    }
    #checkout-cart table.total td {
    	padding: 14px;
    	width: 180px;
    }
    #checkout-cart table.total td.text-right {
    	padding: 13px;
    }
    #checkout-cart .buttons a.btn {
    	padding:7px 15px;
    	font-size:12px;
    }
    #checkout-cart .last-col .total ,
    #checkout-cart .sec-col h5 {
    	font-size:17px
    }
    #account-forgotten #content.col-sm-12, #account-register #content.col-sm-12 {
    	padding:0;
    }
    .heading h2, .heading h1 {
    	font-size:25px
    }
    .heading p {
    	font-size:12px;
    }
    #account-register .buttons a, #account-register .heading p a {
    	margin:0;
    }
    #account-register .col-sm-6 {
    	padding-left:0;
    }
    .heading h2 svg, .heading h1 svg {
    	position:unset
    }
    #account-forgotten .form-group input, #account-login .form-group input, #account-register .form-group input {
    	font-size:14px;
    }
    #account-forgotten .buttons .btn, #account-register .buttons .btn {
    	font-size:14px;
    	padding:10px;
    	width:40%
    }
    .checkbox-label {
    	font-size:15px;
    	padding-right:30px
    }
    #account-register .newsletter p {
    	font-size:20px
    }
    #account-login .well_ {
    	padding:0;
    }
    #account-login .well_ .heading .left h2 {
    	width:100%;
    }
    #account-login .btn {
    	width:60%;
    }
    #account-login .forgotten {
    	font-size:17px;
    }
    #account-forgotten .heading .heading_title {
    	display:block;
    }
    #account-forgotten .heading .heading_title a {
    	display:none
    }
    #account-forgotten .form-horizontal .form-group {
    	margin:0;
    }
    #account-forgotten .heading p {
    	width:100%;
    }
    /* product-page */
    .pro-right {
    	padding:0;
    }
    .pro-title {
    	font-size:22px
    }
    .pro-title .stock-label {
    	font-size:15px
    }
    .pro-right .price {
    	margin: 0 0 5px;
    }
    .pro-right .price .price-new {
    	padding:5px 0;
    	font-size:15px;
    }
    .pro-right .description {
    	font-size:15px;
    	line-height:24px;
    }
    .pro-buttons {
    	display:block;
    }
    #quickadd-cart, #button-cart {
    	width:auto;
    	font-size:15px;
    	margin: 15px  0 0 14px;
    	padding: 14px 21px;
    }
    .pro-right .qty {
    	width:60%;
    	height: 41px;
    }
    .pro-right .btn-group {
    	margin-right:0
    }
    .nav-tabs li a {
    	padding: 10px 5px;
    	font-size: 16px;
    }
    .tab-content {
    	padding:10px;
    }
    .tab-content #tab-description p, .tab-content #tab-description span {
    	font-size:13px !important;
    	line-height:20px
    }
    #tab-specification .attribute-name {
    	width:100%;
    	margin:5px 0
    }
    .lines, .side-review {
    	margin: 10px 0;
    	height: 215px;
    	padding: 10px;
    }
    #review .item {
    	padding:10px;
    }
    #review .item .success-buy {
    }
    #review .author .author-info {
    	/* display:block; */
    	width:100%;
    	margin-bottom: 11px;
    }
    #review .author {
    	display:block;
    }
    #review .item p {
    	width:100%;
    	font-size: 14px;
    }
    .mob .dropdown-menu {
    position: relative;
    top: 100%;
    width: 100%;
    border: none;
    box-shadow: none;
    right: 0;
    }
}
@media (max-width: 991px) and (min-width: 769px) {
	.pro-title {
		font-size:25px;
	}
	.pro-right .description {
		font-size:20px;
		line-height:1.3
	}
	.pro-buttons {
		display:block;
	}
		.pro-right .qty{
		width:50%;
		margin:20px 0;
	}
	#quickadd-cart, #button-cart {
		font-size:18px;
		padding:12px
	}
	.lines, .side-review {
		padding:10px
	}
	.right-side-review {
		display:block;
		text-align:center;
	}
	.side-review .circle {
		margin:auto
	}
	.side-review .add-review button {
		font-size:15px;
	}
}
@media (max-width: 1191px) and (min-width: 993px) {
	.pro-title {
		font-size:25px;
	}
	.pro-right .description {
		font-size:20px;
		line-height:1.3
	}
	.pro-buttons {
		display:block;
	}
		.pro-right .qty{
		width:40%;
		margin:20px 0;
	}
	#quickadd-cart, #button-cart {
		font-size:18px;
		padding:12px;
		width:30%;
	}
	.lines, .side-review {
		padding:10px
	}
	.right-side-review {
		display:block;
		text-align:center;
	}
	.side-review .circle {
		margin:auto
	}
	.side-review .add-review button {
		font-size:15px;
	}
}


/* Starting Search */
.search-m
{position: relative;top: -2px;}
.search-m .btn
{
	border:none;
	box-shadow:none;
	padding: 3px;
}
.search-m .search-m { display: inline-block }
.search-m .modal {
	background: rgba(0, 0, 0, .6);
	right: 0;
	padding-right: 0!important;
	left: 0;
	z-index: 99999;
}
.search-m .modal button.close {position: absolute;left: 15px;top: 0;color: #fff;opacity: 1;font-weight: 100;font-size: 60px;float: none;text-shadow: none;}
.search-m .modal .modal-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
	width: 50%;
	margin: auto;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.search-m .modal .modal-content .form-control {
	background: transparent;
	border-radius: 0;
	border: 0;
	font-size: 18px;
	color: #fff;
	border-bottom: 4px solid #fff;
	box-shadow: none;
	width: 80%;
	display: inline-block;
}
.search-m .modal .modal-content .form-control::-webkit-input-placeholder {
    color: #fff;
}
.search-m .modal .modal-content .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #fff
}
.search-m .modal .modal-content .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #fff
}
.search-m .flaticon-search-1:before{
	color: #ff9015;
	font-size: 21px;
	cursor: pointer;
}
.search-m .flaticon-search:before
{
	color: #fff;
	font-size: 22px;
	cursor: pointer;
}
.search-m #search button {display: inline-block;width: 11%;padding: 2px;}
.search-m #search button:hover ,
.search-m #search button:focus
{
	background-color:transparent;
	color:#000;
	outline:none;
	box-shadow:none;
}
.search-m .btn-default
{
	background: transparent;
	border: #fff;
	color: #fff;
	border-bottom: 4px solid #fff;
	margin-right: -5px;
	border-radius: 0;
	text-shadow: none;
}
.my-container{
	padding:0 90px;
	width:100%;
}
.custom-container{
	padding:0 160px;
	width:100%;
}
.banners .custom-container{
	padding:0 110px
}
.banners img{
    width:100%;
}
.category{
    padding:50px 0 30px 0;
}
.header{
	display:flex;
	align-items:center; 
	padding:40px 0;
}
.header .menu > ul{
	list-style:none;
	display:flex;
	align-items:center;
    padding-right: 120px;
    margin-bottom:0;
}
.header .left{
	display:flex;
	margin-right:auto;
	align-items:center;
}
.header .left .link{
	display:flex;
	align-items:center;
	justify-content:center;
	width:65px;
	height:65px;
	border:1px solid #633615;
	margin:0;
	border-radius:50%;
	margin-left:15px;
	transition:all .4s ease-in-out;
}
.header .left .link:hover{
	background:#f5821f;
	border-color:#f5821f;
}
.header .left .link:hover svg path{
	fill:#fff
}
.header .search{
	display:inline-block;
}
.header .menu a{
	color:#633D2C;
	font-size:23px;
	padding:0 15px;
	transition:all .4s ease-in-out;
position:relative;
}
.header .menu a:after{
	content:'';
	position:absolute;
	width:0px;
	height:5px;
	bottom:-20px;
	right:5px;
	border-radius:10px;
	background:#f5821f;
	transform:rotate(-15deg);
	transition:all 0.3s ease-in-out;
}
.header .menu a:hover:after{
	width:25px;
}
.header .menu a:hover{
	color:#f5821f
}
.header .menu .cats-icon{
	position:relative;
}
.header .menu .cats-icon .box-category-top {
    display:flex;
    cursor: pointer;
    position: relative;
}
.header .menu .cats-icon .dropdown-menu{
	background:#fff;
	border:none;
}
.header .menu .cats-icon .dropdown-menu{
	top: 35px;
	left:-50px;
	right:auto;
}
.header .menu .cats-icon .dropdown-menu ul{
	padding:0px;
	text-align:right;
	list-style:none;
}
.header  .cats-icon .dropdown-menu ul li{border-bottom:1px solid #633D2C;padding: 0 10px;}
.header  .cats-icon .dropdown-menu ul li:last-of-type{
	border:none;
}
.header  .cats-icon .dropdown-menu ul a{
	color: #633D2C;
	font-size:14px;
	line-height:20px;
	padding:10px 0;
	display:inline-block;
} 
.header .cats-icon .dropdown-menu ul a:hover{
	background:transparent;
	color:#f5821f
}
.slider .swiper-viewport .swiper-button-next{
    display:none;
}
.slider .swiper-viewport .swiper-button-prev{
    left:50px !important;
    opacity:1 !important; 
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background: #fff !important;;
    width: 87px;
    height: 76px;
}
.slider .swiper-button-prev:before{
    display:none !important;
}
.slider .swiper-viewport ,.banners .swiper-viewport{
    margin: 0;
    background: #fff;
    z-index: 1;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.slider img{
    width:100%;
}
.bestseller{
	padding:60px 0;
	position:relative;
}
.bestseller:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 85%;
    right: 0;
    top: 0;
    background: #FFF6EF;
    z-index: -1;
}
.top{
	display:flex;
	align-items:center;
	padding:0 50px 30px  100px;
}
.footer .top{
    padding:0;
}
.title h2{
	color: #633615;
    font-size: 45px;
    font-family: 'URW DIN Arabic';
    font-weight: 400;
    margin:0;
}
.top .link{
	margin-right:auto;
}
.top .link a{
   color: #633615;
    font-size: 30px;
    font-family: 'URW DIN Arabic';
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}
.product-thumb .wishlist{
	position:absolute;
	top:30px;
    right:30px;
}
.product-thumb button{
	background:transparent;
	border:none;
}
.payment{
	background:url('../image/pay-back.png') no-repeat center;
	padding:150px 0;
	background-size:contain;
}
.payment p{
	color:#fff;
	font-family:'URW DIN Arabic';
	font-weight:500;
	font-size:35px;
	margin-left:140px;
}
.payment .content{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
}
.owl-carousel .owl-nav {
	display:inline-block !important;
	position:absolute;
	top:-90px;
	left:0;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
	    background:url('../image/arr') no-repeat center;
	    font-size:0;
	    display:inline-block;
	    width:16px;
	    height:24px;
	    background-size:100% 100%;
}
.owl-carousel .owl-nav button.owl-next{
	transform:rotateY(180deg);
	margin-right: 10px;
}


/***** Responsive *******/
@media (max-width: 1750px) and (min-width: 1200px) { 
    .my-container{
	padding:0 30px; 
    }
    .header .menu ul{
    	padding-right:60px
    }
    .header{ 
    	padding:20px 0;
    } 
    .header .left .link{ 
    	width:45px;
    	height:45px; 
    	margin-left:10px;
    }
    .header .left .link svg{
    	max-width:26px;
    }
    .header .left .search .link svg{
    	height:20px;
    } 
    .header .menu a{  
    	font-size:18px;
    	padding:0 10px;
    }
    #cart > .btn {
	font-size: 13px;
	line-height: 18px;
	color: #FFF;
	position:relative;
	padding: 5px 10px;
	border-radius:50%;
	background:#F5821F;
	border:1px solid #F5821F;
    }
    #cart > .btn svg{
    	width:28px;
    }
    #cart-total{ 
    min-width:25px;
    min-height:20px;
    font-size:14px;
    line-height:26px; 
    right:-10px;
    top:0px;
    }
    .header .logo img{ 
    max-width: 200px;
    }
    .banners .custom-container {
    padding: 0 40px;
     }
     .custom-container {
    padding: 0 70px;
     }
     .product-thumb .price { 
	font-size: 26px; 
    }
    .product-thumb .price .currency{ 
    	font-size: 16px; 
    }
    .product-thumb h4 a { 
	font-size: 24px; 
	max-width: 350px;
	line-height:35px;
    }
    .top .link a { 
    font-size: 24px;
    }
    .owl-carousel .owl-nav { 
    top: -50px;
    }
    .top { 
    padding: 0 30px 10px 60px;
    }
    .payment{ 
	padding: 80px 0;
    }
    .payment p { 
    font-size: 26px;
    margin-left: 100px;
      }
      .footer .top .items .item ul li a {
    font-size: 20px; 
    line-height: 40px;
      }
      .footer {
    padding: 20px 40px;
    }
    .footer .top .items .item ul li {
    padding-left: 30px;
     }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .my-container{
	padding:0 20px; 
    }
    .header .menu ul{
    	padding-right:30px
    }
    .header{ 
    	padding:15px 0;
    } 
    .header .left .link{ 
    	width:38px;
    	height:38px; 
    	margin-left:10px;
    }
    .header .left .link svg{
    	max-width:24px;
    }
    .header .left .search .link svg{
    	height:18px;
    } 
    .header .menu a{  
    	font-size:16px;
    	padding:0 5px;
    }
    #cart > .btn {
	font-size: 13px;
	line-height: 18px; 
	padding: 3px 8px; 
    }
    #cart > .btn svg{
    	width:24px;
    }
    #cart-total{ 
    min-width:22px;
    min-height:15px;
    font-size:13px;
    line-height:22px; 
    right:-10px;
    top:0px;
    }
    .header .logo img{ 
    max-width: 160px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .my-container{
	padding:0 10px; 
    }
    .header .menu ul{
    	padding-right:10px
    }
    .header{ 
    	padding:10px 0;
    } 
    .header .left .link{ 
    	width:30px;
    	height:30px; 
    	margin-left:5px;
    }
    .header .left .link svg{
    	max-width:20px;
    }
    .header .left .search .link svg{
    	height:15px;
    } 
    .header .menu a{  
    	font-size:14px;
    	padding:0 3px;
    }
    #cart > .btn {  
	padding: 0px 8px; 
    }
    #cart > .btn svg{
    	width:20px;
    }
    #cart-total{ 
    min-width:20px;
    min-height:15px;
    font-size:12px;
    line-height:20px; 
    right:-5px;
    top:-5px;
    }
    .header .logo img{ 
    max-width: 120px;
    }
}
@media (max-width: 767px) {
    .header {
    display: flex;
    flex-wrap: wrap;
	}
	.my-container,.custom-container{
		padding:0 10px;
	}
	.footer{
		padding:20px 10px;
	}
	.footer .top .items .item ul{
		columns:2;
	}
	.footer .top{
		flex-wrap:wrap;
	}
	.footer .top .center{
		width:100%;
	}
	.payment .content{
		display:flex;
		flex-wrap:wrap;
	}
	 .logo img{
         
    max-width: 200px;
     }
    /* start menu mobile */
.overlay 
{
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #0d63c7;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 55;
}

  .sidenav {
	   height: 100%;
	   width: 0;
	   position: fixed;
	   z-index: 1;
	   top: 0;
	   right: 0;
	   background: #fff;
	   overflow-x: hidden;
	   -webkit-transition: 0.5s;
	   -o-transition: 0.5s;
	   transition: 0.5s;
	   z-index: 99999999;
	   text-align: right;
	   white-space: nowrap;
	   display: block;
	}
	.sidenav #logo {
        padding: 30px 25px;
        margin:0 auto;
        text-align:center;
        background:#fff;
        border-bottom: 1px solid #D3D3D3;
 }
 .sidenav #logo img{
     margin:0 auto;
 }
	.sidenav ul {
		/* width: 95%; */
		margin: auto;
		list-style: none;
		padding: 0;
	}
	.sidenav .socials ul{
		display:flex;
		align-items:center;
		justify-content:center;
		width:auto;
		padding-top:20px;
	}
	.sidenav ul li  a {
		align-items: center;
		padding: 10px 20px;
		text-align: right;
		text-decoration: none;
		font-size: 18px !important;
		color: #633615 !important;
		display: flex;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s; 
	}
	/* Position and style the close button (top right corner) */
	.sidenav .closebtn {
		position: absolute;
		color: #f5821f;
		text-align: center;
		font-size: 25px;
		cursor: pointer;
		font-weight: 100;
		top: 3px;
		left: 7px;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		padding: 0;
		z-index: 99999999999999;
	}
	.sidenav .socials ul li a{
		padding:5px;
		margin:0;
	}
	#menu .dropdown-menu:after {
		display:none;
	}
	#menu div.dropdown-menu {
		padding:0
	}
	#menu .dropdown-inner > .sub a {
		border-color:#152550
	}
	.sidenav .nav > li > a:hover, .sidenav .nav > li > a:focus {
		text-decoration: none;
		background-color: transparent;
		color: #ee3328;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;

	}
	.sidenav .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
		background-color: transparent;
		border-color: transparent;
	}

	.sidenav .dropdown-menu > li > a {
		color: #c9c8c8
	}

	.sidenav .btn-link .fa {
		float: right;
	}
	.payment img{
	max-width:100%;
}
.top{
	padding:0 10px;
}
.title h2{
	font-size:28px;
}
.top .link a{
	font-size:18px;
}
.bestseller{
	padding:20px 0;
}
.banners .custom-container{
	padding:0 20px;
}
.payment{
	padding:50px 0;
	justify-content:flex-start;
}
.payment p{
	font-size:25px;
	margin:0;
	text-align:right;
}
.footer .bottom{
	flex-wrap:wrap;
	text-align:center;
}
.footer .top .items .item ul li{
	padding-left:10px;
}
.footer .top .items .item ul li a{
	font-size:18px;
	line-height:28px;
}
.footer .top{
	width:100%;
}
.footer .top .items{
	width:100%;
}
.footer .bottom .text p,.footer .bottom .text p:last-of-type{
	font-size:16px;
}
.footer .bottom .text p .design{
	font-size:20px;
}
.footer .bottom .left {
	width:100%;
	text-align:center;
}
.footer .bottom .left a{
	justify-content:center;
}
#cart .dropdown-menu{
	width:100%;
	min-width:300px;
	max-width:100%;
	left:0;
}
.header .logo{
	margin:0 auto;
}
.header .left .link{
    	width:38px;
    	height:38px;
    	margin-left:10px;
    }
    .header .left .link svg{
    	max-width:24px;
    }
    .header .left .search .link svg{
    	height:18px;
    }
    .header .menu a{
    	font-size:16px;
    	padding:0 5px;
    }
    #cart > .btn {
	font-size: 13px;
	line-height: 18px;
	padding: 3px 8px;
    }
    #cart > .btn svg{
    	width:24px;
    }
    #cart-total{
    min-width:22px;
    min-height:15px;
    font-size:13px;
    line-height:22px;
    right:-10px;
    top:0px;
    }
    .header .left{
    	margin:auto;
    }
    .slider .swiper-viewport .swiper-button-prev{
    left:20px !important;
    opacity:1 !important;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background: #fff !important;;
    width: 47px;
    height: 36px;
        }
         .slider .swiper-viewport .swiper-button-prev svg{
         	width:28px;
         	height:28px;
         }
         .top .link {
	padding-left:30px
}
.owl-carousel .owl-nav{
	top:-28px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
		width:12px;
		height:16px;
}
.product-thumb{
	margin-right:20px;
	margin-left:20px;
}
.product-thumb h4 a{font-size:24px;line-height: 35px;}
.product-thumb .price{
	font-size:35px;
}
.product-thumb .price .currency{
	font-size:11px;
	margin-right:2px;
}
.payment{
	background:url('../image/pay-back.png') no-repeat center;
	background-size:100% 100%;
}
.breadcrumb a { 
    font-size: 14px;
}
.filter .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.filter .row .col-sm-6{
    display:none;
}
}