@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Poiret+One');
/*-------------------------------------------------------------------------------------------
  CSS definations for Archade
-------------------------------------------------------------------------------------------*/
/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
        -ms-box-sizing:border-box;
         -o-box-sizing:border-box;
            box-sizing:border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*Bootstrap row and colums of Custome*/
.row {
    margin-right: -5px;
    margin-left: -5px;
}
.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 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
    padding-top: 56px;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a,
a:hover,
a:focus {
    outline:none;
    text-decoration:none;
    cursor: pointer;
}
.btn.focus, .btn:focus, .btn:hover { 
    outline:none;
    text-decoration:none;
    cursor: pointer;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
     outline: none; 
     outline-offset: 0px; 
}
button:focus {
    outline: none;
}
a:hover{
    text-decoration: none !important;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Open Sans', sans-serif;
    
}

/* Common Tages */
label {
    padding-bottom: 6px;
    display: block;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;

}
.btn {
    padding: 7px 15px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 2px;
}
.btn-brown {
    border: 1px solid #4c0702;
    background: #4c0702;
}

.You-makelike.mt-30 {
    background-color: #fff;
    padding: 25px 30px 30px;
    border-radius: 5px;
}

.form-static {
    border: 1px solid #4c0702;
    padding: 10px;
}

.btn-black {
    border: 1px solid #333;
    background: #959595;
}
.btn-pink {
    border: 1px solid #e22390;
    background: #e22390;
}
.btn-thin-pink {
    border: 1px solid #eb5252;
    background: #eb5252;
    margin-bottom: 12px;
}
.btn-thin-pink:hover {
    border: 1px solid #f54242;
    background: #f54242;
}
.btn-yellow {
    border: 1px solid #ffb001;
    background: #ffb001;
}
.btn-info {
    border: 1px solid #1979c3;
    background: #1979c3;
    /*New*/
    line-height: 30px;
    width: 150px;
    /*New*/
}
.btn-download{
    background: #ea4900;
    border-color: #ea4900;
}
.btn-green{
    background: #238e00;
    border-color: #238e00;
}
.btn-default {
    border: 1px solid #C9C9C9;
    background: #f9f9f9;
    color: #666;
    font-weight: 600;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff !important;
    text-decoration: none !important;
}
/*.btn:hover,
.btn:focus {
    background: #5AA1E3;
    border-color: #5AA1E3;
    color: #fff;
}*/
.form-group:after {
    display: block;
    content: '';
    clear: both;
}
.form-control:focus{
    border-color: #ccc;
    box-shadow:none;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 14px;
}
.btn-lg {
    padding: 10px 20px;
}
.form-control {
    border: 1px solid #ccc;
    background: #fff;
    padding: 7px 15px;
    height: auto;
    box-shadow: none;
    outline: none;
    border-radius: 0px;
}
.form-control-quality{
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px;
    height: auto;
    box-shadow: none;
    outline: none;
    border-radius: 0;
}
textarea.form-control {
    min-height: 120px;
}
.form-group {
    margin-bottom: 30px;
}
.form-group span {
    padding-bottom: 5px;
    display: block;
}
p {
    line-height: 24px;
    margin-bottom: 10px;
}
/*donation STAR*/
sup {
    top: -0.1em;
    color: #ef6200;
    font-weight: 500;
    font-size: 30px;
}
.go-top {
    background: #ef2d2d;
    width: 30px;
    height: 30px;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    position: fixed;
    bottom: 95px;
    right: 15px;
    z-index: 999;
    border-radius: 100%;
    display: none;
}
.go-top i {
    display: inline-block;
    line-height: 28px;
}
/*-------------------------------------------------------------------------------------------*/
/* SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #444;
    font-weight: 400;
}
/*mobile menu*/
.all-menu-box a{
    display: none;
}
/* top-bar */
.top-bar {
    background: #efefef;
    font-size: 12px;
    color: #000;
    font-weight: 600;
    padding: 10px 0px;
}
.top-bar p {
    line-height: 30px;
}
.top-bar p span {
    display: inline-block;
    margin: 0 15px;
}
.top-bar p .fa {
    display: inline-block;
    margin-right: 3px;
}
.top-bar p a {
    color: #fff;
}

/* top-item */
.top-item {
    float: right;
}
.top-item li {
    float: left;
    margin-left: 15px;
    border-left: 1px solid #8e8e8e;
    padding-left: 15px;
}
.top-item li:first-child {
    border-left: none;
}
.top-item li a {
    display: block;
    color: #000;
    line-height: 18px;
}
.top-item li a i.fa {
    font-size: 14px;
}
/* header */
.header {
    position: relative;
    z-index: 99;
}

/* logo */
.header-shop .logo {
    float: left;
    background: #fff;
    padding: 5px;
}
.logo {
    padding: 0 0 0px 0;
    float: left;
}
.logo a {
    display: inline-block;
    float: left;
}
.logo object,
.logo img {
    width: auto;
    height: 70px;
    float: left;
}
/*Header Fixed*/
/*.header.fixed {
    padding: 0px 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    background: rgba(0,0,0,0.9);
    border-bottom: 1px solid #ccc;
}*/
/* header */
.header-shop {
    border-top: 1px solid rgb(230, 229, 229);
    background: #fff;
    padding: 0px 0px;
}

.header-link-top {
    float: right;
    padding-top: 1px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.header-link-top li {
    float: left;
    margin-left: 10px;
}
.header-link-top li .fa-opencart {
    border-left: 1px solid #d4d4d4;
    padding: 0px 7px;
    margin-left: 5px;
}
.header-link-top li span {
    position: absolute;
    top: 20px;
}
.header-link-top li a .text {
    max-width: 41px;
    display: block;
    padding-top: 3px;
    font-size: 9px;
    line-height: normal;
}


/* search */
.search-icon {
    display: none;
}
.header .spacing {
    margin: 20px 0px;
}
.search {
    
    border-radius: 0;
    margin-right: 50px;
    position: relative;
    /*z-index: 1;*/
}
.search .form-control {
    background: #fff;
    box-shadow: none;
    color: #000;
    border-color: #b5b3b3;
}
.search .btn {
    background: none;
    border: none;
    width: 42px;
    height: 36px;
    float: left;
    line-height: 34px;
    padding: 0;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 0 2px 2px 0;
    position: absolute;
    right: 0px;
    bottom: 0;
    /*z-index: 2;*/
    top: 0px;
    display: block;
    background: #333;
}

.single-course .course-teacher .admin {
    display: inline-block;
    float: right;
    overflow: hidden;
}
.inner-header {
    box-shadow: rgba(0,0,0,0.3) 0px 0px 1px;
}

/*new shop css start*/


.nav-items>li>a:focus, .nav>li>a {
    background: #e52f48;
}

.curriculum-cont {
    padding: 25px 30px;
}

p.pra-secs {
    text-align: justify;
}
.nav-items .new-cls>li>a:focus, .nav>li>a {
    background: #e52f48;
}

.nav-items>li>a:focus, .nav>li>a {
    background: #116fb4;
    padding: 20px 0px 20px 13px;
    color: #fff;
}
.nav>li>a:focus, .nav>li>a: {
    text-decoration: none;
    background-color: #eee;
}

.nav-item .new-cls>li>a:focus, .nav>li>a {
    background: #eee;
}

.nav .new-cls>li>a:focus, .nav>li>a {
    background: #fff;
}
.courses-tab .nav .nav-item a {
    
    font-size: 14px;
    color: #000;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    padding: 20px 0;
    display: block;
    background-color: #edf0f2;
}
.courses-tab .nav .nav-item.active a{background-color:#116eb4;color:#fff;}
.courses-single-left {
    padding: 45px 50px;
    background-color: #fff;
}
.courses-single-left .course-terms > ul > li {
    display: inline-block;
    margin-right: 60px;
}

.pt-50 {
    padding-top: 50px;
}
.courses-single-left .course-terms ul li .review ul li a {
    font-size: 14px;
    color: #ffc600;
}

.courses-single-left .course-terms ul li .review ul li {
    display: inline-block;
}
.courses-single-left .course-terms > ul li:last-child {
       margin-right: -44px;
}

.courses-single-left .course-terms > ul > li {
    display: inline-block;
    margin-right: 60px;
}

.courses-single-left .course-terms ul li .teacher-name .name h6, .courses-single-left .course-terms ul li .course-category h6 {
    font-size: 16px;
    color: #24486e;
    font-weight: 700;
}

.course-features {
    background-color: #fff;
    padding: 30px 35px;
    border-radius: 5px;
}

.course-features .price-button .main-btn {
    float: right;
}

.course-features {
    background-color: #fff;
    padding: 30px 35px;
    border-radius: 5px;
}
.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ffc600;
    padding: 0 35px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 50px;
    border-radius: 5px;
    color: #07294d;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 5;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: #ffc600;
}
.course-features .price-button span {
    font-size: 18px;
    color: #24486e;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 12px;
    position: relative;
    left: -36px;
}

.course-features ul li {
    font-size: 15px;
    color: #8a8a8a;
    overflow: hidden;
    line-height: 45px;
    border-bottom: 1px solid #d2d2d2;
}
.course-features ul li span {
    float: right;
}

.course-features ul li i {
    color: #ffc600;
    margin-right: 8px;
    margin-left: -158px;
}
.course-features ul li {
    font-size: 15px;
    color: #8a8a8a;
    overflow: hidden;
    line-height: 45px;
    border-bottom: 1px solid #d2d2d2;
}
.courses-single-left .course-terms ul li .review span, .courses-single-left .course-terms ul li .teacher-name .name span, .courses-single-left .course-terms ul li .course-category span {
    color: #8a8a8a;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.courses-single-left .course-terms > ul > li {
    display: inline-block;
    margin-right: 80px !important;
}

.course-features h4, .You-makelike h4 {
    font-size: 24px;
    color: #07294d;
    padding-bottom: 15px;
        font-weight: 700;
}

.course-features ul li:last-child {
    border-bottom: 0;
}
.courses-single-left .course-terms ul li .review span, .courses-single-left .course-terms ul li .teacher-name .name span, .courses-single-left .course-terms ul li .course-category span {
    color: #8a8a8a;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

/*.courses-single-left .course-terms > ul > li {*/
/*    display: inline-block;*/
/*    margin-right: 130px;*/
/*}*/

.courses-single-left .course-terms ul li .teacher-name .name h6, .courses-single-left .course-terms ul li .course-category h6 {
    font-size: 16px;
    color: #24486e;
    font-weight: 700;
}


.courses-single-left .course-terms ul li .teacher-name .name {
    padding-left: 60px;
}
.courses-single-left .course-terms ul li .teacher-name .thum img {
    border-radius: 50%;
}
.courses-single-left .course-terms ul li .teacher-name {
    position: relative;
}

.courses-single-left .course-terms ul li .teacher-name .thum {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.courses-single-left .title h3 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    padding-bottom: 25px;
}


.courses-pagination .pagination .page-item {
    margin: 0 5px;
}
.courses-pagination .pagination .page-item a {
    font-size: 15px;
    color: #07294d;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border: 2px solid #aaa;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.courses-pagination .pagination .page-item {
    margin: 0 5px;
}
.mt-50 {
    margin-top: 50px;
}
.courses-single-image img {
    width: 100%;
    height: 400px;
}

i.fa.fa-heart {
    color: #ffb001;
}

.right-secss {
    position: absolute;
    right: 56px;
    top: 94px;
    font-size: 29px;
    color: #ffc600;
}
.courses-single-left .title h3 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    padding-bottom: 25px;
    text-align: left;
}

.course-features {
    background-color: #fff;
    padding: 30px 35px;
    border-radius: 5px;
}

.courses-single-left {
    padding: 45px 50px;
    background-color: #fff;
    border-radius: 5px
}


.mt-30 {
    margin-top: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.single-course .course-teacher .admin ul li {
    margin-right: 20px;
}
/*.single-course .cont ul li {*/
/*    display: inline-block;*/
/*    margin: 1px;*/
/*}*/

.single-course .course-teacher .name a h6 {
    font-size: 15px;
    color: #24486e;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-course .course-teacher .admin ul li a {
    font-size: 15px;
    color: #1a86d8;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}


.single-course .course-teacher > .thum img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.single-course .course-teacher {
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    overflow: hidden;
}

.courses-top-search {
    background-color: #fff;
    padding: 18px 4px 9px 13px;
    border-radius: 5px;
    overflow: hidden;
}
.single-course .thum .image img {
    width: 100%;
    -webkit-transition: all 0.4s linear;
     transition: all 0.4s linear; 
}
.single-course .cont ul li {
    display: inline-block;
    margin: 1px;
}

.single-course .cont ul li > i {
    font-size: 13px;
    color: #2988d0;
    font-weight: 800;
}
.single-course .cont ul li {
    display: inline-block;
    margin: 1px;
}
.single-course .cont > ul {
    display: inline-block;
    margin-right: 10px;
}
.single-course .cont > ul {
    display: inline-block;
    margin-right: 10px;
}

.single-course .course-teacher > .thum img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.single-course .course-teacher {
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    overflow: hidden;
}
.single-course .cont span {
    font-size: 13px;
    color: #000;
}
.single-course .thum .price {
    position: absolute;
    right: 60px;
    bottom: -24px;
}

.single-course .thum .price span {
    font-size: 14px;
    color: #07294d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background-color: #ffc600;
    text-align: center;
}

.tab-content>.active {
    display: block;
}
.single-course {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.single-course .cont {
    padding-top: 28px;
    padding-bottom: 34px;
    padding-left: 30px;
    padding-right: 30px;
}

.single-course .thum .price span {
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background-color: #2988d0;
    text-align: center;
}

.gray-bg {
    background: #edf0f2;
}


.pb-120 {
    padding-bottom: 120px;
}

/*.pt-120 {*/
/*    padding-top: 120px;*/
/*}*/

.single-course .course-teacher .admin ul li a span {
    color: #8a8a8a;
    margin-left: 3px;
}
.single-course .course-teacher .admin {
    display: inline-block;
    float: right;
    overflow: hidden;
    position: relative;
    left: 14px;
    top: 10px;
}
.single-course .course-teacher .name a h6 {
    font-size: 15px;
    color: #24486e;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.tab-content .single-course .course-teacher .name {
    bottom: 0;
}

.single-course .course-teacher .name {
    display: inline-block;
    /*margin-left: 10px;*/
    position: relative;
    bottom: 13px;
}

.single-course .course-teacher > .thum {

    display: inline-block;
}

.single-course .course-teacher {
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    overflow: hidden;
}
.single-course .cont span {
    font-size: 13px;
    color: #000;
}
.single-course .cont > ul {
    display: inline-block;
    margin-right: 10px;
}

.single-course .cont {
    padding-top: 28px;
    padding-bottom: 34px;
    padding-left: 30px;
    padding-right: 30px;
}
.single-course i, span, a {
    display: inline-block;
}

.single-course .thum .image img {
    width: 100%;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
        height: 211px;
}
.single-course .thum .image {
    overflow: hidden;
}
.mt-30 {
    margin-top: 30px;
}

.single-course > .thum {
    position: relative;
}

/*new shop css end*/

/*Navigation*/
.navigation {
    padding: 10px 0;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #cecece;
}
.navigation li {
   display: inline-block;
    margin-left: 5px;
    position: relative;
    padding: 0px 10px;
}
.navigation li a {
    display: block;
    text-transform: capitalize;
    color: #333;
}
/*sortby*/
.sort-by {
    padding: 5px 0px;
    background: #fefefe;
}
.sort-by .paging {
    float: left;
}
.sort-by .sort-price{
    float: right;
}
.paging li {
    float: left;
    padding-right: 10px;
}
.paging li a{
    padding-right: 10px;
    color: #000;
    font-weight: 600;
}
.sort-price span {
    padding-right: 5px;
}
/* header-link */
.header-link {
    padding-top: 0px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 auto;
    display: inline-block;
}
.header-link li {
    float: left;
    margin-left: 25px;
    position: relative;
    z-index: 1;
}
.header-link li.position-static,
.position-static {
    position: static;
}

.header-link li:first-child {
    margin-left: 0;
}
.header-link li a {
    color: #444;
}
.header-link li a .fa-caret-down {
    padding-left: 3px;
}
.header-link li a span {
    display: block;
    padding-bottom: 5px;
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

.submenu-button.mobile-menus {
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 26px;
    border: 1px solid #fff;
    position: absolute;
    right: 0;
    top: 7px;
    z-index: 999999;
    display:none;
}
.submenu-button.mobile-menus .fa.fa-plus {
    right: 10px;
    position: absolute;
    top: 7px;
}
/*Shop nav*/
.shop {
    text-align: center;
    position: relative;
}
.shop .header-link {
    float: none;
    margin: 0 auto;
    display: inline-block;
}
.shop .shop-dropdown{
    top:0%;
    margin-top: -5px;
    padding-top: 5px !important;
}
.header-link li {
    float: left;
    margin-left: 15px;
    position: relative;
    z-index: 1;
}
.shop .header-link li {
    margin-left: 25px;
}

/* cart-link */
.cart-link {
    float: right;
    position: relative;
}
.cart-link img {
    width: 31px;
    height: auto;
    float: left;
}
.cart-link span {
    width: 20px;
    height: 20px;
    display: block;
    margin: -16px 0 0 -8px;
    text-align: center;
    font-size: 14px !important;
    color: #ffb001 !important;
    line-height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
}
.header-link li:hover .sub-link {
    display: block;
}
.header-link .sub-link {
    width: auto;
    padding-top: 9px;
    position: absolute;
    right: -20px;
    top: 100%;
    z-index: 999;
    display: none;
}
.header-link .sub-link-in {
    border: 1px solid #7a7a7a;
    background: #fff;
    width: auto;
    padding: 12px 15px;
    /*white-space: nowrap;*/
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    border-radius: 3px;
}
.header-link .sub-link-in:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    content: '';
    position: absolute;
    right: 14px;
    top: 0;
    z-index: 9;
}
.header-link .sub-link-in:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #7a7a7a;
    content: '';
    position: absolute;
    right: 14px;
    top: -1px;
    z-index: 8;
}
.header-link .sub-link ul {
    border-top: 1px solid #C9C9C9;
    padding-top: 5px;
    margin-top: 5px;
}
.header-link .sub-link ul:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}
.header-link .sub-link li {
    float: none;
    margin: 0;
    padding: 5px 0;
}
.header-link .sub-link li a:hover {
    color: #ffb001;
}
.header-link li:hover .shop-dropdown {
    display: block;
}
.header-link .shop-dropdown {
    padding-top: 15px;
    width: 100%;
    margin-top: -5px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 999;
    display: none;
}
/*.padding-rights{
    padding-right: 30px;
}*/
.header-link .shop-dropdown.single-dropdown {
    padding-top: 15px;
    width: auto;
    margin-top: -5px;
    position: absolute;
    left: unset;
    right: unset;
    top: 100%;
    z-index: 999;
    display: none;
}
.header-link .single-dropdown .shop-dropdown-in {
    border: 1px solid #ccc;
    background: #fff;
    width: 100%;
    min-height: 250px;
    max-height: 250px;
    padding: 12px 15px;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    border-radius: 0 0 3px 3px;
}
.header-link .shop-dropdown-in {
    border: 1px solid #ccc;
    background: #fff;
    width: 100%;
    min-height: 500px;
    max-height: 500px;
    padding: 12px 15px;
    /*white-space: nowrap;*/
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    border-radius: 0 0 3px 3px;
}

/*.header-link .shop-dropdown-in:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    content: '';
    position: absolute;
    left: 73px;
    top: 6px;
    z-index: 9;
}
.header-link .shop-dropdown-in:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #7a7a7a;
    content: '';
    position: absolute;
    left: 73px;
    top: 5px;
    z-index: 8;
}*/
.header-link .shop-dropdown ul {
    border-top: 1px solid #C9C9C9;
    padding-top: 5px;
    margin-top: 5px;
    max-width: 200px;
}
.header-link .shop-dropdown ul:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}
.header-link .shop-dropdown li {
    float: left;
    margin: 0;
    padding: 5px 0;
    min-width: 210px;
    max-width: 212px;
    position: static;
    border-bottom: 1px solid #dcdbdb;
}
.header-link .shop-dropdown li:last-child{
    border-bottom: none;
}
.header-link .sub-menu .col-width {
    width: 230px;
    margin: 0px 7px;
    padding: 0px 0px;
    float: left;
}
.header-link .shop-dropdown li a {
    display: block;
    padding-right: 15px;
    color: #000;
    line-height: 19px;
    /*overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
    position: relative;
    z-index: 99999;
}
.header-link .shop-dropdown li a:after {
    font-size: 14px;
    color: #ccc;
    font-weight: 600;
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 0;
    top: 1px;
    z-index: 2;
}
.header-link .shop-dropdown li:hover>a {
    color: #4c0702;
    font-weight: 500;
}
.header-link .shop-dropdown li:hover>a:after {
    color: #666;
}
.header-link .shop-dropdown li a span {
    display: block;
    color: #999;
}

.header-link .shop-dropdown li:first-child .sub-menu {
    display: block;
}

.header-link .sub-menu {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
    padding: 16px 0 1px 0px;
}
.header-link .sub-menu-in {
    border-left: 1px solid #ccc;
     border-right: 1px solid #ccc;
    background: #fff;
    background-size: 100% auto !important;
    background-position: left bottom !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: relative;
    z-index: 9999;
    text-align: left;
}
.header-link .shop-dropdown .sub-menu a:after {
    display: none !important;
}
.header-link .sub-menu h5 {
    padding-bottom: 15px;
    font-size: 13px;
    color: #4c0702;
    font-weight: 600;
    text-transform: uppercase;
}
.header-link .sub-menu ul {
    border: none;
    padding: 0 0 10px 0;
    margin: 0;
}
.header-link .sub-menu li {
    max-width: initial;
}
.header-link .sub-menu li a:after {
    display: none;
}
.header-link .sub-menu li a span {
    text-overflow: initial;
    overflow: inherit;
    /*white-space: normal;*/
}
.header-link .sub-menu li a span {
    font-size: 11px;
    line-height: 15px;
}
/* showcase */
.showcase {
    overflow: hidden;
    position: relative;
    z-index: 1;
    max-height: 600px;
}
.showcase .slides li {
    height: auto;
    position: relative;
    overflow: hidden;
}
.showcase .slides li img {
    width: 100%;
    height: auto;
}
.showcase .caption {
   /* background: rgba(0,0,0,0.5);*/
    padding: 15px;
    position: absolute;
    left: 30px;
    bottom: 100px;
    z-index: 2;
    display: block;
	left:20%;
	text-align:center;
}
.showcase h3 {
    display: inline-block;
    font-size: 20px;
    color: #fefefe;
    text-transform: uppercase;
}
.showcase h1 {
    display: inline-block;
    font-size: 50px;
    color: #fefefe;
    /*background: rgba(35, 35, 35, 0.68);*/
    margin-bottom: 0px;
    padding: 15px 15px 0px;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.showcase h4 {
    color: #fff;
    font-size: 30px;
   /* background: rgba(63, 101, 156, 0.46);*/
    padding: 0px 15px;
    letter-spacing: 5px;
}
.showcase .project-info-link {
    font-size: 20px;
    color: #fff;
    float: right;
    margin-left: 15px;
}
.showcase .flex-control-nav {
    position: absolute;
    left: 30px;
    bottom: 60px;
}
.showcase .flex-control-nav li {
    float: left;
    margin-right: 8px;
}
.showcase .flex-control-nav li a {
    background: #747165;
    width: 20px;
    height: 20px;
    float: left;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    cursor: pointer;
}
.showcase .flex-control-nav li a.flex-active {
    background: #000;
}
.showcase .flex-prev,
.showcase .flex-next {
    background: rgba(0,0,0,0.5);
    width: 30px;
    height: 30px;
    float: left;
    margin-top: -15px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    position: absolute;
    top: 50%;
    z-index: 99;
}
.showcase .flex-prev {
    left: 30px;
}
.showcase .flex-next {
    right: 30px;
}
/*for Shop*/
.showcase .shop-caption {
   top:30%;
}
.showcase h1 {
    display: inline-block;
    font-size: 50px;
    color: #fefefe;
   /* background: rgba(35, 35, 35, 0.68);*/
    margin-bottom: 0px;
    padding:15px 15px 0px;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.showcase h4 {
    color: #fff;
    font-size: 30px;
    /* background: rgba(63, 101, 156, 0.46); */
    padding: 0px 15px;
    letter-spacing: 5px;
}
/*showcase banner*/
.showcase-banner {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
}
/*Website Info*/
.website-info {
    background: #ddd;
    padding: 10px 0px;
    text-align: center;
}
.website-info .info-text h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
/*Sub-Categories*/
a{
    color: #000;
}
a:hover{
    color: #000;
}
/*.caption {
    height: 350px;
    overflow: hidden;
    position: relative;
    border: 1px solid #888484;
    margin: 5px 0px;
    background: #fff;
}*/
.sub-categories .imbgb {
    width: 100%;
    height: auto;
}
.sub-categories .imbgb img {
    width: 100%;
    height: auto;
}
.imbgb {
    margin: 5px 0px;
    max-height: 350px;
    height: 220px;
    overflow: hidden;
}
.imbgb img {
    width: auto;
    padding: 0px;
    transition: 1s;
    /*max-height: 320px;
    overflow: hidden;
    height: 290px;*/
    margin: 0 auto;
    display: block;
    transition: 1s;
}
.caption h3 {
    position: absolute;
    bottom: 0px;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    text-transform: uppercase;
}
.imbgb img:hover {
    transform: scale(1.05);
}
/*.caption:hover h3 {
    background: rgba(255, 176, 1, 0.5); 
}*/
/*Categories*/
.showcase-banner img {
    width: 100%;
    height: auto;
}
.categories .imbgb {
    /* margin: 10px 30px 0px 30px; */
    width: 100%;
    height: 200px;
}
.categories .imbgb img {
    width: 100%;
    padding: 5px;
    /*border: 1px solid #888484;*/
}
.categories .caption img {
    width: 100%;
    padding: 5px;
    /* border: 1px solid #888484; */
    height: 100%;
}
.product-list .caption {
    background: #fff;
    border: 1px solid #d8d8d8;
    padding: 15px;
    margin-bottom: 10px;
}
.categories .caption article {
    position: absolute;
    margin: 10px 8px;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 14px;
    padding: 5px;
    right: 0;
    top: 0;
    z-index: 99;
}
/*.categories .caption:before {
    content: '';
    position: absolute;
    background: url(../images/star-icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 50px;
    height: 50px;
    z-index: 9;
    border-radius: 100%;
    right: 0;
    margin: 5px;
}*/
.categories-text {
    position: absolute;
    bottom: 0;
    padding: 10px 15px;
    width: 100%;
    overflow: hidden;
    left: 0;
}
.categories-text h4 {
    font-size: 16px;
    padding-bottom: 0px;
}
.categories-text p {
    
    padding-bottom: 10px;
}
.add-btn {
    padding: 0px 0px;
}
.add-btn span a.pull-right{
   padding-top: 10px;
   font-size: 20px;

}
.add-btn span a .pink{
   color: #e22345;
}
.add-btn span a .grey{
   color: grey;
}
/*about our Groups*/
/*.page-banner.overview{
    background: url(../images/doctor.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    height: 50vh;

    overflow: hidden;
    position: relative;
    z-index: 1;
}*/
.page-heading {
    width: 100%;
    margin-bottom: 30px;
    position: absolute;
    bottom: 50%;
    left: 0;
    z-index: 9;
    padding: 0px 0px;
    top: 30%;
    text-align: center;
}
.page-heading h2 {
    display: inline-block;
    padding: 10px 15px 10px 15px;
    font-size: 55px;
    color: #4c0702;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0 5px 5px 0;
}
.page-heading .sub-text h3 {
    display: inline-block;
    padding: 0px 15px 0 15px;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    line-height: normal;
    border-radius: 0 5px 0 0;
}
/* howitwork */
/*.howitwork:after {
    content: "";
    background: #333;

    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 999;
}*/
.howitwork {
    background: url(../images/howtowork.jpg) no-repeat center center/cover;
    padding: 25px 0px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    display: none;
}
.howitwork .heading {
    padding-bottom: 5px;
    font-size: 18px;
}
.howitwork .step-icn {
    background: #ffb001;
    position: relative;
    margin: 0 auto;
    border-radius: 100%;
    border: 1px solid #ffb001;
    width: 100px;
    height: 100px;
    padding: 15px;
    margin-bottom: 5px;
}
.howitwork li .step-icn:before {
    background: #fff;
    width: 152px;
    height: 1px;
    margin-right: 1px;
    position: absolute;
    right: 100%;
    top: 50%;
    content: '';
}
.howitwork li .step-icn.no-borders:before {
    height: 0px;
    position: absolute;
    content: '';
}
.howitwork img {
    width: 70px;
    margin: 0 auto;
    padding: 10px;
}
.howitwork h3 {
    padding-bottom: 10px;
    font-size: 34px;
    font-weight: 500;
    
}
.howitwork p {
    line-height: 24px;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 500;
}
.howitwork li {
    width: 20%;
    float: left;
    padding: 15px;
}
.howitwork li img {
    position: relative;
}
.howitwork li img:before {
    background: #fff;
    width: 100px;
    height: 1px;
    margin-right: 25px;
    position: absolute;
    right: 100%;
    top: 50%;
    content: '';
}

/* product-detail */
.product-detail {
    padding: 50px 0 50px 0;
}
.product-detail .product-images {
    position: relative;
    padding-left: 110px;
    z-index: 1;
}
/**sheebu**/
.zoomWrapper {
    width: 0 !important;
    height: 300px;
}
h2.heading-cart {
    position: relative;
    z-index: 1;
}

h2.heading-cart:after {
    content: "";
    position: absolute;
    z-index: 9;
    top: 16px;
    right: 0;
    left: 0;
    width: 103px !important;
    margin: 0 auto;
}
.item.col-sm-4.col-md-6.search-data {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 14px;
}
/**sheebu**/
.product-detail .product-images .imgb {
    width: 100%;
    position: relative;
    z-index: 2;
    border: 1px solid #ddd;
}
.product-detail .product-images .imgb img {
    width: 100% !important;
    height: auto !important;
}
.product-thumbnails {
    width: 90px;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
.product-thumbnails li {
    margin-bottom: 10px;
}
.product-thumbnails li a {
    border: 2px solid #C9C9C9;
    display: block;
}
.product-thumbnails li img {
    width: 100%;
    height: auto;
}
.product-thumbnails li a.active {
    border: 2px solid #4c0702;
}
.product-text {
    padding: 0px 30px;
}
.product-text h3 {
    margin-bottom: 10px;
    font-size: 24px;
    color: #000;
    font-weight: 600;
}
.product-text .price-txt {
    padding: 15px 0px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    display: inline-block;
}
.product-text .price-txt s {
    display: inline-block;
    margin-right: 8px;
    color: #000;
}
.product-text .rateing {
    display: inline-block;
    padding-bottom: 15px;
}
.price-txt .price-tag.percente-tag {
    padding-top: 0px;
}
.price-txt .price-tag {
    float: left;
    margin-right: 25px;
    padding-top: 25px;
}
.price-txt .price-tag del {
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.product-text .column {
    padding: 0px 0px 10px;
    margin: 30px 0px;
}
.product-text .column span {
    color: #e22345;
    font-weight: 600;
}
.product-text .rateing a {
    display: inline-block;
    margin-right: 0;
    font-size: 16px;
    color: #febd69;
}
.product-text .rateing a.no-color {
    color: #000;
    margin: 0px 10px;
}
.product-text h5 {
    margin-bottom: 5px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    float: left;
    margin-right: 15px;
    line-height: 30px;
}
/*delivery button*/
.delivery .btn {
    top: 0px;
    bottom: 0px;
    width: 80px;
    font-size: 16px;
    background: #e22345;
    font-weight: 600;
    right: 50%;
}
.search.delivery {
    margin: 20px 0px;
}
.delivery input {
    width: 250px;
}
/*number counter*/
.cart-quality-in{
    width: 100%;
}
.count {
    /*width: 50px;*/
    font-weight: 400;
}
.qty .count {
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 30px;
    padding: 0 2px;
    /*min-width: 80px;*/
        text-align: right;
}
.qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #333;
    width: 30px;
    height: 30px;
    background: #ffb001;
    text-align: center;
    border-radius: 0px;
    line-height: 28px;
    font-size: 28px;
    margin: 2px 2px;
}
.qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #333;
    width: 30px;
    height: 30px;
    background: #ffb001;
    text-align: center;
    border-radius: 0px;
    line-height: 24px;
    font-size: 28px;
    margin: 2px 2px;
}

.minus:hover{
    background-color: #4c0702;
    color: #fff;
}
.plus:hover{
    background-color: #4c0702;
    color: #fff;
}
.quantity input {
    width: 50px;
    text-align: center;
}      
.percente-tag span {
    position: absolute;
    margin: 15px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 15px;
    padding: 5px;
}
.percente-tag:before {
    content: '';
    position: absolute;
    background: url(../images/star-icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 70px;
    height: 70px;
    z-index: -1;
    border-radius: 100%;
}
.product-text .info p {
    margin-bottom: 10px;
    line-height: 21px;
}
#addbutton{
    margin:30px 0px 0px;
}
.product-text .color-txt h5 span {
    display: inline-block;
    font-weight: 400;
    color: #777;
}
.product-text .quantity,
.product-text .size-list,
.product-text .color-list {
    padding-bottom: 15px;
}
.product-text .quantity .form-control {
    width: 80px;
}
.product-text .size .tag {
    padding-top: 5px;
    color: #000;
}
.recommended-products {
    background: #f9f9f9;
    padding: 30px 30px 15px 30px;
    margin-top: 20px;
}
.recommended-products h3 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 500;
}
.recommended-products h3 span {
    border-bottom: 2px solid #4c0702;
    display: inline-block;
    padding-bottom: 5px;
}
.recommended-slider {
    margin: 0 -15px;
}
.recommended-slider li {
    width: 25%;
    float: left;
}
.recommended-slider .column {
    padding: 15px;
    margin: 0;
}
/*Cart-pages*/
.shoping-cart h2 {
    padding: 10px 0px;
    font-weight: 600;
}
/*Details*/
.detail {
    padding: 25px 0px;
    background: #f9f9f9;
}
.heading h2 {
    font-size: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.heading h2:after {
    content: '';
    position: absolute;
    display: block;
    margin-top: 7px;
    border: 1px solid #ccc;
    width: 79px;
    
}
.detals-item li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    left: 20px;
    display: block;
    margin-top: 5px;
    border: 2px solid #000;
    border-radius: 100%;
}
.detals-item li {
    padding-bottom: 10px;
    margin-left: 30px;
    padding-top: 10px;
    text-align: left;
}
.detals-item p img, .detals-item img {
    width: 100%;
    padding: 0px 0px 20px;
}
.detals-item h1, .detals-item h2, .detals-item h3, .detals-item h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: left;
}
/*similar-product*/
.similar-product {
    /*padding: 15px 0px 20px;*/
    background: #eee;
    border-top: 1px solid #ccc;
}
/* product-list */
.product-list{
   position: relative;
   overflow: hidden;
}
.product-list .heading {
    padding: 0px 0 10px 0;
}
.product-list .heading h3 {
    font-size: 24px;
    font-weight: 600;
}
.product-list .heading h3 span {
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
    font-weight: 500;
}
.product-list .listing {
    margin: 0px 30px;
}
.product-list .listing li {
    width: 20%;
    float: left;
    padding: 0 0 0px 10px;
}
.product-list .listing .column {
    position: relative;
    z-index: 1;
    border: 1px solid #404040;
    background: #fff;
}
.product-list h4 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-list h4 a {
    color: #000;
}
.product-list .imgb {
    margin-bottom: 10px;
   
    overflow: hidden;

}
.product-list .column:hover .imgb img{
    transform: scale(1.05);
}
/*.product-list .imgb img {
    width: auto !important;
    height: 200px;
    margin: 0 auto;
     transition: 1s;
}*/
.product-list .txtb {
    padding: 15px;
}
.product-list .price-tag {
    padding-bottom: 10px;
    padding-left: 5px;
}

.product-list .price-tag s {
    display: inline-block;
    margin-right: 8px;
    color: #000;
}
.product-list .rateing {
    padding-top: 10px;
}
.product-list .rateing a {
    display: inline-block;
    margin-right: 0;
    font-size: 16px;
    color: #febd69;
}
.product-list .favorite-icon {
    color: #ffb001;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 3;
    font-size: 20px;
}
.product-list .favorite-icon a,
.product-list .favorite-icon a i {
    color: #ffb001;
}

.product-list .listing-slider li {
    width: 100%;
}
.product-list .listing-slider .owl-prev,
.product-list .listing-slider .owl-next {
    background: #fff;
    width: 25px;
    height: 60px;
    float: left;
    margin-top: -40px;
    font-size: 30px;
    position: absolute;
    top: 50%;
    z-index: 9;
    border-radius: 5px;
}
.product-list .listing-slider .owl-prev span,
.product-list .listing-slider .owl-next span {
    background: #fff;
    width: 25px;
    height: 60px;
    float: left;
    font-size: 40px;
    color: #000;
    line-height: 50px;
    border-radius: 5px;
}
.product-list .listing-slider .owl-prev {
    left: -20px;
    box-shadow: rgba(0,0,0,0.5) 0px 0px 4px;
}
.product-list .listing-slider .owl-next {
    right: -29px;
    box-shadow: rgba(0,0,0,0.5) 0px 0px 4px;
}
.product-list .listing-slider .owl-prev.disabled,
.product-list .listing-slider .owl-next.disabled {
    opacity: 0.3;
}
.product-list .item .rateing a {
    color: #fff;
}
/*Tab*/
.nav-tabs {
    border-bottom: none;
}
.nav-tabs>li>a {
    text-align: center;
    border-radius: 0px;
    background: #ffb001;
    color: #fff;
    border:1px solid #ffb001;
    font-size: 14px;
    font-weight: 600;
        border-bottom: none;
}
.nav-tabs>li>a:hover{
    background: #ffb001;
    border: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus{
   border-radius: 0px;
   background: #eee;
   color: #000;
   border:1px solid #eee;

}
/*.nav-tabs>li.active>a:hover {
    background: transparent;
   color: #000;
}*/
/* modal-content */
.modal-content {
    position: relative;
    border-radius: 0;
    margin-top: 60px;
}
.modal-content .close {
    background: #c62f51;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    position: absolute;
    right: 0px;
    top: 0;
    opacity: 1;
    z-index: 9999;
}

.popup-content-form .form {
    padding: 30px;
}

.popup-content-form .form {
    background: #fff;
}
.popup-content-form h3 {
    padding-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
}
.popup-content-form .form h3 {
    color: #333;
    text-align: center;
}
.popup-content-form .form .form-group {
    margin-bottom: 20px;
}
.popup-content-form .form .t-and-c {
    text-align: center;
    margin-bottom: 0;
}
.popup-content-form .form .form-group label {
    line-height: 24px;
    padding-top: 5px;
}
form .form-group span {
    float: left;
    line-height: 24px;
    margin-right: 15px;
}
form .form-group span a{
    color: #000;
}
.form-group li {
    line-height: 14px;
    border-right: 1px solid #333;
    padding: 0px 20px;
    margin: 20px 0px;
    margin-left: 0;
    display: inline-block;
}
.form-group li:last-child {
    border-right: none;
}
.form-group li a{
    color: #000;
}
/*Shoping Cart*/
.shoping-cart {
    padding: 50px 0px;
    background: #fff;
}
/* cart */
.cart {
    padding: 30px 0 40px 0;
}
.cart .back-link {
    background:#2a2931;
    font-weight: 500;
}
.cart .cart-box {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    /*margin-right: 30px;*/
}
.shopping-left{
    margin-right: 30px;
}
.cart .title {
    border-bottom: 1px solid #C9C9C9;
    padding: 5px 0px;
    color: #000;
    font-weight: 500;
}
.cart .cart-row {
    padding:15px 0px;
}
.cart .cart-row .imgb {
    /*background:#f1f1f1;
    min-height:190px;
    position:relative;
    z-index:1;*/
    /** trp**/
    background: #f1f1f1;
    width: 70px;
    position: relative;
    z-index: 1;
}
.cart .cart-row .imgb img {
    width:100%;
    height:auto
}
.cart .cart-row h5 {
    font-size:16px;
    color:#ffb001;
    font-weight:600;
    line-height: 36px;
}
.cart .form-control {
    /*width:80px;*/
    /**trp**/
    width:100%;
}
.cart .remove {
    /*display:inline-block;
    margin-top:3px;
    font-size:14px;
    color:#e51b24*/
    /** trp **/
    display: inline-block;
    margin-top: 3px;
    font-size: 14px;
}
.cart .subtotal {
    border-top:1px solid #C9C9C9;
    padding-top: 20px;
    font-size:16px;
}
.cart .subtotal p {
    padding-bottom: 15px;
}
.cart .subtotal p strong {
    color: #000;
    font-weight: 600;
}
.add-coupon .row {
    padding: 0px 15px;
    margin-bottom: 15px;
}
.total-price p {
    margin: 0px -5px;
}
.total-price .padding-left-none p{
    margin: 0px 5px;
}
.add-coupon li {
    padding: 5px 0px;
    border-bottom: 1px solid #ccc;
}
.add-coupon li.bg-li {
    background: #b7b7b7;
    margin-bottom: 15px;
    padding: 5px 15px;
}
.add-coupon li:last-child {
    margin-bottom: 5px;
    border-bottom: navajowhite;
}
.add-coupon li p {
    display: inline-block;
}
.add-coupon li span {
    float: right;
}
.add-coupon p {
    
}
.total-price {
    background: #ddd;
}
.cart-imgb {
    padding: 0px 50px 0px 0px;
}
.cart-imgb img {
    width: auto;
    height: 100px;
    float: left;
    display: inline-block;
    margin-right: 15px;
    border: 1px solid #ccc;
    padding: 5px;
}
.cart-imgb h3 {
    margin-left: 15px;
}
.cart-quality-in input {
    width: 45px;
    text-align: center;
}
.cart-row .space {
    padding: 30px 0px 0px;
}
.cart-row .wishlist a {
    color: #000;
}
.cart-row .wishlist a i{
    color: #e22345;
}
.cart-row .edit-delete {
    float: right;
}
.cart-row .edit-delete a{
    margin-left: 50px;
    color: #000;
    font-size: 20px;
}
/*checkout border*/
.checkout-box {
    border: 2px solid #478bca;
    padding: 10px;
}
.checkout-box label span {
    float: left;
    line-height: 24px;
    margin-right: 5px;
    font-size: 20px;
}
.place_holder h4 {
    font-size: 18px;
    font-weight: 600;
}
/* checkout */
.checkout {
    padding: 30px 0 40px 0;
}
.checkout .padding-right-none{
    padding-right:0
}
.checkout .padding-left-none{
    padding-left:0
}
.checkout h5{
    margin-bottom: 10px;
    font-size:18px;
    font-weight: 600;
}
.checkout .sub-heading{
    background:#2a2931;
    padding:8px 15px;
    font-size:18px;
    color:#fff;
    font-weight:500;
    text-transform:uppercase
}
.checkout .sub-heading h3{
    text-align:left;
    margin:0;
    padding:0;
    color:#fff;
    line-height:25px
}
.checkout .label-list span,.checkout .label-list strong{
    margin-left:20px;
    display:block
}
.checkout .sub-heading span{
    background:#ffb001;
    width:24px;
    height:24px;
    margin-right:10px;
    display:inline-block;
    text-align:center;
    font-size:16px;
    color:#fff;
    font-weight:600;
    line-height:23px;
    border-radius:100%
}
.checkout .form-box{
    border:1px solid #ddd;
    margin-bottom:30px
}
.checkout .form{
    padding:30px 30px 5px
}
.checkout .form label{
    display:block;
    padding-bottom:5px;
    font-size:14px;
    font-weight:500
}
.checkout .form label input{
    width:auto
}
.checkout .form samp{
    color:#e51b24
}
.checkout .shipping-method{
    padding-bottom:25px
}
.checkout .label-list{
    border:1px solid #ddd;
    background:#f9f9f9;
    line-height:normal
}
.checkout .label-list label{
    border-top:1px solid #ddd;
    padding:10px 15px
}
.checkout .label-list label:first-child{
    border-top:none
}
.checkout .label-list input{
    float:left
}
.checkout .label-list strong{
    padding-bottom:3px;
    font-size:15px;
    color:#000;
    font-weight:700
}
.checkout .label-list samp{
    display:inline-block;
    float:right;
    font-size:13px
}
.checkout .card-info{
    display:inline-block
}
.checkout .card-info img,.checkout .card-info input{
    float:left;
    margin-right:10px
}
.checkout .rightcol-fixed{
    background: #ddd;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}
.checkout .add-coupon {
    padding: 15px;
}
.checkout .add-coupon label{
    padding-bottom:5px
}
.checkout .order-summary{
    background:#2a2931;
    padding:15px;
    font-size:14px;
    color:#fff
}
.checkout .order-summary table{
    width:100%;
    color: #fff;
}
.checkout .order-summary table td{
    padding:10px
}
.checkout .order-summary .btn {
    margin-top:15px;
    padding: 15px;
    font-size:18px;
    font-weight:700
}
.checkout .order-summary .btn:hover{
    background:#fff;
    color:#2a2931
}
.checkout .order-summary .total{
    border-top:1px solid #fff;
    font-size:16px;
    font-weight:600
}
.shoping-cart .heading h2 {
    padding-bottom: 5px;
}
.shoping-cart .heading h2 span {
    text-transform: capitalize;
}
/*My Profile*/
.my-profile {
    padding: 50px 0px;
    background: #fff;
}
.single-course .cont h4 {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    padding-top: 15px;
    padding-bottom: 40px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.admin img {
    width: auto;
    height: 40px;
}
/*.admin {*/
/*    background: #4c0702;*/
/*    padding: 15px;*/
/*    color: #fff;*/
/*}*/
/*User*/
.user-profile {
    border: 1px solid #ccc;
}
.user-profile li {
    border-bottom: 1px solid #ccc;
    padding: 10px 10px;
    margin: 5px 0px;
}
.user-profile li:last-child{
    border-bottom: none;
    padding-bottom: 10px;
}
.user-profile li a{
    color: #000;
    font-size: 15px;
}
.user-profile li img {
    width: auto;
    height: 22px;
    padding-right: 15px;
}
.user-profile li i{
    float: right;
    padding: 5px;
}

/*personal info*/
.personal-info {
    padding: 15px 15px 30px 50px;
    border: 1px solid #ccc;
}
.personal-info h3 {
    font-size: 24px;
    padding: 10px 0px 30px;
}

/*CASCONE APP CSS*/
.header-app{
    background: #2faf00;
     text-align: center;
}
.header-app h1 {
    font-size: 36px;
    padding:10px 0px;
    text-transform: uppercase;
}
.header-app h1 a{
   color: #fff;
   font-weight: 600;
    text-align: center;
}
.mobile-menu {
    float: left;
    margin: 15px 5px;
    font-size: 30px;
    color: #fff;
}
.mobile-menu:hover {
    color: #eee;
}
/*cascone-categories*/
.cascone-categories .imbgb {
    margin: 10px 0px;
}
.cascone-categories .imbgb img {
    width: 100%;
    padding: 5px;
    /* border: 1px solid #ccc; */
    border-radius: 15px;
    height: auto;
}
.cascone-categories .imbgb h3 {
    position: absolute;
    top: 50%;
    left: 40%;
    right: 40%;
    font-size: 36px;
    background: rgba(0,0,0,0.5);
    padding: 15px 15px;
    border-radius: 10px;
    color: #fff;
    box-shadow: 1px 0px 2px 2px #fff;
    text-align: center;
}
/*cascone-product*/
.cascone-product .imbgb {
    margin: 10px 0px;
    height: 420px;
    overflow: hidden;
    max-height: 425px;
}
.cascone-product .imbgb img {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc; 
    border-radius: 15px;
}
.cascone-product .imbgb h3 {
    font-size: 24px;
    padding: 15px 15px;
    border-radius: 10px;
    color: #000;
    text-align: center;
}

/*shop-categories*/
.shop-categories{
    padding:30px 0px;
}
.showcase .color-caption {
    padding: 15px;
    position: absolute;
    left: 5%;
    top:34%;
    bottom: 180px;
    z-index: 2;
    float: left;
}
.showcase .color-caption h2{ 
    font-size: 35px;
    color: #fefefe;
    margin-bottom: 0px;
    padding: 15px;
    letter-spacing: 2px;
    line-height: 33px;
    text-transform: uppercase;
    font-weight: 500;
    float: left;
    text-align: left;
}
.showcase .color-caption h2 span{
    font-weight: 700;
    color: #0c89b9;
}
.shop-box-info {
    position: relative;
    margin-bottom: 30px;
}

.shop-box-info img {
    width: 100%;
    height: auto;

    border: 1px solid #ccc;
    padding: 0px;

}
.shop-full-height{
    height: 410px; 
}
.shop-full-height img {
    height: 410px;
    overflow: hidden;
}
.shop-half-height{
    height: 190px;
}
.shop-half-height img{
     height: 190px;
    overflow:hidden;
}
.shop-text {
    background: rgba(0,0,0,0.8);
    width: 100%;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}
.shop-text:hover{
    opacity: 1;
}
.shop-box-info h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    width: 100%;
    text-align: center;
}
.shop-box-info h3 a{
    color: #fff;
}
/*about our Groups*/
/*.page-banner.overview{
    background: url(../images/background/training_consulting_program.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
    z-index: 1;
}*/
.page-banner{
    padding: 60px 0px;
}
.white h1 {
    color: #fff;
    font-weight: 500;
    line-height: 30px;
}
.white h1 span{
    font-weight: bold;
}
/*about our Groups*/
.page-banner.overview{
    background: url(../images/background/training_consulting_program.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.page-banner{
    padding: 60px 0px;
}
.white h1 {
    color: #fff;
    font-weight: 500;
    line-height: 30px;
}
.white h1 span{
    font-weight: bold;
}
.six-sigma {
    background: #fff;
    border-radius: 10px;
    display: block;
    border: 3px solid #ddd;
    padding: 8px;
    text-align: center;
}
.six-sigma img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.six-sigma h3 {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0px 10px;
    border-top: 1px solid #e7e7e7;
        color: #000;
}
.six-sigma p {
    padding: 10px 0px 30px;
    line-height: 24px;
    height: 130px;
    overflow: hidden;
}
/*client*/
.clients{
    padding: 60px 0px;
}
.clients .heading h1 {
    font-size: 28px;
    color: #5AA1E3;
    margin: 0px 0px 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
.clients .heading p {
    text-align: center;
    font-weight: 600;
}
.heading p {
    text-align: center;
    font-weight: 600;
}
.padding-30{
    padding: 30px 0px;
}
.product-list{
   position: relative;
   overflow: hidden;
   margin-bottom: 12px;
    margin-top: 12px;
}
.product-list .heading {
    padding: 0px 0 10px 0;
}
.product-list .heading h3 {
    font-size: 24px;
    font-weight: 600;
}
.product-list .heading h3 span {
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
    font-weight: 500;
}
.product-list .listing {
    margin: 0px 30px;
}
.product-list .listing li {
    width: 20%;
    float: left;
    padding: 0 0 0px 10px;
}
.product-list .listing .column {
    position: relative;
    z-index: 1;
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    background: #fff;
}
.product-list h4 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-list h4 a {
    color: #000;
}
.product-list .imgb {
    margin-bottom: 0px;
    overflow: hidden;
    width: 100%;
    height: 200px;
}
.product-list .column:hover .imgb img{
    transform: scale(1.05);
}
.clients .product-list .imgb img {
    height: auto;
    width: auto;
}
.clients .product-list .imgb{
    height: auto;
}
/*.product-list .imgb img {
    width: auto !important;
    height: 200px;
    margin: 0 auto;
    transition: 1s;
}*/
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    transition: 1s;
}
.product-list .imgb img {
}
.product-list .txtb {
    padding: 15px;
}
.product-list .price-tag {
    padding-bottom: 10px;
    padding-left: 5px;
	padding-top: 6px;
}

.product-list .price-tag s {
    display: inline-block;
    margin-right: 8px;
    color: #000;
}
.product-list .rateing {
    padding-top: 10px;
}
.product-list .rate{
    padding-bottom: 5px;
}
.product-list .item .rate a {
    color: orange;
} 
.product-list .item .rev-txt a {
    color: #333;
}
.product-list .rateing a {
    display: inline-block;
    margin-right: 0;
    font-size: 14px;
    color: #febd69;
}
.product-list .favorite-icon {
    color: #ffb001;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 3;
    font-size: 20px;
}
.product-list .favorite-icon a,
.product-list .favorite-icon a i {
    color: #ffb001;
}

.product-list .listing-slider li {
    width: 100%;
}
.product-list .listing-slider .owl-prev,
.product-list .listing-slider .owl-next {
    background: #fff;
    width: 30px;
    height: 30px;
    float: left;
    margin-top: -40px;
    font-size: 30px;
    position: absolute;
    top: 50%;
    z-index: 9;
    border-radius: 100%;
}
.product-list .listing-slider .owl-prev span,
.product-list .listing-slider .owl-next span {
    background: #fff;
    width: 30px;
    height: 30px;
    float: left;
    font-size: 40px;
    color: #000;
    line-height: 22px;
    border-radius: 100%;
}
.product-list .listing-slider .owl-prev {
    left: -22px;
    box-shadow: rgba(0,0,0,0.5) 0px 0px 4px;
}
.product-list .listing-slider .owl-next {
    right: -30px;
    box-shadow: rgba(0,0,0,0.5) 0px 0px 4px;
}
.product-list .listing-slider .owl-prev.disabled,
.product-list .listing-slider .owl-next.disabled {
    opacity: 0.3;
}
.product-list .txtb .rateing a {
    color: #fff;
}
.product-list .item .rateing a {
    color: #fff;
}
/*CLIENTS TESTIMONIALS*/
.carousel-control.left,.carousel-control.right  {background:none;width:25px;}
.carousel-control.left {left:-25px;top: 50%;
    color: #000;}
.carousel-control.right {
    right: -25px;
    top: 50%;
    color: #000;
}
.broun-block {
    background: url("http://myinstantcms.ru/images/bg-broun1.jpg") repeat scroll center top rgba(0, 0, 0, 0);
    padding-bottom: 34px;
}
.block-text {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 0 #2c2222;
    color: #626262;
    font-size: 14px;
    margin-top: 27px;
    padding: 15px 18px;
}
.block-text a {
 color: #7d4702;
    font-size: 25px;
    font-weight: bold;
    line-height: 21px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.mark {
    padding: 12px 0;background:none;
}
.block-text p {
    color: #585858;
    font-family: Georgia;
    font-style: italic;
    line-height: 20px;
}

.sprite-i-triangle {
    background-position: 0 -1298px;
    height: 44px;
    width: 50px;
}
.block-text ins {
    bottom: -44px;
    left: 50%;
    margin-left: -60px;
}


.block {
    display: block;
}
.zmin {
    z-index: 1;
}
.ab {
    position: absolute;
}

.person-text {
    padding: 10px 0 0;
    text-align: center;
    z-index: 2;
}
.person-text a {
    color: #5AA1E3;
    display: block;
    font-size: 14px;
    margin-top: 3px;
    text-decoration: underline;
}
.person-text i {
    color: #000;
    font-size: 13px;
}
.rel {
    position: relative;
}

/*business*/
.page-banner {
    padding: 60px 0px;
}
.heading-business h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.heading-business p {
    color: #fff;
}
/*Footer*/
.footer{
    padding: 80px 0px 30px;
   background-color: #333333;
    color: #fff;
    position: relative;
}
.footer-logo {
    background: #fdf6ea;
    padding: 7px;
    border-radius: 114px;
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -46px;
    width: 100px;
}
.footer-logo img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    padding: 5px;
}
.footer .item h3:before {
    content: '';
    width: 70px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 5px;
    top: 26px;
}
.footer .item h3 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-weight: 700;
}

.footer .item li{
    padding: 8px 0px;
    border-bottom: 1px solid #93b2cc;
    width: 100%;
}
.footer .item li:last-child{
    border-bottom: none;
}
.footer .item a{
    color: #fff;
}
/*.footer .item a:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    top: 0;
    left: 0;
    content: "\f105";
    bottom: 0;
    margin-right: 10px;
}*/
.footer .social li {
    float: left;
    margin-right: 15px;
}
.footer .social li a {
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 40px;
}
/*footer middle*/
.footer-middile {
    padding: 30px 0px 0px;
}
.footer-middile .social-icon {
    float: left;
    line-height: 55px;
}
.footer-middile .copy-right{
    float: right;
}
/*footer-bottom*/
.footer-bottom{
    background: #000000;
     padding:10px 0px;
}
.copy-right p {
    color: #fff;
    line-height: 38px;
}
.social-icon{
    float: right;
}
.social-icon li {
    float: left;
    margin-right: 5px;
}
.social-icon li a{
    color: #fff;
}
.social-icon .fa {
    color: #fff;
    border: 1px solid #bec9d7;
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    line-height: 30px;
    padding: 0px 5px;
    transition: 1s;
    text-align: center;
}

.social-icon .fa:hover{
    color: #fff;
    background: #333;
}
/*aleem*/
/*.courses-top-search {*/
/*    background: red;*/
/*}*/




















/*/////////////////////////////////
  Responsive CSS
/////////////////////////////////*/
@media (min-width: 320px) and (max-width: 480px) {
    body{
        overflow-x: hidden;
    }



}


@media (min-width: 481px) and (max-width: 766px) {

.news-heading h3 {
    line-height: 55px;
    font-size: 22px;
}
.col-sm-6 {
    width: 50%;
    float: left;
}
.news-box .tag {
    font-size: 8px;
}

.news-box .caption {
    width: 90%;
}
.news-box .box {
    height: auto;
    padding: 0;
}
.news-box .box img {
    width: 100%;
    height: auto;
}

}


@media (min-width: 320px) and (max-width: 767px) {
.container {
    padding-right: 10px;
    padding-left: 10px;
}
.top-bar {
    background: #efefef;
    border-bottom: 1px solid #ccc;
}
.shop .all-menu {
    padding: 0px 0px;
    display: inline-block;
    font-size: 24px;
    float: right;
    position: fixed;
    right: 95px;
    color: #000;
    z-index: 99;
    bottom: auto;
    top: 70px;
    transition: 0.4s;
}
.header.header-shop.fixed ~ .shop .position-static-menu .all-menu-box a.all-menu {
    top: 35px;
    transition: 0.4s;
}
.all-menu-dropdown {
    background: #fff;
    width: 100%;
    height: calc(100vh - 50px);
    float: left;
    /*padding: 30px 0;*/
    position: fixed;
    left: 0;
   /* top: 50px;*/
    z-index: 99;
    overflow: auto;
    display: none;
}
.all-menu-box a {

    display: block;

}
.shop .close-dropdown {
    border: 1px solid #ef2d2d;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 30px;
    color: #ef2d2d;
    line-height: 30px;
    position: absolute;
    right: 15px;
    top: -7px;
    z-index: 3;
}
.close-dropdown {
    display: block;
    float: right;
    margin-top: 15px;
    font-size: 24px;
    color: #000;
    line-height: 24px;
}
.header .all-menu-dropdown {
     background: #1e7ad0;
     border-bottom: 1px solid #fff;
    width: 100%;
    height: calc(100vh - 50px);
    float: left;
    padding: 30px 0;
    position: fixed;
    left: 0;
    top: 50px;
    z-index: 99;
    overflow: auto;
    display: none;
}
.header-link .sub-menu {
    width: 100%;
    height: auto;
}
.header-link .shop-dropdown ul {
    width: 100%;
    max-width: 100%;
}
.navigation li {
    padding: 0px 0px;
}
.shop .shop-dropdown {
    padding-top: 0px !important;

}
.header-link .shop-dropdown.single-dropdown{
    position: relative;
    left: 0;
    right: 0;
}
/*Top Bar*/
.top-item li {
    display: none;
}
.top-item li.mobile-no:nth-child(2){
    border-left: none;
}
.top-item li.mobile-no {
    margin-left: 5px;
    padding-left: 5px;
    display: block;
}
.logo {
    position: absolute;
}
.header .spacing {
    margin: 3px 0px;
}
.search .form-control{
    border-radius: 0px;
}
.search {
    margin-left: 0px;
    padding-top: 63px;
    width: 100%;
    margin-right: 0px;
    float: left;
    position: absolute;
}
/*fixed search icon z-index*/
.header.fixed .search-icon {
    z-index: 9999;
}
/*fixed shop all menu*/
.shop.fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    padding: 0px 0px;
}
.shop.fixed .all-menu{
     padding: 0px 0px;
     top: 35px;
}
.shop.fixed .all-menu-dropdown{
    top: 98px;
}
/*.tinxy-sticky{position:fixed; background:#ccc; z-index:999; top:0; transition:0.5s;width:100%; }*/
/*Header*/
.header {
    padding: 3px 0px 10px;
    background: #fff;
} 
.header-link {
    padding-top: 0px;
    /*display: none;*/
}
.header-link-top li span {
    /* left: 20px; */
    top: -5px;
    right: 3px;
    padding: 1px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 18px;
    font-size: 12px;
}
.header-link li a .icon {
    width: 31px;
}
.header-link li a .icon img {
    width: 31px;
    height: auto;
}
.spacing li {
    display: none;
}
.header-shop .search .btn {
    top: 62px;
    background: #332f33;
    right: 0px;
}
.header.header-shop.fixed {
    padding: 8px 0px 15px;
    background: #fff;

}



/*navigation*/
.navigation {
    border-bottom: 1px solid #fff;
    background: #1e7ad0;
    width: 100%;
    padding: 0;
    /*position: absolute;*/
    left: 0;
    top: 100%;
    z-index: 999;
    /*display: none;*/
    height: 100%;
}
.navigation li {
    border-top: 1px solid #fff;
    float: none;
    margin: 0;
    position: relative;
}
.shop .header-link li {
    margin-left: 0;
}
.shop .navigation .nav ul li a.nav-link {
    padding: 10px 15px;
}
.header-link li {
    width: 100%;
}
.sub-menu-mobile .shop-dropdown-in{
    display: block !important;
}
.header-link .shop-dropdown {
    padding-top: 0px;
    left: 0;
    right: 0;
}
.header-link .position-static .sub-menu-in {
    height: auto;
}
.header-link .shop-dropdown-in {
    min-height: 100%;
    max-height: 100%;
    padding: 0px 15px;
}
.navigation .nav ul li a.nav-link {
    color: #fff;
    text-align: left;
    padding: 8px 10px;
}
.header-link li.position-static, .position-static {
    position: relative;
}
/*search icon*/
.header .search-icon {
    display: block;
    /* float: right; */
    font-size: 20px;
    color: #000;
    position: absolute;
    top: 13px;
    right: 125px;
    z-index: 1;
}
.search-box {
    display: none;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
}
.search .btn {
    height: 37px;
}
/*Carts*/
.header-link-top.carts {
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 16px;
}
.carts ul li a:focus, .carts ul li a:active{
    outline: none;
    text-decoration: none;
    cursor: pointer;
    color: #000 !important;
    background: transparent;

}

.col-xs {
    padding: 15px 0px 0px;
}
.carts ul li {
    display: block;
}
.carts ul li a {
    border: none;
    background: transparent;
    color: #000;
    font-weight: 600;
    padding-right: 0;
}

/*LARGE MENU*/
.header-link .shop-dropdown {
    position: relative;
    height: auto;
        background: #fff;
    margin-bottom: 10px;
}
.header-link .sub-menu {
    position: relative; 
    padding: 16px 0 1px 0px;
}
.header-link .shop-dropdown li {
    min-width: 275px;
    max-width: 100%;
}
/*Header*/
.header.fixed{
    background: #fff;
    padding: 10px 0px 30px;
}
/* showcase */
.showcase {
    margin-top: 0px;
}
.showcase .caption {
    display: none;
}

/*Shop*/
.heading {
    margin-bottom: 0px;
}
.heading h2{
    font-size: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.heading h2:after {
    content: '';
    position: absolute;
    display: block;
    margin-top: 7px;
    border: 1px solid #ccc;
    /*width: 110px;*/
     width: 79px;
}
.checkout .place_holder {
    margin-top: 10px;
}
.fixed{
    position:fixed !important;
    width:100%;
    top:0;
    z-index:10;
    
}
/*Shop => Index => Categories */
.shop-full-height {
    height: auto;
}
.shop-full-height img {
    height: auto;
}
.shop-half-height {
    height: auto;
}
.shop-box-info {
    margin-bottom: 10px;
}
.shop-half-height img {
    height: auto;
}
/*details*/
.news-detail {
    padding: 15px 15px 40px;
}
.cascone-product .imbgb {
    margin: 10px 0px;
    height: 160px;
}

/*Shop => Categories*/
.showcase-banner img {
    width: 100%;
    height: auto;
}
/*Six-sigma*/
.product-list .caption {
    padding: 15px;
}
.categories .imbgb {
    width: 100%;
     height: auto !important; 
}
.categories .caption img {
    height: auto;
}
/*Site-info*/
.btn-yellow.pull-right {
    float: left !important;
}
/*Product Details*/
.product-detail .product-images {
    position: relative;
     padding-left: 0px; 
    z-index: 1;
}
.product-detail .product-images .imgb img {
    width: 100% !important;
    height: auto !important;
    padding: 20px;
    position: relative !important;
}
.zoomWrapper {
    width: 100% !important;
    height: auto !important;
}
.product-thumbnails{
    display: none;
}
.product-text {
    padding: 0px 0px;
    margin-top: 30px;
}
.price-txt .price-tag {
    margin-right: 5px;
     padding-top: 0px; 
}
.product-text .column {
    padding: 0px 0px 0px;
    margin: 0px 0px;
}
.product-text .quantity, .product-text .size-list, .product-text .color-list {
    padding-bottom: 0px;
}
.detals-item p img, .detals-item img {
    width: 100%;
    padding: 0px 0px 20px;
}
.detals-item h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
/* footer */
.footer {
   
}
.footer .item {
    margin-bottom: 30px;
}
.footer-top .link {
    padding: 10px 0;
    text-align: center;
    line-height: 16px;
}
.footer-top .link li {
    float: none;
    display: inline-block;
    margin: 3px 0;
}
.social {
    border-top: 1px solid #C9C9C9;
    padding-top: 13px;
    margin-top: 5px;
}
.social ul {
    display: inline-block;
}
.footer-bottom .col {
    width: auto;
    min-height: inherit;
    float: none;
}
.footer-bottom li {
    line-height: 19px;
    display: inline-block;
    padding: 0 3px;
}
/*middle footer*/
.footer-middile {
    text-align: center;
}
.footer-middile .copy-right {
    float: none;
    margin: 0 auto;
    display: block;
}
.footer-middile .social-icon {
     width: 100%; 
}
.social-icon li {
     float: none; 
     margin-right: 0; 
    display: inline-block;
    margin: 0 auto;
}
/*footer- bottom*/
.footer-bottom {
    text-align: center;
}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
.container {
    width: 720px;
}
.top-bar {
    background: #efefef;
    border-bottom: 1px solid #ccc;
}
.shop .all-menu {
    padding: 0px 0px;
    display: inline-block;
    font-size: 24px;
    float: right;
    position: absolute;
    right: 55px;
    color: #000;
    z-index: 99;
    bottom: 0;
    top: -54px;
    left: 500px;
}
.all-menu-dropdown {
    background: #fff;
    width: 100%;
    height: calc(100vh - 50px);
    float: left;
    /*padding: 30px 0;*/
    position: fixed;
    left: 0;
   /* top: 50px;*/
    z-index: 99;
    overflow: auto;
    display: none;
}
.all-menu-box a {

    display: block;

}
.shop .close-dropdown {
    border: 1px solid #ef2d2d;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 30px;
    color: #ef2d2d;
    line-height: 30px;
    position: absolute;
    right: 15px;
    top: -7px;
    z-index: 3;
}
.close-dropdown {
    display: block;
    float: right;
    margin-top: 15px;
    font-size: 24px;
    color: #000;
    line-height: 24px;
}
.header .all-menu-dropdown {
     background: #1e7ad0;
     border-bottom: 1px solid #fff;
    width: 100%;
    height: calc(100vh - 50px);
    float: left;
    padding: 30px 0;
    position: fixed;
    left: 0;
    top: 50px;
    z-index: 99;
    overflow: auto;
    display: none;
}
.header-link .sub-menu {
    width: 100%;
    height: auto;
}
.header-link .shop-dropdown ul {
    width: 100%;
    max-width: 100%;
}
.navigation li {
    padding: 0px 0px;
}
.shop .shop-dropdown {
    padding-top: 0px !important;

}
.header-link .shop-dropdown.single-dropdown{
    position: relative;
    left: 0;
    right: 0;
}
/*Top Bar*/
.top-item li {
    display: none;
}
.top-item li.mobile-no:nth-child(2){
    border-left: none;
}
.top-item li.mobile-no {
    margin-left: 5px;
    padding-left: 5px;
    display: block;
}
.logo {
    position: absolute;
}
.header .spacing {
    margin: 3px 0px;
}
.search .form-control{
    border-radius: 0px;
}
.search {
    margin-left: 0px;
    padding-top: 63px;
    width: 100%;
    margin-right: 0px;
    float: left;
    position: absolute;
}
/*fixed search icon z-index*/
.header.fixed .search-icon {
    z-index: 9999;
}
/*fixed shop all menu*/
.shop.fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    padding: 0px 0px;
}
.shop.fixed .all-menu{
     padding: 0px 0px;
     top: 35px;
}
.shop.fixed .all-menu-dropdown{
    top: 98px;
}
/*Header*/
.header {
    padding: 3px 0px 10px;
    background: #fff;
} 
.header-link {
    padding-top: 0px;
    /*display: none;*/
}
.header-link-top li span {
    /* left: 20px; */
    top: -5px;
    right: 3px;
    padding: 1px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 18px;
    font-size: 12px;
}
.header-link li a .icon {
    width: 31px;
}
.header-link li a .icon img {
    width: 31px;
    height: auto;
}
.spacing li {
    display: none;
}
.header-shop .search .btn {
    top: 62px;
    background: #332f33;
    right: 0px;
}
.header.header-shop.fixed {
    padding: 8px 0px 15px;
    background: #fff;
}
/*navigation*/
.navigation {
    border-bottom: 1px solid #fff;
    background: #1e7ad0;
    width: 100%;
    padding: 0;
    /*position: absolute;*/
    left: 0;
    top: 100%;
    z-index: 999;
    /*display: none;*/
    height: 100%;
}
.navigation li {
    border-top: 1px solid #fff;
    float: none;
    margin: 0;
    position: relative;
}
.shop .header-link li {
    margin-left: 0;
}
.shop .navigation .nav ul li a.nav-link {
    padding: 10px 15px;
}
.header-link li {
    width: 100%;
}
.sub-menu-mobile .shop-dropdown-in{
    display: block !important;
}
.header-link .shop-dropdown {
    padding-top: 0px;
    left: 0;
    right: 0;
}
.header-link .position-static .sub-menu-in {
    height: auto;
}
.header-link .shop-dropdown-in {
    min-height: 100%;
    max-height: 100%;
    padding: 0px 15px;
}
.navigation .nav ul li a.nav-link {
    color: #fff;
    text-align: left;
    padding: 8px 10px;
}
.header-link li.position-static, .position-static {
    position: relative;
}
/*search icon*/
.header .search-icon {
    display: block;
    /* float: right; */
    font-size: 20px;
    color: #000;
    position: absolute;
    top: 13px;
    right: 125px;
    z-index: 1;
}
.search-box {
    display: none;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
}
.search .btn {
    height: 37px;
}
/*Carts*/
.header-link-top.carts {
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 16px;
}
.carts ul li a:focus, .carts ul li a:active{
    outline: none;
    text-decoration: none;
    cursor: pointer;
    color: #000 !important;
    background: transparent;

}

.col-xs {
    padding: 15px 0px 0px;
    float: right;
}
.carts ul li {
    display: block;
}
.carts ul li a {
    border: none;
    background: transparent;
    color: #000;
    font-weight: 600;
    padding-right: 0;
}

/*LARGE MENU*/
.header-link .shop-dropdown {
    position: relative;
    height: auto;
        background: #fff;
    margin-bottom: 10px;
}
.header-link .sub-menu {
    position: relative; 
    padding: 16px 0 1px 0px;
}
.header-link .shop-dropdown li {
    min-width: 275px;
    max-width: 100%;
}
/*Header*/
.header.fixed{
    background: #fff;
    padding: 10px 0px 30px;
}
.showcase .caption {
    display: none;
}

/*Shop => Categories*/
.product-list .caption{
    padding: 15px;
}
/* footer */
.footer {
   
}
.footer .item {
    margin-bottom: 30px;
}
.footer-top .link {
    padding: 10px 0;
    text-align: center;
    line-height: 16px;
}
.footer-top .link li {
    float: none;
    display: inline-block;
    margin: 3px 0;
}
.social {
    border-top: 1px solid #C9C9C9;
    padding-top: 13px;
    margin-top: 5px;
}
.social ul {
    display: inline-block;
}
.footer-bottom .col {
    width: auto;
    min-height: inherit;
    float: none;
}
.footer-bottom li {
    line-height: 19px;
    display: inline-block;
    padding: 0 3px;
}
/*middle footer*/
.footer-middile {
    text-align: center;
}
.footer-middile .copy-right {
    float: none;
    margin: 0 auto;
    display: block;
}
.footer-middile .social-icon {
     width: 100%; 
}
.social-icon li {
     float: none; 
     margin-right: 0; 
    display: inline-block;
    margin: 0 auto;
}
/*footer- bottom*/
.footer-bottom {
    text-align: center;
}


}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1255px) {
.container {
    width: 942px;
}
.col-md-4 {
    width: 33.33333333%;
}
.col-md-8 {
    width: 66.66666667%;
}
.search {
    margin-left: 30px;
}
.header-link {
    float: none;
    margin-left: -15px;
}

}
/* Medium devices (desktops, 992px and 1024px) */
@media (min-width: 992px) and (max-width: 1024px) {
.container {
    width: 942px;
}
.shop .header-link li {
    margin-left: 15px;
}
}
@media (min-width: 1256px) {
.container {
    width: 1286px;
}
}
/* Maximum devices (desktops, 1920px and up) */
@media (min-width: 1600px) and (max-width: 1920px) {
body{
    font-size: 16px;
}
.container {
    width: 1500px;  
}
/*button*/
.btn {
    padding: 8px 22px;
    font-size: 18px !important;
}

/*navigation*/
.header-link {
    font-size: 16px;
}
.header-link li a .fa-caret-down {
    padding-left: 5px;
}
/*Shop::index page*/
.shop-box-info {
    margin-bottom: 10px;
}
.shop-full-height {
    height: 390px;
    overflow: hidden;
}
.shop-full-height img {
    height: 100%;
}
.shop-half-height {
    height: 190px;
    overflow: hidden;
}
.shop-half-height img {
    height: 100%;
}
.shop-box-info h3 {
    font-size: 24px;
}
/*End Shop::index page*/
/*Most View*/
.product-list .imgb {
    height: 170px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
}
.footer-bottom .col {
    width: 20% !important;
}
.col-xs-12 {
    width: auto;
}
.col-sm{
    width: 33.3333%;
    float: left;
    padding: 0px 15px;
}

}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 0px 12px;
    
}

.lec-sec {
    position: absolute;
    left: 77px;
}

i.fa.fa-clone {
    position: absolute;
    left: 210px;
    top: 162px;
}

i.fa.fa-beer {
    position: absolute;
    top: 206px;
}

i.fa.fa-user-o {
    position: absolute;
    top: 248px;
}
/*i.fa.fa-beer {*/
/*    position: absolute;*/
/*    left: 210px;*/
/*    top: 162px;*/
/*}*/


/*i.fa.fa-user-o {*/
/*    position: absolute;*/
/*    left: 210px;*/
/*    top: 162px;*/
/*}*/

i.fa.fa-angle-left {
    position: relative;
    top: 5px;
    font-size: 19px;
}

i.fa.fa-angle-right {
    position: relative;
    top: 5px;
    font-size: 19px;
}
