/** GENERALS */
html, body {    
    width: 100%; 
    height: 100%; 
    font-size: 13px;  
    line-height: 1.42857143;
}
/** POWERED BY **/
.croonus-powered-by{
    font-family: 'Exo', sans-serif !important;
    width: 100%;
    background: #494949;
    padding: 5px;
}
.croonus-powered-by-text{
    text-align: center;
    color: #fff; 
    margin: 0;
}
.croonus-powered-by-link{
    color: #42b732; 
}
.croonus-powered-by-link:hover{
    color: #fff; 
}
/** ./POWERED BY **/
/** RADIO AND CHECKBOX  **/
.radio-btn-input{
    display: none;  
}
.radio-btn-chekbox{
    top: 3px;
    height: 15px;
    width: 15px;
    border: 1px solid #fff;
    display: inline-block;
    position: relative;
}
[type=radio]:checked + span:before {
    content: '\2714';
    color: #fff;
    position: absolute;
    top: -3px;
    left: 1px;
}
.contact-page .contact-form form.register-form label {
    color: #333;
    font-weight: bold;
}
.flash-success {
    display: inline-block;
    width: 100%;
    padding: 15px;
    background-color: green;
    color: white;
}

/** ./RADIO AND CHECKBOX  **/
/** SIDEBAR SLIDER **/

::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: transparent;
}
::-webkit-scrollbar{
    width: 8px;
    height: 3px;
    background-color: transparent;
}
::-webkit-scrollbar-thumb{
    border-radius: 0px;
    background-color: #ed1c24;
}
div::-webkit-scrollbar{
    width: 3px;
}
.nav-tabs::-webkit-scrollbar-track{
    -webkit-box-shadow: none;
    border-radius: 0px;
    background-color: transparent;
}
.nav-tabs::-webkit-scrollbar{
    width: 0px;
    height: 3px;
    background-color: transparent;
}
.nav-tabs::-webkit-scrollbar-thumb{
    border-radius: 0px;
    -webkit-box-shadow: none;
    background-color: #ed1c24;
}
/** ./SIDEBAR SLIDER **/
/** INPUT DESIGN **/
.mat-div label {
    display: block;
    transform: translateY(25px);
    color: #4e4e4e;
    transition: all 0.5s;
    margin-left: 13px;
    margin-bottom: 0;
}

.mat-div select,
.mat-div textarea,
.mat-div input[type="email"],
.mat-div input[type="password"],
.mat-div input[type="number"],
.mat-div input[type="text"]{
    position: relative;
    background: transparent;
    width: 100%;
    border: none;
    border-radius: 0;
    outline: none;
    padding: 2px 13px;
    font-size: 16px;
}
.mat-div input[readonly="readonly"]{
    background: #e8e8e8;
    color: #8a8a8a;
}
.mat-div select::-webkit-input-placeholder,
.mat-div textarea::-webkit-input-placeholder,
.mat-div input[type="email"]::-webkit-input-placeholder,
.mat-div input[type="password"]::-webkit-input-placeholder,
.mat-div input[type="number"]::-webkit-input-placeholder,
.mat-div input[type="text"]::-webkit-input-placeholder{

}

.mat-div {
    padding: 5px 10px;
    position: relative;
}

.mat-div:after, .mat-div:before {
    content: "";
    position: absolute;
    display: block;
    width: calc(100% - 20px);
    height: 0;
    border-bottom: 1px solid #a5a5a5;
    background-color: transparent;
    bottom: 4px;
    left: 10px;
    transition: all 0.5s;
}
.mat-div.error-field:after, .mat-div.error-field:before {
    content: "";
    position: absolute;
    display: block;
    width: calc(100% - 20px);
    height: 0px;
    border-bottom: 1px dashed red;
    background-color: transparent;
    bottom: 4px;
    left: 10px;
    transition: all 0.5s;
}

.mat-div::after {
    border-bottom: 1px solid #000;
    transform: scaleX(0);
}

.is-active::after {
    transform: scaleX(1);
}

.mat-div.is-active label {
    color: #ed1c24;
}

.mat-div.is-completed  label {

    transform: translateY(0);
}
input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill {
    background-color: transparent !important;
    background-image: none;
    color: rgb(0, 0, 0);
    border: none;
}
/** ./INPUT DESIGN **/
.loader-holder{
    position: relative;
}
.registration-loader-holder{
    width: 175px;
}
.login-loader-holder .li-overlay{
    width: 133px;
}
.profile-address-loader-holder {
    width: 140px;
}
.li-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.79); 
    z-index: 99;
}
.loader {
    position: absolute;
    display: block;
    width: 100%;
    height: 10px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.btn-primary-default{
    border: 1px solid #ed1c24;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 0px;
    color: #333;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    outline: none;
    padding: 4px 30px 4px;  
}
.btn-primary-default:focus,
.btn-primary-default:active,
.btn-primary-default:hover{
    border: 1px solid #333;
    color: #ed1c24;
    box-shadow: none;
}
.filter-btn{
    margin: auto;
    margin-bottom: 20px;
}
.spec.title span{
    width: 49%;
    position: relative;
    display: inline-block;
}
.header-style-1 {
    margin-top: -18px;
}
.navbar-header{
    position: relative;
    display: inline-block;
}
.edit-input {
    background-color: white;
    border: none;
    padding: 5px;
}
.padding-0{
    padding: 0;
}
.padding-10{
    padding: 10px;
}
.margin-bottom-30{
    margin-bottom: 30px;
}
.logo_main {
    width: 100%;
    margin-top: -20px;
}

.red_text {
    color: #ed1c24;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}
.error-holder {
    /*position: absolute;
    right: 10px;
    bottom: -21px;
    color: #ed1c24;
    border: 1px dashed #ed1c24;
    border-top: none;
    padding: 1px 3px;
    border-left: none;*/
    position: absolute;
    right: 14px;
    bottom: -16px;
    color: #ed1c24;
    padding: 1px 3px;
    border-right: none;
}
.error-field input,
.error-field input:focus {
    /* border-bottom: 1px solid #ed1c24;*/
    border: 1px dashed #ed1c24;
    /*border-bottom: none;*/
}
.hidden-tab-button {
    position: absolute;
    visibility: hidden;
}
a:hover {
    cursor: pointer;
}
.banner-sidebar img{
    border: 1px solid #e5e5e5;
}
.category-navbar-holder{
    padding-left: 0px;
    padding-right: 0px;
}
.dropdown-nav-tab-holder{
    margin-right: 60px;
    text-align: right;
}
.dropdown-nav-tab-holder .nav-tab-line{
    margin-top: 6px;
    margin-right: -6px; 
}
.dropdown-title{
    text-transform: uppercase;
}
.category-navbar-holder .megamenu-horizontal{
    position: absolute;
    background: white;
    width: calc(100% - 30px);
    z-index: 99;
    border: 1px solid red;
    border-top: 1px solid transparent; 
    /* max-height: 72vh;
    overflow: auto; */
}
.category-navbar-holder .megamenu-horizontal .dropdown-menu{
    position: absolute;
    top: 0;
    left: 100%;
    width: 338%;
    min-height: 350px;
}

.side-menu nav .nav > li > .dropdown-toggle {
    padding: 6px 8px;
    color: #666666;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
    padding-left: 45px;
}
.nav > li > .dropdown-toggle {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.side-menu nav .nav > li > .dropdown-toggle .icon {
    font-size: 16px;
    margin-right: 12px;
    margin-left: -37px;
}
.side-menu nav .nav > li > .dropdown-toggle:after {
    color: #bababa;
    content: "\f105";
    float: right;
    font-size: 12px;
    height: 20px;
    line-height: 18px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 10px;
    font-family: FontAwesome;
}
.sidebar .side-menu nav .nav > li .dropdown-toggle:hover, 
.sidebar .side-menu nav .nav > li .dropdown-toggle:focus {
    color: #ed1c24;
}
.side-menu nav .nav > li > .dropdown-toggle:hover, 
.side-menu nav .nav > li > .dropdown-toggle:focus {
    background: #fff;
}

.side-menu nav .nav > li > .mega-menu .yamm-content ul > li > a.submenu-title{
    line-height: 26px;
    padding: 0px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-weight: 600;
    color: #000;
    position: relative;
}
.side-menu nav .nav > li > .mega-menu .yamm-content ul > li > a.last-category{
    line-height: 26px;
    padding: 0px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-weight: 600;
    color: #000;
    position: relative;
}
.side-menu nav .nav > li > .mega-menu .yamm-content ul > li > a.submenu-title span,
.side-menu nav .nav > li > .mega-menu .yamm-content ul > li > a.last-category span {
    font-weight: 400;
    font-size: 12px;
}
.side-menu nav .nav > li > .mega-menu .yamm-content ul > li > a.submenu-title:after,
.side-menu nav .nav > li > .mega-menu .yamm-content ul > li > a.last-category:after{
    content: '';
    width: 20%;
    border-bottom: 1px solid #ed1c24;
    position: absolute;
    bottom: 0px;
    left: 0;
}
.side-menu nav .nav > li > .mega-menu .yamm-content ul > li > a.submenu-title:hover,
.side-menu nav .nav > li > .mega-menu .yamm-content ul > li > a.last-category:hover{
    color: #ed1c24 !important;
}

.yamm-content > div > div > ul > li {
    width: 50%;
    display: inline-block;
    float: left;
}
.yamm-content > div > div > ul > li:nth-child(3n+2) {
    clear: both;
}
.yamm-content > div > div > ul > li:nth-child(3) {
    clear: both;
}
.yamm-content > div > div > ul > li:nth-child(2) {
    clear: none;
}
.side-menu nav .nav > li > .mega-menu .yamm-content ul > li.see-more {
    display: none;

}
.side-menu nav .nav > li > .mega-menu .yamm-content ul > li.see-more a {
    color: #ed1d25;
    text-transform: capitalize;
}

.submenu-items{
    padding-left: 5px;
}
.submenu-items a.last-category{
    color: #000 !important;
    text-transform: initial !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    font-size: 12px !important;
}
.submenu-items a.last-category::after {
    display: none;
}


.submenu-items li{
    border-bottom: 1px solid #eaeaea;
}
.submenu-items li:nth-child(n+5){
    display: none;
}
.side-menu nav .nav > li > .mega-menu .yamm-content ul.submenu-items > li{
    padding: 3px 0px;
}
.menu-item-list-holder{
    padding: 7px 0;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
}
/** Rating star */
.star-ratings li { 
    padding: 0;
}.star-ratings li .rating {  
    color: rgba(114,192,44,0.5 ); 
    font-size: 14px;}
.star-ratings li .rating-selected {   
    color: #72c02c;  
    font-size: 14px;}
.star-ratings li:hover i{  
    cursor: pointer; 
    /* color: #72c02c; */ 
    color: red;}
.star-ratings li.ratings-over i { 
    color: red !important;
}
.product-ratings li .rating {
    color: rgba(114,192,44,0.5);
    font-size: 14px;
}

.product-ratings li .rating-selected {
    color: #72c02c;
    font-size: 14px;
}
/** /Rating star*/
/** comments */
.modal-body .error_holder {
    position: initial;
    top: 0px;
    z-index: 1;
    background-color: red;
    padding: 5px;
    width: inherit;
    border-radius: 2px;
    color: white;
    float: right;
}
.errorMessage{
    float: right;
    color: red;
}
.success_comments_msg_holder{
    background-color: #8BC34A;
    color: white;
}

/** /comments */
/** 
/** contact */
.succes-msg-holder{
    padding-top: 12px;
    color: white;
    text-align: center;
    height: 37px;
    vertical-align: middle;
    top: 128px;
    /* left: 289px; */
    background-color: #8BC34A;
    width: 100%;
}
/** /contact */
/** message holder */
.alert-fixed {
    position: fixed;
    right: 10px;
    top: 53px;
    z-index: 9999;
    max-width: 70%;
}
.alert-danger, .alert-error {
    color: #fff;
    min-width: 19%;
    border: 1px solid #fff;
    background: rgb(215,14,25); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(215,14,25,1) 1%, rgba(234,49,55,1) 32%, rgba(242,72,75,1) 57%, rgba(215,14,25,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(215,14,25,1) 1%,rgba(234,49,55,1) 32%,rgba(242,72,75,1) 57%,rgba(215,14,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(215,14,25,1) 1%,rgba(234,49,55,1) 32%,rgba(242,72,75,1) 57%,rgba(215,14,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d70e19', endColorstr='#d70e19',GradientType=0 ); /* IE6-9 */
}
.alert-success {
    color: #fff;    
    min-width: 19%;
    border: 1px solid #fff;
    background-color: rgb(69,158,64);
    /*background: rgb(69,158,64);
    background: -moz-linear-gradient(top, rgba(69,158,64,1) 0%, rgb(64, 181, 80) 50%,rgba(69,158,64,1) 100%);
    background: -webkit-linear-gradient(top, rgba(69,158,64,1) 0%, rgb(64, 181, 80) 50%,rgba(69,158,64,1) 100%);
    background: linear-gradient(to bottom, rgba(69,158,64,1) 0%, rgb(64, 181, 80) 50%,rgba(69,158,64,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#459e40', endColorstr='#459e40',GradientType=0 );*/
}
.alert-danger .close, 
.alert-error .close,
.alert-success .close{
    opacity: 1;
}
.alert{
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 0;
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
/** /message holder */
.action_icons {
    width: 30%;
    margin: auto;
}
.btn-uspon-dark-sidebar {
    border: 1px solid #ed1c24;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 0px;
    color: #333;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    outline: none;
    padding: 4px 36px 2px;
}
.btn-uspon-dark-sidebar:hover {
    border: 1px solid #666;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 0px;
    color: #ed1c24;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
}
.btn-uspon-dark {
    border: 1px solid #ed1c24;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 0px;
    color: #333;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    outline: none;
    padding: 4px 60px 4px;
}
.btn-uspon-dark:hover {
    border: 1px solid #666;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 0px;
    color: #ed1c24;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
}
.btn-uspon-light {
    border: 1px solid #ed1c24;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 0px;
    color: #333;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 31px;
    font-weight: normal;
    text-transform: uppercase;
    outline: none;
}
.btn-uspon-light:hover {
    border: 1px solid #666;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 0px;
    color: #ed1c24;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    width: 100%;
    cursor: pointer;
    outline: none;
}
.cart .action .add-cart-button.btn-uspon-light-holder a.btn-primary{
    border: 1px solid #ed1c24;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 0px;
    color: #333;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 31px;
    font-weight: normal;
    text-transform: uppercase;
    outline: none; 
    padding: 7px;
}
.cart .action .add-cart-button.btn-uspon-light-holder a.btn-primary:hover{
    border: 1px solid #666;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 0px;
    color: #ed1c24;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    width: 100%;
    cursor: pointer;
    outline: none;
}
.add-cart-button.btn-uspon-dark-holder a.btn-primary{
    border: 1px solid #ed1c24;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 0px;
    color: #333;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    outline: none;
    padding: 4px 30px 4px;
}
.add-cart-button.btn-uspon-dark-holder a.btn-primary:hover{
    border: 1px solid #666;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 0px;
    color: #ed1c24;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
}

.product-thumb-holder{
    background: #f8f8f8;
    padding: 5px;  
}
.product-thumb-holder .product-image .image{
    background-color: #fff;
}
.product-thumb-holder .cart{

}
.product-thumb-holder .product-price{
    text-align: center;

}

.product-price .price{
    color: #ed1c24; 
}

.empty-price-holder{
    display: inline-block;
    width: 100%;
    height: 25px; 
}
.margin_bottom {
    margin-bottom: 20px;
}
.scroll-to-top {
    z-index: 99;
    width: 30px;
    height: 30px;
    font-size: 20px;
    right: 14px !important;
    bottom: 100px !important;
    border-radius: 3px !important;
    position: fixed;
    opacity: 1;
    cursor: pointer;
    background-color: #555;
    color: #fff;
    border: 1px solid #fff;
}
a.scroll-to-top:hover {
    color: #fff;
    background-color: #ed1c24;
    border: 1px solid #fff;
}
.scroll-to-top i {
    margin-left: 8px;
    margin-top: 4px;
}
.product-image {
    border: 1px solid #e5e5e5;
}
.image {
    border: 1px solid #e5e5e5;
}

.btn-uspon {
    border: 1px solid #ed1c24;
    background-color: rgba(102, 102, 102, 0.6);
    border-radius: 0px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    outline: none;
}
.item-thumb-main-holder{
    padding: 10px;
}

.btn-uspon:hover {
    color: #ed1c24;
    background-color: rgba(255, 255, 255, 0.6);
    font-family: 'Roboto', sans-serif;
    outline: none;
}
.sidebar-widget{
    padding: 19.6px;
}
.sidebar-widget-body.outer-top-xs p {
    color: #666;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none !important;
}

.media-body p {
    color: #666;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    margin: 0;
}
.footer_text a:hover {
    color: #fff;
    cursor: pointer;
}
.footer_text {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}
.footer-text-small p {
    color: #e8e8e8;
    font-size: 12px;
    font-style: italic;
}
.footer-social-network-list li {
    display: inline-block;
    float: left;
}
.footer-social-network-list li a {
    font-size: 25px;
    display: inline-block!important;
    text-align: center;
    padding: 5px;  
}
.footer-newsletter-title{
    color: #fff;
}
.footer-newsletter-input{
    padding: 5px;
    width: 250px;
    color: #fff;
    background-color: #8c8a8a;
    border: none;
    border-bottom: 2px solid #eeeeee;
}
.footer-newsletter-input::placeholder{
    color: #eee;
}
.footer-newsletter-radio-label{
    color: #fff;
}

.footer-newsletter-input:focus,
.footer-newsletter-input:active{
    border: none;
    outline: none;
    border-bottom: 2px solid #eeeeee;
}
.top-bar .cnt-account-left {
    float: right;
    padding: 6px 0px;
}
.top-bar .cnt-account ul {
    margin: 0px;
}
.top-bar .cnt-account-left  ul > li {
    display: inline-block;
    line-height: 12px;
    padding:3px 12px 3px 7px;
    border-right: 1px solid #eaeaea;

}
.top-bar .cnt-account-left  ul > li:last-child {
    border:none;
    padding-right:0px

}
.top-bar .cnt-account-left  ul > li a {
    color: #fff;
    padding: 0px;
    font-weight: 400;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.top-bar .cnt-account-left  ul > li a .icon {
    display: block;
    float: left;
    padding-right: 6px;
    font-size: 11px;
}
.top-bar .cnt-account-left  ul > li a:hover,
.top-bar .cnt-account-left  ul > li a:focus {
    text-decoration: underline;
}
.top-bar .header-top-inner .cnt-account-left {
    clear: both;
    display: inline-block;
    float: none;
    margin: auto;
    text-align: center;
}
.yamm .dropdown-menu li a.dropdown-category-title {
    padding: 0;
}
#brands-carousel .image{
    border: none;
}
.page-title{
    padding-left: 10px;
}
/** category carousel */
.category-carousel .item .caption{
    left: 4%;
}
.category-carousel .item .caption .big-text{
    color: #00d8fe;
}
/** subcategory thumbnails */
.subcategory-thumbnails-holder{
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.subcategory-thumbnails-holder a {
    color: #333;
}
.products-number{
    font-weight: 600;
}
.product .image img{
    -webkit-transition: all 0.5s ease;
}
.product:hover .image img{
    transform: rotate(5deg) scale(1.3);
}
.products .image{
    overflow: hidden;
}
.thumbnail-holder{
    padding: 10px;
}
.thumbnail-holder img{
    width: 15%;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.subcategory-title{
    width: 75%;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-right: 10px;
}
.category-title {
    margin-top: 0;
    margin-bottom: 20px;
}
.products-number{
    display: inline-block;
    float: right;
    position: absolute;
    right: 20px;
    top: 17px;
}
.products-number.has-sub-thumb{
    top: 21px;
}
.subcategory-thumb{
    border: 1px solid #dddddd;
    padding: 8px 10px;
}
.subcategory-thumb.active,
.subcategory-thumb:hover {
    background: #ed1c24;
    color: #fff
}
.subcategory-thumb.active img,
.subcategory-thumb:hover img {
    filter: invert(100%) brightness(200%);
}
.category-btn:hover{
    cursor: pointer;
}
.specification .text-val {
    white-space: pre-wrap;
}
.specification table {
    width: 100%;
}
.specification table td[class*="col-"], 
.specification table th[class*="col-"] {
    float: left;
}

/** POCETNA */
#product-tabs-slider .custom-carousel .owl-controls {
    position: absolute;
    right: 12px;
    top: -65px;
    width: 100%;
    display: block;
}
/** About us */
.about-us-item-holder{
    background: #f6f6f6;
    border-bottom: 1px solid #d40d18;
    padding: 20px;
    margin-top: 10px;
    text-align: justify;
}
.about-us-retail-list{
    padding-left: 20px;
}
.about-us-retail-list li {
    list-style-type: disc;
}
/** Jobs list **/
.job-list-item-holder{
    background: #f6f6f6;
    border-bottom: 1px solid #d40d18;
    padding: 20px;
    margin-top: 10px;
    text-align: justify;
}
.job-position{
    font-size: 14px;
}
.jobs-list-item-list-holder{
    padding-left: 20px;
}
.jobs-list-item-list-holder li {
    list-style-type: disc;
}
.job-note{
    margin-top: 20px;
}
.jobs-list-title{
    font-weight: 600;
    margin: 0;
    font-size: 20px;
}
.job-list-item-holder:hover{
    cursor: pointer;
}
.jobs-list-subtitle{
    font-weight: 600;
}
/** Payment */

.payment-method-item-holder{
    background: #f6f6f6;
    border-bottom: 1px solid #d40d18;
    padding: 10px;
    margin-top: 10px;
}
.payment-method-item-holder h3 {
    margin-top: 0;
}
/** Delivery */

.delivery-details{
    background-color: #fff;
    border: 1px #e5e5e5 solid;
    border-bottom: 2px #e5e5e5 solid;
    padding: 20px;
    overflow: hidden;
}
.delivery-item-holder{
    background: #f6f6f6;
    border-bottom: 1px solid #d40d18;
    padding: 10px;
    margin-top: 10px;
}
/** NEWS LIST */

.nav-tabs { 
    border-bottom: 2px solid #DDD; 
}
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover { 
    border-width: 0; 
}
.nav-tabs > li > a { 
    border: none; 
    color: #666; 
    font-size: medium;
}
.nav-tabs > li.active > a, 
.nav-tabs > li > a:hover { 
    border: none; 
    color: #ed1c24 !important; 
    background: transparent; 
}
.nav-tabs > li > a::after { 
    content: ""; 
    background: #ed1c24; 
    height: 2px; 
    position: absolute; 
    width: 100%; 
    left: 0px; 
    bottom: -1px; 
    transition: all 250ms ease 0s; 
    transform: scale(0); }
.nav-tabs > li.active > a::after, 
.nav-tabs > li:hover > a::after { 
    transform: scale(1); 
}
.tab-nav > li > a::after { 
    background: #21527d none repeat scroll 0% 0%; 
    color: #fff; 
}
.tab-pane { 
    padding: 5px 0; 
}
.tab-content{
    padding:15px;
}
.card {
    background: #FFF none repeat scroll 0% 0%; 
    margin-bottom: 30px; 
}
.card-navbar-holder{
    position: relative;
}
.news-search-holder{
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: large;
    color: #ed1c24;
    padding: 10px;
}
.news-slider-thumb-large{
    width: 50%;
    float: left;
    position: relative;
}
.news-slider-thumb-small{
    width: 100%;
    float: left;
    position: relative;
}
.news-slider-image-holder{
    padding: 3px 5px 0 0;
    overflow: hidden;
}


.news-slider-image-holder div{
    overflow: hidden;
}
.news-slider-image-holder img{
    transition: all 0.3s;
}
.news-slider-image-holder:hover img{
    transform: scale(1.1);
}
.news-list-holder{
    margin-top: 30px;
}
.banner-news-text{
    position: absolute;
    bottom: 0px;
    left: 0;
    background: rgba(237, 28, 36, 0.71);
    padding: 10px 20px;
    color: #fff;
    max-width: 90%;
}
.banner-news-text .banner-news-title {
    margin-top: 10px;
    font-weight: 600;
    font-size: large;
}
.banner-news-text .banner-news-autor {
    font-size: small;
}
.banner-news-text .banner-news-autor span{
    font-style: italic; 
    font-size: smaller;
}
.news-slider-thumb-small .banner-news-text .banner-news-title {
    margin-top: 10px;
    font-weight: 600;
    font-size: small;
}
.news-slider-thumb-small .banner-news-text {
    position: absolute;
    bottom: 0px;
    left: 0;
    background: rgba(237, 28, 36, 0.71);
    padding: 5px 10px;
    color: #fff;
    max-width: 90%;
}
.detail-news-main-image-holder{
    border-top: 1px solid #ed1c24;
    margin-top: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ed1c24; 
    padding: 20px;
}
.detail-news-main-image-holder img{
    width: 50%;
    margin: auto;
}
.detail-news-main-image-holder.masine{
    border: none;
}
.detail-news-main-image-holder.masine img{
    width: 30%;
    margin: auto;
}
.news-comment-holder{
    display: inline-block;
    padding: 20px;
    background: #f7f7f7;
    border-bottom: 2px solid #ed1c24;
    margin-bottom: 20px; 
    width: 100%;
}
.news-comment-textarea-holder textarea{
    width: 100%;
    height: 200px;
    resize: vertical;
    padding: 5px;
}
.news-comment-textarea-holder{
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0;
}
.news-comment-input-holder {
    margin-bottom: 20px;
    padding: 0;
}
.news-comment-input-holder input{
    width: 100%;
    padding: 5px;
}
.post-comment-button{
    background: #fff;
    padding: 10px;
    border: 1px solid #ed1c24;
    color: #333;
}
.post-comment-button:hover{
    border: 1px solid #333;
    color: #ed1c24;
}
.post-comment-button-holder{
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.news-link-text a {
    font-weight: 600;
}
.details-news-autor{
    margin-top: 20px;
    font-size: small;
}
.details-news-autor span{
    font-style: italic; 
    font-size: smaller;
}
.thumb-details-news-title{
    font-size: inherit;
}
.thumb-details-news-autor{
    font-size: small;
    margin-top: 0
}
.thumb-details-news-autor span{
    font-style: italic; 
    font-size: smaller;
}
.blog-card {
    transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    background: #fff;
    border-radius: 0;
    /* box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3); */
    margin: 0 auto 6.6%;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    line-height: 1.45em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #f6f6f6;
    border-bottom: 1px solid #d40d18;
}
.blog-card:hover .details {
    left: 0;
}
.blog-card:hover.alt .details {
    right: 0;
}
.blog-card.alt .details {
    right: -100%;
    left: inherit;
}
.blog-card .photo {
    height: 200px;
    position: relative;
}
.blog-card .photo.dell-5-god {
    background: url("../../img/blog-post/dell_5_god_thumb.jpg") center no-repeat;
    background-size: cover;
}
.blog-card .photo.bad-rabbit {
    background: url("../../img/blog-post/bad_rabbit_thumb.jpg") center no-repeat;
    background-size: cover;
}
.blog-card .photo.masina-za-susenje-vesa {
    background: url("../../img/blog-post/masina_za_susenje_vesa_thumb.jpg") center no-repeat;
    background-size: cover;
}
.blog-card .details {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    color: #fff;
    font-family: "Open Sans";
    list-style: none;
    margin: 0;
    padding: 10px 15px;
    height: 200px;
    /*POSITION*/
    position: absolute;
    top: 0;
    left: -100%;
}
.blog-card .details > li {
    padding: 3px 0;
}
.blog-card .details li:before, .blog-card .details .tags ul:before {
    font-family: FontAwesome;
    margin-right: 10px;
    vertical-align: middle;
}
.blog-card .details .author:before {
    content: "\f007";
}
.blog-card .details .date:before {
    content: "\f133";
}
.blog-card .details .tags ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog-card .details .tags ul:before {
    content: "\f02b";
}
.blog-card .details .tags li {
    display: inline-block;
    margin-right: 3px;
}
.blog-card .details a {
    color: inherit;
    border-bottom: 1px dotted;
}
.blog-card .details a:hover {
    color: #ed1c24;
}
.blog-card .description {
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}
.blog-card .description h1 {
    font-family: "Roboto";
    line-height: 1em;
    margin: 0 0 10px 0;
    font-size: x-large;
    color: #000;
}
.blog-card .description h2 {
    color: #9b9b9b;
    font-family: "Open Sans";
    line-height: 1.2em;
    text-transform: uppercase;
    font-size: small;
    font-weight: 400;
    margin: 1.2% 0;
}
.blog-card .description p {
    position: relative;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 30px;
}
.blog-card .description p:after {
    content: "";
    background: #ed1c24;
    height: 6px;
    width: 40px;
    /*POSITION*/
    position: absolute;
    top: 6px;
    left: 0;
}
.blog-card .description a.view-all {
    color: #ed1c24;
    margin-bottom: 10px;
    float: right;
}
.blog-card .description a.view-all:after {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    content: "\f061";
    font-family: FontAwesome;
    margin-left: -10px;
    opacity: 0;
    vertical-align: middle;
}
.blog-card .description a:hover:after {
    margin-left: 5px;
    opacity: 1;
}
/** PRODUCT DETAILS */
.product-carousel-thumb-holder .thumb{
    width: 25%;
    cursor: pointer;
    float: left;
}
.product-carousel-thumb-holder .thumb img{
    width: 100%;
    margin: 2px;
}
.input-group  input.product-quantity{ 
    height: 31px;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ed1c24;
    border-top: 1px solid #ed1c24;
    padding: 3px;
    min-width: 30px;
}
.input-group  input.product-quantity:focus{
    border-right: 1px solid #ed1c24;
}
.single-product-info-holder .nav-tabs > li > a::after {
    content: "";
    background: rgb(229, 229, 229); 
}
.review-btn-holder button{
    width: 30%;
    float: right;
}
.comment-holder{
    display: inline-block;
    width: 100%;
    padding: 10px;
    background: #f8f8f8;
    border-bottom: 2px solid #ed1c24;
    margin-bottom: 30px;
}
.comment-reply-holder{
    display: inline-block;
    margin-top: 0;
    margin-bottom: 15px;
    background: #efefef;
    padding: 10px;
}
.comment-author{
    margin-top: 0;
}
.comment-date{
    float: right;
    font-size: x-small;
    color: #9a9a9a;
}
.comment-form-holder{
    display: inline-block;
    width: 100%;
    padding: 0px;
}
.comment-form-holder input{
    width: 100%;
    padding: 6px 12px;
    margin-bottom: 20px;
    border-radius: 0;
}
.comment-form-holder textarea{
    width: 100%;
    resize: vertical;
    padding: 6px 12px;
    margin-bottom: 20px;
    border-radius: 0;
}
.comment-form-holder button{
    width: 30%;
    float: right;
}
.comment-form-holder .title-solid h3 {
    font-size: 14px;
}
#comments .no-comment {
    margin-bottom: 30px;
}
#comments .no-comment h3 {
    font-size: 14px;
}
.specification{
    background-color: #f8f8f8;
}
.specification-row-holder{
    border-bottom: 2px solid #e5e5e5;
    margin-right: 0px;
    margin-left: 0px;
}
.main-spec-title{
    padding-top: 15px;
    font-weight: 600;
}
.specification-items-holder{
    padding: 0;
    background-color: #fff;
    padding-top: 10px;
}
.specification-items-holder:first-child{
    padding-top: 0px;
}
.specification-items {
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
    width: 100%;
    padding: 5px;
}
.specification-items:last-child{
    border-bottom: none;
    margin-bottom: 10px;
}
/** slide in product details **/
.slide-in-product-details{
    position: fixed;
    background: #fff;
    top: -200px;
    left: 0;
    width: 100%;
    padding: 5px; 
    z-index: 996;
    transition: .5s;
    border: 1px solid #ed1c24;
    border-top: none;
    box-shadow: 1px 1px 10px #dedede;
}
.slide-in-product-details.show-silde-in{
    top: 101px;
    transition: .5s;
}
.slide-in-holder{
    display: inline-block;
    width: 100%;
    height: 65px;
}
.slide-in-cart-btn-holder,
.slide-in-image-holder,
.slide-in-title-holder,
.slide-in-price-holder{
    height: 100%;
    position: relative;
    margin-top: 15px;
}
.slide-in-image-holder{
    margin: 0;
}
.slide-in-cart-btn-holder{
    padding: 0;
    text-align: right;
}
.slide-in-price-holder .main-price{
    font-weight: 600;
    color: #d50d18;
}
.slide-in-image-holder h5,
.slide-in-title-holder h5,
.slide-in-price-holder h5{
    margin: auto;
}
/** ./slide in product details **/
/** CART **/
.cart-section .tab-content {
    padding: 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.checkout-thumb-title-holder{
    padding: 20px 10px 10px 10px;
    border-bottom: 2px solid #dddddd;
    /*min-height: 105px;*/
    min-height: 123px;
    margin-bottom: 0;
    background: whitesmoke; 
    display: inline-block;
    width: 100%;
    padding-bottom: 30px;
}
.checkout-thumb-title-holder .estimate-title{
    font-weight: 700;
    margin-top: 0;
}
.form-group {
    position: relative;
}
.forgot-password {
    margin-top: 1px;
}
.checkout-thumb-body-holder select{
    border-radius: 0;
    border: 1px solid #eeeeee;
    height: 43px;
}
.grand-total-price{
    color: #ed1c24;
    margin-top: 10px;
    font-size: initial;
    text-transform: uppercase;
}
.order-method-holder{
    padding: 20px;
    background: whitesmoke;
}
.order-method-holder ul {
    margin-top: 10px;
}
.order-method-holder li {
    padding: 10px;
}
.order-method-holder li input {
    margin-right: 10px;
}
.order-method-holder li i {
    color: #ed1c24;
    margin-right: 10px;
}
.order-method-holder button{
    margin-top: 5px;
}
.sing-in-holder{
    padding: 20px;
    background: whitesmoke;
}
.sing-in-holder input{
    width: 60%;
}
.sing-in-holder form,
.sing-in-holder label{
    margin-top: 10px;
}
.sing-in-holder button{
    margin-top: 20px;
    margin-bottom: 20px;
}
.paymet-adress-holder input,
.paymet-adress-holder select{
    background: #fff;
    border: 1px solid #eeeeee;
    padding: 6px;
    width: 100%;
}
.paymet-adress-holder input[type="checkbox"]{
    width: auto;
}
.paymet-adress-holder li {
    padding: 10px 0;
}
.paymet-adress-holder label{
    width: 100%;
    margin-top: 10px;
}
.paymet-adress-holder label span{
    color: #ed1c24;
}
.paymet-adress-holder button{

}
.delivery-method label {
    width: 100%;
    margin-top: 10px;
}
.paymet-adress-holder-left,
.paymet-adress-holder-right{
    display: inline-block;
    background: whitesmoke;
    padding: 20px 10px;
}
.delivery-method-list-holder{
    padding: 20px;
    background: whitesmoke;
}
/*.payment-method-list-holder{
    padding: 20px;
    background: whitesmoke;
}
.payment-method-list-holder li{
    padding: 10px 0;
}
*/
.payment-method-list-holder{
    padding-left: 20px
}
.payment-method-list-holder li{
    list-style-type: disc;
}
.payment-table-view li{
    display: inline-block;
    width: 100%;
    padding: 5px 0; 
}
.payment-table-view li:nth-child(2n+0){
    background: #efefef;
}
.buttons-holder {
    margin-top: 20px;
}
.payment-table-note{
    margin-top: 10px;
    padding-left: 15px;
}
.order-maunal-holder img{
    margin: auto;
}
.order-title-list-holder li,
.order-products-list-holder li,
.order-price-list-holder li{
    display: inline-block;
    width: 100%;
}
.order-title-list-holder li div,
.order-products-list-holder li div,
.order-price-list-holder li div{
    padding: 5px;
    border: 4px double #dddddd;
}
.order-note-holder{
    margin-top: 30px;
}
.order-note-holder textarea{
    width: 100%;
    height: 150px;
    padding: 6px 12px;
    border: 1px solid #dddddd;
    resize: vertical;
}
.agreement-content-holder{
    padding: 6px 12px;
    margin-bottom: 30px;
    border: 1px solid #dddddd;
    height: 185px;
    overflow-y: scroll;
    background-color: white;
}
.agrement-confirm-holder{
    padding: 10px;
    margin-top: 10px;
}
/** CATALOGUE **/ 
.catalogue-title {
    text-align: center;
    background: #f1f1f1;
    padding: 10px;
    margin: 0;
    color: #000;
}

/** Support page **/ 
.support-thumb-holder{
    float: left;
    width: 24%;
    background: #ffffff;
    border: 1px solid #ed1c24;
    position: relative;
    margin: 0.5%;
    padding: 10px;
}
.support-thumb-holder a {
    display: inline-block;
}
.support-thumb-holder a:hover {
    cursor: pointer;
}
.support-image-holder {
    position: relative;
    overflow: hidden;
}
.support-image-holder img{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    filter: contrast(80%) brightness(103%);
}
.support-image-holder:hover img{
    transform: rotate(5deg) scale(1.3);
}
.support-title-holder {

    text-align: center;
}
.support-title-holder h2 {
    font-size: large;
    color: #000;
    margin: 10px;
}
/** Terms and condition **/
.terms-and-condition-list,
.terms-and-condition-list-disc{
    padding-left: 20px
}
.terms-and-condition-list li {
    list-style-type: decimal;
    padding: 7px 0px;
}
.terms-and-condition-list-disc li{
    list-style-type: disc;
    padding: 7px 0px;
}

/** SUCCSESS PAGE **/
.success-holder{
    padding: 60px 20px;
    background: whitesmoke;
    text-align: center;
    margin-top: 30px;
    box-shadow: 2px 2px 10px #c3c3c3;
}
.success-holder h1,
.success-holder h5,
.success-holder h4{
    margin-bottom: 20px;
}

.success-holder h1{
    margin-top: 0;
}
/** PROFILE **/
.user-detail-thumb{
    border: 1px solid #ed1c24;
    margin-bottom: 10px; 
}
.user-image-holder{
    padding: 10px;
}
.user-name-holder{
    padding: 10px;
    background: #ed1c24;
    color: #fff;
}
.user-name-holder h4{
    margin: 0;
}
.user-name-holder small {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
    color: white;
}
.details-list-holder ul li {
    padding: 5px;
}
.profile-newsletter-holder .footer-newsletter-input {
    padding: 5px;
    width: 250px;
    color: #333;
    background-color: #ffffff;
    border: none;
    border-bottom: 2px solid #ed1c24;
    margin-bottom: 10px;
    margin-top: 10px;
}
.profile-newsletter-holder .footer-newsletter-input::placeholder{
    color: #333;
}

.profile-newsletter-holder .footer-newsletter-radio-label {
    color: #333;
}
.profile-newsletter-holder .radio-btn-chekbox {
    top: 3px;
    height: 15px;
    width: 15px;
    border: 1px solid #ed1c24;
    display: inline-block;
    position: relative;
}
.profile-newsletter-holder [type=radio]:checked + span:before {
    content: '\2714';
    color: #ed1c24;
    position: absolute;
    top: -3px;
    left: 1px;
}

.user-panel-section{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.account-sidebar-title{
    margin-top: 0;
    border-bottom: 2px solid #ed1c24;
    padding-bottom: 10px; 
    padding-left: 10px;
}
.account-sidebar-list-holder li.active a {
    border: 2px solid #ed1c24;
    color: #ed1c24;
}
.account-sidebar-list-holder li a{
    padding: 10px;
    color: #333;
    background: whitesmoke;
    border: 2px solid transparent;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}
.account-sidebar-list-holder li a:hover{
    background: #e3e3e3;
}
.user-profil-right-side{
    display: inline-block;
    width: 100%;
    padding-top: 0px;
}
.profil-item-holder{
    margin-bottom: 20px;
}
.profil-main-title{
    margin: 6px 0 0 0;
    padding:0 10px 10px 10px;
    border-bottom: 2px solid #ed1c24; 
    display: flow-root;
}
.profil-main-title span{
    float: right; 
}
.profil-main-title span i{
    margin-left: 10px;
}
.profil-main-title span:hover{
    color: #ed1c24;
    cursor: pointer;
}
.details-list-holder{
    background: whitesmoke;
    min-height: 100px;
    padding: 10px;
}
.user-data-holder{
    padding: 10px;
    background: whitesmoke;

}
.user-data-holder li {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.user-data-holder select,
.user-data-holder input {
    width: 100%;
    padding: 5px;
    background: white;
    border: none;
}
.profile-sidebar-holder{
    padding-left: 0px;
    padding-right: 23px;  
}
.profil-order-row-item:hover{
    cursor: pointer;
}
.profill-order-currency{
    font-size: smaller;
}
.profil-order-details{
    border: 1px solid #dcdcdc;
    border-top: none;
    background: #f5f5f5;
}
.profil-order-row-chevron{
    position: absolute;
    left: 5px;
    color: #ed1c24; 
}
.edit-input:focus,
.edit-input:active,
.user-data-holder select:focus,
.user-data-holder input:focus, 
.user-data-holder select:active,
.user-data-holder input:active{
    border: none;
    outline: none;
} 
.wishlist-title-items-holder{
    padding: 10px;
    border-bottom: 2px solid #ed1c24;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.wishlist-items .quantity-holder input{
    width: 100%;
}
.wishlist-item-holder{
    border-bottom: 1px solid #e5e5e5;
}
.wishlist-item-holder:last-child{
    border-bottom: none;
}
.retail-price{
    font-size: smaller;
    color: #c7c7c7;
    margin: 0 0 5px 0;
}
.web-price{
    font-size: initial;
    color: #ed1c24;
    font-weight: 700;
    margin: 0 0 5px 0;
}
.save-price{
    font-size: x-small;
    margin: 0 0 5px 0; 
}
.wishlist-list-item{
    display: inline-block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid gainsboro; 
    position: relative;
}
.wishlist-list-item:last-child{
    border-bottom: none;
}
.wishlist-button{
    font-size: x-small;
}
.wishlist-buttons-holder i{
    font-size: large;
    margin: 10px 0px 10px 30px;
}
.wishlist-buttons-holder i:hover{
    cursor: pointer;
    color: #ed1c24;
}
@media screen and (min-width: 600px) {
    .blog-card {
        height: 200px;
    }
    .blog-card:hover .photo {
        -webkit-transform: rotate(5deg) scale(1.3);
        transform: rotate(5deg) scale(1.3);
    }
    .blog-card:hover.alt .photo {
        -webkit-transform: rotate(-5deg) scale(1.3);
        transform: rotate(-5deg) scale(1.3);
    }
    .blog-card.alt .details {
        padding-left: 30px;
    }
    .blog-card.alt .description {
        float: right;
    }
    .blog-card.alt .description:before {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg);
        right: -15px;
        left: inherit;
    }
    .blog-card.alt .photo {
        float: right;
    }
    .blog-card .photo {
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        float: left;
        height: 100%;
        width: 40%;
    }
    .blog-card .details {
        width: 40%;
    }
    .blog-card .description {
        float: left;
        width: 60%;
        z-index: 0;
        height: 200px;
    }
    .blog-card .description:before {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        content: "";
        background: #f6f6f6;
        width: 100%;
        z-index: -1;
        /*POSITION*/
        position: absolute;
        left: -15px;
        top: 0;
        bottom: 0;
    }
}
/** TICKET SALE */
.ticket-sale-holder{
    background: #f6f6f6;
    padding: 25px 10px;
    margin-top: 30px;
    border-bottom: 2px solid #ed1c24;
}
.ticket-sale-title{
    margin-bottom: 20px;
    margin-top: 0;
    border-bottom: 1px dashed #d9d9d9;
    padding-bottom: 10px;
}
.ticket-sale-image{
    width: 100%;
}
.ticket-sale-description{

}
/** CATEGORY **/
.price-slider-holder {
    position: relative;
}
.price-slider-background{
    background: rgba(229, 229, 229, 0.63);
    width: 100%;
    height: 10px;
    z-index: -1;
    position: absolute;
}
.pslider {
    color: #eee;
}
#amount{
    border: 0;
    color: #ed1c24;
    background: transparent;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 5px;
}
.ui-slider {
    position: relative;
    width: calc(100% - 9px);
    left: 0%;
    border: 0;
    text-align: left;
    background: transparent;
    bottom: 10px;
    display: inline-block;
}

.ui-slider .ui-slider-handle {
    width: 10px;
    height: 12px;
    top: -1px;
    border-radius: 30%;
    background: #111;
    border: 3px solid #ed1c24;
    outline: none;
    position: absolute;
}

.ui-slider .ui-slider-range {
    font-size: .7em;
    border: 0;
    position: absolute;
    background: rgba(237, 28, 36, 0.29);
    height: 10px;
}
.compare-products-main-holder{
    display: inline-block;
}
.compare-products-holder{
    position: relative;
    border: 1px solid #e5e5e5;
    padding: 5px;
    width: 47px;
    height: 47px;
    margin: 4px;
    float: left;
}
.compare-products-holder .remove-product-compare{
    position: absolute;
    top: -7px;
    right: -6px;
    color: #ed1c24;
    opacity: 1;
}
.compare-products-holder .remove-product-compare:hover{
    cursor: pointer;
}
.compare-spec-holder li{
    display: inline-block;
    width: 100%;
    padding: 5px;
    border-bottom: 1px solid #e2e2e2; 
}
.compare-spec-holder li:last-child{
    border-bottom: none;
}
.compare-slide-in-element-holder{
    height: 70px;
    position: relative;  
}
.compare-slide-in-element-holder > a{
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
} 
.compare-slide-in-element-holder .compere-buttons-holder{
    bottom: 0;
    position: absolute;
    width: calc(100% - 30px);
}
.compare-slide-in-element-holder .compere-buttons-holder a{
    font-size: small;
    height: 25px;
    padding: 3px;
}
.compare-slide-in-element-holder .compere-buttons-holder a.remove-button{
    padding: 5px;
}
.attribut-holder{
    border-bottom: 2px solid #c5c5c5;
}
.products-filter-holder .nav-tabs.nav-tab-box li a,
.products-filter-holder .nav-tabs.nav-tab-box li span {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #666666;
    font-family: 'Open Sans', sans-serif, sans-serif;
    line-height: 18px;
    border: none !important;
    padding: 0px;
    font-size: inherit;
    cursor: pointer;
}

.products-filter-holder .nav-tabs.nav-tab-box li a i,
.products-filter-holder .nav-tabs.nav-tab-box li span i {
    font-size: x-large;
}
.filters-container .nav-tabs.nav-tab-box li.active a .icon,
.filters-container .nav-tabs.nav-tab-box li:hover .icon,
.filters-container .nav-tabs.nav-tab-box li.active span .icon {
    color: #ed1c24;
}
#list-container .cart .action {
    text-align: left;
}
.products-filter-holder .nav-tabs.nav-tab-box li a::after
.products-filter-holder .nav-tabs.nav-tab-box li span::after {
    background: transparent;
}

.reset-filters,
.search-filters{
    font-size: inherit;
    text-align: right;
    border: 1px solid #ed1d25;
    padding: 3px;
    padding-bottom: 1px;
    float: right;
    margin: 0;
    margin-left: 5px;
    margin-top: -4px;
    text-transform: capitalize;
}
.reset-filters {
    padding-bottom: 2px;
}
.reset-filters a,
.search-filters a{
    color: #000;
}
.reset-filters:hover,
.search-filters:hover{
    cursor: pointer;
    border: 1px solid #000;

}
.reset-filters:hover a,
.search-filters:hover a{
    color:#ed1d25;
}
#filters label {
    font-weight: 400;
}
.outer-bottom-small{
    position: relative;
}
.fixed-widget-header{
    margin-top: 30px;
}
.fixed-filter-header{
    background: white;
    position: absolute;
    padding: 10px;
    width: 100%;
    left: 0;
    border-bottom: 1px solid #e5e5e5;
    z-index: 9;
    padding-bottom: 7px;
}
.fixed-filter-header span{
    margin-top: -4px;
}
/** SERVICES **/
.services-item-holder{
    background: #f6f6f6;
    border-bottom: 1px solid #d40d18;
    padding: 10px;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
.service-contact-list{
    padding-left: 20px;  
}
.service-contact-list li {
    list-style-type: disc;
}
/** RETAILS */

.retails-list-holder li:hover {
    cursor: pointer;
}
.retail-holder{
    display: inline-block; 
    background: #ffffff;
    padding: 10px;
    border-bottom: 2px solid #ed1c24;
    width: 100%;
}
.retail-holder h4 {
    font-size: larger;
}
.retail-holder h4 i {
    margin-right: 5px;
    color: #ed1c24;
}
.retail-info-list-holder li{
    display: inline-block;
    width: 100%;
    padding: 5px 0px;
}
.retails-all-title:hover{
    cursor: pointer;
}
.map-holder{
    height: 440px;
    position: relative;
}
.map-holder .map-settings{
    min-height: 428px !important;
}
.pagination-container .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.product-list-pagintaion-container .filters-container .pagination-container {
    margin-top: 0;
    margin-bottom: 0;
}
.product-list-pagintaion-container .filters-container .pagination-container ul li a {
    color: #666666;
    display: inline-block;
    font-family: 'Open Sans', sans-serif, sans-serif;
    font-size: 13px;
    line-height: 20px;
    padding: 4px 7px;
}
.product-list-pagintaion-container .filters-container .pagination-container ul li.active a {
    color: #ffffff;
}
.product-list-pagintaion-container .pagination > .active > a, 
.product-list-pagintaion-container .pagination > .active > span, 
.product-list-pagintaion-container .pagination > .active > a:hover, 
.product-list-pagintaion-container .pagination > .active > span:hover, 
.product-list-pagintaion-container .pagination > .active > a:focus, 
.product-list-pagintaion-container .pagination > .active > span:focus{
    background-color: #d40d18;
    border-color: #d40d18;
}
.filters-container .nav-tabs.nav-tab-box {
    border: medium none;
    margin-top: 4px;
}
.items > div:nth-child(4n+1) {
    clear: both;
}

.single-product .product-info-block .name {
    font-size: x-large;
}

.node-icon {
    width: 25.72px;
    height: 17px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-size: contain;
}
.side-menu nav .nav > li > .mega-menu .yamm-content .dropdown-banner-holder {
    max-width: 369px;
}
.price-container .btn {
    padding: 6px;
}
.single-product .product-info .price-container .price-box .price-holder {
    padding-left: 0px;
    margin-bottom: 15px;
}
.single-product .product-info .price-container .price-box span {
    width: 100%;
    display: inline-block;
}
.single-product .product-info .price-container .price-box .price .price-currency {
    vertical-align: text-bottom;
    font-size: medium;
    color: #333333;
    margin-left: 3px;
    width: auto;
    display: initial;
    text-transform: uppercase;
}
.single-product .product-info .price-container .price-box .small {
    padding-right: 0;
    font-size: 13px;
}
.single-product .product-info .price-container .price-box .small .price {
    color: black;
    font-size: large;
    font-weight: 100;
    line-height: 30px;
    margin-top: 16px;
}
.single-product .product-info .price-container .price-box .small .price .price-currency { 
    font-size: small;
}
.price-currency-thumb{
    text-transform: uppercase;   
}
.single-product .gallery-holder .gallery-thumbs .owl-item .item {
    margin-right: 1px;
    margin-left: 1px;
}
.single-product .gallery-holder .gallery-thumbs .owl-item .item img {
    margin: auto;
}
.breadcrumb ul li:after {
    margin-right: 0;
}

.top-cart-row .dropdown-cart .dropdown-menu {
    width: 390px;
}

.top-cart-row .dropdown-cart .dropdown-menu .items-holder {
    max-height: 53vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.top-cart-row .dropdown-cart .dropdown-menu .items-holder hr:last-child {
    border: none;
    margin: 0 0 20px 0;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-total {
    padding-top: 20px;
    border-top: 1px solid #ed1c24;
}

.dropdown-cart.animate .basket {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}
.page-under-construction-holder{
    background: #fff;
    padding: 100px;
    border: 2px solid #e7141f;  
}

.accordion .accordion-group {
    padding-left: 10px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul {
    padding-left: 10px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner {
    margin: 0;
}
.rice-slider-holder {
    position: relative;
    margin-bottom: 10px;
}
.rice-slider-holder .pslider {
    margin: 0;
}

.customer-addresses .tab-nav {
    display: inline-block;
    width: 100%;
}
.customer-addresses .profil-main-title {
    margin: 0;
    padding: 10px;
}
.customer-addresses li[role="presentation"].active h4{
    background-color: whitesmoke;
}
.customer-addresses .tab-content {
    padding-top: 0;
}
.customer-addresses .btn-holder {
    margin-left: 15px;
}
.customer-data .btn-holder {
    margin-left: 15px;
}
@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

.shopping-cart {
    padding: 15px;
}

.shopping-cart-table .table > tbody > tr > td  {
    padding: 5px;
}

.shopping-cart-table .table .cart-image {
    width: 100px;
}

.shopping-cart .shopping-cart-table {
    margin-bottom: 30px;
}
.shopping-cart-table .header {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
.shopping-cart-table .header .cell {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    padding: 15px;
}
.shopping-cart-table .body-row {
    font-size: inherit;
    color: #555;
    text-align: center;
    display: flex;
}
.shopping-cart-table .body-row h4{
    font-size: initial;
}
.shopping-cart-table .body-row .cell {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.shopping-cart-table .body-row .cell.name {
    text-align: left;
    justify-content: left;
}


.count_input {
    position: relative;
}
.count_input .arrows {
    position: absolute;
    z-index: 1;
    right: 6px;
    top: 2px;
}
.count_input .arrows .arrow {
    cursor: pointer;
}
.count_input .arrows .arrow:hover {
    color: #d40d18;
}
.count_input input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    font-size: 15px;
    height: 35px;
    left: 0;
    padding: 0 11px 0 16px;
    top: 0;
    width: 70px;
}

button.close {
    position: absolute;
    right: 15px;
    top: 16px;
}



.tab-panels .wizard {
    margin: 20px auto;
    background: #fff;
}

.tab-panels .wizard .nav-tabs {
    position: relative;
    margin: 20px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}

.tab-panels .wizard > div.wizard-inner {
    position: relative;
}

.tab-panels .connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 78%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;  
}
.tab-panels .connecting-done-line {
    height: 2px;
    background: #ed1c24;
    position: absolute;
    width: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    width: 0;
}

.tab-panels .wizard .nav-tabs > li.active > a,
.tab-panels .wizard .nav-tabs > li.active > a:hover,
.tab-panels .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

.tab-panels span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 14px;
    left: calc(50% - 15px);
}
.tab-panels span.title {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 35px;
}
.tab-panels span.round-tab i {
    color: #555555;
}
.tab-panels .wizard li.active span.round-tab,
.tab-panels .wizard li.done-step span.round-tab{
    background: #fff;
    border: 2px solid #ed1c24;
}
.tab-panels .wizard li.active span.round-tab i,
.tab-panels .wizard li.active span.title{
    color: #ed1c24;
}


.tab-panels span.round-tab:hover {
    color: #333;
    border: 2px solid red;
}

.tab-panels .wizard .nav-tabs > li {
    width: 20%;
}

.tab-panels .wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ed1c24;
    transition: 0.1s ease-in-out;
}

.tab-panels .wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: red;
}

.tab-panels .wizard .nav-tabs > li a {
    width: 90%;
    height: 30px;
    margin: 0px auto 45px auto;
    border-radius: 100%;
    text-align: center;
    padding: 0;
}

.tab-panels .wizard .nav-tabs > li a:hover {
    background: transparent;
}

.tab-panels .wizard .tab-pane {
    position: relative;
    padding-top: 0;
}

.tab-panels .wizard h3 {
    margin-top: 0;
}
.tab-panels .wizard .nav-tabs > li > a::after {
    display: none;
}
.tab-panels .wizard .btn-holder {
    margin-top: 15px;
}
.tab-panels .wizard .btn-holder .list-inline {
    margin-left: 0;
}
.tab-panels .wizard .btn-holder .list-inline > li {
    padding-left: 0;
    padding-right: 0;
    float: none;
}

.shopping-cart.user-holder .btn-holder{
    margin-top: 15px;
    margin-bottom: 5px;
}
.btn-uspon-default{
    color: #000;
    background-color: #fff;
    border: 1px solid #ed1c24;
    padding: 5px 10px;  
}
.btn-uspon-default:hover,
.btn-uspon-default:focus,
.btn-uspon-default:active,
.btn-uspon-default:active:focus,
.btn-uspon-default:active:hover{
    color: #ed1c24;
    background-color: #fff;
    border: 1px solid #000;
    box-shadow: none;
}
.team-viewer-logo-holder{
    display: inline-block;
    width: 180px;
    margin-top: 0px;
    margin-bottom: -20px;
    margin-left: 20px;
}
.pdf-embed{
    width: 100%;
    min-height: 770px;
    height: 100%;
}
.shopping-cart.user-holder .order-method-holder {
    padding: 0;
}

.shopping-cart.user-holder .checkout-thumb-title-holder {
    /*min-height: 290px;*/
    /*min-height: 342px;*/
    min-height: 362px;    
}

.btn.slim {
    padding: 3px 15px;
    margin-right: 15px;
}

textarea.form-control {
    width: 100% !important;
    min-height: 42px;
}
.radio-buttons-big-select {
    margin-top: 10px;  
}

.radio-buttons-big-select li {
    width: 100%;
    display: inline-block;
    position: relative;
}
.radio-buttons-big-select.inline-li li {
    width: fit-content;
}
.radio-buttons-big-select li input[type=radio] {
    width: fit-content;
    display: inline-block;
    visibility: hidden;
    position: absolute;
}
.radio-buttons-big-select li label {
    padding-left: 30px;
    text-transform: uppercase;
    cursor: pointer;
}
.radio-buttons-big-select li label:hover {
    color: #666;
}
.radio-buttons-big-select.inline-li li:first-child{
    padding-left: 0px;
}
.radio-buttons-big-select.inline-li li:not(:first-child) {
    padding-left: 15px;
}
.radio-buttons-big-select li input[type=radio]:checked + label:after {
    content: "\2022";
    color: #ed1c24;
    font-size: 30px;
    text-align: center;
    line-height: 15px;
    position: absolute;
    left: 4px;
    bottom: 6px;
}
.radio-buttons-big-select.inline-li li input[type=radio]:checked + label:after { 
    left: 18px;
}
.radio-buttons-big-select li label:before, 
.radio-buttons-big-select li label:before {
    left: 30px;
}
.radio-buttons-big-select li label:before {
    border-radius: 8px;
    border: 1px solid #d2d2d2;
}
.radio-buttons-big-select li label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    background-color: white;
    bottom: 5px;
}
.radio-buttons-big-select.inline-li li label:before {
    left: 15px;
}
.radio-buttons-big-select.inline-li li:first-child label:before {
    left: 0px;
}
.radio-buttons-big-select.inline-li li:first-child input[type=radio]:checked + label:after {
    left: 4px;
}
.radio-buttons-big-select > label,
.radio-buttons-big-select .required-field {
    display: none;
}
.radio-buttons-big-select li label small{
    text-transform: initial;
}

.top_cart .multiple-count {
    text-transform: lowercase;
    padding: 0 5px;
}

.complete-holder .order-info {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.complete-holder .radio-buttons-big-select > label {
    display: block;
}

.review-form .form-group label:first-child{
    font-weight: normal;
}
.review-form .form-control {
    padding: 5px 15px;
}
.review-form .form-group {
    margin-bottom: 0px;
}
.review-form .note {
    margin-right: 10px;
}
.review-form .checkout-thumb-title-holder {
    min-height: 253px;
}

.complete-holder .shopping-cart-table .body-row .cell  {
    border-bottom: 1px dashed #dddddd;
}
.complete-holder .shopping-cart-table .body-row .cell h4 { 
    margin-top: 0;
    margin-bottom: 0;
}
.complete-holder .shopping-cart-table .body-row .cell,
.complete-holder .shopping-cart-table .body-row .cell h4 {
    font-size: medium;
}

#checkout_review .error-holder {
    margin-top: -18px;
}

.hide-arrows[type=number]::-webkit-outer-spin-button,
.hide-arrows[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;

}
.hide-arrows[type=number]{
    -moz-appearance: textfield;
}
.display-arrows[type=number]::-webkit-inner-spin-button, 
.display-arrows[type=number]::-webkit-outer-spin-button {  
    opacity: 1;
}

.products .tooltip {
    max-width: 60px;
    text-align: center;
}
.products .tooltip-inner {
    white-space: pre-wrap;
}
.stock-box{
    margin-left: -10px; 
}
.stock-box.success {
    color: green;
}
.stock-box.warning {
    color: orange;
}
.stock-box.danger {
    color: red;
}

.items .empty {
    padding: 15px;
    font-size: medium;
}

.main-header .top-search-holder .search-area .search-field {
    width: 88%;
}

.left-direction input[type="checkbox"] {
    float: left;
    margin-right: 15px;
    width: auto;
}

.over-wizard {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action {
    right: 4px;
}

.list.item, 
.list.item .products, 
.list.item .products .product {
    display: inline-block;
}
.item.list .name a {
    font-size: large;
}
.item.list .name {
    margin-top: 15px;
    margin-bottom: 15px;
}
.no-padding {
    padding: 0;
}

.list-view .summary {
    text-align: left;
}
.required-field {
    color: red;
}

.customer-orders .wishlist-list-item {
    background-color: white;
}

.dropdown-css .dropdown:hover .dropdown-menu, .dropdown-css .dropdown-menu:hover {
    display: block;
}
.fixed-top-menu .dropdown-css .dropdown-cart .dropdown-menu {
    top: auto;
    margin-top: 0;
}
.dropdown-css .dropdown-cart .dropdown-menu {
    margin-top: 0;
}
.dropdown-css .dropdown-cart {
    float: right;
    padding-left: 28px;
    margin-left: 0;
}

.wishlist-list-item .add-to-cart a {
    font-size: x-small;
    padding-top: 8px;
}

.side-menu nav .nav > li > .mega-menu {
    z-index: 990;
}
[data-toggle~="collapse"] {
    cursor: pointer;
}
#js-sidebar-megamenu-index.megamenu-horizontal ul.nav {
    max-height: initial;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.list-view-holder .product-thumb-holder .price-before-discount,
.list-view-holder .product-thumb-holder .product-price,
.list-view-holder .cart .action {
    text-align: right;
}

.compere-buttons-holder .btn-uspon-light {
    width: 75%;
}
.compere-buttons-holder .btn-uspon-light.remove-button {
    width: 19%;
    margin-left: 8px;
    display: inline-block;
}
.slide-in-product-details .compere-buttons-holder .btn-uspon-light {
    width: 100%;
}
.breadcrumb ul li.active,
.breadcrumb ul li:last-child a,
.breadcrumb ul li:last-child {
    color: #ed1c24;
}
.breadcrumb ul li:last-child a {
    cursor: default;
}
.single-product .product-info .price-container {
    display: inline-block;
    width: 100%;
}

.find-by-criteria {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
    font-size: initial;
    font-weight: bold;
}

.cart-total a.btn{
    width: 69%;
    float: left;
}
.cart-total a.top-menu-delete-all-review-items{
    margin-bottom: 10px;
    width: 30%;
    float: right;
}
@media (max-width: 585px) {
    .wizard {
        width: 100%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}
.search-button:focus,
.search-button:active{
    outline: none;
}

.print,
.print-header {
    display: none;  
}


body[data-action-id="b2b"],
body[data-action-id="admin"],
body[data-action-id="b2cresetpassword"],
body[data-action-id="b2bresetpassword"] {
    padding-left: 0;
    max-width: 360px;
    margin: 5% auto;
    overflow-x: hidden;
    background-color: #e9e9e9;
}
body[data-action-id="b2b"] .container,
body[data-action-id="admin"] .container,
body[data-action-id="b2cresetpassword"] .container,
body[data-action-id="b2bresetpassword"] .container {
    width: auto;
}
body[data-action-id="b2b"] .login-box .logo,
body[data-action-id="admin"] .login-box .logo,
body[data-action-id="b2cresetpassword"] .login-box .logo,
body[data-action-id="b2bresetpassword"] .login-box .logo {
    margin-bottom: 20px;
    text-align: center;
}
body[data-action-id="b2b"] .card,
body[data-action-id="admin"] .card,
body[data-action-id="b2cresetpassword"] .card,
body[data-action-id="b2bresetpassword"] .card {
    background: #fff;
    min-height: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
body[data-action-id="b2b"] .card .body,
body[data-action-id="admin"] .card .body,
body[data-action-id="b2cresetpassword"] .card .body,
body[data-action-id="b2bresetpassword"] .card .body {
    font-size: 14px;
    color: #555;
    padding: 20px;
}
body[data-action-id="b2b"] .login-box .msg,
body[data-action-id="admin"] .login-box .msg,
body[data-action-id="b2cresetpassword"] .login-box .msg,
body[data-action-id="b2bresetpassword"] .login-box .msg {
    color: #555;
    margin-bottom: 30px;
    text-align: center;
}

body[data-action-id="b2cresetpassword"] .block-header h4,
body[data-action-id="b2bresetpassword"] .block-header h4 {
    font-size: large;
    font-weight: bold;
    text-align: center;
}
body[data-action-id="b2cresetpassword"] .block-header,
body[data-action-id="b2bresetpassword"] .block-header {
    margin-top: 20px;
    margin-bottom: 10px;
}
body[data-action-id="b2cresetpassword"] .cart-section,
body[data-action-id="b2cresetpassword"] .forgot-password-holder,
body[data-action-id="b2bresetpassword"] .cart-section,
body[data-action-id="b2bresetpassword"] .forgot-password-holder {
    background: #fff;
    min-height: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
body[data-action-id="b2cresetpassword"] .cart-section .success-holder h1,
body[data-action-id="b2bresetpassword"] .cart-section .success-holder h1 {
    font-size: 18px;
}
body[data-action-id="b2cresetpassword"] .cart-section .success-holder,
body[data-action-id="b2bresetpassword"] .cart-section .success-holder {
    background: none;
    text-align: center;
    margin-top: 0;
    box-shadow: none;
    font-size: 14px;
    color: #555;
    padding: 20px 0;
}
body[data-action-id="b2cresetpassword"] .submit,
body[data-action-id="b2bresetpassword"] .submit {
    margin: 15px;
}
body[data-action-id="b2cresetpassword"] .box-row-content-pane,
body[data-action-id="b2bresetpassword"] .box-row-content-pane {
    margin-bottom: 15px;
}

body[data-action-id="admin"] {
    background-color: white;
    max-width: 395px;
    width: 395px;
}
body[data-action-id="admin"] .box-title {
    font-weight: normal;
}
body[data-action-id="admin"] {
    
}
body[data-action-id="admin"] .login-box .btn-cart-side {
    outline: none;
    color: white;
    background: #41a85f;
    border-color: white;
    border: 1.5px solid transparent !important;
    transition: 0.7s;
    width: 100%;
}
body[data-action-id="admin"] .login-box .btn-cart-side:hover,
body[data-action-id="admin"] .login-box .btn-cart-side:focus {
    color: #2a166d;
    background-color: #ffffff;
    border: 1.5px solid #41a85f !important;
    transition: 0.7s;
}
body[data-action-id="admin"] .login-box .login-btn {
    width: 100%;
}
body[data-action-id="admin"] .login-box .btn-cart-side {
    margin: 0;
}
body[data-action-id="admin"] .login-box .card {
    background-color: #F7F7F7;
}
body[data-action-id="admin"] div[data-id-group-attribute="255"] {
    margin-top: 0;
    margin-bottom: 15px;
}

.form-control {
    height: 34px;
}

    
.login-box .btn-cart-side {
  background-color: #42b732;
    color: white;
    font-weight: bold;
    margin-top: 5px;
    border: 1px solid #42b732 !important;
    margin-bottom: 5px;
    width: 100%;
    border-radius: 0;
    text-transform: uppercase;
}
.login-box .card .body .col-xs-8, 
.login-box .card .body .col-sm-8, 
.login-box .card .body .col-md-8, 
.login-box .card .body .col-lg-8 {
    margin-bottom: 20px;
}
.login-box .p-t-40 {
    padding-top: 40px;
}

.login-box .btn-cart-side:hover {
    background-color: #fff;
    color: #42b732;
    border: 1px solid #42b732 !important;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}
.login-box label {
    margin-top: 6px;
}

.login-box label + [type="checkbox"] {
    padding-left: 26px;
    height: 25px;
    line-height: 21px;
    font-size: 13px;
    font-weight: normal;
}
.login-box label + [type="checkbox"] {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.login-box label:before + [type="checkbox"].filled-in:checked {
    border-right: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important;
}
.login-box label:before + [type="checkbox"]:checked.chk-col-pink {
    border-right: 2px solid #E91E63;
    border-bottom: 2px solid #E91E63;
}
.login-box label:before + [type="checkbox"].filled-in:checked{
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.login-box label:before + [type="checkbox"]:checked {
    top: -4px;
    left: -2px;
    width: 11px;
    height: 19px;
}
.login-box label:before + [type="checkbox"].filled-in, 
.login-box label:after + [type="checkbox"].filled-in {
    content: '';
    left: 0;
    position: absolute;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}
.login-box label:before + [type="checkbox"]:checked {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #26a69a;
    border-bottom: 2px solid #26a69a;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.login-box label:before + [type="checkbox"], .login-box label:after + [type="checkbox"]:not(.filled-in) {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    transition: .2s;
}

.info-center-box {
    margin-top: 10px;
    text-align: center;
}
.box-title {
    font-size: large;
    font-weight: bold;
}
.b2b-login .loader-holder {
    display: inline-block;
    margin-top: 10px;
    margin-left: 15px;
    width: 100%;
}
.b2b-login .li-overlay {
    width: 100%;
}
.b2b-login .error-holder {
    right: -2px;
    bottom: -19px;
}
div[data-id-group-attribute="255"] {
    margin-top: 15px;
}
.customer-login div[data-id-group-attribute="255"] {
    margin-top: 0;
}
.modal-body .forgot-password-holder {
    margin-top: 36px;
}
.b2b-login .forgot-password-holder,
.admin-login .forgot-password-holder {
    margin-top: 36px;
    float: right;
    top: -15px;
}
.forgot-password-holder .description {
    margin-bottom: 30px;
    text-align: center;
}

.single-product .product-info .price-container {
    padding: 10px;
}
.product-details .primary-title {
    font-size: x-large;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 79%;
}
.single-product .product-info .price-container .price-box .primary-title-price.price {
    font-size: xx-large;
    font-weight: bold;
}
.single-product .product-info .price-container .price-box .primary-title-price.price .price-currency {
    margin-left: -5px;
}
.product-details .primary-discount-title {
    font-size: medium;
}
.product-details .primary-discount-description {
    font-size: smaller;
}
.single-product .product-info .product-details.price-container .price-box .small {
    padding-left: 0;
}
.product-details .secondary-title {
    font-size: 15px;
    text-transform: uppercase;
}
.product-details .secondary-title-description {
    margin-top: -5px;
}
.single-product .product-info .price-container .price-box .small .secondary-title-price.price {
    margin-top: 5px;
    margin-bottom: 24px;
    line-height: 16px;
    font-size: x-large;
    font-weight: 400;
}
.single-product .product-info .price-container .price-box .small .secondary-title-price.price .price-currency {
    vertical-align: baseline;
    font-size: x-large;
    margin-left: 0px;
}    
.product-details .bank-credit-title {
    line-height: 100%;
}
.single-product .product-info .price-container .price-box .small .bank-credit-price.price {
    margin-top: 2px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 16px;
}
.print-head {
    display: inline-block !important;
}
.print-head h1.name {
    font-size: 16pt;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}
.delivery-title {
    text-transform: uppercase;
    padding-left: 5px;
}
.delivery-title .stock-box {
    margin-left: -6px;
}
.p-l-10 {
    padding-left: 10px;
}
.p-r-5 {
    padding-right: 5px;
}    
.filters-holder .sidebar-widget {
    padding-left: 0;
    padding-right: 0;
}
.filters-holder .sidebar-widget .section-title {
    margin-left: 19.6px;
    margin-right: 19.6px;
}
.filters-holder .sidebar-widget .section-title.fixed-filter-header {
    margin-left: 0;
    margin-right: 0;
}
.filters-holder .sidebar-widget .filter-content {
    padding-left: 19.6px;
    padding-right: 19.6px;
    overflow: auto;
    height: 66vh;
}
.title-solid {
    text-transform: uppercase;
    background-color: #ee1d25;
    color: white;
    padding: 10px 15px;
    margin-bottom: 15px;
}
.title-solid h3 {
    margin: 0;
}
.body-content .sign-in-page .create-new-account .title-solid {
    color: white;
}
.sign-in-page .box {
    display: inline-block;
    border: 1px solid #ee1d25;
    margin-bottom: 30px;
}
.newsletter-hodler-footer {
    position: relative;
}
.newsletter-hodler-footer .errorMessage {
    position: absolute;
    right: 133px;
    top: -19px;
}
.newsletter .success,
.newsletter-hodler-footer .success {
    color: white;
    background-color: #4b9e4b;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.newsletter .sidebar-widget-body {
    position: relative;
}
.newsletter .sidebar-widget-body input {
    text-transform: none;
}
input[name="captcha_rez"] {
    cursor: default;
}
.comment-scroll-spot {
    position: absolute;
    top: -193px;
}
.comment-form-section {
    position: relative;
}

#comments .no-data .toggle-hide {
    display: initial;
}
#comments .no-data .title-solid {
    cursor: default;
}
.b2c_comments .title-solid {
    cursor: pointer;
}
.toggle-hide {
    display: none;
}
.toggle-hide.open {
    display: initial;
}
.comment-holder .comment-form-holder .title-solid {
    background-color: transparent;
    color: #ee1e27;
    width: auto;
    float: right;
    margin-bottom: 0;
    padding: 0;
}
.comment-holder .comment-form-holder .title-solid h3 {
    font-size: x-small;
}
.comment-holder .box-content.open {
    display: inline-block;
    margin-top: 10px;
}
.comment-holder .box-content {
    border: 1px solid #ee1e27;
    padding: 15px 0;
    margin-top: -15px;
    margin-bottom: 10px;
}
.comment-holder .comment-form-holder input,
.comment-holder .comment-form-holder textarea {
    margin-bottom: 0;
}
.comment-holder .comment-form-holder > .col-md-12  {
    padding: 0;
}

.product-item-holder #owl-single-product {
    border: 1px solid #e5e5e5;
}
    
/** MEDIA QUERY -------------------------------- */
@media print {   
    html, body {
        height: 99%;    
    }
    .non-print, 
    header, 
    footer, 
    .scroll-to-top, 
    .slide-in-product-details
    {
        display: none !important;  
    }    
    .print {   
        display: initial !important; 
    }
    a[href]:after {
        content: none !important;
    }

    body[data-action-id="productdetails"] .quantity-container,
    body[data-action-id="productdetails"] .button-container,
    body[data-action-id="productdetails"] .print-btn-holder,
    body[data-action-id="productdetails"] #product-tabs,
    body[data-action-id="productdetails"] .owl-pagination,
    body[data-action-id="productdetails"] .single-product-gallery-thumbs,
    body[data-action-id="productdetails"] .croonus-powered-by,
    body[data-action-id="productdetails"] .breadcrumb,
    body[data-action-id="productdetails"] .sidebar{
        display: none !important;
    }
    body[data-action-id="productdetails"] .stock-box .label,
    body[data-action-id="productdetails"] .single-product .gallery-holder .gallery-thumbs .owl-item .item,
    body[data-action-id="productdetails"] .single-product .gallery-holder #owl-single-product .single-product-gallery-item{
        border: 1px solid transparent !important;
    }
    body[data-action-id="productdetails"] .single-product .owl-wrapper-outer .owl-item .single-product-gallery-item a img{
        width: 100% !important;
        margin: auto !important;
        box-shadow: none !important;
        outline: none !important;
    }
    body[data-action-id="productdetails"] .specification-row-holder{
        margin-top: 20px !important;
        clear: both !important;
    }

    body[data-action-id="productdetails"] .product-info-block{
        width: 60%;
        display: inline-block;
    }
    body[data-action-id="productdetails"] .gallery-holder{
        width: 40%;
        display: inline-block;
    }
    body[data-action-id="productdetails"] .owl-wrapper-outer,
    body[data-action-id="productdetails"] .owl-item .single-product-gallery-item,
    body[data-action-id="productdetails"] .owl-item .single-product-gallery-item img{
        width: 100% !important;
        display: block !important;
    }
    body[data-action-id="productdetails"] .stock-box .label{
        margin-left: -5px !important;
    }
    body[data-action-id="productdetails"] .detail-block {
        padding-bottom: 0;
        margin-bottom: -60px;
    }
    .print-header{
        display: block;
        margin-bottom: 30px;
    }
    
    .single-product .product-info .stock-box {
        margin-left: 0;
    }
    .single-product .product-info .stock-container .stock-box .label {
        margin-left: 0 !important;
    }

    .single-product .price-container .price-box .price-holder {
        width: 58%;
        float: left;
    }
    .single-product .price-container .price-box .small {
        width: 42%;
        float: right;
    }
    .single-product #description td {
        font-size: 10pt;
    }
    .single-product .product-tabs .tab-content {
        padding-left: 0;
        padding-right: 0;
    }
    .single-product #description .main-spec-title,
    .single-product #description .specification-items-holder,
    .single-product #description .specification-items {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .single-product #description .specification-items:last-child {
        margin-bottom: 0;
    }
}
/** SMALL DEVICES */
@media only screen and (orientation:portrait) and (min-width:0px) and (max-width:767px) {
    body[data-action-id="category"] .sidebar .special-deals,
    body[data-action-id="category"] .sidebar .special-offers,
    body[data-action-id="category"] .sidebar .product-tag,
    body[data-action-id="category"] .sidebar .hot-deals,
    body[data-action-id="category"] .sidebar .banner-sidebar,
    body[data-action-id="category"] .sidebar .newsletter{
        display: none;
    }
    body[data-action-id="wishlist"] .sidebar,
    body[data-action-id="productdetails"] .sidebar,
    body[data-action-id="search"] .sidebar,
    body[data-action-id="index"] .sidebar {
        display: none;
    }
    .fixed-top-menu{
        z-index: 998;
    }
    .fixed-bottom-bar{
        z-index: 999; 
    }
    .top-cart-row .dropdown-cart .lnk-cart{
        border: 1px solid #ed1c24; 
    }
    .main-header .top-search-holder .search-area{
        border: 1px #e5e5e5 solid;
    }
    .side-menu nav .nav > li > .mega-menu .yamm-content .dropdown-banner-holder{
        display: none;
    }
    .scroll-tabs .more-info-tab .new-product-title{
        width: 100%;
    }
    .single-product .product-info-block .name {
        font-size: medium;
    }
    .filters-container{
        text-align: center;  
    }
    .filter-tabs .nav-tab-box li {
        float: inherit;
        display: inline-block;
    }
    .list-view .summary {
        text-align: center;
        margin-top: 10px;
    }
    body[data-action-id="wishlist"] .page-title{
        margin-top: 0;
        font-size: x-large;
    }
    .wishlist-title-items-holder{
        font-size: x-small;
    }
    body[data-action-id="wishlist"] .wishlist-list-item{
        padding: 0;
        padding-bottom: 10px;
    }
    body[data-action-id="wishlist"] .wishlist-list-item .btn-uspon-light{
        height: auto;

    }
    body[data-action-id="wishlist"] .wishlist-list-item a{
        padding: 3px;
        font-size: 7px;
    }
    body[data-action-id="wishlist"] .wishlist-list-item p,
    body[data-action-id="wishlist"] .wishlist-list-item h5{
        font-size: xx-small;
    }
    .profil-order-row-item{
        font-size: x-small;
        line-height: 1.6;
    }
    .order-date {
        text-align: right;
    }
    .order-number{
        font-weight: 600;
    }
    .order-price{
        color: #ed1c24; 
        font-weight: 600;
    }
    .order-price-details-holder{
        clear: both;
    }
    .order-final-price{
        color: #333;
    }
    .wishlist-list-item{
        border-bottom: 1px solid #e2e2e2 !important;
    }
    .list-view .summary {
        margin-right: 5px;
        font-size: x-small;
    }
    .profil-order-details .wishlist-list-item .wishlist-quantity-holder{
        margin-top: 0;
    }
    .profil-order-details .wishlist-list-item p,
    .profil-order-details .wishlist-list-item span,
    .profil-order-details .wishlist-list-item h5{
        font-size: x-small;
    }
    .profil-order-details .wishlist-list-item span{
        float: left;
    }
    .profil-order-details .wishlist-list-item p{

    }
    .wishlist-quantity-holder{
        margin-top: 20px;
        position: relative;
        display: inline-block;
    }
    .wishlist-buttons-holder i{
        margin: 0;
        margin-top: 20px;
    }
    .scroll-to-top {
        z-index: 99;
        width: 25px;
        height: 25px;
        font-size: 20px;
        right: 5px !important;
        bottom: 30px !important;
        border-radius: 3px !important;
        position: fixed;
        opacity: 0.7;
        cursor: pointer;
        background-color: #555;
        color: #fff;
        border: 1px solid #fff;
    }
    .scroll-to-top i {
        margin-left: 5px;
        margin-top: 0px;
    }
    #customer_login .forgot-password,
    .body-content .sign-in-page .register-form .form-group {
        text-align: center;
    }
    #customer_login button.btn-uspon-dark-sidebar,
    .register-form button.btn-uspon-dark-sidebar{
        width: 100%;
    }
    .radio-buttons-big-select li label{
        font-size: x-small; 
    }
    .success-holder{
        margin-top: 0;
        margin-bottom: 20px;
    }
    .footer-social-network-list li{
        float: none;
    }
    .newsletter-hodler-footer,
    .footer-social-network-list{
        text-align: center;
    }
    .footer .module-title{
        font-size: x-small;
    }
    .footer .footer-bottom .module-body ul li a{
        line-height: 20px;
    }
    .footer .footer-bottom .module-body ul li a,
    .media-body p{
        font-size: xx-small;
    }
    .footer-elem-clear{
        clear: both;
    }
    .review-form .form-group label:first-child {
        word-wrap: break-word;
    }
    .tab-panels .wizard li.active:after{
        left: 32%;
    }
    .pager_css{
        text-align: center
    }
    .list-view-holder .products .name {
        margin-top: 0;
        margin-bottom: 5px;
    }
    .list-view-holder .products .name a {
        font-size: small;
    }
    .list-view-holder .product-thumb-holder .product-price {
        text-align: right;
    }
    .list-view-holder .product .product-info .product-price .price-before-discount,
    .list-view-holder .product .product-info .product-price .price {
        font-size: 12px;
        text-align: right;
    }
    .list-view-holder .cart .action {
        text-align: right;
    }
    .list-view-holder .product .cart .action ul li.lnk, 
    .list-view-holder .product .cart .action ul li.lnk.wishlist{
        width: auto;
        padding: 0;
        font-size: small;
    }
    .list-view-holder .product .cart .action ul li.add-cart-button.btn-group{
        margin-top: 3px;
    }
    .list-view-holder .product .cart .action ul li.add-cart-button .btn.btn-primary.icon{
        padding: 0;
        font-size: small;
        width: auto;
        margin-left: 20px;
    }
    .list-view-holder .list-thumb-image-holder{
        padding: 0;
    }
    .single-product .product-info .stock-container .stock-box .label{
        margin-left: 0;
    }
    .top-bar .header-top-inner .cnt-account li {
        margin-bottom: 0;
    }
    .main-header .top-search-holder .search-area{
        margin: -4px 0px;
    }
    .main-header .top-search-holder .search-area .search-field{
        padding: 6px 10px; 
    }
    .main-header .top-search-holder .search-area .search-field {
        width: 70%;
    }
    .main-header .top-search-holder .search-area .search-button {
        padding: 9px 10px;
    }
    .top-cart-row {
        text-align: center;
        position: relative;
    }
    .top-cart-row .dropdown-cart{
        display: inline-block;
        margin-left: 5px;
        float: right;
        margin-right: 5px;
        transition: 0s;
        padding: 0;
        position: initial;
    }
    .dropdown-css .dropdown:hover .dropdown-menu, 
    .dropdown-css .dropdown-menu:hover {
        display: block;
        position: absolute;
        right: 0;
        width: 100%;
    }
    .fixed-top-menu .dropdown-css .dropdown:hover .dropdown-menu, 
    .fixed-top-menu .dropdown-css .dropdown-menu:hover {
        display: block;
        position: absolute;
        right: 0;
        width: 200%;
        top: 90px;
    }

    .info-box .info-box-heading.green{
        font-size: x-small;
        line-height: 1.2;
        margin-bottom: 5px;
    }
    .info-boxes .info-box .text{
        font-size: xx-small;
        line-height: 1.2;
    }
    .top-cart-row .dropdown-cart .lnk-cart{
        display: inline-block;
        float: left;
    }
    .megamenu-horizontal .red_text{
        font-size: medium;
    }
    .navbar-toggle {
        float: right;
        border: none;
    }
    .category-navbar-holder-xs{
        float: left;
        margin-top: 1px;
    }
    .megamenu-horizontal ul.nav{
        overflow: auto;  
        height: 80vh;
    }
    .side-menu nav .nav > li > .mega-menu{
        position: relative;
        left: 0;
        width: 100%;
        min-width: 100%;
        height: auto;
        max-height: 100%;
        box-shadow: none;
        border-bottom: 1px solid #a7a7a7;
        margin-bottom: 5px;
    }
    .category-slider-list-holder {
        overflow: visible;
        height: auto;
    }
    .yamm-content > div > div > ul > li{
        width: 100%;
    }
    .category-navbar-holder .megamenu-horizontal{
        height: 80vh;
        overflow: hidden;
        margin-top: 1px;
    }
    .side-menu .head {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        color: #ffffff;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        padding: 12px 17px;
        text-transform: uppercase;
        border: none; 
        font-weight: 700;
        letter-spacing: 0.5px;
        margin-top: 2px;
        z-index: 99999999999;
    }
    .side-menu {
        background-color: transparent;
    }
    .navbar-header{
        position: relative;
        display: inline-block;
        width: 100%;
    }
    /** Fixed menu **/
    .fixed-bottom-bar{
        top: 48px;; 
    }

    .fixed-bottom-bar .category-navbar-holder-xs .side-menu .head{
        padding: 6px 17px;
    }
    .fixed-bottom-bar .navbar-toggle{
        padding: 3px 10px; 
    }
    .fixed-top-menu .logo-holder {
        display: none;
    }

    .fixed-top-menu .top-search-holder .search-area .search-field {
        width: 55%;
    }
    .fixed-top-menu .top-cart-row{
        width: 50%; 
        padding-top: 2px;
    }
    .fixed-top-menu .top-cart-row .dropdown-cart{
        float: right;
        margin: auto;
        margin-left: 2px;

    }
    .fixed-top-menu .top-cart-row .dropdown-cart .lnk-cart{
        padding: 0;
        overflow: visible;
    }
    .fixed-top-menu .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket-item-count {
        left: 14px;
        top: -8px;
    }
    .main-header.fixed-top-menu .top-search-holder .search-area {
        margin: 2px 0 0;
        width: 97%;
    }
    .navbar-collapse .nav > li{
        text-align: right; 
    }
    /** ./Fixed menu **/
    .support-thumb-holder{
        width: 49%;
        height: 172px;
    }
    .support-title-holder h2{
        font-size: small;
    }
    /** CHECKOUT **/
    .tab-panels span.title {
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
        top: 35px;
        font-size: xx-small;
        line-height: 1.4;
        overflow: hidden;
    }
    .shopping-cart-table .header .cell{
        font-size: xx-small; 
    }
    .shopping-cart-table .body-row{
        display: block;
    }
    .cart-item-view-holder{
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .shopping-cart-table .body-row .cell {
        padding: 5px;
        display: flex;
        align-items: left;
        justify-content: left;
        text-align: left;
    }
    .shopping-cart-table .body-row h4 {
        font-size: smaller;
    }
    .count_input input {
        font-size: 11px;
        height: 26px;
        margin-top: -4px;
    }
    .count_input .arrows {
        top: -4px;
    }
    .order-info{
        clear: both; 
    }
    #step3 .btn-uspon-dark-sidebar,
    #step4 .btn-uspon-dark-sidebar,
    #complete .btn-uspon-dark-sidebar,
    .btn-default.slim.next-step,
    .btn-uspon-dark-sidebar.next-step{
        margin-top: 20px; 
    }
    .shopping-cart {
        padding: 0;
    }
    .complete-holder .shopping-cart-table .body-row .cell, 
    .complete-holder .shopping-cart-table .body-row .cell h4 {
        font-size: x-small;
        border-bottom: none;
    }
    .complete-holder .shopping-cart-table .body-row {
        display: inline-block;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 7px;
    }
    .complete-holder .shopping-cart-table .body-row .cell .cart-product-description{
        font-size: small;
    }
    .tab-panels .wizard h3 {
        font-size: small;
    }
    /** ./CHECKOUT **/
    .product-details-cart-btn-holder .btn-uspon-light{
        font-size: 11px;
    }
    .single-product .product-info .price-container .price-box .small{
        padding: 0;
    }
    .stock-container.info-container{
        margin: 0;
    }
    .stock-box{
        margin-left: 0; 
    }
    .customer-addresses .profil-main-title {
        font-size: x-small;
    }
    .btn-uspon-dark-sidebar:hover,
    .btn-uspon-dark-sidebar{
        font-size: 12px;
    }
    .cart-section .success-holder h1{
        font-size: large;
    }
    .cart-section .success-holder .btn-holder a.btn-uspon-dark-sidebar{
        font-size: x-small;
    } 
    .tab-panels .wizard .btn-holder .list-inline {
        float: right;
    }
    .shopping-cart.user-holder .checkout-thumb-title-holder{
        min-height: 160px;
    }
    .fixed-filter-header{
        margin-top: -53px;
    }
}
@media only screen and (orientation:landscape) and (min-width:0px) and (max-width:767px) {
    body[data-action-id="category"] .sidebar .special-deals,
    body[data-action-id="category"] .sidebar .special-offers,
    body[data-action-id="category"] .sidebar .product-tag,
    body[data-action-id="category"] .sidebar .hot-deals,
    body[data-action-id="category"] .sidebar .banner-sidebar,
    body[data-action-id="category"] .sidebar .newsletter{
        display: none;
    }
    body[data-action-id="wishlist"] .sidebar,
    body[data-action-id="productdetails"] .sidebar,
    body[data-action-id="search"] .sidebar,
    body[data-action-id="index"] .sidebar {
        display: none;
    }
    .fixed-top-menu{
        z-index: 998;
    }
    .fixed-bottom-bar{
        z-index: 999; 
    }
    .top-cart-row .dropdown-cart .lnk-cart{
        border: 1px solid #ed1c24; 
    }
    .main-header .top-search-holder .search-area{
        border: 1px #e5e5e5 solid;
    }
    .side-menu nav .nav > li > .mega-menu .yamm-content .dropdown-banner-holder{
        display: none;
    }
    .scroll-tabs .more-info-tab .new-product-title{
        width: 100%;
    }
    .single-product .product-info-block .name {
        font-size: medium;
    }
    .filters-container{
        text-align: center;  
    }
    .filter-tabs .nav-tab-box li {
        float: inherit;
        display: inline-block;
    }
    .list-view .summary {
        text-align: center;
        margin-top: 10px;
    }
    body[data-action-id="wishlist"] .page-title{
        margin-top: 0;
        font-size: x-large;
    }
    .wishlist-title-items-holder{
        font-size: x-small;
    }
    body[data-action-id="wishlist"] .wishlist-list-item{
        padding: 0;
        padding-bottom: 10px;
    }
    body[data-action-id="wishlist"] .wishlist-list-item .btn-uspon-light{
        height: auto;

    }
    body[data-action-id="wishlist"] .wishlist-list-item a{
        padding: 3px;
        font-size: 7px;
    }
    body[data-action-id="wishlist"] .wishlist-list-item p,
    body[data-action-id="wishlist"] .wishlist-list-item h5{
        font-size: xx-small;
    }
    .profil-order-row-item{
        font-size: x-small;
        line-height: 1.6;
    }
    .order-date {
        text-align: right;
    }
    .order-number{
        font-weight: 600;
    }
    .order-price{
        color: #ed1c24; 
        font-weight: 600;
    }
    .order-price-details-holder{
        clear: both;
    }
    .order-final-price{
        color: #333;
    }
    .wishlist-list-item{
        border-bottom: 1px solid #e2e2e2 !important;
    }
    .list-view .summary {
        margin-right: 5px;
        font-size: x-small;
    }
    .profil-order-details .wishlist-list-item .wishlist-quantity-holder{
        margin-top: 0;
    }
    .profil-order-details .wishlist-list-item p,
    .profil-order-details .wishlist-list-item span,
    .profil-order-details .wishlist-list-item h5{
        font-size: x-small;
    }
    .profil-order-details .wishlist-list-item span{
        float: left;
    }
    .profil-order-details .wishlist-list-item p{

    }
    .wishlist-quantity-holder{
        margin-top: 20px;
        position: relative;
        display: inline-block;
    }
    .wishlist-buttons-holder i{
        margin: 0;
        margin-top: 20px;
    }
    .scroll-to-top {
        z-index: 99;
        width: 25px;
        height: 25px;
        font-size: 20px;
        right: 5px !important;
        bottom: 30px !important;
        border-radius: 3px !important;
        position: fixed;
        opacity: 0.7;
        cursor: pointer;
        background-color: #555;
        color: #fff;
        border: 1px solid #fff;
    }
    .scroll-to-top i {
        margin-left: 5px;
        margin-top: 0px;
    }
    #customer_login .forgot-password,
    .body-content .sign-in-page .register-form .form-group {
        text-align: center;
    }
    #customer_login button.btn-uspon-dark-sidebar,
    .register-form button.btn-uspon-dark-sidebar{
        width: 100%;
    }
    .radio-buttons-big-select li label{
        font-size: x-small; 
    }
    .success-holder{
        margin-top: 0;
        margin-bottom: 20px;
    }
    .footer-social-network-list li{
        float: none;
    }
    .newsletter-hodler-footer,
    .footer-social-network-list{
        text-align: center;
    }
    .footer .module-title{
        font-size: x-small;
    }
    .footer .footer-bottom .module-body ul li a{
        line-height: 20px;
    }
    .footer .footer-bottom .module-body ul li a,
    .media-body p{
        font-size: xx-small;
    }
    .footer-elem-clear{
        clear: both;
    }
    .review-form .form-group label:first-child {
        word-wrap: break-word;
    }
    .tab-panels .wizard li.active:after{
        left: 32%;
    }
    .pager_css{
        text-align: center
    }
    .dropdown-css .dropdown:hover .dropdown-menu, 
    .dropdown-css .dropdown-menu:hover {
        display: block;
        position: absolute;
        right: 0;
        width: 100%;
    }
    .fixed-top-menu .dropdown-css .dropdown:hover .dropdown-menu, 
    .fixed-top-menu .dropdown-css .dropdown-menu:hover {
        display: block;
        position: absolute;
        right: 0;
        width: 200%;
        top: 90px;
        height: 65vh;
        overflow: auto;
    }
    .list-view-holder .products .name {
        margin-top: 0;
        margin-bottom: 5px;
    }
    .list-view-holder .products .name a {
        font-size: x-small;
    }
    .list-view-holder .product-thumb-holder .product-price {
        text-align: right;
    }
    .list-view-holder .product .product-info .product-price .price {
        font-size: 12px;
    }
    .list-view-holder .cart .action {
        text-align: right;
    }
    .list-view-holder .product .cart .action ul li.lnk, 
    .list-view-holder .product .cart .action ul li.lnk.wishlist{
        width: auto;
        padding: 0;
        font-size: small;
    }
    .list-view-holder .product .cart .action ul li.add-cart-button.btn-group{
        margin-top: 3px;
    }
    .list-view-holder .product .cart .action ul li.add-cart-button .btn.btn-primary.icon{
        padding: 0;
        font-size: small;
        width: auto;
        margin-left: 20px;
    }
    .list-view-holder .list-thumb-image-holder{
        padding: 0;
    }
    .single-product .product-info .stock-container .stock-box .label{
        margin-left: 0;
    }
    .top-bar .header-top-inner .cnt-account li {
        margin-bottom: 0;
    }
    .main-header .top-search-holder .search-area{
        margin: 7px 0px;
    }
    .main-header .top-search-holder .search-area .search-field{
        padding: 10px; 
    }
    .main-header .top-search-holder .search-area .search-field {
        width: 70%;
    }
    .main-header .top-search-holder .search-area .search-button {
        padding: 9px 10px;
    }
    .top-cart-row {
        text-align: center;
    }
    .top-cart-row .dropdown-cart{
        display: inline-block;
        margin-left: 0;
        float: right;
        margin-right: 35px;
        transition: 0s;
        position: initial;
    }

    .info-box .info-box-heading.green{
        font-size: x-small;
        line-height: 1;
    }
    .info-boxes .info-box .text{
        font-size: xx-small;
    }
    .top-cart-row .dropdown-cart .lnk-cart{
        display: inline-block;
        float: left;
    }
    .megamenu-horizontal .red_text{
        font-size: medium;
    }
    .navbar-toggle {
        float: right;
        border: none;
    }
    .category-navbar-holder-xs{
        float: left;
        margin-top: 1px;
    }
    .megamenu-horizontal ul.nav{
        overflow: auto;  
        height: 65vh;
    }
    .side-menu nav .nav > li > .mega-menu{
        position: relative;
        left: 0;
        width: 100%;
        min-width: 100%;
        height: auto;
        max-height: 100%;
        box-shadow: none;
        border-bottom: 1px solid #a7a7a7;
        margin-bottom: 5px;
    }
    .category-slider-list-holder {
        overflow: visible;
        height: auto;
    }
    .yamm-content > div > div > ul > li{
        width: 100%;
    }
    .category-navbar-holder .megamenu-horizontal{
        height: 65vh;
        overflow: hidden;
        margin-top: 1px;
    }
    .side-menu .head {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        color: #ffffff;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        padding: 12px 17px;
        text-transform: uppercase;
        border: none; 
        font-weight: 700;
        letter-spacing: 0.5px;
        margin-top: 2px;
        z-index: 99999999999;
    }
    .side-menu {
        background-color: transparent;
    }
    .navbar-header{
        position: relative;
        display: inline-block;
        width: 100%;
    }
    /** Fixed menu **/
    .fixed-bottom-bar{
        top: 48px; 
    }

    .fixed-bottom-bar .category-navbar-holder-xs .side-menu .head{
        padding: 6px 17px;
    }
    .fixed-bottom-bar .navbar-toggle{
        padding: 3px 10px; 
    }
    .fixed-top-menu .logo-holder {
        display: none;
    }

    .fixed-top-menu .top-search-holder .search-area .search-field {
        width: 70%;
    }
    .fixed-top-menu .top-cart-row{
        width: 50%; 
        padding-top: 2px;
    }
    .fixed-top-menu .top-cart-row .dropdown-cart{
        float: right;
        margin: auto;
        margin-left: 0;

    }
    .fixed-top-menu .top-cart-row .dropdown-cart .lnk-cart{
        padding: 0;
        overflow: visible;
    }
    .fixed-top-menu .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket-item-count {
        left: 14px;
        top: -8px;
    }
    .main-header.fixed-top-menu .top-search-holder .search-area {
        margin: 2px 0 0;
        width: 97%;
    }
    .navbar-collapse .nav > li{
        text-align: right; 
    }
    /** ./Fixed menu **/
    .support-thumb-holder{
        width: 49%;
        height: 172px;
    }
    .support-title-holder h2{
        font-size: small;
    }
    /** CHECKOUT **/
    .tab-panels span.title {
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
        top: 35px;
        font-size: xx-small;
        line-height: 1.4;
        overflow: hidden;
    }
    .shopping-cart-table .header .cell{
        font-size: xx-small; 
    }
    .shopping-cart-table .body-row{
        display: block;
    }
    .cart-item-view-holder{
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .shopping-cart-table .body-row .cell {
        padding: 5px;
        display: flex;
        align-items: left;
        justify-content: left;
        text-align: left;
    }
    .shopping-cart-table .body-row h4 {
        font-size: smaller;
    }
    .count_input input {
        font-size: 11px;
        height: 26px;
        margin-top: -4px;
    }
    .count_input .arrows {
        top: -4px;
    }
    .order-info{
        clear: both; 
    }
    #step3 .btn-uspon-dark-sidebar,
    #step4 .btn-uspon-dark-sidebar,
    #complete .btn-uspon-dark-sidebar,
    .btn-default.slim.next-step,
    .btn-uspon-dark-sidebar.next-step{
        margin-top: 20px; 
    }
    .shopping-cart {
        padding: 0;
    }
    .complete-holder .shopping-cart-table .body-row .cell, 
    .complete-holder .shopping-cart-table .body-row .cell h4 {
        font-size: x-small;
        border-bottom: none;
    }
    .complete-holder .shopping-cart-table .body-row {
        display: inline-block;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 7px;
    }
    .complete-holder .shopping-cart-table .body-row .cell .cart-product-description{
        font-size: small;
    }
    .tab-panels .wizard h3 {
        font-size: small;
    }
    /** ./CHECKOUT **/
    .product-details-cart-btn-holder .btn-uspon-light{
        font-size: 11px;
    }
    .single-product .product-info .price-container .price-box .small{
        padding: 0;
    }
    .stock-container.info-container{
        margin: 0;
    }
    .stock-box{
        margin-left: 0; 
    }
    .price-box .price-holder,
    .price-box .small{
        width: 50%;
        float: left;
    }
    .customer-addresses .profil-main-title {
        font-size: x-small;
    }
    .tab-panels .wizard .btn-holder .list-inline {
        float: right;
        width: 100%;
        text-align: right;
    }
    .fixed-filter-header{
        margin-top: -53px;
    }
    .wishlist-title-items-holder{
        text-align: left;
    }
}
@media only screen and (orientation:portrait) and (min-width:768px) and (max-width:1199px) {
    .top-cart-row .dropdown-cart .lnk-cart{
        border: 1px solid #ed1c24; 
    }
    .main-header .top-search-holder .search-area{
        border: 1px #e5e5e5 solid;
    }
    .main-header .logo-holder {
        margin-bottom: 0;
    }
    .fixed-top-menu .logo-holder{
        display: none;
    }
    .header-nav .navbar-nav{
        text-align: center;
    }
    .header-nav .navbar-nav > li {
        float: none;
        display: inline-block;
    }
    .top-search-holder .search-area {
        position: relative;
        top: 10px;
        width: 219%;
    }
    .main-header .top-search-holder .search-area .search-button {
        position: absolute;
        right: 0;
    }
    .top-cart-row{
        float: right;
        clear: both;
    }
    .fixed-top-menu .top-cart-row{
        clear: none;
        padding-top: 3px;
    }
    .top-cart-row .dropdown-cart {
        padding: 0;
        float: right;
        margin-left: 57px;
    }
    .fixed-top-menu .top-cart-row .dropdown-cart {
        float: right;
        margin-left: 40px;
    }
    .side-menu .category-btn{
        position: absolute;
        top: -54px;
        border-bottom: 1px solid #ed1c24;
    }
    .fixed-bottom-bar .side-menu .category-btn{
        top: -40px;
        width: auto;
    }
    .category-navbar-holder .megamenu-horizontal{
        width: 299px;
        top: -8px;
    }
    .fixed-top-menu .category-navbar-holder .megamenu-horizontal{
        width: 252px;
        top: -8px;
    }
    .side-menu nav .nav > li > .mega-menu{
        min-width: 100%;
        width: 150%;
    }
    .side-menu nav .nav > li > .mega-menu .yamm-content .dropdown-banner-holder{
        display: none;
    }
    .fixed-bottom-bar {
        top: 51px;
    }
    .fixed-bottom-bar .side-menu .head {
        padding: 5px 17px;
    }

    .main-header.fixed-top-menu .top-search-holder{

    }
    .main-header.fixed-top-menu .top-search-holder .search-area{
        margin: 0;
        width: 130%;
        top: 3px;
        left: 120%;
    }
    .fa-stack {
        width: 1em !important;
        height: 1em !important;
        line-height: 1em !important;
    }
    .web-price{
        font-size: small;
    }
    .single-product .product-info .stock-container .stock-box .label{
        margin-left: 0;
    }
    .info-container{
        margin-top: 0;
    }
    body[data-action-id="wishlist"] .page-title{
        margin-top: 0;
        font-size: x-large;
    }
    .wishlist-title-items-holder{
        font-size: small;
    }
    .wishlist-buttons-holder i {
        margin: 10px 0;
    }
    body[data-action-id="wishlist"] .wishlist-list-item{
        padding: 0;
        padding-bottom: 10px;
    }
    body[data-action-id="wishlist"] .wishlist-list-item .btn-uspon-light{
        height: auto;

    }
    body[data-action-id="wishlist"] .wishlist-list-item a{
        padding: 3px;
        font-size: 11px;
    }
    body[data-action-id="wishlist"] .wishlist-list-item p,
    body[data-action-id="wishlist"] .wishlist-list-item h5{
        font-size: small;
    }
    body[data-action-id="category"] .sidebar .special-deals,
    body[data-action-id="category"] .sidebar .special-offers,
    body[data-action-id="category"] .sidebar .product-tag,
    body[data-action-id="category"] .sidebar .hot-deals,
    body[data-action-id="category"] .sidebar .banner-sidebar,
    body[data-action-id="category"] .sidebar .newsletter{
        display: none;
    }
    body[data-action-id="wishlist"] .sidebar,
    body[data-action-id="productdetails"] .sidebar,
    body[data-action-id="search"] .sidebar,
    body[data-action-id="index"] .sidebar {
        display: none;
    }
    #owl-main .item {
        background-size: contain;
    }

    /** SUPPORT **/
    .support-title-holder h2 {
        font-size: smaller;

    }
    /** ./SUPPORT **/
    /** CATEGORY **/
    .fixed-filter-header{
        margin-top: -65px;
    }
    .product .cart .action ul li.lnk, 
    .product .cart .action ul li.lnk.wishlist{
        width: 44px; 
    }
    /** ./CATEGORY **/

}
@media only screen and (orientation:landscape) and (min-width:768px) and (max-width:1199px) {
    .top-cart-row .dropdown-cart .lnk-cart{
        border: 1px solid #ed1c24; 
    }
    .main-header .top-search-holder .search-area{
        border: 1px #e5e5e5 solid;
    }
    .dropdown-css .dropdown-cart{
        padding-left: 12px;
    }
    .fixed-bottom-bar{
        top: 60px; 
    }
}
