.no-padding {
    padding: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.padding-t-10 {
    padding-top: 10px !important;
}

.padding-b-10 {
    padding-bottom: 10px !important;
}

.margin-r-10 {
    margin-right: 10px !important;
}

.margin-l-10 {
    margin-left: 10px !important;
}

.margin-b-10 {
    margin-bottom: 10px !important;
}

.margin-b-15 {
    margin-bottom: 15px !important;
}

.margin-t-10 {
    margin-top: 10px !important;
}

.vertical-middle {
    vertical-align: middle !important;
}

.sk-cube-grid {
    width: 60px;
    height: 60px;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #333;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

.ajax-loading-icon {
    top: 35%;
    left: 47%;
    position: absolute;
}

.warp-loading-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
}

.warp-loading-all {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
}

.warp-bg {
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.7;
}

.wrap-suggestion {
    background: #fff;
    width: 35%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    margin-top: 10px;
}

.wrap-suggestion .item-suggestion {
    border-bottom: 1px solid #ddd;
    display: block;
    overflow: hidden;
    padding: 10px;
}

.wrap-suggestion .item-suggestion:last-child,
.wrap-suggestion .item-suggestion.ui-state-focus:last-child {
    border-bottom: none;
}

.wrap-suggestion .item-suggestion.ui-state-focus {
    border-bottom: 1px solid #ddd;
    border-top: none;
    border-left: none;
    border-right: none;
    background: #f0f0f0;
    color: #333;
    font-weight: normal;
    margin: 0;
}

.wrap-cart-modal .modal-content {
    border-radius: 0;
}

.wrap-cart-modal .close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #0f0f0f;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    opacity: 1;
    z-index: 1;
}

.wrap-cart-modal .text-modal {
    margin-bottom: 5px;
}

.wrap-cart-modal .product-name-modal {
    font-size: 17px;
    padding-right: 20px;
    font-weight: normal;
}

.wrap-cart-modal .price-modal,
.wrap-cart-modal .dvt {
    color: #ed1c24;
    font-size: 16px;
    font-weight: bold;
}

.wrap-cart-modal .price-sale-modal {
    display: inline;
    text-decoration: line-through;
    opacity: .5;
    font-size: 13px;
}

.button-modal .btn {
    border-radius: 0;
}

.button-modal .continue-shopping {
    background: #0f0f0f;
    border-color: #0f0f0f;
}

.button-modal .btn-view-cart {
    background-color: #ed1c24;
    border-color: #ed1c24;
}

.related-modal-cart {
    height: 70px;
}

.item-reldated {
    width: 50px;
    height: 70px;
}

.image-cart-modal {
    border: 1px solid #ddd;
    padding: 1px;
}

.image-cart-modal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-reldated img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #ddd;
    padding: 1px;
}

.slider-related {
    padding: 0 30px;
}

.slider-related .owl-controls .owl-buttons div.owl-prev {
    left: 0px;
    width: 25px;
    height: 70px;
    text-align: center;
    opacity: 1;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.slider-related .owl-controls .owl-buttons div.owl-next {
    right: 0px;
    width: 25px;
    height: 70px;
    text-align: center;
    opacity: 1;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.slider-related.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    content: '\eaa5';
    font-size: 20px;
    line-height: 70px;
    display: block;
}

.slider-related.owl-theme .owl-buttons div.owl-next:before {
    content: '\eaa6';
    font-size: 20px;
    line-height: 70px;
    display: block;
}

.item-suggestion .warp-img-suggestion {
    height: 50px;
    width: 50px;
    margin-right: 10px;
    float: left;
    text-align: center;
    border: 1px solid #ddd;
    padding: 1px;
    background: #fff;
}

.item-suggestion img.img-suggestion {
    height: 100%;
    width: auto;
}

.item-suggestion .name-suggestion {
    font-size: 15px;
    margin-bottom: 5px;
}

.name-suggestion .mark {
    padding: 0;
    text-decoration: underline;
    background: none;
    font-weight: normal;
}

.item-suggestion .price-suggestion {
    margin-bottom: 0;
}

.item-suggestion .price-well {
    margin-right: 10px;
    color: #ed1c24;
    font-size: 16px;
    font-weight: bold;
}

.item-suggestion .price-sale {
    text-decoration: line-through;
    opacity: .7;
    color: #333;
    display: inline;
}

.slider-thumb {
    border-top: none;
    border-bottom: none;
}

.slider-thumb.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    content: '\eaa5';
}

.slider-thumb.owl-theme .owl-buttons div.owl-next:before {
    content: '\eaa6';
}

.slider-thumb .owl-controls {
    margin: 0;
}

.slider-thumb .owl-wrapper-outer {
    padding: 0;
}

.slider-thumb .item {
    margin: 0 10px;
    cursor: pointer;
    border: 1px solid #dedede;
    padding: 5px;
    border-radius: 3px;
}

.slider-thumb .item.active {
    border: 1px solid #ed1c24;
    border-radius: 3px;
}

.slider-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: none !important;
}

.thub-image {
    padding: 0 30px 0px;
    margin-top: 30px;
}

.xzoom-preview {
    background: #fff !important;
    border: 0 !important;
}

.xzoom-lens-nh .xzoom-lens {
    border: none !important;
    max-height: 100%;
    max-width: 100%;
}

.advanced-product .ui-slider .ui-slider-range {
    background: #1e1e1e;
}

.advanced-product .ui-state-default {
    border: 1px solid #312527;
    background: #fff;
}

.advanced-product .ui-state-hover,
.advanced-product .ui-state-active {
    background: #383838;
    cursor: pointer;
}

.advanced-product .box-left,
.advanced-product .nav_title {
    margin-bottom: 10px;
}

.me-select input[type="checkbox"]:checked + label.icon-check::after {
    background: #00defb;
}

.a-row label {
    display: inline;
    color: #888;
    font-weight: 400;
}

.a-row .selection {
    font-weight: 700;
}

.product-available .item-available {
    border: 2px solid #ddd;
    position: relative;
    padding: 5px;
    background: #fff;
    float: left;
    margin-right: 5px;
    cursor: pointer;
}

.item-available.not-accompanied {
    border: dotted 2px #ddd !important;
    opacity: 0.6;
}

.product-available .item-available:hover {
    background: #f3f3f3;
}

.item-available.active {
    border: 2px solid #ed1c24 !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
}

.product-available .item-available .num-quantity {
    padding: 0 5px;
    line-height: 25px;
}

.product-available .item-available .price-well {
    font-size: 14px;
    color: #333;
    text-shadow: 0 2px 0 #e9e9e9;
}

.product-available .item-available .price-before {
    font-size: 12px;
    height: 17px;
}

.description-product-detail {
    padding: 0;
}

.item-available .img {
    height: 70px;
    width: 50px;
    text-align: center;
}

.item-available .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.product-available {
    border-radius: 0;
    padding: 0;
    margin: 0 0 5px 0;
    border: none;
    background: none;
}

.product-available .group-available {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}

.zoomLens {
    width: 100px !important;
    height: 100px !important;
}

.zoomWindowContainer .zoomWindow {
    border: 0 !important;
    box-shadow: 0 0 10px -1px rgba(0, 0, 0, .3);
}

.list-meta-product > li {
    list-style: none;
    float: left;
    margin: 10px 10px 10px 0;
}

.list-meta-product > li > a {
    color: #383838;
    padding: 5px 10px;
    border: 1px solid #ddd;
    line-height: 25px;
}

.list-meta-product > li > a:hover,
    .list-meta-product > li > a.active {
    color: #fff;
    border-color: #1e1e1e;
    background: rgba(30, 30, 30, 0.64);
}

.form-group {
    position: relative;
    min-height: 40px;
    clear: both;
}

#register-modal .form-group {
    /*height: 40px;*/
    clear: inherit;
}

#frm-profile .form-group {
    position: relative;
    min-height: 45px;
}

#frm-profile .form-group > div {
    position: relative;
    height: 40px;
}

.modal .modal-header {
    padding: 10px;
}

.modal-header .modal-title {
    font-size: 25px;
}

.form-group .icon-required {
    position: absolute;
    top: 4px;
    right: 15px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #a94442;
}

.menu-mb {
    background-color: #231f20;
}

.cont-header.nav-mobile-1 .item-dropdown a {
    color: #231f20;
}



.account-user .dropdown-menu {
    border-radius: 0;
}

#order-list .btn-primary {
    background-color: #428bca !important;
    border-color: #428bca;
    color: #fff;
}

#order-list .btn-pink {
    background-color: #d6487e !important;
    border-color: #d6487e;
    color: #fff;
}

#order-list .btn-grey {
    background-color: #a0a0a0 !important;
    border-color: #a0a0a0;
    color: #fff;
}

.captcha-input {
    font-size: 13px;
    border: 1px solid #ccc;
    padding: 2px 5px;
}

.btn-reload-captcha {
    color: #383838;
    line-height: 35px;
    font-size: 18px;
}

.nh-video-item .more-blogs {
    margin: 5px 0;
    color: #383838;
}

.nh-video-item .title-video-item {
    font-size: 20px;
    color: #383838;
    margin: 5px 0;
}

.nh-video-item .image-hover i[class*=icon-] {
    opacity: 0.5;
}

.result-validate {
    position: relative;
    clear: both;
    font-size: 12px;
}

.has-error .result-validate .form-control-feedback {
    top: -40px;
}

.has-success .result-validate .form-control-feedback {
    top: -35px;
}

.file-input .file-caption {
    height: 38px;
}

.file-input .file-actions,
.file-input .file-upload-indicator {
    display: none;
}
.nav-right .item-dropdown:hover {
    /*background-color: rgba(0, 0, 0, .07);*/
}

@media (min-width: 768px) {
    .nav_desktop {
        margin-left: 0px;
    }
}

/*fix giao dien*/
.item-download {
    height: 150px;
    overflow: hidden;
}

.item-download .media .media-body p {
    height: 40px;
    overflow: hidden;
}

.list-download .media-heading {
    line-height: 17px;

}

.lg-outer .lg-thumb-item {
    border-radius: 0;
}

#main_img {
    text-align: center;
    height: 100%;
	border: solid 1px #eee;
	border-radius: 5px;
}

#main_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.style-view-small .img {
    min-height: 140px;
}

/*nhathh custom*/
.media-body h4.media-title-video {
    margin-top: 0px;
    margin-bottom: 5px;
}

.checkbox .level-2 {
    padding-left: 20px;
}

.checkbox .level-3 {
    padding-left: 40px;
}

.checkbox .level-4 {
    padding-left: 60px;
}

.file-download .file-name {
    max-height: 35px;
    line-height: 17px;
    overflow: hidden;
}

.position-relative {
    position: relative;
}

.col-sm-1 > .item-download .description-list-file,
.col-sm-3 > .item-download .description-list-file,
.col-sm-4 > .item-download .description-list-file,
.col-sm-1 > .item-download .file-name,
.col-sm-3 > .item-download .file-name,
.col-sm-4 > .item-download .file-name,
.col-sm-1 > .item-download .btn-download span,
.col-sm-3 > .item-download .btn-download span,
.col-sm-4 > .item-download .btn-download span {
    display: none;
}

.col-sm-1 > .item-download .file-download i,
.col-sm-3 > .item-download .file-download i,
.col-sm-4 > .item-download .file-download i,
.col-sm-1 > .item-download .btn-download i,
.col-sm-3 > .item-download .btn-download i,
.col-sm-4 > .item-download .btn-download i {
    font-size: 20px !important;
}

.box-blogs:nth-child(2n+1) {
    clear: inherit;
}

.box-right-download .media {
    margin: 0 0 20px 0;
}

.short_intro p {
    font-size: 15px;
    font-weight: bold;
}

ul.slider-news li {
    list-style: none;
}

.welcome .box_content {
    margin-top: 50px;
}

.tabs-block .tab-content {
    min-height: 100px;
}

ul.main_menu_mega > li > ul {
    position: static;
}

.select2-container .select2-choice .select2-arrow b {
    background: url(../images/select2.png) no-repeat 4px 7px !important;
}

.contacts-list {
    margin: 20px 0;
}

.contact-address-wrap {
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.contact-address {
    padding: 5px 15px;
    cursor: pointer;
}

.address-active {
    border: 1px solid #ddd;
    box-shadow: 0px 0px 10px #ccc;
}

#add_another_contact {
    margin-top: 15px;
    font-weight: bold;
    display: block;
    cursor: pointer;
    font-size: 14px;
}

.new-contact {
    padding: 15px 0;
}

.price-detail-page {
    border: none;
}

.price-detail-page .price-main {
    font-size: 24px;
    color: #ed1c24;
    text-shadow: 0 2px 0 #e9e9e9;
}

.price-detail-page .dvt {
    font-size: 19px;
    color: #ed1c24;
}

.description-product-detail ul,
.description-product-detail li {
    list-style: none;
}

.top-detail-product {
    margin-top: 0;
    position: relative;
}

.top-detail-product .code-product {
    margin-bottom: 5px;
    padding: 0px;
}

.price-detail-page .price-before {
    text-shadow: none;
    font-size: 14px;
}

.tag-discount {
    background: #ed1c24;
    color: #fff;
    padding: 2px 6px;
    font-size: 14px;
    line-height: 19px;
    display: inline-block;
    position: relative;
}

.tag-discount:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 14px solid #ed1c24;
    position: absolute;
    top: 0;
    left: -14px;
}

.tag-discount:after {
    content: '•';
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 16px;
    position: absolute;
    top: 2px;
    right: 92%;
}

.version {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.title-ver {
    margin: 0;
    position: relative;
    line-height: 35px;
}

.btn-ver {
    padding: 2px 5px 0px 3px;
    border-radius: 0px;
}

.thub-image .owl-theme .owl-controls .owl-buttons div.owl-prev,
.thub-image .owl-theme .owl-controls .owl-buttons div.owl-next {
    top: 15px;
}

.thub-image .owl-theme .owl-controls .owl-buttons div {
    font-size: 25px;
}

.btn-pay.btn-default {
    background-color: #1e1e1e;
}

.btn-pay.btn-default:hover, .btn-default.txt-upper {
    color: #fff;
}

.title-name-product {
    margin-bottom: 15px;
    text-shadow: 0 2px 0 #e9e9e9;
    padding: 0;
}

#search-type {
    padding: 0;
    border: none;
}

#search-type .dropdown-toggle {
    font-size: 14px;
    color: #444;
    padding: 0 20px;
}

.out-of-stock {
    color: #ec353c;
    font-size: 20px;
}

.item-product .img {
    background-size: cover !important;
	border: solid 1px #ccc;
}

#load-list-data .item-product .img {
    border: 1px solid #ddd;
}
.list-item .img-item-product,
.style-view-small .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.style-view-small .img {
    /*height: 140px;*/
}

.style-view-small .title-product {
    height: 40px;
}

.shoppingcart-box {
    max-height: none;
}
.list-shipping-address .address-option {
    cursor: pointer;
    position: relative;
    z-index: 99;
    ox-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-boz-sizing: border-box;
    position: relative;
    display: block;
    padding: 15px 15px 15px 30px;
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

.list-shipping-address .address-option:hover {
    border: 1px solid #9ca643;
}

.list-shipping-address .address-option.active {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .09);
    border: 1px solid #9ca643;
}

@media only screen and (max-width: 500px) {
    .gritter-center {
        left: 10% !important;
        right: 10% !important;
    }
}



.box-search-mobile .box-search{
    /*width:200%;*/
    left: initial;
    padding: 10px;
}
.box-step3{
    border: 1px solid #ddd;
}

.img-order-success{
    object-fit: cover;
    width: 80px;
    height: 100%;
}
.img-80 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box_location {
    padding: 20px 0;
}

.title_style4{
    margin-bottom: 10px;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-post{
    margin-bottom: 20px;
}

.title-blogs-item {
    height: 70px;
    margin: 10px 0 10px 0;
}

.view-style .btn-view.active{
    color: #00defb;
}
.item-blogs .desc-blogs {
    margin-bottom: 10px;
	text-align: justify;
}

.bottom-detail-product{
    margin-bottom: 20px;
}

.display-theme-1{
    display: none;
}
.display-theme-2{
    display: block;
}

ul.more-post>li>span {
    padding-left: 5px;
}
.title-news-right {
    height: 30px;
    overflow: hidden;
}
.item-news-home .desc-blogs {
    height: 60px;
    overflow: hidden;
    margin-bottom: 20px;
	text-align: justify;
}
.item-news-home {
    padding-bottom: 45px;
}

.view-list>.item-news-home{
    padding-bottom: 10px;
}
.view-list>.item-news-home>.img-news-right {
    width: 33.33333333%;
    float: left;
    max-height: 235px;
}

@media (max-width: 415px) {
    .view-list>.item-news-home>.img-news-right {
        max-height: 95px;
    }
    .view-list>.item-news-home, .item-news-home {
        padding-top: 0;
        margin-bottom: -15px;
    }
    .title-news-right{
        margin-top: 0px;
    }
}
.form-group {min-height: 0;}
.info-cart-modal .form-group {min-height: 30px;}
.view-list>.item-product.style-view-4>.info {
    position: initial;
    background: #fff;
    width: 66.666667%;
}
.view-list>.item-product.style-view-4>.info>.title-product a{
    color: #444444;
}
.view-list>.item-product.style-view-4>.info>.title-product a:hover{
    color: #00defb;
}


.view-list>.item-product.style-view-4>.info>.action-product.bg-main, .view-list>.item-product.style-view-4>.status-product{
    display: none!important;
}
.view-list>.item-product.style-view-4>.info>.price.price-inline>.price-well {
    color: #f00;
}
.box-detail-post>.title-blogs-item {height: auto;}

@media (max-width: 768px){
    .pull-right {
        padding: 6px 10px;
    } 
    .box-slide-images-detail {margin-bottom: 30px;}
}
@media (max-width: 480px){
    .top-list-product-subpage>.row>.col-sm-7>.clearfix{border-top: 1px solid #ddd;} 
}
@media (min-width: 780px){
.slider-main .mighty-slider {height: 700px;}
}
.btn-muahang {
    padding: 0;
    margin-bottom: 15px;
    display: inline-block;
}
.top-detail-product ul {list-style-type: none;font-size: 13px;}

.btn-muahang>.input-group>.num-quantity {text-align: center; min-width: 55px;}
.btn-muahang a {margin-bottom: 10px;}
.btn-muahang>.input-group>.input-group-btn>.btn {
    width: 46px;
    height: 46px;
    border-radius: 0;
    background-color: #eeeeec;
    border: 1px solid #ccc !important;
    color: #383838;
}

.btn-compare .icon {margin-right: 0;}

.btn-compare {
    height: 46px;
    margin-left: 10px;
    font-size: 18px;
    color: #fff;
    border-radius: 0;
}

.btn-muahang>.input-group {
    margin-right: 5px;
    margin-bottom: 10px;
    width: 138px;
    float: left;
}

.top-detail-product .btn-cart.btn-pay.btn-add-cart-two {font-size: 18px;}

.price-detail-page .price-main {font-weight: 700;}

@media (min-width: 768px) {
    .dm-sp .mighty-slider {height: 300px; margin-bottom: 20px;}
    .menu-footer-vertical {padding: 0 20px;line-height: 24px;}
}
@media (max-width: 767px) {
    .dm-sp .mighty-slider {height: 200px; margin-bottom: 20px;}
    .top-list-blogs-subpage .col-sm-6 {border-top: 1px solid #ddd;}
    .box-cart-left {
        margin-top: 20px;
    }
}
@media (max-width: 320px) {
    .dm-sp .mighty-slider {height: 150px; margin-bottom: 20px;}
}

.img-collect {
    border: 1px solid #e2c000;
}

.item-male .img-collect img {
    margin: 30px -30px -30px 30px;
    height:100%;
    width: 100%;
}
.item-male .img-collect {
    margin-right: 35px;
}

.item-female .img-collect {
    margin-left: 35px;
}
.item-female .img-collect img {
    margin: -30px 30px 30px -30px;
    height: 100%;
    width: 100%;
}


.title-sex {
    padding: 20px;
    text-align: center;
}

.title-sex p {
    font-style: initial;
    height: 100%;
    width: 100%;
    margin: 0;
    font-size: 30px;
    font-weight: 900;
    padding-top: 30px;
    text-transform: uppercase;
    color: #e2c000;
    border: 5px solid #e2c000;
}

.title-sex:before {
    position: absolute;
    margin: -60px 0px 0px 0px;
    padding-left: 65px;
    content: '';
    width: 1px;
    height: 80px;
    border-right: 1px solid #e2c000;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.title-sex:after {
    position: absolute;
    margin: -44px 0px 0px -55px;
    content: '';
    width: 1px;
    height: 80px;
    border-left: 1px solid #e2c000;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.fuck-filter {
    padding: 0 8px;
}

.box-btn a {
    margin: 5px 0;
}

.cont-header.nav-mobile-1 {
    background-color: #fff;
}

.card.bg-cart .nav li.active a {
    color: #555;
}

.card.bg-cart .tab-content {
    padding-top: 15px;   
}

.nav-tabs-bank .nav-tabs {
    margin-bottom: 10px;
}

.scrollbar {
  float: left;
  max-height: 300px;
  width: 100%;
  overflow-y: auto;
}
.box-cart-right-cont>.scrollbar,
.shoppingcart-box>.scrollbar {
  padding: 0 10px;
}
.box-cart-right-cont>.scrollbar ul,
.shoppingcart-box>.scrollbar ul {
    margin-bottom: 0px;
}

#style-3::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
  width: 6px;
}

#style-3::-webkit-scrollbar-thumb
{
  background-color: #1e1e1e;
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

.icon-social a:first-child {
    margin-left: 0;
}
.icon-social a:hover {
    border-color: #00defb;
}
.icon-social a:hover i{
    color: #00defb;
}

.box-cart-right-cont .media-body .price-well, .shoppingcart-box .price-well {    
    color: #ed1c24;
}

.btn-danger, .btn-default.txt-upper.btn-submit:hover{
    background-color: #00defb;
    border-color: #00defb;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger:active:focus{
    background-color: #11b6cc;
    border-color: #11b6cc;
}

.wrap-avatar-member img {
    height: 30px;
}

#add-address .form-group, #frm-change-password .form-group{
    min-height: 35px;
}

#add-address .form-group label{
    padding-top: 8px;
}

.nav-tabs>li.payment_method_item {width: 50%;}
.nav-tabs>li.payment_method_item a {border-radius: 0px;}
.nav-tabs>li.payment_method_item.active a {background: none;border: none; margin-bottom: 2px}
.nav-tabs>li.payment_method_item.active a span {color: #00defb;}

.top-list-blogs-subpage .col-sm-6:last-child {
    padding: 0;
}

.box-blogs.view-list .more-post {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.icon-play-circled:before {
    margin-left: 0px;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    margin-left: 0;
}




/*Fix footer*/
.menu-footer-vertical {
    position: relative;
}
.menu-footer-vertical a {
    margin-bottom: 0;
}
.list-menu-fy {
    list-style: none;
}
.list-menu-fy>li>a {
    padding: 8px 0;
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
}
@media (max-width: 767px) {
    #footer .menu-ft .list-menu-fy {
        display: auto;
    }
    .box-ft {
        margin-bottom: 0;
    }
    .title-menu-ft {
        margin: 0;
        padding: 15px 0;
        font-size: 14px;
    }
    .title-toggle:before {
        /*content: '+';*/
        display: block;
        position: absolute;
        right: 0;
        top: 14px;
        font-size: 16px;
        z-index: 10;
    }
    .title-toggle.ws-activearrow:before {
        transform: rotate(45deg);
    }
    .menu-ft {
        border-top: 1px solid #ddd;
    }
    div[class*="col-"]:nth-last-child(1) .menu-ft {
        border-bottom: 1px solid #ddd;
    }
    .list-menu-fy {
        padding: 0 15px 15px 15px;
        margin-bottom: 0;
    }
}



