
.p-0 {
  padding: 0 !important; }
.p-2 {
  padding: 2px !important; }

.p-xs {
  padding: 6px !important; }

.p-sm {
  padding: 12px !important; }

.p-md {
  padding: 16px !important; }

.p-lg {
  padding: 24px !important; }

.p-xl {
  padding: 32px !important; }

/* Horizontal padding: (padding-top, padding-bottom) */
.p-h-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-h-xs {
  padding-top: 6px !important;
  padding-bottom: 6px !important; }

.p-h-sm {
  padding-top: 12px !important;
  padding-bottom: 12px !important; }

.p-h-md {
  padding-top: 16px !important;
  padding-bottom: 16px !important; }

.p-h-lg {
  padding-top: 24px !important;
  padding-bottom: 24px !important; }

.p-h-xl {
  padding-top: 32px !important;
  padding-bottom: 32px !important; }

/* Vertical padding: (padding-left, padding-right) */
.p-v-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.p-v-xs {
  padding-right: 6px !important;
  padding-left: 6px !important; }

.p-v-sm {
  padding-right: 12px !important;
  padding-left: 12px !important; }

.p-v-md {
  padding-right: 16px !important;
  padding-left: 16px !important; }

.p-v-lg {
  padding-right: 24px !important;
  padding-left: 24px !important; }

.p-v-xl {
  padding-right: 32px !important;
  padding-left: 32px !important; }

/* Top padding: (padding-top) */
.p-t-0 {
  padding-top: 0 !important; }

.p-t-xs {
  padding-top: 6px !important; }

.p-t-sm {
  padding-top: 12px !important; }

.p-t-md {
  padding-top: 16px !important; }

.p-t-lg {
  padding-top: 24px !important; }

.p-t-xl {
  padding-top: 32px !important; }

/* Right padding: (padding-right) */
.p-r-0 {
  padding-right: 0 !important; }

.p-r-xs {
  padding-right: 6px !important; }

.p-r-sm {
  padding-right: 12px !important; }

.p-r-md {
  padding-right: 16px !important; }

.p-r-lg {
  padding-right: 24px !important; }

.p-r-xl {
  padding-right: 32px !important; }

/* Bottom padding: (padding-bottom) */
.p-b-0 {
  padding-bottom: 0 !important; }

.p-b-xs {
  padding-bottom: 6px !important; }

.p-b-sm {
  padding-bottom: 12px !important; }

.p-b-md {
  padding-bottom: 16px !important; }

.p-b-lg {
  padding-bottom: 24px !important; }

.p-b-xl {
  padding-bottom: 32px !important; }

/* Left padding: (padding-left) */
.p-l-0 {
  padding-left: 0 !important; }

.p-l-xs {
  padding-left: 6px; }

.p-l-sm {
  padding-left: 12px !important; }

.p-l-md {
  padding-left: 16px !important; }

.p-l-lg {
  padding-left: 24px !important; }

.p-l-xl {
  padding-left: 32px !important; }

/* Margin all: (margin-top, margin-right, margin-bottom, margin-left) */
.m-0 {
  margin: 0 !important; }

.m-xs {
  margin: 6px !important; }

.m-sm {
  margin: 12px !important; }

.m-md {
  margin: 16px !important; }

.m-lg {
  margin: 24px !important; }

.m-xl {
  margin: 32px !important; }

/* Horizontal margin: (margin-top, margin-bottom) */
.m-h-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-h-xs {
  margin-top: 6px !important;
  margin-bottom: 6px !important; }

.m-h-sm {
  margin-top: 12px !important;
  margin-bottom: 12px !important; }

.m-h-md {
  margin-top: 16px !important;
  margin-bottom: 16px !important; }

.m-h-lg {
  margin-top: 24px !important;
  margin-bottom: 24px !important; }

.m-h-xl {
  margin-top: 32px !important;
  margin-bottom: 32px !important; }

/* Vertical margin: (margin-left, margin-right) */
.m-v-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.m-v-xs {
  margin-left: 6px !important;
  margin-right: 6px !important; }

.m-v-sm {
  margin-left: 12px !important;
  margin-right: 12px !important; }

.m-v-md {
  margin-left: 16px !important;
  margin-right: 16px !important; }

.m-v-lg {
  margin-left: 24px !important;
  margin-right: 24px !important; }

.m-v-xl {
  margin-left: 32px !important;
  margin-right: 32px !important; }

/* Top padding: (padding-top) */
.m-t-0 {
  margin-top: 0 !important; }

.m-t-xs {
  margin-top: 6px !important; }

.m-t-sm {
  margin-top: 12px !important; }

.m-t-md {
  margin-top: 16px !important; }

.m-t-lg {
  margin-top: 24px !important; }

.m-t-xl {
  margin-top: 32px !important; }

/* Right padding: (padding-right) */
.m-r-0 {
  margin-right: 0 !important; }

.m-r-xs {
  margin-right: 6px !important; }

.m-r-sm {
  margin-right: 12px !important; }

.m-r-md {
  margin-right: 16px !important; }

.m-r-lg {
  margin-right: 24px !important; }

.m-r-xl {
  margin-right: 32px !important; }

/* Bottom padding: (padding-bottom) */
.m-b-0 {
  margin-bottom: 0 !important; }

.m-b-xs {
  margin-bottom: 6px !important; }

.m-b-sm {
  margin-bottom: 12px !important; }

.m-b-md {
  margin-bottom: 16px !important; }

.m-b-lg {
  margin-bottom: 24px !important; }

.m-b-xl {
  margin-bottom: 32px !important; }

/* Left padding: (padding-left) */
.m-l-0 {
  margin-left: 0 !important; }

.m-l-xs {
  margin-left: 6px !important; }

.m-l-sm {
  margin-left: 12px !important; }

.m-l-md {
  margin-left: 16px !important; }

.m-l-lg {
  margin-left: 24px !important; }

.m-l-xl {
  margin-left: 32px !important; }

.b-0 {
  border: none !important; }

.b-t-0 {
  border-top: none !important; }

.b-r-0 {
  border-right: none !important; }

.b-b-0 {
  border-bottom: none !important; }
.b-b-1 {
  border-bottom: 1px solid #dedede !important; }

.b-l-0 {
  border-left: none !important; }

.b-2x {
  border-width: 2px; }

.fz-xs {
  font-size: 8px !important; }

.fz-sm {
  font-size: 12px !important; }

.fz-md {
  font-size: 16px !important; }

.fz-lg {
  font-size: 24px !important; }

.fz-xl {
  font-size: 32px !important; }

.fs-italic {
  font-style: italic !important; }

.fs-normal {
  font-style: normal !important; }

.fw-300 {
  font-weight: 300 !important; }

.fw-400 {
  font-weight: 400 !important; }

.fw-500 {
  font-weight: 500 !important; }

.fw-600 {
  font-weight: 600 !important; }

.fw-700 {
  font-weight: 700 !important; }

.fw-800 {
  font-weight: 800 !important; }

.fw-800 {
  font-weight: 900 !important; }


.alert.alert-danger {
    background-color: #374a4a;
    border-color: #0e0e0e;
}

.closeButton {
    position: absolute;
    cursor: pointer;
    background: #ff4242;
    border-radius: 22.5px;
    color: #fff;
    border: none;
    right: 230px;
    top: 34px;
    padding: 5px;
}
.panel-primary {
    border-color: #006A45 !important;
}
/* Modal Content */
.modal-content {
    position: relative;
    margin: auto;
    width: 80%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* =================bg colors *//*Basha #0070c0*/
.bg-success {
    background-color: #0070c0 !important;
}
.bg-white {
    background: #ffffff !important;
}
.bg-default{
	background:#f8f8f8;
}
.btn-success {
    color: #fff;
    background-color: #006A45 !important;
    border-color: #1f4e79 !important;
}
.bg-dark{
	background:#4d4d4d;
}
.text-white{
	 color: #ffffff !important;
}
.text-dark{
	 color: #4d4d4d;
}
.text-success {
    color: #006A45;
}
.text-gray{
	 color: #666;
}
.font-bold{
	font-weight:600;
}
a.badge:focus, a.badge:hover {
    color: #888787 !important;
    text-decoration: none;
    cursor: pointer;
}

/*==================upload file===*/
.fileUpload {
    background: #00bcbe;
    /*-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;*/
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    margin: 1em auto; /*20px/16px 0*/
    overflow: hidden;
    padding: 0.875em; /*14px/16px*/
    position: relative;
    text-align: center;
    width: 100px;
    cursor: pointer;
}

.fileUpload:hover, .fileUpload:active, .fileUpload:focus {
    background: #00a2a4;
    cursor: pointer;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 110px;
    height: 46px;
    cursor: pointer;
}

input[type="file"] {
    /*position: fixed; by basha*/
    right: 100%;
    bottom: 100%;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
/*====================Wizard Form Multi-step form=============================*/


.stepwizard-step p {
    margin-top: 0px;
    color: #666;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

    .stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
        opacity: 1 !important;
        color: #bbb;
    }

.progress {
    top: 13px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 66%;
    left: 17%;
    height: 4px;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.nextBtn {
    background: #006A45 !important;
    color: #fff !important;
}

.prevBtn {
    background: #006A45 !important;
    color: #fff !important;
}

.headernotification {
    font-size: 14px;
    font-weight: 400;
}

    .headernotification span {
        color: #c1ff8b;
    }

.zui-table {
    border: solid 1px #e6e6e6;
    border-collapse: collapse;
    border-spacing: 0;
    font: normal 13px Arial, sans-serif;
    width: 100%;
}

    .zui-table thead th {
        background-color: #e6e6e6;
        border: solid 1px #e6e6e6;
        color: #336B6B;
        padding: 10px;
        text-align: left;
        text-shadow: 1px 1px 1px #fff;
    }

    .zui-table tbody td {
        border: solid 1px #e6e6e6;
        color: #333;
        padding: 10px;
        text-shadow: 1px 1px 1px #fff;
    }

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: 600 !important;
    text-align: left !important;
    background: #e3edf7;
    padding: 5px;
    color: #5e5967;
}
/*===========Dive Table==================*/
/* Variables
================================== */
/* Tables
================================== */
table, td, th {
    border: 1px solid #ddd;
    text-align: left;
}
table th {
        background: #bbccd4;
        color: #000;
    }
    table {
        border-collapse: collapse;
        width: 100%;
    }

/*basha
    th, td {
    padding: 15px;
}*/
/*-------------------radio button==============*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 23px;
        padding-right: 10px;
        margin-left: 5px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
        font-size: 14px;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 10px;
            height: 10px;
            background: #75a1da;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
/*====================product detal view page*/
.rcorners_orange {
    width: 100%;
}

    .rcorners_orange .span1 {
        border-radius: 100px;
        background: #ffbf02;
        content: "\2022";
        font-weight: bold;
        display: inline-block;
        padding: 5px;
        width: 5px;
        height: 5px;
    }

    .rcorners_orange .span2 {
        border-radius: 100px;
        background: #7abf42;
        content: "\2022";
        font-weight: bold;
        display: inline-block;
        padding: 5px;
        width: 5px;
        height: 5px;
    }

    .rcorners_orange .span3 {
        border-radius: 100px;
        background: #6592ed;
        content: "\2022";
        font-weight: bold;
        display: inline-block;
        padding: 5px;
        width: 5px;
        height: 5px;
    }

    .rcorners_orange .span4 {
        border-radius: 100px;
        background: #d752aa;
        content: "\2022";
        font-weight: bold;
        display: inline-block;
        padding: 5px;
        width: 5px;
        height: 5px;
    }

    .rcorners_orange .span5 {
        border-radius: 100px;
        background: #ede008;
        content: "\2022";
        font-weight: bold;
        display: inline-block;
        padding: 5px;
        width: 5px;
        height: 5px;
    }

    .rcorners_orange ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .rcorners_orange li {
        float: left;
    }

        .rcorners_orange li a {
            display: block;
            color: #484848;
            text-align: center;
            padding: 8px 48px 8px 0px;
            text-decoration: none;
        }

            .rcorners_orange li a:hover {
            }

.themeBtn {
    background: #92d050;
    color: #ffffff !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 0.8;
    padding: 14px 30px;
    /*text-transform: capitalize;*/
    border-radius: 1px;
    letter-spacing: 0.5px;
    border: 0px !important;
    cursor: pointer;
    line-height: 24px;
    margin-bottom: 12px;
    height: 78px;
    text-align: center;
    width: 100%;
}


    .themeBtn:hover {
        background: #548235;
        color: #ffffff;
        box-shadow: 0 10px 25px -2px rgba(84, 130, 53, 0.6);
    }

.themeBtnspan1 {
    font-size: 20px;
    text-transform: uppercase;
}

.themeBtn2 {
    background: #ffc445;
    color: #ffffff !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 0.8;
    padding: 14px 30px;
    /*text-transform: capitalize;*/
    border-radius: 1px;
    letter-spacing: 0.5px;
    border: 0px !important;
    cursor: pointer;
    line-height: 24px;
    margin-bottom: 12px;
    height: 78px;
    text-align: center;
    width: 100%;
}

    .themeBtn2:hover {
        background: #ffae00;
        color: #ffffff;
        box-shadow: 0 10px 25px -2px rgba(255, 174, 0, 0.6);
    }

.themeBtn3 {
    background: #6592ed;
    color: #ffffff !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 0.8;
    padding: 14px 30px;
    text-transform: capitalize;
    border-radius: 1px;
    letter-spacing: 0.5px;
    border: 0px !important;
    cursor: pointer;
    line-height: 24px;
    margin-bottom: 12px;
    height: 78px;
    text-align: center;
    width: 100%;
}

    .themeBtn3:hover {
        background: #285eca;
        color: #ffffff;
        box-shadow: 0 10px 25px -2px rgba(40, 94, 202, 0.6);
    }



/* =========================================Outline button================= */
/* Green */
.btn-outline-success {
    border: 2px solid #006A45 !important;
    color: #006A45;
    background: none;
    border-radius: 0px;
}
/*#0070c0*/
.btn-outline-success.focus, .btn-outline-success:focus, .btn-outline-success:hover {
    background-color: #38AB83;
  color: #fff !important;
    text-decoration: none;
}
/* Blue */
.btn-outline-info {
  border-color: #2196F3 !important;
  color: dodgerblue;
}

.btn-outline-info:hover {
  background: #2196F3 !important;
  color: white;
}

/* Orange */
.btn-outline-warning {
  border-color: #ff9800 !important;
  color: orange;
}

.btn-outline-warning:hover {
  background: #ff9800 !important;
  color: white;
}

/* Red */
.btn-outline-danger {
  border-color: #f44336 !important;
  color: red;
}

.btn-outline-danger:hover {
  background: #f44336 !important;
  color: white;
}

/* Gray */
.btn-outline-default {
  border-color: #606060 !important;
  color: black;
}

.btn-outline-default.focus, .btn-outline-default:focus, .btn-outline-default:hover {
     background: #606060;
  color: #fff !important;
    text-decoration: none;
}
/*====================*/
a.morelink {
    text-decoration: none;
    outline: none;
    color: #0070c0 !important;
    font-weight: 600;
}

.morecontent span {
    display: none;
}

.comment more {
}
/*==============search autosuggest ============*/
#Searchdropmenu {
    display: block;
    width: 100%;
    background: #fff;
    padding: 8px;
    position: absolute;
    z-index: 9992;
    right: 0px;
    height: auto;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    text-align: left;
}

    #Searchdropmenu .search-stored-keywords-icon {
        background-color: #d1ef97;
        border-radius: 50%;
        color: #484848;
        display: inline-block;
        font-size: 14px;
        height: 16px;
        margin-left: 4px;
        margin-right: 12px;
        padding: 4px;
        vertical-align: middle;
    }  
    #Searchdropmenu .liheader {
        font-size: 14px;
        background: #f8f8f8;
        padding: 5px;
        margin: 0;
        font-weight: 600;
    }
    #Searchdropmenu img {
        height: 22px;
        float: left;
        padding-right: 1%;
        clear: both;
        margin-top: 9px;
    }
    #Searchdropmenu .list-unstyled.multilevels li {
        font-weight: bold;
    }

    #Searchdropmenu .list-unstyled.multilevels ul {
        list-style: none;
    }

        #Searchdropmenu .list-unstyled.multilevels ul li {
            font-weight: normal;
            line-height: 40px;
        }
   
        /*==============search autosuggest for supplier buyer============*/
 .div_dropmenusearch {
    display: block;
    width: 100%;
    background: #fff;
    padding: 8px;
    position: absolute;
    z-index: 9992;
    right: 0px;
    height: auto;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    text-align: left;
}

    .div_dropmenusearch .search-stored-keywords-icon {
        background-color: #d1ef97;
        border-radius: 50%;
        color: #484848;
        display: inline-block;
        font-size: 14px;
        height: 16px;
        margin-left: 4px;
        margin-right: 12px;
        padding: 4px;
        vertical-align: middle;
    }  
    .div_dropmenusearch .liheader {
        font-size: 14px;
        background: #f8f8f8;
        padding: 5px;
        margin: 0;
        font-weight: 600;
    }
    .div_dropmenusearch img {
        height: 22px;
        float: left;
        padding-right: 1%;
        clear: both;
        margin-top: 9px;
    }
    .div_dropmenusearch .list-unstyled.multilevels li {
        font-weight: bold;
    }

    .div_dropmenusearch .list-unstyled.multilevels ul {
        list-style: none;
    }

        .div_dropmenusearch .list-unstyled.multilevels ul li {
            font-weight: normal;
            line-height: 40px;
        }
   
.old-price {
    color: #999;
    margin-left: 8px;
    text-decoration: line-through;
}
/*by basha .dropdown-menu {

    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1024;
    display: none;
    float: left;
    min-width: 160px !important;
    width: 100% !important;
    padding: 1px 0;
    margin: 2px 0 0;
    margin-top: 2px;
    margin-bottom: 0px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);

}*/
.dropdown-menu > li > a {
    display: block;
    padding: 10px 12px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.btn-primary {
    color: #fff;
    background-color: #006A45 !important;
    border-color: #006A45;
}
/*============radio box style----------*/
input[type=radio] {
    transform: scale(1.5);
}

input[type=radio] {
    width: 15px;
    height: 15px;
  
    cursor: pointer;
    font-size: 12px;
    visibility: hidden;
   
  
}

    input[type=radio]:after {
        content: " ";
        background-color: #fff;
        display: inline-block;
        margin-left: 0px;
        padding-bottom: 0px;
        color: #44a2b3;
        width: 15px;
        height: 15px;
        visibility: visible;
        border: 1px solid #7c999e;
        padding-left: 1px;
        border-radius: 0px;
        background-color: #eee;
        border-radius: 50%;
    }

    input[type=radio]:checked:after {
        top: 9px;
        left: 9px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: white;
        background-color: #8a79d6;
    }
/*.alttd1 {
    border-left: 2px solid #0b8cef;
}
.alttd2 {
    border-left: 2px solid #1bbd00;
}*/
/* =======================Checkbox====== */
/* The checkboxcontainer */
.checkboxcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 100;
  margin-top: 10px;
margin-bottom: 10px;
}

/* Hide the browser's default checkbox */
.checkboxcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -3px;
left: 0px;
width: 20px;
height: 20px;
outline: none;
border: 2px solid #E1DFDF;
}

/* On mouse-over, add a grey background color */
.checkboxcontainer:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.checkboxcontainer input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkboxcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkboxcontainer .checkmark:after {
  left: 5px;
top: 1px;
width: 8px;
height: 10px;;
  border: solid #0070c0;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*----------------------------*\
	Top header
\*----------------------------*/

.mcgtop-header {
  padding-top: 5px;
  padding-bottom: 5px;
/*   background:#f1f1f1; */
  border-bottom: 1px solid #f4f4f4;
}
.header-top-links {
    text-align: right;
}
.header-top-links>li {
  display: inline-block;
}

.header-top-links>li+li {
  margin-left: 15px;
}

.header-top-links>li>a {
  cursor: pointer;
  /* text-transform: uppercase; */
  font-size:12px;
  text-decoration:none;
}
/*=======================home slider ==============*/
#slider{
    width:100%;
}
.slider-navigation {
    background: rgb(225,225,225, .9);
    padding: 15px 15px;
    text-align: center;
}
    .slider-navigation .headtext {
        text-transform: uppercase;
        text-align: center;
        font-size: 15px;
        font-weight: 600;
        color: #101010;
        letter-spacing: 1px;
    }
    .slider-navigation .titletext {
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        color: #252525;
        letter-spacing: 1px;
    }
   
#slider-thumbs {
    margin-top: -70px;
}

    #slider-thumbs .list-inline li {
        width: 20%;
        padding: 0px;
        margin-right: -4px;
        cursor: pointer;
    }

        #slider-thumbs .list-inline li:first-child {
            padding-left: 5px;
        }
  
.slider-nav-arrow {
    text-align: center;
    margin-bottom: 0px;
    visibility: hidden;
}

.selected .slider-nav-arrow {
    visibility: visible;
}

.selected .slider-navigation {
    opacity: 0.9;
    border-bottom:3px solid #006A45;

 
}
/*========================product items scrolling */
/* carousel */
.carousel-showmanymoveone {
    /*background: #f8f8f8;*/
    margin: 0 auto;
    padding-left: 70px;
    padding-bottom:20px;
}/*Basha   border-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 112, 192, 0.75), rgba(0, 0, 0, 0));*/
    .carousel-showmanymoveone h2 {
        margin: 0 auto;
        width: 44%;
        font-size: 22px;
        text-align: center;
        padding: 6px;
        color: #484848;
        /*border-bottom: 2px solid #0070c0;*/
        border: 0px;
        border-bottom: 1px solid;
        border-image: linear-gradient(to right, rgba(0, 0, 0, 0), #006A45, rgba(0, 0, 0, 0));
        border-image-slice: 1;
    }
    .carousel-showmanymoveone .carousel-control {
        width: 4%;
        background-image: none;
        margin-top:15% !important;
    }

        .carousel-showmanymoveone .carousel-control.left {
            margin-left: 0;
            width: 40px;
            height: 40px;
            background: #38AB83;
            padding-top: 8px;
        }

        .carousel-showmanymoveone .carousel-control.right {
            margin-right: 0;
            width: 40px;
            height: 40px;
            background: #38AB83;
            padding-top: 8px;
        }

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
   display: block;
}

.carousel .item .col-xs-12 {
   /*padding: 0;*/
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
   .carousel .item .col-xs-12:nth-last-child(-n+2) {
      display: block;
   }
}

@media all and (min-width: 768px) {
   
   .carousel-showmanymoveone .carousel-inner > .active.left,
   .carousel-showmanymoveone .carousel-inner > .prev {
      left: -50%;
   }

   .carousel-showmanymoveone .carousel-inner > .active.right,
   .carousel-showmanymoveone .carousel-inner > .next {
      left: 50%;
   }
   .carousel-showmanymoveone .carousel-inner > .left,
   .carousel-showmanymoveone .carousel-inner > .prev.right,
   .carousel-showmanymoveone .carousel-inner > .active {
      left: 0;
   }
   .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
      display: block;
   }
}

@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone {
        padding-left: 34px;
    }
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;

   }
   .carousel-showmanymoveone .carousel-inner > .item.active.left,
   .carousel-showmanymoveone .carousel-inner > .item.prev {
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
      left: 0;
   }
   .carousel-showmanymoveone .carousel-inner > .item.left,
   .carousel-showmanymoveone .carousel-inner > .item.prev.right,
   .carousel-showmanymoveone .carousel-inner > .item.active {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      left: 0;
   }
}

@media all and (min-width: 992px) {
   .carousel-showmanymoveone .carousel-inner > .active.left,
   .carousel-showmanymoveone .carousel-inner > .prev {
      left: -16.6%;
   }
   .carousel-showmanymoveone .carousel-inner > .active.right,
   .carousel-showmanymoveone .carousel-inner > .next {
      left: 16.6%;
   }
   .carousel-showmanymoveone .carousel-inner > .left,
   .carousel-showmanymoveone .carousel-inner > .prev.right,
   .carousel-showmanymoveone .carousel-inner > .active {
      left: 0;
   }
   .carousel-showmanymoveone .carousel-inner .cloneditem-2,
   .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
      display: block;
   }
}

@media all and (min-width: 992px) and (transform-3d),
all and (min-width: 992px) and (-webkit-transform-3d) {
   .carousel-showmanymoveone .carousel-inner > .item.active.right,
   .carousel-showmanymoveone .carousel-inner > .item.next {
      -webkit-transform: translate3d(16.6%, 0, 0);
      transform: translate3d(16.6%, 0, 0);
      left: 0;
   }
   .carousel-showmanymoveone .carousel-inner > .item.active.left,
   .carousel-showmanymoveone .carousel-inner > .item.prev {
      -webkit-transform: translate3d(-16.6%, 0, 0);
      transform: translate3d(-16.6%, 0, 0);
      left: 0;
   }
   .carousel-showmanymoveone .carousel-inner > .item.left,
   .carousel-showmanymoveone .carousel-inner > .item.prev.right,
   .carousel-showmanymoveone .carousel-inner > .item.active {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      left: 0;
   }
}
/* End carousel */
/*--//top-nav--*/
/* ====================Cart hover effect============= */ /*Basha #006A45 -- background-color: #0070c0;*/
.dropbtn {
    background-color: #006A45;
    color: white;
    padding: 10px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width:auto;
    /*min-width: 380px;*/
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;
    height:auto;
    /*min-height: 360px;
    height: 360px;*/
    /*overflow-y: scroll;*/
    font-weight: 500;
}


/* .dropdown-content :hover {background: none ;} */
.dropdown-content .item{
    display:block;
    padding:3px 10px;
    margin: 3px 0;
	border-bottom:1px solid #f3f3f3;
}
/* .dropdown-content .item:hover{
    background:none !important;
	color: #4d4d4d;
} */
.dropdown-content .item:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #006A45;
}
.dropdown-content .item-left{
    float:left;
}
.dropdown-content .item-left img,
.dropdown-content .item-left span.item-info{
    float:left;
}
.dropdown-content .item-left img {
        height: 50px;
        width: auto;
    }
.dropdown-content .item-left span.item-info{
    margin-left:10px;   
}
    .dropdown-content .item-left span.item-info span {
        display: block;
        font-size: 12px;
        width: 150px;
        word-break: break-word;
    }
.dropdown-content .item-right{
    float:right;
}
.dropdown-content .item-right span.item-info{
    float:right;
}
.dropdown-content .item-right span.item-info{
    margin-right:10px;   
}
.dropdown-content .item-right span.item-info span{
    /*display:block;*/
}
.dropdown-content .item-right button{
    margin-top:14px;
}
.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {
    background-color: #006A45;
}
.dropdown-content .old-price{
	color: #999;
margin-left: 8px;
text-decoration: line-through;
}
.scrollbox {
    
    padding: .5rem;
    /*border: 1px solid #aaa;
    margin-bottom: 1rem;*/
    overflow: auto;
}

.scrollexbox::-webkit-scrollbar {
    width: .8em;
}

.scrollexbox::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.scrollexbox::-webkit-scrollbar-thumb {
    background-color: dodgerblue;
}
/* ==========================PaymentMode checkout page ==== */
.button-grid.active {
    background: #0070c0 !important;
}

.button-grid {
 
    padding: 10px;
    position: relative;
    margin-bottom:5px;
}

.button-grid.active .button-grid-word{
    color: #fff;
}

.button-grid-word {
    font-size: 12px;
    font-weight: 500;
}

/* ====================Logindropmenu============= */

.Logindropmenubtn {
    background-color: #006A45;
    color: white;
    padding: 10px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.Logindropmenudown {
    position: relative;
    display: inline-block;
}

.Logindropmenu-content {
    display: none;
    position: absolute;
    background-color: #fff;
    /*min-width: 160px;*/
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .Logindropmenu-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .Logindropmenu-content a:hover {
            background-color: #f1f1f1
        }

.Logindropmenudown:hover .Logindropmenu-content {
    display: block;
}

.Logindropmenudown:hover .Logindropmenubtn {
    background-color: #006A45;
}
/*===============*/

@media (max-width: 400px) {
    
    .mobile-br {
        display: none;   
    }

    .button-grid {
        width: 49%;
        padding: 10px;
        position: relative;
    }

}
/* .dropdown-content :hover {background: none ;} */
.PaymentMode-content {
    position: absolute;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.2);
    right: 0;
    height: 100%;
    min-height: 560px;
    overflow: auto;
}

    .PaymentMode-content .item {
        display: block;
        padding: 3px 10px;
        margin: 3px 0;
        border-bottom: 1px solid #f3f3f3;
        font-size: 13px;
        font-weight: 500;
    }

.PaymentMode-content .item:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.PaymentMode-content .item-left{
    float:left;
}
.PaymentMode-content .item-left img,
.PaymentMode-content .item-left span.item-info{
    float:left;
}
    .PaymentMode-content .item-left img {
        height: 50px;
        width: auto;
    }
.PaymentMode-content .item-left span.item-info{
    margin-left:10px;   
}
    .PaymentMode-content .item-left span.item-info span {
        display: block;
        width: 180px;
        word-break: break-word;
    }
.PaymentMode-content .item-right{
    float:right;
}
.PaymentMode-content .item-right span.item-info{
    float:right;
}
.PaymentMode-content .item-right span.item-info{
    margin-right:10px;   
}
.PaymentMode-content .item-right span.item-info span{
    /*display:block;*/
}
.PaymentMode-content .item-right button{
    margin-top:14px;
}
.PaymentMode:hover .PaymentMode-content {display: block;}

.PaymentMode:hover .dropbtn {background-color: #3e8e41;}
.PaymentMode-content .old-price{
	color: #999;
margin-left: 8px;
text-decoration: line-through;
}
/* Spannner=================== */
.quantity {
  position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
  width: 58px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 16px;
  border: 1px solid #eee;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}
/* ==================section backgrounds colors */
.productdetails_section{
	background:#f7f7f7;
}

/* ========================================= navside============*/
.rsidebar {
    display: block;
    float: left;
    width: 22%;
	padding-top: 23px;
}
.rsidebar-top{
    border: 1px solid #E8E8E8;
    padding: 2em;
    -webkit-box-shadow: 0px 0px 5px 1px #777;
    -moz-box-shadow: 0px 0px 5px 1px #777;
    box-shadow: 0px 0px 5px 1px #777;
	box-shadow: 0px 0px 5px 1px #777;
}
.product-model-sec {
    float: right;
    padding: 0;
}
/*--products-left--*/
.product-grids {
    float: left;
    width: 31%;
    overflow: hidden;
	-webkit-box-shadow: 0px 0px 6px 1px #DEDEDE;
    -moz-box-shadow: 0px 0px 6px 1px #DEDEDE;
    box-shadow: 0px 0px 6px 1px #DEDEDE;
	margin-bottom: 2em;
}
.product-grids .new-top {
    padding: 1.5em 1.5em 0;
}
.product-grids.product-grids-mdl {
    margin: 0 2em;
}
.product-grids:hover .new-text {
    left: 10%;
}
input.item_quantity {
    background: none;
    border: 1px solid #fff;
    padding: 0.8em 1em;
    width: 100%;
    text-align: center;
    font-size: 1em;
	outline: none;
    color: #fff;
}
input.item_quantity:hover{
	border-color: #000;
}
/*--side-bar--*/
.sidebar-row {
    margin-top: 2em;
}
.rsidebar h4 {
    font-size: 1.2em;
    color: #353F49;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin-bottom: 1.2em;
}
.checkbox {
    position: relative;
    padding-left: 32px !important;
    cursor: pointer;
    line-height: initial;
    font-size: 1em;
    color: #353F49;
    font-weight: 500;
        margin: 0 0 1.5em;
}
.checkbox i {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 19px;
    height: 19px;
    outline: none;
    border: 2px solid #D8D8D8;
    background: #FFF;
}
.checkbox input + i:after,.radio input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}
.checkbox input:checked + i:after,.radio input:checked + i:after{
    opacity: 1;
}
.checkbox input,.radio input {
    position: absolute;
    left: -9999px;
}
.checkbox input + i:after {
    content: '';
    background: url("../images/tick.png") no-repeat 4px 3px;
    top: -1px;
    left: -1px;
    width: 17px;
    height: 17px;
    font: normal 12px/16px FontAwesome;
    text-align: center;
}
/*-- start scrollpane --*/
.scroll-pane.jspScrollable {
    outline: none;
}
.jspContainer{
	overflow: hidden;
	position: relative;
}
.jspPane{
	position: absolute;
	outline: none;
	padding:5px 20px 20px 10px !important;
}
.jspVerticalBar{
	position: absolute;
	top: 0;
	right:0px;
	width:3px;
	height: 100%;
}
.jspHorizontalBar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}
.jspCap{
	display: none;
}
.jspHorizontalBar .jspCap{
	float: left;
}
.jspTrack{
	background: #B9B7B7;
	position: relative;
}
.jspDrag{
	background: #777777;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{
	float: left;
	height: 100%;
}
.jspArrow{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.jspArrow.jspDisabled{
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow{
	height: 16px;
}
.jspHorizontalBar .jspArrow{
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus{
	outline: none;
}
.jspCorner{
	background: #eeeef4;
	float: left;
	height: 100%;
}
.scroll-pane {
    height: 160px;
}
input#amount {
    outline: none;
	margin-top: 16px;
}
/*--faq--*/
.dropdownsidebar li {
    margin-top: 0.8em;
    display: block;
	padding: .8em 0;
border-bottom: 1px solid #f8f8f8;
}
.dropdownsidebar > li > a {
    width: 100%;
    display: block;
    position: relative;
    color: #4d4d4d;
    font-size: 1em;
    font-weight: 400;
    text-decoration: none;
}
.dropdownsidebar > li > a:hover,.dropdownsidebar > li >a.active{
	color: #000;
}
.dropdownsidebar li a.active span {
	-webkit-transform: rotatex(180deg);
	transform: rotatex(180deg);
	-moz-transform: rotatex(180deg);
	-o-transform: rotatex(180deg);
	-ms-transform: rotatex(180deg);
}
.dropdownsidebar ul li a {
    line-height: 1.8em;
    display: block;
    position: relative;
    font-size: 1em;
    color: #999;
    text-decoration: none;
	font-weight: 400;
    padding-left: 1.5em;
}
.dropdownsidebar ul li a:hover{
    color: #4d4d4d;
	
}
.dropdownsidebar span.fa {
    float: right;
	font-weight: 300;
color: #006A45;
}
/*--//faq--*/
.rsidebar .gallery-grid {
    width: 100%;
    height: 26.5em;
    margin-top: 2em;
}
.rsidebar .gallery-text h4.sizes {
    font-family: 'Pompiere', cursive;
    font-size: 1.4em;
    color: #353F49;
    text-transform: inherit;
}
.rsidebar .gallery-grid  h6 {
    font-size: 1.2em;
    color: #353F49;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin-bottom: 1em;
    text-align: center;
}
/*--//products-page--*/
/*--single-page--*/
.single-info{
	padding:5em 0;
}
.single-top {
    margin-left:5%;
    width: 34%;
}
.single-top-left h3 {
    text-transform: uppercase;
    font-size: 1.8em;
    font-weight: 900;
    color: #00a6d6;
}
/*--single-ratings--*/
.single-rating {
    margin: 1em 0 1.5em;
}
.starRating:not(old) {
    display: inline-block;
    height: 18px;
	width:100px;
    overflow: hidden;
	vertical-align: middle;
}

.starRating:not(old) > input{
  margin-right : -100%;
  opacity      : 0;
}

.starRating:not(old) > label {
    float: right;
    background: url(../images/star.png);
    background-size: contain;
	margin-right: 2px;
}

.starRating:not(old) > label:before{
  content         : '';
  display         : block;
  width           : 18px;
  height          : 18px;
  background      : url(../images/star1.png);
  background-size : contain;
  opacity         : 0;
  transition      : opacity 0.2s linear;
}

.starRating:not(old) > label:hover:before,
.starRating:not(old) > label:hover ~ label:before,
.starRating:not(:hover) > :checked ~ label:before{
  -moz-opacity : 1;
  opacity : 1;
}
/*--//single-ratings--*/
.single-info .single-rating p {
    display: inline-block;
    font-size: 1em;
    color: #999;
    font-weight: 500;
    margin: 0 0.5em;
	vertical-align: middle;
}
.single-rating a {
    font-size: 1em;
    color: #999;
    font-weight: 500;
	vertical-align: middle;
}
.single-rating a:hover{
    color: #ff590f;
}
.single-rating a:before {
    padding: 0 8px;
    color: #353F49;
    content: "/\00a0";
}
.single-info h6 {
    font-size: 2em;
    color: #353F49;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}
.single-info p {
    font-size: 1em;
    color: #999;
    line-height: 1.8em;
    margin: 1em 0;
}
.single-info .quantity p {
    display: inline-block;
    color: #FF590F;
    font-weight: 700;
}
.quantity input.item_quantity {
	width: 50px;
    height: inherit;
    display: inline-block;
    margin: 0px 0px 0 10px;
    padding: 7px 0;
    outline: none;
    text-align: center;
    font-size: 1em;
    color: #999;
}
.single-top-left ul {
    float: left;
    width: 50%;
}
.single-top-left ul  h4 {
    color: #ff590f;
    font-size: 2.2em;
}
.single-top-left ul li {
    display: inline-block;
    margin: 1em 1em 1em 0;
}
.single-top-left ul li a {
    color: #999;
    font-weight: 600;
    font-family: 'Pompiere', cursive;
    font-size: 1em;
    letter-spacing: 1px;
}
.single-top-left ul li a:hover{
    color: #ff590f;
}
.single-top-left ul.color li a {
    width: 12px;
    height: 12px;
    background: #383897;
	-webkit-border-radius: 50%;
    border-radius: 50%;
	-moz-border-radius: 50%;
    display: block;
}
.single-top-left ul li a.red {
    background: #F00;
}
.single-top-left ul li a.green {
    background: #008000;
}
.single-top-left ul li a.pink {
    background: #DA70D6;
}
.btn_form a {
    border: 1px solid rgb(133, 139, 145);
    padding: 0.8em 2em;
    display: inline-block;
    text-decoration: none;
    color: #353F49;
    font-size: 0.9em;
    font-weight: 600;
    margin: 1em 0;
}
.btn_form a:hover{
	color: #ff590f;
	border-color: #ff590f;
}
/*--collapse-tabs--*/
.collpse.tabs {
    padding-top: 1em;
}
.panel-group {
    margin-bottom: 0;
}
h4.panel-title a {
    font-size: 1.3em;
    text-transform: capitalize;
    color: #fff;
    display: block;
    text-decoration: none;
    padding: .6em 1.5em;
}
.panel-default {
    border-color: #52CFF3;
}
.panel-body {
	padding: 15px;
	color: #999;
	line-height: 1.8em;
	font-size: 1em;
}
.panel-default > .panel-heading {
    color: #fff;
    background-color: #006A45;
    border-color: #006A45;
    padding: 0;
}

/*--//gallery--*/
@media (max-width:991px){
.list-group {
    margin-bottom: 25px;
}
.grid_3 {
    margin-bottom: 0em;
}
.grid_5 {
    padding: 1em 0;
}
}

@media (max-width:768px) {
    .grid_5 {
        padding: 0 0 1em;
    }

    .grid_3 {
        margin-bottom: 0em;
    }

    .trend {
        padding: 4em 0;
    }

    .products, .related-products, .login-page, .contact, .cart-items, .about, .faq-info, .codes {
        padding: 3em 0;
    }

    .product-grids .new-top {
        padding: 0 1em;
    }
}

@media (max-width:756px) {
    .userviewmobile {
        width: 34px;
        right: 36px;
        position: absolute;
        bottom: 145px;
    }

    .breadcrumb {
        display: none;
    }

    .new-grid.new-mdl, .gallery-grid.gallery-grid1 {
        margin: 0 0.5em;
    }

    .new-grid.new-mdl1, .gallery-grid.gallery-grid2 {
        margin-right: 0.5em;
    }

    .new-grid, .gallery-grid {
        width: 24.1%;
        float: left;
    }

    .new-text ul li a {
        padding: 0.6em 1em;
    }

    .new-bottom {
        padding: 0.8em;
    }

    .ofr p {
        font-size: 0.9em;
    }

    .new-text {
        top: 9%;
    }

    .gallery-text h5 {
        font-size: 1.4em;
    }
    
    .gallery-text ul li a span.glyphicon {
        font-size: 1em;
    }

    .gallery {
        padding: 2.5em 0;
    }

    .trend {
        padding: 3em 0;
    }

    .trend-slider h4 {
        font-size: 1.8em;
    }

    .trend-slider h5 {
        font-size: 1.8em;
    }

    .trend-slider p {
        font-size: 0.85em;
    }

    .trend-info {
        padding: 2em 3em 1.5em 1em;
    }

    .flexslider.trend-slider ol.flex-control-nav {
        right: -5%;
    }

    .cart-item-info h4 {
        font-size: 1.8em;
    }

        .cart-item-info h4 span {
            font-size: 0.9em;
            margin-bottom: 0.5em;
        }

    ul.qty li p {
        font-size: 0.9em;
    }

    .product-grids {
        width: 31.7%;
    }

    .new-text {
        top: 14%;
    }

    input.item_quantity {
        padding: 0.6em 1em;
    }

    .new-text {
        top: 17%;
    }
}

@media (max-width:640px) {
    .header_mycartdisplay {
        display: none;
    }

    .header-top-links {
        text-align: left;
        margin-top: -6px;
        padding-bottom: 20px;
    }
    h1, .h1, h2, .h2, h3, .h3 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

        .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
            margin-bottom: .5em;
        }

    .progress {
        height: 10px;
        margin-bottom: 10px;
    }

    ol.breadcrumb li, .grid_3 p, ul.list-group li, li.list-group-item1 {
        font-size: 14px;
    }

    .breadcrumb {
        margin-bottom: 10px;
    }

    .well {
        font-size: 14px;
        margin-bottom: 10px;
    }

    h2.typoh2 {
        font-size: 1.5em;
    }

    .grid_4 {
        margin-top: 30px;
    }
}

    @media (max-width:480px) {
        body {
            overflow-x: hidden;
        }

        .dropAvatar_img {
            width: 24px;
        }

        .header-top-links > li:first-child {
            display: none;
        }

        .header-top-links {
            text-align: right;
            margin-top: -10px;
        }

        .menuviewright-dropmenu {
            position: absolute;
            right: 2%;
            padding: 0;
            margin: 0;
        }

        .menuviewleft-dropmenu {
            position: absolute;
            top: 4px;
        }

        .welcomeuser-dropmenu {
            right: -52px;
            /* position: absolute; */
            margin-top: 11%;
            z-index: 1020;
        }

        .dropbtn .p-t-xs {
            padding-top: 0px !important;
        }

        .breadcrum-mobile-style {
            background: #57c200;
            padding: 2px 0;
            margin-top: -3px;
        }

        .menunav-mobile-style {
            position: relative;
            z-index: 120;
            background: rgb(255, 255, 255) none repeat scroll 0% 0%;
            width: 150px !important;
            left: -10px !important;
            border: 1px solid rgb(204, 204, 204);
            top: -6px;
        }

        .breadcrumb {
            margin-bottom: 0;
            margin: 0;
            padding: 5px 0px;
            padding-left: 4%;
        }

        .themeBtn, .themeBtn2, .themeBtn3 {
            height: auto;
        }

        .carousel-showmanymoveone {
            padding-left: 0;
            height: 324px;
            overflow: hidden;
        }

            .carousel-showmanymoveone .carousel-control {
                margin-top: 42% !important;
            }

        .carousel .item .col-xs-12 {
            width: 100%;
        }

        .carousel-showmanymoveone h2 {
            margin: 0 auto;
            width: 100%;
        }

        button.navbar-toggle {
            margin-right: 44%;
        }

        .top-header .nav.navbar-nav {
            float: none;
            text-align: center;
        }

            .top-header .nav.navbar-nav.social-icons {
                float: none;
                margin: 0.5em 0;
            }

        .header-two .navbar-nav.header-two-left {
            margin-top: 1em;
            width: 100%;
            text-align: center;
        }

        .header-two-left ul li {
            margin: 0 1em;
            display: inline-block;
        }

        .header-two .navbar-nav {
            width: 100%;
            float: none;
            margin: 0 0 1em;
        }

        .header-right {
            width: 47%;
        }

            .header-right.cart {
                margin-top: 0;
                margin-right: 0em;
                padding-right: 5em;
            }

            .header-right.my-account {
                margin: 1.3em 0;
            }

        .breadcrumb {
            margin-bottom: 0;
        }

        .logo h1 {
            margin: 0.5em 0;
        }

        .banner-text h3 {
            margin: 0.5em auto;
        }

        .banner-left h4 {
            font-size: 1.5em;
            margin-bottom: 0.5em;
        }

        ul#example li span {
            font-size: 1.5em;
            color: #fff;
            line-height: 0.6em;
        }

        ul#example li {
            width: 18%;
            padding: 0.8em;
        }

        .banner-right {
            min-height: 245px;
            background-position: 0px -10px;
        }

            .banner-right ul li h4 {
                left: 21%;
                font-size: 4em;
            }

        .title-info p {
            letter-spacing: 0px;
        }

        .new-grid, .gallery-grid {
            width: 49%;
        }

            .new-grid.new-mdl, .gallery-grid.gallery-grid1 {
                margin: 0 0 .5em .5em;
            }

        .gallery-grid {
            height: 18.9em;
            padding: 1em 3em;
            margin-bottom: 0.5em;
        }

        .new-info {
            padding-bottom: 3em;
            border-bottom: 3px double #9FA3AA;
        }

        h3.title {
            font-size: 2.5em;
        }

        .trend-left {
            float: none;
            width: 50%;
            margin: 0 auto;
        }

        .trend-right {
            float: none;
            width: 100%;
            text-align: center;
        }

        .trend-info {
            padding: 1.5em;
        }

        .trend-slider h4 {
            font-size: 1.5em;
        }

        .trend-slider h5 {
            font-size: 1.5em;
        }

        .navbar-default .navbar-nav > li > a {
            padding: 0.7em 0.8em;
        }

        .menu-grids {
            padding: 0;
            float: none;
            width: 100%;
            text-align: center;
        }

        ul.dropdown-menu.multi-column.multi-column1 .menu-grids:nth-child(3) {
            width: 100%;
            padding: 0;
        }

        .menu-two.multi-column3 .menu-grids:nth-child(2) {
            width: 100%;
        }

        .social-btn i {
            font-size: 0.9em;
            vertical-align: inherit;
        }

        .cart-items h3 {
            font-size: 1.8em;
        }

        .cart-item-info h4 {
            font-size: 1.6em;
        }

            .cart-item-info h4 span {
                font-size: 0.87em;
            }

        .alert-close, .alert-close1, .alert-close2 {
            top: 4px;
        }

        .cart-items {
            padding: 3em 0 0;
        }

        .address-grid {
            padding: 1em;
        }

        .address h4 {
            font-size: 1.8em;
        }

        .address input[type="text"] {
            padding: .6em 1em;
            margin-bottom: 1em;
            font-size: 0.9em;
        }

        .address-info {
            padding: 1em;
        }

        .address input[type="submit"] {
            padding: .6em 4em;
            font-size: 0.9em;
        }

        .address textarea {
            min-height: 9.9em;
            font-size: 0.9em;
        }

        .address {
            padding: 3em 0;
        }

        .footer-grids ul li {
            padding: 5px 14px 0 0;
        }

        .login-top {
            padding: 0.6em;
        }

        .login-page input[type="submit"] {
            padding: .7em 1em;
            font-size: 0.9em;
        }

        .contact iframe {
            min-height: 200px;
        }

        .footer input[type="text"] {
            font-size: 0.9em;
            padding: 10px 10px;
        }

        .footer input[type="submit"] {
            font-size: 1em;
            padding: 8px 12px;
        }

        .about p {
            font-size: 0.9em;
        }

        .dropdownsidebar > li > a {
            font-size: 0.9em;
            line-height: 1.8em;
        }

        .dropdownsidebar-info .dropdownsidebar li p {
            font-size: 0.9em;
            padding-left: 1em;
        }

        .dropdownsidebar-info a {
            padding: 0.7em 0.8em;
        }

        .product-grids {
            width: 32.2%;
        }

            .product-grids.product-grids-mdl {
                margin: 0 0.5em;
            }

            .product-grids:hover .new-text {
                left: 0;
                width: 100%;
            }

        .imagezoom-view {
            display: none;
        }

        .single-top {
            margin-left: 18%;
            width: 75%;
        }

        .single-top-left h3 {
            font-size: 1.5em;
        }

        .single-rating {
            margin: 0.8em 0;
        }

        .single-info p {
            margin: 0.5em 0;
        }

        .collpse.tabs {
            padding-top: 0;
        }

        h4.panel-title a {
            font-size: 1.2em;
            padding: .5em 1em;
        }

        .dropdown-content {
            display: none;
            position: absolute;
            float: left;
            right: 0;
            width: 122px;
            z-index: 1020;
        }

        .rsidebar {
            display: none !important;
        }

        .table h1 {
            font-size: 26px;
        }

        .table h2 {
            font-size: 23px;
        }

        .table h3 {
            font-size: 20px;
        }

        .label {
            font-size: 53%;
        }

        .alert, p {
            font-size: 14px;
        }

        .pagination {
            margin: 20px 0 0px;
        }

        .trend-left {
            float: none;
            width: 50%;
            margin: 0 auto;
        }

        .trend-right {
            float: none;
            width: 100%;
            text-align: center;
        }

        .trend-info {
            padding: 1.5em;
        }

        .trend-slider h4 {
            font-size: 1.5em;
        }

        .trend-slider h5 {
            font-size: 1.5em;
        }


        .faq > li > a {
            font-size: 0.9em;
            line-height: 1.8em;
        }

        .faq-info .faq li p {
            font-size: 0.9em;
            padding-left: 1em;
        }

        .faq-info a {
            padding: 0.7em 0.8em;
        }

        .product-grids {
            width: 32.2%;
        }

            .product-grids.product-grids-mdl {
                margin: 0 0.5em;
            }

            .product-grids:hover .new-text {
                left: 0;
                width: 100%;
            }

        .imagezoom-view {
            display: none;
        }

        .single-top {
            margin-left: 18%;
            width: 75%;
        }

        .single-top-left h3 {
            font-size: 1.5em;
        }

        .single-rating {
            margin: 0.8em 0;
        }

        .single-info p {
            margin: 0.5em 0;
        }

        .collpse.tabs {
            padding-top: 0;
        }

        h4.panel-title a {
            font-size: 1.2em;
            padding: .5em 1em;
        }
    }
@media(max-width:450px) {
    .welcomeuser-dropmenu {
        right: -34px;
        margin-top: 11%;
    }
}
    @media (max-width:758px) {


        .dropAvatar_img {
            width: 24px;
        }

        .header-top-links > li:first-child {
            display: none;
        }

        .header-top-links {
            text-align: right;
            margin-top: -10px;
        }

        .menuviewright-dropmenu {
            position: absolute;
            right: 2%;
            padding: 0;
            margin: 0;
        }

        .menuviewleft-dropmenu {
            position: absolute;
            top: 4px;
        }

        .welcomeuser-dropmenu {
            right: -2%;
            position: absolute;
            margin-top: 35%;
            z-index: 1020;
        }

        .dropbtn .p-t-xs {
            padding-top: 0px !important;
        }

        .breadcrum-mobile-style {
            background: #57c200;
            padding: 2px 0;
            margin-top: -3px;
        }

        .menunav-mobile-style {
            position: relative;
            z-index: 120;
            background: rgb(255, 255, 255) none repeat scroll 0% 0%;
            width: 150px !important;
            left: -10px !important;
            border: 1px solid rgb(204, 204, 204);
            top: -6px;
        }
    }

    @media (max-width:640px) {
        .userviewmobile {
            width: 34px;
            right: 36px;
            position: absolute;
            bottom: 105px;
        }

        .dropAvatar_img {
            width: 24px;
        }

        .header-top-links > li:first-child {
            display: none;
        }

        .header-top-links {
            text-align: right;
            margin-top: -10px;
        }

        .menuviewright-dropmenu {
            position: absolute;
            right: 2%;
            padding: 0;
            margin: 0;
        }

        .menuviewleft-dropmenu {
            position: absolute;
            top: 4px;
        }

        .welcomeuser-dropmenu {
            right: -22%;
            position: absolute;
            margin-top: 8%;
            z-index: 1020;
        }

        .dropbtn .p-t-xs {
            padding-top: 0px !important;
        }

        .breadcrum-mobile-style {
            background: #57c200;
            padding: 2px 0;
            margin-top: -3px;
        }

        .menunav-mobile-style {
            position: relative;
            z-index: 120;
            background: rgb(255, 255, 255) none repeat scroll 0% 0%;
            width: 150px !important;
            left: -10px !important;
            border: 1px solid rgb(204, 204, 204);
            top: -6px;
        }
    }

    @media (max-width:600px) {
        .searchviewmobile {
            left: 0;
            width: 100%;
        }
        .breadcrumb {
            display: none;
        }

        .header_mycartdisplay {
            display: none;
        }

        .userviewmobile {
            width: 34px;
            right: 24px;
            position: absolute;
            top: -125px;
        }
        .welcomeuser-dropmenu {
            right: -24.5%;
            position: absolute;
            margin-top: 7.5%;
            z-index: 1020;
        }

        .header-top-links {
            text-align: left;
            margin-top: -6px;
            padding-bottom: 4px;
        }
    }

    @media (max-width:584px) {


        .dropAvatar_img {
            width: 24px;
        }

        .header-top-links > li:first-child {
            display: none;
        }

        .header-top-links {
            text-align: right;
            margin-top: -10px;
        }

        .menuviewright-dropmenu {
            position: absolute;
            right: 2%;
            padding: 0;
            margin: 0;
        }

        .menuviewleft-dropmenu {
            position: absolute;
            top: 4px;
        }

        .welcomeuser-dropmenu {
            right: -2%;
            position: absolute;
            margin-top: 35%;
            z-index: 1020;
        }

        .dropbtn .p-t-xs {
            padding-top: 0px !important;
        }

        .breadcrum-mobile-style {
            background: #57c200;
            padding: 2px 0;
            margin-top: -3px;
        }

        .menunav-mobile-style {
            position: relative;
            z-index: 120;
            background: rgb(255, 255, 255) none repeat scroll 0% 0%;
            width: 150px !important;
            left: -10px !important;
            border: 1px solid rgb(204, 204, 204);
            top: -6px;
        }
    }

    @media (max-width:576px) {


        .dropAvatar_img {
            width: 24px;
        }

        .header-top-links > li:first-child {
            display: none;
        }

        .header-top-links {
            text-align: left;
            margin-top: -11px;
            margin-left: -18px;
            margin-bottom: 16px;
            padding-top: 10px;
            font-size: 12px;
        }

        .menuviewright-dropmenu {
            position: absolute;
            right: 2%;
            padding: 0;
            margin: 0;
        }

        .menuviewleft-dropmenu {
            position: absolute;
            top: 4px;
        }

        .container-2 {
            vertical-align: middle;
            white-space: nowrap;
            position: relative;
            margin-left: -10px;
            padding: 5px 0 5px 0;
            padding-right: 0;
        }

        .searchviewmobile {
            left: 0;
        }

        .userviewmobile {
            width: 34px;
            right: 9px;
            position: absolute;
            top: -41px;
        }

        .welcomeuser-dropmenu {
            right: -2%;
            position: absolute;
            margin-top: 35%;
            z-index: 1020;
        }

        .dropbtn .p-t-xs {
            padding-top: 0px !important;
        }

        .breadcrum-mobile-style {
            background: #57c200;
            padding: 2px 0;
            margin-top: -3px;
        }

        .loginmobilerightpan {
            float: right;
        }

        .menunav-mobile-style {
            position: relative;
            z-index: 120;
            background: rgb(255, 255, 255) none repeat scroll 0% 0%;
            width: 150px !important;
            left: -10px !important;
            border: 1px solid rgb(204, 204, 204);
            top: -6px;
        }

        .breadcrumb {
            display: none;
        }
        .navbar-default .navbar-nav .open .dropdown-menu > li > a {
            color: #616161;
        }

        .navbar-nav .open .dropdown-menu {
            position: static;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: #fff;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #000;
        }

        .navbar-default .navbar-nav .open > a, .navbar-default .navbar-nav .open > a:hover, .navbar-default .navbar-nav .open > a:focus {
            color: #fff;
            background-color: #616161;
        }
    }

    @media (max-width: 560px) {
        .userviewmobile {
            width: 34px;
            right: 24px;
            position: absolute;
            top: -109px;
        }
    }

    @media (max-width: 550px) {
        .userviewmobile {
            width: 34px;
            right: 14px;
            position: absolute;
            top: -72px;
        }
    }

    @media(max-width:480px) {
        .userviewmobile {
            width: 34px;
            right: 14px;
            position: absolute;
            top: -82px;
        }
    }

    @media(max-width:414px) {
        .menuviewleft-dropmenu {
            position: absolute;
            top: 0px;
            left: 11px;
        }
        .loginmobilerightpan {
            left: -21px;
        }
        .welcomeuser-dropmenu {
            margin-top: 12%;
            right: -15px;
        }

        .userviewmobile {
            width: auto;
            right: 16px;
            bottom: 0px;
        }

        .header-top-links {
            text-align: left;
            margin-left: -18px;
            margin-bottom: 11px;
            padding-top: 0px;
            font-size: 12px;
        }
        .hideDive {
            display: block !important;
        }

        .rsidebar {
            display: none !important;
        }
        /*.gallery-grid {
    padding: 0.5em 1.3em;
}*/
        .product-grids.product-grids-mdl {
            margin: 0 1em 1em 0;
        }

        .product-grids {
            width: 46%;
            margin: 0 1em 1em 0;
        }

        .social-btn.sb-two {
            margin-left: 1em;
        }

        .social-btn a {
            padding: .7em 1.2em;
        }

        .login-page-bottom h5 {
            margin: 0.5em 0;
        }

        .address-left, .address-right {
            float: none;
            width: 100%;
            padding: 0;
        }

        .address-right {
            margin-top: 1em;
        }

        .delivery p, .delivery span {
            float: none;
        }

        .delivery span {
            margin-top: 0.5em;
        }

        .logo h1 {
            margin: 0.3em 0;
        }

        .faq-info .faq li p, .faq > li > a {
            font-size: 0.87em;
        }

        .faq li {
            margin-top: 0.5em;
        }
    }
@media(max-width:412px) {
    .menuviewleft-dropmenu {
        position: absolute;
        top: 4px;
        left: 13px;
    }
    .searchviewmobile {
        left: 0;
        width: 100%;
    }
    .header-top-links {
        text-align: left;
        margin-left: -18px;
        margin-bottom: 12px;
        padding-top: 0px;
        font-size: 12px;
    }
}
    @media(max-width:411px) {
        .header-top-links {
            text-align: left;
            margin-left: -18px;
            margin-bottom: 0px;
            padding-top: 12px;
            font-size: 12px;
        }

        .welcomeuser-dropmenu {
            right: -10%;
            position: absolute;
            margin-top: 12%;
            z-index: 1020;
        }
    }

    @media (max-width: 375px) {
        .welcomeuser-dropmenu {
            margin-top: 16%;
            right: -41px;
        }

        .userviewmobile {
            width: 34px;
            right: 14px;
            position: absolute;
            top: -42px;
        }

        .Logindropmenubtn {
            padding: 5px;
            font-size: 11px;
        }
    }

    @media (max-width: 384px) {
        .userviewmobile {
            width: 34px;
            right: 14px;
            position: absolute;
            top: -33px;
        }
    }

    @media (max-width: 360px) {
        .menuviewleft-dropmenu {
            position: absolute;
            top: 4px;
            left: 14px;
        }
        .welcomeuser-dropmenu {
            right: -5%;
            position: absolute;
            margin-top: 14%;
            z-index: 1020;
        }

        .userviewmobile {
            width: 34px;
            right: 10px;
            position: absolute;
            top: -40px;
        }

        .Logindropmenubtn {
            background-color: #006A45;
            color: white;
            padding: 5px;
            font-size: 12px;
            border: none;
            cursor: pointer;
        }

        .header-top-links {
            text-align: left;
            margin-top: -11px;
            margin-left: -18px;
            margin-bottom: 0px;
            padding-top: 10px;
            font-size: 12px;
        }
        .searchviewmobile {
            left: 0;
            width: 100%;
        }
    }


    @media (max-width: 320px) {
        .welcomeuser-dropmenu {
            margin-top: 14%;
        }

        .hideDive {
            display: block;
        }

        .rsidebar {
            display: none !important;
        }

        .grid_4 {
            margin-top: 18px;
        }

        .alert, p, ol.breadcrumb li, .grid_3 p, .well, ul.list-group li, li.list-group-item1, a.list-group-item {
            font-size: 13px;
        }

        .alert {
            padding: 10px;
            margin-bottom: 10px;
        }

        ul.pagination li a {
            font-size: 14px;
            padding: 5px 11px !important;
        }

        .list-group {
            margin-bottom: 10px;
        }

        .well {
            padding: 10px;
        }

        .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
            font-size: 0.81em;
        }

        .table td, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
            padding: 13px !important;
        }

        .codes .row {
            margin: 0;
        }

        .new-grid, .gallery-grid {
            width: 48.7%;
        }

        .new-bottom h5 {
            font-size: 1.3em;
        }

        .rating span {
            font-size: 1em;
        }

        .ofr p.pric1 {
            margin-right: 3px;
        }

        .ofr p {
            font-size: 0.85em;
        }

        .new-info {
            padding-bottom: 2em;
        }

        .gallery {
            padding: 2em 0;
        }

        .gallery-grid {
            padding: 0.5em 0.8em;
        }

        .gallery-grid {
            height: 16em;
        }

        .gallery-text p {
            font-size: 1.1em;
        }

        .gallery-text h5 {
            font-size: 1.3em;
        }

        .trend-left {
            width: 75%;
        }

        .flexslider.trend-slider ol.flex-control-nav {
            right: -1%;
            bottom: 71%;
        }

        .products, .related-products, .login-page, .contact, .cart-items, .about, .faq-info, .codes {
            padding: 2em 0;
        }

        .cart-item-info h4 span {
            margin-bottom: 0.5em;
        }

        ul.qty li {
            margin-right: 4%;
        }

        .cart-item-info h4 {
            margin-bottom: 0.4em;
        }

        .delivery {
            margin-top: 0.5em;
        }

        .cart-sec {
            margin-bottom: 1.5em;
        }

        .product-grids {
            width: 47.4%;
            margin: 0 0.5em 0.5em 0;
        }

            .product-grids.product-grids-mdl {
                margin: 0 0.5em 0.5em 0;
            }

        .new-bottom {
            padding: 0 0 1em;
        }

        .rsidebar .gallery-grid {
            height: 25.9em;
        }

        .single-top {
            margin-left: 18%;
            width: 85%;
            padding: 0;
        }
    }
    /*--//Shortcodes--*/
    /*--slider-up-arrow--*/
    #toTop {
        display: none;
        text-decoration: none;
        position: fixed;
        bottom: 3%;
        right: 3%;
        overflow: hidden;
        width: 32px;
        height: 32px;
        border: none;
        text-indent: 100%;
        background: url("../img/move-up.png") no-repeat 0px 0px;
        z-index: 999;
    }

    #toTopHover {
        width: 32px;
        height: 32px;
        display: block;
        overflow: hidden;
        float: right;
        opacity: 0;
        -moz-opacity: 0;
        filter: alpha(opacity=0);
    }
    /*--//slider-up-arrow--*/
    /*---- responsive-design -----*/
    @media(max-width:1366px) {
        .login-page {
            width: 38%;
        }

        .login-top {
            padding: 1em;
        }

        .title-info {
            margin-bottom: 4em;
        }

        .scroll-pane {
            height: 130px;
        }
    }

    @media(max-width:1280px) {
        .login-page {
            width: 43%;
        }

        #toTop {
            right: 2%;
        }

        .footer {
            padding: 4em 0;
        }
    }

    @media(max-width:1080px) {
        .cd-header-buttons {
            right: 8%;
        }

        .cd-search input {
            font-size: 1.5em;
        }

        .banner {
            padding: 7em 0;
        }

        .banner-right ul li h4 {
            left: 20%;
        }

        .new {
            padding: 4em 0 0;
        }

        .new-grid, .gallery-grid {
            width: 23.85%;
        }

            .new-grid.new-mdl, .gallery-grid.gallery-grid1 {
                margin: 0 1em;
            }

            .new-grid.new-mdl1, .gallery-grid.gallery-grid2 {
                margin-right: 1em;
            }

        .new-bottom h5 {
            font-size: 1.5em;
        }

        .rating span {
            font-size: 1.1em;
            vertical-align: middle;
        }

        .new-text {
            top: 14%;
            width: 90%;
        }

        .new-grid:hover .new-text {
            left: 5%;
        }

        .new-text ul li a {
            font-size: 0.9em;
        }

        .new-top {
            padding: 0.8em 1em;
        }

        .new-info {
            padding-bottom: 4em;
        }

        .gallery {
            padding: 4em 0;
        }

        .gallery-text h5 {
            font-size: 1.6em;
            margin: 0.5em 0 .3em;
        }

        .gallery-grid {
            height: 24.7em;
            margin-bottom: 1em;
        }

        .trend-info {
            padding: 3em 9em 2em 2em;
        }

        .trend-slider h4 {
            font-size: 2.5em;
        }

        .trend-slider h5 {
            font-size: 2.8em;
        }

        .footer {
            padding: 3.5em 0;
        }

        .products, .related-products, .login-page, .contact, .cart-items, .about, .dropdownsidebar-info, .codes {
            padding: 4em 0;
        }

        .login-page {
            width: 55%;
        }

        h3.title {
            font-size: 3.3em;
        }

        .title-info {
            margin-bottom: 3em;
        }

        .footer-grids ul li {
            padding: 5px 25px 5px 0;
        }

        .contact iframe {
            min-height: 340px;
        }

        .address p {
            letter-spacing: 0px;
        }

        .rsidebar-top {
            padding: 1.5em;
        }

        .rsidebar h4 {
            font-size: 1.1em;
        }

        .product-grids {
            width: 32%;
            margin-bottom: 1em;
        }

            .product-grids.product-grids-mdl {
                margin: 0 1em;
            }

        .single-top {
            margin-left: 13%;
        }

        .single-top-left h3 {
            font-size: 1.6em;
        }

        .single-top-left {
            padding: 0;
        }

        .single-info {
            padding: 5em 0 3em;
        }
    }

    @media(max-width:991px) {
        .header-two-left ul li {
            font-size: 0.9em;
            margin-right: 1em;
        }

            .header-two-left ul li i.glyphicon {
                margin-right: .5em;
            }

        .header-two .navbar-nav {
            width: 33%;
        }

        .header-right.cart {
            margin-right: 0.5em;
            padding-right: 0.8em;
        }

        .header-two-left ul li {
            font-size: 0.9em;
            margin: 0.6em 0 0;
            display: block;
        }

        .logo h1 {
            font-size: 2.8em;
            margin: 0.6em 0 0.5em;
            font-weight: 900;
        }

        .header-two-left {
            margin-top: 2.1em;
        }

        .header-right.cart {
            margin-top: 2em;
        }

        .header-right.my-account {
            margin: 3.1em 0;
        }

        .social-icons ul li {
            margin-left: 0.8em;
        }

        .banner-left {
            padding: 0;
        }

        .banner h2 {
            font-size: 2.6em;
        }

        .banner-text h3 {
            margin: 1em auto;
        }

        ul#example li {
            padding: 1em;
            width: 29%;
        }

            ul#example li:nth-child(2) {
                margin: 0 0.5em;
            }

        .banner-right ul li h4 {
            left: 15%;
            font-size: 4.5em;
            bottom: 27%;
        }

        .banner-right {
            min-height: 260px;
            padding: 0 0 1em;
        }

        .banner {
            padding: 5em 0;
        }

        .new-grid, .gallery-grid {
            width: 23.5%;
            float: left;
        }

        .new-text {
            top: 12%;
            width: 100%;
            padding: 1em;
        }

        .new-grid:hover .new-text {
            left: 0%;
        }

        .navbar-default .navbar-nav > li > a {
            padding: 0px 8px !important;
        }

        .cd-header-buttons {
            right: 2%;
        }

        .new-bottom {
            text-align: center;
        }

        .rating {
            float: none;
        }

        .rating {
            margin-top: .4em;
        }

        .ofr p {
            font-size: 1em;
            margin-top: 0.5em;
        }

        .new-text ul li:nth-child(2) {
            margin: 0.5em 0;
        }

        .gallery {
            padding: 3em 0;
        }

        h3.title {
            font-size: 3em;
        }

        .gallery-grid {
            height: 20.5em;
            padding: 1em;
        }

        .trend-left {
            float: left;
            width: 40%;
        }

        .trend-right {
            float: right;
            width: 60%;
            padding: 0;
        }

        .flexslider.trend-slider .slides img {
            width: 100%;
        }

        .trend-slider h4 {
            font-size: 2em;
        }

        .trend-slider h5 {
            font-size: 2.4em;
        }

        .trend-slider p {
            font-size: 0.9em;
            margin-top: 1em;
        }

        .trend-info {
            padding: 2em 5em 1.5em 1em;
        }

        .footer-grids:nth-child(2) {
            margin: 2em 0;
        }

        .footer {
            padding: 3em 0;
        }

        ul.dropdown-menu.multi-column {
            padding: 1.5em;
        }

        .multi-column-dropdown li a {
            font-size: 0.9em;
        }

        .row h4 {
            font-size: 0.9em;
        }

        .menu-grids.menulist1 ul {
            width: 46%;
        }

        .menu-grids {
            padding-right: 0;
        }

        ul.dropdown-menu.multi-column.multi-column1 .menu-grids:nth-child(3) {
            width: 25%;
            padding-left: 3em;
        }

        .new-add2 h6 {
            font-size: 1.6em;
        }

        .new-add h5 {
            font-size: 2.1em;
        }

        .contact iframe {
            min-height: 300px;
        }

        .address {
            padding: 4em 0;
        }

            .address h4 {
                font-size: 2.5em;
                margin-bottom: 0.6em;
            }

        .address-left {
            float: left;
            width: 50%;
            padding-left: 0;
        }

        .address-right {
            float: right;
            width: 50%;
            padding: 0;
        }

        .address .address-info h4 {
            margin-bottom: .3em;
        }

        .address p {
            font-size: 1em;
        }

        .address-info {
            padding: 2.5em;
        }

        .address-grid {
            padding: 2.5em;
        }

        .address input[type="text"] {
            padding: .6em 1em;
            margin-bottom: 1.5em;
        }

        .address-info.address-mdl {
            margin: 1.5em 0;
        }

        .address textarea {
            min-height: 14.5em;
        }

        .product-model-sec .new-text {
            width: 80%;
        }

        .rsidebar {
            width: 100%;
            margin: 1em auto 0;
        }

        .single-top {
            width: 50%;
        }

        .single-top-left h3 {
            margin-top: 1.5em;
        }

        .single-info h6 {
            font-size: 1.8em;
        }

        .single-info {
            padding: 4em 0 1em;
        }
    }

    @media(max-width:800px) {
        .Logindropmenubtn {
            padding: 9px;
            font-size: 12px;
            border: none;
            cursor: pointer;
        }

        .top-header p, .top-header h2 {
            letter-spacing: 0px;
        }

        .header-right a {
            font-size: 0.8em;
        }

        .header-two .navbar-nav {
            width: 32%;
        }

        .header-two-left {
            margin-top: 1.8em;
        }

        .cd-search input {
            font-size: 1.3em;
        }

        .banner-right {
            min-height: 280px;
            padding: 1em 0 0;
            background-position: 0px -15px;
        }

            .banner-right ul li h4 {
                bottom: 24%;
            }

        .new {
            padding: 3em 0 0;
        }

        .title-info p {
            font-size: 0.9em;
        }

        .trend {
            padding: 4em 0;
        }

        .products, .related-products, .login-page, .contact, .cart-items, .about, .dropdownsidebar-info, .codes {
            padding: 3em 0;
        }

        .login-page {
            width: 60%;
        }

        .product-grids .new-top {
            padding: 0 1em;
        }
    }

    @media(max-width:767px) {
        .top-header .nav.navbar-nav {
            margin: 0;
            float: left;
        }

            .top-header .nav.navbar-nav.social-icons {
                float: right;
                margin-top: 0.5em;
            }

        .header-two .navbar-nav {
            width: 36%;
            float: left;
            margin: 0 0 0;
        }

            .header-two .navbar-nav.header-two-left {
                margin-top: 1.6em;
                width: 28%;
            }

        button.navbar-toggle {
            border-color: #F07818 !important;
            background-color: #F07818;
        }

        button.navbar-toggle {
            margin-right: 0%;
        }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #F07818;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #F2F6F7;
        }

        .navbar-nav > li {
            display: block;
        }

        .navbar-nav {
            margin: 0;
        }

        div#bs-example-navbar-collapse-1 {
            padding: 0;
            overflow: inherit;
        }

        .navbar-default .navbar-nav > li > a {
            padding: 0.8em 0.8em;
            font-size: 1em;
        }

        .menu-grids {
            padding-right: 0;
            float: left;
            width: 25%;
        }

        ul.dropdown-menu.multi-column {
            padding: 1em;
        }

        .menu-grids.menulist1 ul {
            width: 100%;
            display: block;
        }

        .multi-column-dropdown li a {
            font-size: 0.85em;
        }

        ul.multi-column-dropdown:nth-child(3) {
            border: none;
        }

        ul.dropdown-menu.multi-column.multi-column1 .menu-grids:nth-child(3) {
            width: 25%;
            padding-left: 1em;
        }
    }

    @media(max-width:768px) {
        .logo h1 {
            font-size: 2.5em;
        }

        .header-right.cart {
            margin-top: 1.6em;
        }

        .header-right.my-account {
            margin: 2.8em 0;
        }

        .header-two-left {
            margin-top: 1.8em;
        }

        .breadcrumbs {
            padding: 1.2em 0;
        }

        .banner {
            padding: 4.5em 0;
        }

        .new-text {
            top: 16%;
            width: 97%;
        }

        .new-grid:hover .new-text {
            left: 1%;
        }

        .new-text ul li a {
            padding: 0.8em 1em;
        }
        .searchviewmobile {
            width: 69%;
            float: right;
            top: 0;
        }
    }

    @media(max-width:640px) {
        .row h4 {
            margin-bottom: 0;
        }

        .menu-grids.new-add2 {
            padding: 0;
        }

        .new-add2 h6 {
            font-size: 1.4em;
        }

        .menu-two.multi-column3 .menu-grids:nth-child(2) {
            width: 74%;
        }

        .multi-column4 .menu-grids:nth-child(4) {
            padding: 0;
        }

        .new-add h5 {
            font-size: 2em;
        }

        .banner {
            padding: 3em 0;
        }

        .banner-text h3 {
            font-size: 1.3em;
            padding: .5em 1em;
        }

        ul#example li {
            width: 19%;
        }

        .banner-right {
            margin-top: 1.5em;
        }

        h3.title {
            font-size: 2.8em;
        }

        .title-info {
            margin-bottom: 2em;
        }

        .new-grid.new-mdl, .gallery-grid.gallery-grid1 {
            margin: 0 0.5em;
        }

        .new-grid.new-mdl1, .gallery-grid.gallery-grid2 {
            margin-right: 0.5em;
        }

        .new-grid, .gallery-grid {
            width: 24.1%;
            float: left;
        }

        .new-text ul li a {
            padding: 0.6em 1em;
        }

        .new-bottom {
            padding: 0.8em;
        }

        .ofr p {
            font-size: 0.9em;
        }

        .new-text {
            top: 9%;
        }

        .gallery-text h5 {
            font-size: 1.4em;
        }

        .gallery-grid {
            height: 17.9em;
            padding: 0.8em;
        }

        .gallery-text ul li a span.glyphicon {
            font-size: 1em;
        }

        .gallery {
            padding: 2.5em 0;
        }

        .trend {
            padding: 3em 0;
        }

        .trend-slider h4 {
            font-size: 1.8em;
        }

        .trend-slider h5 {
            font-size: 1.8em;
        }

        .trend-slider p {
            font-size: 0.85em;
        }

        .trend-info {
            padding: 2em 3em 1.5em 1em;
        }

        .flexslider.trend-slider ol.flex-control-nav {
            right: -5%;
        }

        .footer {
            padding: 2.5em 0;
        }

        .footer-grids h4 {
            font-size: 2.5em;
        }

        .footer-grids h3 {
            font-size: 2.5em;
            margin-bottom: 0.2em;
        }

        .footer-grids p {
            font-size: 0.9em;
        }

        .footer-grids ul li a {
            font-size: 0.9em;
        }

        .login-page {
            width: 85%;
        }

        .login-top h4 {
            font-size: 1.3em;
        }

        .login-top {
            padding: 0.8em;
        }

        .login-page input[type="text"], .login-page input[type="password"] {
            font-size: 0.9em;
        }

        .login-body {
            padding: 1.5em;
        }

        .login-page-bottom h5 {
            font-size: 1.3em;
        }

        .cart-item-info h4 {
            font-size: 1.8em;
        }

            .cart-item-info h4 span {
                font-size: 0.9em;
                margin-bottom: 0.5em;
            }

        ul.qty li p {
            font-size: 0.9em;
        }

        .delivery p {
            font-size: 0.9em;
        }

        .delivery span {
            font-size: 0.9em;
        }

        .delivery {
            margin-top: 1em;
        }

        .contact iframe {
            min-height: 250px;
        }

        .address-grid {
            padding: 2em;
        }

        .address h4 {
            font-size: 2em;
        }

        .address p {
            font-size: 0.9em;
        }

        .address-info {
            padding: 2em;
        }

        .address textarea {
            min-height: 9.6em;
        }

        .product-grids {
            width: 31.7%;
        }

        .new-text {
            top: 14%;
        }

        input.item_quantity {
            padding: 0.6em 1em;
        }

        .new-text {
            top: 17%;
        }

        .single-info h6 {
            font-size: 1.5em;
        }

        .single-info p {
            font-size: 0.9em;
        }

        .single-top-left ul h4 {
            font-size: 2em;
        }

        .panel-body {
            font-size: 0.9em;
        }
    }

    @media(max-width:414px) {
        .banner h2 {
            font-size: 2.4em;
        }

        ul#example li p {
            margin-top: 0.2em;
        }

        ul#example li {
            width: 24%;
        }

        .banner-right ul li h4 {
            font-size: 3.5em;
        }

        .banner-right {
            min-height: 215px;
        }

        .header-right.cart {
            padding-right: 3em;
        }

        .title-info p {
            font-size: 0.85em;
        }

        h3.title {
            font-size: 2.2em;
        }

        .title-info {
            margin-bottom: 1.5em;
        }

        .gallery-grid {
            padding: 0.5em 1.3em;
        }

        .product-grids.product-grids-mdl {
            margin: 0 1em 1em 0;
        }

        .product-grids {
            width: 46%;
            margin: 0 1em 1em 0;
        }

        .social-btn.sb-two {
            margin-left: 1em;
        }

        .social-btn a {
            padding: .7em 1.2em;
        }

        .login-page-bottom h5 {
            margin: 0.5em 0;
        }

        .address-left, .address-right {
            float: none;
            width: 100%;
            padding: 0;
        }

        .address-right {
            margin-top: 1em;
        }

        .delivery p, .delivery span {
            float: none;
        }

        .delivery span {
            margin-top: 0.5em;
        }

        .logo h1 {
            margin: 0.3em 0;
        }

        .dropdownsidebar-info .dropdownsidebar li p, .dropdownsidebar > li > a {
            font-size: 0.87em;
        }

        .dropdownsidebar li {
            margin-top: 0.5em;
        }
    }

    @media(max-width:384px) {
        .menuviewleft-dropmenu {
            position: absolute;
            top: 4px;
            left: 12px;
        }
        .welcomeuser-dropmenu {
            right: -8%;
            position: absolute;
            margin-top: 14%;
            z-index: 1020;
        }

        .Logindropmenubtn {
            padding: 6px;
            font-size: 12px;
        }

        .userviewmobile {
            top: -34px;
        }
        .searchviewmobile {
            left: 0;
            width: 100%;
        }
        .new-grid, .gallery-grid {
            width: 48.9%;
        }

        .gallery-grid {
            height: 18em;
        }

        .product-grids {
            width: 45.8%;
        }
    }

    @media(max-width:375px) {
        .banner-right {
            min-height: 190px;
            background-position: 0;
        }

        .new-grid, .gallery-grid {
            width: 48.8%;
        }

        .new-text {
            top: 9%;
        }

        .gallery-grid {
            height: 17.1em;
        }

        .trend-slider h4 {
            font-size: 1.3em;
        }

        .trend-slider h5 {
            font-size: 1.3em;
        }

        .trend-slider p {
            margin-top: 0.5em;
        }

        .login-page input[type="submit"] {
            margin: 0;
        }

        .social-btn i {
            font-size: 0.87em;
        }

        .social-btn a {
            padding: .6em 1em;
        }

        .social-btn.sb-two {
            margin-left: 0.5em;
        }
    }

    @media(max-width:320px) {
        .top-header p, .top-header h2 {
            margin-top: .5em;
            font-size: 0.83em;
        }

            .top-header p a, .top-header h2 a {
                padding: 0 3px;
            }

        .top-header .nav.navbar-nav.social-icons {
            margin: 0.5em 0 .3em;
        }

        .header-two .navbar-nav.header-two-left {
            margin: 0.5em 0 0;
        }

        .header-two .navbar-nav {
            margin: 0 0 0.5em;
        }

        .header-two-left ul li {
            margin: 0 1.5em 0 0;
        }

        .logo h1 {
            font-size: 2em;
            margin: 0.5em 0 0;
        }

        span.tag {
            font-size: .35em;
            letter-spacing: 0px;
        }

        .cart-box p {
            padding: 4px 8px;
        }

        .banner h2 {
            font-size: 2.2em;
        }

        .header-right span.glyphicon {
            font-size: 1.3em;
        }

        .header-right.my-account {
            margin: 1em 0;
        }

        .header-right.cart {
            padding-right: 2em;
        }

        button.navbar-toggle {
            margin-right: 41%;
        }

        .navbar {
            min-height: 46px;
        }

        .navbar-toggle {
            padding: 7px 8px;
        }

        ul#example li {
            width: 25%;
            padding: 0.5em;
        }

        .banner-right {
            min-height: 170px;
            margin-top: 1em;
        }

        .banner {
            padding: 1.5em 0;
        }

        .banner-text h3 {
            font-size: 1.1em;
            padding: .4em 1em;
        }

        ul#example li span {
            font-size: 1.3em;
        }

        ul#example li p {
            font-size: 0.85em;
        }

        .new {
            padding: 2em 0 0;
        }

        .new-grid, .gallery-grid {
            width: 48.7%;
        }

        .new-bottom h5 {
            font-size: 1.3em;
        }

        .rating span {
            font-size: 1em;
        }

        .ofr p.pric1 {
            margin-right: 3px;
        }

        .ofr p {
            font-size: 0.85em;
        }

        .new-info {
            padding-bottom: 2em;
        }

        .gallery {
            padding: 2em 0;
        }

        .gallery-grid {
            padding: 0.5em 0.8em;
        }

        .gallery-grid {
            height: 16em;
        }

        .gallery-text p {
            font-size: 1.1em;
        }

        .gallery-text h5 {
            font-size: 1.3em;
        }

        .trend-left {
            width: 75%;
        }

        .flexslider.trend-slider ol.flex-control-nav {
            right: -1%;
            bottom: 71%;
        }

        .footer {
            padding: 2em 0;
        }

        .footer-grids h3 {
            font-size: 2.3em;
        }

        .footer-grids {
            padding: 0;
        }

        .login-page {
            width: 90%;
        }

        .products, .related-products, .login-page, .contact, .cart-items, .about, .dropdownsidebar-info, .codes {
            padding: 2em 0;
        }

        .login-body {
            padding: 1em;
        }

        .footer-grids:nth-child(2) {
            margin: 1.5em 0;
        }

        .footer-grids h4 {
            font-size: 2em;
        }

        .social-btn {
            display: block;
        }

            .social-btn.sb-two {
                margin: 0.5em 0 0;
            }

        .login-page label.checkbox {
            font-size: 0.9em;
        }

        .forgot a {
            font-size: 0.9em;
        }

        .alert-close, .alert-close1, .alert-close2 {
            right: 0px;
        }

        .cart-item-info h4 span {
            margin-bottom: 0.5em;
        }

        ul.qty li {
            margin-right: 4%;
        }

        .cart-item-info h4 {
            margin-bottom: 0.4em;
        }

        .delivery {
            margin-top: 0.5em;
        }

        .cart-sec {
            margin-bottom: 1.5em;
        }

        .contact iframe {
            min-height: 170px;
        }

        .address {
            padding: 2em 0;
        }

            .address p {
                font-size: 0.87em;
            }

        .product-grids {
            width: 47.4%;
            margin: 0 0.5em 0.5em 0;
        }

            .product-grids.product-grids-mdl {
                margin: 0 0.5em 0.5em 0;
            }

        .new-bottom {
            padding: 0 0 1em;
        }

        .rsidebar .gallery-grid {
            height: 25.9em;
        }

        .single-top {
            margin-left: 18%;
            width: 85%;
            padding: 0;
        }

        .social-icons ul li {
            margin-left: 0.6em;
        }

            .social-icons ul li a {
                background-position: 2px -2px;
                display: block;
                height: 17px;
                width: 17px;
                background-size: 125%;
            }

                .social-icons ul li a.pin {
                    background-position: -1px -31px;
                }

                .social-icons ul li a.in {
                    background-position: -4px -66px;
                    background-size: 128%;
                }

                .social-icons ul li a.be {
                    background-position: -3px -95px;
                }

                .social-icons ul li a.you {
                    background-position: -4px -126px;
                }

                .social-icons ul li a.vimeo {
                    background-position: -4px -158px;
                }

        .new-text ul li a {
            padding: 0.6em 0em;
        }
    }
    /*--slider-up-arrow--*/
    #toTop {
        display: none;
        text-decoration: none;
        position: fixed;
        bottom: 3%;
        right: 3%;
        overflow: hidden;
        width: 32px;
        height: 32px;
        border: none;
        text-indent: 100%;
        background: url("../images/move-up.png") no-repeat 0px 0px;
        z-index: 999;
    }

    #toTopHover {
        width: 32px;
        height: 32px;
        display: block;
        overflow: hidden;
        float: right;
        opacity: 0;
        -moz-opacity: 0;
        filter: alpha(opacity=0);
    }
    

    /*=========================================================
-> PRODUCT Home Product Page
===========================================================*/

    .product .product-old-price {
        color: #0070c0;
        font-size: 70%;
    }

    .product .product-rating {
        display: inline-block;
    }

        .product .product-rating > i {
            color: #FFB656;
        }

            .product .product-rating > i.empty {
                color: #DADADA;
            }

    .product .product-label > span {
        position: relative;
        display: inline-block;
        padding: 5px 15px;
        font-weight: 700;
        color: #FFF;
        background-color: #30323A;
        z-index: 22;
    }

        .product .product-label > span.sale {
            background-color: #0070c0;
        }

    .product .product-countdown {
        z-index: 22;
    }

        .product .product-countdown > li {
            display: inline-block;
            margin-right: -4px;
        }

            .product .product-countdown > li + li:before {
                content: ":";
                color: #FFF;
                background: #30323A;
                padding: 2px;
            }

            .product .product-countdown > li > span {
                display: inline-block;
                color: #FFF;
                font-weight: 700;
                padding: 10px;
                background: #0070c0;
            }

    /*----------------------------*\
	Single product
\*----------------------------*/

    .product.product-single {
        margin-top: 15px;
        margin-bottom: 15px;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }

        .product.product-single:hover {
            -webkit-box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.175);
            box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.175);
            -webkit-transform: translateY(-4px);
            -ms-transform: translateY(-4px);
            transform: translateY(-4px);
        }

        .product.product-single .product-thumb {
            position: relative;
            margin-bottom: 15px;
        }

            .product.product-single .product-thumb > img {
                width: 100%;
            }

            .product.product-single .product-thumb:after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: #FFF;
                opacity: 0;
                visibility: hidden;
                z-index: 0;
                -webkit-transition: 0.3s all;
                transition: 0.3s all;
            }

        .product.product-single:hover .product-thumb:after {
            opacity: 0.7;
            visibility: visible;
        }

        .product.product-single .quick-view {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            opacity: 0;
            visibility: hidden;
            z-index: 20;
        }

        .product.product-single:hover .quick-view {
            opacity: 1;
            visibility: visible;
        }

        .product.product-single .product-label {
            position: absolute;
            left: 0;
            top: 0;
        }

            .product.product-single .product-label > span {
                display: block;
            }

        .product.product-single .product-countdown {
            position: absolute;
            left: 0;
            bottom: 0;
            right: 0;
            text-align: center;
        }

        .product.product-single .product-body {
            padding: 15px;
        }

        .product.product-single .product-price {
            display: inline-block;
        }

        .product.product-single .product-rating {
            float: right;
            margin-top: 5px;
        }

        .product.product-single .product-name {
            font-size: 16px;
        }

        .product.product-single .product-btns {
            margin-top: 20px;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: 0.3s all;
            transition: 0.3s all;
        }

        .product.product-single:hover .product-btns {
            opacity: 1;
            visibility: visible;
        }

        /*-- hot product --*/

        .product.product-single.product-hot {
            border: 2px solid #0070c0;
        }

            .product.product-single.product-hot .product-btns {
                opacity: 1;
                visibility: visible;
            }

    /*----------------------------*\
	 Widget product
\*----------------------------*/

    .product.product-widget {
        position: relative;
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .product.product-widget .product-thumb {
            position: absolute;
            left: 0;
            top: 0;
            width: 60px;
        }

            .product.product-widget .product-thumb > img {
                width: 100%;
            }

        .product.product-widget .product-body {
            padding-left: 75px;
            padding-top: 10px;
            min-height: 60px;
        }

        .product.product-widget .product-price {
            font-size: 18px;
            margin-bottom: 5px;
        }

            .product.product-widget .product-price .qty {
                font-size: 14px;
                font-weight: 400;
            }

        .product.product-widget .product-name {
            font-size: 14px;
        }

        .product.product-widget .cancel-btn {
            position: absolute;
            right: 0px;
            top: 10px;
            background-color: transparent;
            border: none;
            color: #DADADA;
        }

            .product.product-widget .cancel-btn:hover {
                color: #30323A;
            }

    /*----------------------------*\
	Product slick
\*----------------------------*/

    .product-slick .slick-slide {
        margin-right: 15px;
        margin-left: 15px;
    }

    /*=========================================================
	08 -> PRODUCT DETAILS PAGE
===========================================================*/

    /*----------------------------*\
	Product view
\*----------------------------*/

    #product-main-view .slick-arrow {
        opacity: 0;
    }

    #product-main-view:hover .slick-arrow {
        opacity: 1;
    }

    #product-view {
        margin-top: 10px;
        margin-bottom: 15px;
    }

        #product-view .product-view.slick-slide {
            opacity: 0.2;
        }

            #product-view .product-view.slick-slide.slick-current {
                opacity: 1;
                -webkit-box-shadow: 0px 0px 0px 2px #0070c0 inset;
                box-shadow: 0px 0px 0px 2px #0070c0 inset;
            }

        #product-view .product-view {
            padding: 7.5px;
        }

    .product-view > img {
        width: 100%;
    }

    /*----------------------------*\
	Product details
\*----------------------------*/

    .product.product-details .product-name {
        margin-top: 15px;
    }

    .product.product-details .product-rating {
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .product.product-details .product-options {
        padding-top: 30px;
        margin-bottom: 15px;
        border-top: 1px solid #DADADA;
        margin-top: 15px;
    }

    .product-options .size-option {
        margin-bottom: 15px;
    }

    .size-option > li {
        display: inline-block;
        margin-right: 6px;
        margin-bottom: 6px;
        vertical-align: top;
    }

        .size-option > li:last-child {
            margin-right: 0px;
        }

        .size-option > li > a {
            display: block;
            border: 1px solid #DADADA;
            font-weight: 500;
            padding: 2px 7px 0px 8px;
            color: #DADADA;
        }

        .size-option > li.active a {
            color: #0070c0;
            border-color: #0070c0;
        }

    .color-option > li {
        display: inline-block;
        margin-right: 6px;
        margin-bottom: 6px;
        vertical-align: top;
    }

        .color-option > li:last-child {
            margin-right: 0px;
        }

        .color-option > li > a {
            display: block;
            width: 20px;
            height: 20px;
        }

        .color-option > li.active a {
            -webkit-box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 3px #0070c0;
            box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 3px #0070c0;
        }

    .product.product-details .qty-input {
        display: inline-block;
    }

        .product.product-details .qty-input .input {
            width: 90px;
        }

    /*----------------------------*\
	Product tab
\*----------------------------*/

    .product-tab {
        margin-top: 30px;
    }

        .product-tab .tab-nav {
            border-bottom: 1px solid #DADADA;
            margin-bottom: 30px;
        }

            .product-tab .tab-nav li {
                display: inline-block;
            }

                .product-tab .tab-nav li + li {
                    margin-left: 30px;
                }

                .product-tab .tab-nav li a {
                    display: block;
                    padding: 15px 0px;
                    text-transform: uppercase;
                    font-weight: 500;
                    color: #4b4b4b;
                }

                .product-tab .tab-nav li.active {
                    position: relative;
                }

                    .product-tab .tab-nav li.active a {
                        color: #0070c0;
                    }

                        .product-tab .tab-nav li.active a:after {
                            content: "";
                            position: absolute;
                            left: 0;
                            bottom: -1.5px;
                            height: 3px;
                            width: 30px;
                            background-color: #0070c0;
                        }

    /*-- reviews --*/

    .single-review {
        margin-bottom: 30px;
    }

        .single-review .review-heading > div {
            display: inline-block;
        }

            .single-review .review-heading > div + div {
                margin-left: 10px;
            }

        .single-review .review-rating {
            display: inline-block;
        }

            .single-review .review-rating > i {
                color: #FFB656;
            }

                .single-review .review-rating > i.empty {
                    color: #DADADA;
                }

        .single-review .review-body {
            margin-top: 10px;
        }

    .reviews-pages li {
        display: inline-block;
        margin-right: 6px;
    }

        .reviews-pages li a {
            display: block;
            min-width: 10px;
            text-align: center;
        }

        .reviews-pages li.active {
            color: #0070c0;
        }

    /*-- review form --*/

    .review-form textarea.input {
        height: 90px;
    }

    .review-form .input-rating .stars {
        display: inline-block;
        vertical-align: top;
    }

        .review-form .input-rating .stars input[type="radio"] {
            display: none;
        }

        .review-form .input-rating .stars > label {
            float: right;
            cursor: pointer;
            padding: 0px 3px;
            margin: 0px;
            -webkit-transition: 0.3s all;
            transition: 0.3s all;
        }

            .review-form .input-rating .stars > label:hover, .review-form .input-rating .stars > label:hover ~ label {
                -webkit-transform: scale(1.5);
                -ms-transform: scale(1.5);
                transform: scale(1.5);
            }

            .review-form .input-rating .stars > label:before {
                content: "\f006";
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                color: #DADADA;
                font-size: 14px;
                -webkit-transition: 0.3s all;
                transition: 0.3s all;
            }

            .review-form .input-rating .stars > label:hover:before, .review-form .input-rating .stars > label:hover ~ label:before {
                content: "\f005";
                color: #FFB656;
            }

        .review-form .input-rating .stars > input:checked label:before, .review-form .input-rating .stars > input:checked ~ label:before {
            content: "\f005";
            color: #FFB656;
        }

    /* ====================quote-carousel =========*/
    /* carousel */
    #quote-carousel {
        padding: 0 10px 30px 10px;
        margin-top: 30px;
    }

        /* Control buttons  */
        #quote-carousel .carousel-control {
            background: none;
            color: #222;
            font-size: 2.3em;
            text-shadow: none;
            margin-top: 30px;
        }
            /* Previous button  */
            #quote-carousel .carousel-control.left {
                left: -12px;
            }
            /* Next button  */
            #quote-carousel .carousel-control.right {
                right: -12px !important;
            }
        /* Changes the position of the indicators */
        #quote-carousel .carousel-indicators {
            right: 50%;
            top: auto;
            bottom: 0px;
            margin-right: -19px;
        }
            /* Changes the color of the indicators */
            #quote-carousel .carousel-indicators li {
                background: #c0c0c0;
            }

            #quote-carousel .carousel-indicators .active {
                background: #333333;
            }

        #quote-carousel img {
            width: 100%;
            height: auto;
            margin-top: 0px;
        }
    /* End carousel */

    .item blockquote {
        border-left: none;
        margin: 0;
    }

        .item blockquote img {
            margin-bottom: 35px;
        }

        .item blockquote p:before {
            content: "\f10d";
            font-family: 'Fontawesome';
            float: left;
            margin-right: 10px;
        }



    /**
  MEDIA QUERIES
*/

    /* Small devices (tablets, 768px and up) */
    @media (min-width: 768px) {
        #quote-carousel {
            margin-bottom: 0;
            padding: 0 40px 30px 40px;
        }
    }

    /* Small devices (tablets, up to 768px) */
    @media (max-width: 768px) {

        /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

        #quote-carousel .carousel-indicators {
            bottom: -20px !important;
        }

            #quote-carousel .carousel-indicators li {
                display: inline-block;
                margin: 0px 5px;
                width: 15px;
                height: 15px;
            }

                #quote-carousel .carousel-indicators li.active {
                    margin: 0px 5px;
                    width: 20px;
                    height: 20px;
                }
    }
    /* ===========================slider */
    .sliderbg {
        background-image: url(../images/header-bg.jpg);
        position: relative;
        width: 100%;
        height: auto;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .holderCircle {
        width: 500px;
        height: 500px;
        border-radius: 100%;
        margin: 30px auto;
        position: relative;
    }


    .dotCircle {
        width: 100%;
        height: 100%;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 100%; /* z-index: 20; */
    }

        .dotCircle .itemDot {
            display: block;
            width: 80px;
            height: 80px;
            position: absolute;
            background: #ffffff;
            color: #0070c0;
            border-radius: 20px;
            text-align: center;
            line-height: 80px !important;
            font-size: 30px !important;
            /* z-index: 3;  */
            cursor: pointer;
            border: 2px solid #e6e6e6;
        }

            .dotCircle .itemDot i {
                line-height: 75px;
            }

            .dotCircle .itemDot .forActive {
                width: 56px;
                height: 56px;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                display: none;
            }

                .dotCircle .itemDot .forActive::after {
                    content: '';
                    width: 5px;
                    height: 5px;
                    border: 3px solid #0070c0;
                    bottom: -31px;
                    left: -14px;
                    filter: blur(1px);
                    position: absolute;
                    border-radius: 100%;
                }

                .dotCircle .itemDot .forActive::before {
                    content: '';
                    width: 6px;
                    height: 6px;
                    filter: blur(5px);
                    top: -15px;
                    position: absolute;
                    transform: rotate(-45deg);
                    border: 6px solid #0070c0;
                    right: -39px;
                }

            .dotCircle .itemDot.active .forActive {
                display: block;
            }

    .round {
        position: absolute;
        left: 40px;
        top: 45px;
        width: 410px;
        height: 410px;
        border: 2px dotted #0070c0;
        border-radius: 100%;
        -webkit-animation: rotation 100s infinite linear;
    }

    .dotCircle .itemDot:hover, .dotCircle .itemDot.active {
        color: #ffffff;
        transition: 0.5s;
        background: #8b8b8b; /* Old browsers */
        background: -moz-linear-gradient(left, #8b8b8b 0%, #585858 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #8b8b8b 0%, #585858 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #8b8b8b 0%, #585858 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b8b8b', endColorstr='#585858', GradientType=1); /* IE6-9 */
        border: 2px solid #ffffff;
        -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
        -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
        box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
    }

    .dotCircle .itemDot {
        font-size: 40px;
    }

    .contentCircle {
        width: 250px;
        border-radius: 100%;
        color: #222222;
        position: relative;
        top: 150px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .contentCircle .CirItem {
            border-radius: 100%;
            color: #222222;
            position: absolute;
            text-align: center;
            bottom: 0;
            left: 0;
            opacity: 0;
            transform: scale(0);
            transition: 0.5s;
            font-size: 15px;
            width: 100%;
            height: 100%;
            top: 0;
            right: 0;
            margin: auto;
            line-height: 150px;
        }

    .CirItem.active {
        z-index: 1;
        opacity: 1;
        transform: scale(1);
        transition: 0.5s;
    }

    .contentCircle .CirItem i {
        font-size: 180px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -90px;
        color: #000000;
        opacity: 0.1;
    }

    @media only screen and (min-width:300px) and (max-width:599px) {
        .holderCircle {
            width: 300px;
            height: 300px;
            margin: 110px auto;
        }

            .holderCircle::after {
                width: 100%;
                height: 100%;
            }

        .dotCircle {
            width: 100%;
            height: 100%;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
        }
    }

    @media only screen and (min-width:600px) and (max-width:767px) {
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
    }

    @media only screen and (min-width:992px) and (max-width:1199px) {
    }

    @media only screen and (min-width:1200px) and (max-width:1499px) {
    }

    .title-box .title {
        font-weight: 500;
        letter-spacing: 2px;
        position: relative; /*  z-index: -1 */
        ;
    }

    .title-box span {
        text-shadow: 0 10px 10px rgba(0, 0, 0, .15);
        font-weight: 500;
        color: #353535;
    }

    .title-box p {
        font-size: 17px;
        line-height: 2em;
    }

    /* ======================end slider */
    /*--search--*/
    .cd-main-header {
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        will-change: transform;
    }

    .cd-main-header {
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
    }

        .cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
            -webkit-transform: translateX(-260px);
            -moz-transform: translateX(-260px);
            -ms-transform: translateX(-260px);
            -o-transform: translateX(-260px);
            transform: translateX(-260px);
        }

    .nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
        -webkit-transform: translateX(260px);
        -moz-transform: translateX(260px);
        -ms-transform: translateX(260px);
        -o-transform: translateX(260px);
        transform: translateX(260px);
    }

    .cd-header-buttons {
        position: absolute;
        display: inline-block;
        top: -47px;
        right: 15%;
    }

        .cd-header-buttons li {
            display: inline-block;
        }

    .cd-search-trigger, .cd-nav-trigger {
        position: relative;
        display: block;
        width: 44px;
        height: 44px;
        overflow: hidden; /*-- agileits --*/
        white-space: nowrap;
        color: transparent;
        z-index: 3;
    }

        .cd-search-trigger::before, .cd-search-trigger::after {
            /* search icon */
            content: '';
            position: absolute;
            -webkit-transition: opacity 0.3s;
            -moz-transition: opacity 0.3s;
            transition: opacity 0.3s; /* Force Hardware Acceleration in WebKit */
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

        .cd-search-trigger::before {
            /* lens */
            top: 11px;
            left: 11px;
            width: 18px;
            height: 18px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            border: 3px solid #2e3233;
        }

        .cd-search-trigger::after {
            /* handle */
            height: 3px;
            width: 8px;
            background: #2e3233;
            bottom: 14px;
            right: 11px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .cd-search-trigger span {
            /* container for the X icon */
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
        }

            .cd-search-trigger span::before, .cd-search-trigger span::after {
                /* close icon */
                content: '';
                position: absolute;
                display: inline-block;
                height: 3px;
                width: 22px;
                top: 50%;
                margin-top: -2px;
                left: 50%;
                margin-left: -11px;
                background: #2e3233;
                opacity: 0; /* Force Hardware Acceleration in WebKit */
                -webkit-transform: translateZ(0);
                -moz-transform: translateZ(0);
                -ms-transform: translateZ(0);
                -o-transform: translateZ(0);
                transform: translateZ(0);
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
                -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
                -moz-transition: opacity 0.3s, -moz-transform 0.3s;
                transition: opacity 0.3s, transform 0.3s;
            }

            .cd-search-trigger span::before {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .cd-search-trigger span::after {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

        .cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
            /* hide search icon */
            -moz-opacity: 0;
            opacity: 0;
        }

        .cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
            /* show close icon */
            -moz-opacity: 1;
            opacity: 1;
        }

        .cd-search-trigger.search-is-visible span::before {
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            -o-transform: rotate(135deg);
            transform: rotate(135deg);
        }

        .cd-search-trigger.search-is-visible span::after {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    .cd-search {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        z-index: 3;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s 0s, visibility 0s .3s;
        -moz-transition: opacity .3s 0s, visibility 0s .3s;
        transition: opacity .3s 0s, visibility 0s .3s;
    }

        .cd-search input {
            border-radius: 0;
            border: none;
            background: #00a6d6;
            width: 100%;
            padding: 0 5%;
            -webkit-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
            -moz-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            -o-appearance: none;
            appearance: none;
            font-size: 2em;
            padding: 1em 2em;
            color: #fff;
        }

            .cd-search input::-webkit-input-placeholder {
                color: #fff !important;
            }

            .cd-search input::-moz-placeholder {
                color: #fff !important;
            }

            .cd-search input:-moz-placeholder {
                color: #fff !important;
            }

            .cd-search input:-ms-input-placeholder {
                color: #fff !important;
            }

            .cd-search input:focus {
                outline: none;
            }

        .cd-search.is-visible {
            -moz-opacity: 1;
            opacity: 1;
            visibility: visible;
            -webkit-transition: opacity .3s 0s, visibility 0s 0s;
            -moz-transition: opacity .3s 0s, visibility 0s 0s;
            transition: opacity .3s 0s, visibility 0s 0s;
        }
    /*--//search--*/
    .new-grid, .gallery-grid {
        width: 24.1%;
        float: left;
    }

    .noPadding {
        padding: 0px;
    }

/*==================================

    Forum Design ===============================
*/
.panel-heading {
    padding: 0;
    border: 0;
}

.panel-title > a, .panel-title > a:active {
    display: block;
    
    color: #555;
    /*padding: 15px;font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;*/
    text-decoration: none;
}

.panel-heading a:before {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
    transition: all 0.5s;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
} 
/*-- Content Style --*/
.post-footer-option li{
    float:left;
    margin-right:50px;
    padding-bottom:15px;
}

.post-footer-option li a{
    color:#AFB4BD;
    font-weight:500;
    font-size:1.3rem;
}

.photo-profile{
    border:1px solid #DDD;    
}

.anchor-username h4{
    font-weight:bold;    
}

.anchor-time{
    color:#ADB2BB;
    font-size:1.2rem;
}

.post-footer-comment-wrapper {
    background-color: #F6F7F8;
    padding: 5px;
    margin-left: 3%;
}
/*=================social icons share */


.hidden-menu {
    display: block;
    position: absolute;
    background: #ffffff;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,0.25);
}
/*==================social Icons============*/
.social-icons-ql li {
    list-style: none;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 45px;
    background: #000;
    text-align: center;
    margin: 10px 5px;
}

    .social-icons-ql li:nth-child(1) {
        width: 40px;
        height: 40px;
        line-height: 45px;
        margin: 5px 5px;
        background: #34558E;
    }

        .social-icons-ql li:nth-child(1) i {
            font-size: 25px;
        }

    .social-icons-ql li:nth-child(2) {
        background: #25B8E6;
      
    }

    .social-icons-ql li:nth-child(3) {
        background: rgba(0, 122, 181, 1);
    }

    .social-icons-ql li:nth-child(4) {
        background: #DC4A38;
    }

    .social-icons-ql li:nth-child(5) {
        background: #CC2028;
    }

    .social-icons-ql li:nth-child(6) {
        background: #E05929;
    }

    .social-icons-ql li:nth-child(7) {
        background: #EB4924;
    }



    .social-icons-ql li i {
        color: #fff;
        font-size: 20px;
    }
/*==========replay comment=============*/
.mreplycommentinfo {
    display: none;
}
.pb-cmnt-textarea {
    resize: none;
    padding: 20px;
    height: 130px;
    width: 100%;
    border: 1px solid #F2F2F2;
}

/*=========like=======================animation*/
.like-btn-svg {
    width: 80px;
    height: 100px;
    /*position: absolute;
    left: 25px;*/
    bottom: 0; /* temp value */
    transform: translate(-50%, -50%);
    background: url(https://abs.twimg.com/a/1446542199/img/t1/web_heart_animation.png) no-repeat;
    background-position: 0 0;
    cursor: pointer;
    margin-top: 16px;
}

    .like-btn-svg.animate {
        transition: background 1s steps(28);
        animation: fave-like-btn-svg 1s steps(28);
        background-position: -2800px 0;
    }

@keyframes fave-like-btn-svg {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -2800px 0;
    }
}


.chat .chat-history {
    padding: 30px 30px 20px;
    border-bottom: 2px solid white;
}

    .chat .chat-history .message-data {
        margin-bottom: 15px;
    }

    .chat .chat-history .message-data-time {
        color: #a8aab1;
        padding-left: 6px;
    }

    .chat .chat-history .message {
        color: white;
        padding: 18px 20px;
        line-height: 26px;
        font-size: 16px;
        border-radius: 5px;
        margin-bottom: 30px;
        width: 90%;
        position: relative;
    }

        .chat .chat-history .message:after {
            content: "";
            position: absolute;
            top: -15px;
            left: 20px;
            border-width: 0 15px 15px;
            border-style: solid;
            border-color: #CCDBDC transparent;
            display: block;
            width: 0;
        }

    .chat .chat-history .you-message {
        background: #CCDBDC;
        color: #003366;
    }

    .chat .chat-history .me-message {
        background: #e7e7e7;
        color: #000;
    }

        .chat .chat-history .me-message:after {
            border-color: #e7e7e7 transparent;
            right: 20px;
            top: -15px;
            left: auto;
            bottom: auto;
        }

.chat .chat-message {
    padding: 30px;
}

    .chat .chat-message .fa-file-o, .chat .chat-message .fa-file-image-o {
        font-size: 16px;
        color: gray;
        cursor: pointer;
    }

.chat-ul li {
    list-style-type: none;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.float-right {
    float: right;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.you {
    color: #CCDBDC;
}

.me {
    color: #E9724C;
}
/*================shadow*/

.shadowbox {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

    .shadowbox:hover {
        box-shadow: 0 4px 8px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }

#replyshowtogglecontent {
    /* DON'T USE DISPLAY NONE/BLOCK! Instead: */
    background: #f8f8f8;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    padding: 10px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    right:0;
}

#replyshowtogglecontent.appear {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }


#replyshowtogglecontent2 {
    /* DON'T USE DISPLAY NONE/BLOCK! Instead: */
    background: #f8f8f8;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    padding: 10px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    left: 0;
    min-width:350px;
}

    #replyshowtogglecontent2.appear {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        z-index:1024;
    }

/*========================dashboard*/
.inforide {
    box-shadow: 1px 2px 8px 0px #f1f1f1;
    background-color: white;
    border-radius: 8px;
    height: 125px;
}
    .inforide:before {
        content: '';
        position: absolute;
        width: 6px;
        height: 18%;
        bottom: 0px;
        z-index: 0;
        background: #57c200;
        right: 13px;
        /*box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);*/
    }
.rideone img {
    width: 70%;
}

.ridetwo img {
    width:70%;
}

.ridethree img {
    width: 70%;
}
.ridefour img {
    width: 70%;
}

.ridefive img {
    width: 70%;
}

.ridesix img {
    width: 70%;
}
.rideone {
    background-color: #6CC785;
    padding-top: 25px;
    border-radius: 8px 0px 0px 8px;
    text-align: center;
    height: 125px;
    margin-left: 15px;
}

.ridetwo {
    background-color: #ffd800;
    padding-top: 30px;
    border-radius: 8px 0px 0px 8px;
    text-align: center;
    height: 125px;
    margin-left: 15px;
}

.ridethree {
    background-color: #388bd1;
    padding-top: 35px;
    border-radius: 8px 0px 0px 8px;
    text-align: center;
    height: 125px;
    margin-left: 15px;
}
.ridefour {
    background-color: #42bdc4;
    padding-top: 35px;
    border-radius: 8px 0px 0px 8px;
    text-align: center;
    height: 125px;
    margin-left: 15px;
}
.ridefive {
    background-color: #ff8a3b;
    padding-top: 35px;
    border-radius: 8px 0px 0px 8px;
    text-align: center;
    height: 125px;
    margin-left: 15px;
}
.ridesix {
    background-color: #80c244;
    padding-top: 35px;
    border-radius: 8px 0px 0px 8px;
    text-align: center;
    height: 125px;
    margin-left: 15px;
}
.fontsty {
    margin-right: -15px;
}

    .fontsty h2 {
        color: #6E6E6E;
        font-size: 35px;
        margin-top: 15px;
        text-align: right;
        margin-right: 30px;
    }

    .fontsty h4 {
        color: #6E6E6E;
        font-size: 18px;
        margin-top: 20px;
        text-align: right;
        margin-right: 30px;
    }
.dropdown-menu {
    border: none !important;
}