/* 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;
}

a{
    color: #555;
    font-family: "RobotoRegular";
}
a:hover, 
a:focus{
    -color:#1c1c1c;
    text-decoration: none;
}
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: #606975;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
.additional-nav-menu .dropdown-menu a:hover {
    color: #0da9ef;
    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;
}
.main-navbar-list-catalog-wrapper > li {
    -padding: 25px;
    margin-bottom: 10px;
}
.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;
}

.main-navbar-list-catalog-wrapper.open {
    display: block;
}
.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;
}
#visualcart_content {
    width: 370px;
    vertical-align: middle;
    z-index: 1001;
}
#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;
}
.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;
}
.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;
    max-width: 196px;
}
.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 .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-block-img > a {
    height: 257px;
    line-height: 266px;
    display: block;
    overflow: hidden;
    text-align: center;
}
.price-old {
    color: #868e96;
    font-size: 13px;
}
.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;
}
.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;
    margin-left: 2px;
    margin-right: 2px;
}
.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;
}

/*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{
    background-color: #333;
    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 {
    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 .addToWishList: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 {
    background-color: #222;
    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: 30px;
    padding: 0;
    border: 1px solid #e1e7ec;
    border-radius: 7px;
}
.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: 270px;
    border-right: 1px solid #e1e7ec;
}
.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 {
    height: auto;
    line-height: normal;
}
.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-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: 200px;
    background-color: #f5f5f5;
    padding: 20px;
    background-position: top right !important;
    background-size: auto 112%;
    background-repeat: no-repeat;
    overflow: hidden;
}
.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% - 20px);
    bottom: 30px;
    left: 20px;
    margin: 0;
    padding-left: 15px;
    position: absolute;
    text-align: left;
    font-size: 20px;
    font-weight: 800px;
    font-family: "Roboto Bk";
}
section.new-arrivals {
    background-color: #f5f5f5;
}
.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 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 {
    background-color: #fff !important;
    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: #171717;
    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 i {
    
}
.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: 5px 15px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    display: inline-block;
}
.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:last-child {
    top: 60px;
}
.sale-icon-content > span:first-child {
    top: 20px;
}
.sale-icon-content > span:before {
    content: '';
    border-left: 12px solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
    bottom: -14px;
    left: 0;
}
.sale-label {
    background: #ff9800;
}
.new-label {
    background: #8bc34a;    
}
.sale-icon-content > span.new-label:before {
    border-top: 14px solid #76a93e;
}
.sale-icon-content > span.sale-label:before {
    border-top: 14px solid #d27d03;
}
.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;
}



/* Genric Styles Starts */

.thumbnail, 
.form-control, 
.btn {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.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: 40px;
}
#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 img{
    max-width: 50px;
    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;
    background: #3bc6e4;
    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;
}

@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;
    }
}

@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) {
    .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) {
    .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: 289px;
    }
    .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:20px;
    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;
    text-transform: none;
}

.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;
}
.price-page-list a {
    padding: 7px 10px !important;
}
.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;
}

.chat-modal-content{
    height:500px;
    width:100%;
    overflow:hidden;
    border: 0px;
    margin:0px;
}
#chatopenwindow{
    margin-right:7px;
}

.paymOneEl label {
   cursor: pointer;
}

.chat{ 
    position: fixed; bottom: 20px; left: 20px;
    border-radius: 0 !important;
    border: 0px;
    height: 42px;
    background: #D9D9D9 !important;
}
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 {
        width: 60%;
        margin-left: 30%;
        margin-right: 10%;
        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 {
    max-width: 320px;
    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;
}