* {
	margin: 0;
	padding: 0;
	outline: 0;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
body {
    font: 12px/18px Arial,Verdana,sans-serif;
    color: #252525;
    background: #f5f5f5;
	margin: 0 auto;
}
a, a:visited {
    text-decoration: none;
    color: #252525;
}

a:hover {
    text-decoration: underline;
}
.wrap {
	width: 1024px;
	margin: 0 auto;
}
h1 {
	text-transform: uppercase;
    font: 16px/30px Arial,Verdana,sans-serif;
}
h2 {
	text-transform: uppercase;
    font: 14px/26px Arial,Verdana,sans-serif;
}
h3 {
	font: bold 24px/28px Arial,Verdana,sans-serif;
}
h4 {
	font: bold 22px/26px Arial,Verdana,sans-serif;
}
h5 {
	font: bold 20px/24px Arial,Verdana,sans-serif;
}
h6 {
	font: bold 18px/22px Arial,Verdana,sans-serif;
}
.left {
	float: left;
}
.right {
	float: right;
}
ul, li {
	list-style: none;
}
select, input, textarea {
    padding: 5px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-left: 8px;
}
input[type="checkbox"], input[type="radio"] {
    vertical-align: middle;
}
/* ================ header ================= */
.top-panel {
	height: 36px;
	width: 100%;
	position: relative;
	z-index: 22;
	color: #333;
	background: #000;
	font-size: 13px;
}
.top-panel a {
	color: #dbf3ff;
    font: 13px/36px Arial,Verdana,sans-serif;
	display: block;
	float: left;
	position: relative;
    padding: 0 12px;
}
.top-panel a:hover {
	text-decoration: none;
	color: #fff;
}
.top-panel .top-left-ul {
	float: left;
	width: 48%;
	height: 36px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.top-panel .top-left-ul li {
	float: left;
	z-index: 20;
	padding: 0;
	position: relative;
}
.top-panel .top-left-ul li a {
	font: 13px/36px Arial,Verdana,sans-serif;
}
.top-panel .top-right {
	float: right;
}
#wishlist-total:before {
	content: '';
	position: absolute;
	top: 12px;
	left: -4px;
	background: url(../catalog/view/theme/sstore/images/wish-list-total.png) no-repeat;
	width: 12px;
	height: 11px;
}
.total-cart:before {
	content: '';
	position: absolute;
	top: 13px;
	left: -6px;
	background: url(../catalog/view/theme/sstore/images/to-cart-top.png) no-repeat;
	width: 14px;
	height: 11px;
}
.checkout-top:before {
	content: '';
	position: absolute;
	top: 12px;
	left: -4px;
	background: url(../catalog/view/theme/sstore/images/checkout-top.png) no-repeat;
	width: 12px;
	height: 12px;
}
.settings {
	display: none!important;
	position: relative;
	float: left;
	font: 13px/36px Arial,Verdana,sans-serif!important;
	color: #dbf3ff;
	padding-left: 14px;
}
.settings span{	
    cursor: pointer;
}
.settings:before {
	content: '';
	position: absolute;
	top: 11px;
	left: -6px;
	background: url(../catalog/view/theme/sstore/images/settings.png) no-repeat;
	width: 14px;
	height: 14px;
}
.settings-list {
	list-style: none;
	display: none;
	position: absolute;
	top: 36px;
	left: -12px;
    width: 105px;
	background: #000;
	padding: 10px;
	color: #dbf3ff;
}
.settings-list li {
	display: block;
	float: none;
	color: #dbf3ff;
	padding: 0 5px;
}
.settings-list a {
	color: #dbf3ff;
	display: inline-block;
	float: none;
	margin: 0;
	padding: 0;
    cursor: pointer;
}
.settings-list img {
    cursor: pointer;
}
.settings-list b {
    color: #FF7378;
}
.settings, .register, .total-cart, .checkout-top {
	margin-left: 12px;
}
.register:before {
	content: '';
	position: absolute;
	top: 12px;
	left: -2px;
	background: url(../catalog/view/theme/sstore/images/reg.png) no-repeat;
	width: 10px;
	height: 11px;
}
.top-right .logged{
    color: #FFFFFF;
    background: #FF5100;
    margin: 0 7px 0 0;
    padding-left: 18px;
}
.top-right .logged:before {
	content: '';
	position: absolute;
	top: 12px;
	left: 4px;
	background: url(../catalog/view/theme/sstore/images/logged.png) no-repeat;
	width: 10px;
	height: 11px;
}
header {	
	position: relative;
    height: 70px;
	padding-top: 10px;
}
.header_logo {
	display: block;
	width: 210px;
	height: 44px;
	float: left;
	margin: 14px 20px 0 10px;
}
#contacts {
    float: left;
    position: relative;
	width: 15%;
	padding-left: 80px;
	border-left: 1px solid #ebebeb;
	height: 70px;
	display: table;
    cursor: pointer;
}
#contacts:before {
    content: '';
    position: absolute;
    background: url(../catalog/view/theme/sstore/images/phone.png) no-repeat;
    width: 22px;
    height: 22px;
    top: 24px;
    left: 50px;
}
#contacts > #phone {
    font: bold 18px/25px Arial,Verdana,sans-serif;
    position: relative;
    color: #424242;
	vertical-align: middle;
	display: table-cell;
}
#contacts .hidden-contacts {
    position: absolute;
    top:63px;
    left:8px;
    display: none;
     background-color: rgba(255, 255, 255, 0.98);
        padding: 5px;
        -webkit-box-shadow: 0px 5px 41px 0px rgba(0, 0, 0, 0.26);
        -moz-box-shadow: 0px 5px 41px 0px rgba(0, 0, 0, 0.26);
        box-shadow: 0px 5px 41px 0px rgba(0, 0, 0, 0.26);
        border: 1px solid #f0f0f0;
        overflow: auto;
        z-index: 10000;
        width: 243px;
        overflow: hidden;
}

#contacts .hidden-contacts .address:before, #contacts .hidden-contacts .e-mail:before, #contacts .hidden-contacts .phone:before, #contacts .hidden-contacts .time:before, #contacts .hidden-contacts .skype:before {
	content: "";
	position: absolute;
	width: 32px;
	height: 32px;
	left: 0px;
	top: 6px;
	opacity: 0.6;
}

#contacts ul li {
    font: 12px/42px Arial,Verdana,sans-serif;
    display: block;
    padding: 0 0 0 36px;
    position: relative;
    height: 32px;
    color: #1c1c1c;
}

#contacts .hidden-contacts .address{
    padding-top: 8px;
	line-height: 14px;
}

#contacts .hidden-contacts .address:before {
	background: url("../catalog/view/theme/sstore/images/contact-adress.png") no-repeat;
}
#contacts .hidden-contacts .e-mail:before {
	background: url("../catalog/view/theme/sstore/images/contact-mail.png") no-repeat;
}
#contacts .hidden-contacts .phone:before {
	background: url("../catalog/view/theme/sstore/images/contact-phone.png") no-repeat;
}
#contacts .hidden-contacts .time:before {
	background: url("../catalog/view/theme/sstore/images/contact-clock.png") no-repeat;
}
#contacts .hidden-contacts .skype:before {
	background: url("../catalog/view/theme/sstore/images/contact-skype.png") no-repeat;
}
#contacts .hidden-contacts .address:hover:before, #contacts .hidden-contacts .e-mail:hover:before, #contacts .hidden-contacts .phone:hover:before, #contacts .hidden-contacts .time:hover:before, #contacts .hidden-contacts .skype:hover:before {
	opacity: 1;
}


#shedule {
    font: bold 18px/70px Arial,Verdana,sans-serif;
    float: left;
    color: #424242;
	border-left: 1px solid #ebebeb;
	padding-left: 80px;
	position: relative;
}
#shedule:before {
    content: '';
    position: absolute;
    background: url(../catalog/view/theme/sstore/images/clock.png) no-repeat;
    width: 22px;
    height: 20px;
    top: 24px;
    left: 50px;
}
.add-text {
    float: left;
    margin-left: 40px;
	border-left: 1px solid #ebebeb;
}
.add-text .top_tabs {
    display: inline-block;
    height: 70px;
    text-transform: none;
	border-right: 1px solid #ebebeb;
}
.add-text .top_tabs li {
    position: relative;
    list-style: none;
    font-size: 11px;
    line-height: 0;
    margin-bottom: 4px;
	width: 100px;
    padding: 16px 50px 0 60px;
}

.add-text .top_tabs li.language img {
    cursor: pointer;
}
.add-text .top_tabs li.currency a, .add-text .top_tabs li.currency a {
    font: bold 12px/0px Arial,Verdana,sans-serif;
    cursor: pointer;
}
.add-text .top_tabs li.currency a:hover {
	text-decoration: none;
	color: #FF7378;
}
.add-text .top_tabs li.currency b {
    color: #FF7378;
}
#right-block {
    float: right;
    text-align: right;
	padding-top: 20px;
}
#cart {
    background-color: #FF5100;
    padding: 5px 12px;
    font-weight: bold;
	font-size: 12px;
    margin-bottom: 2px;
    float: right;
    cursor: pointer;
    color: #fff!important;
    text-transform: uppercase;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
	position: relative;
	margin-right: 10px;
}
#cart:before {
    content: '';
    position: absolute;
    background: url(../catalog/view/theme/sstore/images/new-cart.png) no-repeat;
    width: 25px;
    height: 20px;
    top: 4px;
    left: -45px;
    cursor: default;
}
#cart #cart-total, #cart a {    
    color: #fff!important;    
}
#cart .content {
    display: none;
}
/*============= menu ================*/
nav {
	background: #000;
	height: 46px;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    margin-top: 10px;
	position: relative;
}
nav .main-ul {
	height: 46px;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
    font-family: Arial,Verdana,sans-serif;
}
nav .main-ul > .main-li {
	float: left;
	z-index: 20;
	padding: 0 12px;
	position: relative;
}
nav .main-ul > .main-li > a, nav .main-ul > .main-li > a:visited {
	font: bold 12px/46px Arial,Verdana,sans-serif;
	color: #dbf3ff;
	text-decoration: none;
	display: block;
    text-transform: uppercase;
    letter-spacing: .1em;
}
nav .main-ul > .main-li:hover > a {
	text-decoration: none;
	color: #fff;
}
nav .main-ul > .main-li.last > a, nav .main-ul > .main-li.last > a:visited {
	color: #FDFFD2;
}
nav .main-ul > .main-li.last > a:hover {
	text-decoration: none;
	color: #fff;
}
nav .main-ul > .main-li:hover > .category-dropdown {	
	visibility: visible;
	-webkit-transition: height 1s ease-in;
	-moz-transition: height 1s ease-in;
	-o-transition: height 1s ease-in;
	-ms-transition: height 1s ease-in;
	transition: height 1s ease-in;
	z-index: 19000;
}
.category-dropdown {	
	visibility: hidden;
	position: absolute;
	top: 46px;
	left: 0;
	right: 0;
	min-width: 160px;
	background: #fff;
	text-align: left;
	padding: 10px;
	-moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.15);
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.15);
	-webkit-transition: height 1s ease-in;
	-moz-transition: height 1s ease-in;
	-o-transition: height 1s ease-in;
	-ms-transition: height 1s ease-in;
	transition: height 1s ease-in;
	z-index: 19000;
}
.category-dropdown:before {
    content: ' ';
    border-color: transparent transparent #fff;
    border-width: 7px;
    border-style: solid;
    position: absolute;
    left: 50px;
    top: -14px;
    margin-left: -0.58333em;
}
nav .main-ul > .main-li .sub-ul > .sub-li .category-dropdown:before {
	content: '';
	background: url(../catalog/view/theme/sstore/images/menu-arrow-hover.png) no-repeat;
	position: absolute;
	top: 24px;
	left: -10px;
	width: 6px;
	height: 9px;	
}
.category-dropdown > .sub-ul {
	max-width: 300px;
}
.category-dropdown > .sub-ul > .sub-li {
	display: block;
	position: relative;
}
.category-dropdown  > .sub-ul > .sub-li > a:hover {
	color: #ff5100;
}
.category-dropdown > .sub-ul > .sub-li a.sub-category {
	font: 12px/14px Arial,Verdana,sans-serif;
    border-top: 1px dotted #DBDBDB;
	display: block;
	padding: 10px 0;
	color: #252525;
}
.category-dropdown > .sub-ul > .sub-li a.sub-category, .category-dropdown > .sub-ul > .sub-li ul li a {
	color: #252525;	
}
.category-dropdown > .sub-ul > .sub-li ul {
	margin-top: 10px;
}
.category-dropdown > .sub-ul > .sub-li ul li {
	margin-top: 4px;
}
.category-dropdown > .sub-ul > .sub-li:hover .category-dropdown {
	visibility: visible;
	-webkit-transition: height 1s ease-in;
	-moz-transition: height 1s ease-in;
	-o-transition: height 1s ease-in;
	-ms-transition: height 1s ease-in;
	transition: height 1s ease-in;
	position: absolute;
	top: -10px;
	left: 168px;
	z-index: 19000;
}
ul.mobile-category {
	display: none;
}
.menu-alt {
	display: none;
}
#search {
    width: 160px;
    position: absolute;
    right: 0;
    margin: 6px 8px 0 0;
    z-index: 1121;
}
#search input {
    background: #fff  6px 6px no-repeat;
    border: 1px solid #fff;
    color: #464646;
    height: 28px;
    width: 150px;
    padding: 2px 2px 2px 5px;
    float: right;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.button-search {
    position: absolute;
    top: 8px;
    right: 8px;
    background: url(../catalog/view/theme/sstore/images/ico-search.png)center center no-repeat;
    width: 14px;
    height: 14px;
    cursor: pointer;
}
.slideshow {
	margin-top: 20px;
	background: #fff;
}
/* ================ container ================== */

#container, #container-main {
	min-height: 650px;
    width: 1024px;
    margin: 0 auto;
    text-align: left;
}
#container {
	background: #fff;
	width: 992px;
	padding: 15px;
	margin-top: 20px;
	position: relative;
    z-index: 1;
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.15);
	box-shadow: 0 3px 5px rgba(0,0,0,0.15);
    border-top: 1px solid #EAEAEA;
}
#no-bg {
	background: none;
}
.brands-slider {
	margin-top: 20px;
	background: #fff;
	padding: 10px;
	position: relative;
	height: 140px;
}
.brands-slider h3, .jcarousel-wrapper h3 {
	text-align: center;
	text-transform: uppercase;
	font: bold 12px/24px Arial,Verdana,sans-serif;
}
.jcarousel-wrapper h3 {
	margin-left: -37px;
}
.brands-slider .slide img {
	opacity: 0.4;
	filter: alpha(opacity=40);
	   transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.brands-slider .slide img:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
	transform: scale(1.3) ;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}
.brands-slider .slide img:hover {
	opacity: 1;
}
.brands-slider .all-brands {
	position: absolute;
	color: #464646;
	font-size: 11px;
	top: 15px;
	right: 36px;
	text-decoration: underline;
}
.brands-slider .bx-clone {
    display: block!important;
}
.jcarousel ul li .description {
	height: 40px;
	overflow: hidden;
}
.jcarousel ul li .description a, .jcarousel ul li .description a:visited {
	color: #848484;
	text-decoration: none;
}
.jcarousel ul li .description a:hover {
	text-decoration: none;
}
.jcarousel ul li .price {
	color: #000;
	font-weight: bold;
}
.stock .price-old {
    text-decoration: line-through;
	font-weight: bold;
}
.stock .price-new {
    color: #e22116;
	font-weight: bold;
}
.stock .jcarousel ul li, .jcarousel ul li {
	position: relative;
}
.item .sale {
	position: absolute;
	background: url(../catalog/view/theme/sstore/images/promo.png) no-repeat;
	top: 0;
	right: 0;
	width: 82px;
	height: 82px;
	z-index: 500;
}
.box-main {
	margin-top: 20px;
	padding: 10px;
	background: #fff;
	position: relative;
}
#container .box-main {
    margin: 20px 0;
	background: #fff;
	position: relative;
    -webkit-box-shadow: 0px 3px 18px 0px rgba(50, 50, 50, 0.13);
    -moz-box-shadow:    0px 3px 18px 0px rgba(50, 50, 50, 0.13);
    box-shadow:         0px 3px 18px 0px rgba(50, 50, 50, 0.13);
    border: 0!important;
}

.content .box-main {
	border: none!important;
}
.info-page {
    font-size: 12px;
    color: #444;
}
.info-page p{
    padding-top: 10px;
}
.info-page h1 {
    font-size: 28px;
    color: #000;
    margin: 18px 0;
    text-transform: uppercase;
}
.info-page h2 {
    font-size: 22px;
    color: #000;
    margin: 22px 0 0 0;
    text-transform: uppercase;
}
.info-page h3 {
    font-size: 18px;
    font-weight: 400;
    color: #3e3e3e;
    margin: 23px 0 10px 0;
    text-transform: uppercase;
}
.info-page h4 {
    font-size: 14px;
    color: #3e3e3e;
    margin: 16px 0 0 0;
    text-transform: uppercase;
}
.info-page ul {
    list-style: disc outside!important;
    padding-left: 1.5em!important;
}
.info-page ol {
    list-style-type: decimal!important;
  padding-left: 1.5em!important;
}
.info-page ul li {
    display: list-item!important;
    list-style: disc outside!important;    
    text-align: -webkit-match-parent!important;
}
.info-page ol li {
    display: list-item!important;
    list-style-type: decimal!important;   
    text-align: -webkit-match-parent!important;
}
.info-page + .buttons {
    margin-top: 16px;
}
.box-main > .htabs {
	margin-top: 10px;
}
.box-main h2 {
	font: 14px/20px Arial,Verdana,sans-serif;
	color: #252525;
	margin-bottom: 16px;
}
.box-main p {
	color: #535353;
	font: 12px/18px Arial,Verdana,sans-serif;
	margin-bottom: 8px;
}
.category-slide {
	float: left;
	width: 78%;
}
.category-slide #cat-product1 .owl-controls, .category-slide #cat-product2 .owl-controls {
	background: transparent;
	border-top: none;
	margin: 10px -15px -24px;
	padding-top: 5px;
	text-align: center;
}
.category-image {
	float: left;
	margin: -10px;
    margin-top: -16px;
    margin-left: 0px;
	width: 21%;
	position: relative;
}
.view h2.view-header {
	position: absolute;
	bottom: 0px;
	right: 0;
	left: 0;
	z-index: 500;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	width: 254px;
	padding: 5px 0;
}
.box-main .header {
	display: none;
}
.category-image img {
	height: 373px;
}
.view-tenth img {
	transform: scaleY(1);
	transition: all 0.7s ease-in-out;
}
.view-tenth .mask {
	background-color: rgba(0, 0, 0, 0.3);
	transition: all 0.5s linear;
	opacity: 0;
}
/*.view-tenth h2{
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	background: transparent;
	margin: 20px 40px 0px 40px;
	transform: scale(o);
	color: #333;
	transition: all 0.5s linear;
	opacity: 0;
}*/
.view-tenth p {
	color: #333;
	opacity: 0;
	transform: scale(o);
	transition: all 0.5s linear;
}
.view-tenth a.info {
	opacity: 0;
	transform: scale(o);
	transition: all 0.5s linear;
}

.view-tenth:hover img {
	transform: scale(10);
	opacity: 0;
}
.view-tenth:hover .mask {
	opacity: 1;
}
.view-tenth:hover h2, .view-tenth:hover p, .view-tenth:hover a.info{
	transform: scale(1);
	opacity: 1;
}
.view {
	width: 254px;
	height: 359px;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	background: #fff url(../catalog/view/theme/sstore/images/bgimg.jpg) repeat-y center center;
}
.view .mask,.view .content {
	width: 254px;
	height: 359px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.view img {
	display: block;
	position: relative;
}
/*.view h2 {
	text-align: center;
	position: relative;
	padding: 10px;
	background: rgba(0, 0, 0, 0.8);
	margin: 20px 0 0 0;
	font: bold 12px/18px Arial,Verdana,sans-serif;
	color: #dbf3ff;
	text-transform: uppercase;
	letter-spacing: .1em;
}*/
.view p {
	font-family: Arial,sans-serif;
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 10px 20px 20px;
	text-align: left;
	font-style: italic;
	height: 210px;
	overflow: hidden;
	margin-bottom: 26px;
}
.view a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
}
.view a.info: hover {
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
.news-box {
	margin-bottom: 36px;
}
.news-box h3 {
    text-align: center;
    color: #202020;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 100;
    margin: 22px 0 0px 0;
}
.news-box .owl-carousel {
	width: 1280px!important;
}
.news-box .owl-item {
	width: 640px!important;
}
.news-box .owl-theme .owl-controls .owl-buttons {
	position: absolute;
	top: 10px;
	right: 5px;
}
.news-box .item {
	max-width: 100%!important;
	background: #fff;
}
.news-box  .news-image {
	display: block;
	float: left;
	margin-bottom: -5px;
}
.news-box  .news-image img {
	height: 205px;
	overflow: hidden;
	opacity: 1;
}
.news-box  .news-image:hover img {
	opacity: 0.8;
}
.news-header a{
	font: bold 18px/24px Arial,Verdana,sans-serif!important;
	height: 24px;
	overflow: hidden;
	padding: 16px 0 0 0;
	text-align: left;
}
.news-desc {
	height: 205px;
	padding: 0 8px;
}
.news-desc p, .news-desc div {
	overflow: hidden;
	color: #505050;
	font: 12px/18px Arial,sans-serif;
	text-align: left;
	padding: 16px;
	margin-top: 18px;
}
/*=================== category ==========================*/
.breadcrumb {
    font: 10px/14px Arial,Verdana,sans-serif;
}
.breadcrumb a, .breadcrumb a:visited, .breadcrumb a:hover, .breadcrumb a:active{
	color: #000;
	padding: 5px;
}

.category-header {
    text-transform: uppercase;
    font: 16px/26px Arial,Verdana,sans-serif;
    width: 215px;
    float: left;
	color: #252525;
    margin-top: 6px;
}
.first-line {
    height: 38px;
}
.top-menu {
	border-bottom: 1px solid #f4f3f3;
    float: right;
    width: 99%;
    padding: 0 0 10px 0;
    margin: 0 0 14px 0;
}
.display {
	float: left;
}
.display a {
	cursor: pointer;
	font: 13px/18px Arial,Verdana,sans-serif;
}
.display .no-active {
	border-bottom: 1px dashed #dedede;
}
.display .icon-list {
	background: url(../catalog/view/theme/sstore/images/list.png) no-repeat;
	padding-left: 22px;
	font: 13px/18px Arial,Verdana,sans-serif;
	display: block;
	float: left;
	margin-right: 18px;
}
.display .icon-grid {
	background: url(../catalog/view/theme/sstore/images/grid.png) no-repeat 2px 2px;
	padding-left: 22px;
	font: 13px/18px Arial,Verdana,sans-serif;
	display: block;
	float: left;
}
.display b {
	color: #c2c2c2;
}
.sort {
    float: right;
    margin: 0!important;
    padding: 0!important;
    color: #c2c2c2;
    overflow: hidden;
    background: url(../catalog/view/theme/sstore/images/sort-arrow-down.png) no-repeat 90%;
}
.sort select {
    border: none;
    padding-left: 2px;
	padding-right: 16px;
    margin-right: 20px;
    text-decoration: none;
    cursor: pointer;
    background: transparent;
    border: 0;
	border-bottom: 1px dashed #dedede;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-indent: 0.01px;
	text-overflow: "";
    -webkit-appearance: none!important;
	-moz-appearance: none!important;
	appearance: none!important;
    max-width: 140px;
}
.show-items {
    float: right;
    margin: 0!important;
    padding: 0!important;
    color: #c2c2c2;
    overflow: hidden;
    background: url(../catalog/view/theme/sstore/images/sort-arrow-down.png) no-repeat 95%;
}
.show-items select {
    border: none;
    padding-left: 2px;
	padding-right: 16px;
    text-decoration: none;
    cursor: pointer;
    background: transparent;
    border: 0;
	border-bottom: 1px dashed #dedede;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-indent: 0.01px;
	text-overflow: "";
    -webkit-appearance: none!important;
	-moz-appearance: none!important;
	appearance: none!important;
}
.top-menu .pagination {
	float: right;
	margin: 0;	
}
.top-menu .pagination a, .top-menu .pagination span {
    padding-left: 10px;
}
.top-menu .pagination a, .top-menu .pagination a:visited {
    color: #454343;
	display: inline-block;
	width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    padding: 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    text-decoration: none;
}
.top-menu .pagination a:hover {
	border: 1px solid #FFC8C8;
    padding: 0px;
	background: #FFDADA;
}
.top-menu .pagination a.prev, .top-menu .pagination a.prev:hover {
	background: url(../catalog/view/theme/sstore/images/pagination-prev.png) no-repeat 50% 50%;
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-right: 9px;
	margin-bottom: -7px;
}
.top-menu .pagination a.next, .top-menu .pagination a.next:hover {
    background: url(../catalog/view/theme/sstore/images/pagination-next.png) no-repeat 50% 50%;
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-left: 10px;
	margin-bottom: -7px;
}
.top-menu .pagination .active-page {    
    display: inline-block;
    color: #fff;
    background: #000;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    padding: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.subcategory-header {
    font: 13px/20px Arial,Verdana,sans-serif;
    color: #252525;
    text-transform: uppercase;
}
#column-left {
    width: 23%;
    position: relative;
    float: left;
    margin-right: 10px;
    margin-top: -8px;
    z-index: 2;
}
#column-left + #content {
    margin-left: 25%;
}
#content .jcarousel li {
	width: 150px;
	margin: 0 42px;
}
.box {
	margin-top: 12px;
	padding: 6px 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding-left: 4px;
}
.box-heading {
	background: #000;
	height: 40px
}
.box-heading h3, .box-heading {
    font: bold 12px/40px Arial,Verdana,sans-serif;
	color: #dbf3ff;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	letter-spacing: .1em;
	position: relative;
	padding-left: 10px;
}

ul.box-category > li a.active  {
    font-weight: bold!important;
}
ul.box-category > li a.active + a.category-button + ul.child-ul {
    display:block!important;
}
ul.box-category {
	list-style: none;
	border: 1px solid #dedede;
	background: #fff;
}
ul.box-category li {
	position: relative;
	margin: 0;
	padding: 0;
    text-align: left;
	padding-left: 6px;
}
ul.box-category  li a, ul.box-category li a:visited {
	font: 12px/30px Arial,Verdana,sans-serif;
    color: #454343;
    text-decoration: none;
    position: relative;
	display: block;
}
ul.box-category > li > a:hover,
ul.box-category > li ul > li:hover > a {
	color: #ff5100;
}
ul.box-category > li + li {
	border-top: 1px solid #f5ebeb;
}
ul.box-category > li ul {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #f5ebeb;
}
ul.box-category > li ul > li + li {
	border-top: 1px solid #f5ebeb;
}
ul.box-category > li ul > li ul > li {
	position: relative;
	padding-left: 15px;
}
ul.box-category > li ul > li ul > li:before {
	position: absolute;
	content: "-";
	left: 5px;
	display: inline-block;
	line-height: 30px;
}
ul.box-category > li.active {
    line-height: 30px;
    color: #454343;
    text-decoration: none;
    position: relative;
}
ul.box-category > li.active a.active {
	font-weight: bold;
}
ul.box-category > li ul > li:hover > a {
	color: #ff5100;
}
ul.box-category li a.category-button {    
	background: url(../catalog/view/theme/sstore/images/plus.png) no-repeat;
	height: 18px;
    width: 18px;
    position: absolute;
    right: 6px;
    top: 6px;
	cursor: pointer;
}
ul.box-category a.category-button.detailed {
	background: url(../catalog/view/theme/sstore/images/minus.png) no-repeat;
	height: 18px;
    width: 18px;
    position: absolute;
    right: 6px;
    top: 6px;
	cursor: pointer;
}
#column-left .box .box-content .bx-wrapper .bx-clone {
    display: block!important;
}
#column-left .box .box-content .bx-wrapper, #column-right .box .box-content .bx-wrapper {
	margin: 0 auto;
	min-width: 278px!important;
    float: none;
    padding-bottom: 10px;
}
#column-left .box .box-content .bx-wrapper .bx-controls-direction a, #column-right .box .box-content .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 10px;
	margin-top: -36px;
	outline: 0;
	width: 12px;
	height: 12px;
	text-indent: -9999px;
	z-index: 9999;
}
#column-left .box .box-content .bx-wrapper .bx-prev, #column-right .box .box-content .bx-wrapper .bx-prev {
	left: 240px;
	background: url(../catalog/view/theme/sstore/images/top-prev.png) no-repeat;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}
#column-left .box .box-content .bx-wrapper .bx-next, #column-right .box .box-content .bx-wrapper .bx-next {
	right: 6px;
	background: url(../catalog/view/theme/sstore/images/bottom-next.png) no-repeat;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}
#column-left .box .box-content .bx-wrapper img, #column-right .box .box-content .bx-wrapper img {
	width: 120px;
	display: block;
	height: auto!important;
	margin-right: 25px;
	margin-left: 10px;
}
#column-left .box .box-content .bx-wrapper .img-box, #column-right .box .box-content .bx-wrapper .img-box {
	display: inline-block;
	float: left;
    width: 52%;
}
#column-left .box .box-content .bx-wrapper .name a, #column-right .box .box-content .bx-wrapper .name a {
	font: 12px/18px Arial,sans-serif;
	float: left;
}
#column-left .box .box-content .bx-wrapper .name, #column-right .box .box-content .bx-wrapper .name {
	margin: 10px 0;
	display: inline-block;
    width: 47%;
    padding-right: 2px;
}
#column-left .box .box-content .bx-wrapper .price-old, #column-right .box .box-content .bx-wrapper .price-old {
	font: 12px/18px Arial,sans-serif;
	color: #000;
	text-decoration: line-through;
}
#column-left .box .box-content .bx-wrapper .price-new, #column-right .box .box-content .bx-wrapper .price-new {
	font: 14px/18px Arial,sans-serif;
	color: #FF5100;
}
#column-left .box .box-content .bx-wrapper .rate img, #column-right .box .box-content .bx-wrapper .rate img {
	width: 62px;
}
#column-left .box .box-content .bx-wrapper .cart, #column-right .box .box-content .bx-wrapper .cart {
    position: absolute;
    bottom: 16px;
    right: 56px;
}
#column-left .box .box-content .bx-wrapper .bx-viewport .vertical-carousel > div, #column-right .box .box-content .bx-wrapper .bx-viewport .vertical-carousel > div, #column-left .box .box-content .bx-wrapper .bx-viewport .vertical-carouseler > div, #column-right .box .box-content .bx-wrapper .bx-viewport .vertical-carouseler > div {
    border-top: 1px dotted #efefef;
    padding: 10px 5px 10px 10px;
    margin-left: 4px;
}
#column-left .box .box-content .bx-wrapper .bx-viewport, #column-right .box .box-content .bx-wrapper .bx-viewport {
    margin-top: -1px;
    margin-left: 2px;
    max-width: 281px;
}
#column-left .box .box-content .banner img, #column-right .box .box-content .banner img {
	max-width: 284px;
}
#column-left .banner, #column-right .banner {
	overflow: hidden;
}

#column-left .banner img:hover{
    opacity: 0.95;
}

/*========================= column-right ===================================*/
#column-right + #content {
  margin-right: 314px;
  margin-top: 17px;
  padding-bottom: 30px;
}
#column-right {
  width: 287px;
  position: relative;
  float: right;
  z-index: 2;
}
#column-right .box .box-content .jcarousel-wrapper {
	margin: 0 auto;
	padding-left: 0;
}
#column-right .box .box-content .jcarousel-wrapper .jcarousel ul li {
	width: 160px!important;
	margin-right: 24px!important;
}
#column-right .box .box-content .jcarousel-wrapper  .jcarousel-control-next:before {
	position: absolute;
	content: '';
	background: url(../catalog/view/theme/sstore/images/next-category-slider.png) no-repeat;
	right: 20%;
	top: 50%;
	width: 20px;
	height: 70px;
}
#column-right .box .box-content .jcarousel-wrapper  .jcarousel-control-prev:before {
	position: absolute;
	content: '';
	background: url(../catalog/view/theme/sstore/images/prev-category-slider.png) no-repeat;
	left: 20%;
	top: 50%;
	width: 20px;
	height: 70px;
}
#column-right .box .box-content .jcarousel-wrapper  .jcarousel-control-prev, #column-right .box .box-content .jcarousel-wrapper  .jcarousel-control-next {
	position: absolute;
	width: 32px;
	height: 154px;
	text-align: center;
	top: 0%;
	background: transparent;
	text-indent: -99999px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	transition: all 300ms ease;
	opacity: 0.4;
}
#column-right .box .box-content .jcarousel-wrapper  .jcarousel-control-prev:hover, #column-right .box .box-content .jcarousel-wrapper  .jcarousel-control-next:hover {
	opacity: 1;
}
#column-right .box .box-content .news-box {
	height: 270px;
	border: 1px solid #dedede;
	padding: 10px 0;
}
#column-right .box .box-content .news-box .jcarousel {
	margin: 0;
	width: 84%;
}
#column-right .box .box-content .news-box .jcarousel ul li {
	width: 246px!important;
	margin: 0 0 0 30px!important;
}
/*========================= /column-right ==================================*/
.category-info {
    padding: 52px 2px 18px 2px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dedede;
    text-align: justify;
    min-height: 85px;
}
.category-list + .category-info {
    padding: 0px 2px 18px 2px;
}
.category-info .img {
    float: left;
    border: 1px solid #dedede;
    margin-right: 5px;
}
.category-info .img img {
    height: 80px;
    width: 80px;
}
.category-info p {
    padding: 5px;
}
h2.sub-category {
    margin-top: 10px;
    font: 16px/46px Arial,Verdana,sans-serif;
    text-transform: uppercase;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
    border-bottom: 1px solid #f4f3f3;
    padding-bottom: 10px;
}
.category-list ul {
	padding-left: 8px;
}
.category-list ul li {
	text-align: center;
	float: left;
	list-style: none;
	line-height: 16px;
	padding: 10px 5px 5px 5px;
	margin-bottom: 10px;
	margin-right: 10px;
    border: 1px solid transparent;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    -moz-box-shadow: 0 1px 2px rgba(208, 208, 208, 0.6);
    -webkit-box-shadow: 0 1px 2px rgba(208, 208, 208, 0.6);
    box-shadow: 0 1px 2px rgba(208, 208, 208, 0.6);
    width: 132px;
    margin-top: 10px;
}
.category-list ul li:hover {
    -moz-box-shadow: 0 1px 10px rgba(208, 208, 208, 4.6);
    -webkit-box-shadow: 0 1px 10px rgba(208, 208, 208, 4.6);
    box-shadow: 0 1px 10px rgba(208, 208, 208, 4.6);   
}
.category-list ul li a{
    display: inline;
}


.category-list ul li span{
    display: block;
    height: 30px;
}
.product-list {
	width: 100%;
    overflow: auto;
    padding: 18px 4px 20px 4px;
}
.product-grid {
    width: 100%;
}
.product-list, x:-moz-any-link { /* Mozilla */
    width: 100%;
    overflow: auto;
    padding: 18px 0 20px 2px;
}
.product-grid, x:-moz-any-link { /* Mozilla */
    width: 100%;
    padding: 18px 0 20px 2px;
}
.product-list > .product {
    width: 294px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px 14px;
    overflow: hidden;
    border: 1px solid #dedede;
    min-height: 424px;
    position: relative;
}

.product-list > .product .sticker {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	padding: 4px 6px;
	margin: 3px;
	background: #FF5100;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	z-index: 10;
}
.product-list > .product .new {
    position: absolute;
    top: -7px;
    left: 132px;
    background: url(../catalog/view/theme/sstore/images/new.png) no-repeat;
    width: 98px;
    height: 100px;
    z-index: 10;
}
.product-list .image {
    display: block;
	float: left;
    margin-bottom: 0px;
	margin-right: 10px;
	text-align: center;
	max-height: 300px;
	border: 1px solid #dedede;
}
.product-list .image img {
    height: 300px;
}
.product-list .image:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	-webkit-transition: all 0.2s ease 0.2s;
	-moz-transition: all 0.2s ease 0.2s;
	transition: all 0.2s ease 0.2s;
}
.product-list .product .product-about {
	display: block;
	border: none !important;
}
.product-list  .name {
	margin-bottom: 30px;
}
.product-list  .name a {
    margin-bottom: 4px;
    font:  14px/28px Arial,Verdana,sans-serif;
	color: #000;
	text-transform: uppercase;

}
.product-list  .name a:hover {
	color: #ff5100;
	border-bottom: none;
	text-decoration: none;
}
.product-list .description {
    font: 13px/18px Arial,Verdana,sans-serif;
	margin-top: 10px;
    width: 80%;
    color: #959595;
}
.product-list .price {
    display: block;
    color: #ee5249;
	padding-left: 4px;
    font-size: 16px;
	border: none;
    font-weight: bold;
}
.product-list .price-old {
    font: bold 14px/24px Arial,Verdana,sans-serif;
    text-decoration: line-through;
	color: #848484;
}
.product-list .price-new {
    font: bold 16px/28px Arial,Verdana,sans-serif;
    color: #ee5249;
}
.product-list .product-buttons {
	padding-top: 42px;
	border: none!important;
	float: left;
  
}
.product-buttons a{
    cursor: pointer;
  
}
.product-list .product-buttons .cart {
    background: url(../catalog/view/theme/sstore/images/to-cart.png) no-repeat 16% 44%,#000;
    float: left;
    width: 100px;
    height: 32px;
    display: block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #cccce0;
	text-decoration: none;
	font: 12px/32px Arial,Verdana,sans-serif;
	text-transform: uppercase;
	padding-left: 42px;
	opacity: 1;
	-webkit-transition-delay: 0;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: cubic-bezier(0, 0, 1, 1);
	-moz-transition-delay: 0;
	-moz-transition-duration: 0.4s;
	-moz-transition-property: all;
	-moz-transition-timing-function: cubic-bezier(0, 0, 1, 1);
	transition-delay: 0;
	transition-duration: 0.4s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
	cursor: pointer;
}
.product-list .product-buttons .cart:hover {
	opacity: 1;
	background: url(../catalog/view/theme/sstore/images/to-cart-hover.png) no-repeat 16% 44%,#ff5100;
	-webkit-transition-delay: 0;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: cubic-bezier(0, 0, 1, 1);
	-moz-transition-delay: 0;
	-moz-transition-duration: 0.2s;
	-moz-transition-property: all;
	-moz-transition-timing-function: cubic-bezier(0, 0, 1, 1);
	transition-delay: 0;
	transition-duration: 0.2s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
	color: #fff;
}
.product-list .additional {
	clear: both;
}
.product-list .wishlist, .product-list .compare {
    display: block;
	position: relative;
}

.product-grid .description {
	display: none;
}
.product-grid > .product {
    width: 294px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px 14px;
    overflow: hidden;
    border: 1px solid #F5F5F5;
    min-height: 424px;
    position: relative;
}

/*
.product-grid > .product .sticker {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 4px 6px;
	margin: 3px;
	background: #ff5100;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	z-index: 10000;
}*/
.product-grid > .product .sticker {
    position: absolute;
    top: 0;
    left: 0;
    background: url('../catalog/view/theme/sstore/image/discounter.png') no-repeat;
    width: 90px;
    height: 60px;
    vertical-align: top;
    text-align: center;
    z-index: 10000;
    zoom: 1;
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    padding: 5px 0 0;
}    
.product-grid > .product .new {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../catalog/view/theme/sstore/images/novinka.png) no-repeat;
    width: 64px;
    height: 64px;
    z-index: 10;
}
.product-grid > .product:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	-webkit-transition: all 0.2s ease 0.2s;
	-moz-transition: all 0.2s ease 0.2s;
	transition: all 0.2s ease 0.2s;
}
.product-grid .image {
    display: block;
    margin-bottom: 0px;
	text-align: center;
	min-height: 370px;
}
.product-grid .image img, .product-grid .hover-image img {
    width: 300px;
}
.product-grid .image .hover-image, .product-list .image .hover-image  {
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0;
    position: absolute;
    top: 0;
    width: 300px;
}
.product-list .image .hover-image IMG {
    position: absolute!important;
    top:1px!important;
    left: 1px!important;
}
.product-grid .image:hover .hover-image, .product-list .image:hover .hover-image {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.product-grid .product .product-about {
	width: 100%;
	text-align: center;
	background-color: #fafafa;
	bottom: -54px;
	position: absolute;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.product-grid .product:hover .product-about {
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	bottom: 0;
}
.product-grid  .name {
	height: 24px;
	overflow: hidden;
	padding: 0 4px;
    margin-bottom: 6px;
}
.product-grid  .name a {
    display: block;
    margin-bottom: 4px;
    font: 12px/28px Arial,Verdana,sans-serif;
}
.product-grid .description {
    font: 12px/16px Arial,Verdana,sans-serif;
}
.product-grid .price {
    display: block;
    font: bold 14px/28px Arial,Verdana,sans-serif;
    color: #ff5100;
	padding-left: 4px;
	border-bottom: 1px solid #e5e5e5; 
}
.product-grid .price-old {
    font: bold 12px/24px Arial,Verdana,sans-serif;
    text-decoration: line-through;
	color: #848484;
}
.product-grid .price-new {
    font: bold 14px/28px Arial,Verdana,sans-serif;
    color: #000;
}
.product-grid .rating {
    position: absolute;
    top: 22px;
    left: 37%;
}
.product-grid .product-buttons {
	height: 40px;
	padding-top: 12px;
	padding-left: 8px;
	border-top: 1px solid #FFFFFF;
}
.product-grid .product-buttons .cart {
    background: url(../catalog/view/theme/sstore/images/to-cart.png) no-repeat 16% 44%,#000;
    width: 100px;
    height: 32px;
    display: block;
	float: left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #cccce0;
	text-decoration: none;
	font: 12px/32px Arial,Verdana,sans-serif;
	text-transform: uppercase;
	padding-left: 22px;
	opacity: 1;
	transition-delay: 0;
	transition-duration: 0.4s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
}
.product-grid .product-buttons .cart:hover {
	opacity: 1;
	background: url(../catalog/view/theme/sstore/images/to-cart-hover.png) no-repeat 16% 44%,#ff5100;
	transition-delay: 0;
	transition-duration: 0.2s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
	color: #fff;
}
.product-grid .product-buttons .additional {
	float: right;
	padding: 0px 10px 0 0;
}
.product-grid .product-buttons .wishlist, .product-grid .product-buttons .compare {
    display: block;
	position: relative;
	text-align: right;
}
.product-grid .product-buttons .wishlist, .product-list .product-buttons .wishlist {
    display: block;
    font-size: 14px;
    line-height: 33px;
    color: #C02828;
    width: 36px;
    height: 33px;
    text-align: center;
    float: left;
    margin-left: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: url(../catalog/view/theme/sstore/images/heart-s.png) no-repeat 50% 50%,#ff5100;
}
.product-grid .product-buttons .compare, .product-list .product-buttons .compare {
    display: block;
    font-size: 14px;
    line-height: 33px;
    color: #C02828;
    width: 36px;
    height: 33px;
    text-align: center;
    float: left;
    margin-left: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: url(../catalog/view/theme/sstore/images/compare-s.png) no-repeat 50% 50%,#ff5100;
}
.product-grid .product-buttons .wishlist:hover, .product-list .product-buttons .wishlist:hover {
    background: url(../catalog/view/theme/sstore/images/heart-s.png) no-repeat 50% 50%,#000;
	transition-delay: 0;
	transition-duration: 0.2s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
}
.product-grid .product-buttons .compare:hover, .product-list .product-buttons .compare:hover {
    background: url(../catalog/view/theme/sstore/images/compare-s.png) no-repeat 50% 50%,#000;
	transition-delay: 0;
	transition-duration: 0.2s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
}
.pagination {
	margin: 0;	
}
.pagination a, .pagination span {
    padding-left: 10px;
}
.pagination a, .pagination a:visited {
    color: #454343;
	display: inline-block;
	width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    padding: 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    text-decoration: none;
}
.pagination a:hover {
	border: 1px solid #c2c2c2;
    padding: 0px;
	background: #ebebeb;
}
.pagination a.prev, .pagination a.prev:hover {
    background: url(../catalog/view/theme/sstore/images/pagination-prev.png) no-repeat 50% 50%;
	width: 24px;
	height: 24px;
	display: inline-block;
	margin: 0 9px -9px 8px;
}
.pagination a.next, .pagination a.next:hover {
    background: url(../catalog/view/theme/sstore/images/pagination-next.png) no-repeat 50%50%;
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-bottom: -8px;
}
.pagination .active-page {    
    display: inline-block;
    color: #fff;
    background: #000;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    padding: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pagination .pagers {    
    font-size: 20px;
    color: #000;
    padding-top: 8px;
}

/*=================== good ==========================*/
.margin {
	margin-top: 10px;
}
.margin + #column-left, .margin + #column-right {
	margin-top: -10px;
}
.product-info {
    overflow: hidden;
    margin-bottom: 20px;
	margin-top: 12px;
	padding-left: 4px;
}
.product-info > .left {
    float: left;
    margin-right: 15px;
	width: 35%;
}
.product-info > .left .image {
    float: left;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
}
.cloud-zoom-big {
    left: 100%!important;
}
.product-info > .left  .image img {
    width: 354px;
    border: 1px solid #F7F7F7;
}
.product-info > .left .image-additional {
    width: 370px;
    clear: both;
}
.product-info > .left .image-additional a {
    float: left;
    display: block;
    margin-left: 10px;
    margin-bottom: 10px;
}
.product-info > .left .image-additional img {
    border: 1px solid #f2f2f2;
    width: 105px;
}
.product-info > .left .image-additional img.active {
    border: 1px solid #007abe;
}
.product-info > .right {
	width: 58%;
	position: relative;
}
.product-info > .right h1 {
  font: 14px/20px Arial,Verdana,sans-serif;
  max-width: 86%;
}
.product-info > .right .manufacturer-logo {
    width: 100px;
    cursor: pointer;
}
.product-info > .right .manufacturer-desc {
    position: relative;
}    
.product-info > .right .manufacturer-description {
    display:none;
    position: absolute;
    top: -6px;
    left: 0;
    width: 275px;
    background: #fff;
    padding: 15px;
    border: 1px solid #f0f0f0;
    text-align: justify;
    -webkit-box-shadow: 0px 3px 18px 0px rgba(50, 50, 50, 0.33);
    -moz-box-shadow: 0px 3px 18px 0px rgba(50, 50, 50, 0.33);
    box-shadow: 0px 3px 18px 0px rgba(50, 50, 50, 0.33);
    z-index: 10;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.product-info > .right .price {
    padding: 16px 0 5px 0;
	border-top: 1px solid #f2f2f2;
}
.product-info > .right .price-old {
	font: bold 22px/28px Arial,Verdana,sans-serif;
    color: #6f6f6f;
	text-decoration: line-through;
}
.product-info > .right .price-new {
    font: 24px/28px Arial,Verdana,sans-serif;
    color: #ff5100;
}
.product-info > .right .you-save {
    font: 12px/30px Arial,Verdana,sans-serif;
    color: #999999;
}
.product-info > .right .discount {
	margin: 10px 0 20px 0;
}
.product-info > .right .description {
    color: #aa99aa;
	margin-bottom: 40px;
}
.product-info > .right .description span {
	color: #000;
	font: 14px/26px Arial,Verdana,sans-serif;	
	background: url(../catalog/view/theme/sstore/images/marker.png) left 45% no-repeat;
	padding-left: 13px;
}
.bx-clone{
   display: none !important;
}

.product-info > .right .description a {
	border-bottom: 1px dotted #333;
}
.product-info > .right .description a:hover {
	border-bottom: none;
	text-decoration: none;
}
.product-info > .right .options {
	margin-bottom: 20px;
}
.product-info > .right .options h2 {
	font: 18px/30px Arial,Verdana,sans-serif;
	margin-bottom: 10px;
}
.product-info > .right .options .option input.none {
	display: none;
}
.manufacturer-list .manufacturer-heading {
    font-size: 20px;
    padding: 20px;
}
.manufacturer-list + .manufacturer-list {
    float: left;
    width: 100%;
}
.manufacturer-list {
    border-bottom: 1px solid #f4f3f3;
    padding-bottom: 20px;
}
.manufacturer-list .manufacturer-content ul{
    float: left;
    margin-left: 10px;
}
.not-selected {
	background: linear-gradient(to bottom, #FFFFFF, #EFEFEF) repeat scroll 0 0;
	display: inline-block;
	float: left;
	margin: 0 5px 0 0;
	border: 1px solid #969696;
	padding: 5px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4) inset;
	-moz-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4) inset;
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4) inset;
	text-shadow: 0 1px 1px #FFFFFF;
	cursor: pointer;
}
.selected {
	background: linear-gradient(to bottom, #f0f0f0, #ccc) repeat scroll 0 0;
	display: inline-block;
	float: left;
	margin: 0 5px 0 0;
	border: 1px solid #969696;
	padding: 5px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0 1px 1px #FFFFFF;
	cursor: pointer;
	color: #000;
}
.product-info > .right .cart .button {
	background: url(../catalog/view/theme/sstore/images/to-cart.png) no-repeat 16% 46%,#000;
	height: 46px;
	display: inline-block;
	float: left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #cccce0!important;
	text-decoration: none;
	font: 12px/46px Arial,Verdana,sans-serif;
	text-transform: uppercase;
	padding: 0 38px 0 58px;
	opacity: 0.8;
	transition-delay: 0;
	transition-duration: 0.4s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
}
.product-info > .right .cart .button:hover {
	opacity: 1;
	background: url(../catalog/view/theme/sstore/images/to-cart-hover.png) no-repeat 16% 46%,#ff5100;
	transition-delay: 0;
	transition-duration: 0.2s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
	color: #fff!important;
}
.product-info > .right .additional-buttons {
	margin-top: 26px;
}
.product-info > .right .additional-buttons a {
    cursor: pointer;
}
.product-info > .right  .good-wishlist {
	background-color: #f1f1ef;
	display: inline-block;
	position: relative;
	font-size: 13px;
	height: 34px;
	line-height: 34px;
	padding: 0 4px 0 22px;
	color: #848484;
	text-align: center;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	transition-delay: 0;
	transition-duration: 0.4s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
}
.product-info > .right  .good-wishlist:before {
	content: '';
	background: url(../catalog/view/theme/sstore/images/good-wishlist.png) no-repeat;
	width: 15px;
	height: 14px;
	position: absolute;
	top: 10px;
	left: 4px;
	transition-delay: 0;
	transition-duration: 0.4s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
}
.product-info > .right  .good-wishlist:hover {
	text-decoration: none;
	background: #777;
	transition-delay: 0;
	transition-duration: 0.4s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
	color: #FFF;
}
.product-info > .right  .good-wishlist:hover:before {
	background: url(../catalog/view/theme/sstore/images/good-wishlist-hover.png) no-repeat;
	transition-delay: 0;
	transition-duration: 0.4s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
}
.product-info > .right  .good-compare {
	background-color: #f1f1ef;
	display: inline-block;
	position: relative;
	font-size: 13px;
	height: 34px;
	line-height: 34px;
	padding: 0 4px 0 22px;
	color: #848484;
	text-align: center;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	transition-delay: 0;
	transition-duration: 0.4s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
}
.product-info > .right  .good-compare:before {
	content: '';
	background: url(../catalog/view/theme/sstore/images/good-compare.png) no-repeat;
	width: 13px;
	height: 14px;
	position: absolute;
	top: 10px;
	left: 4px;
	transition-delay: 0;
	transition-duration: 0.4s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
}
.product-info > .right  .good-compare:hover {
	text-decoration: none;
	background: #777;
	transition-delay: 0;
	transition-duration: 0.4s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
	color: #FFF;
}
.product-info > .right  .good-compare:hover:before {
	background: url(../catalog/view/theme/sstore/images/good-compare-hover.png) no-repeat;
	transition-delay: 0;
	transition-duration: 0.4s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
}
.product-info > .right  .good-review {
	background-color: #f1f1ef;
	display: inline-block;
	position: relative;
	font-size: 13px;
	height: 34px;
	line-height: 34px;
	padding: 0 4px 0 22px;
	color: #848484;
	text-align: center;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	transition-delay: 0;
	transition-duration: 0.4s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
	cursor: pointer;
}
.product-info > .right  .good-review:before {
	content: '';
	background: url(../catalog/view/theme/sstore/images/good-review.png) no-repeat;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 10px;
	left: 4px;
	transition-delay: 0;
	transition-duration: 0.4s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
}
.product-info > .right  .good-review:hover {
	text-decoration: none;
	background: #777;
	transition-delay: 0;
	transition-duration: 0.4s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
	color: #FFF;
}
.product-info > .right  .good-review:hover:before {
	background: url(../catalog/view/theme/sstore/images/good-review-hover.png) no-repeat;
	transition-delay: 0;
	transition-duration: 0.4s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
}
.cloud-zoom-lens {
	border: 1px solid #888;
	margin: 0px;
	background-color: #fff;	
	cursor: move;
}
.cloud-zoom-big {
	
	overflow: hidden;
	width: 600px!important;
    background: #FFFFFF;
    margin-top: -5px;
}
.cloud-zoom-loading {
	color: white;	
	background: #222;
	padding: 3px;
	border: 1px solid #000;
}
.product-info .view-images img { 
	opacity: 0;
}
.product-info .view-images { 
	position: absolute; 
	width: 35px;
	height: 35px;
	background: url(../catalog/view/theme/sstore/images/zoom-in.png) left 0px no-repeat;
	overflow: hidden;
	display: block;
	z-index: 11;
	margin: 10px;
}
.product-info .view-images:hover {
	background: url(../catalog/view/theme/sstore/images/zoom-in-hover.png) no-repeat;
}
.cart .quantity {
	display: inline-block;
	height: 46px;
	line-height: 46px;
	margin-left: 12px;
}
#decrease, #increase {
	height: 46px;
	padding: 0 6px !important;
	border: none!important;
	background: transparent!important;
	cursor: pointer;
	font: 20px/46px Arial,Verdana,sans-serif;
	opacity: 0.6;
}
#decrease:hover, #increase:hover {
	opacity: 1;
}
#htop {
	padding: 2px;
    width: 20px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 5px;    
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 10px;
}
.htabs {
    height: 34px;
    line-height: 20px;
    border-bottom: 1px solid #f4f3f3;
}
.htabs a {
    border-top: 1px solid #f4f3f3;
    border-left: 1px solid #f4f3f3;
    background: #fff;
    padding: 7px 15px 6px 15px;
    float: left;
    font: 13px/20px Arial,Verdana,sans-serif;
    text-align: center;
    text-decoration: none;
    color: #797879;
    display: none;
}
.htabs a.selected-tab {
	background: #eee;
    position: relative;
	border-top: 2px solid #333;
}
.tab-content {
    position: relative;
    padding: 10px;
    margin-bottom: 20px;
    z-index: 2;
}
.tab-content .rew-form{
    padding: 20px;
} 
.tab-content .rew-form .sub{
    background: #FDFDFD;
    padding: 10px;
}   
.tab-content .rew-form .sub input{
    height: 24px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; 
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
}     
.attribute {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}
.tab-review, .tab-special {
    border-right: 1px solid #f4f3f3!important;
}
.button {
    background: #000;
    height: 32px;
    display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #cccce0!important;
	text-decoration: none;
	font: 12px/32px Arial,Verdana,sans-serif;
	padding: 0 22px;
	opacity: 0.8;
	transition-delay: 0;
	transition-duration: 0.4s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
	cursor: pointer;
}
.button:hover {
	opacity: 1;
	background: #ff5100;
	transition-delay: 0;
	transition-duration: 0.2s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
	color: #fff!important;
	text-decoration: none;
	cursor: pointer;
}
#button-option-232 {
    background: #000;
    height: 32px;
    display: inline-block;
	-webkit-border-radius: 2px!important;
	-moz-border-radius: 2px!important;
	border-radius: 2px!important;
	color: #cccce0!important;
	text-decoration: none;
	font: 12px/32px Arial,Verdana,sans-serif;
	padding: 0 22px;
	opacity: 0.8;
	transition-delay: 0;
	transition-duration: 0.4s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
	cursor: pointer;
}
#button-option-232.hover {
    opacity: 1!important;
	background: #ff5100!important;
	transition-delay: 0!important;
	transition-duration: 0.2s!important;
	transition-property: all!important;
	transition-timing-function: cubic-bezier(0, 0, 1, 1)!important;
	color: #fff!important;
	text-decoration: none!important;
	cursor: pointer!important;
}
.required, .error, .success {
    color:#ff5100;
}
.option {
    margin: 6px 0;
    border-bottom: 1px dotted #FFEDE2;
    width: 310px;
    padding-bottom: 10px;
}
.tab-content .success, .tab-content .warning {
    color:#ff5100;
}
.review {
    position: absolute;
    top: 2px;
    right: 0px;
    text-align: right;
}
.review a {
    cursor: pointer;
}
.review-list .author {
    float: left;
    line-height: 18px;
    margin-bottom: 14px;
}
.review-list .rating {
    float: right;
    margin-bottom: 14px;
}
.review-list .text {
    clear: both;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
}
#review .pagination {
    display: inline-block;
    width: 100%;
    margin: 14px 0;
}
#tab-description {
    font: 14px/18px Arial,Verdana,sans-serif;
    color: #6C6C6C;    
}
#review-title {
    font: 21px/30px Arial,Verdana,sans-serif;
    margin: 8px 0;
    color: #000000;
}
.reviewfield {
    margin-bottom: 10px;
}
.reviewfield strong {
    float: left;
    min-width: 180px;
    font-weight: normal;
    color: #7B7B83;
}
.reviewfield textarea {
    max-width: 50%;
}
.review-list+.review-list {
    margin-top: 20px;
}
/*=================== news =========================*/
.news .news-item {
	height: 600px;
	overflow: hidden;
	border-bottom: 1px solid #dedede;
	margin-bottom: 20px;
}
.news .news-item .image {
	display: block;
	height: 450px;
	overflow: hidden;
	margin-bottom: 14px;
	position: relative;
}
.news .news-item .image .date {
	background: rgba(0,0,0,0.5);
	width: 100px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font: bold 12px/30px Arial,sans-serif;
	text-align: center;
}
.news .news-item img {
	max-width: 938px;
	overflow: hidden;
	opacity: 1;
	transition-delay: 0;
	transition-duration: 0.4s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
}
.news .news-item img:hover {
	opacity: 0.6;
	transition-delay: 0;
	transition-duration: 0.4s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
}
.news .news-item h3 {
	font-weight: normal;
	margin-bottom: 10px;
}
.news .news-item h3 a:hover {
	color: #ff5100;
}
.news .news-item .author, .news .news-item .published, .news .news-item .visitors, .news .news-item .comments {
	position: relative;
	padding: 0 16px;
	color: #777777;
}
.news .news-item .grey {	
	color: #a3a3a3;
}
.news .news-item .author:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	background: url(../catalog/view/theme/sstore/images/author.png);
	width: 12px;
	height: 12px;
}
.news .news-item .published:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	background: url(../catalog/view/theme/sstore/images/pin.png);
	width: 12px;
	height: 12px;
}
.news .news-item .visitors:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	background: url(../catalog/view/theme/sstore/images/visitors.png);
	width: 12px;
	height: 9px;
}
.news .news-item .comments:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	background: url(../catalog/view/theme/sstore/images/comments.png);
	width: 12px;
	height: 12px;
}
.news-meta {
	margin-bottom: 14px;
}
/*=================== footer =========================*/
footer {
	background: transparent;
}
.footer-top {
	background: #ebebeb;
	padding: 30px 0;
	margin-top: 20px;
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.15);
	box-shadow: 0 3px 5px rgba(0,0,0,0.15);
}
.footer-top .about {
	max-width: 22%;
}
.footer-middle {
	background: #fff;
	padding: 30px 0 0 0;
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.15);
	box-shadow: 0 3px 5px rgba(0,0,0,0.15);
	padding-bottom: 20px;
}
    
footer .f-left {
    float: left;
	margin-right: 72px;
	min-height: 240px;
}
footer .f-left p {
	padding: 4px 16px;
	color: #65676B;
}
footer .vk-widget {
	margin-right: 0;
}
footer  h3 {
	font: 16px/9px Arial,Verdana,sans-serif;
	text-transform: uppercase;
	color: #222;
	margin-bottom: 20px;
	padding: 0 16px;
}
footer ul {
    margin-top: 16px;
    list-style: none;
    font: 14px/18px Arial,Verdana,sans-serif;
}
footer ul > li {
	padding: 0 16px;
    margin-bottom: 0.15em;
}
footer ul > li > a, footer ul > li > a:visited {
	font-size: 12px;
	line-height: 25px;
	color: #CCCCCC;
	text-decoration: none;
	display: block;
}
footer ul > li:hover > a {
	text-decoration: underline;
	color: #ff5100;
}
footer .contacts {
	float: left;
	margin-top: -18px;
}
footer .f-right {
	float: right;
	margin-top: -20px;
}
footer .contacts ul li {
	font: 13px/42px Arial,Verdana,sans-serif;
	display: block;
	padding: 0 0 0 36px;
	position: relative;
	height: 32px;
	color: #CCCCCC;
}
footer .contacts ul li.address {
  padding-top: 8px;
  line-height: 14px;
  max-width: 228px;
}
footer .contacts .address:before, footer .contacts .e-mail:before, footer .contacts .phone:before, footer .contacts .time:before, footer .contacts .skype:before {
	content: "";
	position: absolute;
	width: 32px;
	height: 32px;
	left: 0px;
	top: 6px;
	opacity: 0.6;
}
footer .contacts .address:before {
	background: url("../catalog/view/theme/sstore/images/contact-adress.png") no-repeat;
}
footer .contacts .e-mail:before {
	background: url("../catalog/view/theme/sstore/images/contact-mail.png") no-repeat;
}
footer .contacts .phone:before {
	background: url("../catalog/view/theme/sstore/images/contact-phone.png") no-repeat;
}
footer .contacts .time:before {
	background: url("../catalog/view/theme/sstore/images/contact-clock.png") no-repeat;
}
footer .contacts .skype:before {
	background: url("../catalog/view/theme/sstore/images/contact-skype.png") no-repeat;
}
footer .contacts .address:hover:before, footer .contacts .e-mail:hover:before, footer .contacts .phone:hover:before, footer .contacts .time:hover:before, footer .contacts .skype:hover:before {
	opacity: 1;
}
footer .column {
	float: left;
	margin-right: 129px;
}
footer .socials {
	margin-right: 0;
	width: 310px;
}
footer .socials a {
	display: block;
	float: left;
	vertical-align: middle;
	width: 150px;
	height: 39px;
	font: 12px/39px Arial,sans-serif;
}
footer .socials a:hover {
	text-decoration: none;
}
footer .socials img {
    opacity: 1;
	width: 32px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	vertical-align: middle;
	margin-right: 2px;
	-webkit-filter: grayscale(100%);
    opacity: 0.5;
}
footer .socials a:hover img {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-filter: grayscale(0%);
    opacity: 1;
}
#powered {
	background: #000;
	padding: 20px 0;
}
#powered .payment {
	height: 32px;
}
#powered .payment img {
	display: inline-block;
	margin-right: 2px;
}
#powered ul {
	list-style: none;
}
#powered ul li {
	display: inline-block;
	padding: 0 10px;
}
#powered ul li.last {
	padding-right: 0;
}
#powered ul li a, #powered ul li a:visited {
	color: #dbf3ff;
	font: 14px/18px verdana, sans-serif;
}
#powered ul li a:hover {
	color: #fff !important;
}
#powered .copyright {
	color: #7a7a7a;
	font: 10px/18px verdana, sans-serif;
	margin-top: 10px;
	text-align: right;
}
#powered .copyright a, #powered .copyright a:visited {
	color: #dbf3ff;
}
#powered .copyright a:hover {
	color: #fff !important;
}
#dp_swf_engine {
	display: none;
}
div#content {
    min-height: 400px;
}
.contact-info {
    overflow: auto;
}
.buttons {
    overflow: auto;
    margin-bottom: 20px;
}
.breadcrumb + h1 {
    margin-top: 20px;
}
input.button {
    border: 0;
}
.login-content a.button {
    margin-top: 16px;
}
ul.box-category li.login a {
    display: inline-block;
}
table.form {
    width: 75%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
table.form tr td:first-child {
    width: 140px;
}
table.form td {
    padding: 8px;
}
.buttons-cart .right {
    float: right;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.success {
	background: #EAF7D9 url('../catalog/view/theme/sstore/image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.warning {
	background: #FFD1D1 url('../catalog/view/theme/sstore/image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.attention {
	background: #FFF5CC url('../catalog/view/theme/sstore/image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	display: block;
}
/* checkout */
.checkout-heading {
	background: #EBEBEB;
    border: 1px solid #D7D7D7;
    padding: 8px;
    font-weight: bold;
    font-size: 13px;
    color: #5E5555;
    margin-bottom: 15px;
    border-radius: 2px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
  overflow: auto;
}
.contact-info .left {
  float: left;
  width: 48%;
  border-right: 1px solid #dedede;
  padding-right: 30px;
}
.contact-info .right {
	float: right;
	width: 48%;
}
.left.form {
  width: 48%;
  padding-right: 30px;
  border-right: 1px solid #dedede;
}
.left.form .buttons {
    margin-top: 14px;
}
.right.map {
    width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='text'] {
    position: relative;
    top: -4px;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 5px;
	cursor: pointer;
    border: 0;
}
.cart-info tbody .quantity img:last-child {
    top: 0px;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-info tbody tr td {
    vertical-align: middle;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
    float: none;
}
.login-content {
    padding: 16px;
    border-radius: 2px;
}
.login-content h2 {
    font: 14px/30px Arial,Verdana,sans-serif;
    border-bottom: 1px solid #D7D7D7;
    margin-bottom: 20px;
}
.login-content p {
    padding: 4px 0;
}
.login-content .left {
    float: left;
    width: 40%;
}
.login-content .right {
    float: right;
    width: 40%;
}
.img1 {
    overflow:hidden;
    float:left;
    width: 300px;
    height: 300px;
    border: 1px solid #ccc;
    margin: 10px 10px 0 0;
    position: relative;
}

.img2 {
    overflow:hidden;
    float:left;
    width: auto;
    height: 300px;
    border: 1px solid #ccc;
    margin: 10px 0 0 4px;
}
.img3 {
    overflow:hidden;
    float:left;
    width: auto;
    height: 300px;
    border: 1px solid #ccc;
    margin: 10px 0 0 10px;

}
.img1 img, .img2 img, .img3 img {
    transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.img1 img:hover, .img2 img:hover, .img3 img:hover{
    transform: scale(1.1) rotate(2deg);
    -webkit-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
    -o-transform: scale(1.1) rotate(2deg);
    opacity:  0.8;
}
.more-info {
    width: 210px;
    height: 240px;
    position: absolute;
    top: 50px;
    right: 8px;
    -webkit-box-shadow: 0px 3px 18px 0px rgba(50, 50, 50, 0.13);
    -moz-box-shadow: 0px 3px 18px 0px rgba(50, 50, 50, 0.13);
    box-shadow: 0px 3px 18px 0px rgba(50, 50, 50, 0.13);
}
.more-info .stock-info, .more-info .warranty-info, .more-info .delivery-info {
    height: 56px;
    position: relative;
    padding-left: 80px;
    padding-top: 20px;
}
.more-info .stock-info:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    background: url(../catalog/view/theme/sstore/images/sale-info.png) no-repeat;
    width: 60px;
    height: 60px;
}
.more-info .warranty-info:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    background: url(../catalog/view/theme/sstore/images/warranty-info.png) no-repeat;
    width: 60px;
    height: 60px;
}
.more-info .delivery-info:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    background: url(../catalog/view/theme/sstore/images/delivery-info.png) no-repeat;
    width: 60px;
    height: 60px;
}
.tags {
    margin-top: 10px;
}
.content-news .news {
    margin-bottom: 20px;
}
.content-news .news .image {
	float: left;
	margin: 5px 10px 10px 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 200px;
    height: 200px;
    border: 6px solid #dedede;
    overflow: hidden;
}
.content-news .news .image img {
}
.content-news .news h3 {
    font: 24px/28px Arial,Verdana,sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#column-left + .panelnews {
    margin: 0 0 0 25%;
}
.panelnews {
    padding-top: 3px;
}
.panelcollapsed {
    margin-bottom: 25px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 45px;
}
.panelcollapsed h2 {
    margin-bottom: 10px;
}
.panelcollapsed h2 a {
    text-decoration: underline;
}
.panelcollapsed h2 a:hover {
    text-decoration: none;
}
.panelcontent .button {
    display: inline-block;
    float: right;
    text-align: right;
}
.panelimage {
    float: left;
    margin: 5px 10px 10px 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 200px;
    height: 200px;
    border: 6px solid #dedede;
    overflow: hidden;
    position: relative;
}
.paneldata {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    height: 36px;
    line-height: 36px;
    color: #FFF;
    text-align: center;
}
.search-box {
    padding: 10px 20px;
}
.search-box .megaselect {
    margin-bottom: 10px;
}
.search-box .buttons {
    margin: 10px 0 -10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}
#back-top {
	position: fixed;
	right: 30px;
    bottom: 30px;
    z-index: 10000;
	}

#back-top span {
	width: 49px;
	height: 49px;
	display: block;
	margin-bottom: 7px;
	background: url(../catalog/view/theme/sstore/images/back-top.png) no-repeat center center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;    
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	}
#back-top span:hover {
    opacity: 0.9;
}

#fast_order_form {
    padding: 10px;
}
#fast_order_form .fast_order_center {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}
#fast_order_form .fast_order_center button{ 
    border: 0!important;
    height: 36px!important;
}
#fast_order_form #fast_order_result {
    color: #333;
    margin-bottom: 14px;
}
#fast_order_form label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: bold;  
    font-size: 14px;  
}
#fast_order_form .form-group input[type="text"]{
    height: 24px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;  
    width: 95%;  
}
#fast_order_form .form-group textarea{
    height: 60px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;  
    min-width: 370px;  
}

#fast_order_form #fast_order_result .fast_order_error {
    color: #f00;
    font-size: 14px;
}
#fast_order_form #fast_order_result .fast_order_success {
    color: #00d12a;
    font-size: 14px;
}
#fast_order_form p {
    margin-bottom: 22px;
    padding: 0px;
    text-align: justify;
}
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
/*========================= mega-menu ===================================*/
#storeset_menu {
    height: 46px;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    font-family: Arial,Verdana,sans-serif;
    position: relative;
}
#storeset_menu > ul {	list-style: none;
    float: left;
    z-index: 20;
    padding: 0 12px;
}
#storeset_menu > ul > li 
{
	z-index: 20;
	padding: 14px 40px 10px 0;
	display: inline-block;
	text-align: center;
}

#storeset_menu li:hover { 
    z-index:1600
}

#storeset_menu > ul > li > a 
{ 
	
	text-decoration: none;
	display: block;
	padding: 0px 0px 0px 0px; 
	margin-bottom: 0;
	z-index: 6;
	padding-right:0;
	transition-duration:0.2s;
    font: bold 12px/22px Arial,Verdana,sans-serif;
    color: #dbf3ff;
    text-transform: uppercase;
    letter-spacing: .1em;
	
}

#storeset_menu .dropdown h3{
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

#storeset_menu > ul > li:first-child> a{
    padding-left:0
}
#storeset_menu > ul > li > div.dropdown
{
	display:none;
    position: absolute;
    top: 3.66667em;
    left: 0;
    width: 100%;
    z-index: 200;
    background: #fff;
    text-align: left;
    padding: 0.41667em 0 0.83333em;
    overflow: hidden;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.15);
    transition: all 300ms linear;
    width: 1280px;
	
	
}
#storeset_menu > ul > li > div.dropdown div.option
{
	width: 22%;
    padding: 0 0.83333em 1em;
    border: 0!important;
    position: relative;
	
}

#storeset_menu > ul > li > div.dropdown div.option-cat
{
	width: 12%;
    padding: 0 0.83333em 1em;
    border: 0!important;
    position: relative;
	
}

#storeset_menu > ul > li > div.dropdown div.full-option
{
	width: 100%;
    padding: 0 0.83333em 1em;
    border: 0!important;
    position: relative;
	
}

#storeset_menu > ul > li > div.dropdown  a 
{ 
	padding: 4px 10px 4px 20px;
	display:block;
    font-size: 16px;
}


#storeset_menu > ul > li > div.dropdown ul.product img{
    padding-top:20px;
}
#storeset_menu > ul > li > div.dropdown ul.category{
    margin-top:20px;
}
#storeset_menu > ul > li > div.dropdown ul.category a{
    font-size: 12px;
}
#storeset_menu > ul > li > div.dropdown  a:hover {
    text-decoration:none;
}
#storeset_menu > ul > li > div.dropdown  a img {
    padding:2px;display:block;padding-top:20px;
}

#storeset_menu > ul > li > div.dropdown a.parent
{ 
	color: #2B2B2B;
    display: inline-block;
    font: 400 17px 'Conv_AdventPro-Bold';
    padding: 20px 20px 6px;
    text-transform: uppercase;
	
	}
#storeset_menu > ul > li > div.dropdown a.parent:hover{
    
}
#storeset_menu > ul > li > div.dropdown a.parent img{
    margin-right:10px; margin-bottom:10px;
}

#storeset_menu  > ul > li > div .staticblock h3 
{
	padding:20px 20px 10px 20px; 
	display:block; 
	color:#2b2b2b; 
	font:bold 14px Arial;
	text-transform:uppercase;
	font-family:'Conv_AdventPro-Bold';
	font-weight:400;
	font-size:17px;
}
#storeset_menu  > ul > li > div .staticblock p {
    padding:4px;
    color:#252525;
    margin-bottom:
    4px;text-align: justify;
}

#storeset_menu > ul > li > div.dropdown .manufacturer  a img, #storeset_menu  > ul > li > div .staticblock img{
    margin-bottom:10px;
    border: 1px solid transparent;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    -moz-box-shadow: 0 1px 2px rgba(208, 208, 208, 0.6);
    -webkit-box-shadow: 0 1px 2px rgba(208, 208, 208, 0.6);
    box-shadow: 0 1px 2px rgba(208, 208, 208, 0.6);
}
    
#storeset_menu  > ul > li > div .staticblock img {
    
}

#storeset_menu > ul > li > div.dropdown ul {
    display:inline-block;
}
#storeset_menu > ul > li > div.dropdown ul.product li {
    height: 210px;
}
#storeset_menu > ul > li > div.dropdown ul.product a.hidelenght{
    display:block;
    font-weight:700;
    padding-right:0;
    white-space:pre-wrap;
    font-size: 11px; 
    height: 14px; 
    overflow: hidden;
}
#storeset_menu > ul > li > div.dropdown ul.product img{
    border: 1px solid transparent;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    -moz-box-shadow: 0 1px 2px rgba(208, 208, 208, 0.6);
    -webkit-box-shadow: 0 1px 2px rgba(208, 208, 208, 0.6);
    box-shadow: 0 1px 2px rgba(208, 208, 208, 0.6);
    margin: 10px auto;
}

#storeset_menu > ul > li > div.dropdown ul.product span {
    font-weight: bold;
    padding-left:20px;
}
#storeset_menu > ul > li > div.dropdown ul.product span.price-old {
    text-decoration:line-through ; 
    color: #202020;
    font-weight: 500;
    margin-bottom:36px;
 }
#storeset_menu > ul > li > div.dropdown ul.product span.price-new 
{ 
	font-weight: bold;
	margin-bottom:36px;
}
#storeset_menu > ul > li > div.dropdown ul.product li{
    overflow:hidden;
    margin-bottom:15px;
    text-align: center;
}
#storeset_menu ul li ul li > div.sub_menu{
    z-index:9999;
    top:-6px;
}
#storeset_menu ul li ul li > div.sub_menu{
    display:none;
    padding-left: 14px;
}
#storeset_menu ul li ul li > div.sub_menu ul {
    width:100%;
}
#storeset_menu ul li ul li > div.sub_menu ul li a:hover{
    
}
#storeset_menu ul li ul li{
    clear:both;
}
#storeset_menu ul li ul li:hover > div.sub_menu, #storeset_menu ul li:hover > div{
    display:block;
}

#storeset_menu ul li .full-option ul li{
    clear:none;float: left;
    max-width: 113px;
    text-align: center;
}

#storeset_menu ul li .full-option ul li a{
    font-size: 14px;
}

/* megamenu-menu */

.megamenu-menu > ul > li {
 z-index:999 !important;
}

.megamenu-menu > ul > li > div{
 padding: 0 !important;
}
.megamenu-menu > ul > li ul > li > a{
padding:0 !important;
min-width:unset !important;
white-space: normal !important;
}
.megamenu-issubchild{

}
.megamenu-menu > ul > li ul > li > a:hover{
 text-decoration: underline;
}
.megamenu-menu {

}
.megamenu-menu .nav > li > a {

}
.megamenu-menu .nav > li > a:hover, .megamenu-menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
.megamenu-menu .dropdown-menu {
    visibility: hidden;
	position: absolute;
	top: 46px;
	left: 0;
	right: 0;
    min-width:160px;
	padding: 0;
    background: #fff;
    -webkit-box-shadow: -2px 16px 43px 1px rgba(0,0,0,0.44);
    -moz-box-shadow: -2px 16px 43px 1px rgba(0,0,0,0.44);
    box-shadow: -2px 16px 43px 1px rgba(0,0,0,0.44);
}
.megamenu-menu .dropdown-inner {

  max-width: 100%;
}
.megamenu-menu .dropdown-inner ul {
	display: table-cell;
      background-color: #fff;
}
.megamenu-menu .dropdown-inner a {
	/* min-width: 150px; */ 
	display: block;
	padding: 3px 6px !important;
	clear: both;
	font-size: 12px;
}

.megamenu-type-information div ul li {
    line-height: 20px!important;
    margin-left: 8px;
}

.megamenu-type-information div ul li a{
    font-size: 14px!important;
}

.megamenu-menu .dropdown-inner ul li {
	line-height: 20px;
}

.megamenu-menu .withimage{
 
  background-position: 1px 3px !important;
  background-repeat: no-repeat !important;
  background-size: 20px auto !important;
  padding-left: 27px !important;
}

.megamenu-menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.megamenu-menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.megamenu-menu .btn-navbar:hover, .megamenu-menu .btn-navbar:focus, .megamenu-menu .btn-navbar:active, .megamenu-menu .btn-navbar.disabled, .megamenu-menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}

	.main-ul .main-li:hover .dropdown-menu {
		visibility: visible;
	}
	.megamenu-menu {

}

.megamenu-menu .megamenu-type-category-simple ul.megamenu-haschild li {
  position: relative;
  font: 12px/14px Arial,Verdana,sans-serif;
    display: block;
    padding: 6px 8px;

}
.megamenu-menu .megamenu-type-category-simple  ul.megamenu-haschild li ul {display: none !important;}
.megamenu-menu .megamenu-type-category-simple  ul.megamenu-haschild li {list-style: none !important;}
.megamenu-menu .megamenu-type-category-simple  ul.megamenu-haschild li:hover > ul {
display: block !important;
position: absolute !important;
 top: 0 !important;
 -webkit-box-shadow: 14px 9px 25px 0px rgba(0,0,0,0.26);
-moz-box-shadow: 14px 9px 25px 0px rgba(0,0,0,0.26);
box-shadow: 14px 9px 25px 0px rgba(0,0,0,0.26);
}

.megamenu-menu .megamenu-type-category-simple  .megamenu-issubchild{
background-image: url("../catalog/view/theme/sstore/image/arrow_right.png");
background-position: right center;
background-repeat: no-repeat;
}
.megamenu-menu .megamenu-type-category-simple .megamenu-ischild {
  
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
  font-size: 14px;
  list-style: outside none none;
  min-width: 160px;
  z-index: 1001;
}
.megamenu-menu .megamenu-type-product .megamenu-parent-block {
display: inline-block;
text-align:center;
margin-top: 10px;
margin-bottom: 20px;
vertical-align: top;
width: 160px;

}
.megamenu-menu .megamenu-type-manufacturer .megamenu-parent-block {
display: inline-block;
text-align:center;
margin-top: 10px;
margin-bottom: 20px;
vertical-align: top;
width: 120px;

}

.megamenu-menu .megamenu-type-category-full .megamenu-parent-block {
display: inline-block;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 20px;
vertical-align: top;
width: 120px;

}
.megamenu-menu .megamenu-type-category-full-image .megamenu-parent-block {
display: inline-block;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 20px;
vertical-align: top;
min-width: 120px;

}
.megamenu-menu .megamenu-type-product .megamenu-parent-title {
  display: block;
  padding: 5px;
  text-decoration: none !important;

}
.megamenu-menu .megamenu-type-manufacturer .megamenu-parent-title {
  display: block;
  padding: 5px;
  text-decoration: none;

}

.megamenu-menu .megamenu-type-manufacturer .megamenu-parent-img img {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ececec;
  border-radius: 3px;
}
.megamenu-menu .megamenu-type-product .megamenu-parent-img img {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ececec;
  border-radius: 3px;
}

.megamenu-menu .megamenu-type-manufacturer a:hover{
background:none !important;

}
.megamenu-menu .megamenu-type-product a:hover{
background:none !important;

}

.megamenu-menu .megamenu-type-category-full .megamenu-parent-title {
  border-bottom: 1px solid #eee;
  display: block !important;
  padding: 5px !important;
  text-decoration: none !important;
  font-weight:bold;
}
.megamenu-menu .megamenu-type-category-full-image .megamenu-parent-title:hover {
  text-decoration: underline !important;
  color: #000;
}
.megamenu-menu .megamenu-type-category-full-image .megamenu-parent-title {
  border-bottom: 1px solid #eee;
  display: block !important;
  padding: 5px !important;
  font-weight:bold;
  text-decoration: none; !important;
}

.megamenu-menu .megamenu-type-category-full-image .megamenu-parent-img img {
  background: #fff none repeat scroll 0 0 !important;
  border: 1px solid #ececec !important;
  border-radius: 3px !important;
}

.megamenu-menu .megamenu-type-category-full a:hover{
background:none !important;

}
.megamenu-menu .megamenu-type-category-full-image a:hover {

background:none !important;
}
.megamenu-menu .megamenu-type-manufacturer  a.megamenu-parent-title:hover{
text-decoration:underline !important;
}
.megamenu-menu .megamenu-type-product  a.megamenu-parent-title:hover{
text-decoration:underline !important;
}

.megamenu-menu .megamenu-type-category-full .megamenu-ischild a:hover{
text-decoration:underline !important;
}
.megamenu-menu .megamenu-type-category-full-image .megamenu-ischild a:hover{
text-decoration:underline !important;
  color: #000;
}
.megamenu-menu .megamenu-type-product a.megamenu-parent-img{
padding:0 !important;
}
.megamenu-menu .megamenu-type-manufacturer a.megamenu-parent-img{
padding:0 !important;
}
.megamenu-menu .megamenu-type-category-full-image a.megamenu-parent-img{
padding:0 !important;
}
.megamenu-menu .megamenu-type-product{
width:530px;
}
.megamenu-menu .megamenu-type-manufacturer{
width:530px;
}
.megamenu-menu .megamenu-type-category-simple .dropdown-inner{
display:block !important;
}
.megamenu-menu .megamenu-type-category-simple .megamenu-haschild{
display:block !important;
}
.megamenu-menu .megamenu-type-information .dropdown-inner{
display:block !important;
}
.megamenu-menu .megamenu-type-information .megamenu-haschild{
display:block !important;
}
.megamenu-menu .megamenu-type-category-full-image .megamenu-parent-title{
border:0;
}

.megamenu-menu .megamenu-type-html{
min-width:unset;

}
.megamenu-menu  .megamenu-html-block{
padding:5px;
margin-bottom:5px;

}

.megamenu-menu  .menu-add-html a{
    padding: 0!important;
    margin: 0!important;
}
.megamenu-menu .megamenu-type-auth{
padding:5px;
}

.megamenu-menu .megamenu-type-product .dropprice{
  color: #55b12b;
  font-size:12px;
   
}
.megamenu-menu .megamenu-type-product .dropprice span {
margin-right: 3px;
  color: #f00;
  text-decoration: line-through;
}
.megamenu-menu .megamenu-type-auth{
padding: 10px;
width: 217px;
}
.megamenu-menu .megamenu-type-auth a{

 padding: 0px;
}

.megamenu-menu .menu-add-html{
display: inline-block;
float: right;
height: 100%;
margin-left: 5px;
margin-right: 5px;
margin: 14px;
overflow: hidden;
position: relative;
vertical-align: bottom;
display: inline;
}

.megamenu-menu .megamenu-type-category-full-image .megamenu-haschild{
display: inline;
vertical-align: top;
}

.megamenu-menu .megamenu-type-category-full .megamenu-haschild{
  display: inline;
vertical-align: top;
}

.megamenu-menu .megamenu-type-information .megamenu-haschild{
  display: inline;
vertical-align: top;
}
.megamenu-menu .megamenu-thumb{
width: 20px;
margin-right: 3px;
}
.megamenu-menu .dropdown-img{
display:inline-block;
}

.megamenu-menu .megamenu-blockwithimage {
display: inline !important;
vertical-align: top;
}
.megamenu-menu .megamenu-blockwithimage li{
width:160px;
 display: inline-block;
}
.megamenu-menu .auth_pass{
margin-top:5px;
margin-bottom:5px;
}
.megamenu-menu .auth_links a{
line-height: 16px;
padding-bottom: 0 !important;
padding-left: 0 !important;
}
.megamenu-menu .auth_links{
    margin-bottom: 10px;
}
/*========================= end of mega-menu ===================================*/
table.adress-table {
    border: 1px solid #dedede;
    padding: 10px;
    margin-bottom: 16px;
    width: 100%;
}
.order-list {
    margin-bottom: 10px;
}
.order-list .order-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.order-list .order-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.order-list .order-content {
    padding: 10px 0px;
    display: inline-block;
    width: 99.5%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
    float: left;
    width: 33.3%;
}
.order-list .order-content div {
    float: left;
    width: 33.3%;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success {
	background: #EAF7D9 url('../catalog/view/theme/sstore/image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.warning {
	background: #FFD1D1 url('../catalog/view/theme/sstore/image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention {
	background: #FFF5CC url('../catalog/view/theme/sstore/image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
    float: none;
}
table.list .right {
	text-align: right;
	padding: 7px;
    float: none;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
.table-box {
  width: 83%;
}
input[name="captcha"] {
  margin-bottom: 10px;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
.sitemap-info ul, .sitemap-info ul li {
    list-style-type: disc!important;
}
.sitemap-info ul li {
    padding-left: 20px;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
.panelcontent {
  min-height: 160px;
}

.imageselect {
    border: 3px solid #fff;
    margin-right: 4px;
}

.image-active {
    border: 3px solid #ccc;
}

.box .module {
    background: #fff;
    padding: 16px 0;
    min-height:  327px;
}

.module .owl-buttons {
    right: 3px!important;
    top: -51px!important;
}

.latest .owl-buttons {
    right: -14px!important;
    top: -56px!important;    
}


.module-left {
    border: 1px solid #dedede;
}

.anyl {
   height:  327px;
}

.anyl .owl-buttons {
    right: -20px!important;
    top: -52px!important;    
}

.nopad {
    padding-left: 0!important;
}

.newslide .owl-buttons {
    right: -2px!important;
    top: 18px!important; 
}

.news-date {
    position: absolute;
    top: 8px;
    left: 10px;
    padding: 5px;
    color: #fff;
    background: rgba(204, 36, 36, 0.49);
}

.more-news {
    margin-left: 15px;
}

.left-news IMG{
    margin-top: 8px;
    border-radius: 1px;
    opacity: 0.8;
}

.left-news IMG:hover{
    -webkit-box-shadow: -1px 3px 26px -6px rgba(0,0,0,0.58);
    -moz-box-shadow: -1px 3px 26px -6px rgba(0,0,0,0.58);
    box-shadow: -1px 3px 26px -6px rgba(0,0,0,0.58);
    opacity: 1;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background: rgba(95, 97, 112, 0.7);}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(https://www.ua-fashion.com.ua/catalog/view/theme/sstore/images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(https://www.ua-fashion.com.ua/catalog/view/theme/sstore/images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(https://www.ua-fashion.com.ua/catalog/view/theme/sstore/images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(https://www.ua-fashion.com.ua/catalog/view/theme/sstore/images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(https://www.ua-fashion.com.ua/catalog/view/theme/sstore/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(https://www.ua-fashion.com.ua/catalog/view/theme/sstore/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(https://www.ua-fashion.com.ua/catalog/view/theme/sstore/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(https://www.ua-fashion.com.ua/catalog/view/theme/sstore/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
         /*#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}*/
        #cboxLoadingOverlay{background:url(https://www.ua-fashion.com.ua/catalog/view/theme/sstore/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../catalog/view/theme/sstore/images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
       /* #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(https://www.ua-fashion.com.ua/catalog/view/theme/sstore/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(https://www.ua-fashion.com.ua/catalog/view/theme/sstore/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        */
        #cboxClose{position:absolute; top:0; right:0; background:url(https://www.ua-fashion.com.ua/catalog/view/theme/sstore/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}




.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
.jcarousel-wrapper {
    margin: 20px auto 0 auto;
    position: relative;
    border: 1px solid #dedede;
	padding: 10px 0;
	background: #fff;
}
.box .jcarousel-wrapper {
    margin: 20px auto 0 auto;
    position: relative;
    border: 1px solid #dedede;
	padding: 10px 0 10px 37px;
	background: #fff;
}
/** Carousel **/

.related .jcarousel li {
	width: 175px!important;
	margin: 0 42px!important;
}
.news-box .jcarousel {
    position: relative;
    overflow: hidden;
    width: 96%;
}
.news-box .jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-box .jcarousel li {
    width: 180px!important;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0 62px!important;
}

.news-box .jcarousel img {
    display: block;
    width: 140px;
}
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 96%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 170px!important;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0 25px;
}

.jcarousel img {
    display: block;
    width: 140px;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    width: 20px;
    height: 70px;
    text-align: center;
    /*color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;*/
	top: 20%;
	text-indent: -99999px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	transition: all 300ms ease;
	opacity: 0.4;
}
.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
	opacity: 1;
}
.jcarousel-control-prev {
    left: 15px;
}

.jcarousel-control-prev:before {
	position: absolute;
	content: '';
	background: url(../catalog/view/theme/sstore/images/prev-category-slider.png) no-repeat;
	left: 40%;
	top: 50%;
	width: 20px;
	height: 70px;
}
.jcarousel-control-next {
    right: 15px;
}

.jcarousel-control-next:before {
	position: absolute;
	content: '';
	background: url(../catalog/view/theme/sstore/images/next-category-slider.png) no-repeat;
	right: 40%;
	top: 50%;
	width: 20px;
	height: 70px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
.bx-wrapper {
	position: relative;
	margin: 0 0 20px 20px;
	padding: 0;
	*zoom: 1;
	float: left;
}
.bx-wrapper img {
	height: 80px;
	width: 120px;
	display: block;
}
.image-additional .bx-wrapper {
	position: relative;
	padding: 0;
	margin: 0;
	*zoom: 1;
	float: left;
	width: 100%;
    top: -26px;
}
.image-additional .bx-wrapper img {
	height: 140px;
	display: block;
}
.image-additional .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 117px;
	margin-top: -36px;
	outline: 0;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	z-index: 9999;
}
/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left: -2px;
	margin-top: 15px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../catalog/view/theme/sstore/images/bx_loader.gif) center center no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: -14px;
	background: url(https://www.ua-fashion.com.ua/catalog/view/theme/sstore/images/prev.png) no-repeat;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}

.bx-wrapper .bx-next {
	right: -20px;
	background: url(https://www.ua-fashion.com.ua/catalog/view/theme/sstore/images/next.png) no-repeat;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}

.brands-slider .bx-wrapper .bx-next {
	right: -50px;

}

#container .brands-slider .bx-wrapper .bx-next {
    right: -26px;
}

#container .brands-slider  {
    border:none;
}

.bx-wrapper .bx-prev:hover {
	opacity: 0.9;
}

.bx-wrapper .bx-next:hover {
	opacity: 0.9;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 86px;
	margin-top: -36px;
	outline: 0;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(https://www.ua-fashion.com.ua/catalog/view/theme/sstore/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(https://www.ua-fashion.com.ua/catalog/view/theme/sstore/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/*
 * jQuery Nivo Slider v2.5.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 #slider {
	position: relative;
	background: url(../catalog/view/theme/sstore/images/loading.gif) no-repeat 50% 50%;
	height: 600px!important;
	z-index: 10;
}
.slideshow img {
	position: absolute;
	top: 0px;
	left: 0px;
    right: 0;
    bottom: 0;
	display: none;
	min-width: 1024px;
}
.slideshow a {
	display: block;
}
#slider a {
	border: 0;
	display: block;
}
#slider .slider-more {
    background: url(https://www.ua-fashion.com.ua/catalog/view/theme/sstore/images/slider/more-button.png) no-repeat;
    width: 133px;
    height: 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 0 70px 96px;
    z-index: 10000;
    display: block;    
    line-height: 25px;
    padding-left: 12px;
}
#slider .slider-more a, #slider .slider-more a:visited {
    color: #fff;
    text-decoration: none;
}
.nivo-imageLink {
	z-index: 10 !important;
}
.nivo-controlNav {
	position: absolute;
	left: 46%;
	bottom: 30px;
	z-index: 100!important;
}
.nivo-controlNav a {
	display: block;
	width: 16px;
	height: 22px;
	background: url(https://www.ua-fashion.com.ua/catalog/view/theme/sstore/images/slider/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 1px;
	float: left;
}
.nivo-controlNav a.active {
	background-position: 0 -22px;
}

.nivo-directionNav a {
	display: block;	
	text-indent: -9999px;
	border:0;
	z-index: 100!important;
}
a.nivo-nextNav {
	background: url(https://www.ua-fashion.com.ua/catalog/view/theme/sstore/images/slider/right.png) no-repeat;
	right: 10px;
    width: 16px;
    height: 58px;
	z-index: 100!important;
}
a.nivo-prevNav {
	left: 10px;
    background: url(https://www.ua-fashion.com.ua/catalog/view/theme/sstore/images/slider/left.png) no-repeat;
    width: 16px;
    height: 58px;
	z-index: 100!important;
}

.nivo-caption {
    text-shadow: none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color: #efe9d1;
    text-decoration: underline;
	z-index: 100!important;
}
 
/* The Nivo Slider styles */
.nivoSlider {
	position: relative;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	z-index: 100!important;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index: 100!important;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	bottom:2%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/*=================== owl-carousel =========================*/
#owl-example .item {
	padding-left: 34px;
}
#owl-example2 .item {
	padding-left: 34px;
}
#owl-example3 .item {
	padding-left: 34px;
}
#owl-example4 .item {
	padding-left: 34px;
}
#cat-product0 .item, #cat-product1 .item, #cat-product2 .item, #cat-product3 .item, #cat-product4 .item, #cat-product5 .item, #cat-product6 .item, #cat-product7 .item, #cat-product8 .item, #cat-product9 .item, #cat-product10 .item  {
	padding-left: 34px;
}
.owl-theme .owl-controls .owl-buttons div {
	color: #505050;
}
.owl-theme .owl-controls .owl-buttons div:hover {
	color: #505050;
}
.owl-theme .owl-controls .owl-page span {
	background: #505050;
}
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing { 
	cursor:url(https://www.ua-fashion.com.ua/catalog/view/theme/sstore/style/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel  .owl-wrapper, .owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}

/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease;
}
.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
.owl-theme .owl-controls{
	background-color: #F5F5F5;
	margin: 10px -10px -18px;
	padding-top: 5px;
	text-align: center;
}
.owl-theme .owl-controls .owl-buttons {
	position: absolute;
	top: -56px;
	right: -20px;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
padding: 5px 10px;
    float: left;
    margin: 0 2px;
    border: 1px solid #ccc;
    font-size: 14px;
    border: 1px solid #dedede;
    border-radius: 2px 2px 2px 2px;
    background: #f8f8f8;
    background: linear-gradient(to bottom, #fdfdfd 0%, #f8f8f8 100%);
    font-weight: bold;
}

.owl-theme .owl-controls .owl-buttons div:hover{
	color: #000;
	background: #eee;
	border-right: 1px solid #f4f3f3;
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0;
	-moz-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0;
	-o-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0;
	-ms-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0;
	transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0;
}
.owl-theme .owl-controls .owl-buttons div:active{
	background: #eee;
	border-right: 1px solid #eee;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #22B699;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(https://www.ua-fashion.com.ua/catalog/view/theme/sstore/style/AjaxLoader.gif) no-repeat center center;
}
.item {
	margin: 0;
	max-width: 100%;
	text-align: center;
	position: relative;
}
#column-right .item {
	text-align: left!important;
}
#column-left .item {
	text-align: left!important;
}
.item .image {
	display: block;
	position: relative;
}
.item .image .new{
    position: absolute;
    top: 0;
    right: 0;
    background: url(http://ingardenshop.ru/images/stories/virtuemart/product/resized/news.png) no-repeat;
    width: 123px;
    height: 44px;
    z-index: 10;
}
.item .image .sticker {
	display: inline-block;
	position: absolute;
	left: 2px;
	top: 2px;
	padding: 3px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.196);
	text-align: center;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-khtml-border-radius: 50em;
	border-radius: 50em;
	height: 40px;
	line-height: 40px;
	width: 40px;
	background-color: rgba(255, 81, 0, 0.85);
}
.item .image img {
	padding: 0px;
	border: 0px;
}

.item .name {
	height: 22px;
	overflow: hidden;
	margin-top: 10px;
}
.item .name a {
	color: #404040;
	font-weight: 600;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.item:hover .name a {
	color: #ff5100;
}
.item .price {
	display: block;
	font-weight: bold;
	color: #ff5100;
	margin-bottom: 4px;
}
.item .cart {
	opacity: 0;
	transition-delay: 0;
	transition-duration: 0.2s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
	margin: 0 auto;
	width: 130px;
}
.item:hover .cart {
	opacity: 1;
	transition-delay: 0;
	transition-duration: 0.2s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
}
.item .cart a {
    cursor: pointer;
}
.item .cart .button-cart {
	display: block;
    font-size: 14px;
    line-height: 33px;
    color: #C02828;
    width: 36px;
    height: 33px;
    text-align: center;
    float: left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: url(../catalog/view/theme/sstore/images/cart-s.png) no-repeat 50% 50%,#000;
	padding: 0;
}
.item .cart .button-cart:hover {
    background: url(../catalog/view/theme/sstore/images/cart-s.png) no-repeat 50% 50%,#ff5100;
	transition-delay: 0;
	transition-duration: 0.2s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
}
.item .wishlist, .item .compare {
    display: block;
	position: relative;
	text-align: right;
}
.item .wishlist {
    display: block;
    font-size: 14px;
    line-height: 33px;
    color: #C02828;
    width: 36px;
    height: 33px;
    text-align: center;
    float: left;
    margin-left: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: url(../catalog/view/theme/sstore/images/heart-s.png) no-repeat 50% 50%,#ff5100;
}
.item .compare {
    display: block;
    font-size: 14px;
    line-height: 33px;
    color: #C02828;
    width: 36px;
    height: 33px;
    text-align: center;
    float: left;
    margin-left: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: url(../catalog/view/theme/sstore/images/compare-s.png) no-repeat 50% 50%,#ff5100;
}
.item .wishlist:hover {
    background: url(../catalog/view/theme/sstore/images/heart-s.png) no-repeat 50% 50%,#000;
	transition-delay: 0;
	transition-duration: 0.2s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
}
.item .compare:hover {
    background: url(../catalog/view/theme/sstore/images/compare-s.png) no-repeat 50% 50%,#000;
	transition-delay: 0;
	transition-duration: 0.2s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
}
.item .price-old {
	color: #2A2A2A;
    font-size: 11px;
    text-decoration: line-through;
}
.item .price-new {
	font-weight: bold;
}
.item .rating {
    margin-top: 10px;
}
#column-right .owl-carousel {
	margin: -10px 0px;
}
#column-right .item {
	float: none;
	width: 198px!important;
	border-bottom: 1px solid #eee;
	min-height: 70px;
	padding: 15px 0 5px;
}
#column-right .item:last-child {
	border-bottom: 0px solid #eee;
}
#column-right .item {
	display: table;
	margin: 0px!important;
	width: 198px;
}
#column-right .item .image {
	width: 60px;
	padding: 0 20px 0 0;
}
#column-right .item .info {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
#column-right .item .image .sale { 
	font-size: 10px!important;
	font-weight: 600!important;
	width: 25px!important;
	height: 25px!important;
	line-height: 25px!important;
	right: 6px!important;
	top: -4px!important;
}
#column-right .item:hover .info .name a { 
	color: #22B699; 	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#column-left .owl-carousel {
	margin: -10px 0px;
}
#column-left .item {
	float: none;
	width: 198px!important;
	border-bottom: 1px solid #eee;
	min-height: 70px;
	padding: 15px 0 5px;
}
#column-left .item:last-child {
	border-bottom: 0px solid #eee;
}
#column-left .item {
	display: table;
	margin: 0px!important;
	width: 198px;
}
#column-left .item .image {
	width: 60px;
	padding: 0 20px 0 0;
}
#column-left .item .info {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
#column-left .item .image .sale { 
	font-size: 10px!important;
	font-weight: 600!important;
	width: 25px!important;
	height: 25px!important;
	line-height: 25px!important;
	right: 6px!important;
	top: -4px!important;
}
#column-left .item:hover .info .name a { 
	color: #22B699; 	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/*#owl-example0 .owl-item img:hover{
	opacity: 0.8;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}*/
#cat-product0 .owl-controls, #cat-product1 .owl-controls, #cat-product2 .owl-controls, #cat-product3 .owl-controls, #cat-product4 .owl-controls, #cat-product5 .owl-controls, #cat-product6 .owl-controls, #cat-product7 .owl-controls, #cat-product8 .owl-controls, #cat-product9 .owl-controls, #cat-product10 .owl-controls { 
	background: transparent;
	margin: 10px -15px -24px;
	padding-top: 5px;
	text-align: center;
}
#cat-product0 .owl-buttons, #cat-product1 .owl-buttons, #cat-product2 .owl-buttons, #cat-product3 .owl-buttons, #cat-product4 .owl-buttons, #cat-product5 .owl-buttons, #cat-product6 .owl-buttons, #cat-product7 .owl-buttons, #cat-product8 .owl-buttons, #cat-product9 .owl-buttons, #cat-product10 .owl-buttons {
	position: absolute;
	top: -11px;
}
#bar{
    width: 0%;
    max-width: 100%;
    height: 4px;
    background: #C1C1C1;
    margin-bottom: 3px;
}
#progressBar{
    width: 100%;
    background: #EDEDED;
}
@media only screen and (min-width: 1281px){
body {
    min-width: 1280px;
}
.wrap {
	width: 1280px;
}
#container, #container-main, div#content {
	width: 1250px;
}
.bx-wrapper {
	max-width: 1200px!important;
}
.slide {
	margin-right: 15px!important;
}
.nivo-caption {
	right: 70px!important;
}
.jcarousel li {
	margin: 0 29px;
}
.slideshow img {
	max-width: 1280px;
}
.news-box .jcarousel li {
	margin: 0 31px!important;
}
}

@media only screen and (max-width: 1600px){
#partcont {
    margin: 6% auto 0 auto!important;
}
}



/*===================== for laptops =========================*/
@media only screen and (min-width: 1024px) and (max-width: 1280px){
.wrap {
	width: 980px;
}
.megamenu-menu .megamenu-type-category-full-image .megamenu-parent-block {
    min-width: 90px!important;
    max-width: 105px!important;
}
.anyl .owl-buttons {
    right: -12px!important;    
}

.news-date {
    position: absolute;
    top: 8px;
    left: 6px;
    padding: 2px;
    color: #FFF;
    background: rgba(204, 36, 36, 0.49);
}
.more-news {
    display: none;
}
.category-slide {
  float: left;
  width: 74%;
  padding-left: 45px;
}
.list {
    width: 72%!important;
    margin-left: 17px!important;
}
.news-box .category-slide {
 padding-left: 0;
}
#storeset_menu > ul > li > div.dropdown {
  width: 980px;
}
#storeset_menu > ul > li > div.dropdown div.option-cat {
  width: 8%;
}
#storeset_menu > ul > li > div.dropdown div.option {
  width: 24%;
}
.staticblock {
  margin-left: 12px;
}
#storeset_menu > ul > li > div .staticblock img {
    width: 226px!important;
  height: auto!important;
}
#storeset_menu ul li .full-option ul li {
  height: 150px;
}
#container, div#content {
	width: 950px;
}
#column-left, #column-right {
	width: 20%;
    margin-right: 10px;
}
#column-left + #content {
    margin-left: 22%;
}
#column-right + #content {
	margin-right: 22%;
}
#column-left .banner, #column-right .banner {
	overflow: hidden;
}
.product-grid .image .hover-image, .product-list .image .hover-image {
	width: 230px;
}
.product-info > .right h1 {
    font: 16px/24px Arial,Verdana,sans-serif;
    width: 350px;
}
.img1 {
    margin: 10px 10px 0 20%;
}
.img3 {
    margin: 10px 0 0 19%;
}
.more-info {
    display: none;
    width: 94%;
    height: 240px;
    position: relative;
    top: 10px;
    right: 0;
    background: #FCFCFC;
}
.more-info .stock-info, .more-info .warranty-info, .more-info .delivery-info {
    position: relative;
    padding-left: 80px;
    padding-top: 25px;
}
#cart {
    padding: 5px 2px;
    margin-right: 2px;
}
#cart:before {
    left: -46px;
}
.slideshow img {
	max-width: 980px;
}
.news-box .jcarousel li {
	margin: 0 42px!important;
}
#column-left .box .box-content .jcarousel-wrapper .jcarousel ul li {
	width: 160px!important;
	margin-right: 40px!important;
	margin-left: -2px;
}
.product-info > .right {
    width: 59%;
    position: relative;
}
.product-grid > .product {
	width: 228px;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 20px 7px;
	overflow: hidden;
	border: 1px solid #dedede;
	min-height: 360px;
	position: relative;
	float: left;
}
.product-grid .image img {
	width: 220px;
}
.product-grid .product-buttons .cart {
	background: url(../catalog/view/theme/sstore/images/to-cart.png) no-repeat 12% 44%,#000;
	width: 90px;
}
.product-grid .product-buttons .cart:hover {
	background: url(../catalog/view/theme/sstore/images/to-cart.png) no-repeat 12% 44%,#e47b7b;
}
#content .jcarousel li {
	width: 155px!important;
	margin: 0 40px;
}
.bx-wrapper .bx-next {
	right: -15px!important;
	background: url(https://www.ua-fashion.com.ua/catalog/view/theme/sstore/images/next.png) no-repeat;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}
#contacts {
	float: left;
	position: relative;
	width: 16%;
	padding-left: 54px;
	border-left: 1px solid #e0e0e0;
	height: 70px;
}
#contacts:before {
	content: '';
	position: absolute;
	background: url(../catalog/view/theme/sstore/images/phone.png) no-repeat;
	width: 22px;
	height: 22px;
	top: 24px;
	left: 28px;
}
#contacts > #phone {
    font: bold 16px/22px Arial,Verdana,sans-serif!important;
    position: relative;
    color: #424242;
}
#shedule {
	font: bold 13px/70px Arial,Verdana,sans-serif!important;
	float: left;
	color: #424242;
	border-left: 1px solid #e0e0e0;
	padding-left: 52px;
	position: relative;
}
#shedule:before {
	content: '';
	position: absolute;
	background: url(../catalog/view/theme/sstore/images/clock.png) no-repeat;
	width: 22px;
	height: 20px;
	top: 24px;
	left: 28px;
}
.add-text {
	float: left;
	margin-left: 32px;
	border-left: 1px solid #e0e0e0;
}
.add-text .top_tabs li {
	position: relative;
	list-style: none;
	font-size: 11px;
	line-height: 0px;
	margin-bottom: 4px;
	width: 90px;
	padding: 16px 0 0 20px;
}
.cart-top:before {
	content: '';
	position: absolute;
	background: none;
}
footer .f-left {
	float: left;
	margin-right: 73px;
	min-height: 240px;
}
footer .socials {
	margin-right: 0!important;
}
footer .column {
	margin-right: 54px;
}
.category-list ul li {
  text-align: center;
  float: left;
  list-style: none;
  line-height: 16px;
  padding: 11px 5px 5px 5px;
  margin-bottom: 10px;
  margin-right: 6px;
  border: 1px solid transparent;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  -moz-box-shadow: 0 1px 2px rgba(208, 208, 208, 0.6);
  -webkit-box-shadow: 0 1px 2px rgba(208, 208, 208, 0.6);
  box-shadow: 0 1px 2px rgba(208, 208, 208, 0.6);
  width: 128px;
  margin-top: 10px;
}
.product-info > .left .image img {
	width: 280px;
}
.image-additional .bx-wrapper {
	width: 276px!important;
}
.product-info > .left .image-additional a {
	margin-left: 10px;
}
.product-info > .left .image-additional img {
	width: 80px;
}
.image-additional .bx-wrapper img {
	height: 110px!important;
}
.product-info > .left .image-additional .image-additional-carousel div {
	margin: 0 -7px!important;
	width: 106px!important;
}
.product-info > .left .image-additional .image-additional-carousel {
	margin-left: 7px!important;
}
.image-additional .bx-wrapper .bx-controls-direction a {
	top: 105px!important;
}
.box .box-content .jcarousel-wrapper .jcarousel ul li {
	width: 150px!important;
}
footer .vk-widget {
	display: none;
}
footer .f-left p {
	font: 11px/15px Arial,Verdana,sans-serif;
}
.news-box .owl-carousel {
	width: 980px!important;
}
.news-box .owl-item {
	width: 490px!important;
}
.news-desc p {
	height: 130px;
}
#column-left .box .box-content .bx-wrapper .img-box img, #column-right .box .box-content .bx-wrapper .img-box img {
	width: 70px;
	display: block;
	height: auto!important;
	margin-right: 10px;
	margin-left: 4px;
}
#column-left .box .box-content .bx-wrapper .cart, #column-right .box .box-content .bx-wrapper .cart {
    display: none;
}
#column-left .box .box-content .bx-wrapper, #column-right .box .box-content .bx-wrapper {
	margin: 0 auto;
	min-width: 180px!important;
}
#column-left .box .box-content .bx-wrapper .bx-controls-direction a, #column-right .box .box-content .bx-wrapper .bx-controls-direction a {
	display: none;
}
#column-left .box .box-content .banner img, #column-right .box .box-content .banner img {
	max-width: 186px;
}
#column-left .box .box-content .bx-wrapper .img-box, #column-right .box .box-content .bx-wrapper .img-box {
    display: inline-block;
    float: left;
    width: 50%;
}
#column-left .box .box-content .bx-wrapper .name, #column-right .box .box-content .bx-wrapper .name {
    margin: 5px 0 10px 0;
    display: inline-block;
    width: 47%;
    padding-right: 0px;
}
#column-left .box .box-content .bx-wrapper .bx-viewport, #column-right .box .box-content .bx-wrapper .bx-viewport {
    margin-top: -1px;
    margin-left: 1px;
    width: 102px;
}
#column-left .box .box-content .bx-wrapper .price-new, #column-right .box .box-content .bx-wrapper .price-new {
    font: 14px/18px Arial,sans-serif;
    color: #FF5100;
    float: right;
    margin-right: 55px;
}
#column-left .box .box-content .bx-wrapper .rate, #column-right .box .box-content .bx-wrapper .rate {
    display: none;
}
.category-header {
	width: 208px;
}
}
/* ==================== for tablets and smart-phones=======================*/
@media only screen and (max-width: 1023px) {
.wrap {
	width: 980px;
}
#wishlist-total, .total-cart {
    display: none!important;
}
.owl-controls {
    display: none!important;
}

.anyl {
   height: auto!important;
}
.header_logo {
  margin: 14px 40px 0 10px;
}
.header_logo img {
    min-width: 130%;
}
#cat-product0 .owl-buttons, #cat-product1 .owl-buttons, #cat-product2 .owl-buttons, #cat-product3 .owl-buttons, #cat-product4 .owl-buttons, #cat-product5 .owl-buttons, #cat-product6 .owl-buttons, #cat-product7 .owl-buttons, #cat-product8 .owl-buttons, #cat-product9 .owl-buttons, #cat-product10 .owl-buttons {
  position: absolute;
  top: -10px;
  border-bottom: 1px solid #f4f3f3;
}
.news-box .owl-theme .owl-controls .owl-buttons {
  position: absolute;
  top: 11px;
  right: 6px;
  border-bottom: 1px solid #dedede;
}
#currency a {
    margin: 0;
    font-size: 26px!important;
}
.product-info > .right {
  width: 58%;
  position: relative;
}
#storeset_menu {
    display: none;
}
#column-left, #column-right {
	display: none;
}
#column-left + #content {
	margin-left: 0;
}
#column-right + #content {
	margin-right: 0;
}
.mini-cart-info .name a {
    font-size: 16px!important;
}
.subcategory-header {
  font: 22px/40px Arial,Verdana,sans-serif;
  color: #252525;
  text-transform: uppercase;
}
.img1 {
    margin: 10px 10px 0 19%;
}
.img3 {
    margin: 10px 0 0 18%;
}
.more-info {
    display: none;
}
.brands-slider .slide img {
    width: 100px;
}
.product-info > .right h1 {
    font: 16px/20px Arial,Verdana,sans-serif;
    margin-top: 8px;
}
.product-info > .right .description span, .product-info > .right .description {
  font: 22px/34px Arial,Verdana,sans-serif;
}
.product-info > .right .description span {
  padding-left: 18px;
}
#column-left + .panelnews {
    margin: 0;
}
.top-panel {
    height: 80px;
}
.top-panel a, .settings {
	font: 30px/80px Arial,Verdana,sans-serif!important;
}
.settings-list {
    width: 220px;
    top: 62px;
    left: -4px;
}
.top-panel .top-left-ul, .review  {
	display: none;
}
.top-panel .top-right {
	float: none;
      margin-left: 120px;
}
.settings {
	display: block!important;
}
.settings, .total-cart, .checkout-top {
	margin-left: 43px!important;
}
.register:before, .settings:before, .checkout-top:before {
  display: none;
}
.register:after, .checkout-top:after {
    content:'|';
    position: absolute;
    top: 0;
    right: -24px;
}
#contacts > #phone {
	font: bold 28px/30px Arial,Verdana,sans-serif;
}
#contacts:before {
	left: 12px;
}
#contacts {
    margin: 8px 0 0 80px;
	padding-left: 42px;
	width: 25%;
    border:0;
    border:none;
}
#contacts ul li {
  font: 16px/43px Arial,Verdana,sans-serif;
}
#right-block {
  padding-left: 76px;
  height: 50px;
  margin: 0 0 18px 0;
}
#shedule {
	display: none;
}
#cart {
    padding: 14px 2px;
  font-size: 20px;
}
#cart:before {
    top: 12px;
}
.add-text {
	display: none;
}
.add-text .top_tabs li {
	padding: 16px 0px 0 14px;
}
.category-header {
	display: none;
}
.top-menu {
	float: left;
	width: 100%;
	margin-top: -26px;
}
nav .main-ul > .main-li {
	padding: 0 7px;
}
nav .main-ul > .main-li > a, nav .main-ul > .main-li > a:visited {
	font: bold 10px/46px Arial,Verdana,sans-serif;
}
#container, div#content {
	width: 96%;
}
.breadcrumb + .content {
    margin-top: 6px;
}
.caption .normal-text, .caption p, .caption .intro-btn a {
  font-size: 28px!important;
  }
  .htabs a {
    padding: 15px 27px 18px 20px;
  font: 28px/32px Arial,Verdana,sans-serif;
  }
  .htabs {
  height: 66px;
  }
.product-grid > .product {
	width: 45%;
  margin: 0 20px 40px 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  -webkit-transition: all 0.2s ease 0.2s;
  -moz-transition: all 0.2s ease 0.2s;
  transition: all 0.2s ease 0.2s;
}
.product-grid .image .hover-image {
	left: 10%;
}
.product-list .description {
    width: 100%;
}
.pagination {
	text-align: center;
}
#slider {
	width: 720px!important;
}
.breadcrumb {
  font: 18px/22px Arial,Verdana,sans-serif;
}
.product-grid .product .product-about {
	bottom: 0;
}
.product-grid .name a {
	font: 18px/28px Arial,Verdana,sans-serif;
}
.product-grid .rating {
    position: absolute;
    top: 22px;
    left: 46%;
}
nav .main-ul {
	display: none;
}
nav{
    margin-bottom: 120px;
}
ul.mobile-category {
	list-style: none;
	border: 1px solid #dedede;
	background: #fff;
    padding-top: 110px;
}
ul.mobile-category li {
	position: relative;
	margin: 0;
	padding: 0;
    text-align: left;
	padding-left: 20px;
}
ul.mobile-category  li a, ul.mobile-category li a:visited {
	font: 40px/80px Arial,Verdana,sans-serif;
    color: #454343;
    text-decoration: none;
    position: relative;
	display: block;
}
ul.mobile-category > li > a:hover,
ul.mobile-category > li ul > li:hover > a {
	color: #ff5100;
}
ul.mobile-category > li + li {
	border-top: 1px solid #f5ebeb;
}
ul.mobile-category > li ul {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #f5ebeb;
}
ul.mobile-category > li ul > li + li {
	border-top: 1px solid #f5ebeb;
}
ul.mobile-category > li ul > li ul > li {
	position: relative;
	padding-left: 15px;
}
ul.mobile-category > li ul > li ul > li:before {
	  position: absolute;
  content: "-";
  left: -4px;
  display: inline-block;
  line-height: 80px;
  font-size: 40px;
}
ul.mobile-category > li.active {
    line-height: 30px;
    color: #454343;
    text-decoration: none;
    position: relative;
}
ul.mobile-category > li.active a.active {
	font-weight: bold;
}
ul.mobile-category > li ul > li:hover > a {
	color: #ff5100;
}
ul.mobile-category li a.category-button {    
	background: url(../catalog/view/theme/sstore/images/plus.png) no-repeat;
	height: 18px;
    width: 18px;
    position: absolute;
    right: 6px;
    top: 6px;
	cursor: pointer;
}
ul.mobile-category a.category-button.detailed {
	background: url(../catalog/view/theme/sstore/images/minus.png) no-repeat;
	height: 18px;
    width: 18px;
    position: absolute;
    right: 6px;
    top: 6px;
	cursor: pointer;
}
.item .name {
  height: 70px;
  overflow: hidden;
  margin-top: 36px;
}
.item .name a, .item .price {
    font-size: 30px;
  line-height: 36px;
  font-weight: normal;
}
.item .cart {
    opacity: 1!important;
    width: 240px;
}
.item .image {
    margin-bottom: 40px;
}
.category-slide .item .image {
    margin-top: 60px;
}
.category-slide + .list {
    width: 72%!important;
    margin-left: 17px!important;
}
.item .cart .button-cart, .item .wishlist, .item .compare {
    margin: 0 20px;
}
.item .price-old {
  display: none!important;
}
.brands-slider h3, .jcarousel-wrapper h3 {
  font: bold 28px/34px Arial,Verdana,sans-serif;
}
.brands-slider .all-brands {
      display: none!important;
}
.news-header {
  font: bold 28px/30px Arial,Verdana,sans-serif;
  height: 57px;
  overflow: hidden;
  padding: 2px 16px 0 16px;
  text-align: left;
}
#search {
	width: 100%;
	float: none;
	margin: 0 auto;
	height: 100px;
	background: #000;
}
.button-search {
	position: absolute;
  top: 16px;
  right: 18px;
  background: url(https://www.ua-fashion.com.ua/catalog/view/theme/sstore/images/search-64.png)center center no-repeat;
  width: 64px;
  height: 64px;
  cursor: pointer;
}
nav {
	height: auto;
	background: none!important;
    z-index: 20;
}
a.menu-alt {
	position: absolute;
	display: block;
	background: url(https://www.ua-fashion.com.ua/catalog/view/theme/sstore/images/menu-alt.png) no-repeat;
	cursor: pointer;
	width: 80px;
	height: 80px;
	top: 10px;
	left: 10px;
    z-index: 4000;
}
#search input {
    padding: 20px 195px 20px 10px;
  margin: 16px 16px 0 0;
  font-size: 40px;
}
#livesearch_search_results {
        top: 86px!important;
        right: 16px!important;
        width: 465px!important;
        
}
#livesearch_search_results a {
    font-size: 22px!important;
    line-height: 28px!important;
    text-decoration: none!important;
}
ul.mobile-category li a.category-button {
	background: url(../catalog/view/theme/sstore/images/plus.png) 50% center no-repeat;
	width: 100px;
	height: 80px;
	margin-top: -6px
}
ul.mobile-category a.category-button.detailed {
	background: url(../catalog/view/theme/sstore/images/minus.png) 50% center no-repeat;
	width: 100px;
	height: 80px;
	margin-top: -6px
}
.product-info > .left .image img {
	width: 322px;
}
.image-additional .bx-wrapper {
	width: 336px!important;
}
.image-additional .bx-wrapper .bx-next {
	right: -22px!important;
}
.image-additional .bx-wrapper .bx-viewport .image-additional-carousel div {
    margin-right: 6px!important;
}
.product-info > .left .image-additional img {
  border: 1px solid #f2f2f2;
  width: 97px;
}
.box-main {
  margin-top: 120px;
  padding: 20px 10px 10px 10px;
  border: 1px solid #dedede;
  background: #fff;
  position: relative;
}
.box-main .header {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font: bold 30px/36px Arial,Verdana,sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-top: -15px;
}
.box-main .header a {
	background: #333;
	color: #fff;
	padding: 4px 20px;
	text-decoration: underline;
}
.box-main .header a:hover {
	text-decoration: none;
}
.bx-controls.bx-has-pager.bx-has-controls-direction {
    display: none!important;
}
.news-box .owl-carousel {
  width: 980px!important;
}
.news-box .owl-item {
	width: 490px!important;
}
.news-desc p, .news-desc div {
      font: 15px/18px Arial,sans-serif;
}
.info-page ol {
  list-style-type: decimal!important;
  padding-left: 50px!important;
}
.info-page ul {
    padding-left: 40px!important;
}
.manufacturer-content a {
    font-size: 24px!important;
}
.manufacturer-heading {
    font-size: 30px!important;
}
.footer-top .about {
	display: none;
}
footer .vk-widget {
	display: none;
}
footer .contacts {
	margin-left: 30px;
}
footer .column {
	  height: 242px;
  margin-right: 46px;
  margin-left: 156px;
  width: 25%;
}
footer .f-left {
	  margin-right: -105px;
  margin-left: 176px;
}
footer .socials {
	margin-right: 0!important;
}
footer .socials a {
    margin: 10px 0;
}
footer ul > li > a, footer ul > li > a:visited {
  font-size: 20px;
  line-height: 26px;
}
footer .contacts ul li {
  font: 17px/47px Arial,Verdana,sans-serif;
    margin: 28px 0;
}
footer ul > li {
  padding: 0 16px;
  margin-bottom: 1em;
}
.category-image {
	display: none;
}
.category-slide {
	width: 100%;
    margin-top: 26px;
}
#powered .left {
    float: none;
    margin: 0 auto;
    width: 335px;
}
#powered .right {
    float: none;
    margin: 76px 39% 0 auto;
}
}
/*======================== for iPads ======================*/
@media screen and (device-width: 768px) and (orientation: portrait) {
#search input {	
	  padding: 20px 195px 20px 10px;
  margin: 16px 16px 0 0;
}
ul.mobile-category  li a, ul.mobile-category li a:visited {
	font: 18px/42px Arial,Verdana,sans-serif;
    color: #454343;
    text-decoration: none;
    position: relative;
	display: block;
}
body{
 max-width:1024px;
}
ul.mobile-category li a.category-button {
	background: url(../catalog/view/theme/sstore/images/plus.png) 50% center no-repeat;
	width: 100px;
	height: 80px;
	margin-top: -6px
}
ul.mobile-category a.category-button.detailed {
	background: url(../catalog/view/theme/sstore/images/minus.png) 50% center no-repeat;
	width: 100px;
	height: 80px;
	margin-top: -6px
}
ul.mobile-category  li a, ul.mobile-category li a:visited {
	font: 40px/80px Arial,Verdana,sans-serif;
    color: #454343;
    text-decoration: none;
    position: relative;
	display: block;
}

.category-info {
    font-size: 16px;
}
.content-news .news, .panelcontent, .info-page,.info-page h4 {
    font-size: 18px;
    line-height: 24px;
}
input, textarea, button {
    -webkit-appearance: none; /*Safari/Chrome*/
    -moz-appearance: none; /*Firefox*/
    -ms-appearance: none; /*IE*/
    -o-appearance: none; /*Opera*/
    appearance: none;

    -webkit-border-radius: 0; 
}
.tab-content {
    font-size: 18px!important;
    line-height: 24px!important;
}
}
@media screen and (max-device-width: 1024px) and (orientation: landscape) {
footer .column {
	margin-right: 54px;
}
body{
 max-width:1024px;
}
input, textarea, button {
    -webkit-appearance: none; /*Safari/Chrome*/
    -moz-appearance: none; /*Firefox*/
    -ms-appearance: none; /*IE*/
    -o-appearance: none; /*Opera*/
    appearance: none;

    -webkit-border-radius: 0; 
}
}



@media screen and (min-width: 1023px) and (max-width: 1024px) {
.news-box .item {
  max-width: 90%!important;
}
.news-box .owl-theme .owl-controls .owl-buttons {
  right: 42px;
}
.brands-slider .bx-wrapper .bx-next {
  right: -13px!important;
}

}

/* ==================== for phones=======================*/
/*@media only screen and (max-width: 767px) {
.wrap {
	width: 740px;
}
#column-left, #column-right {
	display: none;
}
#column-left + #content {
	margin-left: 0;
}
#column-right + #content {
	margin-right: 0;
}
.img1 {
    margin: 10px 10px 0 2%;
}
.img3 {
    margin: 10px 0 0 0;
}
.more-info {
    width: 94%;
    height: 240px;
    position: relative;
    top: 18px;
    right: 0;
    background: #FCFCFC;
}
.product-info > .right h1 {
    font: 12px/16px Arial,Verdana,sans-serif;
    width: 230px;
    margin-top: 6px;
}
.product-info {
    overflow: visible;
    margin-top: 30px;
}
.brands-slider .slide img {
    width: 80px;
}
.review {
    top: -10px;
}
.header_logo {
  margin: 14px 20px 0 20px;
}
#right-block {
  margin-right: 82px;
}
#cart {
    padding: 5px;
}
.top-panel a, .top-panel .settings {
	font: 12px/36px Arial,Verdana,sans-serif!important;
}
.top-panel .top-left-ul  {
	display: none;
}
.top-panel .top-right {
  float: none;
  margin-left: 45px;
}
.top-panel a {
    padding: 0 8px;
}
.top-right .logged {
    margin-right: 16px;
}
.settings {
	display: block!important;
}
.settings, .register, .total-cart, .checkout-top {
	margin-left: 36px!important;
}
#contacts > #phone {
	font: bold 14px/25px Arial,Verdana,sans-serif;
}
#contacts:before {
	left: 12px;
}
#contacts {
	padding-left: 34px;
	width: 20%;
}
#right-block {
	border-left: 1px solid #ebebeb;
	padding-left: 65px;
	height: 50px;
}
.product-info > .right {
  width: 52%;
  position: relative;
}
#shedule {
	display: none;
}
.add-text {
	display: none;
}
.add-text .top_tabs li {
	padding: 16px 0px 0 14px;
}
#logo {
    margin: 14px 6px 0 6px;
}
.category-header {
	display: none;
}
.top-menu {
	float: left;
	width: 100%;
	margin-top: 10px;
}
nav .main-ul > .main-li {
	padding: 0 7px;
}
nav .main-ul > .main-li > a, nav .main-ul > .main-li > a:visited {
	font: bold 10px/46px Arial,Verdana,sans-serif;
}
.display .icon-list, .display .icon-grid {
    text-indent: -9999px;
}
#container, div#content {
	width: 94%;
}
.breadcrumb + .content {
    margin-top: -18px;
}
.breadcrumb + .info-page {
      padding-top: 20px;
  margin-top: 0;
}
.subcategory-header {
  font: 22px/40px Arial,Verdana,sans-serif;
  color: #252525;
  text-transform: uppercase;
}
.breadcrumb {
    font: 10px/14px Arial,Verdana,sans-serif;
    float: left;
    margin-bottom: -32px;
}

.breadcrumb.adress-list-crumbs {
  font: 10px/14px Arial,Verdana,sans-serif;
  float: none;
  margin-bottom: 24px;
  clear: both;
}
.search-box input[type="text"] {
    width: 63%;
}
.category-list ul li {
    text-align: center;
    float: left;
    list-style: none;
    line-height: 16px;
    width: 21%;
    padding: 10px 5px 5px 5px;
    margin-bottom: 10px;
    margin-right: 13px;
}
.product-grid > .product {
	width: 99%;
}
.product-grid .image .hover-image {
	left: 30%;
}
.product-grid > .product + .product {
	margin-left: 0;
}
.product-list .description {
width: 100%;
}
.pagination {
	text-align: center;
}
#slider {
	width: 720px!important;
}
.product-grid .product .product-about {
	bottom: 0;
}
.product-grid .name a {
	font: 18px/28px Arial,Verdana,sans-serif;
}
nav .main-ul {
	display: none;
}
ul.mobile-category {
	list-style: none;
	border: 1px solid #dedede;
	background: #fff;
}
ul.mobile-category li {
	position: relative;
	margin: 0;
	padding: 0;
    text-align: left;
	padding-left: 6px;
}
ul.mobile-category  li a, ul.mobile-category li a:visited {
	font: 16px/42px Arial,Verdana,sans-serif;
    color: #454343;
    text-decoration: none;
    position: relative;
	display: block;
}
ul.mobile-category > li > a:hover,
ul.mobile-category > li ul > li:hover > a {
	color: #ff5100;
}
ul.mobile-category > li + li {
	border-top: 1px solid #f5ebeb;
}
ul.mobile-category > li ul {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #f5ebeb;
}
ul.mobile-category > li ul > li + li {
	border-top: 1px solid #f5ebeb;
}
ul.mobile-category > li ul > li ul > li {
	position: relative;
	padding-left: 15px;
}
ul.mobile-category > li ul > li ul > li:before {
	position: absolute;
	content: "-";
	left: 5px;
	display: inline-block;
	line-height: 42px;
}
ul.mobile-category > li.active {
    line-height: 30px;
    color: #454343;
    text-decoration: none;
    position: relative;
}
ul.mobile-category > li.active a.active {
	font-weight: bold;
}
ul.mobile-category > li ul > li:hover > a {
	color: #ff5100;
}
ul.mobile-category li a.category-button {    
	background: url(../catalog/view/theme/sstore/images/plus.png) no-repeat;
	height: 18px;
    width: 18px;
    position: absolute;
    right: 6px;
    top: 6px;
	cursor: pointer;
}
ul.mobile-category a.category-button.detailed {
	background: url(../catalog/view/theme/sstore/images/minus.png) no-repeat;
	height: 18px;
    width: 18px;
    position: absolute;
    right: 6px;
    top: 6px;
	cursor: pointer;
}
#search {
	width: 100%;
	float: none;
	margin: 6px auto 0 auto;
	height: 44px;
	background: #000;
}
#search input {	
	margin: 5px 5px 0 0;
}
.button-search {
	top: 16px;
}
nav {
	height: auto;
	background: none!important;
}
a.menu-alt {
	position: absolute;
	display: block;
	background: url(https://www.ua-fashion.com.ua/catalog/view/theme/sstore/images/menu-alt.png) no-repeat;
	cursor: pointer;
	width: 24px;
	height: 24px;
	top: 10px;
	left: 10px;
    z-index: 1000;
}
ul.mobile-category li a.category-button {
	background: url(../catalog/view/theme/sstore/images/plus.png) 50% 45% no-repeat;
	width: 56px;
	height: 42px;
	margin-top: -6px
}
ul.mobile-category a.category-button.detailed {
	background: url(../catalog/view/theme/sstore/images/minus.png) 50% 45% no-repeat;
	width: 56px;
	height: 42px;
	margin-top: -6px
}
.product-info > .left .image img {
	width: 260px;
}
.image-additional .bx-wrapper {
	width: 260px!important;
}
.bx-wrapper .bx-next {
	right: -8px!important;
}
.box-main .header {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font: bold 12px/24px Arial,Verdana,sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-top: -15px;
}
.box-main .header a {
	background: #333;
	color: #fff;
	padding: 4px 20px;
	text-decoration: underline;
}
.box-main .header a:hover {
	text-decoration: none;
}
.news-box .owl-carousel {
	width: 720px!important;
}
.news-box .owl-item {
	width: 720px!important;
}
.footer-top .about {
	display: none;
}
footer .vk-widget {
	display: none;
}
footer .contacts {
    margin-left: 30px!important;
}
footer .column {
	height: 184px;
	margin-right: 105px;
	margin-left: 20px;
}
footer .last-col {	
	margin-left: 10px;
}
footer .f-left {
    float: left;
    min-height: 240px;
}
footer .socials {
	margin-right: 0!important;
}
.category-image {
	display: none;
}
.category-slide {
	width: 100%;
}
#powered .left {
    float: none;
    margin: 0 auto;
    width: 335px;
}
#powered .right {
    float: none;
    margin: 82px 34% 0 auto;
}
}*/
#vertical-slider { height: 1%; overflow:hidden; padding: 0 0 10px;   }
#vertical-slider .viewport { float: left; width: 240px; height: 125px; overflow: hidden; position: relative; }
#vertical-slider .buttons {
    background: #C01313;
    border-radius: 35px;
    display: block;
    margin: 30px 10px 0 0;
    float: left;
    width: 35px;
    height: 35px;
    position: relative;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
}
#vertical-slider .next {
    margin: 30px 0 0 10px;
}
#vertical-slider .buttons:hover{
    color: #C01313;
    background: #fff;
}
#vertical-slider .disable { visibility: hidden; }
#vertical-slider .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 240px; left: 0 top: 0; }
#vertical-slider .overview li{ float: left; margin: 0 20px 0 0; padding: 1px; height: 121px; border: 1px solid #dcdcdc; width: 236px;}
#part {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    display: none;
    z-index: 2000;
    background: rgba(95, 97, 112, 0.6)
}

#partcont {
    position:  relative;
    color: #000;
    font-size: 20px;
    line-height: 22px;
    width: 40%;
    min-width: 230px;
    max-height: 500px;
    height: auto;
    margin: 10% auto 0 auto;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 5px 41px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 5px 41px 0px rgba(0, 0, 0, 1);
    box-shadow:         0px 5px 41px 0px rgba(0, 0, 0, 1);
    overflow: auto;
    border: 5px solid transparent;
    border-color: rgba(239, 236, 236, 0.52);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
#loading-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 96%;
    background: url('https://www.ua-fashion.com.ua/catalog/view/theme/sstore/images/ajax_round.gif') no-repeat center center;
    z-index: 100;
    opacity: 0.7;
}

#partcont .heading{
    font-size: 14px;
}
#partcont .heading #cart-total{
    font-size: 18px;
    float:left;
    margin: 10px 0;
}


#partcont .empty{
    font-size: 18px;
    line-height: 40px;
    margin: 40px 0;
}

#partcont:before {
    content: '';
    position: absolute;
    top:3px;
    right:3px;
    width: 16px;
    height: 16px;
    background: url(https://www.ua-fashion.com.ua/catalog/view/theme/sstore/image/closepop.png) no-repeat;
    cursor: pointer; 
}


.imagesd {
    position:  relative;
}

.iconer {
    position: absolute;
    left: 0;
    top: 0;
    width: 119px;
    height: 119px;
    z-index: 5;
    background-image: url(../catalog/view/theme/sstore/image/added.png);
    background-repeat: no-repeat;
}

.en {
    background-image: url(../catalog/view/theme/sstore/image/addeden.png)!important;
}

.testbutton {
    background: #252525;
    color: #fff!important;
    font-size: 11px;
    padding: 12px 16px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #fff;
    font-weight: bold;
    text-transform: uppercase
}
.testbutton:hover {
    color: #ссс !important;
    background: #FF5100;
    text-decoration: none!important;
}


.mcartdiv{
    width: 100%;
    height: 100%;
}

.mcartdivatem {
    font-size: 16px;
    font-weight: normal;
}

.mcartdivatem a, .mcartdivatem a:visited{
    color: #FF5100;
    text-decoration: underline;
}

.mcartdivatem a:hover{
    text-decoration: none;
}

.mcartok {
    width: 100%; 
    text-align: center; 
    height: 40px;
}

.mcarti{
    float: left; 
    width: 35%;
}

.mcartimage{
    width: 220px; 
}

.mcartproductname {
    font-size: 12px; 
    text-decoration: underline; 
    text-align: center; 
    line-height: 16px;
    color: #9B9CA5;
}

.mcartright{
    float: right;
    width: 55%;
    font-size: 12px; 
    color: #4D4A4A; 
    text-align: left;
}

.mcarthr {
    width: 100%;
    height: 70px;
    border-bottom: 1px dotted #f0f0f0;
}

.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
    font-size: 12px;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	width: 62px;
    height: 62px;
    float: left;
    margin-right: 18px;
    border: 1px solid transparent;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    -moz-box-shadow: 0 1px 2px rgba(208, 208, 208, 0.6);
    -webkit-box-shadow: 0 1px 2px rgba(208, 208, 208, 0.6);
    box-shadow: 0 1px 2px rgba(208, 208, 208, 0.6);
}
.mini-cart-info .name {
}
.mini-cart-info .name a {
	color: #444;
    font-size: 12px;
    text-decoration: underline;
}
.mini-cart-info .name a:hover {
    text-decoration: none;
}
.mini-cart-info .quantity {
	display: none;
}
.mini-cart-info .remove {
    padding-top: 20px;
    padding-bottom: 20px;
}

.mini-cart-info td.total {
	text-align: right;
    font-weight: bold;
    font-size: 12px;
}

.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
    font-size: 18px;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #000;
	padding: 4px;
    font-size: 14px;
}

#partcont .checkout a{
  
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #ffffff;
  font-size: 14px;
  background: #0a1821;
  padding: 6px 14px;
  text-decoration: none;
  display: inline-block;

}
#partcont .checkout a:hover{
     background: #ff5100;
  text-decoration: none;
}
@media only screen and (min-width: 1681px) and (max-width:1920px) {
   #partcont {
    margin: 12% auto 0 auto;
    width: 30%;
} 
}
@media only screen and (min-width: 1367px) and (max-width:1680px) {
   #partcont {
    margin: 20% auto 0 auto;
} 
}
@media only screen and (min-width: 1280px) and (max-width:1366px) {
   #partcont {
    margin: 12% auto 0 auto;
} 
}
@media only screen and (min-width: 1063px) and (max-width:1279px) {
.mcartimage {
    width: 180px;
}
#partcont {
    margin: 12% auto 0 auto;
}
}
@media only screen and (min-width: 977px) and (max-width:1062px) {
.mcartimage {
    width: 160px;
}
.mcartok {
    margin-bottom: 20px;
}
#partcont {
    margin: 25% auto 0 auto;
    width: 60%;
}
.mcarthr {
    height: 40px;
}
.mcartright {
    font-size: 16px;
}
}
@media only screen and (min-width: 320px) and (max-width:976px) {
#partcont {
    max-height: 350px;
}
.mcartimage {
    display: none;
}
.mcartok {
    margin-bottom: 40px;
}
.mcartright {
    float: none;
    width: 100%;
}
.mcarti {
    display: none;
}
#partcont {
    margin: 35% auto 0 auto;
}
#part {
    position: fixed;
}
.mcarthr {
    height: 40px;
}
#partcont .checkout a {
    font-size: 14px;
}
.mini-cart-total td {
    font-size: 14px;
}
}
@media only screen and (min-width: 320px) and (max-width:809px) {
#partcont {
    max-height: 350px;
}
#partcont .checkout a {
    font-size: 12px;
}
.mini-cart-total td {
    font-size: 12px;
}
#partcont .checkout a:last-child {
    clear: both;
    margin-top: 4px;
}
}
/* Slideshow (jQuery Cycle)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.slider-intro {
    margin-top: 15px;
}
.slideshow-wrapper {
        position:relative;
        margin:auto;
        margin-top:0px;
        width:100%;
}
ul.slideshow {
        list-style:none outside none;
        margin:0;
        padding:0;
        /* Slideshow: */
        position:relative;
        width:100%;
        height:650px;
        margin:auto
}
.slideshow .slide {
        display:block;
        width:100%;
        height:650px;
        left:0;
        top:0;
}
/* Navigation */
.slideshow-wrapper .browse-button {
        text-decoration:none;
        text-indent:-999px;
        overflow:hidden;
}
.slideshow-wrapper:hover .browse-button {
        visibility:visible;
}
.slideshow-wrapper .backward {
        position:absolute;
        left:10px;
        top:45%;
        background:url(../catalog/view/theme/sstore/images/slideshow-arrows.png) 0 0 no-repeat;
        width:50px;
        height:50px;
}
.slideshow-wrapper .backward:hover {
        background-position:0 -66px;
}
.slideshow-wrapper .forward {
        position:absolute;
        right:10px;
        top:45%;
        background:url(../catalog/view/theme/sstore/images/slideshow-arrows.png) -50px 0 no-repeat;
        width:50px;
        height:50px;
}
.slideshow-wrapper .forward:hover {
        background-position:-50px -66px;
}
/* Navigation goes up (Z-axis) */
.slideshow-wrapper .browse-button, .slideshow-wrapper .tab-pager {
        z-index:50;
}
/* Main slideshow on home page
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.the-slideshow .tab-pager {
        position:absolute;
        bottom:15px;
        left:50%;
}
.the-slideshow .slideshow {
        background-color:#fff;
}
/* Fix: prevent showing all slides while loading */
.the-slideshow .slideshow .slide {
        overflow:hidden;
}
.the-slideshow .slideshow .slide.first {
        display:block;
}
.the-slideshow .slideshow .slide img {
}
/* Elements in slides
-------------------------------------------------------------- */
.the-slideshow {
        color:#333;/*   text-shadow:1px 1px 2px rgba(0, 0, 0, 0.4);
        font-size:18px;*/
}
.the-slideshow h2, .the-slideshow h3, .the-slideshow h4, .the-slideshow h5, .the-slideshow h6, .the-slideshow a {
        color:#333;
}
/* Universal navigation pager for tabs and slideshow
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.tab-pager a {
        float:left;
        width:20px;
        height:20px;
        margin-right:3px;
        text-align:center;
        overflow:hidden;
        text-indent:-999px;
}
/* Tab pager: simple gray rounded rectangles
-------------------------------------------------------------- */
.tab-pager.tab-pager-simple a {
        background-color:#eee;
        color:#777;
        border-radius:2px;
        box-shadow:inset 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.tab-pager.tab-pager-simple a.current, /*jQuery Tools*/ .tab-pager.tab-pager-simple a.activeSlide, /*jQuery Cycle plugin*/ .tab-pager.tab-pager-simple a:hover {
        background-color:#ccc;
}
/* Tab pager: image background
-------------------------------------------------------------- */
.tab-pager.tab-pager-img a {
        background:0 0 no-repeat transparent;
}
.tab-pager.tab-pager-img a.current, .tab-pager.tab-pager-img a.activeSlide {
        background-position:0 -30px;
}
.tab-pager.tab-pager-img a:hover {
        background-position:0 -60px;
}
/* Light gray rounded squares */
.tab-pager.tab-pager-rounded-lgray a {
        background:url(https://www.ua-fashion.com.ua/catalog/view/theme/sstore/image/tab-pager-rounded-lgray.png) 0 0 no-repeat transparent;
}
/* Light gray circles */
.tab-pager.tab-pager-circle-lgray a {
        background:url(https://www.ua-fashion.com.ua/catalog/view/theme/sstore/image/tab-pager-circle-lgray.png) 0 0 no-repeat transparent;
}
/* Light gray rings */
.tab-pager.tab-pager-ring-lgray a {
        background:url(https://www.ua-fashion.com.ua/catalog/view/theme/sstore/image/tab-pager-ring-lgray.png) 0 0 no-repeat transparent;
}
/* Caption
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.caption {
    display: block;
    position:absolute;
    bottom: 0;
    width: 550px;
    margin: auto;
    padding: 0;
    padding-top: 0px;
    top:8%;
    left:0%;
}


.caption.top-center {
    top: 0;
    bottom: auto;
    right: 0;
    width: 650px;
    float: none;
    padding-top: 8%;
    padding-left:0;
}

.caption .caption-inner {
    padding: 10px 0px;
    text-align: center;
    background: rgba(103, 101, 101, 0.39);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 3px 18px 0px rgba(50, 50, 50, 0.13);
    -moz-box-shadow: 0px 3px 18px 0px rgba(50, 50, 50, 0.13);
    box-shadow: 0px 3px 18px 0px rgba(50, 50, 50, 0.13);
}
.dark2 {
    width:360px;
    left:300px!important;
    padding:10px 30px;
    top:30px;
    background:rgba(0, 0, 0, 0.3);
    border-radius:250px;
    height:405px
}
/* Caption position
-------------------------------------------------------------- */
.caption.top {
    top:0;
    bottom:auto;
    width:80%;
}
.caption.top-right {
    top: 0!important;
    bottom: auto!important;
    right: 18%!important;
    padding-top: 5%!important;
    margin-right:30px!important
}


.caption.top-right .heading {
    font-size: 70px;
    text-shadow: none;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4em;
    text-transform: uppercase;
    color:#fff!important;
}

.caption.top-right p {
color:#999!important;
}

.caption.top-right .intro-btn a {
    color: #fff;
    padding: 12px 40px;
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    background:#cf3341;
    border:none!important;
}

.light .intro-btn a {
    color: #fff!important;
    padding: 15px 45px;
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: normal;
    background: #FF5100!important;
    font-family: 'Open Sans', sans-serif;
        border:1px solid #000;
}
.caption.top-left {
    top: 0;
    bottom: auto;
    right: 0;
    width: 57%;
    float: left;
    padding-top: 8%;
    padding-left: 9%;
}
.caption.bottom-right {
    right:0;
    width:58%;
}
.light2 {
    margin:auto!important
}
/* Caption elements
-------------------------------------------------------------- */
.caption > * {
    float:left;
    display:inline-block;
    margin-bottom:1px;
    font-family:'Open Sans', sans-serif;
}
.caption .heading {
    padding:0;
    margin-bottom:0;
    font-size:56px;
    line-height:1.4em;
    font-weight:bold;
    padding:5px 30px;
    font-family:'Open Sans', sans-serif;
    color:#fff;
    text-align:center!important;
    display:block;
    text-transform:uppercase
}
.caption p {
    clear:left;
    padding:15px 0px;
    margin-bottom:1px;
    font-size:14px;
    line-height:normal;
    font-weight:normal;
    color:#fff ;
}

.caption strong{font-weight:bold;}

.caption .intro-btn {
    margin-top:10px;
    display:block;
}
.caption .intro-btn a {
    color: #FFFFFF;
    background: #FF4F02;
    padding: 12px 25px;
    letter-spacing: 2px;
    font-size: 17px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    border: 1px #FFFFFF solid;
    max-width: 240px;
    margin: 0 auto;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.caption .normal-text {
    font-size:18px;
    color:#fff;
    font-weight:300;
    padding-top:0px;
    margin-bottom:7px;
    text-transform:uppercase;
    font-family:'Open Sans', sans-serif;
    letter-spacing:2px
}

.caption .hr{background:#fff; width:80px; height:4px; margin:auto}

.caption .normal-text1 {
    clear:left;
    padding:0px 0px;
    margin-top:20px;
    font-size:36px;
    line-height:1em;
    font-weight:300;
    text-transform:uppercase;
    letter-spacing:1px;
    color:#fff !important;

}
/* Caption layout
-------------------------------------------------------------- */
.caption.centered {
    text-align: center;
}
.caption.centered > * {
    display:inline-block;
    float: none;
}
/* Floating (text alignment) */
.caption.right > * {
    text-align:right;
    float:right !important;
}
/* Caption additional styles
-------------------------------------------------------------- */
/* Width */
.caption.full-width {
    width:88%;
    margin:6%;
}
.caption.narrow {
    width:38%;
}
/* Prevent from hiding elements of the caption on narrow screens */
.caption .permanent {
    display:block !important;
}
/* Skin
-------------------------------------------------------------- */
.caption .heading, .caption p {
    transition:            color 450ms ease-in-out, background-color 450ms ease-in-out;
}
a:hover .caption .heading, a:hover .caption p {
    transition:            color 200ms ease-in-out, background-color 200ms ease-in-out;
}
/* Dark + white text */
.caption.dark1 .heading, .caption.dark1 p {
    background-color:rgba(0, 0, 0, 0.35);
    color:#fff;
}
a:hover .caption.dark1 .heading, a:hover .caption.dark1 p {
    background-color:rgba(0, 0, 0, 0.7);
    color:#fff;
}
/* Dark + white text */
.caption.dark2 .heading {
    padding: 10px;
    margin-bottom: 0em;
    font-size: 48px;
    line-height: 1em;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing:5px;
    padding-bottom: 10px;
    color: #fff;
    text-align:center;
    padding-top:50px
}
.caption.dark2 .intro-btn a {
    text-align:center;
    display:inline-block;
    float:none
}
.caption.dark2 .permanent {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff!important;
    text-align:center;
    border-top:1px #fff solid;
    margin-top:5px
}
a:hover .caption.dark2 .heading, a:hover .caption.dark2 p {
    color:#fff;
}
/* Dark + white text */
.caption.dark3 .heading, .caption.dark3 p {
    background-color:rgba(0, 0, 0, 0.65);
    color:#fff;
}
a:hover .caption.dark3 .heading, a:hover .caption.dark3 p {
    background-color:rgba(0, 0, 0, 1);
    color:#fff;
}
/* Light + black text */
.caption.light1 .heading, .caption.light1 p {
    color:#FFECC3!important;
}
.caption.light1 {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -15%;
    width: 580px;
    color: #fff;
}
.caption.light1 .heading {
    font-size:56px;
    text-shadow:none;
    font-weight:bold;
    font-family:'Open Sans', sans-serif;
    line-height:1.4em;
    text-transform:uppercase
}
.caption.light1 .heading1 {
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: normal;
    text-align: center;
    text-shadow: none;
    text-transform:none;
    padding:10px 0px;
    line-height:25px;
    color:#cf3341!important
}
.caption.light1 .badge {
    background:#cf3341;
    color:#fff;
    font-family:Georgia, "Times New Roman", Times, serif;
    border-radius:120px;
    font-size:17px;
    width:90px;
    height:65px;
    position: absolute;
    z-index:1000;
    margin-left:390px;
    border:5px #fff solid;
    margin-top:-200px;
    line-height:normal;
    padding:0;
    font-weight:normal;
    font-style:italic;
    padding-top:25px
}
.caption.light1 .badge em {
    font-size:12px;
    font-weight:normal;
    font-family:Georgia, "Times New Roman", Times, serif;
    padding-top:20px
}
.caption.light1 .badge span {
    font-size:24px;
    font-weight:normal;
    display:block
}
a:hover .caption.light1 .heading, a:hover .caption.light1 .btn-intro {
    color:#333;
}
/* Light + black text */
.caption.light2 .heading {
    color:#fff!important;
    font-size:50px;
    margin-top:120px;
    letter-spacing:2px
}
a:hover .caption.light2 .heading, a:hover .caption.light2 p {
    background-color:rgba(255, 255, 255, 0.85);
    color:#000;
}
/* Light + black text */
.caption.light3 .heading, .caption.light3 p {
    background-color:rgba(255, 255, 255, 0.8);
    color:#000;
}
a:hover .caption.light3 .heading, a:hover .caption.light3 p {
    background-color:rgba(255, 255, 255, 1);
    color:#000;
}
/* slide-show */
/* Slider */ 
/** modal window styles **/
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: rgba(95, 97, 112, 0.6);
    display: none;
}
 
#loginmodal {
  width: 300px;
  padding: 15px 20px;
  background: #f3f6fa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.right-modal{
    float: right;
    margin-top: 10px;
}
 
#loginform { /* no default styles */ }
 
#loginform label { display: block; font-size: 1.1em; font-weight: bold; color: #7c8291; margin-bottom: 3px; }
 
.txtfield { 
   height: 24px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;  
    width: 95%;  
    margin: 10px 0;
}