/* GENERAL */

a {
    color: #2aa8db;
	outline: none;
}
a:hover {
    color: #0385b7;
	outline: none;
}
a:active,
a:focus{
	outline: none;	
	text-decoration: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus{
	outline: none;
}
/* BUTTON */

.btn {
    transition: all 0.3s ease-out;
}
.btn:hover {
    transition: all 0.3s ease-out;
}
.btn-primary {
    color: #2aa8db !important;
    background-color: #ffffff;
    border-color: #2aa8db;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
}
.btn-primary:hover {
    color: #fff !important;
    background-color: #2aa8db;
    border-color: #2aa8db;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
}
.btn-default {
    color: #2aa8db !important;
    background-color: #ffffff;
    border-color: #2aa8db;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
}
.btn-default:hover {
    color: #fff !important;
    background-color: #2aa8db;
    border-color: #2aa8db;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
}
/* MODAL */

#login-modal {
    height: 340px;
	width: 380px;
}
.sourcecoast ul {
    padding-left: 0;
}
#form-sclogin-remember{
	margin-top: 30px;
}

.sourcecoast .modal-header {
    background: #2aa8db;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
}
.sourcecoast a.btn {
    color: #2aa8db !important;
    background-color: #ffffff;
    border-color: #2aa8db;
    text-transform: uppercase;
    float: right;
}
.sourcecoast a.btn:hover {
    color: #fff !important;
    background-color: #2aa8db;
    border-color: #2aa8db;
    text-transform: uppercase;
}
.sourcecoast label {
    width: 100%;
    font-weight: normal;
}
#sclogin-remember {
    float: left;
    width: 15px;
    height: 15px;
    margin: 2px 5px 0 0;
}
.sclogin-joomla-login.vertical #form-sclogin-submitcreate .btn{
    color: #2aa8db !important;
    background-color: #ffffff;
    border-color: #2aa8db;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
background-image: none;
text-shadow: none;	
}
.sclogin-joomla-login.vertical #form-sclogin-submitcreate .btn:hover{
	    color: #fff !important;
    background-color: #2aa8db;
    border-color: #2aa8db;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
}
}
/* REGISTER */

#com-form-login-remember #remember {
    float: left;
    width: 15px;
    height: 15px;
    margin: 2px 5px 0 0;
}
#com-form-login-remember label {
    font-weight: normal
}
#com-form-login input[type="submit"] {
    margin-bottom: 15px
}
.user-details label {
    text-align: left;
    font-weight: normal;
    padding-right: 15px;
}
table.user-details {
    width: 100%
}
table.user-details td {
    border-top: 0
}
td.key {
    width: auto
}
.user-details .input,
.user-details .inputbox {
    margin-left: 0
}
table.user-details input,
.user-details .input,
.user-details .inputbox {
    width: auto
}
.user-details .input {
    margin: 10px 0
}
.user-details label {
    width: auto
}
table.user-details tr {
    padding: 5px 0
}
.user-details label,
.user-details input {
    margin: 10px 0
}
#form-login input.button,
.order-view input.button,
.form-validate .button {
    color: #2aa8db !important;
    background-color: #ffffff;
    border-color: #2aa8db;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 4px;
    padding: 6px 12px;
    transition: all 0.3s ease-out;
}
#form-login input.button:hover,
.order-view input.button:hover,
.form-validate .button:hover {
    color: #fff !important;
    background-color: #2aa8db;
    border-color: #2aa8db;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
}
.sclogin-joomla-login ul li {
    list-style: none;
    text-align: center;
}
.order-view label {
    font-weight: normal
}
.order-view h1 {
    font-size: 20px;
    font-weight: normal;
}
/* MESSEGE */

#system-message dd {
    font-weight: normal !important
}
/* HEADER TOP */

.header-top {
    background: #5b5b5b
}
.header-top a {
    color: #fff
}
.sclogin-modal-links {
    background: url(../images/key.svg) no-repeat left center;
	background-size: 26px 11px;
    padding-left: 30px;
    height: 30px;
    line-height: 30px;
}
.sclogin-greeting {
    margin-bottom: 0 !important;
    padding-left: 6px;
    height: 30px;
    line-height: 30px;
    color: #fff;
}
.sclogin-modal-links a {
    margin: 0 7px 0 6px !important
}
.header-top .nav-stacked {
    float: right
}
.header-top .nav-stacked li {
    height: 30px;
    line-height: 30px;
}
.header-top .nav-stacked > li + li {
    margin-top: 0
}
.header-top .nav-stacked li {
    padding: 0 7px 0 8px;
    display: inline-block;
    margin-top: 0;
    background: url(../images/divider.gif) no-repeat left center;
}
.header-top li:first-child {
    background: url(../images/account.svg) no-repeat left center;
	background-size: 21px 18px;
    padding-left: 31px;
}
.header-top .nav-stacked li a {
    padding: 0
}
.header-top .nav-stacked li a:hover {
    background: none;
    text-decoration: underline;
}
.header-top .nav-stacked li.active a {
    background: none
}
/* HEADER */

.t3-header {
    padding-top: 20px;
    padding-bottom: 25px;
}
.logo {
    margin-top: -10px
}
.logo-image {
    margin-top: 15px
}
.logo-image img {
    max-width: 100%;
	width: 250px;
}
#t3-header .phone {
    padding-right: 45px
}
.header-phone p {
    margin-bottom: 0;
    color: #5b5b5b;
    font-size: 14px;
}
.header-phone .number {
    font-size: 30px;
    line-height: 30px;
    color: #333;
}
.vmCartModule {
    height: 45px;
    background: url(../images/cart.svg) no-repeat 10px center;
	background-size: 27px 25px;
    border: 1px solid #2aa8db;
    border-radius: 3px;
    padding-left: 47px;
    width: 155px;
    float: right;
    margin-top: 5px;
    line-height: 43px;
}
.vmcartmodule-title {
    line-height: 45px;
    text-align: left;
    font-size: 14px;
    color: #5b5b5b;
    float: left;
    padding-right: 10px;
}
.vmCartModule a {
    display: block;
    float: left;
    line-height: 42px;
    width: 100%;
}
.vmCartModule .total_products {
    float: left;
    font-size: 14px;
    text-transform: uppercase;
}
.cart-product {
	margin: 3px 5px 0 -13px;
	padding: 3px 0 0 5px;
	width: 18px;
	height: 18px;
	line-height: 12px;
	color: #fff;
	background: #2aa8db;
	border-radius: 50%;
}
.header-search {
    margin-top: 5px
}
.virtuemart_search{
	overflow: hidden;
}
.virtuemart_search .inputbox,
#mod_virtuemart_search {
    height: 45px !important
}
#mod_virtuemart_search {
    width: 100%
}
.header-search form {
    width: 100%;
    margin: 0 !important;
    padding: 0;
}
#mod_virtuemart_search {
    background: #fff;
    border-color: #2aa8db;
    border-radius: 5px;
    padding-right: 40px;
}
.search input[type="image"] {
    height: auto !important;
    border: none !important;
    margin-left: -38px;
}
/* MAIN NAVIGATION */

#t3-mainnav {
    background: #2aa8db;
    border: none;
    min-height: 48px;
    text-transform: uppercase;
}
#t3-mainnav li.active a,
#t3-mainnav li a:hover,
#t3-mainnav li.open > a {
    background-color: #0385b7;
    transition: background-color 0.2s ease-out;
}
#t3-mainnav .navbar-nav > li > a {
    color: #fff;
    transition: background-color 0.2s ease-out;
}
.mega-dropdown-menu {
    background: #0385b7;
    border-radius: 0;
    border: 0;
}
.t3-megamenu .dropdown-menu .mega-nav > li a {
	color: #fff !important;
	background: none;
	transition: none;
}
.t3-megamenu .dropdown-menu .mega-nav > li a:hover {
	color: #fff !important;
	background: none;
	transition: none;
}
.t3-megamenu .dropdown-menu .mega-nav > li {
    position: relative;
    padding-left: 10px;
}
.t3-megamenu .dropdown-menu .mega-nav > li.lead {
    padding-left: 0
}
.t3-megamenu .dropdown-menu .mega-nav > li.lead:after {
    content: ""
}
.t3-megamenu .dropdown-menu .mega-nav > li:after {
    content: "|";
    position: absolute;
    top: 5px;
    color: #fff;
    left: 0;
    transition: left 0.3s ease-out;
}
.t3-megamenu .dropdown-menu .mega-nav > li:hover:after {
    left: 5px;
    transition: left 0.3s ease-out;
}
.t3-megamenu li.dropdown:after {
    content: "_";
    position: absolute;
    color: #fff;
    top: 17px;
    left: 16px;
}
.t3-megamenu .nav > .dropdown > .dropdown-toggle .caret {
    display: none
}
.header-search input.button{
	width:27px;
}
/* CANVAS */

.off-canvas-toggle {
    padding: 0 5px;
    font-size: 16px;
    width: auto;
    color: #fff !important;
    background: #2aa8db
}
.canvas-title {
    padding-left: 10px;
}
.t3-off-canvas-body ul.nav-stacked {
    font-size: 16px;
}
.t3-off-canvas-body ul.nav-stacked li {
    padding: 0;
}
.t3-off-canvas-body ul.nav-stacked li a {
    color: #2aa8db;
    background: #fff;
    padding: 10px 0 5px 0;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0;
}
.t3-off-canvas-body ul.nav-stacked li a:hover {
    background: #fff;
    color: #0385b7;
}
.t3-off-canvas-body ul.nav-stacked li.
/* Breadcrumbs */

.breadcrumbs {
    background: #f0f0f0
}
.breadcrumb {
    background: none
}
/* SLIDER */

.flex-direction-nav a {
    background: url(../images/bg_direction_nav.png) no-repeat 0 0 !important;
    width: 26px !important;
    height: 38px !important;
}
.flex-direction-nav .flex-next {
    background-position: -26px 0 !important
}
.flex-control-paging li .flex-active,
.flex-control-paging li a:hover {
    background: #2aa8db !important
}
/* PROMO */

.promo {
    text-align: center
}
.promo h3 {
    text-transform: uppercase;
    font-weight: normal;
}
.promo img {
    max-width: 50%
}
.promo p {
    padding: 0 50px
}
/* DEALDAY */

.deal-day {
    background: #f0f0f0;
    padding: 40px 0 20px 0;
}
.t3-deal-day {
    display: flex
}
.t3-deal-day>div {
    display: flex
}
.t3-deal-day .t3-module {
    background: #FFFFFF;
    border: 1px solid #DBDEE1;
}
.box-content {
    padding: 20px;
    width: auto;
}
.box_product img {
    max-width: 100%;
    max-height: 240px;
}
.box_product .name {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.box_product .name a {
    font-size: 18px;
}
.box_product .name a:hover {
    text-decoration: none;
}
.box_product .box_image a{
	display: block;
}
.box_product .box_image{
	max-width:100%;
} 
.box_product .description {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
}
.box_product .deal_discount {
    font-size: 18px;
    overflow: hidden;
    margin: 10px 0;
}
.box_product div.PricebasePriceWithTax {
    float: left;
    margin-right: 10px;
    color: #a3a3a3;
    line-height: 40px;
    font-size: 20px;
    text-decoration: line-through;
}
.box_product div.PricesalesPrice {
    float: left;
    padding: 0;
    font-size: 28px;
    color: #e67f22;
    line-height: 35px;
    text-align: left;
    margin-right: 15px;
}
.box_product .time-left {
    overflow: hidden
}
.box_product .time-left .countdown_section {
    float: left;
    margin-right: 15px;
    text-align: center;
}
.box_product .time-left .countdown_section .countdown_amount {
    text-align: center;
    border: 1px solid #2aa8db;
    border-radius: 2px;
    font-size: 18px;
    width: 30px;
    height: 30px;
    display: block;
    line-height: 28px;
}
.box_product .addtocart {
    margin-top: 10px
}
/* NEW PRODUCT */

.home-product h3.module-title {
    height: 14px;
    border-bottom: 2px solid #f0f0f0;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 26px;
    margin: 0 auto 60px auto;
    width: 75%;
}
.home-product h3.module-title span {
    background: #fff;
    padding: 0 2%;
}
.home-product .vmproduct {
    display: flex;
    flex-wrap: wrap;
}
.home-product .vmproduct > div {
    display: flex;
}
.home-product .spacer {
    border: 1px solid #e9e9e9;
    transition: border 0.5s ease-out;
    margin-bottom: 15px;
    width: 100%;
}
.home-product .spacer:hover {
    border: 1px solid #2aa8db;
    transition: border 0.5s ease-out;
}
.home-product .vmproduct .spacer .product-image {
    height: 250px;
	width: 100%;
    padding: 60px 0 40px 0;
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
}
.home-product .vmproduct .spacer .product-image a {
	max-height:100%;
	height: 250px;
	width: 100%;
	display: block;
}
.home-product .vmproduct .spacer img {
    max-width: 80%;
    max-height: 100%;
}
.home-product .vmproduct .spacer .product-name {
    min-height: 65px;
    padding: 20px 20px 0 20px;
    text-align: center;
}
.home-product .vmproduct .spacer .product-name a {
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease-out;
}
.home-product .vmproduct .spacer .product-name a:hover {
    color: #0385b7;
    text-decoration: none;
    transition: all 0.3s ease-out;
}
.home-product .vmproduct .spacer .product-price {
    padding: 0 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.home-product .vmproduct .spacer .product-price div.PricesalesPrice {
    padding: 0 5px;
    color: #e67f22;
    text-align: center;
    font-size: 16px;
}
.home-product .vmproduct .spacer .product-price div.PricebasePriceWithTax {
    padding: 2px 5px 0 5px;
    color: #a3a3a3;
    float: left;
    font-size: 14px;
}
.home-product .vmproduct .spacer .addtocart-bar {
    text-align: center;
    margin-bottom: 20px;
}
.home-product .vmproduct .spacer .quantity-box,
.home-product .vmproduct .spacer .quantity-controls {
    display: none
}
.home-product .vmproduct .spacer .addtocart-button {
    width: auto;
    float: none;
    margin: 0;
}
/* HOME INFO */

.home-info {
    position: relative
}
.home-info img {
    max-width: 100%
}
.home-info .more {
    text-align: center
}
.home-info a {
    margin-top: -180px
}
.home-info a.btn {
    background: none;
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
}
/* CATEGORIES HOME */

.category-view h4.module-title {
    height: 14px;
    border-bottom: 2px solid #f0f0f0;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 26px;
    margin: 0 auto 60px auto;
    width: 75%;
}
.category-view h4.module-title span {
    background: #fff;
    padding: 0 2%;
}
.category-view .spacer {
    border: 1px solid #f0f0f0;
    padding: 0 !important;
    transition: border 0.5s ease-out;
    margin-bottom: 15px;
}
.category-view .spacer:hover {
    border: 1px solid #2aa8db;
    transition: border 0.5s ease-out;
}
.category-image {
    height: 190px;
    padding: 20px 20px 15px 20px;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
}
.category-image a{
	max-height: 100%;
	height: 190px;
	display: block;
}
.category-image img {
    max-width: 80%;
    max-height: 100%;
}
.category-view h2 {
    text-align: center
}
.category-view h2 a {
    display: inline-block !important;
    margin: 15px 0;
}
/* ABOUT SHOP */

.about-shop {
    background: #2aa8db;
    color: #fff;
    padding: 20px 0 35px 0;
    text-align: justify;
}
.about-shop a {
    color: #fff
}
.about-shop a:hover {
    color: #fff
}
/* FOOTER */

.t3-footer {
    background: #2f343a;
    border-top: none;
}
.t3-footnav .t3-module {
    background: none;
    color: #fff;
}
.t3-footnav .t3-module .module-title {
    color: #fff;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 400;
}
.t3-footer p {
    margin-bottom: 5px
}
.t3-footnav .t3-module ul > li {
    line-height: inherit;
    margin-bottom: 5px;
}
.t3-footnav .t3-module ul > li > a {
    color: #27a8df
}
.t3-footnav .t3-module ul > li > a:hover {
    color: #0385b7
}
.t3-copyright {
    padding: 0;
    color: #fff;
    font-size: 14px;
    border-top: none;
}
.copyright {
    border-top: 2px solid #8b8c8d;
    padding: 15px 0 0 0;
}
.social_icons li {
    display: inline-block;
    margin-right: 3px;
}
.social_icons li a {
    text-indent: -9999px;
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/social-icon.svg) no-repeat;
}

.social_icons .vk {
    background: url(../images/ico/vk1.svg) no-repeat;
}
.social_icons .vk:hover {
    background: url(../images/ico/vk2.svg) no-repeat;
}
.social_icons .fb {
    background: url(../images/ico/f1.svg) no-repeat;
}
.social_icons .fb:hover {
    background: url(../images/ico/f2.svg) no-repeat;
}
.social_icons .tw {
    background: url(../images/ico/t1.svg) no-repeat;
}
.social_icons .tw:hover {
    background: url(../images/ico/t2.svg) no-repeat;
}
.social_icons .gp {
    background: url(../images/ico/g1.svg) no-repeat;
}
.social_icons .gp:hover {
    background: url(../images/ico/g2.svg) no-repeat;
}
.social_icons .od {
    background: url(../images/ico/o1.svg) no-repeat;
}
.social_icons .od:hover {
    background: url(../images/ico/o2.svg) no-repeat;
}
/* CATEGORY */

.browse-view h1 {
    font-size: 22px;
    font-weight: normal;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}
.sorting {
    font-size: 13px;
    padding: 5px 0 25px 0;
}
.orderlistcontainer .title {
    float: left;
    margin-right: 5px;
}
.orderlistcontainer a:hover {
    text-decoration: none
}
.orderlistcontainer div.activeOrder {
    cursor: pointer;
    float: left;
    border-radius: 0;
    padding: 0 5px;
}
.orderlistcontainer div.activeOrder a {
    border-bottom: 1px dashed
}
.orderlistcontainer div.orderlist {
    background: #FFF;
    cursor: pointer;
    z-index: 1;
    float: left;
    display: block !important;
}
.orderlistcontainer div.orderlist div {
    float: left;
    padding: 0 5px;
}
.results {
    overflow: hidden
}
.vm-pagination {
    float: right
}
.orderby-displaynumber .display-number span {
    float: left;
    line-height: 33px;
    margin-right: 10px;
}
.browse-view .row {
    display: flex;
    flex-wrap: wrap;
}
.browse-view .product {
    display: flex
}
.browse-view .product .spacer {
    border: 1px solid #f0f0f0;
    margin-bottom: 20px;
    width: 100%;
    transition: border 0.5s ease-out;
    position: relative;
}
.browse-view .product .spacer:hover {
    border: 1px solid #2aa8db;
    transition: border 0.5s ease-out;
}
.browse-view .product .spacer .product-image {
    height: 250px;
    padding: 60px 0 40px 0;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
    position: relative;
}
.row .product .spacer .product-image img {
    max-width: 80%;
    max-height: 100%;
}
/* СМЕНА ИЗОБРАЖЕНИЙ ПРИ НАВЕДЕНИИ */

.image2 {
    position: absolute;
    top: 60px;
    left: 20px;
    width: 100%;
    padding-right: 40px;
    opacity: 0;
    transition: opacity 0.4s ease-out;
}
.image1 {
    opacity: 1;
    transition: opacity 0.3s ease-out;
}
.image1,
.image2 {
    height: 150px;
}
.browse-view .product .spacer:hover .image2 {
    opacity: 1;
    transition: opacity 0.3s ease-out;
}
.browse-view .product .spacer:hover .image1 {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}
.product .spacer .product-name {
    min-height: 65px;
    padding: 20px 20px 0 20px;
    text-align: center;
}
.product .spacer .product-name h2 {
    font-weight: normal;
    margin: 0;
    font-size: 14px;
}
.product .spacer .product-name h2 a {
    color: #333;
    transition: all 0.3s ease-out;
    line-height: 20px;
}
.product .spacer .product-name h2 a:hover {
    color: #0385b7;
    text-decoration: none;
    transition: all 0.3s ease-out;
}
.product .spacer .product-price {
    padding: 0 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 7px;
}
.product .spacer .product-price div.PricesalesPrice {
    padding: 0 5px;
    color: #e67f22;
    text-align: center;
    font-size: 16px;
}
.product .spacer .product-price div.PricebasePriceWithTax {
    padding: 2px 5px 0 5px;
    color: #a3a3a3;
    float: left;
    font-size: 14px;
}
.vrvote-count {
    display: none
}
.spacer .product-availability {
    font-size: 12px;
    float: left;
}
.spacer .category-product-info {
    font-size: 12px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.spacer .product-review,
.spacer .product-availability {
    padding: 0 5px;
}
.in-stock {
    color: #2aa8db
}
.not-available {
    color: green
}
.product_badge > div:nth-child(2) {
    margin-top: 41px
}
.spacer .product-rating {
    text-align: center;
    margin-bottom: 7px;
}
.spacer ul.vrvote-ul {
    z-index: -1
}
.orderby-displaynumber {
    font-size: 13px;
    margin: 20px 0 20px 0;
}
.orderby-displaynumber .display-number {
    overflow: hidden;
    float: left;
}
.orderby-displaynumber .display-number select {
    float: left;
    padding: 5px 5px 4px 12px;
    border-color: #ddd;
}
.vm-pagination ul {
    margin-top: 0
}
.category_description {
    font-size: 13px;
    text-align: justify;
    border: 1px solid #f0f0f0;
    padding: 15px 20px;
}
.virtuemart_search input[name="keyword"] {
    float: left;
    margin: 0 20px 10px 0;
}
.product .spacer .product-fields {
    display: none
}
.category-addtocart {
    width: 35px;
    height: 35px;
    bottom: 0;
    border: 35px solid transparent;
    border-bottom: 35px solid #2aa8db;
    border-left: 35px solid #2aa8db;
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s ease-out;
}
.product .spacer:hover .category-addtocart {
    opacity: 0.8;
    transition: opacity 0.5s ease-out;
}
.category-addtocart .addtocart-area {
    position: absolute;
    top: -5px;
    left: -35px;
}
.addtocart-button2 input {
    width: 45px;
    color: #2aa8db;
    border: 0;
    height: 40px;
    text-indent: -99999px;
    background: url(../images/buy.svg) 12px no-repeat;
	background-size: 20px 18px;
}
.addtocart-button2 input:active,
.addtocart-button2 input:focus {
    outline: none
}
/* PRODUCT PAGE */

.productdetails-view h1 {
    font-weight: normal;
    margin-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}
div.flexible-main-image {
    height: 330px;
    border: 1px solid #f0f0f0;
}
div.flexible-main-image a {
    line-height: 330px;
	height: 330px;
	display: block;
}
#additionalImagesNoScroll {
    margin-top: 10px;
    overflow: hidden;
}
#FlexibleAdditionalGallery > div {
    padding: 0 5px 0 5px !important;
    margin-bottom: 10px;
}
#FlexibleAdditionalGallery > div:first-child,
#FlexibleAdditionalGallery > div:nth-child(5) {
    padding-left: 15px !important
}
#FlexibleAdditionalGallery > div:last-child,
#FlexibleAdditionalGallery > div:nth-child(4) {
    padding-right: 15px !important
}
#FlexibleAdditionalGallery > div:nth-child(5) {
    padding-right: 5px !important
}
#FlexibleAdditionalGallery img {
    max-width: 90%;
    max-height: 90%;
}
#FlexibleAdditionalGallery a {
    display: block;
    text-align: center;
    border: 1px solid #f0f0f0;
    height: 100px;
    line-height: 100px;
}
#FlexibleAdditionalGallery a span{
	display: block;
	height: 100px;
    line-height: 100px;
}
.quantity-box,
.quantity-controls {
    display: none
}
#fancybox-content,
#fancybox-wrap,
#fancybox-content {
    box-sizing: content-box
}
#fancybox-wrap {
    width: 450px !important
}
#fancybox-content {
    width: 430px !important
}
.product-info {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
    margin-bottom: 20px;
}
.manufacturer {
    margin: 0
}
.spacer-buy-area .product-price {
    overflow: hidden
}
.spacer-buy-area div.PricesalesPrice {
    color: #e67f22;
    text-align: center;
    font-size: 20px;
    float: left;
    margin-right: 10px;
}
.spacer-buy-area div.PricebasePriceWithTax {
    padding: 4px 0 0 0;
    color: #a3a3a3;
    float: left;
    font-size: 16px;
}
.spacer-buy-area .addtocart-area {
    margin-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 30px;
}
.pluso-more {
    display: none !important
}
.pluso .pluso-wrap a {
    margin-right: 5px !important
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: 1px solid #f0f0f0;
    border-bottom-color: transparent;
}
.nav-tabs {
    border-bottom: 1px solid #f0f0f0;
    margin-top: 30px;
}
.nav-tabs > li > a {
    padding: 10px 20px;
    font-size: 16px;
}
.tab-content {
    border: 1px solid #f0f0f0;
    border-top-color: transparent;
    padding: 20px;
}
/* COMMENTS */

#comments-list {
    margin-bottom: 30px
}
#comments-form input {
    padding-left: 10px
}
.rating {
    float: left;
    padding-top: 2px;
    margin-right: 5px;
}
.recent-product {
    margin-top: 35px
}
.recent-product h3 {
    font-size: 18px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
}
.recent-product .spacer {
    text-align: center
}
.recent-product .product_badge {
    display: none !important
}
.recent-product .product-image {
    height: 150px
}
.recent-product img {
    max-width: 90%;
    max-height: 140px;
}
.recent-product a:hover {
    text-decoration: none
}
.recent-product .PricebasePriceWithTax {
    color: #a3a3a3
}
/* SIDEBAR-1 */

.t3-sidebar .module-title {
    font-size: 22px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}
.t3-sidebar .vmgroup{
	padding-top: 10px;
}
.t3-sidebar .vmgroup ul {
    padding-left: 0
}
.t3-sidebar .vmgroup ul li {
    list-style: none;
    margin-bottom: 20px;
	overflow: hidden;
}
.t3-sidebar .product-image {
    float: left;
    width: 40%;
}
.t3-sidebar .product-image img {
    max-width: 100%;
    max-height: 80px;
    text-align: left;
}
.t3-sidebar .product-name {
    float: left;
    width: 60%;
    text-align: left;
    font-size: 13px;
    padding-left: 15px;
}
.t3-sidebar .product-name a:hover {
    text-decoration: none
}
/* CATEGORY MENU */

.accordeonck ul {
    padding: 0
}
.accordeonck li {
    list-style: none;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0 5px 0;
}
.accordeonck li a {
    font-size: 16px;
    color: #333;
    display: block;
}
.accordeonck li a:hover {
    color: #0385b7;
    text-decoration: none;
}
.accordeonck a.isactive {
    color: #0385b7
}
.accordeonck li img:hover {
    cursor: pointer
}
.accordeonck ul li ul {
    padding-left: 40px;
    position: relative;
}
.accordeonck ul li ul li a:after {
    content: "|";
    position: absolute;
    color: #0385b7;
    left: 20px;
    transition: left 0.3s ease-out;
}
.accordeonck ul li ul li a:hover:after {
    left: 27px;
    transition: left 0.3s ease-out;
}
.accordeonck ul li ul li:last-child {
    border-bottom: none
}
.accordeonck ul li ul li a {
    font-size: 14px
}
/* CART */

div.opc_menu span.opc_title,
div.opc_heading span.opc_title {
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
}
#onepage_main_div label {
    font-weight: normal
}
.inside_product_wrapper {
    padding-bottom: 15px;
    padding-top: 10px;
}
#vmMainPageOPC #basket_container a.deletebtn:hover {
    text-decoration: none
}
/* OTHER */

.pagination-wrap {
    overflow: hidden;
}
#system-message-container,
span.opc_price_general {
    display: none
}
span.PricesalesPrice:before {
    content: 'от';
    margin-right: 5px;
}

input[type="checkbox"].inputbox{
	width: auto;
	float: left;
	height: auto;
	margin: 4px 5px 0 0;
}

a.b1c{
margin-top: 5px;
display: inline-block;
border-bottom: 1px dashed;
transition: all 0.3s ease-out;
}

a:hover.b1c{
text-decoration: none;
border-bottom: 1px dashed #fff;
transition: all 0.3s ease-out;
}
/*
Update VM3
*/
 
a:focus {
    outline: 0 !important;
}
.btn-primary:focus,
.btn-primary:active {
    color: #fff !important;
    background-color: #2aa8db;
    border-color: #2aa8db;
}
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
    color: #0385b7;
}
#login-modal .sclogin-joomla-login.vertical input#sclogin-username.input-block-level,
#login-modal .sclogin-joomla-login.vertical input#sclogin-passwd.input-block-level {
    width: 100% !important;
}
.t3-megamenu .mega-nav > li a:focus,
.t3-megamenu .dropdown-menu .mega-nav > li a:focus {
    background: none;
}
.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: 0px;
}
.flex-direction-nav .flex-prev {
    left: 0px;
}
.slider .flexslider {
    margin-bottom: 60px;
}
#email_input input[type="email"] {
    width: 100%;
}
.vm-button-correct,
.vm-button-correct:link,
.vm-button-correct:visited {
    color: #2aa8db !important;
    background-image: none;
    background-color: #ffffff;
    border-color: #2aa8db;
    font-weight: normal;
    text-transform: uppercase;
    padding: 6px 12px;
    margin-top: 10px;
    font-size: 14px;
    transition: all 0.3s ease-out;
}
.vm-button-correct:hover {
    color: #fff !important;
    background-color: #2aa8db;
    border-color: #2aa8db;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
}
#com-form-login h2 {
    font-size: 14px;
}
#com-form-login-username,
#com-form-login-password {
    width: 100%;
}
#com-form-login-remember {
    width: 170px;
}
#com-form-login-remember input[type="submit"] {
    color: #2aa8db !important;
    background-image: none;
    background-color: #ffffff;
    border: 1px solid;
    border-radius: 4px;
    border-color: #2aa8db;
    font-weight: normal;
    text-transform: uppercase;
    padding: 6px 12px;
    margin-top: 10px;
    font-size: 14px;
    float: left;
    transition: all 0.3s ease-out;
}
#com-form-login-remember input[type="submit"]:hover {
    color: #fff !important;
    background-color: #2aa8db;
    border-color: #2aa8db;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
}
#adminForm .buttonBar-right {
    text-align: left;
    margin: 30px 0 15px 0;
}
.category-view h2 a {
    white-space: normal;
    max-width: 90%;
}
.category-image {
    display: table;
    height: 190px;
    padding: 10px 15px 10px 15px;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
    width: 100%;
}
.category-image a {
    display: table-cell;
    vertical-align: middle;
    box-sizing: content-box;
}
.header-search input.button {
    height: auto !important;
}
.header-search input.button:active,
.header-search input.button:focus {
    outline: 0;
}
.nav > li > a:focus {
    background: none;
}
.slider .flex-direction-nav .flex-prev {
    left: 0px;
}
.slider .flex-direction-nav .flex-next {
    right: 0;
}
.category-view h2 a {
    white-space: normal;
    max-width: 90%;
}
.productdetails-view span.addtocart-button {
    float: none;
}
.productdetails-view .main-image {
    border: 1px solid #f0f0f0;
    padding: 10px;
    height: 330px;
    display: table;
}
.productdetails-view .main-image a {
    display: table-cell;
    width: 100%;
    height: 330px;
    vertical-align: middle;
    box-sizing: content-box;
}
.productdetails-view .main-image img {
    max-height: 95%;
    max-width: 95%;
}
.additional-images div {
    border: 1px solid #f0f0f0;
    height: 100px;
    width: 100px;
    padding: 7px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 80px;
}
.additional-images img {
    margin-right: 0;
    max-width: 100%;
    width: auto;
    max-height: 100%;
}
#fancybox-title {
    display: none !important;
}
#fancybox-img {
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 100%;
}
#fancybox-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#fancybox-wrap {
    left: 32% !important;
}
div.flexible-main-image img {
    max-height: 95% !important;
    max-width: 95% !important;
}
body .flexibleZoomContainer .flexibleZoomLens {
    cursor: pointer !important;
}
.fancybox2-outer .fancybox2-nav span {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 38px;
    margin-top: -19px;
    cursor: pointer;
    z-index: 8040;
}
.fancybox2-outer .fancybox2-next span {
    right: -10px;
    background-position: 0 -74px;
}
.fancybox2-outer .fancybox2-prev span {
    left: -10px;
    background-position: 0 -28px;
}
.fancybox2-skin .fancybox2-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 8040;
}
.spacer-buy-area .addtocart-area {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.addtocart-area+a {
    margin-bottom: 25px;
}
.productdetails-view .product-short-description {
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
}
.vm-button-correct, 
.vm-button-correct:link, 
.vm-button-correct:visited{
	letter-spacing: normal;
}

.cat-home{
    width: 20%;
    float: left;
    padding: 0 15px;
}
.cat-home .category-image{
    height: 140px;
}
.cat-home .category-image a{
    height: auto;
}
@media (min-width: 768px) and (max-width: 991px){
    .cat-home{
        width: 33%;
    }
}
@media (max-width: 767px){
    .cat-home{
        width: 50%;
    }
}

.category-image{
    display: block;
    position: relative;
}
.category-image a{
    display: block;
    height: auto;
}
.category-image img{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
}
