
* {
    margin: 0;
    padding: 0;
}

body {
    font: 14px Helvetica, Sans-Serif;
}

#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  text-align: center;
  line-height: 1.4;
}

.notfound .notfound-404 {
  height: 190px;
}

.notfound .notfound-404 h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 146px;
  font-weight: 700;
  margin: 0px;
  color: #232323;
}

.notfound .notfound-404 h1>span {
  display: inline-block;
  width: 120px;
  height: 120px;
  background-image: url('../img/emoji.html');
  background-size: cover;
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
  z-index: -1;
}

.notfound h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  color: #232323;
}

.notfound p {
  font-family: 'Montserrat', sans-serif;
  color: #787878;
  font-weight: 300;
}

.notfound a {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  padding: 12px 30px;
  font-weight: 700;
  background-color: #f99827;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a:hover {
  opacity: 0.8;
}

#page-wrap {
    width: 800px;
    margin: 25px auto;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

p {
    //margin: 15px 0;
}

/* 
	LEVEL ONE
*/
.product-sec-part {
    box-shadow: 0px 0px 5px 0px #D6D6D6;
    padding: 30px 20px;
    margin-bottom: 14px;
}

.partners img {
    height: 50px;
    width: 100px;
}

.partner-heading {
    font-size: 24px;
    color: white;
}

.blink {
    background: white;
    line-height: 30px;
    border-bottom: 1px solid #f8694a;
}

.category-drop img {
    height: 100px;
    width: 100px;
}

ul.dropdown {
    position: relative;
}


    ul.dropdown li {
        z-index: 100;
        height: auto;
        line-height: 34px;
        width: 130px;
        float: left;
        text-decoration: none;
        background: #333;
    }

        ul.dropdown li a {
            display: block;
            font-size: 15px;
            line-height: 43px;
            text-align: center;
            color: white;
        }

        ul.dropdown li ul li a:hover {
            color: white;
            background: orangered;
            font-weight: 500;
        }


        /* Doesn't work in IE */
        ul.dropdown li.hover,
        ul.dropdown li:hover {
            color: orangered;
            position: relative;
            font-weight: bold;
            display: block;
        }
.your_account {
    margin-left:70px;

}

.EditProfile {
    font-size: 15px;
    border: none;
    background: #f8694a;
    color: #f7f7f0;
    padding: 5px;
}

.HeadProfile {
    border-top: 1px solid lightgrey;
    padding-top: 20px;
}

    .HeadProfile a {
        font-size: 20px;
    }

.OrderTrack {
    margin-top: -20%;
    margin-right: 2%;
    width: 344px;
}

.OrderBox {
    margin-left: 70px;
}

.item-price-container {
    padding: 10px 2px 10px 2px ;

}

.OrderImg {
    padding: 20px !important;
}

    .OrderImg img {
        height: 70px;
        width: 70px;
    }

.OrderAgainbtn {
    width: 95%;
    padding: 15px;
    color: white;
    text-align:center;
    line-height: 0px;
    height: 30px;
    text-decoration: none;
    border: none;
    background: #228b22c7;
    border-radius:2px;
}

.DeliveryAdd a {
    font-size: 15px;
    color: black;
}

h2 a:hover{
    color:antiquewhite;
}

$shopping-cart-red: #DF0000; .fa-stack[data-count]:after {
    position: absolute;
    right: 0%;
    top: 0%;
    content: attr(data-count);
    font-size: 40%;
    padding: .6em;
    border-radius: 999px;
    line-height: .75em;
    color: white;
    color: $shopping-cart-red;
    text-align: center;
    min-width: 2em;
    font-weight: bold;
    background: white;
    border-style: solid;
}

.fa-circle {
    color: #DF0000;
}

.red-cart {
    color: #DF0000;
    background: white;
}

.header-Profile {
    position: relative;
    float: left;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #30323A;
    background-color: #FFF;
    /* border: 1px solid #DADADA; */
}

.shop-menu {
    float: right;
}

.CheckoutImg {
    height: 45px;
    margin-top: -10px;
}

.YourCartTxt {
    font-size: 10px;
    margin-top: -16px;
    margin-left: 14px;
}

.CartCount {
    width: 30px;
    color: orangered;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
}

.Btn-ok{
    background:orangered;
    margin-left:15px;
    color:white;
    border:none;
}
/* 
	LEVEL TWO
*/
.navbar-default {
    float: left;
    background: #333;
}


ul.dropdown ul {
    width: 130px;
    visibility: hidden;
    position: absolute;
    height: 0px;
    top: 100%;
    left: 0;
}

    ul.dropdown ul li {
        font-weight: normal;
        background: #f6f6f6;
        width: 200px;
    }

        ul.dropdown ul li a {
            text-align: center;
            border-right: none;
            background-color: #f5f5f5;
            color: black;
            font-weight: 400;
            border-bottom: .1px solid #ccc;
        }

            ul.dropdown ul li a:hover {
                border-right: none;
                background-color: #ccc;
                color: black;
            }

        /* 
	LEVEL THREE
*/
        ul.dropdown ul li ul {
            left: 100% !important;
            top: 0 !important;
        }

ul.dropdown li:hover > ul {
    visibility: visible;
}

.cart1 {
    margin-top: 10px;
}



@media (max-width:766px) {
    .item-price-container p
    {
        font-size:10px !important;
    }

    .Invoice_details a {
        font-size: 10px !important;
    }
    
    .OrderAgainbtn {
        width: 100%;
    }
    .item-price-container {
        padding: 14px 16px 15px 14px !important;
    }
    .OrderBox {
       margin-left: 0px;
    }
    .OrderTrack {
        margin-top: 0%;
        margin-right: 2%;
        width: 344px;
    }
    .your_account {
        margin-left: 0px !important;
    }

   
    .signInMob {
        margin-top: 0px;
        margin-bottom: 14px;
        margin-right: 66px !important;
    }



    ul.dropdown ul ul {
        position: absolute !important;
        top: 100% !important;
        left: 0% !important;
    }

    .shop-menu {
        float: none !important;
    }
}

@media (max-width:1023px) {
    .OrderTrack {
        margin-top: 2% !important;
        margin-right: 2%;
        width: 344px;
    }

    ul.dropdown ul li a {
        text-align: center;
        border-right: none;
        background-color: none;
        color: black;
        font-weight: 400;
        border-bottom: none;
    }

    .cart1 {
        font-size: 40px !important;
    }

    .navbar-collapse.collapse {
        background: #f7f7f0;
        // margin-top: -72px;
    }

    .navbar-toggle {
        background-color: white !important;
    }

    ul.dropdown li ul li a:hover {
        color: orangered;
        background: #f7f7f0 !important;
        font-weight: 500;
    }

    ul.dropdown li {
        z-index: 100;
        height: auto;
        // line-height: 40px !important;
        float: left;
        text-decoration: none;
    }

    ul.dropdown li {
        background: white;
        width: 100% !important;
        border-right: 1px solid #ccc;
    }

        ul.dropdown li ul li {
            background: #f7f7f0;
            width: 100% !important;
        }

    .navbar-default {
        float: none !important;
        background: #F6F6F6;
    }

    ul.dropdown ul {
        width: 100% !important;
        height: auto;
        position: relative;
        background: white !important;
        visibility: visible;
    }


        ul.dropdown ul li ul {
            left: 0% !important;
            top: 100% !important;
        }

    ul.dropdown li a {
        display: block;
        padding: 4px 0px;
        font-size: 20px !important;
        //border-bottom: 1px solid #333 !important;
        text-align: left !important;
        color: black;
        font-weight: 400;
        margin-left: 35px;
    }

    .LogReg {
        text-align: center !important;
    }

    ul.dropdown ul ul li a {
        background-color: #f5f5f5 !important;
        color: black;
        text-align: left !important;
    }
}



#left-bar {
    float: left;
    position: relative;
    width: 200px;
    margin-left: 7px;
}

    #left-bar .menu-dialog {
        border-color: #f3f3f3;
        margin-bottom: 30px;
        float: left;
        width: 100%;
    }

.menu-dialog {
    border: 1px solid #dbdbdb;
    margin-bottom: 10px;
}

.menu-dialog {
    border: 1px solid #5f94c0;
    margin-bottom: 15px;
}

#left-bar .title-bar h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 31px;
    color: white;
    font-weight: 400;
    margin: 0 15px;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
}

.Brand_desciption {
    margin-top: 25px;
}

#left-bar .title-bar {
    background: orangered;
    box-sizing: border-box;
    height: 30px;
    text-align: center;
    padding: 0;
    border: none;
    position: relative;
}

.menu-dialog .title-bar {
    background: #e9e9e9 url(../.html) repeat-x left -108px;
    border: #fff 1px solid;
    height: 41px;
    width: auto;
}

.menu-dialog .title-bar {
    width: 100%;
    background: #9ec6de url(../-2.html) repeat-x left top;
    border: 0 none;
    border-bottom: #215485 1px solid;
    height: 27px;
    overflow: hidden;
}

#left-bar .menu-dialog .content {
    border-color: #929090;
    padding: 0px 10px 10px;
}

.menu-fancy-categories-list .content {
    padding: 8px 10px 20px;
}

.menu-fancy-categories-list .content {
    padding: 5px 5px 3px;
}

.menu-dialog .content {
    padding: 8px 20px 20px 20px;
    border-top: solid 1px #dbdbdb;
}

.menu-fancy-categories-list .content {
    overflow: visible;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 6px;
}

.menu-dialog .content {
    border: 0;
    background-color: #fff;
    padding: 8px 10px;
    // overflow: hidden;
}

#left-bar ul {
}

.fancycat-icons-e ul {
    width: 228px;
}

.fancycat-icons-e ul {
    width: 238px;
}

.fancycat-icons-e ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 137px;
}

.menu-dialog ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#left-bar ul li {
    padding: 3px 0;
    border-bottom: 0px solid #ccc;
}

.fancycat-icons-e ul li {
    border-bottom: 1px solid #929090;
}

.fancycat-icons-e ul li {
    padding: 0px;
    border-bottom: solid 1px #efefef;
}

.fancycat-icons-e ul li {
    float: left;
    position: relative;
    width: 100%;
    padding: 2px 0;
    background: white none;
}

.menu-dialog ul li {
    padding: 0;
    vertical-align: middle;
}

user agent stylesheet li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.fancycat-icons-e ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 137px;
}

.menu-dialog ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.fancycat-icons-e a.sub-link:link, .fancycat-icons-e a.sub-link:visited, .fancycat-icons-e a.sub-link:hover, .fancycat-icons-e a.sub-link:active {
    background-image: url(../.html);
    background-position: right -181px;
    background-repeat: no-repeat;
}

.fancycat-icons-e a.sub-link:link, .fancycat-icons-e a.sub-link:visited, .fancycat-icons-e a.sub-link:hover, .fancycat-icons-e a.sub-link:active {
    background-position: 97% 15px;
    background-image: url(../../s.html);
}

.fancycat-icons-e a.sub-link:link, .fancycat-icons-e a.sub-link:visited, .fancycat-icons-e a.sub-link:hover, .fancycat-icons-e a.sub-link:active {
    background: transparent url(../..html) no-repeat 97% 4px;
}

.fancycat-icons-e ul li a:link, .fancycat-icons-e ul li a:visited, .fancycat-icons-e ul li a:hover, .fancycat-icons-e ul li a:active {
    color: inherit;
    padding: 12px 0px 10px 16px;
    text-decoration: none !important;
}

.menu-dialog ul li a, .menu-dialog .content ul li a {
    font-size: 12px;
    font-weight: bold;
    color: #353535;
}

.fancycat-icons-e ul li a:link, .fancycat-icons-e ul li a:visited, .fancycat-icons-e ul li a:hover, .fancycat-icons-e ul li a:active {
    display: block;
    position: relative;
    font-size: 12px;
    color: #300;
    text-decoration: none;
    line-height: 16px;
    vertical-align: middle;
    background: transparent none;
    padding: 0 25px 0 10px;
    margin-left: 10px !important;
    overflow: hidden;
}

.menu-dialog .content a {
    color: #005d98;
}

.menu-dialog .content a {
    color: #324c76;
}

.menu-dialog ul li a {
    font-size: 11px;
    text-decoration: none;
}



#left-bar ul li {
    padding: 3px 0;
    border-bottom: 0px solid #ccc;
}

.fancycat-icons-e ul li {
    border-bottom: 1px solid #929090;
}

.fancycat-icons-e ul li {
    padding: 0px;
    border-bottom: solid 1px #efefef;
}

.fancycat-icons-e ul li {
    float: left;
    position: relative;
    width: 100%;
    padding: 2px 0;
    background: white none;
}

.menu-dialog ul li {
    padding: 0;
    vertical-align: middle;
}

tr.highlight td, tr.highlight th, li.highlight {
}

user agent stylesheet li {
    display: list-item;
    text-align: -webkit-match-parent;
}

#left-bar ul li a {
    font-family: "Verdana";
    font-size: 12px;
    color: #081589;
    line-height: 20px;
    font-weight: normal;
    margin: 0 !important;
    padding: 0 0 0 6px;
}

.fancycat-icons-e ul li a:link, .fancycat-icons-e ul li a:visited, .fancycat-icons-e ul li a:hover, .fancycat-icons-e ul li a:active {
    color: inherit;
    padding: 12px 0px 10px 16px;
    text-decoration: none !important;
}

.menu-dialog ul li a, .menu-dialog .content ul li a {
    font-size: 12px;
    font-weight: bold;
    color: #353535;
}

.fancycat-icons-e ul li a:link, .fancycat-icons-e ul li a:visited, .fancycat-icons-e ul li a:hover, .fancycat-icons-e ul li a:active {
    display: block;
    position: relative;
    font-size: 12px;
    color: #300;
    text-decoration: none;
    line-height: 16px;
    vertical-align: middle;
    background: transparent none;
    padding: 0 25px 0 10px;
    margin-left: 10px !important;
    overflow: hidden;
}

.menu-dialog .content a {
    color: #005d98;
}

.menu-dialog .content a {
    color: #324c76;
}

.menu-dialog ul li a {
    font-size: 11px;
    text-decoration: none;
}

.menu-dialog ul li a, .menu-dialog .content ul li a {
    font-size: 12px;
    font-weight: bold;
    color: #353535;
}

.fancycat-icons-e ul li a:link, .fancycat-icons-e ul li a:visited, .fancycat-icons-e ul li a:hover, .fancycat-icons-e ul li a:active {
    display: block;
    position: relative;
    font-size: 12px;
    color: #300;
    text-decoration: none;
    line-height: 16px;
    vertical-align: middle;
    background: transparent none;
    padding: 0 25px 0 10px;
    margin-left: 10px !important;
    overflow: hidden;
}


.menu-dialog ul li a {
    font-size: 11px;
    text-decoration: none;
}


tr.highlight td, tr.highlight th, li.highlight {
}


.fancycat-icons-e li:hover ul, .fancycat-icons-e li.over ul {
    display: block;
}

.fancycat-icons-e li ul {
    left: 220px;
    top: 0;
}

.fancycat-icons-e li ul {
    left: 225px;
    border: 1px solid #dbdbdb;
}

.fancycat-icons-e li ul {
    display: none;
    position: absolute;
    top: 4px;
    left: 126px;
    background: white none;
    border: 1px solid #b1c6d7;
    margin: 0;
    padding: 5px 6px 5px 5px;
}

.fancycat-icons-e ul {
    width: 228px;
}

.fancycat-icons-e ul {
    width: 238px;
}

.fancycat-icons-e ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 137px;
}

.menu-dialog ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    user agent stylesheet ol ul, ul ol, ul ul, ol ol {
        margin-block-start: 0px;
        margin-block-end: 0px;
    }

user agent stylesheet ul ul, ol ul {
    list-style-type: circle;
}

user agent stylesheet ul, menu, dir {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

user agent stylesheet li {
    display: list-item;
    text-align: -webkit-match-parent;
}




/*
Template Name: E-SHOP HTML E-Commerce Template
Author: yaminncco

Colors:
	Body 		  : #4A4E5A
	Headers 	: #30323A
	Primary 	: #F8694A
	Dark 		  :	#30323A
	Grey 		  : #DADADA #F6F7F8

Fonts: Hind

Table OF Contents
------------------------------------
1 > GENERAL
------ typography
------ Buttons
------ Inputs
------ Lists
------ Sections
------ Breadcrumb
2 > HEADER
------ Top header
------ Logo
------ Search header
------ Account header
------ Cart header
3 > NAVIGATION
------ Category nav
------ Menu nav
------ Dropdowns
------ Mobile Nav
4 > BANNERS
5 > HOME SLIDER
6 > PRODUCT
------ Single product
------ Widget product
------ Product slick
7 > PRODUCTS PAGE
------ Aside
------ Store
8 > PRODUCT DETAILS PAGE
------ Product view
------ Product details
------ Product tab
9 > CHECKOUT PAGE
10 > FOOTER
11 > SLICK
------ Arrows
------ Dots
12 > RESPONSIVE
------------------------------------*/

/*=========================================================
	01 -> GENERAL
===========================================================*/

/*----------------------------*\
	Typography
\*----------------------------*/

body {
    font-family: 'Hind', sans-serif;
    color: #4A4E5A;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: #30323A;
    margin: 0 0 10px;
    font-weight: 700;
}


.primary-color {
    color: #F8694A;
}

.white-color {
    color: #FFF;
}

.font-weak {
    font-weight: 400;
}

strong {
    color: #30323A;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-color: #DADADA;
}


/*----------------------------*\
	Buttons
\*----------------------------*/

.main-btn, .primary-btn {
    display: inline-block;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.icon-btn.main-btn, .icon-btn.primary-btn {
    width: 35px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    padding: 0px;
    border: none;
}

.main-btn {
    color: #30323A;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 6px transparent;
    box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 6px transparent;
}

    .main-btn:hover, .main-btn:focus {
        color: #F8694A;
        -webkit-box-shadow: 0px 0px 0px 1px #F8694A inset, 0px 0px 0px 0px #F8694A;
        box-shadow: 0px 0px 0px 1px #F8694A inset, 0px 0px 0px 0px #F8694A;
    }

.primary-btn {
    color: #FFF;
    background-color: #F8694A;
}

    .primary-btn:hover, .primary-btn:focus {
        color: #FFF;
        background-color: #30323A;
    }

/*----------------------------*\
	Inputs
\*----------------------------*/

.input {
    width: 100%;
    height: 40px;
    border: 1px solid grey;
    background-color: transparent;
    transition: 0.3s all;
}


textarea.input {
    padding: 15px;
}

.input-checkbox .caption {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s max-height;
    transition: 0.3s max-height;
}

.input-checkbox > label {
    color: #30323A;
}

.input-checkbox input[type="checkbox"]:checked + label + .caption, .input-checkbox input[type="radio"]:checked + label + .caption {
    max-height: 800px;
}

/*----------------------------*\
	Lists
\*----------------------------*/

.list-links .list-links-title {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 16px;
}

.list-links li > a {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    padding: 2px 0px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

    .list-links li > a:before {
        content: "\f105";
        position: absolute;
        left: 0px;
        font-family: FontAwesome;
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }

    .list-links li > a:hover, .list-links li > a:focus, .list-links li.active > a {
        color: #F8694A;
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

        .list-links li > a:hover:before, .list-links li > a:focus:before, .list-links li.active > a:before {
            opacity: 1;
            visibility: visible;
        }

/*----------------------------*\
	Sections
\*----------------------------*/

.section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-grey {
    background: #F6F7F8;
}

.section-title {
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px solid #DADADA;
}

    .section-title .title {
        display: inline-block;
        text-transform: uppercase;
    }

    .section-title:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1.5px;
        height: 3px;
        width: 60px;
        background-color: #F8694A;
    }

/*----------------------------*\
	Breadcrumb
\*----------------------------*/

#breadcrumb {
    -webkit-box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.175);
    box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.175);
}

.breadcrumb {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    padding: 15px 0px;
    margin: 0;
}

    .breadcrumb > .active {
        color: #F8694A;
    }

    .breadcrumb > li + li:before {
        color: #DADADA;
    }

/*=========================================================
	02 -> HEADER
===========================================================*/

#header {
    padding-top: 15px;
    padding-bottom: 15px;
}

/*----------------------------*\
	Top header
\*----------------------------*/

#top-header {
    padding-top: 5px;
    padding-bottom: 5px;
}

.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;
    }

/*----------------------------*\
	logo
\*----------------------------*/

.header-logo {
    display: inline-block;
    margin-right: 15px;
}

    .header-logo .logo > img {
        max-height: 65px;
    }

/*----------------------------*\
	Search header
\*----------------------------*/

.header-search {
    display: inline-block;
    padding: 15px 0px;
    max-width: 600px;
}

    .header-search .form {
        position: relative;
    }

        .header-search .form .search-input {
            padding-left: 10px;
            padding-right: 180px;
        }

        .header-search .form .search-categories {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 135px;
        }

        .header-search .form .search-btn {
            position: absolute;
            top: 0px;
            right: 0px;
            width: 40px;
            height: 40px;
            background-color: orangered;
            border: none;
        }

/*----------------------------*\
	Account header
\*----------------------------*/

.header-btns > li {
    display: inline-block;
    vertical-align: top;
    padding: 15px 15px;
}

    .header-btns > li + li {
        margin-left: 15px;
    }

    .header-btns > li .header-btns-icon {
        position: relative;
        float: left;
        margin-right: 15px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #30323A;
        background-color: #FFF;
        border: 1px solid #DADADA;
    }

.header-btns .dropdown-toggle {
    display: block;
    cursor: pointer;
}

.header-account.dropdown .custom-menu > li > a > i {
    margin-right: 5px;
    color: #F8694A;
}

/*----------------------------*\
	Cart header
\*----------------------------*/

.header-cart .header-btns-icon .qty {
    position: absolute;
    right: -9px;
    top: -9px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 10px;
    background: #F8694A;
    color: #FFF;
    border-radius: 50%;
}

.header-cart.dropdown .custom-menu {
    width: 300px;
}


#shopping-cart .shopping-cart-list {
    max-height: 260px;
    margin-bottom: 15px;
    overflow-y: scroll;
}

    #shopping-cart .shopping-cart-list .product.product-widget:first-child {
        margin-top: 0px;
    }

    #shopping-cart .shopping-cart-list .product.product-widget:last-child {
        margin-bottom: 0px;
    }

#shopping-cart .shopping-cart-btns > button {
    width: calc(50% - 2px);
}

/*=========================================================
	03 -> NAVIGATION
===========================================================*/

#navigation {
    background-color: #30323A;
}

    #navigation .container {
        position: relative;
    }

/*----------------------------*\
	Category nav
\*----------------------------*/

.category-nav {
    float: left;
    width: 270px;
}

    .category-nav .category-header {
        padding: 15px;
        display: block;
        text-transform: uppercase;
        background: #F8694A;
        color: #FFF;
        font-weight: 700;
    }

        .category-nav .category-header > i {
            float: right;
            line-height: 20px;
        }

    .category-nav .category-list {
        position: absolute;
        width: 270px;
        background-color: #FFF;
        border-left: 1px solid #DADADA;
        border-right: 1px solid #DADADA;
        border-bottom: 1px solid #DADADA;
        z-index: 50;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }

    .category-nav.show-on-click .category-list {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(0px, 15px);
        -ms-transform: translate(0px, 15px);
        transform: translate(0px, 15px);
    }

        .category-nav.show-on-click .category-list.open {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translate(0px, 0px);
            -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
        }

    .category-nav .category-list > li + li {
        border-top: 1px solid #DADADA;
    }

    .category-nav .category-list > li.dropdown > .dropdown-toggle > i {
        float: right;
        line-height: 20px;
    }

    .category-nav .category-list > li > a {
        display: block;
        padding: 15px;
        text-transform: uppercase;
    }

        .category-nav .category-list > li > a:hover, .category-nav .category-list > li > a:focus, .category-nav .category-list > li.dropdown.open > a {
            color: #F8694A;
        }

.aboutUs a:active {
    color: orangered !important;
}

/*----------------------------*\
	Menu nav
\*----------------------------*/

.menu-nav .menu-header {
    display: none;
    padding: 15px;
    text-transform: uppercase;
    background: #30323A;
    color: #FFF;
    font-weight: 700;
}

    .menu-nav .menu-header > i {
        float: right;
        line-height: 20px;
    }

.menu-nav .menu-list > li {
    display: inline-block;
}

    .menu-nav .menu-list > li > a {
        display: block;
        padding: 15px;
        color: #FFF;
        text-transform: uppercase;
    }

.Mob-li a:focus {
    color: white !important;
}

.menu-list > li.dropdown.open > a {
    color: white;
}

.menu-nav .menu-list > li > a:hover, .menu-nav .menu-list > li > a:focus, .menu-nav .menu-list > li.dropdown.open > a {
    color: orangered;
}



/*----------------------------*\
	Dropdowns
\*----------------------------*/

.custom-menu {
    position: absolute;
    padding: 15px;
    background: #FFF;
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
    z-index: 100;
    top: 100%;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.dropdown.open > .custom-menu {
    opacity: 1;
    visibility: visible;
}

/*-- Default Dropdown --*/

.dropdown.default-dropdown > .custom-menu {
    border-top: 2px solid #F8694A;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(15px);
    -ms-transform: translateX(-50%) translateY(15px);
    transform: translateX(-50%) translateY(15px);
}

.dropdown.default-dropdown.open > .custom-menu {
    -webkit-transform: translateX(-50%) translateY(0px);
    -ms-transform: translateX(-50%) translateY(0px);
    transform: translateX(-50%) translateY(0px);
}

.dropdown.default-dropdown > .custom-menu > li > a {
    display: block;
    padding: 5px 10px;
    text-transform: uppercase;
}

/*-- Mega Dropdown --*/

.dropdown.mega-dropdown.full-width {
    position: static !important;
}

.dropdown.mega-dropdown > .custom-menu {
    border-top: 2px solid #F8694A;
    left: 0;
    -webkit-transform: translate(0px, 15px);
    -ms-transform: translate(0px, 15px);
    transform: translate(0px, 15px);
    width: auto;
    min-width: 750px;
    max-width: 100%;
}

.dropdown.mega-dropdown.full-width > .custom-menu {
    width: 100%;
}

.dropdown.mega-dropdown.open > .custom-menu {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

/*-- Side Dropdown --*/

.dropdown.side-dropdown > .custom-menu {
    border-left: 2px solid #F8694A;
    left: 100%;
    top: 0;
    width: 750px;
    -webkit-transform: translate(15px, 0px);
    -ms-transform: translate(15px, 0px);
    transform: translate(15px, 0px);
}

.dropdown.side-dropdown.open > .custom-menu {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

/*----------------------------*\
	Mobile nav
\*----------------------------*/

#header .nav-toggle {
    display: none;
}

@media only screen and (max-width: 991px) {
    .your_account {
        margin-left: 0px !important;
    }
    .Brand_desciption {
        margin-top: 0px !important;
    }

    .header-btns > li .header-btns-icon {
        position: relative;
        float: left;
        margin-right: 15px;
        width: 40px !important;
        height: 40px !important;
        line-height: 40px !important;
        text-align: center;
        color: #30323A;
        background-color: #FFF;
        border: 1px solid #DADADA;
    }

    .Mob-li {
        width: 100% !important;
    }

    #header .nav-toggle {
        display: inline-block;
    }

    .header-btns > li + li {
        margin-left: 0px !important;
    }

    #responsive-nav {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        max-width: 270px;
        width: 0%;
        overflow: hidden;
        background-color: #FFF;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: 0.5s all;
        transition: 0.5s all;
        z-index: 990;
    }

        #responsive-nav.open {
            width: 100%;
            -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
            transform: translateX(0%);
        }

        #responsive-nav .dropdown .custom-menu {
            display: none;
            position: static;
            width: 100%;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-top: none;
            border-left: 2px solid #F8694A;
        }

        #responsive-nav .dropdown.open .custom-menu {
            display: block;
            min-width: auto;
            -webkit-transform: translate(0px, 0px);
            -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
        }

    .category-nav .category-list, .menu-nav .menu-list {
        display: none;
        overflow-y: scroll;
        overflow-x: hidden;
        max-height: calc(100vh - 100px);
    }

        .category-nav .category-list.open, .menu-nav .menu-list.open {
            display: block;
        }

    .menu-nav .menu-header, .category-nav .category-header {
        cursor: pointer;
    }

    .category-nav {
        float: none;
        width: 100%;
    }

        .category-nav .category-list {
            position: static;
        }

    .menu-nav .menu-header {
        display: block;
    }

    .menu-nav .menu-list {
        float: none;
        border-left: 1px solid #DADADA;
        border-right: 1px solid #DADADA;
        border-bottom: 1px solid #DADADA;
    }

        .menu-nav .menu-list > li {
            display: block;
        }

            .menu-nav .menu-list > li + li {
                border-top: 1px solid #DADADA;
            }

            .menu-nav .menu-list > li > a {
                font-weight: bold;
                font-size: 16px;
                color: #30323A !important;
            }

    #navigation.shadow:after {
        content: "";
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 99;
    }
}

/*=========================================================
	04 -> BANNERS
===========================================================*/

.banner {
    display: block;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .banner > img {
        width: 100%;
        height: 150px;
    }

    .banner.banner-1 .banner-caption {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .banner.banner-2 .banner-caption {
        position: absolute;
        left: 10%;
        right: 10%;
        bottom: 10%;
    }

    .banner h1 {
        font-size: 46px;
        text-transform: uppercase;
    }

/*=========================================================
	05 -> HOME SLIDER
===========================================================*/

#home .home-wrap {
    margin-left: 270px;
}

#home-slick .banner {
    margin: 0px;
}


/*----------------------------*\
	Aside
\*----------------------------*/

#aside .aside {
    margin-bottom: 30px;
}

    #aside .aside:last-child {
        margin-bottom: 0px;
    }

.aside .aside-title {
    position: relative;
    border-bottom: 1px solid #DADADA;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 30px;
    margin-top: 15px;
    line-height: 24px;
    font-size: 18px;
}

    .aside .aside-title:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1.5px;
        height: 3px;
        width: 60px;
        background-color: #F8694A;
    }

/*-- Filter list --*/

.filter-list {
    margin-bottom: 15px;
}

    .filter-list > li {
        display: inline-block;
        margin-right: 2px;
        margin-bottom: 6px;
    }

        .filter-list > li:last-child {
            margin-right: 0px;
        }

    .filter-list li a {
        position: relative;
        padding: 0px 5px 0px 20px;
    }

        .filter-list li a:before {
            content: "\f00d";
            font-family: FontAwesome;
            position: absolute;
            left: 4px;
            top: 5px;
            line-height: 12px;
            font-size: 9px;
            color: #FFF;
            background: #30323A;
            width: 12px;
            text-align: center;
            border-radius: 50%;
            height: 12px;
        }

/*-- Price Filter --*/

#price-slider {
    margin: 60px 0px 50px;
}

.noUi-target {
    background-color: #DADADA;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0px;
}

.noUi-connect {
    background-color: #F8694A;
}

.noUi-horizontal {
    height: 4px;
}

    .noUi-horizontal .noUi-handle {
        width: 12px;
        height: 12px;
        left: -6px;
        top: -4px;
        border: none;
        background: #30323A;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0px;
    }

.noUi-handle:before, .noUi-handle:after {
    display: none;
}

.noUi-tooltip {
    border: none;
    color: #FFF;
    background: #30323A;
    border-radius: 0px;
}

/*----------------------------*\
	Store
\*----------------------------*/

#store {
    margin-top: 15px;
    padding-top: 30px;
    border-top: 1px solid #DADADA;
    margin-bottom: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DADADA;
}

/*-- store filter --*/

.row-filter {
    display: inline-block;
    vertical-align: top;
}

    .row-filter > a {
        display: inline-block;
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        color: #FFF;
        background-color: #30323A;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }

        .row-filter > a:hover {
            opacity: 0.9;
        }

        .row-filter > a.active {
            background-color: #F8694A;
        }

.sort-filter {
    display: inline-block;
    margin-left: 15px;
}

    .sort-filter select.input {
        width: 120px;
    }

.page-filter select.input {
    width: 90px;
}

.page-filter {
    display: inline-block;
}

.store-pages {
    display: inline-block;
    margin-left: 15px;
}

    .store-pages li {
        display: inline-block;
        margin-right: 6px;
    }

        .store-pages li a {
            display: block;
            min-width: 10px;
            text-align: center;
        }

        .store-pages li.active {
            color: #F8694A;
        }

/*=========================================================
	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 #F8694A inset;
            box-shadow: 0px 0px 0px 2px #F8694A 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 {
 
    margin-bottom: 15px;
    border-top: 2px solid #DADADA;
    margin-top: 25px;
}

.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: 700;
        padding: 2px 7px 0px 8px;
    }

    .size-option > li.active a {
        color: #F8694A;
        border-color: #F8694A;
    }

.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 #F8694A;
        box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 3px #F8694A;
    }

.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: 700;
            }

            .product-tab .tab-nav li.active {
                position: relative;
            }

                .product-tab .tab-nav li.active a {
                    color: #F8694A;
                }

                    .product-tab .tab-nav li.active a:after {
                        content: "";
                        position: absolute;
                        left: 0;
                        bottom: -1.5px;
                        height: 3px;
                        width: 30px;
                        background-color: #F8694A;
                    }

/*-- reviews --*/

.single-review {
    margin-bottom: 5px;
}

    .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: #F8694A;
    }

/*-- 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;
    }

/*=========================================================
	09 -> CHECKOUT PAGE
===========================================================*/

.shiping-methods {
    margin-bottom: 30px;
}

/*-- shopping cart table --*/

.shopping-cart-table > tbody > tr > td, .shopping-cart-table > tbody > tr > th, .shopping-cart-table > tfoot > tr > td, .shopping-cart-table > tfoot > tr > th, .shopping-cart-table > thead > tr > td, .shopping-cart-table > thead > tr > th {
    padding: 15px 0px;
    vertical-align: middle;
    border-top: 1px solid #DADADA;
}

.shopping-cart-table > thead > tr > th {
    color: #30323A;
    text-transform: uppercase;
    border-bottom: 1px solid #DADADA;
}

.shopping-cart-table > tbody > tr:last-child > td {
    border-bottom: 1px solid #DADADA;
}

.shopping-cart-table > tfoot > tr > td, .shopping-cart-table > tfoot > tr > th {
    color: #30323A;
    border-top: 0px
}

    .shopping-cart-table > tfoot > tr > td:not(.empty), .shopping-cart-table > tfoot > tr > th:not(.empty) {
        padding: 15px;
        background-color: #F6F7F8;
        border: 1px solid #DADADA;
    }

.shopping-cart-table > tbody > tr > .details > a {
    font-size: 18px;
    font-weight: 700;
}

.shopping-cart-table > tbody > tr > .thumb > img {
    width: 60px;
}

.shopping-cart-table > tbody > tr > .qty .input {
    width: 90px;
}

.shopping-cart-table > tbody > tr > .price {
    font-size: 18px;
}

.shopping-cart-table > tbody > tr > .total {
    font-size: 18px;
}

.shopping-cart-table > tfoot > tr > .sub-total {
    font-size: 18px;
}

.shopping-cart-table > tfoot > tr > .total {
    font-size: 24px;
    color: #F8694A;
}

/*=========================================================
	10 -> FOOTER
===========================================================*/

.footer {
    margin: 15px 0px;
}

    .footer .footer-header {
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

.footer-logo {
    margin-bottom: 30px;
}

    .footer-logo .logo {
        display: inline-block;
    }

        .footer-logo .logo > img {
            width: 100%;
            max-height: 70px;
        }

.footer-social > li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 6px;
}

    .footer-social > li:last-child {
        margin-right: 0px;
    }

.footer-copyright {
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 14px;
}

/*=========================================================
	11 -> SLICK
===========================================================*/

/*----------------------------*\
	Arrows
\*----------------------------*/

.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
    background: #30323A;
    z-index: 22;
}

    .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
        background: #F8694A;
    }

    .slick-prev:before, .slick-next:before {
        color: #FFF;
    }

.slick-prev {
    left: 15px;
}

.slick-next {
    right: 15px;
}

.custom-nav .slick-prev, .custom-nav .slick-next {
    display: inline-block;
    position: static;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

/*----------------------------*\
	Dots
\*----------------------------*/

.slick-dots li, .slick-dots li button, .slick-dots li button:before {
    width: 10px;
    height: 10px;
}

    .slick-dots li button:before {
        content: "";
        opacity: 1;
        background: #DADADA;
        border-radius: 50%;
    }

    .slick-dots li.slick-active button:before {
        background-color: #F8694A;
    }

.custom-dots .slick-dots {
    position: static;
    margin: 15px 0px;
}

.Mob-li a:hover {
    color: black !important;
}


.fa-list {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    padding-left: 50px !important;
}


/*=========================================================
	12 -> RESPONSIVE
===========================================================*/
@media (max-width:1023px) and (min-width:600px) {
    .header-logo .logo > img {
        max-height: 60px !important;
    }

    .pull-right {
        float: none !important;
    }

    .header-search {
        display: inline-block;
        padding: 15px 0px;
        width: 71%;
        /* max-width: 600px; */
    }

    .header-btns > li {
        display: inline-block;
        vertical-align: top;
        padding: 15px 15px;
        float: left;
    }

    .carousel-caption img {
        width: 100%;
        height: 300px;
    }
}

@media only screen and (max-width: 991px) {
    #header {
        padding-top: 15px !important;
        padding-bottom: 15px;
    }

    #home .home-wrap {
        margin-left: 0px;
    }

    #aside {
        margin-bottom: 60px;
    }

    .product-reviews {
        margin-bottom: 30px;
    }

    .fa-list {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        padding-left: 105px !important;
    }

    .blink {
        background: white;
        line-height: 30px;
        border-bottom: 1px solid #ff5722 !important;
    }
}

@media only screen and (max-width: 767px) {
    .header-Profile {
        position: relative;
        float: left;
        margin-right: 5px;
        line-height: 40px;
        text-align: center;
        color: #30323A;
        background-color: #FFF;
        /* border: 1px solid #DADADA; */
    }

    .CheckoutImg {
        height: 29px;
        width: auto;
        margin-top: 0px;
    }
    .YourCartTxt{
        font-size:10px;
        margin-top:-11px;
    }
    
    .carousel-caption img {
        width: 100%;
        height: 200px !important;
    }

    .Mob-More-li {
        display: none !important;
    }

    .bnr-img img {
        height: 100px !important;
    }

    .header-btns > li {
        display: inline-block;
        vertical-align: top;
        padding: 0px 0px !important;
    }

        .header-btns > li + li {
            margin-left: 0px !important;
            margin-top: -110px;
        }


    .header-logo {
        margin-left: 10% !important;
        display: inline-block;
    }

    .banner h1 {
        font-size: 36px;
    }

    .store-filter .pull-right, .store-filter .pull-left {
        float: none !important;
    }

    .store-filter .pull-right {
        margin-top: 15px;
    }

    header .pull-left, header .pull-right {
        float: none !important;
    }

    .header-cart {
        float: right;
    }

    .header-logo .logo > img {
        max-height: 60px !important;
        width: 55%;
        margin-left: 7%;
    }

    .services-breadcrumb {
        padding: 0;
        text-align: center;
        background: #F8694A;
        color: white;
    }

    ul.w3_short li a {
        color: white !important;
        text-decoration: none;
    }

    .product-sec1 {
        box-shadow: 0px 0px 10px 0px #D6D6D6 !important;
        margin-bottom: 5px !important;
    }

    .Mob-li a {
        color: white !important;
    }
}

@media only screen and (max-width: 425px) and (min-width:361px) {

    .header-logo {
        margin-left: 20% !important;
        display: inline-block;
    }

    .header-search > form .search-input {
        padding-left: 150px;
        padding-right: 80px;
    }
}

@media only screen and (max-width: 384px) and (min-width:361px) {

    .header-logo {
        margin-left: 18% !important;
        display: inline-block;
    }

    .header-search > form .search-input {
        padding-left: 150px;
        padding-right: 80px;
    }
}

@media only screen and (max-width: 360px) {
    .header-logo {
        margin-left: 16% !important;
        display: inline-block;
        margin-right: 0px !important;
    }

    #header .nav-toggle {
        display: inline-block;
        float: left !important;
    }
}

@media only screen and (min-width:991px) {
    .mob-dropdown {
        display: none !important;
    }

    .Web-Dropdown {
        display: none !important;
    }
}

@media only screen and (min-width:1044px) {

    .header-logo {
        display: inline-block;
        margin-right: 50px !important;
    }

    .header-search {
        display: inline-block;
        padding: 15px 0px;
        width: 35% !important;
    }
}

@media only screen and (max-width:1044px ) and (min-width:1024px) {
    .OrderTrack {
        margin-top: 2%;
        margin-right: 2%;
    }
    .header-logo .logo > img {
        max-height: 55px !important;
    }
    .header-btns > li {
        display: inline-block;
        vertical-align: top;
        padding: 15px 3px;
    }
}
