@import url("icons.css");
/*===================================*/
/*  Fonts                            */
/*===================================*/
/* ng4asans-regular */
@font-face {
    font-family: "JF-Flat-regular";
    src: url('../fonts/Jf-flat/JF-Flat-regular.eot');
    src: url('../fonts/Jf-flat/JF-Flat-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Jf-flat/JF-Flat-regular.woff') format('woff'),
    url('../fonts/Jf-flat/JF-Flat-regular.ttf') format('truetype'),
    url('../fonts/Jf-flat/JF-Flat-regular.svg#JF-Flat-regular') format('svg');
}

@font-face {
    font-family: "GESST";
    src: url('../fonts/ng4asans-medium.eot');
    src: url('../fonts/ng4asans-medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ng4asans-medium.woff') format('woff'),
    url('../fonts/ng4asans-medium.ttf') format('truetype'),
    url('../fonts/ng4asans-medium.svg#ng4asans-medium') format('svg');
}

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

@font-face {
    font-family: "Luma-SemiBold";
    src: url('../fonts/Luma-SemiBold/Luma-SemiBold.eot');
    src: url('../fonts/Luma-SemiBold/Luma-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Luma-SemiBold/Luma-SemiBold.woff') format('woff'),
    url('../fonts/Luma-SemiBold/Luma-SemiBold.ttf') format('truetype'),
    url('../fonts/Luma-SemiBold/Luma-SemiBold.svg#Luma-SemiBold') format('svg');
}

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

/* ==========================================================================
  General Tags
   ========================================================================== */
body {
    overflow-x: hidden;
    font-family: 'JF-Flat-regular', 'serif';
    font-size: 16px;
    line-height: 1.5;
    background-color: #fff;
    color: #777;
}

a.text-success {
    color: #00971d !important;
    font-size: 18px;
    font-weight: 500;
}

a.text-success:hover {
    color: navy !important;
}

img {
    max-width: 100%; /* used to Achieve responsive images */
}

a {
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'JF-Flat-regular', 'serif';
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

/* =============================================================================
   Links
   ========================================================================== */

/*
 * Addresses outline displayed oddly in Chrome
 * And text-decoration none for all browsers
 */

a:focus {
    outline: 0;
    text-decoration: none;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 */

a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}

/* =============================================================================
   General Classes
   ========================================================================== */

.form-control:focus {
    /*border-color: #FABC1A;*/
    /*outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(250,188,26,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(250,188,26,.6);*/
    box-shadow: none;
    border: none;
}

.relative {
    position: relative;
}

.inline-block {
    display: inline-block;
}

.block {
    display: block;
    width: 100%;
}

.btn-lg {
    padding: 20px 50px;
}

.btn-md {
    padding: 15px 35px;
    background-color: #16E529;
    color: #fff;
}

.btn-link {
    color: #fff;
    background: #186CC2;
    border-radius: 4px;
}

.btn-link:hover {
    color: #fff;
    background-image: linear-gradient(to right, #fbc209, #f9a500, #f68700, #f06700, #e74304);
    opacity: 0.8;
    text-decoration: none;
}

/*.btn-default {*/
/*background: #2980B9;*/
/*border-radius: 3px;*/
/*border: none;*/
/*color: #fff;*/
/*}*/

.bg-white {
    padding: 20px;
    border: 1px solid #f3f3f3;
    -webkit-box-shadow: 4px 9px 35px -1px rgba(59, 59, 59, 0.64);
    -moz-box-shadow: 4px 9px 35px -1px rgba(59, 59, 59, 0.64);
    box-shadow: 0px 0px 15px 0px rgba(59, 59, 59, 0.2);
    padding-bottom: 10px !important;
}

.btn-default:hover {
    /*background: #2980B9;*/
    color: #fff;
    transition: 0.4s;
}

.font-bold {
    font-weight: bold;
}

.bg-black {
    background-color: #000;
    color: #fff;
    padding: 20px 5px;
}

.btn-primary {
    background: #2980B9;
    color: #fff;
    border-radius: 4px;
}

.btn-primary, .btn-primary:active:hover, .btn-primary:focus, .btn-primary:focus {
    /*background-image: linear-gradient(to bottom, #00a90e, #00a01c, #009625, #008d2b, #00842f) !important;*/
    color: #fff;
}

.btn-primary:hover {
    color: #fff;
    /* background-image: linear-gradient(to right, #fbc209, #f9a500, #f68700, #f06700, #e74304); */
    border-color: #3E709B;
    opacity: 0.9;
}

.color {
    color: #cdaa12;
}

::-webkit-input-placeholder {
}

:-moz-placeholder { /* Firefox 18- */
}

::-moz-placeholder {
}

:-ms-input-placeholder {
}

.color-gold {
    color: #CDAA12;
}

.color-black {
    color: #000;
}

.form-control {
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #f3f3f3;
    margin-bottom: 10px;
    height: 45px;
    padding: 10px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 0;
}



.form-control:focus {
    color: #495057;
    background-color: #fff !important;
    border-color: #495057 !important;
    outline: 0;
    box-shadow: 0px 0px 10px 0.2rem rgba(0, 0, 0, 0.09) !important;
}

/*----------------------------------------------------------
  start header
-----------------------------------------------------------*/
.top--header {
    padding-top: 10px;
    background-color: #000;
    color: #fff;
}

.head-social-list {
    display: inline-flex;
    /* float: left; */
}

.head-social-list li {
    padding-left: 10px;
}

.head-social-list a img {
    height: 30px;
}

.tob-head-img {
    height: 30px;
}

.header {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-logo {
    height: 170px;
}

.header--navbar {
    background-color: transparent;
    border: none;
    padding-top: 25px;
}

.header--navbar .navbar-nav > li > a {
    color: #000;
    font-weight: bold;
}

.header--navbar .navbar-nav > li > a:hover {

    color: #CDAA12;
}

.sub-head-menu li {
    padding-top: 10px;
}

.sub-head-menu > li > a:hover, .dropdown-menu > li > a:focus {
    padding: 5px;
    background-color: rgba(205, 170, 18, 0.2);
}

.header-register-list {
    display: inline-flex;
    padding-top: 35px;
}

.header-register-list li a {
    color: #000;
    font-weight: bold;
}

.header-register-list li {
    padding-left: 10px;
}

.search--input {
    /* width: 500px !important; */
}

.btn--search {
    /* float: left; */
    /* width: 180px; */
    background-color: #CDAA12;
    color: #fff;
    border-color: #CDAA12;
    height: 43px;
    border-radius: 0;
    margin-right: -2px;
}

.btn--search:hover {
    color: #FFF;
    background: #cdaa12;
}

/*----------------------------------------------------------
  start footer
-----------------------------------------------------------*/

.top-footer {
    background-color: #efefef;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
}

.identify-text {
    padding-top: 0;
    padding-bottom: 0px;
    margin-top: 6px;
    /* border-left: 1px solid; */
    /* padding-left: 80px; */
}

.top-footer ul {
    padding-top: 10px;
    padding-bottom: 20px;
}

.top-footer ul li {
    padding: 5px;
    margin-top: 10px;
}

.top-footer ul li a {
    color: #000;
}

.footer-img {
    height: 200px;
}

.mid-foot {
    padding-top: 10px;
    background-color: #000;
    color: #fff;
}

.nd-head-img {
    height: 20px;
}

.bottom-footer {
    background-color: #fff;
    color: #777;
}

.site-copyright {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

/*----------------------------------------------------------
  start index page
-----------------------------------------------------------*/

.main-slider .carousel-inner img {
    height: 415px;
}

.special-products {
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-content {
    padding: 10px;
    margin-bottom: 15px;
    color: #000;
}

.product-content:hover, .product-content:focus {
    box-shadow: 0 0 11px rgba(33, 33, 33, .5);
}

/*.product-content img {*/
/*height: 350px;*/
/*!*width: fit-content;*!*/
/*}*/

.icon-star-5 {
    font-size: 22px;
    color: gold;
}

.stare-rate__starts {
    margin-bottom: 22px;
}

.stare-rate__starts .glyphicon {
    /* font-size: 30px; */
    text-shadow: 1px 1px 1px #555353;
}

.rating_now__starts .glyphicon {
    font-size: 30px;

}

.rating_now__starts .glyphicon-star:before {
    color: #FFD300;
}

.stare-rate__starts .glyphicon-star-empty {
    font-size: 28px;
}

.stare-rate {
    padding-top: 30px;
    padding-bottom: 30px;
}

.stare-rate__starts .rating-symbol .glyphicon-star:before {
    font-size: 26px;
    display: inline-block;
    color: #FFD300;
}

.rating-symbol {
    color: gold;
}

.stare-rate__resault {
    font-size: 20px;
}

.glyphicon {
    /* font-size: 22px; */
}

.progress .icon {
    display: inline-block;
}

.star_progress_digree {
    padding-left: 0;
}

.star_progress_digree > .glyphicon-star {
    font-size: 16px;
    margin-left: 1px;
}

.star_progress_digree > .glyphicon-star:before {
    color: #191919;
}

.rating_now h4 {
    margin-top: 30px;
    margin-bottom: 50px;
    line-height: 1.8;
}

.rating_now__starts {
    margin-bottom: 20px;
}

.min-height {
    min-height: 250px;
}

.rating_now {
    overflow: hidden;
    padding: 20px;
}

.index-panner {
    margin-top: 10px;
    margin-bottom: 10px;
}

.index-panner img {
    height: 260px;
    width: 100%;
}

.register-container {
    color: #000;
    margin-bottom: 25px;
}

.register-form {
    margin-top: 30px;
}

.register-ol li {
    padding: 10px;
}

.breadcrumb li a {
    color: #CDAA12;
}

.breadcrumb .active {
    color: #000;
    font-weight: bold;
}

.fill {
    height: 3px;
    width: 100%;
    background-color: #CDAA12;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.easy-basket-filter-info {
    margin-top: 20px;
}

.easy-basket-filter-info p {
    color: #fff;
    padding: 2px 6px;
    background-color: #CDAA12;
    border-radius: 4px;
    margin: 0;
}

.easy-basket-filter-info .iLower {
    display: inline-block;
}

.easy-basket-filter-info .iUpper {
    float: left;
    display: inline-block;
}

.easy-basket-filter-info input {
    width: inherit;
    border: none;
    color: #fff;
    font: 11px Open Sans;
    background-color: #CDAA12;
    width: 30px;
    text-align: center;
}

/***** Position dual *****/
.range {
    position: absolute;
    left: 0;
    top: 0;
}

/****** Style range ******/
input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 0;
    background: transparent;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    cursor: pointer;
    position: relative;
    z-index: 3;
}

input[type=range]:focus, input[type=text]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border: 5px solid #f1f1f1;
    box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    background: #CDAA12;
    cursor: pointer;
    margin-top: -9px;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: #CDAA12;
    border-radius: 5px;
}

input[type=range].lower::-webkit-slider-runnable-track {
    background: red;
}

fieldset.group {
    margin: 0;
    padding: 0;
    margin-bottom: 1.25em;
    padding: .125em;
    border-style: none;
}

fieldset.group legend {
    margin: 0;
    padding: 0;
    font-weight: bold;
    margin-right: 20px;
    font-size: 100%;
    color: black;
}

.group ul.checkbox {
    padding: 0;
    list-style: none;
}

.group .form-group .checkbox li input {
    margin-left: .25em;
}

.group .checkbox .form-group {
    border: 1px transparent solid;
}

.group .form-group .checkbox label {
    margin-right: 20px;
}

.category-content {
    padding-bottom: 15px;
}

.category-more {
    background-color: #CDAA12;
    color: #fff;
    border-color: #CDAA12;
    border-radius: 1px;
    padding: 20px 40px;
    margin-top: 15px;
}

.search-category {
    width: 100%;
    background-color: #CDAA10;
    border-color: #CDAA10;
    padding: 10px;
}

.category-search-form {
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.category-search-form label {
    font-weight: normal;
}

.category-filter .col-md-12 {
    color: #000;
    margin-bottom: 15px;
}

.category-filter hr {
    border-top: 1px solid #ccc;
}

.cat-number {
    color: #777;
    float: left;
}

.page-guide {
    margin-bottom: 25px;
    color: #000;
    font-weight: bold;
}

.orange-ticket {
    background-image: linear-gradient(to right top, #ff6d08, #ff7c00, #ff8b00, #ff9900, #fea600);
    border-radius: 6px;
    padding: 40px;
    text-align: center;
    margin: 20px;
    color: #fff;
}

.red-ticket {
    background-image: linear-gradient(to right top, #bb1f25, #cc1a20, #dd131a, #ee0a11, #fe0000);
    border-radius: 6px;
    padding: 40px;
    text-align: center;
    margin: 20px;
    color: #fff;
}

.blue-ticket {
    background-image: linear-gradient(to right top, #0d68d5, #007adf, #008be7, #009ced, #05acf2);
    border-radius: 6px;
    padding: 40px;
    text-align: center;
    margin: 20px;
    color: #fff;
}

.calendar-input label {
    padding: 10px;
}

.registers-form {
    padding: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.registers-search {
    padding: 10px;
    color: #fff;
    background-image: linear-gradient(to right top, #079014, #0d9a14, #12a413, #18ae12, #1eb811);
    border-color: transparent;
}

.registers-search:hover {
    opacity: 0.8;
}

.registers-info h3 {
    color: black;
    margin-bottom: 25px;
    font-weight: bold;
}

table {
    color: #000;
}

table th {
    text-align: center;
}

.details-table td {
    padding: 15px !important;
}

table .demo-icon {
    float: right;
}

.carousel-inner.vertical {
    height: 100%; /*Note: set specific height here if not, there will be some issues with IE browser*/
}

.carousel-inner.vertical > .item {
    -webkit-transition: .6s ease-in-out top;
    -o-transition: .6s ease-in-out top;
    transition: .6s ease-in-out top;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner.vertical > .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: 1000;
        perspective: 1000;
    }

    .carousel-inner.vertical > .item.next,
    .carousel-inner.vertical > .item.active.right {
        -webkit-transform: translate3d(0, 33.33%, 0);
        transform: translate3d(0, 33.33%, 0);
        top: 0;
    }

    .carousel-inner.vertical > .item.prev,
    .carousel-inner.vertical > .item.active.left {
        -webkit-transform: translate3d(0, -33.33%, 0);
        transform: translate3d(0, -33.33%, 0);
        top: 0;
    }

    .carousel-inner.vertical > .item.next.left,
    .carousel-inner.vertical > .item.prev.right,
    .carousel-inner.vertical > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        top: 0;
    }
    
}

.carousel-inner.vertical > .active {
    top: 0;
}

.carousel-inner.vertical > .next,
.carousel-inner.vertical > .prev {
    top: 0;
    height: 100%;
    width: auto;
}

.carousel-inner.vertical > .next {
    left: 0;
    top: 33.33%;
    right: 0;
}

.carousel-inner.vertical > .prev {
    left: 0;
    top: -33.33%;
    right: 0;
}

.carousel-inner.vertical > .next.left,
.carousel-inner.vertical > .prev.right {
    top: 0;
}

.carousel-inner.vertical > .active.left {
    left: 0;
    top: -33.33%;
    right: 0;
}

.carousel-inner.vertical > .active.right {
    left: 0;
    top: 33.33%;
    right: 0;
}

#carousel-pager .carousel-control.left {
    bottom: initial;
    width: 100%;
}

#carousel-pager .carousel-control.right {
    top: initial;
    width: 100%;
}

#myCarouselProducts .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    text-shadow: none;
}

#myCarouselProducts .carousel-inner .item img {
    margin: 0 auto;
    height: 350px;
}

#myCarouselProducts .list-group {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 0;
    padding-left: 0;
    margin-top: 20px;
    display: inline-flex;
    margin-bottom: 20px;
    /* border-right: 1px solid #ccc; */
    width: 100%;
}

#myCarouselProducts .list-group-item {
    border-radius: 0px;
    cursor: pointer;
    border: none;
    text-align: center;
    padding-bottom: 33px;
    margin-bottom: 2px;
    margin-left: 7px;
    margin-right: 7px;
}

#myCarouselProducts .list-group .active {
    background-color: transparent;
}

#myCarouselProducts {
    margin-top: 0;
}

#myCarouselProducts .item {
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 992px) {
    #myCarouselProducts {
        padding-bottom: 135px;
        border: 1px solid #ccc;
    }

    #myCarouselProducts .carousel-controls {
        display: none;
    }
    
}

@media (max-width: 991px) {
    .carousel-caption p,
    #myCarouselProducts .list-group {
        display: none;
    }
    
}

#myCarouselProducts .list-group-item img {
    height: 92px;
}

.product-name h3 {
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
}

.product-description-info {
    color: #000;
}

.whatsapp-panner {
    display: inline-block;
    padding: 5px 15px 5px 10px;
    border-radius: 35px;
    background-image: linear-gradient(to right top, #009f0f, #00a90e, #01b30e, #03be0c, #05c80a);
    color: #fff;
}

.whatsapp-panner img {
    height: 35px;
}

.product-price {
    font-weight: bold;
    font-size: 16px;
}

.old-rates {
    margin-bottom: 15px;
}

.rate-head {
    color: #d43f3a;
    font-weight: bold;
    width: 14%;
    border-bottom: 1px solid #d43f3a;
    padding-bottom: 8px;
}

.rate-body {
    color: #000;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;

    /*font-weight: bold;*/
}

.rater-name {
    color: #d43f3a;
}

.rate-date {
    color: #d43f3a;
}

.new-rate-body {
    color: #000;
    /* border-bottom: 1px solid #ccc; */
    padding-top: 10px;
    padding-bottom: 10px;
}

.stars-ul {
    display: inline-flex;
    float: left;
}

.stars-ul li {
    padding: 5px;
    margin-left: 10px;
}

.rate-stars-ul {
    display: inline-flex;
    float: left;
}

.rate-stars-ul li {
    width: 71px;
    text-align: center;
}

.top-rate-row {
    border: 1px solid #ccc;
    height: 100px;
    margin-top: 5px;
}

.bottom-rate-row {
    border: 1px solid #ccc;
    background-color: #F4F4F4;
}

.rate {
    /* height: 46px; */
    padding: 0 10px;
    /* text-align: center !important; */
    /* align-items: center; */
    display: inline-block;
    margin-top: 10px;
}

.rate:not(:checked) > input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked) > label {
    /*float:right;*/
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 24px;
    color: #ccc;
}

.rate:not(:checked) > label:before {
    content: 'ÃƒÆ’Ã‚Â¢Ãƒâ€¹Ã…â€œÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ ';
}

.rate input:checked ~ label {
    color: #ffc700;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}

.rate input:checked + label:hover,
.rate input:checked + label:hover ~ label,
.rate input:checked ~ label:hover,
.rate input:checked ~ label:hover ~ label,
.rate label:hover ~ input:checked ~ label {
    color: #c59b08;
}

.rating-form {
    padding: 10px 0;
}

.rating-form label {
    margin-top: 15px;
}

.send-rate {
    background-color: #000;
    color: #fff;
    padding: 10px 30px;
    margin-top: 6em;
}

.owl-carousel {
    direction: rtl;
}

.owl-item img {
    margin: 0 auto;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
}

.rate-product-price {
    color: #ccc;
    font-weight: bold;
    direction: rtl;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #F6F6F6;
    border: 1px solid #F6F6F6;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .00);
}

.copy-link {
    background-image: linear-gradient(to top, #e5e5e5, #ebebeb, #f2f2f2, #f8f8f8, #ffffff);
    border: 1px solid #ccc;
    color: #000;
}

.own-report {
    background-color: #009CCF;
    border-color: #009CCF;
    margin-bottom: 15px;
    margin-top: 15px;
}

.profile-right-side {
    background-color: #FCFCFC;
    height: 1200px;
}

.profile-right-side h3 {
    margin-bottom: 25px;
}

.profile-left-side h2 {
    margin-bottom: 15px;
}

.profile-left-side .form-group {
    margin-bottom: 15px;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.profile-left-side label {
    font-weight: normal;
}

.save-profile {
    background-color: #000;
    color: #fff;
    padding: 10px 40px;
    border: 1px solid #000;
    margin-bottom: 15px;
}



.star-rating {
    margin: 0 auto;
}

.pagination > li > a {
    margin-right: 15px;
    padding: 8px 16px;
    color: #2C2C2C;
    border-radius: 5px;
}

.pagination > li.active span, .pagination > li.disabled span {
    margin-right: 15px;
    padding: 8px 16px;
}

.pagination > li:last-child > a {
    margin-right: 15px;
}

.pagination > li:first-child > a,
.pagination > li:last-child > a {
    border-radius: 0;
}

.pagination > li > a:hover, .pagination li.active span, .pagination > .active > span:hover {
    background: #cdaa12;
    color: #fff;
    transition: 0.4s;
    border: 1px solid #cdaa12;
    border-radius: 5px;
}

.pagination > .active > span {
    background: gold;
    color: #000;
    transition: 0.4s;
    opacity: 0.8;
}

.five-col {
    float: right;
    width: 20% !important;
    margin: 0;
    padding: 0 5px;
}

#stars1, #stars2, #stars3, #stars4, #stars5 {
    box-shadow: none !important;
    width: 60%;
}

@media screen and (max-width: 768px) {
    .small-screen{
        margin-right : 0 !important;
        width:100%  !important;
    }
    .small-whatts-part{
        font-size:14px;
    }
    .head-social-list{
        margin-right:0 !important;
    }
    .owl-nav{
        display:none !important;
    }
    .owl-dots{
        display:none !important;
    }

.head-social-list a img {
    height: 30px;
    width :50px;
}
    .five-col {
        float: right;
        width: 100% !important;
        margin: 0;
        padding: 0 5px;
    }

    .carousel-inner .item a img {
        /* height: 250px !important; */
    }
}

.cart-img , .indexcart-img{
    height: 20px !important;
    width: 23px !important;
    float: left !important;
}


.addcartckik{
    margin-bottom: 0;
    width: 45%;
}

.open_model_quantity{
    cursor: pointer;
}

.btn-add-cart {
    background: #CDAA12;
    border-radius: 3px;
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 7px 6px;
    transition: 0.4s;
    border: 1px solid transparent;
}

.btn-add-cart:hover{
    background-image: linear-gradient(to bottom, #e5e5e5, #ebebeb, #f2f2f2, #f8f8f8, #ffffff);
    color: #000;
    transition: 0.4s;
    border: 1px solid #ccc;
}

.btn-add-cart > span {
    position: relative;
    margin-right: 2px;
    font-size: 15px;
    display: inline-block;
    top: 3px;
}

.cart-dropdown-menu {
    top: 90%;
}
.cart-dropdown-menu >li {
    color: black;
}
.indexcart-img{
    position: relative;
    top: -21px;
    left: -4px;
}

.cart-img , .indexcart-img{
    height: 19px !important;
    width: 18px !important;
    float: left !important;
}
.addcart-img{
    height: 25px;
    padding-right: 10px;
}
#val_input_spinner{
        height: 36px !important;

}
.number-spinner .form-control {
    max-width: 100px;
    display: inline-block;
    text-align: center;
    margin: auto;
    border-color: #2C2C2C;
    border-radius: 0;
}
.number-spinner1 .form-control {
    max-width: 100px;
    display: inline-block;
    text-align: center;
    margin: auto;
    border-color: #2C2C2C;
    border-radius: 0;
}


.cart-sym{
    width: 45px;
    height: 45px;
    /* position: relative; */
}

.boxproduct--img  img{
    height: 180px;
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* display: block; */
    width: 250px;
}
.boxproduct--img{
    height: 180px;
}
.product__image img{
    height: 150px;
}

.boxproduct{
    position: relative;
    border: 1px solid #ECECEC;
    border-radius: 8px;
    padding: 10px;
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 20px;
    z-index: 999;
}
.boxproduct--prices {
    margin-bottom: 14px;
}

.boxproduct > p {
    /* min-height: 25px; */
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
    margin-bottom: 0;
}
.boxproduct--prices__old {
    text-decoration: line-through;
    padding-right: 2px;
    padding-left: 2px;
    display: inline-block;
    color: #b0b0b0;
}
.boxproduct > h3{
    font-size: 18px;
    margin-top: 10px;
    padding-top: 13px;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.boxproduct--prices small {
    display: inline-block;
    margin: 0 10px;
    position: relative;
}

.boxproduct > h5 {
    color: #aa7c26;
    margin-bottom: 0;
}

.boxproduct-price{
    color: #A1C270 !important;
}

.boxproduct > h5 > a {
    color: #373737;
}
.bg-wanted {
    background: #f9f9f9;
}
.relative {
    position: relative;
}
.boxproduct__discount {
    position: absolute;
    top: -3px;
    right: 5px;
    background: url(../img/bg-offer.png) no-repeat;
    z-index: 3;
    height: 60px;
    width: 65px;
}

.boxproduct__discount__percent {
    text-align: center;
    padding: 2px 0;
    font-size: 15px;
    color: #FBD400;
}

.boxproduct__discount__percent > .discount_text {
    font-size: 12px;
    color: #fff;
    display: block;
    padding-top: 7px;
}


.total_all_invoice{
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 15px 15px;
}


.data-dwn button {
    background: #fff;
    border: 1px solid #2C2C2C;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-left: 7px;
    margin-right: 7px;
}

.item_quantity{
    height: 34px !important;
}


.data-dwn button:hover, .data-up button:hover {
    background: #cdaa12;
    color: #fff;
    transition: 0.4s;
}



.data-up button {
    background: #fff;
    border: 1px solid #2C2C2C;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-left: 7px;
    margin-right: 7px;
}
.mg-top-50 {
    margin-top: 50px;
}

.mg-top-20 {
    margin-top: 20px;
}

.mg-top-10 {
    margin-top: 10px;
}


.mg-top-title {
    font-size: 19px;
    margin-bottom: 20px;
}

.requset_status{
    position: relative;
    padding-left: 80px;
}
.requset_status img{
    top: 0;
}


.requset_status img{
    position: absolute;
    left: 0;
    top: 20px;
}

.status3 .status-text{
    color: #FDA618;
}
.status1 .status-text{
    color: #EE4423;
}
.status2 .status-text{
    color: #197B30;
}
.status4 .status-text{
    color: #00ADEF;
}
.status-text{
    font-size: 14px;
}


.bg-item-bay p{
    margin-bottom: 5px;
}

.bg-item-bay{
    background: #f3f3f3;
    overflow: hidden;
    padding: 15px 11px;
    margin-bottom: 25px;
}
.bg-item-bay p{
    margin-bottom: 5px;
}

.top_detailes{
    background: #e5e5e5;
    padding: 20px;
    margin-bottom: 50px;
    margin-top: 40px;
}
.bg-gray {
    background: #efefef;
    /* padding: 14px 5px; */
}

.form-horizontal .control-label {
    text-align: right;
    font-size: 14px;
}


.bar {
    position: relative;
    display: block;
    width: 100%;
}


.myfav {
    color: #C44789 !important;
}
.boxproduct__favorite {
    position: absolute;
    top: 10px;
    left: 13px;
    cursor: pointer;
}

.img_silder{

    height: 500px;
}

#us3 {
    min-height: 250px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-more{
    float: right;
    width: 45%;
}

span.count_item_cart {
    position: absolute;
    top: 0;
    border-radius: 50px;
    background: #cdaa12;
    /* width: 21px; */
    text-align: center;
    padding: 3px 10px 3px 9px;
    left: 47px;
}
.whatts-num:hover{
color: #fff;
}
.btn-default:focus, .btn-default.focus {
    color: #FFF;
    background-color: #a97b25;
    border-color: #aa7c26;
    outline-offset:0;
}
/* style menu resonsive */
/********* menu *********/

.navigation .logo {
    position: fixed;
    left: 32px;
    top: 42px;
    z-index: 10;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.navigation .logo .logo-text {
    display: inline-block;
    font-size: 1.2em;
    background-size: cover;
    color: #fff;
}

.navigation .hamburger-menu {
    width: 40px;
    height: 40px;
    position: fixed;
    padding: 15px 8px;
    top: 32px;
    right: 32px;
    cursor: pointer;
    z-index: 999;
    opacity: 1;
}

.navigation .hamburger-menu:hover .hamburger::before {
    -webkit-transform: translate(0, -1px);
    transform: translate(0, -1px);
}

.navigation .hamburger-menu:hover .hamburger::after {
    -webkit-transform: translate(0, 1px);
    transform: translate(0, 1px);
}

.navigation .hamburger-menu .hamburger {
    width: 24px;
    height: 10px;
    position: relative;
}

.navigation .hamburger-menu .hamburger::before,
.navigation .hamburger-menu .hamburger::after {
    content: '';
    width: 24px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.navigation .hamburger-menu .hamburger::before {
    top: 0;
}

.navigation .hamburger-menu .hamburger::after {
    top: 8px;
}

.menu-open .navigation .hamburger-menu .hamburger::before,
.menu-open .navigation .hamburger-menu .hamburger::after {
    background: #fff;
}

.menu-open .navigation .hamburger-menu .hamburger::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-open .navigation .hamburger-menu .hamburger::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navigation .menu-container {
    width: 0%;
    height: 100%;
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    z-index: 999;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0.99, 0.04, 0.87, 1) 0.3s;
    transition: all 0.5s cubic-bezier(0.99, 0.04, 0.87, 1) 0.3s;
    background: #282828;
    opacity: 0;
}

.menu-open .navigation .menu-container {
    width: 100%;
    opacity: 1;
}

.navigation .menu-container .menu {
    position: absolute;
    /* top: 34%; */
    left: 8%;
    /* -webkit-transform: translate(-50%, -50%); */
    /* transform: translate(-50%, -50%); */
    text-align: center;
    z-index: 1;
    list-style: none;
    margin: 0;
    padding-right: 0;
    height: 400px;
    overflow: scroll;
}

li.cat {
    /* background: #000; */
}


@media (max-width: 667px) and (min-width: 320px) and (orientation: landscape) {
    .navigation .menu-container .menu {
        display: initial;
    }

    .navigation .menu-container .menu li {
        display: inline-block;
        margin: 0 16px;
    }

    .navigation .menu-container .menu li:nth-child(4) {
        margin: 0;
    }

    #myCarouselProducts .carousel-inner .item img {
        height: 265px !important;
        margin-left: auto;
        margin-right: auto;
        display: block;
        /*padding-top: 20px;*/
        /*padding-bottom: 21px;*/
    }
    
}

.navigation .menu-container .menu li {
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid #434343;
    padding-right: 80px;
    padding-left: 80px;
    display: block;
    min-width: 249px;
}

.menu-open .navigation .menu-container .menu li:nth-child(1) {
    opacity: 1;
    -webkit-transition: 0.2s opacity 0.95s;
    transition: 0.2s opacity 0.95s;
}

.menu-open .navigation .menu-container .menu li:nth-child(2) {
    opacity: 1;
    -webkit-transition: 0.2s opacity 1.05s;
    transition: 0.2s opacity 1.05s;
}

.menu-open .navigation .menu-container .menu li:nth-child(3) {
    opacity: 1;
    -webkit-transition: 0.2s opacity 1.15s;
    transition: 0.2s opacity 1.15s;
}

.menu-open .navigation .menu-container .menu li:nth-child(4) {
    opacity: 1;
    -webkit-transition: 0.2s opacity 1.25s;
    transition: 0.2s opacity 1.25s;
}

.menu-open .navigation .menu-container .menu li:nth-child(5) {
    opacity: 1;
    -webkit-transition: 0.2s opacity 1.35s;
    transition: 0.2s opacity 1.35s;
}

.menu-open .navigation .menu-container .menu li:nth-child(6) {
    opacity: 1;
    -webkit-transition: 0.2s opacity 1.45s;
    transition: 0.2s opacity 1.45s;
}

.navigation .menu-container .menu li:nth-child(1) {
    opacity: 0;
    -webkit-transition: 0.2s opacity 0.05s;
    transition: 0.2s opacity 0.05s;
}

.navigation .menu-container .menu li:nth-child(2) {
    opacity: 0;
    -webkit-transition: 0.2s opacity 0.1s;
    transition: 0.2s opacity 0.1s;
}

.navigation .menu-container .menu li:nth-child(3) {
    opacity: 0;
    -webkit-transition: 0.2s opacity 0.15s;
    transition: 0.2s opacity 0.15s;
}

.navigation .menu-container .menu li:nth-child(4) {
    opacity: 0;
    -webkit-transition: 0.2s opacity 0.2s;
    transition: 0.2s opacity 0.2s;
}

.navigation .menu-container .menu li:nth-child(5) {
    opacity: 0;
    -webkit-transition: 0.2s opacity 0.25s;
    transition: 0.2s opacity 0.25s;
}

.navigation .menu-container .menu li:nth-child(6) {
    opacity: 0;
    -webkit-transition: 0.2s opacity 0.3s;
    transition: 0.2s opacity 0.3s;
}

.navigation .menu-container .menu li:nth-child(4) p {
    margin: 16px 0;
}

@media (max-width: 667px) and (min-width: 320px) and (orientation: landscape) {
    .navigation .menu-container .menu li:nth-child(4) p {
        margin: 0;
    }
    
    
}

.navigation .menu-container .menu li.menu-line {
    width: 30px;
    height: 1px;
    background: #fff;
    margin: 32px auto 16px;
    padding: 0;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
}

@media (max-width: 667px) and (min-width: 320px) and (orientation: landscape) {
    .navigation .menu-container .menu li.menu-line {
        display: none;
    }
    
}

@media (min-width: 667px) {
    .navigation .menu-container .menu li.menu-line {
        width: 1px;
        height: 87px;
    }
    
}

.navigation .menu-container .menu li a {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    -webkit-transition: color .3s;
    transition: color .3s;
    padding: 16px 0;
    outline: 0;
}

.navigation .menu-container .menu li a:hover {
    color: #fff;
}

@media (min-width: 1190px) {
    .navigation .menu-container .menu li a {
        font-size: 2rem;
    }
    
}

.navigation .menu-container .menu li p {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 0;
}

@media (min-width: 930px) {
    .navigation .menu-container .menu li p {
        font-size: 1.2rem;
    }
}

@media (min-width: 1190px) {
    .navigation .menu-container .menu li p {
        font-size: 1.5rem;
    }
}

.navigation .menu-container .menu-info {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 16px;
    line-height: 1.6em;
    left: 0;
    color: #fff;
    z-index: 1;
    padding: 0 16px;
    -webkit-transform: translate(0, calc(100% + 16px));
    transform: translate(0, calc(100% + 16px));
    -webkit-transition: .3s 1s;
    transition: .3s 1s;
}

.navigation .menu-container .menu-info p {
    font-size: 1.3rem;
    margin-bottom: 0;
    color: #fff;
}

@media (min-width: 930px) {
    .navigation .menu-container .menu-info p {
        font-size: 1.4rem;
    }
}

@media (min-width: 1190px) {
    .navigation .menu-container .menu-info p {
        font-size: 1.7rem;
    }
}

.menu-open .navigation .menu-container .menu-info {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}


.footer-menu li{
    width: 49%;
    display: inline-block;
}
.footer-menu {
    margin-top: 20px;
}
.special-title{
    border-radius: 30px;
    padding: 15px 25px;
    font-size: 20px;
    background-color: #1F2935;
    color: #F5A51F;
    margin-bottom: 15px;
    display: inline-block;
}
span.icon.icon-heart.fav-heart:hover{
    color: red;
}
.btn-more:hover{
    background: #cdaa12;
    border: 1px solid #cdaa12;
}
.data-info{
    margin-top: 30px;
}
.dep-name{
    margin-bottom: 0;
    width: 50%;
    border-bottom: 2px solid #cdaa12;
    padding-bottom: 16px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

p.addcartckik{
    width: 100%;
}
p.addcartckik button{
    background: #cdaa10;
    border-color: transparent;
}
.title-site,.title-page {
    border-radius: 30px;
    padding: 15px 40px;
    font-size: 20px;
    background-color: #1F2935;
    color: #F5A51F;
    margin-bottom: 15px;
    display: inline-block;
    margin-top: 0;
}
.contact-list li{
    margin-bottom: 12px;
}
.badge {
    padding: 14px 7px;
    font-size: 16px;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.contact-input{
        border-radius: 25px;

}
button.btn.btn-link.msg_send_btn {
    width: 200px;
    height: 45px;
    font-size: 19px;
    float: left;
}
#agree_list span {
    font-size: 20px;
    color: #aa7c26;
}
button#form-sub {
    margin-top: 32px;
    margin-bottom: 20px;
    height: 45px;
    background: #aa7c26;
    color: #fff;
    font-size: 18px;
}
#agree:focus{
   box-shadow: none !important;
}
.login-btn{
    margin-top: 32px;
    margin-bottom: 20px;
    height: 45px;
    background: #aa7c26;
    color: #fff;
    font-size: 18px;
    width: 50%;
}
.title {
    color: #aa7c26;
    margin-bottom: 20px;
}
.pass{
    margin-bottom: 15px;
}
.code-pass{
    float: left;
}
.return-pass{
}
.confirm {
    width: 50%;
    margin-top: 26px; 
    margin-bottom: 20px; 
   
    border-radius: 25px;
    height: 45px;
    font-size: 16px;
    background: #aa7c26;
}
.pass-confirm{

}
.cart-name{
    display: block !important;
}
.price_height {
    margin-top: 10px;
}
.login-link{
    font-size: 23px;
    margin-bottom: 20px;
    display: block;
}
.item-cart{
    margin-top: 30px;
    font-size: 15px;
    height: 50px;
    padding-top: 11px;
}
.owl-theme .owl-nav .owl-prev{
    border-top-left-radius: 0px;
    opacity: 1;
      border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;

    position: absolute;
    right: 17px;
    background: #cdaa12;
    border-bottom-left-radius: 0px;
    top: -17px;
}
.owl-theme .owl-nav .owl-next{
     border-top-left-radius: 5px;
    opacity: 1;
      border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;

    position: absolute;
    left: 0px;
    background: #cdaa12;
    border-bottom-left-radius: 5px;
    top: -17px;
}
.item-price{
    font-size: 17px;
}
.old-price{
    float: left;
    font-size: 16px;
    /* margin-bottom: -12px; */
    margin-top: 0;
}
.place-buy{
    font-size: 18px;
}
.lbl-comment{
margin-top: 0 !important;
}
.owl-theme .owl-nav {
    margin-top: 0px;
    position: relative;
}
.title-section{
    width: 17%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-right: 21px;
    font-size: 23px;
}
span.icon.icon-android-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #fff;
}
.menu-open .navigation .menu-container .menu li:nth-child(1){ 
   margin-top: 10px;
}
span.icon.icon-bars {
    font-size: 30px;
}
.icon-menu {
    margin-top: 30px;
}
.dropdown-menu.sub-head-menu li a{
    color: #000 !important;
}