::selection {
 background-color: #1a1a1a;
 color: #fff;
}
::-moz-selection {
 background-color: #1a1a1a;
 color: #fff;
}
@-moz-document url-prefix(){
 select {
 background-image: none !important;
 }
}
html, body {
 margin: 0;
 padding: 0;
 height: 100%;
}
textarea, input {
 outline: none;
 resize: none;
 box-sizing: border-box;
}
img, a img {
 border: none;
 outline: none;
}
a {
 text-decoration: none;
 color: #7a7a7a;
}
body {
 font-size: 13px;
 line-height: 24px;
 color: #7a7a7a;
 font-weight: 400;
 font-family: 'Open Sans';
 width: 100%;
 overflow-x: hidden;
 background: #fff;
}

p {padding: 0; margin: 0;}

h1, h2, h3, h4, h5, h6 {
 margin: 0 0 24px;
 padding: 0;
 font-weight: 700;
 line-height: 24px;
 color: #1a1a1a;
 font-family: 'Arimo';
 text-transform: uppercase;
 letter-spacing: 1px;
}

h1 {font-size: 22px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}

hr {
 border: none;
 height: 1px;
 background: #d8d8d8;
}

aside ul, aside ol, aside li {
 margin: 0;
 padding: 0;
 list-style: none;
 list-style-type: none;
}

textarea {
 overflow: auto;
 border: 1px solid #d8d8d8;
 background: #fff;
 color: #7a7a7a;
 line-height: 24px;
 min-height: 40px;
 padding: 7px 15px;
 font-size: 13px;
 font-family: 'Open Sans';
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"] {
 border: 1px solid #d8d8d8;
 background: #fff;
 color: #7a7a7a;
 line-height: 24px;
 height: 34px;
 padding: 5px 15px;
 font-family: 'Open Sans';
 background: #fff;
 transition: all .2s ease;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus {
 border: 1px solid #1a1a1a;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
 border: none;
 color: #1a1a1a;
 line-height: 24px;
 height: 34px;
 padding: 5px 15px;
 font-weight: 700;
 font-family: 'Arimo';
 font-size: 11px;
 letter-spacing: 1px;
 text-transform: uppercase;
 background: #fff;
 box-shadow: inset 0 0 0 2px #1a1a1a;
 cursor: pointer;
 transition: all .3s ease;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
 background: #1a1a1a;
 color: #fff;
}

select {
 border: 1px solid #d8d8d8;
 background: #fff;
 cursor: pointer;
 font-size: 13px;
 font-family: 'Open Sans';
 line-height: 24px;
 min-height: 34px;
 padding: 5px 24px 5px 10px;
 background-image: url('/img/select.png');
 background-position: right center;
 background-repeat: no-repeat;
 line-height: 1em;
 text-indent: 1px;
 text-overflow: '';
 -ms-appearance: none;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
select::-ms-expand {
 display: none;
}
select:focus {
 outline: none;
}

.row:after, .clr:after {
 content: "";
 display: block;
 clear: both;
}

.col-6 {width: 170px;}
.col-5 {width: 210px;}
.col-4 {width: 270px;}
.col-3 {width: 370px;}
.col-2 {width: 570px;}

.col-6,
.col-5,
.col-4,
.col-3,
.col-2
{
 float: left;
 margin-right: 30px;
}

.col-6:nth-child(6n),
.col-5:nth-child(5n),
.col-4:nth-child(4n),
.col-3:nth-child(3n),
.col-2:nth-child(2n)
{
 margin-right: 0;
}

.col-6:nth-child(6n+1),
.col-5:nth-child(5n+1),
.col-4:nth-child(4n+1),
.col-3:nth-child(3n+1),
.col-2:nth-child(2n+1)
{
 clear: left;
}

.col-6 *,
.col-5 *,
.col-4 *,
.col-3 *,
.col-2 *
{
 max-width: 100%;
}


.cnt {width: 1170px; margin: 0 auto;}
.clr:after {content: ''; display: block; clear: both;}
.oh {overflow: hidden;}


#wrapper {
 width: 100%;
 overflow: hidden;
 box-shadow: 0 0 100px rgba(0, 0, 0, 0.3);
 margin: 0 auto;
}
.wrapper-with-padding {
 padding-top: 90px;
}

#loader {
 position: fixed;
 background: #fff url(/img/loader.gif) center no-repeat;
 width: 100%;
 height: 100%;
 z-index: 9991;
}
.loading {
 text-align: center;
 padding: 10px 0;
}
.loading > img {
 width: 24px;
 height: 24px;
}
.loading-end {
 padding-top: 24px;
 font-size: 15px;
 font-weight: 600;
 color: #1a1a1a;
 border-top: 1px solid #d8d8d8;
 text-align: center;
}

.button {
 display: inline-block;
 line-height: 34px;
 padding: 0 15px;
 text-transform: uppercase;
 font-weight: 700;
 font-family: 'Arimo';
 font-size: 11px;
 letter-spacing: 1px;
 transition: all .3s ease;
}
.button-1 {
 box-shadow: inset 0 0 0 2px #1a1a1a;
 color: #1a1a1a;
}
.button-1:hover {
 color: #fff;
 background: #1a1a1a;
}
.section {
 padding-top: 80px;
 padding-bottom: 80px;
}



/* GO TOP BUTTON -------------- */

#go-top {
 display: block;
 cursor: pointer;
 position: fixed;
 bottom: 30px;
 right: 30px;
 width: 34px;
 height: 34px;
 line-height: 34px;
 text-align: center;
 background: rgba(255, 255, 255, 0.7);
 box-shadow: inset 0 0 0 2px #1a1a1a;
 color: #1a1a1a;
 font-size: 18px;
 z-index: 999;
 transition: all .3s ease;
}
#go-top:hover {
 background: #1a1a1a;
 color: #fff;
}




/* HEADER --------------------- */

#header {
 height: 90px;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 999;
 transition: all .3s ease;
}
.header-scroll {
 background: #fff;
 border-bottom: 1px solid #d8d8d8;
}
#header > .cnt {
 position: relative;
}
.header-not-home-page {
 background: #fff;
}



/* LOGO ----------------------- */

#logo {
 display: block;
 float: left;
 height: 90px;
 line-height: 0;
 overflow: hidden;
}
#logo img {
 max-height: 90px;
}




/* SHOPPING CART ---------------- */

#shop-basket {
 position: relative;
 float: right;
 width: 70px;
 height: 90px;
 padding-right: 10px;
 z-index: 999;
}
.shop-basket-icon {
 position: relative;
 width: 40px;
 height: 90px;
 background: url(/img/cart.png) right no-repeat;
 cursor: pointer;
 padding-left: 30px;
}
.shop-basket-items-num {
 display: block;
 position: absolute;
 right: -10px;
 bottom: 20px;
 width: 24px;
 height: 24px;
 border-radius: 24px;
 text-align: center;
 background: #1a1a1a;
 color: #fff;
}
.shop-basket-body {
 position: absolute;
 top: 190px;
 right: -9999px;
 opacity: 0;
 padding: 20px;
 background: #fff;
 border: 2px solid #1a1a1a;
 cursor: default;
 width: 290px;
 box-sizing: border-box;
 transition: top .3s ease, opacity .3s ease;
}
.shop-basket-opened .shop-basket-body {
 top: 90px;
 right: 0;
 opacity: 1;
}
.shop-basket-body ul, .shop-basket-body ul li {
 margin: 0;
 padding: 0;
}
.shop-basket-body ul li {
 list-style-type: none;
 margin-bottom: 10px;
 height: 88px;
 position: relative;
}
.shop-basket-body ul li > img {
 float: left;
 width: 55px;
 height: 80px;
}
.shop-basket-item {
 margin-left: 75px;
 padding-right: 35px;
 line-height: 16px;
}
.shop-basket-item > a:hover {
 border-bottom: 1px solid #1a1a1a;
 color: #1a1a1a;
 
}
.shop-basket-item-price {
 font-size: 15px;
 color: #1a1a1a;
 font-family: 'Arimo';
 display: block;
 padding: 8px 0;
}
.shop-basket-item-remove {
 display: block;
 position: absolute;
 top: 0;
 right: 0;
 line-height: 15px;
 font-size: 15px;
 color: #1a1a1a;
}
.shop-basket-item-remove:hover {
 color: #c34646;
}
.shop-basket-amount {
 background: #f2f2f2;
 line-height: 36px;
 font-size: 15px;
 color: #1a1a1a;
 margin: 0 -20px 20px;
 padding: 0 20px;
}
.shop-basket-buttons a {
 float: left;
}
.shop-basket-buttons a:first-child {
 margin-right: 10px;
}
.shop-basket-more {
 margin-bottom: 20px;
 font-weight: 600;
 color: #1a1a1a;
}
.shop-basket-more span {
 font-family: 'Times New Roman';
}
.shop-basket-more a {
 color: #1a1a1a;
 border-bottom: 1px dashed #1a1a1a;
}
.shop-basket-more a:hover {
 color: #c34646;
 border-color: #c34646;
}



/* SEARCH FORM --------------------- */

#search {
 float: right;
 line-height: 90px;
}
.search-icon {
 color: #1a1a1a;
 font-size: 14px;
}
#search-form {
 position: absolute;
 width: 0;
 height: 90px;
 top: 0;
 right: 0;
 background: #f2f2f2;
 overflow: hidden;
 opacity: 0;
 z-index: 1000;
 padding-top: 28px;
 box-sizing: border-box;
 transition: all .3s ease;
}
#search-form.search-form-opened {
 width: 100%;
 opacity: 1;
}
.header-scroll #search-form, .header-not-home-page #search-form {
 background: #fff;
}
#search-form .search-form-field {
 width: 100%;
}
.search-form-close {
 display: block;
 position: absolute;
 top: 28px;
 right: 0;
 line-height: 34px;
 padding: 0 10px;
 font-size: 15px;
 color: #1a1a1a;
}
.search-form-close:hover {color: #c34646;}





/* MENU ------------------------- */

.menu-icon {
 float: right;
 line-height: 90px;
 margin-right: 30px;
 font-size: 14px;
 cursor: pointer;
 color: #1a1a1a;
}





/* SLIDER ------------------- */

.slider-section {
 padding-top: 90px;
 background: #f2f2f2;
 position: relative;
 overflow: hidden;
}
.slider-image {
 float: left;
 width: 50%;
 padding-right: 30px;
 line-height: 0;
 box-sizing: border-box;
}
.slider-image img {
 width: 100%;
}
.slider-text {
 float: left;
 width: 50%;
 padding-left: 30px;
 padding-right: 170px;
 text-align: right;
 font-family: 'Arimo';
 margin-top: 20%;
 box-sizing: border-box;
}
.slider-text-big {
 display: block;
 font-size: 36px;
 line-height: 40px;
 color: #1a1a1a;
 font-weight: 700;
 text-transform: uppercase;
 margin-bottom: 30px;
}
.slider-text-medium {
 display: block;
 font-size: 22px;
 text-transform: uppercase;
 line-height: 26px;
 font-weight: 700;
}
.slider-text-small {
 display: block;
 text-transform: uppercase;
 line-height: 26px;
 font-size: 18px;
}
.slider-button {
 display: block;
 text-align: center;
 width: 50px;
 height: 50px;
 line-height: 50px;
 background: #1a1a1a;
 color: #fff;
 cursor: pointer;
 font-size: 24px;
 position: absolute;
 top: 50%;
 margin-top: -25px;
 opacity: 0;
 transition: all .3s ease;
}
.slider-button:hover {background: #c34646;}
.slider-button-prev {left: -50px;}
.slider-button-next {right: -50px;}
.slider-section:hover .slider-button {opacity: 1;}
.slider-section:hover .slider-button-prev {left: 30px;}
.slider-section:hover .slider-button-next {right: 30px;}




/* LATEST ITEMS -------------------- */

.latest {
 position: relative;
}
.title {
 position: relative;
}
.title span {
 position: relative;
 z-index: 2;
 background: #fff;
 padding-right: 15px;
}
.title:after {
 content: '';
 display: block;
 width: 100%;
 height: 1px;
 background: #d8d8d8;
 position: absolute;
 top: 50%;
 z-index: 1;
}
.goods-list:after {
 content: '';
 display: block;
 clear: both;
}
.list-item {
 float: left;
 margin-top: 20px;
 margin-bottom: 30px;
 margin-right: 30px;
 width: 270px;
}
.latest {
 width: 1200px;
}
.latest .list-item {
 width: 100%;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 0;
}
.latest .owl-item {
 padding-right: 30px;
 box-sizing: border-box;
}
#latest-items, #latest-items .cnt {
 overflow: hidden;
}
.item {
 position: relative;
}
.item * {
 max-width: 100% !important;
}
.item-image {
 width: 100%;
}
.item-new {
 display: none;
 position: absolute;
 line-height: 34px;
 color: #fff;
 text-align: center;
 width: 55px;
 top: 0;
 left: 0;
 z-index: 3;
 font-family: 'Arimo';
 font-weight: 700;
 text-transform: uppercase;
 letter-spacing: 1px;
 background: #58c346;
 font-size: 12px;
}
.item-sale {
 display: block;
 position: absolute;
 line-height: 34px;
 color: #fff;
 text-align: center;
 width: 55px;
 top: 0;
 right: 0;
 z-index: 3;
 font-family: 'Arimo';
 font-weight: 700;
 text-transform: uppercase;
 letter-spacing: 1px;
 background: #c34646;
 font-size: 12px;
}
.item-info {
 position: absolute;
 width: 100%;
 height: 100%;
 z-index: 2;
 background: rgba(255, 255, 255, 0.85);
 top: 0;
 left: 0;
 opacity: 0;
 transition: opacity .3s ease;
}
.item:hover .item-info {
 opacity: 1;
}
.item-info-body {
 position: absolute;
 width: 100%;
 text-align: center;
 top: 50%;
 margin-top: -50px;
}
.item-price {
 display: block;
 color: #1a1a1a;
 font-size: 20px;
 font-family: 'Arimo';
 margin: 7px 0;
}
.item-bottom {
 position: relative;
 z-index: 4;
 text-align: center;
}
.item-title {
 font-size: 14px;
 margin: 10px 0; 
}
.item-title a {
 color: #1a1a1a;
 transition: all .3s ease;
}
.item-title a:hover {
 color: #c34646;
}
.item-breif {
 display: none;
}
.latest-items-arrows {
 position: absolute;
 height: 24px;
 padding-left: 15px;
 top: 0;
 right: 30px;
 z-index: 2;
 background: #fff;
 overflow: hidden;
}
.latest-items-arrow {
 display: block;
 float: right;
 height: 24px;
 line-height: 24px;
 width: 24px;
 text-align: center;
 font-size: 16px;
 box-shadow: inset 0 0 0 2px #d8d8d8;
 cursor: pointer;
 margin-left: 5px;
 transition: all .3s ease;
}
.latest-items-arrow:hover {
 color: #1a1a1a;
 box-shadow: inset 0 0 0 2px #1a1a1a;
}



/* BANNERS ------------------------- */

.banner {
 display: block;
 line-height: 0;
 transition: all .3s ease;
}
.banner:hover {
 opacity: 0.7;
}
.banner * {
 max-width: 100% !important;
}
.banner-2 {
 margin-bottom: 30px;
}
.banner-3 {
 float: left;
 margin-right: 30px;
}
.banner-4 {
 float: left;
}

.banner-1 {width: 570px;}
.banner-2 {width: 570px;}
.banner-3 {width: 270px;}
.banner-4 {width: 270px;}
.banner-5 {width: 100%;}
.banner-6 {width: 100%;}



/* BESTSELLERS ---------------------- */

.bestsellers .list-item {
 margin-top: 50px;
 margin-bottom: 0;
}
.bestsellers .title {
 margin-bottom: -26px;
}
.bestsellers .list-item:nth-child(4n) {margin-right: 0;}
.bestsellers .list-item:nth-child(4n+1) {clear: left;}



/* FOOTER --------------------------- */

#footer {
 margin-top: 80px;
}


/* BRANDS --------------------------- */

.brands {
 border-bottom: 1px solid #d8d8d8;
 padding-bottom: 50px;
 margin-bottom: 50px;
}
.brand img {
 opacity: 0.3;
 transition: all .3s ease;
}
.brand img:hover {
 opacity: 1;
}



/* FOOTER BLOCKS ------------------- */

.footer-blocks {
 border-bottom: 1px solid #d8d8d8;
 padding-bottom: 50px;
}
.footer-block > h4 {
 font-size: 18px;
}
.black-color, .black-color a {
 color: #1a1a1a;
 font-weight: 600;
}
a.social {
 display: inline-block;
 width: 36px;
 height: 36px;
 line-height: 36px;
 background: #fff;
 color: #1a1a1a;
 box-shadow: inset 0 0 0 2px #d8d8d8;
 text-align: center;
 border-radius: 36px;
 transition: all .3s ease;
}
a.social:hover {
 background: #1a1a1a;
 box-shadow: none;
 color: #fff !important;
}
.footer-block ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
.footer-block ul li {
 margin: 0;
 padding: 3px 0;
}
.footer-block a:hover {
 color: #1a1a1a;
}
.copyrights {
 padding: 30px 0;
}
.payments {
 float: left;
 line-height: 0;
}
.payments > span {
 padding-right: 5px;
}
.copy {
 padding-top: 3px;
 float: right;
}
.copy a {
 color: #1a1a1a;
}



/* MIDDLE -------------------------------- */

#middle {
 padding-top: 90px;
}


/* PATH ----------------------------------- */
.path {
 border-top: 1px solid #d8d8d8;
 border-bottom: 1px solid #d8d8d8;
 padding-top: 13px;
 padding-bottom: 13px;
 margin-bottom: 30px;
}
.path .fa-angle-right {
 padding-left: 7px;
 padding-right: 7px; 
}
.path > span {
 color: #1a1a1a;
 border-bottom: 1px solid #1a1a1a;
}


/* CATEGORY NAME --------------------------- */

.category-name {
 position: relative;
 line-height: 0;
 margin-bottom: 30px;
}
.category-name > img {
 width: 100%;
}
.category-name > h1 {
 position: absolute;
 width: 100%;
 text-align: center;
 color: #fff;
 font-size: 48px;
 line-height: 48px;
 top: 50%;
 margin: -24px 0 0;
 padding: 0;
 z-index: 2;
}



/* CONTENT ----------------------------- */

.content {
 float: right;
 width: 870px;
}



/* GOODS -------------------------------- */

.goods-settings {
 margin-bottom: 10px;
}
.goods-view-mode {
 float: left;
}
.goods-view-mode > span {
 cursor: pointer;
 display: inline-block;
 margin-right: 7px;
 padding: 0 15px;
 line-height: 34px;
 height: 34px;
 overflow: hidden;
 color: #1a1a1a;
 box-shadow: inset 0 0 0 1px #d8d8d8;
 transition: all .3s ease;
}
.goods-view-mode > span .fa {
 font-size: 18px;
 line-height: 36px;
 margin-right: 5px;
}
.goods-view-mode > span > * {
 float: left;
}
.goods-view-mode-active {
 background: #1a1a1a;
 color: #fff !important;
 box-shadow: inset 0 0 0 1px #1a1a1a !important;
 cursor: default !important;
}
.goods-view-mode > span:hover {
 box-shadow: inset 0 0 0 1px #1a1a1a !important;
}
.goods-sorter {
 float: right;
 line-height: 34px;
}
.goods-sorter a {
 display: inline-block;
 padding: 0 15px;
 box-shadow: inset 0 0 0 1px #d8d8d8;
 color: #1a1a1a;
 font-weight: 600;
 margin-left: 5px;
 margin-bottom: 10px;
 transition: all .3s ease;
}
.goods-sorter a:hover {
 box-shadow: inset 0 0 0 1px #1a1a1a;
}
.goods-sorter a.active {
 box-shadow: inset 0 0 0 1px #1a1a1a;
 background: #1a1a1a;
 color: #fff;
}
.content .list-item:nth-child(3n) {margin-right: 0;}
.content .list-item:nth-child(3n+1) {clear: left;}

.list-item-view-mode-list .list-item {
 float: none !important;
 margin-right: 0 !important;
 clear: both !important;
 width: 100% !important;
}
.list-item-view-mode-list .list-item .item {
 position: relative;
 border-bottom: 1px dotted #d8d8d8;
 padding-bottom: 30px;
 margin-top: 20px;
 margin-bottom: 10px;
}
.list-item-view-mode-list .list-item .item:after {
 content: '';
 display: block;
 clear: both;
}
.list-item-view-mode-list .list-item .item-image {
 width: 170px;
 float: left;
}
.list-item-view-mode-list .list-item .item-new {
 left: 0;
}
.list-item-view-mode-list .list-item .item-sale {
 right: auto;
 left: 115px;
}
.list-item-view-mode-list .list-item .item-breif {
 display: block;
 margin-left: 200px;
}
.list-item-view-mode-list .list-item .item-info {
 position: static;
 text-align: left;
 margin-left: 200px;
 opacity: 1;
 width: auto;
 height: auto;
 padding-top: 15px;
 padding-bottom: 15px;
}
.list-item-view-mode-list .list-item .item-info .item-info-body {
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 position: static;
 margin-top: 0;
 width: auto;
 height: auto;
 text-align: left;
}
.list-item-view-mode-list .list-item .item-bottom {
 margin-left: 200px;
 text-align: left;
}
.list-item-view-mode-list .list-item .item-title {
 margin-top: 0;
 margin-bottom: 24px;
}
.list-item-view-mode-list .list-item .item-price, .list-item-view-mode-list .list-item .item-price-old {
 display: inline;
}
.list-item-view-mode-list .list-item .item-rating {
 padding-bottom: 15px;
 text-align: left;
}



/* SIDEBAR --------------------------- */

.sidebar {
 float: left;
 width: 250px;
}
.block {
 margin-bottom: 50px;
}
.block .title {
 font-size: 18px;
}
.block .list-item {
 float: none;
 margin: 0;
 width: 100%;
}
.block .list-item .item-bottom {
 text-align: left;
}


/* POLL ------------------------------- */

.pollQue, .pollQue b {
 font-weight: normal;
 font-size: 15px;
 color: #1a1a1a;
 font-family: 'Open Sans' !important;
 padding-top: 0 !important;
}
.pollAns {
 padding-top: 10px;
 font-size: 13px !important;
 font-family: 'Open Sans' !important;
 line-height: 34px !important;
}
.pollButton {
 margin-top: 15px;
 text-align: left;
}
.pollBut {
 height: 36px !important;
 text-transform: uppercase;
}
.pollLnk, .pollTot {display: none;}




/* GOOD PAGE ---------------------------- */

.good-images {
 float: left;
 width: 270px;
 position: relative;
 margin-bottom: 50px;
 line-height: 0;
}
.good-images img {
 cursor: pointer;
 opacity: 1;
}
.good-images img:hover {
 opacity: 0.9;
}
.good-images .big {
 width: 100%;
 margin-bottom: 15px;
}
.good-images .small {
 width: 80px;
 float: left;
 margin-left: 15px;
}
.good-images .small:first-child {
 margin-left: 0;
}
.good-info {
 margin-left: 300px;
 margin-bottom: 50px;
}
.good-title {
 font-size: 18px;
 padding-bottom: 15px;
 border-bottom: 1px solid #d8d8d8;
}
.good-price-rating {
 padding-bottom: 24px;
 overflow: hidden;
}
.good-price {
 float: left;
 color: #1a1a1a;
 font-size: 20px;
 font-family: 'Arimo';
}
.good-price s {
 font-size: 13px;
 color: #7a7a7a;
}
.good-rate {
 float: right;
 padding-top: 5px;
}
.good-brief {
 padding-bottom: 24px;
 margin-bottom: 24px;
 border-bottom: 1px solid #d8d8d8;
}
.good-options {
 overflow: hidden;
 padding-bottom: 14px;
 border-bottom: 1px solid #d8d8d8;
 margin-bottom: 24px;
}
.good-options ul, .good-options ul li {
 margin: 0;
 padding: 0;
}
.good-options ul li {
 float: left;
 list-style: none;
 margin-right: 30px;
 margin-bottom: 10px;
}
.good-options ul li .opt {
 padding-right: 5px;
}
.good-options ul li .val {
 position: relative;
}
.good-buttons {
 overflow: hidden;
 padding-bottom: 24px;
 margin-bottom: 24px;
 border-bottom: 1px solid #d8d8d8;
}
.to-basket {
 overflow: hidden;
}
.to-basket > * {
 float: left;
}
.to-basket input[type="text"] {
 text-align: center;
 width: 50px;
 padding-left: 0;
 padding-right: 0;
 border-left: none;
 border-right: none;
}
.to-basket input[type="button"] {
 background: #1a1a1a;
 color: #fff;
 margin-left: 10px;
}
.to-basket input[type="button"]:hover {
 background: #c34646;
 box-shadow: inset 0 0 0 2px #c34646;
}
.to-basket > span {
 display: block;
 width: 40px;
 height: 34px;
 background: #f2f2f2;
 color: #1a1a1a;
 box-shadow: inset 0 0 0 1px #d8d8d8;
 text-align: center;
 line-height: 36px;
 cursor: pointer;
 font-size: 12px;
}
.to-basket > span:active {
 box-shadow: inset 0 0 0 1px #d8d8d8, inset 0 0 7px rgba(0, 0, 0, 0.15);
}
.to-basket .button {
 font-size: 16px;
 line-height: 34px;
 margin-left: 10px;
 padding: 0;
 width: 40px;
 text-align: center;
}
.wish {
 width: 34px;
 height: 34px;
 cursor: pointer;
 margin-left: 10px;
 transition: background .3s ease;
}
.wish:hover {background: url(/img/wish-hover.png);}
.wadd {background: url(/img/wadd.png);}
.wdel {background: url(/img/wdel.png);}

.to-basket input[type="button"]#buy-now {
 background: #fff;
 color: #1a1a1a;
 float: right;
}
.to-basket input[type="button"]#buy-now:hover {
 box-shadow: inset 0 0 0 2px #1a1a1a;
 background: #1a1a1a;
 color: #fff;
}
.shop-options, .shop-options li {
 margin: 0;
 padding: 0;
}
.shop-options li {
 list-style-type: none;
}
.shop-options {
 font-weight: 600;
 color: #1a1a1a;
 margin-bottom: 24px;
}
.shop-options li .val {
 color: #7a7a7a;
 font-weight: 400;
}
.shop-options noindex, .shop-options .eTag {
 font-weight: 400;
 color: #7a7a7a;
}
.shop-options .eTag:hover {
 color: #1a1a1a;
}
#good-tabs {
 overflow: hidden;
 margin-bottom: 50px;
}
#good-tabs .aTabsHead {
 float: left;
 width: 270px;
}
#good-tabs .aTabsHead > span {
 display: block;
 height: 40px;
 line-height: 40px;
 box-sizing: border-box;
 border-left: 1px solid #d8d8d8;
 border-top: 1px solid #d8d8d8;
 border-bottom: 1px solid #d8d8d8;
 margin-bottom: -1px;
 cursor: pointer;
 font-family: 'Arimo';
 font-size: 12px;
 letter-spacing: 1px;
 text-transform: uppercase;
 font-weight: 700;
 padding-left: 20px;
 padding-right: 20px;
 background: #fff;
 transition: color .3s ease;
}
#good-tabs .aTabsHead > span:hover {
 color: #1a1a1a;
}
#good-tabs .aTabsHead > span.aTabsHeadSpanActive {
 border-left: 3px solid #1a1a1a;
 padding-left: 18px;
 color: #1a1a1a;
 margin-right: -1px;
}
#good-tabs > ul, #good-tabs > ul > li {
 margin: 0;
 padding: 0;
}
#good-tabs > ul {
 list-style: none;
 margin-left: 270px;
}
#good-tabs > ul {
 min-height: 115px;
 padding: 20px 30px;
 border: 1px solid #d8d8d8;
}
.g-block {
 margin-bottom: 50px;
}



/* BLOG ---------------------------------- */

.block .catsTd {
 padding: 8px 0;
 border-bottom: 1px dotted #d8d8d8;
}
.block .catsTd a:hover {
 color: #1a1a1a;
}
.block ul, .block li {
 margin: 0;
 padding: 0;
}
.block li {
 padding: 8px 0;
 border-bottom: 1px dotted #d8d8d8;
}
.block li a:hover {
 color: #1a1a1a;
}
.post-wrap {
 float: left;
 width: 420px;
 margin-right: 30px;
 margin-bottom: 30px;
}
.post-wrap:nth-child(2n) {margin-right: 0;}
.post-wrap:nth-child(2n+1) {clear: left;}

.post {
 background: #f6f6f6;
 line-height: 0;
}
.post-img {
 width: 100%;
}
.post-body {
 line-height: 24px;
 padding: 20px;
}
.post-title {
 font-size: 14px;
 margin-bottom: 10px;
}
.post-title a {
 color: #1a1a1a;
 transition: all .3s ease;
}
.post-title a:hover {
 color: #c34646;
}
.post-details {
 border-top: 1px solid #ededed;
 padding: 20px;
 overflow: hidden;
 line-height: 24px;
}
.post-date {
 float: left;
}
.post-links {
 float: right;
 font-size: 16px;
}
.post-links a {
 padding-left: 7px;
}
.post-links a:hover {
 color: #1a1a1a;
}



/* PHOTO --------------------------------- */

.uphoto {
 width: auto !important;
}
.uphoto {
 display: block !important;
 margin: 0 !important;
}
.photo-list, .photo-wrap {
 margin: 0;
 padding: 0;
}
.photo-list {
 overflow: hidden;
}
.photo-wrap {
 list-style-type: none;
 float: left;
 width: 270px;
 margin-right: 30px;
 margin-bottom: 30px;
}
.photo-wrap:nth-child(3n) {margin-right: 0;}
.photo-wrap:nth-child(3n+1) {clear: left;}

.photo {
 position: relative;
 line-height: 0;
}
.photo img {
 width: 100%;
}

.photo .ulightbox {
 display: block;
 position: absolute;
 z-index: 2;
 width: 0;
 height: 0;
 background: rgba(255, 255, 255, 0.7);
 top: 50%;
 left: 50%;
 margin: 0;
 opacity: 0;
 overflow: hidden;
 transition: all .3s ease;
}
.photo:hover .ulightbox {
 opacity: 1;
 width: 80%;
 height: 80%;
 margin: 10%;
 top: 0;
 left: 0;
}
.photo .ulightbox:before, .photo .ulightbox:after {
 content: '';
 display: block;
 position: absolute; 
 background: #1a1a1a;
 z-index: 3;
 top: 50%;
 left: 50%;
 opacity: 0;
 transition: all .3s ease;
}
.photo:hover .ulightbox:before, .photo:hover .ulightbox:after {
 opacity: 1;
}
.photo .ulightbox:before {
 margin-top: -1px;
 margin-left: -25px;
 width: 50px;
 height: 2px;
}
.photo .ulightbox:after {
 margin-top: -25px;
 margin-left: -1px;
 width: 2px;
 height: 50px;
}



/* FORUM -------------------------- */

.gTable {
 background: none;
 border-spacing: 0;
}
.gTable td {
 padding: 5px 20px;
}
.gTableTop {
 line-height: 40px;
 padding: 0 20px !important;
 color: #fff;
 text-decoration: none;
 font-size: 12px !important;
 text-transform: uppercase;
 font-weight: 700;
 letter-spacing: 1px;
 font-family: 'Arimo';
 letter-spacing: 1px;
 background: #1a1a1a;
}
.gTableTop a {
 color: #fff !important;
 text-decoration: none;
 font-size: 12px;
 letter-spacing: 1px;
}
.gTableSubTop {
 padding: 5px 10px;
 font-weight: 600;
 font-size: 13px;
}
.catLink {
 color: #fff !important;
 font-size: 12px !important;
 text-transform: uppercase;
 font-weight: 700;
 letter-spacing: 1px;
 font-family: 'Arimo';
 letter-spacing: 1px;
}
.catLink:hover, .gTableTop a:hover {
 color: #fff !important;
}
.funcBlock {
 padding-right: 10px;
}
.forumIcoTd {
 text-align: center;
}
.forumIcoTd,
.forumNameTd,
.forumThreadTd,
.forumPostTd,
.forumLastPostTd {
 padding: 5px 10px; 
}
.forumThreadTd,
.forumPostTd,
.threadPostTd,
.threadViewTd,
.threadAuthTd,
.threadIcoTd,
.threadNametd,
.threadAuthTd,
.threadLastPostTd
{
 vertical-align: middle;
 padding-left: 20px;
}
.forumNameTd {
 line-height: 24px;
}
.forumNameTd a {
 font-size: 12px;
 text-transform: uppercase;
 font-family: 'Arimo';
 letter-spacing: 1px;
 font-weight: 700;
}
.forumNamesBar {
 padding-left: 10px !important;
}
.frmBtns {
 text-align: right;
 padding-right: 10px;
}
.legendTd {
 padding: 0 10px;
}
.threadIcoTd,
.threadIcoTd {
 text-align: center;
 vertical-align: middle;
}
.threadsDetails {
 padding: 5px;
}
.postTdTop {
 text-align: center;
 padding: 5px; 
}
.postTdInfo {
 text-align: center;
}
.posttdMessage {
 vertical-align: top;
 padding: 5px;
}

.threadsDetails,
.postTdTop {
 background: none;
}
.gTable tr {
 background: none;
}
.gDivBottomRight {
 height: 50px;
}
.pagesInfo { 
 padding: 0 10px;
 line-height: 24px;
}
.switchActive {
 padding: 0 10px;
 color: #fff;
}
.postBottom {
 padding: 0 20px !important;
}
#thread_search_form {
 position: relative;
 padding-bottom: 10px;
 overflow: hidden;
}
#thread_search_button {
 position: absolute;
 top: 0;
 right: 0;
}
.fNavLink {
 display: inline-block;
 margin-bottom: 30px;
}
#forum_filter {
 text-align: right;
 padding-bottom: 10px;
 margin-top: -32px;
}
#forum_filter form {
 display: inline-block;
}
#filter_by {
 display: inline-block;
 line-height: 34px;
}
.postPreview, #iplus, .ucoz-editor-panel input, .allUsersBtn, .uSearchFlSbm {
 width: auto !important;
}
#selectPhotosBtn, #order-button {
 width: auto !important;
 height: auto !important;
}
#thread_search_field {
 float: left !important;
 width: 165px !important;
}
.forumIcoTd,
.forumNameTd,
.forumThreadTd,
.forumPostTd,
.forumLastPostTd,
.forumThreadTd,
.forumPostTd,
.threadPostTd,
.threadViewTd,
.threadAuthTd,
.threadIcoTd,
.threadNametd,
.threadAuthTd,
.threadLastPostTd,
.postTdTop,
.postBottom
{
 border-bottom: 1px solid #d8d8d8;
}

.postTdTop,
.postBottom
{
 border-top: 1px solid #d8d8d8;
}

.gTableSubTop,
.pagesInfo
{
 background: #f2f2f2;
}

.gTableSubTop,
.gTableSubTop a
{
 color: #1a1a1a !important;
}

.postTdInfo {border-right: 1px solid #d8d8d8;}
.forumNameTd {color: #7a7a7a;}
a.forum {color: #1a1a1a;}
.forumContent a:hover
{
 color: #1a1a1a;
}



/* USER PAGES ----------------------- */

.cnt-user {
 width: 870px;
 margin: 0 auto;
}
.cnt-user .menu-icon {
 margin-right: 0 !important;
}
#middle.cnt-user {
 padding-top: 0px;
}
#middle.cnt-user .path {
 border-top: none;
}
.cnt-user .uMenuRoot li {
 margin: 0 !important;
}
.cnt-user #menu {
 margin-right: 0;
}
.cnt-user .uMenuRoot li a {
 padding: 0 !important;
 box-shadow: none !important;
 margin-left: 30px;
}
.cnt-user .uMenuRoot li a:hover {
 color: #c34646 !important;
}
.header-user {
 min-height: 90px;
 position: static !important;
 background: #fff;
 border-bottom: 1px solid #d8d8d8;
 transition: all .3s ease;
}
#user-logo {
 float: left;
 line-height: 90px;
 height: 90px;
 overflow: hidden;
 font-size: 20px;
 text-transform: uppercase;
 color: #1a1a1a;
 font-weight: 700;
 letter-spacing: 1px;
 font-family: 'Arimo';
}
.user-tabs {
 padding-bottom: 50px;
}
.user-tabs-head {
 width: 270px;
 float: left;
}
.user-tabs-head > a {
 display: block;
 height: 40px;
 line-height: 40px;
 box-sizing: border-box;
 border-left: 1px solid #d8d8d8;
 border-top: 1px solid #d8d8d8;
 border-bottom: 1px solid #d8d8d8;
 margin-bottom: -1px;
 cursor: pointer;
 font-family: 'Arimo';
 font-size: 12px;
 letter-spacing: 1px;
 text-transform: uppercase;
 font-weight: 700;
 padding-left: 20px;
 padding-right: 20px;
 background: #fff;
 transition: color .3s ease;
}
.user-tabs-head > a:hover {
 color: #1a1a1a;
}
.user-tabs-head > a.user-tabs-head-active {
 border-left: 3px solid #1a1a1a;
 padding-left: 18px;
 color: #1a1a1a;
 margin-right: -1px;
}
.user-tabs-body {
 margin-left: 270px;
 padding: 20px 30px;
 border: 1px solid #d8d8d8;
 min-height: 76px;
}
.user-ava-profile {
 float: left;
 width: 100px;
}
.user-ava-profile * {
 max-width: 100px;
}
.user-ava-profile a {
 color: #1a1a1a;
 font-weight: 600;
}
.user-body-right {
 margin-left: 130px;
}
.udtb {
 overflow: hidden;
}
.user-entries {
 overflow: hidden;
}
.user-entries a {
 display: inline-block;
 line-height: 32px;
 padding: 0 15px;
 border: 1px solid #d8d8d8;
 margin: 0 10px 10px 0;
 float: left;
 transition: all .3s ease;
}
.user-entries a:hover {
 color: #fff;
 background: #1a1a1a;
 border-color: #1a1a1a;
}



/* OTHER --------------------------- */

.swchItem:hover,
.swchItemA,
.pgSwch:hover,
.pgSwchA,
.calWday,
.switchActive,
.catPages1 > a:hover
{
 background: #1a1a1a;
}
.swchItem,
.pgSwch,
.catPages1 > a
{
 background: #f2f2f2;
}
.calWdaySu,
.calWdaySe
{
 background: #1a1a1a;
}
.swchItem,
.pgSwch,
.catPages1 > a {
 color: #1a1a1a;
}
.calTable td.calMday,
.calMdayA {
 border: 1px solid #d8d8d8;
}
.pgSwchA, .pgSwch, .swchItemA, .swchItem, .catPages1 > a {
 display: inline-block;
 line-height: 34px;
 text-align: center;
 min-width: 34px;
 box-sizing: border-box;
 padding-left: 5px;
 padding-right: 5px;
 transition: all .3s ease;
 font-weight: 600;
}
.pgSwchA, .pgSwch:hover, .swchItemA, .swchItem:hover, .catPages1 > a:hover {
 color: #fff !important;
}
.plist {
 display: block;
 margin-top: 20px;
}
#allEntries > div[id^='comEnt'] > div {
 padding: 10px;
 border: 1px solid #d8d8d8;
 margin: 15px 0;
}
.flist-item {
 padding-top: 5px;
 padding-bottom: 5px;
}
#cont-shop-invoices input, #cont-shop-invoices select {margin: 5px 2px !important;}

.eTitle {
 font-size: 18px;
 font-family: 'Arimo';
 text-transform: uppercase;
 letter-spacing: 1px;
 font-weight: 700;
 color: #1a1a1a;
 margin-bottom: 15px;
}
.eTitle a {color: #1a1a1a;}
.eDetails, .eDetails1, .eDetails2 {
 padding: 8px 0;
 border-top: 1px dotted #d8d8d8;
 border-bottom: 1px dotted #d8d8d8;
 margin-top: 15px;
}
.eBlock {
 margin-bottom: 30px;
}
.shop-imgs img {
 max-width: 47%;
}




/* RESPONSIVE ---------------------------- */

/* width > 1200px ------------------------ */

@media (min-width: 1200px) {
 #menu {
 float: right;
 margin-right: 20px;
 }
 #menu .uMenuRoot, #menu .uMenuRoot > li {
 margin: 0;
 padding: 0;
 }
 #menu .uMenuRoot > li {
 float: left;
 list-style: none;
 padding-top: 28px;
 padding-bottom: 28px;
 margin-left: 10px;
 }
 #menu .uMenuRoot > li > a {
 display: block;
 padding: 0 15px;
 line-height: 36px;
 height: 34px;
 font-family: 'Arimo';
 font-size: 12px;
 font-weight: 700;
 text-transform: uppercase;
 color: #1a1a1a;
 letter-spacing: 1px;
 box-shadow: inset 0 0 0 2px #f2f2f2;
 transition: all .2s ease;
 }
 .header-scroll #menu .uMenuRoot > li > a,
 .header-not-home-page #menu .uMenuRoot > li > a {
 box-shadow: inset 0 0 0 2px #fff;
 }
 #menu .uMenuRoot > li > a.uMenuItemA,
 #menu .uMenuRoot > li > a:hover,
 #menu .uMenuRoot > li.uWithSubmenu:hover > a {
 box-shadow: inset 0 0 0 2px #1a1a1a;
 }
 #menu .uMenuRoot li {
 position: relative;
 }
 
 #menu .uMenuRoot li ul {
 display: block;
 position: absolute;
 border: 2px solid #1a1a1a;
 background: #fff;
 list-style: none;
 margin: 0;
 padding: 0;
 opacity: 0;
 width: 200px;
 transition: top .3s ease, opacity .3s ease;
 }
 #menu .uMenuRoot > li > ul {
 top: 190px;
 left: -9999px; 
 }
 #menu .uMenuRoot > li.uWithSubmenu:hover > ul {
 top: 90px;
 left: 0;
 opacity: 1;
 }
 #menu .uMenuRoot > li > ul a {
 display: block;
 padding: 0 15px;
 line-height: 34px;
 border-bottom: 1px solid #d8d8d8;
 transition: all .3s ease; 
 }
 #menu .uMenuRoot > li > ul a:hover {
 background: #f2f2f2;
 color: #1a1a1a;
 }
 #menu .uMenuRoot > li > ul li:last-child a {
 border-bottom: none;
 }
 #menu .uMenuRoot > li > ul > li ul {
 top: 100px;
 left: -9999px;
 }
 #menu .uMenuRoot > li > ul li.uWithSubmenu:hover > ul {
 top: -2px;
 left: 200px;
 opacity: 1;
 }
 .menu-icon {
 display: none;
 }
}


/* width < 1200px ------------------------ */

@media (max-width: 1199px) {
 .cnt {
 width: 980px;
 }
 #header { 
 min-height: 90px;
 position: static !important;
 background: #fff;
 border-bottom: 1px solid #d8d8d8;
 transition: all .3s ease;
 }
 #header.header-home-page {
 background: #f2f2f2;
 }
 #header.header-home-page.header-scroll {
 background: #fff;
 }
 #header.header-mobile-height-auto {
 height: auto !important;
 transition: all .3s ease;
 }
 #menu {
 width: 100%;
 padding-top: 90px;
 display: none;
 }
 #menu .uMenuRoot {
 border-top: 1px solid #d8d8d8;
 margin: 0;
 padding: 30px 0;
 }
 #menu .uMenuRoot li {
 margin: 0;
 padding: 3px 0;
 list-style-type: none;
 text-transform: uppercase;
 font-family: 'Arimo';
 font-size: 12px;
 font-weight: bold;
 }
 #menu .uMenuRoot li a {
 color: #1a1a1a;
 }
 #menu .uMenuRoot li a:hover {
 color: #c34646;
 }
 #header.header-mobile-height-auto #menu {
 display: block;
 }
 .slider-section {
 padding-top: 0;
 }
 .slider-text {
 margin-top: 15%;
 padding-right: 100px;
 }
 .latest {
 width: 1010px;
 }
 #banners-section .col-2 {
 width: 475px;
 }
 #banners-section .banner-3, #banners-section .banner-4 {
 width: 222px;
 }
 .list-item {
 width: 222px;
 }
 .brand.col-6 {
 width: 138px;
 }
 .footer-block.col-4 {
 width: 222px;
 }
 #middle {
 padding-top: 0;
 }
 .path {
 border-top: 0;
 }
 .category-name > h1 {
 font-size: 40px;
 line-height: 40px;
 margin-top: -20px;
 }
 .content {
 width: 700px;
 }
 .content .list-item {
 width: 213px;
 }
 .goods-view-mode, .goods-sorter {
 float: none;
 }
 .goods-view-mode {
 margin-bottom: 10px;
 }
 .good-buttons {
 padding-bottom: 14px;
 }
 .to-basket > * {
 float: left !important;
 margin-right: 10px;
 margin-left: 0 !important;
 margin-bottom: 10px;
 }
 .to-basket > span.fa-minus, .to-basket > input[type="text"] {
 margin-right: 0 !important;
 }
 .post-wrap {width: 335px;}
 .photo-wrap {width: 213px;} 
 .cnt-user .uMenuRoot li a {
 margin-left: 0 !important;
 }
}



/* width < 1024px ------------------------ */

@media (max-width: 1024px) {
 .cnt, .cnt-user {
 width: 768px;
 }
 .slider-text {
 padding-right: 0;
 margin-top: 15%;
 }
 .latest {
 width: 798px;
 }
 #banners-section .col-2 {
 width: 369px;
 }
 #banners-section .banner-3, #banners-section .banner-4 {
 width: 169px;
 }
 .list-item {
 width: 236px;
 }
 
 .bestsellers .list-item:nth-child(4n) {margin-right: 30px;}
 .bestsellers .list-item:nth-child(4n+1) {clear: none;}
 .bestsellers .list-item:nth-child(3n) {margin-right: 0;}
 .bestsellers .list-item:nth-child(3n+1) {clear: left;}
 
 .brand.col-6 {
 width: 236px !important;
 text-align: center;
 margin-bottom: 30px;
 }
 .brand.col-6:nth-child(3n) {
 margin-right: 0;
 }
 .footer-block.col-4 {
 width: 369px;
 margin-top: 25px;
 margin-bottom: 25px;
 }
 .footer-block.col-4:nth-child(2n) {margin-right: 0;}
 .footer-block.col-4:nth-child(2n+1) {clear: left;}
 .payments, .copy {
 float: none;
 }
 .copy {
 padding-top: 30px;
 }
 .category-name > h1 {
 font-size: 32px;
 line-height: 32px;
 margin-top: -16px;
 }
 .content, .sidebar {
 float: none;
 width: 100%;
 }
 .content {
 margin-bottom: 80px;
 }
 .content .list-item {
 width: 236px;
 }
 .block {
 float: left;
 width: 236px;
 margin-right: 30px;
 }
 .block:nth-child(3n) {margin-right: 0;}
 .block:nth-child(3n+1) {clear: left;}
 
 .post-wrap {width: 369px;}
 .photo-wrap {width: 236px;} 
 
 .gTableSubTop, .forumIcoTd, .forumThreadTd, .forumPostTd, .forumLastPostTd, .threadIcoTd, .threadAuthTd, .threadLastPostTd, .threadPostTd, .threadViewTd,
 .threadsDetails,
 .forumOnlineBar,
 .legendBlock,
 .userRights,
 .fFastNavTd,
 .fFastSearchTd,
 .forumNamesBar,
 #forum_filter,
 .postTdInfo,
 .postBottom,
 #thread_search_form
 {
 display: none;
 }
 .gDivLeft {
 padding-top: 10px;
 }
 .postTdTop, .postTable, .posttdMessage {
 display: block !important;
 text-align: left;
 width: auto !important;
 }
 .postUser {
 font-size: 16px;
 font-weight: 600;
 }
 
 
 .user-tabs-head {
 float: none;
 width: 100%;
 }
 .user-tabs-head > a {
 border-right: 1px solid #d8d8d8;
 margin-right: 0 !important;
 }
 .user-tabs-body {
 margin-left: 0;
 }
}



/* width < 790px ------------------------ */

@media (max-width: 790px) {
 .cnt, .cnt-user {
 width: 480px;
 }
 .slider-text {
 margin-top: 12%;
 }
 .slider-text-big {
 font-size: 24px;
 line-height: 24px;
 margin-bottom: 15px;
 }
 .slider-text-medium {
 font-size: 15px;
 line-height: 18px;
 }
 .slider-text-small {
 font-size: 12px;
 }
 .latest {
 width: 510px;
 }
 #banners-section .col-2 {
 width: 100%;
 float: none;
 margin-right: 0;
 }
 .banner-1 {
 margin-bottom: 30px;
 }
 #banners-section .banner-3, #banners-section .banner-4 {
 width: 225px;
 }
 .list-item {
 width: 225px;
 }
 
 .bestsellers .list-item:nth-child(3n) {margin-right: 30px;}
 .bestsellers .list-item:nth-child(3n+1) {clear: none;}
 .bestsellers .list-item:nth-child(2n) {margin-right: 0;}
 .bestsellers .list-item:nth-child(2n+1) {clear: left;}
 
 .brand.col-6 {width: 225px !important;}
 .brand.col-6:nth-child(3n) {margin-right: 30px;}
 .brand.col-6:nth-child(2n) {margin-right: 0;}
 
 .footer-block.col-4 {width: 225px;}
 
 .category-name > h1 {
 font-size: 24px;
 line-height: 24px;
 margin-top: -12px;
 }
 
 .content .list-item {
 width: 225px;
 }
 
 .content .list-item:nth-child(3n) {margin-right: 30px;}
 .content .list-item:nth-child(3n+1) {clear: none;}
 
 .content .list-item:nth-child(2n) {margin-right: 0;}
 .content .list-item:nth-child(2n+1) {clear: left;}
 
 .block {width: 225px;}
 .block:nth-child(3n) {margin-right: 30px;}
 .block:nth-child(3n+1) {clear: none;}
 .block:nth-child(2n) {margin-right: 0;}
 .block:nth-child(2n+1) {clear: left;}
 
 .good-images {
 float: none;
 margin: 0 auto;
 }
 .good-info {
 margin-left: 0;
 margin-top: 30px;
 }
 #good-tabs .aTabsHead {
 float: none;
 width: 100%;
 }
 #good-tabs .aTabsHead > span {
 border-right: 1px solid #d8d8d8;
 margin-right: 0 !important;
 }
 #good-tabs ul {
 margin-left: 0;
 }
 .post-wrap {width: 100%; float: none; margin-right: 0;}
 
 .photo-wrap {width: 225px;}
 
 .photo-wrap:nth-child(3n) {margin-right: 30px;}
 .photo-wrap:nth-child(3n+1) {clear: none;}
 .photo-wrap:nth-child(2n) {margin-right: 0;}
 .photo-wrap:nth-child(2n+1) {clear: left;}
 
}



/* width < 790px ------------------------ */

@media (max-width: 500px) {
 .cnt {
 width: 290px;
 }
 .slider-image {
 display: none;
 }
 .slider-text {
 width: 100%;
 float: none;
 text-align: center;
 margin: 0;
 padding: 50px 0;
 }
 .latest {
 width: 320px;
 }
 #banners-section .banner-3, #banners-section .banner-4 {
 width: 100%;
 margin-right: 0;
 float: none;
 }
 #banners-section .banner-3 {
 margin-bottom: 30px;
 }
 #banners-section .banner-3 > *, #banners-section .banner-4 > * {
 width: 100%;
 }
 .list-item {
 margin-right: 0;
 clear: none;
 width: 100%;
 }
 .brand.col-6 {
 margin-right: 0;
 width: 100% !important;
 }
 .footer-block.col-4 {
 width: 100%;
 margin-right: 0;
 }
 .content .list-item {
 float: none;
 margin-right: 0;
 width: 100%;
 }
 .category-name > h1 {
 font-size: 18px;
 line-height: 18px;
 margin-top: -9px;
 }
 .block {
 float: none;
 margin-right: 0;
 width: 100%;
 }
 .list-item-view-mode-list .list-item .item-image {
 float: none;
 width: 100%;
 margin-bottom: 15px;
 }
 .list-item-view-mode-list .list-item .item-sale {
 right: 0;
 left: auto;
 }
 .list-item-view-mode-list .list-item .item-breif,
 .list-item-view-mode-list .list-item .item-info,
 .list-item-view-mode-list .list-item .item-bottom {
 margin-left: 0;
 }
 
 .good-price, .good-rate {
 float: none;
 }
 .good-price {
 margin-bottom: 15px;
 }
 
 .photo-wrap {
 float: none;
 margin-right: 0;
 width: 100%;
 }
}