/*!
 * Start Bootstrap - Shop Homepage (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */


/*Fonts */

@font-face {
    font-family: bokra-Regular;
    src: url('../fonts/bokra-Regular.eot');
    src: url('../fonts/bokra-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/bokra-Regular.woff') format('woff'), url('../fonts/bokra-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: bokra-Bold;
    src: url('../fonts/bokra-Bold.eot');
    src: url('../fonts/bokra-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/bokra-Bold.woff') format('woff'), url('../fonts/bokra-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    ;
}


/*/////*/

body {
    /*padding-top: 70px;*/
    /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    font-size: 16px;
    background-color: #ededed;
}

h1,
h2,
h3,
h4,
h5 {
    /* font-family: 'bokra-bold', serif; */
    font-family: serif;
}

.Asterisk {
    font-size: 22px;
    position: absolute;
    left: 10px;
    top: 5px;
    color: #d41313;
}

.nice-message {
    padding: 10px;
    background-color: #f4f4f4;
    margin: 30px 0;
    border-right: 5px solid #337ab7;
    line-height: 35px;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.breadcrumb {
    font-weight: 600;
}

/* Header */

.logodv {
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 6px 10px 0px #d2d2d2;
    -moz-box-shadow: 0px 6px 10px 0px #d2d2d2;
    box-shadow: 0px 6px 10px 0px #d2d2d2;
}

.logodv .lead {
    width: 280px;
}

.logodv .lead h3 {
    margin-top: 10px;
    font-size: 30px;
    line-height: 49px;
}

.logodv .lead img {
    max-width: 80px;
}
.navbar-brand h4{
  font-size: 24px;
  margin-top: 5px;
}
.slide-image {
    /*width: 100%;*/
}

.carousel-holder {
    margin-bottom: 30px;
}

.carousel-control {
    width: 5%;
}

.carousel-control,
.item {
    border-radius: 4px;
}

.caption {
    /*height: 130px;*/
    overflow: hidden;
}

.caption h4 {
    /* white-space: nowrap; */
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    height: 44px;
    /* padding-bottom: 26px; */
    border-bottom: 1px solid #ddd;
}

.thumbnail img {
    width: 100%;
}

.thumbnail .caption {
    height: 89px;
}

.carousel-holder .thumbnail {
    position: relative;
}

.carousel-holder .caption {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(194, 162, 111, 0.9);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.carousel-holder .thumbnail a {
    text-decoration: none;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.carousel-holder .thumbnail a:hover>.caption {
    background: rgba(0, 0, 0, 0.7);
}

.thumbnail {
    padding: 0;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}

footer {
    background-color: #101010;
    padding: 15px 0;
    margin: 10px 0 0;
    font-size: 14px;
    color: #ededed;
    text-align: center;
}

footer p {
    margin-bottom: 2px;
}

footer a {
    color: #ededed;
}


/* Home */

.singleArticle h3 {
    margin-top: 5px;
    font-size: 18px;
}
.articles-title span {
    float: left;
    font-size: 16px;
}

.articles-title {
    margin-bottom: 0px !important;
}

.singleArticle .inArticle {
    /* word-break: break-all; */
}

.main-title.main-atitle {
    margin-bottom: 0px;
}

.items {
    padding-right: 10px;
    padding-left: 10px;
}

.items h4 {
    font-family: 'bokra-regular', serif
}

.items .thumbnail {
    position: relative;
}

.items .caption {
    color: #333;
    /* position: absolute;
    bottom: 0;
    left: 0;
    right: 0; */
    /* background: rgba(194, 162, 111, 0.9); */
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.items .thumbnail a {
    text-decoration: none;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.items .thumbnail a:hover>.caption {
    background: rgba(0, 0, 0, 0.7);
}


/*Offer page*/

.offer {
    padding: 15px;
}

/* post page */
.other-articles h3{
    font-size: 18px;
    
}
.other-articles a {
    font-weight: 600;
}
/*start Login */

.login-page form,
.the-errors {
    max-width: 300px;
    margin: auto;
}

.login-page form input {
    margin-bottom: 10px;
}

.input-container {
    position: relative;
}

.the-errors .msg {
    padding: 10px;
    text-align: right;
    border-right: 5px solid #cd6858;
    background-color: #f4f4f4;
    margin-bottom: 8px;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    color: #000
}

.the-errors .error {
    border-right: 5px solid #cd6858;
}


/*end login*/


/* cart and buttons */

.cartbtn {
    float: right;
    font-size: 14px;
    padding: 2px 5px;
}

.cartbtn .fa {
    font-size: 18px;
}

.order-table {
    margin: 5px auto;
    width: 90%
}

.order-table img {
    max-width: 150px;
}


/* Side Menu */

.submenu .menu-header,
.main-content .main-title {
    margin: 0;
    font-size: 18px;
    color: #e66b05;
    border-bottom: 2px solid #2b2b2b;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee));
    background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
    background: -o-linear-gradient(top, #fff 0%, #eee 100%);
    background: -ms-linear-gradient(top, #fff 0%, #eee 100%);
    background: linear-gradient(to bottom, #fff 0%, #eee 100%);
    letter-spacing: -0.8px;
    padding: 12px 11px 13px 18px;
    -webkit-box-shadow: 0 0px 3px #d2d2d2;
    -moz-box-shadow: 0 0px 3px #d2d2d2;
    box-shadow: 0 0px 3px #d2d2d2;
}

.main-content .main-title {
    margin: 0 -10px;
}

.list-group-root {
    font-weight: 600;
}

.list-group.list-group-root>.sublinks>.list-group-item {
    padding-right: 35px !important;
    border-radius: 0;
}

.list-group-item .glyphicon {
    margin-left: 5px;
    font-size: 12px;
}

.srchForm {
    padding: 20px 10px;
    position: relative;
}

.srchForm .Asterisk {
    font-size: 22px;
    position: absolute;
    left: 17px;
    top: 53px;
    color: #d41313;
    display: none;
}

.submenu {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    margin-bottom: 14px;
}

.submenu .member-data {
    padding: 10px;
}

.search-top .form-group {
    display: inline-block;
    margin-bottom: 0px;
}

.search-top .btn {
    padding: 6px 8px;
}

.search-top .srchForm {
    padding: 5px 15px;
}

.search-top .Asterisk {
    left: 66px;
    top: 12px;
}


/*content pages*/

.main-content {
    /*background-color: #fff;*/
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    padding: 0 10px;
}

.main-content .main-title {
    margin-bottom: 20px;
}

.main-content>.row {
    /*margin-right: 5px;
    margin-left: 5px;*/
}

.items h4 {
    font-size: 15px;
    font-family: serif;
    font-weight: 600;
}

.item-container {
    padding: 0 6px;
    background-color: #fff;
    margin-bottom: 9px;
    /* min-height: 234px; */
    margin: 0 -7px 8px -7px;
}

.item-box {
    height:auto;
    position: relative;
    margin-bottom: 8px !important;
    margin-right: -5px;
    margin-left: -5px;
    overflow: hidden;
}

.item-box .item-price {
    background-color: #e66b05;
    padding: 2px 10px;
    position: absolute;
    left: 0;
    top: 10px;
    color: #fff;
}
.item-box .item-dots {
    background-color: #ff0000;
    padding: 2px 10px;
    position: absolute;
    left: 0;
    top: 130px;
    color: #fff;
}
.item-box .soffer-img {
    max-height: 184px;
    overflow: hidden
}

.item-box .itemimg {
    max-height: 190px;
    overflow: hidden
}

.mydots {
    font-weight: bold;
    color: red;
}


/*Bootstrap mod*/

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

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

.navbar-nav>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
}

.carousel-indicators {
    /*right: 47%;
    left: 0;
    margin-right: -30%;
    margin-left: 0;
    padding-left: 0;
    top: 245px;*/
}

.navbar-brand {
    padding: 4px 28px;
}


/****Scroll Top***/

#scroll-top {
    width: 57px;
    height: 31px;
    color: #ddd;
    background-color: #777;
    text-align: center;
    position: fixed;
    right: 15px;
    bottom: 10px;
    z-index: 99999;
    display: none;
    cursor: pointer;
    line-height: 31px;
    font-weight: 600;
}

#scroll-top .fa {
    margin-top: 0px;
}

#scroll-top:hover {
    background-color: #940002;
}

#scroll-top a {
    color: #fff;
}


/*
Media Queries
*/

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 200px auto;
    }
}

@media (min-width: 979px) {}

@media (min-width: 900px) {}


/* For Small Screens */

@media (max-width: 760px) {
    .carousel-holder {
        margin-right: 3px;
        margin-left: 3px;
    }
    .main-content {
        margin-right: 10px;
        margin-left: 10px;
    }
    .main-content .col-md-12 {
        padding-left: 2px;
        padding-right: 2px;
    }
    .items {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: 0px;
        margin-left: 0px;
    }
    .item-box .item-price {
        background-color: #e66b05;
        padding: 1px 2px;
        position: absolute;
        left: 0;
        top: 5px;
        color: #fff;
        font-size: 14px;
    }
    .item-box .item-dots {
        background-color: #ff0000;
        padding: 1px 2px;
        position: absolute;
        left: 0;
        top: 77px;
        color: #fff;
        font-size: 14px;
    }
    .items .caption {
        min-height: 68px;
    }
    .caption h4 {
        white-space: pre-wrap;
        line-height: 18px;
    }
    .item-container {
        padding: 5px
    }
    .well {
        font-weight: 600;
    }
    .side-ads-in {
        margin-right: auto;
        margin-left: auto;
        max-width: 320px;
    }
    .item-box .itemimg {
        max-height: initial;
    }
}


/* Large Devices, Wide Screens */

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


/* Medium Devices, Desktops */

@media (max-width: 992px) {
    .item-container {
        padding: 4px;
        margin: 0 -5px 8px -5px;
        min-height: 203px;
    }
    .offer-text {
        min-height: 216px;
    }
}


/* Small Devices, Tablets */

@media (max-width: 768px) {
    .order-table tr th:first-child,
    .order-table tr td:first-child {
        width: 50%;
    }
    .order-table tr td .btn {
        margin-bottom: 3px;
    }
    .offer-text {
        min-height: auto;
    }
}


/* Extra Small Devices, Phones */

@media (max-width: 480px) {
  .cartbtn {
    float:none;
    margin:0 auto;
    display: block;
  }
    .media-left {
        display: block;
    }
    .media-left img {
        margin: 0 auto 10px !important;
    }
    .media-body {
        text-align: center;
    }
    .homepage .item-box {
        height: 111px;
    }
    .items .item-box img {
        max-height: 143px;
    }
}


/* Custom, iPhone Retina */

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



/* Social Icons */

.social {
	position: fixed;
    z-index: 99999;
    left: 0px;
    top: 170px;
}
.facebookbtn {
	background: #3B5998;
}
.facebookbtn:hover {
	color: #3B5998;
	background: #fff;

}
.whatsappbtn {
	background: #3cdc58;
}
.whatsappbtn:hover {
	color: #3cdc58;
	background: #fff;

}
.social .fa {
    padding: 0px;
    width: 40px;
    /* height: 50px; */
    line-height: 46px;
    text-align: center;
    font-size: 27px;
    margin: 0px;
    /* padding: 17px 20px;*/
}
.twitterbtn {
	background: #1DA1F2;
}
.twitterbtn:hover {
	color: #1DA1F2;
	background: #fff;

}
.youtubebtn {
	background: #E62117;
}
.youtubebtn:hover {
	color: #E62117;
	background: #fff;

}
.instagrambtn {
	background: #ED6340;
}
.instagrambtn:hover {
	color: #ED6340;
	background: #fff;
}
.social a ,.download1 a {
	    color: #fff;
    /* font-size: 30px; */
    padding: 19px 5px 10px;
}
.social a:hover ,.download1 a:hover{
	text-decoration: none;

}


/* Home */

.carousel-inner > .item .banimgdv {
    overflow: hidden;
    height: 200px;
}


.carousel-caption {
    position: relative;
    left: auto;
    right: auto;
    margin-top: 18px;
    color: #000;
}

.carousel-control.left,
.carousel-control.right  {
    background: none;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    top: 35%;
}