@font-face{
    font-family: "OpenSans-Regular";
    src:url(../fonts/OpenSans-Regular.ttf);
}
@font-face{
    font-family: "OpenSans-Light";
    src:url(../fonts/OpenSans-Light.ttf);
}
@font-face{
    font-family: "OpenSans-Bold";
    src:url(../fonts/OpenSans-Bold.ttf);
}
body{
    font-family: "OpenSans-Regular";
    text-decoration: none;
    background: #e6e6e6;
}
body a:hover{
    text-decoration: none;
}
body a:focus{
    outline: none;
}
body ul{
    list-style-type: none;
}
/*headr*/
header{
    min-height:288px;
    background: url(../images/header-bg.png) no-repeat;
    background-size: 100% 100%;
}
/**Social**/
.social{
    width: 100%;
    display: inline-block;
    padding-top: 17px;
    text-align: right;
}
.social a{
    font-size: 21px;
    margin-right: 1px;
    cursor:pointer;
}
.social .fa-facebook-square{
    transition: all .5s ease-in-out;
    color: #3b5998;
}
.social .fa-twitter-square{
    transition: all .5s ease-in-out;
    color: #00aced;
}
.social .fa-pinterest-square{
    transition: all .5s ease-in-out;
    color: #cb2027;
}
.social .fa-instagram{
    transition: all .5s ease-in-out;
    color: #fccc63;
}
.social .fa-linkedin-square{
    transition: all .5s ease-in-out;
    color: #007bb5;
}
/**Logo**/
.logo{

    display: inline-block;
}
.logo img{

    margin: auto;
}
header .form-group{
    margin-top: 10%;
}
header .form-group input.form-control{
    border-radius: 0;
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
    border: 0;
    display: inline-block;
    width: 86%;
    height: 44px;
}
header .form-group button{
    background: #ff565c;
    color: #fff;
    border-radius: 0;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
    border: 0;
    display: inline-block;
    padding: 12px 19px;
    margin-left: -4px;
    margin-top: 0;
    text-transform: capitalize;
    margin-top: -2px;
}
header .form-group button:hover{
    background: #ff565c;
    color: #fff;
}
.after-header{
    margin-top: -49px;
}
.category .panel-heading{
    background: url(../images/category-bg.png) no-repeat;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    font-size: 18px;
    border: 0;
    background-size: 100%;
}
.panel-body-category ul li{
    margin-bottom: 11px;
    border-top: 1px solid #e6e6e6;
    padding-top: 6px;
}
.panel-body-category ul li:first-child{
    border: 0;
}
.panel-body-category ul li a{
    color: #2c4251;
    display: block;
    transition: all .3s ease-in-out;
}
.panel-body-category ul li a:hover{
    padding-left: 10px;
    transition: all .3s ease-in-out;
}
.panel-body-category{
    background: #fff;
    margin-top: -20px;
    padding-bottom: 38px;
    padding-top: 50px;
    padding-left: 35px;
    padding-right: 35px;
}
/**Menu**/
.menu{

}
.navbar-default{
    margin-bottom: 0;
    background: transparent;
    border: 0;
}
.navbar-nav{
    background: url(../images/menu-bg.png) no-repeat;
    background-size: cover;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.navbar-nav li{
    text-align: center;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
    color: #fff
}
.navbar-nav li.divider{

    height: 50px;
    background: #a38e5a;
    width: 1px;
}
.navbar-default #bs-example-navbar-collapse-1{
    padding: 0;
    margin: 0;
}
.navbar-default .navbar-nav > .active > a{
    text-align: center;
    background: none;
    color: #fff;
    font-weight: 200;
}
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    background: none;
    border: 0;
    color: #fff;
}
.navbar-default .navbar-nav li a,.navbar-default .navbar-nav li .dropbtn{
    color: #fff;
    font-size: 18px;
    transition: all .5s ease-in-out;
    padding: 15px 30.1px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}
.navbar-default .navbar-nav li a:before,.navbar-default .navbar-nav li .dropbtn:before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0px;
    background: url(../images/category-bg.png) no-repeat;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.navbar-default .navbar-nav li a:hover:before,
.navbar-default .navbar-nav li a:focus:before,
.navbar-default .navbar-nav li a:active:before,
.navbar-default .navbar-nav li .dropbtn:hover:before,
.navbar-default .navbar-nav li .dropbtn:focus:before,
.navbar-default .navbar-nav li .dropbtn:active:before{
    left: 0;
    right: 0;
}
/* Dropdown Button */
.dropbtn {
    background-color: transparent;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
    padding: 12px 51.5px !important;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content:before{
    position: absolute;
    content: '';
    top: -7px;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #fff;
    left: 45%;
    right: 50%;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background: url(../images/menu-bg.png) no-repeat;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    background-size: 100% 100%;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    animation-duration: .3s;
    right: 0;
    left: 0;
    z-index: 4;
    padding:5px;
}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    animation-duration: .3s;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #fff;
    padding: 8px 24px;
    text-decoration: none;
    display: block;
    font-size: 15px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: transparent;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: transparent;
} 

.shopping-cart-img{
    float: left;
    margin-right: 5px;
}
.shopping-cart-img img{
    width: 60px;
    border-radius: 11px;
}
.cart-details h1{
    margin: 0;
    word-wrap: break-word;
}
.cart-details h1 a{
    padding: 5px !important;
    text-align: left;
}
.cart-details h1 a:before{
    content: '';
    border: 0;
    background: transparent !important;
}
.shopping-cart{
    width: 284px;
    padding: 5px;
}
.cart-details{
    /*! float: left; */
}
.actions .btn-default{
    background: transparent;
    border: 0;
    color: #2c4251;
}
.actions .btn-danger{
    background: transparent;
    border: 0;
    color: #d9534f;
}
.cart-details h5{
    color: #2c4251;
}
.element{
    height: 118px;
    border-bottom: 2px solid #2c4251;
    padding-top: 11px;
}
.element:only-of-type{
    border-bottom: 0;
}
.shopping-cart-head{
    border-bottom: 1px dashed #e2e2e2;
    padding-bottom: 5px;
    padding-top: 7px;
}
.shopping-cart-head h4{
    font-size: 13px;
    text-align: left;
    padding-left: 6px;
    color: #fff;
    display: inline-block;
    margin: 0;
}
.shopping-cart-head h3{
    font-size: 13px;
    text-align: right;
    padding-right: 6px;
    color: #fff;
    display: inline-block;
    margin: 0;
    margin-left: 61px;
}
.shopping-cart-footer .btn-default{
    display: block;
    background: #ff565c;
    color: #fff;
    border: 0;
    border-radius: 11px;
    text-transform: capitalize;
    margin-top: 10px;
}
.shopping-cart-footer .btn-default:before{
    background: transparent!important;
}
.shopping-cart-footer .btn-default:hover{
    background: #ff565c;
    color: #fff;
}
/**Slider**/
.slider{
    min-height: 300px;
}
#mySlider{
    position: relative;
}
#mySlider .item img{
    height: 335px;
    width: 100%;
}
#mySlider .item label{
    position: absolute;
    right: 92px;
    bottom: 3px;
    background: #ff565c;
    color: #fff;
    padding: 22px;
    font-size: 21px;
    text-transform: uppercase;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    margin: 0;
    padding-top: 31px;
    padding-bottom: 31px;
    cursor: initial;
    font-weight: 200;
}
#mySlider .item .btn-default{
    position: absolute;
    right: 24%;
    bottom: 3px;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background: #2ed1c4;
    color: #fff;
    padding: 11px 33px;
}
#mySlider .carousel-control{
    background-image: none;
    width: auto;
    background: #FF565C;
    top: 43%;
    bottom: 39%;
    padding: 15px;
    font-size: 28px;
    opacity: 0;
    transition: all .3s ease-in-out;
    text-shadow: none;
}
#mySlider .right{
    text-shadow: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#mySlider .left{
    text-shadow: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#mySlider:hover .carousel-control{
    opacity: 1;
    transition: all .3s ease-in-out;
}
.banners{
    margin-top: 15px;
}
.banners a img{
    width:100%;
    margin-bottom: 15px;
}
.offers-content{
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    position: relative;
    z-index: 3;
    height:444px;
}
.offers-content:hover .offer-details{
    opacity:1;
    transition:all .3s ease-in-out;
}
.offers-content:nth-child(2n+1){
    padding-right: 15px;
}
.offers{
    margin-top: 15px;
    /*height: 444px;*/
    position:relative;
}
.offers-content img{
    width: 100%;
    height: 443px;
    border: 4px solid #fff;
}
.sale-label{
    position: absolute;
    /*bottom: 5px;*/
    right: 11px;
    z-index: 2;
    /*left: 4px;*/
    top: 11px;

}
.sale-label label{

    background: #ff565c;
    color: #fff;
/*    padding-top: 25px;*/
/*padding-bottom: 25px;*/
/*   padding-right: 32px;*/
/*padding-left: 32px;*/
    font-size: 17px;
    /*border-top-right-radius: 5px;*/
    margin: 0;
    cursor: initial;
    /*width: 100%;*/
/*height: 100px;*/
text-align: center;
/*padding-top: 26px;*/
border-radius: 5px;
padding: 3px;
}
.offer-details{
    position: absolute;
    bottom: 5px;
    right: 4px;
    left: 0;
    opacity: 0;
transition: all .3s ease-in-out;
}
.offer-details h4{

    background: rgba(255,255,255,.7);
    font-size: 14px;
    padding: 5px;
    margin: 0;
    /*box-shadow: 17px 13px 4px 13px;*/
    padding-left: 9px;
}
.offer-details .btn-default{

    display: inline-block;
    border: 0;
    border-radius: 0;
    background: #cdb668;
    color: #fff;
    text-transform: uppercase;
    /*margin-left: -4px;*/
    outline: 0;
    padding: 8px 66px;
    vertical-align: baseline;
}
.offer-details .clock{
    display: inline-block;
    background: #2ed1c4;
    color: #2c4251;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    height:36px;
    padding-top: 9px;
}
.offer-details .clock:before{
    content: '\f017 ';
    position: absolute;
    left: 13px;
    font-family: FontAwesome;

    font-size: 22px;
    top: 3px;
}
/*.offers-content:nth-child(2n+1) .clock{*/

/*}*/
.offers-content:nth-child(2n+1) .btn-default{

    /*padding: 8px 72px;*/
    /*margin-left: -4px;*/
}
.stars{
    position: absolute;
top: 9px;
right: 16px;
font-size: 18px;
}
.stars i{
    color:gold;
}
.img-product #myCarousel .stars{
    z-index:2;
}
.vidoe-container{
    margin-top: 24px;
}
.vidoe-container iframe{
    border-radius: 11px;
}
.vidoe-container .embed-responsive-4by3{
    padding-bottom:40%;
    width: 67%;
margin: 0 auto;
}
.vidoe-container h4{
    color: #FF565C;
text-transform: capitalize;
}
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    animation-duration: .3s;
}
.offer-details .btn-default:hover,
.offer-details .btn-default:focus,
.offer-details .btn-default:active{
    -webkit-animation-name: pulse;
    animation-name: pulse;
    animation-duration: .3s;
    border: 0;
    border-radius: 0;
    background: #cdb668;
    color: #fff;
}
/*.offers-content:nth-child(2n+1) .sale-label {*/
/*    right: 19px;*/
/*}*/
.offers-content:nth-child(2n+1) .offer-details {

    /*right: 23%;*/
}
/**Footer**/
footer{
    background: url(../images/footer-bg.png) no-repeat;
    background-size: cover;
    min-height: 340px;
    margin-top: -179px;
    padding-top: 186px;
    padding-bottom: 27px;
}
.width-border{
    background: #b1b1b1;
    height: 1px;
    width: 100%;
    margin-bottom: 41px;
}
footer ul{
    text-align: right;
}
.copyright h1{
    display: inline-block;
    color: #1f1f1f;
    font-size: 15px;
}
.copyright h1 a{
    color:#FF565C;
}
.copyright h2{
    display: inline-block;
    color: #1f1f1f;
    font-size: 15px;
}
.copyright h2 a{
    color: #1f1f1f;
}
.copyright h2 a:hover{
    text-decoration: underline;
}

/**About-Us**/
.about-us{

    /*    margin-top: 15px;*/
}
.title{
    text-align: left;
    margin-bottom: 15px;
    /*margin-top: 15px;*/
}
.title h4{
    display: inline-block;
    text-transform: uppercase;
    background-size: cover;
    padding: 15px 48px;
    background: url(../images/category-bg.png) no-repeat;
    color: #fff;
    border-radius: 7px;
    /*font-family: "OpenSans-Bold";*/
    margin: 0;
}
.paragraph{
    line-height: 24px;
    text-align: justify;
    color: #2c4251;
}
/**Contact-US**/
.contact-us{

    /*    margin-top: 15px;*/
}
.contact-us label{
    color: #2c4251;
    cursor: inherit;
    text-transform: capitalize;
}
.contact-us input.form-control{
    border-radius: 11px;
}
.contact-us textarea.form-control{
    height: 182px;
    border-radius: 11px;
}
.form-control:focus{
    /*background: #ff565c;*/
    border-color: #ff565c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,86,92,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,86,92,.6);
}
.submit-btn button{
    background: #ff565c;
    color: #fff;
    border: 0;
    display: block;
    width: 100%;
    font-size: 17px;
    border-radius: 11px;
    text-transform: capitalize;
}
.submit-btn button:hover,
.submit-btn button:focus,
.submit-btn button:active{
    background: #ff565c;
    color: #fff;
    border: 0;
    display: block;
    width: 100%;
    font-size: 17px;
    border-radius: 11px;
}
.account{
    /*    margin-top: 15px;*/
}
.nav-account{

    /*! border: 0; */
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.nav-account li{
    /*! display: block; */
    /*! float: none; */
} 
.nav-account li.active {

}
.nav-account li a{
    color: #2c4251;
    border: 0;
    transition: all .3s ease-in-out;
    text-transform: capitalize;
    border: 0;
   padding: 11px 58px;
}
.nav-account li.active a, .nav-tabs li.active a:focus, .nav-tabs li.active a:hover{
    border-radius: 11px;
    background: #FF565C;
    color: #fff;
    transition: all .3s ease-in-out;
    border: 0;
}
.nav-account li a:hover{
    background: transparent;
    border: 0;
    /*! margin: 0; */
    outline: 0;
}
.tab-account{

}
.tab-pane .title{
    margin-bottom: 15px;
}
#tab1 .form-group input.form-control{
    border-radius: 11px;
}
#tab1 .form-group button{
    background: #ff565c;
    color: #fff;
    border: 0;
    display: block;
    width: 100%;
    font-size: 17px;
    border-radius: 11px;
    text-transform: capitalize;
}
#tab1 .form-group label{
    color: #2c4251;
    cursor: inherit;
    text-transform: capitalize;
}
#tab4 .message-field{

    padding: 0;
}
#tab4 .message-field .btn-primary{
    display: block;
    width: 100%;
    border: 0;
    border-radius: 11px;
    background: #FF565C;
    margin-bottom: 5px;
    text-transform: capitalize;
}
#tab4 .message-field .chatbox{
    height: 278px;
    overflow: hidden;
    margin-bottom: 15px;
}
#tab4 .message-field .chatbox .receive{
    float: right;
    background: #fff;
    width: 36%;
    clear: both;
    position: relative;
    margin-right: 13px;
}
#tab4 .message-field .chatbox .send{
    float: left;
    background: #2c4251;
    width: 36%;
    clear: both;
    position: relative;
    margin-left: 13px;
    padding-top:10px;
}
#tab4 .message-field .chatbox .text-muted,#tab4 .message-field .chatbox strong {
    color: #ccc;
}
#tab4 .message-field .chatbox .receive h4{

    color: #2c4251;
    font-size: 14px;
    line-height: 21px;
}
#tab4 .message-field .chatbox .send h4{

    color: #fff;
    font-size: 14px;
    line-height: 21px;
}
#tab4 .message-field .chatbox .receive:before{
    content: "";
    position: absolute;
    border-right: 12px solid transparent;
    border-left: 0px solid transparent;
    border-top: 12px solid #fff;
    right: -12px;
    top: 0px;
}
#tab4 .message-field .chatbox .send:before{
    content: "";
    position: absolute;
    border-right: 0px solid transparent;
    border-left: 12px solid transparent;
    border-top: 12px solid #2c4251;
    left: -12px;
    top: 0px;
}
#tab4 .message-field .chatbox:hover{
    overflow-y: scroll;
}
.send-message .form-control{

    display: inline-block;
    width: 88%;
    border-radius: 11px;
    height: 97px;
}
.send-message .btn-default{

    display: inline-block;
    background: #8CC8CA;
    color: #fff;
    border: 0;
    border-radius: 11px;
    padding: 40px 34px;
    margin-top: -79px;
    text-transform: capitalize;
}
.products{
    /*margin-top: 15px;*/
}
.category .panel-heading a{
    color: #fff;
    transition: all .3s ease-in-out;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-left: 2.2em;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    padding-right: 2.2em;
}
.category .panel-heading a:before{
    content: "\f100";
    position: absolute;
    left: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    top: 1px;
}
.category .panel-heading a:hover:before,
.category .panel-heading a:focus:before,
.category .panel-heading a:active:before {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
}
.single-product{

}
.single-product-title{

    margin-bottom: 15px;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 15px;
}
.single-product-title h4{
    margin: 0;
    color: #2c4251;
}
.single-product ol{
    list-style-type: disc;
}
.img-product{
    /*height: 300px;*/
    height: auto;
}
.img-product img{
    width: 100%;
    height: 100%;
}
.single-product h5{
    font-size: 18px;
    color: #FF565C;
    text-transform: capitalize;
}
.single-product .social{
background: url(../images/header-bg.png) no-repeat;
    background-size: auto auto;
background-size: cover;
border-radius: 8px;
width: auto;
margin: 0;
    margin-top: 0px;
padding: 0;
float: right;
clear: both;
margin-top: 17px;
display: block;
width: 100%;
text-align: center;
padding: 15px;
}
.carousel-fade .carousel-inner .item img{
    height: 300px;
}
.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;
}
.procces-div{
    background: #FF565C;
    padding: 5px;
    border-radius: 7px;
    text-align: center;
    height: 282px;
    padding-top:54px;
}
.procces-div .price{

    color: #fff;
    text-align: center;
    font-size: 33px;
    background: url(../images/menu-bg.png) no-repeat;
    padding: 5px;
}
.procces-div .discount{

    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    font-size: 20px;
    margin: 0;
    padding-right: 43px;
    border-right: 1px solid #d1d1d1;
    text-align:center;
}
.procces-div .discount span{

    display: block;
    font-size: 16px;
    margin-top: 5px;
    border-top: 1px solid #d1d1d1;
    padding-top: 4px;
}
.procces-div .value{

    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    font-size: 20px;
    margin: 0;
    padding-left: 50px;
}
.procces-div .value span{

    display: block;
    font-size: 16px;
    margin-top: 5px;
    border-top: 1px solid #d1d1d1;
    padding-top: 4px;
}
.procces-div .btn-lg{
    text-transform: capitalize;
    display: block;
    /*background: #2c4251;*/
    color: #fff;
    padding: 13px;
    margin-top: 21px;
    font-size: 18px;
    border: 0;
    display: block;
    width: 100%;
}
.product-div{
    height: 173px;
    padding: 5px;
    border: 2px solid #f4f4f4;
    border-radius: 5px;
    margin-bottom: 15px;
}
.img-cart{
    float: left;
    margin-right: 27px;
    height: 145px;
    width: 145px;
}
.img-cart img{
    border: 3px solid #fff;
        height: 148px;
    width: 100%;
}
}
.product-div-details input{
    width: 6%;
}
.product-div-details .price{
    font-size: 18px;
    color: #2c4251;
}
.product-div .btn-danger{
    float: right;
}
.checkout-box{
    background: url(../images/category-bg.png) no-repeat;
    background-size: cover;
    border-radius: 5px;
    padding: 5px;
}
.checkout-box ul{
    column-count: 2;
    text-align: center;
    color: #fff;
    margin: 0;
}
.checkout-box ul li{
    text-transform: capitalize;
    margin-bottom: 5px;
}
.checkout-box .btn-default{
    color: #fff;
    text-transform: capitalize;
    border: 0;
    background: #FF565C;
    border-radius: 9px;
    display: block;
}
.counter .clock-product{
    word-spacing: 15px;
    color: #fff;
    font-size: 18px;
    display: block;
    margin-top: 15px;
    position: relative;
    padding-left: 57px;
}
.counter .clock-product:before{
    content: '\f017 ';
    position: absolute;
    left: 0;
    top: -24px;
    font-family: FontAwesome;
    font-size: 67px;
}
.counter .time{
    display: block;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
}
.counter .clock-product span{
    display: inline-block;
}
.about-product{
    clear: both;
    border: 1px solid #d1d1d1;
    padding: 15px;
    border-radius: 11px;
    box-shadow: -1px 4px 26px -11px;
    position: relative;
    z-index: 11114;
    margin-top: 75px;
}
.about-product h4,.map h4{
    color: #FF565C;
    text-transform: capitalize;
}
.map{
    margin-top: 28px;
}
.menu-pic,.menu-pic img{
    display: block;
    margin: auto;
}
.wishlist-element .product-div .btn-default{
    float: right;
    background: #2c4251;
    color: #fff;
    border: 0;
    text-transform: capitalize;
    margin-left: 15px;
}
.sign-up .logo{
    display: block;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
}
.nav-sign{
    /*! border: 0; */
    margin: auto;
    margin-bottom: 15px;
    /*! padding-bottom: 15px; */
    /*! margin-top: 23px; */
    text-align: center;
}
.nav-sign li{
    display: inline-block;
    float: none;
} 
.nav-sign li.active {

}
.nav-sign li a{
    color: #2c4251;
    border: 0;
    transition: all .3s ease-in-out;
    text-transform: capitalize;
    border: 0;
    padding: 11px 29px;
}
.nav-sign li.active a, .nav-tabs li.active a:focus, .nav-tabs li.active a:hover{
    border-radius: 11px;
    background: #FF565C;
    color: #fff;
    transition: all .3s ease-in-out;
    border: 0;
}
.nav-sign li a:hover{
    background: transparent;
    border: 0;
    /*! margin: 0; */
    outline: 0;
}
.sign-up{
    width: 43%;
    margin: 0 auto;
    z-index: 222;
    position: relative;
}
.sign-up .tab-content{
    position: relative;
    z-index: 222;
}
.sign-up form{
    background: #fff;
    border-top-right-radius: 11px;
    border-top-left-radius: 11px;
    border-radius: 11px;
}
.sign-up .tab-pane{
    padding: 15px;
}
.sign-up .tab-pane .form-group{
    height: 37px;
}
.sign-up .tab-pane .form-group .form-control{
    float: right;
    width: 66%;
    border-radius: 11px;
}
.sign-up .tab-pane .form-group label{
    text-transform: capitalize;
    margin-top: 8px;
    color: #2c4251;
}
.sign-up .tab-pane .form-group input[type="file"]{

    border: 0;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
}
.form-control:focus{
    outline:0;
}
.sign-up .tab-pane .form-group input[type="file"]:focus{
    border:0;
    outline:0;
    box-shadow:none;
}
.sign-up .btn-default{
    background: #FF565C;
    border-radius: 11px;
    border: 0;
    display: block;
    text-transform: capitalize;
    width: 100%;
    color: #fff;
}
.list-back{
    text-align: center;
}
.list-back li.divider{
    background: #2c4251;
    height: 20px;
    width: 1px;
    padding: 0;
    position: relative;
    top: 5px;
}
.list-back li{

}
.list-back li a{
    color: #2c4251;
    font-weight: 800;
    text-transform: capitalize;
}
.list-back li a:hover{
    text-decoration: underline;
}
.sign-in{
    width: 51%;
    margin: 0 auto;
    z-index: 222;
    position: relative;
    margin-bottom: 9%;
    margin-top: 6%;
}
.sign-in .logo{
    display: block;
    margin: auto;
    margin-bottom: 15px;
    margin-top: 15px;
}
.sign-in form{
    background: #fff;
    border-top-right-radius: 11px;
    border-top-left-radius: 11px;
    border-radius: 11px;
    padding: 15px;
}
.sign-in .form-group{
    height: 37px;
}
.sign-in .form-group .form-control{
    float: right;
    width: 66%;
    border-radius: 11px;
}
.sign-in  .form-group label{
    text-transform: capitalize;
    margin-top: 8px;
    color: #2c4251;
}
.sign-in  .form-group input[type="file"]{

    border: 0;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
}
.sign-in .btn-default{
    background: #FF565C;
    border-radius: 11px;
    border: 0;
    display: block;
    text-transform: capitalize;
    width: 100%;
    color: #fff;
}
#overlay{
    padding-top: 13%;
}
#overlay .modal-content{
    background: url(../images/footer-bg.png) no-repeat;
    background-size: cover;
    position: relative;
}
#overlay button.close{
    background: #FF565C;
    opacity: 1;
    color: #fff;
    margin: 0;
    padding: 2px 7px;
    border-radius: 8px;
    position: absolute;
    right: -12px;
    top: -15px;
}
#overlay .modal-body h4{
    color: #2c4251;
    text-align: center;
    font-size: 25px;
    margin-bottom: 22px;
    text-transform: capitalize;
}
#overlay .modal-body .form-control{
    border-radius: 11px;
}
#overlay .modal-body .btn-default{
    background: #FF565C;
    color: #fff;
    border: 0;
    border-radius: 11px;
    width: 50%;
    margin: auto;
    margin-top: auto;
    margin-top: 15px;
    text-align: center;
    display: block;
}

.lang{
    text-align: right;
    margin-right: 8px;
}
.lang img{
    border-radius: 11px;
}
.lang span{
    color: #2c4251;
    font-size: 16px;
}
#productModal .modal-body .form-group{

    text-align: left;
}
#productModal .modal-body .form-group input{

    width: 87%;
}
#productModal .modal-body .form-group label{

}
#productModal .modal-footer .btn-md{
    background: #2c4251;
    color: #fff;
    border: 0;
    border-radius: 11px;
    text-transform: capitalize;
}
#productModal .modal-footer .btn-default{
    background: #cb2027;
    border: 0;
    color: #fff;
    border-radius: 11px;
}
.send-msg{

}
.send-msg .btn-info{
    display: block;
    text-transform: capitalize;
    margin-top: 12px;
    width: 100%;
    padding: 5px;
    font-size: 15px;
}
#msgModal .modal-body .form-group .form-control{
    border-radius: 11px;
}
#msgModal .modal-body .form-group label{
    text-transform: capitalize;
}
#msgModal .modal-footer .btn{
    text-transform: capitalize;
    border-radius: 11px;
}
#msgModal .modal-footer .btn-primary{
    background: #2c4251;
    border-radius: 11px;
    border: 0;
}
#msgModal .modal-body .form-group textarea{
    height: 130px;
}
.more-deals{
    background: #fff;
    border-radius: 11px;
}
.deals-title{
    text-align: center;
    border-bottom: 1px solid #FF565C;
}
.deals-title h1{
    font-size: 21px;
    text-transform: capitalize;
    padding-top: 12px;
    color: #2c4251;
}
.deal-content{
    padding: 15px;
}
.deal-content article{
    margin-top: 10px;
    color: #2c4251;
}
.deal-content .btn-default{
    display: block;
    text-align: center;
    margin-top: 15px;
    border-radius: 11px;
    background: #FF565C;
    color: #fff;
    border: 0;
}
.slimScrollDiv{
    
}
.widget-messages-alt{
    
    right: -53px;
    padding: 5px;
}
.message-description{
    
    font-size: 11px;
    color: #2c4251;
}
.message-subject{
    font-size: 17px !important;
}
message{
    
}
#main-navbar-messages{
    
}
#main-navbar-messages .message{
    
    padding: 9px;
    border-bottom: 1px solid #d1d1d1;
}
.messages-link{
    font-size: 11px !important;
display: block;
text-align: center;
border-top: 1px solid #d1d1d1;
padding-top: 8px;
color: #2c4251;
}
.social .btn-success{
    font-size: 24px;
padding: 0;
background: transparent;
color: #FF565C;
border: 0;
margin: 0;
    margin-top: 0px;
margin-top: -7px;
position:relative;
}
.social .btn-success:focus,
.social .btn-success:hover,
.social .btn-success:active{
    background-color: transparent;
color: #FF565C;
}
.social .btn-success .newMessage{
     font-size: 11px;
    background: #fff;
    border-radius: 100%;
    top: -10px;
    right: -17px;
    position: absolute;
    padding: 10px;
        padding-right: 10px;
        padding-left: 10px;
    padding-right: 7px;
    padding-left: 7px;
}
.form-control{
    padding: 2px 11px;
}
.social li.dropdown a:nth-child(1) i,.social li.dropdown a:nth-child(1) span{
    font-size: 15px;
    color:#ff565c;
}
.single-product .carousel-fade .carousel-inner .item img{
    width: 50%;
height: 403px;
margin: auto;
}
/**3-8-2017**/
#myCarousel{
    border-bottom: 1px solid #ccc;
padding-bottom: 31px;
}
.offers-div{
    clear: both;
border: 1px solid #d1d1d1;
padding: 15px;
border-radius: 11px;
box-shadow: -1px 9px 8px -10px;
position: relative;
z-index: 11114;
margin-top: 75px;
}
/**Resopsive**/
@media(max-width:767px){
    .social{
        text-align: center;
    }
    header .form-group{
        text-align: center;
    }
    .logo img{
        margin: auto;
    }
    header .form-group input.form-control{
        width: 66%;
    }
    .after-header{
        margin: 0;
    }
    .menu {
        position: absolute;
        top: -148px;
        right: 13px;
        left: 13px;
        z-index: 2;
    }
    .category{
        margin-top: 93px;
    }
    #mySlider{
        margin-top: 15px;
    }
    #mySlider .item img{
        height: 201px;
    }
    #mySlider .item label{
        padding: 14px;
        padding-bottom: 10px;
        padding-top: 10px;
        right: 5px;
        bottom: 1px;
    }
    #mySlider .item .btn-default{
        right: 48%;
        bottom: 1px;
    }
    .slider{
        min-height: auto;
    }
    .offers-content:nth-child(2n+1){
        padding: 0;
    }
    .offers-content img{
        height: 284px;
    }
    .offers-content:nth-child(2n+1) .sale-label,.sale-label{
/*    right: 4px;*/
/*top: -193px;*/
/*bottom: 95px;*/
    }
    .offers-content:nth-child(2n+1) .btn-default,.offer-details .btn-default{
        margin-left: 0;
    }
    .sale-label label{
        /*padding-bottom: 22px;*/
        /*padding-top: 22px;*/
        /*padding-left: 9px;*/
        /*padding-right: 9px;*/
        /*border-radius: 0;*/
        /*border-bottom-left-radius: 4px;*/
        
        /*width: 69px;*/
        font-size: 15px;
    }
    .offers-content{
        height:auto;
    }
    .offer-details .clock{
        padding: 4px 27px;
        width: 100%;
    }
    .offer-details .clock:before{
        top: -1px;
    }
    .offer-details .btn-default,.offers-content:nth-child(2n+1) .btn-default{
        padding: 4px 60px;
        width: 100%;
    }
    .offer-details,.offers-content:nth-child(2n+1) .offer-details{
        right: 4px;
    }
    .offer-details h4{
        box-shadow: none;
    }
    .pay{
        margin: auto;
        margin-bottom: 27px;
        text-align: center;
    }
    .pay img{
        margin: auto;
    }
    .copyright{
        text-align: center;
    }
    .copyright h1,.copyright h2 a{
        font-size: 12px;
        text-align: center;
    }
    footer ul{
        text-align: center;
    }
    .img-cart{
        float: none;
        margin-right: 0;
        margin: auto;
    }
    .product-div{
        height: 396px;
    }
    .product-div-details .price,.product-div-details h4{
        text-align: center;
    }
    .product-div-details input {
        width: 20%;
        margin: auto;
        margin-bottom: 20px;
    }
    .wishlist-element .product-div .btn-default{
        float: none;
    }
    #tab4 .message-field .chatbox .receive,#tab4 .message-field .chatbox .send{
        width: 93%;
        margin-bottom: 15px;
    }
    .send-message .form-control{
        width: 100%;
        height: 118px;
    }
    .send-message .btn-default{
        display: block;
        margin-top: 5px;
        padding: 10px 34px;
    }
    .product-div .btn-danger {
        float: none; 
        margin-right: auto;
        margin-left: auto;
        display: block;
    }
    .container-fluid{
        padding: 0;
    }
    .sign-in,.sign-up{
        width: 100%;
        padding: 15px;
    }
    .sign-up .tab-pane .form-group .form-control{
        float: none;
        width: 100%;
    }
    .sign-up .tab-pane .form-group label{
        margin: 0;
        margin-bottom: 5px;
    }
    .sign-up .tab-pane .form-group {
        height: 52px;
    }
    .procces-div{
        margin-bottom: 18px;
    }
    .counter .clock-product{
        padding-left: 13px;
        font-size: 13px;
    }
    .counter .clock-product:before {
        font-size: 41px;
        top: -11px;
    }
    #mySlider .carousel-control{
        padding-top:2px;
    }
    .order-element .product-div{
        height: 311px;
    }
    .order-element{
        text-align:center;
    }
    .single-product .carousel-fade .carousel-inner .item img{
        width:100%;
        height:auto;
    }
    .order-element .btn-primary{
    width:auto;
    display:inline-block!important;
}
.order-element .btn-danger{
     width:auto;
    display:inline-block!important;
}
.account .form-group img{
    margin-right: auto;
margin-left: auto;
display: block;
width: 100%;
}
.procces-div .btn-lg{
    font-size:15px;
}
}