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

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #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: 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: #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-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 0px;
}
#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: 0px;
}
#cart > .btn {
	outline: none;
}
#cart.open > .btn {
	box-shadow: none;
	text-shadow: none;
	outline: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #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;
}
@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-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;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	float: left; width: 100%;
}
/* breadcrumb */
.breadcrumb {
	float: left; 
	width: 100%;
	background: none; 
	border-radius: none;
	padding: 15px 15px;
	margin-bottom: 0;
}
.breadcrumb i {
}
.breadcrumb > li:first-child {
	display: none;
}
.breadcrumb > li + li:before {
	display:none;
}
.breadcrumb > li {
	margin-right: 13px;
}
.breadcrumb > li a {
	font-size: 12px;
	color: #979797;
}
.breadcrumb > li a:after {
	content: "";
	float: right;
	width: 3px;
	height: 5px;
	margin: 8px 0 0 13px;
	background: url(../image/breadArrow.png) no-repeat;
}
.breadcrumb > li:last-child a:after {
	display: none;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	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 {
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
}
/* 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 {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 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-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	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-left: 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-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 10px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 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: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;
	}
}

/* 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;
}
header {padding: 0 0;}
header .container {padding: 0 30px;}
.headerTp {float: left ; width: 100%; border-bottom: 1px solid #D6D6D6; line-height: 36px;}
.headerTp .wpD {float: left;}
.headerTp .wpD span {float: left; color: #AAAAAA; font-size: 12px; font-weight: 500; margin-right: 5px;}
.headerTp .wpD a {float: left; color: #333333; font-size: 14px; font-weight: 500;  transition: 0.5s;}
.headerTp .wpD a:hover {color: #000;}
.headerTp .social {float:right; }
.headerTp .social a {float: left; margin: 0 15px; transition: 0.5s; }
.headerTp .social a:hover {opacity: 0.7;}
.headerTp .social a:last-child {margin: 0 0 0 15px;}
header #logo {margin: 45px 0 0 0;}
header .sLnk {text-align: center; float: left; width: 100%; margin: 25px 0 7px 0;}
header .sLnk span {display: inline-block; color:#333333; font-weight: 500; font-size: 12px; padding: 0 10px;}
header .sLnk a {display: inline-block; color:#333; font-size: 12px; font-weight: 400; padding: 0 10px; }
#search { width: 100%; }
#search input.input-lg {border-color: #E9004C; border-radius: 0; height: 48px; font-size: 14px; font-weight: 300; padding: 0 60px 0 20px;}
#search .btn-lg {background:url(../image/searchIcn.svg) no-repeat center center; height: 48px; width: 40px; box-shadow: none; color: #FFF; position: absolute; right: 0; top: 0;border: none;}
#search .btn-lg i {display: none;}
header .users  {margin-top: 52px;}
header .users .login {float: left; width: 133px; margin-left: 11px; padding: 4px 0px 4px 25px; color: #333333; background: #E9004C;}
header .users .login .userIcn {display: inline-block; vertical-align: middle; color: #333333;}
header .users .login .nm {display: inline-block; vertical-align: middle; color: #FFF; width: 60px; text-align: right; font-size: 12px; font-weight: 500; margin-right: 9px;}
header .users .login .nm span {clear: both; font-size: 10px; float: left; width: 100%;}
header .users .basket {float: left;}
header .users .basket button {float: left; width: 133px; outline: none; background:#5680E2; box-shadow: none; height: 48px; border-radius: 0; margin-left: 0; padding: 16px 27px; border: none;}
header .users .basket .basketIcn {display: inline-block; vertical-align: middle; position: relative; font-size: 12px; color: #000000;}
header .users .basket .basketIcn .sup {position: absolute; top: -8px; right: -11px; font-size: 8px; color: #FFF;background: #FF0404; border-radius: 10px; text-align: center; width: 15px; height: 15px; line-height: 13px;}
header .users .basket .nm {display: inline-block; vertical-align: middle; color: #FFF; font-size: 14px; font-weight: 600; margin-left: 10px; text-shadow: none;}
.fullMenu {float: left; width: 100%; background: #F6F6F6; position: relative; z-index: 5; margin-top: 20px;}
.fullMenu .menuLst {float: left; width: 100%;}
.fullMenu .menuLst ul {list-style: none; margin: 0 0; padding: 0 0;}
.fullMenu .menuLst ul li {float: left; padding: 0 0px; width: 15.4%; position: relative;}
.fullMenu .menuLst ul li:first-child {padding: 0 0; width: 23%;}
.fullMenu .menuLst ul li a {float: left; width: 100%; line-height: 50px; font-size: 10px; text-align: center; font-weight: 500; color: #333333;}
.fullMenu .menuLst ul li:first-child a {font-size: 16px; color: #FFF; background: #E9004C; text-align: left; padding: 0 20px;}
.fullMenu .menuLst ul li:first-child a:before {content: ""; float: left; width: 24px; height: 50px; background: url(../image/firstMS.svg) no-repeat center center; margin-right: 20px;}
.fullMenu .menuLst ul li a:after {}
.fullMenu .menuLst ul li a:hover, .fullMenu .menuLst ul li.menuLi.active > a {}
.fullMenu .menuLst ul li a:hover:after, .fullMenu .menuLst ul li.menuLi.active a:after {}
/*.fullMenu .subMenu {position: absolute; top: 100%; left: 0; background: #FFF; border-top: 3px solid #E5E5E5; width: 100%; padding: 45px 0; display: none; -webkit-box-shadow: 0 15px 12px -8px rgba(0,0,0,0.16); -moz-box-shadow: 0 15px 12px -8px rgba(0,0,0,0.16); box-shadow: 0 15px 12px -8px rgba(0,0,0,0.16);}
.fullMenu .subMenu .subMenuList {float: left; width: 20%;}
.fullMenu .subMenu .subMenuList ul {float: left; width: 100%;}
.fullMenu .subMenu ul li {float: left; width: 100%; margin-bottom: 24px;}
.fullMenu .subMenu ul li:last-child {margin-bottom: 0px;}
.fullMenu .subMenu ul li {padding:0 0;}
.fullMenu .subMenu ul li a{float: left; width: 100%; font-size: 14px; font-weight: 300; color: #333333; line-height: initial; padding:0 0;}
.fullMenu .subMenu ul li a:hover {color: #FA7909;}
.fullMenu .subMenu ul li a span {float:right; font-size: 12px;}
.fullMenu .subMenu ul li a:after {display: none;}*/
.fullMenu .menuLst ul li:first-child .subMenu {position: absolute; top: 50px; left: 0; display: none;}
.fullMenu .menuLst ul li:first-child .subMenu ul li {width: 100%;}
.fullMenu .menuLst ul li:first-child .subMenu ul li a {line-height: 40px; background: #FBFBFB; padding: 0 30px 0 20px; color: #646464; font-size: 14px; font-weight: 400; -webkit-box-shadow: inset 11px -23px 20px -34px rgba(0,0,0,0.1); -moz-box-shadow: inset 11px -23px 20px -34px rgba(0,0,0,0.1); box-shadow: inset 11px -23px 20px -34px rgba(0,0,0,0.1);}
.fullMenu .menuLst ul li:first-child .subMenu ul li a span {float: right;}
.fullMenu .menuLst ul li:first-child .subMenu ul li a:before {display: none;}
.fullMenu .rightProductMenu {float:left; width: 80%;}
.fullMenu .rightProductMenu .items {float:left; width: 25%; padding: 0 15px;}
.fullMenu .rightProductMenu .items a {float:left; width:100%;}
.fullMenu .rightProductMenu .items a:after {display: none;}
.fullMenu .rightProductMenu .items .img {float:left; width: 100%; height: 180px; margin-bottom: 20px; position: relative;}
.fullMenu .rightProductMenu .items .img img {max-width: 100%; max-height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.fullMenu .rightProductMenu .items .titles {float:left; width: 100%; min-height: 36px; margin-bottom: 10px; font-size: 14px; line-height: 18px; color: #000; font-weight: 400;}
.fullMenu .rightProductMenu .items .prices {float:left; width: 100%; line-height: initial;}
.fullMenu .rightProductMenu .items .prices span {display: inline-block; vertical-align: middle;}
.fullMenu .rightProductMenu .items .prices .new {font-size: 18px; font-weight: 600; color: #E94E1B;}
.fullMenu .rightProductMenu .items .prices .old {margin-left:15px; font-size: 14px; color: #6D6E71; text-decoration: line-through; font-weight: 300;}
.homeSlide {float: left; width: 100%; margin-bottom: 50px; background-size: cover; padding: 0 0;}
.homeSlide .slideContent {float: right; width: calc(100% - 23%); background: #FFF; border-radius: 0px;}
.homeSlide .slideContent .items {float: left; width: 100%; position: relative;  background: #FFF;}
.homeSlide .slideContent .items .img {float: left; width: 100%;}
.homeSlide .slideContent .items .slideR {position: absolute; top: 50%; left: 0; width:580px; transform: translate(0, -50%); padding: 30px 120px;}
.homeSlide .slideContent .items .title {font-size: 40px; color: #000; font-weight: 600; color: #FFF; line-height: 47px;}
.homeSlide .slideContent .items .link a {margin-top: 25px; font-size: 12px; float: left; color: #FFF;font-weight: 600;}
.homeSlide .slideContent .items .link a img {width: auto; float: right; margin: 5px 0 0 10px; transition: 0.5s;}
.homeSlide .slideContent .items .link a:hover img {margin: 5px 0 0 15px;}
.homeSlide .slideContent .owl-dots {position: absolute; left: 0px; bottom: 30px; width:100%; padding: 0 120px;}
.homeSlide .slideContent .owl-dots button {float: left; transition: 0.2s; width: 12px; height: 12px; background: #FFFFFF; opacity: 0.5; border-radius: 100%;margin:0px 3px;}
.homeSlide .slideContent .owl-dots button.active {opacity: 1;}
.homeSlide .slideContent .owl-nav {position: absolute; left: 0px; width: 100%; top: 50%; transform: translate(0, -50%); padding: 0 30px;}
.homeSlide .slideContent .owl-nav button {width: 60px; height: 60px; background:#FFF; border-radius: 2px;}
.homeSlide .slideContent .owl-nav button span {background: url(../image/slidePrevAr.svg) no-repeat center center; width: 8.28px; display: inline-block; transition: 0.5s; height: 60px; text-indent: -999999px; overflow: hidden;}
.homeSlide .slideContent .owl-nav button.owl-next {float: right;}
.homeSlide .slideContent .owl-nav button.owl-next span {background: url(../image/slideNextAr.svg) no-repeat center center;}
.homeSlide .slideContent .owl-nav button.owl-next:hover span {margin-right: -15px;}
.homeSlide .slideContent .owl-nav button.owl-prev:hover span {margin-left: -15px;}
.wCenter {float: left; width: 100%; margin-bottom: 60px;}
.wCenter .wCenterC {float: left; width: 100%; border: 2px solid #E2E2E2; padding: 0 20px;}
.wCenter .wCenterC .item {float: left; width: 25%; padding: 20px 0;}
.wCenter .wCenterC .item .img {display: inline-block; vertical-align: middle; width: 50px;}
.wCenter .wCenterC .item .text {display: inline-block; vertical-align: middle; width: calc(100% - 54px); padding-left: 15px; font-size: 14px; font-weight: 300;}
.wCenter .wCenterC .item .text strong {font-weight: 16px;}
.homeSlMn {float: left; width: 100%; }
.homeSlMn .titleSm {float: left; width: 100%; line-height: 81px; background: #F7F9FA;padding: 0 30px; font-size: 18px; font-weight: 600; color:#000000; margin-bottom: 15px;}
.homeSlMn .titleSm a {float:right; font-size: 14px; font-weight: 400; color: #3B3E40;}
.homeSlMn .slMn {float:left; width: 100%;}
.homeSlMn .slMn .items, .detailList .items {float: left; position: relative;}
.homeSlMn .slMn .items .discount, .detailList .items .discount {position: absolute; top: 0; right: 0; background: #e9004c; color: #FFF; font-size: 12px; line-height: 24px;padding: 0 10px;}
.homeSlMn .slMn .items .image, .detailList .items .image {float: left; width: 100%; padding: 10px 10px; margin-bottom: 15px;}
.homeSlMn .slMn .items .caption, .detailList .items .caption {float: left; width: 100%;}
.homeSlMn .slMn .items .caption h4, .detailList .items .caption h4 {float: left; width: 100%; font-weight: 400; margin-bottom: 15px; color: #000; font-size: 14px; min-height: 45px; }
.homeSlMn .slMn .items .caption h4 a, .detailList .items .caption h4 a {color: #000;}
.homeSlMn .slMn .items .caption .desc, .detailList .items .caption .desc {color: #000; float: left; width: 100%; height: 39px; overflow: hidden;}
.homeSlMn .slMn .items .caption .price, .detailList .items .caption .price {float: left; width: 100%; margin-bottom: 5px;}
.homeSlMn .slMn .items .caption .fPrice span, .detailList .items .caption .fPrice span, .productRight .price span {float: left;}
.homeSlMn .slMn .items .caption .fPrice .new, .detailList .items .caption .fPrice .new, .productRight .price .new {font-size: 16px; font-weight: 600; color: #5680E2;}
.homeSlMn .slMn .items .caption .fPrice .old, .detailList .items .caption .fPrice .old, .productRight .price .old {margin-left:15px; font-size: 14px; color: #6D6E71; text-decoration: line-through;}
.homeSlMn .slMn .owl-dots {float: left; width: 100%; display: block; margin-top: 40px; text-align: center;}
.homeSlMn .slMn .owl-dots button {display: inline-block; transition: 0.2s; vertical-align: middle; width: 5px; height: 5px; background: #E9004C; opacity: 0.4; border-radius: 100%;margin:2px 8px 2px 8px;}
.homeSlMn .slMn .owl-dots button.active {opacity: 1; width: 9px; height: 9px;margin:0 8px;}
.slBottom {float: left; width: 100%;margin:60px 0;}
.stepFour{float: left;width: 100%; margin-top: 40px;}
.stepFour .container { border-top: 1px solid #CCC; border-bottom: 1px solid #CCC; padding:40px 15px;}
.stepFour .items .img {position: relative; float: left; width: 100%; height: 74px;}
.stepFour .items .img img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.stepFour .items .titles {font-size: 12px; color: #000;}
footer {float: left; width: 100%; padding: 40px 0 0px 0; background: #F6F6F6;}
footer .items {float: left; width: 20%; }
footer .items h5 {color: #000; font-size: 16px; font-weight: 600; margin-bottom: 10px;}
footer .items ul li a {font-size: 12px; transition: 0.5s; color: #303030; opacity: 0.8; line-height: 24px;}
footer .items ul li a:hover {opacity: 1;}
footer .items ul li.adress {font-size: 12px; transition: 0.5s; color: #303030; opacity: 0.8; line-height: 24px; min-height: 14px;}
footer .items ul li.adress span.phone {width: 14px; height: 14px; background: url(../image/fPhone.svg) no-repeat center center; display: inline-block; vertical-align: middle; margin-right: 11px;}
footer .items ul li.adress span.mail {width: 14px; height: 14px; background: url(../image/fMail.svg) no-repeat center center; display: inline-block; vertical-align: middle; margin-right: 11px;}
footer .items ul li.adress span.ship {width: 14px; height: 14px; background: url(../image/fShip.svg) no-repeat center center; display: inline-block; vertical-align: middle; margin-right: 11px;}
footer .items .newsletter {float: left; width: 100%; position: relative; margin: 20px 0;}
footer .items .newsletter .emails {float: left; width: 100%; height: 40px; border:1px solid #E2E2E2; padding: 0 70px 0 10px; font-size: 12px; color: #000; border-radius: 20px;}
footer .items .newsletter .submit {float: left; width: 60px; height: 40px; position: absolute; right: 0; top: 0; background:url(../image/fSendMail.svg) no-repeat center center #FF8E0A; border-top-right-radius: 20px; border-bottom-right-radius: 20px; color: #FFF; font-size: 13px; border: none;}
footer .items .socialsM {float: left; width: 100%;}
footer .items .socialsM a {display: inline-block; vertical-align: middle; transition: 0.5s; opacity: 0.8;}
footer .items .socialsM a:hover {opacity: 1;}
footer .items .socialsM a:nth-child(2) {margin: 0 30px;}
footer .bottom {float: left; width: 100%; background: #FFF; margin-top: 50px;}
footer .powered {float: left; line-height: 50px; font-size: 12px; font-weight: 200; color: #303030; margin-bottom: 0;}
footer .debitCart {float: right;}
footer .debitCart .cartImg {float: left; line-height: 50px;}
footer .debitCart .cartImg img {display: inline-block; vertical-align: middle;margin-right: 25px;}
footer .debitCart .cartImg img:last-child {margin-right: 0px; margin-left: 35px;}
footer .debitCart .socialsM {float: right;}
footer .debitCart .socialsM .text {float: left;}
footer .debitCart .socialsM .text img {display: inline-block; vertical-align: middle;}
footer .debitCart .socialsM .text div {display: inline-block; vertical-align: middle; margin-left: 10px; font-size: 10px; line-height: 12px; color: #000;}
footer .debitCart .socialsM .img {float: right; }
footer .debitCart .socialsM .img a {display: inline-block; vertical-align: middle; margin: 0px 0 0 20px;}

.categoryFilter {border: 1px solid #E5E5E5; color: #333333; float:left; width: 100%; border-top: 0;}
.categoryFilter .bradType {border-bottom: 1px solid #E5E5E5; float: left; width: 100%; padding:0 15px 15px 15px;}
.categoryFilter .bradType:last-child {border-bottom: none;}
.categoryFilter .title {font-size: 16px; font-weight: 500; margin: 15px 0; float: left; width: 100%; padding: 0 15px;}
.categoryFilter .checkbox {float: left; width: 100%;}
.categoryFilter .priceOption { margin-bottom: 6px; float:left; width: 100%;}
.categoryFilter .priceOption:last-child { margin-bottom: 0px; }
.categoryFilter .inputTitle {font-size: 12px; font-weight: 300; float:left; width: 100%; margin-bottom: 5px;}
.categoryFilter .priceOption input {float:left; width: 100%;border:1px solid #D6D6D6; height: 32px; padding: 0 10px; color: #333333; font-size: 12px; font-weight: 300;}
.categoryFilter .priceOption input::placeholder {color: #333333; font-size: 12px; font-weight: 300;}
.categoryFilter .priceOption input:-ms-input-placeholder {color: #333333; font-size: 12px; font-weight: 300;}
.categoryFilter .priceOption input::-ms-input-placeholder  {color: #333333; font-size: 12px; font-weight: 300;}
.checkContainer { display: block; position: relative; padding-left: 25px; margin-bottom: 10px; cursor: pointer; font-size: 14px; font-weight: 300; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; float:left; width: 100%;}
.checkContainer em {font-style: normal; color: #004CBC;}
.checkContainer input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0;}
.checkmark { position: absolute; top: 0; left: 0; height: 14px; width: 14px; background-color: #E2E2E2; transition: 0.5s;}
.checkContainer:hover input ~ .checkmark { background-color: #ccc;}
.checkContainer input:checked ~ .checkmark { background-color: #E2E2E2;}
.checkmark:after { content: ""; position: absolute; opacity: 0; transition: 0.5s;}
.checkContainer input:checked ~ .checkmark:after { display: block; opacity: 1;}
.checkContainer .checkmark:after { left: 2px; top: 2px; width: 10px; height: 10px; background: #004CBC;}
.productRightContainer {padding-left: 45px;}
.detailList {float:left; width: 100%; padding: 40px 15px; display: flex;flex-wrap: wrap; }
.detailList .item {margin-bottom: 30px;}
.product-list {float: left; width: 100%; border: 1px solid #E5E5E5;}
.product-list .productTop {float: left; width: 100%; padding: 0 0px; border-bottom: 1px solid #D6D6D6;}
.product-list .productTop .list {float: left;}
.product-list .productTop .list a {float: left; padding: 0 15px; line-height: 55px; color: #7B7B7B; font-size: 14px; transition: 0.3s;}
.product-list .productTop .list a:hover, .product-list .productTop .list a.active, .product-list .productTop .list.active a {color: #000;}
.product-list .productTop.blogT {padding: 0 0 !important; border-bottom: 1px solid #0F1628;}
.productTop .blogTitle {line-height: 120px;font-size: 34px; color: #FFF; font-weight: 300; background: #0F1628; padding: 0 40px; margin: 0 0;}
.product-list h1.title {font-size: 18px;font-weight: 300; float:left; color: #333; padding: 0 0; margin: 0 0;line-height: 54px;}
.product-list .selectSort {float:right; margin: 11px 20px 11px 0; color: #333;}
.product-list .selectSort div {float:left; font-size: 16px; font-weight: 500; line-height: 32px; margin-right: 20px;}
.product-list .selectSort select {float:left; width: auto; height: 32px; border: 1px solid #D6D6D6; border-radius:0; box-shadow: none;}
.product-list .price-alt .discount {float:right; font-size: 14px; color: #FFF; background: #CF0302; font-weight: 500; padding: 0 5px; line-height: 20px; margin: 15px 20px 0 0}
.PagerList {float:left; width: 100%; margin: 40px 0; text-align: center; font-size: 14px; font-weight: 300;}
.PagerList ul {display: inline-block;}
.PagerList ul li {float:left; list-style: none;}
.PagerList ul li a, .PagerList ul li span{float:left; background: #FAFAFA; color: #A7A7A7; padding: 16px 22px; transition: 0.5s; border: none;}
.PagerList ul li a:hover, .PagerList ul li a.active, .PagerList ul li span, .pagination>.active>span, .pagination>li:last-child>span { background: #F2F2F2 !important; border:none;  color: #A7A7A7 !important;}
.PagerList ul li.first a, .PagerList ul li.last a {background: #5DA533 !important; color: #FFF !important; font-weight: 600;}
.PagerList ul li.first a i, .PagerList ul li.last a i {font-weight: 600;}
.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 {margin:0 0; border: none; border-radius: 0;}
.pagination>li:last-child>span {border-top-right-radius: 0; border-bottom-right-radius:0;}
.PagerList ul li.lastPagination a {width: 52px; text-indent: -9999999px; overflow:hidden; background: url(../image/paginationLastRight.svg) no-repeat center center #F39200;}
.PagerList ul li.lastPagination a:hover {background: url(../image/paginationLastRight.svg) no-repeat center center #DE8909 !important;}
.PagerList ul li.firstPagination a {width: 52px; text-indent: -9999999px; overflow:hidden; background: url(../image/paginationFirstLeft.svg) no-repeat center center #F39200;}
.PagerList ul li.firstPagination a:hover {background: url(../image/paginationFirstLeft.svg) no-repeat center center #DE8909 !important;}
.detailList .items {margin-bottom: 30px;}
.productTp {float: left; width: 100%;}
.productLeft {}
.thumbnail {border-radius: 0; position: relative; margin-bottom: 0px; border:none;}
.thumbnails li:first-child .thumbnail img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.image-additional a {border:2px solid #F39200;}
.thumbnails {float: right; width: calc(100% - 110px); border: 1px solid #E2E2E2; margin-left: 0; clear: none;}
.thumbnails li {margin-left: 0;}
.thumbnails li a {min-height: 530px;}
.productThumbs {float: left; width: 94px; text-align:left;}
.productThumbs ul {margin: 0 0; padding: 0 0;}
.productThumbs ul li {width: 100%; float: left; list-style: none; margin: 0 0 15px 0;}
.productThumbs ul li a {margin-bottom: 0; border: 1px solid #E2E2E2;}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {border-color: #5680E2;}
.productRight {}
.productRight .pageTitle {font-size: 24px; font-weight: 600; color:#646464; line-height: 32px; margin: 15px 0 7px 0;}
.productRight .stockDeg {color: #59CF1F;font-size: 14px; font-weight: 500; margin-bottom: 50px;}
.productRight .prBrand {font-size: 12px; color: #979797; font-weight: 300; text-align: right;}
.productRight .specials {float: left;}
.productRight .specials .new {font-size: 36px; line-height: 48px; font-weight:600; color: #303030;}
.productRight .specials .old {line-height: 26px;}
.productRight .tLbl {font-size: 14px; color: #646464; padding-right: 20px; margin-bottom: 15px; display: inline-block; vertical-align: middle;}
.productRight .radiosRight {display: inline-block; width: 100%; vertical-align: middle;}
.productRight .radiosRight .radio {display: inline-block; vertical-align: middle; width: auto;margin: 0 10px 15px 0;}
.productRight .containerss { display: block; position: relative;cursor: pointer; font-size: 14px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; display: inline-block; vertical-align: middle; line-height: 40px; padding: 0 26px;}
.productRight .containerss input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0;}
.productRight .checkmark {position: absolute; top: 0; left: 0; height:100%; width:100%; border: 1px solid #E2E2E2; background: none; border-radius: 20px;}
.productRight .containerss:hover input ~ .checkmark { border:1px solid #FF8E0A;}
.productRight .containerss input:checked ~ .checkmark { border:1px solid #FF8E0A;}
.productRight .checkmark:after { content: ""; position: absolute; display: none;}
.productRight .containerss input:checked ~ .checkmark:after { display: block;}
.productRight .containerss .checkmark:after { left: 9px; top: 5px; width: 5px; height: 10px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
.input-quantity {font-size: 14px; font-weight: 400; float:left;  line-height: 32px; margin-right: 15px;}
.productRight .productBasket {display: inline-block; width: 100%;}
.productRight .productBasket.proAddBsk {float: left;  width: auto; margin-top: 30px; border-radius: 25px; border:1px solid #E2E2E2; padding: 25px 30px;}
.productRight .productBasket.proAddBsk .xs2y, .productRight .productBasket.proAddBsk .specials {display: inline-block; vertical-align: middle;}
.productRight .productBasket .inputButton {float:left; cursor: pointer; width: 30px; background:#A7A7A7; text-align: center; font-size: 0;}
.productRight .productBasket .inputButton i {float:left; font-size: 7px; color: #FFF; line-height: 32px; width: 30px;}
.productRight .productBasket #input-quantity {float:left; width: 50px; height: 32px; font-size: 14px; border-radius: 0; border-color: #a7a7a7; box-shadow: none; text-align: center;}
.productRight #button-cart {font-size: 16px; margin-left: 25px; font-weight: 600; color: #FFF; background: #5680E2; border-radius: 25px; height: 50px; padding: 0 20px; border: none; float: left; width: auto;}
.productRight #button-cart i {margin-right: 5px; font-size: 12px; }
.productRight .threeItems {float: left; width: 100%; margin: 30px 0 0 0;}
.productRight .threeItems .items {float: left; width: 130px; text-align: center; margin-right: 8px; background: #FFFFFF; border:1px solid #E6E7E8; padding: 10px 0 5px 0;}
.productRight .threeItems .items .img {float: left; width: 100%; margin-bottom: 10px;}
.productRight .threeItems .items .titles {float: left; width: 100%;font-size: 11px; color: #000; font-weight: 400; margin-bottom: 5px; line-height: 12px; padding: 0 10px;}
.productRight .threeItems .items .desc {float: left; width: 100%;font-size: 11px; color: #6D6E71;font-weight: 300; line-height: 13px; padding: 0 8px;}
.productTabs {float: left; width: 100%; list-style: none; margin-top: 95px; margin-bottom: 0; padding: 0 0; border-bottom: 3px solid #E9004C;}
.productTabs li {float: left;}
.productTabs li a {float: left; position: relative; line-height: 47px; padding: 0 15px; font-size: 18px; font-weight: 600; color: #646464; transition: 0.5s;}
.productTabs li a:hover, .productTabs li.active a {color: #FFF; background: #E9004C;}
.productTabs li.active a:after, .productTabs li a:hover:after {height: 1px;}
.tabContainer{float: left; width: 100%; padding: 25px 30px; min-height: 200px}
.tabContainer button {background: #E9004C; color: #FFF; text-shadow: none; border: none;}
.tabContainer button:hover {background: #ce0c4b;}
#product-product .homeSlMn {margin-top: 40px; margin-bottom: 30px;}
.homeSlMn.prDtLstm .titleSm {background: none; font-size: 24px; color: #646464; font-weight: 600; margin-bottom: 20px; padding: 0 0; line-height: initial;}
.homeSlMn.prDtLstm .items .caption h4 {font-size: 13px;font-weight: 400; color: #303030; line-height: 15px; }
.homeSlMn.prDtLstm .items .caption .fPrice .new {font-size: 16px; font-weight: 600;color: #303030;}
.homeSlMn.prDtLstm .owl-dots {display: none;}
.accoutLgn, .registerLgn {-webkit-box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.2); -moz-box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.2); box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.2); margin-top: 100px; background: #FFF; border-radius: 0; border: none; padding: 40px 40px; float: left; width: 100%;}
.registerLgn {padding: 0 0; margin: 100px 0;}
.accoutLgn .InpFl, .basketAccountLgn .InpFl {position: relative; float: left; width: 100%;}
.accoutLgn .lgTitle, .registerLgn .lgTitle {font-size: 25px; font-weight: 300; margin-bottom: 25px; margin-top: 0; text-align: center;}
.accoutLgn .accountInput {width: 100%; border:none; float: left; height: 40px; border: 1px solid #D4D4D4; border-radius: 35px; padding: 0 45px 0 70px; color: #6D6E71; font-size: 14px; background: #FFF; transition: 0.5s;}
.accoutLgn .accountInput:focus, .accoutLgn .accountInput:hover, .registerLgn .rightForms input:hover, .registerLgn .rightForms input:focus {border-color: #e9004c82;}
.accoutLgn .accountInput.-pass {margin-top: 20px; margin-bottom: 10px;}
.accoutLgn .pEye {position: absolute; right: 20px; top: 34px; width: 14.75px; height: 11px; background:url(../image/passwordEye.svg) no-repeat center center; cursor: pointer;}
.accoutLgn .position-mail {width: 23px; height: 16px; position: absolute; background: url(../image/accountMail.svg) no-repeat center center; left: 30px; top: 12px;}
.accoutLgn .position-pass {width: 14px; height: 16px; position: absolute; background: url(../image/accountPass.svg) no-repeat center center; left: 30px; top: 31px;}
.accoutLgn .loginBtn {float: left; width: 100%; margin:20px 0; background: #5680e2; transition: 0.5s; border-radius: 4px; border: none; height: 40px; color: #FFF; font-size: 13px; font-weight: 400;}
.accoutLgn .loginBtn:hover,.accoutLgn .loginBtn:focus {background: #5680e2; outline: none;}
.accoutLgn a.forgot {font-size: 14px; font-weight: 300; color: #6D6E71; text-align: center; width: 100%; float: left;}
.accoutLgn div.forgot {font-size: 14px; font-weight: 300; color: #6D6E71; text-align: center; width: 100%; float: left;}
.accoutLgn div.forgot a {color: #6D6E71; text-decoration: underline;}
#account-register .amberBg{float: left; width: 100%; background: url(../image/registerBg.png) no-repeat center center; background-size: cover; height: 450px;}
#account-register .amberBottom {float: left; color: #484848; width: 100%; padding: 50px 40px; text-align: center;}
#account-register .amberBottom .text {font-size: 24px; line-height: 32px; font-weight: 300; margin-bottom: 15px;}
#account-register .amberBottom .amber {font-size: 32px; line-height: 40px; font-weight: 600;}
.registerLgn .lgTitle {margin-top: 50px;}
.registerLgn .rightForms {padding-right: 30px; padding-bottom: 50px;}
.registerLgn .rightForms .form-group {margin-bottom: 20px;}
.registerLgn .rightForms input.lns, .accountForms input, .accountForms select {width: 100%; border:none; float: left; height: 40px; border: 1px solid #D4D4D4; border-radius: 35px; padding: 0 15px; color: #6D6E71; font-size: 13px !important; background: #FFF; transition: 0.5s; box-shadow: none;}
.errorRegisterPg {float: left; width: 100%; padding-left: 15px; margin-bottom: 0;}
.errorRegisterPg li {color: #6D6E71; font-size: 14px; font-weight: 300; margin-top: 10px;}
.registerLgn .textAgrees { color: #6D6E71; font-size: 14px; font-weight: 300; }
.registerLgn .textAgrees a { color: #6D6E71; text-decoration: underline;font-weight: 300;}
.registerLgn .textAgrees b {font-weight: 300;}
.registerLgn .RegisterBtn {float: left; width: 100%;margin-top: 15px; background: #5680E2; border-radius: 4px; font-size: 13px;  color: #FFF; height: 40px; border: none;}
.accountLeftMenu {float: left; width: 100%; border:1px solid #E5E5E5;}
.accountLeftMenu .pTitlte {float: left; width: 100%; line-height: 56px;  font-weight: 500; border-bottom:1px solid #E5E5E5; cursor: pointer; padding-left: 15px; font-size: 14px; color: #333333;}
.accountLeftMenu .pTitlte:last-child {border-bottom: none;}
.accountLeftMenu .pTitlte a{color: #333333; float: left; width: 100%; transition: 0.5s;}
.accountLeftMenu .pTitlte .icons {float: left; width: 26px; height: 26px; border-radius: 100%; margin-top: 15px; text-align: center; line-height: 26px; margin-right: 10px; background: #EEEEEE; color: #000; transition: 0.5s;}
.accountLeftMenu .pTitlte a:hover .icons, .accountLeftMenu .pTitlte.active a .icons, .accountLeftMenu .pTitlte:hover .icons { background:  #5680E2; color: #FFF;}
.accountLeftMenu .pTitlte .icons i {font-size: 12px;}
.accountLeftMenu .pList {display: none; float: left; width: 100%;}
.accountLeftMenu .pList .pLi {float: left; width: 100%; }
.accountLeftMenu .pList .pLi:last-child { border-bottom: 1px solid #E5E5E5; }
.accountLeftMenu .pList .pLi a {float: left; width: 100%; padding-left:60px; color: #333333; font-size: 12px; font-weight: 500; line-height: 34px; transition: 0.5s;}
.accountLeftMenu .pList .pLi a:hover {background: #EEEEEE;}
.accountRightContent, .basketContainers {float: left; width: 100%; border: 1px solid #e5e5e5;}
.accountRightContent .tpHd, .basketContainers .tpHd {float: left; width: 100%; font-size: 18px; font-weight: 600; color: #333333; padding-left: 20px; border-bottom: 1px solid #e5e5e5; line-height: 55px;}
.accountRightContent .tpHd .icons, .basketContainers .tpHd .icons {float: left; margin-right: 15px;}
.accountRightContent .tpHd .icons i, .basketContainers .tpHd .icons i { font-weight: 600;}
.accountRightContent .boxContents, .basketContainers .boxContents {float: left; width: 100%; padding: 40px 40px; font-size: 16px; font-weight: 300;line-height: initial;}
.accountRightContent .boxContents.orders, .accountRightContent .boxContents.adresses {padding: 0 0;}
.boxContents.ordersDetailss {padding: 15px 15px !important;}
.accountRightContent .boxContents .accountForms .editsBtn {float: left; width: 100%; background: #e9004c; border-radius: 4px; height: 32px; color: #fFf; border: none; text-shadow: none; font-size: 13px;}
.accountRightContent .boxContents .accountForms .editsBbtn {float: left; width: 100%; background: #EEEEEE; border-radius: 4px; height: 32px; color: #333333; border: none; text-shadow: none; font-size: 13px; box-shadow: none;}
.orderPgList {float: left; width: 100%; padding: 15px 15px;}
.orderPgList .orderLst {float: left; width: 25%; font-size: 16px; font-weight: 300; color: #000;}
.orderPgList .orderLst span {color: #959696;}
.orderPgList .orderLst a {float: left; width: 100%; background: #EEEEEE; border-radius: 4px; font-size: 13px; color: #333; line-height: 32px; text-align: center;}
.accountRightContent .boxContents.adresses .adressList, .basketContainers .boxContents .productList {float: left; width: 100%; padding: 20px 20px; border-bottom: 1px solid #E5E5E5; }
.accountRightContent .boxContents.adresses .adressList:last-child, .basketContainers .boxContents .productList:last-child {border-bottom:0px; }
.accountRightContent .boxContents.adresses .adressList .addressLeft {float: left; width: 100%;font-size: 16px; color: #000;}
.accountRightContent .boxContents.adresses .adressList .addressLeft div {margin-bottom: 8px;}
.accountRightContent .boxContents.adresses .adressList .addressBtn {float: right; width: 100%; text-align: right;}
.accountRightContent .adressList .addressBtn .addressUpdate { display: inline-block; background: #EEEEEE; border-radius: 4px; color: #333; font-size: 13px; line-height: 32px; padding: 0 40px; }
.accountRightContent .adressList .addressBtn .addressDelete { display: inline-block; background: #e9004c; border-radius: 4px; color: #FFF; font-size: 13px; line-height: 32px; padding: 0 40px; margin-left: 18px;}
.addressNewBtn {float: left; width: 100%;margin-top: 30px;text-align: center;}
.addressNewBtn a {display: inline-block; color: #FA7909; font-size: 12px;}
.addressNewBtn a div {margin-top: 2px;}
.basketContainers .boxContents {padding:0 0;}
.basketContainers .boxContents .productList {float: left; width: 100%; display: table;}
.basketContainers .boxContents .productList .img, .basketContainers .boxContents .productList .name, .basketContainers .boxContents .productList .inputs, .basketContainers .boxContents .productList .totals, .basketContainers .boxContents .productList .removed {display: inline-block; vertical-align: middle; text-align: left;}
.basketContainers .boxContents .productList .img {width: 50px}
.basketContainers .boxContents .productList .name {font-size: 16px; color: #000; padding: 0 15px; width: 300px;}
.basketContainers .boxContents .productList .name a {color: #000;}
.basketContainers .boxContents .productList .inputs {width: 150px}
.basketContainers .boxContents .productList .inputs input {border: none; box-shadow: none; border:1px solid #E5E5E5;}
.basketContainers .boxContents .productList .inputs button {border: none; background:#5680E2; border: 1px solid #5680E2; }
.basketContainers .boxContents .productList .totals {text-align: center; color: #E9004C; font-size: 16px; font-weight: 600; width: 185px; padding: 0 15px;}
.basketContainers .boxContents .productList .removed {width: 120px;}
.basketContainers .boxContents .productList .removed button {float: left; border: none; width: 100%; background: #EEEEEE; border-radius: 4px; color: #333333; font-size: 13px; line-height: 32px;}
.basketCnt .basketCntL {float:left; width:100%; border:1px solid #e5e5e5; padding: 15px 15px;}
.basketCnt .basketCntL .CntlLTitle {float:left; width:100%; font-size: 18px; font-weight: 500;}
.basketCnt a {float: left; width: 100%; border-radius: 4px; font-size: 11px;  line-height: 32px; text-align: center;}
.basketCnt .basketShp {background: #EEEEEE; color: #000;}
.basketCnt .basketChk {background: #5680E2; color: #FFF; margin-top: 20px;}
.basketCnt .totalT {float: left; width: 100%; font-size: 14px; font-weight: 300; margin-top: 15px;}
.basketCnt .totalT strong {font-weight: 600; color: #E9004C;}
.basketCnt .totalT:first-child {margin-top:0;}
.basketCnt .totalT:last-child strong {display: block;}
.basketAccordion {float: left; width: 100%; margin-bottom: 0;}
.basketAccordion .panel {width: 100%; border: none; box-shadow: none;}
.basketAccordion .panel .panel-heading {width: 100%; height: 54px; background: #FFF; border: none; padding: 0 15px; border-top:1px solid #e5e5e5;}
.basketAccordion .panel .panel-heading h4 {font-size: 18px; font-weight: 600; line-height: 54px;}
.basketAccordion .panel:first-child .panel-heading {border-top: none;}
.basketAccordion .panel .panel-heading .icons, .basketAccordion .panel .panel-heading a .icons, .basketAccordion .panel .panel-heading a.accordion-toggle.collapsed .icons {float: left; margin-top: 12px; width: 26px; height: 26px; border-radius: 100%; text-align: center; line-height: 26px; margin-right: 10px; background: #EEEEEE; color: #000; transition: 0.5s;}
.basketAccordion .panel .panel-heading a.accordion-toggle.collapsed {color: #000;}
.basketAccordion .panel .panel-heading a.accordion-toggle .icons { background:  #5680E2; color: #FFF;}
.basketAccordion .panel .panel-heading .fa-caret-down {float: right; margin-top: 21px;}
.basketAccordion .panel .panel-heading a.accordion-toggle { color: #4c4c4c;}
.accountLeftMenu .pTitlte .icons i {font-size: 12px;}
.basketAccountLgn {float: left; width: 100%;}
.basketAccountLgn h2, .basketAccountNotLgn h2 {font-size: 25px; font-weight: 300; color: #000; margin-bottom: 20px;}
.basketAccountLgn .accountInput {width: 100%; border:none; float: left; height: 40px; border: 1px solid #D4D4D4; border-radius: 35px; padding: 0 15px 0 70px; color: #6D6E71; font-size: 14px; background: #FFF; transition: 0.5s;}
.basketAccountLgn .accountInput:focus, .basketAccountLgn .accountInput:hover {border-color: #F6B8A3;}
.basketAccountLgn .accountInput.-pass {margin-top: 20px; margin-bottom: 10px;}
.basketAccountLgn .position-mail {width: 23px; height: 16px; position: absolute; background: url(../image/accountMail.png) no-repeat center center; left: 30px; top: 12px;}
.basketAccountLgn .position-pass {width: 14px; height: 16px; position: absolute; background: url(../image/accountPass.png) no-repeat center center; left: 30px; top: 31px;}
.basketAccountLgn .loginBtn, .basketAccordion .loginBtn, .succesContainers .loginBtn {float: left; width: 100%; margin:20px 0; background: #5680E2; transition: 0.5s; border-radius: 4px; border: none; height: 40px; color: #FFF; font-size: 13px; font-weight: 400;}
.basketAccountLgn .loginBtn:hover,.basketAccountLgn .loginBtn:focus, .basketAccordion .loginBtn:hover,.basketAccordion .loginBtn:focus, .succesContainers .loginBtn:hover, .succesContainers .loginBtn:focus {background: #3a66ce; outline: none;}
.basketAccountLgn a.forgot { font-size: 14px; font-weight: 300; color: #6D6E71; text-align: center; width: 100%; float: left;}
.basketAccountLgn .loginBtn, .basketAccountNotLgn .loginBtn {float: left; width: 100%; margin:20px 0; background: #5680E2; transition: 0.5s; border-radius: 4px; border: none; height: 40px; color: #FFF; font-size: 13px; font-weight: 400;}
.basketAccountLgn .loginBtn:hover, .basketAccountLgn .loginBtn:focus, .basketAccountNotLgn .loginBtn:hover, .basketAccountNotLgn .loginBtn:focus {background: #3a66ce; outline: none;}
.basketAccordion .textareass {float: left; width: 100%; border:1px solid #D4D4D4; transition: 0.5s; border-radius: 4px; color: #FFF; font-size: 13px; font-weight: 400;}
.basketAccordion .textareass:hover, .basketAccordion .textareass:focus {border-color: #D54212; outline: none;}
.basketAccordion [type="radio"]:checked, .basketAccordion [type="radio"]:not(:checked), .basketAccordion [type="checkbox"]:checked, .basketAccordion [type="checkbox"]:not(:checked) {  position: absolute; left: -9999px;}
.basketAccordion [type="radio"]:checked + label, .basketAccordion [type="radio"]:not(:checked) + label, .basketAccordion [type="checkbox"]:checked + label, .basketAccordion [type="checkbox"]:not(:checked) + label{ position: relative; padding-left: 28px; cursor: pointer; line-height: 20px; display: inline-block; color: #666;}
.basketAccordion [type="radio"]:checked + label:before, .basketAccordion [type="radio"]:not(:checked) + label:before, .basketAccordion [type="checkbox"]:checked + label:before, .basketAccordion [type="checkbox"]:not(:checked) + label:before { content: ''; position: absolute; left: 0; top: 0; width: 18px; height: 18px; border: 1px solid #ddd; border-radius: 100%; background: #fff;}
.basketAccordion [type="radio"]:checked + label:after,.basketAccordion [type="radio"]:not(:checked) + label:after, .basketAccordion [type="checkbox"]:checked + label:after,.basketAccordion [type="checkbox"]:not(:checked) + label:after { content: ''; width: 12px; height: 12px; background: #E9004C; position: absolute; top: 3px; left: 3px; border-radius: 100%;-webkit-transition: all 0.2s ease; transition: all 0.2s ease;}
.basketAccordion [type="radio"]:not(:checked) + label:after, .basketAccordion [type="checkbox"]:not(:checked) + label:after { opacity: 0;-webkit-transform: scale(0); transform: scale(0);}
.basketAccordion [type="radio"]:checked + label:after, .basketAccordion [type="checkbox"]:checked + label:after { opacity: 1; -webkit-transform: scale(1); transform: scale(1);}
.basketAccordion .acInpT {width: 100%; border:none; height: 40px; border: 1px solid #D4D4D4; border-radius: 35px; padding: 0 15px; color: #6D6E71; font-size: 14px; background: #FFF; transition: 0.5s;}
.basketAccordion .acInpT:focus, .basketAccordion .acInpT:hover {border-color: #E9004C;}
.basketAccordion .acInpT.selecteds {border-radius: 0;}
.basketAccordion .loginBtn.noMargin {margin: 0 0;}
.productSuc{font-size: 12px;}
.productSuc a {color: #000;}
.succesContainers {float: left; width: 100%; border: 1px solid #E5E5E5; padding: 50px 30px; margin-top: 100px; text-align: center;}
.succesContainers .succesTitle {display: inline-block; font-size: 18px; font-weight: 600; color: #333333; margin-bottom: 20px;}
.succesContainers .succesTitle .icons {float: left; width: 26px; height: 26px; border-radius: 100%; text-align: center; line-height: 26px; margin-right: 10px; background: #5680e2; color: #FFF; transition: 0.5s;}
.succesMessage {font-size: 16px; font-weight: 300;color: #000; line-height: 24px;}
.succesMessage a {color: #1897F2;}
.succesContainers .loginBtn {line-height: 40px;}
.ordersDetailss {font-size: 13px !important;}
.ordersDetailss .editsBtn {float: left;  width: 100%; background: #e9004c; border-radius: 4px; height: 32px; color: #fFf; border: none; text-shadow: none;}
.wpSh {position: fixed; right: 0; top: calc(100% - 35px); transform: translate(0, -50%); z-index: 20; background: #3B3E40; padding: 10px 22px;}
.wpSh div {display: inline-block; vertical-align: middle;}
.wpSh .img {margin-right: 10px;}
.wpSh .txt .wpUp {font-size:12px; color: #FFF; opacity: 0.5;margin-bottom: 2px; display: block;}
.wpSh .txt .a a {font-size:16px; color: #FFF;}
.wpSh .wpClose {margin-left: 28px; cursor: pointer;}
.tpHdSp {width: 100%; background: url(../image/tpHdsp.png) no-repeat center center; height: 80px; text-align: center;}
.tpHdSp .centered {font-size: 20px; color: #FFF; padding: 20px 0;}
.tpHdSp .centered .text {display: inline-block; vertical-align: middle;}
.tpHdSp .centered a {display: inline-block; vertical-align: middle; margin-left: 30px; font-size: 13px; line-height: 32px; border-radius: 20px; border: 1px solid #FFF; padding: 0 15px; color: #FFF; font-weight: 300;}
.leftResult {float: left; width: 100%; border: 1px solid #E5E5E5; text-align: center;padding: 15px 20px; font-size: 12px; font-weight: 500; color: #333333;}
.prTpcategories {float: left; width: 100%; border-bottom: 2px solid #e5e5e5;}
.prTpcategories .texts {float: left; line-height: 55px; padding-left: 20px; font-size: 16px; color: #000;}
.mobileMenu, .mobileFilter, .mobileFilterClose, .accoutMobileMenu {display: none;}
.basketMts {padding: 0 0;}
.dropdown-backdrop {display: none !important;}
.newsleterCheck span {float: right; margin-left: 10px;}
@media only screen and (max-width: 1200px){
	.fullMenu .menuLst ul li a {padding: 0 8px;}
	header .users .basket button {width: 90px; padding: 16px 4px;}
	header .users .login{width: 102px; padding: 6px 5px;}
}
@media only screen and (max-width: 992px){
	.fullMenu, .fullMenu .rightProductMenu{display: none;}
	.wpSh {position: relative; top: auto; transform: translate(0, 0); z-index: 10;}
	.wpSh .wpClose {float: right;}
	header {padding: 0 0 15px 0; float: left ;width: 100%; border-bottom: 1px solid #E7EAED;}
	header .sLnk {display: none;}
	header #search {float: left; width: 100%; margin-bottom: 0;}
	header #logo {float: left; width: 100%; text-align: center;}
	header #logo a {display: inline-block;}
	header .users {margin-top: 0; float: left; width: 100%; text-align: center; margin-top: 10px;}
	header .users #cart, header .users .login {float: left; width: 50%; margin-left: 0; margin-bottom: 0;}
	header .users .basket button {height: 52px; display: inline-block; float: none;}
	.mobileMenu {display: block; width: 30px; height: 82px; background: url(../image/mobileMenu.png) center center no-repeat; position: absolute; right: 15px; top: 0; cursor: pointer;}
	.mobileMenu.active {background: url(../image/mobileMenuClose.png) center center no-repeat;}
	.fullMenu {border-top: 0; margin-top: 0; padding: 15px 0;}
	.fullMenu .menuLst ul li:first-child {width: 100%;} 
	.fullMenu .menuLst ul li:first-child a {line-height: 40px; font-size: 14px;}
	.fullMenu .menuLst ul li:first-child a:before {height: 40px;}
	.fullMenu .menuLst ul li:first-child .subMenu {position: relative; top: 0; padding: 0 0;}
	.fullMenu .menuLst ul li:first-child .subMenu ul li a {padding-left: 30px;}
	.fullMenu .menuLst ul li {padding: 0 0; width: 100%;}
	.fullMenu .menuLst ul li a {line-height: 40px; background: #FBFBFB; padding: 0 30px 0 15px; color: #646464; font-size: 14px; font-weight: 400; -webkit-box-shadow: inset 11px -23px 20px -34px rgba(0,0,0,0.1); -moz-box-shadow: inset 11px -23px 20px -34px rgba(0,0,0,0.1); box-shadow: inset 11px -23px 20px -34px rgba(0,0,0,0.1); text-align: left;}
	.fullMenu .subMenu {position: relative; float: left; width: 100%; top: 0; padding: 15px 0; }
	.fullMenu .subMenu .subMenuList {width: 100%;}
	.fullMenu .subMenu .subMenuList ul li {margin-bottom: 0;}
	.fullMenu .subMenu .subMenuList ul li a { padding: 6px 0;}
	.homeSlide {padding: 0 0; margin-bottom: 0;}
	.homeSlide .container {padding: 0 0; width: 100%;}
	.homeSlide .slideContent {border-radius: 0; padding: 0 0 15px 0;}
	.homeSlide .slideContent .items .img {width: 100%;}
	.homeSlMn .titleSm {line-height: 50px; font-size: 14px; padding: 0 15px;}
	.homeSlMn .titleSm a {font-size: 13px;}
	.homeSlMn .slMn .owl-dots {margin-top: 15px;}
	.slBottom {margin: 30px 0;}
	.stepFour {margin-top: 15px; padding: 0 15px;}
	.stepFour .container {padding: 15px 15px 0 15px;}
	.stepFour .items {margin-bottom: 15px;}
	.productRightContainer {padding-left: 15px;}
	.product-list {border: none;}
	.product-list .productTop .list a {font-size: 12px; padding: 0 10px;}
	.mobileFilter{display: block; float: right; line-height: 54px; padding: 0 10px;}
	.filterContainer {position: fixed; top: 0; left:0; z-index: 11; height: 100%; display: none; background: #FFF;}
	.filterContainer .filter {position: absolute; top: 0;left:0; height: 100%; width: 100%; overflow-y: auto;}
	.productCategory .filter .filterTitle {font-size: 16px;}	
	.mobileFilterClose {display: block; float: right; width: 50px; line-height: 52px; text-align: center;}
	.leftResult {width: calc(100% - 50px);}
	.mobileFilterClose i {font-size: 20px;}
	.breadcrumb {display: none;}
	.product-list .productTop {border-bottom: 1px solid #E7EAED;}
	.productTabs {margin-top: 60px;}
	.detailList .items .image {text-align: center;}
	.detailList .items .image img {display: inline-block;}
	.tabContainer {padding: 15px 15px;}
	.tabContainer #tab-review h2 {font-size: 24px;}
	#product-product {float: left; width: 100%;}
	.accountRightContent, .basketContainers {margin-top: 15px;}
	.basketCnt {margin-top: 15px; float: left; width: 100%; padding: 0 0;}
	.productRight {padding: 15px 15px;}
	.productRight .threeItems .items {width: 100%; margin-bottom: 15px; padding: 10px 0 15px 0;}
	.productTp {margin-top: 15px;}
	footer .items.e-bultens, footer .powered, footer .debitCart .socialsM {float:left; width: 100%;}
	footer .debitCart .socialsM {margin: 15px 0;}
	.alert {margin-top: 15px;}
	.accountRightContent .boxContents.adresses .adressList, .basketContainers .boxContents .productList{padding: 15px 15px;}
	.basketContainers .boxContents .productList .name {width: 240px;}
	.basketContainers .boxContents .productList .totals {width: 127px;}
	.basketCnt a {width: 50%;}
	.text-danger {font-size: 13px;}
	.basketMts {padding: 0 0;}
	.basketAccountLgn h2, .basketAccountNotLgn h2 {font-size: 20px;}
	.col-sm-12 {float: left; width: 100%;}
	#column-left {padding-left: 0; margin-top: 15px;}
	.accountLeftMenu .pTitlte{padding-left: 10px; font-size: 12px;}
	.accountLeftMenu .pList .pLi a{padding-left: 15px;}
	.accountRightContent .boxContents, .orderPgList .orderLst, .accountRightContent, .accountRightContent .boxContents.adresses .adressList .addressLeft {font-size: 14px}
	.table-responsive {border: none;}
	#information-information h1 {font-size:24px;}
	header .users .basket button {width: 100%;}
	.productRight .productBasket.proAddBsk {padding: 15px 15px; margin-top: 15px;}
	.productRight .specials .new{font-size: 28px;}
	.productRight #button-cart {font-size: 14px;}
	.productRight .stockDeg {margin-bottom: 15px;}
	.productRight .pageTitle{font-size: 18px;}
	.homeSlide .slideContent{width: 100%; margin: 30px 0; padding: 0 0;}
}
@media only screen and (max-width: 480px) {
	header .container {padding: 0 15px;}
	.headerTp .wpD {padding-left: 15px;}
	.headerTp .social {padding-right: 15px;}
	.wpSh {padding: 10px 15px;}
	.wpSh .txt .a a {font-size: 14px;}
	.tpHdSp {height: auto; background: #2A75E5;}
	.tpHdSp .centered {font-size: 12px; padding: 10px 0;}
	.tpHdSp .centered a {font-size: 12px; margin-top: 15px;}
	.homeSlide .slideContent {margin: 15px 0;}
	.homeSlide .slideContent .owl-nav {top: 100px;}
	.homeSlide .slideContent .owl-nav button.owl-next:hover span {margin-right: 0;}
	.homeSlide .slideContent .owl-nav button.owl-prev:hover span {margin-left: 0;}
	.homeSlide .slideContent .owl-nav button {width: 30px; height: 30px;}
	.homeSlide .slideContent .owl-nav button span {height: 30px;}
	.homeSlide .slideContent .items .slideR {position: relative; top: 0;width: 100%;transform: none; padding: 15px 15px; float: left; width: 100%;}
	.homeSlide .slideContent .items .title {color: #000; font-size: 18px; line-height: 24px;}
	.homeSlide .slideContent .items .link a {margin-top: 15px;color: #000;}
	.homeSlide .slideContent .owl-dots {position: relative; float: left; width: 100%; top: 0; margin-top: 0; padding: 0 15px; text-align: center; }
	.homeSlide .slideContent .owl-dots button {background: #000; display: inline-block; vertical-align: middle; float: none; width: 8px; height: 8px;}
	.slBottom {margin: 15px 0 0 0;} 
	.slBottom .col-xs-12 {margin-bottom: 15px;}
	footer .items {width: 100%; padding: 0 15px;} 
	footer .items ul {margin-bottom: 0;} 
	footer {padding: 15px 0 15px;}
	footer .debitCart {padding: 0 15px; margin-top: 15px;}
	footer .debitCart .cartImg {text-align: center;}
	footer .debitCart .cartImg img {margin: 0 7px 7px 7px;}
	footer .debitCart .socialsM {width: 100%; margin-top: 15px;}
	footer .items .newsletter .submit {width: 100%;}
	.mobileFilter {float: left; width: 85px; line-height: 45px;}
	.product-list .selectSort{margin:11px 15px 11px 0; }
	.product-list .prTpSelect {float: left; width: 100%; padding: 0 15px; border-bottom: 1px solid #E7EAED;}
	.product-list .productTop .list {width: 33.3333333%;}
	.product-list .productTop .list a {width: 100%; padding: 0 0; text-align: center; line-height: 45px;}
	.product-list .selectSort {margin: 6.5px 15px 6.5px 0;}
	.product-list .selectSort div {margin-right: 10px; font-size: 14px;}
	.detailList {padding: 15px 0;}
	.detailList .items {margin-bottom: 15px;}
	.homeSlMn .slMn .items .image , .detailList .items .image {text-align: center;}
	.homeSlMn .slMn .items .image img , .detailList .items .image img {display: inline-block;}
	.homeSlMn .slMn .items .caption h4, .detailList .items .caption h4 {margin-top: 0;}
	.productTabs {margin-top: 30px;}
	.productRight {padding: 15px 15px; border-top: 1px solid #E5E5E5; border-left: 0;}
	.productRight .pageTitle {min-height: initial; font-size: 22px; line-height: 26px;}
	.productRight .prBrand {margin-top: 10px;}
	.productRight .specials {margin: 10px 0;}
	.productRight .specials .new {font-size: 16px; line-height: 26px;}
	.productRight .productBasket {position: relative; }
	.productRight .productBasket.proAddBsk .xs2y, .productRight .productBasket.proAddBsk .specials {width: 100%; text-align: center;}
	.productRight #button-cart {position: relative; width: 100%; margin-left: 0;}
	.productRight .threeItems {margin: 0 0 ; padding: 15px 0 0 0;}
	.productTabs li a {font-size: 13px;}
	.tabContainer #tab-review button  {width: 100%;}
	.basketAccountLgn h2, .basketAccountNotLgn h2 {font-size: 18px; display: inline-block;}
	.BankFBtn {width: 100%;}
	.basketContainers, .basketCnt .basketCntL {border-left: none; border-right: none;}
	.basketAccountLgn .loginBtn, .basketAccordion .loginBtn, .succesContainers .loginBtn {margin: 15px 0;}
	.productSuc tbody tr:first-child td {border-top: none;}
	.basketContainers .boxContents .productList .name {width: calc(100% - 50px);}
	.basketContainers .boxContents .productList .inputs {width: 100%; margin: 10px 0;}
	.basketContainers .boxContents .productList .totals, .basketContainers .boxContents .productList .removed {width: 50%;}
	.succesContainers {margin-top: 15px; padding: 15px 15px;}
	.succesContainers .succesMessage {font-size: 14px; line-height: 22px;}
	#content {min-height: auto; min-height: initial;}
	.accoutLgn, .registerLgn {margin-top: 15px;}
	.registerAmBg {display: none;}
	.registerLgn .rightForms {padding: 0 30px;}
	.registerLgn .RegisterBtn {margin-bottom: 15px;}
	.errorRegisterPg li {margin-bottom: 10px; margin-top: 0; font-size: 12px; line-height: 16px;}
	.col-sm-12 {float: left; width: 100%;}
	#column-left {padding: 0 0; float: left; width: 100%; margin-top: 0;}
	.accoutMobileMenu {float: left; width: 100%; display: block; line-height: 50px; border-bottom: 1px solid #E5E5E5; padding: 0 15px;} 
	.accoutMobileMenu .mbName {float: left; font-size: 14px; color: #333333; font-weight: 600;} 
	.accoutMobileMenu a {float: left; line-height: 32px; background: #EEEEEE; border-radius: 4px; margin-top: 9px; color: #333333; font-size: 13px; padding: 0 15px;}
	.accoutMobileMenu .icn {float: left; margin-left: 20px; color: #000000; font-size: 14px;}
	.accountLeftMenu {border: none; display: none;}
	.accountRightContent .boxContents, .basketContainers .boxContents {padding: 15px 15px;}
	.accountRightContent .boxContents .accountForms .editsBtn {margin-bottom: 15px;}
	.orderPgList {border-bottom: 1px solid #e5e6e6;}
	.orderPgList:last-child {border-bottom: none;}
	.orderPgList .orderLst {width: 50%; margin-bottom: 10px;}
	.accountRightContent .table-responsive {border: 1px solid #ddd;}
	.accountRightContent .tpHd, .basketContainers .tpHd {font-size: 16px}
	.prTpcategories {font-size: 14px; width: 100%; text-align: center; border-bottom: 1px solid #e5e5e5;}
	.prTpcategories .texts {font-size: 14px; width: 100%; border-bottom: 1px solid #e5e5e5;}
	.product-list .selectSort {margin:8px 0 0 0; text-align: center; margin-right: 15px;}
	.product-list .selectSort div {float: none; display: inline-block; vertical-align: middle;}
	.product-list .selectSort select {float: none; display: inline-block; vertical-align: middle;}
	#product-search .product-list .selectSort {padding-top: 15px;}
	#information-information h1 {font-size:18px;}
	#checkout-cart, #checkout-checkout {padding: 0 0; float: left; width: 100%;}
	.basketContainers .boxContents, #product-category{padding: 0 0;}
	.thumbnails, .productThumbs {width: 100%; margin-bottom: 15px;}
	.thumbnails li a {min-height: 300px;}
	.productThumbs ul li {width: 25%; padding: 0 5px;}
	.productRight .productBasket.proAddBsk {width: 100%;}
	#product-product .homeSlMn {padding: 0 15px;}
	header #logo {margin: 23px 0 0 0;}
	header #search {margin-top: 10px;}
	.wCenter {display: none;}
	.headerTp .wpD span {font-size: 11px;}
	.headerTp .wpD a{font-size: 12px;}
	.headerTp .social a {margin: 0 5px;}
	.headerTp .social a:last-child {margin: 0 0 0 5px;}


}




