body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 14px;
    letter-spacing: 0.8px;
    line-height: 20px;
    width: 100%;
}


/* default font size */

.fa {
    font-size: 14px;
}


/* Override the bootstrap defaults */

a {
    color: #000;
}

ul {
    margin-bottom: 0;
    padding: 0px;
}

svg {
    vertical-align: middle;
    transition: 0.3s ease;
}

a:hover {
    text-decoration: none;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-size: 12px;
    font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
    font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}


/* Fix some bootstrap issues */

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}


/* imgblog */

.imgbanner .sub-img-banner {
    margin-bottom: 30px;
}

.imgbanner .sub-img-banner:last-child {
    margin-bottom: 0;
}


/* Gradent to all drop down menus */

.dropdown-menu li>a:hover {
    text-decoration: none;
    color: #000;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
}


/* top */

.cartname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 10px;
    width: 139px;
    font-size: 14px;
    transition: 0.3s ease;
}

.cartprice {
    clear: both;
    position: relative;
    top: -35px;
    left: 70px;
    width: 50%;
    color: #000;
    font-size: 13px;
    direction: ltr;
    margin-bottom: -10px;
}

.cartname a {
    font-weight: 500;
}

#cart .btn-pri {
    background-color: #fff;
    color: #222;
    padding: 0;
    border-color: #fff;
    border: none;
    transition: all 0.4s ease-in-out 0s;
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
    font-size: 14px;
}

#cart .dropdown-menu li>div table td {
    border: 1px solid #eee;
    border-bottom-color: rgb(238, 238, 238);
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#cart li tbody tr td {
    border-bottom: 1px solid #eee !important;
    border: none;
}

#cart li tbody tr td {
    border-bottom: 1px solid #eee !important;
    border: none;
}

.carts {
    text-align: right;
}

.acc {
    display: inline-block;
    margin-right: 25px;
}

.wishlist {
    margin: 0px 15px;
}

#form-language {
    margin-right: 15px;
}

.topte {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    margin-top: 2px;
}

#top {
    background-color: #D42E12;
    border-bottom: 1px solid #eee;
    padding: 10px 0px;
}

#top .container {
    padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #f15723;
    background-color: transparent;
    background-image: none;
}

#form-language .lange,
#form-currency .curr {
    padding: 0px;
}

#top .btn-link,
#top-links li,
#top-links a {
    color: #fff;
    text-shadow: none;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    transition: 0.3s ease;
}

.acc:hover svg,
#cart:hover svg {
    fill: #f15723;
}

.tright {
    margin-top: 20px;
}

#top .btn-link:hover,
#top-links a:hover {
    color: #444;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links .dropdown-menu a:hover {
    color: #FFF;
}

:focus {
    outline: none;
}

#form-currency,
#form-language {
    margin-bottom: 0px;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top-links a+a {
    margin-left: 15px;
}

.smenus a {
    text-transform: capitalize;
    color: #000;
    font-size: 15px;
    font-weight: 500;
}


/* logo */

#logo {
    margin: 0 0 10px 0;
}


/*loader start */

/* .fixed {
    position: fixed;
    z-index: 9;
    top: 0;
    box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
    left: 0;
    right: 0;
    padding: 15px 0 5px 0 !important;
} */

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
}

#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    opacity: 0;
    transition: all 1.3s ease 0.3s;
    overflow: hidden;
}

#page-preloader.visible {
    opacity: 1;
    z-index: 100500;
    overflow: hidden;
}

#page-preloader .preloader {
    position: absolute;
    left: 50%;
    top: 45%;
    text-align: center;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
    opacity: 0;
}

#page-preloader.visible .preloader {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.object {
    position: absolute;
    top: 0px;
    z-index: 4;
    background: url('../../../../../image/catalog/loader.gif') 50% 50% no-repeat;
    width: 100%;
    height: 100%;
}

#page-preloader {
    display: none;
}

#page-preloader {
    display: block;
}


/* search category */


/* search */

#common-home #content {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#sp-btn-search:last-child>.btn {
    margin-left: 0px;
}

:focus {
    outline: none;
}

.callus {
    margin: 0px 10px;
    text-transform: capitalize;
}

.input-group .form-control {
    border-radius: 0;
}

.form-control:focus {
    border-color: #66afe9;
    box-shadow: none;
}

#search {
    margin-top: 5px;
}

#search .input-lg {
    border-color: #eee;
    height: 40px;
    line-height: 20px;
    border-radius: 0px;
    padding: 0 10px;
}

#search .btn-lg svg {
    fill: #fff;
}

#search .btn-lg:hover svg {
    fill: #fff;
}

#search .btn-lg:hover {
    background-color: #000;
    border-color: #000;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: none;
    height: 40px;
    background-color: #333565;
    color: #fff;
    transition: 0.3s ease;
    border-color: #333565;
}

.collright {
    font-size: 14px;
    color: #001689;
    font-weight: 600;
    letter-spacing: 1px;
}
.collright svg{
    fill:  #001689;
}
.mcoll {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    margin-top: 15px;
}


/* padding */

.blog_webi .owl-buttons,
.parallex .owl-buttons,
#featured_category .owl-buttons {
    margin-top: 20px;
}

.prosp {
    margin-top: 60px;
}

.jd-2 {
    background-color: #f2f2f2;
    padding: 30px 0;
    margin-top: 60px;
    margin-bottom: 60px;
}

.imgblog {
    margin-top: 60px;
    margin-bottom: 60px;
}

.parallex {
    margin: 50px 0;
}

.logosli {
    margin-bottom: 50px;
}


/* cart */

.accon {
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
}

#cart-total {
    background: #f15723;
    color: #fff;
    border-radius: 100%;
    font-size: 11px;
    height: 15px;
    width: 15px;
    text-align: center;
    line-height: 16px;
    position: absolute;
    left: 14px;
    top: -5px;
}

#cart-per {
    color: #000;
    letter-spacing: 0;
    font-weight: 500;
    margin-left: 5px;
    font-size: 15px;
}

.cimg,
.discri,
.discris {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

#cart {
    display: inline-block;
    float: right;
    width: auto;
}

#cart>.btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
    padding: 0;
    border: none;
    background: no-repeat;
    color: #000;
}

#cart.open>.btn {
    background-image: none;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}

#cart.open>.btn:hover {
    color: #444;
}

#cart .dropdown-menu {
    min-width: 270px;
    padding: 10px 10px;
    border-radius: 0px;
    box-shadow: none;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li>div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
    text-align: center;
}


/* menu */

#menu .dropdown-inner a {
    min-width: 50px;
    display: block;
    padding: 3px 2px;
    clear: both;
    line-height: 23px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

#menu .collapse .nav li {
    padding: 0 15px;
}

.dropdown-submenu {
    position: relative;
}

.smenus li {
    margin-right: 50px;
    padding: 0px;
}

.header-top {
    padding: 22px 0 27px 0;
}
header{
    margin-bottom: 10px;
}
.thumb_img img {
    width: 23px;
}

.thumb_img {
    margin-right: 10px;
}

.view_more.my-menu {
    display: inline-block;
    padding: 9px 8px !important;
    cursor: pointer;
}

.navbar {
    position: relative;
    min-height: 0px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    margin-top: 0px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.nav>li>a {
    padding: 17.7px 5px;
}

#menu .nav>li>a {
    color: #000;
    text-shadow: none;
    min-height: 15px;
    background-color: transparent;
    font-size: 13px;
    text-transform: capitalize;
    cursor: pointer;
    color: #939393;
    border-bottom: 1px solid #eee;
}

#menu .dropdown-menu {
    padding-bottom: 0;
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;
}

#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: #f15723;
    background-color: transparent;
    background-image: none;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: none;
}

.dropdown-menu {
    padding: 10px 10px;
}

#under-menu ul li a {
    font-weight: normal;
    border-radius: 0px;
    font-size: 15px;
    text-transform: capitalize;
    color: #939393;
}


/* account - left column */

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    background-color: transparent;
    color: #f15723;
}

.accolumn {
    /* box-shadow: 0 2px 4px 0 rgba(0,0,0,.09); */
    box-shadow: 0px 0 3px 2px rgba(0, 0, 0, .05);
    border-radius: 0;
    padding: 15px 0px;
}

.accolumn.list-group a {
    border: none;
    padding: 10px 50px;
    font-size: 13px;
}

.accolumn.list-group a.logu {
    padding: 10px 0;
    color: #000
}

.accolumn h3 {
    font-size: 16px;
    font-weight: 500;
    color: #878787;
    padding: 0;
    display: inline-block;
    margin-top: 0;
    padding: 0 20px;
}

.accolumn h3 a {
    font-size: 16px;
    font-weight: 500;
    color: #878787;
    padding: 0;
    display: inline-block;
    margin-top: 0;
    padding: 0 0px;
}

.accolumn h3 svg {
    fill: #f15723;
    margin-right: 10px;
}

.accolumn hr {
    border-top: 1px solid #f0f0f0;
}

.acl {
    margin-bottom: 5px;
}

.search-page select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.search-page .select-input {
    position: relative;
}

#product-search .checkbox-inline {
    margin-top: 7px;
}

.img-thumbnail {
    border-radius: 0
}

#common-success .colrw {
    display: none
}

.afflog .well h1 {
    border-bottom: 1px solid #eee;
    margin-top: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    padding: 15px 0 7px 0;
}

.product-quickview-detail .swiper-viewport {
    margin: 0
}

.product-quickview-detail {
    width: 100%;
    background-color: #fff;
}

.product-quickview-detail #content {
    min-height: auto;
    margin-top: 20px;
}

.mfp-iframe-scaler iframe {
    background: #fff !important;
    box-shadow: none !important
}

.product-quickview-detail .pro-content h1 {
    margin-top: 0;
}

.swiper-button-prev::before,
.swiper-button-next::before {
    color: #000 !important;
    font-size: 26px !important;
}


/* ----- */

@media (min-width: 768px) {
    .product-quickview-detail .sticky {
        position: sticky;
        top: 15px;
    }
    #xsfilter {
        display: block;
    }
    .menurel .navbar-collapse {
        padding: 0;
    }
    .dropdown-submenu .submenu-title {
        color: #192739 !important;
        font-size: 14px !important;
        text-transform: uppercase !important;
        font-weight: 500;
        padding-bottom: 15px !important;
        font-weight: 500 !important;
    }
    #menu .dropdown-inner li a::after {
        content: '';
        border-bottom: 2px solid #e7e7e7;
        width: 40px;
        position: absolute;
        bottom: 13px;
        left: 15px;
    }
    #menu .dropdown-inner .dropdown-submenu ul.grand-child li {
        padding: 0;
    }
    #menu .dropdown-inner li a:hover {
        color: #f15723;
    }
    #menu .dropdown-inner a {
        line-height: 20px;
        color: #333333;
        font-size: 13px;
        text-transform: capitalize;
    }
    .sticky {
        position: sticky;
        top: 20px;
    }
    #search-by-category {
        margin-top: 5px;
    }
    #cart.open .dropdown-menu,
    #top .open .dropdown-menu,
    .curlan.open .dorpss,
    .acc.open .dropdown-menu,
    .curlan.open .dropsetting,
    .huserb.open .dropdown-menu {
        visibility: visible;
        opacity: 1;
        transform: scale(1, 1);
        margin-top: 12px;
        background: #fff;
        border: 1px solid #ededed;
        border-top-color: rgb(237, 237, 237);
        border-top-style: solid;
        border-top-width: 1px;
    }
    #cart .dropdown-menu,
    #top .dropdown-menu,
    .curlan .dorpss,
    .acc .dropdown-menu,
    .curlan .dropsetting,
    .huserb .dropdown-menu {
        visibility: hidden;
        display: block;
        opacity: 0;
        margin-top: 0px;
        border-top: 3px solid #000 !important;
        border: 1px solid #e7e7e7;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
        visibility: hidden;
        display: block;
        opacity: 0;
        border-radius: 4px;
        box-shadow: none;
        padding: 5px;
        transform-origin: 0 0 0;
        transform: scale(1, 0);
        transition: all 500ms ease 0s;
        border-radius: 0px 0px 0px 0px;
    }
    .middle-footer h5 button {
        display: none;
    }
    .footer-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .wr-menu {
        text-align: left;
        padding: 12px 5px;
    }
    /* .commenu #under-menu {
        display: block;
        border: none;
    } */
    .commenu #under-menu {
        z-index: 9;
        border-radius: 0px;
        position: unset;
        padding: 0px;
        border: 1px solid #eee;
    }
    #under-menu {
        z-index: 9;
        border-radius: 0px;
    }
    #under-menu {
        position: absolute;
        border: 2px solid #dfdfdf;
        background-color: #fff;
    }
    #menu li a:hover .enangle {
        transform: rotate(-90deg);
        transition: all 0.3s ease 0s;
    }
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
    #menu .dropdown:hover .dropdown-menu {
        opacity: 1;
        transform: scale(1, 1);
    }
    #menu .dropdown-menu {
        padding-bottom: 0;
    }
    .navbar-nav>li {
        width: 100%;
    }
    #slideshow0.owl-carousel {
        z-index: 0;
        margin-top: 10px;
    }
    #menu .dropdown-menu {
        margin-top: 10px;
        border-top: 3px solid #f15723 !important;
        border: 1px solid #e0e0e0;
        box-shadow: none;
        border-radius: 0px;
        opacity: 0;
        display: block;
        transform-origin: 0 0 0;
        transform: scale(1, 0);
        transition: all 500ms ease 0s;
        padding-bottom: 10px !important;
        left: 100% !important;
        right: auto;
        top: 0;
        margin-left: 0px !important;
        z-index: 1000 !important;
    }
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
    .cate {
        margin: 0 10px;
        display: inline-block;
        color: #fff;
    }
    .wb-menu-vertical .btn-navbar.navbar-toggle {
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        vertical-align: middle;
        margin: 0;
        padding: 0;
        background: rgba(0, 0, 0, 0.1);
        min-width: 35px;
        min-height: 35px;
        text-align: center;
        border-radius: 100%;
        border: none;
    }
    .btn-navbar.navbar-toggle {
        color: #2d2d2d;
        cursor: pointer;
    }
    .btn-navbar.navbar-toggle {
        color: #2d2d2d;
        cursor: pointer;
    }
    .wr-menu .navbar-toggle {
        text-align: center;
        margin: 0;
        cursor: pointer;
        transition: all .3s ease-in-out;
        display: block;
        float: left;
    }
    .wb-menu-vertical .btn-navbar.navbar-toggle {
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        vertical-align: middle;
        margin: 0;
        padding: 0;
        background: rgba(0, 0, 0, 0.1);
        min-width: 35px;
        min-height: 35px;
        text-align: center;
        border-radius: 100%;
        border: none;
    }
    .btn-navbar.navbar-toggle {
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        background: rgba(0, 0, 0, 0.1);
        vertical-align: middle;
        margin: 0;
        padding: 0;
        min-width: 35px;
        min-height: 35px;
        text-align: center;
        border-radius: 100%;
        border: none;
        bottom: 6px;
    }
    .ico-menu .bar:nth-child(1)::after {
        transition-delay: 0.1s;
    }
    .ico-menu .bar:nth-child(1) {
        top: 6px;
        width: 17px;
    }
    .ico-menu .bar:nth-child(2) {
        top: 11px;
        width: 17px;
    }
    #wr-menu-icon:hover .ico-menu .bar::after {
        left: 0;
    }
    .ico-menu .bar:nth-child(3)::after {
        transition-delay: 0.3s;
    }
    .ico-menu .bar:nth-child(3) {
        top: 16px;
        width: 12px;
    }
    .ico-menu .bar {
        position: absolute;
        height: 1px;
        background-color: #fff;
        overflow: hidden;
    }
    .ico-menu .bar::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: #000;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 1;
        transition: 0.3s;
        transition-delay: 0s;
    }
    .ico-menu {
        position: relative;
        width: 16px;
        top: -10px;
        margin: 0 auto;
        left: 0;
    }
    .commenu .menurel {
        position: absolute;
        top: 0px;
        left: 15px;
        right: 15px;
        z-index: 1;
        border-radius: 0px;
        background-color: #fff;
    }
    .menus {
        background-color: #f7f7f7;
        margin-bottom: 30px;
        height: 0px;
    }
    #wr-menu-icon {
        min-height: 0px;
        color: #fff;
        position: relative;
        border-radius: 0px;
        font-weight: 500;
        padding: 0px;
        cursor: pointer;
        margin-bottom: 0px;
        vertical-align: middle;
        background-color: #333565;
        padding: 5.5px 10px;
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: 500;
        cursor: pointer;
        margin-top: -6px;
    }
    #wr-menu-icon::after {
        content: '';
        position: absolute;
        top: 0;
        right: -6px;
        border-style: solid;
        border-width: 0 6px 6px 0px;
        border-color: transparent transparent #000 transparent;
    }
    #wr-menu-icon::before {
        content: '';
        position: absolute;
        top: 0;
        left: -6px;
        border-style: solid;
        border-width: 0 0 6px 6px;
        border-color: transparent transparent #000 transparent;
    }
}


/* slider */

.owl-wrapper-outer {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}

.owl-theme .owl-controls .owl-page span {
    width: 12px;
    height: 12px;
    background: #f15723;
    border: 2px solid #f15723;
    margin: 0 6px;
    opacity: 0.5;
}

.owl-controls .owl-page {
    margin: 0px 0px !important;
}

.owl-controls .owl-page.active span {
    background: #f15723 !important;
    border: 2px solid #f15723;
    opacity: 1;
}

#slideshow0 .owl-pagination {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    top: auto;
}


/* heading */

.head-t h4 span hr {
    background-image: url('../../../../../image/catalog/border.png');
    background-repeat: no-repeat;
    width: 148px;
    height: 12px;
    border-top: none;
    margin: 10px auto 0 auto;
}

.head-t h4 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    color: #000;
}


/* content */

#content {
    min-height: 600px;
}


/* product page */

.qtlabel,
.qty-plus-minus {
    display: inline-block;
    vertical-align: middle;
}

.form-rating .form-rating-container,
.radi .form-rating,
.radi label {
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.form-rating .form-rating-container label,
.form-rating .form-rating-container:hover label {
    margin-bottom: 0;
    cursor: pointer
}

#tab-review .fa-stack-2x {
    color: #ffc600;
}

.form-rating .form-rating-container input {
    display: none
}

.form-rating .form-rating-container:hover label:hover i.fa-star-o,
.form-rating .form-rating-container:hover label:hover~label i.fa-star-o {
    color: #ffc600;
}

.form-rating input:checked~label i.fa-star,
.form-rating input:checked~label i.fa-star-o,
.form-rating .form-rating-container:hover label:hover i.fa-star,
.form-rating .form-rating-container:hover label:hover~label i.fa-star {
    color: #ffc600;
}

.form-rating .form-rating-container label i.fa-star-o,
.form-rating .form-rating-container:hover label i.fa-star-o,
.form-rating .form-rating-container label i.fa-star,
.form-rating .form-rating-container:hover label i.fa-star {
    color: #d9d9d9;
}

.btn.datebtn {
    min-height: 34px;
}

.btn.pcrt.btn-primary {
    min-height: 35px;
}

#product-product .pro-content .alert,
#account-wishlist .alert,
#account-register .alert,
#checkout-cart .alert {
    position: unset;
}

.zoomWrapper {
    position: relative
}

.thumbnail {
    border: none;
    padding: 0;
}

#zoom_03 {
    border: 1px solid #ededed;
}

.pro-price {
    font-size: 18px !important;
    font-weight: 500;
}

.palert,
#tab-review .alert {
    position: relative;
    z-index: 0;
}

#tab-review #review {
    margin-bottom: 15px;
}

.product-tab .nav-tabs li.active::after {
    height: 2px;
    width: 100%;
}

.product-tab .nav-tabs li::after {
    content: '';
    position: absolute;
    bottom: 0;
    transition: all .3s ease-in-out;
    width: 0;
    border-bottom: 2px solid #f15723;
    left: 0;
}

.product-tab .nav-tabs>li.active>a,
.product-tab .nav-tabs>li.active>a:focus,
.product-tab .nav-tabs>li.active>a:hover {
    color: #f15723;
    cursor: default;
    background-color: #fff;
    border: none;
    cursor: pointer;
}

.product-tab .nav>li>a:focus,
.product-tab .nav>li>a:hover,
.product-tab .nav-tabs>li>a {
    border: none;
    background: transparent;
}

.product-tab .nav>li>a {
    padding-left: 0;
    padding-right: 0
}

#tab-specification .table-bordered>thead>tr>td,
#tab-specification .table-bordered>tbody>tr>td {
    border: 1px solid #f6f6f6;
}

.pro-content h1 {
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-top: 0;
    color: #000;
}

.pro-content #product h3 {
    font-size: 18px;
}

.pro-content .alert,
.product-quickview-detail .alert,
#accordion .alert {
    position: unset;
}

.pro-content .qty-plus-minus .form-control {
    width: 45px;
    text-align: center;
    border-radius: 0;
}

.btnminus,
.btnplus {
    line-height: 25px;
}

.btnminus span,
.btnplus span {
    position: unset;
}

.producthr {
    border-top: 1px solid #f2f2f2;
}

.text-decor,
.text-de {
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
    min-width: 150px;
    display: inline-block;
    line-height: 25px;
}

.price-old {
    color: #666;
    text-decoration: line-through;
    font-size: 13px;
}

.textdeb {
    margin: 0 4px;
    color: #f15723;
}

.textdeb:hover {
    color: #000;
}

.text-decor-bold {
    text-transform: capitalize;
    font-size: 14px;
}

.text-decor-bold h2 {
    font-weight: 500;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 0
}

.custom-radio .img-thumbnail {
    display: block;
    padding: 0;
    border-radius: 4px;
    border: none;
    height: 30px;
    width: 30px;
}

.text-decorop {
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 0;
}

.datebtn {
    background-color: #000;
    box-shadow: none;
    transition: all 0.3s ease;
    font-size: 12px;
    color: #fff;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 0;
}

.datebtn:hover,
.btnup:hover {
    background-color: #f15723;
    color: #fff;
}

.pro-content .rating li {
    display: inline-block;
    text-transform: capitalize;
}

#tab-description {
    line-height: 22px;
}

.btnup {
    background-color: #000;
    transition: all 0.3s ease;
    font-size: 14px;
    box-shadow: none;
    border: none;
    color: #fff;
}

.proreview {
    border-right: 1px solid #aaa;
    border-left: 1px solid #aaa;
    margin: 0 30px;
    padding: 0 30px;
}

.productwish button {
    background-color: transparent;
    color: #000;
    box-shadow: none;
    border: none;
    font-size: 37px;
    margin-right: 10px;
    padding: 0;
}

.pro-content .pcrt svg {
    fill: #fff;
}

.pro-content .qty-plus-minus .form-control:focus {
    border-color: #ededed;
}

.pro-content #input-quantity {
    border-radius: 0;
}

.product-tab {
    margin-top: 30px;
    margin-bottom: 40px;
    border: 1px solid #ededed;
}

.product-tab .nav-tabs {
    border-bottom: 1px solid #ededed;
    padding: 0;
    text-align: left;
}

.input-group .form-control {
    z-index: 0;
    border-color: #eee;
}

.form-control {
    height: 37px;
    box-shadow: none;
    font-size: 13px !important;
    border-radius: 0px;
    border-color: #eee;
}

.form-control:focus {
    border-color: #f15723;
    outline: 0;
    box-shadow: none;
}

.product-tab li {
    margin: 0 10px;
}

.product-tab .tab-pane {
    padding: 15px;
}

.product-tab .tab-pane table {
    margin-bottom: 0;
}

.co-heading {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #ededed;
}

.qtlabel {
    margin-top: 5px;
}

.product-tab #review .fa-stack {
    font-size: 8px;
}

#gallery_01 img {
    border: 1px solid #ededed;
}

.rsep {
    padding: 0 20px;
}

.custreview {
    text-transform: capitalize;
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 10px;
}

#review .custreview:nth-child(1) {
    border-top: none;
    margin-top: 0;
    padding-top: 0
}

#tab-review #review {
    border: 1px solid #eee;
    padding: 10px;
}

#tab-review #review p {
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 0;
}

.custreview p {
    color: #777;
    line-height: 23px;
    font-size: 13px;
    margin-bottom: 0;
}

.crspc {
    padding: 10px 0;
}

.crspc span {
    display: inline-block
}


/* other pages */

.afflog .well h1 {
    border-bottom: 1px solid #eee;
    margin-top: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    padding: 15px 0 7px 0;
}

#checkout-checkout .infobg [class*="col-"] h2 {
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 0;
}

.panel-title {
    font-size: 14px;
}

.bht {
    height: 34px;
    margin: 0 2px;
}

.otherh {
    font-size: 16px;
    margin: 10px 0;
}

#accordion .panel-default {
    border: 1px solid #eee;
}

.panel-group .panel {
    border-radius: 0
}

.infobg h3 {
    color: #000;
}

#product-compare .infobg {
    padding-left: 0;
    padding-right: 0
}

.brand-list .brands-content {
    padding: 8px;
}

.bname {
    background: none repeat scroll 0 0 #f2f2f2;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 6px 0;
    padding: 5px 8px;
}

.brand-list {
    border: 1px solid #f2f2f2;
    padding: 5px;
    margin-bottom: 20px;
    background-color: #fff;
}

.comb .btn-primary {
    margin: 3px 0;
}

.com-description {
    width: 25%;
    color: #777;
    font-size: 13px;
}

.com-summary {
    width: 1%;
}

.acpage .pull-right input[type="checkbox"] {
    margin-top: 0;
    vertical-align: middle;
}

.sitem ul {
    line-height: 35px;
    padding-left: 25px;
    padding-right: 25px;
}

.sitem ul li {
    list-style: url;
}

#accordion #input-password,
#affiliate-login #input-password,
#account-login #input-password {
    margin-bottom: 10px;
}

#accordion .panel-title i {
    float: right;
}

.valign {
    vertical-align: middle !important;
}

.well {
    background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ededed;
    padding: 0 15px 15px 15px;
}

.well p {
    font-size: 12px;
}

.well p strong {
    font-size: 13px;
}

.table-hover>tbody>tr:hover {
    background-color: transparent;
}

.addlist {
    border: 1px solid #ededed;
    padding: 10px;
    line-height: 25px;
}

.addl {
    border-top: 1px solid #ededed;
    padding-top: 10px;
    margin-top: 10px;
}

.contsp {
    margin-left: 35px;
    line-height: 25px;
    margin-bottom: 13px;
    text-transform: capitalize;
}

.infocnt i {
    font-size: 16px;
    vertical-align: bottom
}

.infocnt {
    margin-bottom: 20px;
}


/* account page */


/*-------------*/


/* newsletter popup */

#subscribe_popup table {
    text-align: center;
    font-size: 13px;
}

#subscribe_popup span {
    display: inline-block;
}

.b-close {
    display: block;
}

.b-close::before {
    font-family: 'fontAwesome';
    content: "\f00d";
    display: inline-block;
    color: #000;
    font-size: 12px;
    position: relative;
    top: 0px;
}

.b-close span {
    display: none;
}

.newletter-popup {
    background: #fff;
    top: 50% !important;
    margin-top: -179px;
    position: fixed !important;
    padding: 50px;
    text-align: center;
    display: none;
    margin-left: 15px;
    margin-right: 15px;
}

.newletter-popup #boxes .newletter-title h2 {
    font-size: 25px;
    text-transform: uppercase;
    color: #343434;
    margin: 0 0 10px;
    font-weight: 600;
}

.newletter-popup #boxes .box-content label {
    font-weight: 400;
    font-size: 13px;
}

.newletter-popup #boxes .box-content .newletter-label {
    width: 70%;
}

#boxes #frm_subscribe .required {
    color: #f00;
    padding-right: 5px;
}

#boxes #frm_subscribe a {
    cursor: pointer;
}

#boxes #frm_subscribe #subscribe_pemail {
    background: #EBEBEB none repeat scroll 0% 0%;
    border: medium none;
    height: 40px;
    width: 60%;
    margin: 20px 0 30px;
    padding: 0 15px;
}

#boxes .box-content .subscribe-bottom {
    margin-top: 20px;
}

#boxes .box-content .subscribe-bottom label {
    margin: 0;
    font-size: 13px;
}

#boxes .box-content .subscribe-bottom #newsletter_popup_dont_show_again {
    display: inline-block;
    margin: 0;
}

#boxes #frm_subscribe #notification {
    color: #f00;
}

#boxes #frm_subscribe #notification .success {
    color: #67D7BB;
}

#popup2 {
    position: absolute;
    right: -12px;
    top: -12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
}

.newletter-popup #notification {
    margin-top: 8px;
}


/* ------- */

.acco span {
    display: inline-block;
    vertical-align: middle;
}

#account-account.acpage #content[class*="col-"] a {
    display: inline-block;
    border: 1px solid #eee;
    width: 100%;
    padding: 25px 25px;
    border-radius: 4px;
    margin-bottom: 30px;
}

#account-account.acpage #content[class*="col-"] span:first-child {
    border-right: 1px solid #eee;
    padding-right: 25px;
    margin-right: 25px;
}

#account-account.acpage #content[class*="col-"] span:last-child {
    font-size: 16px;
    font-weight: 500;
}

#account-account.acpage #content[class*="col-"] span:last-child span {
    font-size: 14px;
    font-weight: 400;
    color: #bcbcbc;
    margin-top: 6px;
    text-transform: capitalize;
    letter-spacing: 0.3px;
}

#account-account.acpage #content[class*="col-"] span svg {
    fill: #f15723;
}

a:focus,
a:hover,
.btn-link:focus,
.btn-link:hover {
    text-decoration: none;
    color: #f15723;
}

#account-account .achead {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
}


/*------------*/


/* category page */

.panel-footer {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #fff;
    border: 1px solid #eee;
    border-top-width: 1px;
}

.panel-default {
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.list-group a {
    border: 1px solid #eee;
    padding: 8px 12px;
    color: #000;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #f15723;
    border-color: #f15723;
}

.product-list .rating {
    opacity: 1;
    margin-top: 5px;
}

.product-thumb:hover .product-list .rating {
    opacity: 1;
}

.product-list .addtocart,
.product-list .wish,
.product-list .view,
.product-list .bquickv {
    text-align: center;
    display: inline-block;
}

#grid-view,
#list-view {
    background-color: transparent;
    padding: 5px 4px;
    z-index: 0;
    border: none;
    box-shadow: none;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.catlist-des {
    font-size: 13px;
    color: #aaa;
    line-height: 22px;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    overflow: hidden;
    max-height: 47px;
}

.product-list .price {
    margin-bottom: 10px;
}

.product-list .product-thumb .button-group {
    text-align: left;
}

.product-list .caption {
    text-align: left;
    float: right;
}

.product-list .product-thumb .button-group {
    position: unset;
    opacity: 1;
    display: block;
    border: none;
}

.refines {
    margin-bottom: 20px;
}

.refines ul {
    display: inline-block
}

.refines li {
    border: 1px solid #eee;
    font-size: 12px;
    letter-spacing: 0;
    padding: 6px 6px;
    vertical-align: middle;
    margin-right: 5px;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.refines h3 {
    text-transform: capitalize;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
}

.product-grid .catlist-des {
    display: none;
}

.filter-panel .panel-footer {
    background-color: #fff;
}

.filter-panel .list-group a {
    color: #000;
    border-bottom: 1px dotted #ededed;
    padding-bottom: 10px;
    font-weight: normal;
}

.filter-panel .list-group a:hover {
    background-color: transparent;
    border-bottom: 1px dotted #ededed;
}

.filter-panel .list-group-item {
    background-color: transparent;
}

.cate-top {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #eee;
}

.cate-top h2 {
    font-size: 18px;
    color: #000;
    letter-spacing: 0.5px;
    margin-top: 0;
    text-transform: capitalize;
}

.cate-top p {
    font-size: 12px;
    color: #aaa;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.cate-border {
    background-color: #fff;
    margin: 0 0 20px 0;
    padding: 10px 0px;
    border: 1px solid #eee;
}

#compare-total {
    padding: 0;
    border: none;
    font-size: 13px;
}

.catesort label {
    background-color: #fff;
    border: none;
}

.lgrid {
    margin-top: 5px;
}

.lgrid svg {
    fill: #aaa;
    cursor: pointer;
}

.lgrid .active svg {
    fill: #000;
    cursor: pointer;
}

.catesort select option {
    background-color: #fff;
    color: #000;
}

.select-input::after {
    font-family: 'fontawesome';
    content: '\f107';
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 7px;
    pointer-events: none;
}

.catesort .input-group .form-control {
    z-index: 0;
}

.catesort select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.listgridbtn {
    background-color: #fff;
    padding: 0 !important;
    margin: 0 2px;
    border: none;
    box-shadow: none
}

.listgridbtn.active,
.listgridbtn.active:hover,
.listgridbtn:hover {
    background-color: transparent;
    box-shadow: none;
}

.listgridbtn i {
    font-size: 22px;
}

.btn-link:focus,
.btn-link:hover {
    text-decoration: none;
}

.product-grid,
.product-list {
    padding: 0 5px;
}

.cpagerow {
    margin: 0 -5px;
}

.product-list .product-thumb {
    float: left;
    width: 100%;
}

.product-list .product-thumb:hover .price {
    opacity: 1;
}

.panel-default {
    box-shadow: none;
    border-radius: 0
}

.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.catfilter.panel-default>.panel-heading {
    color: #fff;
    background-color: #000;
    border: none;
    text-transform: uppercase;
}

.catfilter .panel-heading button {
    border: none;
    background: transparent;
    box-shadow: none;
}

.catfilter .checkbox input {
    margin-top: 3px;
}

.panel-footer {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #fff;
    border: 1px solid #eee;
}

#xsfilter .list-group {
    margin-bottom: 0
}

.list-group-item {
    border: 1px solid #eee;
}

.act {
    font-weight: 500;
}


/* ------ */


/* catagory */

.protitle:hover,
.protitle:hover a,
.cartname:hover {
    color: #f15723;
}

.product-list .product-thumb::before,
.product-list .product-thumb::after {
    background: transparent;
}

.product-list .zi::before,
.product-list .zi::after {
    background: transparent;
}

.catsp:hover .block-cat-wr img {
    box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.1);
    cursor: pointer;
}

.catsp:hover .block-cat-wrd span {
    color: #f15723;
}

#cat-img {
    background-color: transparent;
}

.cate-bg {
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
    transition: 0.3s ease;
    font-weight: 500;
}

.block-cat-wrd {
    text-align: center;
    margin-top: 15px;
}

.block-cat-wr img {
    margin: 0 auto;
}

.catf:hover .block-cat-wrd a span {
    color: #f15723;
}


/* html */

.parallex .item svg {
    fill: #f15723;
}

.parallex .item svg {
    fill: #f15723;
    position: absolute;
    left: 30px;
    top: -15px;
}

.parallex .item {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.parallex .item p {
    font-size: 13px;
    color: #333;
    line-height: 24px;
    background: #e7e8e9;
    margin: 0;
    padding: 30px 30px 80px 30px;
}

.logosli {
    border: 1px solid #eee;
    padding: 10px;
}

.parallex .heading {
    color: #fff;
}

.heading {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}

#testi .owl-wrapper-outer {
    padding-top: 13px;
}

.testimg img {
    margin-top: -50px;
}

#testi {
    background-color: transparent;
}

.parallex {
    border-radius: 0px;
    background-image: url('../../../../../image/catalog/test.jpg');
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    padding: 40px 15px;
}

.content_test h3 {
    font-size: 15px;
    text-transform: uppercase;
    color: #f15723;
    font-weight: 500;
    margin-top: 20px;
}

.first-t1 {
    font-size: 12px;
    text-transform: capitalize;
    color: #fff;
    margin-top: 10px;
}

.dinfo .sj1,
.dinfo .sj2,
.dinfo .sj3,
.dinfo .sj4 {
    position: relative;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
}

.delop p {
    color: #c2c2c2;
    line-height: 23px;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
}

.delop svg {
    fill: #fff;
    margin: 25px 0;
}

.dinfo .delh:hover .dhblock svg {
    display: none;
}

.dhblock::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-style: solid;
    border-width: 0px 180px 140px 180px;
    border-color: transparent transparent rgba(255, 255, 255, 0.8) transparent;
}

.dinfo .delh:hover .delop {
    opacity: 1;
}

.dhblock {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.3s ease;
}

.dhblock svg,
.dhblock h4 {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.3s ease;
}

.dinfo .delh:hover .dhblock::before {
    border-width: 27px;
    border-color: rgba(255, 255, 255, 0.8);
    z-index: 1;
}

.delop {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.3s ease;
    padding: 15px;
}


/* blog */

.view-comment i {
    font-size: 18px;
    line-height: 30px;
}

.view-comment {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.bcomment {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 30px;
}

.blogal .block-title h3,
.blog-comment {
    text-transform: capitalize;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
}

.blog-comment {
    margin: 0 0 10px 0;
    margin-top: 0px;
    margin-bottom: 10px;
}

.view-comment:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.wco {
    margin-left: 38px;
    position: relative;
    top: 6px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #777;
}

.date span {
    margin: 0 20px;
}

.blogu span {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 23px;
}

.sngblog {
    background-color: #fff;
    padding: 15px 0;
}

.sngblog h3 {
    font-size: 16px;
    margin: 0;
    padding-bottom: 10px;
    text-transform: capitalize;
    line-height: 23px;
}

.sngblog .blog-desc {
    margin-bottom: 0;
}

.blog-desc {
    color: #777;
    line-height: 25px;
    font-size: 13px;
    margin-bottom: 20px;
}

.allcomment h5 {
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    line-height: 23px;
    text-transform: capitalize;
}

.blog_links {
    margin: 15px 0;
}

.blog_comment::before,
.blog_comment::after {
    content: '|';
    padding: 0 15px;
}

.allmb {
    margin-bottom: 30px;
    background: #fff;
    padding: 0;
}

.write-comment i {
    font-size: 15px;
    margin-right: 5px;
}

.bs {
    text-align: center;
}

.write-comment {
    display: inline-block;
}

.write-comment a {
    color: #e4e4e4;
    font-size: 14px;
}

.bs span.bsp {
    margin: 0 8px;
}

#common-home .product-b:hover .read-more .btn-primary {
    opacity: 1;
}

#common-home .product-b:hover .blog-right {
    opacity: 1;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}

#common-home .product-b .read-more .btn-primary {
    opacity: 0;
    position: relative;
    transition: all 0.2s ease 0s;
    margin-top: 10px;
    top: -31px;
    transform: translate3d(0px, 27px, 0px);
    transition: all 0.6s ease 0s;
}

.read-more .btn-primary {
    text-transform: uppercase;
}

.bs span {
    color: #e4e4e4;
    text-transform: capitalize;
    display: inline-block;
}

.bdate {
    display: inline-block;
    color: #e4e4e4;
    font-size: 14px;
}

#common-home .blog-right {
    overflow: hidden;
    transition: all 0.2s ease 0s;
    bottom: -40px;
    left: 15px;
    position: absolute;
    right: 15px;
    transition: all 0.4s ease 0s;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
}

.bs h4 {
    font-size: 18px;
    text-transform: capitalize;
    line-height: 23px;
    font-weight: 500;
    padding: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0px;
}

.bs h4 a:hover {
    color: #f15723;
}

.bs h4 a {
    color: #fff;
    transition: 0.3s ease;
}

.bl {
    color: #e4e4e4;
    text-transform: capitalize;
    display: inline-block;
    font-size: 13px;
    margin-top: 10px;
}


/* product */

.owl-buttons .owl-prev:hover svg,
.owl-buttons .owl-next:hover svg {
    fill: #f15723;
}

.product-thumb .button-group button:hover,
.bquickv:hover {
    background-color: #f15723;
    border-color: #f15723;
    color: #fff;
}

.product-thumb .button-group button:hover svg,
.bquickv:hover svg {
    fill: #fff;
}

.product-layout .bquickv {
    background-color: #fff;
    fill: #000;
    width: 35px;
    height: 35px;
    border-radius: 0%;
    text-align: center;
    padding: 5px 5px;
    vertical-align: middle;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    border: 1px solid #fff;
    margin-bottom: 5px;
    border: 1px solid #dadada;
}

#common-home .bquickv {
    padding: 9px 0px;
}

.product-thumb .button-group button {
    background-color: #fff;
    fill: #000;
    width: 35px;
    height: 35px;
    border-radius: 0%;
    text-align: center;
    padding: 0px 5px;
    vertical-align: middle;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    border: 1px solid #fff;
    margin-bottom: 5px;
    border: 1px solid #dadada;
}

.product-thumb .price-new,
.price {
    font-size: 16px;
    font-weight: 500;
    color: #ce4a1e;
    min-height: 22px;
}

.product-thumb .price-old {
    text-decoration: line-through;
    color: #666;
    font-size: 13px;
    font-weight: 400;
}

.protitle a {
    color: #222;
    transition: all 0.4s ease 0s;
}

.new-product::before {
    position: absolute;
    bottom: -10px;
    content: "";
    border-left: 5px solid #f15723;
    border-top: 5px solid #f15723;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    left: 0;
}

.new-product span::after {
    content: '';
    position: absolute;
    top: 0;
    right: -4px;
    border-style: solid;
    border-width: 0 4px 4px 0px;
    border-color: transparent transparent #000 transparent;
}

.new-product span::before {
    content: '';
    position: absolute;
    top: 0;
    left: -4px;
    border-style: solid;
    border-width: 0 0 4px 4px;
    border-color: transparent transparent #000 transparent;
}

.new-product {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    writing-mode: vertical-rl;
}

.new-product::after {
    position: absolute;
    right: 0;
    bottom: -10px;
    content: "";
    border-right: 5px solid #f15723;
    border-top: 5px solid #f15723;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
}

.new-product {
    position: absolute;
    left: 15px;
    top: -24px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    background-color: #f15723;
    writing-mode: vertical-rl;
    padding: 5px 3px 5px 3px;
}

.newpros::before {
    position: absolute;
    bottom: -10px;
    content: "";
    border-left: 5px solid #000;
    border-top: 5px solid #000;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    left: 0;
}

.owl-carousel .owl-buttons .owl-prev::after {
    content: '';
    position: absolute;
    width: 55px;
    bottom: -4px;
    left: 0;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #000;
    font-size: 18px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    min-width: 30px;
    min-height: 30px;
    text-align: center;
    border-radius: 0;
    transition: 0.3s ease;
    margin: 0;
    overflow: visible;
    position: unset;
    border-bottom: 1px solid #aaa;
}

.parallex .owl-theme .owl-controls .owl-buttons div svg {
    fill: #fff;
}

.owl-carousel .owl-buttons div {
    text-shadow: none;
}

.newpros span::after {
    content: '';
    position: absolute;
    top: 0;
    right: -4px;
    border-style: solid;
    border-width: 0 4px 4px 0px;
    border-color: transparent transparent #000 transparent;
}

.newpros span::before {
    content: '';
    position: absolute;
    top: 0;
    left: -4px;
    border-style: solid;
    border-width: 0 0 4px 4px;
    border-color: transparent transparent #000 transparent;
}

.newpros {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    writing-mode: vertical-rl;
}

.newpros::after {
    position: absolute;
    right: 0;
    bottom: -10px;
    content: "";
    border-right: 5px solid #000;
    border-top: 5px solid #000;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
}

.newpros {
    position: absolute;
    right: 15px;
    top: -24px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    background-color: #000;
    writing-mode: vertical-rl;
    padding: 5px 3px 5px 3px;
}

.protitle {
    font-size: 15px;
    color: #000;
    text-overflow: ellipsis;
    text-transform: capitalize;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.4s ease 0s;
    padding-bottom: 2px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0px;
}

.protitle a {
    color: #222;
    transition: all 0.4s ease 0s;
}

.nav-tabs>li>a:hover {
    border-color: transparent;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

.nav-tabs {
    text-align: center;
    border: none;
    margin-bottom: 30px;
}

.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.product-thumb::before,
.product-thumb::after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    transition: all 0.2s linear;
    background: #f15723;
}

.product-thumb::after {
    left: 50%;
    bottom: 0;
    transition-duration: 0.4s;
}

.product-thumb::before {
    left: 50%;
    top: 0;
    transition-duration: 0.4s;
}

.product-thumb {
    position: relative;
    cursor: pointer;
    padding: 1px;
}

.product-thumb:hover::before,
.product-thumb:hover::after {
    width: 100%;
}

.product-thumb:hover::before,
.product-thumb:hover::after {
    left: 0;
}

.product-thumb:hover .zi::before,
.product-thumb:hover .zi::after {
    height: 100%;
}

.product-thumb:hover .zi::before,
.product-thumb:hover .zi::after {
    top: 0;
}

.product-thumb .zi::before {
    left: 0;
    top: 50%;
    transition-duration: 0.4s;
}

.product-thumb .zi::after {
    right: 0;
    top: 50%;
    transition-duration: 0.4s;
}

.zi::before,
.zi::after {
    content: "";
    width: 1px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    transition-duration: 0.2s;
    background: #f15723;
}

.nav-tabs>li {
    float: none;
    margin-bottom: -1px;
    display: inline-block;
}

.tab-head .nav-tabs>li.active>a,
.tab-head .nav-tabs>li.active>a:focus,
.tab-head .nav-tabs>li.active>a:hover,
.tab-head .nav-tabs>li>a:hover {
    color: #ec4141;
    cursor: default;
    background-color: #fff;
    border: none;
    cursor: pointer;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: none;
    border-bottom-color: #ddd;
}

.tab-head .nav-tabs>li>a {
    margin: 0;
    border-radius: 0;
    font-size: 16px;
    text-transform: capitalize;
    color: #939393;
    border: none;
    border: none;
    padding: 0;
}

.bests {
    margin: 0px 20px;
}

a:focus {
    outline: none;
}

.owl-carousel .owl-wrapper-outer {
    padding-top: 3px;
}

.product-thumb .image {
    text-align: center;
    border-radius: 0px;
    position: relative;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .second-img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    transform: translate(40%, 40%) scale(0.2);
    transition: all 0.6s ease 0s;
    max-width: 100%;
    opacity: 0;
}

.caption {
    margin-bottom: 10px;
    text-align: center;
    padding: 0px 10px;
}

.product-thumb .button-group {
    text-align: center;
}

.button-group {
    position: absolute;
    right: 0px;
    top: 110px;
    transition: .3s ease;
    opacity: 0;
}

.product-thumb:hover .second-img {
    opacity: 1;
    transition: all 0.6s ease 0s;
    transform: translate(0%, 0%);
    overflow: hidden;
}


/* footer */

.f-left li {
    line-height: 35px;
}

#contact .f-left li svg {
    fill: #f15723;
    margin-right: 8px;
    width: 25px;
    font-size: 16px;
}

.footers {
    text-align: center;
    border-top: 1px solid #dfdfdf;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
}

.fpayment li {
    display: inline-block;
}

.fpayment li i {
    font-size: 22px;
    color: #7f8389;
}

.copy {
    font-size: 15px;
    color: #7f8389;
    margin: 10px 0px;
}

#scroll i {
    font-size: 18px;
}

#top .btn-link:hover,
#top-links li:hover,
#top-links a:hover {
    color: #f15723;
}

#scroll {
    position: fixed;
    bottom: 12px;
    right: 20px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    z-index: 2;
    background: #f15723;
    min-width: 40px;
    min-height: 40px;
    overflow: hidden;
    display: block;
    text-align: center;
    opacity: 1;
    transition: all 0.5s ease-in-out 0s;
    transform: scale(1);
    padding: 10px 0;
    border-radius: 0px;
}

.social li {
    height: 35px;
    width: 35px;
    margin-right: 1px;
    cursor: pointer;
    border-radius: 0px;
    padding: 10px 0;
    background: #fff;
    text-align: center;
    transition: 0.3s ease;
    display: inline-block;
}

.social li a {
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: #7f8389;
}

.mainh {
    color: #e4e4e4;
    ;
    font-size: 13px;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 0px !important;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.fborder li a,
.f-left li,
.mainh {
    cursor: pointer;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    word-break: break-all;
}

.social li a i {
    font-size: 16px;
}

footer {
    margin-top: 60px;
    padding-top: 60px;
    background-color: #f3f3f3;
    color: #e2e2e2;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

.social li:hover {
    background-color: #f15723;
}

.social li:hover a {
    color: #fff;
}

footer a {
    color: #7f8389;
}

footer a:hover {
    color: #f15723;
}

footer h5,
.main-s {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #000;
    margin-top: 0px;
}


/* alert */

.alert {
    padding: 8px 14px 8px 14px;
}


/* breadcrumb */

.breadcrumb {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    margin-top: 50px;
    margin-bottom: 20px;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb>li {
    text-shadow: none;
    position: relative;
    white-space: nowrap;
}

.breadcrumb>li+li::before {
    padding: 0 0px;
    color: #ccc;
    content: "";
}

.breadcrumb>li:last-child a::after {
    content: '';
    padding: 0;
}

.breadcrumb>li a::after {
    content: '|';
    padding: 0 15px;
    color: #000;
}

.pagination {
    margin: 0;
}


/* buttons */

.swiper-button-prev::before,
.swiper-button-next::before {
    color: #000 !important;
    font-size: 26px !important;
}

.btn-info.focus,
.btn-info:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: 1;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn.active,
.btn:active {
    box-shadow: none;
}

.buttons {
    margin: 1em 0;
}

.btn {
    padding: 7.5px 12px;
    font-size: 14px;
    border-radius: 0px;
    box-shadow: none;
    text-transform: capitalize;
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
    font-size: 12px;
}

.btn-group>.btn-xs {
    font-size: 9px;
}

.btn-group>.btn-sm {
    font-size: 10.2px;
}

.btn-group>.btn-lg {
    font-size: 15px;
}

.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
    color: #ffffff;
    text-shadow: none;
    background-color: #f15723;
    background-image: none;
    border-color: #f15723;
    transition: 0.3s ease;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #000;
    border-color: #000;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    box-shadow: none;
}

.btn-danger {
    color: #ffffff;
    text-shadow: none;
    background-color: #000;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #000;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    box-shadow: none;
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: none;
}

.btn-info {
    color: #ffffff;
    text-shadow: none;
    background-color: #f15723;
    background-image: none;
    border-color: #f15723;
    transition: 0.3s ease;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    color: #000;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}


/* carousel */

.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}


/* product list */

.tooltip-inner {
    text-transform: capitalize;
}

.product-quickview-detail #content {
    min-height: auto;
    margin-top: 20px;
}

.product-quickview-detail #content {
    min-height: auto;
    margin-top: 20px;
}

.product-thumb {
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.product-grid .product-thumb .image {
    float: none;
}

@media (max-width: 600px) {
    .dinfo.row {
        margin-right: -5px;
        margin-left: -5px;
    }
}

@media (max-width: 389px) {
    .imgbanner .sub-img-banner {
        margin-bottom: 20px !important;
    }
    .imgbanner .sub-img-banner:last-child {
        margin-bottom: 0px !important;
    }
    .imgbanner {
        margin-top: 30px;
    }
    .bestba {
        margin-bottom: 20px;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .accrow [class*="col-"] {
        width: 50%;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .ct {
        display: none;
    }
    .product-grid {
        width: 33.33%;
    }
}

@media (max-width: 599px) {
    .catesort {
        width: 100%;
        margin-top: 15px;
    }
    .pagi .text-left,
    .pagi .text-right {
        text-align: center !important;
        width: 100%;
        padding: 0;
    }
}

@media (min-width: 390px) and (max-width: 767px) {
    .product-list {
        width: 50%;
    }
    .imgbanner {
        margin-top: 30px;
    }
    .imgbanner .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .imgbanner .sub-img-banner {
        margin-bottom: 0px;
        width: 33.33%;
        padding: 0px 5px;
    }
    .bestba,
    .febanner {
        padding: 0px 5px;
    }
    .imgblog .row {
        margin-right: -5px;
        margin-left: -5px;
    }
    .bestba {
        width: 58%;
    }
    .febanner {
        width: 42%;
    }
}


/* pagination */

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #f15723;
    border-color: #f15723;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #f15723;
    border-color: #f15723;
}

.pagination>li>a {
    color: #000;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pagi .tot {
    line-height: 34px;
    float: right;
}

@media (max-width: 1200px) {
    #account-account.acpage #content[class*="col-"] span:first-child {
        padding-right: 10px;
        margin-right: 10px;
    }
    #account-account.acpage #content[class*="col-"] a {
        padding: 10px 10px;
    }
    #account-account.acpage #content[class*="col-"] span:last-child {
        font-size: 14px;
        letter-spacing: 0px;
    }
    #account-account.acpage #content[class*="col-"] span:last-child span {
        font-size: 12px;
        letter-spacing: 0px;
    }
    .tright {
        margin-top: 14px;
    }
    .smenus li {
        margin-right: 25px;
    }
    .header-top {
        padding: 16px 0 10px 0;
    }
    .tot {
        font-size: 12px;
        letter-spacing: 0px;
    }
}

.account li i {
    margin-right: 7px;
    width: 15px;
}

@media (max-width: 767px) {
    #mySidenav .closebtn{  
        border: none;
        background: transparent;
        padding: 0;
    }
    #menu .dropdown-inner .dropdown-submenu .submenu-title {
        font-weight: 500;
        padding: 0;
        margin-bottom: 10px;
        text-transform: uppercase;
    }
    .dropdown-menu>li>a,
    .compro {
        padding: 3px 8px !important;
    }
    .compro {
        padding: 0 !important;
    }
    #menu div.dropdown-inner>ul.list-unstyled {
        display: block;
        margin-bottom: 15px;
    }
    #menu div.dropdown-menu {
        margin: 0 !important;
        padding: 15px;
    }
    #menu .nav>li>a {
        border-bottom: none;
    }
    #menu .collapse .nav li {
        padding: 0;
    }
    .mfp-iframe-holder .mfp-content {
        height: 100%;
    }
    .product-quickview-detail .pro-content h1 {
        margin-top: 50px;
    }
    .newletter-popup #boxes .newletter-title h2 {
        font-size: 22px;
        margin: 0;
    }
    .newletter-popup {
        padding: 18px;
    }
    #boxes #frm_subscribe #subscribe_pemail {
        width: 100%;
    }
    .lastb,
    .f-left {
        padding-bottom: 15px;
    }
    .pro-content h1 {
        margin-top: 20px;
        font-size: 15px;
    }
    #form-currency {
        display: inline-block;
    }
    #form-currency button,
    #form-language button {
        padding: 4px !important;
        text-align: left;
        line-height: 20px;
    }
    .account button.dropdown-toggle {
        border: 1px solid #eee;
        padding: 6px;
        color: #222;
        font-size: 12px;
        letter-spacing: 0;
        margin: 3px !important;
        border-radius: 0px;
    }
    .account {
        min-width: 240px;
        border-radius: 0px;
    }
    .dropdown-menu {
        padding: 5px 5px !important;
    }
    #form-language {
        display: inline-block;
    }
    #notification-normal {
        margin-top: 40px;
    }
    .fpayment li:hover i {
        color: #f15723;
    }
    .caption {
        padding: 0px 5px;
    }
    #btn-search-category {
        width: 73px;
    }
    .fright {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    footer {
        margin-top: 30px;
        padding-top: 30px;
    }
    .product-layout .bquickv {
        width: 28px;
        height: 28px;
        padding: 3px 0px;
    }
    #common-home .bquickv {
        padding: 6px 0px;
    }
    .product-thumb .button-group button {
        width: 28px;
        height: 28px;
    }
    .bl {
        font-size: 12px;
        height: 45px;
        margin-top: 5px;
        overflow: hidden;
    }
    .write-comment a,
    .bdate {
        font-size: 12px;
    }
    #common-home .blog-right {
        position: unset;
        background: transparent;
        padding: 0px;
    }
    .bs h4 a {
        color: #000;
    }
    #common-home .product-b .read-more .btn-primary {
        opacity: 1;
    }
    .bdate,
    .bs span,
    .bl,
    .write-comment a {
        color: #999;
    }
    #common-home .product-b:hover .blog-right {
        background: transparent;
    }
    #cart-per {
        display: none
    }
    #search-by-category .search-container .categories-container {
        display: none;
    }
    .tright {
        margin-top: 0px;
        display: none;
    }
    .navbar-header button {
        border: none;
        background-color: transparent;
        color: #fff;
        padding: 0px;
        font-size: 17px;
        cursor: pointer;
        margin-right: 10px !important;
        margin-top: 8px !important;
    }
    .navbar-header button .fa {
        font-size: 19px;
        color: #000;
    }
    #text-search {
        border: 1px solid #eee;
    }
    #search_widget {
        display: none;
    }
    .nav>li>a {
        padding: 10px 0px;
    }
    #menu {
        border-radius: 5px;
    }
    #menu {
        margin-bottom: 0;
        display: inline-block;
        background-color: transparent;
        border: none;
        float: left;
    }
    .nav.navbar-nav {
        padding: 0px 15px;
    }
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }
    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.rating .fa-stack {
    font-size: 13px;
}

.fa {
    font-size: 13px;
}

.fa-stack {
    width: 1em;
    height: 1em;
    line-height: 10px;
}

.rating .fa-star-o {
    color: #f15723;
    font-size: 13px;
}

.rating .fa-star {
    color: #f15723;
    font-size: 13px;
}

.rating .fa-star+.fa-star-o {
    color: #E69500;
}

h2.price {
    margin: 0;
}

.product-thumb .price-new {
    font-weight: 600;
}

.product-thumb .price-old {
    color: #666;
    text-decoration: line-through;
}

.product-thumb .price-tax {
    color: #666;
    font-size: 12px;
    display: block;
}

.product-thumb .button-group button:hover,
.bquickv:hover {
    background-color: #f15723;
    border-color: #f15723;
    color: #fff;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

@media (max-width: 1200px) {}

.thumbnails {
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails>img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

.image-additional {
    max-width: 78px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

.beffect:hover a::after {
    opacity: 0;
    height: 85%;
}

.beffect {
    position: relative;
    overflow: hidden;
}

.beffect a::after {
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, .9) none repeat scroll 0 0;
    height: 0;
    transition: all 700ms ease-in-out 0s;
    width: 100%;
}

.dropdown-menu {
    right: 0px;
    left: auto;
    border-radius: 0;
}

.catfilter.panel-default>.panel-heading {
    color: #fff;
    background-color: #000;
    border: none;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .wishlist {
        margin: 0px 0px;
    }
    .compro {
        padding: 3px 17px;
    }
    .product-thumb .button-group button {
        margin-bottom: 0px;
    }
    .product-layout .bquickv {
        margin-bottom: 0px;
    }
    .button-group {
        position: unset;
        opacity: 1;
        margin-top: 5px;
    }
    .addtocart,
    .wish,
    .view,
    .bquickv {
        display: inline-block;
    }
    .rating {
        margin-bottom: 10px;
    }
    .mcoll {
        /*display: none;*/
        float: right;
    }
    .prosp {
        margin-top: 30px;
    }
    .jd-2 {
        background-color: #f2f2f2;
        padding: 30px 0;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .imgblog {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .parallex {
        margin: 30px 0;
    }
    .logosli {
        margin-bottom: 30px;
    }
    .head-t h4 {
        font-size: 16px;
    }
    footer h5,
    .main-s {
        font-size: 14px;
        margin-bottom: 15px;
        letter-spacing: 0;
    }
    .container {
        width: 100%;
    }
    .delop,
    .dhblock svg,
    .dhblock::before {
        display: none;
    }
    .dhblock h4 {
        font-size: 12px;
        letter-spacing: 0;
        background: rgba(255, 255, 255, 0.7);
        margin-top: 0;
        margin-bottom: 0;
        padding: 10px 0;
        position: unset;
    }
    .dhblock {
        position: unset;
        background: #969696;
        margin-bottom: 10px;
        left: 5px;
        right: 5px;
    }
    #product .product-layout,
    #tbestseller .product-layout,
    .catsp,
    #special .product-layout,
    #related .product-layout {
        padding-left: 5px;
        padding-right: 5px;
    }
    .prosp.row,
    .special .row,
    #tbestseller .row,
    #featured_category .row,
    .relpro .row,
    .spe .next-prevb.row,
    #product-search .next-prevb.row,
    #product-manufacturer .next-prevb.row {
        margin-right: -5px;
        margin-left: -5px;
    }
}

@media (min-width: 992px) {
    .wishlist i,
    .compro i {
        margin: 0px 5px;
    }
    .product-thumb:hover .rating {
        opacity: 1;
        transition: .3s ease;
    }
    .rating {
        transition: 0.3s ease;
        opacity: 1;
        margin-bottom: 10px;
    }
    .product-thumb:hover .button-group {
        opacity: 1;
        right: 15px;
        top: 110px;
        transition: .3s ease;
    }
    .webi-ownstyle.webi-quickview a {
        display: inline-block;
        vertical-align: middle;
    }
    .addtocart,
    .wish,
    .view,
    .bquickv {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .product-list .product-thumb .image {
        width: 40%;
        float: left;
    }
    .product-list .caption {
        width: 60%;
    }
    .accolumn h3 {
        font-size: 14px;
        padding: 0 14px;
    }
    .accolumn.list-group a {
        font-size: 12px;
        letter-spacing: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .dhblock::before {
        border-width: 0px 108px 87px 102px;
    }
    .dhblock svg,
    .dhblock h4,
    .delop p {
        font-size: 12px;
        letter-spacing: 0;
        margin-bottom: 8px;
    }
    .delh svg {
        width: 26px;
        height: 26px;
        margin: 0;
    }
    .dhblock svg,
    .dhblock h4,
    .delop p {
        font-size: 12px;
        letter-spacing: 0;
        margin-bottom: 8px;
    }
    .dinfo .delh:hover .dhblock::before {
        border-width: 17px;
    }
    .cate-selected {
        font-size: 12px;
    }
    .nav>li>a {
        padding: 14.7px 5px;
    }
    .view_more.my-menu {
        padding: 11px 8px;
    }
}

.product-list .product-thumb .image {
    float: left;
}

@media (min-width: 768px) and (max-width: 991px) {
    .fixed {
        padding: 10px 0 0px 0 !important;
    }
    .fborder li a,
    .f-left li,
    .mainh {
        font-size: 12px;
        letter-spacing: 0;
    }
    #product-category .product-grid {
        width: 50%;
    }
    #menu .collapse .nav li {
        padding: 0 6px;
    }
    #menu .dropdown-inner .dropdown-submenu .submenu-title {
        font-size: 12px;
    }
    #menu .dropdown-inner a {
        min-width: 140px;
        letter-spacing: 0;
        font-size: 12px;
    }
    .smenus a {
        text-transform: capitalize;
        color: #000;
        font-size: 14px;
        font-weight: 500;
    }
    .smenus li {
        margin-right: 10px;
    }
    .nav>li>a {
        padding: 12.7px 5px;
    }
    .imgbanner {
        margin-top: 30px;
    }
}


/* fixed colum left + content + right*/

@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }
    #column-left+#content .product-layout .col-md-3 {
        width: 50%;
    }
    #column-left+#content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }
    #content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }
}


/* fixed product layouts used in left and right columns */

#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
}


/* fixed mobile cart quantity input */

.input-group .form-control[name^=quantity] {
    min-width: 50px;
}


/* Missing focus and border color to overwrite bootstrap */

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled],
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.btn-danger:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    background-image: none;
    background-color: #000;
    border-color: #000;
}


/* newsletter */

.alert {
    padding: 13px 12px;
}

.alert {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 12px;
    border-radius: 0;
    z-index: 99;
    text-transform: capitalize;
}

.alert {
    padding: 8px 14px 8px 14px;
    border-radius: 0;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: absolute;
    top: 7px;
    right: 10px;
    color: inherit;
}

.alert a {
    color: #fea438;
}

.newsletter .form-group {
    margin-bottom: 0;
    margin-top: 5px;
}

.inputNew {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 0px;
    height: 42px;
}

.white-popup .inner.row {
    margin-bottom: 20px;
    margin-top: 20px;
}

.inner {
    padding-top: 25px;
    padding-bottom: 25px;
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.nhr {
    margin: 15px 0 10px 0;
    border-bottom: 1px solid #e8e6f0;
    width: 90px;
}

.product-title a {
    text-transform: capitalize;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.webi-newsletter form input[type="text"] {
    color: #7a7a7a;
    background-color: #fff;
    height: 40px;
    border-radius: 0px;
    border: 1px solid #eee;
    margin-bottom: 10px;
}

.webi-newsletter form button[type="submit"] {
    background: #f15723;
    border: none;
    box-shadow: none;
    color: #f2f2f2;
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 25px;
    letter-spacing: 1px;
    transition: 0.3s ease;
    height: 40px;
    border-radius: 0px 0px 0px 0 !important;
    display: inline-block;
    line-height: normal;
    width: 100%;
    text-align: center;
}

.webi-newsletter form button[type="submit"]:hover {
    background-color: #222;
    border-color: #222;
}

#subscribe .button-submit.input-group-btn {
    position: unset;
    display: flex;
}

#subscribe .input-group {
    display: block;
}

.newletter-subscribe #subscribe {
    margin-top: 3px;
}

@media(max-width: 1589px) {
    .accrow [class*="col-"] {
        padding-left: 3px;
        padding-right: 3px;
    }
    .accrow {
        margin-left: -3px;
        margin-right: -3px;
    }
    #account-account.acpage #content[class*="col-"] span svg {
        width: 35px;
        height: 35px;
    }
    .imgbanner .sub-img-banner {
        margin-bottom: 5px;
    }
    .imgbanner .sub-img-banner:last-child {
        margin-bottom: 0px;
    }
    .bs h4 {
        font-size: 15px;
        line-height: 20px;
        padding: 7px 0px;
    }
    #search-by-category .search-container .categories-container {
        width: 30%;
    }
}

@media (min-width: 1200px) and (max-width: 1589px) {
    .product-list .product-thumb .image {
        width: 30%;
    }
    .product-list .caption {
        width: 70%;
        float: right;
    }
    .nav>li>a {
        padding: 16.4px 5px;
    }
    .dhblock::before {
        border-width: 0px 130px 109px 130px;
    }
    .dhblock svg,
    .dhblock h4 {
        margin-bottom: 10px;
        letter-spacing: 0;
        font-size: 13px;
    }
    .dinfo .delh:hover .dhblock::before {
        border-width: 18px;
        border-color: rgba(255, 255, 255, 0.8);
        z-index: 1;
    }
    .delop p {
        line-height: 19px;
        font-size: 12px;
        letter-spacing: 0;
    }
    .delop svg {
        fill: #fff;
        margin: 15px 0;
    }
}

@media (min-width: 1589px) {
    .product-grid {
        width: 20%;
    }
    #product-category .product-grid {
        width: 25%;
    }
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
    #product-category .product-list {
        width: 100%;
    }
    .product-list {
        width: 50%;
    }
    .product-list .image {
        width: 30%;
    }
    .product-list .caption {
        width: 70%;
        float: right;
    }
    .container {
        width: 1560px;
    }
    .menuwidth,
    #column-left {
        width: 20%;
    }
    .manun {
        width: 55%;
    }
   /*  .snwidthslb {
        width: 55%;
    } */
    .acpage #content {
        width: 80%;
    }
    .acpage #column-right {
        width: 20%;
    }
}

@media (max-width: 575px) {
    .deliveryinfo{
        margin-left: -5px;
        margin-right: -5px;
    }
    .ses {
        width: 50%;
        padding: 0 5px;
    }
    .cate-bg {
        font-size: 14px;
        letter-spacing: 0;
    }
    .dhblock h4 {
        font-size: 11px;
    }
    .siinfo {
        padding: 0px 5px;
    }
    .row.dinfo {
        margin-left: -5px;
        margin-right: -5px;
    }
    .breadcrumb {
        margin-bottom: 13px;
    }
    #form-currency .dropdown-menu {
        right: -63px;
        left: auto;
    }
    .content_test h3 {
        margin-top: 15px;
    }
    .parallex .item p {
        padding: 15px 15px 55px 15px;
    }
    .nav-tabs {
        margin-bottom: 20px;
    }
    .head-t h4 {
        margin-bottom: 20px;
    }
    .protitle {
        font-size: 13px;
        letter-spacing: 0px;
        margin-bottom: 5px;
    }
    .rating {
        margin-bottom: 5px;
    }
    .copy {
        font-size: 13px;
    }
    .social li {
        height: 30px;
        width: 30px;
        padding: 4px 0px !important;
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .breadcrumb>li a::after {
        padding: 0px 10px;
    }
    .breadcrumb>li {
        font-size: 12px;
    }
    .product-list .product-thumb .image {
        float: none !important;
    }
    .product-list .caption {
        float: none !important;
    }
    .absbtn svg {
        width: 14px;
        height: 14px;
    }
    .product-thumb .price-new,
    .price {
        font-size: 15px;
        min-height: 21px;
        letter-spacing: 0;
    }
    .product-thumb .price-old {
        font-size: 12px;
        letter-spacing: 0;
    }
    .product-b {
        padding: 0px 5px;
    }
    .box-content.row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .parallex {
        padding: 10px 15px 25px 15px;
    }
    .heading {
        font-size: 18px;
    }
    .blog_webi .owl-buttons,
    .parallex .owl-buttons,
    #featured_category .owl-buttons {
        margin-top: 10px;
    }
    .acc {
        display: inline-block;
        margin-right: 20px;
    }
    .carts {
        text-align: right;
        float: right !important;
        width: auto;
    }
    /* sidenav */
    #mySidenav li a i {
        margin-top: 4px;
        float: right
    }
    body.active {
        overflow: hidden;
    }
    body.active::before {
        background: #000000 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.7;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 99;
        transition: all .2s ease 0s;
    }
    body.active .sidenav {
        overflow-x: unset;
        overflow-y: scroll;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        transition: 0.5s;
        padding-top: 60px;
        overflow-x: hidden;
        box-shadow: 5px 0 5px 0 rgba(0, 0, 0, .06);
        clear: both;
        height: 100%;
        background-color: #fff;
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: left;
    }
    .sidenav .close-nav {
        background-color: #1e1e1e;
        padding: 12px 15px;
        width: 100%;
        display: inline-block;
        color: #fff;
        letter-spacing: 1px;
    }
    .closebtn,
    .closebtn:hover,
    .closebtn:focus {
        color: #fff;
    }
    #mobile_top_menu_wrapper {
        margin: 0;
        line-height: 20px;
        display: block !important;
    }
    #menu .navbar-collapse {
        display: block;
        border: none;
    }
    .dblock {
        display: block;
    }
    .dnone {
        display: none
    }
    #logo img {
        max-width: 110px;
    }
    .countdown-row .countdown-amount {
        height: 38px;
        width: 38px;
        padding-top: 9px;
        font-size: 14px;
    }
    .spexs {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .blog-right h4 {
        margin-top: 10px;
    }
    .catbor img {
        padding: 5px 0;
    }
    footer h5 .toggle::after,
    .catfilter .toggle::after {
        font-family: 'FontAwesome';
        content: '\f068';
        font-size: 14px;
        font-weight: normal;
        float: right;
        cursor: pointer;
    }
    footer h5 .toggle.collapsed::after,
    .catfilter .toggle.collapsed::after {
        font-family: 'FontAwesome';
        content: '\f067';
        font-size: 14px;
        font-weight: normal;
        float: right;
        cursor: pointer;
    }
    .catfilter .panel-heading button {
        position: absolute;
        top: 10px;
        width: 100%;
        right: 0;
        padding: 0 15px;
        background: transparent;
        color: #fff
    }
    .catfilter .panel-heading {
        position: relative;
    }
    .catfilter .panel-heading {
        padding: 10px 15px;
    }
    .middle-footer h5 {
        font-size: 14px;
        margin-bottom: 10px;
        font-weight: normal;
    }
    .middle-footer .btn.toggle {
        color: #000;
        text-shadow: none;
        background: none;
        background-image: none;
        background-image: none;
        border: 0;
        box-shadow: none;
        font-size: 12px;
        position: absolute;
        top: -3px;
        right: 15px;
        padding: 0;
        width: 100%;
    }
    .useric {
        margin-left: 10px;
        margin-right: 10px;
    }
    #under-menu {
        display: block !important;
    }
/*     #top {
        display: none;
    } */
    #logo {
        display: inline-block;
        width: 110px;
        margin-bottom: 0px;
        margin-left: 30px;
    }
    .manun {
        margin-bottom: 10px;
    }
    .deliveryinfo .delh {
        background-size: cover;
        margin-bottom: 5px;
        height: 220px;
    }
    #menu {
        border-radius: 0px;
    }
    #menu div.dropdown-inner>ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        background-color: transparent;
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #222;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: transparent;
        color: #f15723;
    }
    #under-menu ul li a {
        font-size: 13px;
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #000;
        font-weight: 500;
    }
}

ul.breadcrumb a {
    color: gray
}

.price-old {
    font-size: 16px;
    height: 16px;
}

.new-product {
    /*left: -20px;*/
    display: none;
}

.newpros {
    right: -10px;
    background-color: #d80404;
}

.newpros::before {
    border-left: 5px solid #d80404;
    border-top: 5px solid #d80404;
}

.newpros::after {
    border-right: 5px solid #d80404;
    border-top: 5px solid #d80404;
}

.newpros span::before {
    border-color: transparent transparent #d80404 transparent;
}

.newpros span::after {
    border-color: transparent transparent #d80404 transparent;
}

.protitle {
    white-space: normal;
    height: 48px;
    max-height: 48px;
}

.product-layout .bquickv {
    display: none;
}

.cap .rating,
.caption .rating {
    display: none;
}

.cap .data_promo,
.caption .data_promo {
    height: 24px;
    max-height: 24px;
    font-size: 10px;
    line-height: 11px;
}

.smenus li {
    margin-right: 30px;
}

@media (max-width: 767px) {
    .pro-content h1 {
        margin-left: 15px;
        margin-right: 15px;
    }
    .protitle {
        white-space: normal;
        height: 56px;
        max-height: 56px;
        margin-bottom: 20px;
    }
    .cap .data_promo,
    .caption .data_promo {
        height: 24px;
        max-height: 24px;
        font-size: 8px;
        line-height: 9px;
    }
    .tright {
        display: inline;
    }
    #search_widget {
        display: inline;
    }
    .list-inline>li.hidemob {
        display: none;
    }
}

.__jivoMobileButton {
    bottom: 35px !important;
}

.button_7ab6 {
    width: 45px !important;
    height: 45px !important;
}

.mobileContainer_abc5 {
    top: 50%!important;
}

.label_92f1._bottom_4192 {
    right: 70px!important;
}

.deliveryinfo .ses ul {
    padding: 25px 15px;
    border: 0;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
}
.deliveryinfo ul li.ser-svg{    
    position: relative;
    transition: all .3s ease-in-out 0s;
    padding: 13px 0;
    background-color: transparent;
    border-radius: 100%;    
    text-align: center!important;
    margin-right: 10px;
}
.deliveryinfo ul li.ser-svg i{
    font-size: 28px;
    line-height: 40px;
}
.deliveryinfo .ses ul .ser-t{
        text-align: left;
}
.deliveryinfo ul li {
    display: inline-block;
    vertical-align: middle;
}
.ser-t h4{
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 8px;
}
.ser-t p{
    color: #626262;
    font-size: 12px;
    margin-bottom: 0;
}
@media(max-width: 767px){ 
    #search_widget  {
        font-size: 12px;
        letter-spacing: 0;
        padding: 0; 
    }
    .deliveryinfo .ses ul{
        padding: 5px 0px;
    }
    .topte{
        font-size: 13px;
        text-align: center;
    }
    .ses img{
        max-width: 32px;
    }
    .ser-t h4{
        font-size: 14px;
        letter-spacing: 0;
    }
    .deliveryinfo ul li.ser-svg{
        margin-right: 5px;
    }
}

@media(min-width: 601px) and (max-width: 767px){
    .deliveryinfo .col-xs-12{
        width: 50%;
    }
}

@media(max-width: 600px){
    .ser-t h4{
        font-size: 12px;
    }
}

.mfilter-free-container{
    top: 200px !important;
}

/*
.partiallyWidget .partiallyWidgetOpener {
    width: 100%;
    margin: auto;
}
*/

/*
.partiallyWidget .partiallyWidgetOpener {
    width: auto;
}

.partiallyWidget .partiallyIcon {
    margin-left: 1em;
    margin-right: 0.5em;
}

@media(max-width: 600px){
  .partiallyWidget .partiallyWidgetOpener {
      width: 100%;
      margin: auto;
  }
  
  .partiallyWidget .partiallyIcon {
      margin-left: 2.5em;
      margin-right: 0.5em;
  }
}
*/

a.cofidis-poptin {
    text-decoration-line: underline;
}

.breadcrumb>li.wrapallow {
    white-space: normal !important;
}

/* minimize height changes bof */
#top {
    padding: 5px 0px;
}
.header-top {
    padding: 0px 0 2px 0;
}
.breadcrumb {
    margin-top: 25px;
    margin-bottom: 20px;
}
.estadograu {
    margin-top: 5px;
    margin-bottom: 5px; 
}

.btn.pcrt.btn-product {
    background-color: #d73b21;
}

.btn.pcrt.btn-primary-pdf {
    color: #ffffff;
    text-shadow: none;
    background-color: #d73b21;
    background-image: none;
    border-color: #f15723;
    transition: 0.3s ease;
}


.pro-content .prodtitle {
    border: 0;
    min-height:70px;
}

.add-to-cart.prodbuy {
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.25);
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.25);min-width:190px;min-height:60px;
    background-color:#d73b21!important;
    zborder-color:#d73b21!important;
    border-style: solid;
    border-color: #bbbbbb #888888 #666666 #aaaaaa;
    background: #ccc;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    width: 100%;
}

.entrega-format {
    clear:both;;
    display:block;
    margin-top:1em;
    xbackground-color: #d73b21;
    padding: 4px;
    color: white;
    /* display: block; */
    margin-bottom: 1em;width:100%;
    text-align: center;
    text-transform: uppercase;
    font-weight:700;
    padding: 0.4em;
    font-size:1.475em;
    xbackground-color: rgb(41, 49, 127)!important;
    xcolor: rgb(41, 49, 127)!important;
    color:#444;
    margin-bottom: 0px;
          
}

@media (max-width: 991px) {
.mcoll {
    margin-top: 0px;
}
.breadcrumb {
    margin-top: 5px;
    margin-bottom: 5px;
}
.proimg .pro-content h1 {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
ul.breadcrumb {
    display: none;
}

.pro-content .prodtitle {
    min-height:80px;
}
.add-to-cart.prodbuy {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 998;
}
}

/* minimize height changes bof */

span.sequra-educational-popup {
  text-decoration: underline;
}

.panel-body.checkout-payment-body {
  background-color: #f9f8f8;
}

p.checkout-subheader {
  border-left: 3px solid red;
  padding-left: 10px;
}

.radio.checkout-payment {
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: white;
  padding: 15px;
}

.checkout-payment label {
    display: table;
    width: 100%;
    padding-left: 0px;
}

.checkout-payment label > span.radio-cell {
    width: 30px;
}

.checkout-payment input[type="radio"] {
    position: static;
    margin: 0;
}

.checkout-payment label > span {
    display: table-cell;
    vertical-align: middle;
}

.checkout-payment label > span.payment-img {
    width: 70px;
}

span.payment-img > img.payment-logo {
  margin-right: 40px;
}

@media (max-width: 767px) {
  span.payment-img > img.payment-logo {
  margin-right: 15px;
}
}
.payment-call {
    font-size: large;
}

.payment-info {
    color: gray;
}

@media (max-width: 768px) {
  #checkout-cart .table-responsive > .table > tbody > tr > td {
    white-space: normal;
  }
  
  #checkout-cart .table-responsive > .table > thead > tr > td {
    font-size: 12px;
  }
    
  #checkout-cart .table-responsive > .table > tbody > tr > td {
    font-size: 12px;
  }
  
  #checkout-cart .input-group {
    display: flex;
    flex-direction: column;
  }

  #checkout-cart .input-group .form-control {
    width: 100%;
    margin-bottom: 6px;
    text-align: center;
  }

  #checkout-cart .input-group-btn {
    display: flex;
    flex-direction: column;
    width: 100%;
  }  
  
  #checkout-cart .input-group-btn .btn {
    flex: 1;
    width: 100%;
    margin-top: 4px;
  }
  
  /*
  #checkout-cart table thead td:nth-child(1) {
    display: none;
  }  
  #checkout-cart table tbody td:nth-child(1) {
    display: none;
  }
  */
}
