* {
    box-sizing: border-box;
}

html {
    background: #fff;
    height: 100%;
}

body, input, button {
    font-family: 'Roboto', sans-serif;
}

body {
    background: #fff;
    color: #545454;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #303030;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 14px;
}

a {
    color: #303030;
    font-weight: 300;
    line-height: 1.2;
    text-decoration: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

.size-xs {
	font-size: 13px;
	font-weight: 300;
}

.size-s {
	font-size: 14px;
	font-weight: 300;
}

.size-m {
	font-size: 18px;
	font-weight: 300;
}

.size-l {
	font-size: 20px;
	font-weight: 300;
}

.size-xl {
	font-size: 24px;
	font-weight: 300;
}

.addcolor {
    color: #67a1a4!important;
}

span {
    color: #000;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
    color: #303030;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}

button {
    cursor: pointer;
}

button, input {
    background: none;
    outline: none;
    border: none;
    color: #303030;
    padding: 0;
}

.btn {
    background: none;
    border: 0;
    outline: none;
}

.parent {
    width: 100vw;
    margin: 0 auto;
}

header {
    top: 0;
    width: 100%;
}
/*column center*/

.no-column {
	width: 100%;
	margin: 0 auto;
}

.one-column, .two-column {
	width: 100%;
	float: left;
}

/*content*/
#content {
	margin: 25px 0;
}
.whitebg {
	padding: 0 20px 20px;
	background: #fff;
}

.icons, .reviews, .blocks, .textpage, .popular {      
	margin: 25px 0 0;
}

.product {
	margin: 25px 0 -20px;
}

.phone, .phone span, .phone a, .bottomcart, .rightblock p, .details button, #account-account #column-right  {
	display: block;
}

.window, #reviewfield, .head .left, .headtext, .phone button, .top .balance-scale, .top .heart, #cartbody, .bigcart span, #column-left, #column-right, .allcolumn .stars, .allcolumn .quantity, .product-add, .breadcrumb, .minselect, .pagecart .quantity button, .footerleft, .social, #total-shipping, #modal.column .overflow, .headnotvis, .hide, .no-shipping .shipping, #checkoutlogin {
	display: none;
}

.not-logged #checkoutlogin {
	display: block;
}

/*modal*/
.active .window {
	display: inline-block;
} 
.background {
    position: fixed;
    background: #00000069;
    top: 0;
    left: 0;
    z-index: 1;
}

.filler {
    height: 100%;
    white-space: nowrap;
    text-align: center;
    font-size: 0;
}

.filler::before {
    height: 100%;
    vertical-align: middle;
    display: inline-block;
    content: "a";
    width: 0;
}

.overflow {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 10000;
    overflow: auto;
}

.active .background {
    width: 100%;
    height: 100%;
}

.active .overflow {
    width: 100%;
    height: 100%;
}

.window {
    position: relative;
    width: 95%;
    background: #fff;
    padding: 30px;
    overflow: hidden;
    vertical-align: middle;
    text-align: left;
    font-size: 16px;
    white-space: normal;
    z-index: 2;
}

/*modalcart*/
#cart, #review {
	display: none;
}
.cart #cart, .review #review, .total-shipping #total-shipping {
	display: block;
}
#cart .container::before {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

#cart .container::after {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

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

#cart .heading {
    padding: 0 0 30px;
    border-bottom: 1px #e7e7e7 solid;
}
#cart .textempty p {
	padding: 20px 0 0;
}

#cart .image {
    float: left;
    width: 20%;
}

#cart .imagetext {
    float: left;
    width: 40%;
    min-height: 10px;
    padding: 0 0 0 20px;
}

#cart .imagetext p {
    padding: 0 0 10px;
}

#cart .imagetext .option {
    color: #8a8a8a;
}

.largetext {
	color: #404040;
    font-weight: 600; 
}
#cart .price {
    float: left;
    width: 20%;
    text-align: center;
}

#cart .quantity {
    float: left;
    border: 1px #c3c3c3 solid;
    width: 15%;
    text-align: center;
}

#cart .quantity input, #cart .quantity button {
    float: left;
    width: 25px;
    margin: 0;
    text-align: center;
    color: #000;
    line-height: 25px;
    vertical-align: middle;
}

#cart .quantity button {
    font-size: 10px;
    color: #c3c3c3;
    height: 25px;
}

#cart .delete {
    float: left;
    text-align: center;
}

#cart .delete button {
    color: #c3c3c3;
}

#cart .total {
    text-align: right;
    border-top: 1px #e7e7e7 solid;
    padding: 30px 0 0 0;
}
#cart .checkout, #cart .gotocart {
    float: left;
    width: 100%;
    padding: 20px 0 0;
    text-align: center;
}
#cart .gotocart {
    padding: 20px 0 0;
}
#cart .gotocart a, #cart .checkout a {
    height: 40px;
    width: 100%;
    background: #67a1a4;
    display: inline-block;  
    vertical-align: middle;
    line-height: 40px;
}

#cart .gotocart span, #cart .checkout span {
    color: #fff;
}

.btmodalcart::before {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.btmodalcart::after {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}
#cart button i {
	pointer-events: none;
}
/*header*/

.head {
    width: 100%;
    border-bottom: 1px #efefef solid;
    height: 30px;
}

.head .parent::before {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.head .parent::after {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.btminmenu {
    float: left;
    position: relative;
}
.btminmenu button {
    line-height: 30px;
    text-align: left;
    font-size: 13px;
}
.btminmenu:hover .left {
	display: block;
}

.head .left a {
	min-width: 100%;
    background: #eee;
	padding: 10px 10px 0;
    border-bottom: 1px #e0e0e0 solid;
    line-height: 30px;
}

.head .left a:hover {
    background: #e0e0e0;
    transition: all 0.3s linear 0s;
	color: #67a1a4;
}
#account-account a:hover {
	color: #67a1a4;
    transition: all 0.3s linear 0s;
}

.headimg {
    position: relative;
    width: 100%;
}

.head .left {
	width: 150px;
    background: #eee;
    z-index: 10000;
	position: absolute;
    line-height: 30px;
    font-size: 0;
}

.head .right {
	float: right;
    line-height: 30px;
    text-align: right;
}

.head .right a, .head .left a {
    padding: 0 0 0 15px;
    display: inline-block;
    vertical-align: middle;
}
/*toplinks*/

.links::before {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.links::after {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.links {
	height: 176px;
    width: 100%;
    background: #fff;
}

.logo {
    text-align: left;
    float: left;
    width: 40%;
    padding: 0;
    line-height: 102px;
	height: 102px;
}

#logo { 
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
}

.headtext {
    float: left;
    width: 150px; 
    margin: 0 20px 0;
    padding: 0;
    line-height: 102px;
}

.headtext span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 300;
}

.phone {
	height: 102px;
    float: left;
    width: 60%;
    line-height: 102px;
    text-align: right;
}

.phone .all, .phone .number {
    display: inline-block;
    vertical-align: middle;
}
.phone a {
    font-size: 12px;
}
.phone button {
    width: 50px;
    height: 50px;
    border: 1px #f3f3f3 solid;
    border-radius: 50px; 
    margin: 0 25px 0 0;
    vertical-align: middle;   
}

.search {
    float: left;
    line-height: 50px;
    width: 80%;
}

.search .fa-search {
    position: absolute;
    left: 10px;
    line-height: 48px;
    width: 20px;
    color: #dadada;
}

.search .all {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: 48px;
    overflow: hidden;
    border: 1px #f3f3f3 solid;
    border-radius: 50px; 
}

.phone i {
    font-size: 17px;
    vertical-align: middle;
    color: #dadada;
}

.search button {
    position: absolute;
    right: 5px;
    top: 6px;
    width: 36px;
    height: 36px;
    border: 1px #f3f3f3 solid;
    border-radius: 50px; 
    color: #dadada; 
}

.search input {
    width: 100%;
    padding: 0 50px 0 40px;
    font-size: 14px;
    line-height: 48px;
    font-weight: 400;
}

.top .right {
    display: inline-block;
    float: right;
}

.top .right .all {
    display: inline-block;
    vertical-align: middle;
}

.top .smallbt {
    float: left;
}

.top .smallbt a, .headbottom .right a {
    border: 1px #f3f3f3 solid;
    border-radius: 50%; 
    text-align: center;
    float: left;
    width: 50px;
    height: 50px;
    margin: 0 5px 0 0;
    line-height: 48px;
}

.top .smallbt i, .headbottom .right i {
    color: #dadada;
    font-size: 16px;
    vertical-align: middle;
}

.containercart {
    float: left;
    line-height: 48px;
}

#opencart.empty {
    border: 1px #f3f3f3 solid;
    background: #fff;
}

#opencart.empty i {
    color: #dadada;
}

#opencart.empty span {
    color: #c3c3c3;
}

.containercart button {
    width: 50px;
    height: 50px;
    text-align: left;
    border-radius: 50px;
    padding: 0 14px 0;
    background: #67a1a4;
    position: relative;
}

.top .containercart i {
    color: #fff;
    vertical-align: middle;
    line-height: 48px;
    font-size: 16px;
}

.top .containercart span {
    color: #fff;
    margin: 0 8px;
    text-align: center;
    font-size: 14px;
}

#opencart span > span {
    vertical-align: initial;
}

.top .containercart span + span {
    color: #fff;  
    border-radius: 50%;
    background: #0000004f;
    padding: 1px 5px;  
    position: absolute;
    left: 12px;
    top: 6px;
}

.top .centr a:hover, .footerright .text a:hover, .popular .categoryname span:hover {
    color: #67a1a4;
    transition: color 0.3s linear 0s;
}


/*bottomcart*/

.headbottom .parent::before {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.headbottom .parent::after {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.headbottom {
	z-index: 1001;
	line-height: 55px;
	position: fixed;
    height: 55px;
    width: 100%;
    bottom: 0;
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.25);
	background-color: #ffffff;
	border-color: #f3f3f3;
}
.headbottom .left {
	display: none;
}
.headbottom .left, .headbottom .right {
	float: left;
	width: 100%;
}

.headbottom .right {
	text-align: center;
}

.headbottom .left a, .headbottom .left span {
	padding: 0 24px 0 0;
}

.headbottom .left a, .headbottom .right a, .headbottom .right button {
	text-transform: uppercase;
}

.headbottom .right a {
	border: none;
	float: none;
}

.headbottom .right i, .headbottom .left i {
	color: #848484; 
	vertical-align: middle;
    display: inline-block;
    margin: 0 12px 5px 0;
}
.headbottom .left i {
	color: #67a1a4;
}
.headbottom .right button {
	padding: 0 12px 0 24px;
}

.headbottom .count {  
	border-radius: 4px;
	line-height: 20px;
    padding: 2px 12px;
    background-color: #f6f6f6;
    color: #666666;
	
}



/*filling*/
.filling {
	background: #f3f3f3;
}

.filling .parent::before {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.filling .parent::after {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}
/*catalogleft*/

.parent-width {
	width: 80%;
	float: left;
}

#column-left.show {
	display: block;
	z-index: 10000;
}

#product-category #column-right {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0;
	overflow: hidden;
	z-index: 1000;
}

#column-left {
	display: none;
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	height: 100%;
	width: 70%;
	padding: 0;
	z-index: 1000;
}

.pointer {
	position: relative;
}

.categories .heading::before {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.categories .heading::after {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.minicatalog .heading::before {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.minicatalog .heading::after {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.minicatalog {
	width: 100%;
	margin: 30px 0 0;
    height: 60px;
    background: #67a1a4;
}
.categories .heading {
    line-height: 60px;
    height: 60px;
    background: #67a1a4;
    padding: 0;
}

.categories .heading span, .minicatalog span {
    color: #fff;
    padding: 0 0 0 15px;
    vertical-align: middle;
    display: inline-block;
    text-align: left;
    width: 90%;
}

.categories .heading i, .minicatalog i {
    text-align: right;
    padding: 0;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
}

.categories .container {
    background: #fff;
    max-height: calc(100vh - 100px);
    padding: 20px 0 30px 0;
    overflow: auto;
    border-bottom: 1px #efefef solid;
}

#column-left.show .categories .container {
    max-height: 100vh;
    padding: 0 0 60px 0;
}

.alltext::before {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.alltext::after {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.alltext {
    background: #fff;
}

.alltext:hover {
    background: #f9f9f9;
}
.category a, .minidown a {
    font-size: 13px;
    line-height: 18px;
    vertical-align: middle;
    display: inline-block;
    color: #444444;
}

.minidown a {
	width: 100%;
}

.alltext a {
	display: block;
	padding: 0 10px;
	line-height: 40px;
}

.biga a {
    font-size: 14px;
    padding: 7px 0 7px;
}

.biga a:hover, .minidown a:hover {
    color: #67a1a4;
}

.category .img-responsive {
    display: inline-block;
    vertical-align: middle;
	padding: 0 10px;
}

.category {
	position: relative;
	background: #fff;
	border-bottom: 1px #f3f3f3 solid;
}

.down {
	position: relative;
    background: #fff;
    overflow: hidden;
    height: 0;
    visibility: hidden;
}
.down .imagevis {
	display: none;
}
.alltext.open + .down {
    visibility: visible;
    height: 100%;
}
.alltext.open + .down .column {
	transform: none;
}

.down .column {
    width: 100%;
    height: 100%;
    overflow: auto;
    transition: transform 0.5s ease-out 0s;
    transform: translate(0, -100%);
    padding: 15px 10px;
}

.down .column img {
    width: 100px;
}

.minidown {
    overflow: hidden;
}

.minidown .minicolumn {
	margin: -12px 0 0;
	padding: 12px;
}

.minidown .minicolumn a {
	padding: 12px 0 0;
}
.open .downbt {
	transform: rotate(180deg);
} 

.downbt {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	line-height: 40px;
	transition: transform 0.5s ease-out 0s;
}

/*blocks*/

.blocks-viewport {
	margin: 25px 0 0 0;
}

.blocks-container {
	position: relative;
}

.blocks-container #block-0-0 {
	position: relative;  
	width: 50%;
}

.blocks-container #block-0-0 .indent {
	background: #f6fdf0;
	margin: 0 10px 10px 0;
	overflow: hidden; 
	height: 255px;
}

.blocks-container #block-0-0 img {
	max-width: 180%;
	margin: 10px -45px;
}

.blocks-container #block-0-1, .blocks-container #block-0-2 {
	position: absolute;
	width: 50%;
	left: 50%;
}

.blocks-container #block-0-1 {
	top: 0;
}

.blocks-container #block-0-2 {
	bottom: 0;
	top: 25%;
}

.blocks-container #block-0-1 .indent {
	background: #f1ecf9;
	margin: 0;
	height: 125px;
	overflow: hidden;
}

.blocks-container #block-0-1 img {
	margin: 0 -60px;
	max-width: 150%;
}

.blocks-container #block-0-2 .indent {
	background: #fdebf3;
	margin: 5px 10px 0 0;
	margin: 0;
	height: 125px;
	overflow: hidden;
}

.blocks-container #block-0-2 img {
	margin: 0 -30px;
	max-width: 130%;
}

.blocks-container #block-0-3 {
	position: relative;
	width: 50%;
	left: 0;
	top: 0;
	bottom: 0;
}

.blocks-container #block-0-3 .indent {
	background: #ffeaea;  
	height: 255px;
	overflow: hidden;
	margin: 0 10px 0 0;
}

.blocks-container #block-0-3 img {
	max-width: 140%;
	margin: 40px -25px 0;
}

.blocks-container #block-0-4 {
	top: 50%;
}

.blocks-container #block-0-4, .blocks-container #block-0-5 {
	position: absolute;
	overflow: hidden;
	width: 50%;
	left: 50%;
}

.blocks-container #block-0-4 .indent {
	background: #fbf8e9;
	height: 125px;
	margin: 5px 0 0 0;
}

.blocks-container #block-0-4 img {
	max-width: 130%;
	margin: 0 -40px;
	padding: 10px 0 0 0;
}

.blocks-container #block-0-5 {
	bottom: 0;
}

.blocks-container #block-0-5 .indent {
	background: #eff5fc;
	height: 125px;
	margin: 0;
}

.blocks-container #block-0-5 img {
	max-width: 150%;
	margin: 0 -60px;
}

.blocks-container .buttona, .blocks-container .texta {
	position: absolute;
	top: 0;
	margin: 20px;
}

.blocks-container .texta a {
	font-weight: 400;
	color: #4f4f4f;
}

.blocks-container .buttona {
	margin: 55px 20px 20px 20px;
}

.blocks-container .categorybt a {
	font-size: 13px;
	line-height: 16px;
	font-weight: 500;
}

.blocks-container .categorybt {
	display: none;
	padding: 6px 8px;
    text-align: center;
    min-width: 114px;
    position: relative;
    border-radius: 2px;
    background: #67a1a4;
    color: #fff;
}

.blocks-container a:hover {
	color: #606060;
    transition: color 0.3s linear 0s;
}

.blocks-container .texta a:hover {
	color: #67a1a4;
    transition: color 0.3s linear 0s;
}

.blocks-container .categorybt:hover {
	background: #428f93;
    transition: background 0.3s linear 0s;
}

/*textpage*/

.textpage {
	position: relative;
	background: #fff;
	padding: 20px;
}

.textpage .heading {
	padding: 0 0 10px;
}

.textpage .blocktext p {
	padding: 5px 0;
}

.textpage .blocktext span {
	font-size: 14px;
	font-weight: 300;
}

/*icons*/

.icons::before {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.icons::after {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.icons {
	background: none;
    width: 100%;
}

.icons .pillar {
    width: 50%;
    float: left;
    margin: 0 auto;
    text-align: center;
    padding: 15px;
}

.icons .row::before {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.icons .row::after {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}
.icons .row {
    display: inline-block;
    line-height: 40px;
    width: 100%;
}

.icons .icon  {
	width: 90px;
	text-align: center;
	height: 90px;
	border: 2px solid #e8e8e8;
	border-radius: 50%;
	margin: 0 auto;
	vertical-align: middle;
	display: inline-block;
	line-height: 85px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.icons .icon i {
    vertical-align: middle;
    display: inline-block;
    font-size: 40px;
    color: #9d9d9d;
}

.icons .texticon  {
    width: 100%;
    text-align: center;
    line-height: 1px;
    padding: 25px 0 0;
}

.icons .texticon h3 {
    vertical-align: middle;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
}
/*options*/

.text-danger {
	font-size: 14px;
}

.text-danger i {
	color: #67a1a4;
}

.text-danger i, .text-danger p {
	position: absolute;
	bottom: -5px;
}
.text-danger p {
	left: 35px;
	bottom: -10px;
	visibility: hidden;
}

.text-danger i:hover + p {
	visibility: visible;
}

.option {
	padding: 10px 0;
}
.option .checkboxbt {
	padding: 0 0 5px;
}
.option .select, .option .radiobt, .option .text, .option .areatext {
	padding: 10px 0;
}
.option .radiobt input, .option .checkboxbt input {
	position: absolute;
	z-index: -1;
}
.option .select select, .options select, .rightshipping select {
	height: 40px;
	margin: 10px 0 0;
	background: #fff;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 14px;
	color: #a4a4a4;;
}

.option .select select {
	margin: 10px 0;
}

.option .select select, #product-search .bootomoption .option .select select {
	width: 100%;
}

.checkboxbt .unrealinput, .radiobt .unrealinput {
	margin: 0 10px 3px 0;	
	display: inline-block;
	width: 17px;
	height: 17px;
	background: #fff;
	border: 1px solid #ddd;
	vertical-align: middle;
}

.option .radiobt .unrealinput {
	border-radius: 50px;
	width: 13px;
	height: 13px;
	margin: 0 5px 3px 0;	
}

.checkboxbt .unrealinput > i, .radiobt .unrealinput > i {
	visibility: hidden;
	font-size: 12px;
	vertical-align: top;
	padding: 3px 0 0 2px;
}

.radiobt .unrealinput > i {
	padding: 0 0 17px;
	font-size: 11px;
	vertical-align: middle;
}

input:checked + .unrealinput > i {
	visibility: visible;
}

.option .text input {
    position: relative;
    width: 100%;
    height: 30px;
    background: #fff;
    border-bottom: 1px #efefef solid;
}

.option .select label, .option .text label, .option .areatext label {
	display: inline-block;
	width: 100%;
}

.option .areatext textarea {
    position: relative;
    background: #fff;
    height: 100px;
    border: none;
    border-bottom: 1px #efefef solid;
    padding: 20px 0 10px 0;
    width: 100%;
    vertical-align: top;
    resize: none;
    outline: none;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.has-error input {
	border-bottom: 1px #67a1a4 solid!important;
}

.has-error select, .has-error textarea, .has-error text {
	border: 1px #67a1a4 solid!important;
}

/*popular*/

.popular::before {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.popular::after {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}
.popular {
	position: relative;
    background: #fff;
    overflow: hidden;
}

.popular .categories::before {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.popular .categories::after {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.popular .container {
	margin: 0 -2px;
}
.popular .heading {
	padding: 15px 20px;
    border: 1px #efefef solid;
}

.popular .column {
	float: left;
	height: 220px;
	width: 50%;
    border: 1px #efefef solid;
    padding: 20px;
}

.popular img {
	width: 120px;
	margin: 0 auto;
}

.popular .categoryname {
	text-align: center;
	padding: 12px 0 0;
}

/*product*/

.product::before {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.product::after {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.product {
	position: relative;
    width: 100%;
    overflow: hidden;
}

.allcolumn {
    float: none;
}

.content .column {
    width: 100%;
    padding: 5px 0;
}

.producttitle span {
    display: block;
    color: #303030;
    text-transform: uppercase;
}

.product .row::before {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.product .row::after {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.product .row {
    border: 1px #efefef solid;
    background: #fff;
}

.productimage {
    position: relative;
    overflow: hidden;
    float: left;
    width: 50%;
}

.allcolumn .stars {
    text-align: left;
    color: #fce899;
    padding: 10px 15px 0;
    font-size: 14px;
}

.productimage img {
    width: 150px;
    padding: 10px;
}

.iconsimg {
    right: -60px;
    top: 30px;
    position: absolute;
    transition: bottom 0.3s linear 0s;
}

.iconimg {
    padding: 0 5px 0;
}

.iconimg button {
    border-radius: 50px;
    margin: 0 0 10px;
    padding: 0;
    color: #d1d1d1;
    font-size: 14px;
}

.iconimg button:hover {
    color: #67a1a4;
    transition: background 0.5s linear 0s;
}

.productimage:hover .iconsimg  {
    right: 4px;
    transition: right 0.1s linear 0s;
}

.allcolumn .imagetext {
    float: right;
    width: 50%;
    padding: 15px 0 0;
}

.allcolumn .productprice {
    padding: 10px 0 0;
}

.productprice, .allcolumn .imagetext span {
    font-weight: 400;
    padding: 10px 0 0;
    line-height: 18px;
    overflow: hidden;
    display: inline-block;
}

.allcolumn .imagetext span {
    height: 35px;
}

.allcolumn .price span {
    font-weight: 600;
}

.decoration {
	text-decoration: #ff5f5f line-through solid 2px;
	padding: 0 0 0 10px;
}

.product-add, #button-cart {
	text-align: center;
	overflow: hidden;
	height: 55px;
	margin: 20px 0 0;
	background: #67a1a4;
	cursor: pointer;
}

.product-add .size-m, #button-cart .size-m {
	display: inline-block;
	line-height: 55px;
	vertical-align: middle;
	padding: 0 20px 0 0;
	text-transform: uppercase;
	cursor: pointer;
	color: #fff;
}

.product-add span, #button-cart span {
	color: #fff;
	pointer-events: none;
}

.product-add button, .product-add .size-l, #button-cart button, #button-cart .size-l {
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	opacity: 0;
	color: #fff;
	transition: opacity 0.2s ease-out 0s;
}

.product-add .size-l + button, #button-cart .size-l + button {
	margin-right: -110px;
	transition: margin-right 0.2s ease-out 0s;
}

.product-add:hover button, .product-add:hover .size-l, #button-cart:hover button, #button-cart:hover .size-l {
	margin-right: 0;
	opacity: 1;
}

.product-add button, #button-cart button {
	border-radius: 2px;
	background: #ffffff38;
}

.product-add button:hover, #button-cart button:hover {
	background: #ffffff7d;
}

.details {
	float: right; 
	width: 50%;
	padding: 15px 0 0;
}
.details button {
	border: 1px #d2d2d2 solid;
	padding: 5px 10px;
}
/*product rightblock*/

#product-product .rightblock {
	display: block;
	background: #fff;
	margin: 0;  
	float: left;
  	width: 100%;
}

.available {
    padding: 0 0 5px;
    font-size: 14px;
    font-weight: 300;
    color: #888888;
}

.rightblock .price {
    padding: 0 0 10px;
    font-size: 24px;
    font-weight: 600;
}

.rightblock .oldprice {
    text-decoration: line-through;
}

#product-product .pricevisible {
	display: block;
}
#product-product .bigrightblock {    
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
    border-radius: 4px;    
	padding: 24px;
}

/*page product*/

#product-product .whitebg {
	float: left;
}

.pageproduct {
	float: left;
	width: 100%;
	padding: 0 20px;
}

.heading {
	padding: 15px 0;
}

.heading h2, .heading span {
    vertical-align: middle;
    display: inline-block;
    font-weight: 300;
}

.pageproduct .left {
    width: 100%;
}

.pageproduct .right::before {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.pageproduct .right::after {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}
.pageproduct .right {
    width: 100%;
    padding: 20px;
}

.rating .reviews {
	padding: 0 10px 0 0;
}

.rating span {
	 width: 15px;
}
.rating i {
	font-size: 15px;
	color: #e7e7e7;
	padding: 0 8px 0 0;
}

.rating .textwrite {
	padding: 0 0 0 50px;
}

.pageproduct .specifications span, .pageproduct .specifications p  {
    font-size: 16px;
}

.pageproduct .specifications span, .pageproduct .specifications p, .pageproduct .right p {
    padding: 5px 0; 
    font-weight: 400;
    line-height: 1.2;
}
.attributegroup {
    padding: 20px 0 0;
    width: 100%;
}

.attributegroup .container::before {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.attributegroup .container::after {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.attributegroup .container {
    padding: 0 0 10px;
}

.attributegroup .lefttext {
    float: left;
    padding: 10px 10px 0 0;
    font-size: 13px;
}

.attributegroup .righttext {
    float: right;
    width: 25%;
    padding: 10px 0 0 15px;
    font-size: 13px;
}

.points {
    float: left;
    width: 50%;
    overflow: hidden;
    margin: 25px 0 0;
    border-bottom: 1px #cccc dotted;
}

/*slides*/
.slides::before {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.slides::after {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}
.sidebar {
    padding: 0 10px;
    width: 100%;
}

.productimg {
    margin: 0 auto;
}
.productimg img {
    width: 350px;
    margin: 0 auto;
}
    
.slides  {
    float: left;
    width: 25%;
    padding: 0 2px 0;
}

/*recommended*/

.recommended::before {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.recommended::after {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.recommended {
	background: #f3f3f3;
	float: left;
	width: 100%;
}

.recommended .content .column, .productcategory .content .column {
	width: 100%
}

/*leavefeedback*/


.leavefeedback {
	float: left;
	padding: 25px 0 0;
	width: 100%;
}

.leavefeedback .heading h2 {
    text-transform: uppercase;
    padding: 0;
}

.leavefeedback .reviewstit::before {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.leavefeedback .reviewstit::after {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.leavefeedback .reviewstit {
    border-bottom: 1px #efefef solid;
}

.leavefeedback .noreviews {
    float: left;
    width: 50%;
}

.leavefeedback .writereview {
    float: left;
    width: 50%;
    text-align: right;
}

.bodyreview::before {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.bodyreview::after {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.bodyreview {
    padding: 20px 0;
}

.dynamicinput, .dynamicinput label, .reviewfield {
    position: relative;
}

.reviewfield input, .dynamicinput input {
    position: relative;
    border-bottom: 1px #efefef solid;
    margin: 0 0 20px;
    padding: 20px 0 10px 0;
    width: 100%;
    height: 50px;
    z-index: 1;
}
.reviewfield span, .dynamicinput span {
    position: absolute;
    font-size: 10px;
    top: 0;
    left: 0;
    transition: all 0.2s ease-out 0s;
    color: #8888;
}

.dynamicinput input:placeholder-shown + span {
    font-size: 14px;
    top: 20px;
}

.dynamicinput input:focus + span {
    font-size: 10px;
    top: 0;
}

.bodyreview .ratingstars {
    text-align: center;
}

.bodyreview .ratingstars i {
    padding: 20px 0 0;
    color: #fce899;
    font-size: 32px;
}

.yourfeedback {
    position: relative;
}

.yourfeedback span {
    position: absolute;
    font-size: 10px;
    top: 0;
    left: 0;
    transition: all 0.2s ease-out 0s;
    color: #8888;
}

.yourfeedback textarea {
    position: relative;
    background: none;
    height: 100px;
    border: none;
    border-bottom: 1px #efefef solid;
    margin: 2px 0 20px;
    padding: 20px 0 10px 0;
    width: 100%;
    vertical-align: top;
    resize: none;
    outline: none;
    font-size: 14px;
    z-index: 1;
    font-family: 'Roboto', sans-serif;
}

.yourfeedback textarea:placeholder-shown + span {
    font-size: 14px;
    top: 70px;
}

.yourfeedback textarea:focus + span {
    font-size: 10px;
    top: 0;
}

.bodyreview .reviewbutton {
    padding: 20px 0;
    float: right;
}

.bodyreview .reviewbutton button {
    height: 40px;
    width: 150px;
    background: #67a1a4;
    color: #fff;
}

/*page category*/
.productcategory {
	padding: 0 0 20px;
}
.productcategory .column .row {
	border: none;
}
.refine::before {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}
.refine::after {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.pagecategory .refine, .pagecategory .descriptiontext, .pagecategory .options {
	padding: 10px 0;
}

.pagecategory .refine p {
	float: left;
	vertical-align: middle;
	display: inline-block;
	margin: 15px 12px 12px 0;
}
.pagecategory .refine a {
	background: #f4f4f4;
	padding: 6px 12px;
	border-radius: 4px;
}

.pagecategory .descriptiontext::before {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}
.pagecategory .descriptiontext::after {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.pagecategory .descriptionimg, .pagecategory .descriptiontext span {
	float: left;
}

.pagecategory .descriptionimg {
	width: 40%;
}
.pagecategory .descriptiontext span  {
	width: 100%;
}

.options::before {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}
.options::after {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}
.pagecategory .options, #product-search .options {
	border: 1px #efefef solid;
	padding: 15px 20px 0;
}

.options .option {
	float: left;
	width: 80%;
}

.filoptions span {
	line-height: 34px;
	padding: 0 10px 0 0;
}

.bigselect select, .minselect select {
	width: 55%;
	height: 34px;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: 300;
	color: #888888;
}

.option, .minselect select {
	width: 100%;
}
.filterbt{
	color: #c3c3c3;
	text-align: right;
	float: right;
}

#product-category .btnext a {
	border: none;
	color: #fff;
}

/*rightfilter*/
.rightfilter {
	width: 100%;
	height: 100%;
}
.rightfilter .container {
	width: 100%;
	height: 90%;
	padding: 0 20px 20px;
	background: #fff;
}
.rightfilter .filtercontent {
	padding: 10px 0 0;
	border-bottom: 1px #efefef solid;
}


.rightfilter .checkboxbt span:hover {
	color: #67a1a4;
}

.rightfilter .buttonbottom {
	background: #fff;
}
.rightfilter .buttonbottom button {
  background: #67a1a4;
  color: #fff;
  font-size: 18px;
  height: 60px;
  width: 100%;
  text-transform: uppercase;
}
.rightfilter .buttonbottom button:hover {
  background: #544847;
  transition: background 0.3s linear 0s;
}

/*page cart*/
#checkout-cart #content::before {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

#checkout-cart #content::after {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.pagecart {
	float: left;
	width: 100%;
    padding: 0 20px 20px;
    background: #fff;
}

.pagecart .container::before {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.pagecart .container::after {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.pagecart .smallhead {
    padding: 20px 0 20px;
    float: left;
    width: 100%;
}

.pagecart .column {
    width: 100%;
    padding: 20px 0 0;
}

.pagecart .image img {
    width: 220px;
    margin: 0 auto;
}
.pagecart .imagetext {
	min-height: 10px;
    text-align: center;
}

.pagecart .smalltext {
    padding: 0 0 15px;
    font-weight: 400;
}

.pagecart .quantity::before {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.pagecart .quantity::after {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.pagecart .quantity {
    border: 1px #c3c3c3 solid;
    width: 40%;
    text-align: center;
    margin: 0 auto;
}

.pagecart .quantity input, .pagecart .quantity button {
    float: left;
    width: 100%;
    text-align: center;
    color: #000;
    line-height: 25px;
    vertical-align: middle;
}

.pagecart .quantity button, .pagecart .delete button {
    color: #c3c3c3;
    height: 25px;
}

.pagecart .price, .pagecart .delete  {
    text-align: center;
}


/*cart right*/

#checkout-cart .rightblock {
	display: block;
	width: 100%;
}
.rightblock .cartright {
	padding: 20px 20px 0;
	float: left;
}
.rightblock .cartright span {
    padding: 0 20px 0 0;
}

.promocode p, .rightblock .carttotal, .promocode, .cartright .promo p {
    padding: 0 0 20px;
}

.rightblock .carttotal, .promocode, .rightshipping {
    border-bottom: 1px #c3c3c3 solid;
}

.cartright .promo, .rightshipping, .voucher {
	padding: 20px 0 0;
}
.input-group::before {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}
.input-group::after {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}
.input-group, .panel-body, .rightshipping .postcodeinput {
	padding: 10px 0 0;
}

.promocode .input-group, .voucher .input-group {
    width: 100%;
}

.promocode input, .promocode .ok button, .rightshipping input, .rightshipping .ok button, .reward input, .voucher input, .voucher .ok button {
    float: left;
    height: 40px;
    width: 75%;
    border: 1px solid #efefef;
    background: #fff;
    line-height: 20px;
    font-size: 14px;
}

.promocode .ok button, .rightshipping .ok button, .voucher .ok button  {
    float: right;
    color: #c3c3c3;
    width: 25%;
    border-left: none;
}
.choicecountry, .choicezone, .choicepostcode {
	padding: 0 0 10px;
}
.rightshipping select, .reward input {
	width: 100%;
	height: 38px;
}

.rightblock .checkout, .rightblock .shopping {
    background: #67a1a4;
    width: 100%;
    height: 60px;
    margin: 30px 0 0;
    text-align: center;
}

.rightblock .shopping {
	background: #fff;
}

.rightblock .checkout a, .rightblock .shopping a {
	line-height: 60px;
}

.rightblock .checkout a {
    color: #fff;
}
.rightblock .checkout:hover {
    background: #544847;
    transition: background 0.3s linear 0s;
}


/*checkout*/
#checkout-checkout .has-error {
	position: relative;
}
#checkout-checkout .whitebg {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#accordion::before {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

#accordion::after {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

#checkout-checkout #accordion {
	width: 500%;
	left: 0;
	position: relative;
}

#checkout-checkout #accordion.step-2 {
	left: -100%;
}

#checkout-checkout #accordion.step-3 {
	left: -200%;
}

#checkout-checkout #accordion.step-4 {
	left: -300%;
}

#checkout-checkout #accordion.step-5 {
	left: -400%;
}

#checkout-checkout .heading {
	padding: 15px 20px 0;
}

#checkout-checkout .panel {
	width: 20%;
	float: left;
	padding: 15px 20px;
}

#checkout-checkout .row::before {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

#checkout-checkout .row::after {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}


/*checkout login*/

#checkoutlogin::before {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

#checkoutlogin::after {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

#checkout-checkout .right, #checkout-checkout .left {
	float: left;
	width: 100%;
}

#checkoutlogin p {
	padding: 5px 0;
}

#checkoutlogin .radiobt, #checkoutregister .radiobt, #checkoutguest .radiobt {
	padding: 0 0 10px;
}

/*checkout register*/

#checkoutregister .row {
	padding: 10px 0;
}

/*checkout confirm*/

.confirm {
	overflow-x: scroll;
}
.confirm .container {
	min-width: 500px;
}
.confirm .row::before {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.confirm .row::after {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.confirm .row {
	padding: 10px 0 10px;
	border-bottom: 1px #f3f3f3 solid;
}

.confirm .column {
	float: left;
	width: 20%;
}

.confirm .text-left {
	text-align: left;
}

.confirm .text-center {
	text-align: center;
}

.confirm .text-right {
	text-align: right;
}

.confirm p {
	padding: 0 0 10px;
}
.confirm .total {
	padding: 10px 0 0;
}


/*page search*/
#product-search .btnext {
	padding: 30px 0;
}

#product-search .option, #product-search .option .select {
	padding: 0;
}

.topoption, #product-search .checkboxbt, .bootomoption {
	padding: 20px 0 0;
}

.topoption::before {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.topoption::after {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}
#product-search .optionsheder {
	padding: 0 0 10px;
}
#product-search .checkboxbt label {
	color: #353535;
	vertical-align: bottom;
}
#product-search .checkboxbt span {
	margin: 0 10px 3px 0;
}

#product-search .options {
	padding: 15px 20px;
}

/*acount login register*/
#account-account #column-right, #account-login #column-right, #account-register #column-right {
	float: left;
	width: 100%;
	padding: 0 20px;
	display: block;
}

#account-account .column {
	float: left;
	width: 100%;
	padding: 0 0 20px;
}

#account-account a, .well p {
	padding: 0 0 10px;
}
.linksright {
	padding: 20px 0 0;
}
.linksright .link, .well {
	padding: 0 0 20px;
}
.btnext button, .btnext input, .buttons input {
	background: #67a1a4;
	transition: all 0.2s ease-in-out;
    display: inline-block;
	text-align: center;
	line-height: 48px;
	margin: 12px 20px 0 0;
	height: 48px;
	width: 100%;
	color: #fff;
}
#product-search .btnext button {
	margin: 0;
}
.btnext button:hover, .btnext input:hover, .buttons input:hover {
	background: #428f93;
}
.btnext a {
    border-bottom: 1px #9b9b9b solid;
	display: inline-block;
}

fieldset:disabled .btnext a {
	display: none;
}

.btnext span {
	display: none;
}

fieldset:disabled .btnext span {
	display: inline-block;
    border-bottom: 1px #9b9b9b solid;
}
/*information contact*/

#information-contact .row {
	padding: 15px 0 0;
	width: 50%;
}

#information-contact p {
	padding: 5px 0 0;
}

/*payment shipping paymentaddress*/

.payment .radiobt, .shipping .radiobt, #checkoutpaymentaddress .radiobt {
	padding: 0;
}
.payment .option, .payment p, .shipping p, .shipping .option, #checkoutpaymentaddress .option {
	padding: 0 0 10px;
}

/*footer*/

footer::before {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}
footer::after {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}
.info {
    border-top: 1px #efefef solid;
    padding: 40px 0;
    width: 100%;
}
.info .parent::before {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}
.info .parent::after {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}
.footerleft {
    float: left;
    width: 15%;
    padding: 0 40px 0 0;
}

.footerleft h4 {
	font-weight: 400;
}
.footerright {
    float: none;
    width: 100%;
}
.footerright .column {
    float: left;
    width: 50%;
    padding: 0 0 20px;
}
.footerright .text .accent {
    font-weight: 600;
    padding: 0 0 20px;
    text-transform: uppercase;
}
.footerright .text p {
    line-height: 1.2;
    padding: 0 0 5px;
}

.footerright span {
    font-weight: 500;
}

.footerright .text a {
    font-weight: 400;
    font-size: 13px;
}

.social {
    padding: 40px 0 0;
}

.socbt {
	padding: 20px 0;
}
.socbt button {
    margin: 0 10px 0 0;
    width: 40px;
    height: 40px;
    border: 1px #cfcfcf solid;
    border-radius: 50px;
    color: #a7a7a7;
    font-size: 18px;
    text-align: center;
}
.social2::before {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}
.social2::after {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}
.social2 {
    text-align: center;
}
.social2 h3 {
    font-weight: 600;
    padding: 15px 0 15px;
    font-size: 14px;
    text-transform: uppercase;
}

/*media*/

@media (min-width: 200px) {
    .parent {
        padding: 0 10px;
    }
}

@media (min-width: 400px) {

 	.phone a {
    	font-size: 14px;
	}
    .leftmenu {
        width: 60%;
    }
    .blocks-element #block-0-0 img {
    	max-width: 160%;
  		margin: 10px -40px;
    }
    .blocks-element #block-0-1 img {
		max-width: 110%;
		margin: 0 -20px;
    }
    .blocks-element #block-0-4 img {
		max-width: 110%;
		margin: 0 -10px;
		padding: 15px 0 0 0;
    }
    .rightblock .checkout, .rightblock .shopping {
		width: 45%;
		margin: 30px 10px 0;
		float: left;
		text-transform: none;
	}
	.rightblock .shopping {
		float: right;
	}
	#cart .checkout, #cart .gotocart {
		width: 50%;
    	padding: 20px 0 0 10px;
	}
	#cart .gotocart {
    	padding: 20px 10px 0 0;
	}
}

@media (min-width: 500px) {
    .top .right {
        display: inline-block;
        float: right;
        width: 30%;
        text-align: right;
    }
    .top .heart {
        display: inline-block;
    }
    .search {
    	width: 70%;
    }
     .pagecatalog .column, .footerright .column, .recommended .content .column, .productcategory .content .column {
        float: left;
        width: 50%;
        padding: 5px;
    }
    .pagecatalog .column {
        padding: 0 5px 20px;
    }
    .footerright .column {
        width: 33%;
        padding: 0 0 20px;
    }
    .leftmenu, .slides {
        width: 50%;
    }
    
    .slides img {
        padding: 0 30px 0;
    }
    .sorting {
        border: 1px #efefef solid;
        margin: 0 0 20px;
        padding: 0 10px 0 0;
        width: 100%;
        height: 55px;
        float: none;
    }
    .sorting .vis {
        display: block;
        padding: 0 0 0 20px;
    }
    .sortingdowmn {
        float: left;
        margin: 7px 0 0 20px;
        padding: 0;
        width: 140px;
    }
    .sortingdowmn i {
        padding: 0 0 0 20px;
    }
    .downfilter {
        float: right;
        width: 100%;
        margin: 0 0 20px;
    }
    .filter {
        float: right;
        width: 30%;
        padding: 7px 15px 0 0;
    }
    .popular .column {
		width: 33.33333%;
	}
    .pagecategory .descriptionimg {
    	width: 20%;
    }
    .pagecategory .descriptiontext span {
    	width: 80%;
    }
    #product-search.bootomoption .option {
		padding: 0;
		width: 30%;
	}
	.btnext button, .btnext input, .buttons input  {
		width: 220px;
	}
	.buttons input {
		margin: 12px 0 0;
	}
	.buttons {
		float: right;
	}
	.blocks-container #block-0-0 .indent, .blocks-container #block-0-3 .indent {
		height: 310px;
	}
	.blocks-container #block-0-1 .indent, .blocks-container #block-0-2 .indent, .blocks-container #block-0-4 .indent, .blocks-container #block-0-5 .indent {
		height: 155px;
	}
	.blocks-container #block-0-0 img {
		max-width: 150%;
	}
	.blocks-container #block-0-1 img, .blocks-container #block-0-4 img  {
		max-width: 110%;
		margin: 0 -30px;
	}
	.blocks-container #block-0-3 img {
		max-width: 120%;
		margin: 30px -10px;
	}
	.blocks-container #block-0-4 img {
		margin: 0 -10px;
	}
	.blocks-container #block-0-5 img {
		margin: 0 -90px;
	}
}
@media (min-width: 550px) {
	.headnotvis {
		display: inline-block;
	}
	.headbottom .right a {
  		padding: 0 0 0 24px;
	}
	.content .column, .pagecart .column {
		float: left;
		width: 50%;
	}
	.pagecart .column {
    	width: 20%;
    	padding: 0;
	}
	.pagecart .image img {
    	width: 120px;
    	margin: 0;
	}
	.pagecart .delete {
		text-align: right;
	}
	.promocode .input-group, .voucher .input-group {
   		 width: 60%;
	}
	
	.blocks-container #block-0-0 img {
		margin: 0 -30px 0;
		max-width: 130%;
	}
	.blocks-container #block-0-4 img {
		padding: 0;
	}
}
@media (min-width: 720px) {
    .window {
        width: 600px;
    }
    .leftmenu {
        width: 40%;
    }
    .head .right a {
        font-size: 13px;
    }
    .logo {
        width: 160px;
    }
    .phone {
        float: left;
        width: 200px;
        text-align: left;
        padding: 0 0 0 30px;
    }
    .search {
        width: 100%;
    }
	.top .right .all {
		vertical-align: middle;
		line-height: 102px;
	}
    
    .top .right {
       width: 330px;
       line-height: 102px;
       margin: 0;
    }
    .top .balance-scale {
        display: inline-block;
    }
    .top .smallbt i {
        font-size: 18px;
    }
    .bottomcart {
        display: none;
    }
    .swip-next i, .swip-prev i {
		font-size: 45px;
	}
    .icons .texticon h3 {
        font-size: 18px;
    }
	.blocks-container #block-0-0 .indent, .blocks-container #block-0-3 .indent {
		height: 410px;
	}
	.blocks-container #block-0-1 .indent, .blocks-container #block-0-2 .indent, .blocks-container #block-0-4 .indent, .blocks-container #block-0-5 .indent {
		height: 205px;
	}
	.blocks-container #block-0-1 img {
		max-width: 90%;
		margin: 0 40px;
	}
	.blocks-container #block-0-2 img {
		margin: 0 -60px;
	}
	.blocks-container #block-0-5 img {
		margin: 0 -130px;
	}
    .blocks-container .categorybt {
    display: inline-block;
    }
    .recommended .content .column {
		width: 25%;
		padding: 0 10px 20px;
	}
    .content .column {
        float: left;
        width: 33.3333%;
        padding: 5px;
    }
    .pagecatalog .column {
        width: 33.333333%;
        padding: 0 10px 20px;
    }
    .productimage {
        float: none;
        width: 100%;
    }
    .productimage img {
        padding: 0 15px;
        width: 100%;
    }
    .allcolumn .imagetext, .allcolumn .productprice  {
        float: none;
        width: 100%;
        padding: 20px 15px 0;
    }
    .allcolumn .imagetext span {
   		 height: 45px;
	}
    .allcolumn .stars {
        display: block;
    }
    .details {
        display: none;
    }
    .product-add {
        display: block;
    }
    .minbanner {
        height: 200px;
    }
    .reviews .column {
        float: left;
        width: 50%;
        padding: 20px;
    }
    .reviews .columns {
        margin: -10px;
    }
    .pageproduct .right {
        float: right;
        width: 50%;
    }
    .pageproduct .left  {
        float: left;
        width: 50%;
    }
    .attributegroup .lefttext {
        float: left;
        width: 18%;
        padding: 10px 10px 0 0;
    }
    .attributegroup .righttext {
        float: left;
        width: 20%;
        padding: 10px 0 0 15px;
    }
    .points {
        float: left;
        width: 60%;
        margin: 25px 0 0;
    }
    .sidebar {
        padding: 0 0 0 10px;
    }
    .alsolike {
        width: 100%;
        padding: 0 20px;
    }
    .alsolike .column {
        width: 50%;
        padding: 0 10px;
    }
    .sorting span {
        font-size: 15px;
    } 
    .sortingdowmn {
        width: 200px;
    }
    .filter {
        float: right;
        width: 20%;
    }
    .downfilter {
        width: 60%;
    }
    .downfilter .content {
        position: absolute;
        top: 5px;
        right: 0;
        background: #fff;
        box-shadow: 0 0 15px rgba(0,0,0,0.2);
        padding: 10px;
        z-index: 100;
    }
    .pagecategory .descriptionimg {
    	width: 10%;
    }
    .pagecategory .descriptiontext span {
    	width: 90%;
    }
    .pagecart .quantity input, .pagecart .quantity button, #product-search .allcolumn .column  {
    	width: 33.33333%;
	}
	.pagecart .quantity button {
		display: block;
	}
	#product-search .topoption .option .select select {
		width: 35%;
	}
	#checkoutregister .row, #checkoutguest .row, #checkoutpaymentaddress .row {
		margin: 0 -10px;
	}    
	#checkout-checkout .right, #checkout-checkout .left, .payment .yourfeedback, #checkoutpaymentaddress .left {
		width: 50%;
		padding: 0;
	}
	#checkout-checkout .left {
		padding: 0;
	}
	#checkoutregister .left, #checkoutguest .left, #checkoutpaymentaddress .left {
		padding: 0 10px 0 10px;
	}
	#checkoutregister .left span, #checkoutguest .left span, #checkoutpaymentaddress .left span {
		left: 10px;
	}
	#checkoutlogin .left {
		padding: 0 5px 0 0;
		border-right: 1px #efefef solid;
	}
	#checkoutlogin .right {
		padding: 0 0 0 20px;
	}
	#product-product .bigrightblock {
		float: left;
		width: 100%;
	}
	#product-product .pricevisible, #product-product #option, #product-product #button-cart {
		float: left;
		width: 50%;
	}
	#product-product #button-cart {
		float: right;
		margin: 0;
	}
	#product-product #option {
		padding: 10px 0 0;
	}
}

@media (min-width: 820px) {
	.popular .column {
		width: 25%;
	}
	.top .right .all {
		vertical-align: middle;
	}
    .containercart button {
    	width: 220px;
	}
 	.minselect {
		display: block;
	}
	.bigcart span {
		display: inline-block;
		vertical-align: middle;
	}
	.options .option {
		width: 50%;
	}
	.bigselect select {
		width: 60%;
	}
	.productcategory .content .column, .minselect select {
		width: 33.3333%;
	}
	#product-search .allcolumn .column {
		width: 25%;
	}
	.pagecart {
		width: 70%;
	}
	#checkout-cart .rightblock {
		float: left;
		width: 30%;
	}
	
    .rightblock .cartright {
    	padding: 20px 0 0 20px;
	}
	.rightblock .checkout, .rightblock .shopping {
		width: 100%;
		margin: 30px 0 0;
	}
	.promocode .input-group, .voucher .input-group {
		width: 100%;
	}
	.blocks-container #block-0-4 img {
		margin: 0;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.one-column {
		width: 70%;
	}
	.two-column {
		width: 50%;
	}
	
	#product-category .two-column {
		width: 40%;
	}
	
	.head .left .addcolor {
		padding: 0;
	}
	.down {
    	position: absolute;
    	top: 0;
    	left: 100%;
    	opacity: 0;
    	visibility: visible;
    	box-shadow: 0 0 8px rgba(0,0,0,0.3);
    	transition: opacity 0s linear 0.1s, height 0s linear 0.1s;
	}
	.minidown {
    	visibility: visible;
	}
	.category {
		position: static;
		border: none;
		padding: none;
	    background: none;
	}
	.categories .container {
    	overflow: hidden;
	}
	.categories .container:hover {
    	overflow: auto;
	}
	.down .column {
    	height: 100%;
   		width: 250px;
    	transition: none;
    	transform: none;
	}
	.minidown .minicolumn {
		margin: -6px 0 0;
		padding: 0;
	}
	.category:hover .down {
    	opacity: 1;
    	height: 100%;
    	transition: opacity 0.5s linear 0s;
	}
	.down .imagevis {
		display: block;
	}
	.downbt {
		display: none;
	}
	.biga a {
    	font-weight: 600;
    	text-transform: uppercase;
	}
	#column-left {
		background: none;
	}
	#column-left, #column-right, #product-category #column-right, #account-login #column-right, #account-register #column-right {
		display: block;
    	position: sticky;
   	 	top: -10px;
    	padding: 25px 25px 25px 0;
    	width: 30%;
    	float: left;
	}
	 #column-right, #product-category #column-right {
	 	padding: 25px 0;
	 }
	 #account-login #column-right, #account-register #column-right {
	 	padding: 0 0 0 25px;
	 } 
	#account-register .dynamicinput, #account-login .dynamicinput {
		width: 50%;
	}
	 .minicatalog {
	 	display: none;
	 }
	.rightfilter .container, .rightfilter .buttonbottom {
		margin: 0 0 0 25px;
	}
    .parent {
        width: 990px;
        padding: 0;
    }
    .btminmenu {
        float: left;
    }
    .btminmenu .left {
    	background: none;
    	position: relative;
        display: block;
        width: 100%;
    }
    .head .right a, .head .left a {
        font-size: 12px;
    }
    .head .left a {
    	background: none;
    	border: none;
        display: inline-block;
        min-width: 0;
    }
    .head .left a:hover {
    	background: none;
    	color: #000;
    	transition: none;
    }
     .links, .top .search, .top .right, .phone, .logo  {
        line-height: 102px;
        height: 102px;
    }
    .phone {
        width: 160px;
        padding: 0;
    }
    .head .minimenu, .btminmenu button {
        display: none;
    }
    .logo {
        float: left;
        width: 200px;
        padding: 0 20px 0 0;
    }
    .logo h2 {
        text-align: left;
        font-size: 25px;
    }
    .search {
        float: right;
        display: block;
        width: 28%;
        margin: 0 10px;
    }
    .allcolumn {
        margin: 0 -10px;
    }
    .content .column, .recommended .content .column, .productcategory .content .column {
        padding: 0 10px 20px;
    }
    .producttitle {
    	padding: 0 0 15px;
    }
    .reviews .heading h3  {
        padding: 0 0 20px;
    }
    .minbanner  {
        width: 100%;
    }
    .reviews .columns {
        margin: -20px;
    }
    .reviews .row {
        padding: 30px;
    }
    .alltexts {
        float: left;
        width: 90%;
    }
    .quote {
        padding-top: 90px;
    }
    .reviews .image {
        float: left;
        width: 70%;
    }
    .reviews .image img {
        float: left;
        width: 50%;
        border-radius: 50%;
        width: 70px;
    }
    .reviews .toptext {
        float: left;
        width: 70%;
        padding: 10px 20px;
    }
    .reviews .stars {
        float: left;
        width: 30%;
        text-align: right;
        padding: 20px 0;
    }
    .textreview {
        padding: 20px 0;
    }
    .info {
        padding: 70px 0;
    }
    .footerleft {
        display: block;
    }
    .footerright {
        float: right;
        width: 80%;
    }
    .footerright .column {
        float: left;
        width: 20%;
        padding: 0;
    }
    .footerright .text h3 {
        padding: 0 0 20px;
    }
    .footerright .text p {
        padding: 0 0 10px;
    }
    .social {
        display: block;
    }
    .social2 {
        display: none;
    }
    #account-account #column-right, #account-login #column-right, #account-register #column-right  {
    	width: 30%;
     	margin: 25px 0;
    }
    .recommended .content .column {
		width: 33.333333%
	}
	.blocks .elem .text {
		padding: 24px 36px;
	}
	
	.blocks-container #block-0-0 {
		width: 30%;
	}
	.blocks-container #block-0-0 .indent {
		height: 350px;
		margin: 0 10px 0 0;
	}
	.blocks-container #block-0-0 img {
		margin: 20px -30px;
	}
	.blocks-container #block-0-1, .blocks-container #block-0-2 {
		width: 35%;
		left: 30%;
	}
	.blocks-container #block-0-1 .indent, .blocks-container #block-0-2 .indent {
		height: 170px;
	}
	.blocks-container #block-0-1 img {
		max-width: 110%;
		margin: 0;
	}
	.blocks-container #block-0-2 {
		top: 30%;
		margin: 12px 0 0 0;
	}
	.blocks-container #block-0-2 img {
		margin: 0 -20px;
	}
	.blocks-container #block-0-3 {
		position: absolute;
		width: 35%;
		left: 65%;
		margin: 0 0 0 10px;
	}
	.blocks-container #block-0-3 .indent {
		height: 350px;
	}
	.blocks-container #block-0-3 img {
		margin: 0 -10px;
		max-width: 115%;
	}
	.blocks-container #block-0-4 {
		left: 0;
		top: 50%;
		bottom: 0;
		position: relative;
		margin: 10px 0 0 0;
	}
	.blocks-container #block-0-4 .indent, .blocks-container #block-0-5 .indent {
		height: 200px;
		margin: 0;
	}
	.blocks-container #block-0-4 img {
		max-width: 100%;
		margin: 0;
	}
	.blocks-container #block-0-5 {
		margin: 10px 0 0 10px;
	}
	.blocks-container #block-0-5 img {
		width: 120%;
		margin: 0 -60px;
	}
	.blocks-container #block-0-0 .buttona {
		margin: 80px 20px 20px 20px;
	}
}

@media (min-width: 1100px) {
    .parent {
        width: 1100px;
    }
    .headbottom .left {
		display: block;
	}
	.headbottom .left, .headbottom .right {
		float: left;
		width: 50%;
	}
	.headbottom .right {
		text-align: right;
	}
    .search {
        width: 35%;
    }
    .popular .column {
		width: 33.3333%;
	}
	#account-account .column {
		width: 50%;
	}
	.blocks-container #block-0-0 .buttona {
		margin: 55px 20px 20px 20px;
	}
}

@media (min-width: 1200px) {
    .parent {
        width: 1150px;
    } 
    .head .right a, .head .left a {
        font-size: 13px;
    }
     .top .right {
        width: 370px;
    }
    .top .smallbt a {
        margin: 0 12px 0 0;
    }
    .top .containercart {
        margin: 0 0 0 16px;
    }
    .search {
        width: 30%;
        margin: 0 22px;
    }
    .minbanner  {
        height: 250px;
        margin: 10px 0 10px ;
    }
    .reviews .column {
        width: 50%;
        padding: 20px;
    }
    .alsolike .column {
        width: 33.333333%;
        padding: 0 10px;
    }
    
    .popular .column {
		width: 25%;
	}
	#review .dynamicinput input  {
		width: 100%;
	}
	
   #product-product #column-right   {
		display: block;
    	position: sticky;
   	 	top: -10px;
    	float: left;
    	width: 25%;
    	background: none;
	}
}

@media (min-width: 1400px) {
	.one-column  {
		width: 75%;
	}
	
	#product-category .two-column {
		width: 50%;
	}
    .parent {
        width: 1400px;
    }
    .search {
        width: 43%;
    }
    .pageproduct, .recommended, #product-product .leavefeedback {
    	width: 65%;
    }
    
    #product-product .rightblock  {
		display: block;
    	position: sticky;
   	 	top: -10px;
    	float: left;
    	width: 35%;
    	background: none;
	}
	#column-left, #column-right, #account-account #column-right, #product-product #column-right, #product-category #column-right, #account-login #column-right, #account-register #column-right {
    	width: 25%;
	}
	#product-product .bigrightblock, #product-product .whitebg  {
  		padding: 15px 0 0 20px;
  		background: #f3f3f3;
  		border: none;
  		box-shadow: none;
	}
	
	#product-product .whitebg {
  		padding: 0;
	}
	
	#product-product .pageproduct, #product-product .leavefeedback  {
		background: #fff;
	}
	
	#product-product .leavefeedback {
		padding: 25px 20px;
	}
	
	#product-product .pricevisible, #product-product #option, #product-product #button-cart {
		width: 100%;
	}

	.filterbt {
		display: none;
	}
    .popular .column {
		width: 20%;
	}
	#checkout-checkout .whitebg {
		width: 60%;
	}
	
	.blocks-container #block-0-0 .indent, .blocks-container #block-0-3 .indent {
		height: 400px;
	}
	.blocks-container #block-0-1 .indent, .blocks-container #block-0-2 .indent {
		height: 195px;
	}
	.blocks-container #block-0-1 img {
		max-width: 100%;
		margin: 0 40px;
	}
	.blocks-container #block-0-2 {
		margin: 13px 0 0 0;
	}
	.blocks-container #block-0-2 indent {
		width: 110%;
	}
	.blocks-container #block-0-2 img {
		max-width: 110%;
		margin: 0 -10px;
	}
	.blocks-container #block-0-4 .indent, .blocks-container #block-0-5 .indent {
		height: 230px;
	}
	.blocks-container #block-0-4 img {
		max-width: 90%;
		margin: 0 20px;
	}
	.blocks-container #block-0-5 img {
		width: 100%;
		margin: 0 -40px;
	}
}

@media (min-width: 1800px) {
	.two-column, #product-category .two-column {
		width: 60%;
	}
	.one-column {
		width: 80%;
	}
    .parent {
        width: 1800px;
    }
    .headtext {
        display: block;
    }
    .phone {
    	width: 220px;
    }
    .phone span, .phone a {
        font-size: 18px;
        font-weight: 300;
    }
    .phone a {
        font-size: 13px;
        font-weight: 400;
    }
    .phone button {
        display: inline-block;
        margin: 0 10px 0 0;
    }
	#column-left, #column-right, #account-account #column-right, #product-category #column-right, #account-login #column-right, #account-register #column-right  {
    	width: 20%;
	}
    .icons .pillar {
        width: 33.333%;
    }
    .blocks-container #block-0-0 {
		width: 19%;
	}
	.blocks-container #block-0-0 .indent {
		height: 100%;
	}
	.blocks-container #block-0-0 img {
 		max-width: 150%;
 		margin: 0 -45px 0;
	}
	.blocks-container #block-0-1, .blocks-container #block-0-2 {
		width: 25%;
		height: 50%;
		left: 19%;
	}
	.blocks-container #block-0-1 .indent {
		margin: 0 10px 0 0;
		height: 100%;
	}
	
	.blocks-container #block-0-2 img, .blocks-container #block-0-3 img, .blocks-container #block-0-4 img, .blocks-container #block-0-5 img {
		max-width: 110%;
	}
	.blocks-container #block-0-1 img {
		margin: 0 -40px;
		max-width: 115%;
	}
	
	.blocks-container #block-0-2 {
		top: 50%;
		margin: 0;
		overflow: hidden;
	}
	.blocks-container #block-0-2 .indent {
		margin: 10px 10px 0 0;
		height: 100%;
	}
	
	.blocks-container #block-0-2 img {
		margin: 0 -20px;
	}
	
	.blocks-container #block-0-3 {
		width: 25%;
		left: 44%;
		position: absolute;
		background: #ffeaea;
		top: 0;
		bottom: 0;
		margin: 0;
	}
	.blocks-container #block-0-3 .indent {
		background: none;  
		height: 100%;
		margin: 0 10px 0 10px;
	}
	.blocks-container #block-0-3 img {
		margin: 10px -20px 0;   
	}
	.blocks-container #block-0-4, .blocks-container #block-0-5 {
		width: 31%;
		height: 50%;
		left: 69%;
		top: 0;
		position: absolute;
		margin: 0 0 0 10px;
	}
	.blocks-container #block-0-4 .indent {
		margin: 0;
		height: 100%;
	}
	.blocks-container #block-0-4 img {
		padding: 20px;
		margin: 0 -20px;
	}
	.blocks-container #block-0-5 {
		top: 50%;
	}
	
	.blocks-container #block-0-5 .indent {
		margin: 10px 0 0 0;
		height: 100%;
	}
	.blocks-container #block-0-5 img {
		margin: 0 -50px;
	}
    .productcategory .product {
    	padding: 0;
    }
    .content .column {
        width: 20%;
        overflow: hidden;
    }
    .reviews .column {
        width: 33.333333333%;
        padding: 20px;
    }
    .pagecart, .pageproduct, .recommended, #product-product .leavefeedback {
    	width: 75%;
    }
    .recommended .content .column, .productcategory .content .column, #checkout-cart .rightblock, #product-product .rightblock  {
		width: 25%
	}
	#product-search .allcolumn .column {
		width: 20%;
	}
	.options .option, .minselect select, #account-account .column {
  		width: 30%;
	}
}
