* {
    outline: 0;
    margin: 0;
    padding: 0;
}

html, * {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Oxygen', sans-serif;
    /*font-family:Arial, sans-serif;*/
    font-size: 12px;
    line-height: 20px;
    /*color: #464646;*/
    color: #585858;
    font-weight: 400;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

p {
    font-size: 13px;
    color: #252525;
    font-weight: 400;
    line-height: 20px;
}

h1, h2, h3, h4, h5, h5 {
    font-family: 'Oxygen', sans-serif;
    color: #252525;
    margin-top: 0;
}

h6 {
    font-family: 'Oxygen', sans-serif;
    color: #585858;
    margin-top: 0;
}

h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
}

h5 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}

.container {
    width: 100%;
}

@media (min-width: 480px) {
    .container {
        width: 450px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.main-wrapper {
    background-color: #ffffff;
}

body.bodyColor.default {
    background-color: #f5f5f5;
}

body.bodyColor.pattern-01 {
    background-image: url("../images/patterns/001.png");
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
}

body.bodyColor.pattern-02 {
    background-image: url("../images/patterns/002.png");
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
}

body.bodyColor.pattern-03 {
    background-image: url("../images/patterns/003.png");
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
}

body.bodyColor.pattern-04 {
    background-image: url("../images/patterns/004.png");
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
}

body.bodyColor.pattern-06 {
    background-image: url("../images/patterns/006.png");
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
}

body.bodyColor.pattern-07 {
    background-image: url("../images/patterns/007.png");
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
}

body.bodyColor.pattern-05 {
    background-image: url("../images/patterns/005.png");
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
}

body.bodyColor.wrapper {
    margin: 0 auto;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
}

@media (min-width: 480px) {
    body.bodyColor.wrapper {
        max-width: 450px;
    }
}

@media (min-width: 768px) {
    body.bodyColor.wrapper {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    body.bodyColor.wrapper {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    body.bodyColor.wrapper {
        max-width: 1170px;
    }
}

@media (min-width: 480px) {
    body.bodyColor .header {
        max-width: 450px;
    }
}

@media (min-width: 768px) {
    body.bodyColor .header {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    body.bodyColor .header {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    body.bodyColor .header {
        max-width: 1170px;
    }
}

body.bodyColor .bb-fixed-header {
    right: auto;
    left: auto;
}



@media (min-width: 480px) {
    body.bodyColor .bb-fixed-header {
        max-width: 450px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    body.bodyColor .bb-fixed-header {
        max-width: 750px;
    }


}

@media (min-width: 992px) {
    body.bodyColor .bb-fixed-header {
        max-width: 970px;
    }


}

@media (min-width: 1200px) {
    body.bodyColor .bb-fixed-header {
        max-width: 1170px;
    }


}

body.static .bb-fixed-header {
    display: none;
}



.btn {
    display: inline-block;
    border-radius: 4px;
    /*text-transform: uppercase;*/
    text-align: center;
    font-size: 14px;
    padding: 9px 0;
    outline: 0 !important;
    transition: all 0.3s ease;
}

@media (min-width: 480px) {
    .btn {
        font-size: 15px;
        padding: 13px 0;
    }
}

@media (min-width: 768px) {
    .btn {
        font-size: 12px;
        padding: 8px 0;
    }
}

@media (min-width: 992px) {
    .btn {
        font-size: 14px;
        padding: 12px 0;
    }
}

@media (min-width: 1200px) {
    .btn {
        font-size: 15px;
        padding: 13px 0;
    }
}

.btn-border {
    border-radius: 0;
    border: 2px solid #b1b1b1;
    padding: 7px 15px;
    color: #252525;
    font-weight: 700;
}

@media (min-width: 1200px) {
    .btn-border {
        font-size: 15px;
        padding: 9px 15px;
    }
}

.btn-border i {
    padding-left: 20px;
    font-weight: 700;
    font-size: 17px;
}

.main-wrapper {
    position: relative;
}

a {
    /*color: #b3b3b3;*/
    color: #252525;
    text-decoration: none !important;
}

a.lite{
    color: #ccc;
}

a.lite2{
    color: #585858;
}

a.lite_red{
    color: #FF0000;
}

a.lite_white{
    color: #FFF;
}

a:hover, a:focus {
    color: #ffb548;
    outline: 0;
}

.media-left, .media > .pull-left {
    float: left;
}

.header {
    background-color: #ffffff;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 989;
}

.bb-fixed-header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
}



.topBar {
    width: 100%;
    display: block;
    min-height: 35px;
    height: auto;
    background-color: #252525;
}

.topBar ul li a {
    padding: 0 3px;
    display: block;
    line-height: 35px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
}

.topBar ul li a:hover, .topBar ul li a:focus {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=0.8);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.topBar ul.pull-right li {
    padding: 0;
    float: left;
}

.topBar ul.pull-right li a {
    font-size: 12px;
    display: inline-block;
}

.topBar ul.pull-right > li {
    margin: 0 0 0 13px;
}

.topBar ul.pull-right > li:nth-child(2)::before {
/*    content: "|";
    font-size: 16px;
    color: rgba(255, 255, 255, 0.2);*/
}

.display-block {
    display: block;
}

.display-none {
    display: none;
}

.top-right .account-login span small {
    color: rgba(255, 255, 255, 0.5);
    padding: 0 10px;
}

.top-right .account-login span a {
    transition: all 0.3s ease-in-out;
}

.top-right .account-login span a:hover {
    color: rgba(255, 255, 255, 0.5);
}

.top-right .account-login span a:focus {
    color: rgba(255, 255, 255, 0.25);
}

.top-right .searchBox {
    position: relative;
}

.top-right .searchBox a {
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    padding: 0 10px;
}

.top-right .searchBox a:hover {
    opacity: .5;
}

.top-right .searchBox a i {
    width: 15px;
}

.top-right .searchBox .dropdown-menu {
    padding: 10px 15px;
    border-radius: 0;
}

@media (max-width: 479px) {
    .top-right .searchBox .dropdown-menu {
        width: 280px;
        margin: 0 -65px 0 0;
    }
}

@media (min-width: 480px) {
    .top-right .searchBox .dropdown-menu {
        width: 350px;
        margin: 0;
    }
}

.top-right .searchBox .dropdown-menu li {
    line-height: 0;
    width: 100%;
}

.searchBox .input-group {
    width: 100%;
    position: relative;
}

.searchBox .input-group .form-control {
    box-shadow: none;
    border-radius: 0;
}

.searchBox .input-group .form-control:focus {
    border-color: #ccc;
}

.searchBox .input-group .input-group-addon {
    border-radius: 0;
    background-color: #ffb548;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-color: #ffb548;
    width: 25%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    height: 34px;
}

.top-right .cart-dropdown a, .cart-dropdown a {
    background-color: #ffb548;
    line-height: 35px;
    min-height: 36px;
    font-size: 13px;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 479px) {
    .top-right .cart-dropdown a, .cart-dropdown a {
        padding: 0 7px;
    }
}

@media (min-width: 480px) {
    .top-right .cart-dropdown a, .cart-dropdown a {
        padding: 0 10px;
    }
}

@media (min-width: 768px) {
    .top-right .cart-dropdown a, .cart-dropdown a {
        padding: 0 19px;
    }
}

.top-right .cart-dropdown a i, .cart-dropdown a i {
    font-size: 18px;
    margin-right: 10px;
}

.top-right .cart-dropdown a:hover, .cart-dropdown a:hover {
    background-color: #ffb548;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.top-right .cart-dropdown a:focus, .cart-dropdown a:focus {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.top-right .cart-dropdown ul.dropdown-menu, .cart-dropdown ul.dropdown-menu {
    background-color: #ffb548;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
    border: none;
    z-index: 9999;
}

@media (max-width: 479px) {
    .top-right .cart-dropdown ul.dropdown-menu, .cart-dropdown ul.dropdown-menu {
        width: 280px;
    }
}

@media (min-width: 480px) {
    .top-right .cart-dropdown ul.dropdown-menu, .cart-dropdown ul.dropdown-menu {
        width: 300px;
    }
}

.top-right .cart-dropdown ul.dropdown-menu li:first-child, .cart-dropdown ul.dropdown-menu li:first-child {
    /*color: #ffffff;*/
    /*padding: 10px 0 8px 19px;*/
}

.top-right .cart-dropdown ul.dropdown-menu li a, .cart-dropdown ul.dropdown-menu li a {
    line-height: 26px;
}

.top-right .cart-dropdown ul.dropdown-menu li a .media, .cart-dropdown ul.dropdown-menu li a .media {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px 0;
}

.top-right .cart-dropdown ul.dropdown-menu li a .media .media-body h5, .cart-dropdown ul.dropdown-menu li a .media .media-body h5 {
    color: #ffffff;
    line-height: 20px;
    letter-spacing: 1px;
}

.top-right .cart-dropdown ul.dropdown-menu li a .media .media-body h5 span, .cart-dropdown ul.dropdown-menu li a .media .media-body h5 span {
    font-size: 16px;
}

.top-right .cart-dropdown ul.dropdown-menu li a:hover, .cart-dropdown ul.dropdown-menu li a:hover {
    opacity: .8;
    background-color: transparent;
}

.top-right .cart-dropdown ul.dropdown-menu li .btn-group, .cart-dropdown ul.dropdown-menu li .btn-group {
    padding: 14px 19px;
}

.top-right .cart-dropdown ul.dropdown-menu li .btn-group .btn, .cart-dropdown ul.dropdown-menu li .btn-group .btn {
    border-radius: 0;
    border: none;
    height: 36px;
    padding: 0;
    line-height: 36px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    background-color: #f8f8f8;
    transition: all 0.3s ease-in-out;
}

.top-right .cart-dropdown ul.dropdown-menu li .btn-group button:first-child:hover, .cart-dropdown ul.dropdown-menu li .btn-group button:first-child:hover {
    opacity: .8;
    color: #777777;
}

@media (max-width: 479px) {
    .top-right .cart-dropdown ul.dropdown-menu li .btn-group button:first-child, .cart-dropdown ul.dropdown-menu li .btn-group button:first-child {
        width: 135px;
    }
}

@media (min-width: 480px) {
    .top-right .cart-dropdown ul.dropdown-menu li .btn-group button:first-child, .cart-dropdown ul.dropdown-menu li .btn-group button:first-child {
        width: 149px;
    }
}

.top-right .cart-dropdown ul.dropdown-menu li .btn-group button:last-child, .cart-dropdown ul.dropdown-menu li .btn-group button:last-child {
    margin-left: 4px;
}

@media (max-width: 479px) {
    .top-right .cart-dropdown ul.dropdown-menu li .btn-group button:last-child, .cart-dropdown ul.dropdown-menu li .btn-group button:last-child {
        width: 100px;
    }
}

@media (min-width: 480px) {
    .top-right .cart-dropdown ul.dropdown-menu li .btn-group button:last-child, .cart-dropdown ul.dropdown-menu li .btn-group button:last-child {
        width: 109px;
    }
}

.top-right .cart-dropdown ul.dropdown-menu li .btn-group button:last-child:hover, .cart-dropdown ul.dropdown-menu li .btn-group button:last-child:hover {
    opacity: .8;
    color: #777777;
}

.navbar-brand {
    width: auto;
    height: auto;
    transition: height 0.3s, width 0.3s;
}

.navbar-brand img {
    max-width: 100%;
}

.navbar-default {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    margin-bottom: 0;
    border: none;
}

.navbar-default .container {
    position: relative;
}

.navbar-default .navbar-header .navbar-toggle {
    background-color: #ffb548;
    border-radius: 0;
    border: none;
    padding: 7px 7px;
    margin-right: 20px;
    margin-top: 11px;
}

.navbar-default .navbar-header .navbar-toggle .icon-bar {
    background-color: #656565;
    width: 19px;
    height: 2px;
}

.navbar-default .navbar-header .navbar-brand {
    display: inline-block;
}

@media (min-width: 480px) {
    .navbar-default .navbar-header .navbar-brand {
        padding: 0 15px;
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .navbar-default .navbar-header .navbar-brand {
        padding: 0 15px;
        margin-top: 27px;
    }
}

.navbar-default .navbar-collapse {
    background: #ffffff;
}

@media (max-width: 479px) {
    .navbar-default .navbar-collapse {
        max-height: 380px;
        overflow-x: hidden;
    }
}

@media (min-width: 480px) {
    .navbar-default .navbar-collapse {
        max-height: 400px;
    }
}

@media (min-width: 768px) {
    .navbar-default .navbar-collapse {
        height: auto;
        float: right;
        padding: 18px 0 0;
    }
}

.navbar-default .navbar-collapse li a {
    font-size: 14px;
    color: #252525;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 480px) {
    .navbar-default .navbar-collapse li a {
        padding: 6px 15px;
    }
}

@media (min-width: 768px) {
    .navbar-default .navbar-collapse li a {
        padding: 20px 10px 33px;
        font-size: 12px;
    }
    .navbar-default .navbar-collapse li a:hover {
    color: #ffb548;
    }
}

@media (min-width: 992px) {
    .navbar-default .navbar-collapse li a {
        padding: 20px 15px 33px;
        font-size: 14px;
    }

    .lang_10.navbar-default .navbar-collapse li a, .lang_12.navbar-default .navbar-collapse li a, .lang_8.navbar-default .navbar-collapse li a{
        font-size: 13px !important;
    }
}

.navbar-default .navbar-collapse li a:hover, .navbar-default .navbar-collapse li a.focus, .navbar-default .navbar-collapse li a:focus {
    color: #ffb548;
}

.navbar-default .navbar-collapse li.dropdown .dropdown-menu {
    box-shadow: none;
    margin-top: 0;
}

.navbar-default .navbar-collapse li.dropdown .dropdown-menu li a {
    font-weight: normal;
    padding: 10px 0;
    text-transform: capitalize;
    width: 100%;
    color: #252525;
    float: left;
}

.navbar-default .navbar-collapse li.dropdown .dropdown-menu li a:hover {
    color: #ffb548 !important;
}

@media (max-width: 479px) {
    .navbar-default .navbar-collapse li.dropdown .dropdown-menu {
        position: relative;
        width: 100%;
        float: left;
        border: 0;
        display: block;
    }
}

@media (min-width: 480px) {
    .navbar-default .navbar-collapse li.dropdown .dropdown-menu {
        position: relative;
        width: 100%;
        float: left;
        border: 0;
        display: block;
    }
}

@media (min-width: 768px) {
    .navbar-default .navbar-collapse li.dropdown .dropdown-menu {
        position: absolute;
        float: left;
        border: 1px solid #ececec;
        display: none;
        left: -50px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

.navbar-default .navbar-collapse li.active a {
    background-color: transparent;
    color: #ffb548;
}

.navbar-default .navbar-collapse li.active a:focus, .navbar-default .navbar-collapse li.active a:hover {
    background-color: transparent;
    color: #ffb548;
}

.navbar-default .navbar-collapse li.active.dropdown .dropdown-menu li a {
    color: #252525;
}

.navbar-default .navbar-collapse li.active.dropdown .dropdown-menu li a:hover {
    color: #ffb548;
}

.navbar-default .navbar-collapse li.dropdown.open a:hover, .navbar-default .navbar-collapse li.dropdown.open a.focus, .navbar-default .navbar-collapse li.dropdown.open a:focus {
    background-color: transparent;
    color: #ffb548;
}

.navbar-default .navbar-collapse li.dropdown.open .dropdown-menu {
    box-shadow: none;
    /*border-radius: 0;*/
    margin-top: -2px;
    min-width: 200px;
    display: block;
}

.navbar-default .navbar-collapse li.dropdown.open .dropdown-menu li a {
    padding: 10px 25px;
    /*font-weight: 300;*/
    text-transform: capitalize;
    width: 100%;
}

.navbar-default .navbar-collapse li.dropdown.open .dropdown-menu li a {
    float: left;
}

@media (max-width: 479px) {
    .navbar-default .navbar-collapse li.dropdown.open .dropdown-menu li a {
        padding: 10px 12px 10px 0;
    }
}

@media (min-width: 480px) {
    .navbar-default .navbar-collapse li.dropdown.open .dropdown-menu li a {
        padding: 10px 12px 10px 0;
    }
}

@media (min-width: 768px) {
    .navbar-default .navbar-collapse li.dropdown.open .dropdown-menu li a {
        padding: 6px 12px 6px 30px;
        font-size: 11px;
    }
    .navbar-default .navbar-collapse li.dropdown.open .dropdown-menu li a:hover {
        color: #ffb548;
    }
}

@media (min-width: 992px) {
    .navbar-default .navbar-collapse li.dropdown.open .dropdown-menu li a {
        padding: 10px 12px 10px 30px;
        font-size: 14px;
    }
}

.navbar-default .navbar-collapse li.dropdown.megaDropMenu {
    position: static;
}

.navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu {
    right: 15px;
    margin-top: -5px;
}

@media (max-width: 479px) {
    .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu {
        left: 0;
        padding: 0;
    }
}

@media (min-width: 480px) {
    .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu {
        left: 0;
        padding: 0;
    }
}

@media (min-width: 768px) {
    .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu {
        left: 0;
        right: 0;
        padding: 10px 10px 0;
        top: auto;
        margin-top: -2px;
    }
}

.navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled {
    width: 100%;
    float: left;
}

@media (max-width: 479px) {
    .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled {
        padding-bottom: 10px;
    }
}

@media (min-width: 480px) {
    .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled {
        padding-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled {
        padding-bottom: 40px;
    }
}

.navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.listHeading, .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:first-child {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    color: #c9c9c9;
    float: left;
}

@media (max-width: 479px) {
    .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.listHeading, .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:first-child {
        padding: 10px 12px 10px 0;
    }
}

@media (min-width: 480px) {
    .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.listHeading, .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:first-child {
        padding: 10px 12px 10px 0;
    }
}

@media (min-width: 768px) {
    .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.listHeading, .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:first-child {
        padding: 10px 12px 10px 25px;
    }
}

.navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a {
    padding: 10px 25px 10px 10px;
}

@media (min-width: 480px) {
    .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a {
        padding: 10px 25px 10px 10px;
    }
}

@media (min-width: 768px) {
    .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a {
        padding: 10px 25px;
    }
}

.navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu a.menu-photo {
    padding: 0 0 26px 0;
}

@media (max-width: 479px) {
    .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu a.menu-photo img {
        width: 100%;
    }
}

@media (min-width: 480px) {
    .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu a.menu-photo img {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu a.menu-photo img {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu a.menu-photo img {
        width: auto;
    }
}

@media (min-width: 480px) {
    .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu a.menu-photo {
        padding: 0 0 26px 0;
    }
}

@media (min-width: 768px) {
    .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu a.menu-photo {
        padding: 26px 0 0 0;
    }
}

.navbar-default .navbar-collapse li.dropdown .dropdown-menu li.active a {
    color: #ffb548;
}

.navbar-default .navbar-nav > .open > a {
    background-color: transparent;
    color: #ffb548;
}

.navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #ffb548;
}

body.bodyColor {
    background: #DADADA;
}

body.bodyColor.container {
    padding: 0;
}

@media (min-width: 992px) {
    .container {
        width: 970px !important;
    }

    body.bodyColor .header {
        max-width: 970px;
    }

    body.bodyColor .navbar-fixed-top {
        right: auto;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px !important;
    }

    body.bodyColor .header {
        max-width: 1170px;
    }
}

.version2 .topBar ul.pull-right li:nth-child(2)::before, .version3 .topBar ul.pull-right li:nth-child(2)::before {
    padding-right: 13px;
}

@media (max-width: 479px) {
    .version2 .top-right .searchBox .dropdown-menu, .version3 .top-right .searchBox .dropdown-menu {
        margin: 0 -110px 0 0;
    }
}

.headerV2 .topBar ul.pull-right li:last-child {
    margin-left: 0;
}

.version2 .cart-dropdown, .version3 .cart-dropdown {
    position: absolute;
    right: 33px;
    top: 17px;
}

@media (min-width: 768px) {
    .version2 .cart-dropdown, .version3 .cart-dropdown {
        right: 39px;
        top: 15px;
    }
}

.version2 .cart-dropdown .shop-cart, .version3 .cart-dropdown .shop-cart {
    color: #252525;
    background-color: transparent;
    width: 26px;
    height: 36px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    position: relative;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
    .version2 .cart-dropdown .shop-cart, .version3 .cart-dropdown .shop-cart {
        height: 54px;
    }
}

.version2 .cart-dropdown .shop-cart i, .version3 .cart-dropdown .shop-cart i {
    color: #656565 !important;
}

.version2 .cart-dropdown .dropdown-menu-right, .version3 .cart-dropdown .dropdown-menu-right {
    right: -54px;
    top: 33px;
}

.version2 .navbar-default.navbar-fixed-top .cart-dropdown, .version3 .navbar-default.navbar-fixed-top .cart-dropdown {
    top: 19px;
}

.version2 .navbar-default.navbar-fixed-top .cart-dropdown .shop-cart, .version3 .navbar-default.navbar-fixed-top .cart-dropdown .shop-cart {
    height: 38px;
}

@media (min-width: 768px) {
    .version2 .navbar-default.navbar-fixed-top .cart-dropdown .shop-cart, .version3 .navbar-default.navbar-fixed-top .cart-dropdown .shop-cart {
        height: 42px;
    }
}

.cart-dropdown .shop-cart .badge {
    background-color: #ffb548;
    position: absolute;
    top: -5px;
    right: -15px;
}

@media (min-width: 768px) {
    .nav-V2.navbar-default .navbar-collapse {
        margin-right: 50px;
    }
}

.navTop {
    padding: 10px 0;
}

@media (min-width: 992px) {
    .navTop {
        padding: 12px 0 14px 0;
    }
}

.navTop .navbar-header {
    display: inline-block;
    float: left;
}

.navTop .navbar-brand {
    display: inline-block;
    padding: 5px 0 0 15px;
    width: 150px;
    height: auto;
    margin-right: 10px;
}

@media (max-width: 479px) {
    .navTop .navbar-brand {
        width: 110px;
    }
}

@media (min-width: 992px) {
    .navTop .navbar-brand {
        padding:0;
        width: auto;
        height: auto;
    }
}

.navTop-middle {
    width: 40%;
    display: inline-block;
}

@media (max-width: 479px) {
    .navTop-middle {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .navTop-middle {
        width: 24%;
    }
}

@media (min-width: 992px) {
    .navTop-middle {
        width: 44%;
    }
}

.navTop-middle .filterArea {
    width: 30%;
    margin-bottom: 0;
    margin-right: 8px;
}

.navTop-middle .filterArea .sbToggle {
    background: none;
    right: 10px;
    top: 11px;
}

.navTop-middle .filterArea .sbToggle:after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #979797;
}

.navTop-middle .filterArea .sbSelector:link, .navTop-middle .filterArea .sbSelector:visited, .navTop-middle .filterArea .sbSelector:hover {
    color: #979797 !important;
}

.navTop-middle .filterArea .sbSelector {
    font-size: 13px;
}

.navTop-middle .filterArea .sbOptions a {
    color: #979797 !important;
    font-size: 13px;
}

.navTop-middle .filterArea .sbHolder, .navTop-middle .filterArea .sbSelector {
    width: 64% !important;
    padding-top: 3px;
    height: 40px !important;
}

.navTop-middle .filterArea .sbOptions {
    width: 101% !important;
    margin-top: 1px;
}

.navTop-middle .searchBox {
    display: table;
    width: 100%;
}

@media (min-width: 992px) {
    .navTop-middle .searchBox {
        display: table;
        width: 100%;
    }
}

.navTop-middle .searchBox .input-group .form-control {
    font-size: 13px;
}

@media (min-width: 992px) {
    .navTop-middle .searchBox .input-group .form-control {
        /*border-left-color: transparent;*/
    }
}

@media (min-width: 992px) {
    .navTop-middle .searchBox .input-group .form-control:focus {
        border-color: #ccc;
        /*border-left-color: transparent;*/
    }
}

.navTop-middle .searchBox .input-group .form-control, .navTop-middle .searchBox .input-group-addon, .navTop-middle .searchBox .input-group-btn {
    height: 35px !important;
}

@media (min-width: 992px) {
    .navTop-middle .searchBox .input-group .form-control, .navTop-middle .searchBox .input-group-addon, .navTop-middle .searchBox .input-group-btn {
        height: 40px !important;
    }
}

.navTop-middle .searchBox .input-group .input-group-addon {
    width: 40px;
    font-size: 16px;
}

@media (min-width: 992px) {
    .navTop-middle .searchBox .input-group .input-group-addon {
        width: 60px;
        font-size: 20px;
    }
}

.navTop .cart-dropdown {
    display: inline-block;
    float: right;
}

.navTop .cart-dropdown > a {
    background-color: transparent;
    line-height: 25px;
    height: 35px;
    font-size: 13px;
    color: #252525;
    display: inline-block;
    padding: 0;
}

@media (min-width: 768px) {
    .navTop .cart-dropdown > a {
        display: table;
        position: relative;
        width: 125px;
    }
}

@media (min-width: 992px) {
    .navTop .cart-dropdown > a {
        width: 179px;
        line-height: 35px;
        height: 45px !important;
    }
}

.navTop .cart-dropdown > a:hover {
    background-color: transparent;
}

.navTop .cart-dropdown > a i {
    font-size: 20px;
    margin-right: 0;
    padding: 0 10px;
    background-color: #ffb548;
    color: #ffffff;
    line-height: 35px;
    float: left;
}

@media (min-width: 992px) {
    .navTop .cart-dropdown > a i {
        line-height: 40px;
        font-size: 20px;
        padding: 0 20px;
    }
}

.navTop .cart-dropdown > a > span {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-left: none;
    padding: 3px 5px;
    height: 35px;
    line-height: 12px;
    text-align: left;
    display: table;
}

@media (min-width: 992px) {
    .navTop .cart-dropdown > a > span {
        padding: 3px 11px;
        height: 40px;
        line-height: 30px;
    }
}

.navTop .cart-dropdown > a > span span {
    display: inline-block;
}

.navTop .cart-dropdown > a .cart-total {
    font-size: 11px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .navTop .cart-dropdown > a .cart-total {
        font-size: 13px;
    }
}

.navTop .cart-dropdown > a .cart-price {
    font-size: 10px;
}

@media (min-width: 992px) {
    .navTop .cart-dropdown > a .cart-price {
        font-size: 12px;
    }
}

.nav-V3.navbar-default {
    background-color: #f5f5f5;
}

@media (min-width: 768px) {
    .nav-V3.navbar-default {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        height: 50px;
    }
}

@media (min-width: 768px) {
    .nav-V3.navbar-default .navbar-collapse {
        float: none;
        padding: 0;
        background: transparent;
    }
}

@media (min-width: 768px) {
    .nav-V3.navbar-default .navbar-collapse > ul > li > a {
        padding: 0 7px;
        line-height: 50px;
    }

    .lang_4.nav-V3.navbar-default .navbar-collapse.nav_text_12 > ul > li > a, .lang_5.nav-V3.navbar-default .navbar-collapse.nav_text_12 > ul > li > a{
        padding: 0 13px !important;
    }

    .nav-V3.navbar-default .navbar-collapse.nav_text_12 > ul > li > a{
        padding: 0 9px;
    }
}

@media (min-width: 1200px) {
    .lang_4.nav-V3.navbar-default .navbar-collapse > ul > li > a, .lang_5.nav-V3.navbar-default .navbar-collapse > ul > li > a {
        padding: 0 13px !important;
    }

    .nav-V3.navbar-default .navbar-collapse > ul > li > a {
        padding: 0 9px;
    }
}

.nav-category {
    width: 50%;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    float: left;
    padding: 0 15px;
    background-color: #ffb548;
}

@media (min-width: 768px) {
    .nav-category {
        width: 240px;
    }
}

.nav-category > a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.nav-category button {
    width: 15px;
    height: 14px;
    display: inline-block;
    float: right;
    padding: 17px 0 14px;
    border: none;
    background: transparent;
    cursor: default;
}

.nav-category button .icon-bar {
    width: 15px;
    height: 2px;
    margin-bottom: 3px;
    background-color: #ffffff;
    display: block;
}

.headerV3 .navbar-default .navbar-header .navbar-toggle {
    margin: 12px 0 0 0;
}

@media (min-width: 1200px) {
    .nav-category > .dropdown-menu {
        display: block;
        /*height: 500px;*/
    }
}

.nav-category > .dropdown-menu > li:last-child {
    border-bottom: none;
}

.nav-category > .dropdown-menu > li:last-child > a {
    /*padding: 0px 3px;*/
}

.nav-category > .dropdown-menu > li:last-child > a:after {
    content: "";
}

.nav-category .dropdown-menu {
    top: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    /*border: 1px solid rgba(0, 0, 0, 0.1);*/
    border: 1px solid #DDD;
    border-radius: 0;
    box-shadow: none;
    z-index: 999;
}

.nav-category .dropdown-menu .dropdown-submenu > a:after {
    font-size: 18px;
    position: absolute;
    right: 20px;
    /*content: "\f105";*/
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nav-category .dropdown-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-category .dropdown-menu li a {
    padding: 4.97% 0;
    font-size: 13px;
    color: #252525;
    transition: all 0.3s ease-in-out;
    position: relative;
    padding-left: 15px;
}

.nav-category .dropdown-menu li a:hover {
    background-color: transparent;
    color: #ffb548;
}

.nav-category .dropdown-menu li a:hover i {
    color: #ffb548;
}

.nav-category .dropdown-menu li a i {
    position: absolute;
    right: 18px;
    top: 14px;
    font-size: 10px;
    color: #979797;
}

.nav-category .dropdown-menu li a img {
    max-width: 100%;
    display: inline-block;
}

.nav-category .dropdown-menu li.active a {
    background-color: transparent;
    color: #ffb548;
}

.nav-category .dropdown-menu li:last-child {
    border-bottom: none;
}

.nav-category .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0;
}

@media (min-width: 1200px) {
    .non-home.nav-category > .dropdown-menu {
        display: none !important;
    }

    .bb-fixed-header .home.nav-category > .dropdown-menu {
                             display: none !important;
                         }


}

@media (min-width: 1200px) {
    .non-home.nav-category:hover > .dropdown-menu {
        display: block !important;
    }

    .bb-fixed-header .home.nav-category:hover > .dropdown-menu {
         display: block !important;
     }


}

.fullscreenbanner-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.fullscreenbanner-container .tp-bullets.preview4 {
    position: relative;
    left: 0 !important;
    bottom: 0 !important;
    padding: 9px 50px;
    width: 150px;
    height: 30px;
    margin: -15px auto 0px auto !important;
    display: none;
    background: #4dc8cf;
    background: linear-gradient(to bottom, #4dc8cf 0%, #4dc8cf 50%, #ffb548 51%, #ffb548 100%);
    text-align: center;
}

@media (min-width: 768px) {
    .fullscreenbanner-container .tp-bullets.preview4 {
        display: block;
    }
}

.fullscreenbanner-container .tp-bullets.preview4::before {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    left: -10px;
    top: 4px;
    z-index: -1;
    background: #4dc8cf;
    background: linear-gradient(135deg, #4dc8cf 0%, #4dc8cf 50%, #ffb548 51%, #ffb548 100%);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fullscreenbanner-container .tp-bullets.preview4::after {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    right: -10px;
    top: 4px;
    z-index: -1;
    background: #4dc8cf;
    background: linear-gradient(135deg, #4dc8cf 0%, #4dc8cf 50%, #ffb548 51%, #ffb548 100%);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fullscreenbanner-container .tp-bullets.preview4.hidebullets {
    opacity: 1;
}

.fullscreenbanner-container .tp-bullets.preview4 .bullet {
    background-color: rgba(255, 255, 255, 0.5) !important;
    border-radius: 50%;
    box-shadow: none !important;
    width: 9px !important;
    height: 9px !important;
    border: 0 !important;
    display: inline-block;
    margin: 0 2px 2px 2px !important;
    transition: background-color 0.2s, border-color 0.2s;
    float: none !important;
}

.fullscreenbanner-container .tp-bullets.preview4 .bullet:hover, .fullscreenbanner-container .tp-bullets.preview4 .bullet.selected {
    box-shadow: none !important;
    background-color: #ffffff !important;
}

.fullscreenbanner-container .tparrows.preview4 .tp-arr-iwrapper {
    display: none !important;
}

.tp-bullets {
    z-index: 99;
}

@media (min-width: 768px) {
    .tparrows.preview4:hover:after {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    .tp-leftarrow.preview4:hover:after {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
}

.fullscreenbanner {
    width: 100%;
    position: relative;
}

.slider-captionV1 .tp-caption {
    white-space: normal !important;
    width: inherit;
}

@media (min-width: 768px) {
    .slider-captionV1 .tp-caption {
        width: 80%;
    }
}

@media (min-width: 992px) {
    .slider-captionV1 .tp-caption {
        width: 70%;
    }
}

@media (min-width: 1200px) {
    .slider-captionV1 .tp-caption {
        width: 55%;
    }
}

.captionCenterAlign {
    width: auto !important;
    text-align: center !important;
    margin: 0 auto !important;
}

.slider-captionV1 .rs-caption-1 {
    width: 50%;
}

@media (min-width: 768px) {
    .slider-captionV1 .rs-caption-1 {
        width: 60%;
    }
}

@media (min-width: 1200px) {
    .slider-captionV1 .rs-caption-1 {
        width: 55%;
    }
}

.bannerV1 .tp-caption.rs-caption-2 {
    text-transform: uppercase;
    color: #797979 !important;
    font-size: 14px !important;
    line-height: 20px !important;
}

@media (min-width: 480px) {
    .bannerV1 .tp-caption.rs-caption-2 {
        font-size: 16px !important;
        line-height: 22px !important;
    }
}

@media (min-width: 768px) {
    .bannerV1 .tp-caption.rs-caption-2 {
        font-size: 36px !important;
        line-height: 42px !important;
    }
}

.bannerV1 .tp-caption.rs-caption-3 {
    text-transform: uppercase;
    color: #704664 !important;
    font-weight: 300;
    font-size: 12px !important;
    line-height: 18px !important;
}

@media (min-width: 480px) {
    .bannerV1 .tp-caption.rs-caption-3 {
        font-size: 14px !important;
        line-height: 20px !important;
    }
}

@media (min-width: 768px) {
    .bannerV1 .tp-caption.rs-caption-3 {
        font-size: 24px !important;
        line-height: 36px !important;
    }
}

.bannerV1 .tp-caption.rs-caption-3 small {
    color: #252525 !important;
    font-size: 10px !important;
    line-height: 16px !important;
}

@media (min-width: 480px) {
    .bannerV1 .tp-caption.rs-caption-3 small {
        font-size: 12px !important;
        line-height: 18px !important;
    }
}

@media (min-width: 768px) {
    .bannerV1 .tp-caption.rs-caption-3 small {
        font-size: 14px !important;
        line-height: 20px !important;
    }
}

.tp-caption.rs-caption-4 .btn, .bannerV2 .btn, .bannerV3 .btn {
    border: 3px solid #ffb548;
    color: #252525 !important;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: auto;
    height: auto;
    line-height: 30px;
    text-align: left;
    border-radius: 0;
    padding: 0 10px !important;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 479px) {
    .tp-caption.rs-caption-4 .btn, .bannerV2 .btn, .bannerV3 .btn {
        display: none;
    }
}

@media (min-width: 768px) {
    .tp-caption.rs-caption-4 .btn, .bannerV2 .btn, .bannerV3 .btn {
        text-indent: 32px;
        font-size: 18px;
        width: 196px;
        height: 55px;
        line-height: 50px;
        display: inline-block;
        padding: 0 !important;
    }
}

.tp-caption.rs-caption-4 .btn i, .bannerV2 .btn i, .bannerV3 .btn i {
    color: #ffb548;
    transition: all 0.3s ease-in-out;
}

.tp-caption.rs-caption-4 .btn:hover, .bannerV2 .btn:hover, .bannerV3 .btn:hover {
    background-color: #ffb548;
    color: #ffffff !important;
}

.tp-caption.rs-caption-4 .btn:hover i, .bannerV2 .btn:hover i, .bannerV3 .btn:hover i {
    color: #ffffff;
}

.fullscreenbanner .tp-dottedoverlay.twoxtwo {
    background-image: none !important;
    z-index: 1;
}

.captionCenter .tp-caption.rs-caption-2 {
    text-transform: uppercase;
    color: #704664 !important;
    font-weight: 300;
}

@media (min-width: 480px) {
    .captionCenter .tp-caption.rs-caption-2 {
        font-size: 12px !important;
        line-height: 18px !important;
    }
}

@media (min-width: 768px) {
    .captionCenter .tp-caption.rs-caption-2 {
        font-size: 24px !important;
        line-height: 36px !important;
    }
}

.captionCenter .tp-caption.rs-caption-3 {
    text-transform: uppercase;
    color: #797979 !important;
}

@media (min-width: 480px) {
    .captionCenter .tp-caption.rs-caption-3 {
        font-size: 14px !important;
        line-height: 20px !important;
    }
}

@media (min-width: 768px) {
    .captionCenter .tp-caption.rs-caption-3 {
        font-size: 36px !important;
        line-height: 42px !important;
    }
}

.bannerV2 .slider-caption-info {
    background: #ffffff;
    padding: 15px;
    margin: 80px auto;
    width: 320px;
    height: 320px;
    position: relative;
    z-index: 1;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 479px) {
    .bannerV2 .slider-caption-info {
        padding: 7px;
        width: 200px;
        height: 260px;
        margin: 70px auto;
    }
}

@media (min-width: 768px) {
    .bannerV2 .slider-caption-info {
        width: 390px;
        height: 390px;
        margin: 90px auto;
    }
}

@media (min-width: 992px) {
    .bannerV2 .slider-caption-info {
        width: 470px;
        height: 470px;
        margin: 130px auto;
    }
}

.bannerV2 .caption-info-inner {
    padding: 15px;
    margin: 0 auto;
    width: 290px;
    height: 290px;
    border: 2px solid #ffb548;
}

@media (max-width: 479px) {
    .bannerV2 .caption-info-inner {
        padding: 7px;
        width: 186px;
        height: 246px;
    }
}

@media (min-width: 768px) {
    .bannerV2 .caption-info-inner {
        width: 360px;
        height: 360px;
    }
}

@media (min-width: 992px) {
    .bannerV2 .caption-info-inner {
        width: 440px;
        height: 440px;
    }
}

.bannerV2 {
    width: 100%;
    position: relative;
    padding: 0;
    background-color: #f5f5f5;
}

.bannerV2 .h2 {
    font-size: 25px;
    line-height: 29px;
    color: #252525;
    font-weight: 700;
    margin: 30px auto 15px;
    text-transform: uppercase;
}

@media (max-width: 479px) {
    .bannerV2 .h2 {
        font-size: 20px;
        line-height: 24px;
        margin: 10px auto 7px;
    }
}

@media (min-width: 768px) {
    .bannerV2 .h2 {
        margin: 30px auto 25px;
    }
}

@media (min-width: 992px) {
    .bannerV2 .h2 {
        font-size: 35px;
        line-height: 38px;
        margin: 70px auto 35px;
    }
}

.bannerV2 .border {
    width: 50px;
    height: 2px;
    background: #ffb548;
    margin: 0 auto;
    display: inline-block;
}

.bannerV2 .para {
    font-size: 12px;
    line-height: 18px;
    color: #797979;
    margin: 15px auto 25px;
    display: block;
    clear: both;
}

@media (max-width: 479px) {
    .bannerV2 .para {
        font-size: 11px;
        margin: 10px auto 15px;
    }
}

@media (min-width: 768px) {
    .bannerV2 .para {
        margin: 20px auto 25px;
    }
}

@media (min-width: 992px) {
    .bannerV2 .para {
        font-size: 14px;
        margin: 35px auto 45px;
    }
}

.bannerV2 .slider-button a.btn {
    display: inline-block;
    background: #ffb548;
    color: #ffffff !important;
}

.bannerV2 .slider-button a.btn i {
    color: #ffffff !important;
}

.bannerV2 .fullscreenbanner-container {
    width: 100%;
    overflow: hidden;
}

.bannerV2 .fullscreenbanner-container .fullscreenbanner-bg {
    background: #ffb548;
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    height: 100%;
    bottom: 0;
}

.bannerV2 .fullscreenbanner-container .slider-caption {
    position: relative;
    padding: 35px 0;
}

.bannerV2 .fullscreenbanner-container .slider-caption .caption {
    position: absolute;
    width: 23%;
}

@media (min-width: 768px) {
    .bannerV2 .fullscreenbanner-container .slider-caption .caption {
        width: 19%;
    }
}

.bannerV2 .fullscreenbanner-container .slider-caption img {
    width: 100%;
    display: inline-block;
}

.bannerV2 .fullscreenbanner-container .slider-caption .caption1 {
    left: -7%;
}

.bannerV2 .fullscreenbanner-container .slider-caption .caption2 {
    left: -7%;
    bottom: 35px;
}

.bannerV2 .fullscreenbanner-container .slider-caption .caption3 {
    right: -7%;
}

.bannerV2 .fullscreenbanner-container .slider-caption .caption4 {
    right: -7%;
    bottom: 35px;
}

.from-bottom {
    opacity: 0;
    transition: all 0.5s 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.from-bottom {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
}

.current-sr-slide-visible .from-bottom {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.delay-1 {
    transition-delay: 0.9s;
}

.delay-2 {
    transition-delay: 1.2s;
}

.delay-3 {
    transition-delay: 1.4s;
}

.delay-4 {
    transition-delay: 1.5s;
}

.bannerV3 {
    padding: 50px 0;
    background: #f0f0f0;
}

@media (min-width: 1200px) {
    .bannerV3 {
        padding: 80px 0;
    }
}

.bannerV3 .slide {
    height: 500px;
    background: #ffffff;
    box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 25px 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .bannerV3 .slide {
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .bannerV3 .slide {
        height: 550px;
        padding: 55px 50px;
    }
}

.bannerV3 .slide .slider-title {
    margin: 0 0 25px 0;
    border-bottom: 5px solid #e4e4e4;
}

@media (min-width: 1200px) {
    .bannerV3 .slide .slider-title {
        margin: 0 0 45px 0;
    }
}

.bannerV3 .slide .slider-title h3 {
    font-size: 20px;
    display: inline-block;
    margin: 0 auto 10px;
    text-transform: uppercase;
    font-weight: 700;
}

@media (min-width: 768px) {
    .bannerV3 .slide .slider-title h3 {
        margin: 0 0 10px;
    }
}

@media (min-width: 1200px) {
    .bannerV3 .slide .slider-title h3 {
        font-size: 30px;
    }
}

.bannerV3 .slide .slider-title h3 span {
    color: #ffb548;
}

.bannerV3 .slide .productCaption {
    position: relative;
    z-index: 9;
    width: 100%;
    text-align: center;
}

@media (min-width: 768px) {
    .bannerV3 .slide .productCaption {
        width: 52%;
        text-align: left;
    }
}

.bannerV3 .slide .productCaption h4 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: capitalize;
}

@media (min-width: 768px) {
    .bannerV3 .slide .productCaption h4 {
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .bannerV3 .slide .productCaption h4 {
        font-size: 24px;
    }
}

.bannerV3 .slide .productCaption span {
    display: inline-block;
}

.bannerV3 .slide .productCaption .offer-price {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    color: #ffb548;
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .bannerV3 .slide .productCaption .offer-price {
        font-size: 24px;
    }
}

.bannerV3 .slide .productCaption .regular-price {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    color: #c5c5c5;
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .bannerV3 .slide .productCaption .regular-price {
        font-size: 20px;
    }
}

.bannerV3 .slide .productCaption .offer {
    font-size: 16px;
    background-color: #ffb548;
    color: #ffffff;
    padding: 7px 10px;
}

@media (min-width: 1200px) {
    .bannerV3 .slide .productCaption .offer {
        font-size: 20px;
    }
}

.bannerV3 .slide #slider_timer {
    width: 100%;
    margin-bottom: 25px;
}

@media (min-width: 1200px) {
    .bannerV3 .slide #slider_timer {
        margin-bottom: 45px;
    }
}

.bannerV3 .slide #slider_timer .table-cell {
    width: 40px;
    margin-right: 8px;
    display: inline-block;
}

@media (min-width: 1200px) {
    .bannerV3 .slide #slider_timer .table-cell {
        width: 60px;
        margin-right: 15px;
    }
}

.bannerV3 .slide #slider_timer .table-cell:last-child {
    margin-right: 0;
}

.bannerV3 .slide #slider_timer .table-cell .tab-val {
    width: 100%;
    height: 40px;
    background: #f0f0f0;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}

@media (min-width: 1200px) {
    .bannerV3 .slide #slider_timer .table-cell .tab-val {
        height: 60px;
        line-height: 60px;
        font-size: 30px;
    }
}

.bannerV3 .slide #slider_timer .table-cell .tab-metr {
    font-size: 14px;
    text-transform: capitalize;
}

@media (min-width: 1200px) {
    .bannerV3 .slide #slider_timer .table-cell .tab-metr {
        font-size: 12px;
    }
}

.bannerV3 .slide .btn {
    display: inline-block;
    clear: both;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .bannerV3 .slide .btn {
        margin-top: 35px;
    }
}

@media (min-width: 1200px) {
    .bannerV3 .slide .btn {
        margin-top: 55px;
    }
}

.slide-info {
    position: relative;
}

.slide-info .productImage {
    width: 25%;
    margin: 0 auto 20px;
}

@media (max-width: 479px) {
    .slide-info .productImage {
        width: 35%;
    }
}

@media (min-width: 768px) {
    .slide-info .productImage {
        width: 39%;
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0;
    }
}

.slide-info .productImage img {
    display: inline-block;
    width: auto;
    max-width: 100%;
}

.bannerV3 .owl-nav {
    display: none;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    right: 0;
}

@media (min-width: 768px) {
    .bannerV3 .owl-nav {
        display: block;
    }
}

.bannerV3 .owl-item {
    opacity: 0.3;
    padding-bottom: 7px;
}

.bannerV3 .owl-item.active {
    opacity: 1;
}

.bannerV3 .owl-controls .owl-nav .owl-prev, .bannerV3 .owl-controls .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #d5d5d5;
    color: #ffb548;
    transition: all 0.3s ease;
}

@media (min-width: 1200px) {
    .bannerV3 .owl-controls .owl-nav .owl-prev, .bannerV3 .owl-controls .owl-nav .owl-next {
        width: 85px;
        height: 85px;
    }
}

.bannerV3 .owl-controls .owl-nav .owl-prev:hover, .bannerV3 .owl-controls .owl-nav .owl-next:hover {
    background: #ffb548;
    border: 1px solid #ffb548;
    color: #ffffff;
}

.bannerV3 .owl-controls .owl-nav .owl-prev:after, .bannerV3 .owl-controls .owl-nav .owl-next:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 25px;
    line-height: 40px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1200px) {
    .bannerV3 .owl-controls .owl-nav .owl-prev:after, .bannerV3 .owl-controls .owl-nav .owl-next:after {
        font-size: 35px;
        line-height: 85px;
    }
}

@media (min-width: 1200px) {
    .bannerV3 .owl-controls .owl-nav .owl-prev {
        margin-left: 8%;
    }
}

@media (min-width: 1200px) {
    .bannerV3 .owl-controls .owl-nav .owl-next {
        margin-right: 8%;
    }
}

.bannerV3 .owl-controls .owl-nav .owl-prev:after {
    content: "\f104";
}

.bannerV3 .owl-controls .owl-nav .owl-next:after {
    content: "\f105";
}

.bannerV3 .owl-prev span, .bannerV3 .owl-next span {
    display: none;
}

.bannerV4 {
    width: 100%;
    float: right;
    margin-top: 6px;
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    .bannerV4 {
        width: 870px;
        margin-top: 28px;
    }
}

@media (min-width: 1200px) {
    .bannerV4 .fullscreenbanner {
        height: 470px !important;
    }
}

.bannerV4 .fullscreenbanner-container .tp-bullets {
    display: none;
}

.bannerV4 .tparrows.default.preview4.tp-leftarrow {
    left: 20px !important;
}

.bannerV4 .tparrows.default.preview4.tp-rightarrow {
    right: 20px !important;
}

.slider-captionV4 .tp-caption.rs-caption-2, .slider-captionV4 .tp-caption.rs-caption-3, .slider-captionV4 .tp-caption.rs-caption-4 {
    white-space: normal !important;
    width: inherit;
}

@media (min-width: 768px) {
    .slider-captionV4 .tp-caption.rs-caption-2, .slider-captionV4 .tp-caption.rs-caption-3, .slider-captionV4 .tp-caption.rs-caption-4 {
        width: 80%;
    }
}

@media (min-width: 992px) {
    .slider-captionV4 .tp-caption.rs-caption-2, .slider-captionV4 .tp-caption.rs-caption-3, .slider-captionV4 .tp-caption.rs-caption-4 {
        width: 70%;
    }
}

@media (min-width: 1200px) {
    .slider-captionV4 .tp-caption.rs-caption-2, .slider-captionV4 .tp-caption.rs-caption-3, .slider-captionV4 .tp-caption.rs-caption-4 {
        width: 55%;
    }
}

.slider-captionV4 .tp-caption.rs-caption-2 {
    text-transform: uppercase;
    color: #252525 !important;
    font-weight: 700;
    font-size: 16px !important;
    line-height: 20px !important;
}

@media (min-width: 480px) {
    .slider-captionV4 .tp-caption.rs-caption-2 {
        font-size: 24px !important;
        line-height: 30px !important;
    }
}

@media (min-width: 768px) {
    .slider-captionV4 .tp-caption.rs-caption-2 {
        font-size: 36px !important;
        line-height: 38px !important;
    }
}

.slider-captionV4 .tp-caption.rs-caption-2 small {
    color: #ffb548 !important;
    font-size: 10px !important;
    line-height: 16px !important;
}

@media (min-width: 480px) {
    .slider-captionV4 .tp-caption.rs-caption-2 small {
        font-size: 13px !important;
        line-height: 17px !important;
    }
}

@media (min-width: 768px) {
    .slider-captionV4 .tp-caption.rs-caption-2 small {
        font-size: 16px !important;
        line-height: 20px !important;
    }
}

.slider-captionV4 .tp-caption.rs-caption-3 {
    color: rgba(37, 37, 37, 0.7) !important;
    font-size: 12px !important;
    line-height: 16px !important;
    margin-top: 0 !important;
}

@media (min-width: 480px) {
    .slider-captionV4 .tp-caption.rs-caption-3 {
        font-size: 12px !important;
        line-height: 16px !important;
    }
}

@media (min-width: 768px) {
    .slider-captionV4 .tp-caption.rs-caption-3 {
        font-size: 16px !important;
        line-height: 20px !important;
        margin-top: -20px !important;
    }
}

@media (min-width: 992px) {
    .slider-captionV4 .tp-caption.rs-caption-3 {
        margin-top: -30px !important;
    }
}

.slider-captionV4 .tp-caption.rs-caption-4 {
    margin-top: 0 !important;
}

@media (min-width: 768px) {
    .slider-captionV4 .tp-caption.rs-caption-4 {
        margin-top: -20px !important;
    }
}

@media (min-width: 992px) {
    .slider-captionV4 .tp-caption.rs-caption-4 {
        margin-top: -40px !important;
    }
}

.page-header {
    margin: 0 0 17px 0;
    border-bottom: 2px solid #e4e4e4;
}

.page-header h4 {
    margin-bottom: 0;
}

.masking-hover, .imageBox .productImage .productMasking, .whiteSection .featuredProducts .slide .productImage .productMasking, .mainContent .featuredProducts .slide .productImage .productMasking, .productsContent .productBox .productImage .productMasking, .whiteSection .featuredCollection .thumbnail .imageWrapper .masking, .mainContent .featuredCollection .thumbnail .imageWrapper .masking, .productListSingle .media .media-left .maskingImage {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 13%;
    background-color: #ffb548;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 3;
}

/*todo*/
@media (max-width: 479px) {
    .masking-hover, .imageBox .productImage .productMasking, .whiteSection .featuredProducts .slide .productImage .productMasking, .mainContent .featuredProducts .slide .productImage .productMasking, .productsContent .productBox .productImage .productMasking, .whiteSection .featuredCollection .thumbnail .imageWrapper .masking, .mainContent .featuredCollection .thumbnail .imageWrapper .masking, .productListSingle .media .media-left .maskingImage {
        opacity: 0;
    }
}

.content-center, .imageBox .productImage .productMasking ul, .whiteSection .featuredProducts .slide .productImage .productMasking ul, .mainContent .featuredProducts .slide .productImage .productMasking ul, .productsContent .productBox .productImage .productMasking ul, .masking-btn, .whiteSection .featuredCollection .thumbnail .imageWrapper .masking .viewBtn, .mainContent .featuredCollection .thumbnail .imageWrapper .masking .viewBtn, .productListSingle .media .media-left .maskingImage .viewBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.thumbnail {
    border: none;
    border-radius: 0;
    padding: 0;
}

.thumbnail .caption {
    padding: 10px 0 0 0;
}

.imageBox, .whiteSection .featuredProducts .slide, .mainContent .featuredProducts .slide, .productsContent .productBox {
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.imageBox .productImage, .whiteSection .featuredProducts .slide .productImage, .mainContent .featuredProducts .slide .productImage, .productsContent .productBox .productImage {
    position: relative;
    margin-bottom: 16px;
    display: block;
    overflow: hidden;
}

.imageBox .productImage img, .whiteSection .featuredProducts .slide .productImage img, .mainContent .featuredProducts .slide .productImage img, .productsContent .productBox .productImage img {
    /*transition: all 0.5s ease-in-out;*/
    width: 100%;
}

.imageBox .productImage:hover img, .whiteSection .featuredProducts .slide .productImage:hover img, .mainContent .featuredProducts .slide .productImage:hover img, .productsContent .productBox .productImage:hover img {
    /*-webkit-transform: scale(1.2);*/
    /*transform: scale(1.2);*/
}

.imageBox .productImage .productMasking ul, .whiteSection .featuredProducts .slide .productImage .productMasking ul, .mainContent .featuredProducts .slide .productImage .productMasking ul, .productsContent .productBox .productImage .productMasking ul {
    width: 100%;
    height: 33px;
    margin: 0 auto;
    text-align: center;
}

.imageBox .productImage .productMasking ul li, .whiteSection .featuredProducts .slide .productImage .productMasking ul li, .mainContent .featuredProducts .slide .productImage .productMasking ul li, .productsContent .productBox .productImage .productMasking ul li {
    padding: 0 8px;
}

.imageBox .productImage .productMasking ul li a, .whiteSection .featuredProducts .slide .productImage .productMasking ul li a, .mainContent .featuredProducts .slide .productImage .productMasking ul li a, .productsContent .productBox .productImage .productMasking ul li a {
    width: 40px;
    height: 30px;
    padding: 0;
    text-align: center;
    border: 0;
    border-radius: 0;
    background-color: transparent !important;
    line-height: 34px;
    transition: all 0.3s ease-in-out;
}

.imageBox .productImage .productMasking ul li a i, .whiteSection .featuredProducts .slide .productImage .productMasking ul li a i, .mainContent .featuredProducts .slide .productImage .productMasking ul li a i, .productsContent .productBox .productImage .productMasking ul li a i {
    transition: all 0.3s ease-in-out;
    font-size: 19px;
    color: #ffffff;
}

.imageBox .productImage .productMasking ul li a:hover, .whiteSection .featuredProducts .slide .productImage .productMasking ul li a:hover, .mainContent .featuredProducts .slide .productImage .productMasking ul li a:hover, .productsContent .productBox .productImage .productMasking ul li a:hover {
    background-color: #ffffff;
    border-color: #ffffff;
}

.imageBox .productImage .productMasking ul li a:hover i, .whiteSection .featuredProducts .slide .productImage .productMasking ul li a:hover i, .mainContent .featuredProducts .slide .productImage .productMasking ul li a:hover i, .productsContent .productBox .productImage .productMasking ul li a:hover i {
    color: #ffb548;
}

@media (min-width: 480px) {
    .imageBox .productImage, .whiteSection .featuredProducts .slide .productImage, .mainContent .featuredProducts .slide .productImage, .productsContent .productBox .productImage {
        width: 100%;
        height: auto;
    }
}

.imageBox:hover .productMasking, .whiteSection .featuredProducts .slide:hover .productMasking, .mainContent .featuredProducts .slide:hover .productMasking, .productsContent .productBox:hover .productMasking {
    opacity: 1;
}

/*todo*/
@media (max-width: 479px) {
    .imageBox:hover .productMasking, .whiteSection .featuredProducts .slide:hover .productMasking, .mainContent .featuredProducts .slide:hover .productMasking, .productsContent .productBox:hover .productMasking {
        opacity: 0;
    }
}

/*todo*/
@media (min-width: 480px) {
    .imageBox:hover .productMasking ul, .whiteSection .featuredProducts .slide:hover .productMasking ul, .mainContent .featuredProducts .slide:hover .productMasking ul, .productsContent .productBox:hover .productMasking ul {
        -webkit-animation: itemMove 0.3s linear;
        animation: itemMove 0.3s linear;
    }
}

.imageBox .productCaption, .whiteSection .featuredProducts .slide .productCaption, .mainContent .featuredProducts .slide .productCaption, .productsContent .productBox .productCaption {
    width: 100%;
    display: block;
}

.imageBox .productCaption h5, .whiteSection .featuredProducts .slide .productCaption h5, .mainContent .featuredProducts .slide .productCaption h5, .productsContent .productBox .productCaption h5 {
    font-size: 13px;
    /*text-transform: uppercase;*/
    /*letter-spacing: 1px;*/
    margin-bottom: 8px;
}

.imageBox .productCaption h5 a, .whiteSection .featuredProducts .slide .productCaption h5 a, .mainContent .featuredProducts .slide .productCaption h5 a, .productsContent .productBox .productCaption h5 a {
    color: #252525;
}

.imageBox .productCaption h3, .whiteSection .featuredProducts .slide .productCaption h3, .mainContent .featuredProducts .slide .productCaption h3, .productsContent .productBox .productCaption h3 {
    /*color: #c5c5c5;*/
    font-weight: 700;
    margin-bottom: 0;
}

.imageBox .productCaption .offer-price, .whiteSection .featuredProducts .slide .productCaption .offer-price, .mainContent .featuredProducts .slide .productCaption .offer-price, .productsContent .productBox .productCaption .offer-price {
    font-size: 24px;
    font-weight: 700;
    color: #ffb548;
    display: block;
    margin-bottom: 10px;
}

.imageBox .productCaption .regular-price, .whiteSection .featuredProducts .slide .productCaption .regular-price, .mainContent .featuredProducts .slide .productCaption .regular-price, .productsContent .productBox .productCaption .regular-price {
    font-size: 18px;
    color: #c5c5c5;
    display: block;
    margin-bottom: 25px;
}

.masking-btn, .whiteSection .featuredCollection .thumbnail .imageWrapper .masking .viewBtn, .mainContent .featuredCollection .thumbnail .imageWrapper .masking .viewBtn, .productListSingle .media .media-left .maskingImage .viewBtn {
    width: 196px;
    min-height: 55px;
    border: 3px solid #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0;
    border-radius: 0;
    padding: 0;
    line-height: 55px;
}

.masking-btn:hover, .whiteSection .featuredCollection .thumbnail .imageWrapper .masking .viewBtn:hover, .mainContent .featuredCollection .thumbnail .imageWrapper .masking .viewBtn:hover, .productListSingle .media .media-left .maskingImage .viewBtn:hover {
    background-color: #ffffff;
    color: #ffb548;
}

.whiteSection, .mainContent {
    background-color: #ffffff;
}

@media (max-width: 479px) {
    .whiteSection, .mainContent {
        padding: 7px 0 15px 0;
    }
}

@media (min-width: 480px) {
    .whiteSection, .mainContent {
        padding: 15px 0 0 0;
    }
}

@media (min-width: 768px) {
    .whiteSection, .mainContent {
        padding: 0 0 20px 0;
    }
}

.whiteSection .featuredCollection .thumbnail, .mainContent .featuredCollection .thumbnail {
    cursor: pointer;
    margin-bottom: 40px;
}

.whiteSection .featuredCollection .thumbnail .imageWrapper, .mainContent .featuredCollection .thumbnail .imageWrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.whiteSection .featuredCollection .thumbnail .imageWrapper img, .mainContent .featuredCollection .thumbnail .imageWrapper img {
    transition: all 0.5s ease-in-out;
    width: 100%;
}

.whiteSection .featuredCollection .thumbnail:hover .imageWrapper .masking, .mainContent .featuredCollection .thumbnail:hover .imageWrapper .masking {
    opacity: 1;
}

.whiteSection .featuredCollection .thumbnail:hover .imageWrapper img, .mainContent .featuredCollection .thumbnail:hover .imageWrapper img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.whiteSection .featuredCollection .thumbnail:hover .imageWrapper .viewBtn, .mainContent .featuredCollection .thumbnail:hover .imageWrapper .viewBtn {
    -webkit-animation: itemMove 0.3s linear;
    animation: itemMove 0.3s linear;
}

.whiteSection .featuredCollection .thumbnail .caption h4, .mainContent .featuredCollection .thumbnail .caption h4 {
    margin-bottom: 0;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.whiteSection .featuredCollection .thumbnail:hover .caption h4, .mainContent .featuredCollection .thumbnail:hover .caption h4 {
    color: #ffb548;
}

.whiteSection .latestArticles .thumbnail, .mainContent .latestArticles .thumbnail {
    margin-bottom: 30px;
}

.whiteSection .latestArticles .thumbnail h5, .mainContent .latestArticles .thumbnail h5 {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
    margin-bottom: 7px;
}

.whiteSection .latestArticles .thumbnail h5 a, .mainContent .latestArticles .thumbnail h5 a {
    font-size: inherit;
    letter-spacing: inherit;
    color: #252525;
}

.whiteSection .latestArticles .thumbnail h5 span, .mainContent .latestArticles .thumbnail h5 span {
    text-transform: capitalize;
    color: #bcbcbc;
}

.whiteSection .latestArticles .thumbnail h5 span a, .mainContent .latestArticles .thumbnail h5 span a {
    color: #bcbcbc;
    text-decoration: underline !important;
}

.whiteSection .latestArticles .thumbnail span, .mainContent .latestArticles .thumbnail span {
    text-transform: capitalize;
    color: #bcbcbc;
    display: block;
    margin: 10px 0;
}

.whiteSection .latestArticles .thumbnail span, .mainContent .latestArticles .thumbnail i, .product-rating i {
    color: #ff6c00;
}

.whiteSection .latestArticles .thumbnail span a, .mainContent .latestArticles .thumbnail span a {
    color: #bcbcbc;
    text-decoration: underline !important;
}

.whiteSection .latestArticles .thumbnail img, .mainContent .latestArticles .thumbnail img {
    width: 100%;
}

.whiteSection .latestArticles .thumbnail p, .mainContent .latestArticles .thumbnail p {
    margin-bottom: 10px;
}

.margin-bottom {
    margin-bottom: 5px;
}

.lightSection {
    background-color: #f0f0f0;
    min-height: 125px;
}

.lightSection .partnersLogoSlider .owl-nav {
    display: none;
}

.lightSection .partnersLogoSlider .slide {
    display: table;
    height: 125px;
    width: 100%;
}

.lightSection .partnersLogoSlider .slide .partnersLogo {
    display: table-cell;
    vertical-align: middle;
    text-align: center !important;
}

.lightSection .partnersLogoSlider .slide .partnersLogo img {
    width: auto;
    margin: 0 auto;
}

@media (min-width: 480px) {
    .lightSection .partnersLogoSlider .slide .partnersLogo {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .lightSection .partnersLogoSlider .slide .partnersLogo {
        width: 270px;
    }
}

@-webkit-keyframes itemMove {
    0% {
        top: 55%;
    }
    100% {
        top: 50%;
    }
}

@keyframes itemMove {
    0% {
        top: 55%;
    }
    100% {
        top: 50%;
    }
}

.aboutSection {
    margin-bottom: 75px;
}

.aboutSection h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto 20px;
    padding-bottom: 15px;
    display: inline-block;
    border-bottom: 5px solid #e4e4e4;
}

.aboutSection p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

@media (min-width: 992px) {
    .aboutSection p {
        margin: 0 70px 0;
    }
}

.featuredCollection.version2 {
    margin-bottom: 80px;
}

.featuredCollection.version2 .slide {
    background: #eeeeee;
    height: 300px;
    position: relative;
}

.featuredCollection.version2 .productImage {
    width: 50%;
    float: left;
    height: 300px;
    position: relative;
}

.featuredCollection.version2 .productImage img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    position: absolute;
    bottom: 15px;
}

.featuredCollection.version2 .productImage.pull-right img {
    right: 10px;
}

.featuredCollection.version2 .productCaption {
    width: 50%;
    position: absolute;
    bottom: 40px;
    right: 0;
    padding-right: 30px;
}

.featuredCollection.version2 .productCaption h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px;
}

.featuredCollection.version2 .productCaption h3 a {
    color: #252525;
}

.featuredCollection.version2 .productCaption p {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.featuredCollection.version2 .productCaption.pull-left {
    left: 0;
    padding-left: 30px;
}

.version2 .imageBox, .version2 .whiteSection .featuredProducts .slide, .whiteSection .featuredProducts .version2 .slide, .version2 .mainContent .featuredProducts .slide, .mainContent .featuredProducts .version2 .slide, .version2 .productsContent .productBox, .productsContent .version2 .productBox {
    margin-bottom: 40px;
}

.version2 .imageBox .productImage .productMasking, .version2 .whiteSection .featuredProducts .slide .productImage .productMasking, .whiteSection .featuredProducts .version2 .slide .productImage .productMasking, .version2 .mainContent .featuredProducts .slide .productImage .productMasking, .mainContent .featuredProducts .version2 .slide .productImage .productMasking, .version2 .productsContent .productBox .productImage .productMasking, .productsContent .version2 .productBox .productImage .productMasking {
    background-color: transparent;
}

.version2 .imageBox .productImage .productMasking ul, .version2 .whiteSection .featuredProducts .slide .productImage .productMasking ul, .whiteSection .featuredProducts .version2 .slide .productImage .productMasking ul, .version2 .mainContent .featuredProducts .slide .productImage .productMasking ul, .mainContent .featuredProducts .version2 .slide .productImage .productMasking ul, .version2 .productsContent .productBox .productImage .productMasking ul, .productsContent .version2 .productBox .productImage .productMasking ul {
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, 150%);
    transform: translate(-50%, 150%);
}

@media (min-width: 768px) {
    .version2 .imageBox .productImage .productMasking ul, .version2 .whiteSection .featuredProducts .slide .productImage .productMasking ul, .whiteSection .featuredProducts .version2 .slide .productImage .productMasking ul, .version2 .mainContent .featuredProducts .slide .productImage .productMasking ul, .mainContent .featuredProducts .version2 .slide .productImage .productMasking ul, .version2 .productsContent .productBox .productImage .productMasking ul, .productsContent .version2 .productBox .productImage .productMasking ul {
        -webkit-transform: translate(-46%, 70%);
        transform: translate(-46%, 70%);
    }
}

@media (min-width: 1200px) {
    .version2 .imageBox .productImage .productMasking ul, .version2 .whiteSection .featuredProducts .slide .productImage .productMasking ul, .whiteSection .featuredProducts .version2 .slide .productImage .productMasking ul, .version2 .mainContent .featuredProducts .slide .productImage .productMasking ul, .mainContent .featuredProducts .version2 .slide .productImage .productMasking ul, .version2 .productsContent .productBox .productImage .productMasking ul, .productsContent .version2 .productBox .productImage .productMasking ul {
        -webkit-transform: translate(-50%, 140%);
        transform: translate(-50%, 140%);
    }
}

.version2 .imageBox .productImage .productMasking ul li a, .version2 .whiteSection .featuredProducts .slide .productImage .productMasking ul li a, .whiteSection .featuredProducts .version2 .slide .productImage .productMasking ul li a, .version2 .mainContent .featuredProducts .slide .productImage .productMasking ul li a, .mainContent .featuredProducts .version2 .slide .productImage .productMasking ul li a, .version2 .productsContent .productBox .productImage .productMasking ul li a, .productsContent .version2 .productBox .productImage .productMasking ul li a {
    line-height: 42px;
    border: none;
    background-color: #ffffff;
}

.version2 .imageBox .productImage .productMasking ul li a i, .version2 .whiteSection .featuredProducts .slide .productImage .productMasking ul li a i, .whiteSection .featuredProducts .version2 .slide .productImage .productMasking ul li a i, .version2 .mainContent .featuredProducts .slide .productImage .productMasking ul li a i, .mainContent .featuredProducts .version2 .slide .productImage .productMasking ul li a i, .version2 .productsContent .productBox .productImage .productMasking ul li a i, .productsContent .version2 .productBox .productImage .productMasking ul li a i {
    color: #252525;
}

.version2 .imageBox .productImage .productMasking ul li a:hover, .version2 .whiteSection .featuredProducts .slide .productImage .productMasking ul li a:hover, .whiteSection .featuredProducts .version2 .slide .productImage .productMasking ul li a:hover, .version2 .mainContent .featuredProducts .slide .productImage .productMasking ul li a:hover, .mainContent .featuredProducts .version2 .slide .productImage .productMasking ul li a:hover, .version2 .productsContent .productBox .productImage .productMasking ul li a:hover, .productsContent .version2 .productBox .productImage .productMasking ul li a:hover {
    background-color: #ffb548;
}

.version2 .imageBox .productImage .productMasking ul li a:hover i, .version2 .whiteSection .featuredProducts .slide .productImage .productMasking ul li a:hover i, .whiteSection .featuredProducts .version2 .slide .productImage .productMasking ul li a:hover i, .version2 .mainContent .featuredProducts .slide .productImage .productMasking ul li a:hover i, .mainContent .featuredProducts .version2 .slide .productImage .productMasking ul li a:hover i, .version2 .productsContent .productBox .productImage .productMasking ul li a:hover i, .productsContent .version2 .productBox .productImage .productMasking ul li a:hover i {
    color: #ffffff;
}

.version2 .imageBox:hover .productMasking, .version2 .whiteSection .featuredProducts .slide:hover .productMasking, .whiteSection .featuredProducts .version2 .slide:hover .productMasking, .version2 .mainContent .featuredProducts .slide:hover .productMasking, .mainContent .featuredProducts .version2 .slide:hover .productMasking, .version2 .productsContent .productBox:hover .productMasking, .productsContent .version2 .productBox:hover .productMasking {
    opacity: 1;
}

.version2 .imageBox:hover .productMasking ul, .version2 .whiteSection .featuredProducts .slide:hover .productMasking ul, .whiteSection .featuredProducts .version2 .slide:hover .productMasking ul, .version2 .mainContent .featuredProducts .slide:hover .productMasking ul, .mainContent .featuredProducts .version2 .slide:hover .productMasking ul, .version2 .productsContent .productBox:hover .productMasking ul, .productsContent .version2 .productBox:hover .productMasking ul {
    -webkit-animation: itemMove 0.3s linear;
    animation: itemMove 0.3s linear;
}

.box {
    background-color: #f5f5f5;
    padding: 10px 20px;
    margin: 10px 0;
}

.box i {
    font-size: 48px;
    color: #ffb548;
}

.box h4 {
    margin: 20px 0;
}

.box span {
    color: #979797;
}

.instagramSection {
    width: 100%;
}

.instagramSection .image-gallery {
    width: 33.33%;
    display: inline-block;
    float: left;
}

@media (min-width: 768px) {
    .instagramSection .image-gallery {
        width: 16.66%;
    }
}

.instagramSection .image-gallery img {
    width: 100%;
}

.dealSlider {
    margin-bottom: 80px;
}

.dealSlider .imageBox, .dealSlider .whiteSection .featuredProducts .slide, .whiteSection .featuredProducts .dealSlider .slide, .dealSlider .mainContent .featuredProducts .slide, .mainContent .featuredProducts .dealSlider .slide, .dealSlider .productsContent .productBox, .productsContent .dealSlider .productBox {
    border: 1px solid #d5d5d5;
    margin: 1px;
}

.dealSlider .productDeal {
    padding: 20px 15px;
}

.dealSlider .productDeal h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
    display: inline-block;
}

@media (min-width: 768px) {
    .dealSlider .productDeal h3 {
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    .dealSlider .productDeal h3 {
        font-size: 20px;
    }
}

.dealSlider .productDeal h3 span {
    color: #ffb548;
    font-weight: 700;
}

.dealSlider .productDeal .rating {
    display: inline-block;
    float: right;
    color: #d5d5d5;
    transition: all 0.3s ease;
}

.dealSlider .productCaption h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.dealSlider .productCaption h3 a {
    color: #252525;
}

.dealSlider .productCaption .btn-border {
    padding-left: 25px;
    padding-right: 25px;
    border-color: #ffb548;
    margin-bottom: 50px;
}

.dealSlider .productCaption .btn-border i {
    color: #ffb548;
}

.dealSlider .imageBox:hover .productDeal .rating, .dealSlider .whiteSection .featuredProducts .slide:hover .productDeal .rating, .whiteSection .featuredProducts .dealSlider .slide:hover .productDeal .rating, .dealSlider .mainContent .featuredProducts .slide:hover .productDeal .rating, .mainContent .featuredProducts .dealSlider .slide:hover .productDeal .rating, .dealSlider .productsContent .productBox:hover .productDeal .rating, .productsContent .dealSlider .productBox:hover .productDeal .rating {
    color: #ffb548;
}

.dealSlider .imageBox:hover .productCaption .btn-border, .dealSlider .whiteSection .featuredProducts .slide:hover .productCaption .btn-border, .whiteSection .featuredProducts .dealSlider .slide:hover .productCaption .btn-border, .dealSlider .mainContent .featuredProducts .slide:hover .productCaption .btn-border, .mainContent .featuredProducts .dealSlider .slide:hover .productCaption .btn-border, .dealSlider .productsContent .productBox:hover .productCaption .btn-border, .productsContent .dealSlider .productBox:hover .productCaption .btn-border {
    background-color: #ffb548;
    color: #ffffff;
}

.dealSlider .imageBox:hover .productCaption .btn-border i, .dealSlider .whiteSection .featuredProducts .slide:hover .productCaption .btn-border i, .whiteSection .featuredProducts .dealSlider .slide:hover .productCaption .btn-border i, .dealSlider .mainContent .featuredProducts .slide:hover .productCaption .btn-border i, .mainContent .featuredProducts .dealSlider .slide:hover .productCaption .btn-border i, .dealSlider .productsContent .productBox:hover .productCaption .btn-border i, .productsContent .dealSlider .productBox:hover .productCaption .btn-border i {
    color: #ffffff;
}

.dealSlider .imageBox:hover .productImage img, .dealSlider .whiteSection .featuredProducts .slide:hover .productImage img, .whiteSection .featuredProducts .dealSlider .slide:hover .productImage img, .dealSlider .mainContent .featuredProducts .slide:hover .productImage img, .mainContent .featuredProducts .dealSlider .slide:hover .productImage img, .dealSlider .productsContent .productBox:hover .productImage img, .productsContent .dealSlider .productBox:hover .productImage img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.version3.featuredProducts {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .version3 .imageBox .productImage .productMasking ul, .version3 .whiteSection .featuredProducts .slide .productImage .productMasking ul, .whiteSection .featuredProducts .version3 .slide .productImage .productMasking ul, .version3 .mainContent .featuredProducts .slide .productImage .productMasking ul, .mainContent .featuredProducts .version3 .slide .productImage .productMasking ul, .version3 .productsContent .productBox .productImage .productMasking ul, .productsContent .version3 .productBox .productImage .productMasking ul {
        -webkit-transform: translate(-46%, -50%);
        transform: translate(-46%, -50%);
    }
}

@media (min-width: 1200px) {
    .version3 .imageBox .productImage .productMasking ul, .version3 .whiteSection .featuredProducts .slide .productImage .productMasking ul, .whiteSection .featuredProducts .version3 .slide .productImage .productMasking ul, .version3 .mainContent .featuredProducts .slide .productImage .productMasking ul, .mainContent .featuredProducts .version3 .slide .productImage .productMasking ul, .version3 .productsContent .productBox .productImage .productMasking ul, .productsContent .version3 .productBox .productImage .productMasking ul {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.version2 .box {
    background-color: transparent;
    border: 1px solid #dddddd;
    transition: all 0.3s ease;
}

.version2 .box:hover {
    border: 1px solid #ffb548;
}

.testimonialSection {
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .testimonialSection {
        margin-bottom: 0;
    }
}

.testimonial-inner {
    background-color: #f5f5f5;
    padding: 15px;
    width: 100%;
    float: left;
}

@media (min-width: 768px) {
    .testimonial-inner {
        padding: 50px;
    }
}

.testimonial-inner .testimonialImage {
    background-color: #ffffff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    width: 30%;
    float: left;
    padding: 30px 0;
    margin-right: 15px;
}

@media (min-width: 768px) {
    .testimonial-inner .testimonialImage {
        margin-right: 45px;
    }
}

.testimonial-inner .testimonialImage img {
    max-width: 100%;
    display: inline-block;
    width: auto;
    transition-delay: 2s;
}

@media (min-width: 992px) {
    .testimonial-inner .testimonialText {
        padding-top: 50px;
    }
}

.testimonial-inner .testimonialText .product-rating {
    color: #ffb548;
    display: inline-block;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .testimonial-inner .testimonialText .product-rating i {
        font-size: 16px;
    }
}

.testimonial-inner .testimonial-content {
    border-top: 5px solid #e4e4e4;
    padding-top: 10px;
    display: table-cell;
    vertical-align: top;
}

@media (min-width: 768px) {
    .testimonial-inner .testimonial-content {
        padding-top: 20px;
    }
}

.testimonial-inner .testimonial-content p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .testimonial-inner .testimonial-content p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}

.author-img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
}

.testimonial-inner .testimonial-content cite {
    font-size: 12px;
    margin-top: 22px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}

@media (min-width: 768px) {
    .testimonial-inner .testimonial-content cite {
        font-size: 14px;
        margin-top: 20px;
    }
}

.lightSection {
    background-color: #f0f0f0;
    min-height: 145px;
}

.lightSection .partnersLogoSlider.version2 .owl-nav {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 0;
}

.featuredCollection.version2.version3 {
    margin-bottom: 40px;
}

.featuredCollection.version2.version3 .slide {
    background: transparent;
    height: auto;
}

.featuredCollection.version2.version3 .productImage {
    width: 100%;
    float: none;
}

.featuredCollection.version2.version3 .productImage1 {
    background-image: url("../images/home/featured-collection/product-img4.jpg");
    background-repeat: no-repeat;
    background-position: left center;
}

.featuredCollection.version2.version3 .productImage2 {
    background-image: url("../images/home/featured-collection/product-img5.jpg");
    background-repeat: no-repeat;
    background-position: left center;
}

.featuredCollection.version2.version3 .productCaption p {
    color: #666666;
}

.featuredCollection.version2.version3 .btn-border {
    border-color: #252525;
    margin-bottom: 30px;
}

.featuredCollection.version2.version3 .productCaption {
    width: 50%;
    position: absolute;
    bottom: 40px;
    right: 0;
    padding-right: 30px;
}

.category-content {
    /*border: 1px solid rgba(0, 0, 0, 0.1);*/
    /*border-top: 2px solid #ffb548;*/
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    .category-content {
        margin-bottom: 80px;
    }
}

.category-top {
    padding: 10px;
}

.category-top .category-menu {
    width: 34%;
    display: inline-block;
    float: left;
}

@media (min-width: 768px) {
    .category-top .category-menu {
        width: 31%;
    }
}

.category-top .category-menu h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 10px 0 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #ffb548;
}

@media (min-width: 768px) {
    .category-top .category-menu h2 {
        font-size: 22px;
        padding: 15px 0 25px;
    }
}

.category-menu ul {
    padding: 10px 0;
}

.category-menu ul li {
    padding: 5px 0;
}

@media (min-width: 768px) {
    .category-menu ul li {
        padding: 10px 0;
    }
}

.category-menu ul li a {
    color: #252525;
}

.category-menu ul li:hover a {
    color: #ffb548;
}

.category-Slider {
    width: 63%;
    float: right;
}

@media (min-width: 768px) {
    .category-Slider {
        width: 67%;
    }
}

.category-Slider .categorySlider .owl-nav {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: 0;
}

.category-Slider .categorySlider .owl-next span {
    background: none;
    width: 40px;
    height: 60px;
    display: block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 20px;
    line-height: 60px;
    transition: all 0.3s ease;
}

.category-Slider .categorySlider .owl-next span:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.category-Slider .categorySlider .owl-next span:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    line-height: 60px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.category-Slider .categorySlider .owl-prev span {
    background: none;
    width: 40px;
    height: 60px;
    display: block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 20px;
    line-height: 60px;
    transition: all 0.3s ease;
}

.category-Slider .categorySlider .owl-prev span:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.category-Slider .categorySlider .owl-prev span:after {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    line-height: 60px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.category-bottom {
    width: 100%;
    float: left;
    margin: 0;
}

.category-bottom .imageBox, .category-bottom .whiteSection .featuredProducts .slide, .whiteSection .featuredProducts .category-bottom .slide, .category-bottom .mainContent .featuredProducts .slide, .mainContent .featuredProducts .category-bottom .slide, .category-bottom .productsContent .productBox, .productsContent .category-bottom .productBox {
    width: 32.3%;
    margin: 0 1.5% 10px 0;
    display: inline-block;
    float: left;
}

.category-bottom .imageBox .productImage .productMasking ul, .category-bottom .whiteSection .featuredProducts .slide .productImage .productMasking ul, .whiteSection .featuredProducts .category-bottom .slide .productImage .productMasking ul, .category-bottom .mainContent .featuredProducts .slide .productImage .productMasking ul, .mainContent .featuredProducts .category-bottom .slide .productImage .productMasking ul, .category-bottom .productsContent .productBox .productImage .productMasking ul, .productsContent .category-bottom .productBox .productImage .productMasking ul {
    width: 96px;
    height: 26px;
    left: 54%;
}

.category-bottom .imageBox .productImage .productMasking ul li, .category-bottom .whiteSection .featuredProducts .slide .productImage .productMasking ul li, .whiteSection .featuredProducts .category-bottom .slide .productImage .productMasking ul li, .category-bottom .mainContent .featuredProducts .slide .productImage .productMasking ul li, .mainContent .featuredProducts .category-bottom .slide .productImage .productMasking ul li, .category-bottom .productsContent .productBox .productImage .productMasking ul li, .productsContent .category-bottom .productBox .productImage .productMasking ul li {
    padding: 0 2px;
}

.category-bottom .imageBox .productImage .productMasking ul li a, .category-bottom .whiteSection .featuredProducts .slide .productImage .productMasking ul li a, .whiteSection .featuredProducts .category-bottom .slide .productImage .productMasking ul li a, .category-bottom .mainContent .featuredProducts .slide .productImage .productMasking ul li a, .mainContent .featuredProducts .category-bottom .slide .productImage .productMasking ul li a, .category-bottom .productsContent .productBox .productImage .productMasking ul li a, .productsContent .category-bottom .productBox .productImage .productMasking ul li a {
    width: 26px;
    height: 26px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    line-height: 22px;
}

.category-bottom .imageBox .productImage .productMasking ul li a i, .category-bottom .whiteSection .featuredProducts .slide .productImage .productMasking ul li a i, .whiteSection .featuredProducts .category-bottom .slide .productImage .productMasking ul li a i, .category-bottom .mainContent .featuredProducts .slide .productImage .productMasking ul li a i, .mainContent .featuredProducts .category-bottom .slide .productImage .productMasking ul li a i, .category-bottom .productsContent .productBox .productImage .productMasking ul li a i, .productsContent .category-bottom .productBox .productImage .productMasking ul li a i {
    font-size: 12px;
}

.category-bottom .imageBox .productCaption h3, .category-bottom .whiteSection .featuredProducts .slide .productCaption h3, .whiteSection .featuredProducts .category-bottom .slide .productCaption h3, .category-bottom .mainContent .featuredProducts .slide .productCaption h3, .mainContent .featuredProducts .category-bottom .slide .productCaption h3, .category-bottom .productsContent .productBox .productCaption h3, .productsContent .category-bottom .productBox .productCaption h3 {
    font-size: 18px;
}

.sticker {
    background: rgba(255,181,72,0.92) !important;
    padding: 2px 4px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    position: absolute;
    right: 7px;
    top: 7px;
    border: 1px solid rgba(255,181,72,0.15);
}

.sticker_red {
    background: rgba(255,0,0,0.8) !important;
    padding: 2px 4px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    position: absolute;
    right: 7px;
    top: 7px;
    border: 1px solid rgba(255,181,72,0.15);
}

.sticker_blue {
    background: rgba(0, 240, 255, 0.80) !important;
    padding: 2px 4px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    position: absolute;
    right: 7px;
    top: 7px;
    border: 1px solid rgba(12, 161, 234,0.15);
}

.sticker_green {
    background: rgba(73,195,44,0.8) !important;
    padding: 2px 4px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    position: absolute;
    right: 7px;
    top: 7px;
    border: 1px solid rgba(73,195,44,0.15);
}

.sticker_yellow {
    background: rgba(255,242,0,0.9) !important;
    padding: 2px 4px;
    font-size: 12px;
    color: #000;
    font-weight: 400;
    position: absolute;
    right: 7px;
    top: 7px;
    border: 1px solid rgba(255,181,72,0.15);
}

.position_1{
    top: 40px;
}

.position_2{
    top: 70px;
}

.sticker_bottom{
    top: auto;
    bottom: 7px;
}

.sticker_bottom.position_1{
    top: auto;
    bottom: 40px;
}
.sticker_bottom.position_2{
    top: auto;
    bottom: 70px;
}

.footer {
    display: block;
    width: 100%;
    padding: 38px 0;
    background-color: #252525;
    border-top: 2px solid #ffb548;
}

@media (max-width: 479px) {
    .footer .footerLink {
        text-align: center;
        margin-bottom: 5px;
    }
}

@media (min-width: 480px) {
    .footer .footerLink {
        text-align: center;
        margin-bottom: 25px;
    }
}

@media (min-width: 768px) {
    .footer .footerLink {
        text-align: left;
        margin-bottom: 0;
    }
}

.footer .footerLink h5 {
    letter-spacing: 1px;
    color: #5f5f5f;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.footer .footerLink ul li {
    color: #acacac;
    font-size: 12px;
    line-height: 20px;
}

.footer .footerLink ul li a {
    color: #acacac;
    font-size: 12px;
    line-height: 24px;
}

.footer .footerLink ul li a:hover, .footer .footerLink ul li a:active, .footer .footerLink ul li a:focus {
    color: #ffb548;
}

.footer .newsletter {
    display: block;
    text-align: center;
}

@media (min-width: 480px) {
    .footer .newsletter {
        float: none;
        margin: 0 auto;
        margin-bottom: 25px;
        width: 75%;
    }
}

@media (min-width: 768px) {
    .footer .newsletter {
        float: right;
        margin-bottom: 0;
        width: 90%;
    }
}

@media (min-width: 992px) {
    .footer .newsletter {
        width: 75%;
    }
}

.footer .newsletter h4 {
    color: #5f5f5f;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.footer .newsletter h3 {
    color: #acacac;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer .newsletter p {
    color: #acacac;
}

.footer .newsletter .input-group {
    display: block;
    width: 100%;
}

.footer .newsletter .input-group .form-control, .footer .newsletter .input-group .input-group-addon {
    display: inline-block;
    float: left;
    margin-right: 2%;
    border-radius: 0;
    border: none;
    background-color: #3b3b3b;
    height: 35px;
    line-height: 35px;
    padding: 0 14px;
    font-size: 12px;
    color: #999999;
}

.footer .newsletter .input-group .form-control:focus, .footer .newsletter .input-group .input-group-addon:focus {
    box-shadow: none;
}

@media (max-width: 479px) {
    .footer .newsletter .input-group .form-control, .footer .newsletter .input-group .input-group-addon {
        width: 73%;
    }
}

@media (min-width: 480px) {
    .footer .newsletter .input-group .form-control, .footer .newsletter .input-group .input-group-addon {
        width: 73%;
    }
}

@media (min-width: 768px) {
    .footer .newsletter .input-group .form-control, .footer .newsletter .input-group .input-group-addon {
        width: 63%;
    }
}

@media (min-width: 992px) {
    .footer .newsletter .input-group .form-control, .footer .newsletter .input-group .input-group-addon {
        width: 65%;
        margin-right: 5%;
    }
}

.footer .newsletter .input-group .input-group-addon {
    margin-right: 0;
    height: 35px;
    padding: 0;
    line-height: 29px;
    border: 3px solid #ffb548;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 479px) {
    .footer .newsletter .input-group .input-group-addon {
        width: 25%;
    }
}

@media (min-width: 480px) {
    .footer .newsletter .input-group .input-group-addon {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .footer .newsletter .input-group .input-group-addon {
        width: 35%;
    }
}

@media (min-width: 992px) {
    .footer .newsletter .input-group .input-group-addon {
        width: 30%;
    }
}

.footer .newsletter .input-group .input-group-addon i {
    transition: all 0.3s ease-in-out;
    color: #ffb548;
}

@media (min-width: 480px) {
    .footer .newsletter .input-group .input-group-addon i {
        margin-left: 7px;
    }
}

@media (min-width: 768px) {
    .footer .newsletter .input-group .input-group-addon i {
        margin-left: 3px;
    }
}

@media (min-width: 992px) {
    .footer .newsletter .input-group .input-group-addon i {
        margin-left: 7px;
    }
}

.footer .newsletter .input-group .input-group-addon:hover {
    background-color: #ffb548;
    border-color: #ffb548;
    color: #ffffff;
}

.footer .newsletter .input-group .input-group-addon:hover i {
    color: #ffffff;
}

.footer .footerLink .list-inline {
    /*margin-top: 25px;*/
}

.footer .footerLink .list-inline li a {
    font-size: 17px;
}

.copyRight {
    display: block;
    width: 100%;
    min-height: 53px;
    background-color: #101010;
}

.copyRight p {
    color: #acacac;
    margin-bottom: 0;
    font-size: 13px;
    padding-top: 17px;
}

@media (max-width: 479px) {
    .copyRight p {
        text-align: center;
        font-size: 11px;
    }
}

@media (min-width: 480px) {
    .copyRight p {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .copyRight p {
        text-align: left;
    }
}

@media (max-width: 479px) {
    .copyRight ul {
        text-align: center;
    }
}

@media (min-width: 480px) {
    .copyRight ul {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .copyRight ul {
        text-align: right;
    }
}

.copyRight ul li {
    line-height: 53px;
}

.copyRight ul li a {
    display: block;
    line-height: 53px;
    font-size: 14px;
}

.footer.version2 {
    background-color: #f5f5f5;
}

.footer.version2 .footerLink ul li {
    color: #252525;
}

.footer.version2 .footerLink ul li a {
    color: #252525;
}

.footer.version2 .footerLink ul li a:hover {
    color: #000;
}

.footer.version2 .footerLink .list-inline li a {
    color: #8d8d8d;
}

.footer.version2 .newsletter h3 {
    color: #252525;
}

.footer.version2 .newsletter p {
    color: #252525;
}

.footer.version2 .newsletter .input-group .form-control, .footer.version2 .newsletter .input-group .input-group-addon {
    background-color: #e9e9e9;
}

.footer.version2 .newsletter .input-group .input-group-addon {
    color: #252525;
}

.footer.version2 .newsletter .input-group .input-group-addon:hover {
    background-color: #ffb548;
    border-color: #ffb548;
    color: #ffffff;
}

.footer.version2 .newsletter .input-group .input-group-addon:hover i {
    color: #ffffff;
}

.copyRight.version2 {
    background-color: #ececec;
}

.copyRight.version2 p {
    color: #252525;
}

.copyRight.version2 p a {
    color: #252525;
}

.copyRight.version2 p a:hover {
    color: #ffb548;
}

.form-field .form-group .form-control, .form-body .panel .panel-body .form-group .form-control, .signUp .panel .panel-body .form-group .form-control, .lostPassword .panel .panel-body .form-group .form-control, .logIn .panel .panel-body .form-group .form-control, .commentsForm .form-group .form-control, #login .modal-dialog .modal-content .modal-body .form-group .form-control, #signup .modal-dialog .modal-content .modal-body .form-group .form-control, .stepsPage form .form-group .form-control, .profile .form-horizontal .form-group .form-control {
    border-radius: 0;
    background-color: #f0f0f0;
    border: none;
    height: 50px;
    box-shadow: none;
}

.form-field .form-group .form-control:focus, .form-body .panel .panel-body .form-group .form-control:focus, .signUp .panel .panel-body .form-group .form-control:focus, .lostPassword .panel .panel-body .form-group .form-control:focus, .logIn .panel .panel-body .form-group .form-control:focus, .commentsForm .form-group .form-control:focus, #login .modal-dialog .modal-content .modal-body .form-group .form-control:focus, #signup .modal-dialog .modal-content .modal-body .form-group .form-control:focus, .stepsPage form .form-group .form-control:focus, .profile .form-horizontal .form-group .form-control:focus {
    box-shadow: none;
}

.form-field, .form-body .panel .panel-body, .signUp .panel .panel-body, .lostPassword .panel .panel-body, .logIn .panel .panel-body, .commentsForm, #login .modal-dialog .modal-content .modal-body, #signup .modal-dialog .modal-content .modal-body {
    padding: 15px 30px;
}

.form-field .form-group, .form-body .panel .panel-body .form-group, .signUp .panel .panel-body .form-group, .lostPassword .panel .panel-body .form-group, .logIn .panel .panel-body .form-group, .commentsForm .form-group, #login .modal-dialog .modal-content .modal-body .form-group, #signup .modal-dialog .modal-content .modal-body .form-group {
    margin-bottom: 30px;
}

.form-field .form-group label, .form-body .panel .panel-body .form-group label, .signUp .panel .panel-body .form-group label, .lostPassword .panel .panel-body .form-group label, .logIn .panel .panel-body .form-group label, .commentsForm .form-group label, #login .modal-dialog .modal-content .modal-body .form-group label, #signup .modal-dialog .modal-content .modal-body .form-group label {
    font-size: 13px;
}

.form-field .checkbox, .form-body .panel .panel-body .checkbox, .signUp .panel .panel-body .checkbox, .lostPassword .panel .panel-body .checkbox, .logIn .panel .panel-body .checkbox, .commentsForm .checkbox, #login .modal-dialog .modal-content .modal-body .checkbox, #signup .modal-dialog .modal-content .modal-body .checkbox {
    margin: 0 0 30px 0;
}

.form-field .checkbox label, .form-body .panel .panel-body .checkbox label, .signUp .panel .panel-body .checkbox label, .lostPassword .panel .panel-body .checkbox label, .logIn .panel .panel-body .checkbox label, .commentsForm .checkbox label, #login .modal-dialog .modal-content .modal-body .checkbox label, #signup .modal-dialog .modal-content .modal-body .checkbox label {
    font-size: 13px;
}

.form-field .btn-primary, .form-body .panel .panel-body .btn-primary, .signUp .panel .panel-body .btn-primary, .lostPassword .panel .panel-body .btn-primary, .logIn .panel .panel-body .btn-primary, .commentsForm .btn-primary, #login .modal-dialog .modal-content .modal-body .btn-primary, #signup .modal-dialog .modal-content .modal-body .btn-primary {
    color: white;
    border-radius: 0;
    background-color: #ffb548;
    border: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding: 0;
    height: 50px;
    line-height: 50px;
    transition: all 0.3s ease-in-out;
}

.form-field .btn-primary:hover, .form-body .panel .panel-body .btn-primary:hover, .signUp .panel .panel-body .btn-primary:hover, .lostPassword .panel .panel-body .btn-primary:hover, .logIn .panel .panel-body .btn-primary:hover, .commentsForm .btn-primary:hover, #login .modal-dialog .modal-content .modal-body .btn-primary:hover, #signup .modal-dialog .modal-content .modal-body .btn-primary:hover {
    opacity: .9;
}

.form-field .btn-link, .form-body .panel .panel-body .btn-link, .signUp .panel .panel-body .btn-link, .lostPassword .panel .panel-body .btn-link, .logIn .panel .panel-body .btn-link, .commentsForm .btn-link, #login .modal-dialog .modal-content .modal-body .btn-link, #signup .modal-dialog .modal-content .modal-body .btn-link {
    color: #ffb548;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.form-field .btn-link:hover, .form-body .panel .panel-body .btn-link:hover, .signUp .panel .panel-body .btn-link:hover, .lostPassword .panel .panel-body .btn-link:hover, .logIn .panel .panel-body .btn-link:hover, .commentsForm .btn-link:hover, #login .modal-dialog .modal-content .modal-body .btn-link:hover, #signup .modal-dialog .modal-content .modal-body .btn-link:hover {
    text-decoration: none;
    color: #4dc8cf;
}

.form-body .panel, .signUp .panel, .lostPassword .panel, .logIn .panel {
    border-radius: 0;
    border: none;
}

.form-body .panel .panel-heading, .signUp .panel .panel-heading, .lostPassword .panel .panel-heading, .logIn .panel .panel-heading {
    background-color: #ffb548;
    border-radius: 0;
    padding: 0 15px;
    height: 60px;
}

.form-body .panel .panel-heading h3, .signUp .panel .panel-heading h3, .lostPassword .panel .panel-heading h3, .logIn .panel .panel-heading h3 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 700;
    color: #ffffff;
    line-height: 60px;
}

.form-body .panel .panel-body, .signUp .panel .panel-body, .lostPassword .panel .panel-body, .logIn .panel .panel-body {
    border: 5px solid #f0f0f0;
    border-top: none;
}

.form-body .panel .panel-body .btn-link span, .signUp .panel .panel-body .btn-link span, .lostPassword .panel .panel-body .btn-link span, .logIn .panel .panel-body .btn-link span {
    color: #797979;
}

@media (min-width: 480px) {
    .signUp {
        padding: 25px 0 25px 0;
    }
}

@media (min-width: 480px) {
    .signUp {
        padding: 30px 0 70px 0;
    }
}

.lostPassword .panel-body {
    padding: 50px 30px !important;
}

.lostPassword .help-block {
    color: #252525;
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 20px 0;
}

@media (min-width: 480px) {
    .lostPassword {
        padding: 25px 0 25px 0;
    }
}

@media (min-width: 480px) {
    .lostPassword {
        padding: 30px 0 70px 0;
    }
}

.logIn .btn-default {
    height: 45px;
    padding: 0;
    line-height: 45px;
    border-radius: 0;
    border: none;
    margin: 30px 0 0 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

.logIn .btn-default.pull-left {
    background-color: #46639f;
}

.logIn .btn-default.pull-right {
    background-color: #d6513e;
}

.logIn .btn-default i {
    margin-right: 5px;
}

.logIn .btn-default:hover, .logIn .btn-default:active, .logIn .btn-default:focus {
    border: 0;
    opacity: .9;
    color: #ffffff;
}

@media (max-width: 479px) {
    .logIn .btn-default {
        width: 100%;
        font-size: 11px;
    }
}

@media (min-width: 480px) {
    .logIn .btn-default {
        width: 48%;
        font-size: 10px;
    }
}

@media (min-width: 992px) {
    .logIn .btn-default {
        font-size: 11px;
    }
}

@media (min-width: 1200px) {
    .logIn .btn-default {
        font-size: 13px;
    }
}

.logIn .btn-primary {
    color: #ffffff;
}

@media (min-width: 480px) {
    .logIn {
        padding: 25px 0 25px 0;
    }
}

@media (min-width: 768px) {
    .logIn {
        padding: 30px 0 70px 0;
    }
}

.logIn .checkbox input[type=checkbox], .logIn .checkbox-inline input[type=checkbox], .logIn .radio input[type=radio], .logIn .radio-inline input[type=radio] {
    margin-left: -21px;
}

@media (min-width: 480px) {
    .commentsForm {
        padding: 0 0 90px 0;
    }
}

@media (min-width: 768px) {
    .commentsForm {
        padding: 0 0 30px 0;
    }
}

.commentsForm textarea.form-control {
    height: 150px !important;
}

@media (max-width: 479px) {
    .commentsForm .btn-primary {
        width: 100%;
    }
}

@media (min-width: 480px) {
    .commentsForm .btn-primary {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .commentsForm .btn-primary {
        width: 178px;
    }
}

.stepsPage form {
    margin: 0 -15px;
}

.stepsPage form .form-group {
    margin-bottom: 30px;
}

.stepsPage form .form-group label {
    font-size: 13px;
    display: block;
}

.stepsPage form .form-group textarea.form-control {
    height: 150px;
}

.stepsPage form .checkboxArea {
    float: left;
    margin: 13px 0 50px 0;
}

.stepsPage form .checkboxArea input[type=checkbox]:not(old) {
    width: 20px;
    margin: 0;
    padding: 0;
    font-size: 10px;
    opacity: 0;
}

.stepsPage form .checkboxArea input[type=checkbox]:not(old) + label {
    display: inline-block;
    margin-left: -20px;
    line-height: 20px;
    font-weight: 400;
    font-size: 13px;
}

.stepsPage form .checkboxArea input[type=checkbox]:not(old) + label span {
    background-color: #ffffff;
    border: 1px solid #d0d0d0;
    border-radius: 0;
    display: inline-block;
    height: 20px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    width: 20px;
    transition: all 0.3s ease-in-out;
}

.stepsPage form .checkboxArea input[type=checkbox]:not(old):checked + label span {
    background-color: #ffb548;
    border: 1px solid #ffb548;
}

.stepsPage form .checkboxArea input[type=checkbox]:not(old):checked + label span:before {
    color: #ffffff;
    content: "\f00c";
    font-family: 'FontAwesome';
    display: block;
    font-size: 12px;
    font-weight: normal;
    height: 20px;
    line-height: 17px;
    text-align: center;
    width: 20px;
}

#login .modal-dialog .modal-content, #signup .modal-dialog .modal-content, .quick-view .modal-dialog .modal-content {
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.quick-view .modal-dialog .modal-content .modal-body .media .media-body, .singleProduct .media .media-body {
    overflow: visible;
}

.quick-view .modal-dialog .modal-content .modal-body .media .media-body h2, .singleProduct .media .media-body h2, .quick-view .modal-dialog .modal-content .modal-body .media .media-body h3, .singleProduct .media .media-body h3 {
    font-weight: 700;
    margin-bottom: 7px;
    letter-spacing: 1px;
}

.quick-view .modal-dialog .modal-content .modal-body .media .media-body h3, .singleProduct .media .media-body h3 {
    margin: 3px 0 33px 0;
}

.quick-view .modal-dialog .modal-content .modal-body .media .media-body p, .singleProduct .media .media-body p {
    font-size: 3px;
    line-height: 24px;
    color: #797979;
    margin-bottom: 37px;
}

.quick-view .modal-dialog .modal-content .modal-body .media .media-body .quick-drop, .singleProduct .media .media-body .quick-drop {
    margin: 6px 12px 7px 4px;
    display: inline-block;
}

.quick-view .modal-dialog .modal-content .modal-body .media .media-body .btn-area, .singleProduct .media .media-body .btn-area {
    /*display: inline;*/
    width: 100%;
    margin-left: 10px;
}

.quick-view .modal-dialog .modal-content .modal-body .media .media-body .btn-area .btn-primary, .singleProduct .media .media-body .btn-area .btn-primary {
    height: 40px;
    border-radius: 0;
    border: none;
    background-color: #ffb548;
    padding: 0 20px;
    line-height: 40px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.quick-view .modal-dialog .modal-content .modal-body .media .media-body .btn-area .btn-primary i, .singleProduct .media .media-body .btn-area .btn-primary i {
    position: absolute;
    right: 20px;
    top: 18px;
    font-size: 22px;
}

.quick-view .modal-dialog .modal-content .modal-body .media .media-body .btn-area .btn-primary:hover, .singleProduct .media .media-body .btn-area .btn-primary:hover {
    opacity: .8;
}

#login .modal-dialog, #signup .modal-dialog {
    margin: 10px auto 0 auto;
}

#login .modal-dialog .modal-content .modal-header, #signup .modal-dialog .modal-content .modal-header {
    background-color: #ffb548;
}

#login .modal-dialog .modal-content .modal-header .modal-title, #signup .modal-dialog .modal-content .modal-header .modal-title {
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

#login .modal-dialog .modal-content .modal-header .close, #signup .modal-dialog .modal-content .modal-header .close {
    opacity: 1;
    color: #ffffff;
}

#login .modal-dialog .modal-content .modal-header .close:hover, #signup .modal-dialog .modal-content .modal-header .close:hover, #login .modal-dialog .modal-content .modal-header .close:focus, #signup .modal-dialog .modal-content .modal-header .close:focus {
    opacity: .6;
}

@media (max-width: 479px) {
    #login .modal-dialog, #signup .modal-dialog {
        width: 270px;
    }
}

@media (min-width: 480px) {
    #login .modal-dialog, #signup .modal-dialog {
        width: 430px;
    }
}

#signup .modal-dialog .modal-body form .btn-primary {
    margin-bottom: 15px;
}

@media (max-width: 479px) {
    .quick-view .modal-dialog {
        width: 280px;
        margin: 15px auto;
    }
}

@media (min-width: 480px) {
    .quick-view .modal-dialog {
        width: 450px;
        margin: 20px auto;
    }
}

@media (min-width: 768px) {
    .quick-view .modal-dialog {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .quick-view .modal-dialog {
        width: 950px;
    }
}

@media (min-width: 1200px) {
    .quick-view .modal-dialog {
        width: 1030px;
    }
}

.quick-view .modal-dialog .modal-content .modal-body {
    padding: 30px;
}

.quick-view .modal-dialog .modal-content .modal-body .close {
    font-size: 60px;
    font-weight: 300;
    margin: -20px -20px 0 0;
    line-height: 30px;
}

.quick-view .modal-dialog .modal-content .modal-body .media {
    margin-top: 0;
}

@media (min-width: 480px) {
    .quick-view .modal-dialog .modal-content .modal-body .media .media-left {
        width: 100%;
        padding: 0 0 20px 0;
    }
}

@media (min-width: 768px) {
    .quick-view .modal-dialog .modal-content .modal-body .media .media-left {
        width: 100%;
        padding: 0 0 20px 0;
    }
}

@media (min-width: 992px) {
    .quick-view .modal-dialog .modal-content .modal-body .media .media-left {
        padding-right: 40px;
        width: auto;
    }
}

.quick-view .modal-dialog .modal-content .modal-body .media .media-left img {
    width: 100%;
}

.quick-view .modal-dialog .modal-content .modal-body .media .media-body .btn-area .btn-primary, .singleProduct .media .media-body .btn-area .btn-primary {
    color: white;
}

@media (max-width: 479px) {
    .pageHeader .col-xs-6 {
        width: 100%;
        padding-top: 10px;
    }
}

@media (min-width: 480px) {
    .pageHeader .col-xs-6 {
        width: 50%;
        padding-top: 0;
    }
}

.pageHeader {
    height: 70px;
}

.pageHeader .page-title h2 {
    color: #797979;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0;
}

@media (max-width: 479px) {
    .pageHeader .page-title h2 {
        font-size: 12px;
        line-height: 18px;
    }
}

@media (min-width: 480px) {
    .pageHeader .page-title h2 {
        font-size: 12px;
        line-height: 70px;
    }
}

@media (min-width: 768px) {
    .pageHeader .page-title h2 {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .pageHeader .page-title h2 {
        font-size: 30px;
    }
}

.pageHeader ol.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
}

@media (max-width: 479px) {
    .pageHeader ol.breadcrumb {
        float: left !important;
        min-height: 15px;
    }
}

@media (min-width: 480px) {
    .pageHeader ol.breadcrumb {
        min-height: 70px;
    }
}

.pageHeader ol.breadcrumb .active {
    color: #252525;
    text-transform: uppercase;
}

@media (min-width: 480px) {
    .pageHeader ol.breadcrumb .active {
        font-size: 9px;
    }
}

@media (min-width: 768px) {
    .pageHeader ol.breadcrumb .active {
        font-size: 12px;
    }
}

@media (min-width: 480px) {
    .pageHeader ol.breadcrumb li + li::before {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .pageHeader ol.breadcrumb li + li::before {
        padding: 0 10px;
    }
}

.pageHeader ol.breadcrumb li a {
    text-transform: uppercase;
    color: #969696;
    transition: all 0.3s ease-in-out;
}

.pageHeader ol.breadcrumb li a:hover {
    opacity: .9;
}

@media (min-width: 480px) {
    .pageHeader ol.breadcrumb li a {
        font-size: 9px;
        line-height: 15px;
    }
}

@media (min-width: 480px) {
    .pageHeader ol.breadcrumb li a {
        font-size: 9px;
        line-height: 70px;
    }
}

@media (min-width: 768px) {
    .pageHeader ol.breadcrumb li a {
        font-size: 12px;
    }
}

.aboutUsInfo .page-header {
    border: none;
    padding: 0;
    margin: 0;
}

.aboutUsInfo .page-header h3 {
    text-transform: capitalize;
    font-weight: 400;
}

@media (max-width: 479px) {
    .aboutUsInfo .page-header h3 {
        margin-bottom: 20px;
    }
}

@media (min-width: 480px) {
    .aboutUsInfo .page-header h3 {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .aboutUsInfo .page-header h3 {
        margin-bottom: 45px;
    }
}

.pageHeaderImage {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: auto;
    height: 200px;
    background-image: url(../images/products/page-header-image.jpg);
}

.pageHeaderImage .tableBlock {
    display: table;
    height: 200px;
    width: 100%;
}

.pageHeaderImage .tableBlock .tableInner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 73px;
}

.pageHeaderImage .tableBlock .tableInner .page-title h2 {
    color: #fffefe;
    font-weight: 400;
    margin-bottom: 20px;
}

.pageHeaderImage .tableBlock .tableInner .page-title .breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
}

.pageHeaderImage .tableBlock .tableInner .page-title .breadcrumb li {
    text-transform: uppercase;
    color: #e6e6e6;
}

.sideBar .panel {
    border-radius: 0;
    border: none;
}

.sideBar .panel .panel-heading {
    background-color: #ffb548;
    border-radius: 0;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.sideBar .panel .panel-body {
    border: 2px solid #f0f0f0;
    border-top: none;
}

.sideBar .input-group {
    /*border: 4px solid #f0f0f0;*/
}

.sideBar .input-group .form-control, .sideBar .input-group .input-group-addon {
    /*border: none;*/
}

.navbar-side-collapse .side-nav li a, .filterNormal .list-unstyled li a {
    font-size: 14px;
    color: #252525;
    line-height: 22px;
    padding: 0;
    transition: all 0.3s ease-in-out;
    display: block;
}

.sub-list-item, .navbar-side-collapse .side-nav li .collapseItem li a, .sidebar-list li a {
    font-size: 13px !important;
    color: #888888;
    width: 100%;
    display: block;
    line-height: 20px;
    padding: 7px 0 7px 14px;
    transition: all 0.3s ease-in-out;
}

.sub-list-item i, .navbar-side-collapse .side-nav li .collapseItem li a i, .sidebar-list li a i {
    right: auto;
    left: 0;
    line-height: 20px;
    position: absolute;
}

.sub-list-item:hover, .navbar-side-collapse .side-nav li .collapseItem li a:hover, .sidebar-list li a:hover {
    color: #ffb548;
}

.navbar-side-collapse {
    padding: 0;
    display: block;
}

.navbar-side-collapse .side-nav {
    width: 100%;
    margin: 0;
}

.navbar-side-collapse .side-nav li {
    width: 100%;
    margin-bottom: 15px;
}

.navbar-side-collapse .side-nav li a {
    background-color: transparent;
    position: relative;
}

.navbar-side-collapse .side-nav li a i {
    font-size: 12px;
    line-height: 22px;
    position: absolute;
    right: 0;
}

.navbar-side-collapse .side-nav li a:hover {
    color: #ffb548;
}

.navbar-side-collapse .side-nav li .collapseItem li {
    margin-bottom: 0 !important;
}

.filterNormal .list-unstyled {
    width: 100%;
}

.filterNormal .list-unstyled li {
    width: 100%;
}

.filterNormal .list-unstyled li a {
    padding: 10px 0;
}

.filterNormal .list-unstyled li a:hover {
    color: #ffb548;
}

.filterNormal .list-unstyled li a span {
    margin-left: 10px;
}

.priceRange .progress {
    margin: 20px 0 25px 0;
    height: 4px;
    background-color: #f0f0f0;
    position: relative;
    overflow: visible;
}

.priceRange .progress .progress-bar {
    background-color: #252525;
}

.priceRange .progress .bulet {
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border: 2px solid #252525;
    border-radius: 100%;
    left: 0px;
    top: -5px;
    position: absolute;
}

.priceRange .progress .bulet.next {
    left: 60px;
}

.priceRange .btn-default {
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-transform: uppercase;
    background-color: #252525;
    border-radius: 0;
    border: none;
    color: #ffffff;
    font-weight: 700;
}

@media (max-width: 479px) {
    .priceRange .btn-default {
        width: 82px;
        font-size: 14px;
    }
}

@media (min-width: 480px) {
    .priceRange .btn-default {
        width: 82px;
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .priceRange .btn-default {
        width: 50px;
        font-size: 10px;
    }
}

@media (min-width: 992px) {
    .priceRange .btn-default {
        width: 45px;
        font-size: 10px;
    }
}

@media (min-width: 1200px) {
    .priceRange .btn-default {
        width: 82px;
        font-size: 14px;
    }
}

.priceRange .priceLabel {
    float: right;
    line-height: 30px;
    color: #252525;
}

@media (min-width: 480px) {
    .priceRange .priceLabel {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .priceRange .priceLabel {
        font-size: 11px;
    }
}

@media (min-width: 992px) {
    .priceRange .priceLabel {
        font-size: 14px;
    }
}

.sidebar-list li a {
    position: relative;
}

.recentBlogPosts .media-heading {
    text-transform: capitalize;
    font-weight: 400;
    line-height: 20px;
}

@media (min-width: 480px) {
    .recentBlogPosts .media-heading {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .recentBlogPosts .media-heading {
        font-size: 10px;
    }
}

@media (min-width: 992px) {
    .recentBlogPosts .media-heading {
        font-size: 14px;
    }
}

.recentBlogPosts .media-heading a {
    color: #252525;
}

.recentBlogPosts p {
    color: #797979;
}

.recentBlogPosts p i {
    margin-right: 8px;
}

@media (min-width: 480px) {
    .recentBlogPosts p {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .recentBlogPosts p {
        font-size: 10px;
    }
}

@media (min-width: 992px) {
    .recentBlogPosts p {
        font-size: 14px;
    }
}

.priceRange {
    position: relative;
}

.priceRange .price-slider-inner {
    display: block;
    margin: 15px 0 25px 0;
}

.priceRange .price-slider-inner .amount-wrapper {
    position: absolute;
    bottom: 25px;
    right: 20px;
    font-size: 14px;
    width: 120px;
}

.priceRange .price-slider-inner .amount-wrapper input {
    background-color: transparent;
    border: 0;
    width: 28%;
    font-size: 14px;
    color: #252525;
    font-weight: 700;
    text-align: right;
}

.priceRange .price-slider-inner .ui-widget-content {
    background: none;
    border: 0;
    background-color: #f0f0f0;
    height: 4px;
    clear: both;
    border-radius: 0;
    margin: 0 5px 0 9px;
}

.priceRange .price-slider-inner .ui-widget-content .ui-slider-range {
    background-color: #252525;
    border: none;
    border-radius: 0;
}

.priceRange .price-slider-inner .ui-widget-content .ui-slider-handle {
    border-radius: 50%;
    background: none;
    border: 3px solid #252525;
    background-color: #ffffff;
    top: -6px;
    width: 16px;
    height: 16px;
    outline: none;
}

@media (min-width: 768px) {
    .productsContent .productBox .productImage {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 992px) {
    .productsContent .productBox .productImage {
        width: 100%;
        height: auto;
    }
}

.filterArea {
    margin-bottom: 30px;
}

.filterArea .btn-group .btn-default {
    height: 35px;
    padding: 0;
    line-height: 35px;
    border-radius: 0;
    border-color: #d0d0d0;
    margin: 0 0 0 5px;
    color: #252525;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 479px) {
    .filterArea .btn-group .btn-default i {
        margin-right: 0;
    }
}

@media (min-width: 480px) {
    .filterArea .btn-group .btn-default i {
        margin-right: 6px;
    }
}

@media (max-width: 479px) {
    .filterArea .btn-group .btn-default span {
        display: none;
    }
}

@media (min-width: 480px) {
    .filterArea .btn-group .btn-default span {
        display: inline-block;
    }
}

.filterArea .btn-group .btn-default:hover, .filterArea .btn-group .btn-default.active {
    background-color: #ffb548;
    color: #ffffff;
    border-color: #ffb548;
}

@media (max-width: 479px) {
    .filterArea .btn-group .btn-default {
        width: 40px;
    }
}

@media (min-width: 480px) {
    .filterArea .btn-group .btn-default {
        width: 88px;
    }
}

.productListSingle .media {
    margin-bottom: 50px;
}

.productListSingle .media .media-left {
    position: relative;
    padding-right: 0;
    overflow: hidden;
}

.productListSingle .media .media-left img {
    transition: all 0.5s ease-in-out;
}

.productListSingle .media .media-left .maskingImage .viewBtn {
    width: 175px;
    padding: 0;
    line-height: 55px;
}

@media (max-width: 479px) {
    .productListSingle .media .media-left {
        float: none !important;
        display: block;
        margin: 0 0 20px 0;
    }

    .productListSingle .media .media-left img {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 480px) {
    .productListSingle .media .media-left {
        float: none !important;
        display: block;
        margin: 0 0 20px 0;
    }

    .productListSingle .media .media-left img {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 768px) {
    .productListSingle .media .media-left {
        float: left !important;
        margin-right: 30px;
        display: inline-block;
        width: 226px;
    }

    .productListSingle .media .media-left img {
        width: 100%;
        height: auto;
    }
}

.productListSingle .media .media-body .media-heading a {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out;
    color: inherit;
}

.productListSingle .media .media-body p {
    font-size: 14px;
    color: #888888;
    line-height: 22px;
    margin-bottom: 25px;
}

.productListSingle .media .media-body h3 {
    color: #c5c5c5;
    font-weight: 700;
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out;
}

.productListSingle .media .media-body .btn-group .btn-default {
    border-radius: 0;
    width: 35px;
    height: 35px;
    padding: 0;
    text-align: center;
    margin-right: 7px;
    border-color: #d0d0d0;
    transition: all 0.3s ease-in-out;
}

.productListSingle .media .media-body .btn-group .btn-default i {
    transition: all 0.3s ease-in-out;
    color: #888888;
}

.productListSingle .media .media-body .btn-group .btn-default:hover, .productListSingle .media .media-body .btn-group .btn-default:focus {
    background-color: #ffb548;
    border-color: #ffb548;
}

.productListSingle .media .media-body .btn-group .btn-default:hover i, .productListSingle .media .media-body .btn-group .btn-default:focus i {
    color: #ffffff;
}

.productListSingle .media:hover .pull-left img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.productListSingle .media:hover .maskingImage {
    opacity: 1;
}

.productListSingle .media:hover .maskingImage .viewBtn {
    -webkit-animation: itemMove 0.3s linear;
    animation: itemMove 0.3s linear;
}

.productListSingle .media:hover .media-heading, .productListSingle .media:hover h3 {
    color: #ffb548;
}

.singleProduct .media {
    margin-bottom: 15px;
}

@media (max-width: 479px) {
    .singleProduct .media .productSlider {
        width: 100%;
        padding: 0 0 12px 0;
    }
}

@media (min-width: 480px) {
    .singleProduct .media .productSlider {
        width: 100%;
        padding: 0 0 30px 0;
    }
}

@media (min-width: 768px) {
    .singleProduct .media .productSlider {
        width: 100%;
        padding: 0 0 30px 0;
    }
}

@media (min-width: 992px) {
    .singleProduct .media .productSlider {
        width: 540px;
        padding: 0 25px 0 0;
    }
}

.singleProduct .media .productSlider #carousel {
    margin-bottom: 20px;
}

.singleProduct .media .productSlider #carousel .item img {
    width: 100%;
}

.singleProduct .media .productSlider #thumbcarousel .thumb {
    width: 23.35%;
    cursor: pointer;
    float: left;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 479px) {
    .singleProduct .media .productSlider #thumbcarousel .thumb {
        margin-right: 2.1%;
    }
}

@media (min-width: 480px) {
    .singleProduct .media .productSlider #thumbcarousel .thumb {
        margin-right: 2.1%;
    }
}

@media (min-width: 768px) {
    .singleProduct .media .productSlider #thumbcarousel .thumb {
        margin-right: 2.1%;
    }
}

@media (min-width: 992px) {
    .singleProduct .media .productSlider #thumbcarousel .thumb {
        margin-right: 9px;
    }
}

.singleProduct .media .productSlider #thumbcarousel .thumb img {
    width: 100%;
}

.singleProduct .media .productSlider #thumbcarousel .thumb:last-child {
    margin-right: 0;
}

.singleProduct .media .productSlider #thumbcarousel .thumb:hover {
    opacity: .8;
}

.singleProduct .media .productSlider #thumbcarousel .carousel-control {
    display: none;
}

@media (max-width: 479px) {
    .singleProduct .media .media-body {
        display: block;
        width: 100%;
    }
}

@media (min-width: 480px) {
    .singleProduct .media .media-body {
        /*display: block;*/
        /*width: 100%;*/
    }
}

@media (min-width: 992px) {
    .singleProduct .media .media-body {
        display: table-cell;
    }
}

.singleProduct .media .media-body .list-inline {
    margin-bottom: 30px;
}

.singleProduct .media .media-body .list-inline li a {
    color: #b4b4b4;
    transition: all 0.3s ease-in-out;
}

.singleProduct .media .media-body .list-inline li a i {
    margin-right: 8px;
}

.singleProduct .media .media-body .list-inline li a:hover {
    opacity: .8;
}

.singleProduct .media .media-body .btn-area {
    /*margin-bottom: 40px;*/
}

.singleProduct .media .media-body .tabArea .nav-tabs li a {
    text-transform: uppercase;
    border: none;
    color: #b4b4b4;
    transition: all 0.3s ease-in-out;
}

.singleProduct .media .media-body .tabArea .nav-tabs li a:hover {
    color: #252525;
    background-color: transparent;
}

@media (max-width: 479px) {
    .singleProduct .media .media-body .tabArea .nav-tabs li a {
        font-size: 10px;
        padding: 10px;
    }
}

@media (min-width: 480px) {
    .singleProduct .media .media-body .tabArea .nav-tabs li a {
        font-size: 13px;
        padding: 10px 15px;
    }
}

.singleProduct .media .media-body .tabArea .nav-tabs li.active a {
    color: #252525;
    border-bottom: 1px solid #888888;
}

.singleProduct .media .media-body .tabArea .tab-content {
    padding: 25px 0;
    color: #b4b4b4;
}

.singleProduct .media .media-body .tabArea .tab-content p {
    color: #b4b4b4;
    line-height: 18px;
}

.singleProduct .media .media-body .tabArea .tab-content .list-unstyled {
    padding-left: 15px;
}

.singleProduct .media .media-body .tabArea .tab-content .list-unstyled li {
    list-style-type: square;
}

/*@media (max-width: 479px) {
    .singleProduct .media .media-body .tabArea {
        width: 100%;
    }
}

@media (min-width: 480px) {
    .singleProduct .media .media-body .tabArea {
        width: 348px;
    }
}*/

.cartListInner .updateArea .input-group .form-control, .cartListInner .updateArea .input-group .input-group-addon, .cartListInner .updateArea .btn {
    border-radius: 0;
    box-shadow: none;
    height: 40px;
    background-color: #ffffff;
    border: 2px solid #d0d0d0;
}

.cartListInner .updateArea .input-group .input-group-addon, .cartListInner .updateArea .btn {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

.cartListInner .row.totalAmountArea {
    margin: 0;
}

.cartListInner .updateArea, .cartListInner .totalAmountArea, .cartListInner .checkBtnArea {
    display: block;
    float: left;
    /*padding: 20px 30px;*/
    width: 100%;
    /*border-left: 5px solid #f0f0f0;*/
    /*border-right: 5px solid #f0f0f0;*/
    /*border-bottom: 3px solid #f0f0f0;*/
}

.cartListInner .table-responsive .table thead tr th, .orderBox .table-responsive .table thead tr th {
    background-color: #ffb548;
    padding: 0;
    height: 55px;
    vertical-align: middle;
    text-align: left;
    font-size: 15px;
    color: #ffffff;
    padding-left: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: none;
}

.cartListInner .table-responsive .table tbody tr td, .orderBox .table-responsive .table tbody tr td {
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 3px solid #f0f0f0;
    border-top: none;
}

.cartListInner .table-responsive .table tbody tr td .close, .orderBox.myAddress .table-responsive .table tbody tr td .close {
    display: inline-block;
    float: left;
    font-size: 35px;
    margin-right: 30px;
    color: #ffb548;
    opacity: 1;
    line-height: 74px;
    font-weight: normal;
    transition: all 0.3s ease-in-out;
}

.cartListInner .table-responsive .table tbody tr td .close:hover, .orderBox.myAddress .table-responsive .table tbody tr td .close:hover {
    opacity: .8;
}

@media (min-width: 768px) {
    .cartListInner .table-responsive .table tbody tr td .close, .orderBox.myAddress .table-responsive .table tbody tr td .close {
        margin-right: 5px;
    }
}

@media (min-width: 992px) {
    .cartListInner .table-responsive .table tbody tr td .close, .orderBox.myAddress .table-responsive .table tbody tr td .close {
        margin-right: 30px;
    }
}

.cartListInner .table-responsive {
    margin-bottom: 0;
}

@media (min-width: 480px) {
    .cartListInner .table-responsive {
        overflow-x: auto;
    }
}

@media (min-width: 768px) {
    .cartListInner .table-responsive {
        overflow-x: visible;
    }
}

.cartListInner .table-responsive .table {
    margin-bottom: 0;
}

.cartListInner .table-responsive .table thead tr {
    border-left: 5px solid #ffb548;
    border-right: 5px solid #ffb548;
}

.cartListInner .table-responsive .table thead tr th:last-child {
    border-right: none;
}

/*todo*/
/*@media (max-width: 479px) {
    .cartListInner .table-responsive .table thead tr th:first-child {
        display: none;
    }
}

@media (min-width: 480px) {
    .cartListInner .table-responsive .table thead tr th:first-child {
        display: none;
    }
}

@media (min-width: 768px) {
    .cartListInner .table-responsive .table thead tr th:first-child {
        display: table-cell;
    }
}*/

.cartListInner .table-responsive .table tbody tr {
    border-left: 5px solid #f0f0f0;
    border-right: 5px solid #f0f0f0;
}

@media (min-width: 480px) {
    .cartListInner .table-responsive .table tbody tr td {
        padding: 10px;
    }
}

@media (min-width: 768px) {
    .cartListInner .table-responsive .table tbody tr td {
        padding: 10px;
    }
}

@media (min-width: 768px) {
    .cartListInner .table-responsive .table tbody tr td {
        padding-left: 20px;
    }
}

.cartListInner .table-responsive .table tbody tr td .cartImage {
    display: inline-block;
    float: left;
}

.cartListInner .table-responsive .table tbody tr td:nth-child(3) {
    color: #888888;
}

.cartListInner .table-responsive .table tbody tr td input {
    width: 70px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #333333;
    font-weight: 700;
    border: 1px solid #e4e4e4;
}

@media (max-width: 479px) {
    .cartListInner .table-responsive .table tbody tr td:first-child {
        display: none;
    }
}

@media (min-width: 480px) {
    .cartListInner .table-responsive .table tbody tr td:first-child {
        display: none;
    }
}

@media (min-width: 768px) {
    .cartListInner .table-responsive .table tbody tr td:first-child {
        display: table-cell;
    }
}

.cartListInner .updateArea .input-group {
    float: left;
}

@media (max-width: 479px) {
    .cartListInner .updateArea .input-group {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (min-width: 480px) {
    .cartListInner .updateArea .input-group {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .cartListInner .updateArea .input-group {
        width: 435px;
        margin-bottom: 0;
    }
}

.cartListInner .updateArea .input-group .form-control {
    margin-right: 10px;
    margin-right: 10px;
    border-color: #e4e4e4;
}

@media (max-width: 479px) {
    .cartListInner .updateArea .input-group .form-control {
        width: 50%;
    }
}

@media (min-width: 480px) {
    .cartListInner .updateArea .input-group .form-control {
        width: 60%;
    }
}

@media (min-width: 768px) {
    .cartListInner .updateArea .input-group .form-control {
        width: 285px;
    }
}

.cartListInner .updateArea .input-group .input-group-addon {
    transition: all 0.3s ease-in-out;
}

.cartListInner .updateArea .input-group .input-group-addon:hover {
    opacity: .8;
}

@media (max-width: 479px) {
    .cartListInner .updateArea .input-group .input-group-addon {
        width: 45%;
        font-size: 10px;
    }
}

@media (min-width: 480px) {
    .cartListInner .updateArea .input-group .input-group-addon {
        width: 35%;
    }
}

@media (min-width: 768px) {
    .cartListInner .updateArea .input-group .input-group-addon {
        width: 140px;
    }
}

.cartListInner .updateArea .btn {
    display: inline-block;
    transition: all 0.3s ease-in-out;
    padding: 0;
    line-height: 36px;
    color: #252525;
}

.cartListInner .updateArea .btn:hover {
    background-color: #ffb548;
    border-color: #ffb548;
    color: #ffffff;
}

@media (max-width: 479px) {
    .cartListInner .updateArea .btn {
        width: 100%;
        float: left;
    }
}

@media (min-width: 480px) {
    .cartListInner .updateArea .btn {
        width: 100%;
        float: left;
    }
}

@media (min-width: 768px) {
    .cartListInner .updateArea .btn {
        width: 127px;
        float: right;
    }
}

.cartListInner .totalAmountArea .list-unstyled li {
    font-weight: 700;
    text-align: right;
    margin: 10px 0;
}

.cartListInner .totalAmountArea .list-unstyled li span {
    width: 108px;
    display: inline-block;
    color: #888888;
}

.cartListInner .totalAmountArea .list-unstyled li .grandTotal {
    color: #252525;
}

.cartListInner .checkBtnArea {
    border-bottom-width: 5px;
}

.cartListInner .checkBtnArea .btn-primary {
    /*width: 196px;*/
    height: 55px;
    border-radius: 0;
    border: none;
    background-color: #ffb548;
    color: #ffffff;
    padding: 0 20px;
    line-height: 55px;
    position: relative;
    text-align: center;
    font-weight: 700;
    float: right;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
}

.cartListInner .checkBtnArea .btn-primary i {
    margin-left: 10px;
}

.cartListInner .checkBtnArea .btn-primary:hover {
    opacity: .8;
}

.genricContent h3 {
    margin-bottom: 30px;
    font-weight: 400;
}

.genricContent p {
    color: #797979;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
}

.genricContent h4 {
    color: #252525;
    font-weight: 400;
    margin-bottom: 20px;
}

.input-field, .sideBar .input-group, .notFound .input-group, .commingSoon .blackSection .input-group {
    margin-bottom: 20px;
}

.input-field .form-control, .sideBar .input-group .form-control, .notFound .input-group .form-control, .commingSoon .blackSection .input-group .form-control {
    height: 49px;
    /*border-radius: 0;*/
    /*border-color: #bfbfbf;*/
    /*border-right: none;*/
    /*padding-left: 15px;*/
}

.input-field .form-control:focus, .sideBar .input-group .form-control:focus, .notFound .input-group .form-control:focus, .commingSoon .blackSection .input-group .form-control:focus {
    box-shadow: none;
}

.input-field .input-group-addon, .sideBar .input-group .input-group-addon, .notFound .input-group .input-group-addon, .commingSoon .blackSection .input-group .input-group-addon {
    background-color: transparent;
    border-radius: 0;
    border-color: #bfbfbf;
    font-size: 18px;
    color: #252525;
    padding: 6px 20px;
}

.notFound .pageLogo, .commingSoon .blackSection .pageLogo {
    margin-bottom: 100px;
    display: inline-block;
    float: none;
    margin-top: 0;
    padding: 0;
}

.notFound {
    text-align: center;
    padding-bottom: 90px;
}

.notFound h1 {
    color: #ffb548;
    text-shadow: 8px 8px 1px #dadada;
    margin-bottom: 70px;
}

@media (max-width: 479px) {
    .notFound h1 {
        font-size: 150px;
    }
}

@media (min-width: 480px) {
    .notFound h1 {
        font-size: 200px;
    }
}

@media (min-width: 768px) {
    .notFound h1 {
        font-size: 300px;
    }
}

.notFound h2 {
    color: #333333;
    margin-bottom: 60px;
}

.notFound .btn-default {
    width: 120px;
    height: 42px;
    background-color: #ffb548;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 0;
    padding: 0;
    line-height: 42px;
    border: none;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

.notFound .btn-default:hover {
    opacity: .9;
}

.blogPage .thumbnail {
    padding-bottom: 30px;
    margin-bottom: 30px;
    /*border-bottom: 3px solid #f0f0f0;*/
}

.blogPage .thumbnail img {
    /*margin-bottom: 17px;*/
}

.blogPage .thumbnail .carousel {
    margin-bottom: 50px;
}

.blogPage .thumbnail .carousel .carousel-inner .item img {
    margin-bottom: 0;
}

.blogPage .thumbnail .carousel .carousel-control {
    transition: all 0.3s ease-in-out;
}

.blogPage .thumbnail .carousel .carousel-control span {
    width: 45px;
    height: 45px;
    background-color: #f0f0f0;
    border-radius: 0;
    display: block;
    line-height: 45px;
    font-size: 15px;
    text-shadow: none;
    color: #252525;
    margin-top: -20px;
}

.blogPage .thumbnail .carousel .carousel-control.right, .blogPage .thumbnail .carousel .carousel-control.left {
    background-image: none;
}

.blogPage .thumbnail .caption {
    padding-top: 0;
}

.blogPage .thumbnail .caption h5 {
    float: left;
    width: 100%;
    text-transform: capitalize;
}

@media (min-width: 480px) {
    .blogPage .thumbnail .caption h5 {
        margin: 0 0 10px 0;
    }
}

@media (min-width: 768px) {
    .blogPage .thumbnail .caption h5 {
        margin: 30px 0 10px 0;
    }
}

.blogPage .thumbnail .caption .list-unstyled {
    width: 100%;
}

@media (max-width: 479px) {
    .blogPage .thumbnail .caption .list-unstyled {
        display: block;
        margin-bottom: 20px;
        float: left;
    }
}

@media (min-width: 480px) {
    .blogPage .thumbnail .caption .list-unstyled {
        display: block;
        margin-bottom: 20px;
        float: left;
    }
}

@media (min-width: 768px) {
    .blogPage .thumbnail .caption .list-unstyled {
        display: block;
        margin-bottom: 0;
    }
}

.blogPage .thumbnail .caption .list-unstyled li {
    color: #797979;
    font-size: 14px;
    line-height: 22px;
}

@media (min-width: 480px) {
    .blogPage .thumbnail .caption .list-unstyled li {
        display: inline-block;
        float: left;
        width: 50%;
    }
}

@media (min-width: 768px) {
    .blogPage .thumbnail .caption .list-unstyled li {
        display: inline-block;
        float: left;
        width: 100%;
    }
}

.blogPage .thumbnail .caption .list-unstyled li a {
    color: #797979;
    transition: all 0.3s ease-in-out;
}

.blogPage .thumbnail .caption .list-unstyled li a:hover {
    opacity: .8;
}

.blogPage .thumbnail .caption .list-unstyled li a i {
    margin-right: 13px;
}

.blogPage .thumbnail .caption .list-unstyled li i {
    margin-right: 13px;
}

.blogPage .thumbnail .caption h3 {
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 32px;
}

.blogPage .thumbnail .caption h3 a {
    color: #252525;
    transition: all 0.3s ease-in-out;
}

.blogPage .thumbnail .caption h3 a:hover {
    opacity: .8;
}

.blogPage .thumbnail .caption p {
    font-size: 14px;
    color: #797979;
    line-height: 22px;
}

.blogPage .thumbnail .caption .list-inline {
    margin: 0 0 20px 0;
    float: left;
}

.blogPage .thumbnail .caption .list-inline li {
    padding: 0 10px 0 0;
    float: left;
}

.blogPage .thumbnail .caption .list-inline li a {
    text-align: center;
    display: block;
    color: #ffffff;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.blogPage .thumbnail .caption .list-inline li a:hover {
    opacity: .9;
}

@media (max-width: 479px) {
    .blogPage .thumbnail .caption .list-inline li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

@media (min-width: 480px) {
    .blogPage .thumbnail .caption .list-inline li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

@media (min-width: 768px) {
    .blogPage .thumbnail .caption .list-inline li a {
        width: 27px;
        height: 27px;
        line-height: 27px;
    }
}

@media (min-width: 992px) {
    .blogPage .thumbnail .caption .list-inline li a {
        width: 27px;
        height: 27px;
        line-height: 27px;
    }
}

@media (min-width: 1200px) {
    .blogPage .thumbnail .caption .list-inline li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

.blogPage .thumbnail .caption .list-inline li:first-child a {
    background-color: #46639f;
}

.blogPage .thumbnail .caption .list-inline li:nth-child(2) a {
    background-color: #0084b4;
}

.blogPage .thumbnail .caption .list-inline li:nth-child(3) a {
    background-color: #c73b6f;
}

.blogPage .thumbnail .caption .list-inline li:last-child a {
    background-color: #36465d;
}

.blogPage .thumbnail .pager {
    background-color: #f0f0f0;
    padding: 20px;
    margin: 36px 0 60px 0;
}

.blogPage .thumbnail .pager li a {
    border-radius: 0;
    background-color: #dedede;
    height: 45px;
    padding: 0;
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
    color: #252525;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    border: none;
}

@media (max-width: 479px) {
    .blogPage .thumbnail .pager li a {
        width: 110px;
    }
}

@media (min-width: 480px) {
    .blogPage .thumbnail .pager li a {
        width: 136px;
    }
}

.blogPage .thumbnail .pager li a:hover {
    opacity: .8;
}

.commentsForm h3, .commentsArea h3 {
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.commentsArea .media {
    margin: 0 0 35px 0;
}

.commentsArea .media a {
    padding-right: 20px;
}

.commentsArea .media .media-body .media {
    margin: 35px 0 0 0;
}

.commentsArea .media .media-body h4, .commentsArea .media .media-body p {
    /*text-transform: capitalize;*/
    font-size: 14px;
    margin: 0 0 14px 0;
    display: block;
}

.commentsArea .media .media-body h4 span, .commentsArea .media .media-body p span {
    color: #797979;
    font-weight: 400;
}

.commentsArea .media .media-body h4 span i, .commentsArea .media .media-body p span i {
    margin-right: 14px;
}

.commentsArea .media .media-body p {
    color: #797979;
    line-height: 22px;
}

.commentsArea .media .media-body .btn-link {
    padding: 0;
    color: #797979;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize;
    font-size: 14px;
}

.commentsArea .media .media-body .btn-link:hover {
    color: #ffb548;
    text-decoration: none;
}

.singleBlog .thumbnail {
    padding-bottom: 0;
}

.aboutUsInfo img {
    width: 100%;
    height: auto;
}

@media (max-width: 479px) {
    .aboutUsInfo img {
        margin-bottom: 20px;
    }
}

@media (min-width: 480px) {
    .aboutUsInfo img {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .aboutUsInfo img {
        margin-bottom: 0;
    }
}

.aboutUsInfo p {
    font-size: 14px;
    color: #797979;
    line-height: 22px;
}

.aboutUsInfo .lead {
    font-size: 15px;
    font-weight: 400;
    color: #252525;
}

.lists > li {
    font-size: 12px;
    color: #797979;
    line-height: 24px;
    padding-left: 18px;
}

@media (min-width: 480px) {
    .lists {
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) {
    .lists {
        margin-bottom: 0;
    }
}

.unorder-list li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 4px;
    position: relative;
    left: -10px;
    top: -1px;
    background: #ffb548;
    /*-webkit-transform: rotate(45deg);*/
    /*transform: rotate(45deg);*/
    display: inline-block;
}

.darkSection h3, .aboutPeople h3, .setp5 .thanksContent h3 {
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 25px;
}

.darkSection .thumbnail .caption h5, .aboutPeople .thumbnail .caption h5 {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 15px;
    margin-bottom: 16px;
}

.darkSection {
    /*background-attachment: fixed;*/
    width: 100%;
    background-size: cover;
    color: #ffffff;
    padding: 2.4% 0 6%;
}

.darkSection .thumbnail {
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    min-height: 180px;
    /*margin-bottom: 30px;*/
}

.darkSection .thumbnail .caption {
    padding: 0;
}

.darkSection .thumbnail .caption address {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
    line-height: 22px;
}

@media (min-width: 480px) {
    .darkSection .thumbnail .caption address {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .darkSection .thumbnail .caption address {
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    .darkSection .thumbnail .caption address {
        font-size: 10px;
    }
}

@media (min-width: 1200px) {
    .darkSection .thumbnail .caption address {
        font-size: 10px;
    }
}

.darkSection .btn-default {
    width: 141px;
    height: 45px;
    background-color: transparent;
    border: 2px solid rgba(71, 186, 193, 0.5);
    border-radius: 0;
    color: #ffffff;
    padding: 0;
    line-height: 45px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

.darkSection .btn-default:hover {
    background-color: #ffb548;
    color: #ffffff;
    border-color: #ffb548;
}

@media (min-width: 480px) {
    .aboutPeople {
        padding-bottom: 90px;
    }
}

@media (min-width: 480px) {
    .aboutPeople {
        padding-bottom: 60px;
    }
}

.aboutPeople h3 {
    color: #252525;
}

.aboutPeople .thumbnail img {
    width: 100%;
    height: auto;
}

.aboutPeople .thumbnail .caption {
    padding-top: 18px;
}

.aboutPeople .thumbnail .caption h5 {
    color: #252525;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.aboutPeople .thumbnail .caption p {
    font-size: 13px;
}

.stepsWrapper .innerWrapper {
    border: 5px solid #f0f0f0;
    display: block;
    padding: 30px 30px 0;
    width: 100%;
}

@media (min-width: 480px) {
    .stepsWrapper .innerWrapper.stepsPage {
        margin-bottom: 90px;
    }
}

@media (min-width: 768px) {
    .stepsWrapper .innerWrapper.stepsPage {
        margin-bottom: 30px;
    }
}

.stepsWrapper .innerWrapper.stepsPage .cartListInner {
    margin-bottom: 50px;
    float: left;
    display: block;
    width: 100%;
}

.stepsWrapper .innerWrapper.stepsPage .cartListInner .totalAmountArea {
    border-width: 5px;
}

.stepsWrapper .innerWrapper .well {
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin-bottom: 50px;
}

.stepsWrapper .innerWrapper .well .pager {
    margin: 0;
}

.stepsWrapper .innerWrapper .well .pager li a {
    border-radius: 0;
    border: none;
    box-shadow: none;
    padding: 0;
    height: 45px;
    line-height: 45px;
    background-color: #ffb548;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
}

.stepsWrapper .innerWrapper .well .pager li a:hover {
    background-color: #ffb548;
    color: #ffffff;
}

.stepsWrapper .innerWrapper .well .pager li a.hideContent {
    display: none;
}

@media (max-width: 479px) {
    .stepsWrapper .innerWrapper .well .pager li a {
        width: 100%;
        margin-bottom: 0;
    }
}

@media (min-width: 480px) {
    .stepsWrapper .innerWrapper .well .pager li a {
        width: 136px;
        margin: 0;
    }
}

.stepsWrapper .innerWrapper .well .pager li.previous a {
    background-color: #dedede;
    color: #252525;
    margin-bottom: 10px;
}

.stepsWrapper .innerWrapper .well .pager li.previous a:hover {
    background-color: #ffb548;
    color: #ffffff;
}

.stepsWrapper .innerWrapper .orderBox .table-responsive .table tbody tr td {
    text-transform: capitalize;
}

.stepsWrapper .innerWrapper .orderBox .table-responsive .table tbody tr td .checkboxArea {
    margin: 0;
    float: none;
}

.progress-wizard .progress-wizard-step .progress-wizard-dot:after, .progress-wizard .progress-wizard-step.disabled .progress-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 8px;
}

.progress-wizard {
    padding: 0 15px 50px 15px;
}

.progress-wizard .progress-wizard-step {
    padding: 0;
    position: relative;
}

.progress-wizard .progress-wizard-step .progress-wizard-stepnum {
    color: #252525;
    margin-bottom: 5px;
}

@media (max-width: 479px) {
    .progress-wizard .progress-wizard-step .progress-wizard-stepnum {
        font-size: 10px;
        height: 55px;
    }
}

@media (min-width: 480px) {
    .progress-wizard .progress-wizard-step .progress-wizard-stepnum {
        font-size: 10px;
        height: 36px;
    }
}

@media (min-width: 768px) {
    .progress-wizard .progress-wizard-step .progress-wizard-stepnum {
        font-size: 12px;
        height: auto;
    }
}

@media (min-width: 992px) {
    .progress-wizard .progress-wizard-step .progress-wizard-stepnum {
        font-size: 14px;
    }
}

.progress-wizard .progress-wizard-step .progress-wizard-info {
    color: #999;
    font-size: 14px;
}

.progress-wizard .progress-wizard-step .progress-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #ffb548;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

@media (min-width: 480px) {
    .progress-wizard .progress-wizard-step .progress-wizard-dot {
        top: 60px;
    }
}

@media (min-width: 768px) {
    .progress-wizard .progress-wizard-step .progress-wizard-dot {
        top: 43px;
    }
}

.progress-wizard .progress-wizard-step .progress {
    position: relative;
    border-radius: 0;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
    background-color: #f0f0f0;
}

.progress-wizard .progress-wizard-step .progress .progress-bar {
    width: 0px;
    box-shadow: none;
    background: #ffb548;
}

.progress-wizard .progress-wizard-step.complete .progress .progress-bar {
    width: 100%;
}

.progress-wizard .progress-wizard-step.complete:first-child .progress {
    left: 0;
    width: 100%;
}

.progress-wizard .progress-wizard-step.complete:first-child .progress .progress-bar {
    width: 50%;
}

.progress-wizard .progress-wizard-step.complete:last-child .progress {
    width: 100%;
}

.progress-wizard .progress-wizard-step.complete:last-child .progress .progress-bar {
    width: 100%;
}

.progress-wizard .progress-wizard-step.complete.fullBar .progress .progress-bar {
    width: 100%;
}

.progress-wizard .progress-wizard-step.active .progress .progress-bar {
    width: 50%;
}

.progress-wizard .progress-wizard-step.disabled .progress-wizard-dot {
    background-color: #f0f0f0;
}

.setp5 {
    padding-bottom: 90px;
}

.setp5 .thanksContent {
    border: 5px solid #f0f0f0;
    padding: 50px 30px;
}

.setp5 .thanksContent h2 {
    display: block;
    text-align: center;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 55px;
}

@media (min-width: 480px) {
    .setp5 .thanksContent h2 {
        font-size: 26px;
    }
}

@media (min-width: 768px) {
    .setp5 .thanksContent h2 {
        font-size: 30px;
    }
}

.setp5 .thanksContent h2 small {
    display: block;
    margin-top: 14px;
    font-size: 14px;
}

.setp5 .thanksContent h3 {
    color: #252525;
}

.setp5 .thanksContent .thanksInner {
    padding: 30px;
    min-height: 214px;
    border: 3px solid #f0f0f0;
}

.setp5 .thanksContent .thanksInner .tableBlcok {
    display: table;
    height: 154px;
}

.setp5 .thanksContent .thanksInner .tableBlcok address {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
}

.setp5 .thanksContent .thanksInner .tableBlcok address span {
    font-weight: 400;
}

.setp5 .thanksContent .thanksInner .tableBlcok address a {
    color: #252525;
    text-decoration: none;
}

.setp5 .thanksContent .thanksInner .well {
    background-color: #ffb548;
    border: none;
    float: right;
    border-radius: 0;
    margin-bottom: 0;
    text-align: center;
    height: 154px;
    padding: 50px 0 0 0;
}

@media (max-width: 479px) {
    .setp5 .thanksContent .thanksInner .well {
        width: 100%;
    }
}

@media (min-width: 480px) {
    .setp5 .thanksContent .thanksInner .well {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .setp5 .thanksContent .thanksInner .well {
        width: 250px;
    }
}

.setp5 .thanksContent .thanksInner .well h2 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 0;
}

.setp5 .thanksContent .thanksInner .well h2 small {
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    margin: 0 0 13px 0;
}

.userProfile .btn-group a, .userProfile .innerWrapper .list-inline li .btn-lg {
    box-shadow: none;
    background-color: #f0f0f0;
    border: none;
    border-radius: 0;
}

.stepsWrapper .innerWrapper.stepsPage .panel, .userProfile .innerWrapper .panel {
    border-radius: 0;
    /*border: 3px solid #f0f0f0;*/
    box-shadow: none;
    margin-bottom: 30px;
}

.stepsWrapper .innerWrapper.stepsPage .panel .panel-heading, .userProfile .innerWrapper .panel .panel-heading {
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    border-radius: 0;
}

.stepsWrapper .innerWrapper.stepsPage .panel .panel-heading .panel-title, .userProfile .innerWrapper .panel .panel-heading .panel-title {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: capitalize;
    color: #252525;
}

.stepsWrapper .innerWrapper.stepsPage .panel .panel-body address, .userProfile .innerWrapper .panel .panel-body address {
    font-size: 13px;
    line-height: 30px;
    margin-bottom: 0;
}

.stepsWrapper .innerWrapper.stepsPage .panel .panel-body address strong, .userProfile .innerWrapper .panel .panel-body address strong {
    font-size: 15px;
    font-weight: 400;
}

.stepsWrapper .innerWrapper.stepsPage .panel .panel-body address span, .userProfile .innerWrapper .panel .panel-body address span {
    font-size: 15px;
}

.stepsWrapper .innerWrapper.stepsPage .panel .panel-body address a, .userProfile .innerWrapper .panel .panel-body address a {
    font-size: 15px;
    color: #252525;
    transition: all 0.3s ease-in-out;
}

.stepsWrapper .innerWrapper.stepsPage .panel .panel-body address a:hover, .userProfile .innerWrapper .panel .panel-body address a:hover {
    opacity: .8;
}

.stepsWrapper .innerWrapper.stepsPage .panel .panel-body address p, .userProfile .innerWrapper .panel .panel-body address p {
    line-height: 24px;
    margin-bottom: 0;
    color: #252525;
}

.userProfile .btn-group {
    margin-bottom: 10px;
    display: block;
}

.userProfile .btn-group a {
    float: none;
    height: 36px;
    padding: 0 20px;
    line-height: 36px;
    color: #252525;
    font-weight: normal;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 479px) {
    .userProfile .btn-group a {
        font-size: 10px;
        padding: 0 15px;
        margin: 0 5px 5px 0;
    }
}

@media (min-width: 480px) {
    .userProfile .btn-group a {
        font-size: 10px;
        padding: 0 10px;
        margin: 0 5px 5px 0;
    }
}

@media (min-width: 768px) {
    .userProfile .btn-group a {
        font-size: 11px;
        padding: 0 20px;
        margin: 0 5px 0 0;
    }
}

@media (min-width: 992px) {
    .userProfile .btn-group a {
        font-size: 13px;
        margin-bottom: 7px;
    }
}

.userProfile .btn-group a i {
    margin-right: 10px;
}

.userProfile .btn-group a:hover, .userProfile .btn-group a.active {
    background-color: #ffb548;
    color: #ffffff;
}

.userProfile .innerWrapper {
    width: 100%;
    display: block;
    /*border: 5px solid #f0f0f0;*/
    /*padding: 15px 15px 0 15px;*/
}

@media (min-width: 480px) {
    .userProfile .innerWrapper {
        margin-bottom: 90px;
    }
}

@media (min-width: 768px) {
    .userProfile .innerWrapper {
        margin-bottom: 30px;
    }
}

.userProfile .innerWrapper .alert {
    border: none;
    border-radius: 0;
}

.userProfile .innerWrapper h3 {
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.userProfile .innerWrapper h3 span {
    color: #ffb548;
}

.userProfile .innerWrapper p {
    font-size: 14px;
    color: #888888;
    line-height: 22px;
    margin-bottom: 45px;
}

.userProfile .innerWrapper .list-inline {
    display: block;
    margin-bottom: 50px;
}

@media (max-width: 479px) {
    .userProfile .innerWrapper .list-inline li {
        padding: 0;
        display: block;
        margin-bottom: 10px;
    }
}

@media (min-width: 480px) {
    .userProfile .innerWrapper .list-inline li {
        padding: 0;
        display: block;
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .userProfile .innerWrapper .list-inline li {
        padding: 0 10px 0 0;
        display: inline-block;
        margin: 0;
    }
}

@media (min-width: 992px) {
    .userProfile .innerWrapper .list-inline li {
        padding: 0 18px 18px 0;
    }
}

.userProfile .innerWrapper .list-inline li .btn-lg {
    color: #797979;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 479px) {
    .userProfile .innerWrapper .list-inline li .btn-lg {
        width: 100%;
        padding: 47px 0;
        font-size: 16px;
    }
}

@media (min-width: 480px) {
    .userProfile .innerWrapper .list-inline li .btn-lg {
        width: 100%;
        padding: 47px 0;
        font-size: 16px;
    }
    .userProfile .innerWrapper .list-inline li .btn-lg.twoline {
        padding: 38px 0;
    }
}

@media (min-width: 768px) {
    .userProfile .innerWrapper .list-inline li .btn-lg {
        width: 120px;
        padding: 31px 0;
        font-size: 14px;
    }
    .userProfile .innerWrapper .list-inline li .btn-lg.twoline {
        padding: 22px 0;
    }
}

@media (min-width: 992px) {
    .userProfile .innerWrapper .list-inline li .btn-lg {
        width: 156px;
        padding: 47px 0;
        font-size: 14px;
    }
    .userProfile .innerWrapper .list-inline li .btn-lg.twoline {
        padding: 38px 0;
    }
}

@media (min-width: 1200px) {
    .userProfile .innerWrapper .list-inline li .btn-lg {
        width: 196px;
        padding: 67px 0;
        font-size: 12px;
    }
    .userProfile .innerWrapper .list-inline li .btn-lg.twoline {
        padding: 58px 0;
    }
}

.userProfile .innerWrapper .list-inline li .btn-lg i {
    display: block;
    margin-bottom: 20px;
}

.userProfile .innerWrapper .list-inline li .btn-lg:hover {
    background-color: #ffb548;
    color: #ffffff;
}

.userProfile .innerWrapper .list-inline li:last-child {
    padding: 0;
}

.userProfile .innerWrapper.singleOrder .orderBox {
    margin-bottom: 0;
}

.userProfile .innerWrapper.singleOrder .btn-group {
    margin-bottom: 30px;
    float: left;
}

.userProfile .innerWrapper.singleOrder .btn-group .btn-default {
    border-radius: 0;
    border: none;
    background-color: #ffb548;
    padding: 0 20px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    transition: all 0.3s ease-in-out;
}

.userProfile .innerWrapper.singleOrder .btn-group .btn-default:hover {
    opacity: .8;
}

@media (max-width: 479px) {
    .userProfile .innerWrapper.singleOrder .btn-group .btn-default {
        display: block;
        width: 100%;
        margin: 0 0 15px 0;
    }
}

@media (min-width: 480px) {
    .userProfile .innerWrapper.singleOrder .btn-group .btn-default {
        display: inline-block;
        width: auto;
        margin-right: 5px;
    }
}

.orderBox {
    display: block;
    /*margin-bottom: 50px;*/
}

.orderBox h4 {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 20px;
}

.orderBox .table-responsive {
    margin-bottom: 0;
}

@media (min-width: 480px) {
    .orderBox .table-responsive {
        overflow-x: auto;
    }
}

@media (min-width: 768px) {
    .orderBox .table-responsive {
        overflow-x: visible;
    }
}

.orderBox .table-responsive .table {
    margin-bottom: 0;
}

.orderBox .table-responsive .table thead tr {
    border-left: 3px solid #ffb548;
    border-right: 3px solid #ffb548;
}

@media (max-width: 479px) {
    .orderBox .table-responsive .table thead tr th {
        padding: 10px;
        text-align: center;
        font-size: 12px;
    }
}

@media (min-width: 480px) {
    .orderBox .table-responsive .table thead tr th {
        padding: 10px;
        text-align: center;
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .orderBox .table-responsive .table thead tr th {
        padding: 10px 10px 10px 20px;
        text-align: left;
        font-size: 15px;
    }
}

.orderBox .table-responsive .table tbody tr {
    border-left: 3px solid #f0f0f0;
    border-right: 3px solid #f0f0f0;
}

.orderBox .table-responsive .table tbody tr td {
    padding-left: 20px;
    font-weight: 400;
}

.orderBox .table-responsive .table tbody tr td .btn-default {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #d0d0d0;
    padding: 15px 20px;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #252525;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}

.orderBox .table-responsive .table tbody tr td .btn-default:hover {
    background-color: #ffb548;
    color: #ffffff;
    border-color: #ffb548;
}

.orderBox .table-responsive .table tbody tr td:last-child {
    text-align: center;
    padding-left: 10px;
}

.orderBox .table-responsive .table tbody tr td:first-child {
    color: #ffb548;
}

.orderBox .table-responsive .table tbody tr td:first-child .fa {
    color: #252525 !important;
}

.orderBox .table-responsive .table tbody tr td .label {
    border-radius: 0;
    font-size: 12px;
}

.orderBox.myAddress {
    margin-bottom: 10px;
}

.orderBox.myAddress .table-responsive .table tbody tr {
    border: none;
}

.orderBox.myAddress .table-responsive .table tbody tr td:first-child {
    color: #252525;
}

.orderBox.myAddress .table-responsive .table tbody tr td .btn-default {
    padding: 10px 14px;
    border: none;
}

.orderBox.myAddress .table-responsive .table tbody tr:last-child td {
    border: none;
}


/*todo*/
/*@media (max-width: 479px) {
    .orderBox.myAddress.wishList .table-responsive .table thead tr th:first-child {
        display: none;
    }
}

@media (min-width: 480px) {
    .orderBox.myAddress.wishList .table-responsive .table thead tr th:first-child {
        display: none;
    }
}

@media (min-width: 768px) {
    .orderBox.myAddress.wishList .table-responsive .table thead tr th:first-child {
        display: table-cell;
    }
}*/

.orderBox.myAddress.wishList .table-responsive .table tbody tr td:nth-child(4) {
    color: #ffb548;
}

.orderBox.myAddress.wishList .table-responsive .table tbody tr td .btn-default {
    border: 1px solid #d0d0d0;
    padding: 15px 20px;
}

@media (max-width: 479px) {
    .orderBox.myAddress.wishList .table-responsive .table tbody tr td:first-child {
        display: none;
    }
}

@media (min-width: 480px) {
    .orderBox.myAddress.wishList .table-responsive .table tbody tr td:first-child {
        display: none;
    }
}

@media (min-width: 768px) {
    .orderBox.myAddress.wishList .table-responsive .table tbody tr td:first-child {
        display: table-cell;
    }
}

.profile .thumbnail .caption .btn-primary, .profile .form-horizontal .form-group .btn-primary {
    height: 45px;
    font-weight: 700;
    color: #ffffff;
    font-size: 15px;
    border-radius: 0;
    background-color: #ffb548;
    border: none;
    transition: all 0.3s ease-in-out;
}

.profile .thumbnail .caption .btn-primary:hover, .profile .form-horizontal .form-group .btn-primary:hover {
    opacity: .8;
}

.profile .orderBox {
    margin-bottom: 30px;
}

.profile .thumbnail img {
    width: 100%;
}

.profile .thumbnail .caption .btn-primary {
    padding: 0;
    line-height: 45px;
}

@media (min-width: 480px) {
    .profile .form-horizontal .form-group {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .profile .form-horizontal .form-group {
        margin-bottom: 30px;
    }
}

.profile .form-horizontal .form-group .control-label {
    padding-top: 0;
}

@media (min-width: 480px) {
    .profile .form-horizontal .form-group .control-label {
        height: 25px;
        line-height: 25px;
    }
}

@media (min-width: 768px) {
    .profile .form-horizontal .form-group .control-label {
        height: 50px;
        line-height: 20px;
    }
}

.commingSoon {
    text-align: center;
    background: url(../images/comming-soon/comming-soon-bg.jpg) no-repeat center center fixed;
    background-size: cover;
    background-color: #282828;
}

.commingSoon .blackSection {
    padding: 90px 0;
}

.commingSoon .blackSection .pageLogo {
    margin-bottom: 70px;
}

.commingSoon .blackSection h1 {
    color: #ffffff;
    text-transform: capitalize;
}

.commingSoon .blackSection h1 small {
    display: block;
    font-size: 15px;
    margin: 17px 0 50px 0;
}

.commingSoon .blackSection .input-group {
    margin-bottom: 50px;
}

.commingSoon .blackSection .input-group .form-control {
    background-color: transparent;
    color: #ffffff;
}

.commingSoon .blackSection .input-group a i {
    color: #ffffff;
}

.commingSoon .blackSection .list-inline li a {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
    padding: 0 10px;
    transition: all 0.3s ease-in-out;
}

.commingSoon .blackSection .list-inline li a:hover {
    color: white;
}

.count-down {
    padding: 0 0 75px 0;
}

.count-down #simple_timer {
    width: 100%;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
}

.count-down #simple_timer .table-cell {
    display: inline-block;
}

@media (min-width: 480px) {
    .count-down #simple_timer .table-cell {
        margin: 0 10px;
    }
}

@media (min-width: 768px) {
    .count-down #simple_timer .table-cell {
        margin: 0 10px;
    }
}

@media (min-width: 992px) {
    .count-down #simple_timer .table-cell {
        margin: 0 10px;
    }
}

@media (min-width: 1200px) {
    .count-down #simple_timer .table-cell {
        margin: 0 12px;
    }
}

.count-down #simple_timer .table-cell .tab-val {
    font-weight: 700;
    display: block;
    margin-bottom: 25px;
    border-radius: 100%;
    background-color: #ffb548;
}

@media (min-width: 480px) {
    .count-down #simple_timer .table-cell .tab-val {
        width: 65px;
        height: 65px;
        line-height: 65px;
        font-size: 25px;
    }
}

@media (min-width: 768px) {
    .count-down #simple_timer .table-cell .tab-val {
        width: 85px;
        height: 85px;
        line-height: 85px;
        font-size: 35px;
    }
}

@media (min-width: 992px) {
    .count-down #simple_timer .table-cell .tab-val {
        width: 85px;
        height: 85px;
        line-height: 85px;
        font-size: 35px;
    }
}

@media (min-width: 1200px) {
    .count-down #simple_timer .table-cell .tab-val {
        width: 109px;
        height: 109px;
        line-height: 109px;
        font-size: 45px;
    }
}

.count-down #simple_timer .table-cell .tab-metr {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .count-down #simple_timer .table-cell .tab-metr {
        font-size: 15px;
    }
}

.space-25 {
    margin-bottom: 25px;
}

.space-50 {
    margin-bottom: 50px;
}

.accordionCommon .panel {
    margin-bottom: 30px;
    border: none;
}

.accordionCommon .panel-heading {
    display: block;
    padding: 15px 20px;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    background-color: #ffb548;
}

.accordionCommon .panel-heading span.iconBlock {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #ffffff;
    color: #000;
    display: inline-block;
    float: right;
}

.accordionCommon .panel-heading span.iconBlock.iconTransparent {
    background-color: transparent;
    box-shadow: none;
    color: #ffffff;
}

.accordionCommon span.separator {
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.25);
    position: absolute;
    top: 0;
    right: 60px;
}

.accordionCommon .panel-body {
    padding: 30px;
    background-color: #f8f8f8;
    border-top: none !important;
}

.accordionCommon .panel-body p {
    margin-bottom: 35px;
}

.accordionCommon .panel-body p:last-child {
    margin-bottom: 0;
}

.tabCommon .tab-bottom {
    border-bottom: 2px solid #e4e4e4;
    margin-top: -1px;
    margin-bottom: 25px;
}

.tabCommon .nav {
    border: none;
}

.tabCommon .nav li {
    display: inline-block;
    float: none;
    margin-right: 15px;
}

@media (min-width: 768px) {
    .tabCommon .nav li {
        margin-right: 25px;
    }
}

.tabCommon .nav li a {
    padding: 0;
    height: 29px;
    font-size: 12px;
    font-weight: 700;
    color: #252525;
    display: inline-block;
    background-color: transparent;
    border-radius: 0;
}

@media (min-width: 768px) {
    .tabCommon .nav li a {
        height: 37px;
        font-size: 16px;
    }
}

.tabCommon .nav-tabs > li.active > a, .tabCommon .nav-tabs > li.active > a:focus, .tabCommon .nav-tabs > li.active > a:hover {
    background-color: transparent;
    color: #252525;
    border: none;
    border-bottom: 2px solid #ffb548;
}

.tabCommon .nav-tabs > li > a, .tabCommon .nav-tabs > li > a:hover, .tabCommon .nav-tabs > li > a:focus {
    border: none;
}

.tabCommon.tab-style2 .nav li {
    margin-right: 0;
    margin-left: 15px;
}

@media (min-width: 768px) {
    .tabCommon.tab-style2 .nav li {
        margin-right: 0;
        margin-left: 25px;
    }
}

.tab-style3 .nav-tabs > li.active > a, .tab-style3 .nav-tabs > li.active > a:focus, .tab-style3 .nav-tabs > li.active > a:hover {
    background-color: #ffb548;
    color: #ffffff;
    border: none;
}

.tabCommon.tab-style3 .nav li {
    margin: 0;
}

.tabCommon.tab-style3 .nav li a {
    padding: 5px 7px;
    margin: 0;
}

.dropGeneral .sbHolder, .dropGeneral .sbSelector {
    width: 100% !important;
    height: 50px !important;
}

.dropGeneral .sbHolder {
    background-color: transparent;
    border: 2px solid #dedede;
    margin: 0 0 30px 0;
    border-radius: 0;
}

.dropGeneral.border-color .sbHolder {
    border-color: #ffb548;
}

.dropGeneral.grayBg .sbHolder {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
}

.dropGeneral.colorBg .sbHolder {
    background-color: #ffb548;
    border-color: #ffb548;
}

.dropGeneral.border-color .sbHolder {
    border-color: #ffb548;
}

.dropGeneral.roundOne .sbHolder {
    border-radius: 7px;
}

.dropGeneral.roundTwo .sbHolder {
    border-radius: 25px;
}

.dropGeneral.roundThree .sbHolder {
    border-radius: 3px;
}

.dropGeneral .sbSelector:link, .dropGeneral .sbSelector:visited, .dropGeneral .sbSelector:hover {
    color: #000 !important;
    text-transform: capitalize;
}

.dropGeneral.colorBg .sbSelector:link, .dropGeneral.colorBg .sbSelector:visited, .dropGeneral.colorBg .sbSelector:hover {
    color: #ffffff !important;
    text-transform: capitalize;
}

.dropGeneral .sbSelector {
    font-family: 'Open Sans', sans-serif;
    color: #666666;
    font-weight: 600;
    font-size: 14px;
    line-height: 48px;
    text-indent: 20px;
}

.dropGeneral.colorBg .sbSelector {
    color: #ffffff;
}

.dropGeneral .sbToggle {
    background: transparent url("../images/arrows/drop-down-arrow.jpg") no-repeat scroll 0 0;
    height: 6px;
    right: 20px;
    top: 21px;
    width: 11px;
}

.dropGeneral.colorBg .sbToggle {
    background: transparent url("../images/arrows/down-arrow-white.png") no-repeat scroll 0 0;
}

.dropGeneral.grayBg .sbToggle {
    background: transparent url("../images/arrows/down-arrow-gray.png") no-repeat scroll 0 0;
}

.dropGeneral .sbOptions {
    width: 100% !important;
    background-color: #ffffff;
    border: 1px solid #dedede;
    right: 0 !important;
    border-radius: 4px;
    z-index: 1000;
}

.dropGeneral .sbOptions li {
    padding: 4px;
    border-bottom: 1px solid #dedede;
}

.dropGeneral .sbOptions li:last-child {
    border-bottom: none;
}

.dropGeneral .sbOptions a {
    color: #969696 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    padding: 11px 17px;
    text-transform: capitalize;
}

.dropGeneral .sbOptions a:hover {
    color: #ffb548 !important;
    background-color: transparent;
}

.dropGeneral.addCircle .sbHolder {
    border-radius: 25px;
}

.alert-link {
    text-decoration: underline !important;
}

@media (min-width: 480px) {
    .pagination {
        margin: 0 0 50px 0;
    }
}

@media (min-width: 768px) {
    .pagination {
        margin: 0;
    }
}

.pagination li a {
    float: none;
    border-radius: 0;
    padding: 0;
    border: 2px solid #f0f0f0;
    display: inline-block;
    font-size: 18px;
    color: #252525;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    margin: 0 3px;
    text-align: center !important;
}

@media (max-width: 479px) {
    .pagination li a {
        width: 38px;
        height: 35px;
        line-height: 30px;
    }
}

@media (min-width: 480px) {
    .pagination li a {
        width: 35px;
        height: 35px;
        line-height: 30px;
    }
}

.pagination li a span {
    font-size: 24px;
}

@media (max-width: 479px) {
    .pagination li a span {
        line-height: 20px;
    }
}

@media (min-width: 480px) {
    .pagination li a span {
        line-height: 30px;
    }
}

.pagination li a:hover {
    color: #ffffff;
    background-color: #ffb548;
    border-color: #ffb548;
}

.pagination li.active a, .pagination li.active a:hover, .pagination li.active a:focus {
    color: #ffffff;
    background-color: #ffb548;
    border-color: #ffb548;
}

.btn {
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.5px;
    transition: 0.2s ease-in;
    border-radius: 0;
    padding: 9px 10px;
}

.btn span {
    margin-left: 5px;
    margin-right: 5px;
}

.btn:hover {
    background: transparent;
}

.btn:focus {
    background: transparent;
}

.btn-xl {
    font-size: 20px;
    padding: 9px 10px;
}

.btn-lg {
    font-size: 15px;
    padding: 10px 12px;
}

.btn-sm {
    font-size: 12px;
    padding: 7px 20px;
}

.btn-xs {
    font-size: 10px;
    padding: 5px 8px;
}

.btn-rounded {
    border-radius: 5px !important;
}

.btn-pill {
    border-radius: 50px !important;
}

.btn-circle {
    border-radius: 50% !important;
    height: 40px;
    width: 40px;
    padding: 3px !important;
}

.btn-square {
    height: 36px;
    width: 36px;
    /*border-radius: 5px;*/
    padding: 3px !important;
    margin-right: 7px;
}

.btn-link {
    color: #9875ab;
}

.btn-link:hover {
    color: #7c618a;
    text-decoration: none;
}

.btn-link:focus {
    color: #7c618a;
    text-decoration: none;
}

.btn-default, .btn-default:active, .btn-default:focus {
    color: #777777;
    border: 2px solid #777777;
    background: transparent;
}

.btn-default:hover {
    color: white;
    background: #777777;
    border: 2px solid #777777;
}

.btn-default-filled, .btn-default-filled:active, .btn-default-filled:focus {
    color: black;
    background: #f0f0f0;
    border: 2px solid #ffffff;
}

.btn-default-filled:hover {
    color: white;
    background: #ffb548;
    border: 2px solid #ffb548;
}

.btn-primary, .btn-primary:active, .btn-primary:focus {
    color: #ffb548;
    border: 2px solid #ffb548;
    background: transparent;
}

.btn-primary:hover {
    color: white;
    background: #ffb548;
    border: 2px solid #ffb548;
}

.btn-primary-filled, .btn-primary-filled:active, .btn-primary-filled:focus {
    color: white;
    background: #ffb548;
    border: 2px solid #ffb548;
}

.btn-primary-filled:hover {
    color: white;
    background: #ffb548;
    border: 2px solid #ffb548;
}

.btn-success, .btn-success:active, .btn-success:focus {
    color: #4fc32c;
    border: 2px solid #4fc32c;
    background: transparent;
}

.btn-success:hover {
    color: white;
    background: #4fc32c;
    border: 2px solid #4fc32c;
}

.btn-success-filled, .btn-success-filled:active, .btn-success-filled:focus {
    color: white;
    background: #4fc32c;
    border: 2px solid #4fc32c;
}

.btn-success-filled:hover {
    color: white;
    background: #74a44a;
    border: 2px solid #74a44a;
}

.btn-info, .btn-info:active, .btn-info:focus {
    color: #4da5e2;
    border: 2px solid #4da5e2;
    background: transparent;
}

.btn-info:hover {
    color: white;
    background: #4da5e2;
    border: 2px solid #4da5e2;
}

.btn-info-filled, .btn-info-filled:active, .btn-info-filled:focus {
    color: white;
    background: #4da5e2;
    border: 2px solid #4da5e2;
}

.btn-info-filled:hover {
    color: white;
    background: #428fc4;
    border: 2px solid #428fc4;
}

.btn-warning, .btn-warning:active, .btn-warning:focus {
    color: #ffcc66;
    border: 2px solid #ffcc66;
    background: transparent;
}

.btn-warning:hover {
    color: white;
    background: #ffcc66;
    border: 2px solid #ffcc66;
}

.btn-warning-filled, .btn-warning-filled:active, .btn-warning-filled:focus {
    color: white;
    background: #ffcc66;
    border: 2px solid #ffcc66;
}

.btn-warning-filled:hover {
    color: white;
    background: #e1b459;
    border: 2px solid #e1b459;
}

.btn-danger, .btn-danger:active, .btn-danger:focus {
    color: #ec7160;
    border: 2px solid #ec7160;
    background: transparent;
}

.btn-danger:hover {
    color: white;
    background: #ec7160;
    border: 2px solid #ec7160;
}

.btn-danger-filled, .btn-danger-filled:active, .btn-danger-filled:focus {
    color: white;
    background: #ec7160;
    border: 2px solid #ec7160;
}

.btn-danger-filled:hover {
    color: white;
    background: #cd6254;
    border: 2px solid #cd6254;
}

.btn-social {
    font-size: 13px;
    padding: 8px 15px;
    letter-spacing: 0.5px;
    vertical-align: middle;
    transition: 0.2s ease-in;
}

.btn-social span {
    margin-left: 10px;
}

.btn-facebook, .btn-facebook:active, .btn-facebook:focus {
    color: #4e68a1;
    background: transparent;
    border: 2px solid #4e68a1;
}

.btn-facebook:hover {
    color: white !important;
    background: #4e68a1;
    border: 2px solid #4e68a1;
}

.btn-facebook-filled, .btn-facebook-filled:active, .btn-facebook-filled:focus {
    color: white;
    background: #4e68a1;
    border: 2px solid #4e68a1;
}

.btn-facebook-filled:hover {
    color: white;
    background: #3b4f7a;
    border: 2px solid #3b4f7a;
}

.btn-facebook-link, .btn-facebook-link:active, .btn-facebook-link:focus {
    color: #4e68a1;
    background: transparent;
    border: none;
}

.btn-facebook-link:hover {
    color: #3b4f7a;
}

.btn-twitter, .btn-twitter:active, .btn-twitter:focus {
    color: #65b5f2;
    background: transparent;
    border: 2px solid #65b5f2;
}

.btn-twitter:hover {
    color: white;
    background: #65b5f2;
    border: 2px solid #65b5f2;
}

.btn-twitter-filled, .btn-twitter-filled:active, .btn-twitter-filled:focus {
    color: white;
    background: #65b5f2;
    border: 2px solid #65b5f2;
}

.btn-twitter-filled:hover {
    color: white;
    background: #5294c6;
    border: 2px solid #5294c6;
}

.btn-twitter-filled:hover {
    color: white;
    background: #5294c6;
    border: 2px solid #5294c6;
}

.btn-twitter-link, .btn-twitter-link:active, .btn-twitter-link:focus {
    color: #65b5f2;
    background: transparent;
    border: none;
}

.btn-twitter-link:hover {
    color: #5294c6;
}

.btn-google, .btn-google:active, .btn-google:focus {
    color: #e05d4b;
    background: transparent;
    border: 2px solid #e05d4b;
}

.btn-google:hover {
    color: white;
    background: #e05d4b;
    border: 2px solid #e05d4b;
}

.btn-google-filled, .btn-google-filled:active, .btn-google-filled:focus {
    color: white;
    background: #e05d4b;
    border: 2px solid #e05d4b;
}

.btn-google-filled:hover {
    color: white;
    background: #b94c3d;
    border: 2px solid #b94c3d;
}

.btn-google-link, .btn-google-link:active, .btn-google-link:focus {
    color: #e05d4b;
    background: transparent;
    border: none;
}

.btn-google-link:hover {
    color: #b94c3d;
}

.btn-linkedin, .btn-linkedin:active, .btn-linkedin:focus {
    color: #2083bc;
    background: transparent;
    border: 2px solid #2083bc;
}

.btn-linkedin:hover {
    color: white;
    background: #2083bc;
    border: 2px solid #2083bc;
}

.btn-linkedin-filled, .btn-linkedin-filled:active, .btn-linkedin-filled:focus {
    color: white;
    background: #2083bc;
    border: 2px solid #2083bc;
}

.btn-linkedin-filled:hover {
    color: white;
    background: #186592;
    border: 2px solid #186592;
}

.btn-linkedin-link, .btn-linkedin-link:active, .btn-linkedin-link:focus {
    color: #2083bc;
    background: transparent;
    border: none;
}

.btn-linkedin-link:hover {
    color: #186592;
}

.btn-pinterest, .btn-pinterest:active, .btn-pinterest:focus {
    color: #d2373b;
    background: transparent;
    border: 2px solid #d2373b;
}

.btn-pinterest:hover {
    color: white;
    background: #d2373b;
    border: 2px solid #d2373b;
}

.btn-pinterest-filled, .btn-pinterest-filled:active, .btn-pinterest-filled:focus {
    color: white;
    background: #d2373b;
    border: 2px solid #d2373b;
}

.btn-pinterest-filled:hover {
    color: white;
    background: #ad2c2f;
    border: 2px solid #ad2c2f;
}

.btn-pinterest-link, .btn-pinterest-link:active, .btn-pinterest-link:focus {
    color: #d2373b;
    background: transparent;
    border: none;
}

.btn-pinterest-link:hover {
    color: #ad2c2f;
}


.btn-weibo-filled, .btn-weibo-filled:active, .btn-weibo-filled:focus {
    color: white;
    background: #e8162f;
    border: 2px solid #e8162f;
}

.btn-weibo-filled:hover {
    color: white;
    background: #c61529;
    border: 2px solid #C61529;
}


.btn-wechat-filled, .btn-wechat-filled:active, .btn-wechat-filled:focus {
    color: white;
    background: #44b549;
    border: 2px solid #44b549;
}

.btn-wechat-filled:hover {
    color: white;
    background: #358e39;
    border: 2px solid #358E39;
}


.btn-dribbble, .btn-dribbble:active, .btn-dribbble:focus {
    color: #ec5f94;
    background: transparent;
    border: 2px solid #ec5f94;
}

.btn-dribbble:hover {
    color: white;
    background: #ec5f94;
    border: 2px solid #ec5f94;
}

.btn-dribbble-filled, .btn-dribbble-filled:active, .btn-dribbble-filled:focus {
    color: white;
    background: #ec5f94;
    border: 2px solid #ec5f94;
}

.btn-dribbble-filled:hover {
    color: white;
    background: #b4446e;
    border: 2px solid #b4446e;
}

.btn-dribbble-link, .btn-dribbble-link:active, .btn-dribbble-link:focus {
    color: #ec5f94;
    background: transparent;
    border: none;
}

.btn-dribbble-link:hover {
    color: #b4446e;
}

#buttons .btn {
    margin: 5px 9px;
    text-transform: capitalize;
}

#buttons .btn-social {
    margin: 5px 9px;
}

.space-bottom {
    margin-bottom: 20px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 20px;
}

p.Lead {
    font-size: 15px;
}

p.text-sm {
    font-size: 12px;
}

p.text-xs {
    font-size: 11px;
}

.page-header h3 {
    margin-bottom: 0;
}

.text-default {
    color: #777777;
}

.text-primary {
    color: #9875ab;
}

.text-success {
    color: #4fc32c;
}

.text-info {
    color: #4da5e2;
}

.text-warning {
    color: #ffcc66;
}

.text-danger {
    color: #ec7160;
}

.bg-default {
    color: white;
    background: #777777;
    padding: 3px 4px;
}

.bg-primary {
    color: white;
    background: #9875ab;
    padding: 3px 4px;
}

.bg-success {
    color: white;
    background: #4fc32c;
    padding: 3px 4px;
}

.bg-info {
    color: white;
    background: #00f0ff;
    padding: 3px 4px;
}

.bg-warning {
    color: white;
    background: #ffb548;
    padding: 3px 4px;
}

.bg-danger {
    color: white;
    background: #FF0000;
    padding: 3px 4px;
}

.bg-yellow {
    color: #000;
    background: #fff200;
    padding: 3px 4px;
}

.color-text p {
    font-size: 16px;
    line-height: 32px;
}

blockquote {
    border-left: 5px solid #ebebeb;
}

blockquote p {
    font-size: 15px;
    line-height: 22px;
}

cite {
    color: #b3b3b3;
    font-size: 13px;
    word-break: break-all;
}

.label {
    font-weight: 400;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0;
    margin-right: 15px;
    margin-bottom: 15px;
    display: inline-block;
}

.label-pill {
    border-radius: 4px;
}

.label-default {
    color: #777777;
    background-color: transparent;
    border: 2px solid #777777;
}

.label-default-filled {
    color: white;
    background-color: #777777;
    border: 2px solid #777777;
}

.label-primary {
    color: #ffb548;
    background-color: transparent;
    border: 2px solid #ffb548;
}

.label-primary-filled {
    color: white;
    background-color: #ffb548;
    border: 2px solid #ffb548;
}

.label-success {
    color: #4fc32c;
    background-color: transparent;
    border: 2px solid #4fc32c;
}

.label-success-filled {
    color: white;
    background-color: #4fc32c;
    border: 2px solid #4fc32c;
}

.label-info {
    color: #4da5e2;
    background-color: transparent;
    border: 2px solid #4da5e2;
}

.label-info-filled {
    color: white;
    background-color: #4da5e2;
    border: 2px solid #4da5e2;
}

.label-warning {
    color: #ffcc66;
    background-color: transparent;
    border: 2px solid #ffcc66;
}

.label-warning-filled {
    color: white;
    background-color: #ffcc66;
    border: 2px solid #ffcc66;
}

.label-danger {
    color: #ec7160;
    background-color: transparent;
    border: 2px solid #ec7160;
}

.label-danger-filled {
    color: white;
    background-color: #ec7160;
    border: 2px solid #ec7160;
}

.badge-link {
    color: #000;
    display: inline-block;
    padding-right: 15px;
}

.badge-link:hover, .badge-link:focus {
    color: #ffb548;
}

.badge {
    color: #ffffff;
    background-color: #ffb548;
    font-size: 10px;
    font-weight: 400;
    border-radius: 10px;
    padding: 3px 7px;
}

.active .badge {
    color: #ffb548 !important;
}

.nav-pills li {
    margin-right: 15px;
    display: inline-block;
}

.nav.nav-pills a {
    color: #000;
}

.nav.nav-pills a:hover, .nav.nav-pills a:focus, .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #ffffff;
    background-color: #ffb548;
}

.progress-bar-default {
    background-color: #777777;
}

.progress-bar-primary {
    background-color: #ffb548;
}

.progress-bar-info {
    background-color: #9875ab;
}

.form-group input {
    font: normal normal normal 14px/1 FontAwesome, "Lato", sans-serif;
}

.input-group input {
    font: normal normal normal 14px/1 FontAwesome, "Lato", sans-serif;
}

#contactForm .form-control {
    border-radius: 0;
    background-color: #f0f0f0;
    border: none;
    height: 50px;
    font-weight: 400;
    letter-spacing: 0.5px;
    border-radius: 0;
    margin-bottom: 30px;
    padding: 10px 20px;
    min-height: 50px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#contactForm textarea {
    max-width: 100%;
    min-height: 130px !important;
    max-height: 211px;
    margin-bottom: 30px;
}

::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

:-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.has-error .form-control {
    color: #ec7160 !important;
    border: 1px solid #ec7160 !important;
}

.help-block.with-errors li {
    color: #ec7160;
    font-size: 13px;
    margin-top: -30px;
    margin-bottom: 0;
}

#msgSubmit.h3 {
    font-size: 14px;
    margin-top: 5px;
}

#contact-form-1 .form-group {
    margin-bottom: 0;
}

#contact-form-1 #contactForm {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#contact-form-1 .btn-form-submit {
    width: 100%;
    border-radius: 0;
    padding: 14px 24px;
}

.contact-form-2 {
    margin-bottom: 50px;
}

#contactForm.contact-form-2 .form-control#name {
    width: 70%;
}

#contactForm.contact-form-2 .form-control#email {
    width: 70%;
}

#contactForm.contact-form-2 .form-control#subject {
    width: 70%;
}

#contact-form-2 .form-group {
    margin-bottom: 0;
}

#contact-form-2 #contactForm {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#contact-form-2 .btn-form-submit {
    width: 30%;
    border-radius: 0;
    padding: 14px 24px;
}

#login-form {
    width: 100%;
    background-color: white;
    padding: 35px 35px 0px 35px;
    border: 1px solid #e4e4e4;
}

#login-form .form-control {
    border-radius: 0;
    background-color: #f0f0f0;
    border: none;
    height: 50px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    padding: 10px 20px;
    min-height: 50px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#login-form .form-group {
    margin-bottom: 0;
}

#login-form .btn-log {
    border-radius: 0;
    margin-bottom: 30px;
    padding-left: 17px;
    padding-right: 17px;
}

#register-form {
    width: 100%;
    background: white;
    border: 1px solid #e4e4e4;
    padding: 35px;
}

#register-form .form-control {
    border-radius: 0;
    background-color: #f0f0f0;
    border: none;
    height: 50px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    padding: 10px 20px;
    min-height: 50px;
    box-shadow: none;
/*    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
}

#register-form .form-group {
    margin-bottom: 0;
}

#register-form .btn-log {
    border-radius: 0;
    margin-bottom: 30px;
    padding-left: 17px;
    padding-right: 17px;
}

.log-title {
    font-size: 24px;
    margin: 0 0 35px 0;
}

.log-line {
    padding: 0 0 35px 0;
    margin-bottom: 35px;
}

.log-line .checkbox {
    margin-left: 10px;
}

.log-line .checkbox-primary label, .log-line .checkbox-primary a {
    color: #777777;
}

.forgot-password {
    font-size: 16px;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: -9px;
}

.panel-body .checkbox input[type=checkbox], .panel-body .checkbox-inline input[type=checkbox], .panel-body .radio input[type=radio], .panel-body .radio-inline input[type=radio], .modal-body .checkbox input[type=checkbox], .modal-body .checkbox-inline input[type=checkbox], .modal-body .radio input[type=radio], .modal-body .radio-inline input[type=radio] {
    margin-left: -21px;
}

.margin-right {
    margin-right: 15px;
}

#forms .signUp {
    padding: 0;
}

#newsletter .form-control {
    color: #777777;
    background: #ffffff;
    font-weight: 400;
    letter-spacing: 0.5px;
    border: 1px solid #ebebeb;
    border-radius: 0;
    margin-bottom: 30px;
    padding: 10px 20px;
    min-height: 41px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 1;
}

#newsletter .input-group {
    width: 100%;
}

#newsletter .input-group-btn {
    vertical-align: top;
}

.btn-newsletter {
    padding: 8px 10px;
    margin-left: 10px !important;
    border-radius: 0;
    z-index: 2;
}

#newsletter .btn-newsletter.inside {
    margin-left: 0 !important;
}

#newsletter .btn-left.btn-newsletter.inside {
    margin-left: -108px !important;
    z-index: 999;
}

.list-group-item {
    color: #777777;
    background-color: white;
    font-size: 14px;
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
}

.list-group-item p {
    font-size: 14px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    color: white;
    background-color: #ffb548;
    border-color: #ffb548;
}

a.list-group-item:hover {
    color: #ffb548;
}

a.list-group-item, button.list-group-item {
    color: #777777;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: white;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #222222;
    margin-bottom: 10px;
}

.panel-default {
    border-color: #ccc;
}

.panel-default > .panel-heading {
    color: #7f7f7f;
    background-color: #f0f0f0!important;
    border-color: transparent;
}

.panel-success {
    border-color: #74a44a;
}

.panel-success > .panel-heading {
    color: white;
    background-color: #4fc32c;
    border-color: #74a44a;
}

.panel-primary {
    border-color: #ffb548;
}

.panel-primary > .panel-heading {
    color: white;
    background-color: #ffb548;
    border-color: #ffb548;
}

.panel-info {
    border-color: #428fc4;
}

.panel-info > .panel-heading {
    color: white;
    background-color: #4da5e2;
    border-color: #428fc4;
}

.panel-warning {
    border-color: #e1b459;
}

.panel-warning > .panel-heading {
    color: white;
    background-color: #ffcc66;
    border-color: #e1b459;
}

.panel-danger {
    border-color: #cd6254;
}

.panel-danger > .panel-heading {
    color: white;
    background-color: #ec7160;
    border-color: #cd6254;
}

.well {
    min-height: 20px;
    padding: 13px;
    margin-bottom: 5px;
    background-color: #f0f0f0;
    border: 1px solid #e4e4e4;
    box-shadow: none;
    border-radius: 0;
    font-size: 12px;
    line-height: 20px;
}

.rounded-well {
    border-radius: 5px;
}

.jumbotron {
    background: #f0f0f0;
    border: 1px solid #e4e4e4;
    border-radius: 0 !important;
}

.rounded-jumbotron {
    border-radius: 5px !important;
}

.jumbotron h1 {
    color: #ffb548;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 32px;
}

.jumbotron p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 20px;
}

#tooltip .btn {
    margin: 0 auto 30px;
    display: block;
}

@media (min-width: 768px) {
    #tooltip .btn {
        display: inline-block;
        margin: 0 15px 30px;
    }
}

.navbar-brand {
    padding: 6px 10px;
}

.dropdown-menu-right {
    right: 44px;
    left: auto;
}

.dropdown-menu {
    padding: 0;
    margin: 4px 60px 0;
    border: 0;
}

/* ===== Back to Top link ===== */
.backtotop {
    padding: 5px 11px;
    font-size: 42px;
    color: #FFF;
    border-radius: 6px;
    -webkit-transition: background 300ms;
    -moz-transition: background 300ms;
    transition: background 300ms;
    background: rgba(0, 0, 0, 0.07);
}
.backtotop:hover {
    background: rgba(0, 0, 0, 0.4);
}

.backtotop:visited {
    background: rgba(0, 0, 0, 0.2);
}

#topcontrol{
    z-index: 100;
}

/*todo*/
#spb_next
{
    position: absolute; top: 36%; right: 15px; z-index: 100; height: 110px; width: 30px;background: rgba(0,0,0,0.15);
    border: 0; color: #FFF; font-size: 35px; line-height: 100px; text-align: center; display: none;
}

#spb_pre
{
    position: absolute; top: 36%; left: 15px; z-index: 100; height: 110px; width: 30px;background: rgba(0,0,0,0.15);
    border: 0; color: #FFF; font-size: 35px; line-height: 100px; text-align: center; display: none;
}

@media (min-width: 768px) {
    .bannerV4:hover #spb_next,.bannerV4:hover #spb_pre {
        display: block;
    }
}

#spb_next:hover,#spb_pre:hover
{
    background: rgba(0,0,0,0.45);
}
/*end*/

.progress {
    margin-bottom: 8px;
}


/**filter row**/
.filter-row h4 {
    font-size: 14px;
    /*border-bottom: 1px dashed #dcdcdc;*/
    padding-bottom: 3px;
    margin-bottom: 5px;
}
.filter-row ul li a, .filter-row ul li span {
    color: #777;
    display: block;
    font-weight: 300;
}
.filter-row ul li a:hover, .filter-row ul li span:hover {
    color: #ffb548;
}
.filter-row ul .color-filter {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

.filterArea .sbHolder, .filterArea .sbSelector {
    width: 156px !important;
    height: 35px !important;
}

.panel {
    border-radius: 0;
}

@media (max-width: 479px) {
    .panel {
        border:0;
    }
}

hr {
    border-top: 1px solid #ccc;
}

/*todo Bootstrap 3 Responsive Text Align*/
@media (max-width: 767px) {
    .text-xs-left { text-align: left; }
    .text-xs-right { text-align: right; }
    .text-xs-center { text-align: center; }
    .text-xs-justify { text-align: justify; }
}

@media (min-width: 768px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}

@media (min-width: 1200px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}

.obj-sm-right {
    float: right;
}

@media (max-width: 767px) {
    .obj-xs-right {
        float: right;
    }

    .obj-xs-center {
        text-align: center;
    }

    .obj-xs-left {
        float: left;
    }

    .obj-xs-none {
        float: none;
    }
}


.searchbar_select
{
    width: 52% !important;
    padding: 3px 0 0 5px;
    height: 40px !important;
    text-align: left;
    background-color: #ffffff;
    margin: 0;
    float: left;
    position: relative;
    font-family: 'MyriadProSemibold';
    font-size: 14px;
    color: #333 !important;
    font-weight: normal;
    border: 1px solid #ccc;
}

.owl-theme .owl-controls {margin-top: 14px !important;}

.top_counter {
    margin-left: 19px;
    font-size: 18px;
    color: #666;
    font-weight: bold;
    line-height: 31px;
    height: 26px;
}

#top_container_m{
    text-align: center;
}

#top_container_m .top_counter {
    margin-left: 0;
    font-size: 15px;
    line-height: 22px;
    padding-top: 10px;
    display: inline-block;
    height: 22px;
}

#top_container_m .row{ padding-top: 15px;}

/*todo pager padding*/
@media (min-width : 280px)    and (max-width : 319px) {
    .pager_padding{padding: 0 18px;}
}

@media (min-width : 320px)    and (max-width: 767px) {
    .pager_padding{padding: 0 18px;}
}

@media (min-width: 768px) {
    .pager_padding{padding: 0 8px;}
}

.pager a:hover{color: #ffb548; }

.fancybox-caption {
    padding: 10px 0 !important;
    border-top:0 !important;
    text-align: center;
}

.form-control
{display: inline-block;}


/*select box*/
@media (max-width: 767px) {
    .select_box{
        padding: 0;
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .select_box{
        margin-bottom: 15px;
    }
    .select_box_left{
        padding-left: 0;
    }
    .select_box_right{
        padding-right: 0;
    }
}

.form_save_btn
{
    padding: 0;
}

.comment_hidden{display: none;}

.left_cat:hover .lef_cat_sub{display: block !important;}

.btn-primary .badge {
    color: #ffffff;
    background-color: #ffb548;
}

.unorder-list li:before {
    background: #252525 !important;
}

.searchBox .input-group .input-group-addon
{
    background: #656565 !important;
    border-color: #656565 !important;
}

.searchBox .btn-newsletter
{
    background: #656565 !important;
    border: 0;
}


#e2046_p_icons_ORI a { background-image:url(/images/products/icons/sp_icons.png); background-repeat:no-repeat; background-position:0 -90px; width:40px; height:20px; text-indent:-999em; display:inline-block; }
#e2046_p_icons_ANTIHERO a { background-image:url(/images/products/icons/sp_icons.png); background-repeat:no-repeat; background-position:0 0; width:110px; height:20px; text-indent:-999em; display:inline-block; }
#e2046_p_icons_GATHERING a { background-image:url(/images/products/icons/sp_icons.png); background-repeat:no-repeat; background-position:0 -45px; width:83px; height:20px; text-indent:-999em; display:inline-block; }
#e2046_p_icons_ORIxGATHERING a { background-image:url(/images/products/icons/sp_icons.png); background-repeat:no-repeat; background-position:0 -135px; width:145px; height:20px; text-indent:-999em; display:inline-block; }

.e2046_cell{float: left;}

.product_top
{
    margin-top: 18px;
}

.product_bottom
{
    margin-bottom: 25px;
}

.product_bottom2
{
    margin-bottom: 50px;
}

.gallery_left{ margin-left: 20px;}

.product_padding2{
    padding: 0px 10%;
}

@media (max-width: 767px) {
    .col-xs-6, .col-xs-12{
        /*padding-right: 10px;*/
        /*padding-left: 10px;*/
    }

    .product_padding{
        padding: 0 20px;
    }

    .product_padding2{
        padding: 0 0;
    }

    .product_padding3{
        padding: 0 25px;
    }

    .product_top
    {
        margin-top: 2px;
    }

    .product_bottom
    {
        margin-bottom: 10px;
    }

    .product_bottom2
    {
        margin-bottom: 20px;
    }

    .footer
    {
        padding: 18px 0 12px 0;
    }

    .navbar-nav {
        margin: 14px -15px;
    }

    .footer .footerLink ul li a {
        line-height: 30px;
    }

    .dropdown .dropdown-menu
    {
        display: none !important;
    }

    .dropdown.open .dropdown-menu
    {
        display: block !important;

    }

    .dropdown.open > a{
        background-color: #eee !important;
        color: #000 !important;
    }

    /*.caret{ color: #656565;}*/

    .navbar-default .navbar-collapse li a:hover
    {
        color: #000 !important;
    }

    .commentsForm
    {
        padding: 15px 0;
    }

    .gallery_left{ margin-left: 0;}

    .productImage .productMasking.gallery
    {opacity: 1 !important;}
}

.content_topic {
    font-size: large;
    font-weight: bold;
}

#keyword_m .form-control {height: 45px !important;}
#keyword_m .input-group-addon{height: 45px !important;}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
     background-color: transparent;
}

.navbar-toggle {
    border: none !important;
    background: transparent !important;
}
.navbar-toggle:hover {
    background: transparent !important;
}
.navbar-toggle .icon-bar {
    width: 22px!important;
    transition: all 0.2s!important;
}
.navbar-toggle .top-bar {
    transform: rotate(45deg)!important;
    transform-origin: 10% 10%!important;
}
.navbar-toggle .middle-bar {
    opacity: 0!important;
}
.navbar-toggle .bottom-bar {
    transform: rotate(-45deg)!important;
    transform-origin: 10% 90%!important;
}
.navbar-toggle.collapsed .top-bar {
    transform: rotate(0)!important;
}
.navbar-toggle.collapsed .middle-bar {
    opacity: 1!important;
}
.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0)!important;
}

.top-right .searchBox .dropdown-menu li .input-group .form-control:focus, .top-right .searchBox .dropdown-menu li .input-group .input-group-addon, .searchBox .input-group .input-group-addon, .footer, .footer .newsletter .input-group .input-group-addon:hover, .tp-caption.rs-caption-4 .btn, .filterArea .btn-group .btn-default:hover, .filterArea .btn-group .btn-default.active, .productListSingle .media .media-body .btn-group .btn-default:hover, .productListSingle .media .media-body .btn-group .btn-default:focus, .cartListInner .table-responsive .table thead tr, .blogPage .pagination li a:hover, .blogPage .pagination li.active a, .orderBox .table-responsive .table thead tr, .orderBox .table-responsive .table tbody tr td .btn-default:hover, .footer .newsletter .input-group .input-group-addon, .tabCommon .nav-tabs > li.active > a, .tabCommon .nav-tabs > li.active > a:focus, .tabCommon .nav-tabs > li.active > a:hover, .version2 .box:hover, .tp-caption.rs-caption-4 .btn, .bannerV2 .btn, .bannerV3 .btn, .bannerV3 .owl-controls .owl-nav .owl-prev:hover, .bannerV3 .owl-controls .owl-nav .owl-next:hover, .dealSlider .productCaption .btn-border, .footer.version2 .newsletter .input-group .input-group-addon:hover, .dropGeneral.border-color .sbHolder, .dropGeneral.colorBg .sbHolder, .dropGeneral.border-color .sbHolder, .bannerV2 .caption-info-inner, .btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary-filled, .btn-primary-filled:active, .btn-primary-filled:focus, .btn-primary-filled:hover, .label-primary, .label-primary-filled, .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover, .panel-primary, .panel-primary > .panel-heading {
    border-color: #ffb548;
}

.category-content {
    /*border-top-color: #ffb548;*/
}

.top-right .cart-dropdown a, .cart-dropdown a, .top-right .cart-dropdown a:hover, .top-right .cart-dropdown a ul.dropdown-menu, .cart-dropdown a, .cart-dropdown a:hover, .cart-dropdown a ul.dropdown-menu, .cart-dropdown .shop-cart .badge, .navbar-default .navbar-header .navbar-toggle, .searchBox .input-group .input-group-addon, .footer .newsletter .input-group .input-group-addon:hover, .tp-caption.rs-caption-4 .btn:hover, .form-field .btn-primary, .form-body .panel .panel-body .btn-primary, .signUp .panel .panel-body .btn-primary, .lostPassword .panel .panel-body .btn-primary, .logIn .panel .panel-body .btn-primary, .commentsForm .btn-primary, #login .modal-dialog .modal-content .modal-body .btn-primary, #signup .modal-dialog .modal-content .modal-body .btn-primary, .form-body .panel .panel-heading, .signUp .panel .panel-heading, .lostPassword .panel .panel-heading, .logIn .panel .panel-heading, .stepsPage form .checkboxArea input[type=checkbox]:not(old):checked + label span, .quick-view .modal-dialog .modal-content .modal-body .media .media-body .btn-area .btn-primary, .singleProduct .media .media-body .btn-area .btn-primary, #login .modal-dialog .modal-content .modal-header, #signup .modal-dialog .modal-content .modal-header, .sideBar .panel .panel-heading, .filterArea .btn-group .btn-default:hover, .filterArea .btn-group .btn-default.active, .productListSingle .media .media-body .btn-group .btn-default:hover, .productListSingle .media .media-body .btn-group .btn-default:focus, .cartListInner .table-responsive .table thead tr th, .orderBox .table-responsive .table thead tr th, .cartListInner .checkBtnArea .btn-primary, .notFound .btn-default, .blogPage .pagination li a:hover, .blogPage .pagination li.active a, .stepsWrapper .innerWrapper .well .pager li a, .progress-wizard .progress-wizard-step .progress-wizard-dot, .progress-wizard .progress-wizard-step .progress .progress-bar, .setp5 .thanksContent .thanksInner .well, .userProfile .btn-group a:hover, .userProfile .btn-group a.active, .userProfile .innerWrapper .list-inline li .btn-lg:hover, .userProfile .innerWrapper.singleOrder .btn-group .btn-default, .orderBox .table-responsive .table tbody tr td .btn-default:hover, .profile .thumbnail .caption .btn-primary, .profile .form-horizontal .form-group .btn-primary, .count-down #simple_timer .table-cell .tab-val, .aboutUsInfo .list-unstyled li:before, .stepsWrapper .innerWrapper .well .pager li a:hover, .stepsWrapper .innerWrapper .well .pager li.previous a:hover, .bannerV2 .border, .bannerV2 .slider-button a.btn, .version2 .imageBox .productImage .productMasking ul li a:hover, .version2 .whiteSection .featuredProducts .slide .productImage .productMasking ul li a:hover, .whiteSection .featuredProducts .version2 .slide .productImage .productMasking ul li a:hover, .version2 .mainContent .featuredProducts .slide .productImage .productMasking ul li a:hover, .mainContent .featuredProducts .version2 .slide .productImage .productMasking ul li a:hover, .version2 .productsContent .productBox .productImage .productMasking ul li a:hover, .productsContent .version2 .productBox .productImage .productMasking ul li a:hover, .bannerV3 .slide .productCaption .offer, .tp-caption.rs-caption-4 .btn:hover, .bannerV2 .btn:hover, .bannerV3 .btn:hover, .bannerV3 .owl-controls .owl-nav .owl-prev:hover, .bannerV3 .owl-controls .owl-nav .owl-next:hover, .dealSlider .imageBox:hover .productCaption .btn-border, .dealSlider .whiteSection .featuredProducts .slide:hover .productCaption .btn-border, .whiteSection .featuredProducts .dealSlider .slide:hover .productCaption .btn-border, .dealSlider .mainContent .featuredProducts .slide:hover .productCaption .btn-border, .mainContent .featuredProducts .dealSlider .slide:hover .productCaption .btn-border, .dealSlider .productsContent .productBox:hover .productCaption .btn-border, .productsContent .dealSlider .productBox:hover .productCaption .btn-border, .navTop .cart-dropdown > a i, .nav-category, .sticker, .top-right .cart-dropdown ul.dropdown-menu, .cart-dropdown ul.dropdown-menu, .footer.version2 .newsletter .input-group .input-group-addon:hover, .accordionCommon .panel-heading, .dropGeneral.colorBg .sbHolder, .bannerV2 .fullscreenbanner-container .fullscreenbanner-bg, .unorder-list li:before, .tab-style3 .nav-tabs > li.active > a, .tab-style3 .nav-tabs > li.active > a:focus, .tab-style3 .nav-tabs > li.active > a:hover, .btn-primary:hover, .btn-primary-filled, .btn-primary-filled:active, .btn-primary-filled:focus, .btn-primary-filled:hover, .label-primary-filled, .badge, .nav.nav-pills a:hover, .nav.nav-pills a:focus, .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover, .progress-bar-primary, .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover, .panel-primary > .panel-heading {
    background-color: #ffb548;
}

.navbar-default .navbar-collapse li a:hover, .navbar-default .navbar-collapse li a.focus, .navbar-default .navbar-collapse li.dropdown .dropdown-menu li a:hover, .navbar-default .navbar-collapse li.active a, .navbar-default .navbar-collapse li.active a:focus, .navbar-default .navbar-collapse li.active a:hover, .navbar-default .navbar-collapse li.active.dropdown .dropdown-menu li a:hover, .navbar-default .navbar-collapse li.dropdown.open a:hover, .navbar-default .navbar-collapse li.dropdown.open a.focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .footer .newsletter .input-group .input-group-addon i, .tp-caption.rs-caption-4 .btn i, .imageBox .productImage .productMasking ul li a:hover i, .whiteSection .featuredProducts .slide .productImage .productMasking ul li a:hover i, .mainContent .featuredProducts .slide .productImage .productMasking ul li a:hover i, .productsContent .productBox .productImage .productMasking ul li a:hover i, .masking-btn:hover, .whiteSection .featuredCollection .thumbnail .imageWrapper .masking .viewBtn:hover, .mainContent .featuredCollection .thumbnail .imageWrapper .masking .viewBtn:hover, .productListSingle .media .pull-left .maskingImage .viewBtn:hover, .whiteSection .featuredCollection .thumbnail:hover .caption h4, .mainContent .featuredCollection .thumbnail:hover .caption h4, .form-field .btn-link, .form-body .panel .panel-body .btn-link, .signUp .panel .panel-body .btn-link, .lostPassword .panel .panel-body .btn-link, .logIn .panel .panel-body .btn-link, .commentsForm .btn-link, #login .modal-dialog .modal-content .modal-body .btn-link, #signup .modal-dialog .modal-content .modal-body .btn-link, .stepsPage form .checkboxArea input[type=checkbox]:not(old):checked + label span, .sub-list-item:hover, .navbar-side-collapse .side-nav li .collapseItem li a:hover, .sidebar-list li a:hover, .navbar-side-collapse .side-nav li a:hover, .filterNormal .list-unstyled li a:hover, .productListSingle .media:hover .media-heading, .productListSingle .media:hover h3, .cartListInner .table-responsive .table tbody tr td .close, .orderBox.myAddress .table-responsive .table tbody tr td .close, .notFound h1, .commentsArea .media .media-body .btn-link:hover, .userProfile .innerWrapper h3 span, .orderBox .table-responsive .table tbody tr td:first-child, .orderBox.myAddress.wishList .table-responsive .table tbody tr td:nth-child(4), .navbar-default .navbar-collapse li.dropdown .dropdown-menu li.active a, .box i, .copyRight.version2 p a:hover, .bannerV3 .slide .slider-title h3 span, .bannerV3 .slide .productCaption .offer-price, .bannerV3 .owl-controls .owl-nav .owl-prev, .bannerV3 .owl-controls .owl-nav .owl-next, .dealSlider .productDeal h3 span, .imageBox .productCaption .offer-price, .whiteSection .featuredProducts .slide .productCaption .offer-price, .mainContent .featuredProducts .slide .productCaption .offer-price, .productsContent .productBox .productCaption .offer-price, .dealSlider .imageBox:hover .productDeal .rating, .dealSlider .whiteSection .featuredProducts .slide:hover .productDeal .rating, .whiteSection .featuredProducts .dealSlider .slide:hover .productDeal .rating, .dealSlider .mainContent .featuredProducts .slide:hover .productDeal .rating, .mainContent .featuredProducts .dealSlider .slide:hover .productDeal .rating, .dealSlider .productsContent .productBox:hover .productDeal .rating, .productsContent .dealSlider .productBox:hover .productDeal .rating, .testimonial-inner .testimonialText .product-rating, .nav-category .dropdown-menu li.active a, .nav-category .dropdown-menu li a:hover, .nav-category .dropdown-menu li a:hover i, .category-top .category-menu h2, .category-menu ul li:hover a, .tp-caption.rs-caption-4 .btn i, .bannerV2 .btn i, .bannerV3 .btn i, .dealSlider .productCaption .btn-border i, .btn-primary, .btn-primary:active, .btn-primary:focus, .label-primary, .badge-link:hover, .badge-link:focus, a.list-group-item:hover, .jumbotron h1 {
    color: #ffb548;
}

.imageBox .productImage .productMasking ul li a:hover i, .whiteSection .featuredProducts .slide .productImage .productMasking ul li a:hover i, .mainContent .featuredProducts .slide .productImage .productMasking ul li a:hover i, .productsContent .productBox .productImage .productMasking ul li a:hover i {
    color: #ffffff;
}

.step-drop .sbOptions a:hover, .filterArea .sbOptions a:hover, .quick-drop .sbOptions a:hover, .slider-captionV4 .tp-caption.rs-caption-2 small, .dropGeneral .sbOptions a:hover, .active .badge {
    color: #ffb548 !important;
}

.masking-hover, .imageBox .productImage .productMasking, .whiteSection .featuredProducts .slide .productImage .productMasking, .mainContent .featuredProducts .slide .productImage .productMasking, .productsContent .productBox .productImage .productMasking, .whiteSection .featuredCollection .thumbnail .imageWrapper .masking, .mainContent .featuredCollection .thumbnail .imageWrapper .masking, .productListSingle .media .pull-left .maskingImage {
    background-color: rgba(255, 181, 72, 0.9);
}

.fullscreenbanner-container .tp-bullets.preview4 {
    background: #fdbe61;
    background: linear-gradient(to bottom, #fdbe61 0%, #fdbe61 50%, #ffb548 51%, #ffb548 100%);
}

.fullscreenbanner-container .tp-bullets.preview4::before {
    background: #fdbe61;
    background: linear-gradient(135deg, #fdbe61 0%, #fdbe61 50%, #ffb548 51%, #ffb548 100%);
}

.fullscreenbanner-container .tp-bullets.preview4::after {
    background: #fdbe61;
    background: linear-gradient(135deg, #fdbe61 0%, #fdbe61 50%, #ffb548 51%, #ffb548 100%);
}

.darkSection .btn-default {
    border: 2px solid rgba(255, 181, 72, 0.5);
}

.darkSection .btn-default:hover {
    background-color: #ffb548;
    border-color: #ffb548;
}

.cartListInner .updateArea .btn:hover {
    background-color: #ffb548;
    border-color: #ffb548;
}

.form-field .btn-link:hover, .form-body .panel .panel-body .btn-link:hover, .signUp .panel .panel-body .btn-link:hover, .lostPassword .panel .panel-body .btn-link:hover, .logIn .panel .panel-body .btn-link:hover, .commentsForm .btn-link:hover, #login .modal-dialog .modal-content .modal-body .btn-link:hover, #signup .modal-dialog .modal-content .modal-body .btn-link:hover {
    color: #fdbe61;
}

.gray-tooltip + .tooltip > .tooltip-inner {
    background-color: #e9e9e9;
    width: 200px;
    color: #000;
    text-align: left;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
.gray-tooltip + .tooltip > .tooltip-arrow { border-bottom-color:#e9e9e9; }
.gray-tooltip + .tooltip > .tooltip-arrow { border-top-color:#e9e9e9; }

.tooltip.in{opacity:0.98!important;}

.errormsg {
    color: #F00;
    font-weight: bold;
}

.container_top{
    margin-top: 15px;
}

.play_icon{
    display: inline-block;
    position: absolute;
    bottom: 20px;
    margin-left: 12px;
    left: 5px;
}





.list_margin{
    margin-bottom: 25px;
}

.contest_page ul li {
    list-style-type: disc !important;
    margin-left: 35px;;
}

/*todo mobile width*/
@media (max-width: 767px) {
    .emojionearea .emojionearea-button.active + .emojionearea-picker-position-top {
        margin-top: -169px !important;
    }

    .emojionearea .emojionearea-picker {
        height: 176px !important;
    }

    .emojionearea .emojionearea-picker .emojionearea-wrapper {
        height: 176px !important;
    }

    .emojionearea .emojionearea-picker .emojionearea-scroll-area {
        height: 136px !important;
    }

    .tabCommon .nav li a {
        font-size: 13px;
    }

    .tabCommon .nav-tabs > li.active > a, .tabCommon .nav-tabs > li.active > a:focus, .tabCommon .nav-tabs > li.active > a:hover {
        color: #ffb548;
        border-bottom: none;
    }

    .tabCommon .tab-bottom {
        margin-top: 7px;
    }

    #topcontrol{display: none;}

    .navbar-default .navbar-collapse li a {
        font-size: 13px;
    }

    li.dropdown{line-height: 250%;}

    .navbar-default .navbar-collapse li.dropdown.open .dropdown-menu li a {
        font-weight: normal;
    }

    .navbar-default .navbar-collapse li a {
        color: #000;
        font-weight: normal;
    }


    .form-control.sorter{width: auto;}
    .contest_page ul li {
        margin-left: 25px;;
    }

    .btn-sm {
        padding: 7px 15px;
    }
    /*full screen menu*/
    #navbar{
        position: fixed;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        top: 0;
        margin-top: 49px;
        max-height: 100%;
    }
    .navbar-nav{
        position: fixed;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        top: 0;
        margin-top: 50px;
        max-height: 100%;
        background-color: white;
    }

    .full_screen{height: 100%; overflow: hidden;}
    /*end*/

    .list_margin{
        margin-bottom: 10px;
    }

    .body-wrapper {
        padding-top: 50px;
    }

    .body-wrapper.simple{
        padding-top: 0;
    }

    body.bodyColor .bb-fixed-header_m {
        right: auto;
        left: auto;
    }

    body.bodyColor .bb-fixed-header_m {
        max-width: 450px;
        width: 100%;
    }

    body.bodyColor .bb-fixed-header_m {
        max-width: 750px;
    }

    body.bodyColor .bb-fixed-header_m {
        max-width: 970px;
    }

    body.bodyColor .bb-fixed-header_m {
        max-width: 1170px;
    }

    body.static .bb-fixed-header_m {
        display: none;
    }

    .bb-fixed-header_m {
        position: fixed;
        top: -1px;
        left: 0px;
        right: 0px;
        z-index: 999;
    }

    .bb-fixed-header_m .home.nav-category > .dropdown-menu {
        display: none !important;
    }

    .bb-fixed-header_m .home.nav-category:hover > .dropdown-menu {
        display: block !important;
    }

    .play_icon{
        left:5px;
    }
    .play_icon img{width: 50px;}

    /*adjust twice gutter*/
    .row_padding_fixed {margin: 1.5em -7.5px !important;}
    .col_padding_fixed {padding: 0 7.5px !important;}

    .nav>li>a {
        padding: 10px 35px;
    }

    /*.product_margin_bottom{margin-bottom: 40px;}*/

    .panel {
        margin-bottom: 0;
    }
    .panel-body {
        padding: 0 5px;
    }

    .userProfile .btn-group {
        margin-bottom: 0;
        display: block;
    }

    .container_top{
        margin-top: 5px;
    }

    #filter-collapse.init{display: none !important;}

    .dropdown-menu.dropdown-menu-left{
        margin-bottom: 15px !important;
        margin-top: 15px !important;
        margin-left: 0 !important;
    }

    .dropdown-menu.dropdown-menu-left a{
        padding-left: 58px !important;
    }
}

/*todo desktop width*/
@media (min-width: 768px) {
    #agreement_box{height: 450px;}

    .bannercontainer.bannerV4{height: 532px;}
    span.product_text_12,span.product_text_7,span.product_text_10,span.product_text_2,span.product_text_14{
        -webkit-transform: scale(0.95);
        font-size: 11px;
        display: inline-block;
        margin-left: -8px;
    }

}

.panel {
     -webkit-box-shadow: none;
     box-shadow: none;
}

.shipment_total {
    color: #F00;
}

/*todo
 https://stackoverflow.com/questions/34425898/making-all-images-appear-with-the-same-height-in-bootstrap
 Here is a responsive way to go about it.*/
.img-wrapper {
    position: relative;
    padding-bottom: 80.8%;
    overflow: hidden;
    width: 100%;
}
.img-wrapper img {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.img-wrapper2 {
    position: relative;
    padding-bottom: 95.6%;
    overflow: hidden;
    width: 100%;
}
.img-wrapper2 img {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.img-wrapper3 {
    position: relative;
    padding-bottom: 190%;
    overflow: hidden;
    width: 100%;
}
.img-wrapper3 img {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.progress-bar-warning {
    background-color: #ffb548;
}

.open_close{
    font-size: 13px;
}

.open_close:before
{
    /*    content: "\f067";*/
        content: "\f107";
    /*content: "+";*/
    font-family: FontAwesome;
    font-weight: normal;
}

.dropdown.open .open_close:before
{
    /*    content: "\f068";*/
        content: "\f106";
    /*content: "-";*/
    font-family: FontAwesome;
    font-weight: normal;
}

.img-responsive {
    width: 100%;
}

select{font-size: 12px !important;}

.mobile_search{
    border-radius: 20px !important;
    height: 30px !important;
    padding-left: 30px !important;
}

.fancybox-slide--iframe .fancybox-content {
    width: 90%;
    height: 85%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
}

div.zabuto_calendar .badge-today, div.zabuto_calendar div.legend span.badge-today {
    background-color: #ffb548 !important;
    color: #ffffff;
    text-shadow: none;
}

.zabuto_calendar .event, .zabuto_calendar .weekend {
    background-color: rgb(255, 178, 178) !important;
}

.zabuto_calendar .day{
    background-color: transparent !important;
}

@media (min-width: 768px) {
    div.zabuto_calendar .table tr td div.day {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}

.zabuto_calendar .blank{
    background-color: #fafafa !important;
    padding: 0 !important;
}

.text_ellipsis{
    overflow: hidden; white-space: nowrap;text-overflow: ellipsis;
}

.internal_warning {
    display: block;
    width: 375px;
    height: 46px;
    position: fixed;
    left: 21px;
    bottom: 26px;
    padding: 5px;
    font-size: 23px;
    text-align: center;
    color: #fff;
    background: #f00;
    z-index: 1000;
    line-height: 120%;
}

#faq_content p, #faq_content li, #faq_content td{color:rgb(0, 0, 0); font-family:helvetica,arial,verdana,sans-serif}

img.emojione {
    width: 24px;
    margin: 0 1px;
}

.emojionearea .emojionearea-button {
    opacity: 1 !important;
}

.owl-nav {
    width: 62px;
    position: absolute;
    top: 0px;
    margin-top: -50px;
    right: -10px;
}
.owl-prev span,.owl-next span{font-size: 30px; margin: 0 10px; color: #c1c1c1;}

.owl-dots .owl-dot.active span {
    background: #F60;
}
.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-dots{
    text-align: center;
    margin-top: 13px;
}

.alert-danger {
    background-color: #ff8b8c;
    color: #252525;
}

.close {
    opacity: 1;
    color: white !important;
    text-shadow: none;
}

.productsContent .productBox:hover .products_list_title { color: #ffb548 !important;}

.typeahead.dropdown-menu{
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: hidden;
}
.typeahead.dropdown-menu a.dropdown-item{cursor: pointer;}

.text_on{
    color: #ffb548;
    outline: 0;
}

.tooltip-inner {
    padding: 8px;
}

.sp_div1{width: 75px; height: 75px; background-color: #00f0ff; position: absolute; right: 7px; bottom: 9px; color: #fff; border-radius: 45px; text-align: center; box-shadow: 1px 3px 6px rgba(0, 0, 0, .4);}
.sp_div2{margin-top: 18px; font-size: 16px;}
.sp_div3{margin-top: -1px; font-size: 14px; overflow: hidden; white-space: nowrap;text-overflow: ellipsis; padding: 0 7px;}

@media (max-width: 767px) {
    .sp_div1{width: 60px; height: 60px; background-color: #00f0ff; position: absolute; right: 3px; bottom: 7px; color: #fff; border-radius: 30px; text-align: center; box-shadow: 1px 3px 3px rgba(0, 0, 0, .2);}
    .sp_div2{margin-top: 12px; font-size: 12px;}
    .sp_div3{margin-top: -3px; font-size: 12px; overflow: hidden; white-space: nowrap;text-overflow: ellipsis; padding: 0 3px;}
}

.bp_div1{width: 75px; height: 75px; position: absolute; right: 5px; bottom: 10px; color: #000; text-align: center;
    background-image: url("/images/design/bp_logo.png");
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
}
.bp_div2{margin-top: 13px; font-size: 13px;overflow: hidden; text-overflow: ellipsis;padding: 0 7px;}
.bp_div3{margin-top: 2px; font-size: 25px; font-weight: bold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 0 7px;}

@media (max-width: 767px) {
    .bp_div1{width: 65px; height: 65px; position: absolute; right: 5px; bottom: 6px; color: #000; text-align: center;
        background-image: url("/images/design/bp_logo.png");
        background-size:     cover;
        background-repeat:   no-repeat;
        background-position: center center;
    }
    .bp_div2{margin-top: 10px; font-size: 13px;overflow: hidden; text-overflow: ellipsis;padding: 0 7px;}
    .bp_div3{margin-top: 1px; font-size: 21px; font-weight: bold; overflow: hidden; white-space: nowrap; padding: 0 7px;}
}

.dropdown-menu.dropdown-menu-left li a{
    overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}

.select2-container--bootstrap .select2-results > .select2-results__options {
    max-height: 350px !important;
}

.tooltip_size{
    font-size: 15px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
    text-align: left;
    top: 36px;
    right: 0;
    padding: 5px 0;
}

.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

.dropdown:hover .dropdown-content {display: block;}

@media (max-width: 767px) {
    .navbar-default .navbar-collapse li a {
        font-size: 14px;
    }
    .nav>li>a {
        padding: 15px 35px;
    }
}

/*new design*/
.sp_div2 {
    margin-top: 18px;
    font-size: 15px;
    padding: 0;
    line-height: 20px;
}

.sp_div2.lang4, .sp_div2.lang5 {
    margin-top: 26px;
    font-size: 13px;
    padding: 0;
    line-height: 20px;
}

.save_text{
    font-size: 16px;
}

@media (max-width: 767px) {
    .sp_div2 {
        font-size: 13px;
        line-height: 16px;
        margin-top: 16px;
    }
    .sp_div2.lang4, .sp_div2.lang5 {
        font-size: 12px;
        margin-top: 20px;
        padding: 0;
    }
    .save_text{
        font-size: 13px;
    }
}

.bp_div2 {
    margin-top: 18px;
    font-size: 15px;
    padding: 0 10px;
    line-height: 20px;
}

.bp_div2.lang4, .bp_div2.lang5 {
    margin-top: 26px;
    font-size: 13px;
    padding: 0;
    line-height: 20px;
}

.save_text{
    font-size: 16px;
}

@media (max-width: 767px) {
    .bp_div2 {
        font-size: 13px;
        line-height: 16px;
        margin-top: 16px;
    }

    .bp_div2.lang4, .bp_div2.lang5 {
        font-size: 12px;
        margin-top: 20px;
        padding: 0;
    }

    .save_text{
        font-size: 13px;
    }
}


.pm_div1{width: 75px; height: 75px; background-color: #ff0000; position: absolute; right: 7px; bottom: 9px; color: #fff; border-radius: 45px; text-align: center; box-shadow: 1px 3px 6px rgba(0, 0, 0, .4);}
.pm_div2{margin-top: 18px; font-size: 16px;}
.pm_div3{margin-top: -1px; font-size: 14px; overflow: hidden; white-space: nowrap;text-overflow: ellipsis; padding: 0 7px;}

@media (max-width: 767px) {
    .pm_div1{width: 60px; height: 60px; background-color: #ff0000; position: absolute; right: 3px; bottom: 7px; color: #fff; border-radius: 30px; text-align: center; box-shadow: 1px 3px 3px rgba(0, 0, 0, .2);}
    .pm_div2{margin-top: 12px; font-size: 12px;}
    .pm_div3{margin-top: -3px; font-size: 12px; overflow: hidden; white-space: nowrap;text-overflow: ellipsis; padding: 0 3px;}
}

.pm_div2 {
    margin-top: 27px;
    font-size: 13px;
    padding: 0;
}


.save_text{
    font-size: 16px;
}

@media (max-width: 767px) {
    .pm_div2 {
        margin-top: 18px;
        font-size:12px;

        margin-left: 2px;
        transform: scale(0.90);
        transform-origin:0 0;
    }

    .pm_div2.lang4, .pm_div2.lang5 {
        margin-top: 20px;
        font-size:12px;
        margin-left: 5px;
    }

    .save_text{
        font-size: 13px;
    }
}