/* CSS Document */
body {
    background: #fff;
    margin: 0px;
    padding: 0px;
    font: 400 13px/20px 'Open Sans', sans-serif;
    color: #777;
}

h1 {
    font-size: 50px;
    font-weight: 300;
    font-family: 'Teko', sans-serif;
    display: block;
    color: #444;
}

h2 {
    font-size: 102px;
    font-weight: 800;
    font-family: 'Teko', sans-serif;
    display: block;
    color: #0cc0df;
}

h3 {
    font-size: 30px;
    font-weight: 100;
    font-family: 'Teko', sans-serif;
    display: block;
    color: #444;
}

h4 {
    font-family: 'Teko', sans-serif;
    display: block;
    color: #444;
    text-transform: uppercase;
}

p {
    font: 400 14px/20px 'Open Sans', Arial, Helvetica, sans-serif;
    color: #777;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    color: #444;
}

.trans_eff {
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
}


.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

/* &&&&&&&&&&&&&&&&&&&&& HOME PAGE CLASSES &&&&&&&&&&&&&&&&&&&&&&& */
/*===============header clasess=============*/
header {
    background: #ffffff !important;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 3;
}

nav {
    width: 100% !important;
}

.navbar-brand img {
    max-width: 70px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    padding: 10px 18px 0px !important;
}

/*top1*/
/*categories ends*/
/*===============nav and categories clasess ends=============*/
/*===============slider clasess=============*/
.slider_con {
    max-height: 500px;
    overflow: hidden;
}

.slider_con .carousel-caption {
    top: 18% !important;
    right: 10%;
    left: 10%;
}

.carousel-indicators {
    bottom: 10px !important
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-indicators {
    z-index: 1;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 1px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.3);
    border: 0;
    margin: 0 1px;
    border-radius: 10px;
}

.carousel-control {
    display: none;
    width: auto !important;
    top: 43%;
}

.slider_con:hover .carousel-control {
    display: block;
}

.slider_con .carousel-control.left {
    left: 2%;
}

.slider_con .carousel-control.right {
    right: 2%;
}

.slider_con .carousel-control.left,
.slider_con .carousel-control.right {
    background: none !important;
}

/*===============slider clasess ends=============*/

section {
    background: #fff;
}

/*===============all products clasess=============*/
.about-text {
    width: 100%;
    height: auto;
    padding: 0px 0px;
}

.about-text h1 {
    font-size: 50px;
    font-weight: 300;
    font-family: 'Teko', sans-serif;
    display: block;
    color: #444;
}

.about-text h2 {
    font-size: 50px;
    font-weight: 800;
    font-family: 'Teko', sans-serif;
    display: block;
    color: #0cc0df;
}

.about-text h3 {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    display: block;
    color: #686868;
}

.about-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    display: block;
    color: #686868;
}

.about-text a {
    display: inline-block;
    padding: 14px 70px;
    background: #0cc0df;
    color: #fff;
    margin-top: 20px;
}

.about-text a:hover {
    background: #5f941e;
    text-decoration: none;
    color: #fff;
    transition: 0.5s;
}

.aboutImg {
    width: 100%;
    height: auto;
    padding: 30px;
}

.aboutImg img {
    width: 100%;
    height: auto;
    display: block;
}

.serviceBg {
    width: 100%;
    height: auto;
    background: #ebeae9;
    padding: 60px 0px;
}

.serviceBg h1 {
    font-size: 50px;
    font-weight: 300;
    font-family: 'Teko', sans-serif;
    display: block;
    color: #0cc0df;
	text-align: center;
	margin: auto;
}
.serviceBg .bg-white{
width: 100%;
height: auto;
padding-bottom: 20px;

margin-top: 20px;
}
.serviceBg .bg-white img{
	width: 100%;
	height: auto;
}
.serviceBg .bg-white h4{ margin: 25px 30px 0px; font-size: 22px; font-family: 'Teko', sans-serif; color: #0cc0df;}
.serviceBg .bg-white p{ margin: 0px 30px 15px;}

.graphBg{ width: 100%; padding: 60px 0px;}
.progress{ margin-top: 20px;}

.graphBg h1 {
    font-size: 50px;
    font-weight: 300;
    font-family: 'Teko', sans-serif;
    display: block;
    color: #0cc0df;
	text-align: center;
	margin: auto;
}
.graphBg p{ margin-top: 30px;}


/*===============testimonials clasess ends=============*/
/*===============footer classes=============*/
footer {
    background: rgba(39 39 39);
    padding: 60px 0 0 0;
    margin: 0 0 0 0;
}

footer .tittle_bdr {
    height: 3px;
    background: #c0c0bf;
    padding: 0 20px;
    display: inline-block;
}

footer .col_01 {
    width: 35%;
    float: left;
    margin: 0 3% 0 0;
}

footer .col_02 {
    width: 17%;
    float: left;
    margin: 0 2% 0 0;
}

footer .col_03 {
    width: 18%;
    float: left;
    margin: 0 2% 0 0;
}

footer .col_04 {
    width: 18%;
    float: right;
}

footer h3 {
    font: 600 18px 'Open Sans', sans-serif;
    color: #a5a7a3;
    margin: 5px 0 0 0;
    text-transform: capitalize;
}

.bot-title {
    font: 600 18px 'Open Sans', sans-serif;
    color: #a5a7a3;
    margin: 5px 0 0 0;
    text-transform: capitalize;
}

.f_link {
    margin: 20px 0 0 3px;
}

.f_link a {
    font: 600 13px/16px 'Open Sans', sans-serif;
    color: #a5a7a3;
    padding: 5px 0 5px 0;
    display: block;
    text-decoration: none;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.f_link a:hover {
    color: #d2d2d1;
    text-decoration: underline;
}

.f_contact_con {
    margin: 25px 0 0 5px;
}

.f_contact_con i {
    color: #a5a7a3;
}

.f_contact_con p,
.f_contact_con p a {
    color: #a5a7a3;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
}

.f_contact_con p a:hover {
    text-decoration: underline;
}

.social_midea_con {
    margin: 25px 0 0 2px;
}

.social_midea_con a {
    margin: 7px 0;
    display: block;
    color: #a5a7a3;
}

.social_midea_con .icon_con {
    width: 35px;
    padding: 5px 0;
    height: 35px;
    margin: 0 5px 0 0;
    background: #a5a7a3;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    border: 1px solid #333333;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    border-radius: 100%;
    text-align: center;
}

.social_midea_con .icon_con:hover {
    background: #e94040;
    border: 1px solid #e94040;
    color: #fff;
}

.copyright_bg {
    padding: 20px 0;
    margin: 60px 0 0 0;
    border-top: 2px solid #2c2d2c;
    text-align: center;
}

.copyright_bg p {
    font-size: 13px;
    color: #a5a7a3;
    font-weight: 600;
}

.copyright_bg a {
    color: #a5a7a3;
}

.copyright_bg a:hover {
    color: #e94040;
    text-decoration: underline;
}

/*===============footer classes ends=============*/
/*===============login register classes=============*/
.lr_bg {
    background: url(../images/login_register_bg.jpg) no-repeat top center;
    min-height: 100px;
    width: 100%;
    padding: 6% 0;
}

.lr_bg .lg_con {
    background: #fff;
    width: 450px;
    min-height: 100px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    margin: auto;
}

.lr_bg .lg_con .tab {
    border-bottom: 1px solid #eee;
}

.lr_bg .lg_con .tab a {
    width: 50%;
    float: left;
    text-align: center;
    font: 600 18px/50px 'Open Sans', sans-serif;
    color: #999;
    background: #f5f5f5;
    display: block;
    padding: 0 15px;
    border-top: 3px solid #333;
    text-transform: uppercase;
}

.lr_bg .lg_con .tab h3 {
    width: 100%;
    text-align: center;
    font: 600 18px/50px 'Open Sans', sans-serif;
    color: #000;
    background: #f5f5f5;
    display: block;
    padding: 0 15px;
    border-top: 3px solid #e94040;
    text-transform: uppercase;
}

.lr_bg .lg_con .tab a.active {
    background: #fff;
    color: #000;
    border-top-color: #e94040;
}

.lr_bg .lg_con .form_con {
    padding: 30px 50px;
}

/*===============login register classes ends=============*/
/*===============breadcrumb classes=============*/
.breadcrumb_con {
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.breadcrumb_con .breadcrumb {
    padding: 10px 0 8px;
    background: #fff;
    margin: 0;
}

.breadcrumb_con .breadcrumb li {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    color: #aaa;
}

.breadcrumb_con .breadcrumb li a {
    text-decoration: underline;
    font-weight: 600;
}

.breadcrumb_con .breadcrumb li a:hover {
    color: #e94040;
    text-decoration: none
}

/*===============breadcrumb classes ends=============*/
/*===============comman classes=============*/
.page_tittle1 {
    background: #e94040;
    padding: 5px 15px;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 25px;
}

/*===============comman classes ends=============*/
/*===============filter classes=============*/
.paging_container .left {
    float: left;
    margin: 4px 0 0 0;
}

.paging_container .left {
    font-weight: 500;
    color: #444;
    text-transform: uppercase;
    font-size: 12px;
}

.paging_container .left a {
    border: 1px solid #efefef;
    display: inline-block;
    padding: 0 0;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    text-align: center;
    margin: 1px;
}

.paging_container .left a:hover {
    color: #fff;
    background: #e94040;
    border: 1px solid #e94040;
}

.paging_container .right {
    float: right;
}

.mycontent_toggle {
    margin-bottom: 15px;
}

.sliderbtn3a,
.sliderbtn3 {
    color: #444 !important;
}

.sliderbtn3a:hover,
.sliderbtn3:hover {
    color: #444 !important;
}

.filter-title {
    font-weight: 600;
    color: #000;
    font-size: 15px;
    background: url(../images/open.png) right no-repeat;
}

.open-con {
    background: url(../images/close.png) right no-repeat;
}

.main_cat a {
    font: 600 14px/15px 'Open Sans';
    color: #777;
    display: block;
    text-decoration: none;
    padding: 6px 10px;
}

.main_cat a:hover {
    text-decoration: underline !important;
}

.sub_category {
    margin-bottom: 7px;
}

.sub_category a {
    font: 400 13px/14px 'Open Sans', sans-serif;
    color: #777;
    display: block;
    text-decoration: none;
    padding: 3px 0;
    margin: 0 0 0 25px;
}

.sub_categoryx {
    margin-bottom: 7px;
    margin-top: 5px;
}

.sub_categoryx a {
    font: 400 13px/14px 'Open Sans', sans-serif;
    color: #e94040;
    display: block;
    text-decoration: none;
    padding: 3px 0;
    margin: 0 0 0 45px;
}

/*===============filter classes ends=============*/
/*===============cms area clasess=============*/
.cms_area h1 {
    color: #000;
    border-bottom: 1px solid #eee;
    margin: 0 -15px;
    padding: 7px 25px 9px;
}

.cms_area .h1_no_m {
    margin: 0 0 !important;
}

.cms_area h3 {
    font: 600 18px/20px 'Open Sans', sans-serif;
    margin: 20px 0 15px 0;
}

.cms_area img {
    margin: 0px;
}

.cms_area ul,
.cms_area ol {
    font: 400 14px/24px 'Open Sans', sans-serif;
    margin: 30px 0 30px 35px;
}

/*===============cms area ends=============*/
/*===============detail classes=============*/
.dtl_images {
    float: left;
    margin: 0 0 0 5px;
    position: relative;
    width: 450px;
    min-height: 329px;
}

.dtl_contents {
    float: right;
    width: 55%;
    margin: 0 10px 0 0;
}

.dtl_inr_box1 {
    float: left;
    width: 48%;
}

.dtl_inr_box2 {
    float: right;
    width: 50%;
    border-left: 1px solid #eee;
}

.dtl_color a {
    width: 28px;
    height: 28px;
    border: #f8f8f8 solid 3px;
    display: inline-block;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.6);
    border-radius: 20px;
    margin: 0 3px 0 0;
}

.dtl_color a.act {
    border: #fff solid 3px;
    box-shadow: 0 0 3px 3px rgba(255, 26, 0, 1);
}

.dtl_seller {
    float: right;
    width: 20%;
}

.dtl_left {
    width: 73%;
    float: left;
    margin: 25px 0 0 0;
}

.dtl_right {
    width: 25%;
    float: right;
    margin: 25px 0 0 0;
    border: #ddd solid 1px;
    border-width: 1px 0 0 1px;
    padding: 15px 0 0 1.5%;
}

.ds_thm {
    border: #ddd solid 1px;
}

.myulx li {
    margin: 10px 5px 0;
    overflow: hidden;
}

.myulx li img {
    display: block;
}

ul.p_discrip {
    margin: 25px 0 0 15px;
}

ul.p_discrip li {
    font: 300 14px/25px 'Open Sans';
    color: #777;
    list-style: none;
    background: url(../images/right_icon.jpg) left 5px no-repeat;
    padding-left: 20px;
    margin-left: 0;
}

/*===============detail classes ends=============*/



/*===============shopping cart clasess=============*/
.sopping_con input[type=text] {
    color: #000;
    margin: 0px;
    font: normal 13px/18px 'Source Sans Pro', sans-serif;
    background: #fff;
    border: 1px solid #eee;
}

.mylsttb {
    padding: 25px;
    border-top: 1px solid #f0edeb;
}

.thm_cont {
    width: 92px;
    height: 92px;
    text-align: center;
    border: 1px solid #ddd;
    overflow: hidden;
    background: #fff;
    display: block
}

.thm_cont img {
    display: block;
    margin: auto;
    width: 100%;
    height: auto
}

.thm_cont_s {
    width: 72px;
    height: 72px;
    text-align: center;
    border: 1px solid #ddd;
    overflow: hidden;
}

.cod_input {
    width: 70%;
}

.cont_4 strong {
    display: none
}

.cont_4 .sec1 {
    width: 10%;
    float: left;
    text-align: left
}

.cont_4 .sec2 {
    width: 60%;
    float: left;
    text-align: left
}

.cont_4 .sec3 {
    width: 15%;
    float: left;
    text-align: center
}

.cont_4 .sec4 {
    width: 15%;
    float: left;
    text-align: center
}

.cart_text {
    text-align: right;
    padding: 15px 10px 0 0
}

.cart_btns b {
    margin-left: 3px
}

.ship_type {
    float: left;
    margin: 20px 0 0 0
}

/*===============shopping cart ends=============*/
/*===============invoice clasess=============*/
.invoice_logo {
    float: right;
}

.inv_box2 {
    height: 209px;
}

/*===============invoice ends=============*/
/*===============my-account clasess=============*/
.my_acount_nav {
    padding: 15px 0;
}

.my_acount_nav a {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 15px;
    border: 1px solid #eee;
    display: block;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    margin-bottom: -1px;
}

.my_acount_nav a:hover,
.my_acount_nav a.active {
    background: #e94040;
    color: #fff;
}

.acc_box {
    text-align: center;
    border: 1px solid #eee;
    padding: 25px;
    margin: 15px 0;
}

.address_box {
    border: 1px solid #eee;
    padding: 20px;
    margin: 15px 0;
}

.cont_4_oh {}

.cont_4_oh strong {
    display: none;
    font-weight: normal
}

.cont_4_oh .sec1 {
    width: 10%;
    float: left;
    text-align: left
}

.cont_4_oh .sec2 {
    width: 45%;
    float: left;
    text-align: left
}

.cont_4_oh .sec3 {
    width: 35%;
    float: left;
    text-align: center
}

.cont_4_oh .sec4 {
    width: 10%;
    float: left;
    text-align: center
}

.cont_4_address_new {}

.cont_4_address_new strong {
    display: none;
    font-weight: normal
}

.cont_4_address_new .sec1 {
    width: 10%;
    float: left;
    text-align: left
}

.cont_4_address_new .sec2 {
    width: 70%;
    float: left;
    text-align: left
}

.cont_4_address_new .sec3 {
    width: 20%;
    float: left;
    text-align: center
}

/*===============my-account ends=============*/
/*===============paging clasess=============*/
.paging_container {
    padding: 8px 10px;
    border: 1px solid #eee;
    border-radius: 3px;
}

.paging_container_x {
    padding: 7px 5px;
    border: 1px solid #ddd;
    background: none
}

.paging_container .one {
    float: left;
}

.paging_container .two {
    float: right;
    margin: 2px 0 0 0
}

.paging a,
.paging a:visited {
    display: inline-block;
    padding: 3px 8px;
    text-align: center;
    font: bold 12px/16px 'Open Sans', sans-serif;
    background: #fff;
    margin: 0px 2px;
    color: #777;
    border-radius: 3px;
    border: 1px solid #eee;
    text-decoration: none;
}

.paging a:hover,
.paging a.act {
    color: #fff;
    background: #e94040;
    border: 1px solid #e94040;
}

.paging .sort_by {
    float: right;
    margin: 0 0 0 5px;
}

/*===============paging ends=============*/
/*===============faq clasess=============*/
.faq-content {
    margin: 15px 0 0 0;
}

.faq-content .panel-default>.panel-heading {
    background-color: #fff;
    border-color: none !important;
    border: none !important;
    box-shadow: 0 !important;
}

.faq-content .panel-default {
    border: 0;
    border-color: #f1f1f1;
    border-bottom: 1px solid #eee;
}

.faq-content .panel-group .panel {
    border-radius: 0px;
    margin-bottom: 20px;
}

.faq-content .panel {
    box-shadow: none !important;
    margin-bottom: 10px;
}

.faq-content .panel-body {
    padding: 15px !important;
    border: none !important;
}

.faq-content .panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 0px;
    border-radius: 0px;
}

.faq-content .panel-group {
    width: 65%;
    float: left;
}

a.accordion-toggle {
    text-decoration: none;
    display: block;
    padding: 10px 15px;
    color: #444 !important;
    font-weight: 600;
}

a.accordion-toggle i {
    font-size: 18px;
}

.faq-content .panel-default:hover {
    border-bottom: 1px solid #ddd;
}

.heading-5 {
    font-size: 20px;
    color: #44b4cc !important;
    padding-bottom: 10px;
}

.heading-6 {
    font-size: 20px;
    padding: 0 0 20px 0
}

.current-opening {
    font-size: 20px;
    padding: 0 0 20px 0;
    color: #02495f;
}

ul.inner-text {
    margin-bottom: 13px;
    margin-left: 35px;
    margin-top: 20px;
}

ul.inner-text li {
    background: url(../images/list_bullet.png) no-repeat left 9px;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 0 5px 25px;
    list-style: none;
    font-weight: 300;
    color: #888;
}

/*===============faq ends=============*/
/*===============contact us clasess=============*/
.map_con {
    height: 400px;
    margin: 30px 0 0 0;
}

/*===============contact us clasess ends=============*/
/*==============sitemap clasess clasess=============*/
.stmp {
    padding: 15px 15px;
    border: 1px solid #eee;
}

.stmp h3 {
    margin: 0 0 10px 0 !important
}

.stmp a {
    display: block;
    padding: 7px 15px;
    font: 400 15px/20px 'Open Sans', sans-serif;
    background: #eee;
    margin: 5px 1%;
    text-align: left;
    color: #777;
    width: 31%;
    float: left;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
}

.stmp a:hover {
    background: #e94040;
    color: #fff;
    text-decoration: none
}

/*==============sitemap clasess ends=============*/
/* ================= Media Query ================= */
@media only screen and (max-width:1279px) {
    .container {
        width: 100%;
    }
}

@media only screen and (max-width:1151px) {

    /*===============all products clasess=============*/
    /* New Products */
    ul.pro_new li {
        width: 33.33333%;
    }

    /*===============all products clasess ends=============*/
    /*===============footer classes=============*/
    footer .col_01 {
        width: 33%;
    }

    footer .col_02 {
        width: 17%;
        margin: 0 1% 0 0;
    }

    footer .col_03 {
        width: 18%;
        margin: 0 1% 0 0;
    }

    footer .col_04 {
        width: 20%;
    }

    /*===============footer classes ends=============*/
    /*===============detail classes=============*/
    .dtl_images {
        width: 450px;
    }

    .dtl_contents {
        width: 48%;
    }

    /*===============detail classes ends=============*/
}

@media only screen and (max-width:991px) {

    /*===============header clasess=============*/
    /*top1*/
    header .top1 .left {
        display: none;
    }

    /*top1 ends*/
    /*top2*/
    header .top2 .right .search_con .search_box {
        width: 300px;
    }

    header .top2 .right .cart_btn {
        margin: 0 0 0 15px;
    }

    /*top2 ends*/
    /*===============header clasess ends=============*/
    /*===============nav and categories clasess=============*/
    header .navbar-nav>li>a {
        padding: 0 18px;
    }

    /*categories*/
    ul.categories {
        float: none;
        margin: 0;
    }

    ul.categories>li {
        list-style: none;
    }

    ul.categories>li>a {
        display: none;
    }

    .mob_cat_btn {
        display: block;
    }

    ul.sub_con,
    .categories:hover ul.sub_con {
        width: 100%;
        display: none;
        position: static;
        box-shadow: none;
    }

    ul.sub_con li {
        width: 50%;
        float: left;
        min-height: 330px;
    }

    /*categories ends*/
    /*===============nav and categories clasess ends=============*/
    /*===============all products clasess=============*/
    /* New Products */
    ul.pro_new li {
        width: 50%;
    }

    /*category and sub category clasess*/
    ul.cs_con li {
        width: 50%;
    }

    /*===============all products clasess ends=============*/
    /*===============footer classes=============*/
    footer .col_01 {
        width: 27%;
        margin: 0 5% 0 0;
    }

    footer .col_02 {
        width: 17%;
        margin: 0 1% 0 0;
    }

    footer .col_03 {
        width: 18%;
        margin: 0 1% 0 0;
    }

    footer .col_04 {
        width: 26%;
    }

    /*===============footer classes ends=============*/
    /*===============login register classes=============*/
    .lr_bg {
        padding: 10% 0;
    }

    /*===============login register classes ends=============*/
    /*===============filter classes=============*/
    .mycontent_toggle {
        display: none;
    }

    .my_filter {
        margin: 15px 15px;
    }

    /*===============filter classes ends=============*/
    /*===============detail classes=============*/
    .dtl_images {
        width: 450px;
        margin: auto;
        float: none;
    }

    .dtl_contents {
        width: 100%;
        margin: 25px 0 0 0;
    }

    /*===============detail classes ends=============*/
    /*==============sitemap clasess clasess=============*/
    .stmp a {
        width: 48%;
    }

    /*==============sitemap clasess ends=============*/
}

@media only screen and (max-width:767px) {

    /*===============header clasess=============*/
    /*top1*/
    header .top1 {
        padding: 10px 0;
        background: #000000;
    }

    header .top1 .right {
        float: none;
        text-align: center;
    }

    header .top1 .right .login_sign_up {
        float: none;
        margin: 0;
    }

    header .top1 .right .social_con {
        float: none;
        margin: 10px 0 0 0;
    }

    /*top1 ends*/
    /*top2*/
    header .top2 {
        padding: 10px 0 0 0;
        border: 0;
    }

    header .top2 .logo {
        position: static;
        margin: auto;
        display: block;
    }

    header .top2 .right {
        float: none;
        text-align: center;
    }

    header .top2 .right .search_con {
        float: none;
        margin: 10px 0 10px 0;
        display: none;
    }

    header .top2 .right .search_con .search_box {
        width: 80%;
    }

    header .top2 .right .mob_search_btn {
        display: inline-block;
    }

    .cs_box {
        border-bottom: 1px solid #eee;
        border-top: 1px solid #eee;
        padding: 10px 0;
        background: #eee;
        margin: 15px 0 0;
        float: none;
    }

    header .top2 .right .cart_btn {
        font: 600 12px/38px 'Open Sans';
        color: #666;
        margin: 0 10px 0 0;
        display: inline-block;
        padding: 0 10px;
        background: #fff;
        border-radius: 3px;
    }

    header .top2 .right .cart_btn .fa {
        width: 30px;
        height: 30px;
        border-radius: 100%;
        font-size: 14px;
        padding: 7px 0;
        margin: 4px 5px 0 0;
        float: left;
    }

    .top2_fixer {
        position: static;
        padding: 10px 0 0 0 !important;
        box-shadow: none !important;
    }

    .top2_fixer .logo {
        display: block !important;
    }

    .top2_fixer .logo2 {
        display: none !important;
    }

    .top2_fixer .right {
        margin: 0 0 0 0;
    }

    .top2_spacer {
        display: none !important;
    }

    /*top2 ends*/
    /*===============header clasess ends=============*/
    /*===============nav and categories clasess=============*/
    navbar {
        border-bottom: 0;
        margin: 0 0 0 0;
        padding: 0;
    }

    navbar-nav {
        float: none;
        width: 100%;
    }

    header .navbar-header {
        margin: 0;
        padding: 6px 0 5px;
        position: relative;
    }

    navbar-nav>li {
        display: block;
        float: none;
        padding-bottom: 0 !important;
    }

    header .navbar-nav>li {
        position: relative !important;
    }

    .navbar-nav>li>a {
        padding: 14px 15px;
        border-bottom: 1px solid #000;
        color: #fff;
        display: block;
    }

    .navbar-toggle {
        background-color: #f2f3f5 !important;
        background-image: none;
        border: 0 !important;
        border-radius: 0px;
        float: none;
        margin-bottom: 0;
        margin-right: 0;
        margin-top: 0;
        padding: 7px 7px;
        position: relative;
        display: block;
        color: #fff !important;
        border-radius: 3px;
    }

    .navbar-toggle .icon-bar {
        background-color: #000 !important;
        height: 2px;
        width: 25px;
    }

    .navbar-header {
        float: none;
    }

    .navbar-collapse {
        background: #fff;
        margin: 0 0 !important;
        position: static;
        padding: 0
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-nav.navbar-right:last-child {
        margin: 0;
    }

    header .navbar-nav>li>a {
        color: #444;
        padding: 0 20px;
        line-height: 40px;
        border: 0;
        border-bottom: 1px solid #eee;
        margin: 0 0 0 0;
    }

    header .navbar-nav>li:last-child>a {
        border-bottom: 0 !important;
    }


 
    /*===============nav and categories clasess ends=============*/
    /*===============all products clasess=============*/
    /* New Products */
    ul.pro_new li {
        width: 100%;
    }

    ul.cs_con li {
        width: 100%;
    }

    ul.cs_con li .inner figcaption {
        text-align: center;
    }

    /*===============all products clasess ends=============*/
    /*===============footer classes=============*/
    footer {
        background: #000;
        padding: 60px 0 0 0;
        margin: 0 0 0 0;
    }

    footer .tittle_bdr {
        height: 3px;
        background: #e94040;
        padding: 0 20px;
        display: inline-block;
    }

    footer .col_01 {
        width: 100%;
        text-align: center;
        margin: 0 0 0 0;
    }

    footer .col_02 {
        width: 100%;
        text-align: center;
        margin: 35px 0 0 0;
    }

    footer .col_03 {
        width: 100%;
        text-align: center;
        margin: 35px 0 0 0;
    }

    footer .col_04 {
        width: 100%;
        text-align: center;
        margin: 35px 0 0 0;
    }

    .f_link {
        margin: 20px 0 0 3px;
    }

    .f_link a {
        font: 600 13px/35px 'Lato', sans-serif;
        color: #777;
        padding: 0 20px;
        display: inline-block;
        margin: 3px 2px;
        text-decoration: none;
        border-radius: 1px;
        border: 1px solid #151515;
    }

    .f_link a:hover {
        color: #fff;
        text-decoration: none;
        border: 1px solid #fff;
    }

    .f_contact_con {
        margin: 25px 0 0 5px;
    }

    .f_contact_con i {
        color: #a5a7a3;
    }

    .f_contact_con p,
    .f_contact_con p a {
        color: #a5a7a3;
        font-size: 13px;
        font-weight: 600;
        line-height: 22px;
    }

    .f_contact_con p a:hover {
        text-decoration: underline;
    }

    .social_midea_con {
        margin: 25px 0 0 2px;
    }

    .social_midea_con a {
        margin: 7px 0;
        display: block;
        color: #fff;
    }

    .social_midea_con .icon_con {
        width: 35px;
        padding: 7px 0;
        height: 35px;
        margin: 0 5px 0 0;
        background: #252525;
        font-size: 16px;
        display: inline-block;
        color: #fff;
        border: 1px solid #333333;
        transition: all linear .3s;
        -webkit-transition: all linear .3s;
        -moz-transition: all linear .3s;
        -ms-transition: all linear .3s;
        border-radius: 100%;
        text-align: center;
    }

    .social_midea_con .icon_con:hover {
        background: #e94040;
        border: 1px solid #e94040;
        color: #fff;
    }

    .copyright_bg {
        padding: 20px 0;
        margin: 60px 0 0 0;
        border-top: 2px solid #0e0e0e;
        text-align: center;
    }

    .copyright_bg p {
        font-size: 13px;
        color: #2f2f2f;
        font-weight: 600;
    }

    .copyright_bg a {
        color: #2f2f2f;
    }

    .copyright_bg a:hover {
        color: #e94040;
        text-decoration: underline;
    }

    /*===============footer classes ends=============*/
    /*===============testimonials clasess=============*/
    .mob_ac {
        text-align: center;
    }

    .t_container .carousel-indicators {
        width: 100%;
        text-align: center;
    }

    /*===============testimonials clasess ends=============*/
    /*===============login register classes=============*/
    .lr_bg {
        padding: 12% 0;
    }

    .lr_bg .lg_con {
        width: 420px;
    }

    .lr_bg .lg_con .form_con {
        padding: 30px 40px;
    }

    /*===============login register classes ends=============*/
    /*===============filter classes=============*/
    .paging_container .left {
        float: none;
        text-align: center;
    }

    .paging_container .right {
        display: block;
        float: none;
        text-align: center;
        width: 168px;
        margin: 10px auto !important;
    }

    /*===============filter classes ends=============*/
    /*===============detail classes=============*/
    .dtl_inr_box1 {
        width: 100%;
        float: none;
    }

    .dtl_inr_box2 {
        width: 89%;
        float: none;
        border: 1px solid #fff;
        ;
        margin: 0;
        padding-top: 0;
        margin: 0 15px 15px 15px;
    }

    .dtl_images {
        display: none;
    }

    .dtl_contents {
        width: 100%;
        margin: 25px 0 0 0;
    }

    /*===============detail classes ends=============*/
    /*===============shopping cart clasess=============*/
    .S_hide {
        display: none;
    }

    .cont_4 strong {
        display: inline-block;
        margin-bottom: 10px
    }

    .cont_4 .sec1,
    .cont_4 .sec2,
    .cont_4 .sec3,
    .cont_4 .sec4 {
        width: auto;
        float: none;
        text-align: left;
        margin-bottom: 3px
    }

    .cart_text {
        text-align: left;
    }

    .cart_btns b {
        margin: 0px 3px 3px 0
    }

    .ship_type {
        float: none;
        margin: 20px 0 0 0
    }

    .Ss_w100 {
        width: 100%;
        margin-bottom: 15px
    }

    /*===============shopping cart  ends=============*/
    .s_w100 {
        width: 100% !important;
    }

    /*===============invoice clasess=============*/
    .invoice_logo {
        float: none;
        margin-bottom: 10px;
    }

    .inv_box2 {
        height: auto;
    }

    /*===============invoice ends=============*/
    /*===============paging clasess=============*/
    .paging_container .two {
        float: none;
        margin: 2px 0 0 0;
        text-align: center;
    }

    /*===============paging ends=============*/
    .cont_4_oh {}

    .cont_4_oh strong {
        display: inline
    }

    .cont_4_oh .sec1,
    .cont_4_oh .sec2,
    .cont_4_oh .sec3,
    .cont_4_oh .sec4 {
        width: auto;
        float: none;
        text-align: left;
        margin-bottom: 10px;
    }

    .cont_4_address {}

    .cont_4_address strong {
        display: inline-block;
        padding-bottom: 5px
    }

    .cont_4_address .sec1,
    .cont_4_address .sec2,
    .cont_4_address .sec3 {
        width: auto;
        float: none;
        text-align: left;
        margin-bottom: 10px;
    }

    .cont_4_address_new strong {
        display: inline-block;
        padding-bottom: 5px
    }

    .cont_4_address_new .sec1,
    .cont_4_address_new .sec2,
    .cont_4_address_new .sec3 {
        width: auto;
        float: none;
        text-align: left;
        margin-bottom: 10px;
    }

    /*==============sitemap clasess clasess=============*/
    .stmp a {
        width: 98%;
    }

    /*==============sitemap clasess ends=============*/
}

@media only screen and (max-width:479px) {

    /*===============nav and categories clasess=============*/
    /*categories*/
    ul.sub_con li {
        width: 100%;
        float: left;
        min-height: 0;
    }

    /*categories ends*/
    /*===============nav and categories clasess ends=============*/
    /*===============all products clasess=============*/
    /*best seller and upcoming clasess*/
    .bu_con .nav-pills>li {
        width: 50%;
        text-align: center;
    }

    .bu_con .nav-pills>li>a {
        font-size: 16px;
        line-height: 40px;
        padding: 0 10px;
    }

    .bu_con .tab-content {
        padding: 0 15px;
    }

    ul.cs_con li .inner {
        width: 100%;
    }

    ul.cs_con li .inner figure {
        width: 280px;
        margin: auto;
        height: auto;
    }

    ul.cs_con li .inner figure img {
        width: 100%;
    }

    /*===============all products clasess ends=============*/
    /*===============login register classes=============*/
    .lr_bg {
        padding: 14% 0;
    }

    .lr_bg .lg_con {
        width: 100%;
    }

    .lr_bg .lg_con .form_con {
        padding: 30px 30px;
    }

    /*===============login register classes ends=============*/

    
}