@font-face{
    font-family:"HelveticaNeueReg";
    src:url("HelveticaNeueReg/HelveticaNeueW23forSKY-Reg_T02.eot");
    src:url("HelveticaNeueReg/HelveticaNeueW23forSKY-Reg_T02.eot?#iefix") format("embedded-opentype"),
        url("HelveticaNeueReg/HelveticaNeueMEforSKYW21-Rg_web.woff2") format("woff2"),
        url("HelveticaNeueReg/HelveticaNeueMEforSKYW21-Rg_web.woff") format("woff"),
        url("HelveticaNeueReg/HelveticaNeueMEforSKYW21-Rg_web.ttf") format("truetype"),
        url("HelveticaNeueReg/HelveticaNeueW23forSKY-Reg_T02.svg#HelveticaNeueW23forSKY-Reg_T02") format("svg");
    font-weight:400;
    font-style:normal;
}

@font-face{
    font-family:"HelveticaNeueBold";
    src:url("HelveticaNeueBold/HelveticaNeueW23forSKY-Bd_T02.eot");
    src:url("HelveticaNeueBold/HelveticaNeueW23forSKY-Bd_T02.eot?#iefix") format("embedded-opentype"),
        url("HelveticaNeueBold/HelveticaNeueMEforSKYW21-Bd_web.woff2") format("woff2"),
        url("HelveticaNeueBold/HelveticaNeueMEforSKYW21-Bd_web.woff") format("woff"),
        url("HelveticaNeueBold/HelveticaNeueMEforSKYW21-Bd_web.ttf") format("truetype"),
        url("HelveticaNeueBold/HelveticaNeueW23forSKY-Bd_T02.svg#HelveticaNeueW23forSKY-Bd_T02") format("svg");
    font-weight:800;font-style:normal
}
body {
    font-size: 14px;
    line-height: 20px;
    color: #868686;
    font-weight: 400;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    direction: rtl;
    font-family:"HelveticaNeueReg";
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3em;
    margin-top: 0;
    color: #222;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
a {
    color: #9c9c9c;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    outline: none;
}
a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
    outline-offset: none;
}
p {
    margin: 0px;
}
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
li{
    list-style: none; 
}
.btn{border-radius: 5px;}
.btn.focus, .btn:focus, .btn:hover, button:focus, button:hover {
    text-decoration: none;
    outline: none !important;
    box-shadow: none;
}
input[type="text"],
input[type="email"],
textarea,
input[type="password"],
input[type="tel"] {
    border: 1px solid #e8e8e8;
    padding: 6px 15px;
    color: #747474;
    max-width: 100%;
    border-radius: 8px;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus, input[type="password"]:focus {
    outline: none;
    box-shadow: none;
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
:-moz-placeholder {
    /* Firefox 18- */

    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
::-moz-placeholder {
    /* Firefox 19+ */

    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
button,
.button,
input[type="submit"], .button-submit  {
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    background-color: #e9681d;
    border: 1px solid transparent;
    border-radius: 8px;
}

.button:hover, input[type="submit"]:hover, .button:focus, input[type="submit"]:focus, input, button, .button-submit:hover{
    outline: none;
    border: 1px solid #e9681d;
    color: #e9681d;
    background: transparent;
}
input[type=search],
input[type=text],
input[type=email],
input[type=password] {
    border: 1px solid #e5e5e5;
}
input[type="text"],
input[type="email"],
textarea,
select,
input[type="password"],
input[type="tel"],
input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
.main-btn {
    color: #fff;
    border: 1px solid #e9681d;
    background: #e9681d;
    border-radius: 5px;
    padding: 10px 30px;
}
.main-btn:hover, .main-btn:focus {
    color: #e9681d;
    border: 1px solid #e9681d;
    background: #fff;
    box-shadow: none;
    outline: none !important;
}

/*****custom-css****/
@media (min-width: 1025px) {
    .hidden-mobile {
        display: none!important;
    }
}

.collapseWill i {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    margin-right: 5px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.collapseWill.pressed i {
    margin-right: 5px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.minus {
    display: block;
}

.collapseWill .minus {
    display: none !important;
}

.collapseWill.collapsed .minus {
    display: none !important;
}

/***header-top***/
.header-top {
    background-color: #e9681d;
    height: 42px;
    line-height: 41px;
}
.header-top a {
    color: #fff;
    font-size: 12.5px;
}
.header-top a:hover {
    opacity: 0.8
}
.header-top-left {
    float: left;
}
.header-top .menu-item-has-children.arrow > a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 11px;
    color: #fff;
    margin-right: 6px;
    margin-top: 2px;
}
.header-top-left > li,
.header-top-right > li {
    display: inline-block;
    position: relative;
}
.header-top-left > li{
    padding-right: 15px;
}
.header-top-right > li{
    padding-left: 15px;
}
.header-top-right > li:nth-child(3):before {
    -ms-transform: rotate(21deg);
    -webkit-transform: rotate(21deg);
    transform: rotate(21deg);
}
.header-top-left img {
    margin-left: 7px;
    height: 11px;
}
.header-top-right li i {
    color: #e9681d;
    margin-left: 7px;
}
.header-top-right {
    float: right;
}
.header-top-left li i {
    margin-left: 4px;
}
.header-top-right .or-two {
    color: #bababa;
    margin: 0 3px;
}
.header-top .menu-item-has-children .dropdown-menu {
    min-width: 120px;
}
.header-top .menu-item-has-children .dropdown-menu li a {
    padding: 11.5px 15px;
}
.header-top .menu-item-has-children .dropdown-menu li a:hover {
    color: #e9681d;
    background: #f0f0f0;
}
/***header-content***/
.header-content {
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #eee;
}
.block-search {
    width: 450px;
    margin: 0 auto;
    padding-top: 4px;
}
.form-content {
    position: relative;
}
.form-content .search-input {
    display: inline-block;
    position: relative;
}
.form-content .search-input .input {
    width: 380px;
    border: none;
    color: #9c9c9c;
    font-size: 15px;
    padding-right: 20px;
    padding: 10.5px 20px 10.5px 20px;
    border: 1px solid #e6e6e6;
    border-radius: 0 5px 5px 0;
}

.form-content .btn-search {
    width: 70px;
    font-size: 14px;
    background: #e9681d;
    padding: 11.5px 25px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 5px 0 0 5px;
    color: #fff;
}
.form-content .btn-search:hover{
    color: #fff;
}
.block-minicart.dropdown {
    display: inline-block;
    padding-top: 9px;
    float: left;
}
.block-minicart .counter.qty {
    position: relative;
    float: right;
    margin-left: 10px;
    width: 30px;
    margin-top: 18px;
}
.block-minicart.dropdown {
    display: inline-block;
    padding-top: 9px;
    float: left;
}
.cart-icon {
    font-size: 24px;
}
.block-minicart .counter-number {
    position: absolute;
    bottom: 3px;
    right: -1px;
    background: #f72e2e;
    color: #fff;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    font-size: 8px;
}
.block-minicart .cart-icon .ti-shopping-cart{
    font-size: 26px;
}
.counter-price {
    display: inline-block;
    padding-top: 13px;
    font-weight: 600;
}
.minicart:last-child .counter.qty{
    margin-left: 0;
}
.product-name a,  .list-companies .product-name {
    color: #fff;
    padding: 15px 5px;
    background: #e9681d;
    font-size: 17px;
    text-align: center;
    display: block;
    border-radius: 0 0 8px 8px;
}
.list-companies .product-thumb img{
    height: auto !important;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;

}
.list-companies .product-thumb:hover img {
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.product-item.style-2 .product-name a {
    color: #e9681d;
    padding: 0px 0px;
    background: transparent;
    font-size: 18px;
    text-align: center;
    display: block;
    border-radius: 0;
    text-align: right;
    margin-bottom: 10px;
}
.product-name a:hover {
    opacity: 0.9;
}
.product-innfo p {
    margin-bottom: 14px;
    color: #838080;
    font-size: 13px;
}
.order-now {
    position: absolute;
    top: 0;
    height: 35px;
    display: inline-block !important;
    left: calc(50% - 45px);
    top: calc(50% - 17.5px);
    background: transparent;
    color: #fff;
    line-height: 35px;
    width: 90px;
    border: 1px solid #fff;
    border-radius: 20px;
    opacity: 0;
    transition: all .3s ease 0s;
}
.product-item:hover .order-now {
    opacity: 1;
}   
.order-now:hover{
    color: #fff;
    background: #e9681d;
    border-color: #e9681d;
}
p.product-des {
    border-top: 1px solid #dedede;
    padding-top: 20px;
}
.btn-checkout{
    background: #e9681d;
    color: #fff;
}
.btn-viewcart:hover, .btn-checkout:hover {
    background: #fff !important;
    border: 1px solid #e9681d !important;
    color: #e9681d !important;
}
.menu {
    padding: 0;
}
.menu li {
    list-style: none;
    line-height: 32px;
}
.dropdown-menu-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 7px;
}
.menu li a {
    font-size: 13px;
    color: #8e8e8e;
}
.menu li a:hover {
    color: #e9681d;
}
.menu-on-mobile {
    float: right;
}
.custm-body .menu-on-mobile {
    float: right;
}
.btn-open-mobile span {
    display: block;
    width: 100%;
    margin-bottom: 7px;
    background-color: #fff;
    height: 1px;
}
.header-menu-nav .menu-on-mobile {
    background: transparent;
    display: block;
    line-height: 45px;
    color: #fff;
}
.menu-on-mobile .btn-open-mobile.home-page {
    color: #9c9c9c;
    font-size: 25px;
}
.btn-close.hidden-mobile {
    cursor: pointer;
    width: 45px;
    display: inline;
    display: block;
    color: #a39e9e;
    border-radius: 50%;
    font-size: 20px;
    margin-bottom: 20px;
    padding: 0;
    text-align: right;
}
/***header-menu***/
.header-menu-nar {
    background: #e9681d;
    z-index: 99;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.04);
    text-align: center;
}
.header-menu-nav {
    display: table;
    width: 100%;
}
.header-menu .menu-item-has-children {
    list-style: none;
    display: inline-block;
    padding: 20px 0 20px 5px;
    line-height: 45px;
    position: relative;
}
.header-menu .menu-item.menu-item-has-children{
    padding: 0;
    width: 100%;
}
.header-menu .menu-item.menu-item-has-children:hover{
    background: transparent;
}
.header-menu .menu-item.menu-item-has-children a:hover{
    background: #f0f0f0;
    color: #e9681d;
}
.header-menu .menu-item-has-children a {
    color: #000;
    font-size: 14px;
    padding: 8px 25px;
    border-radius: 25px;
}
.menu-item-has-children.active a, .menu-item-has-children a:hover {
    background-color: #e9681d;
    color: #fff;
}
.header-menu .menu-item-has-children a i {
    font-size: 7px;
    margin-right: 3px;
    display: inline-block;
}
.menu-item-has-children .dropdown-menu {
    margin: 0;
    border-radius: 0;
    min-width: 260px;
    border: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: block;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    -webkit-box-shadow: 0 0px 12px rgba(0,0,0,.175);
    box-shadow: 0 0px 12px rgba(0,0,0,.175);
}
.header-menu .submenu.dropdown-menu.megamenu {
    margin-left: 30px;
    padding: 35px 30px 25px 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.header-menu .menu-item-has-children .submenu.dropdown-menu.megamenu {
    max-width: 1170px;
}
.header-menu .submenu.dropdown-menu.megamenu a img {
    width: 100%;
}
.header-menu .submenu.dropdown-menu.megamenu .background-menu img{
    padding-left: 12px;
}
.submenu.dropdown-menu.megamenu .menu li {
    line-height: 30px;
}
.header-menu .submenu.dropdown-menu.megamenu .menu-item a {
    padding-left: 0;
}
.header-menu .submenu.dropdown-menu.megamenu .menu-item a:hover {
    background-color: #fff;
}
.menu-item-has-children:hover .dropdown-menu {
    top: 100%;
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.header-menu .menu-item {
    position: relative;
}
.header-menu .menu-item .dropdown-menu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 100%;
    top: 0;
}
.header-menu .menu-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.header-menu .menu-item a {
    color: #8e8e8e;
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
    padding: 11px 20px;
}
.menu-item-has-children .icon-img {
    display: inline-block;
    margin-left: 5px;
    line-height: 20px;
    vertical-align: top;
}
.menu-item-has-children .arrow > a:after,
.menu-item-has-children.arrow > a:after {
    content: "\f105";
    display: inline-block;
    font-family: 'FontAwesome';
    position: absolute;
    right: 20px;
}
.header-menu .menu-item-has-children .arrow > a:after,
.header-menu .menu-item-has-children.arrow > a:after {
    display: none;
}
.header-top .menu-item-has-children.arrow > a:after {
    position: relative;
    right: 0;
}
.header-menu .menu-item a:hover {
    color: #e9681d;
    background-color: transparent;
}
@media (max-width: 1620px) {
    .submenu.dropdown-menu.megamenu {
        margin-left: 0px;
    }
    .header-menu .submenu.dropdown-menu.megamenu {
        margin-left: 0;
    }
    .minicart-wishlist{
        padding-right: 25px;
    }
}
@media (max-width: 1199px) {
    .block-search {
        width: 100%;
    }
    .form-content .search-input {
        width: 46.9%;
    }
    .form-content .btn-search {
        width: 12%;
    }
    .header-menu .menu-item-has-children {
        padding: 0 15px;
    }
}
@media (max-width: 1024px) {
    .header-menu-nar {
        position: relative !important;
    }
    .header-nav{
        position: fixed;
        top: 0;
        bottom: 0;
        right: -110%;
        width: 280px;
        -webkit-box-shadow: rgba(136, 136, 136, .23) 0 0 3px 0;
        box-shadow: rgba(136, 136, 136, .23) 0 0 3px 0;
        background-color: #fff;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .35s;
        -o-transition: .35s;
        transition: .35s;
        overflow-y: auto;
        padding: 20px;
    }
    .header-nav.has-open {
        right: 0;
        opacity: 1;
        visibility: visible;
    }
    .header-menu .menu-item-has-children {
        display: inline-block;
        padding: 0;
        width: 244px;
        border-bottom: 1px solid #e6e6e6;
    }
    .header-menu .menu-item-has-children a {
        font-size: 13px;
        color: #4d4d4d;
    }
    .header-menu .menu-item-has-children .dropdown-menu,
    .header-menu .menu-item.menu-item-has-children > .submenu {
        position: static;
        opacity: 1;
        visibility: visible;
        display: none;
        background-image: none !important;
    }
    .header-menu .submenu.dropdown-menu.megamenu {
        margin-left: 0;
        padding: 10px 30px 25px 10px;
    }
    .header-menu .menu-item-has-children:hover .dropdown-menu {
        display: none;
    }
    .header-menu>.header-nav>.menu-item-has-children.open-submenu > .dropdown-menu,
    .header-menu>.header-menu-resize>.header-nav>.menu-item-has-children.open-submenu > .dropdown-menu,
    .header-menu .menu-item.menu-item-has-children.open-submenu > .submenu{
        display: block;
        max-width: 244px !important;
        padding: 10px 0 30px 10px;
        box-shadow: none;
        background-color: #fff;
    }
    .header-nav li a {
        display: inline-block;
        position: relative;
        z-index: 222;
    }
    .menu-item-has-children .toggle-submenu {
        position: absolute;
        display: block;
        height: 46px;
        top: 0;
        left: 0;
        right: 0;
        cursor: pointer;
        text-align: right;
        line-height: 46px;
        z-index: 999;
    }
    .header-nav > li {
        position: relative;
        padding: 0;
        display: inline-block;
        width: 230px;
    }
    .header-nav .menu-item-has-children .arrow > a:after,
    .header-nav .menu-item-has-children.arrow > a:after {
        display: none;
    }
    .dropdown-menu-title {
        margin-top: 15px;
    }
    .header-menu .menu-item-has-children.active,
    .header-menu .menu-item-has-children:hover {
        background-color: #fff;
    }
    .header-menu .header-nav > li {
        line-height: 45px;
    }
    .header-menu .header-nav > li > ul > li {
        line-height: 32px;
    }
    .header-menu .menu-item-has-children a {
        color: #4d4d4d;
        font-weight: normal;
        text-transform: none;
    }
    .header-menu .menu-item a {
        padding: 0;
    }
    .header-menu .menu-item a:hover {
        background-color: #fff;
    }
    .submenu-banner > .col-md-3 {
        width: 100%;
    }
    .header-menu .submenu.dropdown-menu.megamenu .background-menu img{
        padding-left: 0;
    }
    .menu-item.menu-item-has-children{
        border-bottom: none;
    }
    .header-menu .menu-item.menu-item-has-children .toggle-submenu{
        line-height: 35px;
    }
}

/***sidebar***/
.title-block.title-with-board {
    color: #2a2a2a;
    background-color: #fff;
    font-size: 20px;
    padding: 0;
    margin-bottom: 13px;
    display: block;
}
.title-block.title-with-board.title-center{
    text-align: center;
}
.title-block.title-with-board span {
    position: relative;
    display: inline-block;
    width: 230px;
    height: 2px;
    background: #e9681d;
}
.title-block.title-with-board span:after {
    position: absolute;
    content: "";
    height: 14px;
    background: #e9681d;
    width: 60px;
    right: calc(50% - 30px);
    bottom: -7px;
    border-radius: 20px;
}
/*.account-content{
    border-right: 2px solid #f1f1f1;
    padding-right: 25px;
}*/
.has-child {
    padding: 10px 0;
}
.has-child:last-child {
    border-bottom: none;
}
.has-child span {
    color: #bcbcbc;
    margin-left: 7px;
}
.has-child .arrow-cate {
    float: right;
    margin-right: 10px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}
.has-child .arrow-cate:after {
    display: inline-block;
    content: '+';
    color: #adadad;
    font-size: 16px;
    position: absolute;
}
.has-child.show-sub .arrow-cate:after {
    content: '-';
}
.has-child .children {
    display: none;
    margin-top: 10px;
    border-left: 1px solid #f0f0f0;
}
.has-child .children li {
    padding-bottom: 8px;
}
.has-child .children li:last-child {
    padding-bottom: 0;
}
a.collapseWill.collapsed {
    display: block;
}
.checkboxes {
    list-style: none;
    padding: 0;
}
.checkboxes.radios input[type=radio], .checkboxes input[type=checkbox] {
    display: none;
}
.checkboxes.one-in-row label {
    margin-bottom: 9px;
    width: 100%;
}
.checkboxes label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-right: 28px;
    margin-bottom: 0;
    line-height: 24px;
    font-size: 15px;
    font-weight: normal;
    color: #999;
}
.checkboxes label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: 3px;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .25s;
    font-family: FontAwesome;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 15px;
}
.checkboxes.radios label:before {
    border-radius: 100%;
}
.checkboxes input[type=checkbox]:checked+label:before, .checkboxes input[type=radio]:checked+label:before {
    background-color: transparent;
    border-color: #e9681d;
    color: #e9681d;
}
.checkboxes input[type=checkbox]:checked+label:before {
    content: "\f0c8";
    font-size: 11px;
}
.checkboxes input[type=radio]:checked+label:before {
    content: "\f111";
    border-color: #e9681d;
    color: #e9681d;
}
.checkboxes input[type=checkbox]:checked+label, .checkboxes input[type=radio]:checked+label{
    color: #000;
}
.checkboxes label > span {
    color: #bcbcbc;
    position: absolute;
    left: 8px;
    font-weight: bold;
    font-size: 12px;
    font-family: sans-serif;
}
.panel.panel-default {
    margin-bottom: 20px;
    border-top: 0;
    box-shadow: none;
}
.colles-block:before {
    content: "\f068";
    font-family: FontAwesome;
    font-size: 11px;
    color: #999;
}
.collapsed .colles-block:before {
    content: "\f067";
}
.panel-group .panel, .panel-heading {
    border-radius: 0;
    border: none;
    box-shadow: none;
}
.panel-default>.panel-heading {
    background-color: #fafafa;
    border: none;
    padding: 15px 20px;
    border-radius: 8px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
}
.panel-body {
    padding: 10px 0;
}
.panel-title{
    position: relative;
}
.panel-title span{
    position: absolute;
    left: 0;
}
.panel-title a{
    display: block;
}
label.inline {
    position: relative;
    padding-left: 24px;
    font-weight: 600;
    color: #4d4d4d;
    margin-bottom: 0;
}
label.inline:hover {
    color: #e9681d;
}
.inline input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.inline .input {
    width: 9px;
    height: 9px;
    display: inline-block;
    border: 1px solid #e6e6e6;
    margin-right: 8px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 7px;
    margin-left: 0;
}
.inline .input-sign {
    border: 1px solid #e9681d;
    height: 12px;
    width: 12px;
    border-radius: 3px;
}
.inline .input-sign:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #e9681d;
    line-height: 10px;
    display: none;
    text-align: center;
}
.inline input:checked ~ .input-sign:before {
    display: block;
}
/***main-product***/
.pagination {
    width: 100%;
    text-align: left;
    margin: 0;
}
.pagination-counter {
    padding: 9px 0;
}
.pagination-items {
    margin: 30px 0;
}
.nav-links {
    text-align: left;
}
.pagination-items li {
    list-style: none;
    display: inline-block;
    margin: 0 4px 4px 0px;;
}
.pagination-items li a {
    border: 1px solid #dadada;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: inherit;
    font-size: 14px;
    color: #666;
}
.pagination-items li.back-next a {
    background: #f3f3f3;
}
.pagination-items li.active a,
.pagination-items li a:hover {
    background-color: #e9681d !important;
    border-color: #e9681d !important;
    border: 1px solid #e9681d;
    color: #fff;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-right: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
/**product**/
.product-item {
    margin-bottom: 45px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.product-thumb {
    position: relative;
    overflow: hidden;
    height: 250px;
    border-radius: 8px 8px 0 0;
    text-align: center;
    justify-content: center;
}
.product-thumb a{display: block;}
.product-thumb img{
    object-fit: contain;
    height: 100%;
    width: 100%;
    margin: auto;
    max-width: 100%;
}
.product-item:hover .product-thumb:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}
.product-item.style-2:hover .product-thumb:before {
    position: relative;
}
.product-innfo {
    padding: 0 10px;
}
.quick-view {
    line-height: 40px;
    width: 40px;
    text-align: center;
    background-color: #faf8fd;
    font-size: 15px;
    color: #434343;
    border-radius: 50%;
    position: absolute;
    top: 75px;
    right: 20px;
    z-index: 98;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
}
.quick-view:hover {
    background: #e9681d;
    color: #fff;
}
.product-item:hover .quick-view {
    opacity: 1;
    visibility: visible;
}
.product-thumb .favorite-item {
    position: absolute;
    text-align: center;
    right: 20px;
    top: 20px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.84);
    background: rgba(0, 0, 0, 0.3);
    width: 40px;
    height: 40px;
    line-height: 45px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
}
.product-thumb .favorite-item:hover, .product-thumb .favorite-item.active{
    background: #e9681d;
}
.home-products .quick-view, .home-products .favorite-item{
    right: 32px;
}

.btn-add-to-cart {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    background: #e9681d;
    border-radius: 4px;
    padding: 9px 20px;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}
.btn-add-to-cart i{
    font-weight: 600;
    font-size: 16px;
}
.btn-add-to-cart:hover{
    opacity: 0.9;
    color: #fff;
}


@media (max-width: 1366px) {
    .product-innfo {
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .products {
        width: 100%;
    }
}

/***footer***/
.footer {
    background: #272727;
    padding: 60px 0;
}
.footer .title-of-footer {
    color: #fff;
    margin-bottom: 17px;
    font-size: 15px;
    font-weight: 400;
}
.footer-logo{
    margin-bottom: 20px;
}
.footer .links li {
    list-style: none;
    margin-bottom: 10px;
}
.footer .links li a {
    color: #868686;
}
.footer .links li a:hover {
    color: #e9681d;
}

.footer-copyright.text-center {
    background: #1e1e1e;
    line-height: 50px;
}
.footer-subscribe {
    border-right: 1px solid rgba(221, 221, 221, 0.26);
    padding-right: 40px;
}
.subscribe-form form {
    width: 100%;
    height: 45px;
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    border-radius: 5px;
}
.subscribe-form form input {
    width: 69%;
    height: 100%;
    background-color: #fff;
    display: inline-block;
    border: none;
    padding-right: 35px;
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: none;
}
.subscribe-form form button {
    width: 30%;
    height: 100%;
    background-color: #e9681d;
    display: inline-block;
    position: absolute;
    left: -1px;
    color: #fff;
    border-radius: 5px 0 0 5px;
}

/*download-app*/
.download-app{
    padding: 60px 0;
}
.download-app-content{
    text-align: center;
}
.download-app-content .download-icon{
    width: 110px;
    height: 110px;
    margin: 0 auto 30px auto;
}
.download-app-content .download-icon img{
    width: 100%;
}
.download-app-content h4{
    color: #2d2d2d;
    font-size: 30px;
    font-weight: 400;  
}
.download-app-content p{
    color: #9e9e9e;
    font-size: 15px;
}
.download-app-content .download-app-links {
    margin-top: 40px;
}
.download-app-content .download-app-links a{
    margin-left: 30px;
}
.download-app-content .download-app-links a img{
    max-height: 50px;
}
/*website-info*/
.website-info-sec{
    background-color: #f3f3f3; 
    padding: 60px 0;
    text-align: center;
}
.website-info .block-icon img{

    margin: 0 auto 25px auto;
    display: block;
    height: 70px;
    line-height: 70px;
}
.website-info .website-info-content h4{
    margin-bottom: 15px;
}
.website-info .website-info-content p{
    color: #ababab;
}

/*Custom owl nav*/
.est-categories {
    padding: 20px 30px;
}
.est-categories-items{
    position: relative;
    text-align: center;
}
.est-categories-items .item{
    display: block;
}

.est-categories-items .item .cat-image img {
    width: 100%;
    margin: auto;
}
.cat-image {
    padding: 0 15px;
}
.custom-owl .owl-nav button {
    position: absolute;
    width: 30px;
    bottom: 20px;
    background-color: #fafafa !important;
    border-radius: 0;
    top: 0;
    border-color: transparent !important;
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
}
.custom-owl .owl-nav button:hover{
    background-color: #e9681d !important;
    color: #fff !important;
}
.custom-owl .owl-nav button.owl-prev {
    right: -30px;
}
.custom-owl .owl-nav button.owl-next {
    left: -30px;
}
.home-products.custom-owl .owl-nav button{
    height: 200px;
    opacity: 0.5;
}
.home-products.custom-owl .owl-nav button:hover{
    opacity: 1;
}
.home-products.custom-owl .owl-nav button.owl-next {
    left: 0;
    border-radius: 5px 0 0 5px;
}
.home-products.custom-owl .owl-nav button.owl-prev {
    right: 0;
    border-radius: 0 5px 0 5px;
}

/***detail-product***/
.product-preview.image-small {
    width: 86%;
    margin: 0 auto;
    padding-top: 20px;
}
.product-preview.image-small a img {
    padding: 10px;
}
.product-info-main .product-name a {
    font-size: 20px;
    padding-bottom: 12px;
    display: inline-block;
}
.product-info-main .star-rating {
    font-size: 15px;
    margin-bottom: 10px;
}
.product-info-main .review {
    font-size: 13px;
    margin-left: 5px;
    color: #adadad;
}
.product-info-main .review:hover {
    color: #e9681d;
}
.product-info-main .price {
    font-size: 22px;
    margin-bottom: 27px;
    float: none;
    text-align: right;
}
.product-info-main .price del {
    font-size: 20px;
    color: #c7c7c7;
    float: none;
    margin-left: 20px;
}
.product-info-main .price ins{
    float: none;
}
.product-info-main .stock.available {
    float: right;
    color: #e9681d;
}
.product-info-main .label-stock {
    color: #8e8e8e;
}
.product-info-main .stock.available img{
    height: 35px;
}

.product-info-main .select {
    line-height: 35px;
}
.product-info-main .select > span {
    display: inline-block;
    vertical-align: bottom;
    min-width: 45px;
    color: #5b5b5b;
}
.select-detail {
    outline: none;
    padding: 0 12px;
    border: 1px solid #ececec;
    height: 35px;
    line-height: 35px;
    color: #5b5b5b;
    width: 100%;
    border-radius: 8px;
}
select {
    background-image: url(../images/arrow-select.png) !important;
    background-repeat: no-repeat;
    background-position: center left;
    background-color: #fff;
}
.quantity-cart {
    width: 100%;
    max-width: 501px;
    margin-top: 25px;
    border-top: 1px dotted #e6e6e6;
    padding-top: 25px;
    padding-bottom: 16px;
}
.quantity {
    display: block;
    text-align: left;
}
.buttons-added {
    display: inline-block;
}
.quantity-cart .btn-add-to-cart {
    float: right;
    width: calc(100% - 286px);
    margin-right: 0px;
    padding: 15px 20px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #ff9933;
    border: none;
}
.quantity-cart .btn-add-to-cart:hover {
    opacity: 0.6;
}
.quantity-title {
    margin-top: 15px;
    color: #5b5b5b;
}

.buttons-added .sign {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 22px;
    background: #e9681d;
    border-radius: 3px;
    font-size: 9px;
}
.favorite-item-opt .buttons-added .sign {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 10px;
}
.buttons-added input {
    border: 1px solid transparent;
    font-size: 12px;
    color: #2a2a2a;
    text-align: center;
    padding: 5px 2px;
    line-height: 20px;
    height: 23px;
    border-left: none;
    border-right: none;
    border-radius: 0;
}
.product-info-main .inner {
    display: inline-block;
}
.block-banner-sidebar {
    padding-top: 18px;
}
@media (max-width: 1024px) {
    .select-detail{
        margin-top: 0;
    }
}
@media (max-width: 640px) {
    .select-detail {
        width: 100%;
        margin-top: 0;
    }
}
@media (max-width: 480px) {
    .quantity-cart .btn-add-to-cart {
        float: inherit;
        display: block;
        margin-top: 10px;
        width: 100%;
    }
}
.group-button .form-row .button-submit{
    color: #fff;
    padding: 11px 23px;
    float: left;
    border-radius: 4px;
    margin-top: 24px;
}
.group-button .form-row .button-submit.btn-order{
    float: right;
    background: #e9681d;
}

/***home***/
.title-block {
    padding: 16.5px 19.5px;
    display: inline-block;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    font-size: 15px;
    color: #ffffff;
    background: #585e6a;
    text-transform: uppercase;
    margin-bottom: 0;
}
.block-recomment {
    padding-top: 30px;
}
@media (max-width: 480px) {
    .block-minicart .dropdown-menu {
        right: 0;
    }
}
/***login***/
.login-page h1 {
    margin-bottom: 50px;
    font-size: 30px;
}
.title-login {
    font-size: 20px;
    text-transform: uppercase;
    color: #1a1a1a;
    margin: 0 0 22px 0;
    text-align: center;
}
.title-login i{
    font-weight: 600;
}
.p-title-login {
    font-size: 14px;
    color: #8e8e8e;
    text-align: center;
    margin-bottom: 30px;
}
.register .p-title-login {
    text-transform: uppercase;
    font-size: 20px;
    color: #1a1a1a;
    padding-top: 50px;
    padding-bottom: 30px;
}

.form-row label {
    display: block;
    font-weight: normal;
    margin-bottom: 12px;
}
.form-row .input-text, .form-row select {
    width: 100%;
    height: 48px;
}
.form-row .input-text:focus, .form-row select:focus {
    border: 1px solid #e9681d;
}
.forgot-password {
    float: left;
    margin: 0;
}
.login .inline-block-li {
    font-size: 14px;
    color: #8e8e8e;
    padding-top: 26px;
    display: inline-block;
    list-style: none;
}
.forgot-password:hover {
    color: #e9681d;
}
.login .inline-block input {
    margin-right: 10px;
}
.register label.inline {
    margin-bottom: 16px;
}
.register li {
    list-style: none;
}
.se-vert {
    width: 1px;
    height: 530px;
    background: #dedede;
    display: block;
    text-align: center;
    margin: auto;
}
.form-row a {
    color: #e9681d;
}
.login-page {
    padding: 80px 40px 0 40px;
}
/***contact-us***/
.contact-title.title-block.title-with-board {
    font-size: 22px;
    margin-bottom: 25px;
    margin-top: 50px;
}
.form-contact .form-row label {
    margin-bottom: 15px;
    margin-top: 17px;
}
.contact-info .form-row .input-text {
    width: 100%;
}
.form-row .textarea-control {
    width: 100%;
    padding: 10px 15px;
}
.form-contact .form-row .button-submit {
    padding: 15px 38px;
    margin-top: 10px;
    border-radius: 30px;
}
.contact .item {
    margin-bottom: 30px;
    padding: 30px 0;
    text-align: center;
    background: #fff;
    display: block;
    border: 2px dashed #dedede;
    position: relative;
}

.contact .item:after, .contact .item:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    -webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
    transition: opacity 0.55s,transform 0.55s;
}
.contact .item:before {
    border-top: 2px dashed;
    border-bottom: 2px dashed;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    border-color: #e9681d !important;
}
.contact .item:after {
    border-left: 2px dashed;
    border-right: 2px dashed;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    border-color: #e9681d !important;
}
.contact .item:hover {
    border-color: transparent;
}
.contact .item:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.contact .item:hover:after, .contact .item:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.contact .item i {
    font-size: 20px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #e9681d;
    border-radius: 50%;
    color: #fff;
    background: #e9681d;
    display: block;
    margin: auto;
}
.contact .item h5 {
    font-size: 18px;
    color: #333;
    margin: 20px 0 10px 0;
}
.contact .item p {
    color: #555;
    font-size: 15px;
    margin-bottom: 0;
}
.faqs-page.contact .item {
    margin-bottom: 20px;
    padding: 39px 0;
}
.faqs-page.contact .item i {
    font-size: 26px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    margin-bottom: 30px;
}
.contact .panel.panel-default {
    border-bottom: 1px solid rgba(222, 222, 222, 0.45);
}
.contact-details {
    padding-right: 30px;
}
.contact-details li {
    list-style: none;
    text-align: right;
    padding-right: 60px;
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 40px;
    line-height: 24px;
}
.contact-details li i {
    height: 100%;
    position: absolute;
    right: 0;
    font-size: 32px;
    color: #e9681d;
    top: 10px;
}
.contact-details li strong {
    display: block;
    color: #333;
}
.contact-details li span {
    color: #666;
    display: inline-block;
}
@media (max-width: 1199px) {
    .group-btn-sign .btn {
        margin-bottom: 30px;
    }
}
@media (max-width: 480px) {
    .forgot-password {
        margin-right: 0;
    }
}
/* -------- zoom ------- */
.sp-wrap {
    border: none !important;
}

.sp-thumbs {
    text-align: center !important;
}

.sp-large a img {
    /*width: 100%;*/
}
.sp-wrap {
    z-index: 10;
    width: 100%;
    background: none !important;
    position: relative;
}
.sp-thumbs a {
    float: right;
    margin-left: 10px;
    margin-top: 10px;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
    border: 2px solid #EEEEEE;
    display: block;
    margin-bottom: 10px;
    transition: margin 0.2s ease 0s;
}

.main-image .sp-thumbs a:link, .sp-thumbs a:visited {
    margin-right: 0 !important;
}
.sp-thumbs img {
    height: auto !important;
    width: 60px !important;
}
.sp-thumbs a:hover, .sp-thumbs a:active, .sp-current, sp-current:visited {
    border: 2px solid #e9681d !important;
}

.incaps {
    display: block;
    float: left;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 15px 20px 0 0;
    text-transform: uppercase;
    font-size: 16px;
}

.incaps i {
    font-size: 18px;
    font-weight: 600;
}

.color-in {
    color: #4CC94A;
}
.cart-actions .button{
    background: #e9681d;
    font-weight: 600;
}
.cart-actions .button i{
    font-weight: 600;
}
.button.btn-wishlist {
    background: #f24e3d;
}
.product-actions{
    margin-top: 20px;
}
.product-actions a {
    color: #666;
    display: block;
    line-height: 40px;
}
.cart-actions {
    text-align: left;
}
.product-summ-det{
    margin-top: 30px;
}
.product-summ-det ul {
    margin-top: 20px;
}

.footer-download li img{
    height: 30px;
    margin-bottom: 15px;
}
.logo-header img {
    height: 85px;
}
.edit-form .chosen-container.chosen-container-single {
    padding: 0;
}
.edit-form a.chosen-single {
    height: 48px;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    line-height: 48px;
}
.has-child i{
    color: #bcbcbc;
    margin-left: 5px;
}
.has-child.active a, .has-child.active i{
    color: #e9681d;
}
.has-child a{
    padding-right: 15px;
}
.has-child.active a{
    border-right: 2px solid #e9681d;
}
.remove-shopping {
    display: inline-block;
    border-radius: 50%;
    padding: 2px;
    background: #f9f9f9;
    width: 33px;
    height: 33px;
    line-height: 26px;
    margin: 0 auto;
    text-align: center;
    color:#b2b2b2;
    font-size: 13px;
}
.remove-shopping:hover {
    background: #e9681d;
    color: #fff;
}
.conti-shoping-op{
    margin-top: 30px;
}
.conti-shoping-op a {
    display: inline-block;
    background: #e9681d;
    border: 1px solid #e9681d;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
}
.conti-shoping-op a:hover{
    background: #fff;
    border: 1px solid #e9681d;
    color: #e9681d;
}
.favorite-item-opt {
    padding: 40px 0;
    text-align: left;
}
.remove-wishlist { 
    text-align: center;
    float: left; 
    display: inline-block;
    background: #e61111;;
    color: #fff;
    border: none;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    border-radius: 5px;
}
.remove-wishlist:hover {
    background: #f24e3d;
    color: #fff;
}
.order-item .product-thumb{
    padding: 0 !important;
}
.order-item .product-innfo{
    padding-top: 15px !important;
}
.order-item li {
    list-style: none;
    margin-bottom: 5px;
}
.order-item h4{
    margin-bottom: 15px;
}
.order-item .btn {
    border-radius: 0;
    font-size: 13px;
    margin-top: 30px;
    min-width: 100px;
}
.account-list-items .product-item{
    margin: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
}
.address-option-row {
    margin-bottom: 10px;
}
.filed-title {
    font-weight: bold;
}
.address-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
    color: #555;
}
.address-item .btn{
    padding: 5px 10px;
    border-radius: 0;
    font-size: 13px;
}
.address-opt {
    padding-top: 8px;
    text-align: left;
}
.address-opt a{
    color: #555;
    margin-right: 10px;
}
.address-opt i.fa-edit {
    color: #149a14;
    margin-left: 2px;
}
.address-opt i.fa-trash-o {
    color: #ff0000;
    margin-left: 2px;
}
.address-item .color-brown {
    color: #e9681d;
}
.address-head{
    margin-bottom: 20px;   
}
.new-record{
    background: #42c1c2;
    color: #fff;
}
.new-record:hover{
    opacity: 0.9;
    color: #fff;
}
.form-row {
    margin-bottom: 20px;
}
.form-row textarea{
    height: 100px !important;
}
.innerPage {
    margin: 50px 0;
}
.innerPage .sig-page-section h3 {
    font-size: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 20px;
    color: #2a2a2a;
}
.sig-page-section{
    margin-bottom: 20px;
}
.dots {
    padding-left: 0;
    padding-right: 0;
}
.dots li, .list-check li {
    list-style: none;
    padding-right: 20px;
    position: relative;
    margin-bottom: 10px;
}
.dots li:before {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    width: 7px;
    height: 7px;
    background: #e9681d; 
    border-radius: 100%;
    top: 7px;
}
.list-check li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    color: #e9681d;
    display: block;
    right: 0;
    top: 0;
    color: #e9681d;
    background: transparent;
}
.checkout-page{
    padding-top: 50px;
    padding-bottom: 50px;
}
.checkout-page .block-minicart {
    background: #f9f9f9;
    padding: 20px;
}
.checkout-page .minicart-content-wrapper .subtitle{
    font-size: 18px;
    text-transform: uppercase;
}
.checkout-page .subtotal {
    margin: 10px 0;
}
.checkout-page .subtotal .label {
    font-size: 16px;
    width: 50%;
    display: inline-block;
    text-align: left;
    margin-right: 20px;
}
.checkout-page .subtotal.summ .label,  .subtotal.summ .price{
    font-size: 18px;
    color: #e9681d;
}
.checkout-page .form-row .button-submit {
    width: auto;
    float: left;
}
.billing-info {
    margin-bottom: 20px;
}
.free-shiping {
    color: #37c737 !important;
}
.checkout-page .actions .btn-checkout {
    margin-top: 15px;
    width: 100%;
    margin-bottom: 0;
}
.form-contact textarea{
    height: 168px !important
}
#sticky-wrapper {
    border-top: 1px solid #dedede;
}
i.fa.fa-angle-right {
    transform: scale(-1);
}
i.fa.fa-angle-left {
    transform: scale(-1);
}
.inner-page{
    padding: 50px 0;
}
.user_side .panel-default>.panel-heading {
    color: #666;
    background-color: #f9f9f9;
    border-color: #ddd;
    border-top: 3px solid #e9681d;
}
.user_side .panel-default {
    border-color: #ddd;
}
.user_side .panel {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-top: 0;
}
.user_side .panel-heading {
    padding: 10px 15px;
}
.user_side .panel-body {
    padding: 15px;
}
.conti-shoping-op {
    text-align: left;
    margin-top: 30px;
    border-top: 1px solid #dedede;
    padding-top: 30px;
}
.conti-shoping-op p .left {
    float: right;
    font-size: 16px;
}
.conti-shoping-op p .right {
    font-size: 14px;
}
.conti-shoping-op p {
    margin-bottom: 15px;
}
.favorite-item-opt .btn-checkout i{
    margin-left: 5px;
}
.order-status{
    margin-top: 10px;
    display: block;
}
.order-status.pending{
    color: #f5a623;
}
.order-status.done{
    color: #63ab13;
}
.favorite-item h4 {
    font-size: 16px;
}
.cut-radio-style .checkboxes label:before{
    content: "\f111";
    background-color: transparent;
    color: #000;
}
.insert-copon {
    width: 100%;
    margin-bottom: 15px;
}
.sliderhome{
    margin-bottom: 60px;
}
.item-slide{
    display: table;
    table-layout: fixed;
    width: 100%;
    overflow: hidden;
    height: 500px;
}
.slide-inner {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: relative;
    height: auto;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
}
.slide-inner .mask {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(14, 14, 14, 0.4);
}
.slide-inner .slide-block {
    position: relative;
    text-align: center;
    z-index: 99;
    padding: 0 30px;
}
.slide-inner .slide-block h2{
    color: #fff;
    font-size: 42px;
    margin-bottom: 25px;
}
.slide-inner .slide-block p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 45px;
}
.slide-inner .slide-block .btn{
    padding: 15px 45px;
    font-size: 16px;
    border-radius: 30px;
}
.sliderhome .owl-nav {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 999;
    left: 0;
    width: 100%;
}
.sliderhome .owl-nav button {
    position: absolute;
    top: calc(50% - 50px);
    width: 50px;
    height: 50px;
    display: block;
    font-size: 30px !important;
    background: transparent;
    z-index: 9999;
    color: #fff !important;
    border: 1.5px solid #fff !important;
    border-radius: 50%;
}
.sliderhome .owl-nav button:hover{
    color: #fff !important;
}
.sliderhome .owl-nav button.owl-prev:before {
    content: "\f105";
    font-family: 'FontAwesome';
}
.sliderhome .owl-nav button.owl-next:before {
    content: "\f104";
    font-family: 'FontAwesome';
}
.sliderhome .owl-nav button span {
    display: none;
}
.sliderhome .owl-prev{
    right: 30px;
}
.sliderhome .owl-next{
    left: 30px;
}
.sliderhome .owl-dots {
    position: absolute;
    bottom: 30px;
    z-index: 99;
    right: 0;
    left: 0;
    text-align: center;
}
.owl-dots .owl-dot span{
    display: inline-block;
    margin-left: 10px;
    width: 13px;
    height: 13px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}
.owl-dots .owl-dot.active span{
    background: #fff;
}
.company-header {
    position: relative;
    height: 300px;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.company-thumb {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.company-header h1 {
    color: #555;
    margin-bottom: 40px;
    font-size: 27px;
    margin-top: 30px;
}
.company-details h3 {
    color: #333;
    font-size: 18px;
}
.block-dec {
    position: relative;
    padding-right: 15px;
    color: #888;
}
.block-dec:before {
    position: absolute;
    content: "";
    display: inline-block;
    background: #555;
    width: 6px;
    height: 6px;
    right: 0;
    border-radius: 50%;
    top: 8px;
}
ul.nav.nav-pills {
    border-bottom: 1px solid #dedede;
    margin-bottom: 30px;
}
.nav-pills>li>a{
    background: transparent;
    border-radius: 0;
    border-bottom: 1px solid transparent;
    font-size: 18px;
    padding-right: 0;
    padding-left: 0;
    margin-left: 30px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #333;
    background-color: transparent;
    border-bottom: 2px solid #e9681d;
    color: #e9681d;
}
.nav-pills>li>a:hover{
    color: #e9681d;
    background-color: transparent;
}
.product-price {
    position: absolute;
    top: 9px;
    left: 15px;
    color: #e9681d;
    font-size: 18px;
}
.block-icon-2 {
    color: #e9681d;
    font-size: 45px;
    float: right;
}
.html-info-2 {
    padding-right: 60px;
}
.html-info-2 h4 {
    font-size: 15px;
    color: #1a1a1a;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 3px;
}
.html-info-2 p {
    color: #9d9d9d;
}
.recipe-det {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 25px 0;
}
.product-summ-det h5 {
    font-weight: 600;
    margin-bottom: 15px;
}
.require-symbol {
    color: red;
    margin-right: 10px;
    font-size: 14px;
}
.menu-block {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
}
.menu-block h5{
    margin-bottom: 15px;
}
.menu-block:last-child{
    border-bottom: none;
}
.menu-block-item {
    margin-bottom: 20px;
}
.menu-block-item h6{
    color: #888;
}
.menu-block-item .left-side {
    text-align: left;
}
.pro-add-cart .btn{
    border-radius: 5px;
}
.pro-add-cart .buttons-added .sign {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
}
.pro-add-cart .buttons-added input {
    font-size: 14px;
    padding: 20px 30px;
}
.edit-label {
    height: 60px;
    display: block;
    line-height: 107px;
}
.empty-address {
    text-align: center;
}
.empty-address i {
    font-size: 60px;
    margin-bottom: 20px;
    display: block;
    color: #d5d5d5;
}
.empty-address .btn{
    margin-top: 20px;
    border-radius: 30px;
}
.site-main {
    min-height: 600px;
}
.proc-ch-out{
    margin-top: 30px;
    border-radius: 30px;
}
.product-item.style-2.favorite-item {
    margin: 0;
    padding: 0;
    /*    margin-bottom: 10px;
        padding-bottom: 10px;*/
    border-bottom: 1px solid #dedede;
    overflow: hidden;
}
.favorite-item .product-inner {
    text-align: right;
    padding: 20px 0 20px 0;
}
.product-item.style-2 .product-thumb {
    height: auto;
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
    border-radius: 8px;
}
.favorite-item .product-thumb img, .order-item .thumb-inner img {
    width: 100%;
    height: auto;
}
.product-item.style-2 .product-innfo {
    overflow: hidden;
}
.product-item.style-2 .product-name {
    margin-bottom: 6px;
}
.favorite-item .product-name a {
    text-align: right;
    padding-top: 0;
    font-size: 18px;
    margin-bottom: 7px;
}
.favorite-item  ul {
    margin-top: 15px;
}
.favorite-item  ul li{
    margin-bottom: 10px;
    color: #555;
}
.favorite-item ul li i {
    color: #888;
    margin-left: 5px;
    float: right;
}
.product-item.style-2.favorite-item:last-child{
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.favorite-item:last-child .product-inner{
    padding-bottom: 0 !important;
}
.product-item.favorite-item:first-child .product-inner{
    padding-top: 0;
}
.price {
    font-size: 17px;
    color: #e9681d;
}
.price ins {
    text-decoration: none;
}
.my-fav .favorite-item-opt {
    padding: 30px 0;
    text-align: left;
}
.tab-head, .title-top {
    /*border-bottom: 1px solid #f1f1f1;*/
    margin-bottom: 10px;
}
.title-top h3{
    font-size: 20px;
}
.closed-badge {
    position: absolute;
    top: 44%;
    color: #fff;
    padding: 7px 13px;
    font-weight: 700;
    left: 35%;
    opacity: 0.8;
    font-size: 20px;
    letter-spacing: 1px;
}
.closed-item .thumb-inner:before{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);  
}
.web_logo{
    position: absolute;
    left: 10px;
    bottom: 10px;
    max-height: 37px;
    opacity: 0.7;
}

.home-search{
    margin-bottom: 40px;
}
.home-search h2{
    margin-bottom: 25px;
    font-size: 24px;
}
.home-search select {
    padding: 5px 20px;
    background-color: #f5f5f5;
    height: auto;
    border-radius: 8px;
}
.home-search .submit-search{
    text-align: left;
}
.home-search .submit-search .button-submit {
    width: 100% !important;
    height: 45px;
    padding: 10px 5px;
}
.addToCart{
    text-align: left;
}
.addToCart .btn.button-submit {
    padding: 8px 20px;
    font-size: 13px;
}
.button-submit{
    border-radius: 20px !important;
}
.pl-0{
    padding-left: 0;
}
.pr-0{
    padding-right: 0;
}
.cart-order-summery {
    background: #fafafa;
    padding: 20px 10px;
    border-radius: 10px;
}
.cart-item h5 {
    font-size: 14px;
    margin-bottom: 5px;
}
.cart-item .price {
    font-size: 15px;
    color: #e9681d;
}
.cart-item {
    margin-bottom: 15px;
}
.left-text{
    text-align: left;
}
.cart-summ {
    border-top: 1px solid #dedede;
    padding-top: 10px;
    padding-bottom: 10px;
}
.fb-1{
    color: #333;
}
.mb-10{
    margin-bottom: 10px;
}
.d-block {
    width: 100%;
}
.order-summ-title {
    background: #e9681d;
    color: #fff;
    padding: 9px 15px;
    font-size: 16px;
    border-radius: 5px;
}
.item-block-dec .d-flex {
    margin-bottom: 20px;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.flex-1 {
    flex: 1;
}
.item-block-dec {
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
}
h2.block-title {
    font-size: 20px;
    margin-bottom: 20px;
}
.entry-summary .product-name p{
    color: #b5b5b5;
}
.entry-summary .product-name{
    margin-bottom: 30px;
}
.p-int-cart .quantity{
    text-align: center;
}
.p-int-cart h3 {
    color: #e9681d;
    font-size: 25px;
}
.p-int-cart .button-submit{
    margin-top: 20px;
    margin-bottom: 25px;
    min-width: 250px;
}
.product-innfo .price {
    margin-top: 10px;
    display: block;
}
.cart-block{
    padding-right: 0;
}
.product-item.style-2.favorite-item .product-thumb {
    height: auto;
    margin-left: 10px;
    width: 100px;
    max-width: 100px;
    float: right;
}
.product-item.style-2.favorite-item .price {
    display: block;
    margin-bottom: 20px;
}
.in-cart .cart-order-summery{
    background: #ffefe5;
    padding: 20px;
}
.cart-order-summery .right-side {
    font-size: 15px;
}
.cart-order-summery .promo-code input {
    height: 35px;
    line-height: 35px;
    background: #fff;
    border-radius: 8px;
    font-size: 12px;
}
.btn-add {
    background: #e9681d;
    color: #fff !important;
    border-radius: 8px;
    margin-right: 10px;
    font-size: 12px;
}
.promo-code .remove {
    margin-right: 10px;
    font-size: 12px;
    cursor: pointer;
}
.promo-code .remove:hover{
    color: #ed9c6d;
}
.promo-code.hide{
    display: none !important;
}
.promo-code{
    margin-bottom: 20px;
}
.promo-code input{
    width: 100%;
}
.cart-order-summery h6 {
    font-size: 16px;
    margin-bottom: 15px;
}
.in-cart .cart-summ {
    border-top: none; 
    padding-top: 0; 
    padding-bottom: 10px;
}
.check-head a, .check-head p{
    display: inline-block;
}
.check-head a{
    margin-left: 10px;
}
.check-head {
    margin: 20px 0;
}
.delivery-option .checkboxes{
    display: inline-block;
    margin-left: 30px;
}
.delivery-option h3 {
    font-size: 20px;
    margin: 20px 0;
}
.choose-date {
    width: 350px;
    background: #f6f6f6;
    margin-top: 30px;
    padding: 20px;
    border-radius: 8px;
}
.ch-d h6{
    color: #e9681d;   
}
.ch-d select {
    width: 100%;
    height: 40px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #dedede;
    outline: none;
}
.ch-sub{
    min-width: 200px;
    margin-top: 30px;
}
.or-summry{
    width: 500px;
    background-color: #ffefe5;
    padding: 20px;
    margin-bottom: 30px;
    margin-top: 10px;
    border-radius: 8px;
}
.second-header {
    background: url(../images/header-bg.png);
    height: 200px;
    position: relative;
    background-size: cover !important;
    overflow: hidden;
    background-position: center !important;
    background-repeat: no-repeat !important;
    text-align: center;
    position: relative;
}
.second-header h1 {
    color: #ffffff;
    font-size: 26px;
    position: relative;
}
.second-header:before{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}
.contact-details .footer-social {
    border-top: 1px solid #ddd;
    padding-top: 20px
}
.social-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #f5f5f5;
    color: #888;
    margin-left: 10px;
    display: inline-block;
    border-radius: 50%;
    -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;
}
.social-icon i {
    font-size: 12px;
}
.social-icon:hover {
    background: #e9681d;
    color: #fff;
}
#google-map {
    height: 300px;
}
.branches li{
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.branches li:last-child{
    border-bottom: none;
}
.branches li i{
    margin-left: 4px;
    display: inline-block;
}
.br-ph{
    color: #e9681d;
}
.br-add{
    color: #555;
    margin-bottom: 15px;
}
.user-side-menu h4 {
    font-size: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.user-side-menu li a {
    margin-bottom: 15px;
    display: block;
    color: #555;
}
.user-side-menu li i{
    margin-left: 4px;
    color: #e9681d;
}
.user-side-menu li.active a{
    color: #e9681d;
}
.cart-title {
    font-size: 17px;
    margin-bottom: 25px;
}
.home-search {
    padding: 0 50px;
}
.product-item.style-2 .product-thumb{

    position: initial;

}
.large{
    position: absolute;
    visibility: hidden;-webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.product-thumb:hover .large {
    visibility: visible;
    top: -30px;
    right: 120px;
    z-index: 1;
    display: block;
    width: 350px;

}
.large-image {
    border-radius: 4px;
    box-shadow: 1px 1px 3px 3px rgba(127, 127, 127, 0.15);
}
.cart-item-cont {
    position: relative;
    padding-right: 25px;
}
.remove-item {
    position: absolute;
    padding: 0;
    border: none;
    color: #b2b0b0;
    right: 0;
}
.remove-item:hover {
    color: #e9681d;
}
.stickysidebar {
    position: fixed;
    top: 20px;
}
.mini-cart.stickysidebar {
    left: inherit;
    width: 293px;
}
.categories a {
    border-right: 3px solid transparent;
    padding: 0 10px 0 0 !important;
    margin-bottom: 20px;
    display: block;
}
.categories li.active a{
    color: #e9681d;
    border-right: 3px solid #e9681d;
}
.categories a:hover {
    background-color: transparent !important;
}
.categories .title-top {
    padding-right: 10px;
    margin-bottom: 20px;
}
.my-fav .product-item:last-child{
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .home-search {
        padding: 0;
    }
    .user-side-menu h4 {
        position: relative;
        background: #f9f9f9;
        padding: 10px;
        border-radius: 7px;
        border: none;
        font-size: 16px;
    }
    .user-side-menu h4:after {
        position: absolute;
        left: 10px;
        content: "\f107";
        font-family: FontAwesome;
    }
    .user-side-menu ul {
        display: none;
        padding-right: 10px;
    }
    .login-page {
        padding: 50px 20px 0 20px;
    }
    .second-header h1 {
        font-size: 22px;
    }
    .title-top h3 {
        font-size: 18px;
    }
    .choose-date, .or-summry {
        width: 100%;
    }
    .pr-res-0{
        padding-right: 0; 
    }
    .header-content {
        padding: 15px 0 15px 0;
    }
    .order-item .product-inner {
        width: 100%;
        margin: 0;
        overflow-x: scroll;
        white-space: nowrap;
        display: block;
        overflow-y: hidden;
    }
    .order-item h4 {
        font-size: 18px;
    }
    .respo-block {
        float: none;
        display: inline-block;
        width: auto;
    }
    .block-recomment {
        padding-top: 35px;
    }

    .sp-thumbs {
        bottom: -130px;
    }
    .video-btn {
        margin-top: 125px;
        margin-bottom: 30px;
    }
    .product-des .col-md-4.col-sx-4 {
        width: 33.3% !important;
        float: right;
        padding: 0 5px;
    }
    .buttons-added input{
        padding: 10px;
    }
    .cart-actions {
        text-align: right;
    }
    .button-submit {
        float: none;
        width: auto !important;
    }
    .se-vert {
        width: 100%;
        height: 1px;
        margin: 10px 0;
    }
    .conti-shoping-op p .left {
        text-align: right;
    }
    .post-item .post-name a {
        font-size: 20px;
    }
    .header-top {
        width: 100%;
        height: auto;
        display: inline-block;
        padding: 8px 0;
    }
    .header-top-left,
    .header-top-right {
        display: inline-block;
        float: none;
    }
    .header-top-right li, .header-top-left li{
        padding-left: 10px;
        padding-right: 0;
    }
    .header-top-right li:last-child{
        padding-left: 0;
    }
    .logo-header {
        float: right;
    }
    .block-search {
        display: none;
    }
    .footer .links {
        margin-bottom: 25px;
    }
    .footer-subscribe {
        border-right: none;
        padding-right: 15px;
    }
    .slide-inner .slide-block h2 {
        font-size: 26px;
    }
    .slide-inner .slide-block p {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .item-slide {
        height: 350px;
    }
    .slide-inner .slide-block .btn {
        padding: 10px 30px;
    }
    .website-info-content {
        margin-bottom: 25px;
    }
    .img-box{
        text-align: center;
        margin-bottom: 15px;
    }
    .download-app .img-box img{
        margin: auto;
        max-height: 250px;
    }
    .download-app-content h4 {
        font-size: 22px;
    }
    .download-app-content .download-app-links a {
        margin-left: 0;
        text-align: center;
    }
    .download-app-content .download-app-links a img {
        max-height: 40px;
    }
    .website-info .block-icon img {
        height: 60px;
        line-height: 60px;
    }
    .footer-logo-icon {
        text-align: center;
    }
    .html-info-2 {
        padding-right: 60px;
        margin-bottom: 30px;
    }
    .pro-add-cart .buttons-added input {
        padding: 20px 10px;
    }
    .nav-pills>li>a {
        font-size: 15px;
        margin-left: 15px;
    }
    .company-details {
        display: block;
        width: 100%;
        overflow-x: scroll;
        white-space: nowrap;
    }
    .company-details > div {
        width: auto !important;
        float: none;
        display: inline-block;
        flex: none;
        max-width: calc(100% / 2);
        padding: 0 15px !important;
        flex-wrap: wrap;
    }
    .company-details h3 {
        font-size: 15px;
    }
    .company-thumb {
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
    }
    .company-header h1 {
        margin-bottom: 20px;
        font-size: 20px;
        margin-top: 0px;
    }
    .company-header{
        overflow: scroll;
    }
    .sidebar {
        margin-bottom: 20px;
    }
    .account-content {
        border-right: none;
        padding-right: 0;
        margin-top: 20px;
    }
    .favorite-item .thumb-inner {
        width: 100%;
    }
    .my-fav .favorite-item .thumb-inner {
        width: 100%;
    }
    .my-fav .favorite-item-opt {
        padding: 10px 0;
    }
    .favorite-item .product-name a {
        font-size: 16px;
    }
    .product-item.style-2.favorite-item .price {
        display: inline-block;
        margin-bottom: 0; 
        line-height: 35px;
    }
    .favorite-item h4 {
        font-size: 14px;
    }
    .favorite-item-opt .buttons-added .sign {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 9px;
    }
    .contact-details {
        padding-right: 15px;
    }
    .sliderhome {
        margin-bottom: 30px;
    }
    .home-search h2 {
        margin-bottom: 15px;
        font-size: 20px;
    }
    .product-thumb {
        height: 180px;
    }
    .product-name a {
        padding: 8px 5px;
        font-size: 15px !important;
    }
    .product-item {
        margin-bottom: 20px;
    }
    .sliderhome .owl-nav button{
        display: none;
    }
    .slide-inner .slide-block {
        padding: 0 20px;
    }
    .block-minicart.dropdown, .menu-on-mobile{
        float: none;
    }
    .header-l-side{
        text-align: left;
    }
    .block-minicart.dropdown {
        padding-top: 14px;
        margin-left: 18px;
    }
    .block-minicart .counter.qty {
        margin-top: 0;
        float: none;
    }
    .logo-header img {
        height: 60px;
    }
    .menu-item-has-children.active a, .menu-item-has-children a:hover{
        background: transparent;
    }
    .inner-page {
        padding: 20px 0 30px 0;
    }
    .header-menu .menu-item-has-children a {
        display: block;
        text-align: right;
        padding: 0;
    }
    .header-menu .dropdown-menu a{
        margin-bottom: 10px;
        color: #999;
    }
    .header-menu .dropdown-menu a:last-child{
        margin-bottom: 0;
    }
    .main-image {
        margin-bottom: 20px;
    }
    .cart-block{
        padding-right: 15px;
        margin-top: 30px;
    }
    .categories ul{
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        display: block !important;
    }
    .categories li {
        display: inline-block;
        margin-bottom: 5px;
    }
    .categories a {
        border-bottom: 2px solid transparent;
        border-right: none;
        padding: 0!important;
        margin-bottom: 0;
        margin: 0 10px;
    }
    .categories li.active a {
        border-right: 0;
        border-bottom: 2px solid #e9681d;
    }
    .stickysidebar {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 99;
        background: #f9f9f9;
        padding: 10px;
    }
    /*        .account-setting.padding-t .panel-group{
                padding-top: 125px;
            }*/
    .addToCart .btn{
        padding: 5px 20px;
        font-size: 12px;  
    }
    .large{display: none;}
}
@media (max-width: 767px) {
    .conti-shoping-op .text-right{
        text-align: left;
    }
}
