

.typeheader-1 .telephone {
    float: right;
}
.typeheader-1 .telephone ul li {
    display: inline-block;
    position: relative;
    list-style: outside none none;
    padding-left: 18px;
    margin-left: 18px;
    padding-right: 0;
}
.typeheader-1 .telephone ul li a {
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
}
.typeheader-1 .telephone ul li a i {
    margin-right: 5px;
}
.typeheader-1 .signin-w {
    padding-left: 30px;
    float: right;
    color: #fff;
}
.typeheader-1 .signin-w ul li {
    display: flex;
    align-items: center;
}
.typeheader-1 .signin-w ul li a {
    color: #363f4d;
    text-decoration: none;
}
.typeheader-1 .signin-w ul li a:hover {
    color: #ff3c20;
}
.typeheader-1 .header-middle .middle-right {
    padding-top: 9px;
}
.typeheader-1 .telephone ul li:after {
    background-color: rgba(255, 255, 255, 0.4);
    content: "";
    height: 11px;
    position: absolute;
    left: 0;
    top: 5px;
    width: 1px;
}

/*seracg*/
#sosearchpro.so-search {
    width: 100%;
    padding: 0;
}
.typeheader-1 #sosearchpro .search {
    position: relative;
    margin: 0;
    width: 100%;
    border-radius: 3px;
}
.typeheader-1 #sosearchpro .search input {
    border: none;
    border-radius: 0px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #fff;
    z-index: 0;
    height: 40px;
    padding-left: 20px;
    font-size: 12px;
    width: 100%;
    background-color: #fff;
    color: #999;
    line-height: 20px;
    padding: 0 10px;
}
.typeheader-1 #sosearchpro .search .input-group-btn {
    width: 0;
    margin: 0;
}
.typeheader-1 #sosearchpro .search button {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0 35px;
    font-size: 14px;
    color: #fff;
    border-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border: 0;
}
.typeheader-1 #sosearchpro .search button:hover {
    background-color: #ec1e00;
}
.typeheader-1 .header-middle {
    clear: both;
    margin: 0px 0 7px 0px;
    height: 123px;
    background: #fff;
}
.typeheader-1 #sosearchpro .search button {
    background-color: #ff3c20;
}
#sosearchpro .button-search {
    border-color: #e5e5e5;
    height: 42px;
}
.typeheader-1 #sosearchpro .search button i {
    font-size: 12px;
    color: #fff;
}
.typeheader-1 .shopping_cart {
    float: right;
    position: relative;
}
.typeheader-1 .shopping_cart .btn-shopping-cart .top_cart {
    position: relative;
}
.typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .icon-c {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
    text-align: center;
    background-color: #ff3c20;
    line-height: 40px;
}
.typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .icon-c i {
    font-size: 18px;
    color: #fff;
}
.typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner {
    float: left;
    color: #fff;
    margin-left: 15px;
    margin-top: 13px;
}
.typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .text-shopping-cart {
    font-size: 14px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0;
    line-height: 100%;
    text-transform: uppercase;
    float: left;
    padding-right: 5px;
}
.typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart {
    font-size: 12px;
    float: left;
    line-height: 100%;
    font-weight: 700;
}
.typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    position: absolute;
    top: -6px;
    left: 27px;
    font-size: 12px;
    color: #232f3e;
    background-color: #fff;
}
.typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart2 {
    display: none;
}
.typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_carts, .typeheader-1 .signin-w ul li a:hover {
    color: #ff3c20;
}
#cart .dropdown-menu {
    margin-right: 15px;
    padding: 0;
}
.typeheader-1 .shopping_cart .dropdown-menu {
    top: 100%;
    right: -15px;
    left: auto;
    color: #666;
}
.btn-shopping-cart .dropdown-menu {
    min-width: 320px;
}
.shopping_cart .dropdown-menu .content-item {
    max-height: 245px;
    overflow: auto;
}
.dropdown-menu.shoppingcart-box .table {
    margin-bottom: 0;
}
.btn-shopping-cart .table > tbody > tr > td {
    border: none;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}
.size-img-cart {
    width: 80px;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-left: 5px;
}
.btn-shopping-cart .table > tbody > tr > td {
    border: none;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}
.btn-shopping-cart .table > tbody > tr > td {
    border: none;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}
.dropdown-menu.shoppingcart-box .table .btn-danger {
    background-color: transparent;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}
.btn-danger {
    background: #d9534f;
    border-radius: 5px;
}
.dropdown-menu.shoppingcart-box .table .btn-danger i {
    color: #666;
}
.shopping_cart .btn-shopping-cart .checkout {
    padding: 10px 20px;
}
.typeheader-1 .header-bottom {
    clear: both;
    padding-bottom: 8px;
}
.shopping_cart {
    cursor: pointer;
}
.button.inverse, .btn.inverse {
    background-color: #495057;
}
.button, .btn {
    padding: 5px 20px;
    background: #495057;
    color: #fff;
    border-radius: 3px;
    border: none;
    background: #ff3c20;
    border-color: #ff3c20;
}
.btn-shopping-cart .table > tbody > tr > td {
    font-size: 12px;
    padding: 4px;
}
.btn-shopping-cart .table > tbody > tr > td a {
    font-size: 12px;
    color: #333;
    text-decoration: none;
}
.button:hover, .btn:hover {
    background: #ff3c20;
    border-color: #ff3c20;
    color: #fff;
}
.btn-shopping-cart .dropdown-toggle::after {
    display: none;
}
.button:hover, .btn:hover {
    background: #495057;
    border-color: #495057;
}


.megamenu-style-dev {
    position: relative;
}
.no-gutter {
    padding: 0px;
}
.typeheader-1 .megamenu-style-dev .navbar-default {
    background: transparent;
}
.container-megamenu.vertical .megamenuToogle-wrapper {
    background-color: transparent;
}

.vertical .megamenuToogle-wrapper {
    z-index: 3;
}
.megamenuToogle-wrapper {
    position: relative;
    z-index: 20;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #000000;
}
.container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container {
    background-color: #ff3c20;
}
.container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
    padding: 0px 0px 0px 20px !important;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    display: block;
}
.container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container > div {
    float: left;
    padding-top: 11px;
    margin: 0px 9px 0 0;
}

.megamenuToogle-wrapper .container > div {
    float: left;
    width: 15px;
    margin: 5px 9px 0px 0px;
}
.container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container > div > span {
    box-shadow: none;
}

.megamenuToogle-wrapper .container > div span {
    display: block;
    width: 100%;
    height: 3px;
    margin-top: 2px;
    background: #fff;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 15%);
}
.typeheader-1 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container:after {
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 16px;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 0;
    font-weight: 400;
}
.common-home .typeheader-1 .container-megamenu.vertical .vertical-wrapper {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}
.container-megamenu.vertical .vertical-wrapper {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}
#remove-verticalmenu {
    padding: 10px;
    z-index: 10;
    cursor: pointer;
    display: none;
    text-align: right;
}
.container-megamenu.vertical .vertical-wrapper .megamenu-pattern {
    position: relative;
    z-index: 1;
}
.megamenu-style-dev .vertical ul.megamenu {
    position: absolute;
    width: 100%;
    background: #222;
    z-index: 99;
}

.vertical ul.megamenu > li {
    display: block;
    float: none !important;
    width: auto;
    background: none;
    border-top: 1px solid #e6e6e6;
    position: relative;
    margin: 0px -1px;
}
ul.megamenu > li .close-menu {
    display: none;
}
.megamenu-style-dev .vertical ul.megamenu > li > a {
    font-size: 11px;
}
.vertical ul.megamenu > li > a {
    color: #556270;
    text-shadow: none;
    background: none !important;
    height: auto !important;
    margin: 0px 1px;
}
ul.megamenu > li:first-child > a {
    border-radius: 2px 0px 0px 2px;
    -moz-border-radius: 2px 0px 0px 2px;
    -webkit-border-radius: 2px 0px 0px 2px;
}
.sub-menu {
    z-index: 998;
}

.sub-menu {
    left: 100%;
    padding-top: 0px;
    top: 0;
}
.sub-menu {
    position: absolute;
    z-index: 9999;
    display: none;
}
.sub-menu .content {
    padding: 0;
}
.container-megamenu.vertical .vertical-wrapper ul.megamenu > li > .sub-menu .content {
    padding: 30px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
}
.sub-menu .content {
    box-shadow: 0 0px 10px 0px rgb(0 0 0 / 20%);
    padding: 30px;
}
.sub-menu > .content {
}
.with-sub-menu .sub-menu {
    display: none;
}
.with-sub-menu.open .sub-menu {
    display: block;
}
.sub-menu .content {
    padding: 20px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 25px rgb(0 0 0 / 15%);
    box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
}
.sub-menu .content > .row {
    padding-top: 5px;
}

.sub-menu .content > .row:first-child {
    padding: 0px;
}
.container-megamenu.vertical ul.megamenu > li > a strong {
    font-weight: 400;
}
header .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a i.fa {
    width: 30px;
    padding: 0;
    text-align: center;
    font-size: 14px;
}
.common-home .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.with-sub-menu > a > b.fa {
    margin-top: 3px;
}
.megamenu .fa {
    padding-right: 12px;
    padding-left: 5px;
    font-size: 15px;
}
.fa-angle-right {
    margin-right: 0px;
    float: right;
}

@media (min-width: 1200px) {
    .full_other_pages .container {
        max-width: 1650px;
        padding: 0;
        width: 93%;
    }
}
@media (min-width: 992px) {
    .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.active, .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:hover {
        box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.active > a, .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:hover > a {
        color: #ff3c20;
    }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a {
        color: #666;
        display: block;
        font-size: 14px;
        font-weight: 400;
        padding: 9px 0;
        line-height: 22px;
        position: relative;
        text-transform: capitalize;
        background: none;
        height: auto;
        text-decoration: none;
    }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu {
        box-shadow: 0 0 6px 0 rgb(0 0 0 / 15%);
        background-color: #fff;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }
    .container-megamenu.vertical .vertical-wrapper ul.megamenu > li {
        cursor: pointer;
        padding: 0 15px 0 15px;
        border: none;
        margin: 0;
        position: relative;
    }
    .typeheader-1 .container-megamenu.vertical .vertical-wrapper {
        visibility: hidden;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -webkit-transition: all 0.2s ease-in-out 0s;
        position: absolute;
        width: 100%;
        top: 60px;
    }
    .common-home .typeheader-1 .container-megamenu.vertical {
        position: relative;
    }
    .common-home .typeheader-1 .container-megamenu.vertical #menuHeading {
        margin: 0;
    }
    .common-home .typeheader-1 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern {
        position: relative;
    }
    .common-home .typeheader-1 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern:before {
        background-image: url(../images/icon-tit.png);
        bottom: -26px;
        content: "";
        height: 32px;
        left: 4px;
        position: absolute;
        width: 5px;
        z-index: 99;
    }
    .common-home .typeheader-1 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern:after {
        background-image: url(../images/icon-tit.png);
        bottom: -26px;
        content: "";
        height: 32px;
        right: 22px;
        position: absolute;
        width: 5px;
        z-index: 99;
    }
}
@media (min-width: 1200px) {
    .full_other_pages.layout-1 .container {
        max-width: 1650px;
        padding: 0;
        width: 93%;
    }
}
@media (min-width: 1199px) {
    .btn-shopping-cart .dropdown-menu {
        display: none;
    }
    .btn-shopping-cart.open .dropdown-menu {
        display: block;
    }
}
@media (min-width: 1366px) and (max-width: 1649px) {
    .typeheader-1 .main-menu {
        width: 83.3333%;
    }
    .typeheader-1 .container-megamenu.vertical .vertical-wrapper {
        margin-bottom: 30px;
    }
    .typeheader-1 .main-menu {
        width: 83.3333%;
    }
    .typeheader-1 .middle-right {
        position: absolute;
        right: 30px;
    }
    .typeheader-1 .telephone ul li:first-child {
        display: none;
    }
    .typeheader-1 .bottom3 {
        width: 30%;
    }
    .typeheader-1 .bottom2 {
        width: 49%;
    }
    .typeheader-1 .bottom1 {
        width: 21%;
    }
}
@media (min-width: 991px) and (-webkit-min-device-pixel-ratio: 0) {
    .typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .icon-c {
        padding-top: 3px;
    }
}
@media (max-width: 1024px) {
    header .open > .dropdown-menu {
        margin-top: 0;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
    }
}
.mobile-reg {
    display: none;
}
.menu-one i {
    margin-right: 5px;
}
@media screen and (max-width:767px) {
    .welcome-msg, .telephone, .search-header-w, .responsive.megamenu-style-dev, .items_cart2, .items_carts, .text-shopping-cart, .middle-right, .menu-container {
        display: none;
    }
    .btn-shopping-cart .dropdown-menu {
        min-width: 300px;
    }
    .typeheader-1 .shopping_cart .dropdown-menu {
        right: -20px;
    }
    .btn-shopping-cart.open .dropdown-menu {
        display: block;
    }
    .logo {
        text-align: center;
    }
    .mobile-reg {
        display: block;
    }
    #wrap {
        display: none;
    }
}
.sub-menu-box h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.sub-menu-box {
    padding: 20px;
}
.sub-menu-box li {
    padding: 0px 0;
}
.sub-menu-box a {
    text-decoration: none;
    color: #333;
}
.category-menu {
    position: absolute;
    width: 100%;
    visibility: hidden;
    margin: 20px 0 0 0;
    background: #fff;
    border-radius: 3px;
    z-index: 2;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 15%);
}
.over-scrolll i {
    margin-right: 5px;
}
.over-scrolll {
    max-height: 393px;
    overflow: auto;
}
.over-scrolll::-webkit-scrollbar {
    width: 5px;
}
.over-scrolll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.over-scrolll::-webkit-scrollbar-thumb {
    background: rgb(226, 225, 225);
}
.menushow {
    visibility: visible;
}
#cartModal .product-quick-view .btn-close {
    top: 5px;
}
#cartModal .product-quick-view {
    padding-top: 35px;
}
.category-menu a {
    font-size:13px;
    display: block;
    padding:10px 15px;
    color:#666;
    text-decoration: none;
}
.category-menu a:hover {
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
}
.category-menu a span {
    float: right;
    display: inline;
    color:#fff;

}

.category-menu a:hover span {
    color:#fff;
}

.submenu {
    position: absolute;
    visibility: hidden;
}

#button a {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 3px;
    color:#fff;
    display: block;
    background: #ff3c20;
    text-decoration: none;

}
.arrow {
    position:absolute;
    margin:-12px 0 0 0px;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 10px solid #fff;
}
.sub-menu .menu {
    width: 200px;
}
.sidebar-toggle {
    margin-left: -240px;
}
.nano-content {
    height: 700px;
    overflow: auto;
}
.sidebar {
    width: 240px;
    height: 100vh;
    background: #293949;
    position: fixed;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 100;
    left: 0;
    top: 0;
}
.sidebar #leftside-navigation ul,
.sidebar #leftside-navigation ul ul {
    margin: -2px 0 0;
    padding: 0;
}
.sidebar #leftside-navigation ul li {
    list-style-type: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.sidebar #leftside-navigation ul li.active > a {
    color: #1abc9c;
}
.sidebar #leftside-navigation ul li.active ul {
    display: block;
}
.sidebar #leftside-navigation ul li a {
    color: #aeb2b7;
    text-decoration: none;
    display: block;
    padding: 18px 0 18px 25px;
    font-size: 12px;
    outline: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.sidebar #leftside-navigation ul li a:hover {
    color: #1abc9c;
}
.sidebar #leftside-navigation ul li a span {
    display: inline-block;
}
.sidebar #leftside-navigation ul li a i {
    width: 20px;
}
.sidebar #leftside-navigation ul li a i .fa-angle-left,
.sidebar #leftside-navigation ul li a i .fa-angle-right {
    padding-top: 3px;
}
.sidebar #leftside-navigation ul ul {
    display: none;
}
.sidebar #leftside-navigation ul ul li {
    background: #23313f;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    border-bottom: none;
}
.sidebar #leftside-navigation ul ul li a {
    font-size: 12px;
    padding-top: 13px;
    padding-bottom: 13px;
    color: #aeb2b7;
}
.mobile-menu {
    display: none;
}
.bar-menu.current .sidebar {
    width: 240px;
}

.bar-menu .sidebar {
    width: 0;
    overflow: hidden;
}
.grid-sec {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.close-span i {
    color: #fff;
    cursor: pointer;
    font-size: 21px;
}

.close-span {
    text-align: right;
    padding-right: 10px;
    padding-top: 10px;
}
.bar-menu a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
.banners1 .b-img {
    margin-bottom: 30px;
}
.banners > div a {
    display: block;
    position: relative;
    overflow: hidden;
}
.banners > div a:hover:before {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}
.banners > div a:before {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    width: 0;
    top: 0;
    left: 50%;
    content: "";
    transition: all 0.3s ease-in-out 0s;
}
.banner-image .owl-dots {
    position: absolute;
    top: 94%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner-image .owl-nav {
    display: none;
}
.banner-image .owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.banner-image .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff3c20;
}
.item .image {
    position: relative;
    overflow: hidden;
    margin: 0;
}
.image .label-product-sale {
    background-color: #ff3c20;
    right: 20px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 12px;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    width: 40px;
    line-height: 40px;
    position: absolute;
    top: 20px;
    text-transform: uppercase;
    z-index: 9;
    padding: 0;
    margin-bottom: 5px;
}
.item .image .button-group {
    padding: 0;
    position: absolute;
    z-index: 99;
    left: 10px;
    bottom: 35px;
}
.item .image .button-group .btn-button {
    border: none;
    display: block;
    margin-top: 5px;
    padding: 0;
    background-color: #666666;
    border-radius: 3px;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    transform: all 0.3s ease 0s;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(-50px, 0px);
    -moz-transform: translate(-50px, 0px);
    -ms-transform: translate(-50px, 0px);
    -o-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px);
}
.item .image .button-group .btn-button.addToCart {
    transition-delay: 0.1s;
}
.item:hover .product-thumb .image .button-group .btn-button {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}
.item:hover .product-thumb .image .button-group .btn-button {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}
.item .image .button-group .btn-button:hover i {
    color: #fff;
}
.item .image .button-group .btn-button i {
    font-size: 12px;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    left: 0px;
}
.item .image .button-group .btn-button:hover span {
    opacity: 1;
    padding: 0 10px 0 28px;
}
.item .image .button-group .btn-button span {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    height: auto;
    opacity: 0;
    position: static;
    transition: all 0.3s ease 0s;
    width: auto;
}
.item .image .button-group .btn-button:hover {
    background-color: #ff3c20;
    width: auto;
}
.product-thumb .caption {
    position: relative;
}
.item .caption h4 {
    margin-top: 5px;
    margin-bottom: 10px;
}
.item .caption h4 a {
    color: #222;
    font-size: 18px;
    text-transform: capitalize;
    text-decoration: none;
}
.item .caption .price {
    margin-top: 8px;
}
.price {
    margin: 0 0 10px 0;
    line-height: 24px;
    color: #363f4d;
    font-size: 16px;
    font-weight: 600;
}
.item .caption .price .price-new {
    font-size: 20px;
   
}
.price .price-old {
    line-height: 20px;
    padding: 0 5px;
    display: inline-block;
    text-decoration: line-through;
    color: #999;
    font-size: 16px;
    font-weight: normal;
}
.price .price-old {
    padding: 0;
}
.item .item-time-w {
    clear: both;
    margin-top: 15px;
}
.item .caption .item-available .a1 {
    text-align: left;
}
.item .caption .item-available p {
    color: #222;
    margin-bottom: 0;
}
.item .caption .item-available .a1 b {
    color: #ff3c20;
}
.item-available .a2 {
    text-align: right;
}
.item .caption .available {
    background-color: #eee;
    height: 13px;
    width: 100%;
    display: inline-block;
    border-radius: 7px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.item .caption .available .color_width {
    background: #ff3c20;
    position: absolute;
    height: 100%;
    left: 0;
    border-radius: 7px;
}
.item .item-time-w {
    clear: both;
    margin-top: 15px;
}
.product-thumb .caption .item-time {
    margin: 10px -15px;
}
.product-thumb .caption .item-time {
    display: block;
    overflow: hidden;
}
.item .item-timer {
    background-color: transparent;
}
.item .item-timer .time-item {
    background-color: transparent;
    line-height: 100%;
    float: left;
    text-align: center;
    width: auto;
    margin-left: 10px;
}
.item .item-timer .time-item .num-time {
    border: none;
    font-size: 14px;
    color: #222;
    font-weight: 700;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #eee;
    border-radius: 100%;
}
.item .item-timer .time-item .name-time {
    color: #666;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 3px;
}
.item .item-timer .time-item.time-sec .num-time:after {
    display: none;
}
.daily-deals-sec .owl-dots {
    display: none;
}
.daily-deals-sec .modtitle {
    border-bottom: 2px solid #eeeeee;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.daily-deals-sec .modtitle span {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    float: left;
    text-transform: uppercase;
    margin-bottom: 0px;
    background-color: #232f3e;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 11px 20px;
    position: relative;
    bottom: -2px;
}
.daily-deals-sec .owl-theme .owl-nav .owl-prev {
    background-color: transparent;
    border: 2px solid #e9e9e9;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    opacity: 1;
    z-index: 99;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    top: 46%;
    position: absolute;
}
.daily-deals-sec .owl-theme .owl-nav .owl-next {
    background-color: transparent;
    border: 2px solid #e9e9e9;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    opacity: 1;
    z-index: 99;
    font-size: 14px;
    font-weight: 400;
    right: 0;
    top: 46%;
    position: absolute;
}
.daily-deals-sec .owl-theme .owl-nav span {
    font-size: 18px;
    line-height: 1;
}
.daily-deals-sec .owl-theme .owl-nav [class*=owl-]:hover {
    color: #333;
}
.top-20 {
    margin-top: 20px;
}

.tabs input[type=radio] {
    display: none;
}
.tabs label {
    transition: background 0.4s ease-in-out, height 0.2s linear;
    display: inline-block;
    cursor: pointer;
    color: #333;
    width: 20%;
    height: 3em;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #FCFCFC;
    text-align: center;
    line-height: 3em;
}
.tabs label:last-of-type {
    border-bottom: none;
}
@media screen and (max-width: 1600px) {
    .tabs label {
        width: 15%;
    }
}
@media screen and (max-width: 900px) {
    .tabs label {
        width: 20%;
    }
}
@media screen and (max-width: 600px) {
    .tabs label {
        width: 100%;
        display: block;
        border-radius: 0;
    }
}
@media screen and (max-width: 600px) {
    .tabs {
        margin: 0;
    }
}

#tab1:checked + label, #tab2:checked + label, #tab3:checked + label, #tab4:checked + label {
    background: #ff3c20;
    color: #FFFFFF;
}

.tab-content {
    position: absolute;
    top: -9999px;
    padding: 10px 0;
}

.tab-content-wrapper{
    background: #FCFCFC;
    border-top: #eee 1px solid;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;

}
@media screen and (max-width: 600px) {
    .tab-content-wrapper, .tab1-content-wrapper {
        border: none;
        border-radius: 0;
    }
}

#tab1:checked ~ .tab-content-wrapper #tab-content-1, #tab2:checked ~ .tab-content-wrapper #tab-content-2, #tab3:checked ~ .tab-content-wrapper #tab-content-3, #tab4:checked ~ .tab-content-wrapper #tab-content-4 {
    position: relative;
    top: 0px;
}
.items-inner .ltabs-item .item-inner {
    margin: 0 15px 30px 15px;
}
.product-layout {
    transition: all 0.5s ease 0s;
    display: block;
}
.product-layout .product-item-container {
    margin-bottom: 30px;
}
.product-grid .product-item-container {
    
    margin: 0 15px 15px 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
       border: solid 1px #f2f1ee;
       background: #f7f7f7;
}
.product-grid .product-item-container .left-block {
    position: relative;
}
.product-item-container .left-block {
    position: relative;
    overflow: hidden;
}
.product-grid .product-item-container .left-block .product-image-container {
    text-align: center;
}
.product-item-container .second_img {
    position: relative;
    display: block;
}
/*.product-grid .product-item-container .left-block .product-image-container a {
    display: inline-block;
}*/
.product-grid .product-item-container .left-block img {
    width: 100%;
}
.product-item-container .second_img .img-1 {
    opacity: 1;
    position: relative;
    transition: all 0.5s ease-in-out;
}
.product-item-container .second_img .img-2{
    position: absolute;
    z-index: 0;
    top: 0;
    opacity: 0;
    display: block;
    transition: all 0.5s ease-in-out;
    left: 50%;
    transform: translateX(-50%);
}
.product-item-container:hover .second_img .img-1 {
    opacity: 0;
    transform-style: inherit;
    transition: all 0.5s ease-in-out;
}
.product-item-container:hover .second_img .img-2 {
    opacity: 1;
    transform-style: inherit;
    transition: all 0.5s ease-in-out;
}
.product-grid .product-item-container .left-block .cartinfo--left {
    left: 10px;
    transform: translateY(50%);
    bottom: 50%;
}
.product-grid .product-item-container .left-block .button-group {
    padding: 0;
    position: absolute;
    z-index: 1;
}
.product-grid .product-item-container:hover .left-block .button-group .btn-button {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}
.product-grid .product-item-container .left-block .button-group .btn-button.addToCart {
    transition-delay: 0.1s;
}
.product-grid .product-item-container .left-block .button-group .btn-button {
    border: none;
    display: block;
    margin-top: 5px;
    padding: 0;
    background-color: #666666;
    border-radius: 3px;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    transform: all 0.3s ease 0s;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
}
.product-grid .product-item-container .left-block .cartinfo--left .btn-button .fa {
    left: 0px;
}
.product-grid .product-item-container .left-block .button-group .btn-button .fa {
    font-size: 12px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    position: absolute;
    top: 0;
}
.product-grid .product-item-container .left-block .button-group .btn-button span {
    color: #fff;
    display: inherit;
    font-size: 12px;
    font-weight: 300;
    height: auto;
    visibility: hidden;
    position: static;
    transition: all 0.15s ease-in-out 0s;
    white-space: nowrap;
}
.product-grid .product-item-container:hover .left-block .button-group .btn-button {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}
.product-grid .product-item-container .left-block .button-group .btn-button:hover {
    background-color: #4380db;
    width: auto;
    transition: all 0.15s ease-in-out 0s;
}
.product-grid .product-item-container .left-block .cartinfo--left .btn-button .fa {
    left: 0px;
}
.product-grid .product-item-container .left-block .button-group .btn-button:hover span {
    visibility: visible;
    padding: 0 10px;
    text-indent: 20px;
    transform: translateX(0);
}
.product-grid .product-item-container .right-block {
    clear: both;
    padding: 12px 12px 20px 12px;
    text-align: center;
    position: relative;
    
}
.product-grid .product-item-container .right-block h4 {
    margin: 0;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}
.product-grid .product-item-container .right-block h4 a {
    font-size: 20px;
    color: #222;
}
.rating, .ratings {
    font-size: 0;
}
span.fa-stack {
    width: 14px;
    height: 11px;
    line-height: 10px;
    font-size: 12px;
}
.fa-stack .fa-stack-2x {
    font-size: 11px;
}
.product-grid .product-item-container .right-block .price {
    margin-bottom: 0;
}
.item .item-inner {
    display: inline-block;
    width: 100%;
    transition: all 0.5s ease 0s;
}
.item .item-inner .item-image {
    width: 80px;
    float: left;
    position: relative;
}
.item-image .item-img-info {
    overflow: hidden;
    position: relative;
}
.item .item-inner .item-info {
    margin-top: 0px;
    margin-left: 95px;
}
.item .item-inner .item-info .item-title {
    line-height: 100%;
    margin-bottom: 7px;
    padding: 0;
}
.item .item-inner .item-info .item-title a {
    font-size: 14px;
    color: #222;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 18px;
    text-decoration: none;
    margin-bottom: 10px;
}
.item .item-inner .item-info .item-title a:hover {
    color: #ff3c20;
}
.content_price.price {
    margin-top: 10px;
}
.module h3.modtitle {
    border-bottom: 2px solid #eeeeee;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 0;
    margin-bottom: 7px;
}
.module h3.modtitle {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.module h3.modtitle span {
    font-size: 16px;
    color: #222;
    font-weight: 700;
    float: left;
    text-transform: uppercase;
    margin-bottom: 5px;
    background-color: transparent;
    padding: 0;
    padding-bottom: 5px;
    bottom: 0;
}
.footer {
    padding: 60px 0 60px;
    background-color: #000;
    position: relative;
}
.menu-head-footer li a:hover {
    color: #ff3c20;
}

.menu-head-footer li a {
    color: aliceblue;
    text-decoration: none;
}
.menu-head-footer li {
    margin-bottom: 15px;
}
.menu-head-footer h3 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.menu-head-footer .fa {
    margin-right: 10px;
    font-size: 17px;
    border-radius: 4px;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #333;
}
li.mobile {
    color: #fff;
}
.copy-right {
    padding: 10px 10px;
    text-align: center;
    background-color: #000;
}
.copy-right p {
    color: #fff;
}
.modcontent .owl-dots {
    display: none;
}
.product-simple .owl-theme .owl-nav {
    position: absolute;
    top: -66px;
    right: 0px;
}
.product-simple .owl-theme .owl-nav .owl-prev {
    background-color: transparent;
    border: 2px solid #e9e9e9;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    opacity: 1;
    z-index: 99;
    font-size: 14px;
    font-weight: 400;
}
.product-simple .owl-theme .owl-nav .owl-next {
    background-color: transparent;
    border: 2px solid #e9e9e9;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    opacity: 1;
    z-index: 99;
    font-size: 14px;
    font-weight: 400;
}
.product-simple .owl-theme .owl-nav span {
    font-size: 18px;
    line-height: 1;
}
.product-simple .owl-theme .owl-nav [class*=owl-]:hover {
    color: #333;
}
.logo img {
    width: 150px;
}
.menu-one img {
    width: 20px;
}
.most-view-sec .item .item-inner {
    padding: 10px 0;
    margin: 0;
   
    border-radius: 3px;
    overflow: hidden;
}
.most-view-sec .item .item-inner:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.most-view-sec .item .item-inner {
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: 100%;
}
.most-view-sec .item .item-inner .item-image {
    width: 130px;
    float: left;
}
.most-view-sec .item-image .item-img-info {
    overflow: hidden;
    position: relative;
}
.most-view-sec .item .item-inner .item-info {
    margin-top: 40px;
    margin-left: 150px;
}
.most-view-sec .item-inner .item-info .item-title {
    line-height: 100%;
    margin-bottom: 7px;
    padding: 0;
}
.most-view-sec .item-inner .item-info .item-title a {
    font-size: 14px;
    color: #222;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 18px;
}
.most-view-sec .item .item-inner .item-info .price {
    margin-bottom: 3px;
}
.most-view-sec .item .item-inner .item-info .price {
    margin-bottom: 3px;
}
.most-view-sec  {
    padding-bottom: 50px;
}

.gallery{
    width: 100%;
    overflow: hidden;
}


.list-img{
    display: flex;
    overflow: hidden;
    width: 100%;
    padding-top: 20px;
}
.list-img img{
    width: 200px;
    height: 100px;
    padding-right: 20px;
    cursor: pointer;

}
.main-img{
    display: flex;
    position: relative;

    width: 100%;

}
.main-img img{
    width: 100%;

}
.col-main{
    position: relative;
    width: 100%;
}
.main-img .item-img{
    min-width: 100%;
}


img.item-list{
    opacity: 0.3;
}
.item-list.active{
    opacity: 1;
}
.nutslide{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}


span.next{
    right: 15px;
    position: absolute;
    font-size: 17px;
    color: #fff;
    width: 35px;
    height: 35px;
    background: #373737;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.prev {
    left: 15px;
    position: absolute;
    font-size: 17px;
    color: #fff;
    width: 35px;
    height: 35px;
    background: #373737;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main{
    position: relative;
    width: 100%;
}
.product-quick-view .img-thumbnail{
    display: flex;
    position: relative;
    border: 0;

    width: 100%;
}
.product-quick-view .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
}
.product-quick-view {
    padding: 20px;
    position: relative;
}
.content-product-right .title-product h1 {
    margin-bottom: 10px;
}
.content-product-right .title-product h1 {
    font-size: 22px;
    text-transform: capitalize;
    color: #222;
    font-weight: 500;
}
.content-product-right .box-review {
    font-size: 12px;
    color: #999;
    display: flex;
    align-items: center;
}
.content-product-right .box-review .rating {
    display: inline-block;
}
.content-product-right .rating .rating-box, .content-product-right .ratings .rating-box {
    vertical-align: top;
    line-height: 18px;
}
.content-product-right .box-review a {
    color: #666;
    display: inline-block;
    text-decoration: none;
}
.content-product-right .box-review .order-num {
    color: #f50;
    font-weight: 600;
    padding: 0 10px;
    font-size: 14px;
}
.product_page_price {
    margin-bottom: 10px;
    margin-top: 10px;
}
.product_page_price .price-new {
    font-size: 28px;
}
.rating span.fa-stack .fa-star.fa-stack-1x, .ratings span.fa-stack .fa-star.fa-stack-1x {
    z-index: 1;
}
.content-product-right .product-box-desc {
    padding: 10px;
    border: 1px dotted #ddd;
    margin: 0;
    font-style: italic;
    color: #999;
    font-size: 12px;
}
.content-product-right .product-box-desc {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.content-product-right .product-box-desc span {
    display: inline-block;
    min-width: 120px;
}
.content-product-right .product-box-desc span {
    font-weight: normal;
    min-width: 100px;
}

.content-product-right .product-box-desc .brand a {
    color: #666;
}

.product_page_price .label-product {
    position: static;
    display: inline-block;
    border-radius: 2px;
    height: auto;
    padding: 0 10px;
    width: auto;
    line-height: 22px;
    vertical-align: top;
}
.label-sale {
    background-color: #ff3c20;
    right: 20px;
}
.label-new, .label-sale {
    text-align: center;
    background-color: #ff3c20;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    width: 40px;
    line-height: 40px;
    position: absolute;
    top: 20px;
    text-transform: uppercase;
    z-index: 2;
    padding: 0;
    margin-bottom: 5px;
}
#product {
    margin-top: 30px;
}
.content-product-right .box-info-product {
    float: left;
    width: 100%;
    margin: 0;
}
.content-product-right .box-info-product .quantity {
    margin-bottom: 25px;
}
.content-product-right .box-info-product .quantity .control-label {
    min-width: 120px;
}
#product .control-label {
    font-weight: 400;
}
.content-product-right .box-info-product .quantity .quantity-control {
    position: relative;
    border: 1px solid #d6d6d6;
    border-radius: 0px;
    width: auto;
    display: table;
}
.content-product-right .box-info-product .quantity .quantity-control span {
    width: 33px;
    height: 32px;
    border: none;
    color: #999;
    float: left;
    line-height: 32px;
    padding: 0;
    background-color: #f9f9f9;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-product-right .box-info-product .quantity .quantity-control input.form-control {
    float: left;
    width: 40px;
    height: 32px;
    line-height: 32px;
    padding: 0;
    text-align: center;
    font-size: 16px;
    background-color: #fff;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}
.content-product-right .box-info-product .cart {
    margin: 0 0 10px;
}
.content-product-right .box-info-product .cart .btn {
    background-color: #ff3c20;
    border-radius: 3px;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 12px;
    text-transform: uppercase;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
    max-width: 200px;
    width: 190px;
}
.content-product-right .box-info-product .cart .btn.btn-checkout {
    margin: 0 15px;
    background-color: #b1cc0e;
}
.content-product-right .box-info-product .cart .btn.btn-checkout:hover {
    background-color: #889c0b;
}
.content-product-right .box-info-product .cart .btn:hover {
    background-color: #ec1e00;
}

.tabs-sec .tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 42px;
    border-bottom: 1px solid #333;
    width: 100%;
}

.tabs-sec .tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 0px 21px;
    height: 42px;
    line-height: 42px;
    color: #333;
    overflow: hidden;
    position: relative;
}
.tabs-sec .tabs li.active {
    background-color: #ff3c20;
    color: #fff;
    display: block;
}

.tabs-sec .tab_container {
    border-top: none;
    clear: both;
    width: 100%;
    background: #fff;
    overflow: auto;
}

.tabs-sec .tab_content {
    padding: 20px;
    display: none;
}

.tabs-sec .tab_drawer_heading {
    display: none;
}
.product-property-title {
    font-size: 16px;
    color: #222;
    text-transform: capitalize;
}
.form-group {
    margin-bottom: 15px;
}
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    font-weight: 700;
}
.form-control
{
    border-radius: 3px;
    background-color: #eee;
    border: none;
    color: #3d3d3d;
    padding: 9px;
    font-size: 12px;
    font-size: 1.2rem;
    box-shadow: none !important;
    transition: all 0.3s ease;
}
ul.breadcrumb {
    margin: 23px 0;
    background-color: transparent;
    padding: 0;
    display: inline-block;
    width: 100%;
    line-height: 100%;
}
ul.breadcrumb li {
    display: inline-block;
    padding: 0 17px 0 8px;
    margin-right: 7px;
    position: relative;
}
ul.breadcrumb li a {
    display: block;
    padding: 0;
    color: #999;
    text-decoration: none !important;
    font-size: 14px;
}
ul.breadcrumb li:not(:last-child):after {
    font-family: 'FontAwesome';
    content: '\f105';
    font-size: 13px;
    top: 0px;
    right: 0;
    position: absolute;
}
ul.breadcrumb li:last-child {
    padding: 5px 0px;
}
ul.breadcrumb li:last-child a {
    color: #363f4d;
}
.so-onepagecheckout {
    overflow: hidden;
}
.so-onepagecheckout .col-left .login-box {
    background: #fff;
    padding: 0;
    margin-bottom: 18px;
    overflow: hidden;
}
.so-onepagecheckout .secondary-title {
    background-color: #f1f1f1;
    font-weight: bold;
    font-size: 14px;
    font-style: normal;
    color: #000;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    border-radius: 5px 5px 0 0;
}
#content .so-onepagecheckout .secondary-title i.fa {
    margin-right: 10px;
    margin-left: auto;
    background-color: #bc9b5b;
}
.so-onepagecheckout .secondary-title i.fa {
    background-color: #229ac8;
    color: #fff;
    width: 45px;
    height: 45px;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
    border-radius: 5px 0 0;
    margin-right: 10px;
}
.so-onepagecheckout .box-inner {
    border: 1px solid #f1f1f1;
    border-top: 0px;
    border-radius: 0 0 5px 5px;
    padding: 20px;
    width: 100%;
}
.so-onepagecheckout .col-left .login-box .radio {
    padding: 0;
    width: 33%;
    cursor: pointer;
}
.so-onepagecheckout .radio {
    margin-top: 0;
    margin-bottom: 0px;
}
.so-onepagecheckout .col-left .checkout-content label {
    display: block;
    width: 100%;
    margin-bottom: 3px;
    text-align: left;
}
.so-onepagecheckout .col-left .checkout-content input {
    margin-right: 10px;
}
.form-control:focus {
    border: 1px solid #d6d6d6;
}
.so-onepagecheckout .box-inner {
    border: 1px solid #f1f1f1;
    border-top: 0px;
    border-radius: 0 0 5px 5px;
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
}
.so-onepagecheckout fieldset > div {
    clear: both;
    margin-bottom: 18px;
    overflow: hidden;
}
.so-onepagecheckout .checkout-login .form-group, .so-onepagecheckout .checkout-register .form-group {
    margin-bottom: 8px;
}
.so-onepagecheckout .checkout-login .form-group, .so-onepagecheckout .checkout-register .form-group {
    position: relative;
    overflow: visible !important;
    display: table;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}

.tabs-sec {
    position: relative;
    padding-bottom: 60px;
    padding-top: 60px;
}
.form-control {
    border-radius: 3px;
    background-color: #eee;
    border: none;
    color: #3d3d3d;
    padding: 9px;
    font-size: 12px;
    box-shadow: none !important;
    transition: all 0.3s ease;
}
input[type="radio"] {
    margin-right: 10px;
}
.ship-payment {
    margin-bottom: 20px;
}
.so-onepagecheckout .checkout-product {
    border: 0px;
}
.so-onepagecheckout .checkout-product table {
    width: 100%;
    border-spacing: 0;
    border: 0px;
}
.table thead > tr > th {
    background: #eee;
}
.so-onepagecheckout .checkout-product table tfoot {
    border-top: 1px solid #f1f1f1;
    margin-top: 10px;
}
.so-onepagecheckout .checkout-product table tfoot td {
    padding: 15px 0 0;
    text-transform: uppercase;
    font-weight: bold;
}
.so-onepagecheckout .checkout-product .table-bordered>:not(caption)>* {
    border-width: 0;
}
.so-onepagecheckout .checkout-product .table-bordered>:not(caption)>*>* {
    border-width: 0;
}
.so-onepagecheckout .confirm-order {
    margin-top: 12px;
    padding-top: 12px;
    text-align: left;
    padding-bottom: 30px;
}
.so-onepagecheckout .confirm-order button {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;

}
.so-onepagecheckout .checkout-cart td {
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
}
.so-onepagecheckout .checkout-cart td.quantity .input-group {
    min-width: 95px;
}

.so-onepagecheckout .checkout-cart td.quantity .input-group {
    display: inline-block;
    width: auto;
}
.so-onepagecheckout .input-group {
    display: table;
    position: relative;
}
.so-onepagecheckout .checkout-cart td.quantity .input-group input {
    top: 0;
}
.so-onepagecheckout .checkout-cart td.quantity .input-group input {
    position: relative;
    top: 3px;
}
.so-onepagecheckout .checkout-cart td.quantity input[type='text'] {
    margin-right: 4px;
    border-radius: 2px;
}
.so-onepagecheckout .input-group .form-control {
    float: left;
    display: table-cell;
}
.so-onepagecheckout .checkout-cart .input-group-btn {
    display: inline-block;
}

.so-onepagecheckout .input-group-btn {
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
}
.quantity input[type='text'] {
    width: 40px;
    text-align: center;
}
.quantity input[type='text'] {
    min-height: 35px;
}
.so-onepagecheckout .checkout-product .price, .so-onepagecheckout .checkout-product .total {
    text-align: right;
}
.table-responsive .table tbody td.text-left a {
    font-weight: bold;
    color: #666;
}
.product-thumbs .swiper-slide img {
    border:2px solid transparent;
    object-fit: cover;
    cursor: pointer;
}
.product-thumbs .swiper-slide-active img {
    border-color: #bc4f38;
}
.product-slider .swiper-button-next:after,
.product-slider .swiper-button-prev:after {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.product-left  .owl-nav {
    display: none;
}
.payment-sec {
    padding-top: 10px;
    padding-bottom: 0;
}
.cart-sec img {
    width: 100%;
}
.checkout-sec {
    padding-top: 40px;
    padding-bottom: 40px;
}
label.name {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}
.modal-dialog.modal-dialog-centered.madal-popup {
    max-width: 950px;
}
span.fa-stack .fa-star.fa-stack-2x:before {
    content: "\f005";
    color: #fec42d;
}
.rating span.fa-stack .fa-star-o:before, .ratings span.fa-stack .fa-star-o:before {
    content: "\f005";
    color: #bbb;
}
span.fa-stack .fa-star.fa-stack-2x {
    position: relative;
    z-index: 1;
}
.zoom {
    display: inline-block;
}
.zoom img {
    cursor: zoom-in;
}
.text-right {
    text-align: right;
}
.Categories-sec {
    position: relative;
    padding: 0 0 50px;
}
.account-login .well, .affiliate-login .well {
    min-height: 360px;
    background: #fff;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
.btn-primary {
    background: #999;
    text-transform: uppercase;
}
#so_sociallogin .btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
}
#so_sociallogin .btn-twitter {
    color: #fff;
    background-color: #55acee;
}
#so_sociallogin .btn-google-plus {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0,0,0,0.2);
}
#so_sociallogin .btn-linkdin {
    color: #fff;
    background-color: #0e76a8;
    border-color: rgba(0,0,0,0.2);
}
a.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
a {
    color: #363f4d;
   
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.alert-danger {
    background-color: #F44336;
}
.alert {
    clear: both;
    position: relative;
    padding: 18px 40px 18px 75px;
    z-index: 30;
    color: #FFF;
    border-radius: 0;
    min-height: 60px;
    box-sizing: border-box;
    border: none;
    font-weight: 600;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
    transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
}
.alert-danger i {
    background: #D32F2F;
}
.alert i {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 60px;
    font-size: 40px;
    -webkit-animation: alert-icon-anim 1s;
    -moz-animation: alert-icon-anim 1s;
    -ms-animation: alert-icon-anim 1s;
    -o-animation: alert-icon-anim 1s;
    animation: alert-icon-anim 1s;
    text-shadow: 1px 1px 5px rgb(0 0 0 / 15%);
    display: flex;
    align-items: center;
    justify-content: center;
}
legend {
    font-size: 18px;
    padding: 7px 0px;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
#content {
    margin-bottom: 30px;
}
.my-acc h2 {
    font-size: 16px;
    font-weight: 600;
}
a:hover {
    color: #363f4d;
 text-decoration: underline;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin-bottom: 30px;
}
.btn-info {
    background: #999;
    border-radius: 0;
    text-transform: uppercase;
    visibility: visible;
}
.btn-danger {
    background: #d9534f;
    border-radius: 5px;
}
.wish-list img {
    width: 40px;
}
.wishlist-comp li {
    width: 40px;
    height: 40px;
    list-style: none;
    float: left;
    padding-top: 8px;
    margin-left: 15px;
}
.wishlist-comp li a.top-link-wishlist {
    width: 36px;
    text-align: center;
    height: 32px;
    display: block;
    overflow: hidden;
    text-indent: -999em;
}
.wishlist-comp li a.top-link-wishlist:before {
    font-family: 'FontAwesome';
    content: "\f004";
    font-size: 26px;
    color: #fff;
    display: block;
    text-indent: 0;
}
.wishlist-comp li a.top-link-wishlist:hover:before, .wishlist-comp li a:hover i {
    color: #ff3c20;
}
.typeheader-1 .wishlist-comp {
    float: right;
    margin-right: 20px;
}
.sub-total {
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
}
.subtotal {
    font-weight: 600;
}
.latest-pro .modtitle span {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    float: left;
    text-transform: uppercase;
    margin-bottom: 0px;
    background-color: #232f3e;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 11px 20px;
    position: relative;
    bottom: -2px;
}
.latest-pro .modtitle {
    border-bottom: 2px solid #eeeeee;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.latest-pro .owl-dots {
    display: none;
}
.latest-pro .owl-theme .owl-nav .owl-prev {
    background-color: transparent;
    border: 2px solid #e9e9e9;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    opacity: 1;
    z-index: 99;
    font-size: 14px;
    font-weight: 400;
}
.latest-pro .owl-theme .owl-nav .owl-next {
    background-color: transparent;
    border: 2px solid #e9e9e9;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    opacity: 1;
    z-index: 99;
    font-size: 14px;
    font-weight: 400;
}
.latest-pro .owl-theme .owl-nav span {
    font-size: 18px;
    line-height: 1;
}
.latest-pro .owl-theme .owl-nav {
    position: absolute;
    top: -80px;
    right: 0px;
}
.latest-pro .owl-theme .owl-nav [class*=owl-]:hover {
    color: #333;
}
.item-article .title-decimal {
    font-size: 26px;
}
.item-article .title-decimal {
    font-size: 20px;
    color: #ff3c20;
    line-height: 44px;
    position: relative;
    padding: 0px 0 0px 69px;
}
.item-article .title-decimal:before {
    content: attr(data-content);
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    top: 0px;
    line-height: 40px;
    background: #ff3c20;
    width: 44px;
    height: 44px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    left: 0;
}
.item-article .color-dark {
    color: #000;
}

.item-article .decimal-list {
    padding: 0;
    margin: 10px 0;
    list-style-type: none;
    counter-reset: myCounter;
    display: inline-block;
    width: 100%;
}
.item-article .decimal-list > li {
    padding: 0;
    position: relative;
    z-index: 5;
    margin-bottom: 15px;
    overflow: hidden;
}
.item-article .decimal-list > li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: white;
    background: #495057;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    float: left;
    font-size: 15px;
    margin-right: 10px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-left, .media>.pull-left {
    padding-right: 10px;
}
.login-menu .dropdwon-menu {
    display: none;
}
.login-menu.open .dropdwon-menu {
    display: block;
}
.login-menu.open .dropdwon-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: auto;
    background-color: #fff;
    width: 100px;
}
.login-menu.open .dropdwon-menu a {
    color: #333;
}
.signin-link {
    display: flex;
}
.login-menu {
    margin-right: 10px;
}
.login-menu i {
    margin-right: 4px;
}
.login-menu.open .dropdwon-menu li {
    border-bottom: 1px solid #eee;
    padding: 4px 12px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 10px;
        text-align: right;
    }
}
@media screen and (max-width:767px) {
    .mobile-menu {
        display: block;
    }
    .grid-sec {
        justify-content: space-between;
    }
    .so-onepagecheckout .input-firstname, .so-onepagecheckout .input-lastname {
        width: 100% !important;
    }
}
@media screen and (max-width: 480px) {
    .tabs-sec .tabs {
        display: none;
    }
    .tabs-sec .tab_drawer_heading {
        background-color: #ccc;
        color: #fff;
        margin: 0;
        padding: 5px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .tabs-sec .d_active {
        background-color: #666;
        color: #fff;
    }
    .wishlist-comp li {
        margin-left: 79px;
    }
    .buy-now{
        display: none;
    }
}

.category-menu.menushow {
    margin-top: 0px;
    border-radius: 0;
    z-index: 999;
}
div#wrap {
    position: relative;
}
.alert-success {
    color: #fff!important;
    background-color: #0f5132;
    border-color: #0f5132;
}
.wish-count {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    position: absolute;
    top: -6px;
    left: 20px;
    font-size: 12px;
    color: #232f3e;
    background-color: #fff;
}
.wishlist-comp li {
    position: relative;
}
#button1 a {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 3px;
    color:#fff;
    display: block;
    background: #ff3c20;
    text-decoration: none;

}

#quickview-content {
    position: fixed;
    background-color: #FFF;
    border: 2px solid #000;
    display: none;
    z-index: 10000;
    width: 60%;
    height: 86%;
    top: 7%;
    left: 20%;
    overflow: auto !important;
    padding: 20px;
}
