#left_side_f .rmenu li span {
    font-size: 9px;
}

#left_side_f .rmenu li a {
    font-size: 12px;
}

body {
    font-family: Roboto, sans-serif
}

/****
##########################
##### LOGO, MENU, HEAD CART, HEAD SEARCH DESIGN #######
##########################
***/

.header-btns > li {
    display: inline-block;
    vertical-align: top;
    padding: 15px 0px;
}

.header-btns > li .header-btns-icon {
    position: relative;
    float: left;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #30323A;
    background-color: #fff;
    border: 0px solid #fff;
}

.header-btns > li .header-btns-icon .fa {
    font-size: 22px
}

.header-cart .header-btns-icon .qty {
    position: absolute;
    right: -1px;
    top: -4px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 10px;
    color: #FFF;
    border-radius: 50%;
}

.header-btns .dropdown-toggle {
    display: block;
    cursor: pointer;
}

.header-account.dropdown .custom-menu > li > a > i {
    margin-right: 15px;
}

.header-btns .text-uppercase {
}

.header-btns .header-h {
    width: 45px;
    overflow: hidden
}

.header-btns .header-h .dropdown-backdrop {
    display: none
}

.header-cart {
}

.header-btns > li + li {
    margin-left: 15px;
}

.search_box {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #927b9c;
    text-align: center;
    overflow: hidden;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search_box_content {
    height: 80px;
    padding: 20px 10px 10px 10px;
}

.search_box_content .form-inline .form-control {
    width: 74%;
}

.search_box.active {
    bottom: -79px;
    z-index: 100;
}


@media (max-width: 768px) {
    #header {
        padding: 0 !important
    }

    .header-btns > li {
        padding: 12px 0 0 0 !important
    }

    .m-menu {
        position: absolute;
        top: 0;
    }

    .hb {
        text-align: right;
        padding-right: 0
    }

    .header-cart {
        width: 76px;
        overflow: hidden;
        text-align: left
    }

    .header-btns .text-uppercase {
        display: none
    }

    #header .nav-toggle {
    }

    .header-cart #cart-total {
        font-size: 13px;
        font-weight: bold;
        line-height: 26px;
    }

    .header-btns > li .header-btns-icon {
        background: #fff;
    }

    .header-btns > li .header-btns-icon .fa {
        color: #444;
    }

    .nav-toggle .main-btn {
        background: #fda912;
    }

    .nav-toggle .main-btn .fa {
        color: #fff;
    }

    .header-btns > li + li {
        margin-left: 0;
    }

    .search_box_content .form-inline .form-control {
        display: inline
    }

    .menu-nav .menu-list > li > a {
        line-height: 15px
    }
}


/****
##########################
##### PRODUCT DESIGN #######
##########################
***/

.content-header {
    background: #613c90;
    margin-bottom: 10px;
}

.content-header .breadcrumb {
    background: none;
    color: #fff;
    margin: 3px 0;
}

.content-header .breadcrumb a {
    color: #fff;
}

.product-slide .slick-prev, .slick-next {
}

.product-slide .slick-next {
    top: -30px;
    right: 1%;
    background: #f7f7f7;
    border: 1px solid #ccc;
}

.slick-prev:before, .slick-next:before {
    color: #000;
}

.product-slide .slick-prev {
    top: -30px;
    left: 92.3%;
    background: #f7f7f7;
    border: 1px solid #ccc;
    z-index: 1000
}

/* single product list style */
.product.product-single {
    background: none;
    border: none;
    position: relative
}

.product-single .product-thumb {
    height: 200px;
    overflow: hidden;
}

.product-single .product-body {
    text-align: center
}

.product-single .product-name {
    font-size: 23px !important;
    font-weight: bold;
    line-height: 30px
}

.product-single .product-op {
    margin-top: 10px;
}

.product.product-single .product-btns {
    display: none;
    position: absolute;
    top: 0;
}

.product.product-single:hover .product-btns {
    display: block;
}

.product.product-single .product-price {
    color: #666;
    margin-top: 6px;
    color: #613c90;
    font-size: 23px;
}

.product.product-single del {
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    color: #888
}

.product.product-single .pd-label > span {
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 15px;
    color: #FFF;
    font-size: 13px;
    background-color: #1158da;
}


/* product details style */
.single-product-view {
    font-size: 16px
}

.product-body.single-product-view {
    text-align: left !important
}

.product-details .product-name {
    font-size: 27px !important;
    font-weight: bold;
    line-height: 34px
}

.product-details .vendor {
    margin: 10px 0;
}

.product-details .product-price {
    font-size: 25px;
    font-weight: bold;
    color: #613c90;
    letter-spacing: 1px;
    line-height: 35px
}

.product-details .stock {
    margin-top: 5px;
}

.product-details .in-stock {
    color: #1F7C49;
    font-weight: bold
}

.product-details .stock-out {
    color: #BC1627;
}

.product-details .product-price .product-old-price {
    color: #999;
}

.product-details .intro p {
    line-height: 27px;
    margin: 10px 0;
}

.product-details .intro h2 {
    font-size: 20px;
    line-height: 30px
}

.product-details .intro h3 {
    font-size: 18px;
    line-height: 30px
}

.product-details .intro ul {
    padding: 5px
}

.product-details .intro ul li {
    font-size: 16px;
    list-style-type: disc;
    list-style-position: inside;
    line-height: 28px;
}

.product-details .intro ul.decor {
    background: #f7f7f7;
    border: 1px solid #ccc;
}

.product-details .product-label > span {
    position: relative;
    display: inline-block;
    padding: 3px 12px;
    color: #FFF;
    font-size: 13px;
    background-color: #1158da;
    margin: 0px 5px 6px 0;
    border-radius: 20px;
}

.product-tab {
    font-size: 17px;
    line-height: 27px;
}

.product-tab img {
    width: 350px;
    padding: 10px;
}

.product-tab img.float-right {
    float: right
}

.product-tab .float-left {
    float: left;
}

.product-tab h2 {
    font-size: 24px;
    line-height: 32px;
}

.product-tab h3 {
    font-size: 22px;
    line-height: 30px;
}

.product-tab h4 {
    font-size: 19px;
    line-height: 30px;
}

.product-tab ul, .product-tab ol {
    margin: 10px;
}

.product-tab ul li, .product-tab ol li {
    padding: 5px 0;
}

.product-tab .reviews {
}

.product-tab .reviews .review-single {
    background: #f7f7f7;
    margin: 10px 0;
    padding: 10px;
}

.product-tab .reviews .r_name {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #444;
}

.product-tab .reviews .r_text {
    padding: 5px 0;
}

.product-tab .reviews .r_date {
    font-size: 14px;
    color: #888;
}

.product-tab .reviews .product-rating {
    margin-bottom: 0;
    font-size: 12px;
}


ul.nav li.child li.child:hover {
    position: relative
}

ul.nav li.child li.child:hover > ul.dropdown-menu {
    display: block;
    top: 5px;
    left: 100%;
}

.caret-right {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid;
    display: inline-block;
    height: 0;
    opacity: 0.7;
    vertical-align: middle;
    width: 0;
    margin-left: 10px;
}

input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

#pbOverlay {
    z-index: 99999
}

.sld {
    width: 90%;
    background: #1A87BB
}


#preview {
    width: 828px;
    height: 30cm;
    margin: 10px auto;
    font-family: Arial, Helvetica, sans-serif;
}

.preview table td, .preview table th {
    padding: 3px 7px;
    border: 1px solid #111;
    line-height: 22px;
    font-size: 13px
}

.preview .header-table {
    width: 828px;
    border-bottom: none;
    border: none;
    border-collapse: collapse;
    margin-bottom: 25px;
}

.preview .header-table td {
    border: none;
    font-size: 14px
}

.preview .com-name .com-title {
    font-size: 32px;
    line-height: 30px
}

.preview .com-name .com-logo {
    width: 11%;
    height: 50px;
    float: left;
    padding: 0 15px 15px 0px
}

.preview .com-name .com-logo img {
    padding: 5px 15px;
    border: 1px solid #ccc;
    width: 55px;
}

.preview .com-name .com-details {
    width: 70%;
    float: left;
    margin-top: 3px;
}

.preview .com-name {
    text-align: left;
    height: 110px;
    vertical-align: top !important;
}

.header-table .name {
    font-weight: bold;
    font-size: 20px !important
}

.header-table .meta {
    line-height: 20px;
    font-size: 12px !important;
    border: 1px solid #999 !important;
    width: 50%;
    padding-left: 10px;
}

.header-table .meta .title {
    font-weight: bold;
    font-size: 17px
}

.preview .body-table {
    width: 828px;
    margin: 0 auto;
    border: 1px solid #111;
    border-collapse: collapse;
}

.body-table th {
    font-size: 12px;
    background: #f7f7f7
}

.body-table tr.item-row td {
    border: 0;
    border-right: 1px solid #000;
    vertical-align: top;
    font-size: 12px;
}

.body-table .item-row.last {
    height: 200px
}

.preview p {
    width: 828px;
}

.preview .footer-comment {
    text-align: center;
    font-size: 12px;
    padding: 10px;
}

.preview .date {
    font-size: 12px;
    text-align: right;
}

.preview .total-txt {
    text-align: right;
    font-size: 14px !important
}

.preview .total {
    font-size: 14px !important
}

.preview .price, .preview .total {
    text-align: right !important;
}

.signature {
    width: 20%;
    border-top: 1px solid #333;
    padding: 5px 0;
    font-size: 13px
}

.left {
    float: left
}

.right {
    float: right
}

.inword {
    text-transform: uppercase
}


.section-title {
    margin: 20px 0 10px 0;
    font-size: 25px;
}

.ui-datepicker td {
    float: none
}

.btn {
    text-transform: uppercase
}

#header {
    position: relative;
    z-index: 1000;
    background: #fff;
    padding-top: 0px;
    padding-bottom: 0px
}

.menu-nav .menu-list > li > a {
    line-height: 40px;
    font-family: Montserrat, sans-serif;
    letter-spacing: .5px;
    font-size: 14px;
    font-weight: 600;
    color: #111;
    text-transform: uppercase;
    display: block;
    padding: 15px 16px
}


/* Product Option Design */
.op {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.op input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 30px;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    background-color: #eee;
    line-height: 25px;
    font-weight: bold;
}

.op:hover input ~ .checkmark {
    background-color: #ccc;
}


.op input:checked ~ .checkmark {
    border: 2px #15cc70 inset;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.op input:checked ~ .checkmark:after {
    display: block;
}

.op .checkmark:after {

}


.pfl p {
    margin: 8px 0;
}

.pfl h2 {
    background: #613c90;
    color: #fff;
    padding-left: 6px
}

.pfl h2 strong {
    color: #fff !important;
}

.user-menu {
    background: #f3f3f3;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 2px solid #f1f1f1;
}

.user-menu h2 {
    text-transform: uppercase;
    font-weight: normal;
    border-bottom: 2px dotted #ccc;
}

.user-menu ul {
}

.user-menu ul li {
    line-height: 25px;
}

.user-menu ul li a {
    font-size: 15px;
}

.user-menu ul li a:hover {
    color: #42B02F
}


.cname {
    font-size: 25px;
    font-weight: bold;
    padding-left: 10px;
    color: #555;
}


.bg {
    background-image: linear-gradient(-18deg, #2657eb 0%, #de6161 100%);
    color: #fff;
    position: relative;
}


/* Cart Design */

.cart-page {
    margin-bottom: 100px
}

.cart-page .cart-title {
    color: #444;
    padding: 5px 10px;
    font-weight: normal;
    margin-top: 15px
}

.cart-page .cart-item-name {
    font-size: 17px !important
}

.cart-page .options {
    font-size: 12px;
    color: #777;
}

.cart-page .btn-danger {
    padding: 3px 7px 1px 7px;
}

.cart-page .table {
    background: none;
    margin-top: 30px;
    border: 1px solid #ccc;
}

.cart-page .table th {
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    background: #613c90;
    color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: normal;
}

.cart-page .table th:first-child {
    padding-left: 12px !important;
}

.cart-page .table td {
    font-size: 15px;
    color: #222;
}

.cart-page .table tr {
    background: #f7f7f7;
}

.cart-page .r {
    float: right;
    padding-top: 15px;
    margin-bottom: 18px;
    background: #f7f7f7
}

.cart-page .p {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 0;
    line-height: 30px;
}

.cart-page .total {
    padding: 0;
    border-top: 1px solid #888;
}

.cart-page #total {
    font-size: 19px;
}

.cart-page #total, #totaltax, #subtotal, #totaldiscount {
    text-align: right
}

.cart-page .pos .thumbnail {
    background: #3542B3;
    text-align: center;
    padding: 10px 5px;
    color: #fff;
}

.cart-page .close {
    background: none !important;
}


.checkout-cart .cart-item-name {
    font-size: 17px !important
}

.checkout-cart .options {
    font-size: 12px;
    color: #777;
}

.checkout-cart .btn-danger {
    padding: 2px 6px 0px 6px;
}

.checkout-cart .table {
    background: none;
    border: 1px solid #ccc;
}

.checkout-cart .table th {
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    background: #613c90;
    color: #fff;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: normal;
}

.checkout-cart .table td {
    font-size: 14px;
    color: #222;
}

.checkout-cart .table tr {
    background: #f7f7f7;
}

.checkout-cart .cart-bottom {
    background: #f7f7f7
}

.checkout-cart .total {
    padding: 0;
    border-top: 1px solid #888;
    font-size: 17px;
}

.checkout-cart #total, #totaltax, #subtotal, #totaldiscount {
    text-align: right
}

.checkout-title {
    background: #613c90;
    font-size: 22px;
    color: #fff;
    padding: 3px 10px 2px 10px;
    font-weight: normal;
    margin-top: 20px
}


/* floating cart */
.floating-cart {
    position: fixed;
    bottom: 100px;
    right: 0px;
    display: block !important;
    background: #613c90;
    width: 100px;
    height: 50px;
    z-index: 100;
    padding: 10px;
    text-align: center;
    border: 1px solid #fff;
    border-right: 0px;
}

.floating-body#shopping-cart .shopping-cart-list {
    overflow: auto;
    max-height: 450px !important
}

.floating-cart a {
    color: #fff;
}

.floating-body a.btn-danger {
    color: #fff;
    padding: 2px 6px;
    font-size: 10px
}

.floating-body .cart-table {
    height: 100%;
}

.cart-table td {
    border-top: 1px solid #ddd;
    padding: 5px 0
}

.floating-cart .shopping-cart-btns {
}

.topsec {
    height: 440px;
}

.bottomsect {
    height: 50px;
}

.floating-body #qty {
    padding: 2px 5px;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 380px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 10px 5px 10px 10px;
}

.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

/* end floating cart */


.reg-text {
    padding: 22px 10px;
    background: #9dcc92;
    background: linear-gradient(to bottom left, #9dcc92, #0ba01d);
    background-size: cover;
    background-position: center;
}

.reg-text h3 {
    color: #fff;
    font-size: 27px;
    line-height: 32px;
    padding: 20px 0;
    font-weight: normal
}

.reg-text a {
    color: #B93509
}

.app-instal {
    background: #85cba8;
    background: linear-gradient(to bottom left, #62cc97, #30a5d2);
    background-size: cover;
    background-position: center;
}

.app-instal h3 {
    font-size: 25px;
    padding: 50px 10px;
    text-align: center;
    font-weight: normal;
    line-height: 33px;
    color: #fff;
}


.app-menu, .app-back {
    display: none;
}

.cart-table td {
    font-size: 13px !important;
    text-align: left;
}

.cart-table .itl {
    font-size: 14px
}


/*login and register form style*/
.log-reg-page {
    padding: 25px 0px;
    position: relative
}

.log-reg-form {
    min-height: 450px;
    border: 1px solid #dbd1e8;
    border-right: 0;
    border-radius: 4px 0px 0px 4px;
    padding: 30px 30px;
    margin: 0px 0;
    background: #fff;
}

.log-reg-form h2 {
    text-transform: uppercase;
}

.log-reg-form h2, .log-reg-form .icon {
    text-align: center
}

.log-reg-form .fa-stack {
    width: 3em;
    height: 3em;
    line-height: 3.6em;
}

.log-reg-form .fa-stack-2x {
    font-size: 4em
}

.log-reg-form .fa-stack-1x {
    font-size: 1.8em
}

.log-reg-form .fa-circle {
    color: #613c90
}

.log-reg-form .fa-user {
    margin-left: 3px;
}

.log-reg-form label {
    font-weight: bold
}

.guest-check {
    margin-top: 100px;
}

.guest-check a {
    color: #0ba256 !important
}

.log-reg-right {
    min-height: 450px;
    background-image: linear-gradient(-18deg, #2657eb 0%, #de6161 100%);
    color: #fff;
    position: relative;
    padding: 20px;
    display: table;
    border-radius: 0px 4px 4px 0px;
}

.log-reg-right .lrd {
    display: table-cell;
    vertical-align: middle
}

.log-reg-right h2 {
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    line-height: 32px;
}


/*Popup*/
.toast-popup {
    background-color: rgba(0, 0, 0, 0.80);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: none;
    padding: 6px 12px;
    border-radius: 2px;
    box-shadow: 2px 2px 10px #555;
    position: fixed;
    top: 0%;
    z-index: 500000;
}

.toast-popup.success {
    background-color: rgba(46, 103, 46, 0.8);
    box-shadow: 2px 2px 10px rgba(46, 103, 46, 0.8);
}

.toast-popup.warning {
    background-color: rgba(189, 142, 41, 0.8);
    box-shadow: 2px 2px 10px rgba(189, 142, 41, 0.8);
}

.toast-popup.error {
    background-color: rgba(189, 41, 41, 0.8);
    box-shadow: 2px 2px 10px rgba(189, 41, 41, 0.8);
}

@media screen and (min-width: 768px) {
    .toast-popup {
        top: 0%;
        font-size: 13px;
    }
}

/*End popup*/


@media (max-width: 320px) {
    .cat-view-top ul {
        width: 100%
    }

    .search-box input[type=text] {
        width: 280px;
    }
}

@media (max-width: 480px) {
    .cat-view-top ul {
        width: 100%
    }
}

@media (max-width: 360px) {
    .cat-view-top ul {
        width: 100%
    }

}

@media (max-width: 768px) {

    body {
        margin-bottom: 80px
    }

    .cat-view-top ul {
        width: 100%
    }

    .menu {
        display: none
    }

    .sticky {
        display: none
    }

    .breadcrumb {
        display: none;
    }

    /* user menu */
    .user-menu {
        height: 200px;
    }

    .user-menu h2 {
        clear: both;
    }

    .user-menu ul {
    }

    .user-menu ul li {
        float: left;
        padding: 3px 10px 3px 10px;
        margin: 3px 5px;
    }

    .user-menu ul li a {
        color: #fff;
    }

    .user-menu ul li a:hover {
        color: #42B02F
    }

    .pfl {
        clear: both;
        padding-top: 10px;
    }


    /* app menu */
    .app-menu {
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 1000;
        background: #f7f7f7;
        width: 100%;
    }

    .app-menu ul {
    }

    .app-menu ul li {
        float: left;
        width: 20%;
        text-align: center;
        padding: 10px 0 10px 0;
        height: 50px;
    }

    .app-menu ul li a {
        font-size: 13px;
    }


    .cat-tree ul li a {
        font-size: 25px !important;
        line-height: 40px !important
    }

    /* floating cart */
    /* cart mobile */
    .r .form-control {
        height: 32px
    }

    #add_form form input[type="text"], input[type="password"] {
        width: 100%;
    }

    .dynamic_input .col-sm-5, .dynamic_input .col-sm-1, .dynamic_input .col-sm-2 {
        padding: 0
    }

    legend {
        font-size: 14px;
        color: #999
    }

    label {
        border-bottom: none !important;
    }

    .gh {
        margin: 0;
    }

    .gh .col-sm-1, .gh .col-sm-2 {
        background: #efefef;
        padding-top: 3px;
        padding-bottom: 3px
    }

    #con_main {
        padding-top: 0;
        padding-bottom: 50px;
        background: #f7f7f7
    }

    .fh {
        background: #747776;
        color: #fff;
        margin-bottom: 15px
    }

    .fh .breadcrumbs {
        color: #fff;
        font-weight: bold;
    }

    #add_form form {
        margin: auto;
        padding: auto;
        width: auto;
    }

    .options {
        font-size: 12px;
        color: #777;
    }

    #dblock {
        background: #f7f7f7;
        overflow: hidden;
        margin-top: 10px;
        width: 100%
    }

    .itms {
        background: #f7f7f7;
        padding: 18px 0 3px 0;
        margin-bottom: 5px;
        border-radius: 6px;
    }

    #add_form form {
        padding: 0;
        margin: 0;
    }

    #dblock .form-control {
        height: 27px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .itl {
        font-weight: bold
    }

    .btn-danger {
        padding: 0px 6px;
    }

    .table {
        background: #f7f7f7;
    }

    .table th {
        border-bottom: 1px solid #ccc;
        background: #ccc;
        color: #222;
    }

    .l .table th {
        border-bottom: 1px solid #ccc;
        background: #f3f3f3;
        padding: 8px 5px !important;
        font-size: 14px;
        color: #444;
    }

    .table th:first-child {
        padding-left: 12px !important;
    }

    .l {
    }

    .r {
        padding-top: 15px;
        background: #f7f7f7
    }

    .q {
        padding: 0;
        margin-top: 0px;
        color: #f7f7f7;
    }

    .p {
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 10px;
        background: #cdf3d1;
        border: 1px solid #098830;
        padding: 5px 0;
        line-height: 25px;
    }

    .pos .qty, .pos .dis {
        text-align: center;
        font-size: 13px;
        background: #fff;
        border: 1px solid #ccc;
        margin: 5px 0;
        padding: 5px 0;
        color: #222;
    }

    .total {
        padding: 0;
        border-top: 1px solid #888;
    }

    #total {
        font-size: 19px;
    }

    #total, #totaltax, #subtotal, #totaldiscount {
        text-align: right
    }

    .pos .thumbnail {
        background: #3542B3;
        text-align: center;
        padding: 10px 5px;
        color: #fff;
    }

    .pbl {
        background: #5cb85c !important;
        padding: 7px 0;
        height: 40px;
        color: #fff;
        font-family: Geneva, Arial, Helvetica, sans-serif
    }


    .pos {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .table td {
        font-size: 14px;
    }

    .c_dcoun {
        display: none
    }

    .step {
        clear: both;
        padding-top: 10px;
    }


    .fulsld {
        padding: 0 !important;
    }

    .app-instal {
        margin: 20px 0;
    }

    .reg-text h3 {
        text-align: center
    }

    .promo-code {
        display: none;
    }

    .cart-count {
        width: 100%;
    }

    .p {
        height: 120px;
    }

    .p label {
        width: 50%;
        float: left;
    }

    .p .total {
        float: left;
        width: 100%;
        padding: 0;
    }

    .p .total label {
        width: 50%;
    }


    #home-slick {
        height: 190px;
        margin-bottom: 40px;
    }

    .product.product-single:hover .product-thumb:after {
        opacity: 0;
    }

    .product.product-single .product-price {
        font-size: 22px
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-right: 10px;
        padding-left: 10px
    }

    #footer {
        display: none
    }

}

@media (min-width: 768px) {
    .navbar-nav > li {
        float: right
    }


}

.header-h .dropdown-toggle::after {
    display: none;
}


/****
##########################
##### HEADER DESIGN #######
##########################
***/

.header-logo .logo img {
    width: 88px !important;
}

#top-header {
    background: #d3d3d3;
    padding: 10px 0;
}

ul.head-widget {
    list-style-position: inside;
    width: 100%
}

ul.head-widget li {
    float: right;
    width: 25%;
    padding: 10px 0;
    color: #000;
    font-size: 13px;
    font-family: Roboto, sans-serif;
    font-weight: 300
}

btn-outline-light {
    color: #f8f9fa;
    background-color: #211e1e;
    background-image: none;
    border-color: #f8f9fa;
}
ul.head-widget li .w-left {
    width: 14%;
    float: left;
    display: block;
    line-height: 50px;
    border-right: 1px solid #5c5a5b;
}

.w-left .fa {
    font-size: 21px;
}

ul.head-widget li .w-right {
    width: 80%;
    float: right;
    display: block;
    padding-top: 5px;
}

.w-right .hp {
    font-weight: normal;
}

.custom-menu {
    z-index: 10000
}



     /****
     ##########################
     ##### SLIDER SEVEN #######
     ##########################
     ***/
 #home-slider {
     padding: 0;
     height: 550px;
 }

#home-slider:after {
}

.main-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.main-slider .slide-item {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.main-slider .slide-item:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(-18deg, #000 0%, #333 100%);
    opacity: .7;
}

.main-slider .slide-item img {
    width: 100%;
    height: 550px;
    padding: 0;
}

.main-slider .slick-prev, .slick-next {
}

.main-slider .slick-next {
    right: 40px;
}

.main-slider .slick-prev {
    left: 40px;
    z-index: 1000
}

.main-slider .slick-dots {
    bottom: 20px;
}

.main-slider .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.main-slider .slide-content {
    width: 100%;
    top: 0%;
    bottom: 0%;
    position: absolute;
    left: 0%;
    right: 0;
    z-index: 100;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
    padding-top: 100px;
    overflow: hidden;
    font-family: Montserrat, Times, serif;
}

.main-slider .slide-content h2 {
    letter-spacing: 3px;
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
    margin: 10px 0;
    text-transform: uppercase;
}

.main-slider .slide-content p {
    font-size: 22px;
    margin: 20px auto 20px auto;
    letter-spacing: 1px;
    line-height: 32px
}

.main-slider .slide-content .btn-custom {
    margin-top: 35px;
}

.btn-custom {
    border: 2px solid #fff;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px
}

.main-slider .slide-content .price {
    font-size: 25px;
}

.main-slider .slide-content .amount {
    font-weight: bold;
    color: #f9cf00
}

.main-slider .slick-active h3 {
    animation: fadeInDown 1s both .5s;
}

.main-slider .slick-active h2 {
    animation: fadeInLeft 1s both .5s;
}

.main-slider .slick-active p {
    animation: fadeInRight 1s both .5s;
}

.main-slider .slick-active .btn-custom {
    animation: fadeInUp 1s both .5s;
}

.main-slider #content-section img {
}

@keyframes floatBubble {
    0% {
        transform: translate3d(-10%, 0, 0);
    }
    100% {
        transform: translate3d(200%, 0, 0);
    }
}


@media (max-width: 320px) {
}

@media (max-width: 480px) {
}

@media (max-width: 360px) {
}

@media (max-width: 768px) {
    #home-slider, .main-slide {
        height: 250px
    }

    .slide-item {
        height: 215px
    }

    .main-slider .slide-content h2 {
        font-size: 18px;
        line-height: 24px;
    }

    .main-slider .slide-content h3 {
        font-size: 15px;
    }

    .main-slider #product-section .slide-content p {
        display: none
    }

    .main-slider #product-section .slide-content p.price {
        display: block;
        font-size: 13px;
        margin-top: 0;
    }

    .main-slider .slide-content {
        top: 0%;
        bottom: 1%;
        left: 3%;
        padding-top: 10px;
        overflow: hidden;
    }

    .main-slider .slide-item img {
        height: 140px;
        float: right;
        margin-top: 0;
        padding: 0;
    }

    .main-slider .slide-content .btn-custom {
        margin-top: 5px;
        padding: 3px 3px 1px 3px;
        font-size: 12px;
    }

    .main-slider .slide-item#content-section img {
        height: 215px;
    }

    .main-slider #content-section .slide-content p {
        font-size: 13px;
        margin-top: 5px;
        height: 38px;
        overflow: hidden
    }
}
.navbar-nav>li>a {
    color: #000 !important;
}

#page-header {
    background: url(../images/image28.jpg) no-repeat center top #f0f0f0;
    width: 100%;
    padding: 50px;
}
#page-header h1 {
    font-size: 28px;
    color: #424242;
    font-family: 'Montserrat', sans-serif;
    font-weight: inherit;
    margin: 0px 0 40px 0;
}





     /****
     ##########################
     ##### FRONT TAB  #######
     ##########################
     ***/

 .book-tab{ margin-top:-130px}
.book-tab-wrap{ background:#fff; box-shadow: 0 4px 29px 0 rgba(110,123,157,.29); border-radius:0px; padding:5px; }
.book-form-short{}
.book-form-short input[type='text']{ background:#f1f1f1; }
.book-form-short select{ background:#f1f1f1; }
.book-form-short .form-control{ height:42px; border-radius:7px; border:0px}
.book-form-short small{ font-weight:bold; padding-left:10px; text-transform:uppercase}
.book-form-short .control-label{ font-weight:bold; padding-left:20px; text-transform:uppercase; text-align:left}

.book-tab .nav-tabs{ border-radius:0px; border:0;}
.book-tab .nav-tabs li{text-align:center; border:0; padding:6px; }
.book-tab .nav-tabs>li>a{ border-radius:0px; text-transform:uppercase; font-size:18px; color:#fff; padding-top:7px}
.book-tab .nav-tabs>li>a .fa{ color:#f7f7f7; font-size:22px}
.book-tab .nav-tabs>li.active>a{ background:rgba(255,255,255,.1); border:0px solid rgba(255,255,255,.3)}
.book-tab .nav-tabs>li.active>a, .book-tab .nav-tabs>li.active>a:focus, .book-tab .nav-tabs>li.active>a:hover, .book-tab .book-tab .nav-tabs>li>a:hover{ color:#fff;}
.book-tab .nav>li>a:focus, .book-tab .nav>li>a:hover{ background:rgba(255,255,255,.2) !important; border:0px solid rgba(255,255,255,.3)}
.book-tab .tab-content{ padding:40px 30px;}

.book-tab .btn-custom:hover{ color:#eee}


.book-tab .nav-tabs .nav-item.show .nav-link, .book-tab .nav-tabs .nav-link.active{
    background-color: rgba(255,255,255,.2);
    border: none;
    color: #fff;
}




 .service-block{ position:relative; margin:0; background:url('../images/slider-item-2.jpg') top left; }
.service-block:before{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(-18deg, #000 0%, #333 100%);
    opacity: .7;}

.service-block .sb.active::after{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .4;
    z-index:1;
}
.service-block .sb.active>*{position:relative; z-index:100 }
.service-block .sb{padding:65px 25px; }

.service-block .sb h3{
    font-size:26px;
    line-height:28px;
    padding:10px 0px;
    font-family:Montserrat, sans-serif;
    font-weight:normal;
    letter-spacing:.5px
}
.service-block .sb p{ font-size:18px; line-height:26px; padding:5px 0px 20px 0px; }
.service-block .sb h3, .service-block .sb p{ color:#fff; }
.service-block .sb .btn-custom{ background:none; padding-left:30px; padding-right:30px; letter-spacing:1px}





     /* ---- Pricing tables -------------- */
 .dev-package{ padding:50px 0}
.dev-package .cell-3{ padding-left:0; padding-right:0;}
.dev-pricing-table, .pricing-table-2 {padding: 0;border: 1px #e4e4e4 solid;text-align: center;}
.dev-opt{ margin-top:134px; background:#fff;  border-bottom:1px solid #999; border-top:1px solid #999; border-left:1px solid #999}
.dev-opt ul li{ text-transform:uppercase; font-weight:bold; height:130px; }
.dev-opt ul li img{ width:120px; height:auto; display:block; margin:0 auto;}

/*.t1{ background:#FFFFF0; border-bottom:1px solid #FFCC00; border-top:1px solid #FFCC00; border-left:1px solid #FFCC00}
.t2{ background:#F3FFF0; border:1px solid #1CA623;}
.t3{ background:#EEF8FD; border-bottom:1px solid #0E7CEB; border-top:1px solid #0E7CEB; border-right:1px solid #0E7CEB}*/

.dev-pricing-table span.fa-check{ color:#009999}


.dev-pricing-table i.fa , .dev-pricing-table em.fa {
    position: absolute;
    top: 0px;
    left: 50%;
    font-size: 30px;
    width: 60px;
    height: 56px;
    z-index: 9999;
    text-align: center;
    line-height: 56px;
    margin-top: -28px;
    margin-left: -30px;
}
.dev-pricing-table .head {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    color:#fff;
    height:135px;
    font-family:Montserrat, sans-serif	;
    letter-spacing:.5px;
    padding-top:40px;
}
.dev-pricing-table .head .text{ font-size:14px; display:block; color:#dddada}

.dev-pricing-table li {
    padding: 9px 0;
    border-bottom: 1px #e4e4e4 solid;
    font-size: 14px;
    height:130px;
}

.dev-pricing-table .price {font-weight: bold;font-size: 30px;display:block; font-family:Montserrat, sans-serif	; line-height:50px}
.dev-pricing-table .duration {font-weight: bold;font-size: 14px;display:block; color: #87898c; text-transform: uppercase; font-family:Montserrat, sans-serif; letter-spacing:1px}
.dev-pricing-table .info {font-weight: normal;font-size: 13px;display:block; font-family:Montserrat, sans-serif; color:#888; font-style:italic; font-weight:400px;}

.dev-pricing-table li.pricing-footer{height:70px; border:0; line-height:50px }
.pricing-footer a{ color:#fff; text-transform:uppercase; font-weight:bold; font-size:18px; letter-spacing:.5px}
.dev-pricing-table .rview{ display:none}

.contact-wrap {
    background: #e8edf0 !important;
}
.content {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075), 0 2px 4px rgba(0, 0, 0, 0.0375);
    padding: 30px;
}

.panel-group {
    margin-bottom: 0;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
}
.panel-group .panel .panel-heading {
    padding: 0;
}
.panel-group .panel .panel-heading h4 a {
    background: #f8f8f8;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
    text-decoration: none;
    transition: 0.15s all ease-in-out;
}
.panel-group .panel .panel-heading h4 a:hover, .panel-group .panel .panel-heading h4 a:not(.collapsed) {
    background: #fff;
    transition: 0.15s all ease-in-out;
}
.panel-group .panel .panel-heading h4 a:not(.collapsed) i:before {
    content: "";
}
.panel-group .panel .panel-heading h4 a i {
    color: #999;
}
.panel-group .panel .panel-body {
    padding-top: 0;
}
.panel-group .panel .panel-heading + .panel-collapse > .list-group,
.panel-group .panel .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}
.panel-group .panel + .panel {
    border-top: none;
    margin-top: 0;
}


.service-block .sb .btn-custom:hover{
    border-color:#FDA912
}
.book-tab .btn-custom{
    border:2px solid #FDA912;
}
.article-item{
    border-top: 3px solid #FDA912;
}


.dev-pricing-table .head,
.service-block .sb.active::after,
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all,
.book-tab .btn-custom,
.book-tab .nav-tabs,
.responsive-nav,
.menuBtn,
.user-menu ul li,
.header-cart
.header-btns-icon .qty,
.dev-pricing-table li.pricing-footer,
.slick-dots li.slick-active button:before {
    background-color: #d48714;
}
.dev-pricing-table span.fa-times
.service-block .sb .btn-custom:hover,
.main-slider .slide-content h2,
.w-right .hp, .w-left .fa,
.header-account.dropdown .custom-menu > li > a > i,
.dev-pricing-table .price{
    color:#fda912;
}

#faq_aria .text-secondary {
    color: rgba(0,0,0,.87);
    margin-bottom: 0px;
    padding: 15px 20px;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    margin-top: 5px;
}
#faq_aria .text-secondary h2{
    font-size: 20px;
    color: #fda912;
    float: left;
}
#faq_aria  .card-body{
    background-color: #f1f3f4;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    margin-bottom: 15px;
}
#faq_aria .card-body p{
    padding:20px;
    padding-bottom: 0;
    padding-bottom: 50px;
}
.socialMedia .btn {
    padding: 2px 10px !important;
}
.socialMedia .btn i {
    font-size: 15px;
}


.pre_loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 50px;
    height: 50px;
    margin: -15px 0 0 -30px;
    border: 10px solid #b3bbc3;
    border-radius: 50%;
    border-top: 10px solid green;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.pre_loader_bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 }
    to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
    from{ bottom:-100px; opacity:0 }
    to{ bottom:0; opacity:1 }
}



.vehicle-grid{
    border-radius: 15px;
    border: 1px solid #e7e7e7;
    overflow: hidden;
    transition: all 0.4s ease-out;
    margin-bottom: 30px;
    text-align: center;
}
.vehicle-grid .vehicle-image {
    position: relative;
}
.vehicle-grid .vehicle-image a.image {
    display: block;
}
.vehicle-grid .vehicle-image img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
    border-bottom: 1px solid #e7e7e7;
}
.vehicle-grid .vehicle-image img:hover {
    -webkit-box-shadow: 0px 6px 10px -6px rgb(0 0 0 / 18%);
    box-shadow: 0px 6px 10px -6px rgb(0 0 0 / 18%);
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}
.vehicle-content{
    padding: 12px 12px 15px;
    position: relative;
    background-color: #f9f9f9;
}
.vehicle-grid .title {
    font-size: 18px;
    font-weight: 600;
}
.vehicle-content .line, .vehicle-content ul{
    text-align: left;
}

.vehicle-content ul:after{
    content: "";
    position: absolute;
    top: -8px;
    width: 70px;
    height: 2px;
    background: #FDA912;
}
.vehicle-content ul{
    position: relative;
    padding: 0 10px;
    display: block;
    width: 100%;
}
.vehicle-content ul li{
    width: 50%;
    position: relative;
    padding-left: 10px;
}
.vehicle-content ul li:before {
    content: '';
    position: absolute;
    border-right: 2px solid #fda912;
    border-bottom: 2px solid #fda912;
    width: 8px;
    height: 8px;
    top: calc(50% - 0px);
    left: -5px;
    transform: translateY(-50%) rotate(-45deg);
}
.vehicle-content a.btn{
    background-color: #fda912;
    border: none;
}
.vehicle-content a.btn:hover, .vehicle-content a.btn:active, .vehicle-content a.btn:focus{
    background-color: #d28f04 !important;
    color: #fff !important;
    border: none !important;
    box-shadow: none !important;
}
/* Preloader End */

@media (max-width: 768px) {
    ul.head-widget li.follow_us{
        margin-left: 35px;
    }
    ul.head-widget li, .data_time_aria {
        width: 45%;
    }

    .book-tab .nav-tabs>li>a{
        font-size: 13px;
    }
    .book-tab .nav-tabs>li>a.nav-link{
        padding: 0 !important;
    }
    .book-tab .nav-tabs li{
        padding: 3px;
        width: 25%;
    }
    .book-tab{
        padding-right: 0;
        padding-left: 0;
    }
    .header-logo .logo img{
        height: 50px !important;
    }
    .header-btns > li .header-btns-icon{
        line-height: 35px !important;
    }
}
@media (min-width: 769px) {
    #navbarNav{
        display: block;
    }
}

