ul,
ol {
    margin: 0px;
    padding: 0px;
}

li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

a {
    text-decoration: none !important;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

p {
    margin: 0px;
    padding: 0px;
}

.newsletter_msg {
    position: absolute;
    top: -20px;
}
/*
.clearfix {
    display: block;
    float: none !important;
    clear: both;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
*/

html,
body {
    height: 100%;
}

body {
    height: 100%;
    font-family: 'bitterregular';
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    color: #000;
    line-height: 22px;
    background: #fff;
    background-size: cover;
    overflow-x: hidden!important;
    -webkit-font-smoothing: antialiased;
    margin-left: 0;
    margin-right: 0;
    margin: 0!important;
    position: relative;
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none
}

button {
    border: 0;
    border-style: none;
    outline: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
label {
    font-weight: normal;
}


/* centered columns styles */

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
    /*    outline: 0;*/
    /*    box-shadow: none;*/
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

input,
textarea {
    /*    -webkit-appearance: none;*/
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: none;
}

textarea {
    resize: none;
}
.img-wrapper {
    overflow: hidden;
}
.slick-slider * {
    outline: none !important;
}


/*```````````````````` Buttter Style Starts`````````````````````````*/

.butter {
    outline: none !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.butter:hover {
    -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.10);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.butter:focus {
    outline: none !important;
}

.butter:active {
    outline: none !important;
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}


/*```````````````````` Buttter Style Ends`````````````````````````*/


/*================================== Home Page Starts ================================*/


/*-------------------Header starts--------------------*/

.top-links {
    background: #231f20;
    padding: 4px 0 4px;
    position: relative;
}

.top-links .top-ul-left {
    float: left;
}

.top-links .top-ul-right {
    float: right;
}

.top-links ul {
    z-index: 3;
    position: relative;
}

.top-links ul li {
    padding: 0 20px;
    position: relative;
    line-height: 21px;
}
.top-links ul li.semimob-visi {
    display: none;
}

.top-links ul.top-ul-left li:first-child {
    padding-left: 0;
}

.top-links ul.top-ul-right li:last-child {
    padding-right: 0;
}

.top-links ul li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 21px;
    width: 1px;
    background: #dfbd75;
}

.top-links ul li:last-child::before {
    content: none;
}

.top-links ul.top-ul-right li:nth-last-child(2)::before {
    content: none;
}

.top-links ul li a {
    font-size: 10px;
    color: #fff9ec;
    font-family: open_sanssemibold;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    z-index: 3;
    position: relative;
}

.top-links ul li a:hover {
    color: #e8cc8d;
}

.top-links ul li a i {
    margin-right: 7px;
}

.top-links ul li a.we-collection {
    background: #fbf3e2;
    color: #231f20;
    padding: 2px 12px;
    border-radius: 20px;
    display: inline-block;
}

.top-links ul li a.we-collection i {
    margin-right: 0;
}

.top-links .logo-lever {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 205px;
    height: calc(100% + 6px);
    background: #fef7e7;
}

.top-links .logo-lever::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    width: 20px;
    height: 100%;
    border-top: 33px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 20px solid #fef7e7;
}

.top-links .logo-lever::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 0;
    width: 20px;
    height: 100%;
    border-top: 33px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 20px solid #fef7e7;
}

.header-path-left,
.header-svg-right {
    fill: #f4c96f;
    fill-rule: evenodd;
}

.header-svg-left {
    position: absolute;
    left: -859px;
    bottom: 0px;
    z-index: 2;
}

.header-svg-right {
    position: absolute;
    right: -856px;
    bottom: 0px;
    z-index: 2;
}

.logo-lever svg path {
    stroke-dashoffset: 0 !important;
    -moz-transition: stroke-dashoffset 4s ease-in-out;
    -webkit-transition: stroke-dashoffset 4s ease-in-out;
    transition: stroke-dashoffset 4s ease-in-out;
}


/*
.logo-lever svg path {
    -moz-transition-delay: .5s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}
*/


/*```````````````` Material Slide Line Style Starts``````````````````*/

.material-slide-line .input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0;
    width: 100%;
    height: 60px;
    padding-top: 20px;
    margin-bottom: 20px;
    vertical-align: top;
    overflow: hidden;
    -moz-transition: height 0.3s;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}
.material-slide-line .input.input-half {
    width: calc(50% - 15px);
    display: inline-block;
    vertical-align: top;
}
.material-slide-line .input.input-half:nth-child(even) {
    float: right;
}

.material-slide-line .input__field {
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
}

.material-slide-line .input__field:focus {
    outline: none;
}

.material-slide-line .input__label {
    display: inline-block;
    float: right;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.material-slide-line .input__label-content {
    position: relative;
    display: inline-block;
    padding: 0 0;
    font-size: 16px;
    font-weight: normal;
    color: #100e0e;
}

.material-slide-line .graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}

.material-slide-line .icon {
    color: #ddd;
    font-size: 150%;
}

.material-slide-line .input__field--akira {
    position: absolute;
    top: initial;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: block;
    padding: 0;
    width: 100%;
    height: calc(100% - 20px);
    background: transparent;
    border-bottom: 2px solid #eeeeee;
    font-size: 18px;
    font-family: open_sansregular;
    font-weight: normal;
    color: #100e0e;
    -moz-transition: height 0.3s;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}
.material-slide-line .input.input--textarea.input--filled {
    height: 95px;
}
.material-slide-line .input.input--textarea.input--filled .input__field--akira {
    height: calc(100% - 30px);
}
.material-slide-line .input__label--akira .select__option {
    width: 100%;
    background: none;
    border: none;
    font-size: 18px;
    font-family: open_sansregular;
    font-weight: normal;
    color: #100e0e;
    outline: none;
}
.material-slide-line .input__label--akira.select__label {
    border-bottom: 2px solid #eeeeee;
}

.material-slide-line .input__label--akira {
    padding: 0;
    width: 100%;
    background: none;
    color: #100e0e;
    font-size: 18px;
    font-family: open_sansregular;
    cursor: text;
    height: 100%;
    margin: 0;
    padding-top: 5px;
}
.material-slide-line .input.input-inline {
    width: initial;
    vertical-align: middle;
    margin-left: 20px;
    padding-top: 25px;
    height: 65px;
}

.material-slide-line .input__label--akira::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #cfae69;
    -moz-transform: translate3d(-101%, 0, 0);
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0);
    -moz-transition: -webkit-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    z-index: 10;
}

.material-slide-line .input__label-content--akira {
    -webkit-transition: -webkit-transform 0.3s, opacity .3s;
    transition: transform 0.3s, opacity .3s;
}

.material-slide-line .input__field--akira:focus+.input__label--akira::before,
.material-slide-line .input--filled .input__label--akira::before {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.material-slide-line .input__field--akira:focus+.input__label--akira,
.material-slide-line .input--filled .input__label--akira {
    cursor: default;
    pointer-events: none;
}

.material-slide-line .input__field--akira:focus+.input__label--akira .input__label-content--akira,
.material-slide-line .input--filled .input__label-content--akira {
    -moz-transform: translate3d(-10%, -20px, 0) scale3d(0.8, 0.8, 1);
    -webkit-transform: translate3d(-10%, -20px, 0) scale3d(0.8, 0.8, 1);
    transform: translate3d(-10%, -20px, 0) scale3d(0.8, 0.8, 1);
    opacity: 0.65;
}


/*```````````````` Material Slide Line Style Ends``````````````````*/


/*```````````````` Search Style Starts``````````````````*/

.search-large-btn {
    display: none;
}
.header-search .input {
    max-width: 360px;
    width: 100%;
    height: 25px;
    padding-top: 0;
    margin-bottom: 0;
}

.header-search .input__field--akira {
    padding: 0px 30px 0 2px;
    font-size: 13px;
    font-family: open_sansregular;
    color: #422106;
    border-bottom: 1px solid #cfae69;
    height: 100%;
}

.header-search input::-webkit-input-placeholder {
    font-size: 11px;
    font-family: open_sansregular;
    color: #422106;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.header-search input:-moz-placeholder {
    font-size: 11px;
    font-family: open_sansregular;
    color: #422106;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.header-search input::-moz-placeholder {
    font-size: 11px;
    font-family: open_sansregular;
    color: #422106;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.header-search input:-ms-input-placeholder {
    font-size: 11px;
    font-family: open_sansregular;
    color: #422106;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}


.header-search .input__label--akira::before {
    background: #cfae69;
}

.header-search button.search-submit {
    position: absolute;
    background: none;
    z-index: 10;
    right: 0;
    top: 0;
    font-size: 11px;
    color: #422106;
}

.header-search {
    padding-top: 55px;
}

a.main-logo {
    display: inline-block;
    margin-top: -20px;
    max-width: 194px;
    width: 100%;
}
a.main-logo img {
    width: 100%;
}

a.main-logo h3 {
    margin-top: 10px;
}

a.main-logo h3 span {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    width: 123px;
    font-family: sacramentoregular;
    font-size: 20.32px;
    color: #944a0d;
    animation: type 1s steps(60, end);
}

@keyframes type {
    from {
        width: 0;
    }
}


/*Cart Popup*/
.cart_drop_down {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    overflow: hidden;
    border: solid 1px #ccc;
    background-color: #fff;
    padding: 20px;
    width: 500px;
    max-width: 100%;
    z-index: 200000;
    right: 0px;
    height: auto;
    text-align: left !important;
    font-family: open_sansregular;
}
.cart_drop_down ul {
  display: block;
}
.cart_drop_down ul li {
  padding-top: 0px !important;
  color: #767676;
  border-bottom: solid 1px gainsboro;
  margin-bottom: 15px;
}
.prdt_img img {
    max-width: 100%;
    height: auto;
}
.cart_drop_down ul li img {
  border: solid 1px #ccc;
  text-align: left;
}
.cart_drop_down ul li h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}
.cart_drop_down ul li h3 a {
  color: #5b5b5b;
  font-size: 16px;
}
.cart_drop_down ul li h3 a span {
  font-size: 12px;
  color: #5b5b5b;
}
.cart_drop_down ul li .cart_prdt_details {
  float: left;
  width: calc(100% - 150px);
}
.cart_drop_down ul li a.remove {
  color: #de5766;
  font-weight: bold;
}
.cart_drop_down ul li .prdt_price {
  font-weight: bold;
  font-size: 20px;
  color: #5b5b5b;
}
.cart_drop_down ul li .prdt_price p {
  font-size: 13px;
  font-weight: normal;
}
.cart_drop_down .order-sub-total {
  padding-top: 20px;
  border-top: solid 1px gainsboro;
  margin-top: 15px;
}
.cart_drop_down .order-sub-total h4 {
  float: left;
  width: calc(100% - 55px);
  font-weight: bold;
  font-size: 16px;
}
.cart_drop_down .order-sub-total h5 {
  float: left;
  width: 55px;
  font-weight: bold;
  font-size: 18px;
}
.cart_drop_down .order-btns {
  padding-top: 20px;
}
.cart_drop_down .order-btns .row {
  margin-left: -2px;
  margin-right: -2px;
}
.cart_drop_down .order-btns .row > div {
  padding-left: 2px;
  padding-right: 2px;
}
.cart_drop_down .order-btns .btn {
    width: 100%;
    font-size: 11px;
    color: #231f20;
    font-family: open_sansregular;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: inline-block;
    background: #f1d7a0;
    padding: 9px 26px;
    border-radius: 20px;
    border: none;
}
@media (max-width: 481px) {
  .cart_drop_down .order-btns .btn {
    font-size: 13px !important;
    padding: 8px 4px !important;
  }
}
.cart_drop_down.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  overflow: hidden;
}
.cart_drop_down {
    position: absolute;
    z-index: 10;
}
/****Small Product Links****/
.prd_rws_small {
  padding-bottom: 15px !important;
  padding-top: 15px !important;
  border-bottom: solid 1px #cccccc;
}
.prd_rws_small:after {
  clear: left;
  content: '';
  display: block;
}
.prd_rws_small:last-child {
  border: none;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.prd_rws_small .prdt_img {
  float: left;
  width: 78px;
  margin-right: 16px;
}
.prd_rws_small .prdt_dtls {
  width: calc(100% - 94px);
  float: left;
}
.prd_rws_small .prdt_dtls a {
  color: #000;
}
.prd_rws_small .prdt_dtls h3 {
  font-size: 14px;
}
.prd_rws_small .prdt_dtls .prdt_price {
  color: #407b00;
  padding-top: 5px;
  font-size: 15px;
}
.prd_rws_small .prdt_dtls .add-to-cart-2 {
  font-size: 12px;
}
.prd_rws_small .prdt_dtls .add-to-cart-2 i {
  color: #999999;
}
.prd_rws_small .prdt_dtls .add-to-cart-2:hover {
  color: #407b00;
}

/****Small Product Lists****/
.main-content-area h1 {
  font-size: 25px;
  margin-bottom: 20px;
}





/*Cart Popup*/


/*```````````````` Search Style Ends``````````````````*/

.col-menu {
    display: inline-block;
    width: 33.33333%;
    vertical-align: top;
    margin-right: -2px;
    position: relative;
    padding: 0 15px;
}
.col-menu:nth-child(2) {
    float: left;
}


.header-menu {
    padding: 10px 0;
    background: url(../images/header.jpg) no-repeat;
    background-size: cover;
}

.main-menu .navbar-default {
    background: none;
    border: none;
    margin: 0;
    min-height: initial;
}

.main-menu .navbar-collapse,
.main-menu .container-fluid {
    padding: 0;
}

.main-menu .navbar-nav>li {
    margin-right: 20px;
}
.main-menu .navbar-nav>li:last-child ul {
   left:auto !important;
   right:0;
}
.main-menu .navbar-nav>li:nth-last-child(2) ul {
   left:auto !important;
   right:0;
}
.main-menu .navbar-nav>li>a {
    font-size: 13px;
    color: #422106;
    font-family: open_sanssemibold;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 10px 15px;
}

.main-menu .navbar-nav>li>a span {
    position: relative;
}

.main-menu .navbar-nav>li>a:hover {
    background: none;
    color: #422106;
}

.main-menu .navbar-nav>li:last-child {
    margin-right: 0;
}

.main-menu .navbar-default .navbar-nav>.active>a,
.main-menu .navbar-default .navbar-nav>.active>a:focus,
.main-menu .navbar-default .navbar-nav>.active>a:hover {
    color: #422106;
    background: none;
    font-family: robotobold;
}

.main-menu {
    border: 1px solid #f1d7a0;
    border-left: none;
    border-right: none;
}

.main-menu .navbar-collapse {
    text-align: center;
}

.main-menu .navbar-nav {
    float: none;
    display: inline-block;
    margin-bottom: -7px;
}

.main-menu ul.navbar-nav>li>a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 4px;
    background: #deae4a;
    bottom: -2px;
    top: initial;
    margin: auto;
    right: 0;
    -webkit-transition: .5s ease;
    transition: 0.5s ease;
    z-index: 2;
}

.main-menu ul.navbar-nav>li>a:hover:before {
    left: 0;
    right: auto;
    width: 100%;
}

.main-menu ul.navbar-nav>li.active>a:before {
    width: 100%;
    z-index: 0;
}
.main-menu .navbar-nav>li>ul {
    padding: 20px 30px 30px;
    width: 819px;
    background: #fff8e8 url(../images/menu-bg.jpg) no-repeat center right;
}
.main-menu .navbar-nav>li>ul>.sub-menu-links>li>a {
    font-size: 12px;
    color: #422106;
    font-family: open_sanssemibold;
    text-transform: uppercase;
    padding: 6px 20px 6px 0px;
    display: inline-block;
}
.main-menu .navbar-nav>li>ul>.sub-menu-links>li>a:hover {
    color: #c59020;
    background: none;
}
.main-menu .navbar-nav>li>ul>.sub-menu-links>li {
    padding: 6px 0;
    border-bottom: 1px dashed #f4c96f;
}
.sub-menu-links {
    max-width: 244px;
    width: 100%;
    display: inline-block;
}
.main-menu .navbar-nav>li>ul>.sub-menu-links>li:last-child {
    border-bottom: none;
}
.main-menu .navbar-nav>li>ul>h3 {
    font-size: 40px;
    color: #422106;
    font-family: sacramentoregular;
    display: inline-block;
    padding: 0 40px;
}
.header-log-ul {
    margin-top: 42px;
    float: right;
}

.header-log-ul>li {
    vertical-align: top;
}

.header-log-ul>li>a {
    font-size: 11px;
    color: #231f20;
    font-family: open_sansregular;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: inline-block;
    background: #f1d7a0;
    padding: 9px 26px;
    border-radius: 20px;
}

.header-log-ul>li>a.shop-btn span.shop-basket-price {
    padding-left: 5px;
    letter-spacing: 0;
}

.header-log-ul>li>a.shop-btn {
    padding: 1px 20px 1px 1px;
}

.header-log-ul>li>a.shop-btn span {
    display: inline-block;
    position: relative;
}

.header-log-ul>li>a.shop-btn span.shop-basket {
    padding: 8px 13px 8px 10px;
    border-radius: 20px;
    background: #fff1d3;
}

.header-log-ul>li>a.shop-btn span.shop-basket p {
    position: absolute;
    display: inline-block;
    top: -7px;
    right: 0;
    line-height: 1;
    padding: 4px;
    background: #231f20;
    font-size: 8.67px;
    color: #fff1d3;
    border-radius: 50%;
}

.shop-btn {
    display: inline-block;
    background: #e8a71f;
    font-size: 11px;
    color: #fff;
    font-family: open_sanssemibold;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 8px 33px;
    border-radius: 25px;
}

a.shop-btn {
    color: #fff;
}


/*-------------------Header Ends--------------------*/


/*-------------------Carosuel Starts--------------------*/

section.banner-wrp .item .carousel-caption-div {
    max-width: 390px;
    width: 100%;
}

section.banner-wrp .item .carousel-caption-div h2 {
    font-size: 30px;
    color: #000000;
    font-family: open_sanslight;
    text-shadow: none;
    line-height: 40px;
    margin-bottom: 15px;
}

section.banner-wrp .item .container {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    margin: auto;
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

section.banner-wrp {
    height: 520px;
}

section.banner-wrp .carousel,
section.banner-wrp .carousel-inner,
section.banner-wrp .item {
    height: 100%;
}

section.banner-wrp .carousel-control.left {
    cursor: url(../images/carousel-left.png), auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .15)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

section.banner-wrp .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .15) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .15) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .15)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .15) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

section.banner-wrp .carousel-control.right {
    cursor: url(../images/carousel-right.png), auto;
}

section.banner-wrp .carousel-control {
    width: 9%;
}

section.banner-wrp .carousel-control:hover {
    opacity: .6;
}


/*-------------------Carosuel Ends--------------------*/


/*-------------------Quick Link Starts--------------------*/

section.quick-links {
    margin-top: 6px;
    border-top: 1px solid #f1d7a0;
}

.quicklinks-ul {
    max-width: 970px;
    width: 100%;
    margin: auto;
}

.quick-links-head {
    border-bottom: 1px solid #f1d7a0;
}

.quicklinks-ul li {
    width: calc((100% / 3) - 3px);
    padding: 0;
}
.quicklinks-ul li span {
    display: inline-block;
    padding: 25px 0 25px 65px;
    width: 100%;
    font-size: 13px;
    color: #7e7e7e;
    text-transform: uppercase;
    position: relative;
}

.quicklinks-ul li span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../images/sprite.png);
}

.quicklinks-ul li:nth-child(1) span::before {
    width: 52px;
    height: 35px;
    background-position: 0px 0px;
}

.quicklinks-ul li:nth-child(2) span::before {
    width: 52px;
    height: 35px;
    background-position: -57px 0px;
}

.quicklinks-ul li:nth-child(3) span::before {
    width: 52px;
    height: 35px;
    background-position: -106px 0px;
}

.quick-link-box.large {
    max-width: 503px;
    width: 100%;
    height: 486px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 19px;
}

.quick-link-box.mid {
    max-width: 296px;
    width: 100%;
    height: 486px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 19px;
}

.quick-link-box.mid:last-child {
    margin-right: 0;
}

.quick-link-box-inner {
    width: 100%;
    height: 232px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 22px;
    position: relative;
}

.quick-link-box .quick-link-img {
    width: 100%;
    height: 100%;
}

.quick-link-box.large .quick-link-det {
    position: absolute;
    right: 20px;
    top: 30px;
    text-align: center;
}

.quick-link-box .quick-link-det h4 {
    font-size: 29px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.quick-link-box .quick-link-det p {
    font-size: 24px;
    color: #000000;
    font-family: sacramentoregular;
    margin-bottom: 6px;
}

.quick-link-top {
    padding-top: 15px;
}

.quick-link-box.mid .quick-link-det {
    max-width: 263px;
    width: 90%;
    margin: auto;
    padding: 13px 15px;
    text-align: center;
    background: rgba(0, 0, 0, 0.62);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
}

.quick-link-box.mid .quick-link-det h4 {
    font-size: 17px;
    color: #ffffff;
    padding: 6px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin-bottom: 10px;
}

.quick-link-box.mid .quick-link-det p {
    color: #fff;
    font-family: sacramentoregular;
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1;
}

.quick-link-box.mid .quick-link-det p span {
    -moz-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    display: inline-block;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.quick-link-box.mid .quick-link-det p i {
    font-size: 16px;
    -moz-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
}

a.quick-link-box.mid:hover .quick-link-det p span {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

a.quick-link-box.mid:hover .quick-link-det p i {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

a.quick-link-box-inner:hover .quick-link-det p span {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

a.quick-link-box-inner:hover .quick-link-det p i {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.match-cole-box {
    max-width: 561px;
    width: 100%;
    height: 326px;
    position: relative;
}

.match-cole-det {
    max-width: 423px;
    width: 85%;
    margin: auto;
    padding: 22px 15px;
    text-align: center;
    background: rgba(0, 0, 0, 0.62);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
}

.match-cole-det h4 {
    font-size: 29px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.match-cole-det p {
    font-size: 24px;
    color: #fff;
    font-family: sacramentoregular;
    margin-bottom: 6px;
}

.match-cole-det .shop-btn {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 136px;
    margin: auto;
}


/*-------------------Quick Link Ends--------------------*/


/*-------------------Featured Products Starts--------------------*/

section.featured-products-wrp {
    padding: 25px 0;
}

section.featured-products-wrp h3 {
    font-size: 13px;
    color: #7e7e7e;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin-bottom: 25px;
}

section.featured-products-wrp h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #f1d7a0;
}

section.featured-products-wrp h3 span {
    display: inline-block;
    padding: 0 15px;
    background: #fff;
    position: relative;
}

.fea-pro-slider .item {
    padding: 0 5px;
}

.fea-pro-box {
    max-width: 259px;
    width: 100%;
    margin: auto;
}

.fea-pro-box .fea-pro-img {
    width: 100%;
    height: 341px;
}

.fea-pro-det {
    padding: 25px 10px;
    text-align: center;
}

.fea-pro-det h4 {
    margin-bottom: 15px;
    font-size: 13px;
    color: #484848;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.slick-slider * {
    outline: none;
}


/*-------------------Featured Products Ends--------------------*/


/*-------------------Client Say Starts--------------------*/

.client-img-slider {
    max-width: 477px;
    width: 100%;
    height: 341px;
    display: inline-block;
    -moz-transform: translateY(-38px);
    -webkit-transform: translateY(-38px);
    transform: translateY(-38px);
}

.client-main {
    width: 100%;
    height: 341px;
    position: relative;
    background: #ffe3a8;
}

.client-bg {
    position: absolute;
    mix-blend-mode: multiply;
    background: url(../images/client-img.jpg) no-repeat 50% 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.client-content {
    padding: 0 33px;
    position: relative;
}

.client-det-slider {
    width: calc(100% - 480px);
    display: inline-block;
    vertical-align: top;
    padding: 50px 0 30px 48px;
}

.client-det h4 {
    font-size: 22.85px;
    color: #484848;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.client-det p {
    font-size: 14px;
    color: #484848;
    letter-spacing: .6px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 30px;
    max-height: 120px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.client-det h6 {
    font-size: 14.3px;
    color: #484848;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.client-det-slider .slick-prev {
    top: initial;
    bottom: -20px;
    left: 45px;
    right: initial;
}

.client-det-slider .slick-next {
    top: initial;
    bottom: -20px;
    left: 80px;
    right: initial;
}

.client-det-slider .slick-prev:before,
.client-det-slider .slick-next:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #484848;
}

.client-det-slider .slick-prev:before {
    content: "\f104";
}

.client-det-slider .slick-next:before {
    content: "\f105";
}

section.client-say-wrp {
    padding: 60px 0;
}


/*-------------------Client Say Ends--------------------*/


/*-------------------Footer Starts--------------------*/

footer {
    background: #313131;
    padding-bottom: 30px;
}

.footer-main {
    position: relative;
    padding: 50px 0 20px;
}

.footer-menu li a,
.footer-address p {
    font-size: 10px;
    color: #ffefcc;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-family: open_sansregular;
}

.footer-menu li a:hover {
    color: #ffc035;
}

.footer-address p {
    display: table;
    margin-bottom: 8px;
}

.footer-address p i {
    display: table-cell;
}

.footer-address p span {
    font-style: normal;
    display: block;
}
.footer-address p span.foot-mailo {
    text-transform: lowercase;
}

.footer-address p i:last-child {
    padding-left: 12px;
}

.footer-menu li {
    margin-bottom: 5px;
    padding-left: 12px;
    position: relative;
}

.footer-menu li::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 1px;
    background: #d5c8ac;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

footer h4 {
    font-size: 18px;
    color: #fbdfa5;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 20px;
}

.footer-social {
    margin-top: 30px;
}

.footer-social h4 {
    margin-bottom: 14px;
}

.social-linker li a {
    font-size: 14px;
    color: #ffefcc;
}

.social-linker li {
    margin-right: 15px;
}

.footer-logo {
    max-width: 249px;
    width: 100%;
    height: 147px;
    padding: 24px;
    text-align: center;
    position: absolute;
    top: -50px;
}

.footer-logo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 147px;
    border-left: 125px solid transparent;
    border-right: 125px solid transparent;
    border-top: 147px solid #f1d7a0;
}

.footer-logo a {
    display: inline-block;
    width: 96px;
    position: relative;
}

.footer-logo a img {
    width: 100%;
}

.subscribe-news h3 {
    font-size: 13px;
    color: #f1d7a0;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin-bottom: 25px;
}

.subscribe-news h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #f1d7a0;
}

.subscribe-news h3 span {
    display: inline-block;
    padding: 0 5px;
    background: #313131;
    position: relative;
}

.subscribe-news-box {
    max-width: 910px;
    width: 100%;
    margin: auto;
}

.subscribe-news-box span {
    font-size: 12px;
    color: #ffefcc;
    font-family: open_sansregular;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    max-width: 320px;
    width: 100%;
    display: inline-block;
}

.subsibe-btn {
    width: calc(100% - 375px);
    display: inline-block;
    vertical-align: top;
    margin-left: 50px;
    max-width: 526px;
    position: relative;
}

.subsibe-btn input {
    height: 50px;
    background: #f1d7a0;
    color: #727272;
    font-size: 14px;
    border: 0;
    padding: 5px 150px 5px 30px;
    outline: none;
    width: 100%;
    border-radius: 25px;
    font-size: 14px;
    font-family: open_sansregular;
    color: #422106;
}

.subsibe-btn button {
    font-size: 11px;
    font-family: open_sanssemibold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: #0c0c0c;
    width: 137px;
    height: 40px;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 20px;
    letter-spacing: 1.2px;
}

.subsibe-btn input::-webkit-input-placeholder {
    font-size: 11px;
    font-family: open_sansregular;
    color: #422106;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.subsibe-btn input:-moz-placeholder {
    font-size: 11px;
    font-family: open_sansregular;
    color: #422106;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.subsibe-btn input::-moz-placeholder {
    font-size: 11px;
    font-family: open_sansregular;
    color: #422106;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.subsibe-btn input:-ms-input-placeholder {
    font-size: 11px;
    font-family: open_sansregular;
    color: #422106;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.subscribe-news {
    padding-bottom: 20px;
    border-bottom: 1px solid #f1d7a0;
    margin-bottom: 20px;
}

.foot-bot-ul li a {
    font-size: 10px;
    color: #ffefcc;
    font-family: open_sansregular;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.foot-bot-ul li {
    margin-right: 10px;
    position: relative;
}

.foot-bot-ul {
    float: left;
}

.foot-bot-menu p {
    float: right;
}

.foot-bot-menu p,
.foot-bot-menu p a {
    font-size: 10px;
    color: #ffefcc;
    font-family: open_sansregular;
    letter-spacing: 1.2px;
}

.foot-bot-ul li a:hover,
.foot-bot-menu p a:hover {
    color: #ffc035;
}


/*-------------------Footer Ends--------------------*/


/*================================== Home Page Ends ================================*/



/*================================== Listing Page Starts ================================*/

.side-menu-ul > li > ul {
    display: none;
}
section.listing-wrp {
    padding: 23px 0;
}
.side-menu-main {
    display: inline-block;
    vertical-align: top;
    max-width: 239px;
    width: 100%;
}
.side-menu, .side-price {
    margin-bottom: 20px;
}
.side-menu h3 {
    padding: 22px 17px;
    margin-bottom: 2px;
    background: #f4f4f4;
    font-size: 16px;
    color: #422106;
    text-transform: uppercase;
    font-family: open_sansbold;
    letter-spacing: 1.2px;
}
.side-price h3 {
    border-bottom: 2px solid #fff;
}
.side-price h3 a {
    padding: 22px 17px;
    font-size: 16px;
    color: #422106;
    display: block;
    text-transform: uppercase;
    font-family: open_sansbold;
    letter-spacing: 1.2px;
    background: #f4f4f4;
}
.side-price-box {
    background: #f4f4f4;
}
.side-price h3 a i {
    float: right;
}
.side-menu-ul>li {
    padding: 14px 17px 14px;
    margin-bottom: 1px;
    background: #f4f4f4;
}
.side-menu-ul > li > a {
    font-size: 13px;
    color: #231f20;
    font-family: open_sansbold;
    display: inline-block;
}
.side-menu-ul > li > a i {
    color: #ea7833;
    font-style: normal;
    font-size: 16px;
    margin-right: 12px;
    width: 10px;
    height: 22px;
    display: inline-block;
    text-align: center;
    position: relative;
    vertical-align: top;
}
.side-menu-ul > li > a i::before {
    content: '+';
    position: absolute;
    width: 100%;
    height: 100%;
}
.side-menu-ul > li.open > a i::before {
    content: '-';
    position: absolute;
}
.side-menu-ul > li > ul > li {
    padding: 10px 0px 10px;
}
.side-menu-ul > li > ul > li > a {
    font-size: 13px;
    color: #7d7d7d;
    font-family: open_sanssemibold;
    display: inline-block;
}
.side-menu-ul li.active > a, .side-menu-ul > li > ul > li > a:hover {
    color: #9c5b2c;
}
.side-menu-ul > li > ul {
    padding-left: 32px;
}
.side-price h3 a.active .fa-angle-down:before {
    content: "\f106";
}
.price-filter-box {
    padding: 47px 15px 47px;
}
.price-filter-box .ui-slider-horizontal {
    height: 2px;
    background: #f4c96f;
    border: none;
}

.price-filter-box .ui-slider .ui-slider-range {
  background: #d4a23b;
  border: none;
}

.price-filter-box .min_value {
  float: left;
  font-size: 13px;
}

.price-filter-box .max_value {
  float: right;
  font-size: 13px;
}
.price-filter-box .slider_values {
    padding-top: 20px;
}
.price-filter-box .ui-state-default, .price-filter-box .ui-widget-content .ui-state-default, .price-filter-box .ui-widget-header .ui-state-default {
    border: none;
    background: #231f20;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    top: -6px;
    -moz-box-shadow: 0px 0px 10px 0px rgba(35, 31, 32, 0.4);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(35, 31, 32, 0.4);
    box-shadow: 0px 0px 10px 0px rgba(35, 31, 32, 0.4);
    outline: none !important;
    cursor: pointer;
}
.price-filter-box .ui-state-default.ui-state-active, .price-filter-box .ui-widget-content .ui-state-default.ui-state-active, .price-filter-box .ui-widget-header .ui-state-default.ui-state-active {
    -moz-box-shadow: 0px 0px 15px 0px rgba(35, 31, 32, 0.6);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(35, 31, 32, 0.6);
    box-shadow: 0px 0px 15px 0px rgba(35, 31, 32, 0.6);
}
.price-filter-box .ui-state-default::before, .price-filter-box .ui-widget-content .ui-state-default::before, .price-filter-box .ui-widget-header .ui-state-default::before {
    content: '';
    border: none;
    background: #fff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}
.side-size-box {
    padding: 15px 10px;
}
.side-size-cont input {
    position: absolute;
    visibility: hidden;
}
.side-size-cont {
    display: inline-block;
    vertical-align: top;
    width: 42px;
    height: 27px;
    margin-right: -1px;
    margin-bottom: 2px;
}
.side-size-cont label {
    width: 100%;
    height: 100%;
    border: 1px solid #d2d2d2;
    text-align: center;
    color: #7c7c7c;
    font-size: 12px;
    font-family: open_sansregular;
    background: #fff;
    cursor: pointer;
}
.side-size-cont input:checked + label {
    border-color: #9c5b2c;
}
.listing-main {
    display: inline-block;
    width: calc(100% - 242px);
    padding-left: 50px;
}
ul.breadcrumbs li, ul.breadcrumbs li a {
    font-size: 12px;
    color: #777777;
    font-family: open_sansregular;
    font-style: italic;
}
ul.breadcrumbs li a:hover, ul.breadcrumbs li.active {
    color: #9c5b2c;
}
ul.breadcrumbs li {
    position: relative;
    padding: 0 9px;
}
ul.breadcrumbs li::before {
    content: '/';
    position: absolute;
    right: -4px;
}
ul.breadcrumbs li:last-child::before {
    content: none;
}
ul.breadcrumbs {
    padding-bottom: 10px;
    border-bottom: 1px solid #f1d7a0;
}
.listing-head {
    padding: 10px 0 8px;
    border-bottom: 1px solid #f1d7a0;
}
.listing-head h1 {
    font-size: 16px;
    color: #422106;
    font-family: open_sansbold;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: inline-block;
    vertical-align: middle;
}
ul.paginations {
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    border-radius: 0;
}
ul.paginations li {
    display: inline-block;
    padding: 0;
    margin-bottom: -7px;
    margin-right: 2px;
}
ul.paginations li a {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    color: #231f20;
    font-family: open_sanssemibold;
}
ul.paginations li.active a, ul.paginations li a:hover {
    background: #f1d7a0;
}
.listing-head label {
    vertical-align: middle;
    margin: 0;
    margin-right: 25px;
}
.listing-head label span {
    vertical-align: middle;
    margin: 0;
    font-size: 13px;
    color: #231f20;
    font-family: open_sanssemibold;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-right: 15px;
}
.listing-head label select {
    width: 168px;
    height: 28px;
    background: #fbf4e5;
    border: none;
    font-size: 13px;
    color: #231f20;
    font-family: open_sanssemibold;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 2px 12px;
    display: inline-block;
    vertical-align: middle;
}
.listing-box {
    max-width: 258px;
    width: 100%;
    margin: auto;
    padding-bottom: 10px;
    border: 1px solid transparent;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.listing-box .listing-box-img {
    width: 100%;
    height: 341px;
    position: relative;
    overflow: hidden;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.listing-box.list-new .listing-box-img::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -18px;
    background: url(../images/listing-new.png) no-repeat;
    width: 55px;
    height: 56px;
}
.listing-box.list-out .listing-box-img::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/listing-out.png) no-repeat;
    width: 59px;
    height: 59px;
}

.listing-box-det {
    width: calc(100% - 16px);
    margin: auto;
    padding: 15px 10px;
    text-align: center;
    position: relative;
    margin-top: 0;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.listing-box-det h4 {
    font-size: 13px;
    color: #484848;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.listing-box-det h6 {
    font-size: 13px;
    color: #484848;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.listing-box-main {
    padding-top: 37px;
}
.listing-box .list-hovered {
    position: relative;
    height: 0px;
    margin-bottom: 0px;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.listing-box:hover .list-hovered {
    height: 25px;
    margin-bottom: 12px;
}
.listing-box .list-hovered i {
    font-size: 17px;
    color: #231f20;
    padding: 0 15px;
}
.listing-box:hover .listing-box-img {
    -moz-transform: scale(0.96);
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
}
.listing-box:hover {
    border: 1px solid #d2d2d2;
}
.listing-box:hover .listing-box-det {
    background: #f7f7f7;
    margin-top: -82px;
    padding-top: 20px;
}
.listing-box:hover .listing-box-det h4 {
    font-size: 14px;
    margin-bottom: 22px;
}
.listing-box:hover .listing-box-det h6 {
    font-size: 19px;
    margin-bottom: 18px;
}
.listing-box-main .col-md-4 {
    height: 530px;
}

/*================================== Listing Page Ends ================================*/


/*================================== Details Page Starts ================================*/

section.details-wrp {
    padding: 18px 0;
}
.details-zoom-img {
    max-width: 524px; 
    width: 77%;
    height: 665px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.details-cont {
    padding-top: 32px;
}
.details-thumb {
    display: inline-block;
    vertical-align: top;
    width: 21%;
    max-width: 140px;
    float: right;
    padding: 12px 0;
}
.details-thumb .slick-prev {
    top: -5px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 28px;
}
.details-thumb .slick-next {
    top: auto;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
    font-size: 28px;
}
.details-thumb .slick-prev::before {
    content: "\f0d8";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
}
.details-thumb .slick-next::before {
    content: "\f0d7";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
}


.details-zoom-img .zoomWrapper {
    width: 100%;
}
.details-zoom-img img {
    width: 100% !important;
    height: initial !important;
}
.details-thumb a {
    display: inline-block;
    margin-bottom: 8px;
    width: 100%;
    height: 148px !important;
    border: 2px solid transparent;
    position: relative;
}
.details-thumb a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.details-thumb a.active::before {
    border: 2px solid #fff;
}
.details-thumb a.active {
    border: 2px solid #d6d6d6;
}
.details-zoom-head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 10px 14px;
}
.details-zoom-head::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
}
.details-zoom-head a {
    font-size: 22px;
    color: #9d9d9d;
    position: relative;
}
.details-zoom-head p {
    font-size: 11px;
    color: #9d9d9d;
    font-family: open_sansbold;
    float: right;
    text-transform: uppercase;
    position: relative;
}
.details-zoom-head p i {
    margin-right: 5px;
}
.detail-zoom-cont h1 {
    font-size: 20px;
    color: #422106;
    text-transform: uppercase;
    font-family: bitterbold;
    margin-bottom: 8px;
}
.detail-zoom-cont h4 {
    font-size: 12px;
    color: #9d9d9d;
    margin-bottom: 30px;
}
.detail-zoom-cont h4 span {
    color: #3a3a3a;
}
.detail-zoom-cont h3 {
    font-size: 33.41px;
    color: #422106;
    font-family: bitterbold;
    margin-bottom: 35px;
}
.detail-zoom-cont h3 span {
    display: block;
    font-size: 11px;
    color: #9d9d9d;
    font-family: bitterregular;
    margin-top: 5px;
}
.detail-zoom-color span {
    font-size: 11px;
    color: #9d9d9d;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.detail-color-box {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.detail-color-box input {
    position: absolute;
    visibility: hidden;
    margin: 0;
}
.detail-color-box label {
    margin: 0;
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.detail-color-box label span.cirle {
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #424687;
    border: 2px solid #fff;
}
.detail-color-box label .detail-path {
    fill: transparent;
    fill-rule: evenodd;
}
.detail-svg {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-origin: center;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
}
.detail-color-box input:checked + label .detail-svg {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}
.detail-zoom-color {
    margin-bottom: 18px;
}
.details-addcart a, .details-addcart button {
    display: inline-block;
    background: #e8a71f;
    font-size: 11px;
    color: #fff;
    font-family: open_sanssemibold;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 8px 5px;
    border-radius: 25px;
    width: calc(50% - 10px);
    text-align: center;
}
.details-addcart a.detcart-btn {
    background: #ff5a19;
    margin-right: 15px;
}
.details-addcart a.detwish-btn {
    background: #231f20;
}
.details-addcart button.getquote-btn {
    background: #f1d7a0;
    color: #2c2c2c;
    width: 55%;
}
.details-getquote {
    text-align: center;
}
.details-addcart button.getquote-btn i {
    margin-left: 10px;
}
.detail-zoom-cont {
    padding-left: 26px;
}
.details-addcart {
    margin-bottom: 40px;
}
.details-tab ul li a, .details-tab h5 {
    font-size: 12px;
    color: #422106;
    font-family: bitterbold;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
}
.details-tab h5 {
    margin-bottom: 10px;
}
.details-tab p {
    margin-bottom: 35px;
}
.details-tab .tab-content {
    padding-top: 22px;
}
.details-tab ul.nav-tabs>li.active>a, .details-tab ul.nav-tabs>li.active>a:focus, .details-tab ul.nav-tabs>li.active>a:hover {
    color: #422106;
    cursor: default;
    background-color: #f4c96f;
    border: none;
    border-radius: 0;
}
.details-tab ul.nav-tabs>li>a:hover {
    color: #422106;
    background-color: #f4c96f;
    border: none;
    border-radius: 0;
}
.details-tab ul.nav-tabs {
    border-bottom: 1px solid #cfae69;
}
.details-tab .tab-pane, .details-tab p {
    font-size: 13px;
    color: #4f4f4f;
    font-family: open_sansregular;
    line-height: 25.7px;
}
.bot-line {
    display: block;
    width: 100%;
    height: 13px;
}
.bot-line {
    display: block;
    width: 100%;
    height: 13px;
    background: -webkit-radial-gradient(#e5e5e5, rgba(0, 0, 0, 0));
    background: -o-radial-gradient(#e5e5e5, rgba(0, 0, 0, 0));
    background: -moz-radial-gradient(#e5e5e5, rgba(0, 0, 0, 0));
    background: radial-gradient(#e5e5e5, rgba(0, 0, 0, 0));
    background: radial-gradient(farthest-side at 50% 40%,#e5e5e5,#ebebeb,#f2f2f2,rgba(0, 0, 0, 0));
    background: url(../images/bot-line.png) no-repeat;
    background-size: contain;
}
.you-like-slider a.you-like-box {
    display: inline-block;
    max-width: 172px;
    width: 100%;
    margin: auto;
    text-align: center;
}
a.you-like-box .you-like-img {
    width: 100%;
    height: 228px;
}
.you-like-det {
    padding: 14px 5px;
}
a.you-like-box h4 {
    font-size: 13px;
    color: #484848;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
}
a.you-like-box h6 {
    font-size: 13px;
    color: #484848;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
a.you-like-box h6 span {
    -moz-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    display: inline-block;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    vertical-align: middle;
}

a.you-like-box h6 i.fa-long-arrow-right {
    font-size: 16px;
    -moz-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    vertical-align: middle;
}

a.you-like-box:hover h6 span {
    -moz-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}

a.you-like-box:hover h6 i.fa-long-arrow-right {
    -moz-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    opacity: 1;
}
.you-like-main {
    padding: 23px 0;
}
.you-like-main h3 {
    text-align: center;
    font-size: 16px;
    color: #422106;
    font-family: open_sansbold;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    position: relative;
    margin-bottom: 25px;
}
.you-like-main h3 .slick-arrow {
    width: 27px;
    height: 27px;
    background: #f4c96f;
    border-radius: 50%;
}
.you-like-main h3 .slick-prev {
    right: 38px;
    left: auto;
}
.you-like-main h3 .slick-next {
    right: 0px;
    left: auto;
}
.you-like-main h3 .slick-prev::before {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #422106;
}
.you-like-main h3 .slick-next::before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #422106;
}
.you-like-slider .item {
    text-align: center;
    padding: 0 5px;
}
.you-like-slider {
    margin-bottom: 30px;
}

/*================================== Details Page Ends ================================*/


/*================================== About Page Starts ================================*/

.about-head {
    padding: 16px 0 14px;
    border-bottom: 1px solid #f1d7a0;
    margin-bottom: 10px;
}
.aboutus-det h1 {
    font-size: 16px;
    color: #422106;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: inline-block;
    vertical-align: middle;
}
.aboutus-det h1 span {
    background: #f1d7a0;
    display: inline-block;
    padding: 9px 20px;
    border-radius: 20px;
    font-size: 16px;
    color: #422106;
    font-family: bitterbold;
    margin-left: 10px;
}
section.about-wrp {
    padding: 23px 0;
}
section.about-wrp .side-menu h3 {
    font-family: bitterregular;
}
section.about-wrp .side-menu-ul > li > a {
    font-size: 13px;
    color: #777777;
    font-family: bitterregular;
}
section.about-wrp .side-menu-ul > li.active > a, section.about-wrp .side-menu-ul > li > a:hover {
    color: #f58135;
}
.aboutus-img {
    max-width: 844px;
    width: 100%;
    height: 393px;
    margin-bottom: 30px;
    border: 1px solid #cbcbcb;
}
.aboutus-det h4 {
    font-size: 16px;
    color: #422106;
    font-family: bitterregular;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 8px;
}
.aboutus-det p {
    font-size: 13px;
    color: #777777;
    font-family: bitterregular;
    line-height: 25px;
    margin-bottom: 26px;
}
.aboutus-det p span {
    display: block;
}


/*================================== About Page Ends ================================*/


/*================================== FAQ Page Starts ================================*/

.faq-det ul li a {
    font-size: 12px;
    color: #422106;
    font-family: open_sanssemibold;
    text-transform: uppercase;
    border-color: transparent;
    border-bottom: none;
    border-radius: 0;
}
.faq-det .tab-content {
    padding-top: 35px;
}
.faq-det ul.nav-tabs>li.active>a, .faq-det ul.nav-tabs>li.active>a:focus, .faq-det ul.nav-tabs>li.active>a:hover {
    color: #422106;
    cursor: default;
    background-color: #fff;
    border-color: #e4e4e4;
    border-bottom: none;
    border-radius: 0;
}
.faq-det ul.nav-tabs>li>a:hover {
    color: #422106;
    border-radius: 0;
    border-bottom: none;
}
.faq-det ul.nav-tabs {
    border-bottom: 1px solid #e4e4e4;
    margin-top: 20px;
}

/*================================== FAQ Page Ends ================================*/


/*================================== Adress Book Page Starts ================================*/

.side-addr .side-menu-ul>li>a {
    padding-left: 30px;
    position: relative;
}
.side-addr .side-menu-ul>li>a::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 25px;
    left: 0px;
    background: url(../images/sprite.png) no-repeat;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.side-addr .side-menu-ul>li:nth-child(1)>a::before {
    background-position: 5px -156px;
}
.side-addr .side-menu-ul>li:nth-child(2)>a::before {
    background-position: -30px -156px;
}
.side-addr .side-menu-ul>li:nth-child(3)>a::before {
    background-position: -60px -156px;
}
.side-addr .side-menu-ul>li:nth-child(4)>a::before {
    background-position: -90px -156px;
}
.side-addr .side-menu-ul>li:nth-child(5)>a::before {
    background-position: -120px -156px;
}
.side-addr .side-menu-ul>li>a::before {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.side-addr .side-menu-ul>li.active>a::before, .side-addr .side-menu-ul>li>a:hover::before {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.side-addr .side-menu-ul>li {
    background: #fafafa;
}
.billing-address-box {
    border: 1px solid #f1d7a0;
    margin-bottom: 28px;
}
.billing-address-head {
    background: #f1d7a0;
    padding: 4px 17px;
    font-size: 13px;
    color: #2b2b2b;
    text-transform: uppercase;
}
.billing-address-cont {
    padding: 20px 17px 17px;
}
.billing-address-cont h4 {
    font-size: 15px;
    color: #202020;
    font-family: bitterbold;
    letter-spacing: 0;
    margin-bottom: 3px;
}
.billing-address-cont p {
    font-size: 12px;
    color: #585858;
    font-family: bitterregular;
    text-transform: uppercase;
    margin-bottom: 3px;
    line-height: 22px;
}
.billing-address-btns {
    padding-top: 18px;
}
.billing-address-btns a {
    font-size: 13px;
    color: #202020;
    font-family: open_sanssemibold;
    display: inline-block;
    padding: 1px 13px;
    background: #f1d7a0;
    text-transform: uppercase;
    margin-right: 7px;
    vertical-align: top;
}
.billing-address-btns a.address-del-btn {
    background: #313131;
    color: #ffffff;
}
.billing-address-main {
    padding-top: 30px;
}

/*================================== Adress Book Page Ends ================================*/


/*================================== My profile Page Starts ================================*/

.about-head a {
    font-size: 12px;
    color: #231f20;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    background: #f1d7a0;
    display: inline-block;
    padding: 1px 20px;
    border-radius: 20px;
    float: right;
}
.about-head a i {
    margin-left: 10px;
}
.dashboard-box {
    display: inline-block;
    width: 147px;
    height: 147px;
    background: #f1d7a0;
    text-align: center;
    border-radius: 50%;
    padding: 10px;
    padding-top: 45px;
    margin-right: 20px;
    border: 1px solid #b2b2b2;
    position: relative;
    box-shadow: none;
    margin-bottom: 20px;
}
.dashboard-box:last-child {
    margin-right: 0;
}
.dashboard-box h5 {
    font-size: 11px;
    color: #585858;
    text-transform: uppercase;
    padding: 12px 0;
}
.dashboard-box::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 100%;
    border: 5px solid #fff;
    border-radius: 50%;
}
.dashboard-main {
    padding-top: 20px;
}

/*================================== My profile Page Ends ================================*/


/*================================== My Credit Page Starts ================================*/

.my-credit-head p {
    font-size: 11px;
    color: #585858;
    margin-bottom: 0;
    width: calc(100% / 3);
    float: left;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.my-credit-head {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 2px;
}
.my-credit-det h5 {
    font-size: 13px;
    color: #202020;
    font-family: bitterbold;
    line-height: 20px;
}
.my-credit-det p {
    font-size: 11px;
    color: #585858;
    font-family: bitterregular;
    line-height: 20px;
    margin-bottom: 0;
}
.my-credit-det p.my-depo {
    color: #09ab15;
}
.my-credit-det p.my-remp {
    color: #ff4200;
}
.my-credit-det {
    padding: 20px 0;
    border-bottom: 1px dashed #f4c96f;
}
.my-credit-inner {
    width: calc(100% / 3);
    float: left;
    padding-right: 15px;
}
.my-credit-det p strong, .my-credit-det p span {
    color: #585858;
    display: none;
}

/*================================== My Credit Page Ends ================================*/


/*================================== My Order Page Starts ================================*/

.my-order-main .my-credit-head p:nth-child(1) {
    width: 44%;
}
.my-order-main .my-credit-head p:nth-child(2) {
    width: 28%;
}
.my-order-main .my-credit-head p:nth-child(3) {
    width: 14%;
}
.my-order-main .my-credit-head p:nth-child(4) {
    width: 14%;
}
.my-order-main .my-credit-inner:nth-child(1) {
    width: 44%;
}
.my-order-main .my-credit-inner:nth-child(2) {
    width: 28%;
}
.my-order-main .my-credit-inner:nth-child(3) {
    width: 14%;
}
.my-order-main .my-credit-inner:nth-child(4) {
    width: 14%;
}
.my-credit-img {
    display: inline-block;
    max-width: 100px;
    width: 100%;
    height: 113px;
    vertical-align: top;
}
.my-credit-img-det {
    display: inline-block;
    width: calc(100% - 103px);
    vertical-align: top;
    padding-left: 11px;
}
.my-credit-img-det h5 {
    font-size: 15px;
    color: #202020;
    font-family: bitterbold;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.my-credit-img-det p {
    font-size: 12px;
    color: #585858;
    margin-bottom: 8px;
}
.my-credit-img-det p span {
    text-transform: uppercase;
}
.my-credit-img-det a {
    font-size: 12px;
    color: #3a3a3a;
    font-style: italic;
    background: #f1d7a0;
    display: inline-block;
    padding: 1px 15px;
    border-radius: 20px;
}
.my-credit-inner h6 {
    font-size: 14px;
    color: #3a3a3a;
    font-family: bitterbold;
    line-height: 23px;
}
.my-credit-inner h6.price-color {
    color: #9c5b2c;
}
.my-credit-inner h6 span {
    font-size: 11px;
    color: #585858;
    font-family: bitterregular;
    display: block;
}
.my-credit-det p.dispac {
    font-size: 12px;
    color: #3397ca;
}
.my-credit-det p.delvd {
    font-size: 12px;
    color: #2ba21f;
}
.my-credit-det p.retrnd {
    font-size: 12px;
    color: #9d2222;
}
.my-credit-det p strong, .my-credit-det p span {
    display: none;
}
.my-order-main h6 strong, .my-order-main h6 span, .my-order-main p strong, .my-order-main p span, 
.my-wish-main h6 strong, .my-wish-main h6 span, .my-wish-main p strong, .my-wish-main p span {
    display: none;
}
.my-order-main h6 span.price-span, .my-wish-main h6 span.price-span {
    display: block;
}

/*================================== My Order Page Ends ================================*/


/*================================== My Wishlist Page Starts ================================*/

.my-wish-main .my-credit-head p:nth-child(1) {
    width: 45%;
}
.my-wish-main .my-credit-head p:nth-child(2) {
    width: 35%;
}
.my-wish-main .my-credit-head p:nth-child(3) {
    width: 20%;
}
.my-wish-main .my-credit-inner:nth-child(1) {
    width: 45%;
}
.my-wish-main .my-credit-inner:nth-child(2) {
    width: 35%;
}
.my-wish-main .my-credit-inner:nth-child(3) {
    width: 20%;
}
.my-credit-inner h6 a {
    color: #9d2222;
    font-size: 12px;
}
.my-credit-inner h6 a i {
    margin-right: 5px;
}

/*================================== My Wishlist Page Ends ================================*/


/*================================== My Profile Edit Page Starts ================================*/

.my-proedit-main label span {
    font-size: 11px;
    color: #585858;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.my-proedit-main label {
    width: 100%;
    margin-right: 12px;
    float: left;
    margin-bottom: 25px;
}
.my-proedit-main label:nth-child(3), .my-proedit-main label:nth-child(5), .my-proedit-main label:nth-child(8) {
    margin-right: 0;
}
.my-proedit-main label input, .my-proedit-main label select {
    border: 1px solid #cfae69;
    border-radius: 1px;
    padding: 0 12px;
    height: 36px;
    width: 100%;
    font-size: 15px;
    color: #000000;
    font-family: bitterregualr;
}
.my-proedit-main label.tietle {
    max-width: 116px;
}
.my-proedit-main label.naem {
    max-width: 353px;
}
.my-proedit-main label.dobs {
    max-width: 220px;
}
.my-proedit-main label.conty {
    max-width: 615px;
}
.my-proedit-main label.maiel {
    max-width: 413px;
}
.my-proedit-main label.cmode {
    max-width: 92px;
}
.my-proedit-main label.mobele {
    max-width: 314px;
}
.profedit-color-box input {
    position: absolute;
    visibility: hidden;
    margin: 0;
}
.profedit-color-box label {
    margin: 0;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    font-size: 11px;
    color: #585858;
}
.profedit-color-box label::before {
    content: '';
    position: absolute;
    left: 0;
    width: 19px;
    height: 19px;
    border: 1px solid #cfae69;
    border-radius: 1px;
}
.profedit-color-box label::after {
    content: "\f00c";
    position: absolute;
    left: 0;
    width: 19px;
    height: 19px;
    border: 1px solid #cfae69;
    border-radius: 1px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.profedit-color-box input:checked + label::after {
    opacity: 1;
}
.profedit-btn {
    text-align: right;
}
.profedit-btn button {
    font-size: 12px;
    color: #231f20;
    font-family: open_sansbold;
    background: #f4c96f;
    display: inline-block;
    max-width: 313px;
    width: 100%;
    padding: 7px 10px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}


/*================================== My Profile Edit Page Ends ================================*/

/*================================== Modal Starts ================================*/

#enquire_now .modal-header {
    border-bottom: none;
    padding: 49px 60px 10px;
}
#enquire_now .modal-content {
    border-radius: 0;
    background: #fef7e9;
}
#enquire_now .modal-title {
    font-size: 20px;
    color: #010101;
    font-family: bitterregular;
    text-align: center;
}
#enquire_now .modal-body {
    padding: 5px 60px 70px;
}
#enquire_now .enquire-form-inputs .input.input-half {
    height: 60px;
    padding-top: 21px;
    width: calc(50% - 30px);
}
#enquire_now .enquire-form-inputs .input.input-half:nth-child(even) {
    float: right;
}
#enquire_now .close {
    font-size: 40px;
    filter: alpha(opacity=60);
    opacity: .6;
    margin-top: -40px;
}
#enquire_now .enquire-form-inputs .input--textbox {
    height: 90px;
    padding-top: 21px;
}
#enquire_now .enquire-form-inputs .input--textbox .input__field--akira {
    height: 72px;
}
.enquire-form-inputs .input__field--akira {
    border-bottom: 1px solid #c0c0c0;
}
.enquire-form-inputs .input__label--akira::before {
    background: #cfae69;
}
#enquire_now .modal-body p {
    font-size: 14px;
    color: #585858;
    text-align: center;
    margin-bottom: 20px;
}
.material-slide-line.enquire-form-inputs .input__label-content {
    position: relative;
    display: inline-block;
    padding: 0 0;
    font-size: 14px;
    color: #585858;
    font-family: bitterregular;
    font-weight: normal;
}
.enquire-form-inputs .getquote-btn {
    display: inline-block;
    background: #f1d7a0;
    color: #2c2c2c;
    font-size: 11px;
    font-family: open_sanssemibold;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 8px 20px;
    max-width: 240px;
    width: 100%;
    border-radius: 25px;
    text-align: center;
    vertical-align: middle;
}
.enquire-form-inputs button.getquote-btn i {
    margin-left: 10px;
}
.inline-captacha h6 {
    font-size: 14px;
    color: #585858;
    font-family: bitterregular;
    display: inline-block;
    vertical-align: middle;
}
.inline-captacha {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
}



/*================================== Modal Ends ================================*/


/*================================== Detail Size Guide Page Starts ================================*/

.detail-zoom-cont h5 {
    font-size: 12px;
    color: #2c2c2c;
    margin-bottom: 30px;
}
.detail-zoom-cont h5 span {
    color: #01bf0a;
}
.detail-zoom-color h5 {
    font-size: 12px;
    color: #2c2c2c;
    margin-bottom: 20px;
    font-family: bitterbold;
    text-transform: uppercase;
}
.detail-zoom-cont .details-tab h5 {
    margin-bottom: 15px;
}
.detail-zoom-cont .side-size-box h5 {
    font-size: 12px;
    color: #2c2c2c;
    margin-bottom: 20px;
    font-family: bitterbold;
    text-transform: uppercase;
}
.detail-zoom-cont .side-size-box {
    padding-left: 0;
}
.detail-zoom-cont .side-size-cont {
    width: 50px;
    height: 27px;
    margin-right: 5px;
    margin-bottom: 10px;
}
.details-qunity {
    padding: 10px 0 30px;
}
.details-qunity span {
    font-size: 12px;
    color: #2c2c2c;
    margin-right: 10px;
    font-family: bitterbold;
    text-transform: uppercase;
}
.details-qunity select {
    min-width: 90px;
    height: 36px;
    padding: 2px 10px;
}
.detail-size-guide {
    padding: 27px 0 0;
}
.detail-size-guide h4 {
    font-size: 20px;
    color: #010101;
    margin-bottom: 10px;
}
.detail-size-guide p {
    font-size: 14px;
    color: #585858;
    margin-bottom: 20px;
}
.detail-size-box {
    margin-bottom: 40px;
}
.detail-size-det p {
    margin: 0;
    width: calc(100% / 3);
    float: left;
    padding: 0 5px;
}
.detail-size-head, .detail-size-cont {
    padding: 9px 0;
    border-bottom: 1px solid #dfdfdf;
}
.detail-size-img img {
    width: 100%;
}
.detail-size-img {
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 500px;
}
.detail-size-det p strong {
    display: none;
}
.detail-size-det p span {
    display: none;
}

/*================================== Detail Size Guide Page Ends ================================*/



/*================================== Login Page Starts ================================*/

section.login-wrp {
    padding: 40px 0 50px;
}
section.login-wrp ul.nav-tabs>li>a {
    font-size: 20px;
    color: #010101;
    border: none;
    background: none;
}
section.login-wrp ul.nav-tabs>li>a {
    font-size: 20px;
    color: #010101;
    border: none;
    background: none;
}
section.login-wrp ul.nav-tabs>li.active>a, section.login-wrp ul.nav-tabs>li.active>a:focus, section.login-wrp ul.nav-tabs>li.active>a:hover {
    color: #010101;
    border: none;
    background: none;
}
section.login-wrp ul.nav-tabs>li>a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 4px;
    background: #deae4a;
    bottom: -2px;
    top: initial;
    margin: auto;
    right: 0;
    -webkit-transition: .5s ease;
    transition: 0.5s ease;
    z-index: 2;
}
section.login-wrp ul.nav-tabs>li>a:hover:before, section.login-wrp ul.nav-tabs>li.active>a:before {
    left: 0;
    right: auto;
    width: 100%;
}
section.login-wrp ul.nav-tabs {
    text-align: center;
}
section.login-wrp ul.nav-tabs>li {
    float: none;
    display: inline-block;
}
section.login-wrp ul.nav-tabs>li:first-child {
    margin-right: 50px;
}
section.login-wrp ul.nav-tabs>li:last-child {
    margin-left: 50px;
}
.login-form-inputs button.login-btn {
    display: inline-block;
    background: #f1d7a0;
    color: #2c2c2c;
    font-size: 11px;
    font-family: open_sanssemibold;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 8px 20px;
    max-width: 240px;
    width: 100%;
    border-radius: 25px;
    text-align: center;
    vertical-align: middle;
}
section.login-wrp .tab-content {
    max-width: 730px;
    width: 100%;
    margin: auto;
}
.material-slide-line.login-form-inputs .input {
    height: 60px;
    padding-top: 20px;
    margin-bottom: 20px;
}
.login-form-inputs {
    padding-top: 60px;
}
.material-slide-line.login-form-inputs .input__label-content {
    font-size: 14px;
    font-family: bitterregular;
    color: #585858;
}
.log-reg-box input {
    position: absolute;
    visibility: hidden;
    margin: 0;
}
.log-reg-box label {
    margin: 0;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    font-size: 14px;
    color: #585858;
    font-family: bitterregular;
    text-shadow: none;
    font-weight: normal;
}
.log-reg-bot h6 {
    font-size: 14px;
    color: #585858;
    font-family: bitterregular;
    font-weight: normal;
    margin-bottom: 8px;
}
.log-reg-bot {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 243px);
    margin-top: 30px;
}
.log-reg-box label::before {
    content: '';
    position: absolute;
    left: 0;
    width: 19px;
    height: 19px;
    border: 1px solid #cfae69;
    border-radius: 1px;
}
.log-reg-box label::after {
    content: "\f00c";
    position: absolute;
    left: 0;
    width: 19px;
    height: 19px;
    border: 1px solid #cfae69;
    border-radius: 1px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.log-reg-box input:checked + label::after {
    opacity: 1;
}
.login-input-main.material-slide-line .input.input-half {
    width: 100%;
}
.material-slide-line.login-input-main {
    max-width: 340px;
    width: 100%;
    margin: auto;
}
.login-form-inputs .input__label--akira::before {
    background: #cfae69;
}
.forjetreg a {
    font-size: 14px;
    color: #585858;
}
.forjetreg a:hover {
    color: #cfae69;
}
.forjetreg {
    margin-bottom: 40px;
}
a.regis-pass{
    float: right;
}

/*================================== Login Page Ends ================================*/


/*================================== Contact Page Starts ================================*/

.contact-address i {
    width: 37px;
    height: 37px;
    background: #f1d7a0;
    border-radius: 50%;
    line-height: 37px;
    text-align: center;
    color: #231f20;
    font-size: 14px;
    border: 1px solid #231f20;
}
.contact-add-box {
    display: table;
}
.contact-icon {
    display: table-cell;
    vertical-align: top;
    position: relative;
}
.contact-icon::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: calc(100% - 37px);
    background: #231f20;
}
.contact-content {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 35px;
}
.contact-content h5 {
    font-size: 15px;
    color: #454545;
    font-family: hindbold;
    margin-bottom: 3px;
}
.contact-content p {
    font-size: 13px;
    color: #777777;
    line-height: 30px;
}
.contact-add-box:last-child .contact-icon::before {
    content: none;
}
.contact-form {
    padding: 0;
    border: none;
    max-width: 450px;
    text-align: right;
    margin-left: 0;
}
.contact-main {
    padding: 50px 0 80px;
}
.contact-address {
    padding: 20px;
    background: #f5f5f5;
    max-width: 340px;
    width: 100%;
    margin-bottom: 2px;
}
.contact-address h4 {
    font-size: 16px;
    color: #422106;
    font-family: bitterregular;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 25px;
    line-height: 30px;
}
.contact-address .login-form-inputs {
    padding: 0;
}
.contact-address .login-form-inputs button.login-btn {
    max-width: 300px;
}
section.contact-wrp .login-form-inputs button.login-btn {
    float: right;
}
section.contact-wrp {
    padding: 30px 0 0;
}
section.contact-wrp .login-form-inputs {
    padding-top: 0px;
}
section.contact-wrp .login-form-inputs {
    padding-top: 0px;
}
section.contact-wrp .login-form-inputs h3 {
    font-size: 16px;
    color: #422106;
    font-family: bitterregular;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 25px;
    line-height: 30px;
}
section.contactmap-wrp {
    height: 511px;
}
.contact-hader {
    position: absolute;
    background: url(../images/contact-icon.png) no-repeat;
    width: 268px;
    height: 38px;
    font-size: 16px;
    color: #422106;
    text-transform: uppercase;
    text-align: center;
    line-height: 38px;
}

/*================================== Contact Page Ends ================================*/


/*================================== Gift Page Starts ================================*/

.gift-det h4 {
    
}
.gift-det {
    padding: 20px 0 30px;
}
.gift-det h4 {
    font-size: 16px;
    color: #422106;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1.2px;
}
.gift-det p {
    font-size: 13px;
    color: #777777;
    margin-bottom: 25px;
}
ul.gift-ul li a {
    font-size: 13px;
    color: #9c5b2c;
}
ul.gift-ul li {
    padding: 0 25px;
    position: relative;
}
ul.gift-ul li:first-child {
    padding-left: 0;
}
ul.gift-ul li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 13px;
    width: 2px;
    background: #9c5b2c;
}
ul.gift-ul li:last-child::before {
    content: none;
}
.gift-img-box {
    max-width: 267px;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.gift-img {
    width: 100%;
    margin-bottom: 12px;
}
.gift-img img {
    width: 100%;
}
.gift-img-box a {
    font-size: 11px;
    color: #231f20;
    font-family: open_sansregular;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: inline-block;
    background: #f1d7a0;
    padding: 9px 26px;
    border-radius: 20px;
}
.gift-images-main {
    padding: 25px 0 50px;
    background: #fef7e9;
}
section.gift-wrp {
    padding-top: 20px;
}
.gift-img-slider .item {
    padding: 0 5px;
    text-align: center;
}

/*================================== Gift Page Ends ================================*/


/*================================== Cart Page Starts ================================*/


.cart-page-main .my-credit-head p:nth-child(1), .cart-page-main .my-credit-inner:nth-child(1) {
    width: 60%;
}
.cart-page-main .my-credit-head p:nth-child(2), .cart-page-main .my-credit-inner:nth-child(2) {
    width: 20%;
}
.cart-page-main .my-credit-head p:nth-child(3), .cart-page-main .my-credit-inner:nth-child(3) {
    width: 20%;
}
.cart-page-main .my-credit-img-det p {
    font-size: 12px;
    color: #585858;
    margin-bottom: 0;
    line-height: 18px;
}
.cart-page-main {
    max-width: 702px;
}
.cart-order-box {
    text-align: center;
    background: #fdfaf3;
    padding-bottom: 15px;
}
.cart-order-box h4 {
    background: #f9efd8;
    font-size: 16px;
    color: #422106;
    text-transform: uppercase;
    padding: 16px 15px;
    letter-spacing: 1.2px;
    text-align: left;
}
.cart-order-box p {
    background: #fdfaf3;
    font-size: 16px;
    color: #585858;
    height: 128px;
    padding: 45px 15px;
    letter-spacing: 1.2px;
    text-align: left;
}
.cart-order-box p.linesr {
    border-bottom: 1px solid #f9efd8;
}
.cart-order-box a {
    font-size: 11px;
    color: #2c2c2c;
    font-family: open_sanssemibold;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: inline-block;
    background: #f1d7a0;
    padding: 9px 26px;
    border-radius: 20px;
    text-align: center;
    width: calc(100% - 30px);
}
.checkout-h2 {
    border: 1px solid #f1d7a0;
    border-left: none;
    border-right: none;
    padding: 13px 0;
}
.checkout-h2 h2 {
    display: inline-block;
    font-size: 16px;
    color: #422106;
    vertical-align: middle;
}
.profedit-color-box {
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px;
}
.contact-main .col-sm-6 {
    margin-bottom: 20px;
}
.address-bookedit {
    padding-top: 0;
    padding-bottom: 40px;
}
.material-slide-line.login-form-inputs .input-half-mobile {
    width: calc(50% - 15px);
    display: inline-block;
    vertical-align: top;
    height: initial;
    padding: 0;
    margin: 0;
}
.input-half-mobile .mobile-code {
    max-width: 110px;
    width: 25%;
    display: inline-block;
}
.input-half-mobile .mobile-number {
    width: calc(75% - 23px);
    display: inline-block;
    margin-left: 20px;
}
.my-addedit-btn .profedit-color-box {
    padding: 0;
}
.login-form-inputs .my-addedit-btn button.login-btn {
    float: right;
    margin: 0 8px;
}
.login-form-inputs .my-addedit-btn button.login-btn.canel-btn {
    background: #f8f8f8;
    max-width: 108px;
}
.my-addedit-btn .profedit-color-box label {
    font-size: 13px;
    font-weight: normal;
}
.my-addedit-btn {
    padding-top: 40px;
}


/*================================== Cart Page Ends ================================*/

#newsletter_now .modal-header {
    border: none;
}
#newsletter_now .modal-body {
    padding: 30px 55px 60px 80px;
}
#newsletter_now .modal-body .material-slide-line {
    max-width: 300px;
    width: 100%;
    margin-left: auto;
}
#newsletter_now .modal-content {
    background: #eaedf2 url(../images/newslet-pop.jpg) no-repeat left bottom;
}
#newsletter_now h3 {
    font-size: 17px;
    color: #422106;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    line-height: 28px;
}
#newsletter_now button.getsub-btn {
    display: inline-block;
    background: #f1d7a0;
    color: #231f20;
    font-size: 11px;
    font-family: open_sansregular;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 8px 20px;
    width: 100%;
    border-radius: 25px;
    text-align: center;
    vertical-align: middle;
}
#newsletter_now .material-slide-line .input__field--akira {
    border-bottom: 2px solid #c0c0c0;
}
.my-giftcard {
    max-width: 440px;
    width: 100%;
    margin: auto;
}
.login-form-inputs.my-giftcard .my-addedit-btn button.login-btn {
    margin: 0;
    max-width: 150px;
}
.my-giftcard .my-addedit-btn .profedit-color-box {
    width: calc(100% - 167px);
    display: inline-block;
}
section.mygiftcard-wrp {
    padding-bottom: 100px;
}

.checkout-img {
    max-width: 80px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.checkout-details {
    display: inline-block;
    width: calc(100% - 83px);
    padding-left: 20px;
}
.checkout-details h6 {
    font-size: 14px;
    color: #9c5b2c;
    font-family: bitterbold;
    margin-bottom: 4px;
}
.checkout-details p {
    font-size: 11px;
    color: #585858;
}
.checkout-details h6 span {
    float: right;
}
.checkout-details p span {
    width: 50px;
    display: inline-block;
}
.checkou-tinners {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}
.checkout-boxe {
    padding: 10px;
    padding-top: 0;
    background: #fdfaf3;
}
.checkout-subeer p {
    font-size: 13px;
    color: #585858;
    font-family: bitterbold;
}
.checkout-subeer p span {
    float: right;
}
.checkout-subeer {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}
.checkout-subeer:last-child {
    border-bottom: none;
}
.checkout-gap .profedit-color-box label::before {
    border: 1px solid #393939;
    top: 0;
}
.checkout-gap .profedit-color-box label::after {
    border: 1px solid #393939;
    top: 0;
}
.checkout-gap .profedit-color-box label {
    line-height: 18px;
    font-size: 12px;
    color: #393939;
    font-family: bitterbold;
}
.checkout-radio input {
    position: absolute;
    visibility: hidden;
    margin: 0;
}
.checkout-radio label {
    margin: 0;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    font-size: 11px;
    color: #585858;
}
.checkout-radio label::before {
    content: '';
    position: absolute;
    left: 0;
    width: 19px;
    height: 19px;
    border: 1px solid #404241;
    border-radius: 50%;
}
.checkout-radio label::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 6px;
    margin: auto;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #404241;
    opacity: 0;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.checkout-radio input:checked + label::after {
    opacity: 1;
}
.checkout-gap .profedit-color-box {
    padding: 0;
}
.checkout-radio label {
    font-size: 12px;
    color: #393939;
    font-family: bitterbold;
}
.checkout-radio {
    margin-bottom: 30px;
}
.checkout-subeer h5 {
    font-size: 13px;
    color: #585858;
    float: right;
    font-family: bitterbold;
}
.checkout-subeer h6 {
    font-size: 13px;
    color: #585858;
    font-family: bitterbold;
    margin-bottom: 20px;
}
.checkout-subeer h6 input {
    width: calc(100% - 80px);
    height: 25px;
    border: 1px solid #b7a16c;
    border-radius: 20px;
    display: inline-block;
    float: right;
}
.checkout-gap {
    padding: 10px;
    margin-bottom: 20px;
}
.checkout-gap p {
    font-size: 13px;
    color: #585858;
    font-family: bitterbold;
    margin-bottom: 40px;
}
.checkout-gap p span {
    float: right;
}





/*================================== Landing Page Starts ================================*/

.landing-box {
    display: inline-block;
    width: 50%;
    float: left;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.landing-wrp {
    position: relative;
    height: 100%;
/*    height: 664px;*/
    overflow: hidden;
}
.landing-box-img {
    width: 100%;
    height: 100%;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.landing-box:hover .landing-box-img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.landing-wrp::before, .landing-wrp::after {
    display: table;
    content: " ";
}
.landing-wrp::after {
     clear: both;
}
.landing-path {
    fill: #fff1d3;
    fill-rule: evenodd;
}
.landing-svg {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 33.285%;
    height: 100%;
    background: url(../images/landing-png.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
/*
    -webkit-clip-path: url(#landing_clipid);
    clip-path: url(#landing_clipid);
*/
}
.landing-svg p {
    font-size: 12px;
    color: #000000;
    font-family: bitterregular;
    text-transform: uppercase;
    line-height: 19px;
}
.landing-svg h6 {
    font-size: 12px;
    color: #000000;
    font-family: bitterbold;
    text-transform: uppercase;
    line-height: 19px;
}
.landing-det {
    margin-bottom: 55px;
    padding-top: 78px;
}
#landing_svg {
    position: absolute;
    z-index: -1;
}
.landing-box span {
    font-size: 17px;
    color: #ffffff;
    background: #231f20;
    position: absolute;
    display: inline-block;
    width: 155px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -ms-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.landing-box:hover span {
    
}
.landing-box.landing-women span {
    -ms-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
}
.landing-box span em {
    content: '';
    position: absolute;
    width: 1px;
    height: 70px;
    background: #231f20;
    right: 0;
    top: 99%;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.landing-box.landing-women span em {
    right: initial;
    top: 99%;
    left: 0;
}
.landing-box span p {
    -ms-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
}
.landing-box.landing-women span p {
    -ms-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
}

#success_modal .modal-header {
    border: none;
}
#success_modal .modal-body {
    padding: 30px 55px 60px 80px;
}
#success_modal .modal-content {
    background: #fef7e9;
    text-align: center;
    border-radius: 0;
}
#success_modal h3 {
    font-size: 17px;
    color: #010101;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    line-height: 28px;
    margin-bottom: 30px;
}
#success_modal h3 img, #success_modal h3 span {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
#success_modal p {
    font-size: 14px;
    color: #585858;
    margin-bottom: 35px;
}
#success_modal p a {
    color: #a76013;
    font-family: bitterbold;
}
#success_modal p a:hover {
    color: #c37d30;
}
#success_modal button.getsub-btn {
    display: inline-block;
    background: #f1d7a0;
    color: #231f20;
    font-size: 11px;
    font-family: open_sansregular;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 8px 20px;
    width: initial;
    margin-right: 20px;
    border-radius: 25px;
    text-align: center;
    vertical-align: middle;
}
#success_modal button.getsub-btn.colrcha {
    background: #f2f2f2;
}

#otp_modal .modal-header {
    border: none;
}
#otp_modal .modal-body {
    padding: 30px 65px 20px 45px;
}
#otp_modal .modal-content {
    background: #fef7e9;
    text-align: center;
    border-radius: 0;
}
#otp_modal h3 {
    font-size: 17px;
    color: #010101;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    line-height: 28px;
    margin-bottom: 30px;
}
#otp_modal h3 img, #otp_modal h3 span {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
#otp_modal p {
    font-size: 14px;
    color: #585858;
    margin-bottom: 35px;
}
#otp_modal p a {
    color: #a76013;
    font-family: bitterbold;
}
#otp_modal p a:hover {
    color: #c37d30;
}
#otp_modal button.getsub-btn {
    background: #f1d7a0;
    color: #231f20;
    font-size: 11px;
    font-family: open_sansregular;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 8px 20px;
    width: initial;
    margin-right: 20px;
    border-radius: 25px;
    text-align: center;
    vertical-align: middle;
    min-width: 240px;
    display: block;
    margin: auto;
    margin-bottom: 40px;
}
#otp_modal button.getsub-btn.colrcha {
    background: #f2f2f2;
    color: #ee2b2b;
    font-weight: bold;
}
#otp_modal .material-slide-line {
    max-width: 375px;
    margin: auto;
    text-align: left;
}
#otp_modal a.didnt-otp {
    font-size: 15px;
    color: #2c2c2c;
    font-style: italic;
    text-decoration: underline !important;
    letter-spacing: 1.2px;
    margin-bottom: 20px;
    display: inline-block;
}


/*================================== Landing Page Ends ================================*/


/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ Fire-Fox Hack Starts $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/

@-moz-document url-prefix() {}


/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ Fire-Fox Hack Ends $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/


/*################################# Media Queries #################################*/

@media (min-width:2400px) {}

@media (min-width:1600px) {}

@media (min-width:1440px) {}

@media (min-width:1350px) {
    /*--------------------Header Wrp Starts --------------------------*/
    /*--------------------Header Wrp Starts --------------------------*/
}

@media screen and (min-width: 1200px) {
    .contact-main .col-sm-6:first-child {
        padding-right: 30px;
    }
    .contact-main .col-sm-6:last-child {
        padding-left: 30px;
    }
}

@media (max-width:1199px) and (min-width:992px) {
    /*================ Home Page Starts =================*/
    /*--------------------Header Starts --------------------------*/
    
    .top-links .logo-lever {
        width: 125px;
    }
    .top-links ul li {
        padding: 0 10px;
    }
    .top-links ul.top-ul-right li:last-child {
        padding-left: 0;
    }
    
    /*--------------------Header Ends --------------------------*/
    /*--------------------Carousel Starts --------------------------*/
    /*--------------------Carousel Ends --------------------------*/
    
    .quick-link-box.large {
        max-width: 400px;
        height: 430px;
        margin-right: 7px;
    }
    .quick-link-box.mid {
        max-width: 260px;
        height: 430px;
        margin-right: 7px;
    }
    .quick-link-box-inner {
        height: 211px;
        margin-bottom: 8px;
    }
    .quick-link-top {
        padding-top: 7px;
    }
    .quick-link-top .col-sm-6:first-child {
        padding-right: 3.5px;
    }
    .quick-link-top .col-sm-6:last-child {
        padding-left: 3.5px;
    }
    .client-img-slider {
        max-width: 400px;
    }
    
    /*================ Home Page Ends =================*/
    
    /*================ DashBoard Page Starts =================*/
    
    .dashboard-box {
        width: 125px;
        height: 125px;
        padding-top: 32px;
        margin-right: 15px;
    }
    
    /*================ DashBoard Page Ends =================*/
    
    
    /*================ My Profile Edit Page Starts =================*/
    
    .my-proedit-main label.tietle {
        max-width: 96px;
    }
    .my-proedit-main label.naem {
        max-width: 288px;
    }
    .my-proedit-main label.dobs {
        max-width: 180px;
    }
    .my-proedit-main label.conty {
        max-width: 505px;
    }
    .my-proedit-main label.maiel {
        max-width: 338px;
    }
    .my-proedit-main label.cmode {
        max-width: 75px;
    }
    .my-proedit-main label.mobele {
        max-width: 260px;
    }
    .profedit-color-box {
        display: block;
        padding: 0;
        margin-top: 10px;
    }
    
    /*================ My Profile Edit Page Ends =================*/
}

@media (max-width:991px) and (min-width:768px) {
    /*================ Home Page Starts =================*/
    /*--------------------Header Starts --------------------------*/
    
    .top-links .logo-lever {
        width: 100px;
    }
    .top-links ul li {
        padding: 0 10px;
    }
    .top-links ul li a {
        letter-spacing: 0;
    }
    .top-links ul.top-ul-right li:last-child {
        padding-left: 0;
    }
    .top-links ul li a.we-collection span {
        display: inline-block;
        max-width: 80px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: top;
    }
    a.main-logo {
        max-width: 150px;
    }
    .header-log-ul li a {
        letter-spacing: 1.2px;
        padding: 7px 15px;
    }
    .header-log-ul li a.shop-btn {
        padding: 1px 10px 1px 1px;
    }
    .header-log-ul li a.shop-btn span.shop-basket {
        padding: 8px 8px 8px 7px;
    }
    .header-log-ul li a.shop-btn span.shop-basket-price {
        padding-left: 2px;
    }
    .header-mid .col-sm-4:last-child {
        padding-left: 0;
    }
    .main-menu .navbar-nav>li {
        margin-right: 5px;
    }
    .main-menu .navbar-nav>li>a {
        letter-spacing: 0px;
        padding: 8px 10px;
    }
    
    /*--------------------Header Ends --------------------------*/
    /*--------------------Carousel Starts --------------------------*/
    
    section.banner-wrp {
        height: 450px;
    }
    
    /*--------------------Carousel Ends --------------------------*/
    
    .quick-link-box.large {
        max-width: 100%;
        height: 430px;
        margin-right: 0px;
        margin-bottom: 7px;
    }
    .quick-link-box.mid {
        max-width: 100%;
        width: calc((100% / 2) - 5px);
        height: 430px;
        margin-right: 7px;
    }
    .quick-link-box-inner {
        height: 211px;
        margin-bottom: 8px;
    }
    .quick-link-top {
        padding-top: 7px;
    }
    .quick-link-top .col-sm-6:first-child {
        padding-right: 3.5px;
    }
    .quick-link-top .col-sm-6:last-child {
        padding-left: 3.5px;
    }
    .client-img-slider {
        max-width: 300px;
    }
    .client-det-slider {
        width: calc(100% - 303px);
        padding: 50px 0 30px 30px;
    }
    .client-det-slider .slick-prev {
        left: 25px;
    }
    .client-det-slider .slick-next {
        left: 55px;
    }
    .footer-main .col-sm-6 {
        float: none;
        display: inline-block;
        margin-right: -3px;
        vertical-align: top;
        margin-bottom: 30px;
    }
    .subscribe-news-box span {
        max-width: 280px;
    }
    .subsibe-btn {
        width: calc(100% - 313px);
        margin-left: 30px;
    }
    .foot-bot-ul {
        float: none;
        margin-bottom: 10px;
    }
    .foot-bot-menu p {
        float: none;
    }
    
    /*================ Home Page Ends =================*/
    
    
    /*================ Listing Page Starts =================*/
    
    ul.paginations {
        display: none;
    }
    .listing-head label {
        margin-right: 0;
    }
    
    /*================ Listing Page Ends =================*/
    
    /*================ Details Page Starts =================*/
    
    .details-thumb {
        display: block;
        vertical-align: top;
        width: 100%;
        max-width: initial;
        float: none;
    }
    .details-thumb a {
        height: 120px !important;
    }
    .details-zoom-img {
        width: 100%;
        height: initial;
    }
    .detail-zoom-cont {
        padding-left: 0;
    }
    .details-tab ul li a {
        padding: 8px 5px;
    }
    .details-thumb .slick-prev {
        top: 0;
        bottom: 0;
        left: -20px;
        right: auto;
        margin: auto;
        font-size: 28px;
    }
    .details-thumb .slick-next {
        top: 0;
        bottom: 0;
        right: -20px;
        left: auto;
        margin: auto;
        font-size: 28px;
    }
    .details-thumb .slick-prev::before {
        content: "\f0d9";
    }
    .details-thumb .slick-next::before {
        content: "\f0da";
    }
    .details-thumb .item {
        padding: 0 5px;
    }
    
    /*================ Details Page Ends =================*/
    
    /*================ DashBoard Page Starts =================*/
    
    .dashboard-box {
        width: 125px;
        height: 125px;
        padding-top: 32px;
        margin-right: 15px;
    }
    
    /*================ DashBoard Page Ends =================*/
    
    /*================ My Credit Page Starts =================*/
    
    .my-credit-head p {
        width: 25%;
    }
    .my-credit-head p:first-child {
        width: 50%;
    }
    .my-credit-inner {
        width: 25%;
    }
    .my-credit-inner:first-child {
        width: 50%;
    }
    
    /*================ My Credit Page Ends =================*/
    
    /*================ My Order Page Starts =================*/
    
    .my-credit-img-det a {
        padding: 1px 10px;
    }
    .side-addr .side-menu-ul>li {
        padding: 14px 10px 14px;
    }
    
    /*================ My Order Page Ends =================*/
    
    /*================ My Profile Edit Page Starts =================*/
    
    .my-proedit-main label.tietle {
        max-width: 88px;
    }
    .my-proedit-main label.naem {
        max-width: 210px;
    }
    .my-proedit-main label.dobs {
        max-width: 160px;
    }
    .my-proedit-main label.conty {
        max-width: 360px;
    }
    .my-proedit-main label.maiel {
        max-width: 220px;
    }
    .my-proedit-main label.cmode {
        max-width: 70px;
    }
    .my-proedit-main label.mobele {
        max-width: 218px;
    }
    .profedit-color-box {
        display: block;
        margin-bottom: 30px;
        padding: 0;
        margin-top: 10px;
    }
    .login-form-inputs .my-addedit-btn button.login-btn {
        float: none;
    }
    .login-form-inputs .my-addedit-btn button.login-btn.canel-btn {
        float: left;
    }
    .landing-svg {
        width: 30%;
        padding: 0px 10px;
    }
    .landing-logo {
        max-width: 140px;
        margin: auto;
        width: 100%;
    }
    .landing-logo img {
        width: 100%;
    }
    
    /*================ My Profile Edit Page Ends =================*/
    
    
}

@media screen and (min-width: 768px) {
    #enquire_now .modal-dialog {
        width: 855px;
        margin: 30px auto;
    }
    #newsletter_now .modal-dialog {
        width: 648px;
    }
    .cart_drop_down {
        min-width: 500px;
    }
    #success_modal .modal-dialog, #otp_modal .modal-dialog {
        width: 855px;
    }
}

@media (max-width:767px) and (min-width:200px) {
    .profedit-color-box {
        display: block;
        padding: 0;
        margin-top: 10px;
    }
    
    .cart_drop_down {
        max-width: 100%;
        min-width: 330px;
    }
    /*================ Home Page Starts =================*/
    /*--------------------Header Starts --------------------------*/
    
    .top-links .top-ul-left {
        display: none;
    }
    .top-links .logo-lever {
        width: 120px;
    }
    a.main-logo {
        max-width: 140px;
    }
    .col-menu {
        display: inline-block;
        width: 50%;
        vertical-align: initial;
        margin-right: -2px;
    }
    .col-menu:first-child {
        display: block;
        width: 100%;
        vertical-align: initial;
        margin-right: 0;
    }
    .header-log-ul li a {
        letter-spacing: 1.2px;
        padding: 7px 15px;
    }
    .header-log-ul li a.shop-btn {
        padding: 1px 10px 1px 1px;
    }
    .header-log-ul li a.shop-btn span.shop-basket {
        padding: 8px 8px 8px 7px;
    }
    .header-log-ul li a.shop-btn span.shop-basket-price {
        padding-left: 2px;
    }
    .header-log-ul {
        margin-top: 0;
    }
    .header-search {
        padding-top: 5px;
    }
    
    /*`````````````` Menu Starts ``````````````*/
    
    .main-menu {
        min-height: 45px;
    }
    .main-menu #bs-example-navbar-collapse-1 {
        margin: 0;
        padding-right: 15px;
        padding-left: 15px;
        position: fixed;
        background: #fff;
        height: 100%;
        width: 100%;
        z-index: 990;
        top: 0;
        left: 0;
        padding-top: 50px;
        background: #fff;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
        overflow-x: hidden;
    }
    .main-menu #bs-example-navbar-collapse-1.in {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    .main-menu .navbar-nav {
        float: none;
        padding: 0 15px;
        display: inline-block;
    }
    .main-menu .navbar-nav>li:first-child>a {
        padding-left: 10px;
    }
    .main-menu .navbar-toggle {
        z-index: 999;
    }
    .main-menu .navbar-toggle .icon-bar {
        background-color: #000;
    }
    .main-menu .navbar-toggle:focus,
    .main-menu .navbar-toggle:hover {
        background-color: transparent;
    }
    .main-menu .navbar-toggle.collapsed .icon-bar {
        background-color: #000;
    }
    .main-menu .navbar-toggle .icon-bar {
        background-color: #000;
    }
    .main-menu .navbar-header {
        margin: 0;
    }
    /* Icon 1 */
    .main-menu .navbar-toggle {
        width: 35px;
        height: 30px;
        padding: 0;
        border: none;
        float: none;
        border-radius: 0;
        position: relative;
        right: initial;
        top: initial;
        margin: 0px auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    .main-menu .navbar-toggle.collapsed {
        position: relative;
        right: initial;
        top: initial;
        margin-top: 10px;
        float: right;
        z-index: 9;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    .main-menu .navbar-toggle span.icon-bar {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        border-radius: 9px;
        margin: 0;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .main-menu .navbar-toggle.collapsed span.icon-bar:nth-child(2) {
        top: 0px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    .main-menu .navbar-toggle.collapsed span.icon-bar:nth-child(3) {
        top: 10px;
        left: 0;
        opacity: 1;
    }
    .main-menu .navbar-toggle.collapsed span.icon-bar:nth-child(4) {
        top: 20px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    .main-menu .navbar-toggle span.icon-bar:nth-child(2) {
        top: 10px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .main-menu .navbar-toggle span.icon-bar:nth-child(3) {
        opacity: 0;
        left: -60px;
    }
    .main-menu .navbar-toggle span.icon-bar:nth-child(4) {
        top: 10px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .main-menu .navbar-toggle {
        position: fixed;
        right: 15px;
        top: 40px;
    }
    .main-menu .navbar-nav>li>a {
        color: #333;
        padding: 12px 10px;
    }
    .main-menu .navbar-nav>li>a:hover {
        background: none;
        color: #333;
    }
    .main-menu .navbar-nav>li>ul {
        padding: 20px 30px 0;
        width: initial;
        background: none;
    }
    .main-menu .navbar-nav>li>ul>h3 {
        display: none;
    }
    .main-menu .navbar-nav>li {
        margin-right: 0px;
    }
    
    /*`````````````` Menu Ends ``````````````*/
    
    /*--------------------Header Ends --------------------------*/
    /*--------------------Carousel Starts --------------------------*/
    
    section.banner-wrp {
        height: 400px;
    }
    
    /*--------------------Carousel Ends --------------------------*/
    
    .quick-link-box.large {
        max-width: 100%;
        height: 430px;
        margin-right: 0px;
        margin-bottom: 7px;
    }
    .quick-link-box.mid {
        max-width: 100%;
        width: calc((100% / 2) - 5px);
        height: 430px;
        margin-right: 7px;
    }
    .quick-link-box-inner {
        height: 211px;
        margin-bottom: 8px;
    }
    .quick-link-top {
        padding-top: 7px;
    }
    .match-cole-box {
        margin-bottom: 7px;
    }
    .client-main {
        height: 600px;
    }
    .client-content {
        text-align: center;
    }
    .client-det-slider {
        width: 100%;
        display: block;
        padding: 10px 0 20px 0;
    }
    .client-det-slider .slick-prev {
        left: calc(50% - 20px);
    }
    .client-det-slider .slick-next {
        left: calc(50% + 20px);
    }
    .footer-main {
        padding: 30px 0 0px;
    }
    .footer-main .col-sm-6 {
        margin-bottom: 20px;
    }
    .footer-main .col-sm-6 {
        width: 50%;
        float: none;
        display: inline-block;
        margin-right: -2px;
        vertical-align: top;
        margin-bottom: 30px;
    }
    .subscribe-news-box span {
        max-width: 100%;
        width: 100%;
    }
    .subsibe-btn {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
    .foot-bot-menu p {
        float: none;
    }
    .foot-bot-ul {
        float: none;
        margin-bottom: 10px;
    }
    .foot-bot-ul li::before {
        content: '';
        position: absolute;
        right: -6px;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 10px;
        width: 1px;
        background: #dfbd75;
    }
    .foot-bot-ul li:last-child::before {
        content: none;
    }
    
    /*================ Home Page Ends =================*/
    
    
    /*================ Listing Page Starts =================*/
    
    .listing-main {
        display: block;
        width: 100%;
        padding-left: 0;
    }
    .side-menu-main {
        display: block;
        max-width: initial;
        width: 100%;
    }
    .listing-box-main .col-md-4 {
        width: 50%;
        float: left;
    }
    ul.paginations {
        display: none;
    }
    
    /*================ Listing Page Ends =================*/
    
    /*================ Details Page Starts =================*/
    
    .details-zoom {
        margin-bottom: 10px;
    }
    
    /*================ Details Page Ends =================*/
    
    /*================ DashBoard Page Starts =================*/
    
    .dashboard-box {
        width: 140px;
        height: 140px;
        padding-top: 40px;
        margin-right: 15px;
    }
    
    /*================ DashBoard Page Ends =================*/
    
    /*================ My Credit Page Starts =================*/
    
    .my-credit-head p {
        width: 30%;
    }
    .my-credit-head p:first-child {
        width: 40%;
    }
    .my-credit-inner {
        width: 30%;
    }
    .my-credit-inner:first-child {
        width: 40%;
    }
    .my-credit .about-head h1 {
        display: block;
        margin-bottom: 15px;
    }
    .my-credit .about-head a {
        float: none;
    }
    
    /*================ My Credit Page Ends =================*/
    
    /*================ My Order Page Starts =================*/
    
    .my-order-main .my-credit-inner:nth-child(1) {
        width: 100%;
    }
    .my-order-main .my-credit-inner:nth-child(2) {
        width: 100%;
    }
    .my-order-main .my-credit-inner:nth-child(3) {
        width: 100%;
    }
    .my-order-main .my-credit-inner:nth-child(4) {
        width: 100%;
    }
    .my-order-main .my-credit-head {
        display: none;
    }
    .my-order-main h6 strong, .my-order-main h6 span, .my-order-main p strong, .my-order-main p span {
        color: #585858;
        display: inline-block;
    }
    .my-order-main h6 span, .my-order-main p span {
        margin-right: 20px;
    }
    .my-order-main h6 strong, .my-order-main p strong {
        width: 90px;
    }
    .my-order-main .my-credit-inner {
        margin-bottom: 12px;
    }
    
    /*================ My Order Page Ends =================*/
    
    /*================= My Wishlist Page Starts ====================*/

    .my-wish-main .my-credit-head {
        display: none;
    }
    .my-wish-main .my-credit-inner:nth-child(1) {
        width: 100%;
    }
    .my-wish-main .my-credit-inner:nth-child(2) {
        width: 100%;
    }
    .my-wish-main .my-credit-inner:nth-child(3) {
        width: 100%;
    }
    .my-wish-main .my-credit-inner {
        margin-bottom: 10px;
    }
    
    /*=================== My Wishlist Page Ends ====================*/
    
    /*================ My Profile Edit Page Starts =================*/
    
    .my-proedit-main label.tietle {
        max-width: initial;
        width: 14%;
    }
    .my-proedit-main label.naem {
        max-width: initial;
        width: 41%;
    }
    .my-proedit-main label.dobs {
        max-width: initial;
        width: 25%;
    }
    .my-proedit-main label.conty {
        max-width: initial;
        width: 73%;
    }
    .my-proedit-main label.maiel {
        max-width: initial;
        width: 48%;
    }
    .my-proedit-main label.cmode {
        max-width: initial;
        width: 10%;
    }
    .my-proedit-main label.mobele {
        max-width: initial;
        width: 38%;
    }
    .profedit-btn {
        text-align: center;
    }
    .my-proedit-main label {
        margin-right: 2%;
    }
    .profedit-color-box {
        margin-bottom: 10px;
    }
    
    /*================ My Profile Edit Page Ends =================*/
    
    
    /*================ Enquire Page Starts =================*/
    
    #enquire_now .modal-header {
        border-bottom: none;
        padding: 49px 25px 10px;
    }
    #enquire_now .modal-body {
        padding: 5px 25px 70px;
    }
    #enquire_now .modal-body {
        padding: 5px 25px 70px;
    }
    .inline-captacha {
        width: 100%;
        display: block;
    }
    .enquire-form-inputs .getquote-btn {
        margin-top: 15px;
    }
    #enquire_now .enquire-form-inputs .input.input-half {
        width: calc(50% - 15px);
    }
    
    /*================ Enquire Page Ends =================*/
    
    
    /*================ Login Page Starts =================*/
    
    .login-form-inputs button.login-btn {
        max-width: 200px;
    }
    .log-reg-bot {
        width: calc(100% - 203px);
    }
    
    /*================ Login Page Ends =================*/
    
    
    /*================ Contact Page Starts =================*/
    
    .contact-address {
        max-width: initial;
        width: 100%;
    }
    .contact-address:last-child {
        margin-bottom: 30px;
    }
    section.contactmap-wrp {
        height: 360px;
    }
    
    
    /*================ Contact Page Ends =================*/
    
    .profedit-color-box {
        display: block;
        margin-bottom: 30px;
    }
    .login-form-inputs .my-addedit-btn button.login-btn {
        float: none;
    }
    .login-form-inputs .my-addedit-btn button.login-btn.canel-btn {
        float: left;
    }
    .landing-box {
        display: block;
        width: 100%;
        float: none;
        height: 50%;
        position: relative;
        overflow: hidden;
    }
    .landing-svg {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: 150px;
        background: #fff2d4;
        background-size: initial;
        text-align: center;
    }
    .landing-det {
        margin-bottom: 15px;
        padding-top: 15px;
    }
    .landing-logo {
        max-width: 120px;
        margin: auto;
        width: 100%;
    }
    .landing-logo img {
        width: 100%;
    }
    
}

@media (max-width:550px) {
    
    .top-links ul li.semimob-visi {
        display: inline-block;
    }
    .top-links ul li {
        padding: 0 5px;
    }
    .top-links ul li.semimob-visi {
        padding-left: 20px;
    }
    .top-links ul li.semimob-visi.semimob-login {
        padding-right: 20px;
        padding-left: 0px;
    }
    .top-links ul li.semimob-visi a.shop-btn {
        font-size: 11px;
        color: #231f20;
        font-family: open_sansregular;
        text-transform: uppercase;
        letter-spacing: 1.2px;
        display: inline-block;
        background: #f1d7a0;
        padding: 9px 26px;
        border-radius: 20px;
    }
    .top-links ul li.semimob-visi a.shop-btn span.shop-basket-price {
        padding-left: 5px;
        letter-spacing: 0;
    }

    .top-links ul li.semimob-visi a.shop-btn {
        padding: 1px 10px 1px 1px;
    }

    .top-links ul li.semimob-visi a.shop-btn span {
        display: inline-block;
        position: relative;
    }

    .top-links ul li.semimob-visi a.shop-btn span.shop-basket {
        padding: 3px 10px 4px 7px;
        border-radius: 20px;
        background: #fff1d3;
    }
    .top-links ul li.semimob-visi a.shop-btn i {
        margin-right: 1px;
    }

    .top-links ul li.semimob-visi a.shop-btn span.shop-basket p {
        position: absolute;
        display: inline-block;
        top: -7px;
        right: 0;
        line-height: 1;
        padding: 4px;
        background: #231f20;
        font-size: 8.67px;
        color: #fff1d3;
        border-radius: 50%;
    }
    .top-links .logo-lever {
        display: none;
    }
    a.main-logo {
        max-width: 100px;
        margin-top: 0;
    }
    a.main-logo h3 span {
        width: 100px;
        font-size: 16px;
    }
    .col-menu:first-child {
        display: inline-block;
        width: initial;
        vertical-align: middle;
    }
    .col-menu:nth-child(2) {
        float: none;
        vertical-align: middle;
        width: calc(100% - 156px);
        padding-right: 0;
    }
    .col-menu:nth-child(3) {
        display: none;
    }
    .header-mid {
        width: calc(100% - 74px);
        display: inline-block;
        vertical-align: middle;
    }
    .main-menu {
        display: inline-block;
        border: none;
        float: right;
        vertical-align: middle;
        margin-top: 35px;
    }
    .quicklinks-ul li {
        width: 100%;
        text-align: center;
    }
    .quicklinks-ul li span {
        width: initial;
    }
    section.banner-wrp {
        height: 340px;
    }
    /*================ Listing Page Starts =================*/
    
    .listing-head .pull-right {
        float: none !important;
        padding-top: 10px;
    }
    
    /*================ Listing Page Ends =================*/
    
    /*================ Details Page Starts =================*/
    
    .details-thumb {
        display: block;
        vertical-align: top;
        width: 100%;
        max-width: initial;
        float: none;
    }
    .details-thumb a {
        height: 120px !important;
    }
    .details-zoom-img {
        width: 100%;
        height: initial;
    }
    .detail-zoom-cont {
        padding-left: 0;
    }
    .details-tab ul li a {
        padding: 8px 5px;
    }
    .details-thumb .slick-prev {
        top: 0;
        bottom: 0;
        left: -20px;
        right: auto;
        margin: auto;
        font-size: 28px;
    }
    .details-thumb .slick-next {
        top: 0;
        bottom: 0;
        right: -20px;
        left: auto;
        margin: auto;
        font-size: 28px;
    }
    .details-thumb .slick-prev::before {
        content: "\f0d9";
    }
    .details-thumb .slick-next::before {
        content: "\f0da";
    }
    .details-thumb .item {
        padding: 0 5px;
    }
    
    /*================ Details Page Ends =================*/
    
    /*================ DashBoard Page Starts =================*/
    
    .dashboard-box {
        width: 116px;
        height: 116px;
        padding-top: 30px;
        margin-right: 14px;
    }
    
    /*================ DashBoard Page Ends =================*/
    
    
    /*================ My Credit Page Starts =================*/
    
    .my-credit-det p strong, .my-credit-det p span {
        color: #585858;
        display: inline-block;
    }
    .my-credit-det p strong {
        width: 80px;
    }
    .my-credit-det p span {
        margin-right: 10px;
    }
    .my-credit-head {
        display: none;
    }
    .my-credit-inner {
        width: 100%;
    }
    .my-credit-inner:first-child {
        width: 100%;
    }
    
    /*================ My Credit Page Ends =================*/
    
    /*================ My Profile Edit Page Starts =================*/
    
    .my-proedit-main label input {
        padding: 0 2px;
    }
    
    /*================ My Profile Edit Page Ends =================*/
    
    /*================ Enquire Page Starts =================*/
    
    #enquire_now .enquire-form-inputs .input.input-half {
        width: 100%;
    }
    #enquire_now .enquire-form-inputs .input.input-half:nth-child(even) {
        float: none;
    }
    
    /*================ Enquire Page Ends =================*/
    
    
    /*================ Detail Size Page Starts =================*/
    
    .detail-size-det p {
        width: 100%;
        float: none;
    }
    .detail-size-head {
        display: none;
    }
    .detail-size-det p strong {
        display: inline-block;
        min-width: 160px;
    }
    .detail-size-det p span {
        display: inline-block;
        margin-right: 10px;
    }
    
    /*================ Detail Size Page Ends =================*/
    
    /*================ Login Page Starts =================*/
    
    .material-slide-line.login-form-inputs .input.input-half {
        width: 100%;
    }
    .log-reg-bot {
        width: 100%;
        margin-bottom: 20px;
    }
    
    /*================ Login Page Ends =================*/
    
    
    /*================ Gift Page Starts =================*/
    
    ul.gift-ul li {
        display: block;
        padding: 0;
    }
    ul.gift-ul li::before {
        content: none;
    }
    
    /*================ Gift Page Ends =================*/
    
    #newsletter_now .modal-content {
        background: #eaedf2 url(../images/newslet-pop.jpg) no-repeat -40px 140px;
    }
    .login-form-inputs.my-giftcard .my-addedit-btn button.login-btn {
        float: none;
    }
    .my-giftcard .my-addedit-btn .profedit-color-box {
        width: 100%;
        margin-bottom: 20px;
    }
    
    
}

@media (max-width:450px) {
    
    a.main-logo {
        max-width: 100px;
        margin-top: 0;
    }
    a.main-logo h3 span {
        display: none;
    }
    .main-menu {
        margin-top: 12px;
    }
    .top-links ul li {
        padding: 0 5px;
    }
    .top-links ul li a, .top-links ul li.semimob-visi a.shop-btn {
        font-size: 10px;
        letter-spacing: 0px;
    }
    .top-links ul li.semimob-visi {
        padding-left: 8px;
    }
    .top-links ul li.semimob-visi.semimob-login {
        padding-right: 8px;
        padding-left: 0px;
    }
    .top-links ul li.semimob-visi a.shop-btn span.shop-basket {
        padding: 3px 8px 4px 5px;
    }
    .top-links ul li.semimob-visi a.shop-btn span.shop-basket-price {
        padding-left: 3px;
    }
    
    /*```````````````` Search Semi Solid Starts ````````````*/
    
    .header-menu.search-active .col-menu:nth-child(2) {
        position: initial;
    }
    .header-menu .header-search {
        padding-top: 0px;
        position: absolute;
        left: 50%;
        top: 50%;
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 0px;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .header-menu.search-active .header-search {
        width: 300px;
        z-index: 20;
    }
    .header-menu.search-active {
        position: relative;
    }
    .header-menu::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0;
        z-index: -1;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .header-menu.search-active::before {
        background: rgba(255, 255, 255, 0.97);
        z-index: 15;
        opacity: 1;
    }
    .search-large-btn {
        display: inline-block;
        float: right;
        font-size: 24px;
        color: #422106;
    }
    .header-menu.search-active .search-large-btn {
        opacity: 0;
        z-index: -1;
    }
    .subsibe-btn input {
        padding: 5px 120px 5px 25px;
        height: 40px;
    }
    .subsibe-btn button {
        width: 110px;
        height: 36px;
    }
    footer h4 {
        font-size: 16px;
    }
    
    /*```````````````` Search Semi Solid Ends ````````````*/
    
    /*================ Listing Page Starts =================*/
    
    .listing-box-main .col-md-4 {
        width: 100%;
        float: none;
        height: initial;
        margin-bottom: 20px;
    }
    
    
    /*================ Listing Page Ends =================*/
    
    
    /*================ Details Page Starts =================*/
    
    .you-like-main h3 {
        text-align: left;
    }
    
    /*================ Details Page Ends =================*/
    
    /*================ DashBoard Page Starts =================*/
    
    .dashboard-box {
        width: 130px;
        height: 130px;
        padding-top: 35px;
        margin-right: 14px;
    }
    .aboutus-det h1 {
        display: block;
        margin-bottom: 10px;
    }
    .about-head a {
        float: none;
    }
    
    /*================ DashBoard Page Ends =================*/
    
    /*================ My Profile Edit Page Starts =================*/
    
    .my-proedit-main label.tietle {
        width: 100%;
    }
    .my-proedit-main label.naem {
        width: 100%;
    }
    .my-proedit-main label.dobs {
        width: 100%;
    }
    .my-proedit-main label.conty {
        width: 100%;
    }
    .my-proedit-main label.maiel {
        width: 100%;
    }
    .my-proedit-main label.cmode {
        width: 100%;
    }
    .my-proedit-main label.mobele {
        width: 100%;
    }
    
    /*================ My Profile Edit Page Ends =================*/
    
    /*================ Enquire Page Starts =================*/
    
    
    .enquire-form-inputs p {
        font-size: 12px;
        margin-bottom: 10px;
    }
    #enquire_now .modal-title {
        font-size: 15px;
    }
    
    /*================ Enquire Page Ends =================*/
    
    .my-credit-img-det {
        display: block;
        width: 100%;
        vertical-align: initial;
        padding-left: 0;
        margin-top: 10px;
    }
    .login-form-inputs .my-addedit-btn button.login-btn {
        float: none;
        max-width: 150px;
        margin: 0;
    }
    .login-form-inputs .my-addedit-btn button.login-btn.canel-btn {
        float: left;
        margin-right: 15px;
    }
    
    
}

@media (max-width:360px) {
    .top-links ul.top-ul-right li:last-child {
        padding-right: 0;
        padding-left: 0;
    }
    .top-links ul li a, .top-links ul li.semimob-visi a.shop-btn {
        font-size: 9px;
        letter-spacing: 0px;
    }
    .top-links ul li.semimob-visi a.shop-btn span.shop-basket {
        padding: 3px 8px 2px 5px;
    }
    .top-links ul li a.we-collection {
        padding: 4px 12px 2px;
    }
    .social-linker li {
        margin-right: 5px;
    }
    /*================ DashBoard Page Starts =================*/
    
    .dashboard-box {
        width: 116px;
        height: 116px;
        padding-top: 30px;
        margin-right: 14px;
    }
    
    /*================ DashBoard Page Ends =================*/
}

@media (max-width:319px) {
    .header-menu.search-active .header-search {
        width: 270px;
        z-index: 20;
    }
}
