img {
    max-width: 100%;
    height: auto;
}
input:focus {
    outline: none;
}
a:hover,
a:focus,
a:visited,
a:active,
button:hover,
button:focus,
button:visited,
button:active {
    text-decoration: none;
    outline: none;
}
.mercado-panel a {
    color: #666666;
}

input,
textarea {
    border-radius: 0;
    outline: none;
    box-shadow: none;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    margin-left: 20px;
}

.flaticon-favorite:before {
    content: "\f100";
}
.flaticon-technology:before {
    content: "\f101";
}
.flaticon-interface:before {
    content: "\f102";
}
.flaticon-signs:before {
    content: "\f103";
}
.flaticon-squares-2:before {
    content: "\f104";
}
.flaticon-menu-1:before {
    content: "\f105";
}
.flaticon-menu:before {
    content: "\f106";
}
.flaticon-grid:before {
    content: "\f107";
}
.flaticon-four-grid-layout-design-interface-symbol:before {
    content: "\f108";
}
.flaticon-squares-1:before {
    content: "\f109";
}
.flaticon-squares:before {
    content: "\f10a";
}

/****************************************
            *     menu-mm                           *
            *****************************************/
.mercado-clone-wrap {
    position: fixed;
    top: 0;
    left: -320px;
    width: 320px;
    height: 100vh;
    background-color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 100000;
    -webkit-box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
    box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
    overflow-x: hidden;
}
.mercado-clone-wrap .megamenu-item li {
    line-height: 50px;
}
.mercado-clone-wrap .megamenu-item .widget {
    padding: 0 0 30px 0;
}
.mercado-clone-wrap .megamenu-item li > a {
    font-family: "Lato", san-serif;
}
.mercado-clone-wrap .megamenu-item li.menu-item > a {
    display: inline-block;
    line-height: 50px;
}
.mercado-clone-wrap .megamenu-item li .icon {
    right: -4px;
    top: -9px;
    float: right;
    position: relative;
}
.mercado-clone-wrap .megamenu-item .menu-title {
    font-size: 14px;
    font-weight: 400;
}
.mercado-clone-wrap .megamenu-item .menu-title,
.mercado-clone-wrap .megamenu-item .wrap-media {
    margin-bottom: 0;
    padding-left: 20px;
}
.mercado-panel ul {
    padding: 0;
    margin: 0;
}
.mercado-panel li {
    list-style: none;
    position: relative;
    padding: 0 20px;
    border-bottom: 1px solid #ddd;
}
.mercado-panels-actions-wrap .mercado-prev-panel {
    right: inherit;
    left: 0;
    border: none;
    border-right: 1px solid #eee;
}
.mercado-panels-actions-wrap .mercado-prev-panel:before {
    content: "\f104";
    font-family: FontAwesome;
}
.mercado-panels-actions-wrap .mercado-current-panel-title {
    display: block;
    text-align: center;
    line-height: 50px;
    padding: 0 50px;
    text-transform: uppercase;
}
.mercado-clone-wrap .mercado-panels {
    background: inherit;
    border-color: inherit;
    position: absolute;
    margin-top: 50px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    box-sizing: border-box;
}
.mercado-next-panel {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.mercado-next-panel:before {
    content: "\f105";
    font-family: FontAwesome;
}
.mercado-panel > ul > li > a {
    display: inline-block;
    line-height: 50px;
    text-transform: uppercase;
    padding-right: 6px;
}
.mercado-panel > ul > li > a > .icon {
    right: -4px;
    top: -9px;
    float: right;
    position: relative;
}
.mercado-clone-wrap .mercado-panel {
    border-color: #fff;
    bottom: 0;
    box-sizing: border-box;
    display: block;
    left: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: all 0.2s ease 0s;
    z-index: 0;
}
.mercado-clone-wrap .mercado-main-panel,
.mercado-clone-wrap .mercado-panel.mercado-panel-opened {
    transform: translateX(0);
    z-index: 10;
}
.mercado-clone-wrap .mercado-sub-opened {
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.mercado-panels-actions-wrap {
    border-bottom: 1px solid #ddd;
    height: 50px;
    position: relative;
}
.mercado-panels-actions-wrap .mercado-close-btn,
.mercado-panels-actions-wrap .mercado-prev-panel {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    border-left: 1px solid #eee;
    text-align: center;
    line-height: 50px;
    color: #666;
}
@media (max-width: 1024px) {
    .mercado-clone-wrap.open {
        left: 0;
    }
    .submenu.megamenu .wpb_single_image {
        text-align: left;
        max-width: 285px;
        margin: 0 20px;
    }
    .mercado-panel .megamenu {
        background-image: none !important;
    }
    .mercado-clone-wrap .btn-control {
        display: none;
    }
    .mercado-clone-wrap .default-hiden {
        display: list-item;
    }
}
/****************************************
            *     menu-mm                           *
            *****************************************/

.mercado-panels .wrap-megamenu .megamenu-content {
    padding: 0;
    background-image: none !important;
    height: auto !important;
    padding-bottom: 20px;
}
.mercado-panels .wrap-vertical-nav .link-term {
    line-height: 50px;
}
.mercado-panels .wrap-vertical-nav .menu-title {
    line-height: 30px;
    padding: 10px 20px;
    background: rgb(238, 238, 238);
    margin-top: 1px;
    color: #000;
    display: inline-block;
}
.mercado-panels .wrap-banner.banner-style-3,
.mercado-panels .wrap-banner.banner-style-2,
.mercado-panels .wrap-banner.banner-style-1 {
    margin-top: 15px !important;
    margin-left: 10px !important;
    position: static !important;
}
.mercado-panels .product-style-1 {
    margin: 20px auto;
}
.mercado-panels .wrap-megamenu .wrap-gird-banner .grid-banner-item {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
}
.mercado-panels .megamenu-banner.without-col {
    max-width: 100% !important;
    width: initial !important;
    margin: 10px 0 0 0 !important;
    padding: 0 5px;
}
.mercado-panels .megamenu-banner.without-col img {
    height: auto;
}
.menu-item-has-children {
    position: relative;
}
.menu-item-has-children > .submenu {
    position: absolute;
}
.fill-color .topbar-menu-area .topbar-menu ul {
    background: #414141;
}
.fill-color .topbar-menu-area {
    background: #414141;
    border-bottom: 1px solid #414141;
}
.fill-color .topbar-menu-area .topbar-menu ul li a {
    color: #ffffff;
}
.topbar-menu-area {
    display: block;
    width: 100%;
    background: #20c6ba;
    border-bottom: 1px solid #000000;
}
.topbar-menu-area .topbar-menu {
    display: block;
}
.topbar-menu-area .topbar-menu ul {
    margin: 0;
    padding: 0;
}
.topbar-menu-area .topbar-menu ul li {
    list-style: none;
    float: left;
}
.topbar-menu-area .topbar-menu > ul > li {
    padding-top: 5.5px;
    padding-bottom: 5.5px;
}
.topbar-menu-area .topbar-menu.right-menu > ul > li:not(:last-child) > a {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgba(0, 0, 0, 0.11);
    padding-right: 17px;
    padding-left: 17px;
}
.topbar-menu-area .topbar-menu.right-menu > ul > li:last-child > a {
    padding-left: 17px;
    padding-right: 0;
}

.topbar-menu-area .topbar-menu ul li a {
    display: inline-block;
    text-decoration: none;
    color: #000000;
    text-transform: capitalize;
}
.topbar-menu-area .topbar-menu.left-menu {
    float: left;
}
.topbar-menu-area .topbar-menu.right-menu {
    float: right;
}
.topbar-menu-area .topbar-menu .label-before {
    display: inline-block;
    float: left;
    margin: 0 4px 0 0;
    padding: 0;
}
.topbar-menu-area .topbar-menu .label-before.icon {
    font-size: 18px;
}
.topbar-menu-area .topbar-menu li.parent:hover .submenu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    top: 100%;
    z-index: 10;
}
.topbar-menu-area
    .topbar-menu.right-menu
    > ul
    > li:not(:last-child)
    > .submenu {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.topbar-menu-area .topbar-menu.right-menu > ul > li:last-child > .submenu {
    right: 0;
}
.topbar-menu-area .topbar-menu .submenu {
    min-width: 130px;
    padding: 0;
    margin: 0;
    top: calc(100% + 10px);
    top: -webkit-calc(100% + 10px);
    top: -moz-calc(100% + 10px);
    background: #fff;
    overflow: hidden;

    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: all ease 0.5s 0s;
    -webkit-transition: all ease 0.5s 0s;
    -moz-transition: all ease 0.5s 0s;
    -o-transition: all ease 0.5s 0s;
    padding-top: 15.5px;
    padding-bottom: 15.5px;
}
.topbar-menu-area .topbar-menu .submenu li {
    width: 100%;
    float: left;
    padding: 7.5px 5px 7.5px 15px;
}
.topbar-menu-area .topbar-menu .submenu li a {
    font-weight: 300;
}
.topbar-menu-area .topbar-menu.right-menu > ul > li .fa-angle-down {
    display: inline-block;
    margin-left: 7px;
}
.center-section .wrap-search-form {
    display: inline-block;
    border: 2px solid;
    position: relative;
    max-width: 522px;
    width: 100%;
}
.header.fill-color .center-section .wrap-search-form {
    border-color: #ffffff;
}
.center-section .wrap-search-form .wrap-list-cate {
    position: absolute;
    top: 0;
    right: 56px;
    width: 125px;
    height: 35px;
    border: none;
    outline: none;
    background: #f6f6f6;
}
.center-section .wrap-search-form .wrap-list-cate .list-cate li:hover {
    cursor: pointer;
}
.center-section .wrap-search-form .wrap-list-cate .list-cate li {
    display: inline-block;
    width: 100%;
    float: left;
    list-style: none;
    font-size: 13px;
    color: #666;
    padding: 3.5px 15px;
    padding-right: 5px;
}
.center-section .wrap-search-form .wrap-list-cate .list-cate li:not(.level-0) {
    font-weight: 300;
    padding-left: 22px;
}
.center-section .wrap-search-form .wrap-list-cate .list-cate li.level-0 {
    color: #000;
    background: #f0f2f5;
}
.center-section .wrap-search-form .wrap-list-cate .list-cate li.level-2 {
    padding-left: 42px;
}
.center-section .wrap-search-form .wrap-list-cate .list-cate {
    padding: 0;
    margin: 0;
    border: 1px solid #dddddd;
    background: #ffffff;
    position: absolute;
    top: calc(100% + 2px);
    top: -webkit-calc(100% + 2px);
    top: -moz-calc(100% + 2px);
    right: 0;
    width: 228px;
    z-index: 10;
    max-height: 442px;
    overflow-y: auto;
    text-align: left;
    display: none;
    padding-bottom: 12px;
}
.center-section .wrap-search-form .wrap-list-cate .list-cate li.level-0 {
}
.center-section .wrap-search-form .wrap-list-cate .link-control::after {
    content: "\f0dd";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 14px;
}
.center-section .wrap-search-form .wrap-list-cate .link-control {
    display: inline-block;
    color: #999;
    padding: 9px 15px;
    width: 100%;
    text-align: left;
}
.center-section .wrap-search-form input[name="search"] {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #999999;
    border: none;
    padding: 0 20px;
    height: 35px;
}
.header .main-info-area {
    display: table;
    width: 100%;
    height: 99px;
}
.header.fill-color .center-section .wrap-search-form button {
    background: #414141;
    height: 39px;
    top: -2px;
    right: -2px;
}
.center-section .wrap-search-form button {
    width: 56px;
    height: 35px;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
}
.center-section .wrap-search-form button i {
    font-size: 15px;
    color: #fff;
}
.header .main-info-area .right-section,
.header .main-info-area .center-section,
.header .main-info-area .left-section {
    display: table-cell;
    vertical-align: middle;
}
.header .main-info-area .center-section {
    padding: 0 15px;
    text-align: center;
}
.header .main-info-area .left-section {
    width: 182px;
}
.header .main-info-area .right-section {
    width: 280px;
}
.main-info-area .right-section .wrap-icon-section {
    display: inline-block;
    width: 50%;
    float: left;
}
header.fill-color .right-section .wrap-icon-section .title {
    color: #ffffff;
}
header.fill-color .main-info-area .right-section .wrap-icon-section .title {
    color: #ffffff;
}
.main-info-area .right-section .wrap-icon-section .title {
    font-size: 12px;
    color: #333333;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}
header.fill-color .main-info-area .right-section .wrap-icon-section .index {
    color: #ffffff;
    background: #414141;
}
header.fill-color
    .main-info-area
    .right-section
    .wrap-icon-section.minicart
    .index {
    background-color: #e97a2a;
}
.main-info-area .right-section .wrap-icon-section .index {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    display: block;
    background: #888;
    padding: 1.5px 7px;
    border-radius: 2px;
}
header.fill-color
    .main-info-area
    .right-section
    .wrap-icon-section
    .link-direction
    > i {
    color: #ffffff;
}
.main-info-area .right-section .wrap-icon-section .link-direction > i {
    display: block;
    float: left;
    font-size: 25px;
    color: #aaa;
    margin: 7px 8px 0 0;
}
.main-info-area .right-section .wrap-icon-section .left-info {
    display: block;
    float: left;
}
.topbar-menu-area .topbar-menu .lang-menu .img.label-before img {
    float: left;
}
.topbar-menu-area .topbar-menu .lang-menu .img.label-before {
    margin-top: 2px;
}
.header-nav-section {
    border-top: 1px solid #e5e5e5;
}
.header-nav-section .menu-nav {
    display: block;
    padding: 0;
    margin: 0;
}
.header-nav-section .menu-nav li {
    display: inline-block;
    float: left;
    padding: 13px 47px 11px;
}
.header-nav-section li > a {
    display: inline-block;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0;
    margin-right: 6px;
}
.header-nav-section li:first-child {
    padding-left: 0;
}
li.menu-item .nav-label,
.header-nav-section li .nav-label {
    color: #fff;
    text-transform: uppercase;
    background: #e97a2a;
    font-size: 8px;
    padding: 0 10px 2px 10px;
    position: relative;
    bottom: 7px;
    display: inline-block;
}
li.menu-item .nav-label::before,
.header-nav-section li .nav-label::before {
    content: "";
    display: block;
    border-top: 0 solid #e97a2a;
    border-left: 9px solid #e97a2a;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    bottom: -4px;
    left: 4px;
}
li.menu-item .nav-label.new-label {
    background: #20c6ba;
}
li.menu-item .nav-label.new-label::before {
    border-top-color: #20c6ba;
    border-left-color: #20c6ba;
}

li.menu-item .nav-label.sale-label {
    background: #e97a2a;
}
li.menu-item .nav-label.sale-label::before {
    border-top-color: #e97a2a;
    border-left-color: #e97a2a;
}

.header-nav-section li:not(:last-child)::after {
    display: inline-block;
    content: "";
    width: 1px;
    height: 15px;
    background: #e5e5e5;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.header-nav-section li > a:hover {
    background: transparent;
}
.header-style-1 .primary-nav-section {
    background: #444444;
}
.primary {
    position: relative;
}
.primary-nav-section .primary > .menu-item {
    display: block;
    float: left;
    position: static;
}
.primary .menu-item.home-icon i {
    font-size: 19px;
    color: #ffffff;
}
.primary .menu-item.home-icon > a {
    padding: 10px 20px;
}
.primary > .menu-item:not(.home-icon) > a {
    font-weight: 700;
    color: #f1f1f1;
    text-transform: uppercase;
    padding: 11px 23px;
}
.primary > .menu-item:not(first-child) {
    border-right: 1px solid #555555;
}
.primary > .menu-item:not(.home-icon):hover {
    background: #555555;
}
.primary .menu-item > a:focus,
.primary .menu-item > a:active,
.primary .menu-item > a:visited,
.primary .menu-item:hover > a {
    background: transparent !important;
}
.custom-col-5 {
    display: block;
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    float: left;
}
.custom-col-5-2 {
    display: block;
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    float: left;
}
.primary .menu-item.menu-item-has-children .wrap-megamenu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: all ease 0.5s 0s;
    -webkit-transition: all ease 0.5s 0s;
    -moz-transition: all ease 0.5s 0s;
    -o-transition: all ease 0.5s 0s;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    box-shadow: 0 0 9px 0 #ececec;
    -webkit-box-shadow: 0 0 9px 0 #ececec;
    -moz-box-shadow: 0 0 9px 0 #ececec;
    z-index: 100;
    background-color: #fff;
}
.primary .menu-item.menu-item-has-children:hover .wrap-megamenu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
}
.wrap-vertical-nav .menu-title {
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    color: #222222;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 10px 0 17px 0;
}
.wrap-vertical-nav > ul {
    padding: 0;
}
.wrap-vertical-nav li {
    display: inline-block;
    width: 100%;
    float: left;
    text-align: left;
    list-style: none;
}
.wrap-vertical-nav li a {
    color: #666666;
    line-height: 30px;
}
.wrap-vertical-nav li .nav-label {
    bottom: 12px;
    left: 2px;
}
.product-style-1 {
    display: block;
    max-width: 200px;
    width: 100%;
}
.product-style-1 .product-info {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 5px;
}
.product-style-1 .product-info .product-name {
    line-height: 18px;
    color: #444444;
}
.product-style-1 .product-info .product-name span {
    text-align: center !important;
}
.product-style-1 .product-info .wrap-btn {
    display: block;
    padding-top: 7px;
}
.product-style-1 .product-info .wrap-btn a {
    position: relative;
}
.product-style-1 .product-info .wrap-btn a i {
    margin-left: 5px;
}
.product-style-1 .product-info .wrap-btn a::after {
    display: block;
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.product .product-thumnail figure {
    display: inline-block;
    overflow: hidden;
}
.product .product-thumnail figure img {
    transition: transform ease-out 0.3s 0s;
    -webkit-transition: transform ease-out 0.3s 0s;
    -moz-transition: transform ease-out 0.3s 0s;
    -o-transition: transform ease-out 0.3s 0s;
}
.product:hover .product-thumnail figure img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.wrap-megamenu .wrap-gird-banner {
    display: block;
    margin-left: -5px;
    margin-right: -5px;
}
.wrap-megamenu .wrap-gird-banner .grid-banner-item {
    display: inline-block;
    width: 33.333333333%;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    margin-top: 28px;
}
.wrap-megamenu .megamenu-content {
    padding: 18px 19.5px 35px;
    display: inline-block;
    width: 100%;
    /*background: beige;*/
    float: left;
}
.megamenu-banner.without-col {
    display: inline-block;
    float: left;
}
.wrap-banner.banner-style-1 .banner-title {
    color: #e97a2a;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 45px;
    text-align: left;
    margin: 0 0 0 -3px;
}
.wrap-banner.banner-style-1 .sub-title {
    font-size: 18px;
    line-height: 24px;
    color: #666666;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 5px;
}
.wrap-banner .banner-link {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #fefefe;
    border: none;
    border-radius: 0;
    text-align: center;
    padding: 5px 26.82px;
}
.wrap-banner .banner-link:hover {
    background-color: #000000;
}
.wrap-banner.banner-style-2 .banner-title {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    line-height: 30px;
    color: #333333;
    margin: 0;
}
.wrap-banner.banner-style-2 .sub-title {
    font-size: 16px;
    line-height: 20px;
    color: #666666;
    text-align: left;
    margin-top: 7px;
    margin-bottom: 16px;
}
.wrap-banner.banner-style-2 .banner-link {
    padding: 8px 29.82px;
    margin-left: 2px;
}
.wrap-banner.banner-style-3 .banner-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #333333;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
}
.wrap-banner.banner-style-3 .sub-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #333333;
    text-align: left;
    margin-top: 0;
    margin-bottom: 7px;
}
.wrap-banner.banner-style-3 .sub-title::first-letter {
    font-weight: 600;
    color: e97a2a;
    text-decoration: line-through;
}
.wrap-banner.banner-style-3 .desc {
    font-size: 16px;
    line-height: 20px;
    color: #666666;
    text-align: left;
}
.wrap-banner.banner-style-3 .banner-link {
    padding: 8px 29.82px;
    margin-top: 16px;
}
.show-up-after-1024 {
    display: none !important;
}
.wrap-main-slide {
    display: block;
    margin-top: 10px;
}
.wrap-main-slide .item-slide .img-slide,
.wrap-main-slide .item-slide {
    min-height: 190px;
}
.wrap-main-slide .slide-carousel .slide-info {
    position: absolute;
}
.wrap-main-slide .slide-carousel .slide-info.slide-1 {
    top: 30%;
    left: 40%;
    z-index: 15;
    transform: translate(4px, -7px);
    -webkit-transform: translate(4px, -7px);
    -ms-transform: translate(4px, -7px);
}
.wrap-main-slide .slide-carousel .slide-info.slide-2 {
    max-width: 370px;
    z-index: 30;
    left: 8%;
    top: 22%;
    transform: translate(1px, 0px);
    -webkit-transform: translate(1px, 0px);
    -ms-transform: translate(1px, 0px);
}
.wrap-main-slide .slide-carousel .slide-info.slide-3 {
    top: 20%;
    left: 8%;
    max-width: 500px;
    transform: translate(7px, 4px);
    -ms-transform: translate(7px, 4px);
    -webkit-transform: translate(7px, 4px);
}
.wrap-main-slide .slide-1 .f-title {
    font-size: 35px;
    line-height: 28.8px;
    color: #555555;
    text-transform: uppercase;
    font-weight: 400;
    margin-left: -2px;
}
.wrap-main-slide .slide-1 .f-title b {
    color: #222222;
    font-size: 45px;
    font-weight: 700;
}
.wrap-main-slide .slide-1 .subtitle {
    font-size: 18px;
    line-height: 24px;
    color: #555555;
    display: inline-block;
}
.wrap-main-slide .slide-1 .sale-info {
    font-size: 16px;
    line-height: 24px;
    color: #888888;
    margin-top: 6px;
    margin-bottom: 19px;
}
.wrap-main-slide .slide-1 .sale-info .price {
    font-weight: 700;
    color: #e97a2a;
    font-size: 24px;
}
.wrap-main-slide .slide-3 .btn-link,
.wrap-main-slide .slide-1 .btn-link {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #eff5f5;
    border: 0;
    border-radius: 0;
    padding: 7.5px 22px;
    display: inline-block;
}
.wrap-main-slide .slide-3 .btn-link:hover,
.wrap-main-slide .slide-1 .btn-link:hover {
    text-decoration: none;
    background-color: #333333;
}
.wrap-main-slide .slide-2 .f-title {
    font-size: 40px;
    line-height: 35px;
    color: #e97a2a;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    max-width: 172px;
}
.wrap-main-slide .slide-2 .f-subtitle {
    font-size: 18px;
    line-height: 24px;
    color: #555555;
    display: inline-block;
}
.wrap-main-slide .slide-2 .discount-code {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    background-color: #222222;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    font-weight: 300;
    display: inline-block;
    padding: 3px 27.27px 3px 20px;
    margin-top: 3px;
    margin-left: 1px;
    margin-bottom: 12px;
}
.wrap-main-slide .slide-2 .s-title {
    font-size: 30px;
    line-height: 24px;
    color: #333333;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: -1px;
    margin-bottom: 4px;
}
.wrap-main-slide .slide-2 .s-subtitle {
    font-size: 20px;
    line-height: 24px;
    color: #666666;
    text-transform: uppercase;
    margin-left: -1px;
}
.wrap-main-slide .slide-3 .f-title {
    text-align: left;
    font-size: 35px;
    line-height: 35px;
    color: #555555;
    text-transform: uppercase;
    margin-left: -3px;
    margin-bottom: 7px;
}
.wrap-main-slide .slide-3 .f-title b {
    color: #222222;
    font-weight: 700;
}
.wrap-main-slide .slide-3 .f-subtitle {
    font-size: 18px;
    line-height: 24px;
    color: #555555;
    text-align: left;
    margin-left: -2px;
    display: inline-block;
}
.wrap-main-slide .slide-3 .sale-info {
    font-size: 18px;
    line-height: 24px;
    color: #666666;
    text-align: left;
    margin-top: 8px;
    margin-left: -1px;
    margin-bottom: 20px;
}
.wrap-main-slide .slide-3 .sale-info .price {
    font-weight: 700;
    font-size: 25px;
    color: #e66d17;
}

/* main slide's animate */
.wrap-main-slide .active .slide-1 .f-title {
    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: bounceInRight;
    -webkit-animation-name: bounceInRight;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.wrap-main-slide .active .slide-1 .subtitle {
    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: bounceInLeft;
    -webkit-animation-name: bounceInLeft;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.wrap-main-slide .active .slide-1 .sale-info {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: bounceIn;
    -webkit-animation-name: bounceIn;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.wrap-main-slide .active .slide-3 .btn-link,
.wrap-main-slide .active .slide-1 .btn-link {
    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.wrap-main-slide .active .slide-2 .f-title {
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: slideInLeft;
    -webkit-animation-name: slideInLeft;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.wrap-main-slide .active .slide-2 .f-subtitle {
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: slideInLeft;
    -webkit-animation-name: slideInRight;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.wrap-main-slide .active .slide-2 .discount-code {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: zoomIn;
    -webkit-animation-name: zoomIn;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.wrap-main-slide .active .slide-2 .s-title {
    animation-duration: 0.9s;
    -webkit-animation-duration: 0.9s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: bounceInLeft;
    -webkit-animation-name: bounceInLeft;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.wrap-main-slide .active .slide-2 .s-subtitle {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: bounceInLeft;
    -webkit-animation-name: bounceInLeft;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.wrap-main-slide .active .slide-3 .f-title {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: bounceInRight;
    -webkit-animation-name: bounceInRight;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.wrap-main-slide .active .slide-3 .f-subtitle {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: bounceInLeft;
    -webkit-animation-name: bounceInLeft;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.wrap-main-slide .active .slide-3 .sale-info {
    animation-duration: 0.9s;
    -webkit-animation-duration: 0.9s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: bounceInLeft;
    -webkit-animation-name: bounceInLeft;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.banner-effect-1 figure {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.banner-effect-1 figure::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 50%;
    right: 50%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: all ease 0.5s 0s;
    -webkit-transition: all ease 0.5s 0s;
    -moz-transition: all ease 0.5s 0s;
    -o-transition: all ease 0.5s 0s;
}
.banner-effect-1 figure img {
    transition: all ease 0.5s 0s;
    -webkit-transition: all ease 0.5s 0s;
    -moz-transition: all ease 0.5s 0s;
    -o-transition: all ease 0.5s 0s;
}
.banner-effect-1 figure:hover::before {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.banner-effect-1 figure:hover img {
    /*transform: scale(1.1);*/
}
.banner-effect-toright figure img,
.banner-effect-toleft figure img {
    transition: all ease 0.5s 0s;
    -webkit-transition: all ease 0.5s 0s;
    -moz-transition: all ease 0.5s 0s;
    -o-transition: all ease 0.5s 0s;
}
.banner-effect-toleft figure:hover img {
    -webkit-transform: scale(1.05) translateX(-25px);
    -moz-transform: scale(1.05) translateX(-25px);
    -ms-transform: scale(1.05) translateX(-25px);
    -o-transform: scale(1.05) translateX(-25px);
    transform: scale(1.05) translateX(-25px);
}
.banner-effect-toright figure:hover img {
    -webkit-transform: scale(1.05) translateX(25px);
    -moz-transform: scale(1.05) translateX(25px);
    -ms-transform: scale(1.05) translateX(25px);
    -o-transform: scale(1.05) translateX(25px);
    transform: scale(1.05) translateX(25px);
}
.banner-effect-toleft figure::before,
.banner-effect-toright figure::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: all ease 0.5s 0.1s;
    -webkit-transition: all ease 0.5s 0.1s;
    -moz-transition: all ease 0.5s 0.1s;
    -o-transition: all ease 0.5s 0.1s;
    z-index: 10;
}
.banner-effect-toleft figure:hover::before,
.banner-effect-toright figure:hover::before {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.banner-effect-toright figure,
.banner-effect-toleft figure,
.banner-effect-2 figure {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.banner-effect-2 figure::before,
.banner-effect-2 figure::after {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    top: 0;
    bottom: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: all ease 0.5s 0s;
    -webkit-transition: all ease 0.5s 0s;
    -moz-transition: all ease 0.5s 0s;
    -o-transition: all ease 0.5s 0s;
}
.banner-effect-2 figure::before {
    left: 0;
    right: 100%;
}
.banner-effect-2 figure::after {
    right: 0;
    left: 100%;
}
.banner-effect-2 figure:hover::before {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    right: 50%;
}
.banner-effect-2 figure:hover::after {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    left: 50%;
}
.banner-effect-4 figure,
.banner-effect-3 figure {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.banner-effect-3 figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: all ease 0.5s 0s;
    -webkit-transition: all ease 0.5s 0s;
    -moz-transition: all ease 0.5s 0s;
    -o-transition: all ease 0.5s 0s;
    z-index: 1;
}
.banner-effect-3 figure img {
    transition: all ease 0.5s 0s;
    -webkit-transition: all ease 0.5s 0s;
    -moz-transition: all ease 0.5s 0s;
    -o-transition: all ease 0.5s 0s;
}
.banner-effect-3 figure:hover::before {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.banner-effect-3 figure:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.banner-effect-4 figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(assets/images/effects/2eSd.gif);
    background-position: center center;
    background-origin: content-box;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: all ease 0.5s 0s;
    -webkit-transition: all ease 0.5s 0s;
    -moz-transition: all ease 0.5s 0s;
    -o-transition: all ease 0.5s 0s;
    z-index: 1;
    background-repeat: repeat;
}
.banner-effect-4 figure:hover::before {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
/********************
            *owl main slide
            ********************/
.style-nav-1 .owl-nav {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 0;
    z-index: 10;
}
.style-nav-1 .owl-nav button {
    display: block;
    width: 36px;
    height: 56px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border: 0;
    border-radius: 0 !important;
    background-color: #c8c8c8 !important;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: all ease 0.5s 0s;
    -webkit-transition: all ease 0.5s 0s;
    -moz-transition: all ease 0.5s 0s;
    -o-transition: all ease 0.5s 0s;
}
.style-nav-1.slide-carousel:hover .owl-nav button {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.style-nav-1 .owl-nav button i {
    font-size: 31px;
    font-weight: 100;
    line-height: 20px;
}
.style-nav-1 .owl-nav button:hover {
    background-color: #888888 !important;
    color: #ffffff;
}
.style-nav-1 .owl-nav button.owl-prev {
    float: left;
}
.style-nav-1 .owl-nav button.owl-next {
    float: right;
}
.style-twin-default {
    display: block;
    padding: 0;
    margin: 0;
}
.style-twin-default .banner-item {
    display: inline-block;
    float: left;
    width: calc(50% - 5px);
    width: -webkit-calc(50% - 5px);
    width: -moz-calc(50% - 5px);
    text-align: center;
    padding: 10px 0 0 0;
}
.style-twin-default .banner-item:nth-child(even) {
    margin-left: 10px;
}
.wrap-show-advance-info-box {
    display: inline-block;
    margin: 0;
    padding: 0;
    max-width: 100%;
    margin-top: 30px;
    font-size: 0;
}
.wrap-show-advance-info-box.box-boder .wrap-products {
    border: 1px solid #e6e6e6;
}
.wrap-show-advance-info-box:last-child {
    margin-bottom: 30px;
}
.wrap-show-advance-info-box.style-1 .style-nav-1 .owl-nav button.owl-next {
    margin-right: 10px;
}
.wrap-show-advance-info-box.style-1 .style-nav-1 .owl-nav button.owl-prev {
    margin-left: 10px;
}
.wrap-show-advance-info-box .title-box {
    display: inline-block;
    width: 100%;
    /*float: left;*/
    text-align: left;
    background-color: #e97a2a;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fefefe;
    line-height: 14px;
    padding: 13px 18px;
    margin: 0;
}
.wrap-combined-box .wrap-product-tab.tab-style-1 {
    margin-top: 10px;
}
.wrap-product-tab.tab-style-1 {
    display: block;
    margin-top: 10px;
    border: 1px solid #e6e6e6;
    font-size: 0;
}
.tab-style-1 .tab-control {
    display: inline-block;
    width: 100%;
}
.tab-style-1 .tab-control .tab-control-item {
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    text-transform: capitalize;
    padding: 8px 20.32px;
    text-align: center;
    border: 1px solid #e6e6e6;
    margin-top: -1px;
    margin-left: -1px;
    background-color: #6e0000;
}
.tab-style-1 .tab-control .tab-control-item.active,
.tab-style-1 .tab-control .tab-control-item:hover {
    background: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    color: #000000;
}
.wrap-product-tab .tab-contents {
    position: relative;
    display: inline-block;
    width: 100%;
}
.tab-contents .tab-content-item {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: all ease 0.5s 0s;
    -webkit-transition: all ease 0.5s 0s;
    -moz-transition: all ease 0.5s 0s;
    -o-transition: all ease 0.5s 0s;
    overflow: hidden;
}
.tab-contents .tab-content-item.active {
    position: static;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.has-countdown .wrap-products {
    display: inline-block;
}
.wrap-show-advance-info-box.has-countdown {
    position: relative;
}
.wrap-show-advance-info-box.has-countdown .wrap-products {
    border: 1px solid #e6e6e6;
    padding-top: 39px;
}
.wrap-show-advance-info-box > .wrap-countdown {
    display: inline-block;
    background-color: #f9f9f9;
    border: 1px solid #e6e6e6;
    padding: 9px 10px 9px 0;
    position: absolute;
    top: 40px;
    left: 0;
}
.wrap-show-advance-info-box > .wrap-countdown span {
    font-size: 13px;
    line-height: 17px;
    color: #666666;
    display: inline-block;
}
.wrap-show-advance-info-box > .wrap-countdown span:not(:last-child)::after {
    content: ":";
    font-size: 20px;
    line-height: 17px;
    font-weight: 300;
    color: #666666;
    margin-right: 10px;
    margin-left: 10px;
}
.wrap-show-advance-info-box > .wrap-countdown span b {
    font-weight: 600;
    font-size: 18px;
    line-height: 17px;
    color: #333333;
}
.wrap-show-advance-info-box > .wrap-countdown::before {
    content: "\f017";
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 21px;
    color: #000000;
    display: inline-block;
    float: left;
    margin-left: 19px;
    margin-right: 19px;
}
/**********************product style 2 ***********************/
.product-style-2 {
    display: inline-block;
    padding: 19px 9px 13px 9px;
    border: 1px solid transparent;
    margin-bottom: 9px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.product-style-2:hover {
    border-color: #ffa67b;
}
.product .product-thumnail {
    display: inline-block;
    position: relative;
}
.product .product-thumnail .group-flash {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1px;
    height: auto;
    max-width: 83px;
}
.product .product-thumnail .group-flash .flash-item {
    display: inline-block;
    float: left;
    color: #fff;
    text-transform: uppercase;
    background: #00bf3f;
    font-size: 10px;
    font-weight: 600;
    padding: 1.5px 9px 5.5px 9px;
    line-height: 10px;
    position: relative;
    margin-bottom: 10px;
    margin-left: 8px;
}
.product .product-thumnail .group-flash .flash-item::before {
    content: "";
    display: block;
    border-top: 0 solid #00bf3f;
    border-left: 9px solid #00bf3f;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    bottom: -4px;
    left: 4px;
}
.product .product-thumnail .group-flash .flash-item.new-label {
    background-color: #20c6ba;
    margin-left: 8px;
}
.product .product-thumnail .group-flash .flash-item.new-label::before {
    border-top-color: #20c6ba;
    border-left-color: #20c6ba;
}
.product .product-thumnail .group-flash .flash-item.sale-label {
    background-color: #e97a2a;
    margin-left: 8px;
}
.product .product-thumnail .group-flash .flash-item.sale-label::before {
    border-top-color: #e97a2a;
    border-left-color: #e97a2a;
}
.product .product-info .product-name span,
.product-style-2 .product-info .product-name span {
    font-size: 13px;
    line-height: 18px;
    color: #222222;
    text-align: left;
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}
.product .product-info .product-rating,
.wrap-product-detail .detail-info .product-rating {
    display: inline-block;
    margin-top: 8px;
}

.product-style-2 .product-info .product-rating {
    display: inline-block;
    margin-top: 0;
    margin-bottom: -2px;
}
.product-style-2 .product-info .product-rating i:not(:last-child) {
    margin-right: 2px;
}
.product-style-2 .product-info .product-rating i:last-child {
    margin-right: 3px;
}
.wrap-product-detail .detail-info .product-rating i,
.product .product-info .product-rating i,
.product-style-2 .product-info .product-rating i {
    display: inline-block;
    font-size: 13px;
    color: #efce4a;
    line-height: 20px;
}
.wrap-product-detail .detail-info .product-rating .count-review,
.product .product-info .product-rating .count-review,
.product-style-2 .product-info .product-rating .count-review {
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    font-style: italic;
}
.product .product-info .wrap-price,
.product-style-2 .product-info .wrap-price {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-top: 3px;
}
.product .product-info .wrap-price .product-price,
.product-style-2 .product-info .wrap-price .product-price {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    margin: 0;
}
.product .product-info .wrap-price span.product-price,
.product-style-2 .product-info .wrap-price span.product-price {
    font-family: "Lato", san-serif;
    font-weight: 700;
    color: #222222;
}
.wrap-product-detail .detail-info .wrap-price ins > p,
.product .product-info .wrap-price ins > p,
.product-style-2 .product-info .wrap-price ins > p {
    font-weight: 600;
    color: #e97a2a;
    text-align: left;
    padding-right: 8px;
}
.wrap-product-detail .detail-info .wrap-price del > p,
.product .product-info .wrap-price del > p,
.product-style-2 .product-info .wrap-price del > p {
    font-family: "Lato", san-serif;
    font-weight: 300;
    font-size: 13px !important;
    color: #aaaaaa;
    text-decoration: line-through;
}
.product .product-thumnail,
.product-style-2 .product-thumnail {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.product-style-2 .product-thumnail .wrap-btn {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}
.product-style-2 .product-thumnail .wrap-btn .function-link {
    display: inline-block;
    font-size: 13px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 600;
    background-color: #000000;
    text-transform: capitalize;
    padding: 0 10.42px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transition: all ease 0.5s 0s;
    -webkit-transition: all ease 0.5s 0s;
    -moz-transition: all ease 0.5s 0s;
    -o-transition: all ease 0.5s 0s;
}
.product-style-2:hover .product-thumnail .wrap-btn .function-link {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
}
.wrap-footer-content {
    display: block;
    margin-top: 10px;
}
.wrap-footer-content ul li {
    list-style: none;
}
.wrap-footer-content .wrap-function-info {
    display: inline-block;
    font-size: 0;
    color: #ffffff;
    width: 100%;
}
.wrap-footer-content .wrap-function-info ul {
    padding: 0;
    margin: 0;
}
.wrap-footer-content .wrap-function-info .fc-info-item {
    display: inline-block;
    width: 25%;
    border-right: 1px solid;
    text-align: center;
    padding: 33.5px 5px;
}
.wrap-footer-content .wrap-function-info .fc-info-item:first-child {
    border-left: 1px solid;
}
.wrap-footer-content .wrap-function-info .fc-info-item .wrap-left-info {
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}
.wrap-footer-content
    .wrap-function-info
    .fc-info-item
    .wrap-left-info
    .fc-name {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin: 0;
}
.wrap-footer-content
    .wrap-function-info
    .fc-info-item
    .wrap-left-info
    .fc-desc {
    display: block;
    text-align: left;
    margin: 0;
}
.wrap-footer-content .wrap-function-info .fc-info-item i {
    display: inline-block;
    font-size: 28px;
    transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    margin-right: 10px;
    line-height: 20px;
}
.wrap-footer-content .wrap-footer-item {
    display: inline-block;
    margin-top: 43px;
    margin-bottom: 0;
}
.wrap-footer-content .wrap-footer-item.twin-item {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
.wrap-footer-content .wrap-footer-item .item-content {
    display: inline-block;
    float: left;
    width: 100%;
}
.wrap-footer-content .wrap-footer-item .item-header {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #111111;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}
.wrap-footer-item .wrap-contact-detail ul {
    padding: 0;
    margin: 0;
}
.wrap-footer-item .wrap-contact-detail ul li {
    display: inline-block;
    float: left;
    width: 100%;
    color: #555555;
}
.wrap-footer-item .wrap-contact-detail ul li:not(:last-child) {
    margin-bottom: 9px;
}
.wrap-footer-item .wrap-contact-detail ul li i {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    width: 26px;
    float: left;
}
.wrap-footer-item .wrap-contact-detail ul li .contact-txt {
    display: inline-block;
    margin: 0;
    font-size: 13px;
    line-height: 30px;
    text-align: left;
    max-width: calc(100% - 26px);
    max-width: -webkit-calc(100% - 26px);
    max-width: -moz-calc(100% - 26px);
    float: left;
    padding-right: 8%;
}
.wrap-footer-item .wrap-hotline-footer {
    display: inline-block;
    float: left;
    width: 100%;
    margin-top: -3px;
    margin-bottom: -5px;
}
.wrap-footer-item .wrap-hotline-footer .desc {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    line-height: 36px;
    color: #555555;
}
.wrap-footer-item .wrap-hotline-footer .phone-number {
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    margin-top: 1px;
}
.wrap-newletter-footer {
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
    max-width: 330px;
}
.wrap-newletter-footer input[type="email"] {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    line-height: 13px;
    color: #888888;
    border: 1px solid #e6e6e6;
    /*padding: 12.5px 15px;*/
    padding: 0 15px;
    height: 45px;
}
.wrap-newletter-footer .btn-submit {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    text-transform: capitalize;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
    padding: 11.5px 19.1px;
}
.wrap-newletter-footer .btn-submit:hover {
    background: #222222;
}
.wrap-footer-item .item-content ul {
    margin: 0;
    margin-top: -1px;
}
.wrap-footer-item .wrap-list-item.apps-list,
.wrap-footer-item .wrap-list-item.social-network {
    margin-top: 4px;
}
.wrap-footer-item .wrap-list-item {
    text-align: left;
    margin-top: 5px;
}
.wrap-footer-item .wrap-list-item ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.wrap-footer-item .wrap-list-item li {
    display: inline-block;
    margin-top: 5px;
}
.wrap-footer-item .wrap-list-item li:not(:last-child) {
    margin-right: 6px;
}
.wrap-footer-item .wrap-gallery li .link-to-item img {
    border-radius: 1px;
}
.wrap-footer-item .social-network ul li a {
    background-color: #e5e5e5;
    display: inline-block;
    width: 39px;
    height: 39px;
    text-align: center;
    padding: 12px 5px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.wrap-footer-item .social-network ul li a i {
    font-size: 18px;
    line-height: 14px;
    color: #666666;
}
.wrap-footer-item .social-network ul li a:hover i {
    color: #ffffff;
}
.apps-list img {
    border-radius: 3px;
}
.wrap-footer-item .wrap-list-item.apps-list li:not(:last-child) {
    margin-right: 17px;
    margin-top: 2px;
}
.wrap-footer-content .wrap-back-link {
    border-top: 1px solid #e6e6e6;
    padding-top: 16px;
    margin-top: 39px;
    margin-bottom: 30px;
}
.back-link-box .backlink-title {
    font-size: 14px;
    color: #222222;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 16px;
}
.back-link-box .back-link-row {
    display: block;
    font-size: 0;
}
.back-link-box .list-back-link {
    padding: 0;
    margin: 0;
    display: inline-block;
}
.back-link-box .list-back-link li {
    display: inline-block;
    float: left;
}
.back-link-box .list-back-link li span,
.back-link-box .list-back-link li a {
    text-transform: capitalize;
}
.back-link-box .list-back-link li .row-title {
    font-size: 14px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
}
.back-link-box .list-back-link li .redirect-back-link {
    font-size: 13px;
    color: #666666;
    line-height: 30px;
}
.back-link-box .list-back-link li:nth-child(2) .redirect-back-link {
    padding-left: 5px;
    padding-right: 12px;
}
.back-link-box
    .list-back-link
    li:not(:nth-child(2)):not(:nth-child(1))
    .redirect-back-link {
    padding-right: 12px;
    padding-left: 12px;
}
.back-link-box
    .list-back-link
    li:not(:last-child):not(:nth-child(1))
    .redirect-back-link::after {
    content: "";
    display: inline-block;
    float: right;
    width: 1px;
    height: 13px;
    background: #e6e6e6;
    transform: translateY(8.5px);
    -webkit-transform: translateY(8.5px);
    -ms-transform: translateY(8.5px);
}
.coppy-right-box {
    background: #2d2d2d;
}
.coppy-right-box .coppy-right-item {
    display: inline-block;
    float: left;
    padding: 12px 0;
}
.coppy-right-box .coppy-right-item.item-right {
    float: right;
}
.coppy-right-box .coppy-right-text {
    font-size: 13px;
    line-height: 20px;
    color: #aaaaaa;
    margin: 0;
    padding: 0;
}
.coppy-right-box .coppy-right-text a {
    color: #ffffff;
    font-size: 14px;
}
.wrap-nav.horizontal-nav ul {
    padding: 0;
    margin: 0;
    text-align: left;
}
.wrap-nav.horizontal-nav li:not(:last-child) .link-term::after {
    display: inline-block;
    content: "";
    width: 1px;
    height: 13px;
    margin-left: 15px;
    margin-right: 10px;
    background: #555555;
    transform: translateY(2.5px);
    -webkit-transform: translateY(2.5px);
    -ms-transform: translateY(2.5px);
}
.wrap-nav.horizontal-nav .menu-item {
    display: inline-block;
}
.wrap-nav.horizontal-nav .link-term {
    font-size: 13px;
    color: #aaaaaa;
    line-height: 20px;
}
/******************************
            * Grid
            ******************************/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .product .product-thumnail figure img {
        width: 100%;
    }
}

.wrap-breadcrumb ul {
    padding: 0;
    text-align: left;
    margin: 35px 0;
}
.wrap-breadcrumb ul li {
    display: inline-block;
    list-style: none;
    text-align: left;
}
.wrap-breadcrumb ul li:not(:last-child)::after {
    content: "/";
    font-size: 13px;
    color: #222222;
    padding-left: 11px;
    padding-right: 11px;
}
.wrap-breadcrumb ul a {
    font-size: 13px;
    color: #666666;
    text-transform: uppercase;
}
.wrap-breadcrumb ul span {
    font-size: 13px;
    color: #222222;
    text-transform: uppercase;
}
.wrap-shop-control {
    padding: 4.5px 0;
    /* background: #f5f5f5; */
    margin-top: 33px;
}
.wrap-shop-control .shop-title {
    font-family: "Tapestry", cursive;
    display: inline-block;
    font-size: 25px;
    line-height: 34px;
    font-weight: 700;
    color: #222222;
    margin: 0;
    padding-left: 20px;
}
.wrap-shop-control .change-display-mode,
.wrap-shop-control .sort-item {
    display: block;
    float: left;
}
.wrap-shop-control .sort-item.orderby {
    margin-right: 10px;
    margin-top: 2.5px;
}
.wrap-shop-control .sort-item.product-per-page {
    margin-right: 59px;
    margin-top: 1.5px;
}
.wrap-shop-control .wrap-right {
    display: block;
    float: right;
}
.wrap-shop-control .chosen-container .chosen-single {
    background-color: #ffffff;
    border: none;
}
.wrap-shop-control .chosen-container {
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    padding: 1px 0;
}
.wrap-shop-control .orderby .chosen-container {
    min-width: 153px;
}
.wrap-shop-control .product-per-page .chosen-container {
    min-width: 116px;
}
.wrap-shop-control .chosen-results li,
.wrap-shop-control .chosen-single span {
    font-size: 13px;
    color: #666666;
}
.change-display-mode .display-mode:hover,
.change-display-mode .display-mode.active {
    color: #333333;
}
.change-display-mode .display-mode:last-child {
    margin-right: 21px;
}
.change-display-mode .display-mode {
    font-size: 13px;
    line-height: 34px;
    color: #666666;
    text-transform: capitalize;
    margin-right: 27px;
}
.change-display-mode .display-mode i::before {
    font-size: 15px;
    line-height: 15px;
    margin: 0 10px 0 0;
}
.change-display-mode .display-mode.list-mode i::before {
    font-size: 16px;
}
.product-list {
    padding: 0;
}
.product-list:not(.grid-products) {
    display: inline-block;
    margin: 0;
}
.product-list li {
    display: block;
    list-style: none;
}
.product-list li .product.product-style-3 {
    display: inline-block;
    padding: 0 10px;
    margin-top: 35px;
    margin-bottom: 5px;
}

.product.product-style-3 .product-name span {
    font-size: 13px;
    line-height: 18px;
    color: #444444;
    margin-top: 11px;
}
.product-style-3 a.add-to-cart {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 34px;
    color: #888888;
    background: #f5f5f5;
    border: 1px solid #e6e6e6;
    text-align: center;
    font-weight: 600;
    border-radius: 0;
    padding: 2px 10px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-top: 14px;
}
.product-style-3 a.add-to-cart:hover {
    color: #f5f5f5;
}
.wrap-pagination-info {
    margin-top: 46px;
    border-top: 1px solid #e6e6e6;
}
.wrap-pagination-info .page-numbers {
    padding: 0;
    margin: 0;
    margin-top: 17px;
}
.wrap-pagination-info .page-numbers li {
    display: block;
    list-style: none;
    float: left;
}
.wrap-pagination-info .page-numbers li:not(:last-child) {
    margin-right: 10px;
}
.wrap-pagination-info .page-numbers li .page-number-item.current {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    line-height: 35px;
    font-weight: 700;
    text-align: center;
    min-width: 35px;
    padding: 0 5px;
    height: 35px;
}
.wrap-pagination-info .page-numbers li .page-number-item.next-link {
    min-width: 77px !important;
}
.wrap-pagination-info .page-numbers li .page-number-item:not(.current) {
    display: inline-block;
    color: #333333;
    font-size: 14px;
    line-height: 34px;
    background-color: #f5f5f5;
    text-align: center;
    min-width: 35px;
    padding: 0 5px;
    height: 35px;
    border-color: #e6e6e6;
}
.wrap-pagination-info .page-numbers li .page-number-item {
    border: 1px solid;
}
.wrap-pagination-info .page-numbers li .page-number-item:hover {
    color: #ffffff;
    font-weight: 700;
}
.wrap-pagination-info .result-count {
    display: inline-block;
    font-size: 13px;
    line-height: 35px;
    color: #333333;
    float: right;
    margin: 0;
    margin-top: -2px;
}
.left-sidebar .main-content-area {
    float: right !important;
}

.widget:first-child {
    margin-top: -4px;
}
.widget .widget-content {
    display: inline-block;
    width: 100%;
}
.widget .widget-banner {
    margin-top: 30px;
    display: inline-block;
    margin-bottom: 17px;
    width: 100%;
    text-align: left;
}
.widget .widget-title {
    font-size: 14px;
    color: #222222;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 19px;
    margin-bottom: 18px;
    float: left;
}
.widget ul li a {
    font-size: 14px;
    line-height: 40px;
    color: #444444;
}
.widget ul li {
    list-style: none;
    float: left;
    width: 100%;
}
.widget ul {
    padding: 0;
    margin: 0;
}
.widget.categories-widget .widget-title {
    padding-bottom: 13px;
    border-bottom: none;
    margin-bottom: 0;
}
.widget.categories-widget ul li {
    display: block;
    width: 100%;
    float: left;
}
.widget.categories-widget .sub-cate {
    padding-left: 33px;
}
.widget.categories-widget .has-child-cate:not(.open) .sub-cate {
    display: none;
}
.has-child-cate .toggle-control {
    position: relative;
    width: 10px;
    font-size: 0;
    display: inline-block;
    float: left;
    height: 40px;
}
.has-child-cate .toggle-control:hover {
    cursor: pointer;
}
.has-child-cate .toggle-control::before {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background-color: #444444;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.has-child-cate:not(.open) .toggle-control::after {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    background-color: #444444;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.widget .has-child-cate > a {
    display: inline-block;
    float: left;
    width: calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
}
.widget.categories-widget .widget-content > ul > li:last-child {
    margin-bottom: 10px;
}
.widget.filter-widget .vertical-list li a:not(.btn-control)::before {
    content: "";
    display: inline-block;
    float: left;
    width: 15px;
    height: 14px;
    background-color: #fafafa;
    border: 1px solid #e9e9e9;
    margin-top: 12px;
}
.widget.filter-widget .vertical-list li a:not(.btn-control)::after {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    float: left;
    margin-top: 0;
    transform: translateX(-14px);
    -webkit-transform: translateX(-14px);
    -ms-transform: translateX(-14px);
    margin-right: -2px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all ease 0.5s 0s;
    -webkit-transition: all ease 0.5s 0s;
    -moz-transition: all ease 0.5s 0s;
    -o-transition: all ease 0.5s 0s;
}
.widget.filter-widget .vertical-list li a:hover::after,
.widget.filter-widget .vertical-list li a.active::after {
    opacity: 1;
    filter: alpha(opacity=100);
}
.widget.filter-widget .vertical-list li a.btn-control {
    position: relative;
}
.widget.filter-widget .vertical-list li a.btn-control::before {
    content: "";
    height: 1px;
    background-color: #949494;
    bottom: 1px;
    right: 0;
    left: 0;
    border: 0;
    border-radius: 0;
    display: inline-block;
    position: absolute;
}
.widget.filter-widget .vertical-list li a.btn-control i {
    margin-left: 3px;
}
.widget.filter-widget .vertical-list li.default-hiden {
    display: none;
}
.widget.filter-widget .inline-round li {
    width: auto;
}
.widget.filter-widget .inline-round li:not(last-child) {
    margin-right: 7px;
}
.widget.filter-widget .inline-round li a {
    display: inline-block;
    min-width: 43px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    text-align: center;
    color: #555555;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5.5px 3px;
}
.widget.filter-widget .inline-round li a.active,
.widget.filter-widget .inline-round li a:hover {
    color: #ffffff !important;
}
.widget.filter-widget .inline-round {
    margin-top: 17px;
}
.widget-product .products li:not(:last-child) {
    margin-bottom: 20px;
}
.widget-product .widget-content {
    margin-top: 2px;
}
.widget.filter-widget {
    margin-bottom: 10px;
}

/*product widget style*/
.product-widget-style {
    display: table;
}
.product-widget-style .thumbnnail {
    display: table-cell;
    width: 85px;
    padding: 0;
    margin: 0;
    vertical-align: top;
}
.product-widget-style .thumbnnail img {
    max-width: 85px;
    width: 100%;
    height: auto;
    border: 1px solid #efefef;
}
.product-widget-style .product-info {
    display: table-cell;
    padding-left: 10px;
    vertical-align: top;
}
.product-widget-style .product-info .product-name span {
    margin-top: 3px;
}
.product-widget-style .product-info .wrap-price {
    margin-top: -8px;
}

/* ui-slider*/
.ui-slider {
    position: relative;
    text-align: left;
    background: #c5c5c5;
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 15px;
    height: 15px;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    border-radius: 50%;
    outline: none;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0;
    display: block;
    border: 0;
    background-position: 0 0;
}
.ui-slider + p {
    margin-top: 15px;
    margin-bottom: 0;
}
.ui-slider + p input,
.ui-slider + p label {
    color: #666666 !important;
    font-size: 14px !important;
    line-height: 30px;
    font-weight: 400 !important;
    margin: 0;
}
.ui-slider + p input[type="text"] {
    border: 0;
    color: #f6931f;
    font-weight: bold;
    max-width: 100px;
}
.ui-slider + p button {
    color: #333333;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    background: none;
    border: none;
    float: right;
    padding: 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: 4px;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -5px;
    margin-left: 0;
    background-color: #e97a2a;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
    background: #e5534c;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.price-filter .widget-content {
    margin-bottom: 8px;
}
.sitebar,
.main-content-area {
    margin-bottom: 52px;
}

.product-list:not(.grid-products) .wrap-product-list-item {
    display: block;
    float: left;
    width: 100%;
    padding: 30px 0 29px 10px;
}
.product-list:not(.grid-products) .wrap-product-list-item:first-child {
    padding-top: 35px;
}
.product-list:not(.grid-products) .wrap-product-list-item:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
}
.product-list:not(.grid-products) .wrap-product-list-item:last-child {
    padding-bottom: 15px;
}
.product-list-style {
    display: table;
}
.product-list-style .advance-info,
.product-list-style .product-info,
.product-list-style .product-thumnail {
    display: table-cell;
    vertical-align: top;
}
.product-list-style .product-info {
    padding: 39px 30px 5px 21px;
}
.product-list-style .product-name span {
    font-size: 14px;
    line-height: 18px;
    color: #222222;
    font-weight: 600;
}
.product-list-style .product-info .desc {
    margin-top: 16px;
}
.wrap-product-detail .detail-info .short-desc ul,
.product-list-style .product-info .desc p,
.product-list-style .product-info .desc ul {
    padding: 0;
    margin: 0;
}
.wrap-product-detail .detail-info .short-desc li,
.product-list-style .product-info .desc p,
.product-list-style .product-info .desc li {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    text-align: left;
    margin: 0;
}
.wrap-product-detail .detail-info .short-desc li::before,
.product-list-style .product-info .desc li::before {
    font-family: FontAwesome;
    font-size: 8px;
    line-height: 20px;
    color: #000000;
    float: left;
    margin-right: 10px;
    padding: 20px;
}
.product-list-style .product-attribute {
    margin-top: 15px;
}
.product-list-style .product-attribute ul {
    padding: 0;
    margin: 0;
}
.product-list-style .product-attribute ul li {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
}
.product-list-style .product-attribute li span {
    display: inline-block;
    min-width: 22px;
    min-height: 22px;
    padding: 5px;
    border-radius: 50%;
}
.product-list-style .product-attribute li .attr-red-color {
    background-color: #e97a2a;
}
.product-list-style .product-attribute li .attr-yellow-color {
    background-color: #ecbf33;
}
.product-list-style .product-attribute li .attr-blue-color {
    background-color: #1c9aea;
}
.product-list-style .product-attribute li .attr-black-color {
    background-color: #000000;
}
.wrap-product-detail .detail-info .short-desc li,
.product-list-style .product-info .desc li {
    list-style: none;
}
.product-list-style .product-thumnail {
    margin: 0;
    padding: 0;
    width: 250px;
    vertical-align: top;
}
.product-list-style .advance-info {
    width: 270px;
    padding-left: 22px;
    padding-top: 45px;
    vertical-align: top;
}
.product-list-style .advance-info .stock-info p {
    font-size: 13px;
    line-height: 18px;
    color: #444444;
    text-align: left;
    margin: 0;
    padding: 0 0 6px 0;
    border-bottom: 1px solid #e6e6e6;
}
.wrap-product-detail .detail-info .stock-info p b,
.product-list-style .advance-info .stock-info p b {
    color: #555555;
}
.product-list-style .advance-info .wrap-price {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-top: 19px;
    margin-bottom: 17px;
}
.product-list-style .advance-info .wrap-price .product-price {
    font-size: 22px;
    line-height: 18px;
    display: inline-block;
    margin: 0;
}
.product-list-style .advance-info .wrap-price span.product-price {
    font-weight: 600;
    color: #222222;
}
.product-list-style .advance-info .wrap-price ins > p {
    font-weight: 600;
    color: #e97a2a;
    text-align: left;
    padding-right: 8px;
}
.product-list-style .advance-info .wrap-price del > p {
    font-family: "Lato", san-serif;
    font-weight: 300;
    color: #aaaaaa;
    position: relative;
}
.product-list-style .advance-info .wrap-price del > p::before {
    content: "";
    display: block;
    height: 1px;
    background: #aaaaaa;
    position: absolute;
    top: 9px;
    left: -3px;
    right: -3px;
}
.product-list-style .advance-info .add-to-cart {
    display: block;
    font-size: 14px;
    line-height: 34px;
    color: #666666;
    background: #f5f5f5;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    text-align: center;
    width: 100%;
    font-weight: 600;
    padding: 2px;
}
.product-list-style .advance-info .add-to-cart:hover {
    color: #ffffff;
}
.product-list-style .advance-info .wrap-btn {
    width: 100%;
    margin-top: 5px;
}
.product-list-style .advance-info .wrap-btn .btn {
    display: block;
    font-size: 13px;
    line-height: 40px;
    color: #666666;
    float: left;
    text-align: left;
    padding: 0;
    margin: 0;
}
.product-list-style .advance-info .wrap-btn .btn::before {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    font-family: FontAwesome;
    margin-right: 6px;
}
.product-list-style .advance-info .wrap-btn .btn-compare::before {
    content: "\f079";
}
.product-list-style .advance-info .wrap-btn .btn.btn-wishlist {
    text-align: right;
    float: right;
}
.product-list-style .advance-info .wrap-btn .btn-wishlist::before {
    content: "\f004";
}
.wrap-login-item {
    display: inline-block;
    width: 100%;
    margin: -11px 0;
}
.wrap-login-item .form-item {
    display: block;
    float: left;
}
.wrap-login-item .form-item.login-form {
    padding-right: 70px;
    margin-bottom: 65px;
}
.wrap-login-item .form-item.register-form {
    position: relative;
}
.wrap-login-item .form-item.register-form::before {
    content: "";
    width: 1px;
    background: #e6e6e6;
    position: absolute;
    top: 10px;
    left: -63px;
    bottom: 0;
}
.wrap-login-item .form-item fieldset {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 2px;
}
.wrap-login-item .form-item .form-title {
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    margin: 9px 0;
}
.wrap-login-item .form-item .form-subtitle {
    font-size: 14px;
    color: #666666;
    line-height: 14px;
    text-align: left;
    margin: 33px 0 18px 0;
    position: relative;
}
.wrap-login-item .form-item .form-subtitle::before {
    content: "";
    height: 1px;
    max-width: 471px;
    width: 100%;
    position: absolute;
    top: -17px;
    left: 0;
    background: #e6e6e6;
}
.wrap-login-item .form-item input[type="text"],
.wrap-login-item .form-item input[type="password"],
.wrap-login-item .form-item input[type="email"] {
    border: 1px solid #e6e6e6;
    outline: none;
    width: 100%;
    height: 43px;
    font-size: 13px;
    line-height: 19px;
    padding: 0 5px 0 14px;
    color: #333333;
}
.wrap-login-item .form-item input[type="text"]::-webkit-input-placeholder,
.wrap-login-item .form-item input[type="text"]::-moz-placeholder,
.wrap-login-item .form-item input[type="text"]:-ms-input-placeholder,
.wrap-login-item .form-item input[type="text"]:-moz-placeholder,
.wrap-login-item .form-item input[type="password"]::-webkit-input-placeholder,
.wrap-login-item .form-item input[type="password"]::-moz-placeholder,
.wrap-login-item .form-item input[type="password"]:-ms-input-placeholder,
.wrap-login-item .form-item input[type="password"]:-moz-placeholder,
.wrap-login-item .form-item input[type="email"]::-webkit-input-placeholder,
.wrap-login-item .form-item input[type="email"]::-moz-placeholder,
.wrap-login-item .form-item input[type="email"]:-ms-input-placeholder,
.wrap-login-item .form-item input[type="email"]:-moz-placeholder {
    color: #aaaaaa;
}
.wrap-login-item .form-item label {
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    text-align: left;
    margin: 10px 0;
    font-weight: 400;
}
.wrap-login-item .form-item .link-function,
.wrap-login-item .form-item .remember-field {
    margin: 13px 0 7px 0;
}
.wrap-login-item .form-item .wrap-input.item-width-in-half {
    width: calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    display: block;
    float: left;
}
.wrap-login-item .form-item .wrap-input.left-item {
    margin-right: 30px;
}
.wrap-login-item .form-item .btn {
    font-size: 14px;
    color: #ffffff;
    line-height: 19px;
    border: none;
    border-radius: 0;
    padding: 8px;
    min-width: 119px;
    text-align: center;
    margin-top: 28px;
    -webkit-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
}
.wrap-login-item .form-item .btn:hover {
    background: #222222;
}
.wrap-login-item .form-item input[type="checkbox"] + span {
    font-size: 13px;
    line-height: 19px;
    color: #666666;
    position: relative;
}
.wrap-login-item .form-item input[type="checkbox"] + span::before {
    content: "";
    display: block;
    float: left;
    border: 1px solid #e9e9e9;
    width: 15px;
    height: 14px;
    background: linear-gradient(#fefefe, #f6f6f6);
    margin-top: 3px;
    margin-right: 7px;
}
.wrap-login-item .form-item input[type="checkbox"] + span::after {
    content: "\f00c";
    font-family: FontAwesome;
    display: block;
    top: 0;
    left: -21px;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}
.wrap-login-item .form-item input[type="checkbox"]:checked + span::after {
    opacity: 1;
    filter: alpha(opacity=100);
}
.wrap-login-item .form-item .link-function {
    font-size: 13px;
    line-height: 19px;
    color: #666666;
    float: right;
    padding: 1px 29px 0 0;
}
.wrap-login-item .form-item input[type="checkbox"] {
    display: none;
}
.wrap-contacts {
    display: inline-block;
    margin-bottom: -17px;
    margin-top: -2px;
}
.wrap-contacts .contact-box .box-title {
    font-size: 18px;
    line-height: 19px;
    color: #000000;
    font-weight: 700;
    text-align: left;
    margin: 0;
    margin-bottom: 22px;
    text-transform: uppercase;
}
.wrap-contacts .contact-box .box-title .icon-box-item i {
    font-size: 30px !important;
}
.wrap-contacts .contact-box .wrap-map {
    margin-top: 6px;
    margin-bottom: 43px;
    width: 100%;
}
.wrap-contacts .contact-box label {
    font-size: 14px;
    line-height: 19px;
    color: #555555;
    margin: 0;
    font-weight: 400;
}
.wrap-contacts .contact-box label > span {
    color: #e97a2a;
    margin: 0;
    padding: 0;
}
.wrap-contacts .contact-box textarea,
.wrap-contacts .contact-box input[type="text"],
.wrap-contacts .contact-box input[type="email"] {
    width: 100%;
    font-size: 14px;
    line-height: 19px;
    padding: 0 10px 0 10px;
    color: #444444;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    outline: none;
}
.wrap-contacts .contact-box input[type="text"],
.wrap-contacts .contact-box input[type="email"] {
    height: 43px;
    margin-bottom: 11px;
    margin-top: 7px;
}
.wrap-contacts .contact-box textarea {
    margin-top: 7px;
    padding: 10px;
    height: 160px;
}
.wrap-contacts .contact-box label[for="comment"] {
    margin-top: 21px;
}
.wrap-contacts .contact-box input[type="submit"] {
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    color: #ffffff;
    border: none;
    border-radius: 0;
    text-align: center;
    padding: 8px;
    min-width: 120px;
    margin-top: 17px;
}
.wrap-contacts .contact-box input[type="submit"]:hover {
    background: #333333;
    -webkit-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
}
.wrap-contacts .wrap-icon-box {
    display: inline-block;
    margin-top: 5px;
}
.wrap-icon-box .icon-box-item {
    display: block;
    width: 100%;
    float: left;
}
.wrap-icon-box .icon-box-item:not(:last-child) {
    margin-bottom: 28px;
}
.wrap-icon-box .icon-box-item i {
    font-size: 17px;
    line-height: 30px;
    color: #5f0000 !important;
    float: left;
    width: 42px;
    height: 42px;
    text-align: center;
    padding: 6px 0;
    cursor: pointer;
}
.wrap-icon-box .icon-box-item .right-info {
    display: block;
    float: left;
    padding-left: 19px;
    width: calc(100% - 42px);
    width: -webkit-calc(100% - 42px);
    width: -moz-calc(100% - 42px);
}
.wrap-icon-box .right-info b {
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    font-weight: 600;
}
.wrap-icon-box .right-info p {
    font-size: 13px;
    line-height: 18px;
    width: 100%;
    float: left;
    color: #888888;
    margin: 0;
}
.wrap-special-title {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    height: 480px;
    background: url("assets/images/about-us-bg-page-title.jpg");
    background-size: cover;
    background-position: center;
}
.wrap-special-title::before {
    content: "";
    background: rgba(0, 0, 0, 0.55);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.wrap-special-title .wrap-page-title {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 1170px;
    width: 100%;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.wrap-special-title .wrap-page-title .title {
    font-size: 24px;
    line-height: 34px;
    color: #fdfdfd;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    margin-bottom: 7px;
}
.wrap-special-title .wrap-page-title .sub-title {
    font-size: 18px;
    color: #eeeeee;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
}
.aboutus-info.style-center {
    display: block;
    text-align: center;
    width: 100%;
    padding-top: 39px;
    margin-bottom: 44px;
}
.aboutus-info.style-center .box-title {
    font-size: 16px;
    color: #333333;
    line-height: 34px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    margin-bottom: 14px;
    display: block;
}
.aboutus-info.style-center .txt-content {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    max-width: 785px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.aboutus-info.style-small-left .box-title {
    display: block;
    font-size: 14px;
    color: #222222;
    line-height: 20px;
    text-align: left;
    margin-bottom: 18px;
    margin-top: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.aboutus-info.style-small-left .txt-content {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin: 0;
    text-align: left;
    margin-bottom: 52px;
}
.aboutus-info.style-small-left .list-showups {
    display: inline-block;
    margin-top: 7px;
}
.aboutus-info.style-small-left .list-showups label {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    padding: 10px 0;
    padding-left: 65px;
    margin-bottom: 14px;
}
.aboutus-info.style-small-left .list-showups label .check-box {
    display: block;
    float: left;
    width: 34px;
    height: 34px;
    border: 1px solid #e6e6e6;
    position: absolute;
    left: 0;
    top: 0;
}
.aboutus-info.style-small-left .list-showups label .check-box::before {
    content: "";
    display: block;
    float: left;
    width: 10px;
    height: 2px;
    background-color: #666666;
    margin-top: 15px;
    margin-left: 11px;
}
.aboutus-info.style-small-left .list-showups label .check-box::after {
    content: "";
    display: block;
    float: left;
    width: 2px;
    height: 10px;
    border: 0;
    border-radius: 0;
    background-color: #666666;
    margin-top: 11px;
    transform: translateX(-6px);
    -webkit-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
}
.aboutus-info.style-small-left .list-showups label .function-name {
    font-size: 13px;
    line-height: 20px;
    color: #333333;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}
.aboutus-info.style-small-left .list-showups label .desc {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    text-align: left;
    margin: 0;
    margin-top: 13px;
    margin-bottom: 3px;
    font-weight: 400;
    display: none;
}
.aboutus-info.style-small-left
    .list-showups
    label
    input[type="radio"]:checked
    ~ .desc {
    display: block;
}
.aboutus-info.style-small-left
    .list-showups
    label
    input[type="radio"]:checked
    + span.check-box::before {
    background: #ffffff;
}
.aboutus-info.style-small-left
    .list-showups
    label
    input[type="radio"]:checked
    + span.check-box::after {
    display: none;
}
.aboutus-box-score {
    display: inline-block;
    border: 1px solid #e6e6e6;
    width: 100%;
    background-color: #f5f5f5;
    padding: 25px 3px 24px 3px;
    margin-bottom: 30px;
}
.aboutus-box-score .box-score-title {
    font-size: 40px;
    line-height: 30px;
    color: #333333;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.aboutus-box-score .sub-title {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-bottom: 28px;
    margin-top: 14px;
}
.aboutus-box-score .desc {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    text-align: center;
    margin: 0;
}
.our-team-info {
    margin-bottom: 45px;
}
.our-team-info .title-box {
    border-top: 1px solid #e6e6e6;
    font-size: 16px;
    line-height: 34px;
    color: #222222;
    font-weight: 700;
    text-align: center;
    display: block;
    text-transform: uppercase;
    margin-top: 7px;
    padding-top: 39px;
    padding-bottom: 19px;
}
.our-team-info .team-member .info .name {
    display: inline;
    font-size: 15px;
    line-height: 34px;
    color: #333333;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
}
.our-team-info .team-member .info .title {
    font-size: 14px;
    line-height: 34px;
    color: #333333;
    display: inline;
}
.our-team-info .team-member .info .title::before {
    content: "-";
    display: inline;
    margin-right: 4px;
    margin-left: 10px;
}
.our-team-info .team-member .info .desc {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    text-align: left;
    margin: 0;
    margin-top: 3px;
}
.wrap-articles article {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0;
    margin-bottom: 40px;
}
.wrap-articles article .media {
    display: table-cell;
    vertical-align: top;
    width: 42.5287356322%;
    position: relative;
    overflow: visible;
}
.wrap-articles article .media .post-date {
    font-size: 13px;
    color: #fdfdfd;
    line-height: 24px;
    font-weight: 700;
    min-width: 93px;
    display: inline-block;
    text-align: center;
    background-image: url(assets/images/date-label.png);
    background-repeat: no-repeat;
    padding: 2px;
    height: 32px;
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    left: -3px;
}
.wrap-articles article .info {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
    padding-top: 10px;
}
.wrap-articles article .info .post-name .art-title {
    font-size: 14px;
    color: #333333;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    float: left;
}
article.single-post .info .post-attrs {
    font-size: 13px;
    color: #666666;
    line-height: 24px;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 7px;
    padding-bottom: 12px;
    margin-bottom: 3px;
}
.wrap-articles article .info .post-attrs {
    font-size: 13px;
    color: #666666;
    line-height: 24px;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 6px;
    padding-bottom: 12px;
    margin-bottom: 8px;
}
article.single-post .info .post-attrs li,
.wrap-articles article .info .post-attrs li {
    list-style: none;
    display: block;
    float: left;
}
article.single-post .info .post-attrs li:not(:last-child)::after,
.wrap-articles article .info .post-attrs li:not(:last-child)::after {
    content: "";
    height: 12px;
    width: 1px;
    display: inline-block;
    background: #e6e6e6;
    margin-right: 20px;
    margin-left: 20px;
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
}
article.single-post .info .post-attrs li a.link-commnet-post::before,
.wrap-articles article .info .post-attrs li a.link-commnet-post::before {
    content: "\f075";
    font-family: FontAwesome;
    font-size: 13px;
    line-height: 24px;
    color: #888888;
    margin-right: 9px;
}
article.single-post .info .post-attrs li a,
.wrap-articles article .info .post-attrs li a {
    color: #000000;
}
.wrap-articles article .info .short-desc {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    text-align: left;
    margin: 0;
}
.wrap-articles article .info a.btn-to-post {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    font-weight: 600;
    text-align: center;
    min-width: 122px;
    border: 1px solid #e6e6e6;
    background-color: #f5f5f5;
    border-radius: 0;
    padding: 4.5px 10px;
    margin-top: 14px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.wrap-articles article .info a.btn-to-post:hover {
    color: #fdfdfd;
}
.wrap-articles + .wrap-pagination-info {
    margin-top: 0;
}
.widget.search-post input[type="text"] {
    border: 1px solid #e6e6e6;
    outline: none;
    display: inline-block;
    width: 100%;
    height: 45px;
    float: left;
    padding: 5px 19px;
    font-size: 13px;
}
.widget.search-post input[type="text"]::placeholder {
    color: #888888;
}
.widget.search-post form {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 4px;
    margin-bottom: 33px;
}
.widget.search-post button[type="submit"] {
    display: inline-block;
    width: 58px;
    height: 45px;
    background: transparent;
    position: absolute;
    right: 0;
    top: 0;
}
.widget.search-post button[type="submit"] i {
    font-size: 16px;
    color: #333333;
}
.widget.widget-about p.desc {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    text-align: left;
    margin-top: -6px;
    margin-bottom: 30px;
}
.widget.widget-recent-post ul.posts {
    margin-top: -1px;
}
.widget.widget-recent-post li a {
    font-size: 14px;
    color: #555555;
    text-align: left;
    line-height: 19px;
    font-weight: 600;
    margin: 0;
    padding: 9px 0 10px 0;
    display: inline-block;
    width: 100%;
}
.widget.widget-recent-post li:not(:last-child) a {
    border-bottom: 1px solid #e6e6e6;
}
.widget.widget-recent-post li:last-child {
    margin-bottom: 19px;
}
.widget.widget-tag-clouds ul li {
    display: inline-block;
    width: auto;
    margin-bottom: 10px;
}
.widget.widget-tag-clouds ul li a {
    font-size: 13px;
    line-height: 19px;
    color: #222222;
    min-width: 70px;
    text-align: center;
    border: 1px solid #e6e6e6;
    display: block;
    padding: 4.5px 18px;
}
.widget.widget-tag-clouds ul li:not(:last-child) {
    margin-right: 10px;
}
.widget.widget-tag-clouds .widget-title {
    margin-bottom: 13px;
}

article.single-post .media {
    margin-bottom: 14px;
}
article.single-post .info .post-name {
    font-size: 18px;
    color: #333333;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 17px;
    margin-bottom: 3px;
}
article.single-post .post-content {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
article.single-post .post-content b {
    font-weight: 600;
    color: #333333;
    margin-bottom: 15px;
    display: block;
}
article.single-post blockquote,
article.single-post blockquote p {
    font-size: 15px;
    line-height: 24px;
    color: #555555;
    text-align: left;
    font-style: italic;
}
article.single-post blockquote p {
    display: inline-block;
    margin-bottom: 6px;
}
article.single-post blockquote {
    padding: 0;
    border-left: 0;
    padding-top: 50px;
    padding-bottom: 13px;
}
article.single-post blockquote p:first-child::before {
    content: "“";
    font-size: 30px;
    color: #555555;
    display: inline-block;
    font-style: italic;
    font-family: "Georgia", sans-serif;
    float: left;
    font-weight: bold;
    line-height: 15px;
}
article.single-post blockquote p:last-child::after {
    content: "”";
    font-size: 30px;
    color: #555555;
    display: inline-block;
    font-style: italic;
    font-family: "Georgia", sans-serif;
    float: right;
    font-weight: bold;
    line-height: 24px;
}
.post-footer .post-tags {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 6px;
}
.post-footer .post-tags > span {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
}
.post-footer .post-tags ul {
    padding: 0;
    display: inline-block;
}
.post-footer .post-tags ul li {
    list-style: none;
    display: inline-block;
}
.post-footer .author-infor {
    display: inline-block;
    border: 1px solid #e6e6e6;
    padding: 14px;
    background-color: #fdfdfd;
    margin-bottom: 23px;
}
.post-footer .author-infor .avata {
    display: inline-block;
    float: left;
    max-width: 170px;
    width: 100%;
}
.post-footer .author-infor .avata img {
    border: 1px solid #e6e6e6;
}
.post-footer .author-infor .detail-info {
    display: inline-block;
    float: left;
    width: calc(100% - 170px);
    width: -webkit-calc(100% - 170px);
    width: -moz-calc(100% - 170px);
    padding-left: 16px;
}
.post-footer .author-infor .detail-info .author-name {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-align: left;
    color: #222222;
    width: 100%;
    display: inline-block;
    margin-top: 14px;
    margin-bottom: 24px;
}
.post-footer .author-infor .detail-info .author-desc {
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    text-align: left;
}
.post-footer .comment-form .form-title {
    font-size: 14px;
    color: #333333;
    font-weight: 700;
    border-bottom: 1px solid #e6e6e6;
    display: block;
    padding-bottom: 19px;
}
.post-footer .comment-form .sub-title {
    font-size: 14px;
    color: #666666;
    text-align: left;
    margin-bottom: 26px;
    margin-top: 21px;
}
.post-footer .comment-form fieldset.input-field {
    display: inline-block;
    float: left;
    width: 100%;
}
.post-footer .comment-form fieldset.input-field.has-half-width {
    width: calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    float: left;
}
.post-footer
    .comment-form
    fieldset.input-field.has-half-width
    + fieldset.input-field.has-half-width {
    margin-left: 30px;
}
.post-footer .comment-form fieldset.input-field > label {
    display: block;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}
.post-footer .comment-form fieldset.input-field input[type="text"],
.post-footer .comment-form fieldset.input-field input[type="email"] {
    display: block;
    width: 100%;
    border: 1px solid #e6e6e6;
    outline: none;
    height: 39px;
    padding: 2px 10px;
    margin-bottom: 17px;
}
.post-footer .comment-form fieldset.input-field textarea {
    display: block;
    width: 100%;
    border: 1px solid #e6e6e6;
    outline: none;
    padding: 10px;
    height: 194px;
}
.post-footer .comment-form fieldset.input-field input[type="submit"] {
    font-size: 14px;
    color: #ffffff;
    border-radius: 0;
    border: none;
    font-weight: 600;
    padding: 9px 15px;
    min-width: 155px;
    text-align: center;
    margin-top: 20px;
}
.post-footer .comment-form fieldset.input-field input[type="submit"]:hover {
    background-color: #333333;
}
.wrap-iten-in-cart .box-title {
    font-size: 14px;
    color: #222222;
    font-weight: 700;
    text-align: left;
    display: block;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 18px;
    margin-top: -2px;
}
.wrap-iten-in-cart .products-cart {
    padding: 0;
    border-top: 1px solid #e6e6e6;
}
.wrap-iten-in-cart .products-cart .pr-cart-item {
    list-style: none;
    display: table;
    padding: 20px 0;
    width: 100%;
}
.wrap-iten-in-cart .products-cart .pr-cart-item:not(:first-child) {
    border-top: 1px solid #e6e6e6;
}
.wrap-iten-in-cart .products-cart .delete,
.wrap-iten-in-cart .products-cart .quantity,
.wrap-iten-in-cart .products-cart .price-field,
.wrap-iten-in-cart .products-cart .product-name,
.wrap-iten-in-cart .products-cart .product-image {
    display: table-cell;
    vertical-align: middle;
}
.wrap-iten-in-cart .products-cart .product-image {
    width: 100px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .wrap-iten-in-cart .products-cart .product-image img {
        width: 100%;
    }
}
.wrap-iten-in-cart .products-cart .quantity {
    width: 157px;
}
.wrap-iten-in-cart .products-cart .price-field {
    width: 182px;
    text-align: center;
}
.wrap-iten-in-cart .products-cart .delete {
    width: 39px;
    text-align: right;
}
.wrap-iten-in-cart .products-cart .product-name {
    padding-left: 20px;
}
.wrap-iten-in-cart .products-cart .product-name a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #333333;
    text-align: left;
}
.wrap-iten-in-cart .products-cart .price-field p {
    font-size: 22px;
    line-height: 18px;
    color: #222222;
    font-weight: 600;
}
.wrap-iten-in-cart .products-cart .quantity .quantity-input {
    display: inline-block;
    border: 1px solid #e6e6e6;
    width: 100%;
    max-width: 157px;
}
.wrap-iten-in-cart
    .products-cart
    .quantity
    .quantity-input
    input[type="number"],
.wrap-iten-in-cart .products-cart .quantity .quantity-input input[type="text"] {
    max-width: 71px;
    float: right;
    border: none;
    outline: none;
    height: 37px;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    text-align: right;
    padding-right: 15px;
    padding-left: 10px;
}
.wrap-iten-in-cart .products-cart .quantity .quantity-input .btn {
    display: inline-block;
    float: right;
    width: 28px;
    height: 28px;
    background-color: #dddddd;
    border: none;
    padding: 0;
    line-height: 20px;
    margin: 4.5px 0 0 10px;
    border-radius: 50%;
    position: relative;
}
.wrap-iten-in-cart .products-cart .quantity .quantity-input .btn::after,
.wrap-iten-in-cart .products-cart .quantity .quantity-input .btn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    /*transform: translate( -50% , -50% );*/
    /*-webkit-transform: translate( -50% , -50% );*/
    /*-ms-transform: translate( -50% , -50% );*/
}
.wrap-iten-in-cart .products-cart .quantity .quantity-input .btn:hover::before,
.wrap-iten-in-cart .products-cart .quantity .quantity-input .btn:hover::after {
    background-color: #ffffff !important;
}
.wrap-iten-in-cart .products-cart .quantity .quantity-input .btn::before {
    content: "";
    width: 10px;
    height: 2px;
    margin-left: -5px;
    margin-top: -1px;
    background-color: #666666;
    display: inline-block;
}
.wrap-iten-in-cart .products-cart .quantity .quantity-input .btn.btn-increase {
    background-color: #999999;
}
.wrap-iten-in-cart
    .products-cart
    .quantity
    .quantity-input
    .btn.btn-increase::after {
    content: "";
    width: 2px;
    height: 10px;
    margin-left: -1px;
    margin-top: -5px;
    background-color: #666666;
    display: block;
    /*    transform: translate(-6px, 4px);
                -webkit-transform: translate(-6px, 4px);
                -ms-transform: translate(-6px, 4px);*/
}
.wrap-iten-in-cart .products-cart .delete a:focus,
.wrap-iten-in-cart .products-cart .delete a.btn {
    padding: 0;
    margin: 0;
    outline: none;
    box-shadow: none;
}
.wrap-iten-in-cart .products-cart .delete a.btn span {
    display: none;
}
.wrap-iten-in-cart .products-cart .delete a.btn i {
    font-size: 20px;
    line-height: 24px;
    color: #888888;
    outline: none;
}
.wrap-iten-in-cart .products-cart .delete a.btn:hover i {
    color: #e97a2a;
}
.shopping-cart .summary {
    display: inline-block;
    background-color: #fdfdfd;
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 25px 40px 21px 40px;
    display: table;
    margin-top: 20px;
}
.shopping-cart .summary .order-summary {
    width: 371px;
    padding-right: 75px;
    display: table-cell;
    vertical-align: middle;
}
.shopping-cart .summary .checkout-info {
    width: 259px;
    padding-right: 10px;
    display: table-cell;
    vertical-align: middle;
}
.order-summary .title-box {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 18px;
    padding-bottom: 26px;
    margin-top: 0;
}
.order-summary .summary-info {
    font-size: 14px;
    color: #555555;
    line-height: 30px;
    margin: 0;
}
.order-summary .summary-info .title {
    text-align: left;
}
.order-summary .summary-info .index {
    color: #333333;
    font-weight: 700;
    float: right;
}
.summary .update-clear {
    display: table-cell;
    vertical-align: middle;
}
.order-summary .summary-info.total-info {
    border-top: 1px solid #e6e6e6;
    margin-top: 20px;
    padding-top: 17px;
    font-size: 15px;
}
.order-summary .summary-info.total-info .title {
    color: #333333;
}
.row-in-form .checkbox-field input[type="checkbox"],
.summary .checkout-info .checkbox-field input[type="checkbox"] {
    display: none;
}
.row-in-form .checkbox-field input[type="checkbox"] + span,
.summary .checkout-info .checkbox-field input[type="checkbox"] + span {
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    position: relative;
    font-weight: 400;
}
.row-in-form .checkbox-field input[type="checkbox"] + span::before,
.summary .checkout-info .checkbox-field input[type="checkbox"] + span::before {
    content: "";
    display: block;
    float: left;
    border: 1px solid #e9e9e9;
    width: 15px;
    height: 14px;
    background: linear-gradient(#fefefe, #f6f6f6);
    margin-top: 3px;
    margin-right: 7px;
}
.row-in-form .checkbox-field input[type="checkbox"] + span::after,
.summary .checkout-info .checkbox-field input[type="checkbox"] + span::after {
    content: "\f00c";
    font-family: FontAwesome;
    display: block;
    top: 0;
    left: -21px;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #666666;
}
.row-in-form .checkbox-field input[type="checkbox"]:checked + span::after,
.summary
    .checkout-info
    .checkbox-field
    input[type="checkbox"]:checked
    + span::after {
    opacity: 1;
    filter: alpha(opacity=100);
}
.summary .checkout-info .btn-checkout {
    width: 100%;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    margin-top: 12px;
    margin-bottom: 18px;
}
.summary .checkout-info .link-to-shop {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: left;
}
.summary .checkout-info .link-to-shop i {
    margin-left: 7px;
}
.summary .update-clear .btn {
    display: block;
    width: 100%;
    max-width: 249px;
    background-color: #f5f5f5;
    border-radius: 0;
    border: 1px solid #e6e6e6;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 9px;
    float: right;
    margin: 5px 0;
}
.summary .checkout-info .btn-checkout:hover,
.summary .update-clear .btn:hover {
    color: #ffffff;
    background: #333333;
    border-color: #333333;
}
.box-in-site.wrap-show-advance-info-box .wrap-products {
    border: 1px solid #e6e6e6;
    margin-top: 10px;
    padding-top: 39px;
}
.box-in-site.wrap-show-advance-info-box .title-box {
    float: initial;
}

.shopping-cart .main-content-area {
    margin-bottom: 27px;
}
.shopping-cart .wrap-show-advance-info-box {
    margin-bottom: 0;
    margin-top: 40px;
}
.wrap-product-detail .detail-media {
    display: inline-block;
    /* width: 54.0229885057%; */
    float: left;
    /*padding-right: 3px;*/
}

.wrap-product-detail .detail-info {
    display: inline-block;
    /* width: 45.9770114943%; */
    /* float: left; */
    padding-left: 30px;
    padding-top: 30px;
}
.wrap-product-detail .advance-info {
    display: block;
    float: left;
    width: 100%;
    margin-top: 65px;
}
.wrap-product-detail .detail-media .flex-control-thumbs li {
    width: auto;
    float: none;
    display: block;
    margin: 0;
    text-align: center;
}
.flex-control-thumbs .owl-item {
    float: left;
}
.flex-control-thumbs {
    margin: 10px 0 0;
    overflow: hidden;
    display: inline-block;
    float: left;
    bottom: auto;
}
.flex-control-nav .owl-stage-outer {
    display: inline-block;
}
.flex-control-nav {
    text-align: left;
    position: relative;
    padding-right: 3px;
}
.flex-direction-nav {
    display: none;
}
.flex-control-thumbs img {
    opacity: 1;
    border: 1px solid #e6e6e6;
    max-width: 110px;
    float: none;
    display: inline-block;
}
.detail-media .flex-control-nav .owl-nav button {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-color: #d9d9d9;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 6px 0;
    width: 22px;
    text-align: center;
}
.detail-media .flex-control-nav .owl-nav button i {
    font-size: 24px;
    line-height: 20px;
    color: #666666;
}
.detail-media .flex-control-nav .owl-nav button:hover i {
    color: #ffffff;
}
.detail-media .flex-control-nav .owl-nav button.owl-next {
    left: auto;
    right: 8px;
}
.wrap-product-detail .detail-info .product-name {
    font-size: 25px;
    color: #222222;
    line-height: 18px;
    margin: 0;
    font-weight: 600;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.wrap-product-detail .detail-info .short-desc ul,
.wrap-product-detail .detail-info .short-desc {
    margin: 0;
    padding: 0;
}
.wrap-product-detail .detail-info .quantity > span {
    display: block;
    font-size: 13px;
    line-height: 24px;
    color: #333333;
}
.wrap-product-detail .detail-info .quantity-input {
    display: inline-block;
    width: 142px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    margin-top: 4px;
    font-size: 0;
    text-align: left;
}
.wrap-product-detail .detail-info .quantity-input input {
    display: block;
    border: none;
    outline: none;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    height: 36px;
    width: 63px;
    text-align: center;
    float: left;
    padding: 0 3px;
    border: none;
    border-radius: 3px;
}
.wrap-product-detail .detail-info .quantity-input .btn-increase {
    margin-left: 1px;
    margin-right: 10px;
}
.wrap-product-detail .detail-info .quantity-input .btn {
    display: block;
    width: 26px;
    height: 26px;
    font-size: 0;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    margin-top: 5px;
    position: relative;
    border-radius: 50%;
    outline: none;
    box-shadow: none;
    float: left;
}
.wrap-product-detail .detail-info .quantity-input .btn:hover::before,
.wrap-product-detail
    .detail-info
    .quantity-input
    .btn.btn-increase:hover::after {
    background-color: #ffffff;
}
.wrap-product-detail .detail-info .quantity-input .btn::before {
    content: "";
    width: 12px;
    height: 2px;
    background-color: #666666;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.wrap-product-detail .detail-info .quantity-input .btn.btn-increase::after {
    content: "";
    width: 2px;
    height: 12px;
    background-color: #666666;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.wrap-product-detail .detail-info .wrap-butons {
    display: inline-block;
    max-width: 269px;
    width: 100%;
    padding-top: 30px;
}
.wrap-product-detail .detail-info .wrap-butons .add-to-cart {
    display: block;
    background-color: #f5f5f5;
    font-size: 14px;
    line-height: 34px;
    font-weight: 600;
    color: #666666;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    padding: 4.5px 10px;
    text-align: center;
}
.wrap-product-detail .detail-info .wrap-butons .add-to-cart:hover {
    color: #fff;
}
.wrap-product-detail .detail-info .wrap-btn .btn {
    float: left;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 40px;
    color: #888888;
    text-transform: capitalize;
}
.wrap-product-detail .detail-info .wrap-btn .btn::before {
    content: "\f079";
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    display: inline-block;
    margin-right: 6px;
}
.wrap-product-detail .detail-info .wrap-btn .btn.btn-wishlist {
    float: right;
}
.wrap-product-detail .detail-info .wrap-btn .btn.btn-wishlist::before {
    content: "\f004";
}
.wrap-product-detail .detail-info .wrap-price span.product-price {
    font-weight: 600;
    color: #222222;
}

.wrap-product-detail .detail-info .wrap-price {
    display: inline-block;
    width: 100%;
    text-align: left;
}
.wrap-product-detail .detail-info .wrap-price .product-price {
    font-size: 22px;
    line-height: 18px;
    display: inline-block;
    margin: 0;
}
.wrap-product-detail .detail-info .wrap-price ins > p {
    font-weight: 600;
    color: #e97a2a;
    text-align: left;
    padding-right: 8px;
}
.wrap-product-detail .detail-info .wrap-price del > p {
    font-family: "Lato", san-serif;
    font-weight: 300;
    font-size: 20px !important;
    color: #aaaaaa;
    text-decoration: line-through;
}
.wrap-product-detail .detail-info .stock-info p {
    font-size: 13px;
    line-height: 28px;
    color: #666666;
    text-align: left;
}
.wrap-product-detail .detail-info .stock-info.in-stock b {
    color: #e97a2a;
}
.wrap-product-detail .advance-info .tab-control,
.wrap-product-detail .advance-info .tab-contents {
    display: inline-block;
    width: 100%;
    float: left;
}
.wrap-product-detail .advance-info .tab-contents {
    position: relative;
}
.wrap-product-detail .advance-info .tab-control a {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-weight: 600;
    background-color: #f5f5f5;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    text-transform: uppercase;
    padding: 6px 18px;
    margin-right: 5px;
    margin-bottom: -1px;
}
.wrap-product-detail .advance-info .tab-control a.active {
    font-weight: 700;
    padding-bottom: 7px;
    color: #5b0000 !important;
}
.wrap-product-detail .advance-info .tab-contents {
    border: 1px solid #e6e6e6;
}
.wrap-product-detail .advance-info .tab-contents .tab-content-item {
    padding: 12px 16px 5px 16px;
}
.wrap-product-detail .advance-info .tab-contents .tab-content-item p {
    font-size: 14px;
    color: #888888;
    line-height: 20px;
    margin-bottom: 20px;
}
#comments .woocommerce-Reviews-title {
    font-size: 15px;
    font-weight: 600;
}
#comments .woocommerce-Reviews-title span {
    font-weight: 400;
    font-style: italic;
}
#comments .commentlist {
    padding: 0;
}
#comments .commentlist li {
    list-style: none;
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
#comments .commentlist li .comment_container img {
    max-width: 80px;
    float: left;
}
#comments .commentlist li .comment_container .comment-text {
    float: left;
    width: calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    padding-left: 15px;
}
.width-80-percent {
    width: 80%;
}
.star-rating {
    font-size: 0;
    position: relative;
    display: inline-block;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .star-rating {
        overflow: hidden;
    }
}
.star-rating::before {
    content: "\f005\f005\f005\f005\f005";
    font-family: FontAwesome;
    font-size: 15px;
    color: #e6e6e6;
}
.star-rating span {
    display: inline-block;
    float: left;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    font-family: FontAwesome;
    font-size: 15px;
    color: #efce4a;
}
#comments .commentlist li .comment_container .meta {
    margin-bottom: 8px;
}
#review_form_wrapper #review_form {
    display: inline-block;
    width: 100%;
}
#review_form_wrapper #review_form .comment-form p > label {
    display: block;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
}
#review_form_wrapper #review_form .comment-form p.comment-form-author,
#review_form_wrapper #review_form .comment-form p.comment-form-email {
    width: calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    float: left;
}
#review_form_wrapper #review_form .comment-form p.comment-form-author {
    margin-right: 30px;
}
#review_form_wrapper #review_form .comment-form p.form-submit,
#review_form_wrapper #review_form .comment-form p.comment-form-comment {
    display: inline-block;
    float: left;
    width: 100%;
}
#review_form_wrapper
    #review_form
    .comment-form
    p.form-submit
    input[type="submit"] {
    max-width: 115px;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding: 9px;
    width: 100%;
    margin-bottom: 15px;
}
#review_form_wrapper
    #review_form
    .comment-form
    p.form-submit
    input[type="submit"]:hover {
    background-color: #333333;
}
#review_form_wrapper #review_form .comment-form textarea[name="comment"] {
    display: block;
    width: 100%;
    border: 1px solid #e6e6e6;
    outline: none;
    padding: 10px;
    margin-bottom: 17px;
}

#review_form_wrapper #review_form .comment-form p input[type="text"],
#review_form_wrapper #review_form .comment-form p input[type="email"] {
    display: block;
    width: 100%;
    border: 1px solid #e6e6e6;
    outline: none;
    height: 39px;
    padding: 2px 10px;
    margin-bottom: 17px;
}
.wrap-product-detail .comment-form-rating > span {
    font-size: 14px;
    line-height: 20px;
    display: block;
    float: left;
    margin-right: 7px;
    color: #666;
}
.wrap-product-detail .comment-form-rating ~ p {
    margin-bottom: 0 !important;
}
.wrap-product-detail .comment-form-rating p.stars {
    display: inline-block;
    margin-bottom: 0 !important;
}
.comment-form-rating .stars input[type="radio"] {
    display: none;
}
.comment-form-rating .stars label {
    display: block;
    float: left;
    margin: 0;
    padding: 0 2px;
}
.comment-form-rating .stars label::before {
    content: "\f005";
    font-family: FontAwesome;
    font-size: 15px;
    /*color: #e6e6e6;*/
    color: #efce4a;
}
.comment-form-rating .stars input[type="radio"]:checked ~ label::before {
    color: #e6e6e6;
}
.comment-form-rating .stars:hover label::before {
    color: #efce4a !important;
}
.comment-form-rating .stars label:hover ~ label::before {
    color: #e6e6e6 !important;
}
.comment-form-rating {
    margin-bottom: 15px;
}
table.shop_attributes {
    width: 100%;
    margin-bottom: 10px;
}
table.shop_attributes th,
table.shop_attributes td {
    font-size: 15px;
    line-height: 24px;
    padding: 10px;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    color: #333;
    font-weight: 600;
}
table.shop_attributes p {
    margin-bottom: 0 !important;
}
table.shop_attributes tbody {
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}
.wrap-product-detail .detail-info .product-rating i {
    font-size: 15px !important;
}
.wrap-product-detail .detail-info .product-rating {
    margin-bottom: 6px;
}
.wrap-product-detail .detail-info .wrap-price {
    margin-top: 29px;
}
.wrap-product-detail .detail-info .wrap-social {
    margin-top: 45px;
}
.wrap-product-detail .detail-info .stock-info {
    margin-bottom: 11px;
}
.wrap-product-detail .detail-info .quantity {
    font-size: 0;
}
.widget-our-services .service {
    padding: 16px 0;
    margin-bottom: 13px;
}
.widget-our-services .service:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
}
.widget-our-services .service:last-child {
    margin-bottom: 12px;
}
.widget-our-services .service a {
    display: table;
    font-size: 14px;
    line-height: 20px;
}
.widget-our-services .service a > i {
    font-size: 40px;
    line-height: 20px;
    display: table-cell;
    width: 70px;
    text-align: left;
    vertical-align: middle;
}
.widget-our-services .service a .right-content {
    padding-left: 3px;
    display: table-cell;
    vertical-align: top;
}
.widget-our-services .right-content .title {
    color: #333333;
    font-weight: 700;
    display: block;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.widget-our-services .right-content .subtitle {
    color: #666666;
    font-style: italic;
    display: block;
    margin-bottom: 1px;
}
.widget-our-services .right-content .desc {
    font-size: 13px;
    color: #333333;
    display: block;
}
.detail .sitebar {
    padding-top: 35px;
}
.detail .sitebar,
.detail .main-content-area {
    margin-bottom: 10px;
}
.wrap-address-billing .row-in-form {
    margin: 0;
    display: block;
    float: left;
    width: calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    margin-bottom: 23px;
}
.wrap-address-billing .row-in-form.fill-wife {
    width: 100%;
    margin-right: 0px !important;
}
.wrap-address-billing .row-in-form label {
    font-size: 14px;
    line-height: 19px;
    color: #555555;
    display: block;
    font-weight: 400;
}
.wrap-address-billing .row-in-form label.checkbox-field {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 2px;
}
.wrap-address-billing .row-in-form label.checkbox-field:not(:last-child) {
    margin-right: 17px;
}
.wrap-address-billing .row-in-form label:first-letter {
    text-transform: uppercase;
}
.wrap-address-billing .row-in-form label span {
    color: #e97a2a;
}
.wrap-address-billing .row-in-form input[type="email"],
.wrap-address-billing .row-in-form input[type="text"],
.wrap-address-billing .row-in-form input[type="number"] {
    font-size: 13px;
    line-height: 19px;
    display: inline-block;
    height: 43px;
    padding: 2px 20px;
    width: 100%;
    border: 1px solid #e6e6e6;
}
.wrap-address-billing .row-in-form input[type="email"]::placeholder,
.wrap-address-billing .row-in-form input[type="text"]::placeholder,
.wrap-address-billing .row-in-form input[type="tel"]::placeholder {
    color: #aaaaaa;
}
.wrap-address-billing .row-in-form:nth-child(2n + 1) {
    margin-right: 30px;
}
.summary-checkout {
    background-color: #fdfdfd;
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 29px 29px 30px 29px;
    display: table;
    margin-top: 14px;
}
.summary-checkout .summary-item {
    display: block;
    float: left;
    width: 50%;
}
.summary-checkout .summary-item.payment-method {
    padding-right: 15px;
}
.summary-checkout .summary-item.shipping-method {
    padding-left: 15px;
}
.summary-checkout .summary-item > h4,
.summary-checkout .summary-item > p,
.summary-checkout .summary-item > div {
    max-width: 470px;
}
.summary-checkout .summary-item .summary-info {
    margin-bottom: 0;
}
.summary-checkout .summary-item .summary-info.grand-total {
    margin-top: 16px;
    margin-bottom: 14px;
}
.summary-checkout .summary-item .summary-info .title {
    font-size: 14px;
    color: #555555;
    line-height: 24px;
    margin: 0;
}
.choose-payment-methods .payment-method {
    display: block;
    margin-bottom: 0;
}
.choose-payment-methods .payment-method input[type="radio"] {
    display: none;
}
.choose-payment-methods .payment-method input[type="radio"] + span {
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    position: relative;
    font-weight: 600;
}
.choose-payment-methods .payment-method input[type="radio"] + span + p {
    margin-top: 4px;
}
.choose-payment-methods .payment-method input[type="radio"] + span::before {
    content: "";
    display: block;
    float: left;
    border: 1px solid #e9e9e9;
    width: 15px;
    height: 14px;
    background: linear-gradient(#fefefe, #f6f6f6);
    margin-top: 7px;
    margin-right: 7px;
}
.choose-payment-methods .payment-method input[type="radio"] + span::after {
    content: "\f00c";
    font-family: FontAwesome;
    display: block;
    font-size: 12px;
    top: -1px;
    left: -20px;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #ffffff;
    line-height: 20px;
    font-weight: 400;
}
.choose-payment-methods
    .payment-method
    input[type="radio"]:checked
    + span::after {
    opacity: 1;
    filter: alpha(opacity=100);
}
.choose-payment-methods .payment-method .payment-desc {
    width: 100%;
    display: none;
    font-size: 13px;
    line-height: 18px;
    color: #666666;
    font-weight: 400;
    margin: 0;
}
.choose-payment-methods
    .payment-method
    input[type="radio"]:checked
    ~ .payment-desc {
    display: block;
}
.summary-item .summary-info.grand-total span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #333333;
}
.summary-item .summary-info.grand-total span.grand-total-price {
    margin-left: 37px;
}
.summary-item .btn.btn-medium {
    max-width: 249px;
    width: 100%;
}
.summary-item .btn {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    min-width: 121px;
    border: 0;
    border-radius: 0;
    text-align: center;
    padding: 10px;
}
.summary-item .btn:hover {
    color: #ffffff !important;
    background: #333333 !important;
}
.summary-item .row-in-form label {
    font-size: 14px;
    color: #666666;
    display: block;
    font-weight: 400;
    max-width: 300px;
}
.summary-item .row-in-form input[type="email"],
.summary-item .row-in-form input[type="text"],
.summary-item .row-in-form input[type="tel"] {
    font-size: 13px;
    line-height: 19px;
    display: inline-block;
    height: 43px;
    padding: 2px 20px;
    max-width: 300px;
    width: 100%;
    border: 1px solid #e6e6e6;
}
.summary-item .title-box,
.wrap-address-billing .box-title {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 18px;
    padding-bottom: 15px;
    margin-top: 0;
}
.summary-item .title-box {
    margin-bottom: 14px !important;
}
.wrap-address-billing {
    display: inline-block;
}
.payment-method .choose-payment-methods {
    border-top: 1px solid #e6e6e6;
    margin-top: 13px;
    padding-top: 12px;
}
.shipping-method .summary-info + h4.title-box {
    margin-top: 34px;
    padding-bottom: 5px;
    margin-bottom: 20px !important;
}
.summary-item .row-in-form + .btn {
    margin-top: 10px;
}
.summary.summary-checkout + .box-in-site {
    margin-top: 40px;
}
.checkout .sitebar,
.checkout .main-content-area {
    margin-bottom: 0;
}
.checkout .wrap-breadcrumb ul {
    margin-bottom: 31px;
}
.wrap-address-billing > .box-title {
    margin-bottom: 25px;
}
.fill-color.header-toggle .wrap-toggle-menu {
    height: 40px;
}
.header-toggle .wrap-toggle-menu {
    display: block;
    width: 100%;
    height: 36px;
    padding-left: 20px;
    padding-top: 12px;
    cursor: pointer;
}
.header-toggle .wrap-toggle-menu label {
    font-size: 14px;
    color: #eeeeee;
    text-transform: uppercase;
    font-weight: 700;
}
.header-toggle .wrap-toggle-menu .hamburger {
    display: inline-block;
    width: 18px;
    margin-right: 17px;
}
.header-toggle .wrap-toggle-menu .hamburger span {
    display: block;
    width: 100%;
    float: left;
    background: #ffffff;
    height: 2px;
}
.header-toggle .wrap-toggle-menu .hamburger span:not(:first-child) {
    margin-top: 2px;
}
.header-toggle .wrap-toggle-menu i {
    font-size: 14px;
    color: #eeeeee;
    font-weight: 400;
    margin-left: 9px;
}
.header-toggle .sticky-wrapper .header-sticky {
    width: 100%;
    z-index: 20;
}
.header-toggle .primary-nav-section {
    display: inline-block;
    position: relative;
    width: 23.0769230769%;
    float: left;
}
.header-toggle .nav.primary {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 100;
    background-color: #fdfdfd;
    min-height: 510px;
}
.header-toggle .header-nav-section {
    width: calc(100% - 270px);
    width: -webkit-calc(100% - 270px);
    width: -moz-calc(100% - 270px);
    display: inline-block;
    float: left;
}
.fill-color.header-toggle .header-nav-section .menu-nav li {
    padding: 11px 30px !important;
    height: auto;
}
.header-toggle .header-nav-section .menu-nav li {
    padding: 8px 30px !important;
    height: 36px;
}
.header-toggle .header-nav-section {
    border-top: none;
}
.header-toggle .primary > .menu-item {
    width: 100% !important;
    border-bottom: 1px solid #e6e6e6;
    border-left: 2px solid #e6e6e6;
    border-right: 2px solid #e6e6e6;
    padding-left: 20px;
    padding-right: 20px;
}
.header-toggle .primary > .menu-item > a {
    font-size: 13px;
    color: #000000;
    line-height: 39px;
    font-weight: 400;
    padding: 0;
    width: 100%;
}
.header-toggle .primary .menu-item.menu-item-has-children::after {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 13px;
    color: #000000;
    line-height: 40px;
    width: 5px;
    float: left;
}
.header-toggle .primary .menu-item.menu-item-has-children > a {
    width: calc(100% - 5px);
    width: -webkit-calc(100% - 5px);
    width: -moz-calc(100% - 5px);
    display: inline-block;
    float: left;
}
.header-toggle .primary .menu-item:hover::after,
.header-toggle .primary > .menu-item:hover > a,
.header-toggle .primary .submenu .menu-item:hover > a {
    color: #ffffff;
}
.header-toggle .primary > .menu-item.sale-panel {
    padding-top: 20px;
    padding-bottom: 6px;
}
.header-toggle .primary > .menu-item.sale-panel > a {
    width: auto;
    font-weight: 700;
    color: #000000;
    float: left;
    line-height: 24px;
}
.header-toggle .primary > .menu-item.sale-panel:hover {
    background: transparent;
}
.header-toggle .primary > .menu-item.sale-panel > .nav-label {
    bottom: 5px;
    left: 5px;
}
.header-toggle
    .primary
    .menu-item.menu-item-has-children.default-hiden
    .wrap-megamenu {
    top: auto;
    bottom: 0;
}
.header-toggle .primary .menu-item.menu-item-has-children .wrap-megamenu {
    top: 0;
    left: 100%;
    width: 900px;
    right: auto;
}
.header-toggle .primary-nav-section .primary > .menu-item:not(.item-megamenu),
.header-toggle .primary-nav-section .primary > .menu-item.default-hiden {
    position: relative;
}
.header-toggle
    .primary
    .menu-item.menu-item-has-children.default-hiden
    .wrap-megamenu {
    left: 100%;
}
.header-toggle .primary .btn-control {
    background-color: #ededed;
    float: left;
    width: 100%;
}
.header-toggle .primary .btn-control a {
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #000000;
    line-height: 40px;
    font-weight: 600;
    padding: 5px 20px;
    width: 100%;
}
.header-toggle .primary .btn-control a i {
    margin-left: 8px;
}
.header-toggle .primary .default-hiden {
    display: none;
}
.wrap-main-slide-2.slide-fit-menu {
    width: 100%;
}
.wrap-main-slide-2.slide-fit-menu .slide-carousel {
    max-width: calc(76.9230769231% - 10px);
    max-width: -webkit-calc(76.9230769231% - 10px);
    max-width: -moz-calc(76.9230769231% - 10px);
    float: right;
    margin-top: 10px;
}
.header-toggle .nav-section {
    border-bottom: 4px solid #fff;
}
.header-toggle .wrap-megamenu .megamenu-content {
    font-size: 0;
    padding-bottom: 29px;
}
.header-toggle .wrap-megamenu .wrap-vertical-nav li a {
    font-size: 13px;
}
.header-toggle .wrap-megamenu .product-style-1 .product-info .wrap-btn a {
    position: relative;
    font-size: 13px;
    line-height: 18px;
}
.header-toggle .wrap-megamenu .product-style-1 .product-info .wrap-btn a i {
    font-size: 13px;
    line-height: 18px;
}
.header-toggle .wrap-megamenu .product-style-1 .product-info .wrap-btn {
    padding-top: 2px;
}
.header-toggle .primary .submenu {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 100%;
    max-width: 320px;
    z-index: 100;
    background-color: #fdfdfd;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header-toggle .menu-item-has-children:hover > .submenu {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.header-toggle .primary .submenu li {
    list-style: none;
    width: 100% !important;
    border-bottom: 1px solid #e6e6e6;
    border-left: 2px solid #e6e6e6;
    border-right: 2px solid #e6e6e6;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
}
.header-toggle .primary .submenu li a {
    font-size: 13px;
    color: #555555;
    line-height: 39px;
    font-weight: 400;
    padding: 0;
    width: 100%;
}
.header-toggle .primary .submenu li:hover > a {
    color: #ffffff !important;
}
.wrap-main-slide-2 .wrap-banners {
    display: inline-block;
    font-size: 0;
    position: absolute;
}
.wrap-main-slide-2 .wrap-banners .btn {
    font-size: 14px;
    line-height: 24px;
    color: #eff5f5;
    padding: 5px;
    text-align: center;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: capitalize;
    font-weight: 400;
    min-width: 113px;
    margin-left: 1px;
}
.wrap-main-slide-2 .wrap-banners.type-1 {
    top: 20%;
    left: 50%;
    /*max-width: 334px;*/
    max-width: 364px;
    transform: translate(20px, -6px);
}
.wrap-main-slide-2 .wrap-banners.type-1 .f-title {
    display: block;
    font-size: 30px;
    line-height: 24px;
    color: #333333;
    font-weight: 300;
    margin: 0;
    margin-top: 3px;
    margin-bottom: 3px;
}
.wrap-main-slide-2 .wrap-banners.type-1 .s-title {
    display: block;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #333333;
    margin: 0;
    text-transform: uppercase;
}
.wrap-main-slide-2 .wrap-banners.type-1 .desc {
    display: block;
    font-size: 17px;
    line-height: 30px;
    color: #666666;
    margin: 0;
    margin-bottom: 6px;
}
.wrap-main-slide-2 .wrap-banners.type-2 {
    top: 27%;
    left: 11%;
    /*max-width: 210px;*/
    max-width: 240px;
    transform: translate(0px, 5px);
}
.wrap-main-slide-2 .wrap-banners.type-2 .f-title {
    font-size: 35px;
    line-height: 30px;
    color: #333333;
    font-weight: 300;
    margin: 0;
    display: block;
    text-transform: capitalize;
}
.wrap-main-slide-2 .wrap-banners.type-2 .s-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 30px;
    color: #333333;
    display: block;
    text-transform: uppercase;
}
.wrap-main-slide-2 .wrap-banners.type-2 .desc {
    display: block;
    font-size: 17px;
    line-height: 20px;
    color: #666666;
    margin: 0;
    margin-top: 9px;
    margin-left: 2px;
    margin-bottom: 11px;
}
.wrap-main-slide-2 .wrap-banners.type-3 {
    top: 28%;
    left: 11%;
    /*max-width: 220px;*/
    max-width: 250px;
    -webkit-transform: translate(1px, 1px);
    -moz-transform: translate(1px, 1px);
    -ms-transform: translate(1px, 1px);
    -o-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
}
.wrap-main-slide-2 .wrap-banners.type-3 .f-title {
    display: block;
    font-size: 35px;
    line-height: 30px;
    color: #333333;
    margin: 0;
    font-weight: 700;
    margin-bottom: 10px;
}
.wrap-main-slide-2 .wrap-banners.type-3 .s-title {
    display: block;
    font-size: 35px;
    line-height: 30px;
    color: #333333;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    margin-left: 2px;
    margin-bottom: 9px;
}
.wrap-main-slide-2 .wrap-banners.type-3 .desc {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin: 0;
    margin-left: 3px;
    margin-bottom: 15px;
}
.wrap-main-slide-2 .wrap-banners.type-3 .desc + .btn {
    margin-left: 5px;
}
.slide-banners {
    padding-top: 30px;
    font-size: 0;
}
.product-style-2 .wrap-countdown {
    display: block;
    margin-bottom: 4px;
    margin-top: 13px;
}
.product-style-2 .wrap-countdown span {
    font-size: 13px;
    color: #666666;
    line-height: 14px;
    text-align: center;
    display: inline-block;
}
.product-style-2 .wrap-countdown span:not(:last-child) {
    margin-right: 17px;
}
.product-style-2 .wrap-countdown span b {
    display: block;
    font-size: 18px;
    line-height: 14px;
    color: #333333;
    font-weight: 700;
    text-align: center;
    border: 2px solid #e6e6e6;
    min-width: 41px;
    padding: 11.5px 0;
    margin-bottom: 2px;
}
.wrap-product-tab.vertical-type {
    border: 1px solid #e6e6e6;
    position: relative;
}
.wrap-product-tab.vertical-type .tab-control {
    width: 20%;
    background: #f9f9f9;
    border-right: 1px solid #e6e6e6;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
.wrap-product-tab.vertical-type .tab-control a {
    font-size: 13px;
    line-height: 48px;
    color: #555555;
    display: inline-block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 29px;
    position: relative;
}
.wrap-product-tab.vertical-type .tab-control a:first-child {
    line-height: 50px;
}
.wrap-product-tab.vertical-type .tab-control a.active,
.wrap-product-tab.vertical-type .tab-control a:hover {
    background-color: #ffffff;
}
.wrap-product-tab.vertical-type .tab-control a::before {
    content: "";
    width: 3px;
    position: absolute;
    top: 0;
    bottom: 100%;
    left: 0;
}
.wrap-product-tab.vertical-type .tab-control a.active::before,
.wrap-product-tab.vertical-type .tab-control a:hover::before {
    bottom: 0;
}
.wrap-product-tab.vertical-type .tab-control a.active::after,
.wrap-product-tab.vertical-type .tab-control a:hover::after {
    content: "";
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1px;
    background: #ffffff;
}
.wrap-product-tab.vertical-type .tab-contents {
    display: block;
    width: 80%;
    margin-left: 20%;
    font-size: 0;
}
.wrap-product-tab.vertical-type .product-style-2 {
    margin-bottom: 0;
    margin-top: 9px;
}
.wrap-product-tab.vertical-type .slide-carousel {
    padding-right: 1px;
}
.wrap-product-tab.vertical-type .slide-carousel .owl-stage-outer {
    margin-right: -1px;
}
.wrap-brands::before,
.wrap-brands::after {
    display: block;
    content: "";
    position: absolute;
    width: 1px;
    background-color: #e6e6e6;
    top: 0;
    bottom: 0;
    z-index: 10;
}
.wrap-brands::before {
    left: 0;
}
.wrap-brands::after {
    right: 0;
}
.wrap-brands {
    position: relative;
    display: block;
    margin: 30px 0 30px 0;
    border-top: 1px solid #e6e6e6;
    /*border-bottom: 1px solid #e6e6e6;*/
    /*padding-bottom: 1px;*/
}
.wrap-brands .owl-stage-outer {
    border-bottom: 1px solid #e6e6e6;
}
.wrap-brands .brand-item.first-child {
    border-left: 1px solid #e6e6e6;
}
.wrap-brands .brand-item:not(.first-child) {
    margin-left: 1px;
}
.wrap-brands .brand-item {
    border-right: 1px solid #e6e6e6;
    font-size: 0;
    overflow: hidden;
}
.wrap-brands .brand-item img {
    -webkit-transition: transform 0.5s ease 0s;
    -moz-transition: transform 0.5s ease 0s;
    -ms-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
}
.wrap-brands .brand-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-footer-item .wrap-hotline-footer .phone-number,
.topbar-menu-area .topbar-menu .label-before.fa-mobile {
    color: #e97a2a !important;
}
.fill-color .header-nav-section ul li a {
    color: #ffffff;
}
.fill-color.header-toggle .wrap-toggle-menu i,
.fill-color.header-toggle .wrap-toggle-menu label {
    color: #ffffff;
}
.fill-color.header-toggle .nav-section {
    border: 0;
}
#header.is-sticky .nav-section {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.header-style-2.is-sticky .nav-section {
    background-color: #fdfdfd;
}
#sticky-wrapper.is-sticky .header-sticky {
    top: 0;
    z-index: 999999999 !important;
    background: #ffffff;
}
.header-toggle
    .sticky-wrapper.is-sticky
    .open-on-top
    .wrap-toggle-menu.close-menu
    + .nav.primary,
.header-toggle .default-toggle .wrap-toggle-menu.close-menu + .nav.primary {
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
}
.header-toggle
    .sticky-wrapper.is-sticky
    .open-on-top
    .wrap-toggle-menu.close-menu
    + .nav.primary
    *,
.header-toggle
    .sticky-wrapper.is-sticky
    .open-on-top
    .wrap-toggle-menu.close-menu
    + .nav.primary
    li::after,
.header-toggle
    .sticky-wrapper.is-sticky
    .open-on-top
    .wrap-toggle-menu.close-menu
    + .nav.primary
    li
    > span::before,
.header-toggle
    .sticky-wrapper.is-sticky
    .open-on-top
    .wrap-toggle-menu.close-menu
    + .nav.primary
    li
    > span,
.header-toggle
    .sticky-wrapper.is-sticky
    .open-on-top
    .wrap-toggle-menu.close-menu
    + .nav.primary
    li
    > a,
.header-toggle
    .sticky-wrapper.is-sticky
    .open-on-top
    .wrap-toggle-menu.close-menu
    + .nav.primary
    li,
.header-toggle .default-toggle .wrap-toggle-menu.close-menu + .nav.primary *,
.header-toggle
    .default-toggle
    .wrap-toggle-menu.close-menu
    + .nav.primary
    li::after,
.header-toggle
    .default-toggle
    .wrap-toggle-menu.close-menu
    + .nav.primary
    li
    > span::before,
.header-toggle
    .default-toggle
    .wrap-toggle-menu.close-menu
    + .nav.primary
    li
    > span,
.header-toggle
    .default-toggle
    .wrap-toggle-menu.close-menu
    + .nav.primary
    li
    > a,
.header-toggle .default-toggle .wrap-toggle-menu.close-menu + .nav.primary li {
    padding: 0 !important;
    border: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    min-height: 0 !important;
}

.wrap-top-banner-3 {
    font-size: 0;
    padding-top: 10px;
}
.wrap-top-banner-3 .wrap-main-slide-3 {
    display: inline-block;
    width: 70.9401709402%;
}
.wrap-top-banner-3 .banner-style-vertical {
    width: 29.0598290598%;
    display: inline-block;
    padding-left: 0.8547008547%;
    font-size: 0;
}
.wrap-top-banner-3 .banner-style-vertical .banner-item:not(:first-child) {
    padding-top: 3%;
}
.wrap-main-slide-3 .item-slide {
    position: relative;
}
.wrap-main-slide-3 .item-slide .wrap-banners {
    position: absolute;
}
.wrap-main-slide-2 .active .item-slide .wrap-banners .f-title,
.wrap-main-slide-2 .active .item-slide .wrap-banners .s-title,
.wrap-main-slide-2 .active .item-slide .wrap-banners .desc,
.wrap-main-slide-2 .active .item-slide .wrap-banners .banner-link,
.wrap-main-slide-3 .active .item-slide .wrap-banners .f-title,
.wrap-main-slide-3 .active .item-slide .wrap-banners .s-title,
.wrap-main-slide-3 .active .item-slide .wrap-banners .desc,
.wrap-main-slide-3 .active .item-slide .wrap-banners .banner-link {
    animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: bounceInLeft;
    -webkit-animation-name: bounceInLeft;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.wrap-main-slide-2 .active .item-slide .wrap-banners .banner-link,
.wrap-main-slide-3 .active .item-slide .wrap-banners .banner-link {
    animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
}
.wrap-main-slide-3 .active .item-slide .wrap-banners.type-1 .f-title {
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-name: bounceInLeft;
    -webkit-animation-name: bounceInLeft;
    animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
}
.wrap-main-slide-3 .active .item-slide .wrap-banners.type-1 .s-title {
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-name: bounceInLeft;
    -webkit-animation-name: bounceInLeft;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}
.wrap-main-slide-3 .active .item-slide .wrap-banners.type-1 .desc {
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-name: bounceInLeft;
    -webkit-animation-name: bounceInLeft;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}
.wrap-main-slide-3 .active .item-slide .wrap-banners .s-title {
    animation-name: bounceInRight;
    -webkit-animation-name: bounceInRight;
}
.wrap-main-slide-2 .active .item-slide .wrap-banners.type-1 .f-title,
.wrap-main-slide-2 .active .item-slide .wrap-banners.type-1 .desc {
    animation-name: bounceInRight;
    -webkit-animation-name: bounceInRight;
}
.wrap-main-slide-2 .active .item-slide .wrap-banners.type-3 .s-title {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-name: zoomIn;
    -webkit-animation-name: zoomIn;
    animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
}
.wrap-main-slide-2 .active .item-slide .wrap-banners.type-2 .f-title,
.wrap-main-slide-2 .active .item-slide .wrap-banners.type-2 .desc {
    animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
}

.wrap-main-slide-3 .item-slide .wrap-banners .banner-link {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    min-width: 113px;
    text-align: center;
    border-radius: 0;
    padding: 4px 5px;
    text-transform: capitalize;
}
.wrap-main-slide-3 .item-slide .wrap-banners .banner-link:hover {
    background-color: #888888;
}
.wrap-main-slide-3 .item-slide .type-1 {
    top: 25%;
    left: 10%;
    -webkit-transform: translate(7px, 5px);
    -moz-transform: translate(7px, 5px);
    -ms-transform: translate(7px, 5px);
    -o-transform: translate(7px, 5px);
    transform: translate(7px, 5px);
}
.wrap-main-slide-3 .item-slide .type-1 .f-title {
    font-size: 30px;
    line-height: 24px;
    color: #333333;
    font-weight: 300;
    display: block;
    text-transform: capitalize;
    margin-left: -3px;
}
.wrap-main-slide-3 .item-slide .type-1 .s-title {
    font-size: 36px;
    line-height: 30px;
    color: #333333;
    font-weight: 700;
    display: block;
    max-width: 150px;
    margin-top: 1px;
    margin-left: -3px;
}
.wrap-main-slide-3 .item-slide .type-1 .desc {
    display: block;
    font-size: 17px;
    line-height: 20px;
    color: #666666;
    text-align: left;
    max-width: 90px;
    margin-top: 9px;
    margin-bottom: 11px;
    margin-left: -1px;
}
.wrap-main-slide-3 .item-slide .type-2 {
    top: 34%;
    left: 10%;
    -webkit-transform: translate(12px, -14px);
    -moz-transform: translate(12px, -14px);
    -ms-transform: translate(12px, -14px);
    -o-transform: translate(12px, -14px);
    transform: translate(12px, -14px);
}
.wrap-main-slide-3 .item-slide .type-2 .f-title {
    font-size: 18px;
    line-height: 35px;
    color: #333333;
    text-align: left;
    font-style: italic;
    display: block;
    font-weight: 400;
}
.wrap-main-slide-3 .item-slide .type-2 .s-title {
    font-size: 50px;
    line-height: 30px;
    color: #333333;
    text-transform: uppercase;
    display: block;
    margin-top: 1px;
    margin-left: -3px;
}
.wrap-main-slide-3 .item-slide .type-2 .desc {
    font-size: 17px;
    line-height: 20px;
    color: #666666;
    text-align: left;
    display: block;
    margin-top: 10px;
    margin-bottom: 16px;
}
.wrap-main-slide-3 .item-slide .type-3 {
    top: 20%;
    left: 15%;
    -webkit-transform: translate(-7px, 11px);
    -moz-transform: translate(-7px, 11px);
    -ms-transform: translate(-7px, 11px);
    -o-transform: translate(-7px, 11px);
    transform: translate(-7px, 11px);
}
.wrap-main-slide-3 .item-slide .type-3 .f-title {
    font-size: 30px;
    line-height: 35px;
    color: #333333;
    text-transform: capitalize;
    display: block;
    font-weight: 400;
    margin-left: -2px;
}
.wrap-main-slide-3 .item-slide .type-3 .s-title {
    font-size: 40px;
    line-height: 35px;
    color: #333333;
    text-transform: capitalize;
    display: block;
    font-weight: 700;
    margin-left: -2px;
}
.wrap-main-slide-3 .item-slide .type-3 .desc {
    font-size: 17px;
    line-height: 20px;
    color: #666666;
    display: block;
    margin-top: 6px;
    margin-left: -1px;
    margin-bottom: 16px;
}
.wrap-product-tab.tab-style-3 .tab-control {
    display: inline-block;
    width: 100%;
}
.wrap-product-tab.tab-style-3 .tab-control .tab-control-item {
    display: inline-block;
    float: left;
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}
.wrap-product-tab.tab-style-3 .tab-contents {
    border: 1px solid #e6e6e6;
}
.wrap-product-tab.tab-style-3 .owl-nav button.owl-next {
    margin-right: 9px;
}
.wrap-product-tab.tab-style-3 .owl-nav button.owl-prev {
    margin-left: 9px;
}
.wrap-combined-box .wrap-show-advance-info-box {
    width: 74.358974359%;
    display: inline-block;
    float: left;
}
.wrap-combined-box .wrap-product-widget {
    width: 25.641025641%;
    display: inline-block;
    padding-left: 0.8547008547%;
    margin-top: 30px;
}
.wrap-product-widget .title-box {
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 700;
    display: block;
    text-align: left;
    margin: 0;
    padding: 0 21px;
    text-transform: uppercase;
    background: #777777;
}
.wrap-product-widget ul {
    padding: 10px 0 0 0;
    border: 1px solid #e6e6e6;
    border-top: 0;
    display: block;
    float: left;
    margin-bottom: 0;
}
.wrap-product-widget ul li {
    list-style: none;
    padding: 10px 20px;
    display: block;
    float: left;
}
.wrap-product-widget .product-widget-style .thumbnnail {
    width: 90px;
}
.wrap-product-widget .product-widget-style .thumbnnail img {
    max-width: 90px;
    border: 0;
}
.wrap-product-widget .product-widget-style .product-info .wrap-price {
    margin-top: 3px;
}
.wrap-product-widget li.funtion-item {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 15px;
}
.wrap-product-widget li.funtion-item a {
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    color: #666666;
    float: right;
    position: relative;
}
.wrap-product-widget li.funtion-item a::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #bcbcbc;
}
.wrap-product-widget li.funtion-item a i {
    font-size: 13px;
    line-height: 16px;
    color: #666666;
    margin-left: 4px;
}
.wrap-combined-box .slide-carousel {
    padding-right: 3px;
}
.wrap-combined-box .slide-carousel .owl-stage-outer {
    margin-right: -3px;
}
.header-style-1 .sticky-wrapper.is-sticky .header-nav-section {
    display: none;
}
.wrap-demo-item-1 {
    font-size: 0;
}
.wrap-demo-item-1 figure {
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.wrap-demo-item-1 figure::before {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    content: "view demo";
    font-family: "Open Sans", sans-serif;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-transform: uppercase;
    padding: 8px 13px;
    z-index: 5;
}
.wrap-demo-item-1 figure::after {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    content: "";
    z-index: 4;
    display: block;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.wrap-demo-item-1:hover figure::after,
.wrap-demo-item-1:hover figure::before {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.wrap-demo-item-1 img {
    border: 1px solid #eeeeee;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.nav-demo ul {
    margin-top: 20px;
}
.nav-demo .menu-item {
    border-bottom: 1px dashed #eeee;
    padding: 5px 0;
    text-transform: uppercase;
}

/***** CHOSEN STYLE ***********/
.chosen-container .chosen-single {
    border-radius: 0;
    border: none;
    background: transparent;
    outline: none;
    box-shadow: none !important;
    background-image: none !important;
}
.chosen-container .chosen-drop .chosen-search {
    display: none;
    font-size: 0;
}
.chosen-container .chosen-drop {
    border-radius: 0;
    border: none;
}

/******************************
            * RESPONSIVE
            ******************************/
@media (min-width: 1024px) {
    /*.min-height-526{*/
    /*min-height: 526px;*/
    /*}*/
    .min-height-460 {
        /*height: 460px;*/
        min-height: 460px;
    }
    .min-height-526 {
        /*height: 526px;*/
        min-height: 526px;
    }
    .min-height-510 {
        min-height: 510px;
    }

    .bg-digital-electronic {
        background-image: url("assets/images/megamenu_digital_electronics_1.jpg");
    }
    .bg-kidtoy {
        background-image: url("assets/images/megamenu_kid_toy_1.jpg");
    }
    .bg-furniture-decor {
        background-image: url("assets/images/megamenu_furniture_home_decors_1.jpg");
    }

    .bg-vertical-furniture-decor {
        background-image: url("assets/images/2-megamenu_furniture_home_decors_1.jpg");
    }
    .bg-vertical-digital {
        background-image: url("assets/images/2-megamenu_digital_electronics_1.jpg");
    }
    .bg-vertical-kidtoy {
        background-image: url("assets/images/2-megamenu_kid_toy_1.jpg");
    }

    .grid-two-bn-01 {
        width: 65.43%;
        margin-top: 40px;
        margin-bottom: 4px;
    }
    .grid-two-bn-02 {
        margin-left: 1.855%;
        width: 32.715%;
        margin-top: 40px;
        margin-bottom: 4px;
    }
    .vertical-grid-two-bn-01 {
        width: 55.7491289199%;
        margin-top: 40px;
        margin-bottom: 4px;
        margin-right: 1.27758420441%;
    }
    .vertical-grid-two-bn-02 {
        width: 42.9732868757%;
        margin-top: 40px;
        margin-bottom: 4px;
    }
    .vertical-grid-two-bn-01-type02 {
        width: 42.9732868757%;
        margin-top: 18px;
        margin-bottom: 0;
        margin-right: 1.16144018583%;
    }
    .vertical-grid-two-bn-02-type02 {
        width: 55.8652729384%;
        margin-top: 18px;
        margin-bottom: 0;
    }
    .banner-style-1 {
        max-width: 295px;
    }
    .banner-style-2 {
        margin-top: 56px;
        margin-left: 118px;
    }
    .mg-position-01 {
        margin-top: 17px;
        margin-left: 38px;
    }
    .mg-vertical-position-01 {
        margin-top: 17px;
    }
    .mg-vertical-position-02 {
        margin-top: 105px;
        margin-left: 87px;
    }
    /*margin class*/
    .margin-top-10 {
        margin-top: 10px;
    }
    .margin-top-12 {
        margin-top: 12px;
    }
    .margin-top-14 {
        margin-top: 14px;
    }
    .margin-top-34 {
        margin-top: 34px;
    }
}

@media (min-width: 991px) {
    .container {
        padding: 0;
    }
}

@media (max-width: 767px) and (min-width: 520px) {
    .main-footer-content .col-lg-4:not(.box-twin-content) {
        width: 50%;
    }
    .wrap-footer-item .wrap-list-item.apps-list li {
        width: calc(50% - 5px);
        float: left;
    }
    .wrap-footer-item .wrap-list-item.apps-list li:not(:last-child) {
        margin-right: 10px;
        margin-top: 5px;
    }
}

@media (max-width: 1199px) {
    .inner-page.blog .main-content-area,
    .inner-page.blog .sitebar {
        width: 100%;
    }
    .header-nav-section li:first-child {
        padding-left: 20px;
    }
    .header-nav-section .menu-nav li {
        padding: 12px 20px;
        float: none;
    }
    .header-nav-section .menu-nav {
        text-align: center;
    }
    .primary > .menu-item:not(.home-icon) > a {
        padding: 11px 11px;
        font-size: 12px;
    }
    .primary .menu-item.home-icon > a {
        padding: 10px;
    }
    .wrap-shop-control {
        display: inline-block;
        width: 100%;
        padding-bottom: 10px;
    }
    .wrap-shop-control .wrap-right {
        float: left;
        width: 100%;
        padding-left: 20px;
    }
    .change-display-mode .display-mode {
        margin-right: 10px;
    }
    .change-display-mode .display-mode:last-child {
        margin-right: 5px;
    }
    .wrap-shop-control .sort-item.product-per-page {
        margin-right: 10px;
    }
    .product-style-3 .product-thumnail {
        width: 100%;
        text-align: center;
    }
    .product-list-style {
        display: block;
    }
    .product-list-style .product-thumnail {
        width: 100%;
        text-align: center;
    }
    .product-list-style .advance-info {
        display: inline-block;
        width: 50%;
        padding-left: 10px;
        padding-right: 0;
        float: left;
    }
    .product-list-style .product-info {
        display: inline-block;
        width: 50%;
        padding-left: 0;
        padding-right: 0;
        float: left;
    }
    .wrap-articles article {
        display: block;
    }
    .shopping-cart .summary .order-summary {
        padding-right: 30px;
    }
    .wrap-iten-in-cart .products-cart .quantity .quantity-input .btn::before {
        margin-left: 1px;
    }
    .wrap-iten-in-cart .products-cart .quantity .quantity-input .btn {
        margin: 6.5px 0 0 10px;
        width: 25px;
        height: 25px;
        line-height: 16px;
    }
    .header-toggle .header-nav-section .menu-nav li {
        float: left;
        padding: 8px 14px !important;
    }
    .header-toggle .primary > .menu-item > a {
        line-height: 17px;
    }
    .header-toggle .primary > .menu-item:not(.sale-panel) > a {
        padding: 11px 0;
    }
    .header-toggle .primary > .menu-item.sale-panel > a {
        padding: 0;
    }
    .wrap-product-tab.vertical-type .tab-control a {
        padding: 0 10px;
    }
    .fill-color.header-toggle .header-nav-section .menu-nav li {
        padding: 11px !important;
    }
}

@media (max-width: 1025px) {
    .mercado-clone-wrap .wrap-vertical-nav {
        float: left;
        width: 100%;
    }
    .mercado-clone-wrap .col-md-3 {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 1024px) {
    .sticky-wrapper {
        height: 0 !important;
    }
    .header .main-info-area {
        display: flex;
        flex-wrap: wrap;
        height: initial;
    }
    .main-info-area .right-section .wrap-icon-section {
        width: initial;
        max-width: 106px;
        margin: 0 10px;
    }
    .header .main-info-area .left-section.wrap-logo-top {
        width: 100%;
        order: 1;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .header .main-info-area .center-section {
        width: 100%;
        display: inline-block;
        order: 3;
        margin-bottom: 25px;
        padding: 0;
    }
    .header .main-info-area .right-section {
        order: 2;
        display: block;
        margin: 0 auto;
        margin-bottom: 25px;
        width: initial;
    }
    .header .main-info-area .right-section .show-up-after-1024 {
        display: inline-block !important;
    }

    .header .main-info-area .right-section .show-up-after-1024 a {
        display: inline-block;
        float: left;
        padding: 3px 0;
        border: 1px solid #333;
    }
    .header .main-info-area .right-section .show-up-after-1024 span {
        display: inline-block;
        width: 30px;
        height: 2px;
        background: #333333;
        margin: 3px 5px;
        float: left;
        clear: both;
    }
    .custom-col-5,
    .custom-col-5-2 {
        width: 100% !important;
    }
    .header-nav-section,
    .primary-nav-section {
        display: none;
    }
    .nav-section {
        display: none;
    }
    .header-toggle + .main-site .slide-banners.slide-banner-first {
        padding-top: 30px;
    }
    .wrap-main-slide-2.slide-fit-menu .slide-carousel {
        max-width: 100%;
        float: left;
    }
    .wrap-megamenu .demo-item {
        width: 100%;
    }
    .wrap-demo-item-1 figure {
        width: 100%;
        padding: 20px 20px 0 20px;
    }
    .wrap-megamenu .demo-item li {
        padding: 0 20px !important;
    }
}

@media (max-width: 991px) {
    .wrap-articles article .info {
        padding-top: 0;
    }
    .wrap-combined-box .wrap-product-widget {
        margin-top: 10px;
    }
    .wrap-main-slide-2 .wrap-banners.type-1,
    .wrap-main-slide-2 .wrap-banners.type-2,
    .wrap-main-slide-2 .wrap-banners.type-3 {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .wrap-main-slide-2 .wrap-banners.type-1 {
        left: 10%;
    }
    .wrap-main-slide-2 .wrap-banners {
        background-color: rgba(255, 255, 255, 0.6);
        padding: 15px;
    }
    .wrap-main-slide-2 .wrap-banners.type-1 .desc {
        color: #444444;
    }
    .topbar-menu-area .topbar-menu.right-menu,
    .topbar-menu-area .topbar-menu.left-menu {
        width: 100%;
        text-align: center;
    }
    .topbar-menu-area .topbar-menu ul li {
        display: inline-block;
        float: none;
        text-align: left;
    }
    .wrap-footer-content .wrap-function-info .fc-info-item {
        width: 50%;
    }
    .wrap-footer-content .wrap-function-info .fc-info-item:nth-child(2n + 1) {
        border-left: 1px solid;
    }
    .wrap-newletter-footer .btn-submit {
        font-size: 0;
        width: 45px;
        height: 45px;
        padding: 0;
    }
    .wrap-newletter-footer .btn-submit::before {
        content: "\f1d8";
        font-family: FontAwesome;
        font-size: 20px;
        color: #ffffff;
        line-height: 45px;
    }
    .wrap-newletter-footer input[type="email"] {
        padding-right: 45px;
    }
    .coppy-right-box .coppy-right-item {
        width: 100%;
        text-align: center;
    }
    .coppy-right-box .wrap-nav.horizontal-nav {
        display: inline-block;
    }
    .coppy-right-box {
        padding: 15px 0;
    }
    .wrap-login-item .form-item.login-form {
        padding-right: 0;
    }
    .wrap-login-item .form-item.register-form::before {
        left: -14.5px;
    }
    .wrap-product-detail .detail-media {
        width: 100%;
        max-width: 470px;
        display: block;
        margin: 0 auto;
        float: none;
    }
    .wrap-product-detail .detail-info {
        width: 100%;
        padding-left: 0;
    }
    .wrap-combined-box .box-item {
        width: 100%;
        padding-left: 0;
    }
    .wrap-combined-box .wrap-product-tab.tab-style-1 {
        margin-top: 0;
    }
    .wrap-combined-box .wrap-product-widget ul li {
        width: 50%;
        text-align: left;
    }
    .wrap-product-widget li.funtion-item a {
        float: left;
    }
    .wrap-product-widget ul li {
        padding: 10px;
    }
    .wrap-product-widget li.funtion-item {
        padding-top: 30px;
    }
    .wrap-product-widget li.funtion-item a {
        text-transform: uppercase;
    }
    .wrap-main-slide-3 .item-slide .type-1 .desc,
    .wrap-main-slide-3 .item-slide .type-1 .s-title {
        max-width: 290px;
    }
}

@media (max-width: 767px) {
    .wrap-articles article .info,
    .wrap-articles article .media {
        display: block;
        width: 100%;
        text-align: left;
        padding-left: 0;
    }
    .wrap-articles article .info {
        padding-top: 15px !important;
    }
    .col-lg-4:nth-child(2n + 1) {
        clear: left;
    }
    .slide-banners .slide-carousel .banner-item {
        text-align: center;
    }
    .wrap-main-slide-3 .item-slide .desc {
        color: #444444 !important;
    }
    .wrap-main-slide-3 .item-slide .type-1,
    .wrap-main-slide-3 .item-slide .type-2,
    .wrap-main-slide-3 .item-slide .type-3 {
        background-color: rgba(255, 255, 255, 0.6);
        padding: 10px;
    }
    .style-twin-default .banner-item {
        width: 100%;
        padding-top: 30px;
        font-size: 0;
    }
    .style-twin-default .banner-item:nth-child(even) {
        margin-left: 0;
    }
    .wrap-main-slide .slide-carousel .slide-info.slide-3,
    .wrap-main-slide .slide-carousel .slide-info.slide-2 {
        top: 10px;
        left: 10%;
        background: rgba(255, 255, 255, 0.6);
        padding: 10px;
    }
    .wrap-main-slide .slide-carousel .slide-info.slide-1 {
        top: 13%;
        left: 10%;
        background: rgba(255, 255, 255, 0.6);
        padding: 10px;
    }
    .wrap-main-slide .slide-carousel .slide-info.slide-1 .sale-info {
        color: #222222;
    }
    .wrap-main-slide .slide-carousel .slide-info .f-title {
        margin-top: 0;
    }
    .wrap-login-item .form-item.register-form::before {
        display: none;
    }
    .wrap-contacts .contact-form {
        margin-bottom: 50px;
    }
    .wrap-iten-in-cart .products-cart .delete,
    .wrap-iten-in-cart .products-cart .quantity,
    .wrap-iten-in-cart .products-cart .price-field,
    .wrap-iten-in-cart .products-cart .product-name,
    .wrap-iten-in-cart .products-cart .product-image {
        display: inline-block;
        width: 100% !important;
        text-align: center !important;
        padding: 10px 0 !important;
    }
    .wrap-iten-in-cart .products-cart .product-image img {
        max-width: 150px;
    }
    .wrap-iten-in-cart .products-cart .delete a.btn i {
        display: none;
    }
    .wrap-iten-in-cart .products-cart .delete a.btn span {
        display: block;
        font-size: 14px;
        line-height: 24px;
        color: #666666;
        text-transform: uppercase;
        font-weight: 600;
        padding: 6px;
    }
    .wrap-iten-in-cart .products-cart .delete a.btn {
        width: 100%;
        background-color: #f5f5f5;
        border-radius: 0;
        border: 1px solid #e6e6e6;
        color: #666666;
    }
    .shopping-cart .summary .update-clear,
    .shopping-cart .summary .checkout-info,
    .shopping-cart .summary .order-summary {
        display: inline-block !important;
        width: 100% !important;
        margin: 10px 0;
        padding: 0 !important;
    }
    .summary .update-clear .btn {
        float: left;
        max-width: calc(50% - 5px);
        max-width: -webkit-calc(50% - 5px);
        max-width: -moz-calc(50% - 5px);
    }
    .summary .update-clear .btn:first-child {
        margin-right: 10px;
    }
    .wrap-product-tab.vertical-type .tab-control {
        position: static;
        width: 100%;
        display: inline-block;
    }
    .wrap-product-tab.vertical-type .tab-contents {
        display: inline-block;
        width: 100%;
        margin: 0;
    }
    .wrap-product-tab.vertical-type .tab-control a {
        padding: 0 20px !important;
    }
    .product-style-2 .product-thumnail .wrap-btn .function-link {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
    }
    .wrap-top-banner-3 .wrap-main-slide-3,
    .wrap-top-banner-3 .banner-style-vertical {
        width: 100%;
        padding-left: 0;
    }
    .wrap-top-banner-3 .banner-style-vertical .banner-item {
        width: 50%;
        float: left;
        padding-right: 15px;
        padding-top: 30px;
        text-align: center;
    }
    .wrap-top-banner-3 .banner-style-vertical .banner-item:not(:first-child) {
        padding-right: 0 !important;
        padding-left: 15px;
        padding-top: 30px;
    }
}

@media (max-width: 600px) {
    .wrap-main-slide-2 .wrap-banners.type-2,
    .wrap-main-slide-2 .wrap-banners.type-3 {
        max-width: 290px !important;
    }
    .wrap-address-billing .row-in-form {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .summary-checkout {
        display: inline-block;
    }
    .summary-checkout .summary-item {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .summary-checkout .summary-item.shipping-method {
        margin-top: 50px;
    }
    .product-style-2 .wrap-countdown span:not(:last-child) {
        margin-right: 7px;
    }
    .wrap-main-slide .slide-carousel .slide-info.slide-1,
    .wrap-main-slide .slide-carousel .slide-info.slide-2,
    .wrap-main-slide .slide-carousel .slide-info.slide-3 {
        top: 50% !important;
        left: 10px !important;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
    .wrap-main-slide .slide-1 .f-title {
        font-size: 24px;
        margin-bottom: 0;
        margin-top: 0;
    }
    .wrap-main-slide .slide-1 .f-title b {
        font-size: 26px;
    }
    .wrap-main-slide .slide-1 .subtitle {
        line-height: 18px;
    }
    .wrap-main-slide .slide-1 .sale-info {
        margin-bottom: 13px;
    }
    .wrap-main-slide .slide-1 .sale-info .price {
        font-size: 19px;
    }
    .wrap-main-slide .slide-2 .f-title {
        max-width: 100%;
        font-size: 24px;
        line-height: 24px;
        margin-top: 0;
        margin-bottom: 2px;
    }
    .wrap-main-slide .slide-2 .f-subtitle {
        font-size: 18px;
        line-height: 24px;
        width: 100%;
    }
    .wrap-main-slide .slide-2 .s-title {
        font-size: 24px;
        line-height: 24px;
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .wrap-main-slide .slide-2 .s-subtitle {
        margin-bottom: 0;
    }
    .wrap-main-slide .slide-2 .discount-code {
        margin-bottom: 0;
    }
    .wrap-main-slide .slide-3 .sale-info {
        margin-top: 2px;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 19px;
    }
    .wrap-main-slide .slide-3 .f-title {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 0;
        margin-top: 0;
    }
    .wrap-main-slide .slide-3 .sale-info .price {
        font-size: 20px;
    }
    .wrap-main-slide .slide-3 .f-subtitle {
        font-size: 16px;
        line-height: 16px;
    }
    .style-nav-1 .owl-nav {
        display: none;
    }
}

@media (max-width: 550px) {
    .wrap-top-banner-3 .banner-style-vertical .banner-item:not(:first-child),
    .wrap-top-banner-3 .banner-style-vertical .banner-item {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .wrap-main-slide-2 .wrap-banners.type-3 .f-title {
        font-size: 25px;
        line-height: 24px;
        margin-bottom: 4px;
    }
    .wrap-main-slide-2 .wrap-banners.type-3 .s-title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
    }
    .wrap-main-slide-2 .wrap-banners.type-3 .desc {
        font-size: 14px;
    }
    .wrap-main-slide-2 .wrap-banners.type-2 .s-title,
    .wrap-main-slide-2 .wrap-banners.type-2 .f-title {
        font-size: 25px;
        line-height: 26px;
        margin-bottom: 4px;
    }
    .wrap-main-slide-2 .wrap-banners.type-2 .desc {
        font-size: 14px;
        color: #444444;
    }
}

@media (max-width: 519px) {
    .wrap-nav.horizontal-nav ul {
        text-align: center;
    }
    .back-link-box .backlink-title {
        margin-bottom: 20px;
    }
    /*.back-link-box .backlink-title{*/
    /*text-align: center;*/
    /*}*/
    .wrap-footer-content .wrap-footer-item.twin-item .wrap-vertical-nav {
        margin-top: 3px;
    }
    .header .main-info-area .center-section {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .center-section .wrap-search-form .wrap-list-cate {
        display: none;
    }
    .wrap-footer-item .wrap-hotline-footer .phone-number {
        margin-bottom: 20px;
    }
    .wrap-footer-item .wrap-list-item {
        text-align: center;
        margin-top: 10px;
    }
    .wrap-footer-item .wrap-list-item.apps-list,
    .wrap-footer-item .wrap-list-item.social-network {
        text-align: center;
        margin-top: 10px;
    }
    .wrap-footer-content ul li {
        text-align: center;
    }
    .wrap-newletter-footer {
        float: initial;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .wrap-footer-content .wrap-footer-item .item-content .wrap-contact-detail {
        max-width: 300px;
        display: inline-block;
    }
    .wrap-footer-content .wrap-footer-item .item-header {
        text-align: center;
    }
    .wrap-footer-content .wrap-footer-item {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 500px) {
    .coppy-right-box .coppy-right-item {
        padding-bottom: 0;
    }
    .wrap-nav.horizontal-nav ul {
        text-align: center;
    }
    .wrap-nav.horizontal-nav li:not(:last-child) .link-term::after {
        background: none;
    }
    #comments .commentlist li .comment_container .comment-text {
        float: none;
        width: initial;
        padding-left: 0;
    }
    #comments .commentlist li .comment_container .star-rating,
    #comments .commentlist li .comment_container .meta {
        margin-left: 95px;
        display: block;
    }
    #comments .commentlist li .comment_container .description {
        display: inline-block;
        width: 100%;
        margin-top: 5px;
    }
    .wrap-main-slide .slide-carousel .slide-info:not(.slide-1) .f-title {
        font-size: 16px;
    }
    .tab-style-1 .tab-control .tab-control-item {
        width: 100%;
        margin-left: 0;
        border-left: 0;
        border-right: 0;
    }
    .tab-style-1 .tab-control .tab-control-item:last-child.active,
    .tab-style-1 .tab-control .tab-control-item:last-child:hover {
        border-bottom: 1px solid #e6e6e6;
    }
    .wrap-footer-content .wrap-function-info .fc-info-item:not(:last-child) {
        width: 100% !important;
        border: 1px solid;
        margin-top: 15px;
        margin-bottom: 7.5px;
    }
    .wrap-footer-content .wrap-function-info .fc-info-item:last-child {
        width: 100% !important;
        border: 1px solid;
        margin-top: 7.5px;
        margin-bottom: 15px;
    }
    .wrap-footer-content .wrap-function-info .fc-info-item i {
        width: 100%;
        margin: 0 0 5px 0;
    }
    .wrap-footer-content
        .wrap-function-info
        .fc-info-item
        .wrap-left-info
        .fc-name,
    .wrap-footer-content
        .wrap-function-info
        .fc-info-item
        .wrap-left-info
        .fc-desc {
        text-align: center !important;
    }
    .wrap-footer-item .wrap-contact-detail ul li .contact-txt {
        padding-right: 0;
    }
    .wrap-shop-control .change-display-mode {
        width: 100%;
    }
    .wrap-shop-control .sort-item {
        margin-bottom: 5px;
    }
    .wrap-shop-control {
        padding-bottom: 5px !important;
    }
    .product-list-style .advance-info {
        padding-top: 0;
    }
    .product-list-style .advance-info,
    .product-list-style .product-info {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .wrap-login-item .form-item .wrap-input.item-width-in-half {
        width: 100%;
    }
    .wrap-login-item .form-item .wrap-input.left-item {
        margin-right: 0;
    }
    .wrap-login-item .form-item .link-function {
        padding-right: 0;
    }
    .wrap-nav.horizontal-nav li:not(:last-child) .link-term::after {
        margin-left: 8px;
        margin-right: 4px;
    }
    .topbar-menu-area .topbar-menu.right-menu > ul > li:not(:last-child) > a {
        padding-right: 10px;
        padding-left: 10px;
        border: none;
    }
    .post-footer .author-infor .avata {
        display: block;
        max-width: 100%;
        text-align: center;
    }
    .post-footer .author-infor .detail-info {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .post-footer .author-infor .detail-info .author-name {
        text-align: center;
    }
    .post-footer .author-infor .detail-info .author-desc {
        text-align: center;
    }
    .post-footer .comment-form fieldset.input-field.has-half-width {
        width: 100%;
    }
    .post-footer
        .comment-form
        fieldset.input-field.has-half-width
        + fieldset.input-field.has-half-width {
        margin-left: 0;
    }
    .shopping-cart .summary {
        padding: 15px 15px 0 15px;
    }
    .summary .update-clear .btn {
        max-width: 100% !important;
        margin-right: 0 !important;
    }
    .wrap-product-detail .advance-info .tab-control a {
        margin-right: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 1px;
    }
    #review_form_wrapper #review_form .comment-form p.comment-form-author,
    #review_form_wrapper #review_form .comment-form p.comment-form-email {
        width: 100%;
        margin-right: 0 !important;
    }
    .wrap-combined-box .wrap-product-widget ul li {
        width: 100% !important;
    }
    .wrap-combined-box .wrap-product-widget ul li.funtion-item {
        padding: 5px !important;
    }
    .wrap-combined-box .wrap-product-widget ul li.funtion-item a {
        padding: 9px;
        width: 100%;
        text-align: center;
        background-color: #e6e6e6;
    }
    .wrap-product-widget li.funtion-item a::after {
        display: none;
    }
    .wrap-product-tab.tab-style-3 .tab-control .tab-control-item {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .center-section .wrap-search-form .wrap-list-cate {
        display: none;
    }
    .wrap-show-advance-info-box > .wrap-countdown::before {
        display: none;
    }
    .wrap-show-advance-info-box > .wrap-countdown {
        width: 100%;
        text-align: center;
        padding: 9px 5px;
    }
    .wrap-show-advance-info-box > .wrap-countdown span b {
        font-size: 15px;
    }
    .wrap-show-advance-info-box > .wrap-countdown span:not(:last-child)::after {
        margin-right: 5px;
        margin-left: 5px;
    }
    .grid-products li {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .product-style-2 .wrap-countdown span:not(:last-child) {
        margin-right: 15px !important;
    }
}

@media (max-width: 450px) {
    .wrap-main-slide-2 .wrap-banners.type-1 .desc {
        line-height: 24px;
    }
    .wrap-main-slide-2 .wrap-banners.type-1,
    .wrap-main-slide-2 .wrap-banners.type-2,
    .wrap-main-slide-2 .wrap-banners.type-3 {
        left: 8% !important;
    }
    .wrap-main-slide-2 .wrap-banners.type-1 .f-title {
        font-size: 23px;
        line-height: 24px;
    }
    .wrap-main-slide-2 .wrap-banners.type-1 .s-title {
        font-size: 20px;
        line-height: 22px;
    }
    .wrap-main-slide-2 .wrap-banners.type-2,
    .wrap-main-slide-2 .wrap-banners.type-1,
    .wrap-main-slide-2 .wrap-banners.type-3 {
        padding: 0;
        background: none;
    }
    .wrap-main-slide-2 .item-slide::before {
        content: "";
        left: 0;
        right: 0;
        top: -20px;
        bottom: -20px;
        background-color: rgba(255, 255, 255, 0.6);
        position: absolute;
    }
    .wrap-main-slide-3 .item-slide .wrap-banners {
        top: 50% !important;
        left: 5px !important;
        -webkit-transform: translate(0, -50%) !important;
        -moz-transform: translate(0, -50%) !important;
        -ms-transform: translate(0, -50%) !important;
        -o-transform: translate(0, -50%) !important;
        transform: translate(0, -50%) !important;
        background: none;
    }
    .wrap-main-slide-3 .item-slide .type-1 .s-title,
    .wrap-main-slide-3 .item-slide .type-3 .s-title {
        font-size: 22px;
        line-height: 24px;
    }
    .wrap-main-slide-3 .item-slide::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.4);
    }
}

@media (max-width: 360px) {
    .coppy-right-box .coppy-right-text {
        max-width: 200px;
        margin: 0 auto;
        float: none;
    }
}

.wrap-special-title {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    height: 250px;
    background: url("../../assets/images/2-megamenu_kid_toy_1.jpg") !important;
    background-size: cover;
    background-position: center;
}
.pb-60 {
    padding-bottom: 60px;
}

.form-stl {
    border: 1px solid #e6e6e6;
    padding: 40px 20px;
    /* box-shadow: 0 8px 6px -6px black; */
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border-radius: 0.5rem;
}

.wrap-login-item .form-item.register-form::before {
    content: "";
    width: 1px;
    background: transparent;
    position: absolute;
    top: 10px;
    left: -63px;
    bottom: 0;
}
.wrap-product-detail .detail-info .quantity-input .btn-increase {
    margin-left: 10px;
    margin-right: 1px;
}

.wrap-iten-in-cart .products-cart .product-image {
    width: 60px;
}
.wrap-iten-in-cart .products-cart .price-field p {
    font-size: 16px;
}

.btn-submitx {
    background: #e97a2a;
    font-size: 17px;
    color: #ffffff;
    line-height: 19px;
    border: none;
    border-radius: 0;
    padding: 15px 30px;
    min-width: 119px;
    text-align: center;
    margin-top: 28px;
    -webkit-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
}
.btn-submitx:hover {
    color: #ffffff !important;
    background: #333333 !important;
}
.wrap-login-item .form-item.login-form {
    padding-right: 40px;
    margin-bottom: 65px;
    padding-left: 40px;
}

/* =====================================
Template Name: Eshop
Author Name: Naimur Rahman
Author URI: http://www.wpthemesgrid.com/
Description: Eshop - eCommerce HTML5 Template.
Version:1.0
========================================*/
/*======================================
[ CSS Table of contents ]
01. Preloader CSS
02. Header CSS
	+ Logo
	+ Category Menu
	+ Main Menu
03. Hero Area CSS
04. Small Banner CSS
05. Medium Banner CSS
06. Single Product CSS
07. Shop Sidebar CSS
08. Shop Single CSS
09. Shop Home List CSS
10. Cart CSS
11. Checkout CSS
12. Login & Register CSS
13. Cowndown CSS
14. Shop Services CSS
15. Newslatter CSS
16. About Us CSS
17. Team CSS
18. Blog CSS
	+ Blog Archive
	+ Blog Sidebar
	+ Blog Single
19. Contact CSS
20. 404 Error CSS
21. Footer CSS
========================================*/
.color-plate {
    position: fixed;
    display: block;
    z-index: 99998;
    padding: 20px;
    width: 245px;
    background: #fff;
    right: -245px;
    text-align: left;
    top: 30%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
    box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
}
.color-plate.active {
    right: 0;
}
.color-plate .color-plate-icon {
    position: absolute;
    left: -48px;
    width: 48px;
    height: 45px;
    line-height: 45px;
    font-size: 21px;
    border-radius: 5px 0 0 5px;
    background: #fff;
    text-align: center;
    color: #333;
    top: 0;
    cursor: pointer;
    box-shadow: -4px 0px 5px #00000036;
}
.color-plate h4 {
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 500;
}
.color-plate p {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 20px;
}
.color-plate span {
    width: 42px;
    height: 35px;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    margin-right: 3px;
}
.color-plate span:hover {
    cursor: pointer;
}
.color-plate span.color1 {
    background: #f7941d;
}
.color-plate span.color2 {
    background: #0088cc;
}
.color-plate span.color3 {
    background: #32b87d;
}
.color-plate span.color4 {
    background: #fe754a;
}
.color-plate span.color5 {
    background: #f82f56;
}
.color-plate span.color6 {
    background: #00cec9;
}
.color-plate span.color7 {
    background: #6c5ce7;
}
.color-plate span.color8 {
    background: #85ba46;
}
.color-plate span.color9 {
    background: #fd79a8;
}
.color-plate span.color10 {
    background: #a29bfe;
}
.color-plate span.color11 {
    background: #badc58;
}
.color-plate span.color12 {
    background: #ff1d38;
}
/* Preloader */

/* End Preloader */

.btn {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    background: #333;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 5;
    display: inline-block;
    padding: 13px 32px;
    border-radius: 0px;
    text-transform: uppercase;
}
.btn:hover {
    color: #fff;
    background: #f7941d;
}
#scrollUp {
    right: 10px;
    z-index: 33;
    bottom: 10px;
    text-align: center;
}
#scrollUp i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: transparent;
    background: #222;
    border-radius: 0;
    font-size: 18px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    color: #fff;
    box-shadow: 0px 4px 19px #00000038;
}
#scrollUp i:hover {
    background: #f7941d;
    color: #fff;
}
/*======================================
	01. Header CSS
========================================*/
/* Topbar */
.topbar {
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    padding: 15px 0;
}
/* Logo */
.header .logo {
    float: left;
    margin-top: 35px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.header .navbar {
    padding: 0;
}
/* Main Menu */
.navbar-expand-lg .navbar-collapse {
    display: block !important;
}
.header.v3 .navbar-expand-lg .navbar-collapse {
    display: block !important;
    background: #333;
}
.header .nav li a i {
    margin-left: 6px;
    font-size: 10px;
}
/* Dropdown Menu */
.header .nav li .dropdown {
    background: #fff;
    width: 220px;
    position: absolute;
    top: 100%;
    z-index: 999;
    -webkit-box-shadow: 0px 3px 5px #3333334d;
    -moz-box-shadow: 0px 3px 5px #3333334d;
    box-shadow: 0px 3px 5px #3333334d;
    transform-origin: 0 0 0;
    transform: scaleY(0.2);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    left: 0;
    margin: 0;
}
.header .list-main li .dropdown {
    background: #fff;
    width: 180px;
    position: absolute;
    /* top: 100%; */
    z-index: 999;
    -webkit-box-shadow: 0px 3px 5px #3333334d;
    -moz-box-shadow: 0px 3px 5px #3333334d;
    box-shadow: 0px 3px 5px #3333334d;
    transform-origin: 0 0 0;
    transform: scaleY(0.2);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    /* left: 0; */
    margin: 0;
}
.header .nav li:hover .dropdown,
.header .list-main li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.header .nav li .dropdown li,
.header .list-main li .dropdown li {
    float: none;
    margin: 0;
}
.header .nav li .dropdown li a,
.header .list-main li .dropdown li a {
    padding: 8px 15px;
    color: #666;
    display: block;
    font-weight: 400;
    text-transform: capitalize;
    background: transparent;
}
.header .nav li .dropdown li a:before,
.header .list-main li .dropdown li a:before {
    display: none;
}
.header .nav li .dropdown li:last-child a,
.header .list-main li .dropdown li:last-child a {
    border-bottom: 0px;
}
.header .nav li .dropdown li:hover a,
.header .list-main li .dropdown li:hover a {
    color: #fff;
    background: #f7941d;
}
.header .nav li .dropdown li a:hover,
.header .list-main li .dropdown li a:hover {
    border-color: transparent;
}
.header .nav li .dropdown li i {
    float: right;
    margin-top: 8px;
    font-size: 10px;
    z-index: 5;
}
.header .nav li .dropdown.sub-dropdown {
    background: #fff;
    width: 220px;
    position: absolute;
    left: 186px;
    top: 0;
    z-index: 999;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px #3333334d;
    transform-origin: 0 0 0;
    transform: scaleY(0.2);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
}
.header .nav li .dropdown li:hover .dropdown.sub-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.header .nav li .dropdown.sub-dropdown li a {
    padding: 8px 15px;
    color: #666;
    display: block;
    font-weight: 400;
    text-transform: capitalize;
    background: transparent;
}
.header .nav li .dropdown li:hover .dropdown.sub-dropdown li a {
    background: transparent;
}
.header .nav li .dropdown li .dropdown.sub-dropdown li a:hover {
    color: #fff;
    background: #f7941d;
}
.header .nav li .dropdown.sub-dropdown li:last-child a {
    border-bottom: 0px solid;
}
.mobile-search {
    display: none;
}
.header.shop .topbar {
    border: none;
    padding: 12px 0px;
}
.header.shop .nav-inner {
    margin-right: 188px;
}
.header.shop .logo {
    float: left;
    margin-top: 35px;
}
.header.shop .top-contact {
    margin-top: 0px;
}
.header.shop .topbar p {
    color: #ccc;
}
.header.shop .topbar .login a {
    color: #f7941d;
}
/* Topbar Left Nav */
.header.shop .left-nav {
}
.header.shop .top-left .list-main li:first-child {
    padding-left: 0;
}
.header.shop .top-left .list-main li i {
    display: inline-block;
    margin-right: 4px;
    font-size: 15px;
    color: #f7941d;
    position: relative;
    top: 3px;
}
.header.shop .right-content {
    float: right;
}
.header.shop .list-main li {
    display: inline-block;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    border-right: 1px solid #f0f0f0;
    padding: 0px 13px;
}
.header.shop .list-main li i {
    display: inline-block;
    margin-right: 4px;
    font-size: 15px;
    color: #f7941d;
    position: relative;
    top: 1px;
}
.header.shop .list-main li:last-child {
    padding-right: 0;
    border: none;
}
.header.shop .list-main li a {
    color: #333;
}
.header.shop .list-main li a:hover {
    color: #f7941d;
}
.header.shop .nav li {
    margin-right: 40px;
    float: left;
    position: relative;
}
.header.shop .nav li {
    margin-right: 38px;
    position: relative;
}
.header.shop .nav li:last-child {
    margin: 0 !important;
}
.header.shop .nav li .new {
    background: #f7941d;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    padding: 0px 9px;
    position: absolute;
    left: 0;
    top: 6px;
    font-weight: 500;
}
.header.shop .nav li .new::before {
    position: absolute;
    content: "";
    left: 4px;
    bottom: -8px;
    border: 4px solid #f7941d;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}
/* Shopping Cart */
.header .shopping {
    display: inline-block;
    z-index: 9999;
}
.header .shopping .icon {
    position: relative;
    cursor: pointer;
    color: #222;
}
.header .shopping .shopping-item {
    position: absolute;
    top: 68px;
    right: 0;
    width: 300px;
    background: #fff;
    padding: 20px 25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}
.header .shopping:hover .shopping-item {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
.header .shopping .dropdown-cart-header {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}
.header .shopping .dropdown-cart-header span {
    text-transform: uppercase;
    color: #222;
    font-size: 13px;
    font-weight: 600;
}
.header .shopping .dropdown-cart-header a {
    float: right;
    text-transform: uppercase;
    color: #222;
    font-size: 13px;
    font-weight: 600;
}
.header .shopping .dropdown-cart-header a:hover {
    color: #f7941d;
}
.header .shopping-list li {
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
.header .shopping-list li .remove {
    position: absolute;
    left: 0;
    bottom: 16px;
    margin-top: -20px;
    height: 20px;
    width: 20px;
    line-height: 18px;
    text-align: center;
    background: #fff;
    color: #222;
    border-radius: 0;
    font-size: 11px;
    border: 1px solid #ededed;
}
.header .shopping-list li .remove:hover {
    background: #222;
    color: #fff !important;
    border-color: transparent;
}
.header .shopping-list .cart-img {
    float: right;
    border: 1px solid #ededed;
    overflow: hidden;
}
.header .shopping-list .cart-img img {
    width: 70px;
    height: 70px;
    border-radius: 0;
}
.header .shopping-list .cart-img:hover img {
    transform: scale(1.09);
}
.header .shopping-list .quantity {
    line-height: 22px;
    font-size: 13px;
    padding-bottom: 30px;
}
.header .shopping-list h4 {
    font-size: 14px;
}
.header .shopping-list h4 a {
    font-weight: 600;
    font-size: 13px;
    color: #333;
}
.header .shopping-list h4 a:hover {
    color: #f7941d;
}
.header .shopping-item .bottom {
    text-align: center;
}
.header .shopping-item .total {
    overflow: hidden;
    display: block;
    padding-bottom: 10px;
}
.header .shopping-item .total span {
    text-transform: uppercase;
    color: #222;
    font-size: 13px;
    font-weight: 600;
    float: left;
}
.header .shopping-item .total .total-amount {
    float: right;
    font-size: 14px;
}
.header .shopping-item .bottom .btn {
    background: #222;
    padding: 10px 20px;
    display: block;
    color: #fff;
    margin-top: 10px;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.header .shopping-item .bottom .btn:hover {
    background: #f7941d;
    color: #fff;
}
.header.shop {
    background: #fff;
}
.header.shop .nav-inner {
    margin: 0;
    float: left;
}
.header.shop .topbar {
    background-color: #fff;
    border: none;
}
.header.shop.v3 .topbar {
    padding: 0;
}
.header.shop.v3 .topbar .inner-content {
    border-bottom: 1px solid #eee;
    padding: 12px 0px;
}
.header.shop .right-nav li a {
    color: #333;
}
.header.shop .logo {
    float: left;
    margin: 19px 0 0;
}
.header.shop .top-contact {
    margin-top: 0px;
}
/* Header Middle */
.header.shop .wrap-search-form-top {
    text-align: center;
    margin-top: 10px;
}
.header.shop .wrap-search-form {
    margin-top: 33px;
    width: 460px;
    height: 40px;
    display: inline-block;
    background: #fff;
    position: relative;
}
.header.shop .wrap-search-form {
    width: 535px;
    height: 50px;
    display: inline-block;
    background: #fff;
    position: relative;
    margin: 0;
    line-height: 45px;
    border-radius: 5px;
    border: 1px solid #ececec;
}
.header.shop .nice-select {
    clear: initial;
    margin: 0;
    height: 48px;
    width: 150px;
    border: none;
    text-align: center;
    background: transparent;
    text-transform: capitalize;
    padding: 0 0 0 20px;
    border-right: 1px solid #eee;
    line-height: 50px;
    font-size: 14px;
    font-weight: 400;
}
.header.shop .nice-select::after {
    border-color: #666;
    right: 20px;
}
.header.shop .nice-select .list {
    border-radius: 0px;
}
.header.shop .nice-select .list li.focus {
    font-weight: 400;
}
.header.shop .nice-select .list li {
    color: #666;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 400;
}
.header.shop .nice-select .list li:hover {
    background: #f7941d;
    color: #fff;
}
.header.shop .wrap-search-form form {
    display: inline-block;
    float: left;
    width: 260px;
}
.header.shop .wrap-search-form input {
    height: 48px;
    background: transparent;
    color: #666;
    border-radius: 0;
    border: none;
    font-size: 14px;
    font-weight: 400;
    padding: 0 25px 0 20px;
    width: 328px;
}
.header.shop .wrap-search-form .btnn {
    height: 50px;
    line-height: 53px;
    width: 62px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #333333;
    position: absolute;
    right: -2px;
    top: -1px;
    border: none;
    border-radius: 0 5px 5px 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.header.shop .wrap-search-form .btnn:hover {
    color: #fff;
    background: #f7941d;
}
/* Search Form */
.header.shop .search-top {
    opacity: 1;
    visibility: visible;
    top: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    top: 0;
}
.header.shop .middle-inner {
    padding: 20px 0;
    background: #fff;
    border-top: 1px solid #eee;
}
.header.shop.v3 .middle-inner {
    border: none;
}
.header.shop .header-inner {
    background: #333;
}
.header.shop.v3 .header-inner {
    background: transparent;
}
.header.shop.v2 .header-inner {
    background: #fff;
    border-top: 1px solid #eee;
}
.header.shop .topbar p {
    color: #333;
}
.header.shop .all-category {
    color: #fff;
    background: transparent;
    position: relative;
    background: #f7941d;
}
.header.shop .all-category h3 {
    padding: 20px 25px;
}
.header.shop .cat-heading {
    font-size: 20px;
    color: #fff;
}
.header.shop .cat-heading i {
    color: #fff;
    display: inline-block;
    margin-right: 15px;
    font-size: 22px;
}
.header.shop .main-category {
    position: absolute;
    left: 0;
    top: 64px;
    background: #fff;
    z-index: 1;
    width: 100%;
    -webkit-box-shadow: 0px 5px 15px #0000000a;
    -moz-box-shadow: 0px 5px 15px #0000000a;
    box-shadow: 0px 5px 15px #0000000a;
}
.header.shop .main-category li {
    display: block;
    border-bottom: 1px solid #f6f6f6;
    position: relative;
}
.header.shop .main-category li:last-child {
    border: none;
}
.header.shop .main-category li a {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    padding: 13px 25px 13px 25px;
    display: block;
    text-transform: uppercase;
}
.header.shop .main-category li a i {
    display: inline-block;
    float: right;
}
.header.shop .sub-category {
    background: #fff;
    width: 220px;
    position: absolute;
    left: 238px;
    top: 0;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-left: 3px solid #f7941d;
    -webkit-box-shadow: 0px 5px 15px #0000000a;
    -moz-box-shadow: 0px 5px 15px #0000000a;
    box-shadow: 0px 5px 15px #0000000a;
}
.header.shop .main-category li:hover .sub-category {
    opacity: 1;
    visibility: visible;
}
.header.shop .main-category li a {
    text-transform: capitalize;
    font-weight: 400;
}
.header.shop .main-category li a:hover {
    color: #f7941d;
}
.header.shop .main-category .main-mega {
    position: relative;
}
.header.shop .main-category li .mega-menu {
    width: 850px;
    display: inline-block;
    height: auto;
    position: absolute;
    left: 238px;
    top: 0;
    z-index: 99999;
    background: #fff;
    border: none;
    padding: 30px;
    border-left: 3px solid #f7941d;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.header.shop .main-category li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
}
.header.shop .main-category li .mega-menu .single-menu {
    width: 33%;
    display: inline-block;
    border: none;
    padding: 0;
    padding-right: 20px;
}
.header.shop .main-category li .mega-menu .single-menu a {
    padding: 0;
}
.header.shop .main-category li .mega-menu .single-menu .image {
    overflow: hidden;
}
.header.shop .main-category li .mega-menu .single-menu img {
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
}
.header.shop .main-category li .mega-menu .single-menu .image:hover img {
    transform: scale(1.1);
}
.header.shop .main-category li .mega-menu .single-menu .title-link {
    margin-bottom: 20px;
    background: #f7941d;
    color: #fff;
    padding: 2px 13px;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
}
.header.shop .main-category li .mega-menu .single-menu .title-link:hover {
    background: #333;
    color: #fff;
}
.header.shop .main-category li .mega-menu .single-menu .inner-link {
    margin-top: 25px;
}
.header.shop .main-category li .mega-menu .single-menu .inner-link a {
    margin-bottom: 10px;
}
.header.shop .main-category li .mega-menu .single-menu .inner-link a:hover {
    color: #f7941d;
    background: transparent;
}
.header.shop
    .main-category
    li
    .mega-menu
    .single-menu
    .inner-link
    a:last-child {
    margin-bottom: 0px;
}
.header.shop .menu-origin {
    float: none;
    display: inline-block;
    float: right;
}
.header.shop .nav li {
    margin-right: 40px;
    float: left;
    position: relative;
}
.header.shop .nav li {
    margin-right: 5px;
    position: relative;
    float: none;
}
.header.shop .nav li:last-child {
    margin-right: 0;
}
.header.shop .nav li .new {
    background: #f7941d;
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    position: absolute;
    left: 21px;
    top: 2px;
    font-weight: 500;
    height: 18px;
    line-height: 18px;
    text-align: center;
    display: block;
}
.header.shop.v2 .nav li a {
    color: #333;
}
.header.shop .nav li a {
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    padding: 20px 15px;
    font-weight: 500;
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.header.shop .nav li:hover a {
    color: #fff;
    background: #f7941d;
}
.header.shop.v2 .nav li:hover a {
    color: #f7941d;
    background: transparent;
}
.header.shop .nav li.active a {
    color: #fff;
    background: #f7941d;
}
.header.shop.v2 .nav li.active a {
    color: #333 !important;
    background: transparent !important;
}
.header.shop.v2 .nav li.active a {
    color: #f7941d !important;
}
.header.shop .nav .dropdown li {
    margin: 0;
}
.header.shop .nav li .dropdown li:hover a {
    background: #f7941d;
}
.header.shop.v2 .nav li.active .dropdown li a {
    color: #333 !important;
}
.header.shop.v2 .nav li.active .dropdown li a:hover {
    color: #fff !important;
    background: #f7941d !important;
}
.header.shop.v2 .nav li.active .dropdown li a:hover {
    color: #fff !important;
}
.header.shop.v2 .nav li .dropdown li:hover a {
    color: #f7941d;
}
.header.shop .nav li .dropdown li a {
    color: #333;
    padding: 8px 15px;
    font-weight: 400;
    background: #fff;
}
.header.shop.v2 .nav li .dropdown li a {
    color: #333;
    background: #fff;
}
.header.shop .nav li .dropdown li a {
    font-weight: 400;
    font-size: 14px;
}
.header.shop .nav li .dropdown li a:hover {
    color: #fff;
}
.header.shop.v2 .nav li .dropdown li a:hover {
    color: #fff !important;
    background: #f7941d;
}
.header.shop .nav li .dropdown li .dropdown.sub-dropdown li a:hover {
    background: #f7941d;
}
.header.shop .right-bar {
    display: inline-block;
    padding: 0;
    margin: 0;
    top: 20px;
    float: right;
    position: relative;
}
.header.shop .right-bar .sinlge-bar.top-search a {
    transform: translateY(3px);
}
.header.shop .right-bar .sinlge-bar.top-search a:hover {
    color: #f7941d;
}
.header.shop .right-bar .sinlge-bar .single-icon {
    color: #333;
    font-size: 20px;
    position: relative;
}
.header.shop .right-bar .sinlge-bar .single-icon:hover {
    color: #f7941d;
}
.header.shop .right-bar .sinlge-bar .single-icon .total-count {
    position: absolute;
    top: -7px;
    right: -8px;
    background: #f6931d;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    font-size: 11px;
}
.header.shop .right-bar .sinlge-bar {
    display: inline-block;
    margin-right: 25px;
}
.header.shop .right-bar .sinlge-bar:last-child {
    margin-right: 0px;
}
.header.shop .right-bar .sinlge-bar li a:hover {
    color: #f7941d;
}
.mobile-search {
    display: none;
}
/* Header Search */
/* Search */
.header .search-top {
    display: none;
}
.header .search-top a {
    font-size: 17px;
}
.header .search-top a:hover {
    color: #f7941d;
}
.header .search-form {
    position: absolute;
    left: -128px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 46px;
    background: #ffffff75;
    padding: 7px;
    border-radius: 5px;
    transform: scaleY(0);
    box-shadow: 0px 4px 7px #0000003b;
    padding: 0;
    border-radius: 0;
}
.header .search-top.active .search-form {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}
.header .search-form input {
    width: 220px;
    height: 45px;
    line-height: 45px;
    padding: 0 60px 0 15px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 3px;
    border: none;
    background: #fff;
    color: #333;
    border-radius: 0;
}
.header .search-form button {
    position: absolute;
    right: 0;
    height: 45px;
    top: 0;
    width: 45px;
    background: transparent;
    border: none;
    color: #3353ea;
    border-radius: 0 3px 3px 0;
    border-radius: 0;
    border-left: 1px solid #eee;
    font-size: 15px;
    color: #333;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.header .search-form button:hover {
    color: #fff;
    background: #f7941d;
    border-color: transparent;
}
/* Header Sticky */
.header .header-inner {
    width: 100%;
    z-index: 999;
}
.header.sticky .all-category {
}
.header.sticky .all-category h3 {
    cursor: pointer;
}
.header.sticky .all-category .main-category {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.header.sticky .all-category:hover .main-category {
    opacity: 1;
    visibility: visible;
}
.header.sticky .header-inner .nav li a {
    color: #333;
}
.header.sticky.v3 .header-inner .nav li a {
    color: #fff;
}
.header.sticky .header-inner .nav li:hover a {
    color: #fff;
}
.header.sticky.v2 .header-inner .nav li:hover a {
    color: #f7941d;
}
.header.sticky .header-inner .nav li .dropdown li a {
    color: #333;
}
.header.sticky.v2 .header-inner .nav li .dropdown li a {
    color: #333;
}
.header.sticky .header-inner .nav li .dropdown li a:hover {
    color: #fff;
}
.header.sticky .header-inner .nav li.active a {
    color: #fff;
}
.header.sticky .header-inner {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    animation: fadeInDown 1s both 0.2s;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    z-index: 999;
}
.header.sticky.v3 .header-inner {
    box-shadow: none;
}
.header.sticky.v3 .navbar-expand-lg .navbar-collapse {
    animation: fadeInDown 1s both 0.2s;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
/*======================================
	End Header CSS
========================================*/

/*======================================
   Hero Area CSS
========================================*/
.hero-slider {
    background: #fff;
    overflow: hidden;
}
.hero-slider .single-slider {
    height: auto;
    background-image: url("https://via.placeholder.com/1900x700");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 510px;
}
.hero-slider .text-inner {
}
.hero-slider .hero-text {
    padding: 0 30px;
    margin-top: 100px;
}
.hero-slider .hero-text h1 {
    line-height: 50px;
    font-size: 47px;
    font-weight: 700;
    color: #f7941d;
    margin-bottom: 20px;
}
.hero-slider .hero-text h1 span {
    font-size: 20px;
    display: block;
    margin-bottom: 12px;
    color: #333;
    font-weight: 700;
    line-height: initial;
}
.hero-slider .hero-text p {
    color: #333;
    margin-bottom: 35px;
}
.hero-slider .hero-text .button {
    margin: 0;
}
.hero-slider .hero-text .btn {
    color: #fff;
    background: #333;
    padding: 13px 30px;
    line-height: initial;
    border: none;
    height: auto;
    z-index: 0;
}
.hero-slider .hero-text .btn:hover {
    background: #f7941d;
    color: #fff;
}
/* Start Hero Area 2 CSS */
.hero-area2 {
    position: relative;
}
.hero-area2 .single-slider.overlay:before {
    background: #f7941d;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
}
.hero-area2 .single-slider.overlay:hover:before {
    opacity: 0.9;
    visibility: visible;
    transform: scale(1);
}
.hero-area2 .single-slider {
    height: 500px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-area2 .single-slider .content {
    position: relative;
}
.hero-area2 .single-slider .content {
    width: 100%;
    padding: 15px;
    z-index: 2;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
    padding-top: 120px;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
}
.hero-area2 .single-slider:hover .content {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.hero-area2 .single-slider .content .sub-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}
.hero-area2 .single-slider .content .title {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.hero-area2 .single-slider .content .des {
    color: #fff;
}
.hero-area2 .single-slider .content .button {
}
.hero-area2 .single-slider .content .button .btn {
    padding: 9px 25px;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    margin-top: 25px;
}
.hero-area2 .single-slider .content .button .btn:hover {
    background: #fff;
    color: #333;
    border-color: transparent;
}
/* Owl Nav CSS */
.hero-area2 .owl-carousel .owl-nav {
    margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -30px;
}
.hero-area2 .owl-carousel .owl-nav div {
    height: 60px;
    width: 40px;
    line-height: 60px;
    text-align: center;
    background: #333;
    color: #fff;
    font-size: 14px;
    position: absolute;
    margin: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0;
    border-radius: 0;
}
.hero-area2 .owl-carousel .owl-nav div:hover {
    background: #f7941d;
    color: #fff;
}
.hero-area2 .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0;
}
.hero-area2 .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0;
}
/* Hero Area 3 */
.hero-area3 {
}
.hero-area3 .big-content {
    background-image: url("https://via.placeholder.com/850x530");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 511px;
    position: relative;
}
.hero-area3 .big-content .inner {
    position: absolute;
    right: 0;
    top: 50%;
    padding: 0 50px 0 360px;
    transform: translateY(-50%);
}
.hero-area3 .big-content .title {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 37px;
}
.hero-area3 .big-content .title span {
    color: #f7941d;
}
.hero-area3 .big-content .des {
}
.hero-area3 .big-content .button {
    margin-top: 40px;
    display: block;
}
.hero-area3 .big-content .button .btn {
    color: #fff;
}

.hero-area3 .small-content {
    height: 240px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 30px;
    position: relative;
}
.hero-area3 .small-content.first {
    background-image: url("https://via.placeholder.com/450x300");
}
.hero-area3 .small-content.secound {
    background-image: url("https://via.placeholder.com/450x300");
}
.hero-area3 .small-content .inner {
    padding: 30px;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
}
.hero-area3 .small-content .title {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.hero-area3 .small-content .title span {
    color: #f7941d;
}
.hero-area3 .small-content .des {
}
.hero-area3 .small-content .button {
    margin-top: 10px;
    display: block;
}
.hero-area3 .small-content .button .btn {
    background: transparent;
    padding: 0;
    color: #333;
    border-bottom: 2px solid #333;
    font-size: 13px;
}
.hero-area3 .small-content .button .btn:hover {
    color: #f7941d;
    border-color: #f7941d;
}
/* Hero Area 4 */
.hero-area4 .big-content {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 510px;
    width: 100%;
    position: relative;
}
.hero-area4 .big-content .inner {
    position: absolute;
    background: #8b8b8bbf;
    right: 0;
    top: 50%;
    padding: 0 80px 0 50px;
    transform: translateY(-50%);
}
.hero-area4 .big-content .title {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 35px;
    color: #44fe00;
}
.hero-area4 .big-content .title span {
    color: #f7941d;
}
.hero-area4 .big-content .price {
    font-size: 30px;
    color: #f7941d;
    margin-top: 10px;
}
.hero-area4 .big-content .des {
    font-size: 20px;
    color: #fff;
}
.hero-area4 .big-content .button {
    margin-top: 40px;
    display: block;
}
.hero-area4 .big-content .button .btn {
    color: #fff;
}
.hero-area4 .owl-carousel .owl-nav {
    margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -20px;
}
.hero-area4 .owl-carousel .owl-nav div {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #333;
    color: #fff;
    font-size: 14px;
    position: absolute;
    margin: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0;
    border-radius: 0;
}
.hero-area4 .owl-carousel .owl-nav div:hover {
    background: #f7941d;
    color: #fff;
}
.hero-area4 .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0;
}
.hero-area4 .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0;
}

/*======================================
   End Hero Area CSS
========================================*/

/*======================================
   Start Small Banner CSS
========================================*/
.small-banner {
    padding: 30px 0;
    padding-bottom: 0;
}
.small-banner .single-banner {
    overflow: hidden;
    position: relative;
}
.small-banner .single-banner img {
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.small-banner .single-banner .content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 35px;
}
.small-banner .single-banner h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    color: #333;
}
.small-banner .single-banner h3 span {
    color: #f7941d;
}
.small-banner .single-banner p {
    font-size: 14px;
    color: #f7941d;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.small-banner .single-banner a {
    color: #333;
    margin-top: 22px;
    display: block;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 2px solid #333;
}
.small-banner .single-banner a:hover {
    color: #f7941d;
    border-color: #f7941d;
}
/*======================================
   End Small Banner CSS
========================================*/

/*======================================
   Start Mid Banner CSS
========================================*/
.midium-banner {
    padding: 0;
}
.midium-banner .single-banner {
    position: relative;
}
.midium-banner .single-banner img {
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.midium-banner .single-banner .content {
    padding-left: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.midium-banner .single-banner h3 {
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    line-height: 30px;
}
.midium-banner .single-banner h3 span {
    color: #f7941d;
}
.midium-banner .single-banner p {
    font-size: 13px;
    color: #f7941d;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.midium-banner .single-banner a {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 13px;
    border-radius: 0.25rem;
    background: #333;
    color: #fff !important;
    padding: 10px 27px;
    border-radius: 30px;
    margin-top: 25px;
    text-transform: uppercase;
}
.midium-banner .single-banner a:hover {
    background: #f7941d;
    color: #fff;
}
/*======================================
   End Mid Banner CSS
========================================*/

/*======================================
   Start Most Popular CSS
========================================*/
.pro-tab-viewmore-wrap {
    position: relative;
    text-align: center;
}
.most-popular .section-title {
    margin-bottom: 40px;
}
.pro-tab-viewmore-wrap .pro-viewmore {
    position: absolute;
    right: 40px;
    top: 0;
}
.most-popular .single-product {
    margin: 50px 15px 0 15px;
}
/* Slider Nav */
.most-popular .owl-nav {
    margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -25px;
}
.most-popular .owl-carousel .owl-nav div {
    height: 60px;
    width: 30px;
    line-height: 58px;
    background: #fff;
    color: #333;
    position: absolute;
    margin: 0;
    border-radius: 0;
    font-size: 15px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: 0px 0px 10px #3333331c;
}
.most-popular .owl-carousel .owl-nav div:hover {
    color: #fff;
    background: #f7941d;
}
.most-popular .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0;
}
.most-popular .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0;
}
/*======================================
   End Most Popular CSS
========================================*/

/*======================================
   Start Single Product CSS
========================================*/
.product-area .nav-tabs {
    text-align: center;
    display: inline-block;
    width: 100%;
    border: none;
}
.product-area .nav-tabs .nav-item {
    margin-bottom: -1px;
    display: inline-block;
}
.product-area .nav-tabs li a {
    color: #333;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin-right: 5px;
    font-weight: 500;
    background: #fff;
    color: #333;
    padding: 3px 14px;
    border-radius: 3px;
    font-size: 13px;
}
.product-area .nav-tabs li:last-child a {
    border-color: transparent;
}
.product-area .nav-tabs li a i {
    margin-right: 10px;
}
.product-area .nav-tabs li a.active,
.product-area .nav-tabs li:hover a {
    background: #f7941d;
    color: #fff;
    border-color: transparent;
}
/* Sinlge Product */
.single-product {
    margin-top: 50px;
}
.single-product .product-img {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.single-product .product-img a {
    display: block;
    position: relative;
}
.single-product .product-img a img {
    width: 100%;
}
.single-product .product-img a img.hover-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18),
        -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.single-product .product-img a span.price-dec {
    background-color: #f6931d;
    display: inline-block;
    font-size: 11px;
    color: #fff;
    right: 20px;
    top: 20px;
    padding: 1px 16px;
    font-weight: 700;
    border-radius: 0;
    text-align: center;
    position: absolute;
    text-transform: uppercase;
    border-radius: 30px;
    height: 26px;
    line-height: 25px;
}
.single-product .product-img a span.new,
.shopping-list span.new {
    background-color: #8493ca;
    display: inline-block;
    font-size: 11px;
    color: #fff;
    right: 20px;
    top: 20px;
    padding: 1px 16px;
    font-weight: 700;
    border-radius: 0;
    text-align: center;
    position: absolute;
    text-transform: uppercase;
    border-radius: 30px;
    height: 26px;
    line-height: 24px;
}
.single-product .product-img a span.out-of-stock,
.shopping-list span.out-of-stock {
    background-color: #ed1b24;
    display: inline-block;
    font-size: 11px;
    color: #fff;
    right: 20px;
    top: 20px;
    padding: 1px 16px;
    font-weight: 700;
    border-radius: 0;
    text-align: center;
    position: absolute;
    text-transform: uppercase;
    border-radius: 30px;
    height: 26px;
    line-height: 24px;
}
.single-product .product-img .product-action {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99;
    border-radius: 3px;
}
.single-product .product-img .product-action a {
    background-color: transparent;
    color: #333;
    display: block;
    font-size: 16px;
    display: inline-block;
    margin-right: 15px;
    text-align: right;
    height: 52px;
    position: relative;
    top: 2px;
}
.single-product .product-img .product-action a:last-child {
    margin-right: 0;
    border: none;
}
.single-product .product-img .product-action a i {
    line-height: 40px;
}
.single-product .product-img .product-action a span {
    visibility: hidden;
    position: absolute;
    background: #f7941d !important;
    color: #fff !important;
    text-align: center;
    padding: 5px 12px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: opacity 0.6s, margin 0.3s;
    -o-transition: opacity 0.6s, margin 0.3s;
    transition: opacity 0.6s, margin 0.3s;
    font-size: 11px;
    right: 0;
    line-height: 14px;
    top: -12px;
    margin-top: -5px;
    margin-right: 0;
    display: inline-block;
    width: 120px;
    border-radius: 15px 0 0 15px;
}
.single-product .product-img .button-head .product-action a span::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: -12px;
    border: 6px solid #f7941d;
    border-left: 0px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.single-product .product-img .product-action a:hover {
    color: #f7941d;
}
.single-product .product-img .product-action a:hover span {
    visibility: visible;
    opacity: 1;
    color: #333;
    background: #fff;
    margin-top: -12px;
}
.single-product .product-img .product-action.pro-action-width-dec a {
    width: 30px;
    height: 30px;
    font-size: 14px;
}
.single-product .product-img .product-action.pro-action-width-dec a i {
    line-height: 30px;
}
.single-product .product-img .product-action.pro-action-width-dec-2 {
    bottom: 45px;
}
.single-product .product-img .product-action-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    z-index: 99;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}
.single-product .product-img .product-action-2 a {
    display: block;
    background-color: transparent;
    color: #333;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
}
.single-product .product-img .product-action-2 a:hover {
    color: #f7941d;
}
.single-product .button-head {
    background: #fff;
    display: inline-block;
    height: 40px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -50px;
    z-index: 9;
    height: 50px;
    line-height: 50px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.single-product:hover .button-head {
    bottom: 0;
}
.single-product .product-img .shop-list-quickview {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99;
    margin-top: 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}
.single-product .product-img .shop-list-quickview a {
    color: #000;
    background-color: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 18px;
}
.single-product .product-img .shop-list-quickview a:hover {
    background-color: #222;
    color: #fff;
}
.single-product .product-img .shop-list-quickview a i {
    line-height: 50px;
}
.single-product .product-content {
    margin-top: 20px;
}
.single-product .product-img:hover.default-overlay::before {
    background-color: rgba(38, 38, 38, 0.2);
    z-index: 9;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    pointer-events: none;
    opacity: 1;
}
.single-product .product-img:hover.default-overlay.metro-overlay::before {
    background-color: rgba(38, 38, 38, 0.4);
    z-index: 9;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    pointer-events: none;
    opacity: 1;
}
.single-product .product-img:hover img.hover-img {
    opacity: 1;
}
.single-product .product-content h3 {
    line-height: 22px;
}
.single-product .product-content h3 a {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
.single-product .product-content h3 a:hover {
    color: #f7941d;
}
.single-product .product-content .product-price {
    margin: 6px 0 0 0;
}
.single-product .product-content .product-price span {
    font-size: 15px;
    font-weight: 500;
}
.single-product .product-content .product-price span.old {
    text-decoration: line-through;
    opacity: 0.6;
    margin-right: 2px;
}
/*======================================
   End Single Product CSS
========================================*/

/*======================================
   Start Shop Sidebar CSS
========================================*/
.shop-sidebar .single-widget {
    margin-top: 30px;
    background: #f6f7fb;
    padding: 30px;
}
.shop-sidebar .single-widget:first-child {
    margin-top: 0;
}
.shop-sidebar .single-widget .title {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 25px;
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
/* Shop Price */
.shop .range .price-filter {
    display: block;
    margin-top: 20px;
}
.shop .range #slider-range {
    box-shadow: none;
    border: none;
    height: 4px;
    background: #f7941d;
    color: #f7941d;
    border-radius: 0px;
}
.shop .range #slider-range .ui-slider-range {
    box-shadow: none;
    background: #222;
    border-radius: 0px;
    border: none;
}
.shop .range .ui-slider-handle.ui-state-default.ui-corner-all {
    width: 14px;
    height: 14px;
    line-height: 10px;
    background: #222;
    border: none;
    border-radius: 100%;
    top: -5px;
}
.shop .range .label-input {
    margin-top: 15px;
}
.shop .range .label-input span {
    margin-right: 5px;
    color: #282828;
}
.shop .range .ui-slider-handle.ui-state-default.ui-corner-all {
    background: #f7941d;
    color: #f7941d;
    cursor: pointer;
}
.shop .range .label-input input {
    border: none;
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    color: #222;
    background: transparent;
}
.shop .range .check-box-list {
    margin-top: 15px;
}
.shop .range .check-box-list li {
    margin-bottom: 5px;
}
.shop .range .check-box-list li:last-child {
    margin: 0;
}
.shop .range .check-box-list li label input {
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: 1px;
}
.shop .range .check-box-list li label {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    cursor: pointer;
}
.shop .range .check-box-list .count {
    margin-left: 5px;
    color: #666;
}
/* Category List */
.shop-sidebar .categor-list {
    margin-top: 10px;
}
.shop-sidebar .categor-list li {
}
.shop-sidebar .categor-list li {
    margin-bottom: 10px;
}
.shop-sidebar .categor-list li:last-child {
    margin-bottom: 0px;
}
.shop-sidebar .categor-list li a {
    display: inline-block;
    color: #666;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
}
.shop-sidebar .categor-list li a:hover {
    color: #f7941d;
}
/* Recent Post */
.shop-sidebar .single-post {
    position: relative;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.shop-sidebar .single-post.first {
    padding-top: 0px;
}
.shop-sidebar .single-post:last-child {
    padding-bottom: 0px;
    border: none;
}
.shop-sidebar .single-post .image img {
    height: 80px;
    width: 80px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
}
.shop-sidebar .single-post .content {
    padding-left: 100px;
}
.shop-sidebar .single-post .content h5 {
    line-height: 18px;
}
.shop-sidebar .single-post .content h5 a {
    color: #222;
    font-weight: 500;
    font-size: 14px;
    font-weight: 500;
    display: block;
}
.shop-sidebar .single-post .content h5 a:hover {
    color: #f7941d;
}
.shop-sidebar .single-post .content .price {
    display: block;
    color: #333;
    font-weight: 500;
    margin: 5px 0 0px 0;
    text-transform: uppercase;
    font-size: 14px;
}
.shop-sidebar .single-post .reviews li {
    display: inline-block;
}
.shop-sidebar .single-post .reviews li i {
    color: #999;
}
.shop-sidebar .single-post .reviews li.yellow i {
    color: #f7941d;
}
/* Shop Topbar */
.shop .shop-top {
    clear: both;
    background: #f6f7fb;
    padding: 18px 20px 50px 20px;
}
.shop .shop-shorter {
    float: left;
}
.shop .single-shorter {
    display: inline-block;
    margin-right: 10px;
}
.shop .single-shorter:last-child {
    margin: 0;
}
.shop .single-shorter label {
    display: inline-block;
    float: left;
    margin: 4px 5px 0 0;
    font-weight: 500;
}
.shop .single-shorter option {
}
.shop .nice-select {
    clear: initial;
    display: inline-block;
    margin: 0;
    border: 1px solid #e6e6e6;
    border-radius: 0px;
    height: auto;
    width: auto;
    border-radius: 0px;
}
.shop .nice-select::after {
    border-color: #888;
}
.shop .nice-select .list {
    border-radius: 0px;
}
.shop .nice-select .option.selected {
    font-weight: 500;
}
.shop .nice-select .list li {
    color: #666;
    border-radius: 0px;
}
.shop .nice-select .list li:hover {
    background: #f7941d;
    color: #fff;
}
.shop .view-mode {
    float: right;
}
.shop .view-mode li {
    display: inline-block;
    margin-right: 5px;
}
.shop .view-mode li:last-child {
    margin: 0;
}
.shop .view-mode li a {
    width: 43px;
    height: 32px;
    background: transparent;
    border: 1px solid #77777775;
    text-align: center;
    display: block;
    line-height: 32px;
    color: #888;
    border-radius: 0px;
}
.shop .view-mode li.active a,
.shop .view-mode li:hover a {
    background: #f7941d;
    color: #fff;
    border-color: transparent;
}
/*======================================
   End Shop Sidebar CSS
========================================*/

/*======================================
   Start Shop Single CSS
========================================*/
.shop.single {
    padding: 70px 0 100px;
}
.shop.single .product-gallery {
    margin-top: 30px;
}
.shop.single .flexslider-thumbnails {
    position: relative;
}
.shop.single .product-gallery .slides li {
    position: relative;
}
.shop.single .product-gallery .slides li img {
    width: 100%;
}
.shop.single .flex-control-nav {
    margin-top: 15px;
}
.shop.single .flex-control-thumbs li {
    width: 20%;
    position: relative;
    margin: 0 8px 10px -3px;
}
.shop.single .flex-control-thumbs li img {
    border: none;
    padding: 0;
    border: 1px solid transparent;
}
.shop.single .flex-control-thumbs li img.flex-active {
    border-color: #f7941d;
}
.shop.single .flex-direction-nav {
    display: none;
}
.shop.single .product-des {
    margin-top: 30px;
}
.shop.single .product-des .short h4 {
    font-size: 22px;
    font-weight: 600;
    margin-top: -5px;
    line-height: 28px;
}
.shop.single .product-des .short .description {
    font-size: 14px;
    color: #555555;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.shop.single .product-des {
}
.shop.single .product-des .total-review {
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
    display: inline-block;
}
.shop.single .product-des .total-review:hover {
    color: #f7941d;
}
.shop.single .product-des .rating {
    margin-top: 20px;
    display: inline-block;
}
.shop.single .product-des .rating li {
    display: inline-block;
}
.shop.single .product-des .rating li i {
    color: #f7941d;
}
.shop.single .product-des .rating li.dark i {
    color: #555;
}
.shop.single .product-des .price {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin-top: 15px;
}
.shop.single .product-des .price s {
    color: #333;
}
.shop.single .product-des .price span {
    display: inline-block;
    margin-right: 15px;
    color: #f7941d;
}
.shop.single .product-des .product-buy {
    margin-top: 40px;
}
.shop.single .product-des .product-buy {
}
.shop.single .product-des .color {
    display: inline-block;
    margin-right: 50px;
}
.shop.single .product-des .color h4 {
    font-size: 18px;
    font-weight: 600;
}
.shop.single .product-des .color h4 span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 4px;
}
.shop.single .product-des .color ul {
    margin-top: 10px;
}
.shop.single .product-des .color ul li {
    display: inline-block;
    margin-right: 5px;
}
.shop.single .product-des .color ul li:last-child {
    margin-right: 0;
}
.shop.single .product-des .color ul li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    background: #333;
}
.shop.single .product-des .color ul li a i {
    font-size: 11px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.shop.single .product-des .color ul li a:hover i {
    opacity: 1;
    visibility: visible;
}
.shop.single .product-des .color ul li .one {
    background: #3498db;
}
.shop.single .product-des .color ul li .two {
    background: #f7941d;
}
.shop.single .product-des .color ul li .three {
    background: #8e44ad;
}
.shop.single .product-des .color ul li .four {
    background: #2ecc71;
}
/* Size */
.shop.single .product-des .size {
    display: inline-block;
}
.shop.single .product-des .size h4 {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0px;
}
.shop.single .product-des .size ul {
    display: inline-block;
    margin-top: 10px;
}
.shop.single .product-des .size ul li {
    display: inline-block;
    margin-right: 5px;
}
.shop.single .product-des .size ul li:last-child {
    margin-right: 0;
}
.shop.single .product-des .size ul li a {
    display: block;
    height: 30px;
    width: 36px;
    border: 1px solid #eee;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}
.shop.single .product-des .size ul li a:hover {
    color: #f7941d;
}
.shop.single .quantity {
    display: inline-block;
    margin-right: 10px;
}
.shop.single .quantity h6 {
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
    font-weight: 500;
}
.shop.single .quantity .input-group {
    width: 151px;
    display: inline-block;
}
.shop.single .quantity .button {
    display: inline-block;
    position: absolute;
    top: 0;
    display: inline-block;
}
.shop.single .quantity .button.minus {
    left: 0;
    border-radius: 0;
    overflow: hidden;
}
.shop.single .quantity .button.plus {
    right: 0;
    border-radius: 0;
    overflow: hidden;
}
.shop.single .quantity .button .btn {
    padding: 0;
    width: 35px;
    height: 45px;
    line-height: 45px;
    border-radius: 0px;
    background: transparent;
    color: #282828;
    font-size: 12px;
    border: none;
}
.shop.single .quantity .button .btn:hover {
    color: #f7941d;
}
.shop.single .quantity .input-number {
    border: 1px solid #eceded;
    width: 100%;
    text-align: center;
    height: 45px;
    border-radius: 0px;
    overflow: hidden;
    padding: 0px 38px;
}
.shop.single .add-to-cart {
    display: inline-block;
}
.shop.single .add-to-cart .btn {
    height: 45px;
    width: auto;
    padding: 0 42px;
    line-height: 45px;
    text-align: center;
    text-transform: capitalize;
    margin-right: 5px;
    border-radius: 0px;
    background: #333;
    color: #fff;
    display: inline-block;
    font-weight: 500;
}
.shop.single .add-to-cart .btn:hover {
    color: #fff;
    background: #f7941d;
}
.shop.single .add-to-cart .btn.min {
    padding: 0 20px;
    font-size: 17px;
    position: relative;
    top: 1px;
    line-height: 45px;
}
.shop.single .cat {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-top: 30px;
}
.shop.single .cat a {
    display: inline-block;
    margin-left: 10px;
}
.shop.single .cat a:hover {
    color: #f7941d;
}
.shop.single .availability {
    color: #333;
    font-size: 14px;
    margin-top: 6px;
}
/* Product Tab */
.shop.single .product-info {
    margin-top: 50px;
}
.shop.single .nav-tabs {
    border: none;
}
.shop.single .nav-tabs li {
    margin-right: 10px;
}
.shop.single .nav-tabs li:last-child {
    margin-right: 0;
}
.shop.single .nav-tabs li a {
    border: 0px solid;
    border-radius: 0px;
    background: #fff;
    color: #333;
    padding: 10px 30px;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #eee;
}
.shop.single .nav-tabs li a i {
    margin-right: 10px;
}
.shop.single .nav-tabs li a.active,
.shop.single .nav-tabs li:hover a {
    background: #f7941d;
    color: #fff;
    border-color: transparent;
}
.shop.single .tab-single {
}
.shop.single .single-des {
    margin-top: 35px;
}
.shop.single .single-des h4 {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 22px;
}
.shop.single .single-des ul {
}
.shop.single .single-des ul li {
    color: #555;
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.shop.single .single-des ul li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    height: 7px;
    width: 7px;
    background: #f7941d;
    border-radius: 50%;
}
.shop.single .single-des p {
}

.shop.single .item-info {
    width: 100%;
}
.shop.single .item-info tbody {
}
.shop.single .item-info tbody tr {
}
.shop.single .item-info tbody td {
    border: 1px solid #e6e6e6;
    padding: 10px;
}
.shop.single .item-info tbody strong {
}
.shop.single .ratting-main {
}
.shop.single .avg-ratting {
    margin-bottom: 20px;
}
.shop.single .avg-ratting h4 {
    font-size: 18px;
    margin: 0;
}
.shop.single .avg-ratting h4 span {
    font-size: 14px;
}
.shop.single .single-rating {
    margin-bottom: 20px;
}
.shop.single .single-rating:last-child {
    margin: 0;
    border: none;
    padding: 0;
}
.shop.single .rating-author {
    float: left;
    margin-right: 10px;
    padding: 20px;
    padding-right: 10px;
}
.shop.single .rating-author img {
    width: 60px;
    border-radius: 100%;
    height: 60px;
}
.shop.single .rating-des {
    padding-left: 72px;
    background: #f9f8f8;
    padding: 17px 20px 17px 107px;
}
.shop.single .rating-des .ratings {
    margin: 0;
}
.shop.single .rating-des h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}
.shop.single .ratting-main .single-rating ul {
}
.shop.single .ratting-main .single-rating ul li {
    display: inline-block;
}
.shop.single .ratting-main .single-rating ul li i {
    color: #f7941d;
    font-size: 14px;
}
.shop.single .review-inner label {
    display: inline-block;
    margin: 0 5px 0 0;
}
.shop.single .review-inner .ratings {
    overflow: visible;
    display: inline-block;
    margin: 0;
}
.shop.single .review-inner .ratings ul {
    display: inline-block;
}
.shop.single .ratting-main .single-rating ul {
    display: inline-block;
    margin-right: 5px;
}
.shop.single .ratings .rate-count {
    display: inline-block;
    color: #666;
    font-size: 13px;
}
.shop.single .comment-review {
    margin-bottom: 30px;
}
.shop.single .comment-review .add-review {
    margin-top: 30px;
}
.shop.single .comment-review .add-review h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
}
.shop.single .comment-review .add-review p {
    color: #333;
}
.shop.single .comment-review h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 7px;
    margin-top: 20px;
}
.shop.single .comment-review .review-inner {
    margin-bottom: 15px;
    display: block;
}
.shop.single .comment-review .rating li {
    display: inline-block;
}
.shop.single .comment-review .rating li i {
    color: #f7941d;
    font-size: 14px;
}
.shop.single .rating-des p {
    margin-top: 5px;
}
.shop.single .avg-ratting h4 {
    font-size: 20px;
    color: #333;
}
.shop.single .avg-ratting {
}
.shop.single .form .form-group input {
    width: 100%;
    height: 45px;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #ddd;
    resize: none;
    border-radius: 0;
    color: #333;
}
.shop.single .form .form-group button {
    border: none;
    padding: 17px 50px;
}
.shop.single .form .form-group textarea {
    width: 100%;
    height: 200px;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    resize: none;
    border-radius: 0;
    color: #333;
}
.shop.single .form .form-group label {
    color: #333;
    position: relative;
}
.shop.single .form .form-group label span {
    color: #ff2c18;
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 4px;
    font-size: 16px;
}
.shop.single .review-panel {
    margin-top: 35px;
}
/*======================================
   End Shop Single CSS
========================================*/

/*======================================
   Start Shop Home List CSS
========================================*/
.shop-home-list {
    padding: 0;
    padding-bottom: 100px;
}
.shop-home-list .shop-section-title {
    margin-bottom: 20px;
}
.shop-home-list .shop-section-title h1 {
    font-size: 22px;
    margin-bottom: 0;
    text-transform: capitalize;
    position: relative;
    color: #2c2d3f;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.shop-home-list .shop-section-title h1::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 50px;
    background: #f7941d;
    left: 0;
    bottom: -1px;
}
.shop-home-list .single-list {
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    border: 1px solid #eee;
    padding: 10px;
}
.shop-home-list .single-list .list-image {
    position: relative;
}
.shop-home-list .single-list .list-image.overlay:before {
    background: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.shop-home-list .single-list .list-image.overlay:hover:before {
    opacity: 0.3;
    visibility: visible;
}
.shop-home-list .single-list .list-image .buy {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: #f7941d;
    border-radius: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
}
.shop-home-list .single-list .list-image .buy:hover {
    background: #fff;
    color: #333;
}
.shop-home-list .single-list .list-image:hover .buy {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.shop-home-list .single-list .no-padding {
    padding-right: 0px;
}
.shop-home-list .single-list img {
    width: 100%;
    height: 100%;
}
.shop-home-list .single-list .content {
    padding-top: 45px;
    padding-right: 12px;
}
.shop-home-list .single-list .content .title {
    line-height: 18px;
}
.shop-home-list .single-list .content .title a {
    font-size: 14px;
    font-weight: 600;
}
.shop-home-list .single-list .content .titlea {
    color: #333;
}
.shop-home-list .single-list .content a:hover {
    color: #f7941d;
}
.shop-home-list .single-list .content .price {
    margin-top: 15px;
    font-weight: 500;
    background: #f7941d;
    display: inline-block;
    color: #fff;
    padding: 2px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
}
/*======================================
   End Shop Home List CSS
========================================*/

/*======================================
   Start Shopping Cart CSS
========================================*/
.table.shopping-summery {
    background: #fff;
}
.shopping-cart {
    background: #f6f6f6;
    padding: 50px 0;
}
.shopping-summery thead .main-hading {
    padding: 0px 50px;
}
.shopping-summery thead {
    background: #f7941d;
    color: #fff;
}
.shopping-summery thead tr th {
    border: none;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.shopping-summery tbody tr {
    border-bottom: 1px solid #f7941d;
    margin-top: 20px;
}
.shopping-summery tbody tr img {
    border-radius: 0;
    width: 80px;
    height: 80px;
}
.shopping-summery tbody tr:last-child {
    border: none;
}
.shopping-summery tbody .product-name a {
    font-weight: 600;
    color: #282828;
    font-weight: 600;
    font-size: 17px;
}
.shopping-cart .table p {
    font-size: 14px;
    color: #666;
}
.shopping-summery tbody .product-name a:hover {
    color: #f7941d;
}
.shopping-summery tbody .product img {
    max-width: 70px;
    border-radius: 100%;
    max-height: 65px;
    border: 1px solid #e6e6e6;
    padding: 4px;
}
.shopping-summery tbody .product:hover img {
    border-color: #f7941d;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}
.shopping-cart .border {
}
.shopping-cart .table .remove-icon {
    font-size: 16px;
}
.shopping-cart .table td {
    vertical-align: middle;
    border-top: 1px solid #eee;
    padding: 30px;
}
.shopping-summery tbody .price {
    text-align: center;
}
.shopping-summery tbody .price span {
}
.shopping-cart tbody .qty .input-group {
    width: 175px;
    display: inline-block;
}
.shopping-cart .qty .button {
    display: inline-block;
    position: absolute;
    top: 0;
}
.shopping-cart .qty .button.minus {
    left: 0;
    border-radius: 0;
    overflow: hidden;
}
.shopping-cart .qty .button.plus {
    right: 0;
    border-radius: 0;
    overflow: hidden;
}
.shopping-cart .qty .button .btn {
    padding: 0;
    width: 44px;
    height: 47px;
    line-height: 50px;
    border-radius: 0px;
    background: transparent;
    color: #282828;
    border: none;
    font-size: 12px;
}
.shopping-cart .qty .button .btn:hover {
    color: #f7941d;
}
.shopping-cart .qty .input-number {
    border: 1px solid #eceded;
    width: 100%;
    text-align: center;
    height: 47px;
    border-radius: 0;
    overflow: hidden;
    padding: 0px 45px;
}
.shopping-summery tbody .total-amount {
    text-align: center;
}
.shopping-summery tbody .total-amount span {
}
.shopping-summery tbody .action {
    text-align: center;
}
.shopping-summery tbody .action a:hover {
    color: #f7941d;
}
.shopping-cart .total-amount {
    margin-top: 50px;
}
.shopping-cart .total-amount .left {
}
.shopping-cart .total-amount .left .coupon {
}
.shopping-cart .total-amount .left .coupon form {
}
.shopping-cart .total-amount .left .coupon form input {
    width: 220px;
    display: inline-block;
    height: 48px;
    color: #333;
    padding: 0px 20px;
    border: none;
    box-shadow: 0px 0px 5px #0000000a;
}
.shopping-cart .total-amount .left .coupon form .btn {
    display: inline-block;
    height: 48px;
    border: navajowhite;
    margin-left: 4px;
    background: transparent;
    color: #333;
    background: #fff;
    box-shadow: 0px 0px 5px #00000012;
}
.shopping-cart .total-amount .left .coupon form .btn:hover {
    background: #fff;
    color: #f7941d;
}
.shopping-cart .total-amount .left label {
    font-size: 22px;
    font-weight: 500;
    color: #333;
}
.shopping-cart .total-amount .left .checkbox {
    text-align: left;
    margin: 0;
    margin-top: 20px;
}
.shopping-cart .total-amount .left .checkbox label {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    position: relative;
    padding-left: 30px;
}
.shopping-cart .total-amount .left .checkbox label:hover {
    cursor: pointer;
}
.shopping-cart .total-amount .left .checkbox label input {
    display: none;
}
.shopping-cart .total-amount .left .checkbox label::before {
    position: absolute;
    content: "";
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    border: 1px solid #555555;
    border-radius: 0px;
}
.shopping-cart .total-amount .left .checkbox label::after {
    position: absolute;
    content: "\f00c";
    font-family: "Fontawesome";
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    line-height: 24px;
    left: 3px;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
    font-size: 11px;
}
.shopping-cart .total-amount .left .checkbox label.checked::after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.shopping-cart .total-amount .right {
    padding-left: 100px;
}
.shopping-cart .total-amount .right ul {
}
.shopping-cart .total-amount .right ul li {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin-bottom: 12px;
}
.shopping-cart .total-amount .right ul li.last {
    padding-top: 12px;
    border-top: 1px solid #c8c8c8;
    color: #333;
    font-size: 15px;
    font-weight: 400;
}
.shopping-cart .total-amount .right ul li span {
    display: inline-block;
    float: right;
}
.shopping-cart .total-amount .right .button5 .btn {
    text-align: center;
    border-radius: 0;
    width: 100%;
    margin-top: 10px;
    height: 46px;
    line-height: 18px;
    font-size: 13px;
    color: #fff;
}
/*======================================
   End Shopping Cart CSS
========================================*/

/*======================================
   Start Checkout Form CSS
========================================*/
.shop.checkout {
    padding: 0;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 50px;
}
.shop.checkout .checkout-form {
    margin-top: 30px;
}
.shop.checkout .checkout-form h2 {
    font-size: 25px;
    color: #333;
    font-weight: 700;
    line-height: 27px;
}
.shop.checkout .checkout-form p {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 30px;
}
.shop.checkout .form {
}
.shop.checkout .form .form-group {
    margin-bottom: 25px;
}
.shop.checkout .form .form-group label {
    color: #333;
    position: relative;
}
.shop.checkout .form .form-group label span {
    color: #ff2c18;
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 4px;
    font-size: 16px;
}
.shop.checkout .form .form-group input {
    width: 100%;
    height: 45px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 3px;
    border-radius: 0px;
    color: #333 !important;
    border: none;
    background: #f6f7fb;
}
.shop.checkout .form .form-group input:hover {
}
.shop.checkout .nice-select {
    width: 100%;
    height: 45px;
    line-height: 50px;
    margin-bottom: 25px;
    background: #f6f7fb;
    border-radius: 0px;
    border: none;
}
.shop.checkout .nice-select .list {
    width: 100%;
    height: 300px;
    overflow: scroll;
}
.shop.checkout .nice-select .list li {
}
.shop.checkout .nice-select .list li.option {
    color: #333;
}
.shop.checkout .nice-select .list li.option:hover {
    background: #f6f7fb;
    color: #333;
}
.shop.checkout .form .address input {
    margin-bottom: 15px;
}
.shop.checkout .form .address input:last-child {
    margin: 0;
}
.shop.checkout .form .create-account {
    margin: 0;
}
.shop.checkout .form .create-account input {
    width: auto;
    display: inline-block;
    height: auto;
    border-radius: 100%;
    margin-right: 3px;
}
.shop.checkout .form .create-account label {
    display: inline-block;
    margin: 0;
}
.shop.checkout .order-details {
    margin-top: 30px;
    background: #fff;
    padding: 15px 0 30px 0;
    border: 1px solid #eee;
}
.shop.checkout .single-widget {
    margin-bottom: 30px;
}
.shop.checkout .single-widget:last-child {
    margin: 0;
}
.shop.checkout .single-widget h2 {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 30px;
    line-height: 24px;
    text-transform: uppercase;
    color: #333;
    padding-bottom: 5px;
}
.shop.checkout .single-widget h2:before {
    position: absolute;
    content: "";
    left: 30px;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: #f7941d;
}
.shop.checkout .single-widget .content ul {
    margin-top: 30px;
}
.shop.checkout .single-widget .content ul li {
    display: block;
    padding: 0px 30px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin-bottom: 12px;
}
.shop.checkout .single-widget .content ul li span {
    display: inline-block;
    float: right;
}
.shop.checkout .single-widget .content ul li.last {
    padding-top: 12px;
    border-top: 1px solid #ebebeb;
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #333;
}
.shop.checkout .single-widget .checkbox {
    text-align: left;
    margin: 0;
    padding: 0px 30px;
    margin-top: 30px;
}
.shop.checkout .single-widget .checkbox label {
    color: #555555;
    position: relative;
    font-size: 14px;
    padding-left: 20px;
    margin-top: -5px;
    font-weight: 400;
    display: block;
    margin-bottom: 15px;
}
.shop.checkout .single-widget .checkbox label:last-child {
    margin-bottom: 0;
}
.shop.checkout .single-widget .checkbox label:hover {
    cursor: pointer;
}
.shop.checkout .single-widget .checkbox label input {
    display: none;
}
.shop.checkout .single-widget .checkbox label::before {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 12px;
    height: 12px;
    line-height: 16px;
    border: 1px solid #666;
    border-radius: 100%;
}
.shop.checkout .single-widget .checkbox label::after {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 12px;
    height: 12px;
    line-height: 16px;
    border-radius: 100%;
    display: block;
    background: #666;
    transform: scale(0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.shop.checkout .single-widget .checkbox label.checked::after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.shop.checkout .single-widget.payement {
    padding: 0px 38px;
    text-align: center;
    margin-top: 30px;
}
.shop.checkout .single-widget.get-button {
    text-align: center;
    padding: 0px 35px;
}
.shop.checkout .single-widget.get-button .btn {
    height: 46px;
    width: 100%;
    line-height: 19px;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
}
/*======================================
   End Checkout Form CSS
========================================*/

/*======================================
   Login & Register CSS
========================================*/
.shop.login {
    padding: 100px 0;
}
.shop.login .login-form h2 {
    position: relative;
    font-size: 35px;
    color: #333;
    font-weight: 400;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 12px;
    padding-bottom: 20px;
    text-align: center;
}
.shop.login .login-form h2:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: #f7941d;
    margin-left: -25px;
}
.shop.login .login-form p {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    text-align: center;
    margin-bottom: 50px;
}
.shop.login .form {
    margin-top: 30px;
}
.shop.login .form .form-group {
    margin-bottom: 22px;
}
.shop.login .form .form-group input {
    width: 100%;
    height: 45px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 3px;
    border-radius: 0px;
    color: #333 !important;
    border: none;
    background: #f6f7fb;
}
.shop.login .form .form-group label {
    color: #333;
    position: relative;
}
.shop.login .form .form-group label span {
    color: #ff2c18;
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 4px;
    font-size: 16px;
}
.shop.login .form .form-group input:hover {
    border-color: #1308a3;
    color: #1308a3;
}
.shop.login .form .form-group.login-btn {
    margin: 0;
}
.shop.login .form button {
    border: none;
}
.shop.login .form .btn {
    display: inline-block;
    margin-right: 10px;
    height: 46px;
    color: #fff;
    line-height: 20px;
}
.shop.login .form .btn:hover {
    background: #f7941d;
    color: #fff;
}
.shop.login .login-form .checkbox {
    text-align: left;
    margin: 0;
    margin-top: 20px;
    display: inline-block;
}
.shop.login .login-form .checkbox label {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    position: relative;
    padding-left: 20px;
}
.shop.login .login-form .checkbox label:hover {
    cursor: pointer;
}
.shop.login .login-form .checkbox label input {
    display: none;
}
.shop.login .login-form .checkbox label::before {
    position: absolute;
    content: "";
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    border: 1px solid #555555;
    border-radius: 0px;
}
.shop.login .login-form .checkbox label::after {
    position: absolute;
    content: "\f00c";
    font-family: "Fontawesome";
    width: 12px;
    height: 12px;
    line-height: 23px;
    left: 2px;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
    font-size: 9px;
}
.shop.login .login-form .checkbox label.checked::after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.shop.login .login-form .lost-pass {
    display: inline-block;
    margin-left: 25px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
}
.shop.login .login-form .lost-pass:hover {
    color: #f7941d;
}
/*======================================
	End Login CSS
========================================*/

/*======================================
   Start Shop List CSS
========================================*/
.shop-list .list-content {
    margin-top: 50px;
}
.shop-list .list-content .product-price {
}
.shop-list .list-content .product-price span {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
    display: block;
}
.shop-list .list-content .title {
    line-height: 20px;
}
.shop-list .list-content .title a:hover {
    color: #f7941d;
}
.shop-list .list-content .title a {
    font-size: 18px;
    font-weight: 600;
}
.shop-list .list-content .rating {
    margin: 5px 0 8px 0;
}
.shop-list .list-content .rating li {
    display: inline-block;
}
.shop-list .list-content .rating li i {
    color: #f7941d;
}
.shop-list .list-content .rating li.total {
    color: #333;
    font-size: 12px;
    margin-left: 3px;
}
.shop-list .list-content .des {
}
.shop-list .list-content .btn {
    margin-top: 22px;
    height: 42px;
    line-height: 15px;
    color: #333;
    background: transparent;
    border: 1px solid #cecece;
    font-size: 13px;
    border-radius: 30px;
    height: auto;
    line-height: a;
    padding: 13px 32px;
}
.shop-list .list-content .btn:hover {
    background: #f7941d;
    color: #fff;
    border-color: transparent;
}
/* Pagination CSS */
.pagination {
    text-align: left;
    margin: 50px 0 0 0;
    display: block;
}
.pagination.center {
    text-align: center;
}
.pagination .pagination-list li {
    margin-right: 5px;
    display: inline-block;
}
.pagination .pagination-list li:last-child {
    margin-right: 0px;
}
.pagination .pagination-list li a {
    background: #f6f7fb;
    color: #666;
    padding: 6px 18px;
    font-weight: 400;
    border: 1px solid #e1e1e1;
    font-size: 16px;
    border-radius: 0px;
}
.pagination .pagination-list li.active a,
.pagination .pagination-list li:hover a {
    background: #f7941d;
    color: #fff;
    border-color: transparent;
}
.pagination .pagination-list li a i {
    font-size: 13px;
}
.pagination .pagination-list li a i {
}
.blog-grids.pagination {
    margin-top: 50px;
    text-align: center;
}
/*======================================
   End Shop List CSS
========================================*/

/*=============================
	Start Cowndown CSS
===============================*/
.cown-down {
    position: relative;
    height: 515px;
    overflow: hidden;
}
.cown-down .padding-right {
    padding-right: 0;
}
.cown-down .padding-left {
    padding-left: 0;
}
.cown-down .image img {
    width: 100%;
    height: 100%;
}
.cown-down .content {
    text-align: center;
    background: #fdfbef;
    height: 100%;
    position: relative;
}
.cown-down .content .heading-block {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 75px;
}
.cown-down .content .small-title {
    font-size: 13px;
    color: #777;
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600;
}
.cown-down .content .title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.cown-down .content .price {
    margin-top: 35px;
    font-size: 35px;
    font-weight: 700;
    color: #f7941d;
}
.cown-down .content .price s {
    margin-top: 35px;
    font-size: 24px;
    font-weight: 500;
    color: #666;
}
.cown-down .content .cdown {
    float: none;
    text-align: center;
    margin-top: 40px;
    width: 80px;
    display: inline-block;
}
.cown-down .content .cdown {
    text-align: center;
}
.cown-down .content .cdown {
    display: inline-block;
}
.cown-down .content .cdown span {
    color: #333;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
}
.cown-down .content .cdown p {
    font-size: 13px;
    color: #666;
    text-transform: uppercase;
}
/*=============================
	End Cowndown CSS
===============================*/

/*======================================
   Start Shop Services CSS
========================================*/
.shop-services.section {
    padding: 80px 0 0px 0;
    background: #fff;
}
.shop-services.home {
    padding: 60px 0;
    background: #f6f7fb;
}
.shop-services .single-service {
    position: relative;
    padding-left: 65px;
}
.shop-services .single-service i {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #333;
    background: transparent;
    border-radius: 100%;
    display: block;
    font-size: 32px;
    position: absolute;
    left: 0;
    top: 0;
}
.shop-services .single-service h4 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 22px;
    color: #333;
}
.shop-services .single-service p {
    color: #898989;
    line-height: 28px;
    font-size: 14px;
}
/*======================================
   End Shop Services CSS
========================================*/

/*======================================
   Start Shop Newsletter CSS
========================================*/
.shop-newsletter {
    background: #fff;
}
.shop-newsletter .inner {
    text-align: center;
}
.shop-newsletter .inner h4 {
    color: #333;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.shop-newsletter .inner p {
    color: #777;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
}
.shop-newsletter .inner p span {
    color: #f7941d;
}
.shop-newsletter .newsletter-inner {
    position: relative;
    display: inline-block;
}
.shop-newsletter .newsletter-inner input {
    width: 480px;
    height: 55px;
    border-radius: 0px;
    padding: 0px 30px;
    font-weight: 400;
    display: inline-block;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    border: 1px solid #ececec;
    border-radius: 30px 0 0 30px;
}
.shop-newsletter .newsletter-inner button {
    border: none;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.shop-newsletter .newsletter-inner .btn {
    display: inline-block;
    height: 55px;
    padding: 10px 30px;
    position: relative;
    top: 0;
    background: #f7941d;
    color: #fff;
    left: -4px;
    border-radius: 0 30px 30px 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.shop-newsletter .newsletter-inner .btn:hover {
    background: #333;
    color: #fff;
}
/*======================================
   End Shop Newsletter CSS
========================================*/

/*=============================
	About US CSS
===============================*/
.about-us {
    background: #fff;
}
.about-us .about-content {
    padding-right: 50px;
}
.about-us .about-content .story {
    display: block;
    color: #04aaf4;
    margin-bottom: 20px;
    font-size: 17px;
}
.about-us .about-content .story i {
    color: #04aaf4;
    margin-right: 5px;
    font-size: 22px;
}
.about-us .about-content h3 {
    font-size: 30px;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.about-us .about-content h3::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    height: 2px;
    width: 60px;
    background: #f7941d;
}
.about-us .about-content h3 span {
    display: inline-block;
    font-weight: 700;
    color: #f7941d;
}
.about-us .about-content p {
    line-height: 26px;
    margin-bottom: 10px;
}
.about-us .about-content p:last-child {
    margin: 0;
}
.about-us .about-content .button {
    margin-top: 40px;
}
.about-us .about-content .button .btn {
    background: #333;
    color: #fff;
    margin-right: 15px;
}
.about-us .about-content .button .btn:hover {
    background: #f7941d;
    color: #fff;
}
.about-us .about-content .button .btn.primary {
    background: #f7941d;
    color: #fff;
}
.about-us .about-content .button .btn.primary:hover {
    background: #333;
    color: #fff;
}
.about-us .about-content .button .btn:last-child {
    margin: 0;
}
.about-us .about-img {
    position: relative;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    border: 10px solid #fff;
}
.about-us .about-img:before {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.about-us .about-img:hover:before {
    opacity: 0.6;
    visibility: visible;
}
.about-us .about-img .video {
    height: 64px;
    width: 64px;
    line-height: 64px;
    background: #f7941d;
    color: #fff;
    font-size: 20px;
    border-radius: 100%;
    display: block;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    padding-left: 4px;
    transform: scale(0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.about-us .about-img .video:hover {
    background: #fff;
    color: #f7941d;
}
.about-us .about-img:hover .video {
    transform: scale(1);
}
.about-us .about-img img {
    height: 100%;
    width: 100%;
}
/*=============================
	End About US CSS
===============================*/

/*======================================
  10. Start Team CSS
========================================*/
.team {
    background: #f6f7fb;
}
.team .title-line {
    margin-bottom: 40px;
}
.team .single-team {
    margin-top: 30px;
    position: relative;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    background: #fff;
}
.team .single-team .info-head {
    padding: 35px 30px;
}
.team .single-team .image img {
    height: 100%;
    width: 100%;
}
.team .single-team .info-box {
    text-align: center;
}
.team .single-team .info-box .name {
    display: block;
    font-size: 17px;
    color: #333;
    font-weight: 500;
    margin-bottom: 3px;
    text-transform: capitalize;
}
.team .single-team .info-box .designation {
    color: #aaa;
    font-size: 13px;
}
.team .single-team .social-links {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-top: 15px;
}
.team .single-team .social-links .social li {
    display: inline-block;
    margin-right: 15px;
}
.team .single-team .social-links .social li:last-child {
    margin-right: 0px;
}
.team .single-team .social-links .social li a {
    color: #666;
    display: block;
    font-size: 14px;
}
.team .single-team .social-links .social li a:hover {
    color: #f7941d;
}
/*======================================
  End Team CSS
========================================*/

/*======================================
   Start Shop Blog CSS
========================================*/
.shop-blog.grid .shop-single-blog {
    margin-top: 30px;
}
.shop-blog .shop-single-blog {
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.shop-blog .shop-single-blog:hover {
    box-shadow: 0px 10px 10px #0000000a;
}
.shop-blog .shop-single-blog img {
    height: 100%;
    width: 100%;
}
.shop-blog .shop-single-blog .content {
    padding: 40px;
}
.shop-blog .shop-single-blog .content .title {
    font-size: 17px;
    font-weight: 600;
    color: #333;
}
.shop-blog .shop-single-blog .content .title:hover {
    color: #f7941d;
}
.shop-blog .shop-single-blog .content .date {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #b7b7b7;
}
.shop-blog .shop-single-blog .content .more-btn {
    font-size: 14px;
    font-weight: 400;
    color: #3c3c3c;
    margin-top: 10px;
    display: block;
}
.shop-blog .shop-single-blog .content .more-btn:hover {
    color: #f7941d;
}
/* Related Product */
.related-product {
    padding-top: 0;
}
.related-product .section-title {
    text-align: center;
    margin-bottom: 10px;
    padding: 0;
}
.related-product .section-title h2 {
    font-size: 25px;
    margin-bottom: 0;
    text-transform: capitalize;
    position: relative;
    color: #2c2d3f;
    font-weight: 700;
    padding-bottom: 15px;
}
/* Blog Sidebar */
.main-sidebar {
    background: #fff;
    margin-top: 30px;
    padding: 40px;
    background: transparent;
    border: 1px solid #eeeeeec2;
}
.main-sidebar .single-widget {
    margin-bottom: 50px;
}
.main-sidebar .single-widget .title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: block;
    background: #fff;
    padding-left: 12px;
}
.main-sidebar .single-widget .title::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    height: 100%;
    width: 3px;
    background: #f7941d;
}
.main-sidebar .single-widget:last-child {
    margin: 0;
}
.main-sidebar .search {
    position: relative;
}
.main-sidebar .search input {
    width: 100%;
    height: 45px;
    box-shadow: none;
    text-shadow: none;
    font-size: 14px;
    border: none;
    color: #222;
    background: transparent;
    padding: 0 70px 0 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0;
    border: 1px solid #eee;
}
.main-sidebar .search .button {
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    width: 50px;
    line-height: 45px;
    box-shadow: none;
    text-shadow: none;
    text-align: center;
    border: none;
    font-size: 14px;
    color: #fff;
    background: #333;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.main-sidebar .search .button:hover {
    background: #f7941d;
    color: #fff;
}
/* Category List */
.main-sidebar .categor-list {
    margin-top: 15px;
}
.main-sidebar .categor-list li {
}
.main-sidebar .categor-list li {
    margin-bottom: 10px;
}
.main-sidebar .categor-list li:last-child {
    margin-bottom: 0px;
}
.main-sidebar .categor-list li a {
    display: inline-block;
    color: #333;
    font-size: 14px;
}
.main-sidebar .categor-list li a:hover {
    color: #f7941d;
    padding-left: 7px;
}
.main-sidebar .categor-list li a i {
    display: inline-block;
    margin-right: 0px;
    font-size: 9px;
    transform: translateY(-1px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.main-sidebar .categor-list li a:hover i {
    margin-right: 6px;
    opacity: 1;
    visibility: visible;
}
/* Recent Post */
.main-sidebar .recent-post {
}
.main-sidebar .single-post {
    position: relative;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    padding: 17px 0;
}
.main-sidebar .single-post:last-child {
    padding-bottom: 0px;
    border: none;
}
.main-sidebar .single-post .image {
}
.main-sidebar .single-post .image img {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 20px;
}
.main-sidebar .single-post .content {
    padding-left: 100px;
}
.main-sidebar .single-post .content h5 {
    line-height: 18px;
}
.main-sidebar .single-post .content h5 a {
    color: #2c2d3f;
    font-weight: 500;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
}
.main-sidebar .single-post .content h5 a:hover {
    color: #f7941d;
}
.main-sidebar .single-post .content .comment {
}
.main-sidebar .single-post .content .comment li {
    color: #888;
    display: inline-block;
    margin-right: 15px;
    font-weight: 400;
    font-size: 14px;
}
.main-sidebar .single-post .content .comment li:last-child {
    margin-right: 0;
}
.main-sidebar .single-post .content .comment li i {
    display: inline-block;
    margin-right: 5px;
}
/* Blog Tags */
.main-sidebar .side-tags {
}
.main-sidebar .side-tags .tag {
    margin-top: 40px;
}
.main-sidebar .side-tags .tag li {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 20px;
}
.main-sidebar .side-tags .tag li a {
    background: #fff;
    color: #333;
    padding: 8px 14px;
    text-transform: capitalize;
    border-radius: 0;
    font-size: 13px;
    background: #f6f7fb;
}
.main-sidebar .side-tags .tag a:hover {
    color: #fff;
    background: #f7941d;
    border-color: transparent;
}
/* Blog Newslatter CSS */
.main-sidebar .newsletter {
}
.main-sidebar .newsletter .letter-inner {
    position: relative;
    padding: 35px 30px;
    box-shadow: 0px 0px 12px #00000014;
    z-index: 2;
    overflow: hidden;
}
.main-sidebar .newsletter .letter-inner h4 {
    text-transform: capitalize;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.main-sidebar .newsletter .letter-inner p {
    margin-bottom: 20px;
}
.main-sidebar .newsletter .letter-inner .form-inner {
    position: relative;
}
.main-sidebar .newsletter .letter-inner input {
    width: 100%;
    height: 45px;
    background: #fff;
    border: none;
    border: 1px solid #ddd;
    padding: 0px 60px 0px 20px;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
}
.main-sidebar .newsletter .letter-inner .form-inner a {
    height: 42px;
    width: 100%;
    background: #f7941d;
    color: #fff;
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 42px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 500;
}
.main-sidebar .newsletter .letter-inner .form-inner a:hover {
    background: #333;
    color: #fff;
}
/* Blog Single CSS */
.blog-single {
    background: #fff;
    padding: 70px 0 100px;
}
.blog-single .blog-single-main {
    margin-top: 30px;
    background: #fff;
}
.blog-single .blog-detail {
    background: #fff;
}
.blog-single .image {
    position: relative;
}
.blog-single .image img {
    width: 100%;
    height: 100%;
}
.blog-single .blog-title {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 40px 0 15px 0;
}
.blog-single .blog-meta {
    margin-bottom: 0;
    overflow: hidden;
    border-bottom: 1px solid #dddddd6e;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.blog-single .blog-meta .author i {
    color: #f7941d;
    margin-right: 10px;
    font-size: 13px;
}
.blog-single .blog-meta .author a {
    font-size: 13px;
    border-right: 1px solid #ddd;
    padding: 0px 15px;
}
.blog-single .blog-meta .author a:first-child {
    padding-left: 0;
}
.blog-single .blog-meta .author a:last-child {
    padding-right: 0;
    border: none;
}
.blog-single .blog-meta span {
    display: inline-block;
    font-size: 14px;
    color: #666;
}
.blog-single .blog-meta span a i {
    margin-right: 10px;
    color: #f7941d;
}
.blog-single .blog-meta span a:hover {
    color: #f7941d;
}
.blog-single .content p {
    margin-bottom: 25px;
    line-height: 26px;
}
.blog-single .content p:last-child {
    margin: 0;
}
.blog-single blockquote {
    position: relative;
    font-size: 13px;
    font-weight: 400;
    padding-left: 20px;
    padding: 10px 20px;
    background: #f6f6f6;
    padding: 30px 40px 30px 70px;
    color: #555;
    border: none;
    margin-bottom: 25px;
    border-left: 3px solid #f7941d;
}
.blog-single blockquote i {
    font-size: 30px;
    color: #f7941d;
    position: absolute;
    left: 20px;
    top: 20px;
}
.blog-single .content .img-post {
    margin-bottom: 25px;
}
.blog-single .share-social .content-tags {
    position: relative;
    margin-top: 25px;
}
.blog-single .share-social .content-tags h4 {
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 15px;
    font-weight: 500;
}
.blog-single .share-social .content-tags .tag-inner {
    padding-left: 60px;
}
.blog-single .share-social .content-tags .tag-inner li {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 10px;
    margin-top: 4px;
}
.blog-single .share-social .content-tags .tag-inner li:last-child {
    margin-right: 0px;
    margin-bottom: 0px;
}
.blog-single .share-social .content-tags .tag-inner li a {
    border-radius: 30px;
    padding: 5px 15px;
    background: #f4f7fc;
    font-size: 13px;
}
.blog-single .share-social .content-tags .tag-inner li a:hover {
    color: #fff;
    background: #f7941d;
}
/* Comments */
.blog-single .comments {
    margin-top: 40px;
}
.blog-single .comments .comment-title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: block;
    background: #fff;
    padding-left: 12px;
}
.blog-single .comments .comment-title:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    height: 100%;
    width: 3px;
    background: #f7941d;
}
.blog-single .comments {
}
.blog-single .comments .single-comment {
    position: relative;
    margin-bottom: 40px;
    border-radius: 5px;
    padding-left: 95px;
}
.blog-single .comments .single-comment.left {
    margin-left: 110px;
}
.blog-single .comments .single-comment img {
    height: 70px;
    width: 70px;
    border-radius: 100%;
    position: absolute;
    left: 0;
}
.blog-single .single-comment .content {
}
.blog-single .single-comment .content h4 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
    margin-bottom: 18px;
    text-transform: capitalize;
}
.blog-single .single-comment .content h4 span {
    display: inline-block;
    font-size: 13px;
    color: #8d8d8d;
    margin: 0;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    margin-top: 5px;
}
.blog-single .single-comment .content p {
    color: #666;
    font-weight: 400;
    display: block;
    margin: 0;
    margin-bottom: 20px;
    line-height: 22px;
}
.blog-single .single-comment .content .button {
}
.blog-single .single-comment .content .btn {
    display: inline-block;
    color: #666;
    font-weight: 400;
    color: #6a6a6a;
    border-radius: 4px;
    text-transform: capitalize;
    font-size: 14px;
    background: transparent;
    padding: 0;
}
.blog-single .single-comment .content a i {
    display: inline-block;
    margin-right: 5px;
}
.blog-single .single-comment .content a:hover {
    color: #f7941d;
}
/* Comment Form */
.blog-single .reply form {
    padding: 40px;
    border: 1px solid #eee;
}
.blog-single .reply .reply-title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: block;
    background: #fff;
    padding-left: 12px;
}
.blog-single .reply .reply-title:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    height: 100%;
    width: 3px;
    background: #f7941d;
}
.blog-single .reply .form-group {
    margin-bottom: 20px;
}
.blog-single .reply .form-group input {
    width: 100%;
    height: 45px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 0px;
    color: #333 !important;
    border: none;
    border: 1px solid #eee;
}
.blog-single .reply .form-group textarea {
    width: 100%;
    height: 200px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 0px;
    color: #333 !important;
    border: none;
    border: 1px solid #eee;
}
.blog-single .reply .form-group label {
    color: #333;
    position: relative;
}
.blog-single .reply .form-group label span {
    color: #ff2c18;
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 4px;
    font-size: 16px;
}
.blog-single .reply .button {
    text-align: left;
    margin-bottom: 0px;
}
.blog-single .reply .button .btn {
    height: 50px;
    border: none;
}
/*======================================
   End Shop Blog CSS
========================================*/

/*======================================
  21. Contact CSS
========================================*/
.contact-us {
    position: relative;
    z-index: 43;
}
.contact-us .title {
    margin-bottom: 30px;
}
.contact-us .title h4 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #f7941d;
}
.contact-us .title h3 {
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 600;
}
.contact-us .single-head {
    padding: 50px;
    box-shadow: 0px 0px 15px #0000001a;
    height: 100%;
}
.contact-us .single-info {
    text-align: left;
    margin-bottom: 30px;
}
.contact-us .single-info i {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 15px;
    height: 40px;
    width: 40px;
    display: block;
    text-align: center;
    border-radius: 3px;
    line-height: 40px;
    background: #f7941d;
}
.contact-us .single-info ul .contact-us .single-info ul li {
    margin-bottom: 5px;
}
.contact-us .single-info ul li:last-child {
    margin-bottom: 0;
}
.contact-us .single-info ul li a {
    font-weight: 400;
}
.contact-us .single-info ul li a:hover {
    color: #f7941d;
}
.contact-us .single-info .title {
    margin-bottom: 10px;
    font-weight: 500;
    color: #333;
    font-size: 18px;
}
.contact-us .form-main {
    box-shadow: 0px 0px 15px #0000001a;
    padding: 50px;
}
.contact-us .form .form-group input {
    height: 48px;
    line-height: 48px;
    width: 100%;
    border: 1px solid #e6e2f5;
    padding: 0px 20px;
    color: #333;
    border-radius: 0px;
    font-weight: 400;
}
.contact-us .form .form-group textarea {
    height: 180px;
    width: 100%;
    border: 1px solid #e6e2f5;
    padding: 15px 20px;
    color: #333;
    border-radius: 0px;
    resize: none;
    font-weight: 400;
}
.contact-us .form .form-group label {
    color: #333;
    position: relative;
}
.contact-us .form .form-group label span {
    color: #ff2c18;
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 4px;
    font-size: 16px;
}
.contact-us .form .button {
    margin: 0;
}
.contact-us .form .button .btn {
    height: 50px;
    border: none;
}
#myMap {
    height: 500px;
    width: 100%;
}
/*======================================
  End Contact CSS
========================================*/

/* Mail Success */
.mail-success .mail-inner {
    text-align: center;
    background: #fff;
    padding: 0px 30px;
}
.mail-success .mail-inner h2 {
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
    color: #f7941d;
    text-transform: uppercase;
    font-size: 30px;
}
.mail-success .mail-inner p {
    font-size: 14;
    color: #333;
    margin-bottom: 30px;
    line-height: 22px;
}
.mail-success .mail-inner .btn {
    color: #fff;
    padding: 10px 30px;
}
.mail-success .mail-inner .btn i {
    margin-right: 5px;
}

/*=============================
	Start 404 Error CSS
===============================*/
.error-page {
    background: #fff;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.error-page .error-inner {
    text-align: center;
    flex-direction: initial;
    height: auto;
    text-align: center;
}
.error-page .error-inner h2 {
    color: #f7941d;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 100px;
    display: inline-block;
    font-size: 120px;
}
.error-page .error-inner h5 {
    display: block;
    color: #444;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.error-page .error-inner p {
    color: #666;
    font-weight: 400;
    line-height: 22px;
    font-size: 15px;
    padding: 0 30px;
}
.error-page .button {
    margin-top: 30px;
}
.error-page .button .btn {
    margin-right: 15px;
    border-radius: 30px;
    background: #333;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #d7d7d7;
    background: transparent;
    color: #333;
    padding: 10px 28px;
}
.error-page .button .btn:hover {
    color: #fff;
    background: #f7941d;
    border-color: transparent;
}
/*=============================
	/End 404 Error CSS
===============================*/

.free-version-banner {
    position: relative;
    background: #333;
    text-align: center;
    background-color: #f7941d;
    margin-bottom: 100px;
}

.free-version-banner .section-title span {
    font-weight: 500;
    text-transform: capitalize;
}

.free-version-banner .section-title {
    margin: 0;
    padding: 0;
    text-align: center;
}

.free-version-banner .section-title h2 {
    padding-bottom: 15px;
}

.free-version-banner .section-title h2::before {
    background-color: #fff;
}

.free-version-banner .button {
    z-index: 5;
    margin-top: 40px;
}

.free-version-banner .button .btn {
    background-color: #fff;
    color: #333;
    text-transform: capitalize;
}

/*=============================
	20. Start Footer CSS
===============================*/
.footer {
    background: #222;
}
.footer .about {
    padding-right: 50px;
}
.footer .single-footer h4 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.footer .about .logo {
    margin-bottom: 20px;
}
.footer .about .logo img {
}
.footer .about .text {
    color: #fff;
    font-weight: 400;
}
.footer .about .call {
    color: #fff;
    margin-top: 15px;
    font-weight: 400;
}
.footer .about .call span {
    display: block;
}
.footer .about .call a {
    color: #f7941d;
    font-size: 20px;
    font-weight: 600;
}
.footer .links ul {
}
.footer .links ul li {
    display: block;
    margin-bottom: 8px;
}
.footer .links ul li:last-child {
    margin-bottom: 0;
}
.footer .links ul li a {
    color: #fff;
    font-weight: 400;
}
.footer .links ul li a:hover {
    color: #f7941d;
    padding-left: 10px;
}
.footer .social {
}
.footer .social .contact {
}
.footer .social .contact ul {
}
.footer .social .contact ul li {
    color: #fff;
    display: block;
    margin-bottom: 4px;
    font-weight: 400;
}
.footer .contact ul li:last-child {
    margin-bottom: 0;
}
.footer .social ul {
    margin-top: 20px;
}
.footer .social ul li {
    display: inline-block;
    margin-right: 25px;
}
.footer .social ul li:last-child {
    margin-right: 0;
}
.footer .social ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
}
.footer .social ul li a:hover {
    color: #f7941d;
}
/* Copyright */
.footer .copyright {
}
.footer .copyright .inner {
    border-top: 1px solid #eeeeee3d;
    padding: 20px 0;
}
.footer .copyright .left {
}
.footer .copyright .right {
    float: right;
}
.footer .copyright p {
    color: #fff;
}
.footer .copyright p a {
    color: #fff;
    text-decoration: underline;
}
/*=============================
	End Footer CSS
===============================*/
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-left: 0.5rem !important;
}
.bg-white {
    background-color: #fff !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
nav svg {
    height: 20px;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}

.wrap-pagination-info {
    margin-top: 46px;
    border-top: 1px solid #e6e6e6;
    padding-top: 10px;
}
.wrap-pagination-info .hidden {
    display: block !important;
}
.wrap-pagination-info .rounded-l-md {
    margin-right: 5px;
}
.wrap-pagination-info .rounded-r-md {
    margin-left: 5px;
}

.services-block-five {
    margin-bottom: 30px;
}
.services-block-five .image-column .image {
    margin-bottom: 30px;
}
.services-block-five .image-column .image img {
    height: 350px !important;
    width: 550px !important;
}

/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/

.megamenu .nav,
.megamenu .collapse,
.megamenu .dropup,
.megamenu .dropdown {
    position: static;
}

.megamenu .container-fluid {
    position: relative;
}

.megamenu .dropdown-menu {
    width: auto;
    margin-right: 280px;
}

.megamenu .megamenu-content {
    padding: 20px 30px;
}

/* .megamenu .dropdown.megamenu-fw .dropdown-menu {
    left: 0;
    right: 0;
} */

.megamenu .list-unstyled {
    min-width: 200px;
}

.header_style_01 {
    background-color: white !important;
    display: block;
    left: 0;
    padding: 0px 0px 30px 0px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 111;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.header_style_01 .navbar-default {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}
.navbar-collapse,
.navbar-brand {
    padding: 15px !important;
    margin-top: 10px;
}
.navbar-brand {
    margin-top: 20px;
}

.header_style_01 .navbar,
.header_style_01 .navbar-nav,
.header_style_01 .navbar-default,
.header_style_01 .nav {
    margin-bottom: 0 !important;
}

.header_style_01 .navbar-default .navbar-nav > li > a {
    border-radius: 0;
    color: #fff !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    background-color: transparent;
}

/* .header_style_01 .navbar-default .navbar-nav > li a {
    background-color: transparent;
    border-radius: 2px;
} */

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

body.realestate_version .social-links:hover a {
    background-color: transparent !important;
    color: #c4d114 !important;
}

.header_style_01 .navbar-default .navbar-nav > li a.active {
    color: #c4d114 !important;
}

.header_style_01 .navbar-right > li {
    margin-top: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header_style_01 .navbar-right > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
}

li.social-links {
    margin: 0 8px;
}

li.social-links a {
    padding: 13px 0 !important;
}

.affix-top {
    overflow: hidden;
    visibility: visible;
    opacity: 1;
    top: -100%;
}

.affix {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px 40px;
    background-color: #1f1f1f !important;
    -webkit-transition: visibility 0.95s ease-in-out, opacity 0.95s ease-in-out,
        bottom 0.95s ease-in-out, top 0.95s ease-in-out, left 0.95s ease-in-out,
        right 0.95s ease-in-out;
    -moz-transition: visibility 0.95s ease-in-out, opacity 0.95s ease-in-out,
        bottom 0.95s ease-in-out, top 0.95s ease-in-out, left 0.95s ease-in-out,
        right 0.95s ease-in-out;
    -o-transition: visibility 0.95s ease-in-out, opacity 0.95s ease-in-out,
        bottom 0.95s ease-in-out, top 0.95s ease-in-out, left 0.95s ease-in-out,
        right 0.95s ease-in-out;
    transition: visibility 0.95s ease-in-out, opacity 0.95s ease-in-out,
        top 0.95s ease-in-out, bottom 0.95s ease-in-out, left 0.95s ease-in-out,
        right 0.95s ease-in-out;
}

.navbar-nav li {
    position: relative;
}

.navbar-nav span {
    font-size: 24px;
    position: absolute;
    right: 2px;
    top: 13px;
}

.fixed-menu .navbar-default {
    position: fixed;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #ffffff;
    z-index: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.fixed-menu .navbar-default {
    padding: 15px 30px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}

body.realestate_version .header_style_01 .navbar-right > li.search-option {
    position: relative;
}
body.realestate_version
    .header_style_01
    .navbar-right
    > li.search-option
    button.search {
    line-height: 43px;
    width: 45px;
    color: #fff;
    background: #b50000;
    border: none;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
}
body.realestate_version
    .header_style_01
    .navbar-right
    > li.search-option
    button.search:hover {
    background: #000000;
}
body.realestate_version
    .header_style_01
    .navbar-right
    > li.search-option
    form.dropdown-menu {
    position: absolute;
    height: 50px;
    width: 280px;
    padding: 5px;
    border-radius: 0;
    right: 0;
    left: auto;
    top: 100%;
    box-shadow: none;
    border: none;
    float: none;
    margin: 0;
    background: #fff;
    box-shadow: 0 0px 5px 2px rgba(0, 0, 0, 0.175);
}

body.realestate_version
    .header_style_01
    .navbar-right
    > li.search-option
    form
    input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: 1px solid #ececec;
    padding: 0 49px 0 10px;
}

body.realestate_version
    .header_style_01
    .navbar-right
    > li.search-option
    form
    button {
    display: block;
    width: 48px;
    color: #fff;
    background: #b50000;
    border: 1px solid #fff;
    border-left: none;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 4px;
    right: 5px;
    bottom: 4px;
    border-radius: 2px;
}
