body {
	font-family: 'Nunito', sans-serif;
	font-weight: 500;
	color: #919191;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: 600;
	margin-top : 0;
}

/* == default font size == */
.fa {
	font-size: 14px;
}
/* == Override the bootstrap defaults == */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 23px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
a {
	color: #5E5858;
}
a:hover {
	text-decoration: none !important;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: 500 !important;
	color: #000;
}

ul{
	margin-bottom: 0;
}

p {
	line-height: 20px;
}

hr {
	border-color: #ddd;
}

.form-group {
	margin-bottom: 30px;
}

.form-control {
	font-size: 14px;
	border-radius: 0;
	padding: 8px 25px;
	color: #919191;
	box-shadow: none !important;
	border-color: #adadad !important;
	height: 45px;
}

.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn{
	height: 34px;
}

/* == 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 {
	transition: all .5s ease;
}

.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #AA8E66;
	background-image: linear-gradient(to bottom, #AA8E66, #AA8E66);
	background-repeat: repeat-x;
}

/* == top == */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 8px;
	margin: 0 0 50px 0;
	min-height: auto;
}

#top .container {
	padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}

#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, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

#top .btn-link, #top-links li, #top-links a {
	color: #fff;
	text-shadow: none;
	text-decoration: none !important;
}

#top .btn-link:hover, #top-links a:hover {
	color: #444;
	text-decoration: none !important;
}

#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: 0;
	text-align: center;
}

#top-links a + a {
	margin-left: 15px;
}

/* == logo == */
#logo {
	margin:0px auto;
}

#logo img{
	margin:0px auto;
}

/* == search == */
#search {
	margin-bottom: 0;
}

#search .input-lg {
	height: 50px;
	line-height: 20px;
	padding: 0 20px;
}

#search .btn-lg {
	font-size: 15px;
	padding: 14px 35px;
	text-shadow:none;
	box-shadow: none;
}

/* == cart == */
#cart {
	margin-bottom: 0;
}

#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}

#cart.open > .btn:hover {
	color: #444;
}

#cart .dropdown-menu {
	background: #ffffff;
	border-color: #ffffff;
	z-index: 1001;
	right: 0;
	left: auto;
}

#cart .dropdown-menu table {
	margin-bottom: 10px;
}

#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}

#cart .dropdown-menu li p {
	margin: 20px 0;
}

/* == menu == */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #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: 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: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

#menu #category {
	float: left;
	padding-left: 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: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #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;
}

/* == content == */
#content {
	min-height: 600px;
}

/* == footer == */
footer {
	margin-top: 30px;
	padding: 70px 0;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}

footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}

footer a {
	color: #ccc;
}

footer a:hover {
	color: #fff;
}

footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

/* == alert == */
.alert {
	padding: 8px 14px 8px 14px;
}

/*  == breadcrumb == */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.breadcrumb i{
	font-size: 15px;
}

.breadcrumb li a {
	font-size: 15px;
	font-weight: 600;
}

.breadcrumb li:first-child {
	padding-left: 0;
}

.breadcrumb li:last-child a {
	color: #000000;
}

.breadcrumb > li {
	text-shadow: none;
	padding: 0 15px;
	position: relative;
	white-space: nowrap;
}

.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}

.breadcrumb > li:last-child:after {
	content: '';
}

.breadcrumb > li:after {
	content: '>';
	display: block;
	position: absolute;
	top: 0;
	right: -5px;
	font-weight: 600;
	font-size: 15px;
	color: #000000;
}

.pagination {
	margin: 0;
}

/* == buttons == */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 5px 22px;
	font-size: 14px;
	border-radius: 0;
	box-shadow: none;
	text-decoration: none !important;
	transition: all .5s ease;
}

.btn-xs {
	font-size: 9px;
}

.btn-sm {
	font-size: 10.2px;
}

.btn-lg {
	padding: 10px 35px;
	font-size: 15px;
}

.btn-xl {
    font-size: 18px;
    padding: 12px 70px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 14px;
}

.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: #ffffff;
	background-color: #404040;
	border: 2px solid #404040;
}

.btn-default:hover {
	color: #404040;
	background-color: #ffffff;
}

.btn-primary {
	color: #ffffff;
	background-color: #aa8e66;
	border-color: #aa8e66	;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #23388b;
}

.btn-warning {
	color: #ffffff;
	background-color: #faa732;
	border-color: #faa732;
}

.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 !important;
	background-color: #da4f49;
	border-color: #da4f49;
}

.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;
	background-color: #5bb75b;
	border-color: #5bb75b;
}

.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;
	background-color: #df5c39;
	border-color: #df5c39;
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-color: #df5c39;
}

.btn-link {
	border-color:none;
	cursor: pointer;
	color: #000000;
	background-color: rgba(0, 0, 0, 0);
}

.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
}

.btn-inverse {
	color: #ffffff;
	background-color: #363636;
	border-color: #363636;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
}

/* == list group == */
.list-group a {
	border: 0;
	color: #888888;
	padding: 8px 0;
	background: #ffffff !important;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
}

.list-group .commontop, #checkout-cart form{
	margin-bottom: 30px;
}

.list-group .commontop h2{
	margin-bottom: 0px !important;
}
/* == 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:0;
	margin-bottom: 40px;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.product-thumb:hover {
    box-shadow: 0 5px 20px rgb(0 0 0 / 20%);
}

.transition, .two_banner a img, button {
	transition: all .5s ease;
}

.product-thumb .image {
	text-align: center;
	
}

.product-thumb .image a {
	display: block;
	position: relative;
}

.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;
}

.product-thumb h4 {
	font-weight: 600;
	text-transform: uppercase;
	min-height: 36px;
}

.product-thumb .caption {
	padding: 20px 5px;
	min-height: 165px;
}

.product-list .product-thumb .caption {
	margin-left: 230px;
}

.product-thumb .rating {
	padding-bottom: 10px;
}

.rating .fa-stack {
	font-size: 8px;
}

.rating .fa-star-o {
	color: #000000;
	font-size: 15px;
}

.rating .fa-star {
	color: #000000;
}

.rating .fa-star + .fa-star-o {
	color: #000000;
}

h2.price {
	margin: 0;
}

.product-thumb .price {
	color: #CE866E;
	margin: 0;
}

.product-thumb .price-tax {
	display: block;
	margin-top: 5px;
}

.product-thumb .button-group {
	border-top: 1px solid #fff;
	background-color: transparent;
	overflow: hidden;
	position: absolute;
    top: 10px;
    right: -50px;
    bottom: auto;
    width: auto;
	opacity: 0;
	transition: all .5s ease;
}

.product-thumb:hover .button-group{
	right: 10px;
	opacity: 1;
}

.product-thumb .button-group button {
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	border: none;
	display: block;
	background-color: #ce866e;
	color: #fff;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	border-radius: 50px;
}

.product-thumb .button-group button + button {
	margin: 8px 0 0;
}

.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}

.product-thumb .button-group button:hover i{
	color: #444;
}

.thumbnails {
	overflow: visible;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails > li {
	margin-left: 20px;
}

.thumbnails {
	margin-left:-1px;
}

.thumbnails > img {
	width: 100%;
}

.image-additional a {
	margin-bottom: 0;
	padding: 0;
	display: block;
	border-radius: 0;
	border: 1px solid #ddd;
}

.image-additional {
	max-width: auto;
}

.thumbnail.active, .thumbnail:focus, .thumbnail:hover {
    border-color: #aa8e66 !important;
    color: #aa8e66;
}

.thumbnails .image-additional {
	float: left;
	margin-left: 0;
	width: 50%;
}

/* == 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;
}

.input-group-btn>.btn {
	padding: 12px 22px;
}

/* == 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;
}

/* == New css start here 16/5/22 == */
/* == Header css start here == */
.header-right {
    text-align: right;
}

.header-right ul li.dropdown{
	border-left: 1px solid #000;
}

.header-right>ul>li+li {
	margin-left: 5px;
    padding-left: 10px;
}

header {
	padding:25px 0 25px 0;
	background-image: url(../../../../../image/catalog/header_bg.png);
}

header .btn, header a {
	color: #000;
	padding: 0;
	font-weight: 600;
}

.header-right li i {
    font-size: 16px;
	color: #AA8E66;
}

.header-right li .fa:hover,
.header-right li:hover .fa.fa-user-o {
	color: #23388b !important;
}

.header-right li .fa.fa-user-o {
	color: #000 !important;
}

#top-links ul {
	margin-bottom: 0;
}

#quickinfo .callus {
	color: #000;
	padding: 2px 15px;
	background: #fff;
	border-radius: 50px;
	transition: all .5s ease;
}

#quickinfo .callus:hover {
	background: #23388b;
	color: #fff;
}

.vrtl-align {
	display: flex;
	align-items: center;
}

.header-right #cart-total {
    background: #23388b;
    color: #fff;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 100%;
    padding: 1px 5px;
    font-size: 12px;
}

header .dropdown-menu {
	margin: 0;
	padding: 0;
}

header .dropdown-menu li .btn {
	text-align: left;
	padding: 5px 10px;
}

header .dropdown-menu li .btn:hover {
	background: #AA8E66;
	color: #fff;
}

#search i {
	color: #fff !important;
}

#searchtop {
    cursor: pointer;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all .5s ease;
}

.overlay-content {
    text-align: center;
    left: 0;
    margin: auto;
    max-width: 500px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
	padding: 0 15px;
    transform: translate(0px, -50%);
    -webkit-transition: all 280ms linear 0ms;
    -moz-transition: all 280ms linear 0ms;
    -ms-transition: all 280ms linear 0ms;
    transition: all 280ms linear 0ms;
}

.overlay .closebtn {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 60px;
    color: #fff;
    z-index: 999;
}
/* == Footer css start here == */
footer {
	color: #000;
	background-image: url(../../../../../image/catalog/footer_bg.png)!important;
}

footer h3 {
	margin: 0;
    font-family: 'Nunito', sans-serif !important;
    font-weight: 700;
    letter-spacing: 1px;
}

.border {
    border-bottom: 1px solid #000;
    width: 30px;
    margin: 20px 0 25px;
}

footer ul li {
	line-height: 30px;
}

.footerlogo {
    margin-bottom: 20px;
}

.copyright {
    font-weight: 600;
    letter-spacing: 1px;
	line-height: 32px;
	margin: 30px 0px 0px;
}

.payment_method {
    text-align: right;
	margin: 30px 0px 0px;
}

.social-link ul li a .fa {
    font-size: 18px;
}

.social-link ul li+li {
	margin-left: 10px;
}

.social-link {
    margin: 40px 0 0;
}

.payment_method img {
	width: 100%;
}

/* == Home page css start here == */
#sliderTop {
    width: 100%;
    overflow: hidden;
    position: relative;
	margin: 0;
}

.swiper-viewport, .owl-wrapper-outer{
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.swiper-viewport {
	padding: 0 0 50px !important;
}

.swiper-viewport .swiper-pager div {
	text-shadow: none;
}

.swiper-viewport .swiper-pager div:before {
	color: #aa8e66;
}

.swiper-pager .swiper-button-prev:before {
	content: "\f104";
}

.swiper-pager .swiper-button-next:before{
	content: "\f105";
}

.swiper-viewport, .owl-carousel {
	margin: 0 0 70px !important;
}

.swiper-viewport .swiper-pagination {
	bottom: 10px;
}

.swiper-viewport .swiper-slide img {
	margin: 0px auto;
}

.swiper-wrapper {
	margin: 0 0 20px;
}

.swiper-viewport .swiper-pagination-bullet,
.owl-carousel .owl-controls .owl-page span {
	background: #fff;
	border: 1px solid #aa8e66;
	transition: all .5s ease;
}

.swiper-viewport .swiper-pagination-bullet-active,
.swiper-viewport .swiper-pagination-bullet:hover,
.owl-carousel .owl-controls .owl-page.active span {
	background: #aa8e66;
}

.swiper-viewport .swiper-slide {
	padding: 0 !important;
}

.design_details {
	background: #EDE9E6;
	margin: 0 0 70px;
}

.design_details .row {
	margin: 0;
}

.design_details p {
    width: 55%;
    margin: 25px 0;
}

.cate-product {
	text-align: center;
}

.cate-product .name a{
	display: inline-block;
    background: #fff;
    border-radius: 50px;
    padding: 10px 25px;
	transition: all .5s ease;
	font-size: 16px;
}

.cate-product:hover .name a{ 
	color: #fff;
	background: #212121;
}

.cate-product .image {
	margin-bottom: 20px;
}

.commontop {
	text-align: center;
	margin-bottom: 70px;
	position: relative;
	overflow: hidden;
}

.commontop h2 {
	margin: 0;
	position: relative;
}

.commontop h2:after {
	content: '';
	background-image: url('../image/new/graphic/default.png');
	width: 100px;
	height: 32px;
	display: block;
    text-align: center;
    margin: 20px auto 20px;
}

.commontop .graphic {
	margin: 20px 0;
}

.commontop p {
    line-height: 20px;
    width: 48%;
    margin: 0px auto;
	font-size: 15px;
}

.two_banner {
    margin: 70px 0;
    overflow: hidden;
    position: relative;
}

.newsletter {
	background-image: url('../image/new/newsletter.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
	position: relative;
    padding: 60px 0;
    margin-bottom: -30px;
    margin-top: 70px;
}

.newsletter h5 {
    color: #fff;
    font-size: 18px;
    margin: 0;
    font-weight: 500;
}

.newsletter .form-control {
	font-size: 16px;
	height: 34px;
}

.newsletter .input-group-btn .btn {
	height: 34px;
	background: transparent;
	border-color: #fff;
	padding: 0 15px;
	color: #fff;
}

.two_banner a:hover img{
	transform: scale(1.1);
}

.two_banner a {
	display: block;
	position: relative;
	overflow: hidden;
}

.two_banner a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	content: "";
	transition: transform 0.6s;
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -105%, 0);
	z-index: 1;
}
.two_banner a:hover::before {
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 105%, 0);
}


.firstpart, .firstpart .image, .firstpart .caption {
	display: table-cell;
	vertical-align: top;
}

.firstpart .image {
	padding-right: 15px;
}

.firstpart {
	padding: 10px;
}

.firstpart:hover{
	box-shadow: 0 5px 20px rgb(0 0 0 / 20%);
}

.testimonial-main:before {
	content: "";
	background-image: url('../image/new/img1.png');
	background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
	position: absolute;
    left: 0;
    top: 0;
    width: 137px;
    height: 137px;
}

.testimonial-main:after {
	content: "";
	background-image: url('../image/new/img2.png');
	background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
	position: absolute;
    right: 0;
    top: 0;
    width: 158px;
    height: 158px;
}

#sliderTop .swiper-viewport{
	padding: 0 !important;
}

.jewlery-btn {
	margin: 0 0 70px;
}

.jewlery-btn .btn {
    text-transform: uppercase;
}

.crusl {
	margin-bottom: 0 !important;
}

/* == Home page css end here == */
/* == Product page css start here == */

#product-product {
	margin-top: 50px;
}

#product-product .product_price li{
	line-height: 25px;
	font-size: 15px;
	font-weight: 600;
}

#product-product .product_price .price-old {
    text-decoration: line-through;
    margin-right: 10px;
}

#product-product .product_price .price-new {
    color: #B5715C;
} 

#product-product h1 {
	margin: 0 0 20px;
}

.desnew {
    line-height: 25px;
}

#product .qtypara {
	display: flex;
	align-items: center;
	margin: 0;
	float: left;
}

#product .qtypara span {
    background: #fff;
    color: #919191;
    width: 34px;
    height: 45px;
    line-height: 45px;
    text-align: center;
	border: 2px solid #adadad;
	cursor: pointer;
}

#product .qtypara .minus {
	border-right: 0;
}

#product .qtypara .add {
	border-left: 0;
	font-size: 11px;
}

#product .qtypara #input-quantity {
    border-left: 0 !important;
    border-right: 0 !important;
    width: 50px;
    border-radius: 0;
    text-align: center;
    height: 45px;
	padding: 0;
	border-width: 2px;
	color: #000000;
}

#product .product_button {
    display: flex;
    position: relative;
	justify-content: space-between;
}

#product #button-cart {
	margin: 0 10px;
}

#product .product_button .btn-group{
	display: inline-flex;
}

#product .product_button .btn-group .btn {
	border: 2px solid #adadad;
	background: #fff;
	padding: 4px 18px;
}

#product .product_button .btn-group .btn:hover {
	background-color: #404040;
	border-color: #404040;
	color: #ffffff;
}

#product .product_button .btn-group .btn i {
	font-size: 16px;
}

#product .product_button .btn-group .btn+.btn {
	margin-left: 10px;
}

#product .list-unstyled li {
    color: #565151e6;
	margin: 0px 0px 5px;
	font-weight:600;
	font-size: 15px;
}

#product .list-unstyled a {
    color: #5e585894;
}

#product .list-unstyled span {
    color: #5e585894;
}

#product .qtypara span i:hover{
	color:#aa8e66;
}

#product .list-unstyled .share{
   display:flex;
}


.ptabs {
	text-align: center;
	border: 0;
	margin: 40px 0px;
}

.ptabs li {
    float: none;
    display: inline-block;
} 

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	border: transparent;
	border-bottom: 1px solid #000000;
}

.ptabs li a, .ptabs li a:hover {
	border-radius: 0;
	background: #ffffff;
	border: 0;
	padding: 10px;
	font-size: 18px;
	color: #000000;
}

.ptabs li+li a {
	margin-left: 20px;
}

#product-product .tab-content {
	margin-bottom: 70px;
}

.owl-carousel .owl-buttons div i {
    font-size: 30px !important;
}

#product-product .input-group .input-group-btn .btn {
	padding: 11px 20px;
}

.product-list .product-thumb {
    text-align: left;
	padding: 32px;
	border: 1px solid #ddd;
}

.product-list .product-thumb .button-group{
	opacity: 1;
	position: relative;
	left: 0;
}

.product-list .product-thumb .caption{
	padding: 0 20px;
}

.product-list .product-thumb .button-group button + button {
	margin-left: 10px;
	margin-top: 0;
}

.product-list .product-thumb .button-group button {
	display: inline-block;
	background: transparent;
}

.product-thumb .button-group button i {
	color: #ffffff;
	font-size: 16px;
}

.product-list .product-thumb .button-group button i {
	color: #000000;
}

.pagination>li>a, .pagination>li>span, 
.pagination>li:first-child>a, .pagination>li:first-child>span,
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 50px;
}

.pagination>li a {
	color: #000000;
}

.pagination>li a, .pagination>li>span {
	margin-left: 10px;
	border: transparent;
	transition: all .5s ease;
}

#list-view, #grid-view {
	color: #919191;
	background: #ffffff;
	border: 0;	
	border-radius: 0;
	outline: 0;
	box-shadow: none;
	color:#aa8e66;
}

#list-view i, #grid-view i {
	font-size: 18px;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default
.btn-group .btn.active{
	color: #000!important;
}

.shortby .input-group .input-group-addon {
	background: #ffffff;
}

.shortby .input-group-sm>.input-group-addon, .input-group-sm>.form-control {
	border: 0;
	font-size: 14px;
	padding: 0;
    padding-right: 5px;
}

.bread {
	background-image: url('../image/new/bread.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
	margin: 0 0 70px;
	padding: 70px 0;
	text-align: center;
}

.bread ul {
	margin: 0 0 10px;
}

.bread .commontop {
	margin-bottom: 0;
}

.bread .commontop h2:after {
	display: none;
}

.breadcrumb > li:last-child{
	padding-right: 0;
}

#refine-search li {
    text-align: center;
    border: 1px solid #ddd;
    padding: 8px;
    text-transform: capitalize;
	transition: all .5s ease;
	font-size: 14px;
	margin: 0 15px;
}

#refine-search li a{
	display: block;
	overflow: hidden;
	font-weight: 500;
}

#refine-search li:hover a {
	color: #aa8e66;
}

#refine-search li:hover {
	border-color: #aa8e66;
}

#refine-search li a+a {
	margin-top: 8px;
}


#refine-search  li img {
	margin: auto;
	transition: all .5s ease;
}

#refine-search li:hover a img {
    transform: scale(1.2);
}

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
	margin-left: 0;
}

#account-account h2 {
    font-size: 25px;
    margin-bottom: 30px;
}

#account-account ul {
	margin-bottom: 30px;
}

#account-account ul li {
	line-height: 25px;
}

#filter-price .ui-slider-horizontal {
    height: 6px;
}

#filter-price .ui-slider-handle {
    border-radius: 50px;
    top: -7px;
    border: 4px solid #aa8e66;
}

#filter-price .slider-range .ui-widget-header {
    background: #aa8e66;
}
.discount {
    background: #aa8e66;
    color: #fff;
    padding: 2px 8px;
    text-transform: uppercase;
	font-size: 14px !important;
}

.product-thumb .price .discount {
    position: absolute;
    top: 10px;
    left: 10px;
}

.product-thumb:hover .discount {
	background: #CE866E !important;
}

.has-error label {
    color: #a94442;
}

.product_price span{
	font-size: 16px;
}

.product_price .special {
    color: #CE866E;
	margin: 0 8px;
}

#product-product .price {
    color: #CE866E;
}

.product_price .old-price {
    text-decoration: line-through;
}

#compare-total {
	padding: 0;
}

.shortby {
	margin-bottom: 30px;
}

.shortby .form-group {
	margin: 0;
}

.shortby li.btn-box {
    border-right: 1px solid #000000;
}

.graph_none h2:after{
	display: none;
}

#product-category .commontop{
	text-align: left;
	margin-bottom: 30px;
}

.product-list .product-thumb .button-group button:hover i {
	color: #aa8e66;
}

/* == Product page css end here == */
/* == Old responsive code start here == */
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: auto;
		right: -75px;
	}
	
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}

@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	
	#menu div.dropdown-menu {
		margin-left: 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;
	}
	
	/* == Product List == */
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
	
}

@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
	
	/* == fixed colum left + content + right == */
	#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%;
    }
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}

@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 210px;
		padding: 0 10px;
	}
}

@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:left;
	}
}

@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:left;
	}
}

@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:left;
	}
}

/* == Old responsive code end here == */

/* == New responsive code start here == */

@media (max-width: 600px){
	h2 {
		font-size: 25px;
	}
	
	footer {
		text-align: center;
	}
	
	.border {
		margin: 15px auto 20px;
	}
	
	.footerlogo img{
		margin: 0px auto;
	}
	
	#product .qtypara {
		float: none;
		margin-bottom: 10px;
	}
	
	#product #button-cart {
		margin-left: 0;
	}
}
	
@media (max-width: 767px){
	.vrtl-align {
		display: block;
	}
	.product-thumb{
		margin-bottom:20px;
	}
	.commontop{
		margin-bottom:30px;
	}
	.thumbnails .image-additional {width: 100%;}
	
	header, .header-right, .newsletter, 
	.design_details, .copyright, .payment_method, .product-layout .product-thumb {
		text-align: center;
	}
	
	.newsletter h5 {
		margin-bottom: 20px;
	}
	
	#logo {
		margin: 30px auto;
	}
	
	#top .callus {
		display: block;
		margin: 10px 0 0;
	}
	
	.firstpart, .firstpart .image, .firstpart .caption {
		text-align: center;
		display: block;
	}
	
	.firstpart .image {
		padding-right: 0;
		padding-bottom: 15px;
	}
	
	.commontop p, .design_details p {
		width: 100%;
	}
	
	.testimonial-main:before, .testimonial-main:after {
		display: none;
	}
	
	.swiper-viewport, .owl-carousel, .design_details {
		margin: 0 0 50px !important;
	}
	
	.testimonial-main {
		margin-top: 50px; 
	}
	
	.two_banner {
		margin: 50px 0;
	}
	
	.two_banner .col-xs-12:first-child a{
		margin-bottom: 20px;
	}
	
	.design_details .col-xs-12:first-child{
		padding: 0 0 20px;
	}
	
	.design_details .btn {
		margin-bottom: 30px;
	}
	
	.minbox {
		height: auto !important;
		margin-bottom: 30px;
	}
	
}

@media (max-width: 992px) {
	.header-right>ul>li+li {
		padding-left: 5px;
	}
	
	.header-right ul li.dropdown {
		padding-left: 10px;
	}

}

@media (max-width: 1200px) {
	#top .callus {
		padding: 4px 8px;
	}
	
	#top {
		padding: 10px;
	}
	
	.text-center{
		text-align: center!important;
	}
}
/* == New responsive code end here == */