@font-face {
    font-family: "Cairo-Regular";
    src: url(../fonts/Cairo-Regular.ttf);
}
@font-face {
    font-family: "Cairo-Light";
    src: url(../fonts/Cairo-Light.ttf);
}
@font-face {
    font-family: "Cairo-SemiBold";
    src: url(../fonts/Cairo-SemiBold.ttf);
}

/*start my style */

body {
    font-family: 'Cairo-Regular';
    overflow-x: hidden
}

/*start navbar*/

body a:hover {
    text-decoration: none;
}
body a:focus {
    outline: none;
}
body ul {
    list-style-type: none;
}

/*headr*/

header {
    min-height: 30px;
    background: #F7F7F7;
    color: #b6b6b6;
}

/*Right-Header*/

.right-header {
    margin-top: 7px;
    color: #1c1c1c;
    font-size: 13px;
}
.right-header ul li {
    border-left: 1px solid #ddd;
}
.right-header ul li:last-child {
    border: 0;
}
.right-header ul li a {
    color: #1a1a1a;
}
.right-header ul li i {
    font-size: 17px;
    margin-right: 3px;
    color: #34af23;
}
.right-header ul li span {
    letter-spacing: 2px;
    font-size: 14px;
}

/* Dropdown Button */

.dropbtn {
    background-color: transparent;
    color: #1c1c1c;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 777777;
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    animation-duration: .5s;
}

/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 12px 15px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

/* 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;
}

/*Left-Header*/

.left-header {
    text-align: left;
    padding-top: 9px;
}
.lang {
    display: inline-block;
}
.is-sticky .lang {
    margin-right: 30px;
}
.is-sticky .logo {
    margin-right: 34px;
}
.left-header .social {
    display: inline-block;
}
.lang .dropbtn {
    padding: 20px 4px;
}
.lang .dropbtn img {
    margin-left: 6px;
    margin-top: 2px;
    height: 20px;
    float: right;
    width: 32px;
}
.lang ul li img {
    float: right;
    margin-left: 6px;
    height: 20px;
    width: 32px;
}
.lang .dropdown-content:before {
    content: '';
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    border-bottom: 14px solid #f9f9f9;
    position: absolute;
    right: 23px;
    top: -14px;
}
@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
.after-header {
    padding-top: 15px;
    z-index: 44 !important;
    transition: all 600ms;
}
.left-header a {
    color: #F38A00;
    font-family: "Cairo-SemiBold";
}

/**Logo**/

.logo {
    display: inline-block;
    width: auto;
}
.logo img {
    display: inline-block;
    height: 57px;
    margin-top: 5px;
}
.middle-form {
    margin-top: 12px;
}
.middle-form .form-control {
    background: #ededed url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
    background-color: rgb(237, 237, 237);
    border: solid 2px #ccc;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    padding: 4px 10px 6px 31px;
    width: 100%;
    background-color: #fff;
    border-color: #1a3c5a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    /*! margin-right: 20px; */
    margin-top: 0px;
    height: 41px;
}
.sign-dropdown .dropbtn {
    font-size: 14px;
    padding: 0;
    text-align: center;
    padding-bottom: 11px;
}
.left-after {
    padding-top: 12px;
}
.left-after .sign-anchor {
    display: block;
    color: #333;
}
.left-after .sign-anchor:hover {
    text-decoration: underline;
}
.cart-dropdown {}
.cart-dropdown .dropdown-content {
    right: -154%;
    width: 383px;
    padding-bottom: 49px;
}
.cart-dropdown .dropbtn {
    padding: 0;
    padding-bottom: 21px;
    position: relative;
}
.cart-dropdown .dropbtn i {
    position: relative;
    top: 9px;
    color: #1A3C5A;
}
.cart-dropdown .dropbtn img {
    height: 44px;
    float: right;
    margin-left: 11px;
}
.cart-dropdown .dropbtn .badge {
    position: absolute;
    right: 30px;
    top: -3px;
    background: #F38A00;
}
.cart-dropdown .dropbtn .total-badge {
    color: #1A3C5A;
    font-family: "Cairo-SemiBold";
    position: relative;
    top: 9px;
    font-size: 16px;
}
.cart-dropdown .dropdown-content .header-cart {
    background: #F38A00;
    color: #fff;
    display: block;
    padding: 12px;
    text-align: center;
}
.cart-dropdown .dropdown-content:before {
    content: '';
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    border-bottom: 14px solid #F38A00;
    position: absolute;
    left: 134px;
    top: -13px;
}
.cart-dropdown .dropdown-content a {
    padding: 0;
}
.cart-dropdown .dropdown-content a:hover {
    background: transparent;
}
.cart-dropdown .dropdown-content li {
    padding: 0 11px;
}
.cart-dropdown .dropdown-content li.p1 {
    height: 104px;
}
.cart-dropdown .dropdown-content li.p1 img {
    height: 96px;
    float: right;
    margin-left: 14px;
}
.cart-dropdown .dropdown-content li.p1 .paragraph {}
.cart-dropdown .dropdown-content li.p1 .paragraph h4 {}
.cart-dropdown .dropdown-content li.p1 .paragraph span {
    color: #888;
    font-family: "Cairo-SemiBold";
}
.cart-dropdown .dropdown-content li.p1 .paragraph figure {
    color: #888;
    font-family: "Cairo-SemiBold";
}
.cart-dropdown .dropdown-content li.p2 {
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
}
.cart-dropdown .dropdown-content li.p2 h5 {
    display: inline-block;
    /*! float: right; */
    margin-left: 79px;
    font-size: 16px;
}
.cart-dropdown .dropdown-content li.p2 .btn-default {
    display: inline-block;
    padding: 7px 34px;
    border-radius: 0;
    border: 0;
    background: #F38A00;
    color: #fff;
    font-size: 15px;
}
.cart-dropdown .dropdown-content li.p3 {
    padding: 0;
}
.cart-dropdown .dropdown-content li.p3 h5 {
    margin-right: 15px;
    font-size: 16px;
}
.cart-dropdown .dropdown-content li.p3 img {
    width: 100%;
    height: 115px;
}
.cart-dropdown .dropdown-content li.p3 p a {
    display: block;
    color: #333;
    text-align: center;
    margin-top: 5px;
}
.goCart-btn {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #F38A00;
    color: #fff !important;
    text-align: center;
    padding: 9px !important;
}
.goCart-btn:hover {
    background: #F38A00!important;
}

/**Menu**/

.menu {}
.navbar-default {
    margin-bottom: 0;
    background: #1A3C5A;
    border: 0;
    border-radius: 0;
}
.navbar-nav {}
.navbar-nav li {
    text-align: center;
    margin-right: 17px;
    margin-left: 70px;
}
.navbar-default .navbar-nav>.active>a {
    text-align: center;
    background: none;
    color: #fff;
}
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: none;
    border: 0;
    color: #fff;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #fff
}
.navbar-default .navbar-nav li a {
    color: #fff;
    font-size: 18px;
    transition: all .5s ease-in-out;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}
.is-sticky .after-header {
    -webkit-animation: slideInDown .5s ease-out forwards;
    -moz-animation: slideInDown .5s ease-out forwards;
    animation: slideInDown .5s ease-out forwards;
    z-index: 4444;
    background: #1A3C5A;
}
.logo img.fixed-header,
.cart-dropdown .dropbtn img.fixed-header {
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
    display: none;
}
.is-sticky .logo img.fixed-header,
.is-sticky .cart-dropdown .dropbtn img.fixed-header {
    opacity: 1;
    visibility: visible;
    transition: all .5s ease-in-out;
    display: inline-block;
}
.is-sticky .static-header {
    visibility: hidden;
    opacity: 0;
    display: none;
}
.is-sticky .cart-dropdown .dropbtn .total-badge,
.is-sticky .lang .dropbtn,
.is-sticky .left-after .sign-anchor,
.is-sticky .sign-dropdown .dropbtn,
.is-sticky .cart-dropdown .dropbtn i {
    color: #fff;
}
#sticky-wrapper {
    height: auto!important;
    transition: all 600ms;
}
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

/*end nav-bar*/


/*end header*/


/* The side navigation menu */

.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 10001;
    /* Stay on top */
    top: 44px;
    right: 0;
    background-color: #1A3C5A;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 5px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
}
.mobile-navbar .sidenav ul li {
    margin: 0;
    border-bottom: 1px solid #ddd;
}

/* The navigation menu links */

.sidenav a {
    padding: 8px;
    text-decoration: none;
    font-size: 13px;
    color: #fff;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */

.sidenav a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */

#main {
    transition: margin-right .5s;
    /*! padding-top: 36px; */
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

.container {
    display: inline-block;
    cursor: pointer;
}
.bar1,
.bar2,
.bar3 {
    width: 27px;
    height: 2px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
.nav-top {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #1A3C5A;
    height: 80px;
    z-index: 5000;
}
.nav-top .input-search {
    margin-top: -20px
}
.nav-top input[type=search] {
    background: #fff url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 98% center;
    border: 1px solid #fff;
    text-indent: 25px
}
.nav-top .input-search:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-width: 12px;
    border-color: transparent transparent #fff transparent;
    right: 67px;
    z-index: 100;
    top: -20px
}
.nav-btn .bars {
    margin-top: 7px;
    margin-right: 10px;
    display: inline-block;
}
.nav-btn {
    display: inline-block;
}
.search-field {
    display: inline-block;
}
.search-field .form-control {
    background: #ededed url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
    background-color: rgb(237, 237, 237);
    border: solid 2px #ccc;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    padding: 4px 10px 6px 31px;
    width: 100%;
    background-color: #fff;
    border-color: #1a3c5a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    margin-top: 0px;
    height: 41px;
}
.search-field .modal {
    background: rgba(0, 0, 0, .5);
}
.search-field .modal .modal-content {
    background: transparent;
    box-shadow: none;
    border: 0;
}
.search-field .modal .modal-header {
    border: 0;
}
.search-field .modal .modal-header button {
    text-shadow: none;
    color: #fff;
    background: #1a3c5a;
    opacity: 1;
    padding: 10px 15px;
    border-radius: 100%;
    margin-top: 15px;
}
.search-field .btn-primary {
    margin-top: -24px;
    margin-right: 5px;
    background: transparent;
    border: 0;
    font-size: 20px;
}
.mobile-navbar .logo img {
    height: 22px;
    margin-top: -16px;
}
.mobile-navbar .cart-dropdown .dropbtn img {
    height: 25px;
}
.mobile-navbar .cart-dropdown .dropbtn .total-badge {
    font-size: 13px;
    color: #fff;
}
.mobile-navbar .cart-dropdown .dropbtn .badge {
    right: 24px;
}
.mobile-navbar .cart-dropdown .dropbtn i {
    color: #fff;
}
.mobile-navbar .cart-dropdown {
    top: -1px;
    position: static;
}
.mobile-navbar .sign-dropdown {
    top: -6px;
}
.mobile-navbar .sign-dropdown .dropdown-content {
    left: -35px;
    top: 39px;
}
.mobile-navbar .sign-dropdown .dropbtn {
    color: #fff;
    font-size: 24px;
}
.nav-top ul li {
    margin-left: 4px;
}
.nav-top ul.dropdown-content li {
    margin: 0
}
.mobile-navbar .cart-dropdown .dropdown-content {
    width: 100%;
    right: 0;
    top: 44px;
    height: 400px;
    overflow-y: scroll;
}
.mobile-navbar .cart-dropdown .dropdown-content:before {
    display: none;
}
.mobile-navbar .goCart-btn {
    position: relative;
    clear: both;
}

/*start slider*/

.slider {
    margin-top: -2px;
    padding-bottom: 20px;
    /*    padding-top: 30px*/
    /*! cursor: pointer */
}
@media(max-width:767px) {
    .slider {
        padding-top: 30px
    }
}
.slider .carousel-indicators {
    right: 0;
    left: 0;
    text-align: center;
    bottom: -39px;
    margin: auto;
    z-index: 1;
}
.slider .carousel-indicators li {
    width: 80px;
    height: 4px;
    background-color: #ccc;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: none
}
.slider .carousel-inner {
    width: 101%
}
.slider .carousel-inner img {
    width: 100%;
    height: 306px;
    margin: auto;
}
@media (max-width:767px) {
    .slider .carousel-inner img {
        width: 100%;
        height: 230px;
    }
}
.slider .carousel-indicators li.active {
    color: #222;
    background-color: #1a3c5a;
    border: none;
}
.sidenav .panel-title>a {
    background: transparent;
    ;
    border-bottom: 1px solid #ddd;
    text-align: right;
}
.sidenav .panel-default>.panel-heading,
.panel-default {
    background: transparent;
    padding: 0;
    text-align: center;
    border: 0;
    box-shadow: none;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
    color: #ccc;
    background: #24557f;
    padding: 8px;
}
.panel-group {
    margin-bottom: 0;
}
.sidenav .panel-title>a i {
    float: left;
    font-size: 17px;
    margin-top: -2px;
}
.list-panel {}
.list-panel li {
    padding-bottom: 4px;
}
.list-panel li a {
    text-align: right;
    padding: 4px;
}

/*end slider*/


/*start top-sales*/

.top-sales {
    padding: 40px 0;
    overflow: hidden
}
.top-sales h1 {
    font-weight: 600;
    margin-bottom: 50px;
    color: #F38A00;
    font-size: 30px;
    margin-top: 0
}
.top-sales h1:after {
    content: "";
    background-color: #ccc;
    width: 60px;
    height: 3px;
    margin: 20px auto;
    display: block
}
.top-sales .sale {
    padding: 30px 10px;
    margin-left: 3%;
    width: 17.5%;
}
.top-sales .sale:last-child {
    margin-left: 0
}
.top-sales .sale .new {
    background-color: #477cb0;
    color: #fff;
    width: 70px;
    text-indent: 10px;
    padding: 5px;
    margin-right: 4px;
    position: relative
}
.top-sales .sale .new:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-width: 15px;
    border-color: transparent transparent transparent #fff;
    right: 40px;
    z-index: 100;
    bottom: 0px
}
.top-sales .sale img {
    margin-bottom: 10px;
    height: 145px;
    width: 83px;
    cursor: pointer
}
.top-sales .sale h5 {
    color: #222;
    font-size: 18px;
    font-weight: 600
}
.top-sales .sale p,
.stars {
    font-size: 16px
}
.top-sales .sale .stars {
    text-align: left;
    color: #fc9605;
    cursor: pointer
}
.top-sales .sale .price span {
    color: #1a3c5a;
    font-weight: 600;
    font-size: 16px;
}
.top-sales .carousel-indicators {
    width: 100%;
    right: 1px;
    margin-right: 0;
    margin-bottom: -50px;
    z-index: 500
}
.top-sales .carousel-control.right {
    left: -90px;
}
.top-sales .carousel-control.left {
    right: -90px
}
.top-sales .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    color: #1a3c5a
}
.top-sales .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    color: #1a3c5a
}
.top-sales .carousel-indicators li {
    width: 80px;
    height: 4px;
    background-color: #ccc;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: none
}
.top-sales .carousel-indicators li.active {
    color: #222;
    background-color: #1a3c5a;
    border: none;
}

/*end top-sales*/


/*start most-sales*/

.most-sales {
    padding: 20px 0;
    padding-bottom: 80px;
    overflow: hidden
}
.most-sales h1 {
    font-weight: 600;
    margin-bottom: 50px;
    color: #F38A00;
    font-size: 30px;
    margin-top: 0
}
.most-sales h1:after {
    content: "";
    background-color: #ccc;
    width: 60px;
    height: 3px;
    margin: 20px auto;
    display: block
}
.most-sales .sale {
    padding: 30px 10px;
    margin-left: 3%;
    width: 17.5%;
}
.most-sales .sale:last-child {
    margin-left: 0
}
.most-sales .sale .new {
    background-color: #477cb0;
    color: #fff;
    width: 70px;
    text-indent: 10px;
    padding: 5px;
    margin-right: 4px;
    position: relative
}
.most-sales .sale .new:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-width: 15px;
    border-color: transparent transparent transparent #fff;
    right: 40px;
    z-index: 100;
    bottom: 0px
}
.most-sales .sale img {
    margin-bottom: 10px;
    height: 125px;
    width: 83px;
    cursor: pointer
}
.most-sales .sale h5 {
    color: #222;
    font-size: 18px;
    font-weight: 600
}
.most-sales .sale p,
.stars {
    font-size: 16px
}
.most-sales .sale .stars {
    text-align: left;
    color: #fc9605;
    cursor: pointer
}
.most-sales .sale .price span {
    color: #1a3c5a;
    font-weight: 600;
    font-size: 16px;
}
.most-sales .carousel-indicators {
    width: 100%;
    right: 1px;
    margin-right: 0;
    margin-bottom: -50px;
    z-index: 500
}
.most-sales .carousel-indicators li {
    width: 80px;
    height: 4px;
    background-color: #565656;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: none
}
.most-sales .carousel-indicators li.active {
    color: #222;
    background-color: #1a3c5a;
    border: none;
}
.most-sales .carousel-control.right {
    left: -90px;
}
.most-sales .carousel-control.left {
    right: -90px
}
.most-sales .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    color: #1a3c5a
}
.most-sales .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    color: #1a3c5a
}

/*end most-sales*/


/*start live sales*/

.live-sales {
    background-color: #497cb2;
    padding: 30px 0
}
.live-sales h4 {
    margin-bottom: 30px;
    margin-top: 0px;
    font-weight: 600;
    color: #fff
}
.live-sales h4:after {
    content: "";
    background-color: #fff;
    width: 320px;
    height: 3px;
    margin: 20px 0;
    display: block
}
@media(max-width:767px) {
    .live-sales h4:after {
        content: "";
        background-color: #fff;
        width: 270px;
        height: 3px;
        margin: 20px 0;
        display: block
    }
}
.live-sales .box-sale {
    border: 1px solid #ccc;
    padding: 15px 10px;
    background-color: #fff;
    text-align: center
}
.live-sales .sale:last-child {
    margin-left: 0
}
.live-sales .box-sale img {
    margin-bottom: 10px;
    height: 80px;
    width: 80px;
    cursor: pointer
}
.live-sales .box-sale h5 {
    color: #222;
    font-size: 14px;
    font-weight: 600
}
.live-sales .box-sale p,
.stars {
    color: #707171;
    font-size: 12px
}
.live-sales .box-sale .stars {
    color: #fc9605;
    cursor: pointer
}
.live-sales .box-sale .price span {
    color: #1a3c5a;
    font-weight: 600;
    font-size: 16px;
}

/*end live sales*/


/*start suggestion*/

.suggestion {
    padding: 20px 0;
    background-color: #1a3c5a;
    color: #fff;
}
.suggestion .cell a {
    text-decoration: none;
    color: #fff;
    position: relative
}
.suggestion .cell img {
    width: 170px;
    height: 140px;
    border-radius: 10px;
    margin-top: 10px
}
@media (max-width:766px) {
    .suggestion .cell img {
        width: 230px;
        height: 160px;
        border-radius: 10px;
        margin-top: 10px
    }
}
.suggestion .cell img:hover {
    opacity: 0.8
}
.suggestion .cell h4 {
    font-weight: 600;
}
.suggestion .cell h4:hover {
    color: #e7d2d2
}

/*end suggestion*/


/*start footer*/

.footer {
    padding: 20px 0;
    background-color: #F5F6F4
}

/*start footer-links*/

.footer .footer-links .ul-link h3 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 20px
}
.footer .footer-links .ul-link li {
    padding: 5px 10px
}
.footer .footer-links .ul-link li>a {
    color: #999;
    font-size: 15px
}
.footer .footer-links .ul-link img {
    width: 100%;
    cursor: pointer
}
.footer .footer-links .ul-link .store {
    margin-top: 17px
}
.footer .footer-links .ul-link.side-border {
    border-right: 1px solid #dbdad9;
    border-left: 1px solid #dbdad9;
    padding-right: 15px;
    padding-left: 15px
}
.footer .footer-links .ul-link .social a {
    color: #888;
    margin-left: 10px;
    font-weight: 600;
    font-size: 22px
}
.footer .footer-links .ul-link .social .fa-facebook {
    color: #3b5998
}
.footer .footer-links .ul-link .social .fa-twitter {
    color: #1da1f2
}
.footer .footer-links .ul-link .social .fa-google-plus {
    color: #dd4b39
}
.footer .footer-links .ul-link .social .fa-youtube-play {
    color: #cd201f
}
.footer .footer-links .ul-link .social .fa-instagram {
    color: #c13584
}
.footer .footer-links .ul-link .question {
    margin-top: 10px;
    border-top: 1px solid #dbdad9;
    padding-top: 10px;
    padding-bottom: 20px
}
.footer .footer-links .ul-link .question p {
    color: #999
}
.footer .footer-links .ul-link .question a {
    color: #1a3c5a
}

/*end footer-links*/


/*start last-footer*/

.footer .last-footer {
    padding: 40px 0;
    border-top: 1px solid #dbdad9;
    padding-bottom: 10px
}
.footer .last-footer p {
    font-size: 15px;
    line-height: 1.6;
    color: #777
}

/*end last-footer*/


/*end footer*/


/*-----------------------------------------------------------------------------------*/


/*start single-product*/

.describe {
    border: 1px solid #ccc;
    padding: 0;
    padding-bottom: 20px;
    margin-bottom: 30px
}
.describe h4 {
    background-color: #F7F7F7;
    margin: 0;
    padding: 10px
}
.describe h5 {
    font-weight: 600;
    margin-bottom: 20px;
    /*    margin-top: 30px;*/
    font-size: 18px;
    color: #1a3c5a
}
.describe p {
    line-height: 1.7;
    color: #888
}
.describe p>span {
    color: #000;
    font-weight: 600
}
.describe ul {
    list-style: unset
}
.describe ul li {
    margin: 10px 0
}
.describe a {
    font-weight: 600
}
.proudcut-details {
    padding: 40px 0;
}
.proudcut-details img {
    width: 100%
}
.proudcut-details h4 {
    font-weight: 600
}
.proudcut-details .stars {
    color: #fc9605;
    cursor: pointer;
    margin-top: 10px;
    font-size: 18px;
    padding-right: 0;
    margin-bottom: 10px
}
.proudcut-details .product-status {
    padding: 2px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc
}
.proudcut-details .product-status h5 {
    color: #1a3c5a;
    font-weight: 900;
    font-size: 16px
}
.proudcut-details .flavor img {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    outline: 1px solid#1a3c5a;
    padding: 1px;
}
.proudcut-details .flavor h5 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 14px
}
.proudcut-details .flavor .flavor-cell {
    margin-left: 10px;
    cursor: pointer
}
.proudcut-details .product-date {
    padding: 10px 0;
    border-top: 1px solid #ccc;
    margin-top: 20px
}
.proudcut-details .product-date ul li {
    margin: 5px 0;
    color: #555
}
.proudcut-details .cart-details {
    background-color: #F7F7F7;
    padding: 10px
}
.proudcut-details .cart-details ul {
    margin: 20px 0
}
.proudcut-details .cart-details ul li {
    margin: 10px 0;
    font-size: 18px
}
.proudcut-details .cart-details ul li p {
    font-weight: 600
}
.proudcut-details .cart-details ul li p>span {
    font-weight: 400
}
.proudcut-details .cart-details a.fa-info-circle {
    padding: 3px;
    background-color: transparent;
    color: #1a3c5a;
    margin-right: 90px;
    font-size: 16px;
    word-spacing: 2px
}
.proudcut-details .cart-details button {
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    border-radius: 10px;
    border: none;
    background-color: #F38A00;
    color: #fff
}
.proudcut-details .cart-details button.fav {
    background-color: #888
}
.proudcut-details .offer-package {
    text-align: center;
}
.proudcut-details .offer {
    padding: 30px 15px
}
.proudcut-details .offer .offer-package h3 {
    font-weight: 600;
    margin-top: 5px;
    background-color: #d5e4ec;
    border-radius: 50px;
    padding: 10px 0
}
.proudcut-details .offer .offer-package .offer-img {
    padding: 30px 0
}
.proudcut-details .offer .offer-package .offer-img img {
    width: 100px;
    height: 100px;
    display: inline-block
}
.proudcut-details .offer .offer-package .offer-img span {
    font-size: 45px;
    font-weight: 900;
    padding: 10px;
    color: #1a3c5a;
}
.proudcut-details .offer .offer-price {
    color: #1a3c5a;
}
.proudcut-details .offer .offer-price p {
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding: 15px 0
}
.proudcut-details .offer .offer-price span {
    color: #222;
    font-weight: 400
}
.proudcut-details .offer .offer-price li {
    margin: 10px 0
}
.proudcut-details .offer .offer-price h4 {
    margin-top: 30px;
    margin-bottom: 20px
}
.proudcut-details .offer .offer-price button {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 2px solid #F38A00;
    background-color: #F38A00;
    color: #fff;
    transition: all 0.5s ease-in-out
}
.proudcut-details .offer .offer-price button:hover {
    background-color: #fff;
    color: #F38A00;
    ;
    border-color: #F38A00
}
.proudcut-details .reviews {
    border: 1px solid #ccc;
    padding: 0
}
.proudcut-details .reviews h4 {
    background-color: #F7F7F7;
    margin: 0;
    padding: 10px
}
.proudcut-details .product-process {
    padding: 20px
}
.proudcut-details .product-process h5 {
    font-size: 20px;
    font-weight: 600
}
.proudcut-details .product-process .stars span {
    color: #222;
}
.proudcut-details .product-process .progress-bar {
    background-color: #1a3c5a
}
.proudcut-details .product-process .progress {
    margin-top: 20px
}
.proudcut-details .good-reviews {
    padding: 10px;
    background-color: #f7f7f7;
    margin-top: 25px
}
.proudcut-details .good-reviews h5 {
    font-weight: 600;
    font-size: 20px
}
.proudcut-details .good-reviews h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 900;
    color: #000
}
.proudcut-details .good-reviews span {
    color: #999;
    font-size: 16px;
}
.proudcut-details .good-reviews p {
    font-size: 18px;
    margin-top: 5px
}
.proudcut-details .bad-reviews {
    padding: 10px;
    background-color: #f7f7f7;
    margin-top: 25px;
    margin-left: 15px
}
.proudcut-details .bad-reviews h5 {
    font-weight: 600;
    font-size: 20px
}
.proudcut-details .bad-reviews h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 900;
    color: #000
}
.proudcut-details .bad-reviews span {
    color: #999;
    font-size: 16px;
}
.proudcut-details .bad-reviews p {
    font-size: 18px;
    margin-top: 5px
}
.proudcut-details .comment {
    margin: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #ccc
}
.proudcut-details .comment:last-child {
    border: none
}
.proudcut-details .comment h5 {
    font-size: 20px;
    color: #000;
    font-weight: 600
}
.proudcut-details .comment span {
    color: #888;
    margin-right: 15px
}
.proudcut-details .comment span i {
    color: #35a0e0
}
.proudcut-details .comment p {
    margin-top: 10px;
    font-size: 18px
}
.proudcut-details .comment .share {
    margin-top: 12px
}
.proudcut-details .comment .share a {
    padding: 0px 8px;
    color: #444;
    text-decoration: none;
    border-left: 1px solid #ccc
}
.proudcut-details .comment .share a:hover {
    color: #000
}
.proudcut-details .comment .share a:last-child {
    border: none
}
.proudcut-details .comment .share span {
    color: #F38A00;
    font-weight: 600;
    cursor: pointer
}
.proudcut-details .comment .share span a {
    color: #F38A00;
}
.proudcut-details .comment .share span a:hover {
    color: unset
}
.proudcut-details .comment .share button {
    padding: 5px 15px;
    background-color: transparent;
    color: #F38A00;
    border: 2px solid #F38A00;
    margin-left: 20px;
    transition: all 0.3s ease-in-out;
    border-radius: 5px
}
.proudcut-details .comment .share button:hover {
    background-color: #F38A00;
    color: #fff;
}

/*end single-product*/


/*start sign in*/

.sign-in-forma {
    padding: 40px 20px;
    border: solid 1px #c6c6c6;
    box-shadow: 0 0 10px #d3d3d3;
    border-radius: 10px;
    margin: 60px 0
}
.sign-in-forma h3 {
    font-weight: 600;
    color: #1a3c5a;
    margin-top: 0;
    margin-bottom: 40px;
}
.sign-in-forma input {
    margin-bottom: 30px;
    border: 1px solid #c6c6c6;
    padding: 10px 5px;
    outline-color: #f38a00
}
.sign-in-forma a {
    text-decoration: none;
}
.sign-in-forma button {
    padding: 10px 5px;
    margin-top: 20px;
    color: #fff;
    background-color: #f38a00;
    border: 1px solid #f38a00;
    font-size: 16px;
    font-weight: 600
}
.sign-in-forma h4 {
    font-weight: 600;
    margin-top: 30px
}
.sign-in-forma h4:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #c6c6c6;
    margin-top: 12px;
    margin-right: -55px
}
.sign-in-forma h4:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #c6c6c6;
    margin-top: 12px;
    margin-right: 5px
}
.sign-in-forma button.sign-up-btn {
    background-color: #1a3c5a;
    margin-top: 30px;
    border: 1px solid #1a3c5a
}

/*end sign in */


/*start cart*/

.cart-box {
    margin: 60px 0
}
.cart-box .c-img {
    width: 12%
}
.cart-box .c-price {
    width: 15.4%;
    color: #1a3c5a;
    font-weight: 600;
    font-size: 20px
}
.cart-box .c-qty {
    width: 2%
}
.c-remove .c-remove {
    width: 4%
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
}
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}
.cart-box th {
    background-color: #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600
}
.cart-box img {
    width: 150px;
    height: 150px
}
.cart-box a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #222
}
.cart-box button {
    background-color: #f38a00;
    color: #fff;
    padding: 8px 20px;
    border: 1px solid #f38a00;
    margin-left: 20px;
    margin-top: 20px
}

/*end cart*/


/*start drop-cart*/

.drop-cart {
    display: none;
    width: 400px;
    -moz-box-shadow: 0px 2px 15px #ccc;
    -o-box-shadow: 0px 2px 15px #ccc;
    box-shadow: 0px 2px 15px #ccc;
    position: absolute;
    top: 40px;
    left: -91px;
    z-index: 2000;
    background-color: #fff;
    padding-bottom: 10px
}
.drop-cart .p-top {
    padding: 14px 5px;
    background-color: #f38a00;
    color: #fff;
    font-weight: 600;
}
.drop-cart .p-top i {
    margin-left: 5px
}
.drop-cart img {
    width: 100%;
    height: 114px;
}
.drop-cart h5 {
    font-weight: 600;
    padding-left: 10px;
    font-size: 18px;
    margin-top: 0
}
.drop-cart span {
    display: block;
    color: #888;
    margin: 10px 0;
    font-weight: 600
}
.drop-cart .total-cost {
    padding: 5px 21px;
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    margin-bottom: 10px
}
.drop-cart .total-cost p {
    font-size: 18px;
    display: inline-block
}
.drop-cart .total-cost p span {
    color: #222;
    font-weight: 600;
    font-size: 20px;
    display: inline-block
}
.drop-cart .total-cost button {
    float: left;
    background-color: #f38a00;
    padding: 8px 25px;
    border: none;
    color: #fff;
    margin-top: 7px;
    font-weight: 600
}
.drop-cart .cust-sales img {
    width: 90px;
    height: 100px
}
.drop-cart .cust-sales span {
    font-size: 20px;
    color: #222;
    font-weight: 600
}

/* drop-cart
 Dropdown Button 
.dropbtn {
    background-color: transparent;
    color: white;
    ! padding: 16px; 
    font-size: 16px;
    border: none;
    cursor: pointer;
}

 The container <div> - needed to position the dropdown content 
.dropdown {
    position: relative;
    display: inline-block;
}

 Dropdown Content (Hidden by Default) 
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-duration: .5s;
}

 Links inside the dropdown 
.dropdown-content a {
    ! color: black; 
    ! padding: 12px 16px; 
    ! text-decoration: none; 
    ! display: block; 
}

 Change color of dropdown links on hover 
.dropdown-content a:hover {! background-color: #f1f1f1 }

 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;
} */

.cust-sales h5 {
    margin-right: 25px;
}
.cart {
    position: relative;
}
.header .fixed-navbar .cart img {
    /*! height: 45px; */
    /*! width: 45px; */
}
.header .fixed-navbar .cart .badge {
    bottom: 37px;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@media(max-width:767px) {
    .top-sales .carousel-indicators {
        margin-bottom: -40px
    }
    .slider .carousel-inner {
        width: 103%;
        margin-top: 10px
    }
    .slider .carousel-indicators {
        margin-bottom: 8px;
    }
    .slider .carousel-indicators li {
        width: 50px;
    }
    #main {
        transition: margin-right .5s;
        padding-top: 36px;
    }
    .most-sales .carousel-indicators {
        margin-bottom: -40px
    }
    .footer .last-footer p {
        font-size: 16px;
        line-height: 1.6;
        color: #777;
        padding: 10px
    }
    .footer .footer-links .ul-link .question {
        margin-top: 20px;
        border-top: none;
        padding-top: 10px;
        padding-bottom: 20px
    }
}
@media (max-width: 991px) {
    .live-sales .box-sale {
        margin-bottom: 30px
    }
}
@media (max-width: 991px) {
    .most-sales .sale .new:after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        display: block;
        border-style: solid;
        border-width: 15px;
        border-color: transparent transparent transparent #fff;
        right: 41px;
        z-index: 100;
        bottom: 0px
    }
}
@media (max-width: 991px) {
    .most-sales .sale {
        width: 96%;
        margin-bottom: 30px
    }
}
@media (max-width: 991px) {
    .top-sales .sale .new:after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        display: block;
        border-style: solid;
        border-width: 15px;
        border-color: transparent transparent transparent #fff;
        right: 41px;
        z-index: 100;
        bottom: 0px
    }
}
@media (max-width: 991px) {
    .top-sales .sale {
        width: 96%;
        margin-bottom: 30px
    }
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
