@font-face {
    font-display: block;
    font-family: 'Muli';
    src: url("/tp/T0215/fonts/moli.ttf");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-display: block;
    font-family: 'Muli';
    src: url("/tp/T0215/fonts/molir.ttf");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-display: block;
    font-family: 'Muli';
    src: url("/tp/T0215/fonts/molieb.ttf");
    font-weight: 700;
    font-style: normal
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea.form-control, select.form-control {
    border-radius: 0px;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-15 {
    width: 20%;
    float: left
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 25%;
        float: left
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left
    }
}

.btn-blues {
    color: #fff;
    background-color: #ff9800;
    border-color: #ff9800
}

.btn-blues:hover, .btn-blues:focus {
    background-color: #d2154b;
    border-color: #d2154b;
    color: #fff
}

.image-effect {
    position: relative
}

.image-effect:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(67, 69, 113, 0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}

.image-effect:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(67, 69, 113, 0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}

.image-effect:hover:before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255, 255, 255, 0.3)
}

.image-effect:hover:after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255, 255, 255, 0.3)
}

#admin_bar_iframe {
    display: none
}

body {
    font-family: 'Muli'
}

.top-header {
    border-bottom: 1px solid #eee;
    padding: 7px 0
}

.top-header .top-social {
    float: left;
    margin-right: 15px
}

.top-header .top-social li a {
    color: #000;
    padding: 0 5px
}

.top-header .top-social li a:hover, .top-header .top-social li a:focus {
    text-decoration: none;
    color: #ff9800
}

.top-header .top-slogan {
    float: left
}

.top-header .top-slogan strong {
    color: #ff9800
}

.center-header {
    padding: 10px 0
}

.center-header .main-logo a img {
    max-width: 180px;
    height: 70px;
    object-fit: scale-down;
}

.center-header .header-hotline {
    padding: 16px 0
}

.center-header .header-hotline ul li {
    min-width: 185px;
    margin-right: 20px
}

.center-header .header-hotline ul li:first-child {
    border-right: 1px solid #e8e8e8;
    min-width: 175px
}

.center-header .header-hotline ul li:last-child {
    margin-right: 0
}

.center-header .header-hotline ul li img {
    max-width: 35px;
    float: left;
    margin-right: 5px
}

.center-header .header-hotline ul li .header-hotline-text {
    float: left
}

.center-header .header-hotline ul li .header-hotline-text .header-hotline-text-1, .center-header .header-hotline ul li .header-hotline-text .header-hotline-text-2 {
    display: block;
    clear: both;
    color: #000;
    font-size: 12px;
    line-height: 1.5
}

.center-header .header-hotline ul li .header-hotline-text .header-hotline-text-2 {
    color: #b6b6b6
}

.center-header .header-hotline ul li .header-hotline-text .header-hotline-text-2 a {
    color: #ff9800
}

.center-header .header-search-account {
    padding: 16px 0
}

.center-header .header-search-account .header-search .i-search {
    display: none
}

.center-header .header-search-account .header-search .search_form {
    width: 300px;
    float: left;
    padding: 0;
    margin-right: 15px
}

.center-header .header-search-account .header-search .search_form input {
    border: 1px solid #eee;
    border-radius: 25px;
    padding: 0 10px
}

.center-header .header-search-account .header-search .search_form button {
    height: 40px;
    width: 40px;
    color: #000;
    background-color: #eee;
    border-radius: 50%;
    position: relative;
    right: -5px
}

.center-header .header-search-account .header-search .search_form button:hover, .center-header .header-search-account .header-search .search_form button:focus {
    color: #fff;
    background-color: #ff9800;
    outline: none;
    box-shadow: none
}

.center-header .header-search-account .header-search:hover .search_form input {
    border-color: #ff9800
}

.center-header .header-search-account .header-search:hover .search_form button {
    background-color: #ff9800;
    color: #fff
}

.center-header .header-search-account .header-account {
    position: relative;
    float: right
}

.center-header .header-search-account .header-account a.header-account-a {
    height: 40px;
    width: 40px;
    color: #000;
    background-color: #eee;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    text-align: center
}

.center-header .header-search-account .header-account a.header-account-a:hover, .center-header .header-search-account .header-account a.header-account-a:focus {
    color: #fff;
    background-color: #ff9800;
    outline: none;
    box-shadow: none
}

.center-header .header-search-account .header-account ul {
    position: absolute;
    top: 50px;
    min-width: 150px;
    border: 1px solid #eee;
    background: #fff;
    margin: 0;
    padding: 4px 12px;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.18);
    z-index: 15;
    display: none
}

.center-header .header-search-account .header-account ul li a {
    color: #000;
    display: block
}

.center-header .header-search-account .header-account ul li a:hover, .center-header .header-search-account .header-account ul li a:focus {
    text-decoration: none;
    color: #ff9800
}

.center-header .header-search-account .header-account ul:before {
    border: 9px solid transparent;
    border-bottom: 9px solid #eee;
    margin-left: -9px;
    bottom: 100%;
    right: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.center-header .header-search-account .header-account:hover ul {
    display: block;
    right: 0
}

.center-header .header-search-account .header-account:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -16px;
    width: 100px;
    height: 20px;
    background: 0 0;
    display: inline-block
}

.nav-header {
    background-color: #f8f8f8
}

.nav-header nav {
    background-color: transparent
}

.nav-header nav .nav-item {
    margin-right: 0
}

.nav-header nav .nav-item .nav-link {
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    font-size: 13px
}

.nav-header nav .nav-item .nav-link:hover, .nav-header nav .nav-item .nav-link:focus {
    color: #ff9800;
    text-decoration: none
}

.nav-header nav .nav-item.active .nav-link {
    color: #ff9800
}

.nav-header nav .nav-item:first-child .nav-link {
    padding-left: 0
}

.nav-header nav .nav-item.has-mega .mega-content {
    padding: 15px;
    border-color: #eee
}

.nav-header nav .nav-item.has-mega .mega-content .nav-block .level0 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nav-header nav .nav-item.has-mega .mega-content .nav-block .level0 h2 {
    margin-top: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

.nav-header nav .nav-item.has-mega .mega-content .nav-block .level0 .level1 {
    margin-bottom: 10px
}

.nav-header nav .nav-item.has-mega .mega-content .nav-block .level0 .level1 li a:hover, .nav-header nav .nav-item.has-mega .mega-content .nav-block .level0 .level1 li a:focus {
    text-decoration: none
}

.nav-header nav .nav-item .dropdown-menu {
    margin: 0;
    padding: 0;
    border: 1px solid #efefef;
    background: #fff;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.18)
}

.nav-header nav .nav-item .dropdown-menu li {
    padding: 5px 10px !important
}

.nav-header nav .nav-item .dropdown-menu li a {
    padding: 0;
    text-transform: inherit;
    color: #333 !important
}

.nav-header nav .nav-item .dropdown-menu li a:hover, .nav-header nav .nav-item .dropdown-menu li a:focus {
    color: #ff9800 !important;
    background-color: transparent
}

.nav-header nav .nav-item .dropdown-menu .dropdown-submenu .fa {
    line-height: 18px;
    float: right;
    top: 6px;
    position: absolute;
    right: 5px
}

.nav-header nav .nav-item .dropdown-menu .dropdown-submenu > .nav-link {
    padding-right: 5px
}

.nav-header .header-cart-desktop {
    border-left: 1px solid #ebebeb;
    padding-left: 10px;
    padding-top: 8px
}

.nav-header .header-cart-desktop img {
    max-width: 35px;
    float: left;
    margin-right: 5px
}

.nav-header .header-cart-desktop .cart-right {
    float: left
}

.nav-header .header-cart-desktop .cart-right .count_item_pr {
    display: block;
    clear: both;
    color: #fff;
    background-color: #ff9800;
    height: 20px;
    width: 35px;
    border-radius: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    line-height: 20px
}

.nav-header .header-cart-desktop .cart-right .cart-text {
    color: #000;
    font-size: 12px
}

.section-feature-product {
    padding: 50px 0
}

@media (max-width: 767px) {
    .section-feature-product {
        padding: 30px 0
    }
}

.section-feature-product .h2-title {
    text-align: center;
    margin: 0;
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 500
}

.section-feature-product .h2-title a {
    color: #222;
    text-transform: uppercase
}

.section-feature-product .h2-title a:hover, .section-feature-product .h2-title a:focus {
    color: #ff9800;
    text-decoration: none
}

.section-feature-product .owl-carousel .owl-nav .owl-prev, .section-feature-product .owl-carousel .owl-nav .owl-next {
    width: 22px;
    height: 35px;
    background-color: #222;
    border-radius: 3px;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    opacity: 0;
    visibility: hidden
}

.section-feature-product .owl-carousel .owl-nav .owl-prev:before, .section-feature-product .owl-carousel .owl-nav .owl-next:before {
    width: 22px;
    height: 35px;
    background-color: #222;
    line-height: 35px;
    border-radius: 3px
}

.section-feature-product .owl-carousel .owl-nav .owl-prev {
    left: -50px
}

.section-feature-product .owl-carousel .owl-nav .owl-next {
    right: -50px
}

.section-feature-product .owl-carousel:hover .owl-nav .owl-prev {
    left: 0;
    opacity: 1;
    visibility: inherit
}

.section-feature-product .owl-carousel:hover .owl-nav .owl-next {
    right: 0;
    opacity: 1;
    visibility: inherit
}

.product-box.product-box-edits .product-name {
    font-size: 14px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin-top: 10px
}

.product-box.product-box-edits .product-name a {
    color: #222
}

.product-box.product-box-edits .product-name a:hover, .product-box.product-box-edits .product-name a:focus {
    color: #ff9800;
    text-decoration: none
}

.product-box.product-box-edits .product-name:hover, .product-box.product-box-edits .product-name:focus {
    color: #ff9800;
    text-decoration: none
}

.product-box.product-box-edits .price-box {
    text-align: center
}

@media (max-width: 480px) {
    .product-box.product-box-edits .price-box {
        height: 38px
    }
}

.product-box.product-box-edits .price-box .special-price {
    display: inline-block
}

@media (max-width: 480px) {
    .product-box.product-box-edits .price-box .special-price {
        display: block;
        clear: both;
        line-height: 1.1
    }
}

.product-box.product-box-edits .price-box .special-price .product-price {
    font-size: 16px;
    color: #222
}

@media (max-width: 480px) {
    .product-box.product-box-edits .price-box .special-price .product-price {
        font-size: 14px;
        line-height: 1.1
    }
}

.product-box.product-box-edits .price-box .old-price {
    display: inline-block
}

@media (max-width: 480px) {
    .product-box.product-box-edits .price-box .old-price {
        display: block;
        clear: both
    }
}

.product-box.product-box-edits .price-box .old-price .product-price-old {
    color: #cecece;
    font-size: 14px
}

@media (max-width: 480px) {
    .product-box.product-box-edits .price-box .old-price .product-price-old {
        font-size: 12px;
        margin-left: 0
    }
}

.product-box.product-box-edits .product-thumbnail {
    position: relative
}

.product-box.product-box-edits .product-thumbnail .prod-icons {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    padding: 10px 0;
    text-align: center
}

.product-box.product-box-edits .product-thumbnail .prod-icons form {
    margin: 0
}

.product-box.product-box-edits .product-thumbnail .prod-icons a {
    background-color: #e91e63;
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center
}

.product-box.product-box-edits .product-thumbnail .prod-icons a:hover, .product-box.product-box-edits .product-thumbnail .prod-icons a:focus {
    text-decoration: none;
    cursor: pointer
}

.product-box.product-box-edits:hover .product-thumbnail .prod-icons {
    opacity: 1;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%)
}

.product-box.product-box-edits:hover .product-name h3 {
    color: #ff9800
}

.product-box.product-box-edits:hover .product-name a {
    color: #ff9800
}

.section_banner .tilter {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    color: #fff;
    flex: none;
    perspective: 1000px
}

.section_banner .tilter .tilter__figure {
    position: relative
}

.section_banner .tilter .tilter__figure, .section_banner .tilter .tilter__image, .section_banner .tilter .tilter__image_blank {
    margin: 0;
    width: 100%;
    height: 100%;
    display: block
}

.section_banner .tilter--1 .tilter__figure::before {
    box-shadow: 0 5px 10px -10px transparent;
    -moz-transition: box-shadow .6s;
    -o-transition: box-shadow .6s;
    -webkit-transition: box-shadow .6s;
    transition: box-shadow .6s
}

.section_banner .tilter__figure::before {
    content: '';
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    box-shadow: 0 0 20px rgba(35, 32, 39, 0.5)
}

.section_banner .tilter__figure > * {
    transform: translateZ(0px)
}

.section_banner .tilter__deco {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.section_banner .tilter__deco--shine div {
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 50%, transparent 100%)
}

.section_banner .tilter__deco--overlay {
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.3) 5%, rgba(0, 0, 0, 0.1) 50%, transparent 100%)
}

.section_banner .tilter__deco {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.section_banner .tilter__caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 2.2em
}

.section_banner .tilter__description {
    display: inline-block;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    margin: 0 0 .6em;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px
}

.section_banner .tilter__title {
    margin: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    color: #fff
}

.section_banner .tilter__deco--lines {
    border: 0 solid rgba(255, 255, 255, 0.6);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    top: 4%;
    left: 4%;
    width: 91%;
    height: 92%;
    z-index: 10;
    -moz-transition: border 0.3s, opacity .3s;
    -o-transition: border 0.3s, opacity .3s;
    -webkit-transition: border 0.3s, opacity .3s;
    transition: border 0.3s, opacity .3s
}

.section_banner .tilter--1:hover .tilter__figure::before {
    box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.5)
}

.section_banner .tilter--1:hover .tilter__deco--lines {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    border: 1px solid rgba(255, 255, 255, 0.7)
}

.section_tab_product {
    padding: 50px 0;
    padding-bottom: 25px
}

@media (max-width: 767px) {
    .section_tab_product {
        padding: 30px 0
    }
}

.section_tab_product h2 {
    text-transform: uppercase
}

.section_policy_store .section_policy {
    background-color: #e5e5e5;
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    position: relative
}

.section_policy_store .section_policy h2 {
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    font-weight: 600
}

.section_policy_store .section_policy p {
    font-size: 14px;
    margin-bottom: 5px;
    color: #fff;
    min-height: 40px;
    line-height: 1.1;
    margin-top: 5px
}

.section_policy_store .section_policy.section_policy_store_color_1 {
    background-color: #ffa30c
}

.section_policy_store .section_policy.section_policy_store_color_1:after {
    content: "";
    background-image: url(/tp/T0215/img/tmp/policy_img_bg_1.jpg);
    background-repeat: no-repeat;
    background-size: 124px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.2;
    height: 124px;
    width: 124px
}

.section_policy_store .section_policy.section_policy_store_color_2 {
    background-color: #4CAF50
}

.section_policy_store .section_policy.section_policy_store_color_2:after {
    content: "";
    background-image: url(/tp/T0215/img/tmp/policy_img_bg_2.jpg);
    background-repeat: no-repeat;
    background-size: 124px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.2;
    height: 124px;
    width: 124px
}

.section_policy_store .section_policy.section_policy_store_color_3 {
    background-color: #f44336
}

.section_policy_store .section_policy.section_policy_store_color_3:after {
    content: "";
    background-image: url(/tp/T0215/img/tmp/policy_img_bg_3.jpg);
    background-repeat: no-repeat;
    background-size: 124px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.2;
    height: 124px;
    width: 124px
}

.section_trending_store {
    padding: 50px 0
}

@media (max-width: 767px) {
    .section_trending_store {
        padding: 30px 0
    }
}

.section_trending_store .trending-list-product h2 {
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    position: relative
}

.section_trending_store .trending-list-product h2:after {
    content: "";
    height: 2px;
    width: 30px;
    background-color: #ff9800;
    position: absolute;
    left: 0;
    top: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.section_trending_store .trending-list-product h2 a {
    color: #222
}

.section_trending_store .trending-list-product h2 a:hover, .section_trending_store .trending-list-product h2 a:focus {
    color: #ff9800;
    text-decoration: none
}

.section_trending_store .trending-list-product ul {
    margin-top: 15px
}

.section_trending_store .trending-list-product ul .product-box.product-box-edits-small .product-thumbnail {
    width: 100px;
    float: left;
    margin-right: 5px;
    height: 85px
}

.section_trending_store .trending-list-product ul .product-box.product-box-edits-small .product-info {
    padding-bottom: 0
}

.section_trending_store .trending-list-product ul .product-box.product-box-edits-small .product-info h3 {
    font-size: 14px;
    margin: 0;
    line-height: 1.1
}

.section_trending_store .trending-list-product ul .product-box.product-box-edits-small .product-info h3 a {
    color: #222
}

.section_trending_store .trending-list-product ul .product-box.product-box-edits-small .product-info h3 a:hover, .section_trending_store .trending-list-product ul .product-box.product-box-edits-small .product-info h3 a:focus {
    color: #ff9800
}

.section_trending_store .trending-list-product ul .product-box.product-box-edits-small .price-box .special-price {
    display: inline-block
}

.section_trending_store .trending-list-product ul .product-box.product-box-edits-small .price-box .special-price .product-price {
    color: #333;
    font-size: 15px
}

.section_trending_store .trending-list-product ul .product-box.product-box-edits-small .price-box .old-price {
    display: inline-block
}

.section_trending_store .trending-list-product ul .product-box.product-box-edits-small .price-box .old-price .product-price-old {
    font-size: 13px
}

.section_trending_store .trending-list-product ul .product-box.product-box-edits-small .sale-flash {
    font-size: 12px
}

.section_trending_store .trending-list-product ul .product-box.product-box-edits-small form {
    margin-bottom: 0;
    margin-top: 5px
}

.section_trending_store .trending-list-product ul .product-box.product-box-edits-small form a {
    background-color: #f4f4f4;
    display: inline-block;
    height: 40px;
    width: 40px;
    color: #333;
    text-align: center;
    line-height: 40px;
    font-size: 13px;
    border-radius: 3px
}

.section_trending_store .trending-list-product ul .product-box.product-box-edits-small form a:hover, .section_trending_store .trending-list-product ul .product-box.product-box-edits-small form a:focus {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    background-color: #4dabce
}

@media (max-width: 480px) {
    .section_trending_store .col-100 {
        width: 100%
    }

    .section_trending_store .col-hidden {
        display: none
    }
}

.section-news .blog-item-main-header {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -30px;
    border-radius: 8px;
    background-color: #fff;
    text-align: center;
    position: relative;
    padding: 15px 10px
}

.section-news .blog-item-main-header h3 {
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    margin-bottom: 7px;
    height: 40px;
    overflow: hidden
}

.section-news .blog-item-main-header h3 a {
    color: #222
}

.section-news .blog-item-main-header h3 a:hover, .section-news .blog-item-main-header h3 a:focus {
    color: #ff9800;
    text-decoration: none
}

.section-news .blog-item-main-header .post-time {
    color: #9f9f9f;
    font-size: 12px;
    margin-bottom: 15px
}

.section-news .blog-item-main-header a.btn-white {
    border: 1px solid #222;
    padding: 7px 15px;
    color: #222;
    height: auto;
    line-height: 1.1
}

.section-news .blog-item-main-header a.btn-white:hover, .section-news .blog-item-main-header a.btn-white:focus {
    border-color: #ff9800;
    color: #ff9800;
    background-color: #fff
}

.section-news .owl-carousel .owl-nav .owl-prev, .section-news .owl-carousel .owl-nav .owl-next {
    width: 22px;
    height: 35px;
    background-color: #222;
    border-radius: 3px;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    opacity: 0;
    visibility: hidden
}

.section-news .owl-carousel .owl-nav .owl-prev:before, .section-news .owl-carousel .owl-nav .owl-next:before {
    width: 22px;
    height: 35px;
    background-color: #222;
    line-height: 35px;
    border-radius: 3px
}

.section-news .owl-carousel .owl-nav .owl-prev {
    left: -50px
}

.section-news .owl-carousel .owl-nav .owl-next {
    right: -50px
}

.section-news .owl-carousel:hover .owl-nav .owl-prev {
    left: 0;
    opacity: 1;
    visibility: inherit
}

.section-news .owl-carousel:hover .owl-nav .owl-next {
    right: 0;
    opacity: 1;
    visibility: inherit
}

.section-news h2 {
    text-transform: uppercase
}

.section-news .blog-item-thumbnail {
    position: relative;
    height: 275px
}

@media (max-width: 1024px) {
    .section-news .blog-item-thumbnail {
        height: 225px
    }
}

@media (max-width: 992px) {
    .section-news .blog-item-thumbnail {
        height: 260px
    }
}

@media (max-width: 668px) {
    .section-news .blog-item-thumbnail {
        height: 230px
    }
}

@media (max-width: 569px) {
    .section-news .blog-item-thumbnail {
        height: 195px
    }
}

@media (max-width: 480px) {
    .section-news .blog-item-thumbnail {
        height: 285px
    }
}

@media (max-width: 376px) {
    .section-news .blog-item-thumbnail {
        height: 258px
    }
}

@media (max-width: 321px) {
    .section-news .blog-item-thumbnail {
        height: 217px
    }
}

.section-news .blog-item-thumbnail img {
    width: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.list-blogs .col-md-6 .blog-item-thumbnail .image-effect {
    position: relative;
    height: 360px
}

@media (max-width: 1024px) {
    .list-blogs .col-md-6 .blog-item-thumbnail .image-effect {
        height: 341px
    }
}

@media (max-width: 992px) {
    .list-blogs .col-md-6 .blog-item-thumbnail .image-effect {
        height: 259px
    }
}

@media (max-width: 737px) {
    .list-blogs .col-md-6 .blog-item-thumbnail .image-effect {
        height: 450px
    }
}

@media (max-width: 668px) {
    .list-blogs .col-md-6 .blog-item-thumbnail .image-effect {
        height: 360px
    }
}

@media (max-width: 569px) {
    .list-blogs .col-md-6 .blog-item-thumbnail .image-effect {
        height: 403px
    }
}

@media (max-width: 480px) {
    .list-blogs .col-md-6 .blog-item-thumbnail .image-effect {
        height: 288px
    }
}

@media (max-width: 376px) {
    .list-blogs .col-md-6 .blog-item-thumbnail .image-effect {
        height: 259px
    }
}

@media (max-width: 321px) {
    .list-blogs .col-md-6 .blog-item-thumbnail .image-effect {
        height: 217px
    }
}

.list-blogs .col-md-6 .blog-item-thumbnail .image-effect img {
    width: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}
.fancybox-album{
    display: block;
    height: 175px;
    overflow: hidden;
    margin: 0 0 20px 0;
}
.list-blogs .col-md-4 .blog-item-thumbnail .image-effect {
    position: relative;
    height: 270px
}

@media (max-width: 1024px) {
    .list-blogs .col-md-4 .blog-item-thumbnail .image-effect {
        height: 220px
    }
}

@media (max-width: 992px) {
    .list-blogs .col-md-4 .blog-item-thumbnail .image-effect {
        height: 259px
    }
}

@media (max-width: 737px) {
    .fancybox-album{
        height: 100%;
    }
    .list-blogs .col-md-4 .blog-item-thumbnail .image-effect {
        height: 450px
    }
}

@media (max-width: 668px) {
    .list-blogs .col-md-4 .blog-item-thumbnail .image-effect {
        height: 360px
    }
}

@media (max-width: 569px) {
    .list-blogs .col-md-4 .blog-item-thumbnail .image-effect {
        height: 403px
    }
}

@media (max-width: 480px) {
    .list-blogs .col-md-4 .blog-item-thumbnail .image-effect {
        height: 288px
    }
}

@media (max-width: 376px) {
    .list-blogs .col-md-4 .blog-item-thumbnail .image-effect {
        height: 259px
    }
}

@media (max-width: 321px) {
    .list-blogs .col-md-4 .blog-item-thumbnail .image-effect {
        height: 217px
    }
}

.list-blogs .col-md-4 .blog-item-thumbnail .image-effect img {
    width: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*margin: auto*/
}
.blog-item-thumbnail .description{
    height: 73px;
    overflow: hidden;
    margin: 15px 0 0 0;
}

.subcrible-block input {
    padding: 0 10px
}

@media (max-width: 480px) {
    .subcrible-block input {
        font-size: 13px
    }
}

.section_brand {
    background-color: #f8f8f8;
    padding: 10px 0
}

.section_brand .owl-carousel .owl-nav .owl-prev, .section_brand .owl-carousel .owl-nav .owl-next {
    width: 22px;
    height: 35px;
    background-color: #222;
    border-radius: 3px;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    opacity: 0;
    visibility: hidden
}

.section_brand .owl-carousel .owl-nav .owl-prev:before, .section_brand .owl-carousel .owl-nav .owl-next:before {
    width: 22px;
    height: 35px;
    background-color: #222;
    line-height: 35px;
    border-radius: 3px
}

.section_brand .owl-carousel .owl-nav .owl-prev {
    left: -50px
}

.section_brand .owl-carousel .owl-nav .owl-next {
    right: -50px
}

.section_brand .owl-carousel:hover .owl-nav .owl-prev {
    left: 0;
    opacity: 1;
    visibility: inherit
}

.section_brand .owl-carousel:hover .owl-nav .owl-next {
    right: 0;
    opacity: 1;
    visibility: inherit
}

.subcrible-block {
    padding: 40px 0
}

@media (max-width: 767px) {
    .subcrible-block {
        padding: 30px 0
    }
}

.subcrible-block h2 {
    font-size: 25px;
    margin: 0;
    margin-bottom: 20px;
    color: #222
}

.subcrible-block form {
    margin-bottom: 5px
}

.subcrible-block form input {
    outline: none;
    box-shadow: none;
    border-radius: 3px;
    border: 1px solid #e8e8e8
}

.subcrible-block form input:focus {
    outline: none;
    box-shadow: none;
    border-radius: 3px;
    border: 1px solid #e8e8e8
}

.subcrible-block form button {
    color: #fff;
    background-color: #222222;
    text-transform: uppercase;
    border-bottom-right-radius: 3px !important;
    border-top-right-radius: 3px !important
}

.subcrible-block form button:hover, .subcrible-block form button:focus {
    background-color: #ff9800;
    color: #fff
}

.subcrible-block p {
    margin-bottom: 0
}

footer {
    background-color: #222;
    color: #fff
}

footer .footer-widget h3, footer .footer-widget h4 {
    padding-top: 0;
    color: #ff9800;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600
}

footer .footer-widget .contact-info-page li {
    display: table
}

footer .footer-widget .contact-info-page li i {
    display: table-cell;
    width: 20px
}

footer .footer-widget .contact-info-page li a {
    color: #fff
}

footer .footer-widget .contact-info-page li a:hover, footer .footer-widget .contact-info-page li a:focus {
    color: #ff9800;
    text-decoration: none
}

footer .footer-widget .list-menu li {
    color: #fff
}

footer .footer-widget .list-menu li a {
    color: #fff
}

footer .footer-widget .list-menu li a:hover, footer .footer-widget .list-menu li a:focus {
    color: #ff9800;
    text-decoration: none
}

footer .footer-widget .list-menu.list-menu-social i {
    width: 17px
}

footer .copyright {
    background-color: #222;
    font-size: 13px;
    padding: 10px 0;
    border-top: 1px solid #2d2d2d;
    color: #fff
}

footer .copyright a {
    color: #fff;
    font-weight: normal
}

footer .copyright b {
    font-weight: normal
}

footer .copyright .inner {
    border: none
}

footer .copyright .inner .col-copyright {
    text-align: center
}

footer .copyright .inner .ul-payment {
    text-align: right
}

footer .copyright .inner .ul-payment li {
    float: none;
    line-height: 1.1;
    margin-top: 10px
}

footer .copyright .inner .ul-payment li i {
    color: #fff;
    font-size: 20px;
    margin-right: 0
}

footer.footer-other {
    margin-top: 25px
}

.owl-carousel.owl-loaded {
    overflow-x: hidden
}

.section_banner .tilter__title {
    font-size: 20px
}

.mobile-nav #trigger-mobile {
    width: 35px;
    float: left;
    margin: 13px 0;
    padding: 9px 0
}

.mobile-nav #trigger-mobile .icon-bar {
    background-color: #222
}

.mobile-nav .mobile-cart {
    width: 40px;
    float: left;
    position: relative;
    padding-left: 5px;
    margin: 15px 0
}

.mobile-nav .mobile-cart img {
    max-width: 30px;
    margin-left: 10px
}

.mobile-nav .mobile-cart .cart-right {
    position: absolute;
    right: 0;
    top: -10px;
    display: block;
    clear: both;
    color: #fff;
    background-color: #ff9800;
    height: 20px;
    border-radius: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    padding: 0 6px
}

.mobile-nav .header_search {
    width: calc(100% - 80px);
    padding-bottom: 10px;
    float: left
}

.helper-overflow-hidden {
    overflow: hidden !important;
    max-height: 100vh !important
}

.helper-overflow-hidden #menu-mobile {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.helper-overflow-hidden #page {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
    position: relative
}

.helper-overflow-hidden #page:before {
    content: "";
    height: 100%;
    width: 100%;
    right: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    z-index: 9999
}

#menu-mobile {
    width: 240px;
    z-index: 9999;
    background: #31373d;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
    -webkit-overflow-scrolling: touch
}

#page, #trigger-mobile {
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease
}

#menu-mobile .account_mobile {
    background: rgba(0, 0, 0, 0.2);
    padding: 10px 0
}

#menu-mobile .account_text {
    margin-left: 0px
}

#menu-mobile .active_login_account {
    margin-left: -15px
}

#menu-mobile .account_text li {
    display: inline-block;
    color: #fff
}

#menu-mobile .account_text li a {
    color: #fff
}

#menu-mobile .menu-mobile li {
    float: left;
    position: relative;
    width: 100%
}

#menu-mobile .menu-mobile > li > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

#menu-mobile .menu-mobile li.active > a {
    border-bottom: 0
}

#menu-mobile .menu-mobile li a {
    color: #fff;
    padding: 10px;
    display: block;
    position: relative;
    padding-right: 20px;
    white-space: inherit
}

#menu-mobile .menu-mobile li a:hover, #menu-mobile .menu-mobile li a:focus {
    text-decoration: none;
    background-color: transparent
}

#menu-mobile .menu-mobile li a i {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 10px
}

#menu-mobile .submenu-level1-children {
    background: #212529;
    width: 100%;
    position: static;
    border-radius: 0;
    padding: 0 0 0 10px;
    margin: 0;
    box-shadow: none
}

#menu-mobile .submenu-level2-children {
    background: transparent;
    width: 100%;
    position: static;
    border-radius: 0;
    padding: 0 0 0 10px;
    margin: 0;
    border: none;
    box-shadow: none
}

.account_mobile .text-center img {
    height: 50px;
    margin-bottom: 10px
}

.account-page h2 {
    margin-top: 0;
    font-size: 16px
}

@media (min-width: 992px) {
    #order_details .thead-default {
        border-top: 1px solid #e5e5e5
    }
}

.pagging-css {
    margin: 10px 0;
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: #f8f8f8
}

.pagging-css .pagination {
    margin: 0
}

.logos img {
    margin-bottom: 15px;
    max-width: 200px
}

.contact-info-page li {
    display: table;
    margin-bottom: 10px
}

.contact-info-page li i {
    display: table-cell;
    width: 20px;
    text-align: center
}

.contact-info-page li a {
    color: #ff9800
}

.required {
    color: red
}

.blog-all-background {
    position: relative
}

.blog-all-background .blog-top-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    color: #fff
}

@media (max-width: 568px) {
    .blog-all-background .blog-top-content {
        width: 500px
    }
}

@media (max-width: 480px) {
    .blog-all-background .blog-top-content {
        width: 80%
    }
}

.blog-all-background .blog-top-content h1 {
    color: #fff;
    margin-top: 0;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700
}

@media (max-width: 480px) {
    .blog-all-background .blog-top-content h1 {
        margin-bottom: 0
    }
}

.blog-all-background .blog-top-content p {
    margin-bottom: 0
}

@media (max-width: 480px) {
    .blog-all-background .blog-top-content .blog-top-description {
        display: none
    }
}

.feature-blogs-page.section-news {
    padding: 30px 0;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 30px
}

.list-blogs.blog-main .blog-item .blog-item-name {
    font-size: 20px;
    height: 54px;
    overflow: hidden;
    font-weight: 500;
    margin-bottom: 5px;
}

.list-blogs.blog-main .blog-item .blog-item-name a {
    color: #222
}

.list-blogs.blog-main .blog-item .blog-item-name a:hover, .list-blogs.blog-main .blog-item .blog-item-name a:focus {
    color: #ff9800;
    text-decoration: none
}

.list-blogs.blog-main .blog-item .post-time {
    font-size: 12px;
    text-transform: uppercase;
    color: #b2b2b2;
    margin: 8px 0
}

.list-blogs.blog-main .blog-item .a-more {
    color: #222;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase
}

.list-blogs.blog-main .blog-item .a-more:hover, .list-blogs.blog-main .blog-item .a-more:focus {
    color: #ff9800;
    text-decoration: none
}

.tag_article .inline {
    font-weight: 500;
    margin-bottom: 5px
}

.tag_article .tagcloud05 ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.tag_article .tagcloud05 ul li {
    display: inline-block;
    margin: 0 0 .3em 1em;
    padding: 0
}

.tag_article .tagcloud05 ul li a {
    position: relative;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 1em;
    background-color: #ff9800;
    border-radius: 0 3px 3px 0;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s
}

.tag_article .tagcloud05 ul li a::before {
    position: absolute;
    top: 0;
    left: -15px;
    content: '';
    width: 0;
    height: 0;
    border-color: transparent #ff9800 transparent transparent;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    -webkit-transition: .2s;
    transition: .2s
}

.tag_article .tagcloud05 ul li a::after {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background-color: #fff;
    border-radius: 100%
}

.tag_article .tagcloud05 ul li a span {
    display: block;
    max-width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.tag_article .tagcloud05 ul li a:hover {
    background-color: #ba1343;
    color: #fff
}

.tag_article .tagcloud05 ul li a:hover::before {
    border-right-color: #ba1343
}

.article-wraper .article-main .title-head {
    font-weight: 500;
    font-size: 22px;
    padding: 0px 0 10px;
    margin-bottom: 0
}

.article-wraper .article-main .postby {
    font-size: 12px;
    text-transform: uppercase;
    color: #b2b2b2;
    margin: 8px 0
}

.article-wraper .article-main .article-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100% !important;
    height: auto !important;
    max-height: unset
}

.article-wraper .article-main .blog_related {
    background-color: #f8f8f8;
    padding: 15px;
    margin-bottom: 15px
}

.article-wraper .article-main .blog_related h2 {
    color: #222;
    margin: 0;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 500;
    text-transform: uppercase
}

.article-wraper .article-main .blog_related .blog_entry h3 {
    margin: 5px 0;
    font-size: 14px
}

.article-wraper .article-main .blog_related .blog_entry h3 a {
    font-size: 14px;
    color: #222;
    display: table
}

.article-wraper .article-main .blog_related .blog_entry h3 a i {
    display: table-cell;
    width: 15px
}

.article-wraper .article-main .blog_related .blog_entry h3 a:hover, .article-wraper .article-main .blog_related .blog_entry h3 a:focus {
    color: #ff9800;
    text-decoration: none
}

@media (max-width: 767px) {
    .article-wraper .article-main .blog_related .pagination .page-item.active .page-link {
        background-color: #f8f8f8
    }
}

#article-comments h5 {
    border-bottom: 2px solid #ebebeb;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding: 0px 0 10px;
    text-transform: uppercase
}

#article-comments h5::before {
    background: #ff9800 none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    height: 2px;
    position: absolute;
    width: 200px
}

#article-comments .user-name-comment {
    font-size: 15px
}

.pss {
    display: none
}

.page-404 {
    padding: 30px 0
}

.page-404 h1 {
    font-size: 80px;
    color: #ff9800;
    font-weight: 700;
    margin: 0
}

.page-404 h2 {
    margin: 0;
    color: #ff9800;
    font-weight: 700;
    margin-bottom: 20px
}

.page-404 p {
    margin-bottom: 0
}

.page-404 .btn-dark {
    background-color: #ff9800;
    border: 1px solid #ff9800;
    border-radius: 3px;
    color: #fff;
    margin-top: 30px;
    font-size: 15px
}

.page-404 .btn-dark:hover, .page-404 .btn-dark:focus {
    color: #fff;
    background-color: #fff;
    color: #ff9800
}

@media screen and (max-width: 479px) {
    .section_tab_product .nav-tabs-responsive > li {
        display: none;
        width: 23%
    }

    .section_tab_product .nav-tabs-responsive > li > a {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        width: 100%;
        width: 100%;
        text-align: center;
        vertical-align: top
    }

    .section_tab_product .nav-tabs-responsive > li.active {
        width: 54%
    }

    .section_tab_product .nav-tabs-responsive > li.active:first-child {
        margin-left: 23%
    }

    .section_tab_product .nav-tabs-responsive > li.active, .section_tab_product .nav-tabs-responsive > li.prev, .section_tab_product .nav-tabs-responsive > li.next {
        display: block
    }

    .section_tab_product .nav-tabs-responsive > li.prev, .section_tab_product .nav-tabs-responsive > li.next {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    .section_tab_product .nav-tabs-responsive > li.next > a, .section_tab_product .nav-tabs-responsive > li.prev > a {
        -webkit-transition: none;
        transition: none
    }

    .section_tab_product .nav-tabs-responsive > li.next > a .text, .section_tab_product .nav-tabs-responsive > li.prev > a .text {
        display: none
    }

    .section_tab_product .nav-tabs-responsive > li.next > a:after, .section_tab_product .nav-tabs-responsive > li.next > a:after, .section_tab_product .nav-tabs-responsive > li.prev > a:after, .section_tab_product .nav-tabs-responsive > li.prev > a:after {
        font-family: FontAwesome
    }

    .section_tab_product .nav-tabs-responsive > li.prev > a:after {
        content: "\f104"
    }

    .section_tab_product .nav-tabs-responsive > li.next > a:after {
        content: "\f105"
    }

    .section_tab_product .nav-tabs-responsive > li.dropdown > a > .caret {
        display: none
    }

    .section_tab_product .nav-tabs-responsive > li.dropdown > a:after {
        content: "\e114"
    }

    .section_tab_product .nav-tabs-responsive > li.dropdown.active > a:after {
        display: none
    }

    .section_tab_product .nav-tabs-responsive > li.dropdown.active > a > .caret {
        display: inline-block
    }

    .section_tab_product .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-left {
        left: 0;
        right: auto
    }

    .section_tab_product .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-center {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .section_tab_product .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-right {
        left: auto;
        right: 0
    }
}

.cart_desktop_page form {
    margin-bottom: 0
}

.cart-mobile {
    padding: 10px 0px 0px 0px
}

.cart-mobile .header-cart {
    padding: 10px 15px 0px;
    border-bottom: solid 1px #ebebeb;
    margin-top: -10px
}

.cart-mobile .title-cart {
    line-height: 10px
}

.cart-mobile .title-cart h3 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

.cart-mobile .title-cart a {
    margin-top: -30px !important
}

.cart-mobile .header-cart-content {
    margin-top: 10px
}

.cart-mobile .header-cart-content .content-product-list {
    min-height: 110px
}

.cart-mobile .header-cart-content .content-product-list .item-product {
    min-height: 110px;
    border-bottom: solid 1px #ebebeb;
    overflow: hidden;
    display: table;
    width: 100%;
    margin-bottom: 10px
}

.item-product-cart-mobile {
    width: 115px;
    margin-right: 10px
}

.item-product-cart-mobile img {
    max-width: 115px;
    margin-right: 10px
}

.title-product-cart-mobile h3 {
    line-height: 1;
    margin: 0;
    font-weight: normal
}

.title-product-cart-mobile a {
    word-break: break-word;
    font-size: 14px;
    color: #363636
}

.title-product-cart-mobile p {
    line-height: 2;
    font-size: 14px;
    color: #898989
}

.title-product-cart-mobile span {
    color: #ff9800
}

.item-product-cart-mobile, .title-product-cart-mobile {
    display: table-cell;
    vertical-align: top;
    padding-right: 5px
}

.select-item-qty-mobile {
    float: right;
    text-align: center;
    margin-top: 10px
}

.select-item-qty-mobile .txt_center input {
    height: 25px;
    width: 24px;
    text-align: center;
    margin: 0px;
    padding: 0;
    position: absolute;
    left: 22px;
    min-height: 0;
    border: solid thin #ddd
}

.select-item-qty-mobile > div {
    position: relative;
    width: 68px;
    height: 25px
}

.cart-mobile .select-item-qty-mobile .txt_center button.reduced.items-count.btn-minus {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    line-height: 1;
    height: 25px;
    border-style: hidden;
    background: none !important;
    color: #000;
    border: solid thin #ddd
}

.cart-mobile .select-item-qty-mobile .txt_center button.increase.items-count.btn-plus {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    height: 25px;
    display: inline-block;
    line-height: 1;
    border-style: hidden;
    color: #fff;
    background: none !important;
    color: #000;
    border: solid thin #ddd
}

.select-item-qty-mobile a {
    line-height: 3;
    color: #363636
}

.cart-mobile .header-cart-price {
    padding: 18px 0px;
    padding-bottom: 0
}

.cart-mobile .title-cart h3 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0
}

.cart-mobile .title-cart a {
    float: right;
    margin-top: -28px;
    color: #ff9800;
    font-size: 16px;
    line-height: 27px
}

.btn-proceed-checkout-mobile {
    width: 100%;
    line-height: 27px;
    color: #fff;
    height: 40px;
    font-size: 14px;
    border: none;
    background: #ff9800;
    text-transform: uppercase
}

.btn-proceed-continues-mobile {
    background-color: #fff !important;
    color: #ff9800 !important;
    width: 100%;
    height: 40px;
    margin-top: 10px;
    text-transform: uppercase;
    border: 1px solid #ff9800
}

.btn-proceed-continues-mobile:hover, .btn-proceed-continues-mobile:focus {
    border: 1px solid #ff9800
}

.shopping-cart-item {
    background-color: transparent;
    padding: 15px 0;
    margin: 0
}

.shopping-cart-item + .shopping-cart-item {
    border-top: 1px solid #e5e5e5
}

.shopping-cart-item .col-xs-3 {
    padding-left: 0
}

.shopping-cart-item .col-xs-3 p {
    margin: 0
}

.shopping-cart-item .col-right {
    padding-left: 0
}

.shopping-cart-item .col-right .box-info-product {
    width: 350px;
    padding-right: 10px;
    padding-left: 10px;
    float: left
}

@media (max-width: 1024px) {
    .shopping-cart-item .col-right .box-info-product {
        width: 270px
    }
}

.shopping-cart-item .col-right .box-info-product .name {
    font-size: 14px;
    margin-bottom: 7px;
    line-height: 20px;
    font-weight: 500;
    padding-top: 0
}

.shopping-cart-item .col-right .box-info-product .name a {
    color: #242424;
    font-weight: 500
}

.shopping-cart-item .col-right .box-info-product .name a:hover, .shopping-cart-item .col-right .box-info-product .name a:focus {
    color: #ff9800;
    text-decoration: none
}

.shopping-cart-item .col-right .box-info-product .seller-by {
    font-size: 13px;
    margin-bottom: 12px
}

.shopping-cart-item .col-right .box-info-product .action {
    position: relative;
    padding: 0 !important;
    margin-bottom: 0;
    margin-top: 0
}

.shopping-cart-item .col-right .box-info-product .action .btn-link {
    border: 0;
    color: #ff9800;
    font-size: 13px;
    position: static;
    padding: 0;
    line-height: 1.1
}

.shopping-cart-item .col-right .box-price {
    float: left;
    width: 110px;
    padding-right: 10px
}

.shopping-cart-item .col-right .box-price .price {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500;
    padding-top: 0
}

.shopping-cart-item .col-right .quantity-block {
    width: 120px;
    float: right
}

.shopping-cart-item .col-right .quantity-block .input-group-btn button {
    height: 28px
}

.shopping-cart-item .col-right .quantity-block .input-group-btn button.bootstrap-touchspin-down {
    border-radius: 3px 0 0 3px;
    border: 1px solid #e5e5e5;
    border-right: 0;
    border-color: #e5e5e5;
    color: #999;
    line-height: 20px;
    padding: 3px 9px;
    margin: 0;
    width: 28px;
    background-color: #fff;
    float: right
}

.shopping-cart-item .col-right .quantity-block .input-group-btn button.bootstrap-touchspin-up {
    border-radius: 0 3px 3px 0;
    border: 1px solid #e5e5e5;
    border-color: #e5e5e5;
    border-left: 0;
    color: #999;
    line-height: 20px;
    padding: 3px 9px;
    margin: 0;
    width: 28px;
    background-color: #fff;
    float: right
}

.shopping-cart-item .col-right .quantity-block .input-group-btn button:focus, .shopping-cart-item .col-right .quantity-block .input-group-btn button:hover {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.shopping-cart-item .col-right .quantity-block .input-group-btn .js-quantity-product {
    display: inline-block;
    height: 28px;
    padding: 0 5px;
    text-align: center;
    border-radius: 0;
    width: 35px;
    float: right;
    min-height: 28px;
    border: 1px solid #e5e5e5
}

#right-affix .each-row {
    width: 100%;
    clear: both
}

#right-affix .each-row .box-style {
    background-color: transparent;
    padding: 17px 0 21px 0
}

#right-affix .each-row .box-style.fee .list-info-price {
    margin: 0
}

#right-affix .each-row .box-style.fee .list-info-price span {
    font-weight: 500
}

#right-affix .each-row .box-style.fee .list-info-price strong {
    float: right;
    font-weight: 700
}

#right-affix .each-row .box-style.fee .total2 {
    font-weight: 500
}

#right-affix .each-row .box-style.fee .total2 .text-label {
    margin-top: 5px;
    display: inline-block
}

#right-affix .each-row .box-style.fee .total2 .amount {
    float: right
}

#right-affix .each-row .box-style.fee .total2 .amount p {
    margin: 0;
    text-align: right;
    line-height: 1.1
}

#right-affix .each-row .box-style.fee .total2 .amount p strong {
    color: #ff9800;
    font-size: 22px;
    font-weight: 700
}

#right-affix .each-row .box-style.fee .total2 .amount p small {
    font-weight: 500
}

#right-affix .each-row .box-style + .box-style {
    border-top: 1px solid #f4f4f4
}

#right-affix .btn-checkout {
    margin-top: 10px;
    padding: 10px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    user-select: none;
    color: #fff;
    background-color: #ff9800;
    border-color: #ff9800;
    height: 40px
}

#right-affix .btn-checkout:hover, #right-affix .btn-checkout:focus {
    background-color: #ba1343;
    border-color: #ba1343
}

#right-affix .btn-checkouts {
    margin-top: 10px;
    padding: 10px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    user-select: none;
    color: #ff9800;
    background-color: #fff;
    border-color: #ff9800;
    height: 40px
}

#right-affix .btn-checkouts:hover, #right-affix .btn-checkouts:focus {
    outline: none;
    box-shadow: none;
    background-color: #fff;
    border-color: #ba1343;
    color: #ba1343
}

.lbl-shopping-cart-gio-hang {
    margin-top: 20px
}

.lbl-shopping-cart-gio-hang.lbl-shopping-cart {
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 12px
}

.lbl-shopping-cart-gio-hang.lbl-shopping-cart span {
    font-size: 14px;
    text-transform: none;
    font-weight: 400
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a:hover, .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a:focus {
    color: #12cca7
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
    color: #0b816a
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a:hover, .shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a:focus {
    color: #12cca7
}

.shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
    color: #0b816a;
    margin-top: 15px
}

.shopping-cart-table table tbody tr td .quant-input .arrows .arrow:hover, .shopping-cart-table table tbody tr td .quant-input .arrows .arrow:focus {
    color: #12cca7
}

.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:hover, .shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:focus {
    color: #12cca7
}

.shopping-cart .shopping-cart-table {
    margin-bottom: 10px
}

.shopping-cart .shopping-cart-table table {
    margin-bottom: 0px !important
}

.shopping-cart .shopping-cart-table table tbody tr td {
    vertical-align: middle
}

.shopping-cart .cart-image img {
    width: 150px
}

.cart-shopping-total {
    background: #f8f8f8
}

.shopping-cart .shopping-cart-table table tbody tr .romove-item a {
    font-size: 18px;
    color: #666666
}

.shopping-cart .shopping-cart-table table tbody tr .romove-item a:hover, .shopping-cart .shopping-cart-table table tbody tr .romove-item a:focus {
    color: #fff000 !important
}

.shopping-cart .shopping-cart-table table tbody tr .cart-image .entry-thumbnail {
    display: block;
    text-align: center
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info {
    vertical-align: middle !important
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 {
    margin-top: 0px;
    font-size: 16px
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a {
    color: #555
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .reviews {
    font-size: 11px;
    color: #aaa
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info {
    margin-top: 10px
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span {
    font-size: 12px;
    color: #666666;
    text-transform: uppercase
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
    font-size: 12px;
    text-transform: lowercase;
    margin-left: 14px
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a {
    color: #666666;
    text-decoration: underline
}

.shopping-cart .shopping-cart-table .table > thead > tr > th {
    text-align: center;
    padding: 16px;
    font-size: 15px
}

.shopping-cart .shopping-cart-table .shopping-cart-btn span {
    padding: 20px 0px;
    display: block
}

.shopping-cart .estimate-ship-tax table thead tr th .estimate-title {
    font-size: 14px;
    color: #555;
    margin-bottom: 2px;
    margin-top: 0px;
    display: block
}

.shopping-cart .estimate-ship-tax table thead tr th p {
    font-size: 13px;
    color: #666666;
    font-weight: normal;
    margin-bottom: 0px
}

.shopping-cart .estimate-ship-tax table thead tr > th {
    padding: 24px 10px 20px 10px
}

.shopping-cart .estimate-ship-tax table tbody tr > td {
    padding: 24px 10px !important
}

.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .selectpicker {
    background: #fff;
    color: #999;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eee
}

.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:hover, .shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:focus {
    background: transparent
}

.shopping-cart .cart-shopping-total table thead tr th {
    background-color: #fafafa;
    text-align: right;
    padding: 10px 15px;
    border: none
}

.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total {
    color: #555;
    margin-bottom: 7px
}

.shopping-cart .cart-shopping-total table tbody tr td {
    padding: 10px 15px
}

.shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn button {
    float: right !important;
    margin-bottom: 8px
}

.shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn span {
    display: block;
    font-weight: normal;
    color: #666666
}

.shopping-cart .shopping-cart-table table tbody tr .romove-item, .shopping-cart .shopping-cart-table table tbody tr .cart-product-edit, .shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total, .shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total, .shopping-cart .shopping-cart-table table tbody tr .cart-product-quantity {
    text-align: center
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total span, .shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total span {
    display: block;
    font-size: 16px;
    color: #555;
    text-transform: uppercase
}

.shopping-cart .estimate-ship-tax table tbody tr td .form-group label, .shopping-cart .estimate-ship-tax table tbody tr td .form-group input, .blog-page .blog-write-comment .form-group label, .blog-page .blog-write-comment .form-group input, .contact-page .contact-form form label, .contact-page .contact-form form input {
    font-size: 13px;
    font-weight: normal;
    color: #999
}

.contact-page .contact-form form label {
    font-weight: 600
}

.shopping-cart .estimate-ship-tax table tbody tr td .form-group label span, .blog-page .blog-write-comment label span, .contact-page .contact-form form label span, .checkout-box .checkout-steps .checkout-step-01 .already-registered-login form .form-group label span {
    color: red
}

.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total, .shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
    font-size: 16px
}

.shopping-cart-table table tbody tr td .quant-input {
    display: inline-block;
    height: 35px;
    position: relative;
    width: 70px
}

.shopping-cart-table table tbody tr td .quant-input .arrows {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.shopping-cart-table table tbody tr td .quant-input .arrows .arrow {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    text-align: center;
    width: 40px
}

.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-asc {
    top: 5px
}

.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-desc {
    top: -7px
}

.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon {
    position: relative
}

.shopping-cart-table table tbody tr td .quant-input input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    font-size: 15px;
    height: 35px;
    left: 0;
    padding: 0 20px 0 18px;
    position: absolute;
    top: 0;
    width: 70px;
    z-index: 1
}

.shopping-cart .col-main .cart .bg-scroll {
    border-top: none;
    margin-top: 20px;
    overflow: hidden;
    border-top: none;
    border-bottom: none;
    border-right: none
}

.shopping-cart .col-main .cart .cart-thead {
    background: #fbfbfb;
    font-weight: bold;
    font-size: 13px;
    clear: both;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    border-right: none;
    border-left: none;
    float: left;
    min-width: 600px
}

.shopping-cart .col-main .cart .cart-thead div {
    float: left;
    padding: 10px 0px;
    color: #333;
    text-align: center;
    font-size: 13px
}

.shopping-cart .col-main .cart .cart-tbody {
    width: 100%;
    float: left
}

.shopping-cart .col-main .cart .cart-tbody .item-cart {
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    float: left
}

.shopping-cart .col-main .cart .cart-tbody .item-cart div {
    float: left;
    padding: 20px 10px 6px;
    line-height: 20px;
    vertical-align: top;
    height: 135px;
    overflow: hidden
}

.shopping-cart .col-main .cart .cart-tbody .item-cart .product-image {
    min-height: 75px;
    display: block;
    height: auto;
    width: 100%;
    padding: 0 20px
}

.shopping-cart .col-main .cart .item-cart .image .product-image img {
    max-width: 100%;
    height: auto;
    max-height: 98px;
    width: auto;
    display: inherit;
    margin: 0 auto
}

.shopping-cart .col-main .cart .cart-tbody .item-cart div .product-name {
    margin: 0px;
    padding-bottom: 0px;
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    margin-top: 10%
}

.shopping-cart .col-main .cart .variant-title {
    color: #686868
}

.shopping-cart .col-main .cart .cart-tbody .item-cart div .price {
    font-size: 16px;
    font-weight: bold;
    line-height: 6;
    color: #ff9800
}

.shopping-cart .col-main .cart .cart-tbody .item-cart div .input_qty_pr {
    height: auto;
    border-right: none;
    width: 100%;
    margin-top: 15px;
    padding: 20px 0px 0px 0px
}

.shopping-cart .col-main .cart .cart-tbody .item-cart .input_qty_pr .items-count {
    border: 1px solid #ddd;
    outline: none;
    background: #fff;
    height: 24px;
    width: 24px;
    vertical-align: baseline;
    text-align: center;
    padding: 0;
    display: inline-block;
    margin: 0
}

.shopping-cart .col-main .cart .cart-tbody .item-cart .number-sidebar {
    min-height: 0;
    position: static;
    display: inline-block;
    float: none;
    margin-bottom: 0;
    border: 1px solid #ddd;
    height: 24px;
    margin-left: -1px;
    text-align: center;
    width: 23px;
    margin-right: -1px;
    padding: 0;
    line-height: 15px
}

.shopping-cart .col-main .cart .cart-tbody .item-cart div:nth-child(6) {
    padding: 10px 0 6px;
    position: relative
}

.shopping-cart .col-main .cart .cart-tbody .item-cart div a.remove-item span {
    display: none
}

.shopping-cart .col-main .cart .bg-scroll .cart-tbody .item-cart div a.remove-item {
    background-color: #fff;
    background-image: url(/tp/T0215/img/tmp/bin.png);
    width: 22px;
    height: 26px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.shopping-cart .col-main .cart .totals .inner {
    padding: 0px 0 15px;
    margin-top: 0;
    margin-right: 1px
}

.shopping-cart .col-main .cart #shopping-cart-totals-table {
    width: 100%;
    padding-bottom: 8px;
    background: #fff
}

.shopping-cart .col-main .cart ul.checkout {
    clear: left;
    padding: 20px;
    border: 1px solid #ebebeb;
    margin-bottom: 30px
}

.shopping-cart .col-main .cart .btn-proceed-checkout {
    background: #ff9800;
    line-height: 20px;
    color: #fff;
    height: 40px;
    font-size: 16px;
    border: none;
    text-transform: uppercase
}

.shopping-cart .col-main .cart #shopping-cart-totals-table tr td.a-right {
    width: 231px;
    border-left: 1px solid #ebebeb
}

.shopping-cart .col-main .cart #shopping-cart-totals-table tr td {
    border: #ebebeb thin solid;
    border-top: none;
    border-bottom: none;
    padding: 20px
}

.shopping-cart .col-main .cart span.totals_price.price {
    color: #ff9800;
    font-size: 16px
}

.shopping-cart .col-main .cart .btn.btn-white {
    margin-right: 10px
}

.shopping-cart .col-main .cart .btn.btn-white:hover, .shopping-cart .col-main .cart .btn.btn-white:focus {
    background-color: #ff9800;
    border-color: #ff9800
}

.a-right {
    text-align: right !important
}

.f-left {
    float: left !important
}

.f-right {
    float: right !important
}

.cart_desktop_page form {
    margin-bottom: 0
}

.aside-filter {
    background-color: #fbfbfb;
    padding: 10px 0;
    margin-bottom: 15px
}

.aside-filter .filter-container {
    margin-bottom: 0
}

.aside-filter .fiter-title {
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    color: #222;
    font-size: 18px
}

.aside-filter .aside-item .aside-title {
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px
}

.aside-filter .aside-item .aside-title .title-head {
    margin: 0;
    color: #ff9800;
    font-weight: 500;
    font-size: 16px
}

.aside-filter .aside-item .aside-content {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px
}

.aside-filter .aside-item .aside-content .filter-item {
    padding-right: 0
}

.aside-filter .aside-item .aside-content .filter-item * {
    color: #222
}

.aside-filter .aside-item .aside-content .filter-item *:hover, .aside-filter .aside-item .aside-content .filter-item *:focus {
    color: #ff9800
}

.aside-filter .aside-item .aside-content .filter-item--check-box .fa {
    margin-left: 3px
}

.aside-filter .aside-item.filter-price .aside-title {
    margin-bottom: 15px
}

.aside-filter .aside-item.filter-vendor .filter-item {
    width: 100%
}

.aside-filter .aside-item.filter-vendor .filter-item * {
    color: #222
}

.aside-filter .aside-item.filter-vendor .filter-item *:hover, .aside-filter .aside-item.filter-vendor .filter-item *:focus {
    color: #ff9800
}

.aside-filter .aside-item.tag-filtster .aside-content {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 15px
}

.aside-item.collection-category {
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    padding: 10px;
    margin-top: 15px
}

.aside-item.collection-category .aside-title {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px
}

.aside-item.collection-category .aside-title .title-head {
    font-weight: 500;
    margin: 0;
    color: #222;
    font-size: 18px;
    display: block
}

.aside-item.collection-category .nav li a {
    font-size: 14px;
    padding-left: 0;
    padding-right: 10px;
    color: #222
}

.aside-item.collection-category .nav li a:hover, .aside-item.collection-category .nav li a:focus {
    color: #ff9800;
    background-color: transparent
}

.aside-item.collection-category .nav > li > a {
    border-bottom: 1px solid #f8f8f8
}

.aside-item.collection-category .nav > li:last-child > a {
    border-bottom: none
}

.aside-item.collection-category .nav > li.nav-item .fa {
    top: 10px
}

.aside-item.collection-category .nav > li.nav-item .dropdown-menu .nav-item .fa {
    top: 5px
}

.search-main .has-validation-callback {
    margin-top: 10px
}

.search-main .has-validation-callback button {
    background-color: #ff9800;
    border-color: #ff9800;
    color: #fff
}

.search-main .has-validation-callback button:hover, .search-main .has-validation-callback button:focus {
    outline: none;
    box-shadow: none;
    background-color: #d2154b;
    border-color: #d2154b
}

.search-main .has-validation-callback input {
    border: 1px solid #e5e5e5
}

.search-main .has-validation-callback input:hover, .search-main .has-validation-callback input:focus {
    outline: none;
    box-shadow: none
}

.main_container.collection .title-head {
    display: inherit;
    position: absolute;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0px;
    line-height: 30px;
    top: 5px
}

.main_container.collection .pottion {
    position: relative
}

.category-gallery {
    margin-bottom: 20px
}

.collections_des_and_menu_list {
    margin-bottom: 15px
}

.collections_des_and_menu_list ul li {
    margin-bottom: 10px
}

.collections_des_and_menu_list ul li a {
    display: block;
    padding: 7px 14px;
    border-radius: 5px;
    border: 1px solid #efefef;
    color: #222
}

.collections_des_and_menu_list ul li a:hover, .collections_des_and_menu_list ul li a:focus {
    text-decoration: none;
    color: #ff9800;
    border-color: #ff9800
}

.collections_des_and_menu_list ul li.active a {
    color: #ff9800;
    border-color: #ff9800
}

.product-page-relative {
    background-color: #fbfbfb;
    padding: 50px 0
}

.product-page-relative .related-product h2 {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 1.1;
    margin: 0 0 20px 0;
    color: #222
}

.product-page-relative .related-product .owl-carousel .owl-nav .owl-prev, .product-page-relative .related-product .owl-carousel .owl-nav .owl-next {
    width: 22px;
    height: 35px;
    background-color: #222;
    border-radius: 3px;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    opacity: 0;
    visibility: hidden;
    margin-top: -21px
}

.product-page-relative .related-product .owl-carousel .owl-nav .owl-prev:before, .product-page-relative .related-product .owl-carousel .owl-nav .owl-next:before {
    width: 22px;
    height: 35px;
    background-color: #222;
    line-height: 35px;
    border-radius: 3px
}

.product-page-relative .related-product .owl-carousel .owl-nav .owl-prev {
    left: -50px
}

.product-page-relative .related-product .owl-carousel .owl-nav .owl-next {
    right: -50px
}

.product-page-relative .related-product .owl-carousel:hover .owl-nav .owl-prev {
    left: 0;
    opacity: 1;
    visibility: inherit
}

.product-page-relative .related-product .owl-carousel:hover .owl-nav .owl-next {
    right: 0;
    opacity: 1;
    visibility: inherit
}

.details-product .owl-carousel .owl-nav .owl-prev, .details-product .owl-carousel .owl-nav .owl-next {
    width: 22px;
    height: 35px;
    background-color: #222;
    border-radius: 3px;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    opacity: 0;
    visibility: hidden;
    margin-top: -21px
}

.details-product .owl-carousel .owl-nav .owl-prev:before, .details-product .owl-carousel .owl-nav .owl-next:before {
    width: 22px;
    height: 35px;
    background-color: #222;
    line-height: 35px;
    border-radius: 3px
}

.details-product .owl-carousel .owl-nav .owl-prev {
    left: -50px
}

.details-product .owl-carousel .owl-nav .owl-next {
    right: -50px
}

.details-product .owl-carousel:hover .owl-nav .owl-prev {
    left: 0;
    opacity: 1;
    visibility: inherit
}

.details-product .owl-carousel:hover .owl-nav .owl-next {
    right: 0;
    opacity: 1;
    visibility: inherit
}

.details-product .details-pro h1 {
    margin-top: 0;
    color: #222;
    font-weight: 700
}

.details-product .details-pro .item-brand {
    color: #999;
    display: inline-block;
    position: relative;
    font-size: 12px
}

.details-product .details-pro .stock-brand {
    border-top: 1px solid #f4f4f4;
    margin-top: 7px;
    padding-top: 7px
}

.details-product .details-pro .stock-brand ul li .stock-brand-title {
    color: #525252;
    width: 100px;
    display: inline-block
}

.details-product .details-pro .stock-brand ul li .a-brand {
    color: #ff9800
}

.details-product .details-pro .stock-brand ul li .a-stock {
    color: #73a91d
}

.details-product .details-pro .stock-brand ul li .a-stock.a-stock-out {
    color: #FFCA28
}

.details-product .details-pro .product-summary {
    background-color: #fbfbfb;
    padding: 10px;
    border-radius: 3px;
    margin-top: 5px
}

.details-product .details-pro .product-summary ul li {
    margin-bottom: 0
}

.details-product .details-pro .price-box {
    margin: 5px 0 5px
}

.details-product .details-pro .price-box .special-price {
    display: block;
    width: 100%
}

.details-product .details-pro .price-box .special-price .product-price {
    font-size: 25px;
    color: #ff9800;
    font-weight: 700
}

.details-product .details-pro .price-box .old-price {
    font-size: 13px
}

.details-product .details-pro .price-box .old-price .product-price-old {
    color: #222;
    font-size: 14px;
    font-weight: 500
}

.details-product .details-pro .price-box .save-price {
    color: #73a91d;
    margin-left: 30px
}

@media (max-width: 1024px) {
    .details-product .details-pro .price-box .save-price {
        margin-left: 5px
    }
}

.details-product .details-pro .price-box .save-price .product-price-save {
    font-weight: 700
}

.details-product .details-pro .form-product .form-group {
    display: block
}

.details-product .details-pro .form-product .form-group .custom-btn-number {
    width: auto;
    float: left;
    margin-right: 10px
}

.details-product .details-pro .form-product .form-group .custom-btn-number #quantity {
    float: left;
    margin-right: 2px;
    border: 1px solid #e8e8e8
}

.details-product .details-pro .form-product .form-group .custom-btn-number .gp-btn {
    float: left;
    width: 20px
}

.details-product .details-pro .form-product .form-group .custom-btn-number .gp-btn button {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    outline: none;
    box-shadow: none;
    height: 19px;
    width: 20px;
    padding: 0;
    text-align: center;
    line-height: 10px;
    font-size: 14px;
    margin: 0;
    float: left
}

.details-product .details-pro .form-product .form-group .custom-btn-number .gp-btn button:last-child {
    margin-top: 2px
}

.details-product .details-pro .form-product .form-group .btn-lg {
    background-color: #ff9800;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    padding: 0 30px;
    font-size: 17px;
    border-color: #ff9800;
    float: left
}

.details-product .details-pro .form-product .form-group .btn-lg:hover, .details-product .details-pro .form-product .form-group .btn-lg:focus {
    background-color: #d2154b;
    border-color: #d2154b
}

.details-product .details-pro .form-product .swatch {
    display: table
}

.details-product .details-pro .form-product .swatch .header {
    float: none;
    display: table-cell;
    vertical-align: middle
}

.details-product .social-sharing {
    margin-top: 10px
}

@media screen and (max-width: 767px) {
    .details-product .nav-tabs-responsive > li {
        display: none;
        width: 23%
    }

    .details-product .nav-tabs-responsive > li > a {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        width: 100%;
        width: 100%;
        text-align: center;
        vertical-align: top
    }

    .details-product .nav-tabs-responsive > li.active {
        width: 54%
    }

    .details-product .nav-tabs-responsive > li.active:first-child {
        margin-left: 23%
    }

    .details-product .nav-tabs-responsive > li.active, .details-product .nav-tabs-responsive > li.prev, .details-product .nav-tabs-responsive > li.next {
        display: block
    }

    .details-product .nav-tabs-responsive > li.prev, .details-product .nav-tabs-responsive > li.next {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    .details-product .nav-tabs-responsive > li.next > a, .details-product .nav-tabs-responsive > li.prev > a {
        -webkit-transition: none;
        transition: none
    }

    .details-product .nav-tabs-responsive > li.next > a .text, .details-product .nav-tabs-responsive > li.prev > a .text {
        display: none
    }

    .details-product .nav-tabs-responsive > li.next > a:after, .details-product .nav-tabs-responsive > li.next > a:after, .details-product .nav-tabs-responsive > li.prev > a:after, .details-product .nav-tabs-responsive > li.prev > a:after {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'FontAwesome';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .details-product .nav-tabs-responsive > li.prev > a:after {
        content: "\f0a8"
    }

    .details-product .nav-tabs-responsive > li.next > a:after {
        content: "\f0a9"
    }

    .details-product .nav-tabs-responsive > li.dropdown > a > .caret {
        display: none
    }

    .details-product .nav-tabs-responsive > li.dropdown > a:after {
        content: "\e114"
    }

    .details-product .nav-tabs-responsive > li.dropdown.active > a:after {
        display: none
    }

    .details-product .nav-tabs-responsive > li.dropdown.active > a > .caret {
        display: inline-block
    }

    .details-product .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-left {
        left: 0;
        right: auto
    }

    .details-product .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-center {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .details-product .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-right {
        left: auto;
        right: 0
    }
}

.details-product #myTabContent {
    margin-top: 15px
}

@media (min-width: 767px) {
    .details-product #myTab.nav-tabs {
        border-color: #f4f4f4
    }

    .details-product #myTab.nav-tabs li {
        padding: 0 15px
    }

    .details-product #myTab.nav-tabs li a {
        border: none;
        background: transparent;
        border-radius: 0;
        position: relative;
        padding: 10px 0;
        text-transform: uppercase;
        color: #222;
        font-weight: 700
    }

    .details-product #myTab.nav-tabs li a:before {
        content: "";
        height: 2px;
        width: 50px;
        background-color: #c0c0c0;
        position: absolute;
        bottom: 0;
        left: 0
    }

    .details-product #myTab.nav-tabs li:first-child {
        padding-left: 0
    }

    .details-product #myTab.nav-tabs li.active a, .details-product #myTab.nav-tabs li:hover a {
        color: #ff9800
    }

    .details-product #myTab.nav-tabs li.active a:before, .details-product #myTab.nav-tabs li:hover a:before {
        background-color: #ff9800
    }
}

@media screen and (max-width: 767px) {
    .section_tab_product .nav-tabs-responsive > li {
        display: none;
        width: 23%
    }

    .section_tab_product .nav-tabs-responsive > li > a {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        width: 100%;
        width: 100%;
        text-align: center;
        vertical-align: top
    }

    .section_tab_product .nav-tabs-responsive > li.active {
        width: 54%
    }

    .section_tab_product .nav-tabs-responsive > li.active:first-child {
        margin-left: 23%
    }

    .section_tab_product .nav-tabs-responsive > li.active, .section_tab_product .nav-tabs-responsive > li.prev, .section_tab_product .nav-tabs-responsive > li.next {
        display: block
    }

    .section_tab_product .nav-tabs-responsive > li.prev, .section_tab_product .nav-tabs-responsive > li.next {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    .section_tab_product .nav-tabs-responsive > li.next > a, .section_tab_product .nav-tabs-responsive > li.prev > a {
        -webkit-transition: none;
        transition: none
    }

    .section_tab_product .nav-tabs-responsive > li.next > a .text, .section_tab_product .nav-tabs-responsive > li.prev > a .text {
        display: none
    }

    .section_tab_product .nav-tabs-responsive > li.next > a:after, .section_tab_product .nav-tabs-responsive > li.next > a:after, .section_tab_product .nav-tabs-responsive > li.prev > a:after, .section_tab_product .nav-tabs-responsive > li.prev > a:after {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'FontAwesome';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .section_tab_product .nav-tabs-responsive > li.prev > a:after {
        content: "\f0a8"
    }

    .section_tab_product .nav-tabs-responsive > li.next > a:after {
        content: "\f0a9"
    }

    .section_tab_product .nav-tabs-responsive > li.dropdown > a > .caret {
        display: none
    }

    .section_tab_product .nav-tabs-responsive > li.dropdown > a:after {
        content: "\e114"
    }

    .section_tab_product .nav-tabs-responsive > li.dropdown.active > a:after {
        display: none
    }

    .section_tab_product .nav-tabs-responsive > li.dropdown.active > a > .caret {
        display: inline-block
    }

    .section_tab_product .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-left {
        left: 0;
        right: auto
    }

    .section_tab_product .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-center {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .section_tab_product .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-right {
        left: auto;
        right: 0
    }

    .section_tab_product #myTab.nav-tabs {
        margin-bottom: 25px;
        border: none;
        position: relative
    }

    .section_tab_product #myTab.nav-tabs:before {
        content: "";
        height: 1px;
        width: 100%;
        background-color: #ddd;
        left: 0;
        bottom: -1px;
        position: absolute
    }

    .section_tab_product #myTab.nav-tabs li.active a {
        background-color: #fff;
        color: #ff9800;
        position: relative
    }

    .section_tab_product #myTab.nav-tabs li.active a:hover, .section_tab_product #myTab.nav-tabs li.active a:focus {
        background-color: #fff;
        color: #ff9800
    }

    .section_tab_product #myTab.nav-tabs li:hover a, .section_tab_product #myTab.nav-tabs li:focus a {
        background-color: #fff
    }
}

@media (min-width: 767px) {
    .section_tab_product #myTab.nav-tabs {
        text-align: center;
        margin-bottom: 20px;
        border: none
    }

    .section_tab_product #myTab.nav-tabs li {
        float: none;
        display: inline-block;
        border: none;
        position: relative;
        margin: 0 10px
    }

    .section_tab_product #myTab.nav-tabs li a {
        border: none;
        margin: 0;
        text-transform: uppercase;
        padding: 0
    }

    .section_tab_product #myTab.nav-tabs li:after {
        content: "";
        height: 2px;
        width: 30px;
        background-color: #c8c8c8;
        position: absolute;
        left: 0;
        top: 100%;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s
    }

    .section_tab_product #myTab.nav-tabs li.active {
        background: #fff
    }

    .section_tab_product #myTab.nav-tabs li.active:after {
        width: 100%;
        background-color: #ff9800
    }

    .section_tab_product #myTab.nav-tabs li.active a {
        color: #ff9800
    }

    .section_tab_product #myTab.nav-tabs li:hover a, .section_tab_product #myTab.nav-tabs li:focus a {
        color: #ff9800;
        text-decoration: none;
        background-color: transparent
    }

    .section_tab_product #myTab.nav-tabs li:hover:after, .section_tab_product #myTab.nav-tabs li:focus:after {
        width: 100%;
        background-color: #ff9800
    }
}

@media (max-width: 992px) {
    .product-sidebar-ant-fashion {
        margin-top: 15px
    }
}

.product-sidebar-ant-fashion .box-hotlines {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px
}

.product-sidebar-ant-fashion .box-hotlines .box-hotlines-left {
    float: left
}

.product-sidebar-ant-fashion .box-hotlines .box-hotlines-left h3 {
    margin: 0;
    font-weight: 500;
    font-size: 17px
}

.product-sidebar-ant-fashion .box-hotlines .box-hotlines-left p {
    margin: 0;
    font-size: 13px;
    margin-top: 5px
}

.product-sidebar-ant-fashion .box-hotlines .box-hotlines-left h2 {
    font-size: 24px;
    margin-top: 5px;
    line-height: 1.1;
    font-weight: 700
}

.product-sidebar-ant-fashion .box-hotlines .box-hotlines-left h2 a {
    color: #222
}

.product-sidebar-ant-fashion .box-hotlines .box-hotlines-left h2 a:hover, .product-sidebar-ant-fashion .box-hotlines .box-hotlines-left h2 a:focus {
    color: #ff9800;
    text-decoration: none
}

.product-sidebar-ant-fashion .box-hotlines .box-hotlines-left .link-contact a {
    color: #ff9800
}

.product-sidebar-ant-fashion .box-hotlines .box-hotlines-right {
    float: right
}

@media (min-width: 1023px) and (max-width: 1024px) {
    .product-sidebar-ant-fashion .box-hotlines .box-hotlines-right {
        display: none
    }
}

.product-sidebar-ant-fashion .box-hotlines .box-hotlines-right a {
    display: block;
    height: 55px;
    width: 55px;
    border: 3px solid #eaf2de;
    border-radius: 50%;
    text-align: center;
    line-height: 55px;
    position: relative;
    margin-top: 28px
}

.product-sidebar-ant-fashion .box-hotlines .box-hotlines-right a i {
    font-size: 32px;
    color: #73a91d;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.product-sidebar-ant-fashion .main-project__tab--content {
    background-color: #fff4de;
    border: 1px dashed #f6a623;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px
}

.product-sidebar-ant-fashion .main-project__tab--content .product-promotions-list-title {
    margin-top: 0;
    font-size: 15px;
    color: #e52025
}

.product-sidebar-ant-fashion .main-project__tab--content .product-promotions-list-content a {
    color: #288ad6
}

.product-sidebar-ant-fashion .main-project__tab--content .product-promotions-list-content ul {
    list-style: disc inside
}

.product-sidebar-ant-fashion .product_preview .recently-viewed-products .title_section_center .title {
    font-size: 18px;
    margin-top: 0
}

.product-sidebar-ant-fashion .product_preview .recently-viewed-products #recently-viewed-products .recently-item-pro {
    margin-bottom: 10px
}

.product-sidebar-ant-fashion .product_preview .recently-viewed-products #recently-viewed-products .recently-item-pro .image {
    float: left;
    margin-right: 10px
}

.product-sidebar-ant-fashion .product_preview .recently-viewed-products #recently-viewed-products .recently-item-pro .image img {
    width: 75px;
    height: auto
}

.product-sidebar-ant-fashion .product_preview .recently-viewed-products #recently-viewed-products .recently-item-pro .info {
    padding-left: 85px
}

.product-sidebar-ant-fashion .product_preview .recently-viewed-products #recently-viewed-products .recently-item-pro .info h3 {
    margin: 0;
    font-size: 14px
}

.product-sidebar-ant-fashion .product_preview .recently-viewed-products #recently-viewed-products .recently-item-pro .info h3 a {
    color: #222
}

.product-sidebar-ant-fashion .product_preview .recently-viewed-products #recently-viewed-products .recently-item-pro .info h3 a:hover, .product-sidebar-ant-fashion .product_preview .recently-viewed-products #recently-viewed-products .recently-item-pro .info h3 a:focus {
    color: #ff9800;
    text-decoration: none
}

.section-feature-product-slider .product-thumbnail, .related-product .product-thumbnail {
    position: relative;
    height: 300px
}

@media (max-width: 1024px) {
    .section-feature-product-slider .product-thumbnail, .related-product .product-thumbnail {
        height: 165px
    }
}

@media (max-width: 992px) {
    .section-feature-product-slider .product-thumbnail, .related-product .product-thumbnail {
        height: 170px
    }
}

@media (max-width: 737px) {
    .section-feature-product-slider .product-thumbnail, .related-product .product-thumbnail {
        height: 260px
    }
}

@media (max-width: 668px) {
    .section-feature-product-slider .product-thumbnail, .related-product .product-thumbnail {
        height: 231px
    }
}

@media (max-width: 569px) {
    .section-feature-product-slider .product-thumbnail, .related-product .product-thumbnail {
        height: 194px
    }
}

@media (max-width: 480px) {
    .section-feature-product-slider .product-thumbnail, .related-product .product-thumbnail {
        height: 136px
    }
}

@media (max-width: 376px) {
    .section-feature-product-slider .product-thumbnail, .related-product .product-thumbnail {
        height: 121px
    }
}

@media (max-width: 321px) {
    .section-feature-product-slider .product-thumbnail, .related-product .product-thumbnail {
        height: 101px
    }
}

.section-feature-product-slider .product-thumbnail img, .related-product .product-thumbnail img {
    width: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.section_tab_product .product-thumbnail {
    position: relative;
    height: 330px
}

@media (max-width: 1024px) {
    .section_tab_product .product-thumbnail {
        height: 123px
    }
}

@media (max-width: 992px) {
    .section_tab_product .product-thumbnail {
        height: 165px
    }
}

@media (max-width: 737px) {
    .section_tab_product .product-thumbnail {
        height: 253px
    }
}

@media (max-width: 668px) {
    .section_tab_product .product-thumbnail {
        height: 227px
    }
}

@media (max-width: 569px) {
    .section_tab_product .product-thumbnail {
        height: 191px
    }
}

@media (max-width: 480px) {
    .section_tab_product .product-thumbnail {
        height: 132px
    }
}

@media (max-width: 376px) {
    .section_tab_product .product-thumbnail {
        height: 118px
    }
}

@media (max-width: 321px) {
    .section_tab_product .product-thumbnail {
        height: 97px
    }
}

.section_tab_product .product-thumbnail img {
    width: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.products-view-grid .product-box-edits .product-thumbnail {
    position: relative;
    height: 197px
}

@media (max-width: 1024px) {
    .products-view-grid .product-box-edits .product-thumbnail {
        height: 250px
    }
}

@media (max-width: 992px) {
    .products-view-grid .product-box-edits .product-thumbnail {
        height: 165px
    }
}

@media (max-width: 737px) {
    .products-view-grid .product-box-edits .product-thumbnail {
        height: 253px
    }
}

@media (max-width: 668px) {
    .products-view-grid .product-box-edits .product-thumbnail {
        height: 228px
    }
}

@media (max-width: 569px) {
    .products-view-grid .product-box-edits .product-thumbnail {
        height: 191px
    }
}

@media (max-width: 480px) {
    .products-view-grid .product-box-edits .product-thumbnail {
        height: 133px
    }
}

@media (max-width: 376px) {
    .products-view-grid .product-box-edits .product-thumbnail {
        height: 118px
    }
}

@media (max-width: 321px) {
    .products-view-grid .product-box-edits .product-thumbnail {
        height: 97px
    }
}

.products-view-grid .product-box-edits .product-thumbnail img {
    width: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.product-fpt-with-stick-nav .details-product .product-summary .description ul {
    margin-left: 0;
    cursor: pointer;
    list-style: none
}

.product-fpt-with-stick-nav .details-product .product-summary .description ul li {
    width: 50%;
    float: left;
    position: relative;
    padding-left: 14px;
    font-size: 13px;
    margin-bottom: 5px;
    padding-right: 10px
}

.product-fpt-with-stick-nav .details-product .product-summary .description ul li:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #d8d8d8;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.product-fpt-with-stick-nav .details-product .product-summary .description ul li label {
    display: inline;
    font-weight: bold;
    color: #676767;
    font-size: 13px
}

.product-fpt-with-stick-nav .details-product .product-summary .description ul li span {
    display: inline;
    padding: 0;
    color: #676767;
    font-size: 13px
}

.product-fpt-with-stick-nav .product-fpt-with-stick-tab .tabs-fpt-cont {
    display: block
}

.product-fpt-with-stick-nav .product-fpt-with-stick-tab .tabs-fpt-cont ul.tabs-fpt {
    padding: 0;
    border-bottom: 1px solid #e3e3e3;
    list-style: none
}

.product-fpt-with-stick-nav .product-fpt-with-stick-tab .tabs-fpt-cont ul.tabs-fpt li {
    display: inline-block;
    margin-right: 30px
}

.product-fpt-with-stick-nav .product-fpt-with-stick-tab .tabs-fpt-cont ul.tabs-fpt li a {
    height: 47px;
    padding: 13px 0;
    display: block;
    font-size: 16px;
    line-height: 1.22;
    color: #3d3d3d;
    border-bottom: 3px solid transparent
}

.product-fpt-with-stick-nav .product-fpt-with-stick-tab .tabs-fpt-cont ul.tabs-fpt li a:hover, .product-fpt-with-stick-nav .product-fpt-with-stick-tab .tabs-fpt-cont ul.tabs-fpt li a:Focus {
    border-bottom: 3px solid #ff9800;
    text-decoration: none
}

.product-fpt-with-stick-nav .product-fpt-with-stick-tab .tabs-fpt-cont ul.tabs-fpt li a.active {
    border-bottom: 3px solid #ff9800
}

.product-fpt-with-stick-nav .product-fpt-with-stick-tab .tabs-fpt-cont ul.tabs-fpt li:hover a, .product-fpt-with-stick-nav .product-fpt-with-stick-tab .tabs-fpt-cont ul.tabs-fpt li:focus a {
    border-bottom: 3px solid #ff9800;
    text-decoration: none
}

.product-fpt-with-stick-nav .product-fpt-with-stick-tab .tabs-fpt-cont.scroll-to-fixed-fixed {
    width: 100%;
    z-index: 15;
    background: #313131;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5)
}

.product-fpt-with-stick-nav .product-fpt-with-stick-tab .tabs-fpt-cont.scroll-to-fixed-fixed ul {
    border-bottom: none;
    padding: 0 15px
}

.product-fpt-with-stick-nav .product-fpt-with-stick-tab .tabs-fpt-cont.scroll-to-fixed-fixed ul li a {
    font-size: 15px;
    color: #f1f1f1
}

@media (max-width: 480px) {
    .product-fpt-with-stick-nav .product-fpt-with-stick-tab .tabs-fpt-cont {
        display: none !important
    }
}

.product-fpt-with-stick-nav .product-fpt-with-stick-tab #tab-1 {
    position: relative;
    padding-top: 50px
}

@media (max-width: 480px) {
    .product-fpt-with-stick-nav .product-fpt-with-stick-tab #tab-1 {
        padding-top: 10px
    }
}

.product-fpt-with-stick-nav .product-fpt-with-stick-tab #tab-1 h3 {
    margin-top: 0
}

.product-fpt-with-stick-nav .product-fpt-with-stick-tab #tab-2 {
    padding-top: 50px
}

@media (max-width: 480px) {
    .product-fpt-with-stick-nav .product-fpt-with-stick-tab #tab-2 {
        padding-top: 10px
    }
}

.product-fpt-with-stick-nav .product-fpt-with-stick-tab #tab-2 ul {
    max-width: 100%
}

.product-fpt-with-stick-nav .product-fpt-with-stick-tab #tab-2 ul li {
    display: table;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb
}

.product-fpt-with-stick-nav .product-fpt-with-stick-tab #tab-2 ul li:first-child {
    display: table;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
    font-weight: bold;
    color: #d0021b
}

.product-fpt-with-stick-nav .product-fpt-with-stick-tab #tab-2 ul li label, .product-fpt-with-stick-nav .product-fpt-with-stick-tab #tab-2 ul li span {
    display: table-cell;
    vertical-align: middle;
    word-break: break-all;
    line-height: 18px
}

.product-fpt-with-stick-nav .product-fpt-with-stick-tab #tab-2 ul li label {
    width: 180px
}

.product-fpt-with-stick-nav .product-fpt-with-stick-tab #tab-2 h2:first-child {
    padding: 15px 0px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 18px;
    color: #333;
    margin: 0
}

.product-fpt-with-stick-nav .product-fpt-with-stick-tab #tab-3 {
    padding-top: 50px
}

@media (max-width: 480px) {
    .product-fpt-with-stick-nav .product-fpt-with-stick-tab #tab-3 {
        padding-top: 10px
    }
}

.product-fpt-with-stick-nav .product-fpt-with-stick-tab #tab-3 h2 {
    padding: 15px 0px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 18px;
    color: #333;
    margin: 0
}

@media (max-width: 480px) {
    .product-fpt-with-stick-nav .product-fpt-with-stick-tab #tab-3 h2 {
        display: none
    }
}

.product-fpt-with-stick-nav .product-fpt-with-stick-tab .tilte-haders {
    display: none
}

@media (max-width: 480px) {
    .product-fpt-with-stick-nav .product-fpt-with-stick-tab .tilte-haders {
        display: block;
        padding: 10px 0;
        font-size: 16px;
        color: #222;
        text-transform: uppercase;
        border-bottom: 1px solid #ececec;
        font-weight: 700
    }
}

.product-fpt-with-stick-nav .product-well {
    min-height: 20px;
    padding: 0;
    padding-bottom: 35px;
    background-color: #fff;
    position: relative;
    margin-bottom: 40px;
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 0
}

.product-fpt-with-stick-nav .product-well .ba-text-fpt {
    height: 300px;
    overflow: hidden;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s
}

.product-fpt-with-stick-nav .product-well.expanded .ba-text-fpt {
    height: auto;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s
}

.product-fpt-with-stick-nav .product-well.expanded .less-text {
    display: block
}

.product-fpt-with-stick-nav .product-well.expanded .more-text {
    display: none
}

.product-fpt-with-stick-nav .product-well.expanded .show-more::before {
    display: none
}

.product-fpt-with-stick-nav .product-well .show-more .btn--view-more {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 120px;
    margin-left: -60px;
    margin-top: -15px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    color: #333;
    font-weight: normal
}

.product-fpt-with-stick-nav .product-well .show-more .btn--view-more:hover, .product-fpt-with-stick-nav .product-well .show-more .btn--view-more:focus {
    color: #ff9800;
    border-color: #ff9800
}

.product-fpt-with-stick-nav .product-well .show-more::before {
    height: 55px;
    margin-top: -45px;
    content: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#fff), color-stop(0.2, #fff), to(rgba(255, 255, 255, 0)));
    display: block
}

.product-fpt-with-stick-nav .product-well .less-text {
    display: none
}

@media (max-width: 480px) {
    .product-fpt-with-stick-nav .product-sidebar-ant-fashion .box-hotlines {
        margin-bottom: 0
    }

    .product-fpt-with-stick-nav .margin-top-15.margin-bottom-10 {
        margin-top: 0 !important
    }
}

@media (min-width: 1023px) and (max-width: 1024px) {
    .details-pro {
        padding-left: 0
    }
}

.details-pro .tag-product {
    display: table
}

.details-pro .tag-product label {
    display: table-cell !important;
    width: 45px
}

#myTabContent #home img {
    max-width: 100% !important;
    height: auto !important
}

@media (max-width: 1199px) {
    .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
        width: 187px
    }
}

@media (min-width: 1025px) and (max-width: 1100px) {
    .center-header .header-hotline ul li {
        margin-right: 10px
    }

    .center-header .header-search-account .header-search .search_form {
        width: 238px
    }
}

@media (max-width: 1024px) {
    .center-header .header-hotline ul li {
        margin-right: 10px
    }

    .center-header .header-hotline ul li:first-child {
        min-width: 170px
    }

    .center-header .header-search-account .header-search .search_form {
        width: 230px
    }
}

@media (max-width: 991px) {
    .center-header .header-hotline ul li {
        margin-right: 5px
    }

    .center-header .header-hotline ul li:first-child {
        min-width: 160px
    }

    .center-header .header-search {
        float: right;
        display: inline-block;
        margin-left: 10px
    }

    .center-header .header-search .header_search {
        display: none;
        position: absolute;
        top: 65px;
        right: 0;
        width: 250px;
        z-index: 9999
    }

    .center-header .header-search .i-search {
        height: 40px;
        width: 40px;
        color: #222;
        background-color: #eee;
        border-radius: 50%;
        display: inline-block;
        line-height: 40px;
        text-align: center
    }

    .center-header .main-logo a img {
        max-width: 135px
    }

    .nav-header .header-cart-desktop .cart-right .cart-text {
        display: none
    }

    .nav-header .header-cart-desktop .cart-right .count_item_pr {
        position: absolute;
        top: 0;
        left: 50px
    }

    .nav-header nav .nav-item .nav-link {
        font-size: 12px;
        padding: 10px 7px
    }

    header nav .mega-content {
        width: 720px
    }

    .section_banner .col-md-3 {
        margin-bottom: 30px
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    .section_banner .col-md-3 {
        margin-bottom: 15px
    }
}

@media (max-width: 991px) {
    .section_policy_store .section_policy h2 {
        font-size: 16px
    }

    .section_policy_store .section_policy p {
        min-height: 46px
    }

    .cart-mobile .select-item-qty-mobile .txt_center button.reduced.items-count.btn-minus, .cart-mobile .select-item-qty-mobile .txt_center button.increase.items-count.btn-plus {
        width: 25px !important;
        padding: 1px 0
    }

    .select-item-qty-mobile .txt_center input {
        border-left: none;
        border-right: none;
        left: 25px
    }

    .select-item-qty-mobile > div {
        width: 74px
    }

    .details-product .details-pro {
        margin-top: 20px
    }

    .center-header .main-logo a {
        text-align: center
    }

    .center-header .main-logo a img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100px;
        margin-top: 10px
    }

    #myModal .modal-header .modal-title {
        height: auto;
        line-height: 44px
    }
}

@media (min-width: 768px) {
    .aside-hidden-mobile {
        display: block
    }
}

@media (max-width: 767px) {
    .zoomContainer {
        display: none !important
    }

    .top-header .top-social {
        float: none;
        margin-right: 0;
        text-align: center
    }

    .top-header .top-social li {
        float: none;
        display: inline-block
    }

    .top-header .top-slogan {
        display: none
    }

    .center-header .main-logo a {
        text-align: center
    }

    .center-header .main-logo a img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100px
    }

    .section_policy_store .section_policy {
        margin-bottom: 15px
    }

    footer .footer-widget h3, footer .footer-widget h4 {
        padding-top: 15px;
        padding-bottom: 5px
    }

    footer .copyright .inner .ul-payment, footer .copyright .inner .col-copyright {
        text-align: center
    }

    .pagging-css {
        background-color: transparent
    }

    .pagging-css .pagination {
        width: 100%
    }

    .pagging-css .pagination li {
        display: none
    }

    .pagging-css .pagination li:first-child {
        float: left;
        display: inline-block
    }

    .pagging-css .pagination li:first-child a {
        border: 1px solid #e5e5e5;
        border-radius: 50%;
        font-size: 18px;
        line-height: 25px
    }

    .pagging-css .pagination li:last-child {
        float: right;
        display: inline-block
    }

    .pagging-css .pagination li:last-child a {
        border: 1px solid #e5e5e5;
        border-radius: 50%;
        font-size: 18px;
        line-height: 25px
    }

    .pagging-css .pagination li.active.disabled {
        display: inline-block;
        text-align: center;
        position: relative
    }

    .pagging-css .pagination li.active.disabled .page-link {
        width: auto;
        padding: 0 5px;
        color: #ff9800
    }

    .pagging-css .pagination li.active.disabled:before {
        content: "";
        height: 1px;
        width: 140px;
        background-color: #e5e5e5;
        position: absolute;
        left: 0;
        top: 50%
    }

    .pagging-css .pagination li.active.disabled:after {
        content: "";
        height: 1px;
        width: 140px;
        background-color: #e5e5e5;
        position: absolute;
        right: 0;
        top: 50%
    }

    .pagging-css .pagination li.page-item a {
        color: #ff9800;
        border-color: #ff9800
    }

    .pagging-css .pagination li.page-item.disabled a {
        color: #e5e5e5;
        border-color: #e5e5e5
    }

    .pss {
        display: inline-block;
        margin-right: 5px
    }

    .left-content .aside-filter {
        padding-top: 0;
        padding-bottom: 0
    }

    .left-content .aside-filter .fiter-title {
        text-align: left;
        border: 1px solid #eee;
        padding: 7px;
        font-size: 14px;
        position: relative;
        color: #ff9800
    }

    .left-content .aside-filter .fiter-title:after {
        content: "\f107";
        font-family: FontAwesome;
        font-size: 15px;
        position: absolute;
        right: 10px;
        line-height: 21px;
        transition: all 0.55s 0.25s;
        transform: rotate(0)
    }

    .left-content .aside-filter .fiter-title.active:after {
        transform: rotate(180deg)
    }

    .aside-hidden-mobile {
        display: none
    }

    .main_container.collection .title-head {
        position: relative;
        top: 0
    }
}

@media (min-width: 568px) and (max-width: 767px) {
    #myModal .modal-header .modal-title {
        height: auto;
        line-height: 44px
    }
}

@media (max-width: 480px) {
    .section_banner .col-100 {
        width: 100%
    }

    .hidden-f {
        font-size: 0;
        clear: both;
        display: block
    }

    .product-page-relative {
        padding-bottom: 0
    }

    .product-page-relative .related-product h2 {
        font-size: 18px
    }

    .recent-orders.table-responsive-block td:before {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        padding-right: 10px;
        text-align: left;
        white-space: nowrap;
        font-weight: 400;
        display: block
    }

    #order_details tr td:first-child:before {
        display: none
    }

    #myModal .modal-header .modal-title {
        font-size: 14px;
        padding-left: 40px;
        height: auto;
        line-height: 35px
    }

    #myModal .modal-header .modal-title span {
        height: 35px;
        width: 35px;
        font-size: 20px;
        line-height: 35px
    }
}

@media (max-width: 321px) {
    .details-product .details-pro .price-box .old-price {
        display: block;
        clear: both
    }

    .details-product .details-pro .price-box .save-price {
        margin-left: 0;
        display: block;
        clear: both
    }
}

.dropdown-menu > li > a {
    white-space: inherit
}
.owl-carousel .owl-item img{
    max-width: 100% !important;
    margin: auto;
}
@media only screen and (max-width: 768px) {
    a.twolinks {
        width: 50% !important;
        padding: 0 !important;
        margin: 0 !important;
        display: inline-block;
        float: left;
    }
}
