html{
    overflow-x: hidden;
}
body{
    color:#000 !important;
}
html{
    overflow-x: hidden
}
body{
    overflow-x: hidden 
}
.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;
}



/* =================bg colors */
.bg-white {
    background: #ffffff !important;
}

.bg-default {
    background: #f8f8f8;
}

.bg-success {
    background: #082c4c;
}

.bg-dark {
    background: #4d4d4d;
}

.text-white {
    color: #ffffff;
}

.text-dark {
    color: #4d4d4d;
}

.text-success {
    color: #082c4c;
}

.text-gray {
    color: #666;
}

.font-bold {
    font-weight: 600;
}

a.badge:focus,
a.badge:hover {
    color: #888787 !important;
    text-decoration: none;
    cursor: pointer;
}

/* =========================================Outline button================= */
/* Green */
.btn-outline-success {
    border-color: #082c4c !important;
    color: #082c4c;
    background: none;
/*    border-radius: 20px;*/
    border-radius: 6px;
    font-weight: 700;
}

.btn-outline-success.focus,
.btn-outline-success:focus,
.btn-outline-success:hover {
    background-color: #082c4c;
    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;
}

/* meroon */
.btn-meroon {
    background: #082c4c !important;

}

.btn-meroon:hover {
    background: #ad2425 !important;
    color: #ffffff !important;
}

/* dark */
.btn-dark {
    background: #565656 !important;
    color: #ffffff !important;
}

.btn-dark:hover {
    background: #3f3f3f !important;
    color: #ffffff !important;
}

/*=========btn success*/
.btn-success {
    color: #fff;
    background-color: #082c4c;
    border-color: #a10d0e !important;
}

.btn-success:hover {
    color: #fff;
    background-color: #a10d0e;
    border-color: #a10d0e;
}

.btn-primary {
    color: #fff;
    background-color: #082c4c;
    border-color: #a10d0e !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #a10d0e !important;
    border-color: #a10d0e !important;
}

/* 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;
}

.storelocation_icon {
    background: url('../../../images/storelocationmarker.png') no-repeat 0 0;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.storelocation_icon:hover {
    background: url('../../../images/storelocationmarker_hover.png') no-repeat 0 0;
    width: 35px;
    height: 35px;
}

.header-top-links {
    text-align: right;
}

.dropbtnpad {
    padding: 9px;
}

/* ====================Logindropmenu============= */

.Logindropmenubtn {
    background-color: #082c4c;
    color: white;
    padding: 10px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.Logindropmenudown {
    position: relative;
    display: inline-block;
    padding-top: 14px;
}

.Logindropmenu-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 150px;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1111111111;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.Logindropmenu-content a {
    color: black;
    padding: 6px 10px !important;
    text-decoration: none;
    display: block;
}

.Logindropmenu-content a:hover {
    background-color: #f1f1f1
}

.Logindropmenudown:hover .Logindropmenu-content {
    display: block;
}

.Logindropmenudown:hover .Logindropmenubtn {
    color: #fff;
    /*    background-color: #363636;*/
    background: #385672;
}

/*==============search autosuggest ============*/
#Searchdropmenu {
    display: block;
    width: 70%;
    background: #fff;
    padding: 8px;
    position: absolute;
/*    z-index: 9992;*/
    z-index: 111111111;
    right: 52px;
    height: auto;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    overflow: auto !important;
    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;
}

.logoimg {
    padding-left: 30px;
}
@media screen and (max-width:600px) {
    .old-price {
        margin-left: 0px !important;
    }
}
.old-price {
    color: #999;
    margin-left: 8px;
    text-decoration: line-through;
}

.dropdown-menu {

    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    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;
}

/* =======================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;
    color: #333333;
    font-weight: 500;
}

/* 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 #8b8b8b;
}

/* On mouse-over, add a grey background color */
.checkboxcontainer:hover input~.checkmark {
    background-color: #fff;
    color: #000;
}

/* 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 #082c4c;
    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>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: 25%;
    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 #082c4c;
}

/*========================product items scrolling */
/* carousel */
.carousel-showmanymoveone {
    background: #f8f8f8;
    margin: 0 auto;
    /* padding-left: 70px; */
    padding-bottom: 20px;
}

.carousel-showmanymoveone h2 {
    margin: 0 auto;
    width: 44%;
    font-size: 22px;
    text-align: center;
    padding: 6px;
    color: #484848;
    border-bottom: 2px solid #082c4c;
}

.carousel-showmanymoveone .carousel-control {
    width: 4%;
    background-image: none;
    margin-top: 12% !important;
}

.carousel-showmanymoveone .carousel-control.left {
    margin-left: 0;
    width: 40px;
    height: 40px;
    background: #cccccc;
    padding-top: 10px;
}

.carousel-showmanymoveone .carousel-control.right {
    margin-right: 0;
    width: 40px;
    height: 40px;
    background: #cccccc;
    padding-top: 10px;
}

.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;
    }

    .carousel-showmanymoveone {
        background: #f8f8f8;
        margin: 0 auto;
        padding-left: 24px;
        padding-bottom: 0;
    }
    .old-price {
        color: #999;
        margin-left:0px !important;
        text-decoration: line-through;
    }
}

@media all and (min-width: 768px) and (transform-3d),
all and (min-width: 768px) and (-webkit-transform-3d) {

    .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============= */
.dropbtn {
    /*  background-color: #4CAF50; */
    color: white;
    /* padding: 16px; */
    font-size: 16px;
    border: none;
    padding: 0;
}

.dropdown {
    position: relative;
    display: inline-block;
    float: right;
}

.dropdown-content {
    /* display: none;
    position: absolute;
    background-color: #fff;
    min-width: 380px;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;
    min-height: 380px;
    height: 100%;
    overflow-y: scroll;
    border-radius: 6px; */
    /* ************* new ************ */
    display: none;
    min-height: 380px;
    display: none;
    position: absolute;
    right: -180px;
    /* top: calc(100% + 20px); */
    z-index: 111111111;
    min-width: 380px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.05);
    padding: 30px 20px 27px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-radius: 6px;
    overflow-y: scroll;
    border: 1px solid #eef0ee;
}


/* .dropdown-content :hover {background: none ;} */
.dropdown-content .item {
    display: block;
    padding: 2px 2px;
    margin: 3px 0;
    border-bottom: 1px solid #d3d3d3a3;
    display: flex;
}

/* .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 .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;
    border-radius: 4px;
    /* width:auto; */
}

.dropdown-content .item-left span.item-info {
    margin-left: 0px;
}

.dropdown-content .item-left span.item-info span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: math-auto;
}

.dropdown-content .item-right {
    float: right;
    width: 40%;
}

.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: #3e8e41;
}
@media screen and (max-width:600px) {
    .old-price {
        margin-left: 0px !important;
    }
}
.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: #999;
}

/* ==========================PaymentMode checkout page ==== */
.button-grid.active {
    background: #082c4c !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;
}



@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;

}

.PaymentMode-content .item {
    display: block;
    padding: 3px 10px;
    margin: 3px 0;
    border-bottom: 1px solid #f3f3f3;
}

.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;
}

.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; */
  transform: translate(24px, -28px);
}

.quantity-button.quantity-up {
    /* position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee; */
    top: 22px;
}

/* .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;*/
/*    background: white;*/
    padding: 1.5rem;
/*    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: fit-content;
    position: sticky;
    top: 120px;*/
}

.rsidebar-top {
    /*        border: 1px solid #E8E8E8;*/
    padding: 2em;
    background: white;
    /*        -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;*/
    border-radius: 16px;
    box-shadow: 1px 1px 30px rgb(0 0 0 / 11%);
    height: fit-content;
    position: sticky;
    top: 120px;
}

.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: 1em;
}

.rsidebar h4 {
    font-size: 1.2em;
    color: #353F49;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin-bottom: .9em;
}

.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: #082c4c;
}

/*--//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: #00a6d6;
    border-color: #00a6d6;
    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) {
    .cd-dropdown-trigger {
        display: none;
    }

    .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;
    }
}

.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: 23%;
    float: left;
    height: 300px !important; */
}

.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%;
}

.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) {

    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) {

    /* .menuviewright-dropmenu {
        right: 4px;
        padding: 0;
        margin: 0;
        top: 0;
        position: absolute;
    } */
    /* 
    .menuviewleft-dropmenu {
        position: absolute;
        top: 0;
        left: 12px;
    } */
    .menunav-mobile-style {
        position: relative;
        z-index: 120;
        background: rgb(255, 255, 255) none repeat scroll 0% 0%;
        width: 150px !important;
        left: -8px !important;
        border: 1px solid rgb(204, 204, 204);
        top: 100%;
    }

    .megamenumobile2 {
        display: none;
    }

    .header_mycartdisplay {
        display: none;
    }

    .cd-dropdown-trigger {
        display: none;
    }

    .img-logomobile {
        margin: 0 auto;
    }

    .header-top-links .Storesm,
    .header-top-links .Phonesm,
    .header-top-links .Newslettersm,
    .header-top-links .FAQsm {
        display: none;
    }

    .carousel-showmanymoveone {
        padding-left: 0;
        height: 265px;
    }

    .carousel-showmanymoveone .carousel-control {

        margin-top: 42% !important;
    }

    .carousel .item .col-xs-12 {
        width: 100%;
    }

    .carousel-showmanymoveone h2 {
        margin: 0 auto;
        width: 100%;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        float: left;
        right: 0;
        width: 100%;
        z-index: 1020;
        min-width: 300px;
    }

    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%;
    }

    .welcomtag1 {
        display: none;
    }

    .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;
        line-height:0;
    }

    .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: 10px 8px !important;
    }

    .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;
    }

    .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:414px) {
    .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: 320px) {
    .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:1024px) {
    .menuviewright-dropmenu {
        /* position: absolute;
        right: 0; */
        /* top: -12px; */
    }

    /* .welcomeuser {
        position: absolute;
        width: auto;
        right: 19%;
        top: -8px;
    } */
    .menuviewleft-dropmenu {
        /* left: -25px; */
        /*width: 100%;*/
    }

    .navbar-default .navbar-nav>li>a {
        color: #585858;
        padding: 6px !important;
        font-size: 12px;
    }

    .header_mycartdisplay {
        display: none;
    }

    .gallery-text h4.sizes {
        font-size: 1em;
        color: #999999;
        margin: 0;
    }

    .gallery-text ul {
        margin-top: -4px;
    }

    .gallery-text ul li {
        display: block !important;
        width: 100% !important;
        text-align: center;
    }
}

@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: 1.2em 0.8em;
    }

    .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;
        display: none;
    }

    .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: 5px;
        font-size: 12px;
        border: none;
        cursor: pointer;
    }

    /* .welcomeuser {
            position: absolute;
            width: auto;
            right: 11%;
            top: 50px;
        } */
    .Logindropmenu-content a {
        color: black;
        padding: 6px 10px;
        text-decoration: none;
        display: block;
    }

    /* .menuviewright-dropmenu {
            position: absolute;
            right: 0;
            top: 49px;
        } */
    .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;
    }

    .store_location {
        right: -15px;
    }

    .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;
    }

    .gallery-grid:hover .gallery-text {
        height: initial;
        margin-top: 0 !important;
    }

    .gallery-grid:hover img {
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -o-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        margin-top: 0 !important;
    }

}

@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) {
    .navbar-default .navbar-nav>li>a {
        color: #585858;
        padding: 10px 3px;
        font-size: 11px;
    }

    /* .welcomeuser {
            position: absolute;
            width: auto;
            right: 11%;
            top: 60px;
        } */
    /* .menuviewright-dropmenu {
            position: absolute;
            right: 0;
            top: 54px;
        } */
    .megamenumobile2 {
        display: none;
    }

    .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;
    }
}

@media(max-width:653px) {

    /* .welcomeuser {
        position: absolute;
        width: auto;
        right: 12%;
        top: 11px;
    } */
    /* .menuviewright-dropmenu {
        position: absolute;
        right: 0;
        top: 0;
    } */
    .store_location {
        right: 34%;
        position: absolute;
    }

    /* .img_logo {
        left: 11%;
    } */
    /* .menuviewleft-dropmenu {
        left: 0;
        top: 0;
        position: absolute;
    } */
    .header-top-links {
        /* text-align: right;
        position: absolute;
        right: 11px;
        top: -19px; */
    }
}

@media(max-width:640px) {
    .Logindropmenubtn {
        padding: 5px;
        font-size: 12px;
        border: none;
        cursor: pointer;
    }

    .mcgtop-header {
        text-align: center;
        padding-top: 17px;
        padding-bottom: 5px;
    }

    .img_logo {
        text-align: center;
    }

    .img-logomobile {
        margin: 0 auto;
    }

    /* .menuviewleft-dropmenu {
            position: absolute;
            top: 0;
            left: 12px;
        } */
    /* 
        .menuviewright-dropmenu {
            right: 16px;
            padding: 0;
            margin: 0;
            top: 0;
            position: absolute;
        } */

    /* .welcomeuser {
            right: 3px;
            top: 40px;
        } */

    .header-top-links {
        text-align: center;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
        background: #fff;
    }

    /* .welcomtag1 {
            display: none !important;
        }*/

    .Storesm {
        display: none !important;
    }

    .Newslettersm {
        display: none !important;
    }

    .FAQsm {
        display: none !important;
    }

    .header_mycartdisplay {
        display: none;
    }

    .header-top-links>li:first-child {
        /* display: none; */
    }

    .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:600px) {
    .Logindropmenubtn {
        padding: 5px;
        font-size: 12px;
        border: none;
        cursor: pointer;
    }

    .mcgtop-header {
        padding-top: 16px;
        padding-bottom: 5px;

        text-align: center;
    }

    .img_logo {
        text-align: left;
        /* left: 98px; */
    }

    .img-logomobile {
        margin: 0 auto;
    }

    /* .menuviewleft-dropmenu {
            position: absolute;
            top: 0;
            left: 12px;
        } */

    /* .menuviewright-dropmenu {
            right: 16px;
            padding: 0;
            margin: 0;
            top: -6px;
            position: absolute;
        } */

    .store_location {
        right: 19%;
        position: absolute;
    }

    /* .welcomeuser {
            right: 2px;
            top: 40px;
        } */
    .gallery-grid {
        /* height: 13.7em !important; */
        margin-bottom: 1em;
    }

    .carousel-showmanymoveone {
        padding-left: 14px;
    }


}

@media(max-width:540px) {
    /* .menuviewleft-dropmenu {
            position: absolute;
            top: 0;
            left: 30px;
        } */

    .store_location {
        right: 21%;
        position: absolute;
    }
}

@media(max-width:480px) {
    #footer {
        margin-top: -24px !important;
    }

    .img_logo {
        text-align: left;
        /* left: 75px; */
    }

    .header-top-links {
        text-align: left;
    }

    /* .menuviewright-dropmenu {
            right: 14px;
            padding: 0;
            margin: 0;
            top: 26px;
            position: absolute;
        } */

    .store_location {
        right: 21%;
        position: absolute;
        top: 29px;
    }

    /* .welcomeuser {
            right: -1px;
            top: -7px;
        } */
}

@media(max-width:414px) {
    #footer {
        margin-top: -36px !important;
    }

    .store_location {
        right: 21%;
        position: absolute;
        top: 0;
    }

    .img_logo {
        text-align: center;
        /* left: -45px; */
    }

    /* .welcomeuser {
            right: -8px;
            top: 40px;
        } */

    /* .menuviewright-dropmenu {
            right: 8px;
            padding: 0;
            margin: 0;
            top: -9px;
            position: absolute;
        } */

    .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:411px) {
    #footer {
        margin-top: -36px !important;
    }
}

@media(max-width:384px) {
    #footer {
        margin-top: -36px;
    }

    .Logindropmenubtn {
        padding: 5px;
        font-size: 12px;
        border: none;
        cursor: pointer;
    }

    /* .menuviewright-dropmenu {
            right: 9px;
            padding: 0;
            margin: 0;
            top: -9px;
            position: absolute;
        } */
    #footer {
        margin-top: -36px;
    }

    .img_logo {
        text-align: center;
        /* left: -45px; */
    }

    .header-top-links {
        text-align: center;
    }

    /* .welcomeuser {
            right: -7px;
            top: 40px;
        } */

    /* .new-grid, .gallery-grid {
            width: 48.9%;
        } */

    .gallery-grid {
        height: 18em;
    }

    .product-grids {
        width: 45.8%;
    }

    .btn {
        display: inline-block;
        padding: 4px 6px;
    }
}

@media(max-width:382px) {
    #footer {
        margin-top: -36px !important;
    }
}

@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:360px) {
    .Logindropmenubtn {

        padding: 5px;
        font-size: 12px;
        border: none;
        cursor: pointer;
    }

    .store_location {
        right: 21%;
        position: absolute;
        top: 0px;
    }

    /* .welcomeuser {
            right: -8px;
            top: 40px;
        } */

    .img_logo {
        text-align: center;
    }
}

@media(max-width:320px) {
    .header-top-links {
        text-align: left;
    }

    .store_location {
        right: 21%;
        position: absolute;
        top: 0px;
    }

    .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;
    }

    .gallery-grid {
        height: 16em;
    }

    .gallery-text p {
        font-size: 1em;
    }

    .gallery-text h5 {
        font-size: 1em;
    }

    .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;
    }
}

@media(max-width:280px) {
    .menuviewleft-dropmenu {
        position: absolute;
        top: 0;
        left: 18px;
    }

    .store_location {
        right: 24%;
        position: absolute;
        top: 0px;
    }

    /* .welcomeuser {
            right: -11px;
            top: 40px;
        } */
    .Logindropmenu-content a {
        color: black;
        padding: 4px 10px;
        text-decoration: none;
        display: block;
        font-size: 12px;
    }

    /* .menuviewright-dropmenu {
            right: 9px;
            padding: 0;
            margin: 0;
            top: -6px;
            position: absolute;
        } */
    .Logindropmenubtn {
        background-color: #082c4c;
        color: white;
        padding: 5px;
        font-size: 12px;
        border: none;
        cursor: pointer;
    }

    .btn {
        display: inline-block;
        padding: 3px 6px;
        font-size: 12px;
        margin-top: 3px;
    }
}

/*--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);
}

/* Side Navigation */
/* .nav-side-menu {
  overflow: auto;
  font-size: 13px;
  font-weight: 200;
  background-color: #fff;
  position: relative;
  top: 20px;
  width: 300px;
  height: 100%;
  color: #4d4d4d;
  border: 1px solid #e4e4e4;
 
}
.nav-side-menu .brand {
  background-color: #f4f4f4;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 18px;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 44px;
  cursor: pointer;
  
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #9dce51;
  background-color: #f8f8f8;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #082c4c;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #082c4c;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #ffffff;
  border: none;
  line-height: 42px;
  border-bottom: 1px solid #f8f8f8;
  margin-left: 10px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #ffffff;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.nav-side-menu li {
  padding-left: 8px;
  border-left: 3px solid #9dce51;
  border-bottom: 1px solid #f8f8f8;
}
.nav-side-menu li a {
  text-decoration: none;
  color: #4d4d4d;
  font-weight: 500;
}
.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li:hover {
   border-left: 3px solid #f4f4f4;
  background-color: #f8f8f8;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
} */


/*=========================================================
-> PRODUCT Home Product Page
===========================================================*/

.product .product-old-price {
    color: #082c4c;
    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: #082c4c;
}

.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: #082c4c;
}

/*----------------------------*\
	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 #082c4c;
}

.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 #082c4c inset;
    box-shadow: 0px 0px 0px 2px #082c4c 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: 0px 7px 0px 8px;
    color: #DADADA;
    border-radius:5px;
}

.size-option>li.active a {
    color: #082c4c;
    border-color: #082c4c;
}

.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 #082c4c;
    box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 3px #082c4c;
}

.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: #082c4c;
}

/* .product-tab .tab-nav li.active a:after {
                            content: "";
                            position: absolute;
                            left: 0;
                            bottom: -1.5px;
                            height: 3px;
                            width: 30px;
                            background-color: #082c4c;
                        } */

/*-- 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: #082c4c;
}

/*-- 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: #393939;
    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 #393939;
    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 #082c4c;
    right: -39px;
}

.dotCircle .itemDot.active .forActive {
    display: block;
}

.round {
    position: absolute;
    left: 40px;
    top: 45px;
    width: 410px;
    height: 410px;
    border: 2px dotted #082c4c;
    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--*/

.noPadding {
    padding: 0px;
}

.panel-login {
    /* border-color: #ccc;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2); */
    background-color: #fff;
    box-shadow: 0px 5px 20px 3px rgba(230,233,249,.9);
    border:none !important;
}

.panel-login>.panel-heading {
    color: #4d4d4d;
    background-color: #fff;
    border-color: #fff;
    text-align: center;
}

.panel-login>.panel-heading a {
    text-decoration: none;
    color: #666;
    font-weight: bold;
    font-size: 15px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.panel-login>.panel-heading a.active {
    color: #029f5b;
    font-size: 18px;
}

.panel-login>.panel-heading hr {
    margin-top: 10px;
    margin-bottom: 0px;
    clear: both;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}

.panel-login input[type="text"],
.panel-login input[type="email"],
.panel-login input[type="password"] {
    height: 45px;
    border: 1px solid #ddd;
    font-size: 16px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.panel-login input:hover,
.panel-login input:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}

.btn-login {
    background-color: #59B2E0;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #59B2E6;
}

.btn-login:hover,
.btn-login:focus {
    color: #fff;
    background-color: #53A3CD;
    border-color: #53A3CD;
}

.forgot-password {
    text-decoration: underline;
    color: #888;
}

.forgot-password:hover,
.forgot-password:focus {
    text-decoration: underline;
    color: #666;
}

.btn-register {
    background-color: #082c4c;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #082c4c;
}

.btn-register:hover,
.btn-register:focus {
    color: #fff;
    background-color: #4d4d4d;
    border-color: #4d4d4d;
}
.mobile{
    display:none;
}
/* .desktop {
    display:block;
} */
.gallery-text h6{
    min-height:44px;
    text-align: left;
}
.gallery-text ul li {
    margin-top: 0px !important;
    width:100% !important;
}
.gallery-text h6 a {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    padding:0px 12px !important;
    display: block;
    text-align-last: left;
    position: absolute;
}

.cart-main{
    display: flex;
    border: 1px solid #656161d1;
    padding: 0 !important;
    justify-content: center;
    border-radius: 50px;
    padding: 6px 20px !important;
    margin-top: 0 !important;
}
.quantity-number{
    max-width:30px;
    text-align: center; 
    border: none;
}
.cart-img{
    border: 2px solid #e32e6a;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 85px;
    overflow: hidden;
    border-radius: 10px;
}
.Orders-flex{
    display: flex;
    justify-content: center;
    align-items: center; 
}
.fontsize12{
    font-weight: 400 !important;
    line-height: 22px !important;
    margin-bottom: 5px !important;
    color:#000000 !important;
    font-size: 12px !important;
    font-style: unset !important;
    margin: 6px 0;
}
.prd-des a{
    font-size: 14px;
    color: #e32e6a;
    font-weight: 500;
}
.OrdersCss {
    padding: 10px 0;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    /* border-bottom: 1px solid #e9e7e7; */
    box-shadow: unset !important;
    margin-bottom: unset !important;
}
.product-remove i{
    display: block;
    font-size: 16px;
    width: 1em;
    font-weight: 500;
    color: #000;
}
.ContentPlaceHolder1_CartGridview thead th {
    background-color:#490d59;
    border: none !important;
    color:#ffffff;
    font-size: 18px;
    /* font-family: var(--title-font); */
    font-weight: 600;
}
#ContentPlaceHolder1_CartGridview td {
    border: none;
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    color:#444444;
    padding: 13px 10px;
    position: relative;
    vertical-align: middle;
    line-height: 1;
    margin: auto;
    text-align-last: center;
}
#ContentPlaceHolder1_CartGridview tr {
    padding: .5rem;
    background-color: var(--bs-table-bg);
  background-color:#fff !important;
}
.total-price td {
    border: none;
    border: 1px solid #E0E0E0;
    /* border-right: 1px solid #E0E0E0; */
    color:#444444;
    padding: 12px 26px;
    position: relative;
    vertical-align: middle;
    line-height: 1;
}
#lblNetAmount{
    font-weight: 700;
    font-size: 18px;
}
.total-price tr {
    padding: .5rem;
    background-color: var(--bs-table-bg);
  background-color:#fff !important;
}
.countryprice{
    font-size:18px;
    font-weight: 600;
    color:#e32e6a;
}
.linkbtntxt{
    font-size: 14px !important;
    font-weight: 600 !important;
    color:#000000 !important; 
}
#ContentPlaceHolder1_CartGridview{
    border-radius: 20px;
    text-align: center;
    border: 1px solid #E0E0E0;
    border-radius: 20px;

}
.divHeaderSec {
    border-top-right-radius:12px !important;
    border-top-left-radius:12px !important; 
}
.netamount{
    font-weight: 700;
    font-size: 18px;
}
.vs-btn {
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 16px 50px 16px 50px;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 9999px;
    line-height: 1;
    margin-bottom: 10px;
}
.cart-main-body{
    padding: 12px !important;
    float: left;
    font-size: 14px;
    /* margin: 30px 0; */
    display: table-row;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    box-shadow: rgb(230, 230, 230) 0px 0px 4px 1px;
    width: 100%;
    background: #f4f6fa;
}
.total-prices{
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.text-danger {
    color: #e32e6a;
}

@media screen and (max-width:767px) {
    .desktop {
        /* display: none; */
    }

    .mobile-flex{
        display: flex;
        justify-content: space-between;
    }
    .mobile{
        display:block;
    }
    #imgLogo {
/*        margin-left: 10px !important;*/
        height:100% !important;
        width:100% !important;
    }
}
@media screen and (max-width: 600px) {
    .cart-img {
        width: 50px;
        height: 50px;
    }
    .linkbtntxt {
        font-size: 12px !important;
    }
    .countryprice {
        font-size: 14px;
    }
}
