@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');

.fa-envelope-o:before {
    content: "\f003";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-cart:before {
    content: "\f07a";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.has-button-top .slick-list {
    padding-top: 50px;
    position: relative;
}
.has-button-bottom .slick-list{
    position: relative;
    padding-bottom: 50px;
}

.has-button-bottom .slick-prev, .has-button-bottom .slick-next {
    bottom: 0px;
    top: auto;
    margin: 0;
    z-index: 2;
}

.has-button-top .slick-prev, .has-button-top .slick-next {
    top: 0px;
    margin: 0;
    z-index: 2;
}

.has-button-bottom .slick-next, .has-button-top .slick-next {
    left: 40px;
}

[data-toggle-next] {
    position: relative;
}

.icon-question {
    margin-top: 10px;
    padding: 10px 20px;
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
    display: block;
}

[data-toggle-next].active:after {
    content: "\f106";
}

[data-toggle-next] [data-parent-toggle] {
    display: block;
    cursor: pointer;
}

[data-toggle-next]:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #DDDDDD;
    content: " ";
    z-index: -1;
}

[data-toggle-next]:after {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    z-index: -1;
    content: "\f107";
    font-family: 'FontAwesome';
}

[data-toggle-next].active + .tab-content {
    max-height: 1200px;
    border: 1px solid #DDDDDD;
    transition: max-height 0.5s ease-in;
    padding: 30px 20px 10px;
    margin-top: -20px;
}

[data-toggle-next] + .tab-content {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.0s ease-out;
    border-radius: 0 0 12px 12px;
}
.path-url {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.path-url li {
    display: inline-block;
    padding-left: 10px;
}

.overflow-hidden {
    overflow: hidden;
}

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

.btn-warning {
    color: #ffffff;
    background-color: #d2aa61;
    border-color: #e75700;
}

.btn-warning:hover {
    background-color: #e75700;
    border-color: #d2aa61;
}

.full-width-bar {
    margin: 0 -9999rem;
    /* add back negative margin value */
    padding: 0.25rem 9999rem;
    background: #F2F2F2;
}

.full-width-bar .item-view-products {
    padding-bottom: 40px;
}



.fa-arrow-circle-up:before {
    content: "\f0aa";
    font-size: 40px;
    color: #999999;
}

.full-width-borders {
    /* also subtract section padding (1.5rem) */
    margin: 0 -601.5rem;
    /* add back section padding (1.5rem) */
    padding: 0.25rem 1.5rem;
    background: red;
    /* border has to be solid, not RGBa */
    /* 9600px or equiv (600rem = 9600/16) */
    border-left: 600rem solid maroon;
    border-right: 600rem solid maroon;
}

.list-check-style p:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    padding-right: 5px;
    display: inline;
    color: #1DBC60;
}

.title_ {
    font-size: 18px;
    padding: 5px 0;
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
    margin: 10px 0;
}
h1.title_ {
    font-size: 32px;
    margin-top: 0;
}

.box-title-1 {
    background-color: #3d82ab;
    border-radius: 4px;
    color: white;
    text-align: center;
}

.box-title-1.title-down:before {
    color: #3d82ab;

}

.box-title-2 {
    background-color: #3d82ab;
    color: white;
    text-align: center;
}

.box-title-2.title-down:before {
    color: #353030;
}


.cycle-thumb.w-100 {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    overflow: hidden;
    float: left;
}

.m-r-10-20 {
    margin-right: 10px !important;
}

.cycle-thumb figure {
    padding-top: 100%;
}

#progress-back {
    height: 1px;
}

a {
    color: #2d597e;
}

a:hover {
    color: #000;
}

.bg-primary {
    color: #fff;
    background-color: #d2aa61;
}

html {
    overflow-x:hidden;
}
body {
    top: 0px !important;
    overflow-x: hidden;
    color: #222222;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    /*background-color: #f5f5f5;*/
}

.p-t-20 {
    padding-top: 20px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.info-desc {
    border: 2px dashed #000;
    text-align: justify;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f5f5f5;
}

.container {
    padding-left: 10px;
    padding-right: 10px;
}

#container .container {
    padding-top: 20px;
}

#main .description {
    overflow: hidden;
}

.clearfix {
    clear: both;
    display: block;
}

#footer {
    z-index: 2;
    position: relative;
}

.transparent-input .form-control {
    background-color: transparent !important;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    height: auto !important;
}

.transparent-input-b .form-control {
    color: white;
    border-bottom: 1px solid #c7bcb7;
}

.transparent-input-b label {
    font-weight: normal;
}

.transparent-input-b .btn-default {
    border-color: #c7bcb7;
    background: none;
    height: 40px;
    width: 80px;
    border-radius: 10%;
}

.container-f [class^="bg-"] {
    padding: 10px 0;
    border-radius: 4px;
}

.header-content img {
    display: block;
    margin-top: 40px;
    height: 80px;
    width: auto;
}

.logo img {
    margin: 5px auto;
    height: 80px;
}

.img.img-normal {
    margin-bottom: 10px;
}

[data-lightbox-show] .lb-title {
    display: none;
}

[data-object="#main-menu"] {
    display: block;
    font-weight: bold;
    cursor: pointer;
    padding: 10px 10px 10px 0;
    color: #FFFFFF;
}

.main-menu-fixed .logo-mobile-fixed img {
    display: block;
}

.seach-on-menu .icon-search1 {
    color: #555555;
}

.top-bar {
    padding-top: 40px;
    margin-top: -30px;
    background-color: #000;
    margin: 0;
    padding: 0px 0 0;
    height: 30px;
    width: 100%;
    left: 0;
}
.top-bar a { color: #FFF; }
.top-bar ul {
    padding: 3px 0 0 0;
}
.top-bar .icon {
    position: absolute;
    right: 0;
    top: 0;
}

#header {
    position: relative;
    z-index: 3;
}

#header .contact-info {
    margin-top: 35px;
}

#header .top-search label {
    display: none;
}
#header .top-search .btn-search {
    position: absolute;
    right: 1px;
    top: 50%;
    height: 36px;
    margin-top: -18px;
    width: 40px;
    border-radius: 4px;
    z-index: 1;
}

#header .top-search .btn-search:before {
    font-family: 'FontAwesome';
    line-height: 36px;
    font-size: 20px;
    content: "\f002";
    display: block;
}

#header .top-search .btn-search button {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}


#header .hotline {
    padding-top: 80px;
}
#header .hotline span{
    font-size: 18px;
}

#main-menu .hotline {
    padding-top: 10px;
}
#main-menu .hotline a {
    padding-right: 8px;
    font-size: 18px;
}
#main-menu {
    width: 100%;
    z-index: 1;
    position: relative;
}

#main-menu {
    background-color: #2c587e;
}


.row-price-2,
.btn-add-to-card,
.mobile-active .icon-open-menu,
.icon-close-menu {
    display: none;
}

.mobile-active .icon-close-menu {
    display: block;
    color: white;
}

.mobile-active #main-menu {
    background-color: rgba(79, 46, 37, 0.8);
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    z-index: 10px;
}

.hotline {
    padding: 0 10px;
}

.hotline a {
    color: #FFFFFF;
}

#main-menu .icon-menu {
    margin-left: 5px;
}

.mobile-active #main-menu .mobile-menu {
    margin-top: 80px;
    padding-top: 30px;
}

#main-menu .mobile-menu ul {
    padding-right: 10px;
}
#main-menu .mobile-menu ul li {
    display: block;
}
#main-menu .mobile-menu ul li .sub-menu {
    background-color: #3c82ab;
}

#main-menu .mobile-menu ul >li > a {
    color: white;
}

.mobile-active #main-menu .mobile-menu > ul {
    height: auto;
}

.mobile-active #main-menu .mobile-menu > ul a {
    height: 40px;
}

.icon-menu[class^="icon-"]:before {
    color: #FFFFFF;
}

.item-view-products [data-center-items] .img {
    float: none;
    background-color: #F2F2F2;
}
.item-view-products [data-center-items] .item:hover {
    border-color: #333333;
}

.title {
    margin-bottom: 30px;
    position: relative;
    display: block;
}

.title:before {
    position: absolute;
    left: 0px;
    margin-left: 0px;
    bottom: 0;
    display: block;
    content: "";
    height: 2px;
    width: 60px;
    background-color: black;
    display: none;
}


#footer .title {
    text-align: left;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-weight: normal;
    border-bottom: 1px solid;
    display: inline-block;
}

#footer .title:before {
    display: none;
}

#footer:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(images/bg-footer.gif);
    background-position: bottom center;
    background-repeat: repeat-x;
}
.copyright {
    padding: 0;
    margin: 0;
}

#footer .copyright .container {
    padding: 5px 0;
}
.copyright a {
    font-weight: bold;
}

.f-link ul,
.f-link ul li {
    padding: 0;
}

.f-link ul.row {
    padding: 0 10px;
}

.f-link ul li {
    list-style: none;
}

.title-down {
    padding: 15px 10px;
    position: relative;
    text-transform: uppercase;
}

.description .title-down {
    margin-bottom: 40px;
}

.title-down:before {
    position: absolute;
    content: "\f0dd";
    width: 20px;
    left: 50%;
    margin-left: -10px;
    top: 100%;
    font-family: 'FontAwesome';
    font-size: 40px;
    margin-top: -27px;
}

.title h2,
.title h1 {
    color: #2e5a7e;
    padding: 10px 10px 10px 0;
    margin: 0px;
}

.title h2 span:first-child,
.title h1 span:first-child {
    /*color: #e75700;*/
}

[data-center-items] .item {
    float: left;
}

.item .price {
    font-size: 22px;
}

[data-center-items] .item .price {
    font-size: 16px;
}

.icon-cart[class^="icon-"]:before {
    color: black;
}

.product-detail hr {
    border-color: black;
}

.p-off {
    text-decoration: line-through;
    font-size: 80%;
    color: #666;
}

.description h1,
.description h2 {
    margin: 0;
    font-weight: normal;
}

.description h1 {
    font-size: 22px;
}

.description h2 {
    font-size: 18px;
}

.tab-description h2 {
    font-size: 18px;
}

.product-detail > h1,
.product-detail .info h1 {
    font-size: 28px;
    margin: 10px 0 20px;
}

.title-bottom {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    bottom: 0;
    left: 0;
    width: 100%;
}

.title-bottom a {
    color: white;
    font-weight: bold;
}

.title-bottom a:hover {
    color: #E27953;
}

.c-title {
    height: 75px;
    overflow: hidden;
    text-align: justify;
    margin-bottom: 20px;
}
.item-view-products .item .info {
    text-align: center;
    padding: 10px;
}

.item-view-products .slick-list .item .info {
    margin: 0 10px;
    background-color: #F2F2F2;
    border: 1px solid #DDDDDD;
    border-radius: 0 0 4px 4px;
}

.item .order-product-info {
    padding: 10px 0;
}

.item-view-products .info .p-name {
    padding: 5px 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #182243;
    cursor: pointer;
}

.row-price-1 {
    height: 50px;
}

.item-view-products .info .p-info {
    height: 82px;
    overflow: hidden;
}

.rectangle2 .item .img figure {
    padding-top: 66.67%;
}

.item-view-products .item .price > span .p-sale {
    color: #e6053c;
}

.item-view-products .item .img .item-opacity {
    display: block;
}

.item-news {
    padding: 10px 0;
}

.item-news:after {
    padding-top: 10px;
    content: " ";
    display: block;
    width: 100%;
    height: 1px;
    clear: both;
    border-bottom: 1px solid #DDDDDD;
}

.item-news:last-child:after {
    display: none;
}

.item-news figure {
    float: left;
    display: block;
    margin-right: 10px;
}

.item-news figure img {
    width: 100%;
    height: auto;
}

.item-news .info {
    text-align: justify;
}

.item-news .info .link-title {
    font-weight: bold;
    display: block;
    padding: 0 0 5px;
    line-height: 24px;
    margin: 0 0 -3px;
    font-size: 16px;
}

.side-box .item-news figure {
    width: 80px;
}

.side-box .item-news .info {
    font-size: 12px;
}

.side-box .item-news .info a {
    line-height: 18px;
    font-size: 12px;
    display: inline;
}

.side-box > h3:before {
    font-family: 'FontAwesome';
    line-height: 1;

    font-size: 20px;
    margin-right: 8px;
}
.box-support-info > h3:before {
    content: "\f232";
}

.box-product-text > h3:before {
    content: "\f118";
}

.box-facebook > h3:before {
    content: "\f082";
}

.box-recycle-info > h3:before {
    content: "\f1b8";
}

.box-checked-info > h3:before {
    content: "\f046";
}

.box-blog > h3:before {
    content: "\f1e1";
}


.title1 h2 {
    font-size: 20px;
}

.img-slide {
    display: block;
    padding-bottom: 10px;
}

.img-slide img {
    width: 100%;
    height: auto;
}

.item-view-side {
    padding: 10px;
}

.item-view-side .item a {
    font-weight: bold;
    display: block;
}

.item-view-side .item img {
    width: 100%;
}

.n-slide {
    margin: 0 10px;
}

.gallery-img .img figure {
    padding-top: 70%;
}

.gallery-img .info {
    line-height: 18px;
    height: 45px;
    overflow: hidden;
    margin: 5px 0 0 0;
}

.rectangle1 .img figure {
    padding-top: 150%;
}

#contact-points {
    list-style: none;
    padding: 0px;
}


[data-ads-scroll] {
    display: none;
}

#container {
    padding-bottom: 0px;
}

#container .container {
    background-color: rgba(255, 255, 255, 0.85);
    position: relative;
}

[data-prev-next] {
    width: 20px;
    height: 20px;
    font-size: 20px;
    position: absolute;
    z-index: 1000;
    display: none;
}

[data-prev-next="1"] {
    right: 10px;
}

[data-prev-next="-1"] {
    left: 10px;
}

.hidden-btn-prev [data-prev-next="-1"] {
    display: none;
}

.hidden-btn-next [data-prev-next="1"] {
    display: none;
}

.sms-bottom {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 1;
}

.sms-bottom .position-left {
    left: -10px;
    top: -10px;
    position: absolute;
}

.sms-bottom .show-button {
    width: 200px;
    padding-right: 10px;
}

.sms-bottom .show-button .btn {
    border-radius: 5px 5px 0 0;
}

.sms-bottom .show-form-sms {
    width: 420px;
    padding: 20px 10px 10px;
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    background-color: white;
}

.btn-to-top {
    position: fixed;
    width: 40px;
    height: 40px;
    font-size: 40px;
    bottom: 20px;
    right: 10px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity .25s ease .1s;
    z-index: -1;
}
.has-fixed .btn-to-top {
    opacity: 1;
    z-index: 10;
}

#slide-banner .container {
    height: 260px;
}

#slide-banner .fa-2x {
    font-size: 30px;
}

#slide-banner .nav-slide {
    font-size: 24px;
}

.img-info img {
    width: 100%;
}


.more-content {
    margin: 10px 0;
    padding-left: 0;
}

.more-content ul {
    padding: 0;
}

.more-content li {
    list-style: none;
    display: block;
    background-color: #FFFFFF;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 6px 12px;
}

.more-content li:before {
    content: "\f046";
    font-family: 'FontAwesome';
    padding-right: 8px;
    display: inline;
    color: #666;
}

.product-detail .btn-buy {
    margin: 10px 0;
    width: 200px;
}

.product-detail .price-detail {
    font-size: 22px;
}

.price-detail .price-main {
    font-weight: b
}

.p-slide-image img {
    width: 100%;
}

.p-slide-image .img-info {
    display: none;
}

.p-slide-image[data-total-item="0"] .img-info {
    display: block;
}

.p-slide-image1 {
    margin-top: 20px;
}

.p-slide-image1 .slick-slide img {
    height: 80px;
    margin-right: 5px;
}

.row-title {
    font-size: 18px;
    color: #182243;
    text-transform: uppercase;
}

.alert-orders.alert {
    position: relative;
    width: auto;
    left: 0;
    top: 0;
    display: none;
    -webkit-transition-property: top, bottom;
    -webkit-transition-duration: 0.3s;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    height: 60px;
}

.alert-orders.alert:after {
    content: " ";
    clear: both;
}

.alert-orders.in {
    display: block;
}

.price-cycle {
    top: 10px;
    right: 10px;
    position: absolute;
    width: 31px;
    height: 31px;
    line-height: 31px;
    color: white;
    border-radius: 15px;
    background-color: rgba(225, 0, 0, 0.75);
    text-align: center;
    z-index: 2;
    display: none;
}

.filter-category {
    padding: 15px 0;
}

.filter-category ul {
    padding: 0px;
}

.filter-category ul:after {
    display: block;
    content: " ";
    clear: both;
}

.filter-category ul li {
    float: left;
    display: none;
    margin: 0 6px 6px 0px;
}

.filter-category ul li.opp-3 {
    display: block;
}

.filter-category .checkbox,
.filter-category .radio {
    margin: 0px;
    padding: 5px 5px 5px 3px;
    position: relative;
    z-index: 1;
    font-weight: normal;
    font-size: 18px;
}

.filter-category .checkbox-style {}

.filter-category .checkbox input[type="checkbox"] + .checkbox-style:before,
.filter-category .radio input[type="radio"] + .radio-style:before {
    z-index: -1;
    border: 1px solid;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
}

.filter-category .checkbox:hover input[type="checkbox"] + .checkbox-style:before,
.filter-category .radio:hover input[type="radio"] + .radio-style:before,
.filter-category .checkbox input[type="checkbox"]:checked + .checkbox-style:before,
.filter-category .radio input[type="radio"]:checked + .radio-style:before {
    background-color: #182243;
    border-color: #182243;
}

.filter-category .checkbox input[type="checkbox"]:checked + span + span,
.filter-category .radio input[type="radio"]:checked + span + span {
    color: #FFFFFF;
}

.filter-category .checkbox:hover input[type="checkbox"] + span + span,
.filter-category .radio:hover input[type="radio"] + span + span {
    color: #FFFFFF;
}

.block-customer .title {
    margin-bottom: 20px;
}

.block-customer {
    position: relative;
}

.review-slide .img figure {
    border-radius: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.review-slide .review-content {
    padding-right: 10px;
}

.img figure img {
    border-radius: 0;
}

[data-center-items] .img {
    border: none;
    border-radius: 0;
}
.p-sidebox .img figure,
.product-special .img figure,
.item-view-products .img figure {
    padding-top: 66.67%;
}

.side-box {
    overflow: hidden;
}

.p-sidebox .p-name {
    height: 44px;
    line-height: 22px;
}

.side-box > h3 {
    display: block;
    padding: 12px 0;
    text-align: center;
    background-color: #2d597e;
    border-radius: 5px 5px 0 0;
    color: white;
    font-weight: normal;
}
.side-box .side-content {
    background: #f1f2f2;
    padding: 0px 15px 15px 15px;
    border-radius: 0 0 5px 5px;
    border: none;
    overflow: hidden;
}

.side-box.no-background .side-content {
    background:none;
    padding: 0;
    border: none;
}

.side-content-home {
    min-height: 300px;
}

div[data-ui-tabs] .product-des .item-content .tab-title {
    color: red;
    text-transform: uppercase;
}

div[data-ui-tabs] .product-des .item-content .tab-title.current:before {
    content: "-"
}

#footer .container {
    padding-top: 20px;
}

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

.share-icon li {
    display: inline-block;
    font-size: 24px;
}

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

#footer .container h3 {
    margin-top: 5px;
    color: #2d597e;
}

.copyright ul li {
    display: inline-block;
    margin: 10px 20px 10px 0;
}

.website .item-img-icon {
    margin: 0 -10px 0 -10px;
}

.website .item-img-icon .img {
    margin: 0 10px;
    background-color: #f5f5f5;
    border: 1px solid #DDDDDD;
}

.website .item-img-icon .img figure {
    background-color: #DDDDDD;
    padding-top: 67%;
}

.square .item-view-products .img figure,
.square.item-view-products .img figure {
    padding-top: 80%;
    background-color: #FFFFFF;
}

.item-view-products [data-center-items] .item {
    border: 1px solid #DDDDDD;
    background-color: #F2F2F2;
    border-radius: 4px;
}

.slide-container {
    width: 100%;
    top: 50%;
    height: 240px;
    margin-top: -100px;
    position: absolute;
    z-index: 10;
    display: block;
    border-radius: 20px;
    color: #4f2e25;
}

.slide-container .slide-content {
    display: none;
}

.slide-container h3 {
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.slide-container p {
    padding: 0 50px;
    word-spacing: 3px;
    font-size: 20px;
    margin-bottom: 20px;
}

.product-special {
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    background-color: #F2F2F2;
    padding: 20px 0;
    min-height: 200px;
    margin-bottom: 30px;
}

.product-special .slick-prev {
    left: 12px;
}


.product-special .title-bottom a {
    text-transform: uppercase;
    font-weight: normal;
}

.product-special .item {
    margin: 0 15px;
}

.product-special .info {
    padding: 10px;
}
.item-opacity,
.row-price-1 .btn-buy,
.row-price-2 {display: none;}


.payment-method .relative {
    z-index: 1;
    cursor: pointer;
}

.payment-method input[type="radio"] {
    display: none;
}

.payment-method .style-radio {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.invalid .payment-method .style-radio {
    border-color: #ff0000;
}

.payment-method input[type="radio"]:checked+.style-radio {
    border-color: #444444;
}

.payment-method.invalid .style-radio {
    border-color: red;
}

.payment-method .img {
    width: 100%;
}

.payment-method .img img {
    height: 50px;
    max-width: 100%;
}

.payment-method .tt {
    display: block;
    padding-bottom: 5px;
}

/*Sidebar */

.side-box .slick-vertical .slick-slide {
    border:none;
}

.n-title {
    position: relative;
    padding: 5px 0 0 20px;
}

.sidebar-category-product li ul li a:before,
.n-title:before {
    content: " ";
    position: absolute;
    left: -2px;
    top: 14px;
    width: 8px;
    height: 8px;
    border-left: 2px solid;
    border-top: 2px solid;
    border-color: #555555;
    display: block;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

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

.sidebar-category-product > ul >li >a {
    margin-top: 14px;
    border-bottom: 1px dotted;
    padding: 5px 0;
    display: block;
    text-transform: uppercase;
}

.sidebar-category-product li ul {}

.sidebar-category-product > ul >li >a {
    font-weight: bold;
}

.sidebar-category-product li ul a {
    padding: 5px 5px 5px 20px;
    position: relative;
    display: block;
}

.sidebar-category-product li a:before {
    content: " ";
}

.ads-image img {
    width: 100%;
}

.side-box.filter-fixed {
    background: none;
}

.ads-image img {
    width: 100%;
    display: block;
    border: none;
    margin: 5px 0;
}

.side-box h3 {
    margin: 0;
}

.side-box .title_ {
    margin-bottom: 20px;
    border-bottom: 1px dotted;
}

.no-bg.side-box h3 {

}

.no-border .side-content {
    border: none !important;
}

.title_.text-ellipsis {
    padding: 0 10px;
}


@media only screen and (max-width: 768px) {
    .title_.text-ellipsis {
        font-weight: normal;
    }
}
@media only screen and (min-width: 768px) {
    .slide-container {
        width: 400px;
        left: 50%;
        margin-left: -200px;
    }
    .slide-container p {
        padding: 0px;
    }
    .m-r-10-20 {
        margin-right: 20px !important;
    }
    .container {
        margin: 0px auto;
    }
    #slide-banner .container {
        height: 320px;
    }
    #slide-banner .fa-2x {
        font-size: 40px;
    }

    .modal.in .modal-dialog.modal-contact {
        width: 600px;
    }
    .sidebar {
        margin-top: 0px;
    }
    .title h2,
    .title h1 {
        text-transform: uppercase;
        padding: 5px 0;
    }
    .product-detail .info {
        padding: 0px;
    }
    .modal.in .modal-dialog.quick-view-p {
        width: 680px;
    }

    #main-menu .desktop-menu > ul > li > a {
        height: 46px;
        line-height: 46px;
        padding: 0 8px;
        font-size: 12px;
        text-transform: uppercase;
        color: white;
    }
    #main-menu .desktop-menu > ul > li.active > a,
    #main-menu .desktop-menu > ul > li > a:hover {
        background-color: #3c82ab;
    }
    #main-menu.main-menu-fixed ul [class^="menu-item-"] > a {
        color: #c50b4d;
    }
    #main-menu.main-menu-fixed .container {
        border: none;
    }
    #main-menu .desktop-menu > ul > li {
        display: inline-block;
        float: none;
    }
    #main-menu .desktop-menu > ul > li ul {
        margin-top: -1px;
        min-width: 220px;
        left: -17px;
    }
    #main-menu .desktop-menu > ul > li .sub-menu {
        text-align: left;
    }
    #main-menu .desktop-menu > ul > li:hover ul li {}
    #main-menu .desktop-menu > ul > li .sub-menu a {

    }
    #main-menu .desktop-menu > ul > li:hover .sub-menu a {
        background-color: #2c587e;
        border-top: 1px solid #3c82ab;
        color: #FFF;
    }
    #main-menu .desktop-menu > ul > li .sub-menu a:before {
        border-color: #DDDDDD;
    }
    #main-menu .desktop-menu > ul > li:first-child > a {
        font-size: 0;
        height: 45px;
        padding-top: 4px;
    }

    #main-menu .desktop-menu > ul > li:first-child > a:before {
        font-family: 'FontAwesome';
        line-height: 1;
        font-size: 30px;
        content: "\f015";
        margin-top: 2px;
        display: block;
        float: left;
    }

    #main-menu .desktop-menu > ul > li:first-child > a:after {
        display: none;
    }

}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    #slide-banner .container {
        height: 340px;
    }
    .modal.in .modal-dialog.quick-view-p {
        width: 680px;
    }
}

@media only screen and (min-width: 992px) {
    .container{
        width: 1000px;
        padding: 0px;
    }
    #main-menu .desktop-menu > ul > li > a {
        padding: 0 15px;
        font-size: 15px;
        border-left: 1px solid #3c82ab;
    }
    #main-menu .desktop-menu > ul > li:first-child > a {
        border: none;
    }


    #slide-banner .container {
        padding-top: 35%;
        width: 100%;
    }

}

@media only screen and (min-width: 1120px) {
    .container,
    .ui-nav-fixed[data-ui-tabs] nav ul {
        width: 1120px;
        padding: 0px;
    }
    [data-ads-scroll] {
        display: block;
        top: 50px;
        position: absolute;
        width: 200px;
        -webkit-transition-property: top, bottom;
        -webkit-transition-duration: 0.3s;
    }
    #slide-banner .container {
        padding-top: 32%;
    }
    .ads-scroll-left {
        left: 0px;
        margin-left: -205px;
        text-align: right;
    }
    .ads-scroll-right {
        right: 0px;
        margin-right: -205px;
    }
}

