
@media only screen and (min-width:768px) and (max-width:1023px) {
.welcome-msg {
	font-size: 11px;
	margin: auto;
	letter-spacing: normal;
}
.headerlinkmenu {
	padding-left: 0px;
	padding-right: 0px;
	font-size: 110%;
}
}

.headerlinkmenu {
	line-height: normal;
	display: inline-block;
	text-align: right;
	float: right
}
.headerlinkmenu .links {
	display: inline-block;
	
	margin-top: 8px;
}
.headerlinkmenu .links div {
	display: inline-block;
	text-align: right
}
.headerlinkmenu div.links div a {
	display: inline-block;
	padding: 0px;
	padding: 0px 10px 0px 8px;
	text-decoration: none;
	color: #9998AF;
}
.headerlinkmenu div.links div a span {
	margin-left: 5px
}

/* .hidden-xs { */
    /* display: inline-block !important; */
/* } */

@media only screen and (min-width:768px)  {
.scroll-wrapper-default .owl-carousel .owl-item img {
   width:auto !important;
    max-height: 210px;
    min-height: 210px;
    margin: 0 auto;
}
}




/*4.4 Top Search */

.top-search a {
	color: #fff;
	cursor: pointer;
	padding: 8px 12px 9px
}
.top-search a:hover {
	background: #006393;
	color: #fff
}
.icon-search:before {
	font-size: 16px
}
.cart-top .dropdown-menu {
	padding: 10px;
	min-height: 100px;
	height: auto;
	min-width: 445px;
	-webkit-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
	top: 0;
	position: fixed;
	z-index: 999;
	display: block;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: all .4s cubic-bezier(.25, .46, .45, .94) 0s;
	-o-transition: all .4s cubic-bezier(.25, .46, .45, .94) 0s;
	transition: all .4s cubic-bezier(.25, .46, .45, .94) 0s
}
#search-box .input-group {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	background-color: #f5f5f5;
	border-radius: 50px;
	border: 1px solid #d9d9d9;
	margin-top: 24px;
}
.top-search {
	padding-right: 0px;
}
#search-box input {
	height: 45px;
	display: inline-block;
	width: 55%;
	border: none;
	background: #f5f5f5;
	box-shadow: none;
	color: #000000;
}
.form-control::-moz-placeholder {
color: #000000;
}
#search-box button {
	line-height: 29px;
	padding: 8px 21px;
	float: right;
	display: inline-block;
	background: #f5f5f5;
	border: none;
	color: #333;
	transition: 0.5s all ease;
	border-left: 1px solid #d9d9d9;
	border-radius: 0 50px 50px 0px;
}
#search-box button:hover {
	background: #f6692a;
	border: none;
	color: #fff;
	transition: 0.5s all ease
}
.top-search .fade.in {
	background: none repeat scroll 0 0 rgba(0,0,0,0.5);
	opacity: 1
}
.top-search .modal-content {
	border-radius: 3px
}
#search-box button i {
	font-size: 18px
}
.cate-dropdown {
	float: left;
	width: 140px;
	height: 45px;
	border: none;
	display: inline-block
}
select.cate-dropdown {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-position: right center;
	background-image: url(../images/cat-select-arrow.png);
	background-repeat: no-repeat;
	position: right 10px center;
	color: transparent;
	padding-right: 28px;
	padding-left: 18px;
	text-indent: 0.01px;
	text-overflow: '';
	cursor: pointer;
	color: #333;
	background-color: inherit;
	border-right: 1px solid #d9d9d9;
}

select.cate-dropdown option {
	padding: 6px;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-position: right center;
	background-image: url(../images/select-arrow.png);
	background-repeat: no-repeat;
	position: right 10px center;
	
	padding-right: 28px;
	padding-left: 18px;
	text-indent: 0.01px;
	text-overflow: '';
	cursor: pointer;
}
.cate-dropdown:focus {
	border: none;
	background-color: #eaeaea;
	padding-right: 28px;
	padding-left: 10px;
}
.top-my-account, .top-compare {
	display: inline-block;
	vertical-align: top;
	width: 45px;
	height: 45px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	text-align: center;
	font-size: 16px;
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	padding: 11px 0 0;
	margin: 0px 0px 0 16px;
	float: right;
}
.top-compare {
	margin: 0px;
}
.top-my-account:hover, .top-compare:hover {
	background: #f6692a;
	border: 1px solid #f6692a;
	color: #fff;
}


/*4.6 Top Cart */

#shopping-cart-trigger .cart-icon {
	color: rgba(255,255,255,0.8);
	display: block;
	font-size: 18px;
	width: 45px;
	height: 45px;
	line-height: 40px;
	background: #fff;
	border: 1px solid #ccc;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 100px;
	margin-left: 16px;
	color: #333;
}
#shopping-cart-trigger .cart-icon:hover {
	background: #f6692a;
	border: 1px solid #f6692a;
	color: #fff;
}
#shopping-cart-trigger .top-cart-label {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	line-height: 38px;
}
.cart-num {
	background-color: #ff7878;
	border-radius: 20px;
	color: #fff;
	font-size: 11px;
	height: 20px;
	line-height: 18px;
	position: absolute;
	left: 24px;
	text-align: center;
	top: -10px;
	width: 20px;
}

.top-cart-contain .top-cart-content {
	opacity: 0;
	transform-origin: 0 0 0;
	transition: all 0.5s ease 0s;
	-ms-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
}
.top-cart-contain .mini-cart:hover .top-cart-content {
	opacity: 1;
	-ms-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}
.top-cart {
	float: right;
	padding-left: 0px;
	margin-top: 24px;
}

.top-my-account, .top-compare {
	display: inline-block;
	vertical-align: top;
	width: 45px;
	height: 45px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	text-align: center;
	font-size: 16px;
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	padding: 11px 0 0;
	margin: 0px 0px 0 16px;
	float: right;
}
.top-compare {
	margin: 0px;
}
.top-my-account:hover, .top-compare:hover {
	background: #f6692a;
	border: 1px solid #f6692a;
	color: #fff;
}
.mini-products-list .product-image {
	float: left;
	padding: 0;
	width: 68px;
	padding: 0px;
	border: 1px #eee solid
}
.top-cart-content .product-name {
	margin: 0;
	width: 178px;
	line-height: 1.3em;
	padding: 0 0 3px
}
.top-cart-content .product-name a {
	font-size: 13px;
	line-height: normal;
	font-weight: 400;
}
.top-cart-title span {
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	text-transform: inherit
}
.top-cart-title p span {
	text-transform: none
}
.top-cart-contain .price {
	color: #000;
	font-weight: 900;
	text-transform: uppercase;
	padding-left: 10px;
	float: right
}
.top-cart-contain .product-details .price {
	width: auto;
	float: none;
	font-weight: 900;
	padding-left: 0px;
	font-size: 13px
}
.mini-cart {
	text-align: center;
	cursor: pointer
}
.mini-cart .basket a {
	color: #000000;
	margin: 0px;
	line-height: 50px;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 0px 10px 0px;
}
.mini-cart .basket a .cart-title {
	color: #232323;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	margin-top: 8px;
	text-transform: uppercase;
}
.mini-cart .basket a .cart-total {
	display: block;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	margin-top: 3px;
	padding-bottom: 0px;
	color: #777;
}
.cart-icon {
	float: right;
	text-align: left;
}
.shoppingcart-inner {
	float: left;
	text-align: left;
}
.mini-cart .basket a .fa-shopping-cart:before {
	font-size: 16px;
	margin-left: 12px;
	background: #ff7474;
	padding: 15px 16px;
	color: #fff;
	border-radius: 0px;
	float: right;
}
.mini-cart .open .basket a {
	color: #fff;
	background: #fff;
	box-shadow: 0 3px 9px rgba(0,0,0,0.3)
}
.mini-cart .dropdown-toggle {
	font-size: 12px;
	padding: 0;
	text-transform: none
}
.top-cart-contain {
	padding: 0 0px 0px 12px;
	color: #fff;
	margin-top: 26px;
	float: right;
	border: 1px #eaeaea solid;
	height: 48px;
}
.top-cart-title p {
	margin: 0
}
.top-cart-content .empty {
	padding: 10px
}
.top-cart-content {
	width: 308px;
	position: absolute;
	top: 75px;
	right: 0px;
	background: #fff;
	padding: 0;
	text-align: right;
	box-shadow: 0 0 5px -5px rgba(0,0,0,0.2);
	border: 1px solid #f5f5f5;
	z-index: 50
}
.top-cart-content p {
	color: #000000;
	margin: 0;
	padding: 10px
}
.top-subtotal {
	color: #000000;
	font-size: 13px;
	font-weight: 900;
	padding: 8px 15px;
	text-align: left;
	text-transform: none;
	background-color: #f3f3f3;
	margin-bottom: 15px
}
.top-cart-content .product-details .btn-remove {
	position: absolute;
	right: 10px;
	top: 4px
}
.top-cart-title {
	display: inline-block;
	padding: 3px;
	margin: 0;
	vertical-align: top;
	text-align: center;
	color: #223D62;
	line-height: 12px;
	position: relative;
	font-size: 12px;
	width: 20px;
	margin-top: 2px;
	margin-left: 29px
}
.top-cart-content .block-subtitle {
	border-bottom: 1px solid #fbfbfb;
	color: #000000;
	overflow: hidden;
	padding: 15px;
	text-align: left;
	font-size: 13px;
	background: #f5f5f5
}
ul#cart-sidebar {
	padding: 3px 15px 6px;
	margin: auto;
	max-height: 195px;
	overflow: auto;
}
.top-cart-title .cart_arrow {
	position: absolute;
	bottom: -6px;
	right: 50px;
	width: 18px;
	height: 11px;
	z-index: 1000;
	display: none
}
.top-cart-contain:hover .top-cart-title .cart_arrow {
	display: block
}
.top-cart-content li.item {
	width: 272px;
	margin: 5px 0px;
	border-bottom: 1px #eee solid;
	min-height: 67px
}
.top-cart-content li.item.last {
	margin: 0;
	border-bottom: 0px #eee solid;
	padding-bottom: 10px
}
.top-cart-content .product-details {
	color: #000000;
	position: relative;
	text-align: left
}
.mini-products-list .product-details {
	margin-left: 80px;
	padding: 0
}
.top-cart-content .product-details .btn-remove {
	position: absolute;
	right: 10px;
	top: 12px
}
.top-cart-content .product-details .btn-edit {
	position: absolute;
	right: 22px;
	top: 6px
}
.top-cart-content .actions {
	padding: 5px 15px 20px;
	margin: 0;
	overflow: hidden
}
.top-cart-icon {
	padding: 5px;
	width: 20px;
	height: 24px;
	display: inline-block;
	vertical-align: middle
}
.top-cart-title span {
	font-weight: normal;
	font-size: 13px;
	text-transform: uppercase
}
.top-cart-title p span {
	text-transform: none
}
.mini-cart .actions .fa-shopping-cart:before {
	font-size: 13px;
	padding-right: 8px
}
.mini-cart .actions .fa-check:before {
	font-size: 13px;
	padding-right: 8px
}
.mini-cart .actions .btn-checkout {
	background: #f6692a;
	color: #fff;
	font-size: 12px;
	padding: 8px 16px;
	border: none;
	cursor: pointer;
	display: inline-block;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	border: 1px solid rgba(0,0,0,0.08);
	font-weight: bold;
	border-radius: 0px;
	text-transform: uppercase
}
.mini-cart .actions .btn-checkout:hover {
	background: #000000;
	color: #fff;
}
.mini-cart .actions .view-cart {
	background: #fff;
	color: #000000;
	font-size: 12px;
	padding: 8px 16px;
	text-align: left;
	cursor: pointer;
	text-decoration: none;
	float: left;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	border: 1px solid #000000;
	font-weight: bold;
	border-radius: 0px
}
.mini-cart .actions .view-cart:hover {
	background: #f6692a;
	color: #fff
}
.mini-cart .actions .button {
	display: inline-block;
	width: 100px;
	text-align: center;
	margin-bottom: 3px;
	padding: 8px 10px 6px;
	text-transform: none;
	border: none;
	font-size: 12px;
	text-transform: uppercase
}
.mini-cart .button.btn-checkout {
	background-color: #970400;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 900;
	padding: 0px 6px;
	height: 32px;
	line-height: 32px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}
.block_mini_cart_above_products {
	margin-bottom: 15px
}
.mini-cart>.button {
	color: #000000;
	font-size: 12px;
	font-weight: 300;
	text-shadow: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none
}



 @media only screen and (min-width: 280px) and (max-width: 479px) {
   footer h3 {
	border-bottom: 1px #111 solid;
	padding-top: 10px;
}


@media only screen and (min-width: 480px) and (max-width: 767px) {
footer h3 {
	border-bottom: 1px #111 solid;
	padding-top: 10px;
}
#newsletter-form .input-box .input-text {
	width: 100%;
}
#newsletter-form .input-box, #newsletter-form .content-subscribe .actions {
	float: none;
}
.top-cart-contain {
	margin-top: 0px;
}
.top-cart-content {
	top: 50px;
	right: 8px;
}
.footer-content .address {
	line-height: 2.5em;
}
.footer-newsletter {
	padding: 0px 0px 10px;
	margin-top: 0px;
	border-top: 0px #111 solid;
}
.footer-newsletter .newsletter-email {
	width: 66%;
}
.social ul, .footer-coppyright, .payment {
	text-align: center;
}
}
.footer-newsletter .newsletter-email {
	width: 100%;
	margin-bottom: 12px;
	border-radius: 50px;
}
.footer-newsletter .subscribe {
	border-radius: 50px;
}
.footer-newsletter {
	padding: 0px 0px 10px;
	margin-top: 0px;
	border-top: 0px #111 solid;
}
   #search-box {
        padding-top: 0px;
    }
    #search-box .input-group {
	margin-top: 12px;
}
.top-my-account, .top-compare {
	float: left;
	margin: 0 16px 0 0px;
}
.top-cart {
	padding-left: 15px;
	margin-top: 15px;
	margin-bottom: 12px;
}
.top-search {
	padding-right: 15px;
}

#shopping-cart-trigger {
	margin-right: 8px;
}
   } 

@media only screen and (min-width: 768px) and (max-width: 991px) {
.headerlinkmenu .links {
	margin-right: 12px;
}
#search-box input {
	width: 46%;
}
.footer-links {
	margin-bottom: 15px;
}
.footer-newsletter h3, .newsletter-inner {
	margin-top: 0px;
}
.social ul {
	text-align: center;
}
.footer-newsletter .newsletter-email {
	width: 60%;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.headerlinkmenu .links {
	margin-right: 12px;
}
#search-box input {
	width: 50%;
}
.footer-links {
	margin-bottom: 15px;
}
.footer-newsletter h3, .newsletter-inner {
	margin-top: 0px;
}
.footer-newsletter .newsletter-email {
	width: 62%;
}
.footer-newsletter {
	margin-top: 15px;
}
.social {
	margin-top: 0px;
}
.promotion-center .text_large {
	margin: 10px 18%;
}
}



footer {
	overflow: hidden;
	background: #1d1f24;
	padding-top: 10px;
	color: #ccc;
	font-size: 90%;
	font-weight: 300;
}
footer h3 {
	font-size: 18px;
	margin: 0 0 8px;
	padding: 0 0 6px;
	letter-spacing: 1px;
	color: #fff;
}
footer .footer-links ul {
	margin: 0px;
	padding: 0px
}
footer .footer-links ul li {
	list-style-type: none;
	padding: 0px 0 5px;
}
footer .footer-links ul li a:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 14px;
	display: inline-block;
	cursor: pointer;
	line-height: 20px;
	margin-right: 5px
}
footer .footer-links ul li a {
	transition: all .3s ease-in-out 0s;
	color: #ccc;
}
footer .footer-links ul li a:hover {
	transition: all .3s ease-in-out 0s;
	padding-left: 10px;
	color: #fff
}
.footer-logo {
	text-align: left;
	margin: 0px 0 15px;
	display: block;
}
.footer-logo p {
	display: block;
}
.footer-content .email, .footer-content .phone {
	margin-bottom: 10px;
}
.email .fa-envelope:before {
	font-size: 13px;
	color: #fff;
	height: 35px;
	width: 35px;
	line-height: 33px;
	display: inline-block;
	font-style: normal;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 8px;
	border: 1px solid #383c48;
	background: #383c48;
	border-radius: 50px;
}
.footer-content .address {
	line-height: 1.3em;
}
.address i {
	float: left;
}
.address .fa-map-marker:before {
	font-size: 15px;
	color: #fff;
	height: 35px;
	width: 35px;
	line-height: 32px;
	display: inline-block;
	font-style: normal;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 8px;
	border: 1px solid #383c48;
	background: #383c48;
	border-radius: 50px;
}
footer .phone .fa-phone:before {
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-style: normal;
	height: 35px;
	line-height: 34px;
	margin-right: 5px;
	margin-bottom: 8px;
	text-align: center;
	width: 35px;
	border: 1px solid #383c48;
	background: #383c48;
	border-radius: 50px;
}
.footer-content p {
	display: inline-block;
	padding-left: 5px;
	width: 80%;
}
.footer-content {
	background: url(../images/map.png) no-repeat center;
}
.footer-newsletter {
	padding: 0px 0px 20px;
	text-align: left;
	margin-bottom: 30px;
	border-bottom: 1px #111 solid;
}
.newsletter-inner {
	display: inline-block;
	margin-top: 15px;
	width: 100%;
}
.footer-newsletter h3 {
	margin-top: 12px;
	font-size: 16px;
	margin-bottom: 0px;
	border: none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-top: 15px;
	padding-bottom: 0px;
	font-weight: 600;
}
.footer-newsletter p {
	font-size: 13px;
	font-weight: 400;
	color: #eee;
	text-align: left;
	text-transform: none;
	margin-top: 8px;
}
.footer-newsletter .newsletter-email {
	float: left;
	font-size: 13px;
	font-weight: 400;
	border: 1px solid #eaeaea;
	background: #fff;
	color: #666;
	padding: 10px 12px;
	width: 68%;
	border-radius: 50px 0px 0px 50px;
}
.footer-newsletter .email {
	text-transform: none;
	float: left
}
button.subscribe:before {
	content: "\f0e0";
	font-family: FontAwesome;
	font-size: 13px;
	padding-right: 8px
}
.footer-newsletter .subscribe {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	float: left;
	color: #fff;
	text-decoration: none;
	background: #f23534;
	height:43px;
	border: 0px #000000 solid;
	border-radius: 0px 50px 50px 0px;
}
.footer-newsletter .subscribe:hover {
	border: 0px #000 solid;
	background: #000;
	color: #fff;
}
.social ul.inline-mode li a:before {
	content: ""
}
.social ul.inline-mode li a {
	border: 0px solid #666;
	border-radius: 0px;
	color: #fff;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	width: 36px;
	display: inline-block;
	text-align: center;
	border-radius: 50px;
}
.social .fb a:hover, .social .tw a:hover, .social .googleplus a:hover, .social .rss a:hover, .social .instagram a:hover, .social .linkedin a:hover {
	background: #f23534;
}
.social .fb a {
	background: #3C5B9B
}
.social .tw a {
	background: #359BED
}
.social .googleplus a {
	background: #E33729
}
.social .rss a {
	background: #FD9F13
}
.social .instagram a {
	background: #3f729b
}
.social .linkedin a {
	background: #027ba5
}
.social h4 {
	margin: 25px 0 5px
}
.social {
	margin-top: 18px;
}
.social ul {
	margin: 0;
	list-style: none;
	text-align: right;
}
.social ul li {
	margin-left: 7px;
	display: inline-block
}
.social ul li:first-child {
	margin-left: 0px;
}
.social a {
	transition: background 400ms ease-in-out;
	-webkit-transition: background 400ms ease-in-out;
	-moz-transition: background 400ms ease-in-out;
	-o-transition: background 400ms ease-in-out
}
.payment {
	margin-top: 10px;
margin-bottom:10px display: inline-block;
	width: 100%;
	text-align: right;
}
.payment ul {
	padding: 0px;
	margin: auto;
}
.payment li {
	display: inline-block;
	list-style: none;
	margin-right: 6px
}
.footer-coppyright {
	padding-bottom: 8px;
	margin-top: 20px;
	background-color: #22252c;
}
.coppyright {
	padding-top: 14px
}
.footer-coppyright a {
	color: #fff;
}
/***************deails*****************/
/******************************************
29. products view
******************************************/

.large-image img {
	max-width: 100%;
	height: auto
}
.product-view-area .product-img-box .product-image {
	margin: 0 0 13px;
	position: relative;
	overflow: hidden
}
.magnifier img {
	max-width: inherit
}
.product-big-image {
	position: relative;
	overflow: hidden;
	padding: 0px;
}
@media (max-width:480px) {
.product-big-image {
	border-right: none
}
}
@media (max-width:480px) {
.magnifier {
	left: 15px !important
}
}
.product-view-area {
	margin: auto;
	position: relative;
	z-index: 0;
	margin: 10px 15px;
	background: #fff;
	padding: 5px 0px 0px;
}
@media (max-width:480px) {
.product-view-area {
	width: 90%
}
}
.product-view-area .flexslider-thumb {
	max-width: 455px;
	padding: 22px 62px;
	position: relative;
	border-top: 1px #e5e5e5 solid
}
@media (max-width:479px) {
.product-view-area .flexslider-thumb {
	padding: 22px 32px;
	border-bottom: 1px #e5e5e5 solid
}
}
@media (max-width:767px) {
.product-view-area .flexslider-thumb {
	padding: 22px 48px;
	border-bottom: 1px #e5e5e5 solid
}
}
@media (min-width:768px) and (max-width:991px) {
.product-view-area .flexslider-thumb {
	padding: 22px 35px;
	border-bottom: 1px #e5e5e5 solid
}
}
@media (min-width:992px) and (max-width:1170px) {
.product-view-area .flexslider-thumb {
	max-width: 400px;
	padding: 22px 25px;
}
}
.product-view-area-compact .flexslider-thumb {
	margin: 17px auto 0
}
.product-view-area .flexslider-thumb .flex-viewport {
	z-index: 10
}
.product-view-area .flexslider-thumb .flex-direction-nav {
	top: 30%;
	left: 0;
	width: 100%;
	z-index: 100;
}
.product-view-area .flexslider-thumb .flex-prev {
	position: absolute;
	left: 20px;
	top: 8px;
	border: 1px #e5e5e5 solid;
	background: #fff;
	width: 32px;
	height: 32px;
	line-height: 28px;
	border-radius: 100%;
	text-align: center;
	font-size: 11px;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s
}
@media (max-width:768px) {
.product-view-area .flexslider-thumb .flex-prev {
	left: 0
}
}
.product-view-area .flexslider-thumb .flex-direction-nav a:hover {
	background-color: #1267b3;
	color: #fff;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s
}
.product-view-area .flexslider-thumb .flex-next {
	position: absolute;
	right: 20px;
	top: 8px;
	border: 1px #e5e5e5 solid;
	background: #fff;
	width: 32px;
	height: 32px;
	line-height: 28px;
	border-radius: 100%;
	text-align: center;
	font-size: 11px;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s
}
@media (max-width:480px) {
.product-view-area .flexslider-thumb .flex-next {
	right: 0
}
}
@media (max-width:768px) {
.product-view-area .flexslider-thumb .flex-next {
	right: 5px
}
}
.product-view-area .flexslider-thumb li img {
	cursor: pointer;
	-moz-user-select: none;
	border: 1px #e5e5e5 solid;
	padding: 2px
}
.product-view-area .previews-list {
	padding: 0;
	list-style-type: none;
	text-align: center
}
.product-view-area .previews-list li {
	display: inline-block;
	float: left;
	margin-right: 15px;
	padding: 0;
	width: 150px;
}
.product-view-area .flexslider-thumb-vertical-outer {
	margin: 0 10px 15px 0;
	width: 76px;
	float: left;
	position: relative;
	z-index: 1
}
.product-view-area .flexslider-thumb-vertical .flex-viewport {
	height: 300px !important
}
.product-view-area .flexslider-thumb-vertical .slides {
	margin: -4px 0 0;
	padding: 0;
	list-style-type: none
}
.product-view-area .flexslider-thumb-vertical .slides li {
	margin: 0;
	padding: 0;
	overflow: hidden
}
.product-view-area .flexslider-thumb-vertical .slides li img {
	width: 100%;
	padding: 4px 0;
	cursor: pointer;
	-moz-user-select: none
}
.flex-direction-nav, .slider-controls {
	-webkit-transform: translate3d(0, 0, 0)
}
.product-view-area li {
	list-style: none
}
.product-color-size-area {
	display: inline-block;
	width: 100%;
	margin-bottom: 8px
}
.product-color-size-area .color-area {
	display: inline-block;
	width: 40%;
	float: left;
	margin-right: 18px
}
@media only screen and (min-width:768px) and (max-width:992px) {
.product-color-size-area .color-area {
	width: 42%
}
}
@media (max-width:480px) {
.product-view-area .color ul li, .product-view-area .size li {
	margin-bottom: 5px
}
}
.product-color-size-area .size-area {
	display: inline-block;
	width: 40%
}
@media (max-width:768px) {
.product-color-size-area .size-area {
	width: 52%
}
}
.product-view-area .product-details-area {
	margin-top: 0;
	
	
	
}
.product-details-area-bx{ border-radius: 1px;
        background-color: #fff;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
        padding: 15px;
		min-height:350px}
.pro-item-details{
		border-top: 1px solid #e5e5e5;
		padding:10px 0;
		margin-top:20px
		}
.pro-item-details .col-md-2, .pro-item-details .col-md-4{ padding-top:4px;padding-bottom:4px}
@media (max-width:768px) {
.product-view-area .product-details-area {
	padding: 10px 0px 0px 0px;
}
}
.product-view-area .product-name h1 {
	font-size: 175%;
	line-height: normal;
	
	letter-spacing: normal;
	font-weight: 400;
	
	
}
@media (max-width:480px) {
.product-view-area .product-name h1 {
	font-size: 24px;
	line-height: 32px;
}
}
.product-view-area .short-description {
	font-size: 13px;
	padding-top: 12px;
	
	margin-bottom: 15px
}
.product-view-area .short-description h2 {
	font-size: 15px;
	text-transform: uppercase;
	color: #333333;
	margin-bottom: 5px;
	font-weight: bold
}
.product-view-area .short-description p {
	font-size: 14px
}
.product-view-area .product-details-area .ratings {
	padding: 5px 0 0;
	margin: auto
}
.product-view-area .product-details-area .ratings .rating {
	margin-bottom: 15px;
	display: inline-block;
	margin-right: 10px
}
.product-view-area .product-details-area .ratings .rating i {
	font-size: 15px
}
.product-view-area .product-details-area .ratings .rating-links {
	margin-bottom: 12px;
	display: inline-block
}
@media (max-width:768px) {
.product-view-area .product-details-area .ratings .rating-links {
	display: none
}
}
.availability.in-stock span {
	color: #fff;
	background-color: #5cb85c;
	padding: 5px 12px;
	border-radius: 4px;
	font-weight: 400
}
.availability.out-of-stock span {
	color: #fff;
	background-color: #d9534f;
	padding: 5px 12px;
	border-radius: 4px;
	font-weight: bold
}
.product-view-area .product-details-area .price-box {
	display: block;
	margin: 0 0 10px;
	padding: 0 0 5px;
	padding-left:10px;
	
}
.product-view-area .product-details-area .price-box .old-price {
	margin-right: 5px;
	margin-top: 0;
	display: inline-block
}
.product-view-area .product-details-area .special-price {
	display: inline-block;
	margin: 0;
	
	font-size: 20px;
    padding-left: 9px;
}
.discount-percent{
text-align: right;
    border-top: solid 1px #ccc;}
	.discount-percent>span{
	background: #e11411;
    color: white;
    padding: 4px;
	}
.product-view-area .product-details-area .old-price .price {
	font-size: 20px;
	font-weight: normal;
	color: #ccc;
	margin-left: 10px
}
.product-view-area .product-details-area .price {
	font-size: 130%;
	color: #f6692a;
	font-weight: 600
}
.cart-plus-minus .qty {
	border: 1px solid #e0e0e0;
	color: #333333;
	float: left;
	font-size: 18px;
	font-weight: bold;
	height: 40px;
	margin-right: 0;
	padding: 0 5px 1px;
	text-align: center;
	width: 65px
}
.dec.qtybutton {
	background-color: #e5e5e5;
	border: 1px #ddd solid;
	border-right: none;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	color: #333333;
	font-size: 14px;
	line-height: normal;
	padding: 12px 14px 9px 16px;
	line-height: 18px;
	display: inline-block;
	height: 40px;
	float: left;
	cursor: pointer
}
.dec.qtybutton:hover, .inc.qtybutton:hover {
	background-color: #1267b3;
	color: #fff
}
.inc.qtybutton {
	background-color: #e5e5e5;
	border: 1px #ddd solid;
	border-left: none;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	color: #333333;
	font-size: 14px;
	line-height: normal;
	padding: 12px 14px 9px 16px;
	line-height: 18px;
	display: inline-block;
	height: 40px;
	float: left;
	cursor: pointer
}
.cart-plus-minus label {
	display: inline-block;
	float: left;
	margin-top: 10px;
	text-align: left;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	margin-right: 10px
}
@media (min-width:768px) and (max-width:991px) {
.cart-plus-minus label {
	display: none
}
}
.cart-plus-minus {
	display: inline-block;
	float: left;
	margin-right: 18px
}
@media (max-width:480px) {
.cart-plus-minus {
	margin-right: 0px;
	margin-bottom: 8px
}
.availability {
	display: inline-block;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
}
.product-variation {
	display: inline-block;
	width: 100%;
	border-top: 1px #e5e5e5 solid;
	border-bottom: 1px #e5e5e5 solid;
	padding: 15px 0px;
	margin-bottom: 15px
}
.numbers-row {
	float: left
}
.pro-add-to-cart {
	float: left
}
button.button.pro-add-to-cart {
	background: #222;
	color: #fff;
	padding: 7px 22px;
	border: 2px #222 solid;
}
button.button.pro-add-to-cart:hover {
	background: #1267b3;
	border: 2px #1267b3 solid;
	color: #fff;
}
button.button.pro-add-to-cart span {
	font-size: 16px
}
button.button.pro-add-to-cart span i {
	margin-right: 6px
}
.email-addto-box {
	display: inline-block;
	margin-top: 30px
}
.product-cart-option ul {
	margin: auto;
	display: inline-block
}
.product-cart-option ul li {
	border-right: 1px solid #e5e5e5;
	float: left;
	margin-right: 15px;
	padding-right: 15px
}
@media (max-width:480px) {
.product-cart-option ul li {
	border-right: none;
	margin-right: 0px
}
}
@media (min-width:768px) and (max-width:991px) {
.product-cart-option ul li {
	margin-right: 6px;
	padding-right: 6px
}
}
.product-cart-option ul li a {
	color: #636363;
	display: block;
	font-size: 11px;
	font-weight: 600;
	line-height: 22px;
	margin: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase
}
.product-cart-option ul li a:hover, .product-cart-option ul li a:hover i {
	color: #1267b3
}
.product-cart-option ul li:last-child {
	border: none
}
.product-cart-option ul li a i {
	color: #bbb;
	font-size: 14px;
	margin-right: 8px
}
.product-cart-option ul li a i.fa.fa-heart {
	font-size: 12px
}
.product-overview-tab {
	margin-top: 18px;
	margin-bottom: 15px;
}


/*search refine search price*/
.a-zindex li{width: 25px;height:25px;float:left;margin:5px;border: 1px solid #e7eaef;background: #fff;}


.product-details-area .actions {
    margin-bottom: 5px;
    display: inline-block;
}

.product-details-area .actions .btn-action.btn-warenkorb {
    width: auto !important;
    padding: 0 12px;
}

.product-details-area .actions .btn-action {
    background-color: #fff;
    border: 1px solid #ebebeb;
    display: inline-block !important;
    float: left;
    margin: 0 10px 0 0;
    line-height: 35px;
    text-align: center;
    color: #fff;
    width: 35px;
    height: 35px;
    vertical-align: top;
    color: #999999;
}

.product-details-area .actions .btn-action.btn-warenkorb span {
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 35px;
}

.product-details-area .actions .btn-action.btn-warenkorb span i {
    font-size: 16px;
    padding-right: 5px;
}

.product-details-area .actions .btn-action:hover {
    background-color: #f6692a;
    color: #fff;
}
/*********** sep09 *********** */
select option {
    
    color: black;
}