@charset "UTF-8";

body {
    /* Zapobiega skakaniu scrolla gdy zmienia się wysokość elementów DOM */
    overflow-anchor: none; 
  }

/* oswald-200 - latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Oswald';
font-style: normal;
font-weight: 200;
src: url('../font/oswald-v57-latin_latin-ext/oswald-v57-latin_latin-ext-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../font/oswald-v57-latin_latin-ext/oswald-v57-latin_latin-ext-200.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* oswald-300 - latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Oswald';
font-style: normal;
font-weight: 300;
src: url('../font/oswald-v57-latin_latin-ext/oswald-v57-latin_latin-ext-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../font/oswald-v57-latin_latin-ext/oswald-v57-latin_latin-ext-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* oswald-regular - latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Oswald';
font-style: normal;
font-weight: 400;
src: url('../font/oswald-v57-latin_latin-ext/oswald-v57-latin_latin-ext-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../font/oswald-v57-latin_latin-ext/oswald-v57-latin_latin-ext-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* oswald-500 - latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Oswald';
font-style: normal;
font-weight: 500;
src: url('../font/oswald-v57-latin_latin-ext/oswald-v57-latin_latin-ext-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../font/oswald-v57-latin_latin-ext/oswald-v57-latin_latin-ext-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* oswald-600 - latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Oswald';
font-style: normal;
font-weight: 600;
src: url('../font/oswald-v57-latin_latin-ext/oswald-v57-latin_latin-ext-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../font/oswald-v57-latin_latin-ext/oswald-v57-latin_latin-ext-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* oswald-700 - latin_latin-ext */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Oswald';
font-style: normal;
font-weight: 700;
src: url('../font/oswald-v57-latin_latin-ext/oswald-v57-latin_latin-ext-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../font/oswald-v57-latin_latin-ext/oswald-v57-latin_latin-ext-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

.vc_col-xs-12 {
    width: 100%;
}

.vc_col-xs-6 {
    width: 50%;
}

.vc_col-xs-1, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12 {
    float: left;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
}

.vc_column-gap-15 {
    gap: 15px;
}

@media (min-width: 767px) {
    .mymobi {
        display: none;
    }

    #header button.btn.btn-primary.dropdown-toggle {
        width: 51px;
        height: 51px;
        margin: 12px 12px 12px 12px;
        background-size: 30px !important;
    }

    .head.fixed-top {
        margin-bottom: 54px;
    }

    .vc_row.vc_row-flex {
        flex-wrap: nowrap !important;
    }
}

#header .top-search button.btn.btn-primary.dropdown-toggle {
    background: url(https://arif.pl/img/ikona-lupa.png) no-repeat center center;
}

#header .user-account button.btn.btn-primary.dropdown-toggle {
    background: url(https://arif.pl/img/ikona-login.png?1) no-repeat center center;
}

#header .user-account button.btn.btn-primary.dropdown-toggle.logged {
    background: url(https://arif.pl/img/ikona-login-ono.png?1) no-repeat center center;
}

#header .shopping_cart button.btn.btn-primary.dropdown-toggle {
    background: url(https://arif.pl/img/ikona-koszyk.png) no-repeat center center;
}

#logo_wrapper {
    width: 400px !important;
}

#logo_wrapper img.logo {
    width: auto !important;
    height: 82px !important;
}

.delivery_option1 {
    border: 1px solid lightgray;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}

.delivery_option1 > div {
    display: inline-block;
    min-height: 30px;
}

/*
 *  HEADER
 */


.menu-kontakt-icon img {
    margin: 0px auto 5px !important;
}

.menu-kontakt-icon-header, .menu-kontakt-icon {
    font: 300 16px/18px "Oswald", sans-serif;
    text-transform: uppercase;

}

.menu-kontakt-icon-header.clearfix {
    background-color: #f0f0f0;
    padding: 15px 5px;
    margin: -10px -5px 0px -5px;
}

.menu-kontakt-icon .iconmenubottom {
    width: 68px;
}

.menu-kontakt-icon-xs.clearfix a {
    font: 400 14px/30px "Oswald", sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    color: #333333;
}

.menu-kontakt-icon-xs.clearfix img {
    margin: auto !important;
    width: 40px !important;
}


.col-sm-4.menu-kontakt-icon-social img {
    height: 35px;
    width: auto !important;
}

li.kontaktmob a {
    font-size: 14px !important;
    margin-left: 0px !important;
}

.kontaktmob img {
    margin-left: 20px;
    width: 48px !important;
    height: 38px !important;
}

.kontaktmobup {
    background-color: rgb(242, 242, 242);
    font-family: oswald;
    padding: 5px 0px !important;
    border-bottom: 1px solid #ababab;
}

.kontaktmobup img {
    float: left;
    margin: 0px 20px;
    width: 40px !important;
    height: 40px !important;

}

.menubigtop {
    font-family: oswald;
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    color: #b4b4b4;
    margin-bottom: 24px !important;
}

.col-sm-6.menuleft {
    font-family: oswald;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
}

.col-sm-6.menuleft img {
    float: inherit;
    margin: 0px 20px;
}

.col-sm-6.klawisze {
    height: 32px;
}

.klawisze a:hover {
    color: #ff5a00 !important;
}

.menupasekbottom {
    margin: 25px -19px -16px -20px !important;
    padding: 10px 0px !important;
    font-size: 12px;
    color: rgb(0, 0, 0);
    background-color: #f3f3f3;
    text-align: center;
    border-top: 1px solid #d1d1d1;
}


@media (min-width: 768px) {
    #header li.more-contact {
        float: right
    }

    #header .head {
        z-index: 9999;
    }

    #block_top_menu {
        display: block !important;
        position: relative !important;
    }

    #header, body {
        background: #fff;
    }

    #header .btn-group.mobile-menu-new {
        float: left;
        display: none;
    }
}

@media (max-width: 767px) {

    .columns-container-top.fixed-top {
        margin-top: 46px;
    }


    #header .head {
        height: auto;
    }

    #header {
        height: 46px;
    }

    #header #block_top_menu .sf-menu {
        left: 0;
        right: 0;
    }

    #header .btn-group.mobile-menu-new {
        float: left;
    }

    #header button.btn.btn-primary.dropdown-toggle {
        width: 59px;
        height: 46px;
        margin: 0px;
        background-size: 30px !important;
    }

    #header, body {
        background: #2d2c2c;
    }

    #header .mobile-menu-new button.btn.btn-primary.dropdown-toggle {
        background: url(https://arif.pl/img/ikona-menu_.png) no-repeat center center;
        float: left;
    }

    #header .top-search button.btn.btn-primary.dropdown-toggle {
        background: url(https://arif.pl/img/ikona-lupa_.png) no-repeat center center;
    }

    #header .user-account button.btn.btn-primary.dropdown-toggle {
        background: url(https://arif.pl/img/ikona-login_.png?1) no-repeat center center;
    }

    #header .user-account button.btn.btn-primary.dropdown-toggle.logged {
        background: url(https://arif.pl/img/ikona-login-ono_.png?1) no-repeat center center;
    }

    #header .shopping_cart button.btn.btn-primary.dropdown-toggle {
        background: url(https://arif.pl/img/ikona-koszyk_.png) no-repeat center center;
    }

    #header .mobile-menu-new.open button.btn.btn-primary.dropdown-toggle {
        background: url(https://arif.pl/img/ikona-menu.png) no-repeat center center;
        float: left;
        background-color: #fafafa;
    }

    #header .top-search.open button.btn.btn-primary.dropdown-toggle {
        background: url(https://arif.pl/img/ikona-lupa.png) no-repeat center center;
    }

    #header .user-account.open button.btn.btn-primary.dropdown-toggle {
        background: url(https://arif.pl/img/ikona-login.png) no-repeat center center;
    }

    #header .user-account.open button.btn.btn-primary.dropdown-toggle.logged {
        background: url(https://arif.pl/img/ikona-login-on.png) no-repeat center center;
    }

    #header .shopping_cart.open button.btn.btn-primary.dropdown-toggle {
        background: url(https://arif.pl/img/ikona-koszyk.png) no-repeat center center;
    }

    #header .user-account .dropdown-menu {
        right: -59px;
    }

    #header .top-search .dropdown-menu {
        right: -118px;
    }

    .overflow-hidden {
        overflow: hidden;
    }
}

#header .dropdown-backdrop {
    display: none;
}

#header .head .row #header_logo {
    max-width: 400px;
    padding: 0px 0;
}

.logo_cell {
    float: left;
}

#header .head .row #logo_wrapper {
    display: block;
    margin: auto;
    position: relative;
}

#header .links {
    color: #fff;
    display: inline-block;
    font: 400 17px/29px Oswald,
    sans-serif;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    top: -3px;
}

#header .links a {
    color: #fff;
}

#header .links a:hover {
    color: red;
}

@media (max-width: 1199px) {
    #header .links a:first-child {
        margin-left: 5px;
        margin-right: 5px
    }
}

@media (max-width: 991px) {
    #header .links {
        display: none
    }
}


#header .head .row {
    display: block;
    min-height: auto;
}

#header .head.affix {
    left: 0;
    right: 0;
    top: 0;
}

#header .head.affix .row #logo_wrapper:after {
    bottom: -10px;
}

#header #search_block_top #searchbox {
    background: #fafafa;
    padding: 10px;
}

#header #search_block_top #searchbox input {
    height: 28px;
    line-height: 28px;
    margin: 0;
    min-height: 28px;
}

#header #search_block_top #searchbox .button-search {
    border: none;
    height: 24px;
    margin-top: 12px;
    width: 25px;
    right: 14px;
}

#header #search_block_top #searchbox .button-search span {
    display: none;
}

#header #search_block_top #searchbox .button-search:before {
    color: #989a97;
    content: "\f002";
    display: block;
    font-family: "FontAwesome";
    font-size: 18px;
    width: 100%;
}

#header .user-account {
    display: inline-block;
    float: right;
}

#header .user-account .menu {
    background: url(../img/new/user-account.png) no-repeat center center;
    cursor: pointer;
    display: block;
    height: 76px;
    width: 92px;
}

#header .user-account .sub-menu {
    background: #fafafa;
    padding: 10px;
    z-index: 9999;
}

/* Górne menu ikony */

.dropdown-menu.menu-content {
    border: 0px;
}

ul.sf-menu.clearfix.menu-content {
    border: 0px;
}

.menu-mobile-new .dropdown-menu, .shopping_cart .dropdown-menu, .user-account .dropdown-menu, .top-search .dropdown-menu {
    width: 375px;
    padding: 0px;
    margin: 0px;
    border: 1px;
    right: 0;
    left: auto;
}

.shopping_cart .dropdown-menu {
    width: 430px;
}

#header .btn-group.user-account.open, #header .btn-group.shopping_cart.open, #header .btn-group.top-search.open {
    background-color: #fafafa;
}


#header #block_top_menu .sf-menu {
    background: #2d2c2c;
    z-index: 99999;
}


#block_top_menu ul li li ul {
    display: none !important;
}

#header .user-account .sub-menu .logged > div {
    background-image: url(https://arif.pl/img/wzorekmenu-min.png);
    background-repeat: no-repeat;
    background-position: right;
}

#header .user-account .sub-menu > div {
    background: #fffffd;
    border: 1px solid #e5e5e5;
    background-repeat: no-repeat;
}

#header .user-account .sub-menu a.login {
    background: #ff5700;
}

#header .user-account .sub-menu a.login:hover {
    background: #777;
}

#header .user-account .sub-menu a.register {
    background: #ff8d00;
}

#header .user-account .sub-menu a.register:hover {
    background: #777;
}

#header .logged_menu {
    margin: 8px 0px;
}

#header .logged_menu li a {
    color: #2d2c2c;
    display: block;
    font: 300 18px/20px "Oswald", sans-serif;
    margin: 0 !important;
    padding: 12px 20px 10px 64px !important;
    text-transform: uppercase;
    height: 40px;
}

#header .logged_menu li a:hover {
    color: #FF5A00;
}

#header .logged_menu li.divider {
    margin: 0 30px;
    position: relative;
}

#header .logged_menu li.divider:before {
    background: #c4c4c4;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

#header .logged_menu li.menuico1 {
    background: url(/img/menuico01.png) 18px 8px no-repeat;
    background-size: 30px 30px;
}

#header .logged_menu li.menuico2 {
    background: url(/img/menuico02.png) 18px 8px no-repeat;
    background-size: 30px 30px;
}

#header .logged_menu li.menuico3 {
    background: url(/img/menuico03.png) 18px 8px no-repeat;
    background-size: 30px 30px;
}

#header .logged_menu li.menuico4 {
    background: url(/img/menuico04.png) 18px 8px no-repeat;
    background-size: 30px 30px;
}

#header .logged_menu li.menuico7 {
    background: url("/modules/arif_customermaterials/views/img/orange.png") 18px 8px no-repeat;
    background-size: 30px 30px;
}

#header .logged_menu li.menuico8 {
    background: url("/modules/arif_customermaterials/views/img/black.png") 18px 8px no-repeat;
    background-size: 30px 30px;
}

#header .logged_menu li.menuico3 a {
    color: green;
}

#header .logged_menu li.menuico3 a:hover {
    color: #FF5A00;
}

#header .sub-menu .logout {
    margin-top: 10px;
}

#header #carttop {
    display: inline-block;
    float: right;
    /*   margin-top:7px; */
    width: auto;
    z-index: 99999;
}

#header .shopping_cart {
    min-width: auto;
}

#header .cartname,
#header .cartarrow,
#header .carticon,
#header .ajax_cart_product_txt,
#header .ajax_cart_product_txt_s,
#header .ajax_cart_no_product {
    display: none !important;
}

#header .quantity_cont {
    min-width: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0px;
    margin-top: 16px;
}

@media (max-width: 768px) {
    #header .quantity_cont {
        right: 0;
        margin-top: 3px
    }
}

#header .ajax_cart_quantity {
    background: #2d2c2c;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    padding: 2px 5px;
}


#header .shopping_cart > a:first-child {
    background: url(../img/new/cart.png) no-repeat center right 10px;
    border: none;
    height: 76px;
    width: 102px;
}

#header .shopping_cart .cart_block {
    border-radius: 0 !important;
    display: none;
    min-width: 310px;
    right: 0;
    top: 83px;
}

#header .shopping_cart .products {
    max-height: 570px;
    overflow: auto;
}

#header .shopping_cart .shipping_cost,
#header .shopping_cart .punkty {
    background: #2196f3;
    color: #fff;
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
    padding: 3px 6px;
    text-transform: none;
}

#header .shopping_cart .punkty {
    background: #4caf50;
}

#header .mobile-topper {
    display: inline;
}

@media (max-width: 767px) {

    header .nav {
        background: #31312f !important
    }


    #header .topmenu {
        font-size: 14px
    }


    #header .head .row #logo_wrapper:after {
        display: none !important
    }

    #header .head .row #logo_wrapper {
        display: none;
        width: 100%
    }

    #header .mobile-topper {
        background: #31312f;
        display: block;
        margin-left: -15px;
        margin-right: -15px
    }

    #header #search_block_top {

    }

    #header #search_block_top .button-search {
        display: none
    }

    #header .user-account .menu {
        background-image: url(../img/new/user-account-mobile.png);
        background-size: 100%;
        height: 30px;
        margin-right: 0;
        margin-top: 11px;
        width: 35px
    }

    #header .shopping_cart > a:first-child {
        background-image: url(../img/new/cart-mobile.png);
        background-position: center bottom 11px;
        background-size: 50%;
        height: 30px;
        padding-bottom: 33px;
        width: 35px
    }

    #header #carttop {
        display: inline-block;
        float: right;
        height: 38px;
        margin: 0;
        padding: 0;
        width: auto
    }

    #header .cat-title {
        display: none !important
    }

    #header .lupa-mobile {
        background: url(../img/new/lupa-mobile.png) no-repeat center center;
        background-size: 100%;
        display: inline-block;
        float: right;
        height: 30px;
        margin-right: 20px;
        margin-top: 0;
        margin-top: 4px;
        width: 30px
    }

    #header .logo-mobile {
        background: url(https://arif.pl/img/logo-mobile-new.png) no-repeat center center;
        background-size: 100%;
        float: left;
        height: 46px;
        margin-left: 0px;
        margin-top: 0px;
        width: 96px;
        opacity: 0;
    }

    body.mobile-menu #header #search_block_top {
        left: -1px
    }

    body.mobile-menu #header .sf-menu {
        display: block !important
    }


    #header .sf-menu > li > a {
        font: 300 18px/20px Oswald, sans-serif, sans-serif;
        background: #fafafa;
        border-bottom: 1px solid #e5e5e5 !important;
        color: #2d2c2c !important;
        font-size: 18px !important;
    }

    #header .sf-menu > li span:after {
        color: #484848 !important
    }

    #header .sf-menu > li:nth-child(8n) {
        float: none !important
    }
}

@media (min-width: 768px) {
    .dropdown-backdrop {
        display: none;
    }
}

/*
 *  FOOTER
 */

.more-contact .fb {
    background: url(../img/new/fb.png) no-repeat center center;
    background-size: 20px,
    20px;
    display: inline-block;
    height: 20px;
    width: 20px;
}

.more-contact .in {
    background: url(../img/new/in.png) no-repeat center center;
    background-size: 20px,
    20px;
    display: inline-block;
    height: 20px;
    width: 20px;
}

.more-contact .pi {
    background: url(../img/new/pi.png) no-repeat center center;
    background-size: 20px,
    20px;
    display: inline-block;
    height: 20px;
    width: 20px;
}

.more-contact .yt {
    background: url(../img/new/yt.png) no-repeat center center;
    background-size: 20px,
    20px;
    display: inline-block;
    height: 20px;
    width: 20px;
}

.more-contact .i-phone {
    background: url(../img/new/phone.png) no-repeat center center;
    background-size: 20px,
    20px;
    display: inline-block;
    height: 36px;
    margin-left: 10px;
    width: 24px;
}

.more-contact .i-mail {
    background: url(../img/new/at.png) no-repeat center center;
    background-size: 20px,
    20px;
    display: inline-block;
    height: 25px;
    width: 21px;
}

.more-contact .submenu-container {
    background: #f2f2f2;
    padding: 20px;
}

.more-contact a,
.more-contact i {
    color: #31312f;
    text-transform: uppercase;
    vertical-align: middle;
}

.more-contact span {
    background: #eaeaea !important;
}

.more-contact .left {
    display: inline-block;
    float: left;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
}

.more-contact .right {
    float: right;
    height: 36px;
    line-height: 36px;
    text-align: right;
}

@media (max-width: 767px) {
    .more-contact > a {
        background: #eaeaea !important
    }
}

/*
 *  INDEX
 */
.header_slider {
    background: #f5f5f5;
    color: #8c8c8b;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.header_slider i {
    color: #d75b00;
}

.header_slider li {
    padding: 10px;
}

.header_slider .owl-controls {
    margin: auto;
    position: absolute;
    top: 47px !important;
    width: 100%;
}

.header_slider .owl-controls .owl-nav div {
    background: none !important;
    border: 0 !important;
    display: inline-block !important;
    height: 47px;
    left: 10px;
    position: absolute;
    top: -50px !important;
}

.header_slider .owl-controls .owl-nav div.owl-next {
    left: auto;
    right: 10px;
}

.header_slider .owl-controls .owl-nav div:before {
    color: #474747 !important;
    font-size: 40px;
    line-height: 47px;
}

ul.owl-carousel.glowna {
    background-color: #f2f2f2;
    color: #2d2c2c;
    font: 400 18px/18px Oswald,
    sans-serif;
    margin-bottom: 5px;
}

ul.owl-carousel.glowna span {
    color: #ff5722;
}

/* forms */
input.uniform-input.hover,
input.uniform-input.focus,
select.uniform-multiselect.hover,
select.uniform-multiselect.focus,
textarea.uniform.hover,
textarea.uniform.focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-color: none !important;
}

input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
    font-size: 13px;
    font-family: "Helvetica Neue",
    Arial,
    Helvetica,
    sans-serif;
    font-weight: normal;
    line-height: 18px;
    color: #777;
    border: solid 1px #e5e5e5 !important;
}

.customerprivacy {
    background: #fff !important;
}

.id_state {
    display: none !important;
}

.breadcrumb .home-mobile {
    display: none;
}


#triangle {
    width: 0;
    height: 0;
    border-top: 70px solid transparent;
    border-bottom: 70px solid transparent;
    border-right: 121px solid #F34A53;
    margin: 30px auto 0;
}

#layered_block_left .block_content {
    border: 0;
    margin: 0;
}

.btn.btn-default.btn-block.login {
    margin-top: 15px;
}

.notlogged .desc {
    margin-top: 10px;
}

ul.submenu-container.clearfix a {
    display: block;
}

@media (max-width: 767px) {
    .ac_results {
        left: 0 !important;
        width: 100% !important
    }

    #block_top_menu.sf-contener {
        background: transparent !important;
        background-color: transparent !important
    }

    body.mobile-menu #header .head.affix #block_top_menu {
        display: block !important
    }

    body.mobile-menu #header .head.affix #search_block_top {
        bottom: auto;
        top: -23px
    }

    #page #layered_block_left .layered_filter_ul:not(.last_opened) {
        display: none
    }

    #page #layered_block_left ul,
    #layered_block_left #enabled_filters,
    #layered_url_filter_block {
        border: 0 !important;
        padding: 10px ;
    }
}


@media (min-width: 768px) {

    .head > .container {
        display: block;
        position: relative;
        width: 100%
    }
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,
    0,
    0,
    0);
    -webkit-text-size-adjust: 100%;
    font-family: 'Roboto',
    Arial,
    sans-serif;
    font-size: 62.5%;
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

#more_info_sheets #idTab1 ol,
#more_info_sheets #idTab1 ul {
    list-style-type: inherit;
    padding-left: 2em;
}

table {
    border-collapse: collapse;
    border-collapse: collapse;
    border-spacing: 0;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

body {
    background-color: #e5e5e5;
    color: #e5e5e5;
    font-family: Roboto,
    Arial,
    sans-serif;
    font-size: 13px;
    line-height: 1.42857;
    margin: 0;
    min-width: 1220px;
}

a,
img {
    outline: none;
}

a:focus,
a:active,
a:hover {
    outline: none;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    border: 0;
    border-top: 1px solid #d6d4d4;
    box-sizing: content-box;
    height: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace,
    serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -moz-box-sizing: content-box;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

*,
:before,
:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input,
select[multiple],
textarea {
    background-image: none;
}

a {
    color: #FF5A00;
    text-decoration: none;
}

/*
a:hover,
a:focus {
    color: #515151;
}*/

a:focus {
    outline: none;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail,
.thumbnail {
    -webkit-transition: all .2s ease-in-out;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    display: inline-block;
    height: auto;
    line-height: 1.42857;
    max-width: 100%;
    padding: 4px;
    transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

.sr-only {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

p {
    margin: 0 0 9px;
}

.lead {
    font-size: 14.95px;
    font-weight: 200;
    line-height: 1.4;
    margin-bottom: 18px;
}

@media (min-width: 768px) {
    .lead {
        font-size: 19.5px
    }
}

small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-muted {
    color: #999;
}

.text-primary {
    color: #428bca;
}

.text-warning {
    color: #fff;
}

.text-danger {
    color: #fff;
}

.text-success {
    color: #fff;
}

.text-info {
    color: #fff;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Roboto',
    Arial,
    sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
    color: #999;
    font-weight: 400;
    line-height: 1;
}

h1,
h2,
h3 {
    margin-bottom: 9px;
    margin-top: 18px;
}

h4,
h5,
h6 {
    margin-bottom: 9px;
    margin-top: 9px;
}

h1,
.h1 {
    font-size: 33px;
}

h2,
.h2 {
    font-size: 27px;
}

h3,
.h3 {
    font-size: 23px;
}

h4,
.h4 {
    font-size: 17px;
}

h5,
.h5 {
    font-size: 13px;
}

h6,
.h6 {
    font-size: 12px;
}

h1 small,
.h1 small {
    font-size: 23px;
}

h2 small,
.h2 small {
    font-size: 17px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
    font-size: 13px;
}

.page-header {
    border-bottom: 1px solid #eee;
    margin: 36px 0 18px;
    padding-bottom: 8px;
}

ul,
ol {
    margin-bottom: 9px;
    margin-top: 0;
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}

.list-unstyled,
.list-inline {
    list-style: none;
    padding-left: 0;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-bottom: 18px;
}

dt,
dd {
    line-height: 1.42857;
}

dt {
    /* font-weight:700;*/
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        clear: left;
        float: left;
        overflow: hidden;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 160px
    }

    .dl-horizontal dd {
        margin-left: 180px
    }

    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        content: " ";
        display: table
    }

    .dl-horizontal dd:after {
        clear: both
    }
}

abbr[title],
abbr[data-original-title] {
    border-bottom: 1px dotted #999;
    cursor: help;
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    border-left: 5px solid #eee;
    margin: 0 0 18px;
    padding: 9px 18px;
}

blockquote p {
    font-size: 16.25px;
    font-weight: 300;
    line-height: 1.25;
}

blockquote p:last-child {
    margin-bottom: 0;
}

blockquote small {
    color: #999;
    display: block;
    line-height: 1.42857;
}

blockquote small:before {
    content: '\2014 \00A0';
}

blockquote.pull-right {
    border-left: 0;
    border-right: 5px solid #eee;
    padding-left: 0;
    padding-right: 15px;
}

blockquote.pull-right p,
blockquote.pull-right small {
    text-align: right;
}

blockquote.pull-right small:before {
    content: '';
}

blockquote.pull-right small:after {
    content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
}

address {
    display: block;
    font-style: normal;
    line-height: 1.42857;
    margin-bottom: 18px;
}

code,
pre {
    font-family: Monaco,
    Menlo,
    Consolas,
    "Courier New",
    monospace
}

code {
    background-color: #f9f2f4;
    border-radius: 0;
    color: #c7254e;
    font-size: 90%;
    padding: 2px 4px;
    white-space: nowrap;
}

pre {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #333;
    display: block;
    font-size: 12px;
    line-height: 1.42857;
    margin: 0 0 9px;
    padding: 8.5px;
    word-break: break-all;
    word-wrap: break-word;
}

pre.prettyprint {
    margin-bottom: 18px;
}

pre code {
    background-color: transparent;
    border: 0;
    color: inherit;
    font-size: inherit;
    padding: 0;
    white-space: pre-wrap;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
header .row #header_logo,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .row #block_contact_infos {
        width: 25%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11 {
        float: left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    #order .paiement_block .col-md-6 {
        width: 100%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px
    }

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
}

table {
    background-color: transparent;
    max-width: 100%;
}

th {
    text-align: left;
}

.table {
    margin-bottom: 18px;
    width: 100%;
}

.table thead > tr > th,
.table thead > tr > td,
.table tbody > tr > th,
.table tbody > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
    border-top: 1px solid #d6d4d4;
    line-height: 1.42857;
    padding: 16px 8px 18px 8px;
    vertical-align: top;
}

.table thead > tr > th {
    border-bottom: 2px solid #d6d4d4;
    vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0;
}

.table tbody + tbody {
    border-top: 2px solid #d6d4d4;
}

.table .table {
    background-color: #fff;
}

.table-condensed thead > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > th,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > th,
.table-condensed tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    background: #fff;
    border: 1px solid #e5e5e5;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    display: table-column;
    float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
    display: table-cell;
    float: none;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #55c65e;
    border-color: #48b151;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
    background-color: #42c04c;
    border-color: #419f49;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f3515c;
    border-color: #d4323d;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
    background-color: #f13946;
    border-color: #c32933;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fe9126;
    border-color: #e4752b;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
    background-color: #fe840d;
    border-color: #da681c;
}

@media (max-width: 767px) {
    .table-responsive {
        border: 1px solid #d6d4d4;
        margin-bottom: 15px;
        overflow-x: hidden;
        overflow-y: hidden;
        width: 100%
    }

    .table-responsive > .table {
        background-color: #fff;
        margin-bottom: 0
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > thead > tr:last-child > th,
    .table-responsive > .table-bordered > thead > tr:last-child > td,
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0
    }
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

legend {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    display: block;
    font-size: 19.5px;
    line-height: inherit;
    margin-bottom: 18px;
    padding: 0;
    width: 100%;
}

label {
    display: inline-block;
    margin-bottom: 5px;
}

input[type="search"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    line-height: normal;
    margin: 4px 0 0;
    margin-top: 1px \9;
}

input[type="file"] {
    display: block;
}

select[multiple],
select[size] {
    height: auto;
}

select optgroup {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    height: auto;
}

.form-control:-moz-placeholder {
    color: #999;
}

.form-control::-moz-placeholder {
    color: #999;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control {
    background-color: #fff;
    border: 1px solid #d6d4d4;
    border-radius: 0;
    color: #151515;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    vertical-align: middle;
    width: 100%;
    height: 40px;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 18px;
    padding-left: 20px;
    vertical-align: middle;
}

.radio label,
.checkbox label {
    cursor: pointer;
    display: inline;
    font-weight: 400;
    margin-bottom: 0;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
    vertical-align: middle;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-left: 10px;
    margin-top: 0;
}

input[type="radio"][disabled],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled]
input[type="checkbox"],
.radio[disabled],
fieldset[disabled]
.radio,
.radio-inline[disabled],
fieldset[disabled]
.radio-inline,
.checkbox[disabled],
fieldset[disabled]
.checkbox,
.checkbox-inline[disabled],
fieldset[disabled]
.checkbox-inline {
    cursor: not-allowed;
}

.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    border-radius: 3px;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 10px;
}

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn {
    height: auto;
}

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    border-radius: 6px;
    font-size: 17px;
    height: 44px;
    line-height: 1.33;
    padding: 10px 16px;
}

select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
    height: 44px;
    line-height: 44px;
}

textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn {
    height: auto;
}

.has-warning .help-block,
.has-warning .control-label {
    color: #fff;
}

.has-warning .form-control {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,
    0,
    0,
    0.075);
    border-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0,
    0,
    0,
    0.075)
}

.has-warning .form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,
    0,
    0,
    0.075),
    0 0 6px #fff;
    border-color: #e6e6e6;
    box-shadow: inset 0 1px 1px rgba(0,
    0,
    0,
    0.075),
    0 0 6px #fff
}

.has-warning .input-group-addon {
    background-color: #fe9126;
    border-color: #fff;
    color: #fff;
}

.has-error .help-block,
.has-error .control-label {
    color: #fff;
}

.has-error .form-control {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,
    0,
    0,
    0.075);
    border-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0,
    0,
    0,
    0.075)
}

.has-error .form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,
    0,
    0,
    0.075),
    0 0 6px #fff;
    border-color: #e6e6e6;
    box-shadow: inset 0 1px 1px rgba(0,
    0,
    0,
    0.075),
    0 0 6px #fff
}

.has-error .input-group-addon {
    background-color: #f3515c;
    border-color: #fff;
    color: #fff;
}

.has-success .help-block,
.has-success .control-label {
    color: #fff;
}

.has-success .form-control {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,
    0,
    0,
    0.075);
    border-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0,
    0,
    0,
    0.075)
}

.has-success .form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,
    0,
    0,
    0.075),
    0 0 6px #fff;
    border-color: #e6e6e6;
    box-shadow: inset 0 1px 1px rgba(0,
    0,
    0,
    0.075),
    0 0 6px #fff
}

.has-success .input-group-addon {
    background-color: #55c65e;
    border-color: #fff;
    color: #fff;
}

.form-control-static {
    margin-bottom: 0;
    padding-top: 7px;
}

.help-block {
    color: #b7b7b7;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
}

@media (min-width: 768px) {
    .form-inline .form-group,
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control,
    .navbar-form .form-control {
        display: inline-block
    }

    .form-inline .radio,
    .navbar-form .radio,
    .form-inline .checkbox,
    .navbar-form .checkbox {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 0;
        padding-left: 0
    }

    .form-inline .radio input[type="radio"],
    .navbar-form .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0
    }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 7px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

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

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

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right
    }
}

.btn {
    background-image: radial-gradient(circle,#ff9c65 1%,hsla(0,0%,100%,0) 0);
    background-color: #FF5A00;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    display: inline-block;
    font: 400 14px/20px 'Poppins',sans-serif;
    border-radius: 4px;
    margin-bottom: 0;
    padding: 10px 10px;
    text-align: center;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    background-position: 0%;
    background-size: 5000%;
    transition: background-color .1s;
    transition-property: background-color;
    transition-duration: 0.1s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.btn:active {
    background-color: #ff7b33;
    background-image: radial-gradient(circle,#ff9c65 1%,hsla(0,0%,100%,0) 0);
    background-position: 50%;
    background-size: 15000%;
	color: #fff;
    transition: background-size 0.2s;
}

.btn:hover {
    background-color: #eb5706;
}


.btn:focus {
    outline: 0;
}
/*
.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
}
*/
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
    pointer-events: none;
}

.btn-slider {
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    background-color: #fa7c63;
    color: #fff;
    font-size: 24px;
    transition: all 350ms ease-in-out;
}



/*
.btn-slider:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    background-color: #68696e;
    color: #fff;
}
*/

.btn-default {
    color: #fff;
}

.btn-default span {
    display: block;
    padding: 5px 5px 3px 7px;
}

/* .btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    color: #fff;
    background: #f04d1a;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 1ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 1ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 1ms;
} */

.open .btn-default.dropdown-toggle {
    background-color: #ebebeb;
    background-image: none;
    color: #333;
}


.btn-primary {
    background-color: #428bca;
    border-color: #357ebd;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background-color: #3276b1;
    border-color: #285e8e;
    color: #fff;
}

.open .btn-primary.dropdown-toggle {
    background-color: #3276b1;
    background-image: none;
    border-color: #285e8e;
    color: #fff;
}

.btn-primary:active,
.btn-primary.active {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-warning {
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #fff;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
    background-color: #ed9c28;
    border-color: #d58512;
    color: #fff;
}

.open .btn-warning.dropdown-toggle {
    background-color: #ed9c28;
    background-image: none;
    border-color: #d58512;
    color: #fff;
}

.btn-warning:active,
.btn-warning.active {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
    background-color: #d2322d;
    border-color: #ac2925;
    color: #fff;
}

.open .btn-danger.dropdown-toggle {
    background-color: #d2322d;
    background-image: none;
    border-color: #ac2925;
    color: #fff;
}

.btn-danger:active,
.btn-danger.active {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-success {
    background-color: #ff5a00;
    border-color: #ff5a00;
    color: #fff;
}

.open .btn-success.dropdown-toggle {
    background-color: #3a8a41;
    background-image: none;
    border-color: #2c6a31;
    color: #fff;
}

.btn-success:active,
.btn-success.active {
    background-image: none;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #46a74e;
    border-color: #3e9546;
}

.btn-info {
    background-color: #5192f3;
    border-color: #3983f1;
    color: #fff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
    background-color: #2b7af0;
    border-color: #0f62de;
    color: #fff;
}

.open .btn-info.dropdown-toggle {
    background-color: #2b7af0;
    background-image: none;
    border-color: #0f62de;
    color: #fff;
}

.btn-info:active,
.btn-info.active {
    background-image: none;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #5192f3;
    border-color: #3983f1;
}

.btn-link {
    border-radius: 0;
    color: #777;
    cursor: pointer;
    font-weight: 400;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    -webkit-box-shadow: none;
    background-color: transparent;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    background-color: transparent;
    color: #515151;
    text-decoration: underline;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #999;
    text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
    border-radius: 6px;
    font-size: 17px;
    line-height: 1.33;
    padding: 10px 16px;
}

.btn-sm,
.btn-group-sm > .btn,
.btn-xs,
.btn-group-xs > .btn {
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
}

.btn-block {
    display: block;
    padding: 10px;
    width: 100%;
    border-radius:4px;
}


.btn-block + .btn-block {
    margin-top: 10px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    -webkit-transition: opacity .15s linear;
    opacity: 0;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    -webkit-transition: height .35s ease;
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height .35s ease;
}

.caret {
    border-bottom: 0 dotted;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    content: "";
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    display: none;
    float: left;
    font-size: 12px;
    left: 0;
    list-style: none;
    margin: 2px 0 0;
    min-width: 320px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}


.dropdown-menu .divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
}

.dropdown-menu > li > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #428bca;
    color: #fff;
    text-decoration: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #428bca;
    color: #fff;
    outline: 0;
    text-decoration: none;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    background-color: transparent;
    background-image: none;
    cursor: not-allowed;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    text-decoration: none;
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-header {
    color: #999;
    display: block;
    font-size: 12px;
    line-height: 1.42857;
    padding: 3px 20px;
}

.dropdown-backdrop {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    left: auto;
    right: 0;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-bottom: 4px solid #000;
    border-top: 0 dotted;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: 100%;
    margin-bottom: 1px;
    top: auto;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }
}

.btn-default .caret {
    border-top-color: #333;
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
    border-top-color: #fff;
}

.dropup .btn-default .caret {
    border-bottom-color: #333;
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
    border-bottom-color: #fff;
}

.btn-group,
.btn-group-vertical {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    float: right;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    float: left;
    position: relative;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
    outline: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table;
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn-group {
    float: left;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn-group + .btn-group {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret {
    border-bottom-width: 0;
    border-width: 5px 5px 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    display: block;
    float: none;
    max-width: 100%;
    width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
}

.btn-group-vertical > .btn-group:after {
    clear: both;
}

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-left: 0;
    margin-top: -1px;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-justified {
    border-collapse: separate;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.btn-group-justified .btn {
    display: table-cell;
    float: none;
    width: 1%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
    display: none;
}

.input-group {
    border-collapse: separate;
    display: table;
    position: relative;
}

.input-group.col {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    margin-bottom: 0;
    width: 100%;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}

.input-group-addon {
    background-color: #eee;
    border: 1px solid #d6d4d4;
    border-radius: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    border-radius: 3px;
    font-size: 12px;
    padding: 5px 10px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    border-radius: 6px;
    font-size: 17px;
    padding: 10px 16px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-left: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
    z-index: 2;
}

.nav {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav > li {
    display: block;
    position: relative;
}

.nav > li > a {
    display: block;
    padding: 10px 10px;
    position: relative;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #fff;
    text-decoration: none;
}

.nav > li.disabled > a {
    color: #999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    background-color: transparent;
    color: #999;
    cursor: not-allowed;
    text-decoration: none;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eee;
    border-color: #777;
}

.nav .nav-divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
}

.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs > li {
    float: left;
}

.nav-tabs > li > a {
    line-height: 1.42857;
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #fff;
    border-bottom-color: transparent;
    color: #555;
    cursor: default;
}

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 5px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #428bca;
    color: #fff;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li + li {
    margin-left: 0;
    margin-top: 2px;
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
    float: none;
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
    text-align: center;
}

@media (min-width: 768px) {
    .nav-justified > li,
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0;
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    margin-right: 0;
}

.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a {
    border-bottom-color: #fff;
}

.tabbable:before,
.tabbable:after {
    content: " ";
    display: table;
}

.tabbable:after {
    clear: both;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.nav .caret {
    border-bottom-color: #777;
    border-top-color: #777;
}

.nav a:hover .caret {
    border-bottom-color: #515151;
    border-top-color: #515151;
}

.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px;
}

.navbar {
    border: 1px solid transparent;
    margin-bottom: 18px;
    min-height: 50px;
    position: relative;
    z-index: 1000;
}

.navbar:before,
.navbar:after {
    content: " ";
    display: table;
}

.navbar:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0
    }
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,
    255,
    255,
    0.1);
    max-height: 340px;
    overflow-x: visible;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .navbar-collapse {
        border-top: 0;
        box-shadow: none;
        width: auto
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
        padding-bottom: 0
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-collapse .navbar-nav.navbar-left:first-child {
        margin-left: -15px
    }

    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }

    .navbar-collapse .navbar-text:last-child {
        margin-right: 0
    }
}

.container > .navbar-header,
.container > .navbar-collapse {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse {
        margin-left: 0;
        margin-right: 0
    }
}

.navbar-static-top {
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    border-width: 0 0 1px;
    left: 0;
    position: fixed;
    right: 0;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    z-index: 1030;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
}

.navbar-brand {
    float: left;
    font-size: 17px;
    line-height: 18px;
    padding: 16px 15px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
}

.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 8px -15px;
}

.navbar-nav > li > a {
    line-height: 18px;
    padding-bottom: 10px;
    padding-top: 10px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        background-color: transparent;
        border: 0;
        box-shadow: none;
        float: none;
        margin-top: 0;
        position: static;
        width: auto
    }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 18px
    }

    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav > li {
        float: left
    }

    .navbar-nav > li > a {
        padding-bottom: 16px;
        padding-top: 16px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important
    }
}

.navbar-form {
    -webkit-box-shadow: inset 0 1px 0 rgba(255,
    255,
    255,
    0.1),
    0 1px 0 rgba(255,
            255,
            255,
            0.1);
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,
    255,
    255,
    0.1),
    0 1px 0 rgba(255,
            255,
            255,
            0.1);
    margin: 9px -15px;
    padding: 10px 15px;
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media (min-width: 768px) {
    .navbar-form {
        -webkit-box-shadow: none;
        border: 0;
        box-shadow: none;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 0;
        padding-top: 0;
        width: auto
    }
}

.navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
    left: auto;
    right: 0;
}

.navbar-btn {
    margin-bottom: 9px;
    margin-top: 9px;
}

.navbar-text {
    float: left;
    margin-bottom: 16px;
    margin-top: 16px;
}

@media (min-width: 768px) {
    .navbar-text {
        margin-left: 15px;
        margin-right: 15px
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    background-color: transparent;
    color: #5e5e5e;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #333;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #e7e7e7;
    color: #555;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    background-color: transparent;
    color: #ccc;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e6e6e6;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-bottom-color: #333;
    border-top-color: #333;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-bottom-color: #555;
    border-top-color: #555;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-bottom-color: #777;
    border-top-color: #777;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: transparent;
        color: #333
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        background-color: #e7e7e7;
        color: #555
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        background-color: transparent;
        color: #ccc
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

.navbar-inverse .navbar-brand {
    color: #999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    background-color: transparent;
    color: #fff;
}

.navbar-inverse .navbar-text {
    color: #999;
}

.navbar-inverse .navbar-nav > li > a {
    color: #999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #090909;
    color: #fff;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    background-color: transparent;
    color: #444;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-bottom-color: #999;
    border-top-color: #999;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: transparent;
        color: #fff
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        background-color: #090909;
        color: #fff
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        background-color: transparent;
        color: #444
    }
}

.navbar-inverse .navbar-link {
    color: #999;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.breadcrumb {
    border-radius: 0;
    list-style: none;
    margin-bottom: 18px;
    padding: 8px 15px;
}

.breadcrumb > li {
    display: inline-block;
    display: inline-block;
}

.breadcrumb div {
    display: inline-block;
}

.breadcrumb > li + li:before {
    color: #333;
    content: "/\00a0";
    padding: 0 5px;
}

.breadcrumb > .active {
    color: #333;
}

.pagination {
    border-radius: 0;
    display: inline-block;
    margin: 18px 0;
    padding-left: 0;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    background-color: #fff;
    float: left;
    line-height: 1.42857;
    margin-left: 4px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    background-color: #f6f6f6;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    background-color: #428bca;
    border-color: #428bca;
    color: #fff;
    cursor: default;
    z-index: 2;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    background-color: #fff;
    border-color: #ddd;
    color: #999;
    cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    font-size: 17px;
    padding: 10px 16px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    font-size: 12px;
    padding: 5px 10px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    list-style: none;
    margin: 18px 0;
    padding-left: 0;
    text-align: center;
}

.pager:before,
.pager:after {
    content: " ";
    display: table;
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    display: inline-block;
    padding: 5px 14px;
}

.pager li > a:hover,
.pager li > a:focus {
    background-color: #f6f6f6;
    text-decoration: none;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    background-color: #fff;
    color: #999;
    cursor: not-allowed;
}

.label {
    border-radius: 0;
    color: #fff;
    display: inline;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    padding: .2em .6em .3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.label[href]:hover,
.label[href]:focus {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.label:empty {
    display: none;
}

.label-default {
    background-color: #999;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: gray;
}

.label-primary {
    background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #3071a9;
}

.label-success {
    color: #55c65e;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #3aae43;
}

.label-info {
    color: #5192f3;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #2174f0;
}

.label-warning {
    color: #fe9126;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #f07701;
}

.label-danger {
    border: 0 solid #d4323d;
    color: #f3515c;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #f0212f;
}

.badge {
    background-color: #999;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.badge:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.badge:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.badge-error {
    background-color: #b94a48;
}

.badge-error:hover {
    background-color: #953b39;
}

.badge-warning {
    background-color: #f89406;
}

.badge-warning:hover {
    background-color: #c67605;
}

.badge-success {
    background-color: #468847;
}

.badge-success:hover {
    background-color: #356635;
}

.badge-info {
    background-color: #3a87ad;
}

.badge-info:hover {
    background-color: #2d6987;
}

.badge-inverse {
    background-color: #333333;
}

.badge-inverse:hover {
    background-color: #1a1a1a;
}

.badge:empty {
    display: none;
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    background-color: #fff;
    color: #777;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.thumbnail {
    display: block;
}

.thumbnail > img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

a.thumbnail:hover,
a.thumbnail:focus {
    border-color: #777;
}

.thumbnail .caption {
    color: #777;
    padding: 9px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    color: inherit;
    margin-top: 0;
}

.alert .alert-link {
    font-weight: 700;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable {
    padding-right: 35px;
}

.alert-dismissable .close {
    color: inherit;
    position: relative;
    right: -21px;
    top: -2px;
}

.alert-success {
    background: #48b151;
    color: #fff;
}

.alert-success hr {
    border-top-color: #419f49;
}

.alert-success .alert-link {
    color: #e6e6e6;
}

.alert-info {
    background-color: #5192f3;
    border-color: #4b80c3;
    color: #fff;
}

.alert-info hr {
    border-top-color: #3d73b7;
}

.alert-info .alert-link {
    color: #e6e6e6;
}

.alert-warning {
    background-color: #888;
    color: #fff;
}

.alert-warning hr {
    border-top-color: #da681c;
}

.alert-warning .alert-link {
    color: #fff;
}

.alert-warning a {
    color: #f2f2f2;
}

.alert-warning a:hover {
    color: #fff;
}

.alert.alert-danger {
    background-color: #fef2f2;
    border: 1px solid #fecaca;
    border-left: 3px solid #dc2626;
    border-radius: 2px;
    color: #333;
    padding: 14px 18px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    position: relative;
}

.alert-danger__icon {
    font-size: 18px;
    color: #dc2626;
    flex-shrink: 0;
    margin-top: 1px;
}

.alert-danger__content {
    flex: 1;
    min-width: 0;
}

.alert-danger__title {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 4px;
    color: #333;
}

.alert-danger__message,
.alert-danger__list li {
    font-weight: 400;
    font-size: 13px;
    color: #555;
}

.alert-danger__message {
    margin: 0;
}

.alert-danger__list {
    margin: 4px 0 0 18px;
    padding: 0;
}

.alert-danger__list li {
    list-style-type: disc;
    margin-bottom: 3px;
}

.alert-danger__back {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 14px;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #555;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s;
}

.alert-danger__back:hover {
    border-color: #999;
    text-decoration: none;
    color: #333;
}

.alert.alert-danger > .close {
    color: #999;
    font-size: 18px;
    opacity: 0.7;
    position: absolute;
    right: 12px;
    top: 10px;
}

.alert.alert-danger > .close:hover {
    opacity: 1;
    color: #333;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 40px 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    -webkit-box-shadow: inset 0 1px 2px rgba(0,
    0,
    0,
    0.1);
    background-color: #f5f5f5;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(0,
    0,
    0,
    0.1);
    height: 18px;
    margin-bottom: 18px;
    overflow: hidden;
}

.progress-bar {
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,
    0,
    0,
    0.15);
    -webkit-transition: width .6s ease;
    background-color: #428bca;
    box-shadow: inset 0 -1px 0 rgba(0,
    0,
    0,
    0.15);
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    text-align: center;
    transition: width .6s ease;
    width: 0;
}

.progress-striped .progress-bar {
    background-image: -webkit-gradient(linear,
    0 100%,
    100% 0,
    color-stop(0.25,
            rgba(255,
                    255,
                    255,
                    0.15)),
    color-stop(0.25,
            transparent),
    color-stop(0.5,
            transparent),
    color-stop(0.5,
            rgba(255,
                    255,
                    255,
                    0.15)),
    color-stop(0.75,
            rgba(255,
                    255,
                    255,
                    0.15)),
    color-stop(0.75,
            transparent),
    to(transparent));
    background-image: -webkit-linear-gradient(45deg,
    rgba(255,
            255,
            255,
            0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255,
            255,
            255,
            0.15) 50%,
    rgba(255,
            255,
            255,
            0.15) 75%,
    transparent 75%,
    transparent);
    background-image: -moz-linear-gradient(45deg,
    rgba(255,
            255,
            255,
            0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255,
            255,
            255,
            0.15) 50%,
    rgba(255,
            255,
            255,
            0.15) 75%,
    transparent 75%,
    transparent);
    background-image: linear-gradient(45deg,
    rgba(255,
            255,
            255,
            0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255,
            255,
            255,
            0.15) 50%,
    rgba(255,
            255,
            255,
            0.15) 75%,
    transparent 75%,
    transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #46a74e;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear,
    0 100%,
    100% 0,
    color-stop(0.25,
            rgba(255,
                    255,
                    255,
                    0.15)),
    color-stop(0.25,
            transparent),
    color-stop(0.5,
            transparent),
    color-stop(0.5,
            rgba(255,
                    255,
                    255,
                    0.15)),
    color-stop(0.75,
            rgba(255,
                    255,
                    255,
                    0.15)),
    color-stop(0.75,
            transparent),
    to(transparent));
    background-image: -webkit-linear-gradient(45deg,
    rgba(255,
            255,
            255,
            0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255,
            255,
            255,
            0.15) 50%,
    rgba(255,
            255,
            255,
            0.15) 75%,
    transparent 75%,
    transparent);
    background-image: -moz-linear-gradient(45deg,
    rgba(255,
            255,
            255,
            0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255,
            255,
            255,
            0.15) 50%,
    rgba(255,
            255,
            255,
            0.15) 75%,
    transparent 75%,
    transparent);
    background-image: linear-gradient(45deg,
    rgba(255,
            255,
            255,
            0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255,
            255,
            255,
            0.15) 50%,
    rgba(255,
            255,
            255,
            0.15) 75%,
    transparent 75%,
    transparent)
}

.progress-bar-info {
    background-color: #5192f3;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-gradient(linear,
    0 100%,
    100% 0,
    color-stop(0.25,
            rgba(255,
                    255,
                    255,
                    0.15)),
    color-stop(0.25,
            transparent),
    color-stop(0.5,
            transparent),
    color-stop(0.5,
            rgba(255,
                    255,
                    255,
                    0.15)),
    color-stop(0.75,
            rgba(255,
                    255,
                    255,
                    0.15)),
    color-stop(0.75,
            transparent),
    to(transparent));
    background-image: -webkit-linear-gradient(45deg,
    rgba(255,
            255,
            255,
            0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255,
            255,
            255,
            0.15) 50%,
    rgba(255,
            255,
            255,
            0.15) 75%,
    transparent 75%,
    transparent);
    background-image: -moz-linear-gradient(45deg,
    rgba(255,
            255,
            255,
            0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255,
            255,
            255,
            0.15) 50%,
    rgba(255,
            255,
            255,
            0.15) 75%,
    transparent 75%,
    transparent);
    background-image: linear-gradient(45deg,
    rgba(255,
            255,
            255,
            0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255,
            255,
            255,
            0.15) 50%,
    rgba(255,
            255,
            255,
            0.15) 75%,
    transparent 75%,
    transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear,
    0 100%,
    100% 0,
    color-stop(0.25,
            rgba(255,
                    255,
                    255,
                    0.15)),
    color-stop(0.25,
            transparent),
    color-stop(0.5,
            transparent),
    color-stop(0.5,
            rgba(255,
                    255,
                    255,
                    0.15)),
    color-stop(0.75,
            rgba(255,
                    255,
                    255,
                    0.15)),
    color-stop(0.75,
            transparent),
    to(transparent));
    background-image: -webkit-linear-gradient(45deg,
    rgba(255,
            255,
            255,
            0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255,
            255,
            255,
            0.15) 50%,
    rgba(255,
            255,
            255,
            0.15) 75%,
    transparent 75%,
    transparent);
    background-image: -moz-linear-gradient(45deg,
    rgba(255,
            255,
            255,
            0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255,
            255,
            255,
            0.15) 50%,
    rgba(255,
            255,
            255,
            0.15) 75%,
    transparent 75%,
    transparent);
    background-image: linear-gradient(45deg,
    rgba(255,
            255,
            255,
            0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255,
            255,
            255,
            0.15) 50%,
    rgba(255,
            255,
            255,
            0.15) 75%,
    transparent 75%,
    transparent)
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear,
    0 100%,
    100% 0,
    color-stop(0.25,
            rgba(255,
                    255,
                    255,
                    0.15)),
    color-stop(0.25,
            transparent),
    color-stop(0.5,
            transparent),
    color-stop(0.5,
            rgba(255,
                    255,
                    255,
                    0.15)),
    color-stop(0.75,
            rgba(255,
                    255,
                    255,
                    0.15)),
    color-stop(0.75,
            transparent),
    to(transparent));
    background-image: -webkit-linear-gradient(45deg,
    rgba(255,
            255,
            255,
            0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255,
            255,
            255,
            0.15) 50%,
    rgba(255,
            255,
            255,
            0.15) 75%,
    transparent 75%,
    transparent);
    background-image: -moz-linear-gradient(45deg,
    rgba(255,
            255,
            255,
            0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255,
            255,
            255,
            0.15) 50%,
    rgba(255,
            255,
            255,
            0.15) 75%,
    transparent 75%,
    transparent);
    background-image: linear-gradient(45deg,
    rgba(255,
            255,
            255,
            0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255,
            255,
            255,
            0.15) 50%,
    rgba(255,
            255,
            255,
            0.15) 75%,
    transparent 75%,
    transparent)
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media,
.media .media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-right: 10px;
}

.media > .pull-right {
    margin-left: 10px;
}

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

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}

.list-group-item > .badge {
    float: right;
}

.list-group-item > .badge + .badge {
    margin-right: 5px;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: #428bca;
    border-color: #428bca;
    color: #fff;
    z-index: 2;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7;
}

a.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus {
    background-color: #f5f5f5;
    text-decoration: none;
}

.list-group-item-heading {
    margin-bottom: 5px;
    margin-top: 0;
}

.list-group-item-text {
    line-height: 1.3;
    margin-bottom: 0;
}

.panel {
    -webkit-box-shadow: 0 1px 1px rgba(0,
    0,
    0,
    0.05);
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0,
    0,
    0,
    0.05);
    margin-bottom: 18px;
}

.panel-body {
    padding: 15px;
}

.panel-body-moneybox {
    padding: 0px 15px 10px 15px;
    font-family: 'Poppins';
    font-size: 12px;
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table;
}

.panel-body:after {
    clear: both;
}

.panel > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item {
    border-width: 1px 0;
}

.panel > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel > .list-group .list-group-item:last-child {
    border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .table {
    margin-bottom: 0;
}

.panel > .panel-body + .table {
    border-top: 1px solid #d6d4d4;
}

.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: -1px;
    border-top-right-radius: -1px;
    padding: 10px 15px;
}

.panel-title {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
}

.panel-title > a {
    color: inherit;
}

.panel-footer {
    background-color: #f5f5f5;
    border-bottom-left-radius: -1px;
    border-bottom-right-radius: -1px;
    border-top: 1px solid #ddd;
    padding: 10px 15px;
}

.panel-group .panel {
    border-radius: 0;
    margin-bottom: 0;
    overflow: hidden;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default > .panel-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #428bca;
}

.panel-primary > .panel-heading {
    background-color: #428bca;
    border-color: #428bca;
    color: #fff;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #428bca;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #428bca;
}

.panel-success {
    border-color: #48b151;
}

.panel-success > .panel-heading {
    background-color: #55c65e;
    border-color: #48b151;
    color: #fff;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #48b151;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #48b151;
}

.panel-warning {
    border-color: #e4752b;
}

.panel-warning > .panel-heading {
    background-color: #fe9126;
    border-color: #e4752b;
    color: #fff;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #e4752b;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #e4752b;
}

.panel-danger {
    border-color: #d4323d;
}

.panel-danger > .panel-heading {
    background-color: #f3515c;
    border-color: #d4323d;
    color: #fff;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #d4323d;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d4323d;
}

.panel-info {
    border-color: #4b80c3;
}

.panel-info > .panel-heading {
    background-color: #5192f3;
    border-color: #4b80c3;
    color: #fff;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #4b80c3;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #4b80c3;
}

.well {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,
    0,
    0,
    0.05);
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0,
    0,
    0,
    0.05);
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0,
    0,
    0,
    0.15)
}

.well-lg {
    border-radius: 6px;
    padding: 24px;
}

.well-sm {
    border-radius: 3px;
    padding: 9px;
}

.close {
    color: #000;
    filter: alpha(opacity=20);
    float: right;
    font-size: 19.5px;
    font-weight: 700;
    line-height: 1;
    opacity: .2;
    text-shadow: 0 1px 0 #fff;
}

.close:hover,
.close:focus {
    color: #000;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
    text-decoration: none;
}

button.close {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
}

.affix {
    position: fixed;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.visible-xs {
    display: none !important;
}

tr.visible-xs {
    display: none !important;
}

th.visible-xs,
td.visible-xs {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    tr.visible-xs {
        display: table-row !important;
        color: #000;
        height: 80px;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-xs.visible-sm {
        display: block !important
    }

    tr.visible-xs.visible-sm {
        display: table-row !important
    }

    th.visible-xs.visible-sm,
    td.visible-xs.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-xs.visible-md {
        display: block !important
    }

    tr.visible-xs.visible-md {
        display: table-row !important
    }

    th.visible-xs.visible-md,
    td.visible-xs.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-xs.visible-lg {
        display: block !important
    }

    tr.visible-xs.visible-lg {
        display: table-row !important
    }

    th.visible-xs.visible-lg,
    td.visible-xs.visible-lg {
        display: table-cell !important
    }
}

.visible-sm {
    display: none !important;
}

tr.visible-sm {
    display: none !important;
}

th.visible-sm,
td.visible-sm {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-sm.visible-xs {
        display: block !important
    }

    tr.visible-sm.visible-xs {
        display: table-row !important
    }

    th.visible-sm.visible-xs,
    td.visible-sm.visible-xs {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-sm.visible-md {
        display: block !important
    }

    tr.visible-sm.visible-md {
        display: table-row !important
    }

    th.visible-sm.visible-md,
    td.visible-sm.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-sm.visible-lg {
        display: block !important
    }

    tr.visible-sm.visible-lg {
        display: table-row !important
    }

    th.visible-sm.visible-lg,
    td.visible-sm.visible-lg {
        display: table-cell !important
    }
}

.visible-md {
    display: none !important;
}

tr.visible-md {
    display: none !important;
}

th.visible-md,
td.visible-md {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-md.visible-xs {
        display: block !important
    }

    tr.visible-md.visible-xs {
        display: table-row !important
    }

    th.visible-md.visible-xs,
    td.visible-md.visible-xs {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-md.visible-sm {
        display: block !important
    }

    tr.visible-md.visible-sm {
        display: table-row !important
    }

    th.visible-md.visible-sm,
    td.visible-md.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-md.visible-lg {
        display: block !important
    }

    tr.visible-md.visible-lg {
        display: table-row !important
    }

    th.visible-md.visible-lg,
    td.visible-md.visible-lg {
        display: table-cell !important
    }
}

.visible-lg {
    display: none !important;
}

tr.visible-lg {
    display: none !important;
}

th.visible-lg,
td.visible-lg {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-lg.visible-xs {
        display: block !important
    }

    tr.visible-lg.visible-xs {
        display: table-row !important
    }

    th.visible-lg.visible-xs,
    td.visible-lg.visible-xs {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-lg.visible-sm {
        display: block !important
    }

    tr.visible-lg.visible-sm {
        display: table-row !important
    }

    th.visible-lg.visible-sm,
    td.visible-lg.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-lg.visible-md {
        display: block !important
    }

    tr.visible-lg.visible-md {
        display: table-row !important
    }

    th.visible-lg.visible-md,
    td.visible-lg.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

.hidden-xs {
    display: block !important;
}

tr.hidden-xs {
    display: table-row !important;
}

tfoot.hidden-xs {
    display: table-footer-group !important;
}

th.hidden-xs,
td.hidden-xs {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }

    tr.hidden-xs {
        display: none !important
    }

    tfoot.hidden-xs {
        display: none !important
    }

    th.hidden-xs,
    td.hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-xs.hidden-sm {
        display: none !important
    }

    tr.hidden-xs.hidden-sm {
        display: none !important
    }

    th.hidden-xs.hidden-sm,
    td.hidden-xs.hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-xs.hidden-md {
        display: none !important
    }

    tr.hidden-xs.hidden-md {
        display: none !important
    }

    th.hidden-xs.hidden-md,
    td.hidden-xs.hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-xs.hidden-lg {
        display: none !important
    }

    tr.hidden-xs.hidden-lg {
        display: none !important
    }

    th.hidden-xs.hidden-lg,
    td.hidden-xs.hidden-lg {
        display: none !important
    }
}

.hidden-sm {
    display: block !important;
}

tr.hidden-sm {
    display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-sm.hidden-xs {
        display: none !important
    }

    tr.hidden-sm.hidden-xs {
        display: none !important
    }

    th.hidden-sm.hidden-xs,
    td.hidden-sm.hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }

    tr.hidden-sm {
        display: none !important
    }

    th.hidden-sm,
    td.hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-sm.hidden-md {
        display: none !important
    }

    tr.hidden-sm.hidden-md {
        display: none !important
    }

    th.hidden-sm.hidden-md,
    td.hidden-sm.hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-sm.hidden-lg {
        display: none !important
    }

    tr.hidden-sm.hidden-lg {
        display: none !important
    }

    th.hidden-sm.hidden-lg,
    td.hidden-sm.hidden-lg {
        display: none !important
    }
}

.hidden-md {
    display: block !important;
}

tr.hidden-md {
    display: table-row !important;
}

th.hidden-md,
td.hidden-md {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-md.hidden-xs {
        display: none !important
    }

    tr.hidden-md.hidden-xs {
        display: none !important
    }

    th.hidden-md.hidden-xs,
    td.hidden-md.hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md.hidden-sm {
        display: none !important
    }

    tr.hidden-md.hidden-sm {
        display: none !important
    }

    th.hidden-md.hidden-sm,
    td.hidden-md.hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }

    tr.hidden-md {
        display: none !important
    }

    th.hidden-md,
    td.hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-md.hidden-lg {
        display: none !important
    }

    tr.hidden-md.hidden-lg {
        display: none !important
    }

    th.hidden-md.hidden-lg,
    td.hidden-md.hidden-lg {
        display: none !important
    }
}

.hidden-lg {
    display: block !important;
}

tr.hidden-lg {
    display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-lg.hidden-xs {
        display: none !important
    }

    tr.hidden-lg.hidden-xs {
        display: none !important
    }

    th.hidden-lg.hidden-xs,
    td.hidden-lg.hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-lg.hidden-sm {
        display: none !important
    }

    tr.hidden-lg.hidden-sm {
        display: none !important
    }

    th.hidden-lg.hidden-sm,
    td.hidden-lg.hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg.hidden-md {
        display: none !important
    }

    tr.hidden-lg.hidden-md {
        display: none !important
    }

    th.hidden-lg.hidden-md,
    td.hidden-lg.hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }

    tr.hidden-lg {
        display: none !important
    }

    th.hidden-lg,
    td.hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important;
}

tr.visible-print {
    display: none !important;
}

th.visible-print,
td.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }

    .hidden-print {
        display: none !important
    }

    tr.hidden-print {
        display: none !important
    }

    th.hidden-print,
    td.hidden-print {
        display: none !important
    }
}

[class^="icon-"],
[class*=" icon-"] {
    -webkit-font-smoothing: antialiased;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    display: inline;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    height: auto;
    line-height: normal;
    margin-top: 0;
    text-decoration: inherit;
    vertical-align: baseline;
    width: auto;
    margin-right: .3em;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    display: inline-block;
    speak: none;
    text-decoration: inherit;
}

.icon-large:before {
    font-size: 1.33333em;
    vertical-align: -10%;
}

a [class^="icon-"],
a [class*=" icon-"] {
    display: inline;
}

[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
    display: inline-block;
    padding-right: .28571em;
    text-align: right;
    width: 1.14286em;
}

[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
    width: 1.42857em;
}

.icons-ul {
    list-style-type: none;
    margin-left: 2.14286em;
}

.icons-ul > li {
    position: relative;
}

.icons-ul .icon-li {
    left: -2.14286em;
    line-height: inherit;
    position: absolute;
    text-align: center;
    width: 2.14286em;
}

[class^="icon-"].hide,
[class*=" icon-"].hide {
    display: none;
}

.icon-muted {
    color: #eee;
}

.icon-light {
    color: #fff;
}

.icon-dark {
    color: #333;
}

.icon-border {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #eee;
    border-radius: 3px;
    padding: .2em .25em .15em;
}

.icon-2x {
    font-size: 2em;
}

.icon-2x.icon-border {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-width: 2px;
}

.icon-3x {
    font-size: 3em;
}

.icon-3x.icon-border {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-width: 3px;
}

.icon-4x {
    font-size: 4em;
}

.icon-4x.icon-border {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-width: 4px;
}

.icon-5x {
    font-size: 5em;
}

.icon-5x.icon-border {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border-width: 5px;
}

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
    margin-right: .3em;
}

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
    margin-left: .3em;
}

.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
    background-image: none;
}

.btn [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
    line-height: .9em;
}

.btn [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
    display: inline-block;
}

.nav-tabs [class^="icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"],
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class^="icon-"],
.nav-pills [class^="icon-"].icon-large,
.nav-pills [class*=" icon-"],
.nav-pills [class*=" icon-"].icon-large {
    line-height: .9em;
}

.btn [class^="icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
    margin-top: .18em;
}

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
    line-height: .8em;
}

.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
    margin-top: .25em;
}

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
    margin-top: 0;
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-top: .05em;
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
    margin-right: .2em;
}

.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-left: .2em;
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
    line-height: inherit;
}

.icon-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: -35%;
    width: 2em;
}

.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
    display: block;
    font-size: 1em;
    height: 100%;
    line-height: inherit;
    position: absolute;
    text-align: center;
    width: 100%;
    *line-height: 2em;
}

.icon-stack .icon-stack-base {
    font-size: 2em;
    *line-height: 1em;
}

.icon-spin {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block;
}

a .icon-stack,
a .icon-spin {
    display: inline-block;
    text-decoration: none;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg)
    }

    100% {
        -ms-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

.icon-rotate-90:before {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    transform: rotate(90deg);
}

.icon-rotate-180:before {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    transform: rotate(180deg);
}

.icon-rotate-270:before {
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    transform: rotate(270deg);
}

.icon-flip-horizontal:before {
    -moz-transform: scale(-1,
    1);
    -ms-transform: scale(-1,
    1);
    -o-transform: scale(-1,
    1);
    -webkit-transform: scale(-1,
    1);
    transform: scale(-1,
    1)
}

.icon-flip-vertical:before {
    -moz-transform: scale(1,
    -1);
    -ms-transform: scale(1,
    -1);
    -o-transform: scale(1,
    -1);
    -webkit-transform: scale(1,
    -1);
    transform: scale(1,
    -1)
}

a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
    display: inline-block;
}

.icon-glass:before {
    content: "\f000";
}

.icon-music:before {
    content: "\f001";
}

.icon-search:before {
    content: "\f002";
}

.icon-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%;
}

.icon-2x {
    font-size: 2em;
}

.icon-3x {
    font-size: 3em;
}

.icon-4x {
    font-size: 4em;
}

.icon-5x {
    font-size: 5em;
}

.icon-fw {
    text-align: center;
    width: 1.28571em;
}

.icon-ul {
    list-style-type: none;
    margin-left: 2.14286em;
    padding-left: 0;
}

.icon-ul > li {
    position: relative;
}

.icon-li {
    left: -2.14286em;
    position: absolute;
    text-align: center;
    top: .14286em;
    width: 2.14286em;
}

.icon-li.icon-lg {
    left: -1.85714em;
}

.icon-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em;
}

.icon.pull-left,
.pull-left[class^="icon-"] {
    margin-right: .3em;
}

.icon.pull-right,
.pull-right[class^="icon-"] {
    margin-left: .3em;
}

.icon-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.icon-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.icon-rotate-90 {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    transform: rotate(90deg);
}

.icon-rotate-180 {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    transform: rotate(180deg);
}

.icon-rotate-270 {
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    transform: rotate(270deg);
}

.icon-flip-horizontal {
    -ms-transform: scale(-1,
    1);
    -webkit-transform: scale(-1,
    1);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    transform: scale(-1,
    1)
}

.icon-flip-vertical {
    -ms-transform: scale(1,
    -1);
    -webkit-transform: scale(1,
    -1);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    transform: scale(1,
    -1)
}

:root .icon-rotate-90,
:root .icon-rotate-180,
:root .icon-rotate-270,
:root .icon-flip-horizontal,
:root .icon-flip-vertical {
    filter: none;
}

.icon-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em;
}

.icon-stack-1x,
.icon-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.icon-stack-1x {
    line-height: inherit;
}

.icon-stack-2x {
    font-size: 2em;
}

.icon-inverse {
    color: #fff;
}

.icon-glass:before {
    content: "";
}

.icon-music:before {
    content: "";
}

.icon-search:before {
    content: "";
}

.icon-envelope-o:before,
.icon-envelope-alt:before {
    content: "";
}

.icon-heart:before {
    content: "";
}

.icon-star:before {
    content: "";
}

.icon-star-o:before,
.icon-star-empty:before {
    content: "";
}

.icon-user:before {
    content: "";
}

.icon-film:before {
    content: "";
}

.icon-th-large:before {
    content: "";
}

.icon-th:before {
    content: "";
}

.icon-th-list:before {
    content: "";
}

.icon-check:before {
    content: "";
}

.icon-remove:before,
.icon-close:before,
.icon-times:before,
.icon-remove:before {
    content: "";
}

.icon-search-plus:before,
.icon-zoom-in:before {
    content: "";
}

.icon-search-minus:before,
.icon-zoom-out:before {
    content: "";
}

.icon-power-off:before,
.icon-off:before {
    content: "";
}

.icon-signal:before {
    content: "";
}

.icon-gear:before,
.icon-cog:before {
    content: "";
}

.icon-trash-o:before,
.icon-trash:before {
    content: "";
}

.icon-home:before {
    content: "";
}

.icon-file-o:before,
.icon-file-alt:before {
    content: "";
}

.icon-clock-o:before,
.icon-time:before {
    content: "";
}

.icon-road:before {
    content: "";
}

.icon-download:before,
.icon-download-alt:before {
    content: "";
}

.icon-arrow-circle-o-down:before,
.icon-download:before,
.icon-download-alt:before {
    content: "";
}

.icon-arrow-circle-o-up:before,
.icon-upload:before,
.icon-upload-alt:before {
    content: "";
}

.icon-inbox:before {
    content: "";
}

.icon-play-circle-o:before,
.icon-play-circle:before,
.icon-play-sign:before {
    content: "";
}

.icon-rotate-right:before,
.icon-fa-address-book:before {
    content: "";
}

.icon-repeat:before {
    content: "";
}

.icon-refresh:before {
    content: "";
}

.icon-list-alt:before {
    content: "";
}

.icon-flag:before {
    content: "";
}

.icon-headphones:before {
    content: "";
}

.icon-volume-off:before {
    content: "";
}

.icon-volume-down:before {
    content: "";
}

.icon-volume-up:before {
    content: "";
}

.icon-qrcode:before {
    content: "";
}

.icon-barcode:before {
    content: "";
}

.icon-tag:before {
    content: "";
}

.icon-tags:before {
    content: "";
}

.icon-book:before {
    content: "";
}

.icon-bookmark:before {
    content: "";
}

.icon-print:before {
    content: "";
}

.icon-camera:before {
    content: "";
}

.icon-font:before {
    content: "";
}

.icon-bold:before {
    content: "";
}

.icon-italic:before {
    content: "";
}

.icon-text-height:before {
    content: "";
}

.icon-text-width:before {
    content: "";
}

.icon-align-left:before {
    content: "";
}

.icon-align-center:before {
    content: "";
}

.icon-align-right:before {
    content: "";
}

.icon-align-justify:before {
    content: "";
}

.icon-list:before {
    content: "";
}

.icon-dedent:before,
.icon-outdent:before,
.icon-indent-left:before {
    content: "";
}

.icon-indent:before,
.icon-indent-right:before {
    content: "";
}

.icon-video-camera:before,
.icon-facetime-video:before {
    content: "";
}

.icon-photo:before,
.icon-image:before,
.icon-picture-o:before,
.icon-picture:before {
    content: "";
}

.icon-pencil:before {
    content: "";
}

.icon-map-marker:before {
    content: "";
}

.icon-adjust:before {
    content: "";
}

.icon-tint:before {
    content: "";
}

.icon-edit:before,
.icon-pencil-square-o:before,
.icon-edit:before {
    content: "";
}

.icon-share-square-o:before,
.icon-share:before,
.icon-share-alt:before {
    content: "";
}

.icon-check-square-o:before {
    content: "";
}

.icon-arrows:before,
.icon-move:before {
    content: "";
}

.icon-step-backward:before {
    content: "";
}

.icon-fast-backward:before {
    content: "";
}

.icon-backward:before {
    content: "";
}

.icon-play:before {
    content: "";
}

.icon-pause:before {
    content: "";
}

.icon-stop:before {
    content: "";
}

.icon-forward:before {
    content: "";
}

.icon-fast-forward:before {
    content: "";
}

.icon-step-forward:before {
    content: "";
}

.icon-eject:before {
    content: "";
}

.icon-chevron-left:before {
    content: "";
}

.icon-chevron-right:before {
    content: "";
}

.icon-plus-circle:before,
.icon-plus-sign:before {
    content: "";
}

.icon-minus-circle:before,
.icon-minus-sign:before {
    content: "";
}

.icon-times-circle:before,
.icon-remove-sign:before {
    content: "";
}

.icon-check-circle:before,
.icon-ok-sign:before {
    content: "";
}

.icon-question-circle:before,
.icon-question-sign:before {
    content: "";
}

.icon-info-circle:before,
.icon-info-sign:before {
    content: "";
}

.icon-crosshairs:before,
.icon-screenshot:before {
    content: "";
}

.icon-times-circle-o:before,
.icon-remove-circle:before {
    content: "";
}

.icon-check-circle-o:before,
.icon-ok-circle:before {
    content: "";
}

.icon-ban:before {
    content: "";
}

.icon-arrow-left:before {
    content: "";
}

.icon-arrow-right:before {
    content: "";
}

.icon-arrow-up:before {
    content: "";
}

.icon-arrow-down:before {
    content: "";
}

.icon-mail-forward:before,
.icon-share:before,
.icon-share-alt:before {
    content: "";
}

.icon-expand:before,
.icon-resize-full:before {
    content: "";
}

.icon-compress:before,
.icon-resize-small:before {
    content: "";
}

.icon-plus:before {
    content: "";
}

.icon-minus:before {
    content: "";
}

.icon-asterisk:before {
    content: "";
}

.icon-exclamation-circle:before,
.icon-exclamation-sign:before {
    content: "";
}

.icon-gift:before {
    content: "";
}

.icon-leaf:before {
    content: "";
}

.icon-fire:before {
    content: "";
}

.icon-eye:before,
.icon-eye-open:before {
    content: "";
}

.icon-eye-slash:before,
.icon-eye-close:before {
    content: "";
}

.icon-warning:before,
.icon-exclamation-triangle:before,
.icon-warning-sign:before {
    content: "";
}

.icon-plane:before {
    content: "";
}

.icon-calendar:before {
    content: "";
}

.icon-random:before {
    content: "";
}

.icon-comment:before {
    content: "";
}

.icon-magnet:before {
    content: "";
}

.icon-chevron-up:before {
    content: "";
}

.icon-chevron-down:before {
    content: "";
}

.icon-retweet:before {
    content: "";
}

.icon-shopping-cart:before {
    content: "";
}

.icon-folder:before,
.icon-folder-close:before {
    content: "";
}

.icon-folder-open:before {
    content: "";
}

.icon-arrows-v:before,
.icon-resize-vertical:before {
    content: "";
}

.icon-arrows-h:before,
.icon-resize-horizontal:before {
    content: "";
}

.icon-bar-chart-o:before,
.icon-bar-chart:before,
.icon-bar-chart:before {
    content: "";
}

.icon-twitter-square:before,
.icon-twitter-sign:before {
    content: "";
}

.icon-facebook-square:before,
.icon-facebook-sign:before {
    content: "";
}

.icon-camera-retro:before {
    content: "";
}

.icon-key:before {
    content: "";
}

.icon-gears:before,
.icon-cogs:before {
    content: "";
}

.icon-comments:before {
    content: "";
}

.icon-thumbs-o-up:before,
.icon-thumbs-up-alt:before {
    content: "";
}

.icon-thumbs-o-down:before,
.icon-thumbs-down-alt:before {
    content: "";
}

.icon-star-half:before {
    content: "";
}

.icon-heart-o:before,
.icon-heart-empty:before {
    content: "";
}

.icon-sign-out:before,
.icon-signout:before {
    content: "";
}

.icon-linkedin-square:before,
.icon-linkedin-sign:before {
    content: "";
}

.icon-thumb-tack:before,
.icon-pushpin:before {
    content: "";
}

.icon-external-link:before {
    content: "";
}

.icon-sign-in:before,
.icon-signin:before {
    content: "";
}

.icon-trophy:before {
    content: "";
}

.icon-github-square:before,
.icon-github-sign:before {
    content: "";
}

.icon-upload:before,
.icon-upload-alt:before {
    content: "";
}

.icon-lemon-o:before,
.icon-lemon:before {
    content: "";
}

.icon-phone:before {
    content: "";
}

.icon-square-o:before,
.icon-check-empty:before {
    content: "";
}

.icon-bookmark-o:before,
.icon-bookmark-empty:before {
    content: "";
}

.icon-phone-square:before,
.icon-phone-sign:before {
    content: "";
}

.icon-twitter:before {
    content: "";
}

.icon-facebook-f:before,
.icon-facebook:before {
    content: "";
}

.icon-github:before {
    content: "";
}

.icon-unlock:before {
    content: "";
}

.icon-credit-card:before {
    content: "";
}

.icon-rss:before {
    content: "";
}

.icon-hdd-o:before,
.icon-hdd:before {
    content: "";
}

.icon-bullhorn:before {
    content: "";
}

.icon-bell:before,
.icon-bell-alt:before {
    content: "";
}

.icon-certificate:before {
    content: "";
}

.icon-hand-o-right:before,
.icon-hand-right:before {
    content: "";
}

.icon-hand-o-left:before,
.icon-hand-left:before {
    content: "";
}

.icon-hand-o-up:before,
.icon-hand-up:before {
    content: "";
}

.icon-hand-o-down:before,
.icon-hand-down:before {
    content: "";
}

.icon-arrow-circle-left:before,
.icon-circle-arrow-left:before {
    content: "";
}

.icon-arrow-circle-right:before,
.icon-circle-arrow-right:before {
    content: "";
}

.icon-arrow-circle-up:before,
.icon-circle-arrow-up:before {
    content: "";
}

.icon-arrow-circle-down:before,
.icon-circle-arrow-down:before {
    content: "";
}

.icon-globe:before {
    content: "";
}

.icon-wrench:before {
    content: "";
}

.icon-tasks:before {
    content: "";
}

.icon-filter:before {
    content: "";
}

.icon-briefcase:before {
    content: "";
}

.icon-arrows-alt:before,
.icon-fullscreen:before {
    content: "";
}

.icon-group:before,
.icon-users:before,
.icon-group:before {
    content: "";
}

.icon-chain:before,
.icon-link:before {
    content: "";
}

.icon-cloud:before {
    content: "";
}

.icon-flask:before,
.icon-beaker:before {
    content: "";
}

.icon-cut:before,
.icon-scissors:before,
.icon-cut:before {
    content: "";
}

.icon-copy:before,
.icon-files-o:before,
.icon-copy:before {
    content: "";
}

.icon-paperclip:before,
.icon-paper-clip:before {
    content: "";
}

.icon-save:before,
.icon-floppy-o:before,
.icon-save:before {
    content: "";
}

.icon-square:before,
.icon-sign-blank:before {
    content: "";
}

.icon-navicon:before,
.icon-reorder:before,
.icon-bars:before,
.icon-reorder:before {
    content: "";
}

.icon-list-ul:before {
    content: "";
}

.icon-list-ol:before {
    content: "";
}

.icon-strikethrough:before {
    content: "";
}

.icon-underline:before {
    content: "";
}

.icon-table:before {
    content: "";
}

.icon-magic:before {
    content: "";
}

.icon-truck:before {
    content: "";
}

.icon-pinterest:before {
    content: "";
}

.icon-pinterest-square:before,
.icon-pinterest-sign:before {
    content: "";
}

.icon-google-plus-square:before,
.icon-google-plus-sign:before {
    content: "";
}

.icon-google-plus:before {
    content: "";
}

.icon-money:before {
    content: "";
}

.icon-caret-down:before {
    content: "";
}

.icon-caret-up:before {
    content: "";
}

.icon-caret-left:before {
    content: "";
}

.icon-caret-right:before {
    content: "";
}

.icon-columns:before {
    content: "";
}

.icon-unsorted:before,
.icon-sort:before {
    content: "";
}

.icon-sort-down:before,
.icon-sort-desc:before,
.icon-sort-up:before {
    content: "";
}

.icon-sort-up:before,
.icon-sort-asc:before,
.icon-sort-down:before {
    content: "";
}

.icon-envelope:before {
    content: "";
}

.icon-linkedin:before {
    content: "";
}

.icon-rotate-left:before,
.icon-undo:before {
    content: "";
}

.icon-legal:before,
.icon-gavel:before,
.icon-legal:before {
    content: "";
}

.icon-dashboard:before,
.icon-tachometer:before,
.icon-dashboard:before {
    content: "";
}

.icon-comment-o:before,
.icon-comment-alt:before {
    content: "";
}

.icon-comments-o:before,
.icon-comments-alt:before {
    content: "";
}

.icon-flash:before,
.icon-bolt:before {
    content: "";
}

.icon-sitemap:before {
    content: "";
}

.icon-umbrella:before {
    content: "";
}

.icon-paste:before,
.icon-clipboard:before,
.icon-paste:before {
    content: "";
}

.icon-lightbulb-o:before,
.icon-lightbulb:before {
    content: "";
}

.icon-exchange:before {
    content: "";
}

.icon-cloud-download:before {
    content: "";
}

.icon-cloud-upload:before {
    content: "";
}

.icon-user-md:before {
    content: "";
}

.icon-stethoscope:before {
    content: "";
}

.icon-suitcase:before {
    content: "";
}

.icon-bell-o:before,
.icon-bell:before,
.icon-bell-alt:before {
    content: "";
}

.icon-coffee:before {
    content: "";
}

.icon-cutlery:before,
.icon-food:before {
    content: "";
}

.icon-file-text-o:before,
.icon-file-text-alt:before {
    content: "";
}

.icon-building-o:before,
.icon-building:before {
    content: "";
}

.icon-hospital-o:before,
.icon-hospital:before {
    content: "";
}

.icon-ambulance:before {
    content: "";
}

.icon-medkit:before {
    content: "";
}

.icon-fighter-jet:before {
    content: "";
}

.icon-beer:before {
    content: "";
}

.icon-h-square:before,
.icon-h-sign:before {
    content: "";
}

.icon-plus-square:before,
.icon-plus-sign-alt:before {
    content: "";
}

.icon-angle-double-left:before,
.icon-double-angle-left:before {
    content: "";
}

.icon-angle-double-right:before,
.icon-double-angle-right:before {
    content: "";
}

.icon-angle-double-up:before,
.icon-double-angle-up:before {
    content: "";
}

.icon-angle-double-down:before,
.icon-double-angle-down:before {
    content: "";
}

.icon-angle-left:before {
    content: "";
}

.icon-angle-right:before {
    content: "";
}

.icon-angle-up:before {
    content: "";
}

.icon-angle-down:before {
    content: "";
}

.icon-desktop:before {
    content: "";
}

.icon-laptop:before {
    content: "";
}

.icon-tablet:before {
    content: "";
}

.icon-mobile-phone:before,
.icon-mobile:before,
.icon-mobile-phone:before {
    content: "";
}

.icon-circle-o:before,
.icon-circle-blank:before {
    content: "";
}

.icon-quote-left:before {
    content: "";
}

.icon-quote-right:before {
    content: "";
}

.icon-spinner:before {
    content: "";
}

.icon-circle:before {
    content: "";
}

.icon-mail-reply:before,
.icon-reply:before {
    content: "";
}

.icon-github-alt:before {
    content: "";
}

.icon-folder-o:before,
.icon-folder-close-alt:before {
    content: "";
}

.icon-folder-open-o:before,
.icon-folder-open-alt:before {
    content: "";
}

.icon-smile-o:before,
.icon-smile:before {
    content: "";
}

.icon-frown-o:before,
.icon-frown:before {
    content: "";
}

.icon-meh-o:before,
.icon-meh:before {
    content: "";
}

.icon-gamepad:before {
    content: "";
}

.icon-keyboard-o:before,
.icon-keyboard:before {
    content: "";
}

.icon-flag-o:before,
.icon-flag-alt:before {
    content: "";
}

.icon-flag-checkered:before {
    content: "";
}

.icon-terminal:before {
    content: "";
}

.icon-code:before {
    content: "";
}

.icon-mail-reply-all:before,
.icon-reply-all:before {
    content: "";
}

.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before,
.icon-star-half-empty:before {
    content: "";
}

.icon-location-arrow:before {
    content: "";
}

.icon-crop:before {
    content: "";
}

.icon-code-fork:before {
    content: "";
}

.icon-unlink:before,
.icon-chain-broken:before,
.icon-unlink:before {
    content: "";
}

.icon-question:before {
    content: "";
}

.icon-info:before {
    content: "";
}

.icon-exclamation:before {
    content: "";
}

.icon-superscript:before {
    content: "";
}

.icon-subscript:before {
    content: "";
}

.icon-eraser:before {
    content: "";
}

.icon-puzzle-piece:before {
    content: "";
}

.icon-microphone:before {
    content: "";
}

.icon-microphone-slash:before,
.icon-microphone-off:before {
    content: "";
}

.icon-shield:before {
    content: "";
}

.icon-calendar-o:before,
.icon-calendar-empty:before {
    content: "";
}

.icon-fire-extinguisher:before {
    content: "";
}

.icon-rocket:before {
    content: "";
}

.icon-maxcdn:before {
    content: "";
}

.icon-chevron-circle-left:before,
.icon-chevron-sign-left:before {
    content: "";
}

.icon-chevron-circle-right:before,
.icon-chevron-sign-right:before {
    content: "";
}

.icon-chevron-circle-up:before,
.icon-chevron-sign-up:before {
    content: "";
}

.icon-chevron-circle-down:before,
.icon-chevron-sign-down:before {
    content: "";
}

.icon-html5:before {
    content: "";
}

.icon-css3:before {
    content: "";
}

.icon-anchor:before {
    content: "";
}

.icon-unlock-alt:before {
    content: "";
}

.icon-bullseye:before {
    content: "";
}

.icon-ellipsis-h:before,
.icon-ellipsis-horizontal:before {
    content: "";
}

.icon-ellipsis-v:before,
.icon-ellipsis-vertical:before {
    content: "";
}

.icon-rss-square:before,
.icon-rss-sign:before {
    content: "";
}

.icon-play-circle:before,
.icon-play-sign:before {
    content: "";
}

.icon-ticket:before {
    content: "";
}

.icon-minus-square:before,
.icon-minus-sign-alt:before {
    content: "";
}

.icon-minus-square-o:before,
.icon-check-minus:before,
.icon-collapse-alt:before {
    content: "";
}

.icon-level-up:before {
    content: "";
}

.icon-level-down:before {
    content: "";
}

.icon-check-square:before,
.icon-check-sign:before {
    content: "";
}

.icon-pencil-square:before,
.icon-edit-sign:before {
    content: "";
}

.icon-external-link-square:before,
.icon-external-link-sign:before {
    content: "";
}

.icon-share-square:before,
.icon-share-sign:before {
    content: "";
}

.icon-compass:before {
    content: "";
}

.icon-toggle-down:before,
.icon-caret-square-o-down:before,
.icon-collapse:before {
    content: "";
}

.icon-toggle-up:before,
.icon-caret-square-o-up:before,
.icon-collapse-top:before {
    content: "";
}

.icon-toggle-right:before,
.icon-caret-square-o-right:before {
    content: "";
}

.icon-euro:before,
.icon-eur:before {
    content: "";
}

.icon-gbp:before {
    content: "";
}

.icon-dollar:before,
.icon-usd:before {
    content: "";
}

.icon-rupee:before,
.icon-inr:before {
    content: "";
}

.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before {
    content: "";
}

.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before,
.icon-cny:before {
    content: "";
}

.icon-won:before,
.icon-krw:before {
    content: "";
}

.icon-bitcoin:before,
.icon-btc:before {
    content: "";
}

.icon-file:before {
    content: "";
}

.icon-file-text:before {
    content: "";
}

.icon-sort-alpha-asc:before,
.icon-sort-by-alphabet:before {
    content: "";
}

.icon-sort-alpha-desc:before,
.icon-sort-by-alphabet-alt:before {
    content: "";
}

.icon-sort-amount-asc:before,
.icon-sort-by-attributes:before {
    content: "";
}

.icon-sort-amount-desc:before,
.icon-sort-by-attributes-alt:before {
    content: "";
}

.icon-sort-numeric-asc:before,
.icon-sort-by-order:before {
    content: "";
}

.icon-sort-numeric-desc:before,
.icon-sort-by-order-alt:before {
    content: "";
}

.icon-thumbs-up:before {
    content: "";
}

.icon-thumbs-down:before {
    content: "";
}

.icon-youtube-square:before,
.icon-youtube-sign:before {
    content: "";
}

.icon-youtube:before {
    content: "";
}

.icon-xing:before {
    content: "";
}

.icon-xing-square:before,
.icon-xing-sign:before {
    content: "";
}

.icon-youtube-play:before {
    content: "";
}

.icon-dropbox:before {
    content: "";
}

.icon-stack-overflow:before,
.icon-stackexchange:before {
    content: "";
}

.icon-instagram:before {
    content: "";
}

.icon-flickr:before {
    content: "";
}

.icon-adn:before {
    content: "";
}

.icon-bitbucket:before {
    content: "";
}

.icon-bitbucket-square:before,
.icon-bitbucket-sign:before {
    content: "";
}

.icon-tumblr:before {
    content: "";
}

.icon-tumblr-square:before,
.icon-tumblr-sign:before {
    content: "";
}

.icon-long-arrow-down:before {
    content: "";
}

.icon-long-arrow-up:before {
    content: "";
}

.icon-long-arrow-left:before {
    content: "";
}

.icon-long-arrow-right:before {
    content: "";
}

.icon-apple:before {
    content: "";
}

.icon-windows:before {
    content: "";
}

.icon-android:before {
    content: "";
}

.icon-linux:before {
    content: "";
}

.icon-dribbble:before {
    content: "";
}

.icon-skype:before {
    content: "";
}

.icon-foursquare:before {
    content: "";
}

.icon-trello:before {
    content: "";
}

.icon-female:before {
    content: "";
}

.icon-male:before {
    content: "";
}

.icon-gittip:before,
.icon-gratipay:before {
    content: "";
}

.icon-sun-o:before,
.icon-sun:before {
    content: "";
}

.icon-moon-o:before,
.icon-moon:before {
    content: "";
}

.icon-archive:before {
    content: "";
}

.icon-bug:before {
    content: "";
}

.icon-vk:before {
    content: "";
}

.icon-weibo:before {
    content: "";
}

.icon-renren:before {
    content: "";
}

.icon-pagelines:before {
    content: "";
}

.icon-stack-exchange:before {
    content: "";
}

.icon-arrow-circle-o-right:before {
    content: "";
}

.icon-arrow-circle-o-left:before {
    content: "";
}

.icon-toggle-left:before,
.icon-caret-square-o-left:before {
    content: "";
}

.icon-dot-circle-o:before {
    content: "";
}

.icon-wheelchair:before {
    content: "";
}

.icon-vimeo-square:before {
    content: "";
}

.icon-turkish-lira:before,
.icon-try:before {
    content: "";
}

.icon-plus-square-o:before,
.icon-expand-alt:before {
    content: "";
}

.icon-space-shuttle:before {
    content: "";
}

.icon-slack:before {
    content: "";
}

.icon-envelope-square:before {
    content: "";
}

.icon-wordpress:before {
    content: "";
}

.icon-openid:before {
    content: "";
}

.icon-institution:before,
.icon-bank:before,
.icon-university:before {
    content: "";
}

.icon-mortar-board:before,
.icon-graduation-cap:before {
    content: "";
}

.icon-yahoo:before {
    content: "";
}

.icon-google:before {
    content: "";
}

.icon-reddit:before {
    content: "";
}

.icon-reddit-square:before {
    content: "";
}

.icon-stumbleupon-circle:before {
    content: "";
}

.icon-stumbleupon:before {
    content: "";
}

.icon-delicious:before {
    content: "";
}

.icon-digg:before {
    content: "";
}

.icon-pied-piper:before {
    content: "";
}

.icon-pied-piper-alt:before {
    content: "";
}

.icon-drupal:before {
    content: "";
}

.icon-joomla:before {
    content: "";
}

.icon-language:before {
    content: "";
}

.icon-fax:before {
    content: "";
}

.icon-building:before {
    content: "";
}

.icon-child:before {
    content: "";
}

.icon-paw:before {
    content: "";
}

.icon-spoon:before {
    content: "";
}

.icon-cube:before {
    content: "";
}

.icon-cubes:before {
    content: "";
}

.icon-behance:before {
    content: "";
}

.icon-behance-square:before {
    content: "";
}

.icon-steam:before {
    content: "";
}

.icon-steam-square:before {
    content: "";
}

.icon-recycle:before {
    content: "";
}

.icon-automobile:before,
.icon-car:before {
    content: "";
}

.icon-cab:before,
.icon-taxi:before {
    content: "";
}

.icon-tree:before {
    content: "";
}

.icon-spotify:before {
    content: "";
}

.icon-deviantart:before {
    content: "";
}

.icon-soundcloud:before {
    content: "";
}

.icon-database:before {
    content: "";
}

.icon-file-pdf-o:before {
    content: "";
}

.icon-file-word-o:before {
    content: "";
}

.icon-file-excel-o:before {
    content: "";
}

.icon-file-powerpoint-o:before {
    content: "";
}

.icon-file-photo-o:before,
.icon-file-picture-o:before,
.icon-file-image-o:before {
    content: "";
}

.icon-file-zip-o:before,
.icon-file-archive-o:before {
    content: "";
}

.icon-file-sound-o:before,
.icon-file-audio-o:before {
    content: "";
}

.icon-file-movie-o:before,
.icon-file-video-o:before {
    content: "";
}

.icon-file-code-o:before {
    content: "";
}

.icon-vine:before {
    content: "";
}

.icon-codepen:before {
    content: "";
}

.icon-jsfiddle:before {
    content: "";
}

.icon-life-bouy:before,
.icon-life-buoy:before,
.icon-life-saver:before,
.icon-support:before,
.icon-life-ring:before {
    content: "";
}

.icon-circle-o-notch:before {
    content: "";
}

.icon-ra:before,
.icon-rebel:before {
    content: "";
}

.icon-ge:before,
.icon-empire:before {
    content: "";
}

.icon-git-square:before {
    content: "";
}

.icon-git:before {
    content: "";
}

.icon-hacker-news:before {
    content: "";
}

.icon-tencent-weibo:before {
    content: "";
}

.icon-qq:before {
    content: "";
}

.icon-wechat:before,
.icon-weixin:before {
    content: "";
}

.icon-send:before,
.icon-paper-plane:before {
    content: "";
}

.icon-send-o:before,
.icon-paper-plane-o:before {
    content: "";
}

.icon-history:before {
    content: "";
}

.icon-genderless:before,
.icon-circle-thin:before {
    content: "";
}

.icon-header:before {
    content: "";
}

.icon-paragraph:before {
    content: "";
}

.icon-sliders:before {
    content: "";
}

.icon-share-alt:before {
    content: "";
}

.icon-share-alt-square:before {
    content: "";
}

.icon-bomb:before {
    content: "";
}

.icon-soccer-ball-o:before,
.icon-futbol-o:before {
    content: "";
}

.icon-tty:before {
    content: "";
}

.icon-binoculars:before {
    content: "";
}

.icon-plug:before {
    content: "";
}

.icon-slideshare:before {
    content: "";
}

.icon-twitch:before {
    content: "";
}

.icon-yelp:before {
    content: "";
}

.icon-newspaper-o:before {
    content: "";
}

.icon-wifi:before {
    content: "";
}

.icon-calculator:before {
    content: "";
}

.icon-paypal:before {
    content: "";
}

.icon-google-wallet:before {
    content: "";
}

.icon-cc-visa:before {
    content: "";
}

.icon-cc-mastercard:before {
    content: "";
}

.icon-cc-discover:before {
    content: "";
}

.icon-cc-amex:before {
    content: "";
}

.icon-cc-paypal:before {
    content: "";
}

.icon-cc-stripe:before {
    content: "";
}

.icon-bell-slash:before {
    content: "";
}

.icon-bell-slash-o:before {
    content: "";
}

.icon-trash:before {
    content: "";
}

.icon-copyright:before {
    content: "";
}

.icon-at:before {
    content: "";
}

.icon-eyedropper:before {
    content: "";
}

.icon-paint-brush:before {
    content: "";
}

.icon-birthday-cake:before {
    content: "";
}

.icon-area-chart:before {
    content: "";
}

.icon-pie-chart:before {
    content: "";
}

.icon-line-chart:before {
    content: "";
}

.icon-lastfm:before {
    content: "";
}

.icon-lastfm-square:before {
    content: "";
}

.icon-toggle-off:before {
    content: "";
}

.icon-toggle-on:before {
    content: "";
}

.icon-bicycle:before {
    content: "";
}

.icon-bus:before {
    content: "";
}

.icon-ioxhost:before {
    content: "";
}

.icon-angellist:before {
    content: "";
}

.icon-cc:before {
    content: "";
}

.icon-shekel:before,
.icon-sheqel:before,
.icon-ils:before {
    content: "";
}

.icon-meanpath:before {
    content: "";
}

.icon-buysellads:before {
    content: "";
}

.icon-connectdevelop:before {
    content: "";
}

.icon-dashcube:before {
    content: "";
}

.icon-forumbee:before {
    content: "";
}

.icon-leanpub:before {
    content: "";
}

.icon-sellsy:before {
    content: "";
}

.icon-shirtsinbulk:before {
    content: "";
}

.icon-simplybuilt:before {
    content: "";
}

.icon-skyatlas:before {
    content: "";
}

.icon-cart-plus:before {
    content: "";
}

.icon-cart-arrow-down:before {
    content: "";
}

.icon-diamond:before {
    content: "";
}

.icon-ship:before {
    content: "";
}

.icon-user-secret:before {
    content: "";
}

.icon-motorcycle:before {
    content: "";
}

.icon-street-view:before {
    content: "";
}

.icon-heartbeat:before {
    content: "";
}

.icon-venus:before {
    content: "";
}

.icon-mars:before {
    content: "";
}

.icon-mercury:before {
    content: "";
}

.icon-transgender:before {
    content: "";
}

.icon-transgender-alt:before {
    content: "";
}

.icon-venus-double:before {
    content: "";
}

.icon-mars-double:before {
    content: "";
}

.icon-venus-mars:before {
    content: "";
}

.icon-mars-stroke:before {
    content: "";
}

.icon-mars-stroke-v:before {
    content: "";
}

.icon-mars-stroke-h:before {
    content: "";
}

.icon-neuter:before {
    content: "";
}

.icon-facebook-official:before {
    content: "";
}

.icon-pinterest-p:before {
    content: "";
}

.icon-whatsapp:before {
    content: "";
}

.icon-server:before {
    content: "";
}

.icon-user-plus:before {
    content: "";
}

.icon-user-times:before {
    content: "";
}

.icon-hotel:before,
.icon-bed:before {
    content: "";
}

.icon-viacoin:before {
    content: "";
}

.icon-train:before {
    content: "";
}

.icon-subway:before {
    content: "";
}

.icon-medium:before {
    content: "";
}

a:hover {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    .container {
        padding-left: 0;
        padding-right: 0
    }
}

body {
    color: #565656;
    font-size: 13px;
    height: 100%;
    line-height: 18px;
    min-width: 340px;
}

body.content_only {
    background: none;
}

textarea {
    resize: none;
}

#header {
    z-index: 5003;
}

.columns-container-top {
    background: #fff;
}

#index .columns-container-top {
    padding-bottom: 5px;
    padding-top: 0;
}


@media (max-width: 767px) {
    .columns-container-top {
        padding-bottom: 0;
        padding-top: 0
    }

    #index .columns-container-top {
        padding-bottom: 5px;
        padding-top: 0
    }
}

.columns-container-middle {
    background-color: #fdfdfd;
    padding-bottom: 120px;
    position: relative;
}

#index .columns-container-middle {
    background-color: #fdfdfd;
}

.homeproducts_line_bg {
    display: none;
}

#index .homeproducts_line_bg {
    background: url(../img/gradient_schemes/flame_middle.png) repeat-x top center #f2f2f2;
    display: inline;
    height: 107px;
    min-width: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.homeproducts_border_bg {
    display: none;
}

#index .homeproducts_border_bg {
    background-color: #e5e5e5;
    display: inline;
    height: 17px;
    min-width: 100%;
    position: absolute;
    top: 107px;
    width: 100%;
}

.bottom_line_bg {
    background: url(../img/gradient_schemes/flame_bottom.png) repeat-x bottom center #f2f2f2;
    bottom: 0;
    display: inline;
    height: 120px;
    min-width: 100%;
    position: absolute;
    width: 100%;
}

#index .bottom_line_bg {
    display: none;
}

.columns-container-bottom {
    background: url(../img/gradient_schemes/flame_bottom_index.png) repeat top center #f2f2f2;
}

#index .tab-content {
    margin-bottom: 0;
    margin-top: 0;
}

@media (max-width: 479px) {
    #index .tab-content {
        margin-top: 0
    }
}

header {
    background: url(../img/gradient_schemes/flame_head.png) repeat 30% 53px #fff;
    position: relative;
    z-index: 1;
}

@media (max-width: 479px) {
    header {
        background-position: 25% 90px
    }
}

header .banner {
    background: #000;
    max-height: 100%;
}

header .banner .row {
    margin: 0;
}

header .nav {
    background: #313743;
    height: 40px;
}

@media (max-width: 767px) {
    header .nav {
        height: 40px
    }
}

header .nav .row {
    margin: 0;
}

header .nav nav {
    width: 100%;
}

header .nav nav #currencies-block-top {
    float: left;
}

.head > .container {
    /*position:relative;*/
}

@media (min-width: 992px) {
    .head {
        /*  margin-bottom:50px; */
    }
}

.head .row {
    margin: 0;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .head .row {
        display: table-row;
        height: auto;
        margin: 0;
        min-height: 195px;
        vertical-align: middle
    }
}

.head .row > .container {
    position: relative;
}

.head .row #logo_wrapper {
    text-align: center;
    vertical-align: middle;
    width: 33.3333%;
}

@media (min-width: 992px) {
    .head .row #logo_wrapper {
        /*     display:table-cell */
    }
}

@media (max-width: 992px) {
    .head .row #logo_wrapper {
        float: none;
        position: relative;
        vertical-align: middle;
        width: 100%
    }
}

.head .row #logo_wrapper .logo_row {
    vertical-align: middle;
    width: auto;
}

.head .row #logo_wrapper .logo_row .logo_cell {
    text-align: left;
    vertical-align: middle;
    width: auto;
}

.head .row #header_logo {
    display: inline-block;
    padding: 30px 0;
    vertical-align: middle;
    width: auto;
    z-index: 990;
}

@media (min-width: 992px) {
    .head .row #header_logo {
        padding-left: 0
    }
}

@media (max-width: 991px) {
    .head .row #logo_wrapper .logo_row .logo_cell {
        text-align: center
    }
}

.ie8 #header #header_logo {
    width: 350px;
}

#bottom_center_column,
#center_column {
    min-height: 0;
}

#center_column .page_product_box h3 {
    background: #fbfbfb;
    border: 1px solid #d6d4d4;
    border-bottom: none;
    color: #555454;
    font-family: Arial,
    sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 20px;
    padding: 14px 20px 17px;
    position: relative;
    text-transform: uppercase;
}

p.info-title {
    color: #333;
    font-weight: 700;
    margin-bottom: 25px;
}

p.info-account {
    margin: -4px 0 24px;
}

.dark {
    color: #333;
}

.main-page-indent {
    margin-bottom: 30px;
}

.alert {
    font-weight: 700;
}

.alert ul,
.alert ol {
    margin: 14px 36px;
    padding-left: 15px;
}

.alert ul li,
.alert ol li {
    font-weight: 400;
    list-style-type: decimal;
}

.alert.alert-success:before {
    content: "\f058";
    font-family: "FontAwesome";
    font-size: 24px;
    padding-right: 7px;
    vertical-align: -2px;
}

.alert.alert-danger:before {
    content: none;
}

.label {
    display: inline-block;
    padding: 6px 10px;
    white-space: normal;
}

label {
    color: #333;
}

label.required:before {
    color: red;
    content: "*";
    font-size: 14px;
    line-height: 12px;
    position: relative;
}

.checkbox {
    line-height: 12px;
}

.checkbox label {
    color: #777;
}

.close {
    opacity: 1;
}

.close:hover {
    opacity: 1;
}

input.button_mini,
input.button_small,
input.button,
input.button_large,
input.button_mini_disabled,
input.button_small_disabled,
input.button_disabled,
input.button_large_disabled,
input.exclusive_mini,
input.exclusive_small,
input.exclusive,
input.exclusive_large,
input.exclusive_mini_disabled,
input.exclusive_small_disabled,
input.exclusive_disabled,
input.exclusive_large_disabled,
a.button_mini,
a.button_small,
a.button,
a.button_large,
a.exclusive_mini,
a.exclusive_small,
a.exclusive,
a.exclusive_large,
span.button_mini,
span.button_small,
span.button,
span.button_large,
span.exclusive_mini,
span.exclusive_small,
span.exclusive,
span.exclusive_large,
span.exclusive_large_disabled {
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    border-left: none;
    border-right: none;
    border-top: none;
    color: #fff;
    display: inline-block;
    padding: 5px 14px;
    position: relative;
    text-transform: uppercase;
    transition: all 150ms ease-in-out;
}

:first-child + html input.button_mini,
:first-child + html input.button_small,
:first-child + html input.button,
:first-child + html input.button_large,
:first-child + html input.button_mini_disabled,
:first-child + html input.button_small_disabled,
:first-child + html input.button_disabled,
:first-child + html input.button_large_disabled,
:first-child + html input.exclusive_mini,
:first-child + html input.exclusive_small,
:first-child + html input.exclusive,
:first-child + html input.exclusive_large,
:first-child + html input.exclusive_mini_disabled,
:first-child + html input.exclusive_small_disabled,
:first-child + html input.exclusive_disabled,
:first-child + html input.exclusive_large_disabled {
    border: none;
}

input.button_mini:hover,
input.button_small:hover,
input.button:hover,
input.button_large:hover,
input.exclusive_mini:hover,
input.exclusive_small:hover,
input.exclusive:hover,
input.exclusive_large:hover,
a.button_mini:hover,
a.button_small:hover,
a.button:hover,
a.button_large:hover,
a.exclusive_mini:hover,
a.exclusive_small:hover,
a.exclusive:hover,
a.exclusive_large:hover {
    background: #6d6d6d;
    border-color: #515151;
    text-decoration: none;
}

input.button_mini:active,
input.button_small:active,
input.button:active,
input.button_large:active,
input.exclusive_mini:active,
input.exclusive_small:active,
input.exclusive:active,
input.exclusive_large:active,
a.button_mini:active,
a.button_small:active,
a.button:active,
a.button_large:active,
a.exclusive_mini:active,
a.exclusive_small:active,
a.exclusive:active,
a.exclusive_large:active {
    background: #6d6d6d;
    border-color: #515151;
}

input.button_disabled,
input.exclusive_disabled,
span.exclusive {
    background: #ccc;
    color: #999;
    cursor: default;
}

.btn.disabled,
.btn[disabled]:hover {
    opacity: .3;
}

.button.button-small {
    color: #fff;
    padding: 5px 14px;
    text-transform: uppercase;
}

.button.button-small span {
    display: block;
    padding: 5px 5px 3px 7px;
}

.button.button-small span i {
    margin-right: 5px;
    vertical-align: 0;
}

.button.button-small span i.right {
    margin-left: 5px;
    margin-right: 0;
}

.button.button-small:hover {

}

.button.button-large {
    color: #fff;
    padding: 5px 14px;
    text-transform: uppercase;
}

.button.button-large span {
    display: block;
    padding: 5px 5px 3px 7px;
}

.button.button-large span i {
    margin-right: 5px;
    vertical-align: 0;
}

.button.button-large span i.right {
    margin-left: 5px;
    margin-right: 0;
}

.button.button-large:hover {
    background: #6d6d6d;
    border-color: #515151;
}

.exclusive_large {
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fa7c63;
    border-color: #ce573f;
    border-radius: 5px;
    color: #fff;
    padding: 5px 14px;
}

.cart_navigation input.exclusive {
    background: #fa7c63;
    border-color: #ce573f;
    color: #fff;
}

.button.button-medium {
    color: #fff;
    padding: 5px 5px;
    text-transform: uppercase;
}

.button.button-medium span {
    display: block;
    padding: 5px 5px 3px;
}

@media (max-width: 480px) {
    .button.button-medium span {
        padding-left: 7px;
        padding-right: 7px;
        font-size: 15px;
    }
}

.button.button-medium span i.left {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: 0;
}

.button.button-medium span i.icon-user {
    background: url(../img/icons-autentification.png) no-repeat 0 0 transparent;
    height: 24px;
    vertical-align: -6px;
    width: 24px;
}

.button.button-medium span i.icon-user:before {
    display: none;
}

.button.button-medium span i.icon-lock {
    background: url(../img/icons-autentification.png) no-repeat 0 -24px transparent;
    height: 24px;
    vertical-align: -6px;
    width: 24px;
}

@media (max-width: 480px) {
    .button.button-medium span i.left {
        margin-right: 5px
    }
}

.button.button-medium span i.right {
    margin-left: 9px;
    margin-right: 0;
}

@media (max-width: 480px) {
    .button.button-medium span i.right {
        margin-left: 5px
    }
}

/*
.button.button-medium:hover {
    background: #6d6d6d;
    border-color: #515151;
}
*/
.button.button-medium.exclusive, .btn.exclusive {
    background: #607D8B;
    border-color: #ce573f;
}

.button.button-medium.exclusive:hover, .btn.exclusive:hover {
    background: #6d6d6d;
    border-color: #515151;
}

.btn-show-toggle {
    padding: 5px 15px;
}

.btn .btn-default .btn-show-toggle:before {
    color: #d6d6d6;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
}

.link-button {
    font-weight: 700;
}

.link-button i {
    margin-right: 5px;
}

.link-button i.large {
    color: silver;
    font-size: 26px;
    line-height: 26px;
    vertical-align: -3px;
}

.btn.button-plus,
.btn.button-minus {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    border-radius: 0;
    color: #6d6d6d;
    font-size: 14px;
    line-height: 14px;
    padding: 0;
}

.btn.button-plus span,
.btn.button-minus span {
    background: #fff;
    display: block;
    height: 36px;
    padding: 11px 0 0;
    text-align: center;
    vertical-align: middle;
    width: 36px;
    border: 1px solid #d6d4d4;
}

.btn.button-plus:hover,
.btn.button-minus:hover {
    color: #fa7c63;
}

.btn.button-plus:hover span,
.btn.button-minus:hover span {
    background: #ff5a00;
}

#order-opc .btn.button-plus,
#order-opc .btn.button-minus,
#order .btn.button-plus,
#order .btn.button-minus {
    color: #6d6d6d;
    font-size: 12px;
    line-height: 12px;
}

#order-opc .btn.button-plus span,
#order-opc .btn.button-minus span,
#order .btn.button-plus span,
#order .btn.button-minus span {
    background: #fff;
    display: block;
    height: 27px;
    padding: 6px 0 0;
    text-align: center;
    vertical-align: middle;
    width: 27px;
}

#order-opc .cart_product .btn.button-plus,
#order-opc .cart_product .btn.button-minus {
    width: 100%;
}

#order-opc .cart_product .btn.button-plus span,
#order-opc .cart_product .btn.button-minus span {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

#order-opc .cart_product .btn.button-plus span i,
#order-opc .cart_product .btn.button-minus span i {
    margin: 0;
}

#order-opc .cart_product .cenyilosc .form-control {
    text-align: center;
}

#order-opc .btn.button-plus:hover,
#order-opc .btn.button-minus:hover,
#order .btn.button-plus:hover,
#order .btn.button-minus:hover {
    color: #fa7c63;
}

#order-opc .btn.button-plus:hover span,
#order-opc .btn.button-minus:hover span,
#order .btn.button-plus:hover span,
#order .btn.button-minus:hover span {
    background: #fff;
    filter: none;
}

.button.exclusive-medium {
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    background: #fa7c63;
    border-color: #ce573f;
    color: #fff;
    padding: 5px 14px;
    text-transform: uppercase;
    transition: all 350ms ease-in-out;
}

.button.exclusive-medium span {
    display: block;
    padding: 5px 5px 3px 7px;
}

@media (max-width: 480px) {
    .button.exclusive-medium span {
        font-size: 15px;
        padding-left: 7px;
        padding-right: 7px
    }
}

.button.exclusive-medium:hover {
    background: #6d6d6d;
    border-color: #515151;
}

table.std,
table.table_block {
    background: #fff;
    border: 1px solid #999;
    border-bottom: none;
    border-collapse: inherit;
    margin-bottom: 20px;
    width: 100%;
}

table.std th,
table.table_block th {
    background: #999;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 14px 12px;
    text-shadow: 0 1px 0 #000;
    text-transform: uppercase;
}

table.std tr.alternate_item,
table.table_block tr.alternate_item {
    background-color: #f3f3f3;
}

table.std td,
table.table_block td {
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    font-size: 12px;
    padding: 12px;
    vertical-align: top;
}

.table {
    margin-bottom: 30px;
}

.table > thead > tr > th {
    background: #fff;
    border-bottom-width: 1px;
    color: #333;
    font: 400 16px/18px Oswald,
    sans-serif;
    text-transform: none;
    vertical-align: middle;
}

.table td a.color-myaccount {
    color: #777;
    text-decoration: underline;
}

.table td a.color-myaccount:hover {
    text-decoration: none;
}

.table tfoot tr {
    background: #fbfbfb;
}

.product-name {
    color: #656565;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 2px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .product-name {
        font-size: 14px;
        line-height: 16px
    }
}

@media (min-width: 480px) and (max-width: 600px) {
    .product-name {
        font-size: 14px;
        line-height: 15px
    }
}

.product-name a {
    color: #656565;
    font-size: 12px;
    line-height: 14px;
}

.product-name a:hover {
    color: #e1210d;
}


@media (max-width: 767px) {
    #order-detail-content #cart_summary .product-name a {
        color: #656565;
        font-size: 16px;
        line-height: 16px;
    }
}

.price {
    position: relative;
    white-space: nowrap;
    font: 400 14px/14px Oswald, sans-serif;
}

.price.product-price {
    font: 600 16px/20px Poppins, sans-serif;
}

.cart-prices-line.last-line, span.price.cart_block_total.ajax_block_cart_total {
    font: 500 16px/16px Oswald, sans-serif;
	text-transform: uppercase;
}

#cart_block_list dt.col-sm-12.col-xs-12 {
	overflow:auto;
}

#header .shopping_cart .products img {
    height: 80px;
}

.old-price {
    color: #999;
    font: 400 20px/22px Oswald, sans-serif;
    text-decoration: line-through;
}

.old-price.product-price {
    font: 500 18px/22px 'Poppins', sans-serif
}

.special-price {
    color: #fa7c63;
}

.price-percent-reduction {
    background: #fa7c63;
    color: #fff;
    display: inline-block;
    font: 400 20px/22px Oswald,
    sans-serif;
    padding: 2px 5px 2px 4px;
}

.price-percent-reduction.small {
    font-size: 14px;
    padding: 1px 6px;
}

.new-box {
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    height: 44px;
    left: 12px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 10px;
    transition: all 200ms ease-in-out;
    width: 44px;
    z-index: 0;
}

@media (max-width: 1199px) {
    .new-box {
        left: 16px;
        top: 16px
    }
}

.new-label {
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #a1d7ca;
    border-bottom: 2px solid #6dad9d;
    border-radius: 50%;
    color: #fff;
    display: block;
    font: 700 12px/12px Roboto,
    Helvetica,
    sans-serif;
    height: 44px;
    padding: 16px 0 7px;
    text-align: center;
    text-transform: uppercase;
    width: 44px;
    z-index: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .new-label {
        font: 700 10px/10px Roboto,
        Helvetica,
        sans-serif;
        height: 40px;
        width: 40px
    }
}

@media (min-width: 480px) and (max-width: 600px) {
    .new-label {
        font: 700 10px/10px Roboto,
        Helvetica,
        sans-serif;
        height: 40px;
        width: 40px
    }
}

.sale-box {
    -moz-transition: all 160ms ease-in-out;
    -o-transition: all 160ms ease-in-out;
    -webkit-transition: all 160ms ease-in-out;
    height: 44px;
    overflow: hidden;
    position: absolute;
    right: 12px;
    text-align: center;
    top: 10px;
    transition: all 160ms ease-in-out;
    width: 44px;
    z-index: 0;
}

@media (max-width: 1199px) {
    .sale-box {
        right: 16px;
        top: 16px
    }
}

.sale-label {
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #fa7c63;
    border-bottom: 2px solid #ce573f;
    border-radius: 50%;
    color: #fff;
    display: block;
    font: 700 12px/12px Roboto,
    Helvetica,
    sans-serif;
    height: 44px;
    padding: 16px 0 7px;
    text-align: center;
    text-transform: uppercase;
    width: 44px;
    z-index: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sale-label {
        font: 700 10px/10px Roboto,
        Helvetica,
        sans-serif;
        padding: 15px 0 7px
    }
}

@media (min-width: 480px) and (max-width: 600px) {
    .sale-label {
        font: 700 10px/10px Roboto,
        Helvetica,
        sans-serif;
        padding: 15px 0 7px
    }
}

ul.product_list > li:hover .product-container .product-image-container .new-box,
ul.product_list > li:hover .product-container .product-image-container .sale-box {
    opacity: 0;
}

.soldout-box {
    left: 0;
    margin-top: -23px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.soldout-label {
    -moz-border-radius: 8px;
    -moz-box-shadow: 0 0 22px #fff;
    -ms-border-radius: 8px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=22, Direction=0, Color='#ffffff') ";
    -o-border-radius: 8px;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: 0 0 22px #fff;
    background: #fdfdfd;
    border-color: #ddd;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px 1px 3px;
    box-shadow: 0 0 22px #fff;
    color: #f45435;
    display: block;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=22,
    Direction=0,
    Color='#ffffff');
    font: 400 18px/18px Oswald,
    Helvetica,
    sans-serif;
    margin: 0 auto;
    max-width: 70%;
    min-height: 44px;
    padding: 12px 16px 10px;
    position: relative;
    text-align: center;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .soldout-label {
        font-size: 16px
    }
}

@media (min-width: 480px) and (max-width: 600px) {
    .soldout-label {
        font-size: 16px
    }
}

.box {
    border: 1px solid #fff;
    margin: 0 0 10px;
    padding: 0px 10px 10px 10px;
}

#authentication .page-subheading {
    margin-top: 0;
    border-bottom: unset;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    font-size: 3rem;
    font-weight: 300;
}

#authentication .page-subheading img {
    margin-right: 10px;
}
    
#authentication .box {
    padding: 40px 80px;
}

#authentication .ffl-wrapper .ffl-label {
    padding-left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #AAAAAA;
    font-weight: 600;
    font-size: 12px;
}

#authentication #login_form .form-group .form-control {
    margin-bottom: 20px;
}

#authentication #login_form .form-group .form-control#passwd {
    margin-bottom: 0;
}

#authentication #create-account_form .form-group {
    margin-top: 31px;
    margin-bottom: 40px;
}

#authentication #create-account_form .submit {
    margin-bottom: 40px;
}

#authentication #create-account_form p {
    margin-bottom: 0;
    line-height: 1.38;
}

#authentication .btn-block {
    width: 100%;
    padding: 10px 60px;
    font-weight: normal;
    text-transform: unset;
    border-radius: 5px;
    font-size: 16px;
}

#authentication .form-submit-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 20px;
    row-gap: 5px;
    flex-wrap: wrap;
    width: 100%;
}

#authentication .form-submit-container .submit {
    width: 100%;
}

#authentication .form_content hr {
    margin-top: 20px;
    margin-bottom: 20px;
}

#authentication #login_form .submit {
    margin-top: 0;
}

#authentication #login_form .forgot-password-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
}

#authentication #login_form .forgot-password-container a {
    text-decoration: underline;
    color: #565656;
}

#authentication #login_form .forgot-password-container a:hover {
    color: #FF5A00;
}

#authentication #login_form .social-login-container {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

#authentication #login_form .social-login-container > div {
    width: 100%;
}

#authentication #login_form .social-login-container .social-btn:hover {
    border-color: #FF5A00;
}

#authentication #login_form .social-login-container .social-btn {
    padding: 10px 30px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #fff;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: border-color .2s ease-in-out;
    width: 100%;
    font-weight: bold;
    border-radius: 5px;
}

#authentication #login_form .social-login-container .social-icon {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}

#authentication #login_form .social-login-container .social-login-google-icon {
    background-image: url('../img/google-icon.svg');
}

#authentication #login_form .social-login-container .social-login-fb-icon {
    background-image: url('../img/facebook-icon.svg');
}

#authentication .create-account_form-info {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

#authentication .create-account_form-info .create-account_form-info-icon {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    min-width: 50px;
    min-height: 50px;
    background-image: url('../img/discount-icon.png');
}

#authentication .account-boxes-container .form-group label::after {
    content: " *";
    color: red;
}

@media (min-width: 768px) {
    #authentication #create-account_form,
    #authentication #login_form {
        min-height: 445px;
    }
}

@media (max-width: 768px) {
    #authentication #center_column,
    #authentication #left_column,
    #authentication #topcolumns {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    #authentication #create-account_form,
    #authentication #login_form {
        min-height: unset;
    }

    #authentication #create-account_form {
        margin-bottom: 15px;
    }

    #authentication .box {
        padding: 15px;
    }

    #authentication .breadcrumb {
        margin-left: 0;
    }
}

#authentication .alert.alert-danger a {
    text-decoration: none;
    font-size: 2.5rem;
}

#authentication .alert.alert-danger::before {
    content: "\f057";
    padding-right: 10px;
}

#authentication .alert.alert-danger ol {
    margin-bottom: 0;
    margin-left: 30px;
    margin-top: 10px;
}

#authentication .account-boxes-container {
    margin-bottom: 40px;
}

#authentication .account-boxes-container .form-group .form-control:focus {
    border-color: #0289f3;
}

#authentication .account-boxes-container .form-group .form-control {
    background-color: #fff;
    border-radius: 8px;
    border-style: solid;
    border-color: #E0E0E0;
    transition: border-color 0.2s ease-in-out;
}

#authentication .account-boxes-container #login_form .form-group .form-control#email {
    margin-bottom: 20px;
}

#authentication .account-boxes-container .social-login-wrapper .social-login-label {
    margin-bottom: 10px;
    font-weight: normal;
}

.box p {
    margin-bottom: 0;
}

.box.box-small {
    padding: 9px 10px 9px 20px;
}

.box.box-small .dark {
    margin-bottom: 0;
    padding-right: 20px;
    padding-top: 10px;
    width: auto;
}

.page-product-box {
    padding-bottom: 0;
    font-family: "Poppins", sans-serif;
}

.page-product-box b, .page-product-box strong {
    font-weight: 600;
}

.product-box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.product-box .product-image {
    background: #fff;
    border: 1px solid #d6d4d4;
    display: block;
    margin-bottom: 11px;
    padding: 5px;
}

.product-box .product-image img {
    height: auto;
    max-width: 100%;
    width: 100%;
}

#home-page-tabs {
    background: none;
    border: none;
    display: none;
    margin: 30px 0 0;
}

@media (min-width: 768px) {
    #home-page-tabs {
        padding: 10px 0 12px
    }
}

@media (max-width: 767px) {
    #home-page-tabs {
        padding: 1px 0
    }

    #authentication #create-account_form .form-group {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #authentication #create-account_form .submit {
        margin-bottom: 20px;
    }
}

#home-page-tabs > li {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    #home-page-tabs > li {
        margin: 0 0 0 9px;
        padding: 0 0 0 9px
    }
}

@media (max-width: 479px) {
    #home-page-tabs > li {
        margin: 0;
        min-height: 115px;
        padding: 0;
        width: 33.3%
    }
}

#home-page-tabs > li a {
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    border: none;
    color: #fff;
    font: 600 20px/24px Arial,
    sans-serif;
    margin: 0;
    outline: none;
    padding: 16px 20px;
    text-transform: uppercase;
    transition: all .2s linear;
}

@media (max-width: 767px) {
    #home-page-tabs > li a {
        font: 600 18px/24px Arial,
        sans-serif;
        padding: 16px 18px
    }
}

@media (max-width: 479px) {
    #home-page-tabs > li a {
        font: 600 16px/18px Arial,
        sans-serif;
        padding: 15px 14px 18px
    }
}

#home-page-tabs > li:first-child {
    border: none;
    margin: 0;
    padding: 0;
}

#home-page-tabs > li a:hover {
    background: #f2f2f2;
    color: #fa7c63;
    filter: alpha(opacity=85);
    opacity: .85;
    padding: 16px 20px 53px;
}

@media (min-width: 768px) {
    #home-page-tabs > li a:hover {
        margin: -9px 0
    }
}

@media (max-width: 479px) {
    #home-page-tabs > li a:hover {
        padding: 16px 14px 59px
    }
}

#home-page-tabs > li.active a {
    background: #f2f2f2;
    color: #484848;
    filter: alpha(opacity=100);
    opacity: 1;
    padding: 16px 20px 53px;
}

@media (min-width: 768px) {
    #home-page-tabs > li.active a {
        margin: -9px 0
    }
}

@media (max-width: 479px) {
    #home-page-tabs > li.active a {
        padding: 16px 14px 60px
    }
}

.block {
    margin-bottom: 18px;
    position: relative;
}

@media (max-width: 767px) {
    .block {
        margin-bottom: 0
    }
}

.block .block_content {
    background: #fff;
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 0px;
    margin: 0;
    padding: 10px;
}

@media (max-width: 767px) {
    .block .block_content:not(#header.block_content) {
        border: 0;
    }

    #header .shopping_cart .cart_block {
        right: -45px;
        top: 38px
    }

    #header .user-account .sub-menu {
        top: 40px;
    }
}

.block .block_content a.button-small {
    background: #fff;
    border-color: #ededed;
    border-style: solid;
    border-width: 1px 1px 3px;
    color: #333;
    width: 100%;
}

#left_column .rev_slider_wrapper {
    margin-bottom: 14px !important;
    overflow: auto !important;
}

.block h2.title_block,
.block h4.title_block,
.block p.title_block {
    margin-bottom: 0;
    margin-top: 0;
}

div#left_column .title_block {
    text-transform: uppercase;
}

.block .title_block,
.block h4 {
    font: 400 22px/22px Oswald, sans-serif;
    padding: 10px 5px 10px 20px;
    position: relative;
    text-transform: none;
}

@media (min-width: 992px) {
    #special_block_left p.title_block,
    #viewed-products_block_left p.title_block,
    #new-products_block_left h4.title_block,
    #best-sellers_block_left h4.title_block,
    #special_block_right p.title_block,
    #viewed-products_block_right p.title_block,
    #new-products_block_right h4.title_block,
    #best-sellers_block_right h4.title_block {
        padding: 16px 86px 16px 20px
    }
}

@media (max-width: 767px) {
    #special_block_left p.title_block,
    #viewed-products_block_left p.title_block,
    #new-products_block_left h4.title_block,
    #best-sellers_block_left h4.title_block,
    #special_block_right p.title_block,
    #viewed-products_block_right p.title_block,
    #new-products_block_right h4.title_block,
    #best-sellers_block_right h4.title_block {
        padding: 16px 60px 16px 20px
    }
}

#index .newsblock h4 {
    background: none;
    border: none;
    color: #333;
    padding: 15px 5px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#index .newsblock h4:before {
    -moz-transition: all 1200ms ease-in;
    -ms-transition: all 120ms ease-in;
    -o-transition: all 120ms ease-in;
    -webkit-transition: all 120ms ease-in;
    background: #ededed;
    bottom: 0;
    content: " ";
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 120ms ease-in;
    width: 100%;
}

#index .newsblock h4 a {
    color: #333;
    display: inline-block;
    position: relative;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

#index .newsblock h4 a:hover {
    color: #fa7c63;
}

#left_column .bx-controls {
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 11px;
    width: 70px;
}

#left_column .owl-carousel {
    position: static;
}

#left_column .owl-controls {
    right: 12px;
    top: 11px !important;
}

@media (max-width: 991px) {
    #left_column .bx-controls {
        display: none
    }
}

#left_column .bx-controls a.bx-prev,
#left_column .bx-controls a.bx-next,
#left_column .owl-controls .owl-prev,
#left_column .owl-controls .owl-next {
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-border-radius: 5px;
    -webkit-transition: all .2s linear;
    background: rgba(255,
    255,
    255,
    0.3);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    height: 33px;
    outline: none;
    text-align: center;
    text-decoration: none !important;
    transition: all .2s linear;
    width: 33px;
}

#left_column .bx-controls a.bx-next {
    float: right;
}

#left_column .bx-controls a.bx-prev:before,
#left_column .owl-controls .owl-prev:before {
    color: #fff;
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 32px;
}

#left_column .bx-controls a.bx-next:before,
#left_column .owl-controls .owl-next:before {
    color: #fff;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 32px;
}

#index ul.rv_carousel {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .block .title_block,
    .block h4 {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .block h2.title_block,
    .block h4.title_block,
    .block p.title_block {
        border: 0;
        margin-bottom: 0;
        margin-top: 2px;
        position: relative
    }

    .block .title_block:after,
    .block h4:after {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 13px solid #f95d2e;
        color: #fff;
        content: "";
        cursor: pointer;
        display: block;
        font-weight: 400;
        position: absolute;
        right: 10px;
        top: 13px
    }

    .block .title_block.active:after,
    .block h4.active:after {
        -moz-transform: rotate(180deg);
        -moz-transition: all .1s linear;
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -webkit-transition: all .1s linear;
        cursor: pointer;
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1.8);
        o-transition: all .1s linear;
        transition: all .1s linear
    }
}

.block .title_block a,
.block h4 a {
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    color: #fff;
    transition: all 150ms ease-in-out;
}

.block .title_block a:hover,
.block h4 a:hover {
    color: #2c403b;
}

.block .list-block li {
    padding: 5px 0 6px 5px;
}

.block .bullet li {
    padding: 3px 0 4px 5px;
}

.block .list-block li a i {
    display: none;
}

.block .list-block li a:hover {
    color: #1d1d1d;
    font-weight: 400;
}

.block .list-block li:first-child {
    border-top: none;
}

.block .side_selector {
    border-top: 1px solid #e5e5e5;
    margin-bottom: 0;
    margin-top: 15px;
    padding-top: 15px;
}

.block .list-block .form-group {
    border-top: 1px solid #d6d4d4;
    margin-bottom: 0;
    padding-top: 20px;
}

.block .list-block .form-group select {
    max-width: 270px;
}

@media (max-width: 767px) {
    .block .list-block .form-group select {
        width: 270px
    }
}

.block .list-block .btn {
    margin-top: 12px;
}

.block .products-block li,
.block .products-block .products_item {
    border-bottom: 2px solid #fafafa;
    margin-bottom: 20px;
    min-height: 140px;
    padding: 2px 0 20px;
}

.block .products-block .products-block-image {
    border-right: 2px solid #f2f2f2;
    float: left;
    margin-right: 19px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .block .products-block .products-block-image {
        border-bottom: 4px solid #e5e5e5;
        border-right: none;
        display: inline-block;
        float: none;
        margin: 0 auto 10px;
        text-align: center
    }
}

.block .products-block .product-content {
    overflow: hidden;
}

.block .products-block .product-content h5 {
    margin: -3px 0 0;
}

.block .products-block a.btn,
.block .blockstore a.btn {
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.block .products-block .product-name {
    font-size: 15px;
    line-height: 18px;
}

.block .products-block .product-description {
    color: #999;
    line-height: 1em;
    margin: 6px 0 12px;
}

.block .products-block .price-percent-reduction {
    font-size: 14px;
    line-height: 14px;
    padding: 3px 4px;
}

.block .products-block .old-price {
    font-size: 14px;
}

#best-sellers_block_right a.button,
#special_block_right a.button,
#new-products_block_right a.button {
    margin-top: -6px;
}

#viewedul {
    margin: 0;
}

#viewedul li {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-heading {
    display: inline-block;
    font: 500 20px / 22px Poppins, sans-serif;
    margin: 0 5px 19px 0;
    padding-bottom: 19px;
    padding-top: 15px;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

h3.settings-header {
    color: #000;
    font-weight: 600;
    font: 400 22px/36px Oswald,
    sans-serif;
    text-transform: uppercase;
}

h3.settings-header a {
    width: 140px;
}

h3.settings-header:before {
    background: #ededed;
    bottom: 0;
    content: " ";
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 99%;
}

.page-heading span.heading-counter {
    color: #888;
    float: right;
    font: bold 13px/22px Arial,
    Helvetica,
    sans-serif;
    text-transform: none;
}

@media (max-width: 480px) {
    .page-heading span.heading-counter {
        display: block;
        float: none
    }
}

.page-heading span.lighter {
    color: #9c9c9c;
}

.page-heading.bottom-indent {
    margin-bottom: 16px;
}

.page-heading:before {
    background: #ededed;
    bottom: 0;
    content: " ";
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 99%;
}

.page-heading:after {
    background: #fa7c63;
    bottom: 0;
    content: " ";
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 180px;
    z-index: 3;
}

#last_quantities {
    display: none !important;
}

.page-subheading {
    border-bottom: 2px solid #ededed;
    color: #222;
    font: 400 18px/22px Oswald,
    sans-serif;
    /*  margin-bottom:15px; */
    /*   padding:0 0 15px;*/
    text-transform: uppercase;
}

h3.page-product-heading {
    color: #fff;
    font: 300 20px/26px Oswald, sans-serif;
    text-transform: uppercase;
    background-color: #2d2c2c;
    overflow: hidden;
    padding: 5px 5px 5px 10px;
    margin: 0px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .page-product-heading {
        /*     padding:0 0 5px!important */
    }
}

ul.footer_links {
    border-top: 2px solid #ededed;
    height: 65px;
    padding: 16px 0 0;
}

ul.footer_links li {
    float: left;
}

ul.footer_links li + li {
    margin-left: 10px;
}

.content_sortPagiBar .sortPagiBar {
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    border-color: #ededed;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px 1px 3px;
    clear: both;
    margin-bottom: 18px;
    padding: 0 12px;
}

.content_sortPagiBar .sortPagiBar #productsSortForm {
    float: right;
    margin-top: 13px;
    padding-bottom: 12px;
}

@media (max-width: 479px) {
    .content_sortPagiBar .sortPagiBar #productsSortForm {
        display: flex;
        float: left;
        margin-bottom: 12px;
        width: 100%
    }
}

.content_sortPagiBar .sortPagiBar #productsSortForm select {
    float: left;
    max-width: 176px;
}

@media (min-width: 480px) and (max-width: 991px) {
    .content_sortPagiBar .sortPagiBar #productsSortForm select {
        max-width: 160px
    }
}

@media (max-width: 479px) {
    .content_sortPagiBar .sortPagiBar #productsSortForm select {
        max-width: 100%;
        width: 100%
    }
}

.content_sortPagiBar .sortPagiBar #productsSortForm .selector {
    float: left;
}

.content_sortPagiBar .sortPagiBar label,
.content_sortPagiBar .sortPagiBar select {
    float: left;
}

.content_sortPagiBar .sortPagiBar label {
    color: #888;
    font: 400 16px/17px Oswald,
    sans-serif;
    padding: 6px 6px 0 0;
    text-transform: uppercase;
}

.content_sortPagiBar .sortPagiBar.instant_search #productsSortForm {
    display: none;
}

.content_sortPagiBar .display,
.content_sortPagiBar .display_m {
    float: left;
    margin-bottom: 0;
    margin-top: 11px;
    padding-bottom: 11px;
}

.content_sortPagiBar .display li,
.content_sortPagiBar .display_m li {
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    float: left;
    margin-right: 4px;
    padding: 6px;
    text-align: center;
}

.content_sortPagiBar .display li a,
.content_sortPagiBar .display_m li a {
    color: gray;
    cursor: pointer;
    font-size: 11px;
    line-height: 14px;
}

.content_sortPagiBar .display li a i,
.content_sortPagiBar .display_m li a i {
    color: #e1e0e0;
    display: block;
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    margin-bottom: -3px;
}

.content_sortPagiBar .display li a:hover i,
.content_sortPagiBar .display_m li a:hover i {
    color: gray;
}

.content_sortPagiBar .display li.selected,
.content_sortPagiBar .display_m li.selected {
    background: #fa7c63;
}

.content_sortPagiBar .display li.selected a,
.content_sortPagiBar .display_m li.selected a {
    cursor: default;
}

.content_sortPagiBar .display li.selected i,
.content_sortPagiBar .display_m li.selected i {
    color: #333;
}

.content_sortPagiBar .display li.display-title,
.content_sortPagiBar .display_m li.display-title {
    color: #333;
    font-weight: 700;
    padding: 7px 6px 0 0;
}

.content_sortPagiBar .display li span,
.content_sortPagiBar .display_m li span {
    display: block;
    height: 20px;
    position: relative;
    text-indent: -9999px;
    width: 20px;
}

.content_sortPagiBar .display li span.products_grid_switcher,
.content_sortPagiBar .display_m li span.products_grid_switcher {
    background: url(../img/gridlist.png) top left no-repeat;
}

.content_sortPagiBar .display li.selected span.products_grid_switcher,
.content_sortPagiBar .display_m li.selected span.products_grid_switcher {
    background-position: bottom left;
}

.content_sortPagiBar .display li span.products_list_switcher,
.content_sortPagiBar .display_m li span.products_list_switcher {
    background: url(../img/gridlist.png) top right no-repeat;
}

.content_sortPagiBar .display li.selected span.products_list_switcher,
.content_sortPagiBar .display_m li.selected span.products_list_switcher {
    background-position: bottom right;
}

.top-pagination-content,
.bottom-pagination-content {
    border-color: #ededed;
    border-style: solid;
    border-width: 1px 1px 1px;
    padding: 12px 0;
    position: relative;
    text-align: center;
}

.top-pagination-content div.pagination,
.bottom-pagination-content div.pagination {
    float: right;
    margin: 9px 0 0;
    padding-bottom: 8px;
    text-align: left;
    width: auto;
}

.top-pagination-content div.pagination .showall,
.bottom-pagination-content div.pagination .showall {
    float: right;
    margin: 0;
}

@media (max-width: 479px) {
    .top-pagination-content div.pagination .showall,
    .bottom-pagination-content div.pagination .showall {
        display: none
    }
}

.top-pagination-content div.pagination .showall .btn span,
.bottom-pagination-content div.pagination .showall .btn span {
    line-height: normal;
    padding: 0;
}

.top-pagination-content ul.pagination,
.bottom-pagination-content ul.pagination {
    float: right;
    margin: 0 12px 0 0;
}

@media (max-width: 991px) {
    .top-pagination-content ul.pagination,
    .bottom-pagination-content ul.pagination {
        float: left
    }
}

.top-pagination-content ul.pagination li,
.bottom-pagination-content ul.pagination li {
    display: inline-block;
    float: left;
}

.top-pagination-content ul.pagination li > a,
.top-pagination-content ul.pagination li > span,
.bottom-pagination-content ul.pagination li > a,
.bottom-pagination-content ul.pagination li > span {
    display: block;
    font-weight: 700;
    margin: 0 3px 0 0;
    padding: 0;
}

.top-pagination-content ul.pagination li > a span,
.top-pagination-content ul.pagination li > span span,
.bottom-pagination-content ul.pagination li > a span,
.bottom-pagination-content ul.pagination li > span span {
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    background: #f2f2f2;
    display: block;
    font-size: 15px;
    padding: 7px 12px;
    transition: all 250ms ease-in-out;
}

.top-pagination-content ul.pagination li > a:hover span,
.bottom-pagination-content ul.pagination li > a:hover span {
    background: #6d6d6d;
    color: #fff;
}

.top-pagination-content ul.pagination li.pagination_previous,
.bottom-pagination-content ul.pagination li.pagination_previous {
    background: #f2f2f2;
    color: #888;
    font-weight: 700;
}

.top-pagination-content ul.pagination li.pagination_next,
.bottom-pagination-content ul.pagination li.pagination_next {
    background: #f2f2f2;
    color: #888;
    font-weight: 700;
}

.bottom-pagination-content ul.pagination li.pagination_previous:hover,
.bottom-pagination-content ul.pagination li.pagination_next:hover {
    background: #6d6d6d;
    color: #fff;
}

.top-pagination-content ul.pagination li.pagination_previous > a,
.top-pagination-content ul.pagination li.pagination_previous > span,
.bottom-pagination-content ul.pagination li.pagination_previous > a,
.bottom-pagination-content ul.pagination li.pagination_previous > span {
    background: none;
    border: none;
    color: #888;
    display: block;
    padding: 8px 9px 9px 12px;
}

.top-pagination-content ul.pagination li.pagination_next > a,
.top-pagination-content ul.pagination li.pagination_next > span,
.bottom-pagination-content ul.pagination li.pagination_next > a,
.bottom-pagination-content ul.pagination li.pagination_next > span {
    background: none;
    border: none;
    color: #888;
    display: block;
    padding: 8px 9px 9px 12px;
}

.bottom-pagination-content ul.pagination li.pagination_previous > a:hover,
.bottom-pagination-content ul.pagination li.pagination_next > a:hover {
    color: #fff;
}

@media (max-width: 767px) {
    .top-pagination-content ul.pagination li.pagination_previous > a b,
    .top-pagination-content ul.pagination li.pagination_previous > span b,
    .top-pagination-content ul.pagination li.pagination_next > a b,
    .top-pagination-content ul.pagination li.pagination_next > span b,
    .bottom-pagination-content ul.pagination li.pagination_previous > a b,
    .bottom-pagination-content ul.pagination li.pagination_previous > span b,
    .bottom-pagination-content ul.pagination li.pagination_next > a b,
    .bottom-pagination-content ul.pagination li.pagination_next > span b {
        display: none
    }
}

.top-pagination-content ul.pagination li.pagination_previous > a span,
.top-pagination-content ul.pagination li.pagination_previous > span span,
.top-pagination-content ul.pagination li.pagination_next > a span,
.top-pagination-content ul.pagination li.pagination_next > span span,
.bottom-pagination-content ul.pagination li.pagination_previous > a span,
.bottom-pagination-content ul.pagination li.pagination_previous > span span,
.bottom-pagination-content ul.pagination li.pagination_next > a span,
.bottom-pagination-content ul.pagination li.pagination_next > span span {
    background: none;
    border: none;
    padding: 0;
}

.top-pagination-content ul.pagination li.pagination_previous > a span b,
.top-pagination-content ul.pagination li.pagination_previous > span span b,
.top-pagination-content ul.pagination li.pagination_next > a span b,
.top-pagination-content ul.pagination li.pagination_next > span span b,
.bottom-pagination-content ul.pagination li.pagination_previous > a span b,
.bottom-pagination-content ul.pagination li.pagination_previous > span span b,
.bottom-pagination-content ul.pagination li.pagination_next > a span b,
.bottom-pagination-content ul.pagination li.pagination_next > span span b {
    font-weight: 700;
}

.top-pagination-content ul.pagination li.pagination_previous,
.bottom-pagination-content ul.pagination li.pagination_previous {
    margin-right: 3px;
}

.top-pagination-content ul.pagination li.pagination_next,
.bottom-pagination-content ul.pagination li.pagination_next {
    margin-left: 0;
}

.top-pagination-content ul.pagination li.active > span,
.bottom-pagination-content ul.pagination li.active > span {
    color: #fff;
}

.top-pagination-content ul.pagination li.active > span span,
.bottom-pagination-content ul.pagination li.active > span span {
    background: #a1d7ca;
}

.content_sortPagiBar .sortPagiBar .compare-form {
    border-left: 2px solid #fafafa;
    float: left;
    margin-left: 8px;
    margin-top: 9px;
    padding-left: 16px;
}

@media (max-width: 767px) {
    .content_sortPagiBar .sortPagiBar .compare-form {
        border: none;
        margin-left: 0;
        padding-left: 0
    }
}

@media (max-width: 479px) {
    .content_sortPagiBar .sortPagiBar .compare-form {
        clear: both;
        float: left;
        margin-top: 9px;
        padding-bottom: 10px;
        text-align: left;
        width: 100%
    }

    .content_sortPagiBar .sortPagiBar .compare-form button {
        width: 100%
    }
}

.content_sortPagiBar .product-count,
.content_sortPagiBar .product-count {
    color: #ababab;
    float: left;
    margin-bottom: 16px;
    padding: 11px 0 0;
}

@media (max-width: 767px) {
    .content_sortPagiBar .product-count,
    .content_sortPagiBar .product-count {
        clear: left;
        margin-bottom: 16px;
        padding-top: 0
    }
}

.content_sortPagiBar .sortPagiBar .compare-form button,
.pagination button {
    border: none;
}

.bottom-pagination-content {
    background: #fff;
    padding: 0px 5px;
    margin: 10px 0px;
}

@media (max-width: 767px) {
    .bottom-pagination-content {
        margin-bottom: 14px
    }
}

@media (max-width: 767px) {
    .bottom-pagination-content div.pagination {
        float: none;
        text-align: center;
        width: 100%
    }
}

.bottom-pagination-content .nbrItemPage {
    float: left;
    margin-top: 12px;
    padding-bottom: 10px;
}

.bottom-pagination-content .nbrItemPage div.clearfix {
    display: inline-block;
    min-width: 300px;
}

@media (max-width: 767px) {
    .bottom-pagination-content .nbrItemPage {
        display: none
    }
}

.bottom-pagination-content .nbrItemPage select {
    float: left;
    max-width: 59px;
}

.bottom-pagination-content .nbrItemPage .clearfix > span {
    display: inline-block;
    float: left;
    font-size: 14px;
    padding: 3px 0 0 12px;
}

.bottom-pagination-content .nbrItemPage #uniform-nb_item {
    float: left;
}

.bottom-pagination-content .nbrItemPage label {
    color: #888;
    float: left;
    font: 400 16px/17px Oswald,
    sans-serif;
    padding: 5px 10px 0 0;
    text-transform: uppercase;
}

ul.step {
    font: 400 18px/21px Oswald,
    sans-serif;
    margin-bottom: 30px;
    overflow: hidden;
}

@media (min-width: 480px) {
    ul.step {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px
    }
}

ul.step li {
    float: left;
    text-align: left;
    width: 20%;
}

@media (max-width: 479px) {
    ul.step li {
        width: 100%
    }
}

ul.step li a,
ul.step li span,
ul.step li.step_current span,
ul.step li.step_current_end span {
    color: #333;
    display: block;
    padding: 13px 10px 14px 13px;
    position: relative;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    ul.step li a,
    ul.step li span,
    ul.step li.step_current span,
    ul.step li.step_current_end span {
        font-size: 15px
    }
}

ul.step li a:focus,
ul.step li span:focus,
ul.step li.step_current span:focus,
ul.step li.step_current_end span:focus {
    outline: none;
    text-decoration: none;
}

ul.step li.first {
    border-left-color: #b7b7b7;
    border-left-width: 1px;
}

@media (min-width: 480px) {
    ul.step li.first {
        -moz-border-radius-bottomleft: 4px;
        -moz-border-radius-topleft: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -webkit-border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px
    }
}

ul.step li.first span,
ul.step li.first a {
    padding-left: 13px !important;
    z-index: 5;
}

ul.step li.second span,
ul.step li.second a {
    z-index: 4;
}

ul.step li.third span,
ul.step li.third a {
    z-index: 3;
}

ul.step li.four span,
ul.step li.four a {
    z-index: 2;
}

ul.step li.last span {
    z-index: 1;
}

@media (min-width: 480px) {
    ul.step li.last {
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-topright: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px
    }

    ul.step li.last span {
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-topright: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px
    }
}

ul.step li.step_current {
    background: none;
}

ul.step li.step_current span {
    color: #000;
    position: relative;
}

@media (min-width: 992px) {
    ul.step li.step_current span {
        padding-left: 38px
    }
}

ul.step li.step_current_end {
    font-weight: 700;
}

ul.step li.step_todo {
    background: none;
}

ul.step li.step_todo span {
    color: #888;
    display: block;
    position: relative;
}

@media (min-width: 992px) {
    ul.step li.step_todo span {
        padding-left: 38px
    }
}

ul.step li.step_done {
    background: none;
}

ul.step li.step_done a em {
    background: #fa7c63;
    border-color: #ce573f;
}

ul.step li.step_done a {
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    color: #888;
    transition: all 350ms ease-in-out;
}

ul.step li.step_done a:hover {
    color: #fa7c63;
}

ul.step li.step_done a:hover em {
    background: #6d6d6d;
    border-color: #515151;
    margin-right: 6px;
}

@media (min-width: 992px) {
    ul.step li.step_done a {
        padding-left: 38px
    }
}

@media (min-width: 992px) {
    ul.step li#step_end span:after {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    ul.step li {
        text-align: center !important
    }
}

ul.step li em {
    -moz-border-radius: 50%;
    -moz-transition: all 350ms ease-in-out;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -o-transition: all 350ms ease-in-out;
    -webkit-border-radius: 50%;
    -webkit-transition: all 350ms ease-in-out;
    background: #d6d6d6;
    border-bottom: 0 solid #b2b2b2;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    font-style: normal;
    height: 50px;
    line-height: 50px;
    margin-right: 12px;
    text-align: center;
    transition: all 350ms ease-in-out;
    width: 50px;
}

ul.step li.step_current em {
    background: #fa7c63;
    border-color: #ce573f;
}

@media (min-width: 768px) and (max-width: 1199px) {
    ul.step li em {
        display: block;
        margin: 0 auto
    }
}

#module-cashondelivery-validation ul.step li.step_done a,
#module-cheque-payment ul.step li.step_done a,
#module-bankwire-payment ul.step li.step_done a,
#module-cashondelivery-validation ul.step li.step_current span,
#module-cheque-payment ul.step li.step_current span,
#module-bankwire-payment ul.step li.step_current span {
    padding-left: 8px;
}

.rating {
    clear: both;
    cursor: pointer;
    display: block;
    margin: 2em;
}

.rating:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    width: 0;
}

.cancel,
.star {
    cursor: pointer;
    float: left;
    height: 14px;
    margin: 0 1px 0 0;
    overflow: hidden;
    width: 16px;
}

.cancel,
.cancel a {
    background: url(modules/roythemescustomizer/modules/roythemescustomizer/modules/roythemescustomizer/modules/productcomments/img/delete.gif) no-repeat 0 -16px !important;
}

.cancel a,
.star a {
    background-position: 0 0;
    display: block;
    height: 100%;
    width: 100%;
}

div.star_on a {
    background-position: 0 -16px;
}

div.star_hover a,
div.star a:hover {
    background-position: 0 -32px;
}

.pack_content {
    margin: 10px 0;
}

.confirmation {
    background: none repeat scroll 0 0 #ffffe0;
    border: 1px solid #e6db55;
    font-size: 13px;
    margin: 0 0 10px;
    padding: 10px;
}

#page .rte {
    background: transparent none repeat scroll 0 0;
}

.listcomment {
    list-style-type: none;
    margin: 0 0 20px !important;
}

.listcomment li {
    border-bottom: 1px dotted #d6d4d4;
    color: #666;
    padding: 10px 0;
}

.listcomment .titlecomment {
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: 700;
}

.listcomment .txtcomment {
    color: #333;
    display: block;
    padding: 5px 0;
}

.header-wrapper {
    background: #fff;
}

.menu_line_bg {
    background-color: #fff;
    bottom: 0;
    display: inline;
    height: 56px;
    left: 0;
    min-width: 100%;
    position: absolute;
    width: 100%;
}

.head {
    height: auto;
}

.breadcrumb {
    color: #ababab;
    display: inline-block;
    font: 400 14px/16px Oswald, sans-serif;
    margin-bottom: 0;
    min-height: 6px;
    overflow: hidden;
    padding: 0 5px;
    position: relative;
    text-transform: uppercase;
    z-index: 999;
}

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

.breadcrumb a {
    color: #888;
    display: inline-block;
    font: 400 14px/16px 'Oswald',
    sans-serif;
    margin-left: -26px;
    padding: 0 15px 0 22px;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
}

.breadcrumb a.home {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    color: #777;
    display: inline-block;
    font-size: 17px;
    height: 25px;
    line-height: 22px;
    margin: 0 0 0 -10px;
    padding: 0;
    text-align: center;
    width: 38px;
    z-index: 99;
}

.breadcrumb a.home span.bread_home {
    background: url(../img/bread_home.png) no-repeat 0 0 transparent;
    display: inline-block;
    height: 12px;
    text-indent: -9999px;
    width: 12px;
}

.breadcrumb a.home:hover span.bread_home {
    background-position: left bottom;
}

.breadcrumb a:after {
    color: #d5d5d5;
    content: "|";
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    z-index: -1;
}

.breadcrumb a:hover {
    color: #f45345;
}

.ie8 .breadcrumb {
    min-height: 1px;
}

.ie8 .breadcrumb a:after {
    display: none;
}

.ie8 .breadcrumb .navigation-pipe {
    width: 20px;
}

.footer-wrapper {
    background-color: #151515;
    position: relative;
}

.footer-wrapper .footer_topline_bg {
    background-color: #f2f2f2;
    height: 60px;
    min-width: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.footer-wrapper .footer_bottomline_bg {
    background-color: #313743;
    bottom: 0;
    height: 40px;
    min-width: 100%;
    position: absolute;
    width: 100%;
}

@media (max-width: 767px) {
    .footer-wrapper .footer_bottomline_bg {
        display: none
    }
}

.footer-wrapper #footer {
    color: #545454;
}

.footer-wrapper #footer .row {
    position: relative;
}

@media (max-width: 767px) {
    .footer-wrapper #footer .displayresp {
        margin-bottom: 0px;
        margin-top: 0px;
        position: inherit
    }
}

.footer-wrapper #footer .footer-block {
    margin-bottom: 10px;
    margin-top: 90px;
    width: 24%;
}

.footer-wrapper #footer .footer-block:first-child {
    padding-left: 0;
}

.footer-wrapper #footer .footer-block:last-child {
    padding-right: 0;
}

@media (max-width: 767px) {
    .footer-wrapper #footer .footer-block {
        float: left;
        margin-bottom: 10px;
        margin-top: 4px;
        padding: 0 30px;
        width: 100%
    }
}

.footer-wrapper #footer .footer-block ul {
    margin-top: 20px;
}

.footer-wrapper #footer .footer-block ul.bullet li:before {
    color: #ff5a00;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 16px;
    margin-right: 5px;
}

.footer-wrapper #footer a {
    color: #fafafa;
}

.footer-wrapper #footer a:hover {
    color: #ff5a00;
}

.footer-wrapper #footer p {
    color: #fafafa;
}

.footer-wrapper #footer h4 {
    border-bottom: 2px solid #262626;
    color: #fff;
    font: 400 18px/20px Oswald,
    sans-serif;
    margin: 0 0 13px;
    padding: 0 0 17px;
    position: relative;
    text-transform: uppercase;
}

.footer-wrapper #footer h4:before {
    -moz-transition: all 1200ms ease-in;
    -ms-transition: all 120ms ease-in;
    -o-transition: all 120ms ease-in;
    -webkit-transition: all 120ms ease-in;
    background: #ff5a00;
    bottom: -2px;
    content: " ";
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 120ms ease-in;
    width: 110px;
}

@media (max-width: 991px) {
    .footer-wrapper #footer h4 {
        font: 400 20px/24px Oswald,
        sans-serif
    }
}

@media (max-width: 767px) {
    .footer-wrapper #footer h4 {
        font: 400 18px/20px Oswald,
        sans-serif;
        margin-bottom: 0;
        position: relative
    }

    .footer-wrapper #footer h4:after {
        display: none
    }

    .footer-wrapper #footer h4.active:after {
        content: "\f056"
    }
}

.footer-wrapper #footer h4 a {
    color: #fff;
}

.footer-wrapper #footer ul li {
    padding-bottom: 6px;
}

.footer-wrapper #footer ul li a {
    font-size: 13px;
    font-weight: 300;
}

.footer-wrapper #footer #block_contact_infos {
    border: none;
    width: 28%;
}

@media (max-width: 767px) {
    .footer-wrapper #footer #block_contact_infos {
        border: none;
        width: 100%
    }
}

.footer-wrapper #footer #block_contact_infos > div {
    padding: 0 0 0 5px;
}

@media (max-width: 767px) {
    .footer-wrapper #footer #block_contact_infos > div {
        padding-left: 0
    }
}

.footer-wrapper #footer #block_contact_infos > div ul li {
    min-height: 50px;
    padding: 0 0 14px;
}

.footer-wrapper #footer #block_contact_infos > div ul li:last-child {
    min-height: 0;
    padding: 0;
}

.footer-wrapper #footer #block_contact_infos > div ul li > span,
.footer-wrapper #footer #block_contact_infos > div ul li > span a {
    font-weight: 400;
}

.footer-wrapper #footer #block_contact_infos > div ul li i {
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-border-radius: 20px;
    background: #fff;
    border-radius: 20px;
    color: #ff594a;
    float: left;
    font-size: 25px;
    height: 40px;
    margin: -10px 8px 0 0;
    text-align: center;
    width: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-wrapper #footer #block_contact_infos > div ul li i {
        display: none
    }
}

.footer-wrapper #footer .blockcategories_footer {
    float: left;
}

.footer-wrapper #footer #social_block {
    border-top: 2px solid #f2f2f2;
    float: left;
    margin-bottom: 20px;
    min-height: 75px;
    padding: 17px 25px 5px 10px;
    width: auto;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .footer-wrapper #footer #social_block {
        margin-bottom: 20px;
        margin-top: 20px;
        width: 50%
    }
}

@media (max-width: 767px) {
    .footer-wrapper #footer #social_block {
        float: left;
        margin-bottom: 30px;
        padding: 16px 30px;
        width: 100%
    }
}

.footer-wrapper #footer #social_block .social_block_container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    float: right;
}

@media (max-width: 767px) {
    .footer-wrapper #footer #social_block .social_block_container {
        display: block;
        float: none
    }
}

.footer-wrapper #footer #social_block ul {
    float: none;
    margin: 0;
}

@media (max-width: 767px) {
    .footer-wrapper #footer #social_block ul {
        float: none
    }
}

.footer-wrapper #footer #social_block ul li {
    float: left;
    height: 40px;
    margin-right: 7px;
    text-align: center;
    width: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-wrapper #footer #social_block ul li {
        margin-right: 3px;
        width: 40px
    }
}

@media (max-width: 479px) {
    .footer-wrapper #footer #social_block ul li {
        margin-bottom: 3px;
        margin-right: 3px
    }
}

.footer-wrapper #footer #social_block ul li a {
    -moz-border-radius: 20px;
    -moz-transition: all .1s linear;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -o-transition: all .1s linear;
    -webkit-border-radius: 20px;
    -webkit-transition: all .1s linear;
    background-color: #cdcdcd;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    padding-top: 11px;
    transition: all .1s linear;
    width: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-wrapper #footer #social_block ul li a {
        font-size: 20px
    }
}

.footer-wrapper #footer #social_block ul li a:hover {
    color: #fff;
    margin-top: -4px;
}

.footer-wrapper #footer #social_block ul li a span {
    display: none;
}

.footer-wrapper #footer #social_block ul li a:before {
    display: inline-block;
    font-family: "FontAwesome";
}

.footer-wrapper #footer #social_block ul li.facebook a {
    background-color: #39599f;
}

.footer-wrapper #footer #social_block ul li.facebook a:before {
    content: "\f09a";
}

.footer-wrapper #footer #social_block ul li.twitter a {
    background-color: #45b0e3;
}

.footer-wrapper #footer #social_block ul li.twitter a:before {
    content: "\f099";
}

.footer-wrapper #footer #social_block ul li.rss a {
    background-color: #f7b028;
}

.footer-wrapper #footer #social_block ul li.rss a:before {
    content: "\f09e";
}

.footer-wrapper #footer #social_block ul li.youtube a {
    background-color: #e9483e;
    font-size: 21px;
}

.footer-wrapper #footer #social_block ul li.youtube a:before {
    content: "\f167";
}

.footer-wrapper #footer #social_block ul li.google-plus a {
    background-color: #da4835;
}

.footer-wrapper #footer #social_block ul li.google-plus a:before {
    content: "\f0d5";
}

.footer-wrapper #footer #social_block ul li.pinterest a {
    background-color: #d0212b;
}

.footer-wrapper #footer #social_block ul li.pinterest a:before {
    content: "\f0d2";
}

.footer-wrapper #footer #social_block ul li.instagram a {
    background-color: #2a5b83;
}

.footer-wrapper #footer #social_block ul li.instagram a:before {
    content: "\f16d";
}

.footer-wrapper #footer #social_block ul li.vk a {
    background-color: #54769a;
}

.footer-wrapper #footer #social_block ul li.vk a:before {
    content: "\f189";
}

.footer-wrapper #footer #social_block h4 {
    border: none;
    color: #797979;
    float: left;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
    padding: 14px 10px 0 0;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .footer-wrapper #footer #social_block h4 {
        background: none;
        float: none;
        font-size: 18px;
        line-height: 20px;
        padding: 15px 16px 5px 0
    }
}

.footer-wrapper #footer #social_block h4:before {
    display: none;
}

#reinsurance_block {
    clear: both !important;
}

#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {
    margin-left: 20px;
}

.rte ul {
    list-style-type: disc;
    margin-left: 20px;
}

.rte ol {
    list-style-type: decimal;
    margin-left: 30px;
}

.block_hidden_only_for_screen {
    display: none;
}

.cart_navigation {
    margin: 0 0 20px;
}

#order .paiement_block .cart_navigation {
    margin: 20px 0;
}

.cart_navigation .button-medium {
    float: right;
}

.cart_navigation .button-medium span {
    font-size: 16px;
    padding: 11px 15px 10px;
}

@media (max-width: 479px) {
    .cart_navigation .button-medium {
        clear: both;
        font-size: 14px;
        width: 100%
    }
}

.cart_navigation .continue_shoping span {
    font-size: 16px;
    padding: 11px 15px 10px;
}

@media (max-width: 479px) {
    .cart_navigation .continue_shoping {
        clear: both;
        font-size: 14px;
        width: 100%
    }
}

.cart_navigation .button-medium i.right {
    font-size: 14px;
    line-height: 14px;
    margin-left: 6px;
}

.cart_navigation i.icon-chevron-left {
    font-size: 14px;
    line-height: 14px;
    margin-right: 6px;
}

.cart_navigation .button-exclusive {
    background: none;
    border: none;
    color: #333;
    font-size: 17px;
    margin: 9px 0 0;
    padding: 0;
    text-transform: uppercase;
}

.cart_navigation .button-exclusive i {
    color: #777;
    margin-right: 8px;
}

.cart_navigation .button-exclusive:hover,
.cart_navigation .button-exclusive:focus,
.cart_navigation .button-exclusive:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #515151;
}

@media (max-width: 480px) {
    .cart_navigation > span {
        display: block;
        padding-bottom: 15px;
        width: 100%
    }
}

.cart_last_product {
    display: none;
}

.cart_quantity .cart_quantity_input {
    height: 27px;
    line-height: 27px;
    padding: 0;
    text-align: center;
    width: 57px;
}

.cart_gift_quantity .cart_quantity_input {
    height: 27px;
    line-height: 27px;
    padding: 0;
    text-align: center;
    width: 57px;
}

.table tbody > tr > td {
    vertical-align: middle;
}

.table tbody > tr > td.cart_quantity {
    /* padding:41px 14px 25px;*/
    width: 88px;
}

@media (max-width: 767px) {
    .table tbody > tr > td.cart_quantity {
        padding: 10px 0 0 20px
    }
}

.table tbody > tr > td.cart_quantity .cart_quantity_button {
    margin-top: 3px;
}

.table tbody > tr > td.cart_quantity .cart_quantity_button a {
    float: left;
    margin-right: 3px;
}

.table tbody > tr > td.cart_quantity .cart_quantity_button a + a {
    margin-right: 0;
}

.table tbody > tr > td.cart_delete,
.table tbody > tr > td.price_discount_del {
    padding: 5px;
}

.table tfoot > tr > td {
    vertical-align: middle;
}

.cart_delete a.cart_quantity_delete:hover,
a.price_discount_delete:hover {
    color: silver;
}

.cart_delete a.cart_quantity_delete,
a.price_discount_delete {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

.cart_delete a.cart_quantity_delete i,
a.price_discount_delete i {
    -moz-border-radius: 15px;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -webkit-border-radius: 15px;
    -webkit-transition: all 350ms ease-in-out;
    background: url(../img/product_remove.png) no-repeat center center #fa7c63;
    border-radius: 15px;
    display: block;
    height: 30px;
    position: relative;
    text-indent: -9999px;
    transition: all 0.2s ease-in-out;
    width: 30px;
}

.cart_delete a.cart_quantity_delete:hover i,
a.price_discount_delete:hover i {
    background-color: #6D6D6D;
}

#cart_summary tbody td.cart_product {
    padding: 4px 10px;
    width: 134px;
}

#cart_summary tbody td.cart_product img {
    border: 2px solid #fff;
}

#cart_summary tbody td.cart_unit .price span {
    display: block;
}

#cart_summary tbody td.cart_unit .price span.price-percent-reduction {
    display: inline-block;
    margin: 5px auto;
}

#cart_summary tbody td.cart_unit .price span.old-price {
    font-size: 13px;
    text-decoration: line-through;
}

#cart_summary tbody td.cart_description {
    width: 480px;
}

#cart_summary tbody td.cart_description small {
    color: #777;
    display: block;
    font-size: 12px;
    line-height: 14px;
    /*padding:3px 0 0;*/
}

#cart_summary tbody td.cart_description small a,
#cart_summary tbody td.cart_description small a:hover {
    color: #777;
}

#cart_summary tbody td.cart_description .product-name a {
    color: #333;
}

#cart_summary tfoot td.text-right {
    color: #333;
    font-weight: 700;
}

#cart_summary tfoot td.price {
    text-align: right;
}

#cart_summary tfoot td.total_price_container span {
    color: #333;
    font: 400 20px/22px Oswald,
    sans-serif;
    text-transform: uppercase;
}

#cart_summary tfoot td#total_price_container {
    background: #fff;
    color: #333;
    font: 400 20px/22px Oswald,
    sans-serif
}

#freeproducts_shoppingcart .product_list_carousel .product_img_link {
    font-size: 12px;
    color: #000;
    line-height: 14px;
    font-family: Arial,sans-serif !important;
    font-weight: 400 !important;
}

#freeproducts_shoppingcart .panel-body .btn-container h5 {
    position: relative;
    z-index: 20;
}

#freeproducts_shoppingcart .panel-body .btn-container button[type=submit] {
    height: unset !important;
    opacity: unset !important;
    z-index: unset !important;
    position: relative !important;
    outline: none !important;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    display: block;
}

@media (max-width: 767px) {
    #order-detail-content #cart_summary table,
    #order-detail-content #cart_summary thead,
    #order-detail-content #cart_summary tbody,
    #order-detail-content #cart_summary th,
    #order-detail-content #cart_summary td,
    #order-detail-content #cart_summary tr {
        display: block
    }

    #order-detail-content #cart_summary thead tr {
        left: -9999px;
        position: absolute;
        top: -9999px
    }

    #order-detail-content #cart_summary tr {
        border-bottom: 1px solid rgba(204, 204, 204, 0.5);
        overflow: hidden;
    }

    #order-detail-content #cart_summary tr.gift-row-container .mobile-gift-container .mobile-gift {
        display: flex;
        align-items: center;
        justify-content: right;
    }

    table#cart_summary .gift-icon {
        display: flex;
        width: max-content;
    }

    #order-detail-content #cart_summary td {
        border: none;
        float: left;
        font-size: 16px;
        position: relative;
        white-space: normal;
        width: calc(100% - 150px);
    }

    #order-detail-content #cart_summary td.cart_product {
        width: 150px;
        padding-top: 10px;
        padding-left: 15px;
        padding-bottom: 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 10px;
    }

    #order-detail-content #cart_summary td.cart_product,
    #order-detail-content #cart_summary td.cart_description {
        height: 100%;
    }

    #order-detail-content #cart_summary td.cart_description {
        line-height: 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-top: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        gap: 10px;
    }

    #order-detail-content #cart_summary td.cart_avail {
        clear: both;
        width: 50%
    }

    #order-detail-content #cart_summary td.cart_quantity {
        clear: both;
        text-align: center;
        width: 50%
    }

    #order-detail-content #cart_summary td.cart_delete {
        border-top: 4px solid #fafafa;
        clear: both;
        text-align: center;
        width: 100%
    }

    /*#order-detail-content #cart_summary td div {*/
    /*    display: inline*/
    /*}*/

    /*#order-detail-content #cart_summary td:before {*/
    /*    content: attr(data-title);*/
    /*    display: block*/
    /*}*/

    #order-detail-content #cart_summary tfoot td {
        float: none;
        width: 100%
    }

    #order-detail-content #cart_summary tfoot td:before {
        display: inline
    }

    #order-detail-content #cart_summary tfoot tr .text-right,
    #order-detail-content #cart_summary tfoot tr .price {
        display: block;
        float: left;
        width: 50%
    }
}

@media (max-width: 767px) {
    #order-detail-content #cart_summary tbody td .mobile-price-wrapper {
        display: flex;
        align-items: center;
        justify-content: right;
        gap: 5px;
        font-size: 16px;
        font-weight: 400;
    }

    #order-detail-content #cart_summary tbody td .mobile-price-container {
        font-size: 16px;
        font-weight: 400;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        gap: 5px;
    }
}

.cart_voucher {
    vertical-align: top !important;
}

.cart_voucher h4 {
    color: #555454;
    font: 600 18px/22px Arial,
    sans-serif;
    padding: 7px 0 10px;
    text-transform: uppercase;
}

.cart_voucher .title-offers {
    color: #333;
    font-weight: 700;
    margin-bottom: 6px;
}

.cart_voucher fieldset {
    margin-bottom: 10px;
}

.cart_voucher fieldset #discount_name {
    float: left;
    margin-right: 11px;
    width: 219px;
}

.cart_voucher #display_cart_vouchers span {
    color: #777;
    cursor: pointer;
    font-weight: 700;
}

.cart_voucher #display_cart_vouchers span:hover {
    color: #515151;
}

.enable-multishipping {
    margin: -13px 0 17px;
}

.enable-multishipping label {
    font-weight: 400;
}

#HOOK_SHOPPING_CART #loyalty i {
    color: #cfcccc;
    font-size: 26px;
    line-height: 26px;
}

#order_carrier {
    background: #fff;
    border: 1px solid #999;
    clear: both;
    margin-top: 20px;
}

#order_carrier .title_block {
    background: url(../img/bg_table_th.png) repeat-x 0 -10px #999;
    color: #fff;
    font-weight: 700;
    font-weight: bold;
    height: 29px;
    line-height: 29px;
    padding: 0 15px;
    text-transform: uppercase;
}

#order_carrier span {
    display: block;
    font-weight: 700;
    padding: 15px;
}

.multishipping_close_container {
    text-align: center;
}

table#cart_summary .gift-icon {
    background: #08c;
    border-radius: 5px;
    color: #fff;
    line-height: 20px;
    padding: 2px 5px;
}

#multishipping_mode_box {
    padding-bottom: 19px;
    padding-top: 12px;
}

#multishipping_mode_box .title {
    color: #333;
    font-weight: 700;
    margin-bottom: 15px;
}

#multishipping_mode_box .description_off {
    display: none;
}

#multishipping_mode_box .description_off div {
    margin-bottom: 10px;
}

#multishipping_mode_box .description_off a:hover,
#multishipping_mode_box .description a:hover {
    background: #f3f3f3;
    border: 1px solid #ccc;
}

#multishipping_mode_box.on .description_off {
    display: block;
}

.multishipping-cart .cart_address_delivery.form-control {
    width: 198px;
}

#order .address_add.submit {
    margin-bottom: 20px;
}

#ordermsg {
    margin-bottom: 30px;
}

.addresses .select label,
.addresses .selector,
.addresses .addresses .address_select {
    clear: both;
    float: left;
}

.addresses .waitimage {
    background-image: url(modules/roythemescustomizer/modules/roythemescustomizer/../img/loader.gif);
    background-repeat: no-repeat;
    bottom: -2px;
    display: none;
    float: left;
    height: 24px;
    left: 10px;
    position: relative;
    width: 24px;
}

.addresses .checkbox.addressesAreEquals {
    clear: both;
    float: left;
    margin: 15px 0 25px;
}

#order .delivery_option > div,
#order-opc .delivery_option > div {
    display: block;
    font-weight: 400;
    margin-bottom: 20px;
}

#order .delivery_option > div > table,
#order-opc .delivery_option > div > table {
    background: #fff;
    margin-bottom: 0;
}

#order .delivery_option > div > table.resume,
#order-opc .delivery_option > div > table.resume {
    height: 120px;
}

#order .delivery_option > div > table.resume.delivery_option_carrier,
#order-opc .delivery_option > div > table.resume.delivery_option_carrier {
    background: #5192f3;
    border: 1px solid #4b80c3;
    color: #fff;
    font-weight: 700;
    margin-top: 10px;
    width: 100%;
}

#order .delivery_option > div > table.resume.delivery_option_carrier td,
#order-opc .delivery_option > div > table.resume.delivery_option_carrier td {
    padding: 8px 11px 7px;
}

#order .delivery_option > div > table.resume.delivery_option_carrier td i,
#order-opc .delivery_option > div > table.resume.delivery_option_carrier td i {
    font-size: 20px;
    margin-right: 7px;
    vertical-align: -2px;
}

#order .delivery_option > div > table.resume td.delivery_option_radio,
#order-opc .delivery_option > div > table.resume td.delivery_option_radio {
    min-height: 120px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 54px;
}

#order .delivery_option > div > table.resume td.delivery_option_logo,
#order-opc .delivery_option > div > table.resume td.delivery_option_logo {
    padding-left: 21px;
    width: 97px;
}

#order .delivery_option > div > table.resume td,
#order-opc .delivery_option > div > table.resume td {
    color: #333;
}

.order_carrier_content {
    line-height: normal;
    padding-bottom: 16px;
}

.order_carrier_content .carrier_title {
    color: #333;
    font-weight: 700;
}

.order_carrier_content .checkbox input {
    margin-top: 2px;
}

.order_carrier_content .delivery_options_address .carrier_title {
    margin-bottom: 17px;
}

.order_carrier_content + div {
    padding-bottom: 15px;
}

#carrierTable {
    background: #fff;
    border: 1px solid #999;
    border-bottom: none;
}

#carrierTable tbody {
    border-bottom: 1px solid #999;
}

#carrierTable th {
    background: url(../img/bg_table_th.png) repeat-x 0 -10px #999;
    color: #fff;
    font-weight: 700;
    height: 29px;
    line-height: 29px;
    padding: 0 15px;
    text-transform: uppercase;
}

#carrierTable td {
    border-right: 1px solid #e9e9e9;
    font-weight: 700;
    padding: 15px;
}

#carrierTable td.carrier_price {
    border: none;
}

p.checkbox.gift {
    margin-bottom: 10px;
}

#gift_div {
    display: none;
    margin-bottom: 10px;
    margin-top: 5px;
}

a.iframe {
    color: #333;
    text-decoration: underline;
}

a.iframe:hover {
    text-decoration: none;
}

#order-opc .paiement_block .col-md-6 {
    width: 100%;
}

p.payment_module {
    margin-bottom: 6px;
}

p.payment_module a {
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    background: #f6f6f6;
    border: 1px solid #e5e5e5;
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 17px;
    min-height: 120px;
    padding: 33px 40px 34px 20px;
    position: relative;
    transition: all 150ms ease-in-out;
    vertical-align: middle;
}

p.payment_module a:hover,
p.payment_module.paypal a:hover {
    background: #fff;
    border: 1px solid #ff5a00;
    padding: 32px 40px 33px 30px;
}

p.payment_module a.cheque:after,
p.payment_module a.bankwire:after,
p.payment_module a.cash:after {
    color: #777;
    content: "\f054";
    display: block;
    font-family: "FontAwesome";
    font-size: 20px;
    height: 20px;
    margin-top: -8px;
    position: absolute;
    right: 30px;
    top: 50%;
    width: 14px;
}

p.payment_module a span {
    color: #777;
    font-weight: 700;
}

p.payment_module a:after {
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    color: #777;
    content: "\f054";
    display: block;
    font-family: "FontAwesome";
    font-size: 20px;
    height: 20px;
    margin-top: -5px;
    position: absolute;
    right: 30px;
    top: 50%;
    transition: all 150ms ease-in-out;
    width: 14px;
}

p.payment_module img {
    margin-right: 14px;
}

.payment_module.box {
    margin-top: 20px;
}

p.cheque-indent {
    margin-bottom: 8px;
    margin-top: 6px;
}

.cheque-box .form-group {
    margin-bottom: 0;
}

.cheque-box .form-group .form-control {
    width: 269px;
}

.order-confirmation.box {
    line-height: 29px;
}

.order-confirmation.box a {
    text-decoration: underline;
}

.order-confirmation.box a:hover {
    text-decoration: none;
}

.delivery_option_carrier td {
    width: 200px;
}

.delivery_option_carrier td + td {
    width: 280px;
}

.delivery_option_carrier td + td + td {
    width: 200px;
}

.delivery_option_carrier tr td {
    padding: 5px;
}

.delivery_option_carrier.selected {
    display: table;
}

.delivery_option_carrier.not-displayable {
    display: none;
}

#address,
#identity,
#account-creation_form,
#new_account_form,
#opc_account_form,
#authentication {
    line-height: 20px;
}


@media only screen and (min-width: 768px) {
    .required.top45 {
        margin-top: 45px;
    }
}

@media only screen and (max-width: 768px) {
    .required.top45 {
        margin-top: 0px;
    }
}

#address p.required,
#identity p.required,
#account-creation_form p.required,
#new_account_form p.required,
#opc_account_form p.required,
#authentication p.required {
    color: #f13340;
    margin: 9px 0 16px;
}

#address p.inline-infos,
#identity p.inline-infos,
#account-creation_form p.inline-infos,
#new_account_form p.inline-infos,
#opc_account_form p.inline-infos,
#authentication p.inline-infos {
    color: red;
}

#address .form-group,
#identity .form-group,
#account-creation_form .form-group,
#new_account_form .form-group,
#opc_account_form .form-group,
#authentication .form-group {
    margin-bottom: 4px;
}

#address .form-group .form-control,
#identity .form-group .form-control,
#account-creation_form .form-group .form-control,
#new_account_form .form-group .form-control,
#opc_account_form .form-group .form-control,
#authentication .form-group .form-control {
    /*background:#fff;*/
    /* height:36px; */
    /*max-width:400px;*/
}

#address div.selector,
#identity div.selector,
#account-creation_form div.selector,
#new_account_form div.selector,
#opc_account_form div.selector,
#authentication div.selector {
    height: 36px;
    max-width: 400px;
}

#address .form-group .form-control#adress_alias,
#identity .form-group .form-control#adress_alias,
#account-creation_form .form-group .form-control#adress_alias,
#new_account_form .form-group .form-control#adress_alias,
#opc_account_form .form-group .form-control#adress_alias,
#authentication .form-group .form-control#adress_alias {
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    #address .form-group.phone-number,
    #identity .form-group.phone-number,
    #account-creation_form .form-group.phone-number,
    #new_account_form .form-group.phone-number,
    #opc_account_form .form-group.phone-number,
    #authentication .form-group.phone-number {
        float: left;
        margin-right: 13px;
        width: 100%
    }
}

@media (min-width: 1200px) {
    #address .form-group.phone-number + p,
    #identity .form-group.phone-number + p,
    #account-creation_form .form-group.phone-number + p,
    #new_account_form .form-group.phone-number + p,
    #opc_account_form .form-group.phone-number + p,
    #authentication .form-group.phone-number + p {
        margin-bottom: 0;
        padding: 23px 0 0
    }
}

#address .gender-line,
#identity .gender-line,
#account-creation_form .gender-line,
#new_account_form .gender-line,
#opc_account_form .gender-line,
#authentication .gender-line {
    margin-bottom: 4px;
    padding-top: 4px;
}

#address .gender-line > label,
#identity .gender-line > label,
#account-creation_form .gender-line > label,
#new_account_form .gender-line > label,
#opc_account_form .gender-line > label,
#authentication .gender-line > label {
    margin-bottom: 0;
    margin-right: 10px;
}

#address .gender-line .radio-inline label,
#identity .gender-line .radio-inline label,
#account-creation_form .gender-line .radio-inline label,
#new_account_form .gender-line .radio-inline label,
#opc_account_form .gender-line .radio-inline label,
#authentication .gender-line .radio-inline label {
    color: #777;
    font-weight: 400;
}

#identity #center_column form.std .row,
#authentication #center_column form.std .row,
#order-opc #center_column form.std .row {
    margin-left: -5px;
    margin-right: -5px;
}

#identity #center_column form.std .row .col-xs-4,
#authentication #center_column form.std .row .col-xs-4,
#order-opc #center_column form.std .row .col-xs-4 {
    max-width: 94px;
    padding-left: 5px;
    padding-right: 5px;
}

#identity #center_column form.std .row .col-xs-4 .form-control,
#authentication #center_column form.std .row .col-xs-4 .form-control,
#order-opc #center_column form.std .row .col-xs-4 .form-control {
    max-width: 84px;
}

#identity #center_column .footer_links,
#authentication #center_column .footer_links,
#order-opc #center_column .footer_links {
    border: none;
    padding-top: 0;
}

#new_account_form .box {
    line-height: 20px;
}

#new_account_form .box .date-select {
    padding-bottom: 10px;
}

#new_account_form .box .top-indent {
    padding-top: 10px;
}

#new_account_form .box .customerprivacy {
    padding-top: 15px;
}

#password {
    border: none;
    padding-top: 0;
}

#password .box p {
    margin-bottom: 9px;
}

#password .box .form-group {
    margin-bottom: 20px;
}

#password .box .form-group .form-control {
    width: 263px;
}

#instant_search_results a.close {
    font-family: Arial,
    Helvetica,
    sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: inherit;
    opacity: 1;
    text-transform: none;
}

#instant_search_results a.close:hover {
    color: #515151;
}

#manufacturers_list h3,
#suppliers_list h3 {
    font-size: 17px;
    line-height: 23px;
}

#manufacturers_list .description,
#suppliers_list .description {
    line-height: 18px;
}

#manufacturers_list .product-counter a,
#suppliers_list .product-counter a {
    color: #333;
    font-weight: 700;
}

#manufacturers_list .product-counter a:hover,
#suppliers_list .product-counter a:hover {
    color: #515151;
}

#manufacturers_list.list li .mansup-container,
#suppliers_list.list li .mansup-container {
    border-top: 1px solid #e5e5e5;
    padding: 31px 0 30px;
}

@media (max-width: 767px) {
    #manufacturers_list.list li .mansup-container,
    #suppliers_list.list li .mansup-container {
        text-align: center
    }
}

#manufacturers_list.list li:first-child .mansup-container,
#suppliers_list.list li:first-child .mansup-container {
    border-top: 0;
}

#manufacturers_list.list li .left-side,
#suppliers_list.list li .left-side {
    text-align: center;
}

#manufacturers_list.list li h3,
#suppliers_list.list li h3 {
    margin-top: -5px;
    padding-bottom: 8px;
}

#manufacturers_list.list li .middle-side,
#suppliers_list.list li .middle-side {
    padding-left: 0;
}

@media (max-width: 767px) {
    #manufacturers_list.list li .middle-side,
    #suppliers_list.list li .middle-side {
        padding-left: 15px;
        padding-right: 15px
    }
}

#manufacturers_list.list li .right-side-content,
#suppliers_list.list li .right-side-content {
    border-left: 2px solid #e5e5e5;
    min-height: 108px;
    padding: 0 0 32px 31px;
}

@media (max-width: 767px) {
    #manufacturers_list.list li .right-side-content,
    #suppliers_list.list li .right-side-content {
        border: none;
        min-height: 1px;
        padding: 0
    }
}

#manufacturers_list.list li .right-side-content .product-counter,
#suppliers_list.list li .right-side-content .product-counter {
    margin-bottom: 12px;
    position: relative;
    top: -6px;
}

@media (max-width: 767px) {
    #manufacturers_list.list li .right-side-content .product-counter,
    #suppliers_list.list li .right-side-content .product-counter {
        top: 0
    }
}

#manufacturers_list.grid li,
#suppliers_list.grid li {
    text-align: center;
}

#manufacturers_list.grid li .product-container,
#suppliers_list.grid li .product-container {
    border-bottom: 1px solid #d6d4d4;
    padding-bottom: 20px;
    padding-top: 40px;
}

#manufacturers_list.grid li .product-container .left-side,
#suppliers_list.grid li .product-container .left-side {
    padding-bottom: 42px;
}

#manufacturers_list.grid li .product-container h3,
#suppliers_list.grid li .product-container h3 {
    padding-bottom: 10px;
}

#manufacturers_list.grid li .product-container .product-counter,
#suppliers_list.grid li .product-container .product-counter {
    margin-bottom: 12px;
}

@media (min-width: 1200px) {
    #manufacturers_list.grid li.first-in-line,
    #suppliers_list.grid li.first-in-line {
        clear: left
    }

    #manufacturers_list.grid li.last-line .product-container,
    #suppliers_list.grid li.last-line .product-container {
        border-bottom: none
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #manufacturers_list.grid li.first-item-of-tablet-line,
    #suppliers_list.grid li.first-item-of-tablet-line {
        clear: left
    }

    #manufacturers_list.grid li.last-tablet-line .product-container,
    #suppliers_list.grid li.last-tablet-line .product-container {
        border-bottom: none
    }
}

@media (max-width: 767px) {
    #manufacturers_list.grid .product-container,
    #suppliers_list.grid .product-container {
        border-bottom: none
    }
}

#manufacturer .description_box,
#supplier .description_box {
    border-top: 1px solid #d6d4d4;
    padding-bottom: 20px;
    padding-top: 20px;
}

#manufacturer .description_box .hide_desc,
#supplier .description_box .hide_desc {
    display: none;
}

table.discount i {
    font-size: 20px;
    line-height: 20px;
    vertical-align: -2px;
}

table.discount i.icon-ok {
    color: #46a74e;
}

table.discount i.icon-remove {
    color: #f13340;
}

#guestTracking .form-control {
    max-width: 271px;
}

@media (min-width: 1200px) {
    #guestTracking .form-group {
        overflow: hidden
    }

    #guestTracking .form-group i {
        padding-left: 10px
    }

    #guestTracking .form-control {
        float: left
    }

    #guestTracking label {
        clear: both;
        float: left;
        width: 100%
    }
}

#pagenotfound .pagenotfound {
    margin: 0 auto;
    max-width: 824px;
    text-align: center;
}

#pagenotfound .pagenotfound .img-404 {
    padding: 8px 0 27px;
}

#pagenotfound .pagenotfound .img-404 img {
    max-width: 100%;
}

#pagenotfound .pagenotfound h1 {
    color: #333;
    font: 400 24px/34px Oswald,
    sans-serif;
    margin-bottom: 7px;
    text-transform: uppercase;
}

#pagenotfound .pagenotfound p {
    border-bottom: 4px solid #e5e5e5;
    color: #555454;
    font: 600 18px/20px Arial,
    sans-serif;
    margin-bottom: 20px;
    padding-bottom: 19px;
    text-transform: uppercase;
}

#pagenotfound .pagenotfound h3 {
    color: #777;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 18px;
    text-transform: uppercase;
}

#pagenotfound .pagenotfound label {
    font-weight: 400;
}

@media (max-width: 767px) {
    #pagenotfound .pagenotfound label {
        display: block
    }
}

#pagenotfound .pagenotfound .form-control {
    display: inline-block;
    height: 36px;
    margin-right: 5px;
    max-width: 293px;
}

@media (max-width: 767px) {
    #pagenotfound .pagenotfound .form-control {
        display: block;
        margin: 0 auto 15px
    }
}

#pagenotfound .pagenotfound .buttons {
    padding: 48px 0 20px;
}

#account-creation_form fieldset.reversoform {
    padding: 10px !important;
}

#account-creation_form fieldset.reversoform .text label {
    display: block;
    padding: 0 0 10px;
    text-align: left;
    width: 100%;
}

#account-creation_form fieldset.reversoform .infos-sup {
    font-size: 10px;
    font-style: italic;
    padding: 0 !important;
    text-align: right;
}

#account-creation_form fieldset.customerprivacy label,
fieldset.customerprivacy label {
    cursor: pointer;
}

.tab-content {
    margin-top: 20px;
}

form#sendComment fieldset {
    background: #eee;
    border: 1px solid #ccc;
    padding: 10px;
}

form#sendComment h3 {
    font-size: 14px;
}

#new_comment_form p.text {
    margin-bottom: 0;
    padding-bottom: 0;
}

#sendComment p.text label,
#sendComment p.textarea label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin: 12px 0 4px;
}

#sendComment p.text input {
    background: url(../img/bg_input.png) repeat-x 0 0 #fff;
    border: 1px solid #ccc;
    height: 28px;
    padding: 0 5px;
    width: 498px;
}

#sendComment p.textarea textarea {
    border: 1px solid #ccc;
    height: 80px;
    width: 508px;
}

#sendComment p.submit {
    padding: 0;
    text-align: right;
}

#sendComment p.closeform {
    background: url(../img/icon/delete.gif) no-repeat 0 0;
    float: right;
    height: 12px;
    padding: 0;
    text-indent: -5000px;
    width: 12px;
}

.star {
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 14px;
}


.star.recenzje.star_on {
    font-size: 24px;
}


.star a {
    display: block;
    position: absolute;
    text-indent: -5000px;
}

div.star:after {
    color: silver;
    content: "\f006";
    display: inline-block;
    font-family: "FontAwesome";
}

div.star.star_on {
    display: block;
}

div.star.star_on:after {
    color: #f56b35;
    content: "\f005";
    display: inline-block;
    font-family: "FontAwesome";
}

div.star.star_hover:after {
    color: #f56b35;
    content: "\f005";
    display: inline-block;
    font-family: "FontAwesome";
}

.advertising_block {
    margin-bottom: 1em;
    text-align: center;
    width: 191px;
}

.blockcategories_footer ul ul {
    display: none !important;
}

.form-group.form-error input,
.form-group.form-error textarea {
    background: url(../img/icon/form-error.png) 97% 15px no-repeat #fff1f2;
    border-bottom: 1px solid #f13340;
    /*   color:#f13340; */
}

.form-group.form-ok input,
.form-group.form-ok textarea {
    background: url(../img/icon/form-ok.png) 97% 15px no-repeat #ddf9e1;
    border-bottom: 1px solid #46a74e;
    /*  color:#35b33f; */
}

.form-group.form-error .form-control,
.form-group.form-ok .form-control {
    padding-right: 30px;
}

.radio-inline,
.checkbox {
    padding-left: 0;
}

.radio-inline .checker,
.checkbox .checker {
    float: left;
}

.radio-inline .checker span,
.checkbox .checker span {
    top: 0;
}

.radio-inline div.radio,
.checkbox div.radio {
    display: inline-block;
}

.radio-inline div.radio span,
.checkbox div.radio span {
    float: left;
    top: 0;
}

.fancybox-skin {
    background: #fff !important;
}

.fancybox-skin .fancybox-close {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    background: none;
    background: #fff;
    border-radius: 50px;
    color: #333;
    font-size: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 28px;
}

.fancybox-skin .fancybox-close:hover {
    color: #515151;
}

.fancybox-skin .fancybox-close:after {
    content: "\f057";
    font-family: "FontAwesome";
}

#roy_facebook_block {
    -moz-animation: fadeinright 2.4s;
    -moz-transform: rotate(-90deg);
    -moz-transition: all 240ms linear;
    -ms-animation: fadeinright 2.4s;
    -ms-transform: rotate(-90deg);
    -ms-transition: all 240ms linear;
    -o-animation: fadeinright 2.4s;
    -o-transform: rotate(-90deg);
    -o-transition: all 240ms linear;
    -webkit-animation: fadeinright 2.4s;
    -webkit-transform: rotate(-90deg);
    -webkit-transition: all 240ms linear;
    animation: fadeinright 2.4s;
    background: none;
    height: 310px;
    margin-right: -258px;
    max-width: 302px !important;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 0;
    top: 35%;
    transform: rotate(-90deg);
    transition: all 240ms linear;
    width: 302px !important;
    z-index: 7999;
}

#roy_facebook_block:hover {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    margin-right: 0;
    transform: rotate(0deg);
}

.fb_iframe_widget iframe {
    max-height: 241px !important;
    max-width: 300px !important;
}

#roy_facebook_block h4 {
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    background: #39599f;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 15px 10px 14px 30px;
    position: relative;
}

#roy_facebook_block h4:before {
    -moz-border-radius: 50%;
    -moz-transform: rotate(90deg);
    -moz-transition: all 240ms linear;
    -ms-border-radius: 50%;
    -ms-transform: rotate(90deg);
    -ms-transition: all 240ms linear;
    -o-border-radius: 50%;
    -o-transform: rotate(90deg);
    -o-transition: all 240ms linear;
    -webkit-border-radius: 50%;
    -webkit-transform: rotate(90deg);
    -webkit-transition: all 240ms linear;
    background: #fff;
    border-radius: 50%;
    color: #39599f;
    content: "\f09a";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 16px;
    height: 30px;
    padding-top: 8px;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 9px;
    transform: rotate(90deg);
    transition: all 240ms linear;
    width: 30px;
}

#roy_facebook_block:hover h4:before {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

#roy_facebook_block .facebook-fanbox {
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    background: #fff;
    border-color: #e5e5e5;
    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-width: 0 1px 4px;
    padding-bottom: 10px;
}

@media (max-width: 1199px) {
    #roy_facebook_block {
        display: none !important
    }
}

.infopanel {
    background: #fafafa;
    height: auto;
    min-height: 80px;
    position: relative;
    width: 100%;
}

#royinfoblock {
    border: none;
}

#royinfoblock > div {
    padding: 6px 18px;
    position: relative;
    width: 25%;
}

#royinfoblock > div:first-child {
    padding: 6px 18px 0 0;
}

#royinfoblock > div:last-child {
    padding: 6px 0 0 18px;
}

#royinfoblock div > div.info-container {
    padding: 14px 10px;
}

#royinfoblock > div:before {
    background: #5d6779;
    content: " ";
    display: inline-block;
    height: 40px;
    margin-top: -20px;
    opacity: .05;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 2px;
}

#royinfoblock > div:first-child:before {
    right: 30px;
}

#royinfoblock > div:last-child:before {
    display: none;
}

#royinfoblock em {
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    background: #5d6779;
    border-radius: 100px;
    color: #fff;
    float: left;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    margin: 3px 10px 0 0;
    text-align: center;
    width: 60px;
}

@media (max-width: 991px) {
    #royinfoblock em {
        font-size: 20px;
        height: 30px;
        line-height: 30px;
        width: 30px
    }
}

#royinfoblock h3 {
    color: #818ca1;
    font: 400 20px/23px Oswald,
    sans-serif;
    margin: 0;
    text-transform: uppercase;
}

#royinfoblock h4 {
    color: #a4aec1;
    font: 400 13px/14px Arial,
    sans-serif;
    margin: 0;
}

#royinfoblock div > div.info-tel,
#royinfoblock div > div.info-time,
#royinfoblock div > div.info-truck,
#royinfoblock div > div.info-money {
    display: block;
    float: left;
    margin-right: 16px;
    opacity: .75;
}

#royinfoblock div:hover > div.info-tel,
#royinfoblock div:hover > div.info-time,
#royinfoblock div:hover > div.info-truck,
#royinfoblock div:hover > div.info-money {
    -moz-transform: scale(0.94);
    -ms-transform: scale(0.94);
    -o-transform: scale(0.94);
    -webkit-transform: scale(0.94);
    opacity: 1;
    transform: scale(0.94);
}

#royinfoblock div > div.info-tel {
    background: url(../img/icons-tel.png) no-repeat top center transparent;
    height: 32px;
    width: 36px;
}

#royinfoblock div > div.info-time {
    background: url(../img/icons-time.png) no-repeat top center transparent;
    height: 34px;
    width: 34px;
}

#royinfoblock div > div.info-truck {
    background: url(../img/icons-truck.png) no-repeat top center transparent;
    height: 34px;
    width: 60px;
}

#royinfoblock div > div.info-money {
    background: url(../img/icons-money.png) no-repeat top center transparent;
    height: 34px;
    width: 34px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #royinfoblock > div {
        padding: 6px
    }

    #royinfoblock > div:first-child {
        padding: 6px 6px 0 0
    }

    #royinfoblock > div:last-child {
        padding: 6px 0 0 6px
    }

    #royinfoblock div > div.info-container {
        padding: 14px 0
    }

    #royinfoblock > div:before {
        right: 15px
    }

    #royinfoblock > div:first-child:before {
        right: 22px
    }

    #royinfoblock h3 {
        font: 400 18px/20px Oswald,
        sans-serif
    }

    #royinfoblock h4 {
        font: 400 13px/14px Arial,
        sans-serif
    }

    #royinfoblock div > div {
        margin-right: 12px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .infopanel {
        height: 160px
    }

    #royinfoblock > div {
        padding: 6px;
        width: 50%
    }

    #royinfoblock > div:first-child {
        padding: 6px 6px 0 0
    }

    #royinfoblock > div:last-child {
        padding: 6px 0 0 6px
    }

    #royinfoblock div > div.info-container {
        padding: 14px 60px
    }

    #royinfoblock > div:before {
        display: none;
        right: 15px
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .infopanel {
        height: auto;
        padding-bottom: 10px
    }

    #royinfoblock > div {
        padding: 4px 6px;
        width: 50%
    }

    #royinfoblock > div:first-child {
        padding: 4px 6px 0 0
    }

    #royinfoblock > div:last-child {
        padding: 4px 0 0 6px
    }

    #royinfoblock div > div.info-container {
        padding: 14px 30px 0
    }

    #royinfoblock > div:before {
        display: none;
        right: 15px
    }

    #royinfoblock h3 {
        font: 400 16px/18px Oswald,
        sans-serif
    }

    #royinfoblock h4 {
        font: 400 12px/14px Arial,
        sans-serif
    }

    #royinfoblock div > div {
        margin-right: 4px
    }
}

@media (max-width: 479px) {
    .infopanel {
        height: auto;
        padding-bottom: 10px
    }

    #royinfoblock > div {
        padding: 4px 6px;
        text-align: center;
        width: 100%
    }

    #royinfoblock > div:first-child {
        padding: 4px 6px 0 0
    }

    #royinfoblock > div:last-child {
        padding: 4px 0 0 6px
    }

    #royinfoblock div > div.info-container {
        display: inline-block;
        min-width: 180px;
        padding: 10px 0;
        position: relative;
        text-align: left;
        width: auto
    }

    #royinfoblock > div:before {
        display: none;
        right: 15px
    }

    #royinfoblock h3 {
        font: 400 14px/16px Oswald,
        sans-serif
    }

    #royinfoblock h4 {
        font: 400 12px/14px Arial,
        sans-serif
    }

    #royinfoblock div > div {
        margin-right: 4px
    }

    #royinfoblock div > div.info-truck,
    #royinfoblock div:hover > div.info-truck {
        -moz-transform: scale(0.64);
        -ms-transform: scale(0.64);
        -o-transform: scale(0.64);
        -webkit-transform: scale(0.64);
        margin-left: -10px;
        margin-right: 6px;
        transform: scale(0.64)
    }
}

#royinfoblock ul li {
    padding-bottom: 22px;
}

@media (max-width: 1199px) {
    #royinfoblock ul li {
        padding-bottom: 10px
    }
}

@media (max-width: 991px) {
    #royinfoblock ul li {
        padding-bottom: 0
    }
}

.ie8 #roy_facebook_block,
.ie8 #royinfoblock {
    height: 40px;
}

@media (max-width: 1199px) {
    .zoomdiv {
        display: none !important
    }
}

#product_comparison td.compare_extra_information {
    padding: 10px;
}

#product_comparison #social-share-compare {
    margin-bottom: 50px;
}

#product_comparison #social-share-compare button {
    background: #fafafa;
    border-color: #f2f2f2;
    color: #888;
}

#product_comparison #social-share-compare button:hover {
    background: #6d6d6d;
    border-color: #f2f2f2;
    color: #fff;
}

.btn-facebook:hover,
.btn-twitter:hover,
.btn-google-plus:hover,
.btn-pinterest:hover {
    border-color: #fff;
}

.btn-facebook i {
    color: #435f9f;
}

.btn-facebook:hover {
    background-color: #435f9f !important;
    color: #fff;
}

.btn-facebook:hover i {
    color: #fff;
}

.btn-twitter i {
    color: #00aaf0;
}

.btn-twitter:hover {
    background-color: #00aaf0 !important;
    color: #fff;
}

.btn-twitter:hover i {
    color: #fff;
}

.btn-google-plus i {
    color: #e04b34;
}

.btn-google-plus:hover {
    background-color: #e04b34 !important;
    color: #fff;
}

.btn-google-plus:hover i {
    color: #fff;
}

.btn-pinterest {
    margin-right: 0 !important;
}

.btn-pinterest i {
    color: #ce1f21;
}

.btn-pinterest:hover {
    background-color: #ce1f21 !important;
    color: #fff;
}

.btn-pinterest:hover i {
    color: #fff;
}

#htmlcontent_home {
    padding: 15px;
}

#copyright_footer {
    background: #151515;
    clear: both;
    color: #fff;
    height: 40px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

@media (min-width: 1200px) {
    #copyright_footer {
        font-size: 13px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #copyright_footer {
        font-size: 12px
    }
}

@media (max-width: 767px) {
    #copyright_footer {
        display: block;
        float: left;
        font-size: 12px;
        height: auto;
        margin: 0;
        padding: 0;
        position: relative;
        text-align: center;
        width: 100%
    }
}

#copyright_footer ul {
    margin-bottom: 0;
    margin-top: 40px;
}

#copyright_footer ul li {
    padding-bottom: 0;
    padding-top: 11px;
    text-align: center;
    width: 100%;
}

@media (max-width: 767px) {
    #copyright_footer ul {
        margin: 0
    }

    #copyright_footer ul li {
        padding-top: 10px;
        text-align: center;
        width: 100%
    }
}

#roy_payment_logo_block_footer {
    color: #9a9a9a;
    float: right;
    min-height: 75px;
    padding: 20px 0 10px;
    position: relative;
    text-align: left;
    width: 26%;
}

@media (min-width: 1200px) {
    #roy_payment_logo_block_footer {
        font-size: 14px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #roy_payment_logo_block_footer {
        clear: both;
        font-size: 12px;
        padding: 5px 0 10px;
        text-align: center;
        width: 100%
    }
}

@media (max-width: 767px) {
    #roy_payment_logo_block_footer {
        background: #e5e5e5;
        display: block;
        float: left;
        font-size: 12px;
        height: auto;
        margin: 0;
        min-height: 0;
        padding: 20px 0 5px;
        position: relative;
        text-align: center;
        width: 100%
    }
}

@media (max-width: 767px) {
    #roy_payment_logo_block_footer a {
        display: block;
        width: 100%
    }
}

#index .columns-container-top .modezroundtop {
    -moz-border-radius: 50%;
    -moz-transition: all 400ms ease-in;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -o-transition: all 400ms ease-in;
    -webkit-border-radius: 50%;
    -webkit-transition: all 400ms ease-in;
    background-color: #f2f2f2;
    border-radius: 50%;
    display: block;
    height: 44px;
    left: 50%;
    margin-left: -22px;
    position: absolute;
    top: 581px;
    transition: all 400ms ease-in;
    width: 44px;
    z-index: 99;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #index .columns-container-top .modezroundtop {
        -moz-transform: scale(0.94);
        -ms-transform: scale(0.94);
        -o-transform: scale(0.94);
        -webkit-transform: scale(0.94);
        top: 462px;
        transform: scale(0.94)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #index .columns-container-top .modezroundtop {
        -moz-transform: scale(0.79);
        -ms-transform: scale(0.79);
        -o-transform: scale(0.79);
        -webkit-transform: scale(0.79);
        top: 350px;
        transform: scale(0.79)
    }
}

@media (max-width: 767px) {
    #index .columns-container-top .modezroundtop {
        display: none
    }
}

#index .columns-container-top .modezroundtop:hover {
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    -webkit-transform: rotate(540deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5.4);
}

#index .columns-container-top .modezroundtop span {
    background: url(../img/icons-roundtop.png) no-repeat center center transparent;
    display: block;
    height: 44px;
    width: 44px;
}

.modezuparrow {
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-border-radius: 50%;
    -webkit-transition: all .2s ease-out;
    background: #fafafa;
    border-radius: 50%;
    display: block;
    height: 53px;
    left: 50%;
    margin-left: -27px;
    padding-top: 7px;
    position: absolute;
    text-align: center;
    top: 20px;
    transition: all .2s ease-out;
    width: 53px;
    z-index: 1;
}

.modezuparrow:hover {
    top: 16px;
}

.modezuparrow span {
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-border-radius: 50%;
    -webkit-transition: all .2s linear;
    background: #fa7c63;
    border-bottom: 3px solid #ce573f;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 39px;
    outline: none;
    padding-top: 9px;
    text-align: center;
    transition: all .2s linear;
    width: 39px;
}

.modezuparrow span:before {
    color: #fff;
    content: "\f106";
    font-family: "FontAwesome";
    font-size: 22px;
}

.home_products_title {
    background-color: #2d2c2c;
    overflow: hidden;
    padding: 5px 5px 5px 0;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.home_products_title.blog {
    background: #2d2c2c url(/img/clientarea/video.svg);
    background-size: 24px 24px;
    background-position: 15px 6px;
    background-repeat: no-repeat;
}

div.home_products_title:before {
    bottom: 0;
    content: " ";
    display: inline-block;
    height: 2px;
    left: 76px;
    position: absolute;
    transition: all 120ms ease-in;
    width: 100%;
}

.home_products_title span,
.home_products_title a > span {
    color: #333;
    display: inline-block;
    font: 300 20px/26px Oswald, sans-serif;
    margin: 0 0 0 12px;
    padding-bottom: 0;
    position: relative;
    text-transform: uppercase;
    vertical-align: middle;
}

.home_products_title a:hover > span {
    color: #fa7c63;
}

.home_products_title i {
    bottom: 0;
    display: inline-block;
    height: 22px;
    left: 0;
    position: inherit;
    width: 22px;
    vertical-align: middle;
}

.hfeatured .home_products_title i {
    background: url(../img/icons-homeproducts.png) no-repeat 0 0 #2d2c2c;
}

.hbest .home_products_title i {
    background: url(../img/icons-homeproducts.png) no-repeat -57px 0 #2d2c2c;
}

.hnew .home_products_title i {
    background: url(../img/icons-homeproducts.png) no-repeat 0px 0 #2d2c2c;
}

.hspecials .home_products_title i {
    background: url(../img/icons-homeproducts.png) no-repeat -171px 0 #2d2c2c;
}

.bx-wrapper .bx-controls-direction a {
    margin: 0 !important;
    position: static !important;
    top: 0 !important;
}

.bx-wrapper {
    position: static !important;
}

#roybrands .bx-wrapper {
    margin: 0 auto !important;
    position: static !important;
}

ul.homeproducts {
    margin-bottom: 5px;
}

#center_column .tab-content .bx-controls {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 11px !important;
    width: 70px;
}

.owl-controls {
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    right: 0;
    top: -31px !important;
    width: 66px;
}

#roybrands .owl-controls {
    right: -50px;
    top: -84px !important;
}

#product #center_column .owl-controls {
    /*    right:12px;
    top:-58px!important; */
}

.sdsarticleCat:nth-child(odd) {
    clear: left;
}

#center_column .tab-content .bx-controls a,
.owl-controls .owl-nav div {
    background: #fff;
    border-color: #ededed;
    cursor: pointer;
    display: inline-block;
    height: 26px;
    text-align: center;
    width: 30px;
}

#center_column .tab-content .bx-controls a:hover,
.owl-controls .owl-nav div:hover {
    background: #6d6d6d;
    border-color: #515151;
    outline: 0 !important;
}

#center_column .tab-content .bx-controls .bx-prev,
.owl-controls .owl-prev {
    float: left;
}

#center_column .tab-content .bx-controls .bx-prev:before,
.owl-controls .owl-prev:before {
    color: #d6d6d6;
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 22px;
    line-height: 24px;
    overflow: hidden;
}

#center_column .tab-content .bx-controls .bx-next,
.owl-controls .owl-next {
    float: right;
    padding-left: 1px;
    text-decoration: none !important;
}

#center_column .tab-content .bx-controls .bx-next:before,
.owl-controls .owl-next:before {
    color: #d6d6d6;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 22px;
    line-height: 24px;
    overflow: hidden;
}

.tp-bullets {
    z-index: 50 !important;
}

.safari .tparrows {
    top: 50% !important;
    z-index: 50 !important;
}

.loaderbg {
    height: 5em;
    left: 50%;
    margin-left: -2.5em;
    margin-top: -2.5em;
    position: fixed;
    top: 50%;
    width: 5em;
    z-index: 9999;
}

.loader {
    -webkit-animation: load8 .6s infinite linear;
    -webkit-box-shadow: 0 0 5em rgba(255,
    255,
    255,
    0.25);
    animation: load8 .6s infinite linear;
    background: rgba(255,
    255,
    255,
    0.25);
    border-bottom: 1.1em solid rgba(161,
    215,
    202,
    0.2);
    border-left: 1.1em solid #a1d7ca;
    border-right: 1.1em solid rgba(161,
    215,
    202,
    0.2);
    border-top: 1.1em solid rgba(161,
    215,
    202,
    0.2);
    box-shadow: 0 0 5em rgba(255,
    255,
    255,
    0.25);
    font-size: 10px;
    margin: 0 auto;
    position: relative;
    text-indent: -9999em;
}

.loader,
.loader:after {
    border-radius: 50%;
    height: 5em;
    width: 5em;
}

.ar-mobile-tg {
    display: none;
}

#page #copyright_footer {
    background: #0e0e0e;
    color: #fff;
    line-height: 40px;
    padding: 0;
    position: relative;
    z-index: 999;
}

#copyright_footer .footer-toggler {
    color: #fff;
    float: left;
    font-size: 14px;
    font-family: 'Oswald';
    font-weight: 300;
    text-align: left;
    text-transform: uppercase;
    width: 25%;
}

#copyright_footer .footer-toggler .on-open {
    display: inline-block;
}

#copyright_footer .footer-toggler .on-close {
    display: none;
}

#copyright_footer .footer-toggler.open .on-close {
    display: inline-block;
}

#copyright_footer .footer-toggler.open .on-open {
    display: none;
}

#copyright_footer .copyright-text {
  /* float: right; */
    text-align: center;
}

#copyright_footer .more-contact-footer {
    display: block;
    float: left;
    text-align: center;
    width: 100%;
}

a.footer-toggler.cursor-pointer.on-close.col-xs-3.col-md-3 {
    padding-left: 0px;
    white-space: nowrap;
}

#copyright_footer .more-contact-footer a {
    background: url(../img/new/fb-footer.png) no-repeat center center;
    display: inline-block;
    height: 23px;
    vertical-align: middle;
    width: 18px;
}

#copyright_footer .more-contact-footer a.fb {
    background-image: url(../img/new/fb-footer.png);
}

#copyright_footer .more-contact-footer a.in {
    background-image: url(../img/new/inst-footer.png);
}

#copyright_footer .more-contact-footer a .pin {
    background-image: url(../img/new/pin-footer.png);
}

#copyright_footer .more-contact-footer a.yt {
    background-image: url(../img/new/yt-footer.png);
}

#footer {
    display: none;
}

@media (min-width: 370px) {
    #copyright_footer .copyright-text {
     /* float: left;
        width: 55%; */
        white-space: nowrap;
    }

    #copyright_footer .more-contact-footer {
        float: right;
        text-align: right;
        width: 20%
    }
}

.ar-arrow-right,
.ar-arrow-left {
    background: url(../img/ar-arrow.png) no-repeat center center;
    content: "";
    display: inline-block;
    height: 8px;
    right: 4px;
    vertical-align: middle;
    width: 7px;
}

.ar-arrow-right {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.product-fast-nav {
    background: #fff;
    left: -100px;
    padding: 4px 10px;
    font-size: 14px;
}

@media (max-width: 767px) {
    .product-fast-nav {
        padding: 0 15px
    }
}

.product-fast-nav .r {
    float: right;
}

.star_content {
    float: right;
}

body.mobile-menu .bread-cont {
    display: none;
    z-index: 999;
}

.bread-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-fast-nav > a {
    margin-right: 15px;
}

.breadcrumb {
    white-space: nowrap;
    max-width: 95%;
    overflow-x: auto;
    margin: 10px 10px 0;
    padding-bottom: 10px;

    scrollbar-width: none; /* Hides scrollbar */
    -ms-overflow-style: none; /* Hides scrollbar */
}

.breadcrumb::-webkit-scrollbar {
    display: none;
}

.breadcrumb .home {
    display: none !important
}

.breadcrumb .home-mobile {
    display: inline-block !important
} 

.breadcrumb a {
    margin-left: 0;
    margin-right: 10px;
    padding: 0;
}

.breadcrumb .navigation-pipe {
    display: none !important
}

.breadcrumb a:after {
    content: "|";
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;    
    padding-left: 10px;
}

@media (max-width: 768px) {
    .bread-cont {
        display: block;
    }

    .head.affix-top {
        left: 0;
        position: fixed;
        right: 0;
        top: 0
    }

    .product-fast-nav.affix {
        left: 0;
        margin: 0;
        position: fixed;
        right: 0;
        top: 62px;
        z-index: 99999
    }

    .bread-cont.affix {
        background: #fff;
        box-shadow: 3px 4px 5px 0 rgba(0,
        0,
        0,
        0.19);
        left: 0;
        margin: 0;
        position: fixed;
        right: 0;
        top: 40px;
        z-index: 8;
    }

    .block .title_block,
    .block h4 {
        background: #2d2c2c !important;
        border-radius: 0;
        font-size: 20px !important;
        font-weight: 400;
        padding: 10px;
        text-transform: uppercase
    }

    #center_column,
    #left_column,
    #topcolumns {
        padding: 0
    }

    .primary_block_bg {
        background: #fff !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important
    }

    .pb-center-column h1 {
        background-color: #f5f5f5;
        border: 0 !important;
        margin: 0 !important;
        padding: 5px 0 !important
    }

    .product_attributes {
        margin: 6px 0 !important;
        padding: 0px 0px 15px 0px !important;
    }

    #attributes {
        margin-top: 0px !important
    }

    .ar-mobile-tg {
        background: #e9e7e8;
        color: #000;
        display: block;
        font-family: Poppins, arial;
        font-size: 16px;
        line-height: 30px;
        margin-left: -15px;
        margin-right: -15px;
        padding: 6px 30px;
        font-weight: 600;
        position: relative;
    }

    .ar-mobile-tg:before {
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        background: url(../img/ar-arrow.png) no-repeat center center;
        bottom: 0;
        content: "";
        display: inline-block;
        height: 8px;
        left: 15px;
        margin: auto;
        position: absolute;
        top: 0;
        transform: rotate(-90deg);
        width: 7px;
        z-index: 1
    }

    .ar-mobile-tg.pad {
        margin: 0;
        margin-bottom: 5px
    }

    #more_info_tabs {
        display: none
    }
}

#page {
    overflow: hidden;
}

@media (max-width: 991px) {
    .footer-column {
        height: 210px
    }
}

.footer-column {
    color: #fff;
    font: 400 13px/18px "Poppins", Arial, sans-serif;
    overflow: hidden;
    height: 200px;
}

.footer-social {
    margin-bottom: 12px;
    height: auto;
}

.footer-column h3 {
    color: #fff;
    font: 600 16px/34px "Poppins", Arial, sans-serif;
    text-transform: uppercase;
}

.titleborder.pink .titleborder_sign {
    background: #FF5722;
}

.titleborder {
    margin: 14px 0;
    width: 100%;
}

.titleborder_left {
    background: #ededed;
    height: 2px;
}

.titleborder_sign {
    height: 2px;
    margin-top: -2px;
    right: 43%;
    width: 150px;
}

#footer-dots li:nth-child(1) {
    padding-left: 17px;
    background-image: url(/img/kolko02.png);
    background-repeat: no-repeat;
    margin-left: -14px;
}

#footer-dots li:nth-child(2) {
    padding-left: 17px;
    background-image: url(/img/kolko02.png);
    background-repeat: no-repeat;
    margin-left: -14px;
}

#footer-dots li:nth-child(3) {
    padding-left: 17px;
    background-image: url(/img/kolko02.png);
    background-repeat: no-repeat;
    margin-left: -14px;
}


.product-count-filter {
    display: none;
}

@media (max-width: 767px) {
    /*    ul.homeproducts li .homeok,*/
    #layered_form .layered_filter ul:not(.last_opened) {
        display: none
    }

    ul.homeproducts li:first-child .homeok {
        display: block
    }

    .product-count-filter {
        display: inline-block
    }
}

#thumbs_list_frame {
    width: 10000px;
}

.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.cursor-pointer {
    cursor: pointer;
}

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

.text-uppercase {
    text-transform: uppercase;
}

.text-orange {
    color: #FF5A00;
}

.text-lime {
    color: #d2ff00;
}

.text-gray {
    color: darkgray;
}

.text-more-gray {
    color: gray;
}

.text-green {
    color: #74d51d;
}

.text-red {
    color: #ff0000;
}

.text-black {
    color: #2d2c2c;
}

.text-smaller {
    font-size: 90%;
}

@media (max-width: 768px) {
    .xs-no-margin {
        margin: 0 !important;
    }
}

.no-padding {
    padding: 0;
}

.font-oswald {
    font-family: Oswald,
    sans-serif;
}

/**
 * MBCustomerPanel
 */

@media (max-width: 768px) {
    .address-sticker-desc {
        background: url(/img/clientarea/lupa.png) no-repeat left;
        background-size: 45px;
        min-height: 45px;
        line-height: 15px;
        padding: 10px 0px 7px 60px;
        background-position: left center;
    }
}

@media (min-width: 769px) {
    .address-sticker-desc {
        background: url(/img/clientarea/lupa.png) no-repeat left;
        background-size: 45px;
        min-height: 45px;
        line-height: 15px;
        padding: 79px 10px 10px 10px;
        background-position: top center;
        text-align: center;
    }
}

h3.page-subheading a {
    float: right;
    margin: 5px 0px 0px 5px;
}

.editadr {
    position: absolute;
    bottom: 30px;
    right: 20px;
    width: 38px;
}

span.address_name,
span.address_company {
    font-weight: bold;
}

.address-sticker {
    margin-left: -10px;
    margin-right: -10px;
    padding: 0px 10px 10px 10px;
    height: 170px;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    box-shadow: 3px 4px 20px 0px #cecece;
    margin-bottom: 26px;
    min-height: 150px;
    color: #000;
    line-height: 15px;
}

.address-sticker h3 {
    background-image: url(/img/clientarea/koperta.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    padding: 0px 18px 0px 30px;
    font: 400 20px/23px Oswald, sans-serif;
    text-transform: uppercase;
    color: #8f908f;
}

.address-sticker h3 span {
    position: absolute;
    right: 25px;
    top: 20px;
}

.address-sticker .name,
.address-sticker .company {
    font-weight: bold;
}

#add_address label {
    text-align: right;
    padding-top: 5px;
}

.customer-avatar {
    border: 1px solid #e5e5e5;
    border-bottom: 6px solid #ff5a00;
    padding: 10px;
    min-height: 230px;
}

.customer-avatar img {
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .customer-avatar-desc {
        padding-right: 0px;
        padding-left: 0px;
    }
}

.mbcustomerpanel-nav {
    padding-top: 0px;
}

.mbcustomerpanel-nav h4 {
    font: 500 14px / 1.3 "Poppins", sans-serif;
    background-color: #ff5a00;
    margin: 0px;
    padding: 10px 15px;
    color: #fff;
    margin: 0px -15px;

}

ul.mbcustomerpanel-nav {
    margin: 10px -15px;
}

ul.mbcustomerpanel-nav a {
    color: #333;
    display: block;
    padding: 5px 10px;
}

.mbcustomerpanel-nav li.active {
    color: #333;
    background-color: #f7f7f7;
}

.mbcustomerpanel-nav a:hover {
    color: #FF5A00;
    background-color: #f7f7f7;
}

@media screen and (max-width: 767px) {
    #firstname {
        margin-bottom: 15px;
    }

    .lewy45 {
        float: left !important;
        width: 48%;
    }

    .prawy45 {
        width: 48%;
    }
}

@media screen and (min-width: 767px) {
    .lewy45 {
        float: left !important;
        width: 48%;
    }

    .prawy45 {
        width: 48%;
    }

}


.prawy45 {
    background-color: #ff5a00;
}

.lewy45 {
    background-color: #68696e;
}

@media screen and (max-width: 768px) {
    .nopadding-mobile {
        padding-left: 0;
        padding-right: 0;
    }
}

button#removeAvatar {
    width: 20px;
    height: 20px;
    border: 0px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(/img/clientarea/delete.svg) white no-repeat center;
    background-size: 20px 20px;
}


.customer-avatar-desc .points-info a span {
    color: green;
    text-decoration: underline;
}

.customermoneybox-page {
    margin: 0px;
}

.moneybox-history .operation_type_1 {
    color: green;
}

.moneybox-history .operation_type_2 {
    color: red;
}

.moneybox-opis h3 {
    color: #6c6b6c;
    text-transform: uppercase;
    font-family: oswald;
}

.moneybox-opis h3 span {
    color: #1f9504;
}

.moneybox-opis {
    margin-bottom: 20px;
}

.moneybox {
    transform: skew(0deg,
    -3deg);
    -webkit-transform: skew(0deg,
    -3deg);
    -moz-transform: skew(0deg,
    -3deg);
    -o-transform: skew(0deg,
    -3deg);
}

.moneybox span {
    color: #fff;
    background-color: #1f9504;
    padding: 10px 25px;
    line-height: 55px;
}

@media screen and (max-width: 425px) {
    .moneybox span {
        padding: 10px 10px;
    }
}

.regulaminbox {
    background-color: #1f9504;
    color: #fff;
    padding: 10px 30px;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: oswald;
    text-transform: uppercase;
}

.moneybox-opis .moneybox img {
    vertical-align: bottom;
    margin-bottom: -12px;
}

.mbcustomerpanel-orderdetail-page .mbproductimg-remove {
    position: absolute;
    opacity: 0.8;
    padding: 6px;
    z-index: 999;
}

.mbcustomerpanel-orderdetail-page td:hover .mbproductimg-remove {
    opacity: 1;
}

.mbcustomerpanel-orderdetail-page .tooltip {
    position: relative;
    display: inline-block;
    cursor: help;
}

.mbcustomerpanel-orderdetail-page .tooltip .tooltiptext {
    visibility: hidden;
    width: 160px;
    background-color: rgba(0,
    0,
    0,
    0.83);
    color: #fff;
    text-align: center;
    padding: 5px 2px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    top: 100%;
    right: -50px;
    margin-left: -150px;
    box-shadow: 0px 0px 10px black;
    white-space: pre-wrap;
}

.mbcustomerpanel-orderdetail-page .tooltip:hover .tooltiptext {
    visibility: visible;
}

/*
 * block top menu
 */

#block_top_menu {
    -moz-animation: none !important;
    -moz-transform: none !important;
    -moz-transition-property: none !important;
    -ms-animation: none !important;
    -ms-transform: none !important;
    -ms-transition-property: none !important;
    -o-animation: none !important;
    -o-transform: none !important;
    -o-transition-property: none !important;
    -webkit-animation: none !important;
    -webkit-transform: none !important;
    -webkit-transition-property: none !important;
    animation: none !important;
    transform: none !important;
    transition-property: none !important;
}

#block_top_menu.fixed .menu_up span:before {
    color: #fff !important;
}

#block_top_menu.fixed .menu_up span {
    background-color: #FF5A00 !important;
    border-color: #1d1b1b !important;
}

.sf-menu > li > a.menuhomelink,
#FINALmenu #FINALmenu-desktop-nav > li:first-child {
    -moz-border-radius: 4px 0 0 4px !important;
    -webkit-border-radius: 4px 0 0 4px !important;
    border-radius: 4px 0 0 4px !important;
}

.sf-menu > li > a {
    background-color: #2d2c2c;
    border-color: #2d2c2c;
    color: #fff !important;
}

.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
    background-color: #fafafa !important;
}

#FINALmenu #FINALmenu-desktop-nav > li:hover {
    background-color: #fafafa !important;
}

.sf-menu > li.sfHoverForce > a {
    background-color: #fafafa !important;
    border-color: #b4b4b4 !important;
}

.sf-menu > li.sfHover > a {
    border-color: #000 !important;
    border-color: #FF5A00 !important;
}

.sf-menu > li > a:hover,
.sf-menu > li.sfHover > a {
    border-color: #fafafa !important;
}

.sf-menu > li.sfHoverForce > a:hover {
    border-color: #b4b4b4 !important;
}

@media (max-width: 767px) {
    .sf-menu > li span:after {
        color: #fff !important
    }
}

.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
    color: #484848 !important;
}

@media (max-width: 767px) {
    .sf-menu > li.sfHover span:after {
        color: #484848 !important
    }

    .sf-menu > li:hover span:after {
        color: #484848 !important
    }
}

.sf-menu > li.sfHoverForce > a {
    color: #2d2c2c !important;
}

@media (max-width: 767px) {
    .sf-menu > li.sfHoverForce span:after {
        color: #888 !important
    }
}

.sf-menu > li > a.menuhomelink:before {
    background-image: url(../img/roythemescustomizer/upload/icons-home-1.png) !important;
}

.sf-menu li ul.submenu-container {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background-color: #fff !important;
    box-shadow: none !important;
}

.sf-menu li ul.menu-mobile {
    background-color: #fff !important;
}

.sf-menu > li > ul > li > a:hover,
.sf-menu li li li a:hover {
    color: #FF5A00 !important;
}

.sf-menu li ul.submenu-container:before {
    border-color: #e5e5e5 !important;
}

.sf-menu li li li a:before,
#FINALmenu-vertical .cms-pages a:before,
#FINALmenu-vertical .categories a:before,
#FINALmenu-vertical .suppliers a:before,
#FINALmenu-vertical .manufacturers a:before,
#FINALmenu-vertical .suppliers span:before,
#FINALmenu-vertical .manufacturers span:before,
#FINALmenu .cms-pages a:before,
#FINALmenu .categories a:before,
#FINALmenu .suppliers a:before,
#FINALmenu .manufacturers a:before,
#FINALmenu .suppliers span:before,
#FINALmenu .manufacturers span:before {
    color: #FF5A00 !important;
}

/* sf-menu > li > a {
    font-size:15px!important;
} */

@media (min-width: 768px) and (max-width: 1199px) {
    .sf-menu > li > a,
    .sf-menu > li.sfHover > a,
    .sf-menu > li > a:hover {
        font-size: 16px !important;
        padding: 16px 16px;
        letter-spacing: 1.5px;
    }

}

/*
 * home products block
 */

.home_products_title span,
.home_products_title a > span {
    color: #fff;
}

.home_products_title a:hover > span {
    color: #FF5A00;
}

.hfeatured .home_products_title i {
    background-image: url(../img/roythemescustomizer/upload/icons-homeproducts-1.png) !important;
}

.hbest .home_products_title i {
    background-image: url(../img/roythemescustomizer/upload/icons-homeproducts-1.png) !important;
}

.hnew .home_products_title i {
    background-image: url(../img/roythemescustomizer/upload/icons-homeproducts-1.png) !important;
}

.hspecials .home_products_title i {
    background-image: url(../img/roythemescustomizer/upload/icons-homeproducts-1.png) !important;
}

.hfeatured .home_products_title i {
    background-color: #2d2c2c;
}

.hbest .home_products_title i {
    background-color: #2d2c2c;
}

.hnew .home_products_title i {
    background-color: #2d2c2c;
}

.hspecials .home_products_title i {
    background-color: #2d2c2c;
}

.home_products_title i {
    border-color: #fff;
}

.home_products_title span:after {
    background-color: #FF5A00;
}

#index .homeproducts_line_bg {
    background-color: #fff;
    background-image: none !important;
}

#index .homeproducts_line_bg {
    background-image: url(../img/roythemescustomizer/images/textures/pat46.png);
    background-position: top left;
    background-repeat: repeat;
}

#center_column .tab-content .bx-controls a,
.owl-controls .owl-nav div {
    background-color: #ff5a00;
    border-color: #ededed;
}

#center_column .tab-content .bx-controls a:hover,
.owl-controls .owl-nav div:hover {
    background-color: #6d6d6d;
    border-color: #515151;
}

@media (max-width: 479px) {
    body {
        background-position: top center
    }
}

header {
    background-color: #fff;
    background-image: none !important;
    background-image: url(../img/roythemescustomizer/images/textures/pat46.png);
    background-position: top left;
    background-repeat: repeat;
}

.bottom_line_bg {
    background-color: #fff;
    background-image: none !important;
}

.columns-container-bottom {
    background-color: #fff;
    background-image: none !important;
}

header .nav {
    background: #313743;
}

.columns-container-middle {
    background-color: #fff;
}

#index .columns-container-middle {
    background-color: #fff;
}

#view_scroll_left,
#view_scroll_right {
    border-color: #fff;
}

#index .columns-container-top .modezroundtop {
    background-color: #fff;
}

@media (max-width: 479px) {
    header {
        background-position: top left
    }
}

.bottom_line_bg {
    background-image: url(../img/roythemescustomizer/images/textures/pat46.png);
    background-position: top left;
    background-repeat: repeat;
}

.columns-container-bottom {
    background-image: url(../img/roythemescustomizer/images/textures/pat46.png);
    background-position: top left;
    background-repeat: repeat;
}

.loaderbg {
    display: none !important;
}

.loader {
    border-left-color: #FF5A00;
}


.table-bordered {
    background-color: #fff;
}

.table > thead > tr > th {
    background-color: #fff;
    color: #000;
}

.table tfoot tr {
    background-color: #fbfbfb;
}

.page-subheading {
    border-color: #fafafa;
    color: #222;
}

.checkbox label {
    color: #777;
}

#order-opc .checkbox label {
    color: #000;
}

#address .form-group .form-control,
#identity .form-group .form-control,
#account-creation_form .form-group .form-control,
#login_form .form-group .form-control,
.login_form .form-group .form-control,
#new_account_form .form-group .form-control,
#opc_account_form .form-group .form-control,
#authentication .form-group .form-control {
    background-color: #fff;
}

div.selector select {
    background-color: #fff;
    border-color: #e5e5e5;
}

#attributes .attribute_list div.selector {
    border-right-color: #e5e5e5;
}

.form-control.grey {
    background-color: #fbfbfb;
}

.block .title_block a,
.sds_title_block a,
.sdstitle_block,
#royinfoblock h3,
.block h4 a,
.page-heading,
.block .title_block,
.block h4 {
    font-size: 20px;
    line-height: 17px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #royinfoblock h3 {
        font-size: 13px !important;
        line-height: 13px !important
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    #royinfoblock h3 {
        font-size: 11px !important;
        line-height: 11px !important
    }
}

@media (max-width: 479px) {
    #royinfoblock h3 {
        font-size: 9px !important;
        line-height: 9px !important
    }
}

.shopping_cart > a:first-child > span.cartname {
    font-size: 13px;
    line-height: 17px;
}

#bottominfo_block p {
    font-size: 13px;
    line-height: 13px;
}

#bottominfo_block h3 {
    font-size: 25px;
    line-height: 31px;
}

#footer #newsletter_block_left h4,
.footer-wrapper #footer #social_block h4 {
    font-size: 11px;
    line-height: 11px;
}

.box-info-product #our_price_display {
    font-size: 23px;
    line-height: 15px;
}

.price.product-price,
.price-percent-reduction,
.old-price.product-price {
    font-size: 20px;
    line-height: 20px;
    margin-left: 4px;
}

@media (max-width: 767px) {
    .price-percent-reduction {
        margin-left: unset;
    }
}

ul.product_list.list li .right-block .content_price span {
    font-size: 22px;
    line-height: 24px;
}

@media (max-width: 1199px) {
    ul.product_list.list li .right-block .content_price span {
        font-size: 18px;
        line-height: 20px
    }
}

ul#homefeatured.rv_carousel li {
    padding: 0 !important;
    position: relative;
}

ul#blockbestsellers.rv_carousel li {
    padding: 0 !important;
    position: relative;
}

ul#blocknewproducts.rv_carousel li {
    padding: 0 !important;
    position: relative;
}

ul#royspecials.rv_carousel li {
    padding: 0 !important;
    position: relative;
}

.infopanel {
    background-color: #fafafa;
    border-color: #5d6779;
}

#royinfoblock > div:before {
    background-color: #5d6779;
}

#royinfoblock h3 {
    color: #818ca1;
}

#royinfoblock h4 {
    color: #a4aec1;
}

#royinfoblock div > div.info-tel {
    background-image: url(../img/roythemescustomizer/upload/icons-tel-1.png) !important;
}

#royinfoblock div > div.info-time {
    background-image: url(../img/roythemescustomizer/upload/icons-time-1.png) !important;
}

#royinfoblock div > div.info-truck {
    background-image: url(../img/roythemescustomizer/upload/icons-truck-1.png) !important;
}

#royinfoblock div > div.info-money {
    background-image: url(../img/roythemescustomizer/upload/icons-money-1.png) !important;
}

#htmlcontent_top .bview .mask {
    display: none !important;
}

#htmlcontent_home .bview .mask {
    display: none !important;
}

#htmlcontent_top .bview-first .mask {
    background-color: #a1d7ca !important;
}

#htmlcontent_home .bview-first .mask {
    background-color: #a1d7ca !important;
}

#htmlcontent_top .bview h2 {
    color: #fff !important;
}

#htmlcontent_home .bview h2 {
    color: #fff !important;
}

#htmlcontent_top .bview p {
    color: #fff !important;
}

#htmlcontent_home .bview p {
    color: #fff !important;
}

#htmlcontent_top .bview .binfo {
    background-color: #FF5A00 !important;
    border-color: #ce573f !important;
    color: #fff !important;
}

#htmlcontent_home .bview .binfo {
    background-color: #FF5A00 !important;
    border-color: #ce573f !important;
    color: #fff !important;
}

#roybrandscarousel .bx-controls a {
    background-color: #fff !important;
    border-color: #ededed !important;
}

#center_column .tab-content .bx-controls .bx-next:before,
.owl-controls .owl-next:before {
    color: #fff !important;
}

#center_column .tab-content .bx-controls .bx-prev:before,
.owl-controls .owl-prev:before {
    color: #fff !important;
}

#roybrandscarousel .bx-controls a.bx-prev:before {
    color: #d6d6d6 !important;
}

#roybrandscarousel .bx-controls a.bx-next:before {
    color: #d6d6d6 !important;
}

.tparrows:hover {
    background-color: #6d6d6d !important;
    border-color: #515151 !important;
}

#roybrandscarousel .bx-controls a:hover {
    background-color: #6d6d6d !important;
    border-color: #515151 !important;
}

#center_column .tab-content .bx-controls .bx-next:hover:before,
.owl-controls .owl-next:hover:before {
    color: #fff;
}

#center_column .tab-content .bx-controls .bx-prev:hover:before,
.owl-controls .owl-prev:hover:before {
    color: #fff;
}

.tp-leftarrow:hover:before {
    color: #fff;
}

.tp-rightarrow:hover:before {
    color: #fff;
}

#roybrandscarousel .bx-controls a.bx-prev:hover:before {
    color: #fff !important;
}

#roybrandscarousel .bx-controls a.bx-next:hover:before {
    color: #fff !important;
}

.tp-leftarrow:before {
    color: #fff !important;
}

.tp-rightarrow:before {
    color: #fff !important;
}

.bottom_line_bg {
    display: none !important;
    height: 120px !important;
}

.columns-container-middle {
    padding-bottom: 0;
}

#roybrandscarousel {
    background-color: #fff;
    border-color: #e5e5e5;
}

#FINALmenu {
    display: none !important;
}

.topmenu_container {
    display: none;
}


#FINALmenu.sticky_menu,
#FINALmenu.sticky_menu #FINALmenu-desktop-nav > li:first-child,
#FINALmenu.sticky_menu #FINALmenu-desktop-nav > li.right-tabs.first {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

body #FINALmenu .container #FINALmenu-desktop-nav > li:hover div.top-link-wrapper span.tab-note,
body #FINALmenu #FINALmenu-desktop-nav > li .top-link-wrapper .tab-note {
    color: #fff !important;
}

#FINALmenu #FINALmenu-desktop-nav .top-link-wrapper i {
    color: #fff !important;
}

#FINALmenu-vertical #FINALmenu-vertical-nav > li {
    background: #fff !important;
}

#FINALmenu-vertical .top-link-wrapper a,
#FINALmenu-vertical .top-link-wrapper span {
    color: #333 !important;
    color: #333 !important;
}

#FINALmenu-vertical .top-link-wrapper i {
    color: #333 !important;
}

#FINALmenu-vertical #FINALmenu-vertical-nav > li:hover {
    background: #fff !important;
}

#FINALmenu-vertical #FINALmenu-vertical-nav > li:hover .top-link-wrapper i,
#FINALmenu-vertical #FINALmenu-vertical-nav > li:hover .top-link-wrapper a,
#FINALmenu-vertical #FINALmenu-vertical-nav > li:hover .top-link-wrapper span {
    color: #FF5A00 !important;
}

#FINALmenu-vertical-nav > li .tab-note {
    color: #fff !important;
}

body #FINALmenu-vertical #FINALmenu-vertical-nav > li:hover .top-link-wrapper .tab-note {
    color: #fff !important;
}

#FINALmenu-vertical-nav .top-link-wrapper > .top-level-link:before {
    background: #e5e5e5 !important;
}

#FINALmenu-vertical {
    border-color: #e5e5e5 !important;
}

.sf-contener {
    background-color: #fff !important;
}

@media (max-width: 767px) {
    .cat-title {
        background-color: #fff !important
    }
}

#FINALmenu {
    background-color: #fff !important;
}

.sf-contener {
    border-color: #141300 !important;
}

@media (max-width: 767px) {
    .cat-title {
        border-color: #141300 !important
    }
}

#FINALmenu {
    border-color: #141300 !important;
    border-style: solid;
}

#FINALmenu #FINALmenu-desktop-nav > li {
    background-color: #000;
}

@media (max-width: 767px) {
    .cat-title {
        color: #fff !important
    }
}

#FINALmenu #FINALmenu-desktop-nav > li {
    color: #fff !important;
}

#FINALmenu #FINALmenu-desktop-nav > li > a {
    color: #fff !important;
}

#FINALmenu #FINALmenu-desktop-nav .top-link-wrapper a,
#FINALmenu #FINALmenu-desktop-nav .top-link-wrapper span {
    color: #fff !important;
}

#FINALmenu #FINALmenu-desktop-nav .top-link-wrapper i.show-items-icon {
    color: #fff !important;
}

#FINALmenu #FINALmenu-desktop-nav > li:hover {
    color: #484848 !important;
}

#FINALmenu #FINALmenu-desktop-nav > li:hover > a {
    color: #484848 !important;
}

#FINALmenu #FINALmenu-desktop-nav > li:hover .top-link-wrapper a,
#FINALmenu #FINALmenu-desktop-nav > li:hover .top-link-wrapper span {
    color: #484848 !important;
}

#FINALmenu-desktop-nav .FINALmenu-simple-tab ul {
    background-color: #fff !important;
}

#FINALmenu-desktop-nav .FINALmenu-simple-tab a {
    color: #333 !important;
}

#FINALmenu-desktop-nav .FINALmenu-simple-tab a:hover {
    color: #FF5A00 !important;
}

#FINALmenu-vertical .FINALmenu-tab-content .second-level-item .show-items-icon,
#FINALmenu .FINALmenu-tab-content .second-level-item .show-items-icon {
    color: #FF5A00 !important;
}

#FINALmenu-desktop-nav .FINALmenu-advance-tab .FINALmenu-tab-content {
    border-color: #e5e5e5 !important;
}

#FINALmenu-desktop-nav .FINALmenu-simple-tab .FINALmenu-tab-content ul {
    border-color: #e5e5e5 !important;
}

#FINALmenu-vertical .FINALmenu-advance-tab .FINALmenu-tab-content {
    border-color: #e5e5e5 !important;
}

#FINALmenu-vertical .FINALmenu-simple-tab .FINALmenu-tab-content ul {
    border-color: #e5e5e5 !important;
}

.FINALmenu-simple-tab ul li a:after,
#FINALmenu-vertical #FINALmenu-vertical-nav ul li a:after {
    background: #e5e5e5 !important;
}

#search_block_top #searchbox {
    background: #fafafa !important;
    border-color: #ededed !important;
}

#search_block_top .btn.button-search {
    background-color: #fff !important;
    border-color: #ededed !important;
}

#search_block_top #searchbox input {
    color: #9C9B9B !important;
}

#search_block_top .btn.button-search span {
    background-image: url(../img/roythemescustomizer/upload/icons-lens-1.png) !important;
}

#sdssearch_block_top .btn.button-search {
    background-image: url(../img/roythemescustomizer/upload/icons-lens-1.png) !important;
}

.ac_results {
    -moz-box-shadow: rgba(0,
    0,
    0,
    0.2) 0 7px 11px !important;
    -webkit-box-shadow: rgba(0,
    0,
    0,
    0.2) 0 7px 11px !important;
    background-color: #fff !important;
    border-color: #e5e5e5 !important;
    box-shadow: rgba(0,
    0,
    0,
    0.2) 0 7px 11px !important
}

/*.ac_results li:hover,
.ac_results li.ac_over {
    background-color:#fbfbfb!important;
}
*/
.bread-cont {
    position: static;
}

.breadcrumb a {
    color: #888;
}

.breadcrumb a:hover {
    color: #FF5A00;
}

.breadcrumb a:after {
    color: #d5d5d5;
}

.breadcrumb a.home span.bread_home {
    background-image: url(../img/roythemescustomizer/upload/bread_home-1.png) !important;
}

.block .title_block,
.block h4 {
    background-color: #FF5A00;
    border-color: #fff;
    color: #fff;
}

.block .title_block a,
.block h4 a {
    color: #fff;
}

.block .title_block a:hover,
.block h4 a:hover {
    color: #2c403b;
}

.block .block_content a {
    color: #333;
}

.block .block_content a:hover {
    color: #1d1d1d;
}

.block .block_content a.button-small {
    background-color: #fff;
    border-color: #ededed;
    color: #333;
}

.block .products-block li,
.block .products-block .products_item {
    border-color: #fafafa;
}

.block .products-block .products-block-image {
    border-color: #fafafa;
}

#categories_block_left li a,
#categories_block_left li li a {
    color: #333;
}

#categories_block_left li span.grower:hover + a,
#categories_block_left li a:hover,
#categories_block_left li a.selected {
    color: #FF5A00;
}

#categories_block_left li a:before {
    background-color: #f5f5f5;
}

#cms #center_column h1 {
    color: #000;
}

#cms #center_column h1:before,
#cms #center_column h2:before {
    background-color: #d5d5d5;
}

.brandstitle:before {
    background-color: #d5d5d5;
}

#index .newsblock h4:before {
    background-color: #d5d5d5;
}

.news_p_more {
    border-color: #d5d5d5;
}

.page-heading:before {
    border-color: #d5d5d5;
}

.brandstitle span:before {
    background-color: #FF5A00;
}

#cms #center_column h1:after,
#cms #center_column h2:after {
    background-color: #FF5A00;
}

.page-heading:after {
    background-color: #FF5A00;
}

#page .rte {
    color: #1d1b1b;
    margin: 00px 10px 00px 10px;
}

#cms #center_column h2 {
    color: #1d1b1b;
}

#page .rte a {
    color: #FF5A00;
}

#page .rte a:hover {
    color: #515151;
}

.contact-form-box fieldset {
    background-color: #fff;
    border-color: #e5e5e5;
}

.alert-warning {
    background-color: #888;
    color: #fff;
}

.success-warning {
    background-color: #48b151;
    color: #fff;
}

.info-warning {
    background-color: #5192f3;
    color: #fff;
}

.danger-warning {
    background-color: #FF5A00;
    color: #fff;
}

#center_column ul.product_list.grid:not(.owl-carousel) li {
    margin-bottom: 20px !important;
}

@media (min-width: 992px) {
    ul.product_list .functional-buttons div.compare a:before,
    ul.product_list .functional-buttons div.wishlist a:before {
        display: none !important
    }

    /* ul.product_list.grid li:nth-child(5n+1) {
        
    } */

    #index ul.product_list.grid li:nth-child(5n+1) {
        clear: none;
        width: 100%;
    }
}

@media (min-width: 480px) and (max-width: 991px) {
    ul.product_list.grid li.first-item-of-tablet-line {
        clear: left
    }

    #index ul.product_list.grid li.first-item-of-tablet-line {
        clear: none
    }
}

.subcategoriestitle {
    display: inline-block;
}

.content_scene_cat {
    display: block;
}

#subcategories {
    display: inline-block;
}

.product_list .product-image-container .second-img {
    background-color: #fff;
    display: none !important;
}

.page-heading span.lighter {
    color: #FF5A00;
}

.page-heading span.heading-counter {
    color: #888;
}

.content_sortPagiBar .sortPagiBar {
    background-color: #fff;
    border-color: #ededed;
}

.top-pagination-content,
.bottom-pagination-content {
    border-color: #ededed;
}

.content_sortPagiBar .display li.selected,
.content_sortPagiBar .display_m li.selected {
    background-color: #1d1b1b;
}

.content_sortPagiBar .sortPagiBar .compare-form {
    border-left-color: #fafafa;
}

.content_sortPagiBar .sortPagiBar label {
    color: #888;
}

.top-pagination-content ul.pagination li > a span,
.top-pagination-content ul.pagination li > span span,
.bottom-pagination-content ul.pagination li > a span,
.bottom-pagination-content ul.pagination li > span span {
    background-color: #2d2c2c;
    color: #fff;
}

.module-smartblog-category .pagination > li > a {
    background-color: #f2f2f2;
    color: #888;
}

.top-pagination-content ul.pagination li > a:hover span,
.bottom-pagination-content ul.pagination li > a:hover span {
    background-color: #6d6d6d;
    color: #fff;
}

.module-smartblog-category .pagination > li > a:hover {
    background-color: #6d6d6d;
    color: #fff;
}

.top-pagination-content ul.pagination li.active > span span,
.bottom-pagination-content ul.pagination li.active > span span {
    background-color: #ff5a00;
    color: #fff;
}

.module-smartblog-category .pagination > li > span {
    background-color: #a1d7ca;
    color: #fff;
}

.top-pagination-content ul.pagination li.pagination_previous,
.top-pagination-content ul.pagination li.pagination_next,
.bottom-pagination-content ul.pagination li.pagination_previous,
.bottom-pagination-content ul.pagination li.pagination_next {
    background-color: #f2f2f2;
}

.bottom-pagination-content ul.pagination li.pagination_previous:hover,
.bottom-pagination-content ul.pagination li.pagination_next:hover {
    background-color: #6d6d6d;
}

.top-pagination-content ul.pagination li.pagination_previous > a,
.top-pagination-content ul.pagination li.pagination_previous > span,
.top-pagination-content ul.pagination li.pagination_next > a,
.top-pagination-content ul.pagination li.pagination_next > span,
.bottom-pagination-content ul.pagination li.pagination_previous > a,
.bottom-pagination-content ul.pagination li.pagination_previous > span,
.bottom-pagination-content ul.pagination li.pagination_next > a,
.bottom-pagination-content ul.pagination li.pagination_next > span {
    color: #888;
}

.bottom-pagination-content ul.pagination li.pagination_previous > a:hover,
.bottom-pagination-content ul.pagination li.pagination_next > a:hover {
    color: #fff;
}

.bottom-pagination-content .nbrItemPage label {
    color: #888;
}

.bottom-pagination-content .nbrItemPage .clearfix > span {
    color: #888;
}

.post-page .results {
    color: #888;
}

.content_sortPagiBar .product-count,
.content_sortPagiBar .product-count {
    color: #ababab;
}

.layered_filter {
    border-top-color: #eee;
}

.ui-slider-horizontal .ui-widget-header {
    background-color: #fa7c63;
}

.ui-slider-horizontal,
.ui-slider-horizontal .ui-widget-content {
    background-color: #e5e5e5;
}

#layered_block_left .ui-slider .ui-slider-handle {
    background-color: #fa7c63;
    border-color: #c0392b;
}

ul.product_list.grid li .product-container {
    background-color: #fff;
    border-color: #fff;
}

ul.product_list.list li .product-container {
    background-color: #fff;
    border-color: #fff;
}

.product-name {
    color: #333;
    color: #333;
}

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

.old-price {
    color: #FF5A00;
}

ul.product_list.grid li .product-container .old-price {
    color: #FF5A00;
}

.price-percent-reduction {
    background-color: #2d2c2c;
    color: #fff;
}

.box-info-product #reduction_percent,
.box-info-product #reduction_amount {
    background-color: #FF5A00;
}

ul.product_list.list li .product-image-container {
    background-color: #fff;
}

ul.product_list.list li .product-desc {
    color: #777;
}

ul.product_list.list li .product-image-container:before {
    background-color: #f2f2f2;
}

ul.product_list.list li .right-block .button-wrapper:before {
    background-color: #f2f2f2;
}

.countcontainer {
    display: none !important;
}

.product_count_block {
    display: none !important;
}

.roycountdown:before,
.roycountoff:before {
    background-color: #fff !important;
}

.county .county-days-wrapper,
.county .county-hours-wrapper,
.county .county-minutes-wrapper,
.county .county-seconds-wrapper {
    color: #888 !important;
}

.county-label-days,
.county-label-hours,
.county-label-minutes,
.county-label-seconds {
    color: #888 !important;
}

.roycountoff {
    color: #888 !important;
}

.county > span:before {
    background-color: #e5e5e5 !important;
}

ul.product_list.grid li .product-container .button-container .ajax_add_to_cart_button,
ul.product_list.list li .product-container .button-container .ajax_add_to_cart_button {
    background-color: #2d2c2c;
    border-color: #2d2c2c;
    color: #ff5a00;
}

ul.product_list.grid li:hover .product-container .button-container .ajax_add_to_cart_button {
    background-color: #2d2c2c;
    border-color: #2d2c2c;
    color: #fff;
}

ul.product_list.list li .product-container .button-container .ajax_add_to_cart_button:hover {
    background-color: #2d2c2c;
    border-color: #2d2c2c;
    color: #fff;
}

ul.product_list.grid li .product-container .button-container .ajax_add_to_cart_button:hover {
    background-color: #2d2c2c;
    border-color: #2d2c2c;
    color: #fff;
}

ul.product_list li .product-container .product-image-container .lnk_view {
    background-color: #fff;
    background-image: url(../img/roythemescustomizer/upload/product_view-1.png) !important;
    border-color: #f2f2f2;
    display: none !important;
}

ul.product_list li .product-container .product-image-container .quick-view {
    background-color: #fff;
    background-image: url(../img/roythemescustomizer/upload/product_view-1.png) !important;
    border-color: #f2f2f2;
}

ul.product_list li .product-container .product-image-container .lnk_view:hover {
    background-color: #FF5A00;
    border-color: #ce573f;
}

ul.product_list li .product-container .product-image-container .quick-view:hover {
    background-color: #FF5A00;
    border-color: #ce573f;
}

ul.product_list li .product-container .product-image-container .lnk_view:hover span {
    color: #fff;
}

ul.product_list li .product-container .product-image-container .quick-view:hover span {
    color: #fff;
}

ul.product_list .functional-buttons div a,
ul.product_list .functional-buttons div label {
    color: #909090;
}

ul.product_list .functional-buttons div a:hover,
ul.product_list .functional-buttons div label:hover {
    color: #323232;
}

ul.product_list .functional-buttons div.compare a:before {
    background-color: #fff;
    background-image: url(../img/roythemescustomizer/upload/product_wishcomp-1.png) !important;
}

ul.product_list .functional-buttons div.compare a.checked:before {
    background-color: #FF5A00;
}

ul.product_list .functional-buttons div.wishlist a:before {
    background-color: #fff;
    background-image: url(../img/roythemescustomizer/upload/product_wishcomp-1.png) !important;
}

ul.product_list.list li .center-block .functional-buttons .wishlist a:before {
    background-color: #fff;
    background-image: url(../img/roythemescustomizer/upload/product_wishcomp-1.png) !important;
}

ul.product_list .functional-buttons div.wishlist a.checked:before {
    background-color: #FF5A00;
}

ul.product_list.list li .center-block .functional-buttons .wishlist a.checked:before {
    background-color: #FF5A00;
}

.new-label {
    background-color: #a1d7ca;
    border-color: #6dad9d;
    color: #fff;
    display: none !important;
}

.sale-label {
    background-color: #FF5A00;
    border-color: #ce573f;
    color: #fff;
    display: none !important;
}

.soldout-label {
    background-color: #fdfdfd;
    border-color: #ddd;
    color: #f45435;
}

ul.product_list.grid li .product-container .product-image-container .img_grad {
    display: none !important;
}

ul.product_list.list li .product-container .product-image-container .img_grad {
    display: none !important;
}

ul.product_list.list li .product-container .product-image-container .lnk_view {
    display: none !important;
}

table#product_comparison tbody tr td.td_empty,
table#product_comparison tbody tr td.feature-name,
table#product_comparison tbody tr.comparison_header {
    background-color: #fff;
    color: #333;
}

table#product_comparison tbody tr td.comparison_infos {
    background-color: #fafafa;
}

table#product_comparison tbody tr td {
    color: #777;
}

table#product_comparison .product-image-block {
    background-color: #fff;
}

table#product_comparison .remove a i {
    background-color: #FF5A00;
}

table#product_comparison .remove a:hover i {
    background-color: #6d6d6d;
}

ul.product_list li .product-container .product-image-container .lnk_view_mobile span {
    background-image: url(../img/roythemescustomizer/upload/product_view-1.png) !important;
}

ul.product_list li .product-container .product-image-container .lnk_view_list span {
    background-image: url(../img/roythemescustomizer/upload/product_view-1.png) !important;
}

.content_sortPagiBar .display li span.products_grid_switcher,
.content_sortPagiBar .display_m li span.products_grid_switcher {
    background-image: url(../img/roythemescustomizer/upload/gridlist-1.png) !important;
}

.content_sortPagiBar .display li span.products_list_switcher,
.content_sortPagiBar .display_m li span.products_list_switcher {
    background-image: url(../img/roythemescustomizer/upload/gridlist-1.png) !important;
}

#wishlist_button:before {
    background-color: #fff;
    background-image: url(../img/roythemescustomizer/upload/product_wishcomp-1.png) !important;
}

#usefull_link_block li.sendtofriend a:before {
    background-color: #fff;
    background-image: url(../img/roythemescustomizer/upload/product_useful-1.png) !important;
}

#usefull_link_block li.print a:before {
    background-color: #fff;
    background-image: url(../img/roythemescustomizer/upload/product_useful-1.png) !important;
}

.pb-left-column #image-block {
    background-color: #fff;
}

#thumbs_list li a {
    border-color: #fff;
}

#thumbs_list li {
    border-color: #cdcdcd;
}

#view_scroll_left,
#view_scroll_right {
    background-color: #e5e5e5;
}

#views_block:hover #view_scroll_left,
#views_block:hover #view_scroll_right {
    background-color: #FF5A00;
}

.socialsharing_product button {
    background-color: #fff;
    color: #888;
}

.buttons_bottom_block #wishlist_button {
    color: #ababab;
}

#usefull_link_block li a {
    color: #ababab;
}

.resetimg #wrapResetImages a {
    color: #ababab;
}

.buttons_bottom_block #wishlist_button:hover {
    color: #333;
}

#usefull_link_block li a:hover {
    color: #333;
}

.resetimg #wrapResetImages a:hover {
    color: #333;
}

.resetimg #wrapResetImages a i:before {
    background-color: #fff;
}

.pb-left-column p.socialsharing_product {
    display: none !important;
}

#usefull_link_block li.sendtofriend {
    display: none !important;
}

#usefull_link_block li.print {
    display: none !important;
}

.pb-center-column #short_description_block #short_description_content p {
    color: #6d6d6d;
}

.pb-center-column #product_condition span,
.pb-center-column #availability_statut span,
.pb-center-column #product_reference span {
    color: #6d6d6d;
}

#product_manufacturer {
    display: none !important;
}

.product_manufacturer_logo {
    display: none !important;
}

.product_attributes label {
    color: #333;
}

#attributes .attribute_list select {
    background-color: #fff;
}

#attributes .attribute_list #color_to_pick_list li {
    border-color: #e5e5e5;
}

#attributes .attribute_list #color_to_pick_list li.selected {
    border-color: #6d6d6d;
}

.btn.button-plus span,
.btn.button-minus span {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 23px;
    font-weight: 300;
}

#order-opc .btn.button-plus span,
#order-opc .btn.button-minus span,
#order .btn.button-plus span,
#order .btn.button-minus span {
    background-color: #cecece;
}

#order-opc .btn.button-plus:hover span,
#order-opc .btn.button-minus:hover span,
#order .btn.button-plus:hover span,
#order .btn.button-minus:hover span {
    background-color: #ff5a00;
}

#order-opc .btn.button-plus,
#order-opc .btn.button-minus,
#order .btn.button-plus,
#order .btn.button-minus {
    color: #6d6d6d;
}

.btn.button-plus:hover,
.btn.button-minus:hover {
    color: #6d6d6d;
}

#order-opc .btn.button-plus:hover,
#order-opc .btn.button-minus:hover,
#order .btn.button-plus:hover,
#order .btn.button-minus:hover {
    color: #6d6d6d;
}

#product .addcustom {
    background-color: #ff5a00;
    border-color: #ff5a00;
    color: #fff;
}

.product_count_block .countcontainer .roycounttitle,
.product_count_block .countcontainer .roycountoff {
    background-color: #de2666 !important;
    color: #fff !important;
}

.product_count_block .roycountdown:before,
.product_count_block .roycountoff:before {
    background-color: #fff !important;
}

.product_count_block .county .county-days-wrapper,
.product_count_block .county .county-hours-wrapper,
.product_count_block .county .county-minutes-wrapper,
.product_count_block .county .county-seconds-wrapper {
    color: #888 !important;
}

.product_count_block .county-label-days,
.product_count_block .county-label-hours,
.product_count_block .county-label-minutes,
.product_count_block .county-label-seconds {
    color: #888 !important;
}

.product_count_block .roycountoff {
    color: #888 !important;
}

.product_count_block .county > span:before {
    background-color: #e5e5e5 !important;
}

.box-info-product {
    background-color: #e5e5e5;
}

.pb-center-column #buy_block {
    border-color: #e5e5e5;
}

.box-cart-bottom {
    border-left-color: #fafafa;
}

.box-info-product #our_price_display {
    color: #FF5A00;
}

.idTabs > li a {
    background-color: #e9e9e9;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #fff;
}

.table-data-sheet tr td:first-child {
    background-color: #fafafa;
    color: #6d6d6d;
}

.page-product-box .accessories_block .block_content .product_desc .s_title_block a {
    color: #333;
}

.page-product-box .accessories_block .block_content .product_desc .s_title_block .price {
    color: #FF5A00;
}

.page-product-box .accessories_block .block_content .product_desc .product_description {
    color: #6d6d6d;
}

#product.content_only div.primary_block {
    background-color: #fdfdfd;
}

.shopping_cart > a:first-child > span.cartname {
    color: #4b5363;
}

.shopping_cart:hover > a:first-child > span.cartname {
    color: #4b5363;
}

.shopping_cart:hover > a:first-child > span {
    color: #4b5363;
}

.shopping_cart > a:first-child > span {
    color: #818ca1;
}

.shopping_cart:hover > a:first-child {
    background-color: #fff;
    border-color: #fff;
}

#header .shopping_cart:hover > a:first-child > .carticon {
    background-color: #fff;
    border-color: #fff;
}

#header .shopping_cart > a:first-child .carticon {
    background-color: #fff;
    border-color: #f2f2f2;
}

#header .shopping_cart > a:first-child > span.carticon {
    background-image: url(../img/roythemescustomizer/upload/carticon-1.png) !important;
}

#header .shopping_cart > a:first-child > span.cartarrow:before {
    color: #FF5A00;
}

#header .cart_block {
    -moz-box-shadow: rgba(0,
    0,
    0,
    0.2) 0 7px 11px !important;
    -webkit-box-shadow: rgba(0,
    0,
    0,
    0.2) 0 7px 11px !important;
    background-color: #fafafa;
    border-color: #f2f2f2;
    box-shadow: rgba(0,
    0,
    0,
    0.2) 0 7px 11px !important
}

.cart_block .cart-info .quantity-formated {
    color: #9b9b9b;
}

.cart_block_list dl.products .cart-info {
    float: left;
}

.cart_block_list dl.products {
    margin-bottom: 5px;
}

.cart_block_list dl.products a.cart-images {
    padding: 0px;
}

.cart_block_list dl.products a.cart-images img {
    float: left;
    border: 1px solid #efefef;
}

#header .cart_block a:hover {
    color: #1d1b1b;
}

#header .cart_block .product-atributes a {
    color: #9c9b9b;
    font-size: 12px;
    line-height: 12px;
}

#header .cart_block .price {
    color: #5e5e5e;
}

#header .cart_block .cart_block_list .remove_link a,
#header .cart_block .cart_block_list .ajax_cart_block_remove_link {
    color: #FF5A00;
}

#header .cart_block .cart_block_list .remove_link a:hover,
#header .cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
    color: #6d6d6d;
}

#header .cart_block dt {
    border-top-color: #fff;
}

#header .cart_block .cart-prices {
    background-color: #fff;
    border-color: #e5e5e5;
}

#header .cart_block img {
    border-color: #e5e5e5;
}

#layer_cart {
    background-color: #fafafa;
}

#layer_cart .layer_cart_cart {
    border-left-color: #f2f2f2;
}

#layer_cart .crossseling .crossseling-content {
    border-top-color: #f2f2f2;
}

#layer_cart .layer_cart_product h2 {
    position: relative;
    background-color: #46a74e;
    color: #fff;
    margin: 0;
}

#layer_cart .layer_cart_product .product-image-container {
    border-color: #e5e5e5;
}

#layer_cart .crossseling #blockcart_list ul li .product-image-container {
    border-color: #e5e5e5;
}

#layer_cart .crossseling #blockcart_list ul li .product-name a {
    color: #333;
}

#layer_cart .crossseling #blockcart_list ul li .price {
    color: #333;
}

#layer_cart .layer_cart_product {
    color: #888;
}

#layer_cart .layer_cart_product .layer_cart_product_info > div strong,
#layer_cart .layer_cart_product .layer_cart_cart > div strong {
    color: #333;
}

#layer_cart .layer_cart_product .btn-block + .btn-block {
    margin-top: unset;
}

#layer_cart .layer_cart_product .continuebutton-container {
    margin: 10px 0;
    padding-top: 10px;
    border-top: 1px solid #d6d4d4;
}

#layer_cart .layer_cart_product .blockproductscategory {
    padding-bottom: unset;
    margin-bottom: unset;
}

#layer_cart .layer_cart_product .product_list .product-image-container {
    margin-right: unset;
}

#layer_cart .layer_cart_product .product_list .product-container h5 {
    margin-top: 5px;
}

#layer_cart .layer_cart_product {
    overflow: unset !important;
    display: grid;
    height: 100%;
    align-content: space-between;
}

#layer_cart .layer_cart_product_content {
    padding-top: 15px;
    overflow-y: auto;
    max-height: calc(100vh - 108px);
}

.layer_cart_product_content,
.continuebutton-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}


#layer_cart ul.product_list.grid li .product-container .content_price {
    padding-right: 0;
}

#layer_cart {
    position: fixed;
}

#layer_cart .layer_cart_product {
    padding: 0 !important;
}

#layer_cart .layer_cart_product .continuebutton-container {
    margin: 15px 0;
}

#layer_cart .layer_cart_product .blockproductscategory {
    padding-bottom: unset;
    margin-bottom: unset;
    margin-top: 10px;
}

#layer_cart .layer_cart_product .product_list .product-image-container {
    margin-right: unset;
}

#layer_cart .cross {
    top: 0;
    right: 0;
}

.popup-category-products {
    visibility: hidden !important;
}

.popup-category-products.owl-loaded {
    visibility: visible !important;
}

.popup-category-products {
    visibility: hidden;
}

.popup-category-products {
    transition: visibility 0s linear 0.2s;
}

.popup-category-products.visible {
    visibility: visible;
    transition-delay: 0s;
}

.productscategory_h2 .short-text {
    display: none;
}

.productscategory_h2 .full-text {
    display: inline;
}

@media (max-width: 767px) {
    .productscategory_h2 .full-text {
        display: none;
    }

    .productscategory_h2 .short-text {
        display: inline;
    }
}

#layer_cart .layer_cart_cart h2 {
    background-color: #fff;
    color: #888;
}

#layer_cart .layer_cart_cart .layer_cart_row {
    background-color: #fff;
    color: #888;
}

#layer_cart .layer_cart_cart .layer_cart_row .ajax_block_products_total,
#layer_cart .layer_cart_cart .layer_cart_row .ajax_block_shipping_cost,
#layer_cart .layer_cart_cart .layer_cart_row .price,
#layer_cart .layer_cart_cart .layer_cart_row .ajax_cart_tax_cost,
#layer_cart .layer_cart_cart .layer_cart_row .ajax_block_cart_total {
    color: #333;
}

#layer_cart .crossseling h2 {
    color: #888;
}

#layer_cart .cross {
    color: #FF5A00;
}

#layer_cart .cross:hover {
    color: #6d6d6d;
}

#layer_cart .btn-block + .btn-block {
    margin-top: 0;
}

#address p.required,
#identity p.required,
#account-creation_form p.required,
#new_account_form p.required,
#opc_account_form p.required,
#authentication p.required {
    color: #fa7c63;
}

#my-account ul.myaccount-link-list li a {
    color: #6d6d6d;
}

#my-account ul.myaccount-link-list li a:hover {
    color: #333;
}

#my-account ul.myaccount-link-list li a i {
    background-color: #FF5A00;
    border-color: #1d1b1b;
}

#my-account ul.myaccount-link-list li a:hover i {
    background-color: #6d6d6d;
    border-color: #515151;
}

ul.footer_links {
    border-top-color: #ededed;
}

.icon-addaddress:before {
    background-image: url(../img/roythemescustomizer/upload/icons-myaccount-1.png) !important;
}

.icon-list-ol:before {
    background-image: url(../img/roythemescustomizer/upload/icons-myaccount-1.png) !important;
}

.icon-ban-circle:before {
    background-image: url(../img/roythemescustomizer/upload/icons-myaccount-1.png) !important;
}

.icon-building:before {
    background-image: url(../img/roythemescustomizer/upload/icons-myaccount-1.png) !important;
}

.icon-user:before {
    background-image: url(../img/roythemescustomizer/upload/icons-myaccount-1.png) !important;
}

.icon-heart:before {
    background-image: url(../img/roythemescustomizer/upload/icons-myaccount-1.png) !important;
}

.button.button-medium span i.icon-user {
    background-image: url(../img/roythemescustomizer/upload/icons-autentification-1.png) !important;
}

.button.button-medium span i.icon-lock {
    background-image: url(../img/roythemescustomizer/upload/icons-autentification-1.png) !important;
}

ul.step li em {
    background-color: #d6d6d6;
    border-color: #b2b2b2;
    color: #fff;
}

ul.step li.step_todo span {
    color: #888;
}

ul.step li.step_current em {
    background-color: #FF5A00;
    border-color: #ce573f;
    color: #fff;
}

ul.step li.step_current span {
    color: #000;
}

ul.step li.step_done a em {
    background-color: #FF5A00;
    border-color: #ce573f;
    color: #fff;
}

ul.step li.step_done a {
    color: #888;
}

ul.step li.step_done a:hover em {
    background-color: #6d6d6d;
    border-color: #515151;
    color: #fff;
}

ul.step li.step_done a:hover {
    color: #fa7c63;
}

#cart_summary tbody td.cart_product img {
    border-color: #fff;
}

#cart_summary tbody td.cart_description .product-name a {
    color: #333;
}

#cart_summary tbody td.cart_description small {
    color: #777;
}

#cart_summary tbody td.cart_description small a,
#cart_summary tbody td.cart_description small a:hover {
    color: #777;
}

.cart_delete a.cart_quantity_delete i,
a.price_discount_delete i {
    background-color: #FF5A00;
}

.cart_delete a.cart_quantity_delete:hover i,
a.price_discount_delete:hover i {
    background-color: #6d6d6d;
}

#cart_summary tfoot td.total_price_container span {
    color: #333;
}

#cart_summary tfoot td.text-right {
    color: #333;
}

.order_carrier_content .carrier_title {
    color: #333;
}

#cart_summary tfoot td#total_price_container {
    color: #333;
}

#order .delivery_option > div > table,
#order-opc .delivery_option > div > table {
    background-color: #fff;
}

#order .delivery_option > div > table.resume td,
#order-opc .delivery_option > div > table.resume td {
    color: #333;
}

p.payment_module a {
    background-color: #f6f6f6;
    color: #333;
}

p.payment_module a:hover {
    background-color: #fff;
}

p.payment_module a span {
    color: #777;
}

p.payment_module a.cheque:after,
p.payment_module a.bankwire:after,
p.payment_module a.cash:after {
    color: #777;
}

#footer #newsletter_block_left h4 {
    color: #797979;
}

.footer-wrapper #footer #social_block h4 {
    color: #797979;
}

#footer #newsletter_block_left {
    border-color: #f2f2f2;
}

.footer-wrapper #footer #social_block {
    border-color: #f2f2f2;
}

#footer #newsletter_block_left .form-group .form-control {
    background-color: #f2f2f2;
}

#footer #newsletter_block_left .form-group .button-small:before {
    color: #fff;
}

#footer #newsletter_block_left .form-group .button-small {
    background-color: #a1d7ca;
    border-color: #6dad9d;
}

.modezuparrow {
    background-color: #fafafa;
}

.modezuparrow span {
    background-color: #FF5A00;
    border-color: #ce573f;
}

.modezuparrow span:before {
    color: #fff;
}

#footer #newsletter_block_left .block_content {
    border-color: #e5e5e5;
}


.footer-wrapper .footer_bottomline_bg {
    background-color: #313743;
}

@media (max-width: 767px) {
    #roy_payment_logo_block_footer {
        background-color: #313743
    }

    .footer-wrapper .footer_bottomline_bg {
        display: none
    }
}

#roy_payment_logo_block_footer .pl_visa {
    display: none !important;
}

#roy_payment_logo_block_footer .pl_mastercard {
    display: none !important;
}

#roy_payment_logo_block_footer .pl_maestro {
    display: none !important;
}

#roy_payment_logo_block_footer .pl_discover {
    display: none !important;
}

#roy_payment_logo_block_footer .pl_paypal {
    display: none !important;
}

.sds_title_block a {
    color: #fff !important;
    color: #333;
    display: inline-block;
    font: 400 24px/24px Oswald,
    sans-serif;
    margin: 0 0 0 55px;
    padding-bottom: 0;
    position: relative;
}

.sds_blog_post .newsblock {
    background-color: #fdfdfd !important;
    border-color: #e5e5e5 !important;
}

.sdsarticleCat > div {
    background-color: #fff !important;
    border-color: #e5e5e5 !important;
}

.sdstitle_block a {
    color: #333 !important;
}

#index .newsblock h4 a {
    color: #333 !important;
}

.sdstitle_block a:hover {
    color: #fa7c63 !important;
}

.blogpost-content .meta,
.blogpost-content .meta a {
    color: #ababab !important;
}

#articleComments {
    background-color: #fff !important;
}

.smartblogcomments {
    background-color: #fff !important;
}

.commentList li .name,
.commentList li .name a {
    color: #333 !important;
}

ul.product_list.grid li .product-container .comments_note {
    -moz-border-radius: 5px 5px 0 0;
    -moz-transition: opacity .2s linear;
    -ms-border-radius: 5px 5px 0 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -o-border-radius: 5px 5px 0 0;
    -o-transition: opacity .2s linear;
    -webkit-border-radius: 5px 5px 0 0;
    -webkit-transition: opacity .2s linear;
    background: #fff;
    background: #fff !important;
    border-radius: 5px 5px 0 0;
    display: none !important;
    left: 50%;
    margin-left: -47px;
    margin-top: -32px;
    opacity: 0;
    padding: 4px 10px;
    position: absolute;
    top: 0;
    transition: opacity .2s linear;
    z-index: 2;
}

ul.product_list.grid .comments_note .nb-comments {
    display: none !important;
    display: none !important;
}

ul.product_list.grid li .product-container .right-block {
    position: relative;
}

ul.product_list.grid li:hover .product-container .comments_note {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

#product_comments_block_tab div.star_on:after {
    color: #FF5A00 !important;
}

div.star.star_on:after {
    color: #FF5A00 !important;
}

#product_comments_block_tab div.star:after {
    color: silver;
}

#product_comments_block_tab .comment_author_infos strong {
    color: #333;
}

#product_comments_block_tab .comment_author_infos em {
    color: #adadad;
}

#product_comments_block_tab div.comment .comment_details {
    border-left-color: #f2f2f2;
}

#product_comments_block_tab div.comment {
    border-top-color: #f2f2f2;
}

#product_comments_block_tab div.comment .comment_details ul li {
    color: #ababab;
}

#product_comments_block_tab span.report_btn {
    color: #ababab;
}

#product_comments_block_tab button.usefulness_btn {
    color: #888;
}

#product_comments_block_tab button.usefulness_yes {
    border-right-color: #e5e5e5;
}

#header #search_block_top #searchbox {
    max-width: 100%;
}

.topmenu:hover {
    background: #fff;
    color: #000;
}

.topmenu {
    -webkit-transition: background-color ease-in-out 0.3s,
    color ease-in-out .3s;
    color: #fff;
    font-family: "Oswald",
    sans-serif;
    font-weight: 400;
    height: 40px;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color ease-in-out 0.3s,
    color ease-in-out .3s;
    white-space: nowrap;
}

.topmenu small {
    font-size: 60%;
}

header .nav {
    background: #f75c02;
}

/*.ac_results {*/
/*    height: 90% !important;*/
/*    top: 45px !important;*/
/*    overflow-y: auto !important;*/
/*}*/

#result_search ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#result_search li {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    cursor: pointer;
    font-size: 14px;
}

.recent-searches h3,
.popular-searches h3 {
    padding: 5px 15px;
    font-size: 13px;
    color: #cbcbcb;
    margin: 5px 0 0;
}

ul.popular-searches {
    margin-bottom: 5px !important;
}

#result_search li:hover {
    background: #f3f3f3;
}

#result_search li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.icon-clock {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    background: url('../img/icon/history.svg') no-repeat center center;
    background-size: 20px 20px;
    filter: brightness(0) saturate(100%) invert(82%) sepia(4%) saturate(164%) hue-rotate(170deg) brightness(92%) contrast(90%);
}

.icon-trend {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    background: url('../img/icon/trending-up.svg') no-repeat center center;
    background-size: 20px 20px;
    filter: brightness(0) saturate(100%) invert(82%) sepia(4%) saturate(164%) hue-rotate(170deg) brightness(92%) contrast(90%);
}

.popular-label {
    color: #999;
    font-size: 12px;
    margin-left: auto;
}

.recent-searches a,
.popular-searches a li > div div:nth-child(2) {
    color: #848484;
}

.popular-searches a li > div div:nth-child(1) {
    color: #000;
}

@media screen and (min-width: 768px) and (max-width: 895px) {
    a[title="LookBook Arif Piercing"] {
        display: none !important;
    }

    #header .head .row #logo_wrapper {
        margin: 0;
    }

    .container.head-height {
        margin: 0px;
        padding: 0px;
    }
}

@media (max-width: 767px) {
    body#order-opc #order-detail-content {
        font-family: Arial, sans-serif;
    }

    body#order-opc #order-detail-content .cart_ref, body#order-opc #order-detail-content .cart_ref small {
        font-family: Arial, sans-serif;
        font-size: 15px;
    }

    body#order-opc #order-detail-content .cart_ref-container small {
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .hide-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hide-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hide-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hide-lg {
        display: none !important
    }
}


p.belkahomeopis {
    font: 400 20px/22px "Oswald", sans-serif;
    text-transform: uppercase;
}

p.belkahomepodpis {
    font: 300 12px / 14px "Poppins", sans-serif;
}

.belkahomedol img {
    width: 41px;
    float: left;
    margin-right: 15px;
}

p.konkurshometitle {
    font-size: 42px;
    line-height: 44px;
    font-weight: 500;
    font-family: 'Oswald', Verdana, sans-serif;
    text-transform: uppercase;
    color: black;
    word-spacing: 0px;
    text-align: center;
}


@media (max-width: 768px) {
    p.konkurshometitle {
        font-size: 20px;
        line-height: 22px;
        font-weight: 500;
        font-family: 'Oswald', Verdana, sans-serif;
        text-transform: uppercase;
        color: black;
        word-spacing: -2px;
        text-align: center;
    }
}

p.konkurshometitle span {
    color: #ff016f;
}


.boksyhomedol img {
    float: left;
    margin: 5px 10px 10px 5px;
}

p.belkaboksytitle {
    font: 500 20px / 24px "Poppins", sans-serif;
}

div.selector {
    max-width: 100% !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out .15s;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #151515;
}

.h1_sm {
    text-align:center;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    margin: 0 0 10px 0;
}

.w-50px {
    width: 50px;
}

.has-error .help-block,
.has-error .control-label,
.has-success .help-block,
.has-success .control-label {
    color: #000;
}

.alert.alert-danger a:not(.close):not(.alert-danger__back) {
    color: #555;
    text-decoration: underline;
}
.alert.alert-danger::before {
    content: none;
}

/** tooltip **/

.arif_tooltip_container {
    position: relative;
    display: inline-block;
    cursor: help;
}

.arif_tooltip {
    visibility: hidden;
    position: absolute;
    background: #fff;
    padding: 10px !important;
    font: 400 12px/14px Roboto, Arial, sans-serif !important;
    text-decoration: none !important;
    white-space: normal;
    z-index: 99999;
    filter: drop-shadow(0 3px 6px rgb(0 0 0 / 0.16)) drop-shadow(0 3px 6px rgb(0 0 0 / 0.23));
    /*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
    text-align: left;
    border: 0 !important;
    color: #333333 !important;

    width: 200px;
    bottom: 115%;
    left: 50%;
    margin-left: -100px;
}

.arif_tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.arif_tooltip[data-arrow-location="bottom-right"] {
    bottom: 115%;
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: 0;
}

.arif_tooltip[data-arrow-location="bottom-right"]::after {
    top: 100%;
    left: auto;
    right: 5px;
    margin-left: 0;
    margin-right: 0;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.arif_tooltip_container:hover .arif_tooltip {
    visibility: visible;
}

/** / tooltip **/

.tw-flex {
    display: flex;
}

.tw-justify-end {
    justify-content: end;
}

.tw-gap-5 {
    column-gap: 5px;
}

#topcolumns .slider > div:nth-child(n+2) > a {
    display: none;
}

.right-block a.product-name {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.checkbox-wrapper-45 {
    position: relative;
    line-height: 1;
    display: inline;
}

.checkbox-wrapper-45 input[type="checkbox"] {
    display: none;
    visibility: hidden;
}

.checkbox-wrapper-45 .cbx {
    -webkit-perspective: 16;
    perspective: 16;
    display: inline-block !important;
    border: 2px solid #e8e8eb;
    background: #e8e8eb;
    border-radius: 4px;
    transform: translate3d(0, 0, 0);
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0;
}

.checkbox-wrapper-45 .cbx:hover {
    border-color: #FF5A00;
}

.checkbox-wrapper-45 .flip {
    display: block;
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    position: relative;
    width: 16px;
    height: 16px;
}

.checkbox-wrapper-45 input[type="checkbox"]:checked+.cbx {
    border-color: #FF5A00;
}

.checkbox-wrapper-45 input[type="checkbox"]:checked+.cbx .flip {
    transform: rotateY(180deg);
}

.checkbox-wrapper-45 .front,
.checkbox-wrapper-45 .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 2px;
}

.checkbox-wrapper-45 .front {
    background: #fff;
    z-index: 1;
}

.checkbox-wrapper-45 .back {
    transform: rotateY(180deg);
    background: #FF5A00;
    text-align: center;
    color: #fff;
    line-height: 16px;
    box-shadow: 0 0 0 1px #FF5A00;
}

.checkbox-wrapper-45 .back svg {
    margin-top: 2px;
    fill: none;
}

.checkbox-wrapper-45 .back svg path {
    stroke: #fff;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

label:has(.checkbox-wrapper-45) {
    display: flex !important;
    align-items: center !important;
    gap: 5px;
    flex-wrap: wrap;
    line-height: 1;
}

#homefeatured, #blocknewproducts, #blockbestsellers {
    opacity: 0;
    max-height: 360px;
}

.autoload.slider img {
    max-width: 100vw;
}


@media (max-width: 768px) {
    #footer_seo {
        padding: 0 15px;
    }
}

#footer_seo h1 {
    text-align:center;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    margin: 15px 0 10px 0;
}

#footer_seo h2 {
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    margin: 15px 0 10px 0;
}

#footer_seo p {
    font-size: 95%;
    margin-bottom: 10px;
}

p {
    color: #333333;
}

/* Color Thumbnails Styles */
.color-thumbnails {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.color-thumbnails li {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 1px solid #d6d4d4;
    transition: all 0.3s ease;
    position: relative;
}

.color-thumbnails li:hover {
    transform: scale(0.97);
}

.color-thumbnails li.selected {
    border-color: #fe5a01;
}

.color-thumbnails .color_pick {
    display: block;
    text-decoration: none;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}

.color-thumbnails .combination-thumbnail {
    width: 69px;
    height: 69px;
    object-fit: cover;
    border-radius: 2px;
}

.color-thumbnails .color-swatch,
.color-thumbnails .color-placeholder {
    border-radius: 2px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .color-thumbnails {
        gap: 8px;
    }
    
    .color-thumbnails .combination-thumbnail,
    .color-thumbnails .color-swatch,
    .color-thumbnails .color-placeholder {
        width: 80px;
        height: 80px;
    }
    
    .color-thumbnails .color-placeholder {
        line-height: 80px;
        font-size: 9px;
    }
}

.sidesheet {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    z-index: 10000;
}

.sidesheet-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s;
}

.sidesheet-container {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    background: white;
    box-shadow: -4px 0 12px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: transform 0.4s;
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    padding: 0 30px;
    font-family: 'Oswald', sans-serif;
    overflow-y: auto;
}

@media (max-width: 768px) {
    .sidesheet-container {
        max-width: 100%;
    }
}

.sidesheet-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    line-height: 1.5;
    font-family: "Poppins", sans-serif;
}

.sidesheet-content img {
    width: 100%;
}

.sidesheet-content a {
    color: #222;
    text-decoration: none;
}

.sidesheet-content a:hover {
    color: #FDCD7F;
}

.sidesheet-content h3 {
    font-size: 2rem;
    font-weight: 600;
    margin: 0;
    color: #222;
    padding: 15px 0 20px;
    font-family: 'Oswald', sans-serif;
}

.sidesheet-close {
    position: absolute;
    right: 15px;
    top: 15px;
    background: transparent;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    color: #666;
}

.sidesheet-close:hover {
    color: #000;
}

.sidesheet[data-open="true"] .sidesheet-overlay {
    opacity: 1;
    pointer-events: auto;
}

.sidesheet[data-open="true"] .sidesheet-container {
    transform: translateX(0);
}

.sidesheet-trigger {
    cursor: pointer;
}

body[data-sidesheet-open="true"] {
    overflow: hidden;
}
/* 
#arif-mobile-header-wrapper {
    background-color: #fff;
    height: 60px;
    display: flex;
    flex-direction: row;
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    margin-bottom: 15px;
    padding: 0 15px;
}

#arif-mobile-header-wrapper > div {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    min-width: 0;
}

#arif-mobile-header-wrapper > div:nth-child(1) { 
    justify-content: flex-start;
}

#arif-mobile-header-wrapper > div:nth-child(2) { 
    justify-content: center;
}

#arif-mobile-header-wrapper > div:nth-child(3) { 
    justify-content: flex-end;
}

#header .shopping_cart button.btn.btn-primary.dropdown-toggle,
#header .user-account button.btn.btn-primary.dropdown-toggle {
    filter: invert(1);
} */

@media (max-width: 768px) {
    #page > .header-wrapper {
        display: none;
    }
    body:not(#index):not(#product) .logomobiletop {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .desktop-only {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .mobile-only {
        display: none !important;
    }
}

/* ========================================
   MOBILE CART - arif_shoppingcart style
   Mobile view only (<768px)
   ======================================== */
@media (max-width: 767px) {
    /* Main row as flexbox */
    #order-detail-content #cart_summary tr.cart_item {
        display: flex !important;
        flex-wrap: nowrap;
        padding: 15px;
        gap: 12px;
        background: #fff;
        border-bottom: 1px solid #eee;
        position: relative;
    }

    /* Image column - smaller */
    #order-detail-content #cart_summary td.cart_product {
        width: 70px !important;
        min-width: 70px;
        max-width: 70px;
        padding: 0 !important;
        flex-shrink: 0;
        height: auto !important;
        float: none !important;
    }

    #order-detail-content #cart_summary td.cart_product img {
        width: 70px !important;
        height: 70px !important;
        object-fit: cover;
        border-radius: 4px;
        border: none !important;
    }

    /* Description - flex grow */
    #order-detail-content #cart_summary td.cart_description {
        flex: 1;
        padding: 0 !important;
        width: auto !important;
        height: auto !important;
        float: none !important;
        padding-right: 115px !important; /* Space for actions on right */
    }

    /* Mobile-only content wrapper */
    #order-detail-content #cart_summary td.cart_description > .mobile-only:first-of-type {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    /* Product name - match arif_shoppingcart: 14px, weight 500, color #333 */
    #order-detail-content #cart_summary td.cart_description .product-name,
    #order-detail-content #cart_summary td.cart_description .product-name a,
    #order-detail-content #cart_summary td.cart_description .product-name a strong {
        font-size: 14px !important;
        font-weight: 500 !important;
        color: #333 !important;
        line-height: 1.3;
        text-decoration: none;
    }

    #order-detail-content #cart_summary td.cart_description .product-name {
        margin-bottom: 4px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    /* Attributes - match arif_shoppingcart: 12px, weight normal, color #666 */
    #order-detail-content #cart_summary td.cart_description .cart_ref-container,
    #order-detail-content #cart_summary td.cart_description .cart_ref-container .cart_ref,
    #order-detail-content #cart_summary td.cart_description .cart_ref-container .cart_ref a {
        font-size: 12px !important;
        font-weight: 400 !important;
        color: #666 !important;
        line-height: 1.4;
        text-decoration: none;
    }

    #order-detail-content #cart_summary td.cart_description .cart_ref-container {
        margin-bottom: 4px;
    }

    /* Hide SKU on mobile - not in target design */
    #order-detail-content #cart_summary td.cart_description .cart_ref-container .cart_ref_sku {
        display: none;
    }

    #order-detail-content #cart_summary td.cart_description .cart_ref-container .cart_ref {
        display: block;
    }

    /* Product actions - right side */
    .mobile-product-actions {
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: space-between;
        height: calc(100% - 30px);
    }

    /* Quantity control */
    .mobile-quantity-control {
        display: flex;
        align-items: center;
        border: 1px solid #ddd;
        border-radius: 4px;
        overflow: hidden;
    }

    .mobile-quantity-control .qty-btn {
        width: 32px;
        height: 32px;
        background: #f5f5f5;
        border: none;
        font-size: 18px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #333;
        text-decoration: none;
        line-height: 1;
    }

    .mobile-quantity-control .qty-btn:active {
        background: #e0e0e0;
    }

    .mobile-quantity-control .qty-btn.disabled {
        color: #ccc;
        cursor: not-allowed;
    }

    .mobile-quantity-control .qty-input {
        width: 40px;
        height: 32px;
        text-align: center;
        border: none;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        font-size: 14px;
        font-weight: 500;
        -moz-appearance: textfield;
        padding: 0;
    }

    .mobile-quantity-control .qty-input::-webkit-outer-spin-button,
    .mobile-quantity-control .qty-input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Remove button */
    .mobile-remove-btn {
        color: #999;
        padding: 5px;
        font-size: 16px;
    }

    .mobile-remove-btn:hover,
    .mobile-remove-btn:active {
        color: #e74c3c;
    }

    /* Price section - align LEFT like arif_shoppingcart */
    #order-detail-content #cart_summary .miniceny {
        margin-top: 4px;
    }

    #order-detail-content #cart_summary .miniceny .cenyilosc {
        text-align: left !important;
    }

    /* Main price - match arif_shoppingcart: 14px, weight 600 */
    #order-detail-content #cart_summary .miniceny .total_product_price_section,
    #order-detail-content #cart_summary .miniceny .total_product_price_section span {
        font-size: 14px !important;
        font-weight: 600 !important;
        color: #333 !important;
    }

    #order-detail-content #cart_summary .miniceny .total_product_price_section {
        display: block;
    }

    /* Unit price - match arif_shoppingcart: 11px, color #999 */
    #order-detail-content #cart_summary .miniceny .mobile-price-wrapper,
    #order-detail-content #cart_summary .miniceny .mobile-price-wrapper span,
    #order-detail-content #cart_summary .miniceny .mobile-price-wrapper .price,
    #order-detail-content #cart_summary .miniceny .mobile-price-wrapper .mobile-price-container,
    #order-detail-content #cart_summary .miniceny .mobile-price-wrapper .mobile-price-container span {
        font-size: 11px !important;
        font-weight: 400 !important;
        color: #999 !important;
    }

    #order-detail-content #cart_summary .miniceny .mobile-price-wrapper {
        text-align: left !important;
        justify-content: flex-start !important;
        display: block !important;
    }

    #order-detail-content #cart_summary .miniceny .mobile-price-wrapper .mobile-price-container {
        display: inline !important;
    }

    /* Readonly qty for cannotModify */
    .mobile-qty-readonly {
        font-size: 14px;
        font-weight: 500;
        color: #333;
    }
}

.mobile-filters-overlay {
    display: none;
}

.cart_block_v2 .cart_block_products {
    max-height: 60vh;
    overflow: auto;
}

#arif_topmenu li[data-category-id="186"] a {
    background: linear-gradient(135deg, #ff6b95, #ff4d6d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    padding-left: 20px;
}

#arif_topmenu li[data-category-id="186"] a::before {
    content: "❤️ ";
    color: #ff4d6d;
    font-size: 1rem;
}

ul.arif-mobile-categories a[data-id="186"] {
    background: linear-gradient(135deg, #ff6b95, #ff4d6d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    padding-left: 20px;
}

ul.arif-mobile-categories a[data-id="186"] > span:not(.arrow)::before {
    content: "❤️ ";
    color: #ff4d6d;
    font-size: 1.75rem;
    padding-right: 10px;
}

.unvisible,
.alert.unvisible {
    display: none;
}