/*========================================================================================
    1. General style
========================================================================================*/

body {
    font-family: 'Raleway', sans-serif;
    color: #333333;
    font-size: 16px;
}

h1 {
    font-size: 18px;
    font-weight: 500;
    color: #ff873a;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

h2 {
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 40px;
}

p {
    margin-bottom: 0;
}

.table-holder {
    display: table;
    width: 100%;
    height: 100%;
}

.table-cell-holder {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    float: none !important;
}

.btn {
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    line-height: 18px;
    padding: 7px 5px;
    transition: all 0.3s ease 0s;
}

.btn.btn-primary,
.btn.btn-default {
    color: #ffffff;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 700;
}

.btn.btn-primary {
    background: #ff873a;
}

.btn.btn-primary:hover {
    background: #515151;
}

.btn.btn-default {
    background: #515151;
}

.btn.btn-default:hover {
    background: #ff873a;
}

.btn.btn-primary i {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 15px;
}

#reset-filters i {
    font-size: 16px;
}

a {
    color: #888888;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #ff873a;
}

.nopadding-right {
    padding-right: 0;
}

.nopadding-left {
    padding-left: 0;
}

.align-center {
    text-align: center;
}

.not-found {
    font-size: 30px;
    padding: 80px;
    background: url(../images/white-pattern.jpg) repeat;
}

.not-found span {
    color: #ff873a;
    display: block;
    font-size: 50px;
}

.about-us,
.home-news,
.home-product-list,
.home-brand-list {
    padding: 30px 0 50px 0;
}

.about-us {
    background: url(../images/orange-pattern.jpg) repeat;
    color: #ffffff;
    text-align: justify;
}

.cms-page p,
.about-us p {
    margin-bottom: 13px;
}

.form-control {
    background: #f9f9f9;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-group label {
    float: left;
    font-weight: 400;
    text-align: right;
    font-size: 14px;
    line-height: 17px;
}

.form-group label.required {
    position: relative;
}

.form-group label.required:after {
    position: absolute;
    content: "*";
    color: #ff7a06;
    top: 0;
    font-size: 25px;
}

.form-group.btns {
    text-align: center;
}

.tabs .tab-pane {
    padding: 40px;
}

.tabs .nav-tabs>li:first-child a {
    border-left: 1px solid #dadada;
    border-right: none;
}

.tabs .nav-tabs>li a {
    border-radius: 0;
    margin-right: 0;
    color: #333333;
    border: 1px solid #dadada;
    border-left: 0;
}

.tabs .nav-tabs>li.active>a,
.tabs .nav-tabs>li>a:focus,
.tabs .nav-tabs>li>a:hover {
    background: #ff7a06;
    color: #ffffff;
}

.tabs .tab-content {
    border: 1px solid #dadada;
    border-top: none;
    margin-bottom: 60px;
}

.tabs ul ul,
.blog-details ul {
    padding-left: 0px;
    list-style: none;
    margin: 15px 0;
}

.product-tabs .tab-content ul li {
    padding-left: 20px;
}

.product-tabs .tab-content li:before,
.blog-details ul li:before {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-right: 10px;
    color: #ff7a06;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.paragraph {
    padding: 15px 0;
    text-align: justify;
}

.paragraph-image-text .paragraph-image {
    max-width: 50%;
}

.paragraph-image-text.image-right .paragraph-image {
    float: right;
    margin-left: 30px;
}

.paragraph-image-text.image-left .paragraph-image {
    float: left;
    margin-right: 30px;
}

@media (min-width:768px) {
    .hidden-md-up {
        display: none;
    }
}


/*========================================================================================
    2. Header style
========================================================================================*/

.navbar-header {
    float: none;
}

.header-top {
    margin-bottom: 30px;
}

.header-top .navbar-brand {
    height: auto;
}

.header-top .navbar-brand:hover {
    opacity: 0.7;
}

.header-top .navbar-default {
    border-bottom: none;
    background-color: #f9f9f9;
}

.header-top .navbar-default .navbar-nav>li>a,
.language-holder #selected-language {
    font-size: 16px;
    position: relative;
    padding: 14px 35px 14px 15px;
}

.header-top .navbar-default .navbar-nav>li>a:before,
.language-holder #selected-language:before {
    content: "\f0da";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    bottom: 14px;
    color: #ff7a06;
}

.header-top .navbar-right {
    margin-right: 0px;
}

.header-top .fa {
    width: 18px;
    vertical-align: text-top;
}

.header-top .fa-user {
    font-size: 23px;
    color: #ff7a06;
    height: 30px;
    cursor: pointer;
    vertical-align: middle;
}

.header-top .inner .fa-user {
    font-size: 14px;
    height: auto;
    vertical-align: text-top;
}

.header-top .fa-user:hover {
    opacity: 0.7;
}

.dropdown:hover {
    cursor: pointer;
}

.dropdown-menu {
    border: none;
}

.dropdown-menu .inner {
    padding: 10px 15px;
}

.dropdown-menu .inner .fa {
    color: #ff7a06;
}

.dropdown-menu .inner a {
    display: block;
    color: #333333;
    height: 25px;
    line-height: 25px;
}

.dropdown-menu .inner a:hover {
    color: #ff7a06;
}

.dropdown-menu .inner a.user {
    margin-bottom: 5px;
    font-weight: bold;
    color: #ff7a06;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #e57934;
    background: none;
}

.header-top .language-holder,
.header-top .language-holder ul,
.header-top .language-holder span,
.header-top .dropdown {
    display: inline-block;
}

.language-holder ul {
    list-style: unset;
}

.language-holder ul li {
    display: inline-block;
    margin-right: 15px;
}

.language-holder ul li img {
    vertical-align: sub;
    opacity: 0.3;
}

.language-holder ul .lang-active a img {
    opacity: 1;
}


/*========================================================================================
    3. Search form style
========================================================================================*/

.research-zone {
    float: right;
    width: calc(100% - 160px);
    position: relative;
    margin-top: 30px;
}

.research-zone form {
    margin-bottom: 25px;
}

.research-zone form * {
    border-radius: 10px;
    height: 40px;
}

.research-zone button.btn-default {
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
    background: #e57934;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
}

.research-zone button:hover,
.research-zone button:focus {
    background: #e57934;
    color: #fff;
    opacity: 0.8;
}


/*========================================================================================
    4. Menu style
========================================================================================*/

.menu-top .p-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #ff873a;
    padding-bottom: 15px;
    float: left;
    width: 25%;
}

.menu-top .p-title i {
    margin-right: 10px;
}

.menu-top .p-title i.fa-chevron-down,
.menu-top .p-title i.fa-chevron-up {
    float: right;
    margin-top: 5px;
}

.menu-top .p-title a {
    color: #ff7a06;
}

.menu-top .p-title span {
    color: #000;
}

.menu-top .p-title span i {
    color: #ff7a06;
}

.others.menu-top .p-title {
    padding-right: 15px;
}

.others.menu-top .p-title a {
    display: block;
    width: 100%;
    text-decoration: none;
}

.others.menu-top {
    position: relative;
}

.others .category-top-menu {
    position: absolute;
    z-index: 1000;
    background: #fff;
    min-height: auto;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .15);
    padding: 10px;
    padding-right: 0;
}

.category-top-menu {
    list-style: none;
    padding: 0;
    width: 25%;
    float: left;
    position: relative;
    min-height: 442px;
    padding-top: 15px;
}

.category-top-menu i {
    display: none;
}

.category-top-menu li a {
    display: block;
    color: #000;
    padding-right: 30px;
}

.category-top-menu li p {
    position: relative;
    width: 100%;
    padding: 5px 0;
}

.category-top-menu li.selected p {
    padding-left: 10px;
}

.category-top-menu li.selected p {
    padding-left: 10px;
    border-left: 3px solid #ff7a06;
    background: #f9f9f9;
}

.category-top-menu li p:after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    bottom: 5px;
    color: #ff7a06;
    font-weight: bold;
}

.category-top-menu li.selected p:after {
    color: #333333;
}

.category-top-menu>li>div {
    position: absolute;
    display: block;
    width: 300%;
    top: 0;
    left: 100%;
    visibility: hidden;
    opacity: 0;
    background: #f9f9f9;
    padding: 15px 0;
    -webkit-transition: all .7s ease .3s;
    -moz-transition: all .7s ease .3s;
    -o-transition: all .7s ease .3s;
    -ms-transition: all .7s ease .3s;
    transition: all .7s ease .3s;
    z-index: 1;
    height: 442px;
    overflow: auto;
}

.category-top-menu>li:hover>div {
    opacity: 1;
    visibility: visible;
}

#subcategory-holder {
    padding: 0px 0 15px 40px;
}

#subcategory-holder ul {
    list-style: none;
    padding-left: 0;
}

#subcategory-holder li {
    text-align: center;
}

#subcategory-holder li img {
    display: inline-block;
    max-width: 100%;
    cursor: pointer;
    max-height: 173px;
}

#subcategory-holder li img:hover {
    opacity: 0.8;
}

#subcategory-holder p {
    color: #767676;
    margin-top: 15px;
}

.index #subcategory-holder {
    display: none;
}

.rootCategory ul {
    list-style: none;
    padding-left: 15px;
}

.rootCategory ul>li {
    width: 33.33%;
    float: left;
    margin-bottom: 5px;
}

.rootCategory ul>li li {
    width: 100%;
    float: none;
    margin-bottom: 0;
}

.rootCategory ul>li a {
    border-left: 3px solid #ff7a07;
    padding-left: 8px;
    color: #333;
}

.rootCategory ul>li a:hover {
    color: #ff7a07;
}

.rootCategory ul>li li a {
    border-left: none;
    color: #757575;
}


/*========================================================================================
    5. Home page banner and Category slider
========================================================================================*/

.menu-top {
    margin-bottom: 20px;
}

.menu-top .holder {
    border-bottom: 1px solid #e5e5e5;
}

.index.menu-top {
    margin-bottom: 45px;
}

.menu-top>div {
    position: relative;
}

.menu-top .bx-wrapper {
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    background: #100c07;
}

.menu-top .bx-wrapper .bx-pager {
    bottom: 70px;
    right: 45px;
    width: auto;
}

.menu-top .bx-wrapper .bx-pager.bx-default-pager a {
    background: #ececec;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.menu-top .bx-wrapper .bx-pager.bx-default-pager a.active,
.menu-top .bx-wrapper .bx-pager.bx-default-pager a:focus,
.menu-top .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #ff7a06;
}

#bannerHolder ul {
    padding-left: 0;
    list-style: none;
}

.banner-content {
    position: absolute;
    top: 20%;
    right: 5%;
    left: 10%;
    color: #ffffff;
    z-index: 2;
}

#bannerHolder ul li:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    content: "";
    top: 0;
}

.banner-content .title {
    font-size: 35px;
    padding-left: 50px;
    margin-bottom: 20px;
}

.banner-content .text {
    font-size: 23px;
}

.banner-content .text button {
    margin-top: 20px;
    background: transparent;
    color: #fff;
    font-size: 20px;
    border: 1px solid #ff7a06;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 8px;
}

.banner-content .text button:hover {
    opacity: 0.8;
}

.banner-content .text button i {
    color: #ff7a06;
}

#bannerHolder,
#subcategory-holder {
    min-height: 0;
    float: right;
    position: relative;
    z-index: 0;
    width: 75%;
    margin-top: 22px;
}

.slider-category-list {
    padding: 0 0 35px 0;
    text-align: center;
}

.slider-category-list a {
    color: #333333;
    display: block;
}

.slider-category-list a:hover {
    opacity: 0.8;
}

.slider-category-list img {
    max-width: 100%;
    max-height: 155px;
}

.slider-category-list p {
    margin-top: 15px;
}

.slider-category-list .bx-custom-wrapper .bx-controls-direction a {
    color: #b2b2b2;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-top: -40px;
    outline: 0 none;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
    z-index: 999;
}

.slider-category-list .bx-custom-wrapper .bx-controls-direction a.bx-prev {
    right: calc(100% + 30px);
}

.slider-category-list .bx-custom-wrapper .bx-controls-direction a.bx-next {
    left: calc(100% + 30px);
}

.slider-category-list .bx-controls-direction .bx-prev::before,
.slider-category-list .bx-controls-direction .bx-next::before {
    display: block;
    height: 40px;
    width: 40px;
    font-family: "FontAwesome";
    position: absolute;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.slider-category-list .bx-controls-direction .bx-prev::before {
    content: "\f177";
    left: 0px;
    top: 0;
}

.slider-category-list .bx-controls-direction .bx-next::before {
    content: "\f178";
    right: 0px;
    top: 0;
}

.slider-category-list .bx-controls-direction .bx-prev:hover::before,
.slider-category-list .bx-controls-direction .bx-next:hover::before {
    border-color: #ff7a06;
    color: #ff7a06;
}

.category-description {
    background: #f9f9f9;
    padding: 15px;
    margin-bottom: 20px;
    text-align: justify;
}


/*========================================================================================
    6. Footer style
========================================================================================*/

footer {
    background-size: cover;
    background-repeat: no-repeat;
    color: #767676;
    padding-top: 50px;
    background-image: url(../images/footer-bg.jpg);
}

footer img {
    margin-right: 3.33%;
    max-width: 30%;
}

footer h3 {
    margin-top: 0px;
    color: #cecece;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
}

footer .collapse {
    display: inherit;
}

footer ul {
    list-style: none;
    padding-left: 0;
}

footer ul li a {
    margin-bottom: 5px;
    font-size: 14px;
    color: #898989;
}

footer ul li a:hover {
    text-decoration: none;
    color: #fff;
}

.store-informations i {
    color: #cecece;
    margin-right: 8px;
}

footer .social-line {
    margin-top: 20px;
    border-top: 1px solid #817f7d;
    padding-top: 20px;
    margin-bottom: 20px;
}

footer .copyright {
    font-size: 14px;
    display: inline-block;
}

footer .copyright span {
    font-weight: bold;
    color: #ff7a06;
}

.social-line li {
    display: inline-block;
    margin-left: 15px;
}

.social-line li a {
    font-size: 20px;
    color: #fff;
}

.social-line li a:hover {
    opacity: 0.8;
}


/*========================================================================================
    7. Account style
========================================================================================*/

.account-space {
    background: url(../images/white-pattern.jpg) repeat;
    padding: 10px 0 30px 0;
}

.account-space .space-around {
    padding: 100px 0 50px 0;
    text-align: center;
}

.account-space h1 {
    font-size: 18px;
    font-weight: 500;
    color: #ff873a;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}

.account-space form {
    max-width: 570px;
    margin: 0 auto;
    background: #ffffff;
    padding: 40px 20px;
    border: 1px solid #e5e5e5;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    margin-top: 60px;
}

.account-space form .show-password {
    position: absolute;
    height: 32px;
    right: 15px;
    bottom: 1px;
    background: #333333;
    color: #fff;
}

.account-space form .show-password:hover {
    opacity: 0.8;
}

.new-account {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    text-align: center;
}

.new-account a {
    color: #ff873a;
}

.account-space form .forgot-password {
    text-align: center;
    margin-bottom: 25px;
}

.account-space form .forgot-password a {
    text-decoration: underline;
    color: #ff873a;
    font-size: 13px;
}

.account-space form .forgot-password a:hover {
    opacity: 0.8;
}

.remember-account {
    text-align: center;
}

.remember-account label {
    font-weight: 400;
    font-size: 13px;
    vertical-align: text-top;
}

.mandatory-fields {
    font-size: 12px;
    float: right;
}

.mandatory-fields span {
    color: #ff7a06;
    vertical-align: bottom;
    font-size: 20px;
    line-height: 20px;
}

.capsuled-form .form-group {
    display: block;
    clear: both;
}

.capsuled-form .form-group:before,
.capsuled-form .form-group:after {
    display: table;
    content: " ";
}

.capsuled-form .form-group:after {
    clear: both;
}

.capsuled-form .form-control {
    width: 70%;
}

.capsuled-form label {
    width: 25%;
    padding-right: 40px;
}

.capsuled-form .new-account {
    padding: 0 0 20px;
    margin-bottom: 20px;
    text-align: left;
    border-top: none;
}

.capsuled-form .g-recaptcha {
    text-align: right;
    margin-bottom: 20px;
    margin-top: 20px;
}

.capsuled-form .g-recaptcha>div {
    display: inline-block;
    margin-right: 25px;
}

.fos_user_user_show {
    margin-bottom: 30px;
}

.table-data-sheet {
    width: 100%;
}

.table-data-sheet tr td:first-child {
    width: 30%;
    font-weight: 700;
    color: #333;
}

.table-data-sheet tr td {
    padding: 10px 20px 11px;
}

.table-data-sheet tr.odd {
    background: #ffffff;
}

.account-tabs {
    margin-bottom: 30px;
}

.account-tabs .tab-content {
    margin-bottom: 0;
}


/*========================================================================================
    8. Product style
========================================================================================*/

.product-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    overflow: hidden;
    color: #333333;
    display: block;
    margin-bottom: 10px;
    min-height: 40px;
}

.product-title:hover {
    color: #ff7a06;
    text-decoration: none;
}

.product-description {
    font-size: 14px;
    color: #8a8a8a;
    line-height: 18px;
    height: 54px;
    overflow: hidden;
    margin-top: 5px;
}

.product-family {
    font-size: 14px;
}

.product-item {
    text-align: left;
}

.product-list ul {
    padding-left: 0;
    list-style: none;
}

.product-list .count {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ececec;
}


/*========================================================================================
    8.1. Product home list
========================================================================================*/

.home-product-list {
    background: url(../images/white-pattern.jpg) repeat;
    text-align: center;
}

.home-product-list li {
    padding: 0;
}

.home-product-list li>div {
    position: relative;
}

.bx-custom-wrapper {
    position: relative;
    display: inline-block;
}

.home-product-list .bx-custom-wrapper .bx-controls-direction a {
    color: #b2b2b2;
    font-size: 60px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    outline: 0 none;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
    z-index: 999;
}

.home-product-list .bx-custom-wrapper .bx-controls-direction a.bx-prev {
    right: 100%;
}

.home-product-list .bx-custom-wrapper .bx-controls-direction a.bx-next {
    left: 100%;
}

.home-product-list .bx-controls-direction .bx-prev::before {
    border-left: 2px solid #b2b2b2;
    border-top: 2px solid #b2b2b2;
    content: "";
    display: block;
    height: 25px;
    width: 25px;
    left: 0px;
    position: absolute;
    top: 0;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
}

.home-product-list .bx-controls-direction .bx-next::before {
    border-bottom: 2px solid #b2b2b2;
    border-right: 2px solid #b2b2b2;
    content: "";
    display: block;
    height: 25px;
    width: 25px;
    position: absolute;
    right: 0px;
    top: 0;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
}

.home-product-list .bx-controls-direction .bx-prev:hover::before,
.home-product-list .bx-controls-direction .bx-next:hover::before {
    border-color: #ff7a06;
}


/*========================================================================================
    8.2. Product grid item
========================================================================================*/

.product-item.grid {
    background: #ffffff;
    transition: border-width 0.6s linear;
    margin-top: 20px;
}

.product-item.grid .hover-holder {
    padding: 30px;
    border: 1px solid #dadada;
}

.product-item.grid::before,
.product-item.grid::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #ff7a06;
}

.product-item.grid::before {
    left: 50%;
    top: 0;
    transition-duration: 0.4s;
}

.product-item.grid::after {
    left: 50%;
    bottom: 0;
    transition-duration: 0.4s;
}

.product-item.grid .hover-holder::before,
.product-item.grid .hover-holder::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #ff7a06;
}

.product-item.grid .hover-holder::before {
    left: 0;
    top: 50%;
    transition-duration: 0.4s;
}

.product-item.grid .hover-holder::after {
    right: 0;
    top: 50%;
    transition-duration: 0.4s;
}

.product-item.grid:hover::before,
.product-item.grid:hover::after {
    width: 100%;
    left: 0;
}

.product-item.grid:hover .hover-holder::before,
.product-item.grid:hover .hover-holder::after {
    height: 100%;
    top: 0;
}

.product-item.grid.new::before,
.product-item.grid.new::after,
.product-item.grid.new .hover-holder::before,
.product-item.new.grid .hover-holder::after {
    display: none;
}

.product-item.grid .product-image {
    height: 130px;
    display: block;
    width: 100%;
    position: relative;
}

.product-item.grid img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.product-item.grid .product-title {
    margin-top: 15px;
}

.product-item.new .hover-holder {
    border: 2px solid #ff7a06;
    position: relative;
}

.product-item.new .new-label,
.product-images.new .new-label {
    position: absolute;
    top: -12px;
    right: 30px;
    background: #ff7a06;
    text-transform: uppercase;
    padding: 0px 20px 0 20px;
    color: #ffffff;
    z-index: 3;
}


/*========================================================================================
    8.3. Product list item
========================================================================================*/

.product-list li {
    margin-bottom: 45px;
}

.product-list .product-images {
    background: #f9f9f9;
    padding: 10px;
}

.product-list .product-images .brand-image {
    margin-right: 10px;
    width: calc((100% - 10px)/3);
    float: left;
    padding: 5px;
    background: #ffffff;
}

.product-list .product-images .product-image {
    width: calc((100% - 10px)/3*2);
    float: left;
    padding: 5px;
    background: #ffffff;
    text-align: center;
}

.product-images img {
    max-width: 100%;
}

.product-list .product-images img {
    max-height: 150px;
}

.product-filters {
    margin-bottom: 20px;
}

.block-filters {
    display: inline-block;
}

.active-filter {
    border: 1px solid #d6d4d4;
    font-size: 12px;
    line-height: 24px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 10px;
    padding-left: 7px;
    margin-bottom: 5px;
}

.active-filter i {
    padding: 0 5px;
    line-height: 24px;
    background: #F9F9F9;
    border-left: 1px solid #d6d4d4;
    color: #ff7a06;
    margin-left: 5px;
}

.label-filter {
    font-size: 14px;
    color: #ff7a06;
}


/*========================================================================================
    8.4. Product details page
========================================================================================*/

.product-info h1 {
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: none;
    color: #3a3939;
    font-weight: 500;
    border: none;
}

.product-info p {
    margin-bottom: 15px;
    color: #888787;
    font-size: 13px;
}

.product-info p span {
    color: #3a3939;
    font-weight: 500;
}

.brand-info {
    max-width: 100%;
    margin-bottom: 30px;
}

.brand-info .image {
    display: inline-block;
    max-width: 40%;
    vertical-align: middle;
    margin-right: 10px;
}

.brand-info .image img {
    display: block;
    max-width: 100%;
}

.brand-info span {
    color: #000;
    font-weight: 500;
}

.export-details {
    border: 1px solid #dbdbdb;
    clear: both;
    margin-bottom: 20px;
}

.export-details .export-info {
    padding: 30px 30px 0 30px;
}

.export-details .export-type {
    padding: 30px;
}

.export-details .title {
    background: #ff7a06;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
}

.export-details i {
    margin-right: 15px;
    color: #dd0606;
}

.export-details a {
    display: block;
    color: #6d6d6d;
}

.export-info a {
    text-decoration: underline;
}

.export-details a:hover {
    color: #ff7a06;
}

.export-type a {
    font-weight: bold;
}

.anchor-description {
    text-align: center;
}

.anchor-description a {
    color: #ff7a06;
    display: inline-block;
    border: 1px solid #dbdbdb;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.product-tabs {
    margin-top: 40px;
    color: #666666;
}

.product-tabs #description ul {
    padding-left: 0;
    list-style: none
}

.product-tabs #specifications .table-data-sheet tr:nth-child(odd) {
    background: #eeeeee;
}

.product-images .bigImage {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #dbdbdb;
    background: #fff;
    position: relative;
    z-index: 2;
    cursor: default;
}

.product-images .gallery-thumbnails-holder {
    margin: 10px auto;
    max-width: 85%;
    position: relative;
    z-index: 99;
}

.product-images .gallery-thumbnails-holder li {
    height: 90px;
    background: #ffffff;
    text-align: center;
    width: 90px;
}

.product-images .gallery-thumbnails-holder li a,
.product-images .gallery-thumbnails-holder li>div {
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 100%;
    display: block;
    padding: 5px;
    cursor: pointer;
}

.product-images .gallery-thumbnails-holder li a.active {
    border: 2px solid #ffbc82;
}

.product-images .gallery-thumbnails-holder li img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.product-images .bx-custom-wrapper .bx-controls-direction a {
    color: #b2b2b2;
    font-size: 60px;
    height: 50px;
    line-height: 50px;
    margin-top: -10px;
    outline: 0 none;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 30px;
    z-index: 999;
}

.product-images .bx-custom-wrapper .bx-controls-direction a.bx-prev {
    right: 100%;
}

.product-images .bx-custom-wrapper .bx-controls-direction a.bx-next {
    left: 100%;
}

.product-images .bx-controls-direction .bx-prev::before {
    border-left: 1px solid #b2b2b2;
    border-top: 1px solid #b2b2b2;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    left: 0px;
    position: absolute;
    top: 0;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
}

.product-images .bx-controls-direction .bx-next::before {
    border-bottom: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0px;
    top: 0;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
}

.product-images .bx-controls-direction .bx-prev:hover::before,
.product-images .bx-controls-direction .bx-next:hover::before {
    border-color: #ff7a06;
}

.product-images .bx-controls-direction .bx-prev.disabled,
.product-images .bx-controls-direction .bx-next.disabled {
    cursor: default;
}

.product-images .bx-controls-direction .bx-prev.disabled:hover::before,
.product-images .bx-controls-direction .bx-next.disabled:hover::before {
    border-color: #b2b2b2;
}

.zoom {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.zoom.hover {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    position: relative;
    z-index: 999;
}

.zoom-in {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    padding: 10px 20px;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .15);
    margin-bottom: 20px;
    margin-top: 10px;
    display: inline-block;
    color: #000;
}

.zoom-in i {
    margin-left: 5px;
    color: #ff7a06;
}

.zoom.hover .zoom-in {
    opacity: 0;
}


/*========================================================================================
    8.5. Product list sidebar
========================================================================================*/

.sidebar {
    margin-bottom: 30px;
}

.sidebar-top-title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ff7a06;
    border-bottom: 1px solid #ff7a06;
    padding-bottom: 10px;
}

.sidebar-block {
    margin-top: 20px;
    font-size: 13px;
    color: #373737;
    border-bottom: 1px solid #ececec;
}

.sidebar-block.small a {
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
    color: #373737;
}

.sidebar-block.small a:hover,
.sidebar-block.small a.active {
    color: #ff7a06;
}

.sidebar-block .sidebar-title {
    font-size: 13px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
    border-left: 2px solid #ff7a06;
    padding-left: 5px;
}

.sidebar-block label {
    font-weight: 400;
    vertical-align: middle;
}

.sidebar-block>div {
    max-height: 160px;
    overflow-y: auto;
}

.sidebar-search .sidebar-block>div {
    max-height: 960px;
    overflow-y: auto;
}

.sidebar-block>div a {
    display: block;
    font-size: 13px;
    color: #373737;
    margin-bottom: 5px;
}

.sidebar-block>div a:hover {
    color: #ff7a06;
    text-decoration: none;
}

.sidebar-title-collapse {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin: 5px 0;
    font-weight: 500;
    background: #ff7a06;
    padding: 7px;
    line-height: 14px;
}

a.sidebar-title-collapse:hover,
a.sidebar-title-collapse:link,
a.sidebar-title-collapse:visited {
    color: #fff;
    text-decoration: none;
}

a.sidebar-title-collapse[aria-expanded=true] .fa-chevron-right {
    display: none;
}

a.sidebar-title-collapse[aria-expanded=false] .fa-chevron-down {
    display: none;
}


/*========================================================================================
    8.6. Product favorite list and compare list
========================================================================================*/

.remove-from-favorites,
.remove-from-compare {
    width: 20px;
    height: 20px;
    background: #333333;
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 7px;
    font-size: 13px;
    position: relative;
    z-index: 1;
}

.remove-from-favorites:hover,
.remove-from-compare:hover {
    background: #ff7a06;
    color: #fff;
    cursor: pointer;
}

.btn.add-to-wishlist,
.btn.add-to-compare {
    font-size: 15px;
    display: block;
    text-align: left;
    font-weight: 400;
    padding: 10px 15px;
    position: relative;
}

.btn.add-to-wishlist i,
.btn.add-to-compare i {
    font-size: 17px;
    margin-right: 10px;
    color: #ff7a06;
}

.btn.add-to-wishlist:after {
    content: "";
    width: 90%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 1px;
    background: #ff7a06;
    bottom: 0;
}

.product-btn-holder {
    padding: 5px 0;
    border: 1px solid #dbdbdb;
}

.product-btn-holder .btn {
    color: #6d6d6d;
    text-align: center;
}

.product-btn-holder .btn:hover {
    color: #ff7a06;
}

.compare-item .holder {
    border: 1px solid #dbdbdb;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    margin-bottom: 15px;
}

.compare-item .holder .line a {
    color: #333333;
}

.compare-item .holder .line a:hover {
    color: #ff7a06;
}

.compare-item .holder h3 {
    font-size: 17px;
}

.compare-item .holder .line {
    margin: 5px 0;
}

.compare-item .holder .line span {
    font-weight: bold;
}

.compare-item .product-image {
    float: none;
    clear: both;
    height: 200px;
    text-align: center;
}

.compare-item .product-image img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    margin-top: 10px;
}


/*========================================================================================
    9.1. News home item
========================================================================================*/

.news-home-item {
    border: 1px solid #dadada;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}

.news-home-item .half-column {
    width: 50%;
    float: left;
}

.news-home-item .text {
    padding: 20px 13px;
    font-size: 14px;
    line-height: 18px;
}

.news-home-item .title {
    font-weight: bold;
    color: #333333;
    height: 36px;
    overflow: hidden;
    display: block;
    margin-bottom: 15px;
    margin-top: 10px;
}

.news-home-item .title:hover {
    color: #ff7a06;
    text-decoration: none;
}

.news-home-item .description {
    height: 90px;
    overflow: hidden;
    margin-bottom: 50px;
}

.news-home-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.news-home-item .btn-news {
    background: #fff1e6;
    font-size: 14px;
    color: #333333;
    padding: 0;
    line-height: 27px;
    background: linear-gradient(to left, #fff1e6 50%, #ff7a06 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 1s ease;
}

.news-home-item .btn-news:hover {
    background-position: left bottom;
    color: #ffffff;
}

.news-home-item .btn-news * {
    display: inline-block;
}

.news-home-item .btn-news i {
    width: 27px;
    height: 27px;
    background: #ff7a06;
    vertical-align: top;
    color: #ffffff;
    line-height: 27px;
    font-weight: bold;
}

.news-home-item .btn-news span {
    padding: 0 30px;
}


/*========================================================================================
    9.2. News details
========================================================================================*/

.blog-details {
    padding: 20px 15px;
}

.blog-details h1 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #333;
}

.blog-details img {
    max-width: 40%;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.blog-details .category {
    margin-bottom: 5px;
}

.blog-details .date {
    margin-bottom: 10px;
}

.blog-details .date i {
    color: #ff873a;
    margin-right: 5px;
}

.blog-details>div {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 30px;
}


/*========================================================================================
    9.3. News item
========================================================================================*/

.blog-item .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    color: #333333;
    display: block;
    margin-bottom: 10px;
}

.blog-item {
    margin-bottom: 30px;
}

.blog-item img {
    border: 10px solid #f9f9f9;
}


/*========================================================================================
    10.1. Brands style
========================================================================================*/

.home-brand-list .container>div {
    border: 1px solid #dadada;
}

.home-brand-list .tab-content {
    margin-top: 30px;
    margin-bottom: 30px;
}

.home-brand-list .tab-content ul {
    padding-left: 0;
    list-style: none;
}

.home-brand-list .tab-content li {
    width: 16.66%;
    float: left;
    height: 95px;
    padding: 15px 20px;
    text-align: center;
}

.home-brand-list .tab-content li:nth-child(7),
.home-brand-list .tab-content li:nth-child(8),
.home-brand-list .tab-content li:nth-child(9),
.home-brand-list .tab-content li:nth-child(10),
.home-brand-list .tab-content li:nth-child(11),
.home-brand-list .tab-content li:nth-child(12) {
    border-bottom: none;
}

.home-brand-list .tab-content li:nth-child(6n) {
    border-right: none;
}

.home-brand-list .tab-content li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.home-brand-list img,
.home-brand-list span {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.home-brand-list span {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F9F9F9;
    color: #000;
}

.home-brand-list .nav-tabs>li>a {
    border-radius: 0;
    margin-right: 0px;
    border-left: 0;
    margin-top: -1px;
    border-top: 2px solid transparent;
}

.home-brand-list .nav-tabs>li>a {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.home-brand-list .nav-tabs>li.active>a,
.home-brand-list .nav-tabs>li>a:focus,
.home-brand-list .nav-tabs>li>a:hover {
    background-color: #ffffff;
    border-top: 2px solid #ff7a06;
}

.home-brand-list .nav-tabs>li.active>a {
    border-right: 1px solid #ddd;
}

.home-brand-list .nav-tabs>li:first-child>a:hover {
    border-left: 1px solid #fff;
}

.home-brand-list .tab-content li a:hover {
    opacity: 0.8;
}


/*========================================================================================
    10.2. Brands list style
========================================================================================*/

.brands-list ul,
.family-products ul,
.brand-products ul,
.product-assoc ul {
    list-style: none;
    padding-left: 0;
}

.brand-products li>div,
.product-assoc li>div {
    position: relative;
}

.product-assoc {
    margin-bottom: 20px;
}

.logo-container {
    padding: 10px 0 0px 0;
}

.logo-container .logo {
    border: 1px solid #dadada;
    padding: 15px;
}

.logo-container .logo a {
    display: block;
    text-align: center;
    position: relative;
    height: 130px;
}

.logo-container .logo a img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
}

.logo-container .logo a:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.logo-container .logo span {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F9F9F9;
    color: #000;
}

.all-brands-link {
    float: right;
    margin-top: 15px;
    font-weight: bold;
    color: #333333;
}

.all-brands-link:hover {
    color: #ff7a06;
}

.all-brands-link i {
    margin-left: 10px;
}


/*========================================================================================
    10.3. Brands page style
========================================================================================*/

.brand-description img {
    float: left;
    margin-right: 30px;
    max-width: 30%;
}

.lnk_more_brand {
    color: #ff7a06;
    margin-top: 5px;
    display: inline-block;
    font-style: italic;
}


/*========================================================================================
    11. Family style
========================================================================================*/

.family-description {
    margin-bottom: 30px;
}

.family-products li>div {
    position: relative;
}

.family-block {
    margin: 30px 0;
    text-align: center;
}

.family-slider li a {
    padding: 10px 0;
    border: 1px solid;
    min-height: 120px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    color: #fff;
    background: #FF8739;
}

.family-slider li a span {
    width: 100%;
    text-align: center;
}

.family-slider li:nth-child(4n+0) a {
    background: #FF8739;
}

.family-slider li:nth-child(4n+1) a {
    background: #BF642B;
}

.family-slider li:nth-child(4n+2) a {
    background: #7F431E;
}

.family-slider li:nth-child(4n+0) a {
    background: #41220E;
}

.family-slider .bx-custom-wrapper .bx-controls-direction a {
    color: #b2b2b2;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    outline: 0 none;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
    z-index: 999;
}

.family-slider .bx-custom-wrapper .bx-controls-direction a.bx-prev {
    right: calc(100% + 30px);
}

.family-slider .bx-custom-wrapper .bx-controls-direction a.bx-next {
    left: calc(100% + 30px);
}

.family-slider .bx-controls-direction .bx-prev::before,
.family-slider .bx-controls-direction .bx-next::before {
    display: block;
    height: 40px;
    width: 40px;
    font-family: "FontAwesome";
    position: absolute;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.family-slider .bx-controls-direction .bx-prev::before {
    content: "\f177";
    left: 0px;
    top: 0;
}

.family-slider .bx-controls-direction .bx-next::before {
    content: "\f178";
    right: 0px;
    top: 0;
}

.family-slider .bx-controls-direction .bx-prev:hover::before,
.family-slider .bx-controls-direction .bx-next:hover::before {
    border-color: #ff7a06;
    color: #ff7a06;
}


/*========================================================================================
    12. Export page
========================================================================================*/

.exportDataProducts .group-holder .form-group {
    width: 50%;
    float: left;
    display: flex;
    align-items: center;
}

.exportDataProducts .group-holder .form-group.full-width .row {
    width: 100%;
}

.exportDataProducts .table-bordered tr:nth-child(even) {
    background: #eeeeee;
}

.exportDataProducts #data-match-select input[type='text'] {
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.exportDataProducts .group-holder .form-group label {
    text-align: left;
}

#export h4 .fa-download,
#history h4 .fa-download,
#templates h4 .fa-download {
    color: #ff7a06;
    margin-right: 5px;
}

.exportDataProducts .group-holder .btn-export button {
    float: right;
}

.actions-template {
    border: 1px solid #ff7a06;
    padding: 5px 25px;
    display: inline-block;
    text-align: center;
}

.actions-template a {
    color: #ff7a06;
    font-size: 17px;
}

.actions-template a:hover {
    color: #333333;
}


/*========================================================================================
    13. Pagination
========================================================================================*/

.navigation {
    text-align: center;
    margin: 30px 0 20px 0;
}

.navigation .pagination span,
.navigation .pagination a {
    display: inline-block;
    color: #333333;
}

.navigation .pagination a,
.navigation .pagination span.current {
    padding: 6px 14px;
}

.navigation .pagination span.current,
.navigation .pagination span:hover,
.navigation .pagination span:hover a,
.navigation .pagination a:hover {
    border-radius: 5px;
    background: #ff7a06;
    color: #ffffff;
    cursor: pointer;
}


/*========================================================================================
    14. Breadcrumb style
========================================================================================*/

.index .breadcrumb {
    display: none;
}

.breadcrumb {
    display: inline-block;
    padding: 0 11px;
    border: 1px solid #d6d4d4;
    font-size: 12px;
    line-height: 24px;
    min-height: 6px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
    color: #ff7a06;
}

.breadcrumb .navigation-pipe {
    width: 18px;
    display: inline-block;
    text-indent: -5000px;
}

.breadcrumb a {
    display: inline-block;
    background: #fff;
    padding: 0 15px 0 22px;
    margin-left: -26px;
    position: relative;
    z-index: 2;
    color: #333;
}

.breadcrumb a::after {
    display: inline-block;
    content: ".";
    position: absolute;
    right: -10px;
    top: 3px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-right: 1px solid #d6d4d4;
    border-top: 1px solid #d6d4d4;
    border-radius: 2px;
    text-indent: -5000px;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.breadcrumb a::before {
    display: inline-block;
    content: ".";
    position: absolute;
    left: -10px;
    top: 3px;
    width: 18px;
    height: 18px;
    background: transparent;
    border-right: 1px solid #d6d4d4;
    border-top: 1px solid #d6d4d4;
    border-radius: 2px;
    text-indent: -5000px;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.breadcrumb a.home::before {
    border: none;
}

.breadcrumb a.home {
    color: #ff7a06;
}


/*========================================================================================
    15. Loader style + Load more
========================================================================================*/

.preloader {
    position: absolute;
    top: 0;
    left: 100%;
    width: 300%;
    height: 100%;
    z-index: 1;
}

.category-top-menu:hover .preloader {
    visibility: visible;
    opacity: 1;
}

.loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #333;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ff8739;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.product-holder-table .preloader {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
}

.product-holder-table {
    position: relative;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.expand-content.limited {
    overflow: hidden;
    height: 92px;
    text-align: justify;
    line-height: 22px;
}

.expand-content.limited img {
    max-height: 92px;
}

.expand-content.limited.expanded img {
    max-height: 100%;
}

.lnk-more-content {
    margin-top: 5px;
    float: right;
    border-radius: 7px;
}

.lnk-more-content i {
    margin-right: 0!important;
    font-size: 16px!important;
}


/*========================================================================================
    16. Ads style
========================================================================================*/

.block-ads {
    margin-top: 30px;
    text-align: center;
}

.product-tabs.block-ads {
    margin-top: 40px;
}

.block-ads a {
    display: inline-block;
    position: relative;
}

.block-ads .bg {
    background: rgba(0, 0, 0, 0.5);
    display: block;
    padding: 10px;
}

.block-ads img {
    max-width: 100%;
}

.block-ads .table-holder {
    position: absolute;
    text-align: center;
    top: auto;
    left: 0;
    bottom: 0;
    color: #fff;
    margin: auto;
}

.block-ads .table-cell-holder {
    vertical-align: bottom;
}

.block-ads .title {
    margin-bottom: 5px;
    font-size: 20px;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
}