#body{
    overflow-y: scroll;
}

.main-navbar-top > li > a {
    transition: color .3s;
}

.btn:hover {
    opacity:0.8;
}


img {font-size:6px;}

.product-sklad-list-block {
    text-align: left;
    font-size: 12px;
    color: #a9aeb4;
    display: block;
}

.outStock {
    text-align: left;
    font-size: 11px;
    color: #a9aeb4;
    display: block;
}


.panel-body .bootstrap-select .dropdown-toggle:focus {
outline: none!important;
}
/* Fonts Style Start */
  @font-face {
    font-family: 'icomoons';
    src:  url('fonts/icomoons.eot?aofqnk');
    src:  url('fonts/icomoons.eot?aofqnk#iefix') format('embedded-opentype'),
      url('fonts/icomoons.ttf?aofqnk') format('truetype'),
      url('fonts/icomoons.woff?aofqnk') format('woff'),
      url('fonts/icomoons.svg?aofqnk#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  [class^="icons-"], [class*=" icons-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .icons-cart:before {
    content: "\e900";
  }
  .icons-compare:before {
    content: "\e901";
  }
  .icons-search:before {
    content: "\e902";
  }
  .icons-user:before {
    content: "\e903";
  }
  .icons-view:before {
    content: "\e904";
  }
  .icons-wishlist:before {
    content: "\e905";
  }
    @font-face {
        font-family: 'Roboto Bk';
        src: url('fonts/RobotoBlack/Roboto-Black.eot');
        src: url('fonts/RobotoBlack/Roboto-Black.eot?#iefix') format('embedded-opentype'),
            url('fonts/RobotoBlack/Roboto-Black.woff2') format('woff2'),
            url('fonts/RobotoBlack/Roboto-Black.woff') format('woff'),
            url('fonts/RobotoBlack/Roboto-Black.ttf') format('truetype'),
            url('fonts/RobotoBlack/Roboto-Black.svg#Roboto-Black') format('svg');
        font-weight: 900;
        font-style: normal;
    }
    @font-face {
            font-family: "RobotoRegular";
            src: url("fonts/RobotoRegular/RobotoRegular.eot");
            src: url("fonts/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
            url("fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
            url("fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
            font-style: normal;
            font-weight: normal;
    }
    @font-face {
            font-family: "RobotoLight";
            src: url("fonts/RobotoLight/RobotoLight.eot");
            src: url("fonts/RobotoLight/RobotoLight.eot?#iefix")format("embedded-opentype"),
            url("fonts/RobotoLight/RobotoLight.woff") format("woff"),
            url("fonts/RobotoLight/RobotoLight.ttf") format("truetype");
            font-style: normal;
            font-weight: normal;
    }
    @font-face {
            font-family: "RobotoMedium";
            src: url("fonts/RobotoMedium/RobotoMedium.eot");
            src: url("fonts/RobotoMedium/RobotoMedium.eot?#iefix")format("embedded-opentype"),
            url("fonts/RobotoMedium/RobotoMedium.woff") format("woff"),
            url("fonts/RobotoMedium/RobotoMedium.ttf") format("truetype");
            font-style: normal;
            font-weight: normal;
    }
    @font-face {
            font-family: "RobotoBold";
            src: url("fonts/RobotoBold/RobotoBold.eot");
            src: url("fonts/RobotoBold/RobotoBold.eot?#iefix")format("embedded-opentype"),
            url("fonts/RobotoBold/RobotoBold.woff") format("woff"),
            url("fonts/RobotoBold/RobotoBold.ttf") format("truetype");
            font-style: normal;
            font-weight: normal;
    }
/* Fonts Style END */
/* Standard Styles Starts */
body {
    font-family: "RobotoRegular";
    font-weight: normal;
    position: relative;
    color: #333;
    padding-bottom: 55px;
}

a, .btn, button {
    outline: none!important;
}

a{
    color: #555;
    font-family: "RobotoRegular";
}
a:hover, 
a:focus{
    -color:#1c1c1c;
    text-decoration: none;
    transition: all 0.3s;
}
a:focus{
    outline:none;
}
h1, h2, h3, h4, h5, h6{
    font-family: "RobotoRegular";
    color:#1c1c1c;
}
h1{
    font-size:38px;
}
h2{
    font-size:32px;
}
h3{
    font-size:26px;
}
h4{
    font-size:20px;
}
h5{
    font-size:18px;
}
h6{
    font-size:14px;
}

/* Header top start*/
.header-top {
    background-color: #222;
    min-height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.header-top-link, .header-top-text, .link {
    color: #bbb
}
.header-top-link {
    font-size: 15px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right: 15px;
    transition: color .3s;
}
.header-top-link i {
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}
.header-returncall-wrapper {
    padding-left: 15px;
    border-left: 1px solid #555;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right: 15px;
}
.header-returncall-wrapper > a {
    color: #bbb;
    display: inline-block;
    transition: color 0.3s;
}
.header-returncall-wrapper > a i {
    display: inline-block;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}
.header-returncall-wrapper > a:hover {
    color: #9055A2;
}
.header-top-link:hover, .header-wishlist .link:hover {
    color: #9055A2;
}
.header-company-name {
    display: inline-block;
    color: #bbb;
    border-left: 1px solid #555;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right: 15px;
}
.header-top-dropdown {
    float: right;
}
.header-top-dropdown .btn-group.bootstrap-select, .header-top-dropdown .btn.dropdown-toggle{
    background-color: #222 !important;
    border-color: #222 !important;
    outline: none !important;
    color: #bbb !important;
}
.header-top-dropdown .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}
.header-top-dropdown .btn.dropdown-toggle {
    margin-top: 3px;
}

.additional-nav-menu {
    top: 0;
    right: 0;
    position: absolute;
}
.additional-nav-menu > a {
    padding: 0 15px;
    transition: color .3s;
    color: #606975;
    font-size: 17px;
    font-weight: normal;
    text-decoration: none;
    line-height: 100px;
    text-transform: uppercase;
    letter-spacing: .05em;
    height: 100px;
    display: block;
    cursor: pointer;
    transition: color .3s;
}
.additional-nav-menu .dropdown-menu {
    margin-top: -1px !important;
    border: 1px solid #e1e7ec;
    background-color: #fff;
    box-shadow: 0 7px 22px -5px rgba(47,56,68,0.2);
    list-style-type: none;
    min-width: unset;
}
.additional-nav-menu .dropdown-menu a{
    padding: 5px 10px;
    transition: color .3s;
    color: #000;
    font-size: 14px;
    
    text-decoration: none;
    display: block;
}
.additional-nav-menu:hover > .dropdown-menu {display:block;}
.additional-nav-menu .dropdown-menu a:hover {
 
    background-color: #fff;
}
.main-navbar-top {
    margin-left: 15px;
    height: 0;
    overflow: hidden;
    width: calc(100% - 15px);
    padding-right: 46px;
}
.main-navbar-top.active {
    height: auto;
    overflow: unset;
}
.main-navbar-top > li {
    -position: unset;
}
.main-navbar-top {
    width: 100%;
    text-align: center;
}
.main-navbar-top > li {
    display: inline-block;
    float: none;
}
.main-navbar-top > li > a {
    padding: 0 15px;
    transition: color .3s;
    color: #333;
    font-size: 17px;
    font-weight: normal;
    text-decoration: none;
    line-height: 100px;
    text-transform: uppercase;
    letter-spacing: .05em;
    height: 100px;
    display: block;
    transition: color .3s;
}
.main-navbar-top > li:hover > a {
    color: #9055A2;
}
.main-navbar-top > li.active > a {
    color: #9055A2;
}
.main-navbar-list-catalog-wrapper  {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -1px !important;
    border: 1px solid #e1e7ec;
    background-color: #fff;
    box-shadow: 0 7px 22px -5px rgba(47,56,68,0.2);
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    padding: 10px 30px;
    min-width: 768px;
    list-style-type: none;
    transition: color .3s;
}
#brand-menu .main-navbar-list-catalog-wrapper{min-width:500px;}
 .aditional-link { margin-top: -1px !important;
    border: 1px solid #e1e7ec;
    background-color: #fff;
    box-shadow: 0 7px 22px -5px rgba(47,56,68,0.2); border-radius:0}
.main-navbar-list-catalog-wrapper > li {
    -padding: 25px;
    margin-bottom: 10px;
	flex: 1 0 33%;

max-width: 33%;
}
.main-navbar-list-catalog-wrapper > li > a {
    display: block;
    padding: 0 !important;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}
.main-navbar-list-catalog-wrapper > li > a:hover {
    background-color: #fff !important;
}

.main-navbar-list-catalog-hidden {
    list-style-type: none;
    padding: 0;
}
.main-navbar-list-catalog-hidden a {
    padding: 5px 0;
    transition: color .3s;
    color: #555;
    font-size: 14px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.main-navbar-list-catalog-wrapper > li a:hover {
    color: #9055A2;
}


.search-open-button {
    margin-right: 10px;
    margin-top: 36px;
    display: inline-block;
    position: relative;
    width: 30px;
    height: 29px;
    font-size: 17px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    float: right;
}
.search-open-button i {
    display: inline-block;
    text-decoration: none;
    margin-top: 5px;
}
.search-big-block {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 999;
}
.search-big-block.active {
    display: block;
}
.search-close {
    cursor: pointer;
    text-align: center;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 40px;
}
.header-search-form {
    position: relative;
    display: block;
    max-width: 700px;
    margin: auto;
    margin-top: 22%;
    padding: 20px;
}
.header-search-form input {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #aaa;
}
.header-search-form input:focus {
    box-shadow: none;
    border-color: #aaa;
}
.header-search-button {
    position: absolute;
    right: 26px;
    top: 33px;
    border: none;
    background-color: #fff;
    font-size: 16px;
}

.glyphicon-chevron-left:before ,.glyphicon-chevron-right:before {
    padding: 14px;
    font-size: 15px;
    border-radius: 50%;
    color: #555;
    background-color: #fff;
    width: 45px;
    height: 45px;
}

/* footer search*/
.form-search-footer {
    background-color: transparent;
    margin-top: 20px;
}
.form-search-footer:focus {
    border-color: #9055A2;
    box-shadow: none;
}
.footer-search-button {
    position: absolute;
    right: 19px;
    bottom: 20px;
    background-color: #111;
    border: none;
}
.footer-search-button:hover {
    color: #9055A2;
}
.brand {
    display: inline-block;
    width: 100px;
}
.top-brands {
    padding: 25px 0;
}
.top-brands .owl-dots {
    margin-bottom: 0;
    margin-top: 20px;
}
.header-text-right a  {
    margin-right: 15px;
    color: #333;
}
.header-bottom #cart {
    margin-top: 37px;
    float: right;
}
.header-bottom #cart .btn-cartlink {
    padding: 0;
    font-size: 21px;
    background: none;
    border: none;
    box-shadow: none;
}
.header-bottom #cart .btn-cartlink i:before {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    display: inline-block;
}
.product-cart td {
    padding: 10px;
}
.product-cart img{max-width:50px!important; max-height:50px!important}
#visualcart_content {
    width: 370px;
    vertical-align: middle;
    z-index: 1001;
	border-radius:0
}
#visualcart_content .text-center-button {
    text-align: center;
    margin-top: 20px;
    margin-left: 30px;
}
#visualcart_content .text-center-button a {
    color: #fff;
    padding: 10px 20px;
    background-color: #9055A2;
    border-color: #9055A2;
    border-radius: 50px;
}
.product-cart {
    height: 80px;
    border-bottom: 1px solid #ccc;
}
.product-cart-menu .text-left {
    padding: 10px;
    padding-right: 0;
}
.product-cart-menu .text-center a {
    font-weight: 800;
    font-size: 15px;
    color: #333;
}
.product-cart-menu .text-right {
    color: #9055A2;
    font-size: 16px;
    font-weight: bold;
}
.product-cart-menu .text-left, .text-center, .text-right {
    vertical-align: middle;
}

.header-bottom btn-group  {
    position: relative;
}
.cart-number {
    background-color: #9055A2;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    right: -12px;
    width: 20px;
    cursor: pointer;
}
.header-account {
    float: right;
    display: block;
}
.header-account .nav-user-fix{
    display: none;
}
.account-dropdown {
    padding: 0;
    margin-top: 35px;
}
.user-dropdown > .dropdown-menu {
    box-shadow: 0 7px 22px -5px rgba(47,56,68,0.2);
    border: 1px solid #e1e7ec;
}
.header-account .account-dropdown > li.nav-link {
    display: none;
}
.account-dropdown > li {
    display: inline-block;
}
.account-dropdown > li > a {
    color: #333;
    font-size: 17px;
    margin-top: 4px;
    display: block;
}
.account-dropdown .dropdown-menu a{
    display: block;
    margin-right: 0;
}
#logo{
    height: 100px;
    line-height: 99px;
    text-align: center;
    float: left;
}
#logo img.img-responsive {
    -margin-top:18px;
    margin-left:auto;
    margin-right:auto;
    position: relative;
    z-index: 3;
    display: inline-block;
    max-height: 100px !important;
    max-width: 196px !important;
}
.page-header {
    border-bottom: none;
    padding-bottom: 0px;
    margin-top: 38px;
    font-weight: 800;
    font-size:30px;
    text-align:center;
    text-transform:uppercase;
    margin-bottom: 50px;
}
.products-list{
    margin-bottom:15px;
}
 .product-head > a {
    color: inherit;
 }

.product-block-wrapper .product-block {
    margin-bottom: 30px;
    padding: 0 5px;
}
.product-block-wrapper:not(.product-col-1) .product-block-img {
    background: transparent !important;
    height: 277px;
    text-align: center;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
.product-block-wrapper.product-col-1 .product-block-img {
    background: transparent !important;
    height: 200px;
    text-align: center;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
.product-block-wrapper .product-block-img > a {
    height: 257px;
    line-height: 266px;
    display: block;
    overflow: hidden;
    text-align: center;
}
.price-old {
    color: #868e96;
    font-size: 13px;
}
 span.price-old span{
  
	text-decoration: none!important;
}
span.price-old {display:inline-block; position:relative;}
span.price-old:after{display:block; height:1px; width:100%; background-color: #868e96; left:0; right:0; top:51%; content:''; position:absolute;}

.tabpanel-wrapper {
    margin-top: 15px;
}
.product-block-wrapper .product-block-button {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -65px;
    margin-left: -88px;
    width: 190px;
}
.product-block-wrapper .product-block-top:hover .product-block-img  {
    opacity: 0.2;
    transition: all 0.5s;
}
.product-block-wrapper .product-block-top:hover .product-block-button {
    display: block;
}
.product-block-wrapper .product-block-button button {
    background-color: #fff !important;
    border: 1px solid #ddd;
    color: #777;
    outline: none !important;
    margin-left: 2px;
    margin-right: 2px;    
}
.product-block-button .btn.btn-cart {
    background-color: #fff !important;
    border: 1px solid #ddd;
    color: #777;
    outline: none !important;
}
.product-block-wrapper .product-block-button button:hover,
.product-block-button .btn.btn-cart:hover {
    border: 1px solid #9055A2;
    color: #9055A2;
}
.product-block-wrapper .product-block-img img {
    max-width: 100%;
    max-height: 100%;
}
.product-block-wrapper .product-block-name {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
}
.product-block-wrapper .product-block-name > a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
    font-family: "Roboto Bk";
}
.product-block-wrapper .product-block-name > a:hover {
    color: #9055A2;
}
.product-block-wrapper .product-block-price {
    margin-top: 0;
    margin-bottom: 10px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.product-block-wrapper .product-block-price .price-new {
    padding-right: 15px;
}

/*mini news*/
.caption a {
    color: #333;
    font-weight: 800;
    transition: color 0.3s.
}
.caption p {
    margin-top: 25px;
    color: #777;
    font-size: 16px;
}
.caption a:hover {
    color: #9055A2;
}
.side-heading {
    color: inherit;
    font-weight: 800;
    font-size: 20px;
}
.sidebar-nav ul {
    padding: 0;
    margin-left: 20px;
}
.sidebar-nav li {
    padding: 0px;
    list-style-type: none;
}
.sidebar-nav > li a {
    color: #333;
    text-decoration: none;
    margin: 10px 0;
    padding: 6px 20px;
    border-radius: 50px;
    display: block;
    transition: all 0.3s;
    font-size: 16px;
}
.sidebar-nav ul li:hover a{
  
    color: #fff;
}
.sidebar-nav > li ul a {
    text-decoration: none;
    padding: 5px 0;
    font-size: 15px;
    color: #656565;
    font-weight: 300;
    margin: 0;
    padding: 5px 20px;
    display: block;
    border-radius: 30px;
}
.product-name {
    font-weight: bold;
    margin-bottom: 30px;
}
.product-name a {
	transition: color 0.3s;
}
.product-name a:hover {
    color: #9055A2;
}
.product-page-price {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #9055A2;
}
.prodict-page-description {
    margin-top: 20px;
    font-size: 16px;
    color: #777;
}
.product-art {
	margin-bottom: 10px;
	display: block;
}
.product-page-raiting {
    display: inline-block;
    float: right;
    margin-top: 4px;
}
.product-page-raiting.rating i {
    color: #9055A2;
    padding-right: 3px;
    font-size: 16px;
}
.product-page-button:after,.tab-content>.tab-pane:after {
    content: "";
    display: table;
    clear: both;
}
.tab-content>.active {
	margin-bottom: 10px;
}
.tab-content .btn {
	outline: none;
	border: none;
}
.product-page-button .addToCartFull {
    background-color: #9055A2;
    color: #fff;
    display: inline-block;
    height: 44px;
    padding: 0 40px;
    border-radius: 22px;
    outline: none !important;
    font-size: 16px;
    text-transform: uppercase;
}
.product-page-button .addToCartFull i {
    display: inline-block;
    margin-right: 4px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.compare-list-button-wrapper .addToWishList, .compare-list-button-wrapper .addToNotice {
    background-color: #fff;
    color: #666;
    display: inline-block;
    height: 44px;
    padding: 0 40px;
    border-radius: 25px;
    border: solid 1px #777;
    outline: none !important;
    font-size: 16px;
    text-transform: uppercase;
}
.compare-list-button-wrapper .addToNotice {line-height:40px}
.compare-list-button-wrapper .addToWishList:hover, .compare-list-button-wrapper .addToNotice:hover {
    border: solid 1px #9055A2;
    color: #9055A2;
}
.product-page-secondary-button {
	margin-top: 10px;
}
.product-page-secondary-button .btn-cart {
	background-color: #fff;
    color: #fff;
    display: inline-block;
    height: 44px;
    padding: 0 40px;
    border-radius: 25px;
    border: solid 1px #777;
    outline: none !important;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 44px;
    margin-right: 4px;
    margin-bottom: 5px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #9055A2;
    border: 1px solid transparent;
    font-size: 16px;
    border-bottom: 1px solid #9055A2;
    cursor: pointer;
}
.nav-tabs>li>a {
    font-size: 16px;
}
.nav-tabs>li>a:hover {
    color: #9055A2;
    border: 1px solid transparent;
    border-bottom: 1px solid #9055A2;
    transition: color,border .3s;
}
.tab-content {
    color: #666;
    font-weight: 400;
    font-size: 16px;
    padding: 20px 0;
}

.product-page-input-number {
    display: block;
    margin-bottom: 28px;
    margin-right: 10px;
}

.product-page-option-wrapper {
    display: block;
}

.sidebar-nav > li.active > a {
  
    color: #fff;
}
.sidebar-nav > li > ul > li.active {
    background-color: #333;
    border-radius: 30px;
}
.sidebar-nav > li > ul > li.active a {
    color: #fff;
}
.catalog-name-list:hover {
    color: #fff;
    background-color: #222;
}
.breadcrumbs-wrapper {
    padding: 36px 0;
    margin-bottom: 10px;
}
.breadcrumbs-wrapper .breadcrumb {
    float: right;
    border: none;
    margin-bottom: 0;
    background: none;
    text-align: right;
    padding-left: 0;
    padding-right: 0;
}
.product-block-wrapper.product-col-1,
.template-product-list.products-list .product-block-wrapper.product-col-1 {
    margin-bottom: 0px;
    padding: 0;
    border-bottom: 1px solid #e1e7ec;
    border-radius: 0px;
}
.product-block-wrapper.product-col-1 .product-block {
    display: table;
    width: 100%;
    margin: 0;
    border: none;
    padding: 0;
}
.product-block-wrapper.product-col-1 .product-block-top,
.product-block-wrapper.product-col-1 .product-block-bottom {
    display: table-cell;
    vertical-align: top;
}
.product-block-wrapper.product-col-1 .product-block-top {
    vertical-align: middle;
}
.product-block-wrapper.product-col-1 .product-block-bottom {
    padding: 20px 22px;
}
.product-block-wrapper.product-col-1 .product-block-top {
    width: 200px;
   
}
.product-block-wrapper.product-col-1 .product-block-img-link {
    margin-bottom: 0;
}
.product-block-wrapper.product-col-1 .product-block-name,
.product-block-wrapper.product-col-1 .product-block-price,
.product-block-wrapper.product-col-1 .product-block-button {
    text-align: left;
}
.product-block-wrapper.product-col-1 .product-block-img-link {
 max-height:100%;
    line-height: normal;
}
.product-block-wrapper.product-col-1 .product-block-img-link  img{max-width:80%}
.product-block-wrapper.product-col-1 .product-block-button {
    border-top: 1px solid #e1e7ec;
    padding-bottom: 0;
}
.product-block-wrapper.product-col-1 .product-block-top:hover .product-block-img  {
    opacity: 1;
}
.product-block-wrapper.product-col-1 .product-block-button {
    display: block;
}
.product-block-button-col-1 {margin-top:15px}
.product-block-wrapper .product-block-button-col-1 button {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #777;
}
.product-block-wrapper .product-block-button-col-1 button:hover {
    border: 1px solid #9055A2;
    color: #9055A2;
}
.product-block-wrapper .prodict-block-description {
    color: #777;
}
.nav-bar-menu-header {
    background-color: #fff;
}
.navbar-header-menu {
    border: none!important;
}
/* Breadcrumb Styles Starts */
.breadcrumb:after {
    content: "";
    display: table;
    clear: both;
}
.breadcrumb li{
    padding-right:5px;
    color: #333;
    line-height: normal;
    margin-bottom: 0px;
    display: inline-block;
    -float: left;
    margin-left: 5px;
    padding: 0;
}
.breadcrumb > li + li:before{
    padding-right:10px;
    color: #868e96;
    content: "/";
}
.breadcrumb li,
.breadcrumb li a{
    color: #333;
    font-size: 14px;
}
.breadcrumb li b {
    font-size: 14px;
    color: #868e96;
    font-weight: normal;
}
.breadcrumb li a:hover {
    color: #633b70;
}
.breadcrumb li.active{
    color: #868e96;
}
.breadcrumbs-wrapper {
    background-color: #f5f5f5;
}
.shop-page-main-title {
    margin: 0;
    -float: left;
    font-size: 3.5rem;
    font-weight: bold;
    color: #212529;
    margin-bottom: .5rem;
}
.catalog-table-wrapper {
    margin-top: 0;
}

.catalog-table-block {
    height: auto;
   position:relative;
    overflow: hidden;
	transition:all 0.3s;
}
 .catalog-table-block:hover{box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);}

.catalog-img{ 
width: 100%;
display: flex;
align-items: flex-end;
justify-content: center;
height: 130px;
}
.catalog-img img{max-width:100%; max-height:100%;}

.catalog-table-block.fix {
    margin-top: 10px;
    margin-bottom: 10px;
}
.catalog-table-block img {
    max-width: 100%;
    max-height: 100%;
}
.catalog-table-link {
    display: block;
    color: #333;
    text-decoration: none;
    margin-bottom: 15px;
}

.catalog-table-block-name {
width: calc(100% - 35px);
padding-left: 15px;
text-align: center;
font-size: 20px;
font-weight: 800px;
font-family: "Roboto Bk";
}


section.new-arrivals {
    background-color: #fdfcfc;
}
.owl-nav {
    display: none;
}
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    margin: 0 5px !important;
    background: #ddd !important;
}
.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.owl-dots .owl-dot.active span {
    background: #9055A2 !important;
}
.owl-dots {
    text-align: center;
    margin-bottom: 20px;
}
.main-page-banner, .shop-page-banner {
    text-align: center;
}
.main-page-banner p, .shop-page-banner p {
    margin-bottom: 0;
}
.main-page-banner img, .shop-page-banner img {
    max-width: 100%;
    height: auto;
}
.title-fix {
    display: inline-block;
    float: left;
}
.title-fix:after {
    content: "";
    display: table;
    clear: both;
}
.product-block-wrapper .product-block-name {
    text-align: left;
    text-transform: uppercase;
}
.product-block-wrapper .product-block-price {
    text-align: left;
}
.main-page-news {
    background-color: #f5f5f5;
    padding: 0px 0 50px 0;
}
.main-page-news .page-header {
    margin-bottom: 30px;
}
.page-header a {
    transition: color 0.3s;
}
.page-header a:hover {
    color: #9055A2;
}
.shop-description {
    text-align: center;
}
.shop-description .description-text.active {
    max-height: 9999px;
}
.shop-description .description-text {
    max-height: 190px;
    overflow: hidden;
    text-align: left;
}
.shop-description > .feather {
    font-size: 40px;
    cursor: pointer;
}
.brands-slider.shop-page {
	padding-top: 15px;
}
.parrent-wrapper {
    margin-bottom: 10px;
}
.header-wishlist {
    float: right;
    margin-top: 10px;
    padding-right: 0px;
}
.header-wishlist .icons-wishlist {
    display: none;
}
.header-wishlist a {
    transition: color 0.3s;
}
.header-wishlist a:first-child {
    border-right: 1px solid #555;
    margin-right: 5px;
    padding-right: 3px;
}
.header-wishlist a:hover {
    color: #9055A2;
}
#nav-catalog-dropdown-link {
    cursor: pointer;
}
.fastView, .btn-cart {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #777;
    outline: none !important;
    transition: all 0.3s;
}
.fastView:hover {
    border: 1px solid #9055A2;
    color: #9055A2;
}
.catalog-description-text {
    color: #868e96!important;
    font-size: 1.25rem;
    font-weight: 300;
}
.btn-main {
    color: #fff;
}
.product-page-main-block {
    margin-top: 30px;
}
.form-horizontal .btn.btn-main {
    margin-right: 5px;
}
.btn-main {
    border: none;
    outline: none;
    margin-right: 5px;
}
a.read-more {
    color: #9055A2;
}
a.read-more i {
    margin-left: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
a.read-more:hover {
    color: #633b70;
}
a.read-more:hover i {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
}
#filter-selection-well, .product-filter.fix {
    border-bottom: 2px solid #333;
    margin-bottom: 15px;
}
.sticker-section {
    background: #f5f5f5;
    color: #fff;
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.sticker-bg {
	height: 0;
	overflow: hidden;
}
.sticker-border {
    border-right: 1px solid #555;
}
.sticker-block:after {
    content: "";
    display: table;
    clear: both;
}
.sticker-block .icon {
    margin-right: 20px;
    font-size: 2em;
    float: left;
}
.sticker-block h6 {
    color: #000;
    font-weight: bold;
    margin-bottom: 0;
    transition: color 0.3s;
}
.sticker-block span {
    font-weight: 300;
    color: #000;
    font-size: 0.9em;
}

.sticker-block {
	transition: color 0.3s;
	color: #000;
}
.sticker-block:hover,
.sticker-block:hover h6 {
    color: #9055A2;
}
.product-img-modal img {
    max-width: 100%;
}

.sale-icon-content > span {
    position: absolute;
    top: 20px;
    left: 3px;
    z-index: 1;
    padding: 0px 5px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    font-size: 11px;
    line-height: 20px;
}
.product-block-top .sale-icon-content > span {
    display: none;
}
.template-product-list.products-list .product-block-top .sale-icon-content > span,
.product-info-box .product-block-top .sale-icon-content > span {
    display: block;
    left: -2px;
}
.sale-icon-content > span:nth-child(2) {
    top: 45px;
}
.sale-icon-content > span:first-child {
    top: 20px;
}
.sale-icon-content > span:nth-child(3) {
    top: 70px;
}
.sale-icon-content > span:nth-child(4) {
    top: 95px;
	
}
.sale-icon-content > span:not(.promo-icon):before {
    content: '';
    border-left: 12px solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
    bottom: -14px;
    left: 0;
}
.sale-icon-content > span.promo-icon:before {
    content: '';
    border-right: 12px solid transparent;
    border-left: 0 solid transparent;
    position: absolute;
    bottom: -14px;
    right: 0;
}
.sale-label {
    background: #ff9800;
}
.new-label {
    background: #8bc34a;    
}
.promo-icon {
    background: #9055a2;    
}
.promo-icon p{margin-bottom:0}

.hit-icon.label{
 background: #f43d8e;    
text-transform:uppercase;
font-size:12px;
padding: 0px 5px;
border-radius:0;
line-height:20px;
}
.promo-icon {text-transform:uppercase;
font-size:11px;
padding: 5px 15px;border-radius:0;
line-height:20px;}


.product-img-modal .bx-pager{
    display: none;
}
.product-img-modal {
    background-color: rgba(245,245,245,0.9);
}
.vendorenabled {
    width: unset !important;
    float: left;
}
.vendorenabled > tbody > tr td {
    padding: 15px;
}
.vendorenabled > tbody > tr:nth-child(2n){
    background-color: #fafafa;
}
.vendorenabled > tbody > tr > td:first-child {
    padding-right: 20px;
    color: #666;
    font-weight: bold;
}
.vendorenabled > tbody > tr > td:first-child {
    color: #656565;
    font-weight: normal;
}
.product-page-foto-wrapper {
    background-color: rgba(245,245,245,0.9);
}
.product-page-social {
    text-align: center;
    padding: 30px 0;
    background-color: #f5f5f5;
}
.product-page-social strong {
    padding-right: 15px;
}
.product-page-social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid #bbb;
    color: #777;
    font-size: 15px;
    margin-right: 5px;
    transition: all 0.3s;
}
.product-page-social a:hover {
    color: #fff;
    background: #9055A2;
    border-color: #9055A2;
}















/* Slider Section Styles Starts */

.slider{
    -padding-top:40px;
    -padding-bottom:40px;
    -background:url(./images/slider-bg.jpg) no-repeat center;
}
.top-col-banners ul > li{
    margin-top:40px;
}

/* Three Column Banner Styles Starts */

.col3-banners{
    margin-bottom:20px;
}
/* Two Column Banner Styles Starts */

.col2-banners{
    margin-bottom:20px;
}

/* Shopping Cart Page Styles Starts */


/* Compare Page Styles Starts */

.compare-table{
    margin-top:30px;
    text-transform:uppercase;
}
.compare-table .table{
    background:#fff;
}
.compare-table thead{
    background:#f9f9f9;
}
.compare-table thead > tr > td{
    font-size:15px;
    font-weight:600;
    border-bottom:none;
}
.compare-table tbody > tr > td{
    font-size:14px;
}
.compare-table tbody > tr > td a:hover{
    color:#252a2f;
}
.compare-table td{
    text-align:center;
}
.compare-table .rating .fa-star{
    color:#28a7c2;
}

/* Login & Registration Section Styles Starts */

.login-area{
    padding-top:30px
}
.registration-area{
    padding-top:0px;
}
.registration-area:after {
    content: "";
    display: table;
    clear: both;
}
.panel-smart{
    font-size: 16px;
    color: #333;
    background:#fff;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.panel-smart .panel-heading{
    padding:5px 0 15px 0;
    color:#252a2f;
    border-bottom:1px solid #929497;
}
.panel-smart h3.panel-title{
    font-size:24px;
}
.panel-smart .panel-body{
    padding:20px 0 0;
}
.registration-area .inner{
    margin-top:30px;
    margin-bottom:20px;
}
.registration-area .control-label{
    color:#8b8b8b;
    font-weight:600;
}
.registration-area .form-control, .registration-area .btn{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.registration-area .dl-horizontal{
}
.registration-area .dl-horizontal dt{
    font-weight:normal;
}
.registration-area .dl-horizontal dd{
    font-weight:bold;
}
.registration-area .dl-horizontal dt, .registration-area .dl-horizontal dd{
    margin-bottom:5px;
}
.registration-area .dl-horizontal.total{
    color:#28a7c2;
    font-size:18px;
}
.registration-area .dl-horizontal.total dt, 
.registration-area .dl-horizontal.total dd{
    margin-bottom:0;
}

/* Main Container Styles Starts */		

.main-container{
    margin-bottom:25px;
}

/* Category Intro Content Styles Starts */

.cat-intro{
    padding-top:10px;
}
.cat-intro .img-thumbnail{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.cat-intro .cat-body{
    color:#8b8b8b;
    font-size:13px;
    padding-left:5px;
    text-align:justify;
}

/* Product Filter Styles Starts */
.big-filter-wrapper {
    padding-top: 5px;
    -border-top: 2px solid #333;
    position: relative;
}
#faset-filter {
    position: relative;
}
.faset-filter-block-wrapper {
    float: left;
    position: relative;
    margin-bottom: 10px;
}
.faset-filter-block-wrapper > div {
    display: none;
    top: 100%;
    left: 0;
    position: absolute;
    background-color: #fff;
    border: 1px solid #cbcbcb;
    box-shadow: 0 1px 8px rgba(0,0,0,.25);
    z-index: 2;
    margin-top: -1px;
}
.faset-filter-block-wrapper.active > div {
    display: block;
}
.product-filter{
    margin:0;
    padding:0;
    border:none;
}
.product-filter:after {
    content: "";
    display: table;
    clear: both;
}
.product-filter .display{
    padding-top:5px;
}
.product-filter .display a,
.product-filter .display label{
    color:#848282;
    font-size:18px;
    margin-right:6px;
    margin-bottom: 7px;
}
.product-filter .display a.active,
.product-filter .display label.active {
    color:#333333;
    text-decoration: none;
}
.product-filter .control-label{
    padding-top:5px;
    font-size:14px !important;
    font-weight:normal;
}
.product-filter .form-control{
    height:30px;
    padding:3px 6px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}

/* Product Page Styles Starts */

.product-info{
    padding-top:10px;
}
.product-info.product-page-wrapper {
    padding-top: 0;
}
.product-info .images-block{
}
.product-info .images-block .thumbnail{
    padding:10px;
}
.product-info.full .images-block .list-inline{
    margin-left:-5px;
}
.product-info.full .images-block .list-inline li{
    padding-left:5px;
    padding-right:5px;
}
.product-info .images-block .list-inline{
    margin-left:-2px;
}
.product-info .images-block .list-inline li{
    padding-left:2px;
    padding-right:2px;
}
.product-info .images-block .list-inline .thumbnail{
    padding:5px;
}
.product-info .product-details{
}
.product-info .product-details h2,
.product-info .product-details h1{
    margin-top:0;
    font-size:24px;
}
.product-info .product-details h3{
    font-size:22px;
}
.product-info .product-details h2, .product-info .product-details h3, .product-info .product-details h1{
    text-transform:uppercase;
}
.product-info .product-details .manufacturer{
    color:#3bc6e4;
    text-transform:uppercase;
}
.product-info .product-details .manufacturer span{
    -min-width:130px;
    display:inline-block;
    color:#452e11;
}
.product-info .product-details .price{
}
.product-info .product-details .price-head{
    padding-right:10px;
    font-size:24px;
    color:#452e11;
    text-transform:uppercase;
}
.product-info .product-details .price-tax{
    padding-top:5px;
    font-size:14px;
    color:#452e11;
    text-transform:uppercase;
}
.product-info .product-details .price-new{
    color:#3bc6e4;
    font-size:24px;
    padding-right:5px;
}
.product-info .product-details .options{
}
.product-info .product-details .options h3{
    margin-bottom:20px;
}
.product-info .product-details .options h6{
    font-weight:700;
}
.product-info .product-details .cart-button{
}
.product-info .product-details .cart-button .btn{
    min-width: 145px;
    outline: none;
}
.product-info .product-details .btn-wishlist, 
.product-info .product-details .btn-compare{
    font-size:18px;
    color:#1c1c1c;
    background:none;
    margin-left:3px;
}
.product-info .product-details .btn-wishlist:hover, 
.product-info .product-details .btn-wishlist:focus, 
.product-info .product-details .btn-compare:hover, 
.product-info .product-details .btn-compare:focus{
    color:#35b1ce;
    outline: none;
}

.product-info .product-details .btn-cart .fa-shopping-cart{
    font-size:17px;
    margin-right:5px;
}

.product-info-box{
    padding-top:10px;
}
.product-info-box + .product-info-box{
    padding-top:15px;
}
.product-info-box .heading{
    padding:12px 20px;
    font-size:18px;
    color:#555;
    -background:#3bc6e4;
    margin-bottom: 10px;
    margin-top: 0px;
}
.product-info-box .heading.odnotiptitle {
    font-size: 2.5rem;
    font-weight: bold;
    color: #212529;
    margin-bottom: .5rem;
    font-family: "Roboto Bk";
    text-align: center;
    text-transform: uppercase;
}
.product-info-box .content{
    background:none;
    border:none;
}

/* Reviews Styles Starts */
.btn-show-comment-add-block {
    float: none;
    margin-top: 10px;
}

/* Tabs Styles Starts */

.tabs-panel{
    margin-top:30px;
}
.tabs-panel.panel-smart{
    padding:0;
    background:none;
    border:none;
}
.tabs-panel .nav-tabs{
    font-size:16px;
    border-bottom:1px solid #3bc6e4;
}
.tabs-panel .nav-tabs > li{
    margin-bottom:0;
    margin-right:5px;
}
.tabs-panel .nav-tabs > li > a{
    color:#452e11;
    margin:0; 
}
.tabs-panel .nav-tabs > li > a, 
.tabs-panel .btn, 
.tabs-panel .form-control{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.tabs-panel .nav-tabs > li.active > a, 
.tabs-panel .nav-tabs > li.active > a:hover, 
.tabs-panel .nav-tabs > li.active > a:focus, 
.tabs-panel .nav > li > a:hover, 
.tabs-panel .nav > li > a:focus{
    background:none;
}
.tabs-panel .nav-tabs > li > a, 
.tabs-panel .nav-tabs > li.active > a, 
.tabs-panel .nav-tabs > li.active > a:hover, 
.tabs-panel .nav-tabs > li.active > a:focus, 
.tabs-panel .nav-tabs > li > a:hover{
    border:none;
}
.tabs-panel .nav-tabs > li.active, 
.tabs-panel .nav-tabs > li.active > a, 
.tabs-panel .nav-tabs > li > a:hover{
    background:#3bc6e4;
    color:#fff;
    -webkit-border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0;
}
.tabs-panel .tab-content{
    padding:20px 0;
}
.tabs-panel .tab-content .table{
    background:#fff;
}
.tabs-panel label.control-label{
    text-transform:uppercase;
    font-weight:normal;
}
.tabs-panel label.control-label.ratings{
    padding-top:1px;
}
.tabs-panel .btn{
    margin-left:-10px;
}

/* Pagination Styles Starts */

.pagination{
    margin:0; 
}
.pagination > li > a{
    color:#444c53;
    margin-left: 6px;
}
.pagination > li:first-child > a, 
.pagination > li:first-child > span,
.pagination > li:last-child > a, 
.pagination > li:last-child > span{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus{
    background:#9055A2;
    border-color:#ddd;
}
.results{
    padding-top:10px;
    text-align:right;
}

/* Page Content Styles Starts */

.page-box{
    color:#8b8b8b;
    font-size:13px;
    margin-bottom:40px;
}
.page-box h3{
    margin:0;
    font-size:24px;
    color:#252a2f;
}
.page-box h3, .page-box h4{
    text-transform:uppercase;		
}
.page-box h4{
    margin:5px 0 15px;
    color:#28a7c2;
    font-size:18px;
}
.page-box .sm-links{
    margin-bottom:20px;
}
.page-box .sm-links li{
    background:#1c1c1c;
    width:34px;
    text-align:center;
    padding:5px 0 4px;
    margin:0 0 0 4px;
}
.page-box .sm-links li:hover, 
.page-box .sm-links li:focus{
    background:#28a7c2;
}
.page-box .sm-links li a .fa{
    color:#fff;
    font-size:24px;
}

/* Content Box Styles Starts */

.content-box{
    margin-top:20px;
    padding:0;
}
.content-box .special-heading{
    font-size:100px;
    color:#3bc6e4;
    margin-top:0;
    margin-bottom:30px;
}

/* Map Wrapper Styles Starts */

#map-wrapper{
    border:1px solid #feffff;
    margin:20px 0;
    height:250px;
}

/* Sidebar Styles Stars */


/* Blockquote Styles Starts */

.panel-smart blockquote{
    margin:0;
    padding:5px 15px;
    color:#8b8b8b;
    font-size:13px;
    border:none;
}
.panel-smart blockquote footer{
    padding-top:10px;
    color:#252a2f;
    font-size:14px;
}

/* Contact Details Box Styles Starts */

.contact-details li + li{
    margin-top:20px;
}
.contact-details li .fa{
    color:#3bc6e4;
    padding:5px 10px 0 0;
    font-size:18px;
}

/* Footer Links Styles Starts */
#footer-field {
    background-color: #111;
}

.footer-link{
    padding:30px 0 40px;
}
.footer-link h5{
    text-transform:uppercase;
    margin-bottom:20px;
}
.footer-link ul{
    list-style:none;
    margin:0;
    padding:0;
}
.footer-link li{
    padding:0px 0;
    color: #999;
}
.footer-link, 
.footer-link li, 
.footer-link li a, 
.footer-link h4, 
.footer-link h5{    
    font-weight:500;
    line-height: 30px;
    color: #999;
    font-size: 16px;
    transition: color 0.3s;
}
.footer-link li a {
    margin-right: 0px;
    transition: color 0.3s;
}

.footer-link h5 {
    color: #fff;
}
.footer-link li a:hover {
    color:#9055A2;
    text-decoration: none;
}
.footer-link .last h4.lead{
    font-size:24px;
    margin-bottom:0;
}
.footer-link .last h4.lead span{
}
.footer-link a, .header-links a {
    color: #999;
}
/* Copyright Styles Starts */

.copyright{
    background:#0e0e0e;
    padding:18px 0 8px;
}
.copyright, 
.copyright a{
    color:#888;
}
.copyright p{
    padding-top:4px;
}


/*footer social links*/
.list-inline-item:not(:last-child) {
    margin-right: 15px;
}
.footer-link ul.social-menu a {

    color: transparent;

}
.footer-link ul.social-menu em::before {

   color: #999;
    font-size: 16px;

}

/* Genric Styles Starts */

.thumbnail, 
.form-control, 
.btn {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0px;
}
.form-control-price {
    width: 80px;
}

.no-box-shadow {
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}


/* Other Styles */

.addToCartListMainPage {
    min-width: 145px;
}
.product-img-centr {
    text-align: center;
}
.product-img-centr img {
    display: inline-block;
}
.success-notification {
    position: fixed;
    bottom: 5px;
    right: 20px;
    max-width: 400px;
    z-index: 999999;
    color: #333333;
}
.success-notification a {
	color: #3c763d;
}
.success-notification .alert-success {
	color: #333;
}
.addToCartListParent {
}
.btn-sort,
.btn-sort.active,
.btn-sort.active.focus,
.btn-sort:hover,
.btn-sort.active:hover,
.btn-sort:active,
.btn-sort.active:active,
.btn-sort:focus,
.btn-sort.active:focus,
.btn-sort:visited,
.btn-sort.active:visited
.btn-sort:active:hover,
.btn-sort.active:active:hover,
.btn-sort:active:focus,
.btn-sort.active:active:focus,
.btn-sort:active:visited,
.btn-sort.active:active:visited {
    border: none;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
    outline: none;
}
.top-col-banners {
    margin-top: 0px;
    margin-bottom: 0px;
}
#fotoload{
    margin-bottom:10px;
}


#fotoload a.highslide img{
    max-width: 350px !important;
}

#fotoload img.imgOn, #fotoload img.imgOff{
    max-width: 100px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}

img.imgOff {
    border-color: #E0E0E0;
    border-style: solid;
    border-width: 1px;
    margin:5px;
}

img.imgOn {
    border-color: #E0E0E0;
    border-style: solid;
    border-width: 1px;
    margin:5px;
}

.template-slider{
    margin-bottom:20px;
}

img.template{
    border: solid 1px #CCC;
    padding: 3px;
    border: solid 1px #CCC;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    margin:3px;
    cursor:pointer;
}

img.template:hover{
    border: solid 1px #BFDBFF;
    box-shadow: 0 0 5px #BFDBFF;
}
.bxslider a{
    cursor: url(images/zoomin.cur), pointer; 
}

.modal-body .bx-wrapper img {
    max-width: 100%;
    display: inline-block; 
    text-align: center;
}
.bxsliderbig a{
    cursor: url(images/zoomout.cur), pointer; 
}
#fotoload > .bxslider-pre{
    display: table; 
    margin: 0 auto; 
    text-align: center;
    padding: 10px 10% 20px 10%;
}
.bx-pager {
    margin-top: 20px;
    text-align: center;
}
.bx-pager img{
    max-width: 70px;
    max-height: 70px;
    margin:0px 5px 0px 5px;
}
.bx-pager-big {
    text-align: center;
    margin-top: 10px;
}
.bx-pager-big img{
    max-width: 50px;
    max-height: 153px;
    margin:5px;
    border-radius: 0px;
}
.bx-wrapper {
    border: none;
    background: transparent !important;
}
.bx-wrapper .bx-viewport {
    background-color: transparent !important;
}
.bx-wrapper .bx-next {
    background-image: url(./images/icon_swiper_button_next.png) !important;
    background-position: center !important;
}
.bx-wrapper .bx-prev {
    background-image: url(./images/icon_swiper_button_prev.png) !important;
    background-position: center !important;
}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover {
    background-position: center !important;
    opacity: 0.7;
}
.bxslider{
    display: table; 
    text-align: center;
}
.table-optionsDisp {
    width: 100%;
}
.table-optionsDisp select {
    display: block;
    width: inherit;
    height: 34px;
    padding: 6px 12px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.row.cat-intro img {
    max-width: 100%;
}
.form-group:after {
    content: "";
    display: table;
    clear: both;
}
.col-sm-12.no-p {
    padding: 0;
}
.bootstrap-select.form-control:not([class*=col-]) {
    width: 100% !important;
}
#forma_cart > input {
    text-align: center;
}
.user-dropdown > .dropdown-menu {
    -background: #3bc6e4;
    padding: 0;
    -left: -10px;
}
.user-dropdown > a {
    background-color: transparent !important;
}
.user-dropdown > .dropdown-menu li {
    display: block;
}
.user-dropdown > .dropdown-menu li a,
.user-dropdown > .dropdown-menu li span {
    -color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}
.user-dropdown > .dropdown-menu li a:hover {
    -background: #1588a3;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.top-col-banners img {
    max-width: 100%;
    height: auto;
}
.header-valuta-disp-wrapper .btn-default {
    position: relative;
    padding: 12px 25px 12px 21px;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    box-shadow: none !important;
}
.header-valuta-disp-wrapper .dropdown-menu.open {
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    padding: 5px 0;
    margin: 2px 0 0;
    top: 44px;
    width: 100%;
}
.header-valuta-disp-wrapper li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 14px;
}
.header-valuta-disp-wrapper .bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    display: none !important;
}
#cart span#sum {
    padding-left: 3px;
}
#cart span#num {
    padding-right: 3px;
}
.side-product.no-box-shadow {
    border:none;
    padding: 0;
}
.side-product.no-box-shadow .product-col {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    border: 1px solid #ddd;
}

.comments-raiting-wrapper {
    color: #3bc6e4;
    text-transform: uppercase;
}

.main-menu-button {
    border-color: #ddd;
    float: left;
    margin-left: 15px;
}
.panel.panel-default,
.panel.panel-success {
    border:none;
    border-radius: 0px;
    box-shadow: none;
}
.panel-default>.panel-heading,
.panel-success>.panel-heading {
    margin-top: 0;
    padding: 12px 20px;
    font-size: 18px;
    color: #fff;
    font-family: "Poppins";
    font-weight: 500;
    line-height: 1.1;
    border-radius: 0px;
}
.panel-default>.panel-heading > h3,
.panel-success>.panel-heading > h3 {
    font-size: 18px;
}
.panel-success>.panel-heading > a {
    color: #fff;
}
.main-menu-list {
    float: left;
}

.navbar-fixed-bottom .nav-user{
    float: left;

}
.navbar-fixed-bottom .nav-user>ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}
.navbar-fixed-bottom .nav-user>ul>li {
    display: block;
    float: left;
}
.navbar-fixed-bottom .nav-user>ul>li.dropdown.user-dropdown {
    display: none;
}
.navbar-fixed-bottom .nav-user>ul>li>a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    color: #333;
    transition: all .3s;
    border-right: 1px solid #868e96;
}
.navbar-fixed-bottom .compare-block,
.navbar-fixed-bottom .wishlist-block {
    float: left;
}
.navbar-fixed-bottom .search-fixed-block {
    float: left;
}
.navbar-fixed-bottom .search-fixed-block a {
    height: 50px;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    color: #333;
    border-right: 1px solid #868e96;
}
.navbar-fixed-bottom .search-fixed-block a span {
    top: 4px;
}
.navbar-fixed-bottom .compare-block a,
.navbar-fixed-bottom .wishlist-block a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    color: #333;
    transition: all .3s;
    border-right: 1px solid #868e96;
}
.navbar-fixed-bottom .compare-block a:hover,.navbar-fixed-bottom .wishlist-block a:hover,.navbar-fixed-bottom .nav-user>ul>li>a:hover{
    -background: #cc9900;
    color: #9055A2;
}
.navbar-fixed-bottom .cart-block {
    float: right;
}
.navbar-fixed-bottom .cart-block a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    color: #333;
    transition: all .3s;
    -border-right: 1px solid #868e96;
}
.navbar-fixed-bottom #numcompare1, .navbar-fixed-bottom #num1, .navbar-fixed-bottom .wishlistcount {
    height: 24px;
    display: inline-block;
    margin: 0px;
    padding: 0px 8px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 24px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;
    background: #9055A2;
    margin-left: 5px;
}
.header-wishlist .wishlistFix {
    font-style: normal;
}
.wishlist-block i.wishlistFix {
    display: none !important;
}
.navbar-fixed-bottom .compare-block a i,
.navbar-fixed-bottom .wishlist-block a i,
.navbar-fixed-bottom .nav-user>ul>li>a i,
.navbar-fixed-bottom .cart-block a i {
    font-size: 20px;
    color: #333;
    display: block;
    float: left;
    margin-top: 13px;
    margin-right: 5px;
}
.navbar-fixed-bottom .wishlist-block a .wishlistcount >i {
    display: none;
}
.navbar-fixed-bottom .compare-block a:hover i,
.navbar-fixed-bottom .nav-user>ul>li>a:hover i,
.navbar-fixed-bottom .cart-block a:hover i,
.navbar-fixed-bottom .wishlist-block a:hover i {
    color: #9055A2;
}
.sum1-wrapper {
    display: inline-block;
    margin: 0px;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    background: #fff;
    line-height: 25px;
    margin-left: 5px;
}
.navbar-fixed-bottom .nav-user>ul>li.user-header-fix {
    display: none;
}
.navbar-fixed-bottom .account-dropdown > li > a {
    margin-top: 0;
}
.mini-news-block img {
    max-width: 100%;
}
.product-sklad {
    -margin-top: 10px;
    margin-bottom: 10px;
    color: #9055A2;
    font-size: 14px;
    font-weight: bold;
}

.odnotipList .product-block-wrapper .product-block-button,
.odnotipList .product-block-wrapper .product-block-top:hover .product-block-button {
    display: none;
}
.odnotipList .product-block-wrapper .product-block-img {
    height: unset;
}
.odnotipList .product-block-bottom {
    display: none;
}
.odnotipList .product-block-wrapper .product-block-img > a {
    width: 60px;
    height: 60px;
    line-height: 59px;    
    border: solid 1px #ceced2;
}
.odnotipList .product-block-wrapper .sale-icon-content {
    display: none;
}
.odnotipList .product-block-wrapper {
    width: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0;
    float: left;
}
.odnotipList .product-block-wrapper .product-block {
    margin: 0;
    padding: 0;
}
#num3 {
    display: none;
}





@media (min-width: 992px) {
    .filter-well-right-block {
        text-align: right;
    }		
    .side-product.no-box-shadow .col-md-3.col-sm-6 {
        width: 100%;
    }
    .list-group.filter-body-fix {
        display: block;
    }
    #faset-filter-body .checkbox span {
        white-space: nowrap;
    }
    

}

@media (max-width: 1192px) {
    .page-cart-td-quantity {
        padding-left: 0 !important;
        padding-right: 0 !important;
        font-size: 12px !important;
        padding-top: 10px !important;
    }
}
@media (max-width: 991px) {
    .compare-block .text,
    .wishlist-block .text,
    .nav-user .text {
        display: none;
    }
    .sticker-section {
        margin-bottom: 30px;
    }
    .main-header {
        padding-top: 40px;
    }
    .product-col:hover {
        -webkit-box-shadow: 0 0 19px rgba(0, 0, 0, 0.8);
        -moz-box-shadow: 0 0 19px rgba(0, 0, 0, 0.8);
        box-shadow: 0 0 19px rgba(0, 0, 0, 0.8);
    }
    .side-product.no-box-shadow .product-col:hover {
        -webkit-box-shadow: 0 0 28px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 0 28px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 28px rgba(0, 0, 0, 0.4);
    }
    #main-menu .navbar-nav > li > a {
        padding-top: 17px;
    }
    .header-links ul {
        width: 100%;
        text-align: center;
    }
    .header-links li {
        float: none;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        margin-top: 35px;
        border: none;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        color: #333 !important;
        font-size: 16px;
        font-weight: 400;
    }
    .collapse.in{
        display:block !important;
    }
    #main-menu.navbar {
        background: #fff;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-bottom: 5px;
        -webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    }
    #main-menu .navbar-brand {
        padding-top: 17px;
        color: #000000;
    }
    #main-menu .main-menu-button {
        float: left;
        margin-left: 15px;
        border-color: #000000;
    }
    #main-menu .main-navbar-top li a {
        font-size: 15px;
        color: #4a4a4a;
        text-transform: uppercase;
        opacity: 0.66;
    }
    #main-menu .dropdown-menu {
        z-index: 1;
        position: relative;
        float: none;
        box-shadow: none;
        border: none;
        -webkit-animation-name:fadeIn;
        animation-name:fadeIn
        -webkit-animation-duration:1s;
        animation-duration:1s;
        -webkit-animation-fill-mode:both;
        animation-fill-mode:both
    }
}
@media (max-width: 767px) {
    #num3 {
        height: 24px;
        display: inline-block;
        margin: 0px;
        padding: 0px 8px;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        line-height: 24px;
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
        -khtml-border-radius: 12px;
        border-radius: 12px;
        background: #9055A2;
        margin-left: 5px;
    }
    .navbar-fixed-bottom.bar-tab {
        min-height: 38px;
        height: auto;
    }
    .navbar-fixed-bottom .compare-block a, 
    .navbar-fixed-bottom .nav-user>ul>li>a, 
    .navbar-fixed-bottom .cart-block a,
    .navbar-fixed-bottom .compare-block a, .navbar-fixed-bottom .wishlist-block a,
    .navbar-fixed-bottom .search-fixed-block a {
        height: 38px;
        line-height: 38px;
    }
    .navbar-fixed-bottom .compare-block a i, 
    .navbar-fixed-bottom .wishlist-block a i, 
    .navbar-fixed-bottom .nav-user>ul>li>a i, 
    .navbar-fixed-bottom .cart-block a i {
        font-size: 18px;
        margin-top: 10px;
    }
    .cart-block .text.fix {
        display: none;
    }
    .compare-block,
    .wishlist-block {
        -display: none;
    }
    .sum1-wrapper {
        display: none;
    }
    .top-mobile-fix {
        text-align: center;
    }
    .top-mobile-fix a {
        margin-left: 0;
        margin-right: 0;
    }
    .breadcrumbs-wrapper > .container> .row, .middle-content-fix > .row, .header-bottom > .container > .row,
    .new-arrivals > .container > .row,.special-offers > .container > .row {
        margin: 0;
    }
    .header-wishlist {
        width: 100%;
        text-align: center;
        padding-right: 0;
    }
    .header-company-name {
        width: 100%;
        text-align: center;
        margin-right: 0;
        border: none;
    }
    .header-returncall-wrapper {
        width: 100%;
        text-align: center;
        margin-right: 0;
        display: inline-block;
        border: none;
    }
    .header-wishlist a {
        margin-left: 5px;
    }
    .breadcrumbs-wrapper .breadcrumb {
        text-align: left;
        float: left;
    }
    .product-block-wrapper.product-col-1 .product-block-top {
        width: 130px;
    }
    #header-area {
        margin-top: 56px;
    }
    #main-menu.navbar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5;
    }
    body.overflow-fix {
        overflow: hidden;
    }
    #main-menu.main-menu-fix {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-height: 100%;
        position: fixed;
        margin: 0;
        overflow: auto;
        background-color: #3498db;
        z-index: 999;
    }
    .header-wrap.inner #main-menu.main-menu-fix .container {
        margin: 0;
    }
    #main-menu.main-menu-fix.navbar-fixed-bottom .navbar-collapse, #main-menu.main-menu-fix.navbar-fixed-top .navbar-collapse {
        max-height: unset;
    }
    .main-navbar-list-catalog-wrapper {
        position: relative;
        width: 100%;
    }
    #header-area > .container {
        -padding-left: 0;
    }
    .user-dropdown > .dropdown-menu li span {
        padding: 5px 15px 5px 25px;
    }
    .main-navbar-list-catalog-wrapper {
        position: relative;
    }
    .header-valuta-disp-wrapper {
        margin-top: 8px;
    }
    .header-valuta-disp-wrapper .btn-default {
        padding: 10px 25px 10px 21px;
    }
    .cart-list-button-wrapper {
        margin-bottom: 15px;
    }
    .main-heading {
        font-size: 22px;
    }
    .btn-main {
        margin-bottom: 5px;
    }    
    .modal-body .bx-wrapper img {
        max-width: 100%;
    }
    .bx-wrapper .bx-viewport ul {
        padding: 0;
    }

    .input-width-fix {
        width: 255px;
    }
    .product-head {
        font-size: 24px;
    }
}
@media (max-width: 500px) {
    
    .header-links .nav > li a {
        display: inline-block;
    }
}

/*
* UItoTop
*/
#toTop {
    display:none;
    text-decoration:none;
    position:fixed;
    bottom:66px;
    right:20px;
    overflow:hidden;
    width:42px;
    height:42px;
    border:none;
    text-indent:100%;
    background:url(images/ui.totop.png) no-repeat left top #D9D9D9;
    background-color: #9055A2;
}

#toTopHover {
    background:url(images/ui.totop.png) no-repeat left -42px;
    background-color: #9055A2;
    width:42px;
    height:42px;
    display:block;
    overflow:hidden;
    float:left;
    opacity: 0;
    -moz-opacity: 0;
    filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
    outline:none;
}
.carousel-control.left, .carousel-control.right{
    background-image: none !important;
}
@font-face {
    font-family: ALSRubl;
    src: url('fonts/rouble.eot') format('embedded-opentype');
    src: url('fonts/rouble.eot?#iefix') format('embedded-opentype'), url('fonts/rouble.woff') format('woff'), url('fonts/rouble.ttf') format('truetype');
}

.rubznak {
    font-family: ALSRubl,  "RobotoRegular";
    text-transform: none;
    margin-left: 3px;
}

.mega-menu {
    padding: 10px 0px ! important;
    width: 650px;
    border-radius: 0;
    margin-top: 0px;
    overflow: auto;
    border: none;
    box-shadow: none;
    position: relative;

}
.mega-menu li.mega-menu-column {
    margin-right: 20px;
    width: 180px;
}
.mega-menu li {
    display: block;
    padding: 3px 0px;
}
.nav>li {
    -z-index: 4;
}
.main-navbar-top > li {
    z-index: 4;
}
#cart {
    z-index: 5;
}
.page-list .manufacturer-list .list-group {

    display: block;

}
.page-list .manufacturer-list  .list-group .list-group-item {

    flex: 1 0 25%;
    max-width: 100%;

}
.price-page-list a {
    padding: 7px 10px !important; transition:all 0.3s
}
.page-list .list-group-item a:hover{box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);}


.page-cart-product-button-block button {
    border:none;
}
.product-col {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 30px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: inline-block;
}

.carousel-inner>.item>a, .carousel-inner>.item, .thumbnail a>, .thumbnail {
    text-align: center;
}
.compare-list-button-wrapper {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.cart-list-button-wrapper {
    margin-bottom: 5px;
    float: left;
    margin-right: 5px;
}
.fix-wrapper:after {
    content: "";
    display: table;
    clear: both;
}
.top-button-order-row {
    margin-top: 0;
}
.header-links:after {
    content: "";
    display: table;
    clear: both;
}
.header-links a.btn-main {
    padding: 5px 10px;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.addToCartListNum {
    max-width: 100px;
}


.paymOneEl label {
   cursor: pointer;
}

body.modal-open {
    overflow: visible;
    padding-right: 0px !important;
}
body.modal-open.fix {
    overflow: hidden;
}
.news-list a:hover .panel.panel-default {
    -webkit-box-shadow: 0 0 28px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 28px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 28px rgba(0, 0, 0, 0.8);
}
.news-list a .panel.panel-default {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.panel.panel-default {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.product-col .panel.panel-default {
        border: none;
        box-shadow: none;
        margin: 0;
    }
    .product-col .panel.panel-default .panel-body {
        border: none;
        box-shadow: none;
        padding: 0;
        margin: 0;
        display: block;
        width: 100%;
    }
    .product-col .panel.panel-default .panel-body .panel-body-left,
    .product-col .panel.panel-default .panel-body .panel-body-right {
        display: block;
    }
    .product-col .panel.panel-default .panel-body .panel-body-right {
        padding-left: 0;
    }


/* 
* PHPShop Editor 
*/
.editor_var{
    overflow: hidden;
}
.editor_empty{
    color:#6C809A;
    text-align: center;
    padding:5px;
    background: #FFE785;
    border: dashed 1px #6C809A;
    border-radius:4px;
    margin:3px;
}
.editor_empty a{
    text-decoration:none !important;
    color:#6C809A !important;
}

/* Размеры и цвета */
.big_size_block{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.big_size_block h4{
    font-family: "Poppins";
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    color: #000000;
}
/*input-size*/
.checkbox_size_wrap{
    width: 50%;
}
.wrap_size, .wrap_color{
    display: flex;
    flex-direction: row;
}

.input_size + .label_size{
    cursor: pointer;
}
.input_size{
    display: none;
}
.label_size{
    min-width: 50px;
    height: 40px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    border: solid 1px #ceced2;
    font-weight: normal;
    cursor: pointer;
    background-color: #fff;
}

.label_size:hover, .label_color:hover, .label_active{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.87);
    border: solid 1px #2c99d5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.input_size:checked + .label_size:hover{
    content: '';
    box-shadow: 0 0 31px 0 rgba(0, 0, 0, 0.87);
}
.not-active{
    background: linear-gradient(45deg, #ceced2 25%, #e8e8ed 0, 
        #e8e8ed 50%, #ceced2 0, #ceced2 75%, #e8e8ed 0);
    background-size:30px 30px;
    color: #9a9a9d;
    cursor: inherit !important;
}
.checkbox_size,.checkbox_color{
    padding-right: 10px;
	display: inline-block;
}
/*input-color*/
.checbox_color_wrap{
    width: 50%;
}
.input_color + .label_color{
    cursor: pointer;
}
.input_color{
    display: none;
}
.label_color{
    width: 50px;
    height: 40px;
    border: solid 1px #ceced2;
    cursor: pointer;
}

.not-active:hover{
    box-shadow: none;
    border: solid 1px #ceced2;
}
.input_color:checked + .label_color:hover{
    content: '';
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.5);
    border: solid 1px #2c99d5;
}

.quant {
   width: 115px; 
}

.quant > .input-group{
    border: solid 1px #ceced2;
    text-align: center;
}
.quant .input-number{
    border: none;
    box-shadow: none;
}
.quant .btn-default_r,.quant .btn-default_l{
    padding: 0;
    border: 1px solid #999;
    border-radius: 50% !important;
    margin: 0 !important;
    color: #333;
    font-size: 10px;
    outline: none !important;
    width: 30px;
    height: 30px;
    line-height: normal;
    text-align: center;
    font-size: 16px;
    padding-bottom: 3px;
}
/* Order page style */
    .user-title.side-heading {
        display: block;
    }
    .user-list {
        padding: 0;
        list-style-type: none;
    }
    .user-list a {
        font-size: 14.1;
    }
    .top-button-order-row .main-heading2 {
        margin-top: 0;
        margin-bottom: 0;
        line-height: 34px;
    }
    .top-button-order-row .btn.btn-main {
        background-color: transparent !important;
        color: #000000;
    }
    .top-button-order-row {
        margin-bottom: 10px;
    }
    .top-button-order-row a:hover {
        color: #189aca;
    }
    .order-page-top-head > td {
        padding: 0;
        vertical-align: middle;
    }
    .order-top-one-price {
        min-width: 90px;
        text-align: center;
    }
    .order-top-all-price {
        min-width: 135px;
        text-align: center;
    }
    .order-top-quantity {
        text-align: center;
    }
    .order-top-quantity {
        min-width: 90px;
    }
    .order-product-img {
        max-width: 80px;
        text-align: center;
        vertical-align: middle !important;
    }
    .order-product-img img {
        border-radius: 0px;
        border: none;
    }
    .order-product-name {
        vertical-align: middle !important;
        text-transform: uppercase;
    }
    .order-product-name a {
        color: #000000;
    }
    .order-product-name a:hover {
        opacity: 0.7;
    }
    .order-product-quantity,
    .order-product-one-price,
    .order-product-all-price,
    .order-product-remove-product {
        vertical-align: middle !important;
    }
    .order-product-one-price,
    .order-product-all-price {
        text-align: center;
    }
    .order-product-remove-product {
        color: #ef1311;
    }
    .order-product-quantity-wrapper {
        width: 50px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
    .order-product-quantity-wrapper #forma_cart_plus button,
    .order-product-quantity-wrapper #forma_cart_minus button {
        width: 13px;
        height: 29px;
        padding: 0;
        top: 0;
        text-align: center;
        position: absolute;
        background-color: transparent;
        border: none;
        outline: none;
        box-shadow: none;
        color: #e8e8ed;
        z-index: 1;
    }
    .order-product-quantity-wrapper #forma_cart_minus button {
        left: 0;
        text-align: right;
        padding-right: 3px;
    }
    .order-product-quantity-wrapper #forma_cart_plus button {
        right: 0;
        text-align: left;
        padding-left: 3px;
    }
    .order-product-quantity-wrapper input {
        height: 29px;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 14px;
        padding-right: 14px;
        text-align: center;
        border-radius: 0px;
        border-color: #e8e8ed;
    }
    .order-product-remove-product button {
        border: none;
        border-radius: 0px;
        color: #ef1311;
        background-color: transparent !important;
        outline: none !important;
        box-shadow: none !important;
    }
    .order-page-top-totals-title {
        font-size: 16px;
        text-transform: uppercase;
    }
    .order-page-table-wrapper .table {
        margin-bottom: 0;
    }
    .order-page-top-totals {
        background-color: #f8f8f8;
        border-top: solid 1px #d6d6d9;
        border-bottom: solid 1px #d6d6d9;
        margin-bottom: 15px;
        padding-top: 20px;
        padding-bottom: 19px;
        position: relative;
    }
    .order-page-top-totals-title {
        top: 20px;
        left: 0;
        padding-left: 17px;
        position: absolute;
    }
    .order-page-top-totals-body {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 16px;
    }
    .order-page-top-label-left,
    .order-page-top-label-right {
        display: block;
        background-color: #f8f8f8;
        position: relative;
    }
    .order-page-top-label-left {
        float: left;
    }
    .order-page-top-label-right {
        float: right;
        font-weight: 700;
    }
    .order-page-top-totals-discount,
    .order-page-top-totals-delivery,
    .order-page-top-totals-paymetnt-with-discount {
        position: relative;
        margin-bottom: 3px;
    }
    .order-page-top-totals-discount:before,
    .order-page-top-totals-delivery:before,
    .order-page-top-totals-paymetnt-with-discount:before {
        content: "";
        width: 100%;
        height: 1px;
        border-bottom: 1px solid #e8e8ed;
        bottom: 1px;
        left: 0;
        position: absolute;
        display: block;
    }
    .order-page-top-totals-discount:after,
    .order-page-top-totals-delivery:after,
    .order-page-top-totals-paymetnt-with-discount:after {
        content: "";
        display: table;
        clear: both;
    }
    .panel.order-promotions {
        border-bottom: none;
        box-shadow: none;
    }
    .order-promotions .panel-heading {
        padding-left: 0;
    }
    .order-promotions .panel-heading h3 {
        font-size: 16px;
    }
    .order-promotions .panel-body {
        padding-left: 0;
    }
    .order-promotions .panel-body .form-inline input{
        border-radius: 0px;
    }
    .order-promotions .panel-body .form-inline button{
        border-radius: 0px;
    }
    .order-bottom-content .panel-heading {
        border-radius: 0px;
        background-color: #f8f8f8;
        padding:13px 15px;
        border: none;
    }
    .order-bottom-content h3.panel-title {
        font-size: 16px;
        font-weight: 700;
    }
    .order-bottom-content .panel {
        box-shadow: none;
        background-color: transparent;
        padding: 0;
        border: none;
    }
    #showYurDataForPaymentLoad br {
        display: none;
    }
    .order-bottom-content input,
    .order-bottom-content button {
        border-radius: 0px;
    }
    .delivOneEl {
        display: block;
        float: none;
    }
    .order-bottom-content .checkbox label, 
    .order-bottom-content .radio label {
        margin-bottom: 5px;
    }
    .order-bottom-content input[type=checkbox], 
    .order-bottom-content input[type=radio] {
        margin-top: 6px;
    }
    .order-bottom-content .btn.btn-main {
        margin-bottom: 10px;
    }
    .table-responsive.order-page-table-wrapper>.table>tbody>tr>td, 
    .table-responsive.order-page-table-wrapper>.table>tbody>tr>th, 
    .table-responsive.order-page-table-wrapper>.table>tfoot>tr>td, 
    .table-responsive.order-page-table-wrapper>.table>tfoot>tr>th, 
    .table-responsive.order-page-table-wrapper>.table>thead>tr>td, 
    .table-responsive.order-page-table-wrapper>.table>thead>tr>th {
        white-space: normal;
    }
    @media (max-width: 570px) {
        .order-product-one-price,
        .order-top-one-price{
            display: none;
        }
        .order-product-img{
            width: 1px !important;
            overflow: hidden;
            padding: 0 !important;
        }
        .order-product-img *{
            display: none;
        }
    }
    @media (max-width: 400px) {
        .order-row-fix {
            margin-left: -42px;
            margin-right: -42px;
        }
        .order-top-name, .order-top-quantity, .order-top-all-price {
            font-size: 12px;
        }
        .order-top-all-price {
            min-width: 80px;
        }
        .order-product-name {
            font-size: 12px;
        }
        .order-top-quantity {
            min-width: 50px;
            width: 50px;
        }
        .order-product-all-price {
            font-size: 12px;
        }
        .order-product-quantity-wrapper #forma_cart_plus button, .order-product-quantity-wrapper #forma_cart_minus button {
            z-index: 3;
        }
    }
/* Order Page style */

/* Product Page */
    .checkbox_size, .checkbox_color {
        padding-right: 10px;
        display: inline-block;
    }
    .bxsliderbig {
        padding: 0;
        text-align: center;
    }
    .bxsliderbig > li img {
        padding: 0;
    }
    #sliderModal .modal-dialog {
        width: 90%;
    }
    .bx-pager-big img {
        max-width: 100px;
        margin: 0px 5px 0px 5px;
    }
/* Product Page */

#returnCallModal .modal-dialog {
    margin-left: auto;
    margin-right: auto;
}
.optionsDisp {
    margin-top: 10px;
}
.optionsDisp select {
    margin-bottom: 10px;
}
.form-fix .form-group:after {
    content: "";
    display: table;
    clear: both;
}
.order-page-sidebar-user-block {
    display: none;
    padding-left: 15px;
    padding-bottom: 10px;
    background-color: #f2f2f2;
    margin-bottom: 15px;
    margin-left: -30px;
}
.user-title {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    font-size: 14.1px;
    font-weight: bold;
    text-transform: uppercase;
}
.table-optionsDisp {
    display: none;
}
.product-page-select:after {
    content: "";
    display: table;
    clear: both;
}
.product-page-select > div:first-child {
    display: none;
}
.product-page-select > .select-option {
    font-size: 16px;
    text-align: center;
    color: #000000;
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    margin-right: 13px;
    margin-bottom: 20px;
    border: solid 1px #ceced2;
    display: block;
    float: left;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-page-select > .select-option.active,
.product-page-select > .select-option:hover {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.5);
    border: solid 1px #2c99d5;
}
.product-page-option-wrapper {
     padding-bottom: 0;
}
.oneclick-modal .modal-dialog{
    max-width: 320px;
}
.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
    border-color: transparent;
    opacity: 0.7;
}
.control-label.fix {
    font-weight: normal;
    text-align: left;
}
#faset-filter {
    margin-bottom: 20px;
}
#faset-filter:after {
    content: "";
    display: table;
    clear: both;
}
.list-group.filter-body-fix.active {
    display: block;
}
#faset-filter-body .faset-filter-block-wrapper h4, #price-filter-body .faset-filter-block-wrapper h4 {
    font-size: 15px;
    padding-right: 20px;
    position: relative;
    border: 1px solid #848282;
    color: #848282 !important;
    margin-right: 5px;
    padding-left: 8px;
    padding-top: 2px;
    padding-bottom: 1px;
    border-radius: 3px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.42857143;
    cursor: pointer;
}
.filter-title {
    position: relative;
    cursor: pointer;
}
.filter-title:before {
    width: 16px;
    height: 9px;
    background-image: url(./images/icon-arrow-top.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 9px;
    top: 50%;
    margin-top: -3px;
    right: 15px;
    position: absolute;
    display: block;
}
.filter-title.active:before {
    background-image: url(./images/icon-arrow.png);
}
#faset-filter-body .faset-filter-block-wrapper h4:before,
#price-filter-body h4:before{
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 5px;
    right: 6px;
    position: absolute;
    font-weight: bold;
}
#faset-filter-body .faset-filter-block-wrapper.active h4:before,
#price-filter-body h4.active:before{
    -content: "\f078";
}
.filter-reset-wrapper a {
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 9px;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #4a4a4a;
    text-align: center;
    font-family: "Poppins";
    display: block;
}
#faset-filter-body .faset-filter-block-wrapper .checkbox {
    margin-left: 0px;
}
#faset-filter-body .faset-filter-chexbox-bottom-block .faset-filter-block-wrapper.fix .checkbox,
#faset-filter-body .faset-filter-chexbox-bottom-block .faset-filter-block-wrapper .checkbox {
    display: none;
    width: auto !important;
    white-space: normal !important;
}
#faset-filter-body:after {
    content: "";
    display: table;
    clear: both;
}
#faset-filter-body .checkbox {
    margin-left: 0px;
    margin-right: 15px;
}
#faset-filter-body .faset-filter-block-wrapper .checkbox {
    -display: none;
    font-size: 12px;
    color: #000000;
    white-space: normal;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 5px;
}
#faset-filter-body .faset-filter-block-wrapper.active .checkbox {
    display: block;
}
#faset-filter-body .faset-filter-block-wrapper .checkbox input[type=checkbox], 
#faset-filter-body .faset-filter-block-wrapper .checkbox-inline input[type=checkbox], 
#faset-filter-body .faset-filter-block-wrapper .radio input[type=radio], 
#faset-filter-body .faset-filter-block-wrapper .radio-inline input[type=radio] {
    -webkit-appearance:none;
    width: 15px;
    height: 15px;
    display: block;
    border: 1px solid #ddd;
    margin-top: 4px;
    margin-left: -17px;
    outline: none;
    border-radius: 0px;
    background-color: #fff;
}
#faset-filter-body .faset-filter-block-wrapper .radio input[type=radio], 
#faset-filter-body .faset-filter-block-wrapper .radio-inline input[type=radio] {
    -webkit-appearance:none;
    width: 9px;
    height: 9px;
    display: block;
    border-radius: 100%;
    border: 1px solid rgba(1, 1, 1, 0.54);
    margin-top: 3px;
    margin-left: -17px;
}
#faset-filter-body .faset-filter-block-wrapper .checkbox input[type=checkbox]:checked+span:before, 
#faset-filter-body .faset-filter-block-wrapper .checkbox-inline input[type=checkbox]:checked+span:before {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: 0 solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotateZ(45deg);
    margin: -6px 3px;
    pointer-events: none;
    position: absolute;
    left: 16px;
    top: 11px;
    z-index: 1;
}
#faset-filter-body .checkbox span {
    display: inline-block;
    margin-top: 1px;
    padding-left: 11px !important;
    font-size: 16px;
    font-weight: 400;
    /*color: #333;*/
    font-family: "RobotoRegular";
}
#faset-filter-body {
    padding-bottom: 1px;
}
#price-filter-body {
    padding-bottom: 15px;
    -padding-top: 1px;
    -display: none;
}
#price-filter-body h4 {
    font-size: 15px;
    -text-transform: uppercase;
    color: #212529;
    position: relative;
    margin: 0;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 6px;
    cursor: pointer;
    font-weight: 800;
}
#faset-filter-body,
#price-filter-body {
    border-left: none;
    border-right: none;
    background-color: #fff;
    float: left;
}
#price-filter-form {
    width: 290px;
    padding: 15px;
}
#price-filter-form.active {
    display: block;
}
#price-filter-form span {
    /*font-weight: 700;
    text-transform: uppercase;*/
}
#price-filter-val-min span,
#price-filter-val-max span {
    margin-top: 4px;
    display: inline-block;
    float: left;
    color: #555;
    padding-right: 5px;
}
.filter-body-fix.active {
    display: none;
}
.product-block-wrapper {
    padding-left: 5px;
    padding-right: 5px;
}
.product-block-wrapper .description-content p {
    margin-bottom: 0;
}
.product-block-wrapper .image a {
    height: 200px;
    line-height: 198px;
    text-align: center;
    display: block;
    overflow: hidden;
}
.product-block-wrapper .image a img {
    max-width: 100%;
    max-height: 100%;
}
.new-product-list > .row,
.spec-main-list > .row {
    margin-left: -5px;
    margin-right: -5px;
}
.product-block-wrapper .product-col .btn-cart {
    font-size: 12px;
}


.page-header:after,
.breadCrumbs-wraper:after {
    content: "";
    display: table;
    clear: both;
}
.template-product-list.products-list .row {
    margin-left: -5px;
    margin-right: -5px;
}
.product-page-list li {
    margin-bottom: 5px;
}
#faset-filter-reset {
    font-size: 15px;
    padding-right: 8px;
    position: relative;
    border: 1px solid #848282;
    color: #848282 !important;
    margin-right: 5px;
    padding-left: 8px;
    padding-top: 2px;
    padding-bottom: 1px;
    border-radius: 3px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.42857143;
    cursor: pointer;
    display: block;
    float: left;
}
.quant input {
    text-align: center;
}
thead td#allspecwhite {
    border-bottom: none;
}
@media (min-width: 1200px) {
    .product-block-wrapper .product-col .btn-cart {
        font-size: 14px;
    }
    .product-col .btn-wishlist, .product-col .btn-compare {
        margin-top: 0;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 3px;
    }
}
.user-table-fix {
    margin-left: 0;
}
.suggestions-wrapper {
    display: block;
}
.product-block-wrapper .product-col {
    padding: 0;
}
.product-block-wrapper .product-col .product-img-centr {
    margin-top: 5px;
}
.product-block-wrapper .product-col .caption {
    padding-left: 15px;
    padding-right: 15px;
}
.banner-block {
    margin-top: 15px;
}
.banner-block img {
    max-width: 100%;
    height: auto;
}
.sidebar-fix-block .panel-body {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.registration-area .panel-smart {
    border: none;
    box-shadow: none;
}
.gbook-btn {
    margin-bottom: 10px;
}
.returncall-wrapper {
    text-align: center;
    position: relative;
    z-index: 5;
    text-transform: uppercase;
    margin-top: 15px;
}
.img-thumbnail {
    border-radius: 0px;
    border: none;
}
.wishlist-img-block {
    max-width: 120px;
}
.wishlist-img-block img {
    width: 100px;
    max-height: 100%;
}
.wishlst-fix-block {
    vertical-align: middle !important;
}
.swiper-container {
    margin-left: -10px;
    margin-right: -10px;
}
.suggestions-wrapper {
    display: block !important;
}
.returncall-wrapper.returncall-desctop {
    margin-top: 0px;
    padding-top: 20px;
}
.owl-carousel .product-block-wrapper {
    width: 100%;
    padding: 0;
}
.product-block-img-link img {
    max-width: 100%;
    max-height: 100%;
    width: unset !important;
    display: inline-block !important;
}
.top-brands .owl-item {
    float: left;
}
.main-navbar-top.active {
    overflow:visible;
}
.cart-product-img-fix {
    max-width: 100%;
    max-height: 80px;
}

.rating_star {
	padding: 0;
	text-align: center;
}
.rating_star:after {
    content: "";
    display: table;
    clear: both;
}
.rating_info {
	display: none;
    margin-left: 5px;
    color: #9da9b9 !important;
}
.rating i {
	margin: 0 5px;
}
.rating .fa-star {
	color: #F5A623;
}
.rating .fa-star-o {
	color: #dadada;
}

.rating {
	position: relative;
	width: 80px;
	height: 16px;
	font-size: 10px;
	text-align: center;
}
.rating_blank {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background-size: 16px 16px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMSIgaGVpZ2h0PSIzMSIgdmlld0JveD0iMCAwIDMxIDMxIj4gIDxwb2x5Z29uIGZpbGw9IiNDRkNGQ0YiIGZpbGwtcnVsZT0iZXZlbm9kZCIgcG9pbnRzPSI0OC41IDAgNTIgMTIgNjQgMTIgNTQuNSAxOS4wNzcgNTkgMzEgNDguNSAyNCAzOCAzMSA0Mi41IDE5LjA3NyAzMyAxMiA0NSAxMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMzKSIvPjwvc3ZnPg==");
}
.rating_votes {
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	background-size: 16px 16px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMSIgaGVpZ2h0PSIzMSIgdmlld0JveD0iMCAwIDMxIDMxIj4gIDxwb2x5Z29uIGZpbGw9IiNGQUI2MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIgcG9pbnRzPSIxNS41IDAgMTkgMTIgMzEgMTIgMjEuNSAxOS4wNzcgMjYgMzEgMTUuNSAyNCA1IDMxIDkuNSAxOS4wNzcgMCAxMiAxMiAxMiIvPjwvc3ZnPg==");
}

.img_fix img{
    max-width: 100%;
    max-height: 100px;
}
p img {max-width:100%; height:auto}
.notice-img {max-width:100%; max-height:300px;} 

.comment-head {
 font-size:18px;
 margin-top:20px;
 margin-bottom:10px;
 font-family:inherit;
 font-weight:500;
 line-height:1.1;
 color:inherit
}
.notice-img {max-width:100%; max-height:300px;}

form[name="forma_order"] .bootstrap-select{margin-bottom:20px;}
form[name="user_forma_register"], form[name="forma_gbook"], form[name="user_forma"], form[name="forma_message"] {

    width: 302px;
  
}
form[name="user_forma"] {margin-left:15px}
form[name="forma_message"] {margin-bottom:20px;}
.modal-sm {

    width: 370px;

}
.modal-content {

    padding: 10px 15px;

}
.modal-content label {text-transform:none; color:#343434; text-align:left;}
.modal-body, .modal-footer {

    padding: 10px 0px;

}

.modal-body, .modal-footer, .modal-header {

    border: none !important;

}
.modal-body .flex-row,
.modal-footer.flex-row {
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:justify;
 -ms-flex-pack:justify;
 justify-content:space-between
}
.modal-body input,
.modal-body textarea {
 box-shadow:none !important
}
.modal-footer.flex-row a,
.modal-footer.flex-row button {
 -webkit-box-flex:1;
 -ms-flex:1 0 auto;
 flex:1 0 auto
}
.modal-footer.flex-row a,
.pass {
 color:#343434;
 font-size:14px
}
.flex-row {
 -webkit-box-orient:horizontal;
 -webkit-box-direction:normal;
 -ms-flex-direction:row;
 flex-direction:row;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex
}
.comment-head {
 font-size:18px;
 margin-top:20px;
 margin-bottom:10px;
 font-family:inherit;
 font-weight:500;
 line-height:1.1;
 color:inherit
}
.oneclick-modal {color:#343434}
.oneclick-modal .modal-dialog {

    max-width: 365px;

}
.return-call .modal-dialog {
    max-width: 365px;
    margin-left: auto;
    margin-right: auto;
}
        .suggestions-wrapper {display:inline!important}
		.product-day.product-col .caption h4 {height:auto; margin-bottom:0}
.product-day img {max-height:200px; margin: 20px auto 20px}
.product-day-link {display:block; text-align:center}

.carousel-control, .carousel-indicators {

    visibility: hidden;

}

#showYurDataForPaymentLoad .form-control {margin-bottom:10px}
.main-navbar-top > li.catalog-menu:hover > .main-navbar-list-catalog-wrapper {
    display: flex;
	flex-direction:row; flex-wrap:wrap;
    -webkit-animation: megamenu-show 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: megamenu-show 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: all 0.3s;
}
.main-navbar-list-catalog-wrapper img {
    max-width: 120px;
}

#sliderModal .modal-dialog {width:auto;max-width:100%}
#sliderModal .bxsliderbig img {max-width:100%}
#sliderModal{padding-left:17px!important;padding-right:17px!important}
#sliderModal  .bx-viewport {opacity:0}
 .bx-wrapper .bx-controls-direction a {
    outline: 0;
    width: 45px;
    height: 45px;
    text-indent: -9999px;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: transparent;
}
 .bx-wrapper .bx-next {
    background-image: url(images/arrow_r.png);
    background-size: 10px 19px;
    background-repeat: no-repeat;
    background-position: center;
}
 .bx-wrapper .bx-prev {
    background-image: url(images/arrow_l.png);
    background-size: 10px 19px;
    background-repeat: no-repeat;
    background-position: center;
}
.bxsliderbig {padding:0}
#fotoload .bxslider img{max-height:500px}

#sliderModal  .bx-wrapper .bx-prev {
	left: 13%;
}

#sliderModal  .bx-wrapper .bx-next {
	right: 13%;
	
}
#sliderModal  .bx-wrapper {border:none}
#sliderModal .close {font-size:28px;}
.bxsliderbig {display:block; height:100%}
.bxsliderbig li {min-height:100%;align-items:center; justify-content:center;}
.bxslider > div {align-items:center; justify-content:center;}
.bxsliderbig a{align-items:center; justify-content:center; min-height:100%}

.bx-pager-big {padding-top:10px;}
.bx-pager-big, .bx-pager {display:flex; align-items:center; justify-content:center}
.bx-pager {flex-wrap:wrap;}
.bx-pager-big img, .bx-pager img {border:none; max-height:65px!important;max-width:65px;padding:0; border-radius:0}
.bx-pager-big a, .bx-pager a{display:block; line-height:71px;  height:77px;  text-align:center; }


@media (max-width:1440px) {
	#sliderModal .bx-wrapper .bx-next {
    right: 9%;
}
#sliderModal .bx-wrapper .bx-prev {
    left: 9%;
}
	
}

.manufacturer-list {
	width: 33%;
	float: left;
}
.manufacturer-heading, .brands-list-content a {
	font-family: "RobotoRegular", sans-serif;
	font-size: 16px;
}
.manufacturer-list li a {
	color: #343434;
}
.manufacturer-list li {
	border: none;
}
.product-day-wrap {padding-top:15px; padding-bottom:15px; border: 1px solid #ccc; margin-bottom: 15px;}
.product-day-price .price-new {color: #333;

font-size: 16px;

font-weight: bold;margin-right:10px}

.cookie-message {
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  bottom: 0;
  z-index: 100000;
  text-align: center;
  -webkit-transform: translateZ(0);
  padding: 16px 0;
  font-size: 12px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4)
}

.cookie-message a {
  border: none;
  font-size: 16px
}
.middle-content-fix {min-height:350px}
.page-list .list-group {

    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;

}
.page-list .list-group .list-group-item {

    flex: 1 0 33%;
    max-width: 33%;

}
.page-list .list-group-item {

    border: none;
    padding-left: 0;
	background:transparent;

}
.page-list .list-group .list-group-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 15px;
    border: 1px solid #e3e8ea;
    text-align: center;
    border-radius: 0px;
	background:#fff;

}
.page-list .list-group-item a {

    font-size: 16px;
    color: #000; transition:all 0.3s;

}
.page-list .list-group-item a:hover{opacity:0.7}
.page-catal {display:none}
.page-header.text-left{text-align:left;}
ol, ul {list-style-type:none}
#cartlink {margin-right:0}
#cart:hover  #visualcart_content{display:block;}

 .sortcat{margin:2px}

 .modal-nowBuy {
width: 310px;
position: fixed;
min-height: 127px;
left: 60px;
bottom: 50px;
background-color: rgba(255, 255, 255, 0.9);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
z-index: 10;
display:none;
padding: 5px;
}

.nowBuy-img {
  width: 93px;
  height: auto;
  margin-right: 14px;
  float: left;
  text-align: center
}

.nowBuy-img img {
  max-height: 100px
}

.nowBuy-info {
  width: calc(100% - 93px);
  margin-left: 103px
}

.nowBuy-info p {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 8px
}

.nowBuy-info p a {
  color: #000
}

.nowBuy-sklad {
  color: #9CA4A7
}
a.prod-title,
.prod-title {
  display: flex;
  align-items: center
}

.prod-title,
.prod-price,
.prod-desc {
  background-color: #f9f9f9
}

.prod-price span {
  font-size: 18px
}
.prod-title{  min-height: 70px!important;
  padding: 5px 10px}

.prod-price,
.prod-photo,
.prod-desc,
.prod-sort {
  min-height: 35px;
  padding: 5px 10px;
  line-height:1;
  box-sizing:content-box;
}
.prod-desc p{margin:0!important}
.prod-photo img {
  max-width: 100%;
  max-height: 150px;
  margin: 0 auto
}

.compare-slider .swiper-slide {
  border-left: 1px solid #f9f9f9;
  border-bottom: 1px solid #f9f9f9;
  background:#fff;
  padding:0
}


.compare-slider .swiper-slide:nth-child(1) {
  display: none
}

.swiper-slider-wrapper.compare-wrapper  {

    position: relative;
    padding-left: 50px;
    padding-right: 50px; margin-top:30px

}
.compare-wrapper div.swiper-button-next, .compare-wrapper div.swiper-button-prev {

    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    top: 40%;
    width: 42px;
    height: 42px;
    line-height:38px;
    background-color:   #f0f3f5;
    background-image: none !important;
    text-align: center;
    font-size: 30px;

}
.compare-wrapper div.swiper-button-next i.fa.fa-angle-right, div.swiper-button-prev i.fa.fa-angle-right {
    padding-left: 3px;
}
.compare-wrapper div.swiper-button-next i.fa.fa-angle-left, div.swiper-button-prev i.fa.fa-angle-left {
    padding-right: 3px;
}
.compare-wrapper div.swiper-button-next {right:-5px}
.compare-wrapper div.swiper-button-prev {left:-5px; margin-left:0}

@media (max-width: 767px) {
 .compare-wrapper.swiper-slider-wrapper {
    padding: 0
  }

 .compare-wrapper  div.swiper-button-next,
.compare-wrapper   div.swiper-button-prev {
    top: 0px
  }
}
footer .submenu{display:none}

@media (max-width:991px) {.page-list .list-group .list-group-item {
   flex: 1 0 50%;
   max-width:50%;
}}
@media (max-width:768px) {.page-list .list-group .list-group-item {
   flex: 1 0 100%;
   max-width:100%;
}
.breadcrumb{display:block!important;}
}
@media(max-width:660px) {.manufacturer-list {
    width: 100%;
    float: left;
}}
.bxslider-pre  {max-width:100%}
.search-misspell {
    font-size: 14px;
}
@media(max-width:768px){.col-5{width:100%!important}}

#dialog-widget {
    bottom: 58px !important;
}


.banner-header {
padding: 1rem 0.825rem;
color: #454444;
margin-top: 0.5rem;
text-align: center;
margin-bottom: 1rem;
padding-left: 1rem;
}

.banner-list {
padding: 1rem 1rem;
color: white;
margin: 1rem 1rem;
text-fill-color: !important;
 min-height: 250px;

}

.otz {
display: inline-block;
color: #3F3E3E;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
transition: all 0.3s;
margin-top: 10px;
border: 0px;
}

.carousel-caption {
	text-align: center;
	color: #333;
	text-shadow: none;
 }

 .slider-icon {
    font-size: small;
    background: #f8f8f8;
    padding: 3px;
    color: #333;

     }
     
 .item   {
	 width: 100%;
	 height: auto;
	 align-content: center;
	 padding-bottom: 2rem;
 }
 
 .top-banner {
    width: 100%;
    overflow: hidden;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    position:relative;
    background-color: #f7f7f7;

}

.sticker-text {
	margin: 10px;
	text-align: center;
}


.top-banner p {
    margin: 0;
    text-align: center;
}

.top-banner img {
    width: 100%;
    height: auto
}

.top-banner .close {
    position: relative;
	margin-right: 10px;
    font-size: 14px;
}


.block-dark {
    background-color: #515151;
    border-radius: 0px;
    background-size: cover;
}

.block {
    border-radius: 0px;
    background-size: cover;
    background-color: #fafafa;

}

.banner-list h3{
    color:#fff;
}

#logo {
	margin: 10px;
}


.catalog-block {
  padding-top: 0.9375rem;
  padding-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.0625rem solid #F1F2F3;
  margin-bottom: 1.3125rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog-wrap {
  padding: 0 0.5rem;
  width: calc(100%/4);
  opacity: 1 !important;
}

.catalog-wrap a {
  opacity: 1 !important;
  color: #3F3E3E;
  font-size: 1rem;
  line-height: 1.375rem;
}

.catalog-wrap:hover .catalog-img {
  opacity: 0.7;
}

.catalog-wrap:hover .catalog-name {
  opacity: 1 !important;
}

@media (max-width: 1199px) {
  .catalog-wrap {
    width: calc(100%/3);
  }
}

@media (max-width: 991px) {
  .catalog-wrap {
    width: calc(100%/3);
  }
}

@media (max-width: 767px) {
  .catalog-wrap {
    width: calc(100%/2);
  }
  .catalog-name {
    font-weight: 400;
  }
}

@media (max-width: 550px) {
  .catalog-wrap {
    width: calc(100%/2);
  }
}

.banner-image p {
	margin: 0px;
	padding-top: 10px;
}


.banner-align {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
}

.bg-img-hero-center {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 10px;
}

@media (min-width: 992px){
	.col-auto {
width: 20%;
	}
	.col-auto6 {
	width: 16%;
	padding: 3px;
	}
}


.row .template-product-list {
	display: flex;
    flex-wrap: wrap;
}

.filter-item-hide{
   color: #ddd;
}

@media (max-width: 767px) {
    .modal-nowBuy{
        left: 10px;
        width:95%;
    }
}

.smart-captcha {height: 100px;margin-bottom:10px;max-width:250px}