/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom: 53px;
	left:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url(../images/ui.totop.png) no-repeat left top;
	-webkit-transition: opacity 2s ease-in-out;
	-moz-transition: opacity 2s ease-in-out;
	-o-transition: opacity 2s ease-in-out;
	transition: opacity 2s ease-in-out;
}

.a-cbh-trigger {
	right: 70px;
	bottom: 20px;
}

@media (max-width: 500px) {
	.a-cbh-trigger {
		right: 22px;
		bottom: -3px;
	}
}

@media (max-width: 750px) {
	#toTopHover {
		visibility: hidden;
	}
	#toTop {
		visibility: hidden;
	}

}

#toTopHover {
	background:url(../images/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

/* Shopping Cart Widget / #cart-widget */
/*---------------------------------------------------------------*/
.shopping-container {
	float: right;
	position: relative;
}
.shopping-container .medium-h {
	border-bottom: 1px solid  #e4e4e4;
}
.shopping-container .small-h {
	font-size: 14px;
	letter-spacing: 1px;
	font-family: 'Exo 2';
	color: #252525;
	line-height: 25px;
	text-transform: uppercase;
	border-bottom: none;
}
.shopping-container .big-coast {
	color: #252525;
	font-size: 16px;
	font-family: 'Exo 2';
}
.shopping-container .big-coast:hover {
	color: #252525;
}
.shopping-container .btn.border-grey {
	padding: 10px 6px;
	margin-bottom: 10px;
	font-size: 13px;
	background-color: #B8B8B8;
	border-color: #B8B8B8;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.shopping-container .btn.border-grey:hover {
	background-color: #cda85c;
	border: 1px solid #cda85c;
	color: #fff;
}
.shopping-container:hover .cart-popup-container {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	top: 55px;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.shopping-cart-widget {
	padding: 12px 9px 1px 98px;
	margin-left: 833px;
	margin-top: -71px;
	width: 15%;
	position: relative;
	float: left;
}

.shopping-cart-widget:before {
	background: url(/images/bt_cart.png) 0 0 no-repeat;
	width: 50px;
	height: 50px;
	top: 3px;
	left: 12px;
	content: "";
	position: absolute;
}
.shop-text {
	font-size: 14px;
	text-transform: uppercase;
	color: #292929;
	float: left;
	margin: 0px 5px 0 0;
	display:none;
}
.total {
	font-size: 20px;
	font-weight: 300;
	margin-top: 21px;
	margin-left: -30px;
}
.cart-bag {
	position: absolute;
	top: -18px;
	right: 10px;
	padding: 12px 12px 0;
	width:28px;
	height:23px;
}
.badge-number {
	font-size: 13px;
	color: #000000;
	padding: 0 6px;
	line-height: 20px;
	display: block;
	text-align: center;
	background: #E4E4E4;
	border-radius: 10px;
	position: absolute;
	top: 0px;
	right: 8px;
}
/*.ico-sum {
  width: 18px;
  height: 21px;
  background: url(images/sprite/icons.png) no-repeat 0 0;
  display: block;
}*/
.cart-popup-container {
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0.25s;
	-ms-transition: all 0.3s ease 0.25s;
	-o-transition: all 0.3s ease 0.25s;
	transition: all 0.3s ease 0.25s;
	padding: 20px 25px 25px;
	width: 300px;
	background: #fff;
	border: 2px solid #E6E6E6;
	position: absolute;
	top: 65px;
	right: 0;
	-webkit-box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.07000000000000001);
	box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.07000000000000001);
}
.cart-popup-container p {
	font-size: 14px;
	margin: 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #e6e6e6;
}
.cart-popup-container .cart-popup .empty {
	margin-bottom: 0;
}
.cart-popup-container:before {
	content: '';
	display: block;
	top: -15px;
	left: 230px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #E6E6E6;
	border-width: 7px 8px;
	margin-left: -6px;
}
.cart-summ {
	color: #f45858;
}
.cart-summ:hover,
.cart-summ:focus {
	color: #000;
	text-decoration: none;
}
.order-list {
	padding: 0;
	list-style: none;
	margin: 0 0 15px;
}
.order-list li {
	width: 100%;
	border-bottom: 2px solid #ed222f63;
	padding: 10px 0 10px;
	position: relative;
}
.order-list .media-heading {
	font-family: 'Exo 2';
}
.order-list .media-heading a {
	font-size: 13px;
	color: #252525;
	line-height: 15px;
}
.order-list .media-heading a:hover {
	color: #767676;
}
.order-list .descr-box {
	line-height: 22px;
}
.order-list .descr-box dl {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.order-list .descr-box dl dt,
.order-list .descr-box dl dd {
	font-size: 12px;
	color: #767676;
	display: block;
	font-weight: 400;
	/*float: left;
    clear: both;*/
}
.order-list .descr-box dl dt p,
.order-list .descr-box dl dd p {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
	line-height: 18px;
	font-size: 12px;
	color: #252525;
}
.order-list .descr-box dl dd {
	margin-right: 5px;
	clear: none;
}
.order-list .size {
	font-size: 12px;
	color: #767676;
	display: block;
}
.order-list .media {
	margin-top: 0;
}
.order-list .media-body {
	width: 140px;
}
.order-list .coast {
	color: #000;
}
.medium-coast {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 500;
}
.close-order-li {
	background: url('images/sprite/icons.png') no-repeat -120px -6px;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 18px;
	border: none;
}
.close-order-li:hover {
	opacity: 0.8;
}
.big-coast {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
}
.big-coast:hover {
	text-decoration: none;
}
.bottom-btn .btn {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bottom-btn .btn.btn-grey {
	margin-bottom: 3px;
}
.bottom-btn .btn.btn-black:hover {
	background-color: #cda85c;
	border-color: #cda85c;
}
.modal-type-1,
.modal-type-2 {
	position: relative;
}
.modal-type-1 .modal-dialog {
	padding: 36px 10px 33px;
	background-clip: padding-box;
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 600px;
	-webkit-box-shadow: 0 0 0 27px rgba(255, 255, 255, 0.2);
	box-shadow: 0 0 0 27px rgba(255, 255, 255, 0.2);
}
.mini-text {
	font: 13px/20px 'OpenSans_Italic', Arial, Helvetica, sans-serif;
	color: #6e6e6e;
}
.modal-form {
	margin: 40px 0 0;
}
#searchModal {
	width: 680px;
	margin: 0 auto;
	max-width: 85%;
}
#searchModal .large-h:after {
	background-color: #cda85c;
}
#searchModal .btn-black {
	background-color: #cda85c;
	color: #FFF;
}
#searchModal .btn-black:hover {
	background-color: #d9bd83;
}
.has-border .form-control {
	background: #fff;
	border: 1px solid #d5d5d5;
	border-radius: 0;
	box-shadow: none;
}
.has-border > div {
	float: none;
	margin: 0 auto;
}
.bounceInDown {
	-webkit-animation: bounceInDown 1s ease-out;
	-ms-animation: bounceInDown 1s ease-out;
	-o-animation: bounceInDown 1s ease-out;
	animation: bounceInDown 1s ease-out;
}
@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
	}
	80% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}
.pm-details {
	float: left;
	width: 50%;
	padding-left: 30px;
}
.modal-type-2 .modal-dialog {
	width: 949px;
	margin: 0 auto 0;
	-webkit-box-shadow: 0 0 0 27px rgba(255, 255, 255, 0.2);
	box-shadow: 0 0 0 27px rgba(255, 255, 255, 0.2);
	padding: 35px 30px 40px 45px;
	background: #fff;
	overflow: hidden;
}
.modal-type-2 .modal-dialog .products-page-cats {
	margin-left: 0;
}
.modal-type-2 .modal-dialog .close {
	top: 30px;
	right: 30px;
}
.modal-type-2 .modal-dialog .pm-details {
	padding-left: 0;
}
.modal-type-2 .modal-dialog .sub-tools {
	margin-bottom: 20px;
}
.pm-image {
	float: left;
	width: 50%;
}
.pm-image img {
	max-width: 100%;
}
.pm-meta {
	padding-bottom: 28px;
}
img {
	height: auto;
        width:auto;
}
.rating {
	float: left;
}
.review {
	float: left;
	padding: 4px 0 0 16px;
	font: 13px/15px 'Exo 2', Arial, Helvetica, sans-serif;
}
.review a {
	color: #787878;
}
.review a:hover {
	color: #252525;
}
.xbig-coast {
	font: 30px/30px 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #000;
	padding-bottom: 25px;
}
.pm-text {
	font: 13px/24px 'Exo 2', Arial, Helvetica, sans-serif;
	color: #767676;
	margin-bottom: 26px;
}
.pm-filters .ffSelectWrapper {
	margin-bottom: 12px;
}
select.full-filter {
	width: 100%;
	position: relative;
	margin-bottom: 17px;
	background-position: 98% 50%;
}
.reset-filter {
	color: #cda85c;
	font-size: 12px;
	text-align: right;
}
.reset-filter:hover,
.reset-filter:focus {
	color: #767676;
}
.x {
	font-size: 11px;
	text-transform: uppercase;
}
.details-tools {
	padding: 24px 0 0;
}
.gray-diliver {
	background: #ddd;
	margin: 0;
}
.count-p {
	border: 1px solid #000;
	float: left;
}
.count-p .count-number {
	font: 18px/30px 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 500;
	display: block;
	float: left;
	width: 38px;
	height: 30px;
	text-align: center;
	border-right: 1px solid #000;
}
.count-p .btn-count {
	font: 16px/15px 'Exo 2', Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #000;
	display: block;
	width: 26px;
	height: 15px;
	text-align: center;
	color: #000;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.count-p .btn-count:last-child {
	border-bottom: transparent;
}
.count-p .btn-count:hover,
.count-p .btn-count:focus {
	text-decoration: none;
	background-color: #000;
	color: #FFF;
}
.details-tools .btn-black {
	margin-left: 13px;
	width: 330px;
}
.details-tools .btn-black:hover {
	background-color: #cda85c;
	border-color: #cda85c;
}
.details-tools .border-btn {
	margin-left: 10px;
}
.details-tools p {
	margin-bottom: 0;
}
.details-tools .count-p .count-number {
	height: 38px;
	width: 46px;
	line-height: 38px;
}
.details-tools .count-p .btn-count {
	height: 19px;
	line-height: 19px;
}
.border-btn:hover .ico-like {
	background-position: -153px -33px;
}
.border-btn:hover .ico-next {
	background-position: -172px -33px;
}
.ico-like {
	display: inline-block;
	background: url('images/sprite/icons.png') no-repeat -60px -7px;
	width: 14px;
	height: 12px;
}
.ico-next {
	display: inline-block;
	background: url('images/sprite/icons.png') no-repeat -80px -8px;
	width: 14px;
	height: 11px;
}
.top-tools {
	padding: 20px 0;
}
.bott-tools {
	padding: 15px 0;
}
.bott-tools p {
	margin-top: 7px;
}
.menu-social-icons li {
	float: left;
	margin-right: 14px;
	position: relative;
	list-style: none;
}
.menu-social-icons li a:focus {
	outline: none;
}
.menu-social-icons li a {
	display: block;
}
.menu-social-icons li a:hover .circle {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}
.menu-social-icons i {
	position: relative;
	z-index: 2;
	font-style: normal;
	font-size: 16px;
	background-color: #252525;
	color: #ffffff;
	border-radius: 100%;
	line-height: 26px;
	text-align: center;
}
.address-company .menu-social-icons i {
	color: #646464;
}
.menu-social-icons .ico-twitter {
	display: block;
	width: 28px;
	height: 28px;
}
.menu-social-icons .ico-twitter:before {
	content: "\f099";
	font-family: FontAwesome;
}
.menu-social-icons .ico-facebook {
	display: block;
	width: 28px;
	height: 28px;
}
.menu-social-icons .ico-facebook:before {
	content: "\f09a";
	font-family: FontAwesome;
}
.menu-social-icons .ico-pinterest {
	display: block;
	width: 28px;
	height: 28px;
}
.menu-social-icons .ico-pinterest:before {
	content: "\f0d2";
	font-family: FontAwesome;
}
.menu-social-icons .ico-google-plus {
	display: block;
	width: 28px;
	height: 28px;
}
.menu-social-icons .ico-google-plus:before {
	content: "\f0d5";
	font-family: FontAwesome;
}
.menu-social-icons .ico-envelope {
	display: block;
	width: 28px;
	height: 28px;
}
.menu-social-icons .ico-envelope:before {
	content: "\f003";
	font-family: FontAwesome;
}
.menu-social-icons .ico-skype {
	display: block;
	width: 28px;
	height: 28px;
}
.menu-social-icons .ico-skype:before {
	content: "\f17e";
	font-family: FontAwesome;
}
.menu-social-icons .ico-instagram {
	display: block;
	width: 28px;
	height: 28px;
}
.menu-social-icons .ico-instagram:before {
	content: "\f16d";
	font-family: FontAwesome;
}
.menu-social-icons .ico-linkedin {
	display: block;
	width: 28px;
	height: 28px;
}
.menu-social-icons .ico-linkedin:before {
	content: "\f0e1";
	font-family: FontAwesome;
}
@keyframes dash {
	from {
		stroke-dashoffset: 1000;
	}
	to {
		stroke-dashoffset: 0;
	}
}
.menu-social-icons .circle {
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: 1;
	-webkit-transform: scale(0.7, 0.7);
	-o-transform: scale(0.7, 0.7);
	-ms-transform: scale(0.7, 0.7);
	transform: scale(0.7, 0.7);
	-webkit-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.cart-popup {
	overflow-y: auto;
	height: 400px;
}

::-webkit-scrollbar{
	width: 8px;
	background-color: #FFFF;
}

::-webkit-scrollbar-thumb{
	border-radius: 15px;
	background-color: #be0530;
	max-height: 1px;
}

::-webkit-scrollbar-track{
	border-radius: 15px;
	background-color: #ffffff;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

@media screen and (max-width: 749px) {
	.headerlogo {
		height: 18px;
		width: 97px;
		top: 13px;
		left: 50%;
		transform: translateX(-50%);
		position: absolute;
	}
}

@media screen and (max-width: 620px) {

	.cart-popup {
		overflow-y: auto;
		height: 400px;
	}

	.bottom-btn{
		margin-left: 24px;
	}
}


.bottom-btn{
	margin-left: 25px;
}