
.newsletter-home ::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #141414;
font-weight: 100;
letter-spacing: 1px;
}

.newsletter-home ::-moz-placeholder {
/* Firefox 19+ */
color: #141414;
font-weight: 100;
letter-spacing: 1px;
}

.newsletter-home :-ms-input-placeholder {
/* IE 10+ */
color: #141414;
font-weight: 100;
letter-spacing: 1px;
}

.newsletter-home :-moz-placeholder {
/* Firefox 18- */
color: #141414;
font-weight: 100;
letter-spacing: 1px;
}

html{
font-family: 'Raleway', sans-serif;
}

body {background: #fff;font-family: 'Poppins', sans-serif; margin: 0; font-size: 16px; color:#141414; font-weight: 400;  -webkit-font-smoothing: antialiased;  -ms-overflow-style: scrollbar; overflow-x: hidden;}

a {color:#141414; }

a:hover {

color: #8e0101;
text-decoration: none;

}
a,
a:active,
a:focus,
a:hover,
a:visited {text-decoration: none;outline: none !important;}
a {-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;}
ul{ list-style: none;}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0
}



p{ font-size: 15px;}


hr {border-top: 1px solid #ccc;
    width: 100%;}

.align-middle {
    vertical-align: baseline !important;
}

.btn-primary{ background-color: #8e0101; border: 1px solid #8e0101;  color: #fff; border-radius: 0;}
.btn-primary:hover {
    color: #8e0101;
    background-color: transparent;
    border-color: #8e0101;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #141414;
    background-color: transparent;
    border-color: #8e0101;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}


.btn-primary.revert {
    color: #8e0101;
    background-color: transparent;
    border-color: #8e0101;
}

.btn-primary.revert:hover {
    color: #fff;
    background-color: #8e0101;
    border-color: #8e0101;
}

.btn-secondary {
    color: #fff;
    background-color: #141414;
    border-color: #141414;
    border-radius:0;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #8e0101 !important;
    border-color: #8e0101 !important;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #141414;
    background-color: #8e0101;
    border-color: #8e0101;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-link.apointment {
    font-weight: 400;
    color: #cca957;
    background-color: transparent;
    text-decoration: underline;
    padding-left:0;
    text-transform:inherit
}

textarea{ resize: none}
.form-control:focus {color: #262626;background-color: #fff;border: 1px solid #505050;outline: none;box-shadow: none;}
.form-control:hover{border: 1px solid #969696; transition: .4s}
.btn.focus, .btn:focus {outline: 0;box-shadow: none;}
.dropdown-menu { top:96%; -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.15); margin: 0;box-shadow: 0 4px 8px rgba(0,0,0,.15);-webkit-animation-duration: .3s;animation-duration: .3s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: fadeInUp;animation-name: fadeInUp;}

.custom-control {
  padding-left: 2rem;
}
.custom-control-label::before { 
   position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 0 !important;
  border: 1px solid #d3d8dc ;
  background-color: #fff !important;
  top: 0;
  left: 0;
}

.custom-control-input:checked~.custom-control-label::before {
  border: 1px solid #d3d8dc ;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: none;
  background-color: #141414;
}

.custom-control-label::after {
  content: "";
  position: absolute;
    width: 11px;
    height: 11px;
    top: 3px; 
    left: 3px;
}
  

.custom-control-input:focus~.custom-control-label::before {
box-shadow:none;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {background-color: #141414 ;}
.custom-radio .custom-control-input:checked~.custom-control-label::before {background-color: #fff !important; }
.custom-radio .custom-control-input:checked~.custom-control-label::after{content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    top: 3px;
    left: 3px;
        background: #141414;
        background-image:none
}

/*select {
    -webkit-appearance: none;
    -moz-appearance:none;
    appearance: none;
}*/

select:focus{ outline: none; box-shadow: none;}

.table td, .table th {padding: 8px;vertical-align:inherit; border-top: 1px solid #efefef;}
.table-bordered td, .table-bordered th {border: 1px solid #f5f3f3;}

input:focus{ outline: none;}

.button_sec {width: 100%;}
.btn {
font-size: 1rem;
    padding: 14px 28px 11px;
    letter-spacing: .2em;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    text-transform: uppercase;


}
button:focus{outline: none; box-shadow: none;}

.form-control {
  padding: .7rem .75rem;
  font-size: .9rem;
  color: #141414;
  border: 1px solid #141414;
  border-radius: 0;

}

.form-group{position:relative}

.passstrength {
    position: absolute;
    z-index: 2;
    right: 30px;
    top: 28px;

}
.dropdown-item.active, .dropdown-item:active {
    color: #141414;
    text-decoration: none;
    background-color: transparent;
}

.filter-scroll .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 10px);
}

/**header**/
header{ margin: 0; width: 100%; margin-bottom: 0;}

.top_header{ width: 100%; padding-top: 0.2rem;padding-bottom: 0.2rem; background: #8e0101;}
.top_header .alert { margin-bottom: 0; text-transform: uppercase;font-size: .75rem; line-height: 1rem;letter-spacing: .2em; color:#fff; position: relative;padding-top: 0.25rem;padding-bottom: 0.25rem;text-align: center; }
.top_header .alert p{margin: 0;}
.top_header .alert p a{text-decoration:none; font-size: .75rem; line-height: 1rem;letter-spacing: .2em; color:#fff}
.top_header .alert p a:hover{text-decoration:none; color:#141414}
.top_header .alert .close {position: absolute;top: 8px;right: 0;  padding: 0 15px 5px; color: inherit;font-size: 18px;}
.header_login .cart_sec{width:49px; height:49px; background-image: url(../images/bag.png);background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    position:relative;
}

.top_header .top_socialsec{position:absolute; top:0; left:30px; padding:10px 0;z-index: 2;}
.top_header .top_socialsec ul{margin:0; padding:0; list-style-type:none}
.top_header .top_socialsec ul li{width:auto; display:inline-block; margin-right: 6px;}
.top_header .top_socialsec ul li a{display: block;
    text-decoration: none;
    background: #d6beb4;
    padding: 0;
    border-radius: 35px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    color:#f4e7df;
}
.top_header .top_socialsec ul li a:hover{color:#fff}

.topcountry{padding:10px 0; background:#505050; position:relative}
.topcountry p{ margin:0;color:#fff;}
.topcountry p a{ text-decoration:underline; color:#8e0101; font-weight:600px}
.topcountry p a:hover{color:#fff}
.topcountry .form-group{ 
width: 268px;
    border: 1px solid #707070;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    color: #fff;
    margin: 0 8px 0 0;
    float: left;
   
}

.topcountry .form-group .form-control {
    padding: .6rem .75rem;
    font-size: 1rem;
    color: #fff;
    border: 0;
    border-radius: 0;
    height: calc(2.3rem + 2px) !important;
    background: #575757;
}
.topcountry .btn{
    border-radius: 4px;
}

.topcountry .close {    position: absolute;
    top: 20px;
    right: 3%;
    padding: 0 15px 5px;
    font-size: 20px;
    line-height: 20px;
}


.header_login .cart_sec .badge-secondary {
    color: #141414;
    background-color: transparent;
    position: absolute;
left: 8px;
    top: 17px;
    font-size: 15px;
    font-weight: 100;
}

.header_login ul{-ms-flex-pack: end!important;
    justify-content: flex-end!important;}

.header_login{ margin: 0; width: 100%;}
.header_login .nav-link {display: block;padding: 0;color:#141414; font-size: 13px;text-transform: uppercase;}
.header_login .nav-link i{color:#313537}
/*.header_login .dropdown-toggle::after {display: none;margin-left: 0;}*/
.header_login .navbar-nav .dropdown-menu {position: static;float: none;width: 230px;left: -23px !important; padding: 5px 0;box-shadow: 0 4px 6px rgba(150,150,150,.13);border: none;}
.header_login .dropdown-menu a{ width: 100%; display: inline-block; color:#505050; padding:0 15px;}
.header_login .dropdown-menu a i{color:#505050; padding-right: 5px; font-size: 18px;}
.header_login .dropdown-menu .btn-primary{width: 90%; margin: 5px 5%}
.header_login .dropdown-menu .dropdown-divider {height: 0;margin: 4px 0;overflow: hidden;border-top: 1px solid #e9ecef;}
.header_login .navbar-nav .dropdown-menu::after{ display: none;}

.login-panel #wrap {
margin: 0;
    display: inline-block;
    position: relative;
    height: 30px;
    padding: 0;
    position: relative;
    top: 0
}
.login-panel #wrap span {
font-size: .75rem;
line-height: 1rem;
letter-spacing: .2em;
text-transform: uppercase;
color: #4a4848;
}

 .login-panel input[type="text"] {
  height: 25px;
  font-size: 15px;
 
  display: inline-block;
  border: none;
  outline: none;
  color: #141414;
  padding: 3px;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width .1s cubic-bezier(0.141414, 0.795, 0.141414, 1.141414);
  cursor: pointer;
}

.login-panel input[type="text"]:focus:hover {
  border-bottom: 1px solid #141414;
}

.login-panel input[type="text"]:focus {
  width: 250px;
  z-index: 1;
  border-bottom: 1px solid #141414;
  cursor: text;
}
.login-panel input[type="submit"] {
  height: 20px;
  width: 20px;
  display: inline-block;
  color:red;
  float: right;
background:#fff url(../images/search_icon2.png) no-repeat;
    background-size: contain;
  text-indent: -11414140px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 1;
  cursor: pointer;
  transition: opacity .4s ease;
}

.login-panel input[type="submit"]:hover {
  opacity: 0.8;
}

.login-panel{ margin:0}
.login-panel ul li{position: relative;font-size: 13px;}


.login-panel ul li a.dropdown-item{margin-bottom:5px}
.login-panel ul li a.dropdown-toggle::after{
   content: '';
    border: 0;
    width: 9px;
    height: 9px;
    background-image: url(../images/header-selectors-arrow.png);
    background-position: center;
    background-size: 100%;
    /* padding-top: 5px; */
    top: 4px;
    position: relative;
    right: 4px;
    display:none;
}
.login-panel ul li.margin_custom{ margin-right: 0;}

.login-panel ul li .form-control {
    padding: .7rem .9rem .7rem .10rem;
    font-size: .8rem;
    color: #495057;
    border: 0;
    border-radius: 0;
    background: #fff url(../images/header-selectors-arrow.png) no-repeat right 6px center;
    position:relative
}
/*.login-panel ul li .form-control:after{
        content: "";
        position:absolute;
        top:0;
        right:0;
        background: #fff url(../../Themes/Uptown/Content/img/header-selectors-arrow.png) no-repeat right 6px center;

}*/


.top_social_sec{ margin: 0; width: 100%; float: left}
.top_social_sec ul{ margin: 0; list-style-type: none; padding: 0; text-align: center;}
.top_social_sec ul li{ margin: 0; width: auto; display: inline-block; padding:0; line-height: 0px;}
.top_social_sec ul li a {color:#939598;}

.search-panel ul li input[type="text"]{
-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
-o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
outline: 0;-webkit-box-shadow: none;box-shadow: none;border: none;text-transform: uppercase;color:#141414;font-size: 12px;font-weight: 600;
border-bottom:0;-webkit-border-radius: 0;border-radius: 0;-webkit-box-sizing: content-box;box-sizing: content-box;background-color: transparent;letter-spacing: 1px;}

.search-panel ul li .active-pink-2 input[type=text]:focus:not([readonly]) {
border-bottom: 1px solid #141414;
}
.search-panel ul li .active-pink input[type=text] {
border-bottom: 1px solid #141414;
}


.top_social_sec ul li .autocomplete_sec {display: none; width: 360px; min-height: 80px;max-height: 200px; overflow-y: auto; padding:0 10px;text-align: left; background: #fff; position: absolute;right: 0;z-index: 2;top: 122%;}
.top_social_sec ul li .autocomplete_sec table tr{border-top: 1px solid #efefef;}
.top_social_sec ul li .autocomplete_sec table tr:first-child{ border-top: 0;}
.top_social_sec ul li .autocomplete_sec table tr:last-child{ border-bottom: 0;}
.top_social_sec ul li .autocomplete_sec table td{border:0}
.top_social_sec ul li .autocomplete_sec table td:first-child{ width: 50px;}
.top_social_sec ul li .autocomplete_sec table td .image_sec{ width: 100%;}
.top_social_sec ul li .autocomplete_sec table td .image_sec img{ max-height: 100%; max-width: 100%}
.top_social_sec ul li .autocomplete_sec table td span {font-size: 18px;font-weight: 600;margin-left: 15px;}
/* .search-panel {    position: absolute;    top: 50%;    right: 20px;    transform: translateY(-50%);} */

.login-panel ul li{font-size: .75rem;
    line-height: 1rem;
    letter-spacing: .2em;
    text-transform: uppercase;
}
p.phonenumber{font-size:.85rem; letter-spacing:1px; margin-bottom:0;color:#8f8f8f}
p.phonenumber i{color:#8e0101}
.login-panel ul li a{
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 0;
    text-transform: capitalize;
    font-weight: 400;
    padding: 15px 0;
    color: #333;
}
.login-panel ul li a i{font-size:20px}
.login-panel ul li.margin_custom{ margin-right: 36px;}

.login-panel ul li a.cart-btn{padding:5px 10px 5px 5px;position: relative;font-size: 20px; color:#dddadb; letter-spacing: .07rem; background: #fff;margin-right: 10px;}
.login-panel ul li a.cart-btn i{font-size: 16px;}
.login-panel ul li .badge-secondary {
    color: #fff;
    background-color: #8e0101;
    line-height: 19px;
    font-weight: 400;
    position: absolute;
    top: -11px;
    border-radius: 50%;
    font-size: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    right: -10px;
    padding: 1px 5px;
    display: inline-block;
    letter-spacing: 0;
}
.login-panel ul li .dropdown-toggle img {max-width: 25px;max-height: 25px;}
.login-panel ul li .dropdown-menu-right {right: 0 !important;left: auto !important; top:130% !important;padding: 10px 15px 0 15px !important;}
.login-panel ul li .dropdown-menu-right a {
    font-size: .9rem;
    line-height: 1rem;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 400;
    padding: 7px 0;
}
.login-panel ul li .dropdown-item i {margin-right: 7px;font-size: 14px;width: 18px;color:#141414}
.login-panel ul li .dropdown-menu-right .user {
    color: #333;
    font-weight: 600;
    padding: 0.25rem 0;
    font-size: .9rem;
}


.sidecart-sec {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
  }
  
  /* The navigation menu links */
  .sidecart-sec a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidecart-sec a:hover {
    color: #f1f1f1;
  }
  
  /* Position and style the close button (top right corner) */
  .sidecart-sec .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }


.navbar-nav{ text-transform: uppercase;}
.nav-link.disabled {color: #141414;}
.menu_sec{ margin:0; width: 100%; border-top:0}
.menu_sec .top_social_sec{margin: 0; display: none;}
.menu_sec .button_sec{ margin: 0; width: 150px;}
.menu_sec .button_sec .btn-primary{ padding: 10px 18px; border-radius: 0;}
.nav_sec{ margin:10px 0  0 0; width: 100%;}
.nav_sec .navbar {background-color:transparent;border-radius: 5px; padding: 0; font-weight:500;letter-spacing: .6px; }

.nav_sec .navbar #custom-search-input{padding: 2px;border: solid 1px #E4E4E4;border-radius: 6px;background-color: #fff;}
.nav_sec .navbar #custom-search-input input{border: 0;box-shadow: none;width: 260px;}
.nav_sec .navbar #custom-search-input button{margin: 0 10px 0 0;background: none;box-shadow: none;border: 0;color: #141414;padding: 0 0px 0 10px;}
.nav_sec .navbar #custom-search-input button:hover{border: 0;box-shadow: none;}
.nav_sec .navbar #custom-search-input i{color:#141414;}
.nav_sec .navbar-nav  >li{margin-right: 1rem;}
.small .nav_sec .navbar-nav  >li{margin-right: .5rem;}
/* .nav_sec .navbar-nav .dropdown-toggle::after {top: 3px;position: relative;right: 0px;} */
/* .nav_sec .navbar-nav .nav-link:before {
content: "";position: absolute;z-index: 2;left: 50%;right: 50%;bottom: 0;background: #141414;height: 2px;
-webkit-transition-property: left, right;transition-property: left, right;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;
}

.nav_sec .navbar-nav .nav-link:hover:before, .nav_sec .navbar-nav .nav-item:hover .nav-link:before {
left: 0;right: 0;} */

.nav_sec .navbar-expand-lg .navbar-nav .nav-link:hover{ color: #8e0101;}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{ color: #8e0101 !important;}
.nav_sec .navbar-light .navbar-nav .nav-link {color: #141414;}
.nav_sec .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {color: #141414;border-bottom: 1px solid #141414;}
.navbar .mega-dropdown {  position: static }
.navbar .dropdown-menu.mega-menu {  width: 100%; border: none;border-radius: 5px;-webkit-background-clip: padding-box;background-clip: padding-box;  
 -webkit-animation-duration: .3s;  animation-duration: .3s;  -webkit-animation-fill-mode: both;  animation-fill-mode: both;  -webkit-animation-name: fadeInUp;  animation-name: fadeInUp;}

.navbar .dropdown-menu.mega-menu.v-2 a.news-title-2 {font-weight: 500; line-height: 1.5; -webkit-transition: .2s; transition: .2s; color: #141414}      
.navbar .dropdown-menu.mega-menu.v-2 a.news-title-2:hover { color: #8e0101 }
.navbar .dropdown-menu.mega-menu.v-2 .sub-menu ul {list-style: none; }
.navbar .dropdown-menu.mega-menu.v-2 .sub-menu ul.caret-style li {-webkit-transition: .3s; transition: .3s; padding-right: .2rem;padding-left: .2rem; margin-bottom: 0   }     
.navbar .dropdown-menu.mega-menu.v-2 .sub-menu ul.caret-style li:hover { -webkit-transition: .3s; transition: .3s; }
.navbar .dropdown-menu.mega-menu.v-2 .sub-menu a.menu-item { white-space: initial;line-height: 25px;    margin: 0;}
.navbar .dropdown-menu.mega-menu.v-2 .sub-title {padding-bottom: 0; margin-bottom: .7rem; border-bottom: 1px solid #f3f3f3;}
.navbar .dropdown-menu.mega-menu.v-2 .sub-title a{    text-transform: capitalize;
    color: #141414;
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 700;
    padding-bottom: 0.75rem; }

.w20{ width: 20%;padding-right: 15px;padding-left: 15px;}

@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 10%, 0);
transform: translate3d(0, 10%, 0);
}

to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}

.navbar-nav .dropdown-item {display: block;width: 100%;padding: 0 2rem;clear: both;font-weight: 400;color: #505050;text-align: inherit;white-space: nowrap;background-color: transparent;border: 0;text-transform: capitalize;}
.navbar-nav .dropdown-menu .title{ padding-left: 25px;}

#header-sroll {z-index: 99;background: #fff; width:100%; margin-top: 0; position:relative;border-bottom: 1px solid #ddd;}
#header-sroll.small {border-bottom: 1px solid #bcc0c2;z-index: 999;background: #fff; margin-top:-35px;  position: fixed;top: 0; -webkit-animation: mymove 1s; -webkit-animation-fill-mode: forwards;animation: mymove 1s;animation-fill-mode: forwards;}
.nav_sec .navbar .dropdown:hover>.dropdown-menu {display: block;}

.navbar-expand-lg .navbar-nav .dropdown-menu {  position: absolute;  white-space: nowrap;}
.nav_sec .navbar ul ul ul li{position:relative}
.nav_sec .navbar ul ul ul li:hover ul{display:block}
.nav_sec .navbar ul ul ul ul{position:absolute;top:0;left:100%;min-width:250px;display:none;z-index:1}
.nav_sec .navbar ul ul ul {  position: absolute;  top: 0 !important;  left: 100%;  display: none;}
.nav_sec .navbar-nav .dropdown-toggle::after {display: none !important;}
.nav_sec .navbar ul ul, .nav_sec .navbar .collapse ul ul.dropdown-menu{background:#fff; color:#d1c032; }
.nav_sec .navbar ul ul ul, .nav_sec .navbar .collapse ul ul ul.dropdown-menu{background:#fff; color:#141414; }
.nav_sec .navbar ul ul ul ul, .nav_sec .navbar .collapse ul ul ul ul.dropdown-menu{background:#fff; color:#141414; }
.nav_sec a, .navbar-default .navbar-nav > li > a, .navbar-expand-lg .navbar-nav .nav-link {
color: #141414;
font-weight: 500;
margin-left: 1rem;
padding:0 0 5px 0;
margin-right: 1rem;
font-size: 1rem;
display: block;
line-height: 26px;
text-transform: uppercase;

}

.nav_sec a{ text-transform: capitalize;}
.nav_sec a svg{width:18px; height:18px; vertical-align: middle;}

.nav_sec .dropdown-menu a{ text-transform: capitalize; transition: .4s}
.nav_sec .dropdown-menu a:hover{color:#8e0101}
.nav_sec .dropdown-menu a i{margin-right: 7px;}
.navbar-expand-lg .navbar-nav .dropdown-menu li a{padding:5px 12px; position: relative;letter-spacing: 1px;  font-size: 1rem; color: #141414;}
.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover{color: #8e0101;}
.navbar-expand-lg .navbar-nav .dropdown-menu li a .fal{position: absolute; right: 3px; }

@-webkit-keyframes mymove {
from {top: -180px;}
to {top: 0px}
}

@keyframes mymove {
from {top: -180px;}
to {top: -93px;}
}

#header-sroll.small ul{ margin-bottom: 0;}
#header-sroll .small_log{ display: none}
#header-sroll.small .small_log{ width:160px; display: block; float: left; margin-top: 0;}
#header-sroll.small .small_log .navbar-brand{ padding: 10px 0;}
#header-sroll.small .menu_sec{margin-bottom: 0;}
#header-sroll .dropdown-menu {border-radius: 0; border:none;     padding: 0;   min-width: 256px;}
#header-sroll .dropdown-menu.mega-menu {background: #fff; padding-top:25px;  width: 100%; border: none; top:100%; border-radius: 0px; 
-webkit-background-clip: padding-box;  background-clip: padding-box; -webkit-animation-duration: .3s;animation-duration: .3s;-webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: fadeInUp;animation-name: fadeInUp;}
#header-sroll .dropdown-menu.mega-menu img{ height:150px; max-width: 100%}
.stricky-fixed {position: fixed;top: 0px;left: 0px;width: 100%;z-index: 9999;box-shadow: rgb(242, 242, 242) 0px 2px 3px;animation-name: menu_sticky;animation-duration: 0.6s;animation-timing-function: ease-out;background: rgb(255, 255, 255);transition: all 0.25s ease-in-out;}
#header-sroll.small .social_sec ul li {float: left;padding: 0 18px;border-left: 1px solid #bcc0c2;height: 71px;display: flex;flex-direction: column;justify-content: center;}
#header-sroll.small img { max-width: 100px;max-height: 100%;}
#header-sroll.small .header_top{ width: 100%; background: #141414;padding:0; height: 0px;}
#header-sroll.small .navbar {padding-top: 0;background:transparent;}
#header-sroll.small .top_header{width: 100%;background: #141414;padding:0; height: 0px; }
#header-sroll.small .dropdown-menu.mega-menu {  width: 100%; border: none;top: 48px;height: 480px;overflow-x: hidden; overflow-y: scroll;  border-radius: 0px;  -webkit-background-clip: padding-box;background-clip: padding-box;-webkit-animation-duration: .3s;animation-duration: .3s;-webkit-animation-fill-mode: both;  animation-fill-mode: both;  -webkit-animation-name: fadeInUp;  animation-name: fadeInUp;}
#header-sroll.small .dropdown-menu {  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);  box-shadow: 0 6px 12px rgba(0,0,0,.175);}
#header-sroll.small .dropdown-menu { border-radius: 0; border:none}
.logo_sec{ width: 100%; padding: 10px 0 0 0;margin:0; position: relative;}
.logo_sec .navbar-brand{margin: 0;}
.logo_sec .logo img { max-height: 135px;  padding: 0;}
.search_area{margin-top: 12px; padding: 3px; width: 100%; border:1px solid #dde3e4;}
.search_area .btn {padding: 5px 10px;outline: none;background: #141414; color:#f7f7f7; }
.search_area .form-control { border:none; background: transparent;}
.search_area .dropdown-menu.show {  display: block;   padding: 15px;}
.search_area .dropdown-menu li a{color:#141414; }
.search_area .dropdown-menu:after {  background: #ffffff none repeat scroll 0 0;  content: "";  height: 9px;  position: absolute;  left: auto;  top: -5px;  -webkit-transform: rotate(45deg);  transform: rotate(45deg);  width: 9px;  border-left: 1px solid rgba(0,0,0,.15);  border-top: 1px solid rgba(0,0,0,.15);}


#search {
position: fixed;top: 0px;left: 0px;width: 100%;height: 100%;background: #fff;z-index: 999;
-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
-webkit-transform: translate(0px, -100%) scale(0, 0);-moz-transform: translate(0px, -100%) scale(0, 0);-o-transform: translate(0px, -100%) scale(0, 0);
-ms-transform: translate(0px, -100%) scale(0, 0);transform: translate(0px, -100%) scale(0, 0);opacity: 0;
}

#search.open {
-webkit-transform: translate(0px, 0px) scale(1, 1);-moz-transform: translate(0px, 0px) scale(1, 1);-o-transform: translate(0px, 0px) scale(1, 1);
-ms-transform: translate(0px, 0px) scale(1, 1);transform: translate(0px, 0px) scale(1, 1); opacity: 1;
}

.search-sec{top:50%;left: 50%;width: 50%;transform: translate(-50%, -50%);border: 1px solid #ededeb;position: absolute;border-radius: 30px;}

#search input[type="search"] {
color: #333;background: transparent;font-size: 18px;font-weight: 300;text-align: left;border-radius: 30px;height: 50px;padding: 0 50px 0 18px;
border:0;outline: none;margin: 0 auto;width: 100%;}
#search .btn {
display: block;background-image: none;background: 0 0;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;
margin: 0;padding: 0;text-decoration: none;text-shadow: none;font-weight: 400;padding: 5px 0;position: absolute;right: 10px;top: 0;
z-index: 999;color: #141414;height: 50px;width: 50px;}
#search .close {position: fixed;top: 15px;right: 15px;color: #141414;background-color: transparent;border-color: transparent;opacity: 1;padding: 10px 17px;font-size: 20px;font-weight: 100;}
.search-sec .btn-primary:after{display:none;}


.slider_sec{ width: 100%;}

/*.slider_sec .carousel-inner{ background:#8e0101}*/

.slider_sec .carousel-caption {
position: absolute;
    right: auto;
    bottom: auto;
    left: 60%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    width: 33%;
    top: 50%;
    transform: translate(-10%, -50%);
}
.slider_sec .carousel-caption h5{ color:#141414;font-size: 25px;
    letter-spacing: 3px;
    font-weight: 600;}
.slider_sec .carousel-caption h1{ color:#141414; font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: bold;}
/*.slider_sec .carousel-caption {position: absolute;overflow: hidden;top: 50%;transform: translatey(-50%);padding: 40px;padding-bottom: 0;
right: auto;bottom: 0;border-radius: 15px;}*/
.slider_sec .carousel-caption .textcaption {width: 100%;}
.slider_sec .carousel-caption .textcaption h3 {font-weight: 300;text-transform: uppercase;font-size: 40px;white-space: nowrap;letter-spacing: 3px;}
.slider_sec .carousel-caption p { width: 100%;position: relative;display: inline-block;font-size: 16px;letter-spacing: 1px;}

.slider_sec .carousel-caption .button_sec {width: 100%;text-align: left;}
.slider_sec .carousel-caption .button_sec .btn{padding: 10px 60px;letter-spacing: 2px;font-weight: 300;text-transform: uppercase;}
.carousel-fade .carousel-item .img-sec{ display: none}
.slider_sec .carousel-inner img{ width: 100%;}
.slider_sec .carousel-indicators li {position: relative;-ms-flex: 0 1 auto;flex: 0 1 auto;width: 15px;height: 5px;margin-right: 3px;margin-left: 3px;text-indent: -999px;background-color: #fff;border-radius: 35px;}
.slider_sec .carousel-indicators .active {background-color: #333;border-radius: 35px;}




.featured_product_alt {
width: 100%;
padding:2.5rem 0;
margin-right: auto;
margin-left: auto;

}


.featured_product_alt h3 {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 22px;
        margin: 0;

}

.featured_product_alt p {
    font-weight: 400;
    color: #141414;
    line-height: 1.65;
    font-size: 15px;
    margin-top: 1.5rem;
    margin-bottom: 1.25rem;
}



.featured_product_alt .image-sec .inner {
height: 100%;
display: block;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
transform: scale(1, 1);
transition: transform 0.5s;
display: none;
}
.featured_product_alt .featured-reverse .order_sec{order:2}

.featured_product_alt .image-sec:hover .inner {
transform: scale(1.05, 1.05);
}
/* .featured_product_alt .featured-reverse{background: #fbf3e7} */


.featured_product_alt .image-sec {
width: 100%;
position: relative;

}

.featured_product_alt .image-sec img {
max-width: 100%;
height: auto;
max-height: 100%;
position: relative;
z-index: 2;
/* box-shadow: 15px 15px 0 #f0e5dd; */
}

.featured_product_alt .image-sec .button_sec_mob { position:absolute; width:100%; bottom:20px; text-align:center;z-index: 2;}



.featured_product_alt .image-sec a {
font-weight: 500;
font-size: 15px !important;
line-height: 40px;
height: 40px;
border-radius: 20px;
text-align: center;
background: #fff;
color: #333;
display: inline-block;
padding: 0px 20px;
transition: 0.5s;
max-width: 100%;
margin: 2px 0 3px 0;
border: none !important;
position: absolute;
overflow: hidden;
width: 200px;
right: 2%;
bottom: 10px;
}

.featured_product_alt .image-sec a:hover {
background: #491414141;
color: #fff;
}


.featured_product_alt_right .image-sec .button_sec_mob, .featured_product_alt .image-sec .button_sec_mob {display:none}

.featured_product_alt_right .button_sec_desk, .featured_product_alt .button_sec_desk {display:block}



.featured_product_alt_right {
width: 100%;
margin-right: auto;
margin-left: auto;
background: #fff;
padding: 2.5rem 0;
}

.featured_product_alt_right .featured-reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
/* background: #fbf3e7; */
} 
.featured_product_alt_right .featured-reverse .order_sec{order:1}

.featured_product_alt_right .image-sec {
width: 100%;
position:relative

}

.featured_product_alt_right .image-sec img {
max-width: 100%;
height: auto;
max-height: 100%;
position: relative;
z-index: 2;
}

.featured_product_alt_right .image-sec .button_sec_mob { position:absolute; width:100%; bottom:50px; text-align:center;z-index: 2;}
.featured_product_alt_right .image-sec .button_sec_mob .btn-primary {
    border: 1px solid #fff;
    color: #fff;

}

.featured_product_alt .image-sec .button_sec_mob .btn-primary {
    border: 1px solid #fff;
    color: #fff;

}

.featured_product_alt_right h3 {
font-weight: 400;
text-transform: uppercase;
letter-spacing: .2em;
font-size: 22px;
margin: 0;
}

.featured_product_alt_right p {
    font-weight: 400;
    color: #141414;
    line-height: 1.65;
    font-size: 15px;
    margin-top: 1.5rem;
    margin-bottom: 1.25rem;
}















.category-row{    margin: 60px 0 ;padding: 0}
.catg-block {margin-bottom: 0;}

.catg-block a{ display:block; position: relative;overflow: hidden; height: 100%;border: 1px solid #eee;}
.catg-block a .figure { height: 300px;  display: block;     margin-bottom: 0;transition: .5s}

/* .catg-block .figure:after{content:''; width: 90%; height: 80%; background:rgba(0,0,0,.1); opacity: 0; position: absolute; z-index: 1; left:50%; top:50%; transform: translate(-50% , -50%);}
.catg-block a:hover .figure:after{content:''; width: 90%; height: 90%; opacity: 1; -moz-transition: all 0.3s ease-in;   -webkit-transition: all 0.3s ease-in; transition: all 0.2s ease-in;} */

.catg-block .figure-caption{position: absolute;
    z-index: 2;
    top: 14px;
    right: 0;
    background: rgba(209, 192, 50, 0.6);
    padding: 10px 15px;
    border-radius: 25px 0 0 25px;
    font-size: 16px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 600;
    box-shadow: 0 1px 2px rgba(0,0,0,.06);}

/* .catg-block a:hover .figure-caption{ background: rgba(255,255,255,.8); -moz-transition: all 0.3s ease-in;   -webkit-transition: all 0.3s ease-in; transition: all 0.2s ease-in;} */

.catg-block a .figure .figure-img{margin-bottom: 0;}
.aboutus_sec{margin: 60px 0;}
.about-right{margin: 0; width: 100%;}
.aboutus_sec img {
    max-width: 35%;
    float: left;
    margin: 0 10px 10px 0;
}

.catg-block a .figure:before {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    content: '';
    transition: -webkit-transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    cursor: pointer;
}

.catg-block a .figure:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
}



.boxed {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #ececec;
    padding: 2.78571429em;
}

.catg-block a .figure:hover  {transform: scale(1.1); transition: .5s}
.catg-block a {margin-bottom: 0}








.homevideo-sec{ width: 0; width: 100%;  height: 95vh;position: relative;overflow: hidden;}
.homevideo-sec:hover .play-button {height: auto;width: 90px;z-index: 1;position: absolute;top: 40%;left: 50%;transform: translate(-40%, -50%);display: block;transition: .6s;}
.homevideo-sec .play-button img{max-width: 100%;}
.story-wrapper{margin: 0;padding: 60px 0 0 0;}
.story-wrapper p{font-size: 1rem; font-weight: 500;letter-spacing: .015em;color: #141414;line-height: 25px;}
.story-wrapper h2{font-size: 2rem;font-weight: 500;color: #141414;text-transform: uppercase;letter-spacing: 2px;display: block;}

.categories-wrapper{margin: 10px 0 0 0;padding:0 0 60px 0;position: relative;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}


.categories-wrapper .images-sec{ width: 100%;
height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}


.categories-wrapper .images-sec .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  padding: 50px;
}

.categories-wrapper .images-sec .overlay h3{    font-size: 2rem;
  letter-spacing: .07rem;
  color: #141414;
}

  .cta {
    position: relative;
    margin: auto;
    padding: 11px 22px;
    transition: all .2s ease;
    top: 40px;
  }
  
  .cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 28px;
    background: #d1c032;
    width: 45px;
    height: 45px;
    transition: all .3s ease;
  }
  
  .cta span {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.17em;
    text-transform: capitalize;
    vertical-align: middle;
  }
  
  .cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #333;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all .3s ease;
  }
  
  .cta:hover:before {
    width: 100%;
    background: #d1c032;
  }
  
  .cta:hover svg {
    transform: translateX(0);
  }
  
  .cta:active {
    transform: scale(0.96);
  }

  .cta:hover{ color:#333}

.categories-wrapper p{font-size: 1rem; font-weight: 500;line-height: 1.3;letter-spacing: .015em;color: #141414;}
.categories-wrapper p.story-text{ color: #141414;line-height: 20px;}
.categories-wrapper h2{font-size: 2rem;font-weight: 500;color: #141414;text-transform: uppercase;letter-spacing: 2px;display: block; }


.categories-items{margin: 0; width: 100%;}
.categories-items ul{ padding: 0; }
.categories-items ul li{  
  margin: .5%;
  display: inline-block;
  width: 23.5%;
  background: #fbfbfb;
  vertical-align: top;

}
.categories-items ul li .card{border-radius: 7px;
  border: 0;
  overflow: hidden;
  display: block;
  text-align: center;
background: transparent;
}

/* .categories-items ul li .card:hover .card-img {transform: scale(1.2); transition: .7s;} */

.categories-items ul li .card .image-sec{ width: 100%; margin: 30px 0 0 0; text-align:center}
.categories-items ul li .card .image-sec .card-img {  
  max-height: 160px;
  transition: .7s;
  min-height:160px;
  max-width: 100%;
  width: auto;

}

.categories-items ul li .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: .05rem;
}

.categories-items ul li .card-body a{font-size: 12px;letter-spacing: .07rem; font-weight: 600;color:#565656; position: relative;text-align: center;display: inline-block;
margin: 0 auto;width: auto;text-decoration: none;text-transform: capitalize;padding-top: 10px;padding-bottom: 0; line-height: 1.25;
}

.categories-items ul li .card-body a:hover{ color:#d1c032}


.categories-items ul li .card-body span{font-size: 15px; display: block; color:#141414; font-weight: 700; padding: 5px 0 10px 0;}

/* .categories-wrapper .card-img-overlay a:before {
content: "";border-style: solid;border-color: #f2a4b2;border-width: 0 0 1px;border-radius: 2px;position: absolute;bottom: 0;
left: 0;width: 100%;height: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-transition: .3s;transition: .3s;} */





footer.page-footer {position: relative;z-index: 1; margin:0;padding: 75px 86px 42px 86px;}
footer.page-footer .footer-block img{max-height: 60px;}
footer.page-footer .middle-footer {padding: 100px 0 45px;}
footer.page-footer .footer-title {
margin-bottom: 20px;
text-transform: uppercase;
font-size: 18px;
font-weight: 700;
font-family: 'PT Serif', serif;

}
footer.page-footer .list-icon li {padding: 0 0 0 30px;position: relative;margin-bottom: 15px;color: #141414; 
  font-weight: 400;
  font-size: 14px;
  letter-spacing: .07rem;
  text-transform: capitalize;}
footer.page-footer .list-icon i {font-size: 1.3rem;color: #565656;position: absolute;left: 0;top: -2px;}
footer.page-footer ul {display: block !important;padding-left: 0;}
footer.page-footer ul.list-links li {margin-bottom: 0;padding: 4px 0;color: #141414; 
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;}
footer.page-footer ul.list-links li a {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
}

footer.page-footer .list-icon li a {color: #141414; }

footer.page-footer .list-links li a:hover {color: #8e0101}

footer.page-footer ul.social-links{ padding: 0;}
footer.page-footer ul.social-links li{ display: inline-block; margin-right: 17px;}
footer.page-footer ul.social-links li a svg{
        width: 18px;
    height: 18px;
    fill: #141414;
    margin-right: 10px;
}

.newsletter_sec {
    display: flex;
    width: 100%;
    height: 100%;
    padding-right: 56px;
}

.fotter-box{
    width:100%;
}

.newsletter_sec .content {
display:block
}

.newsletter_sec .form.subscribe {
  display: table;
  width: 100%;
}
.newsletter_sec .content .field.newsletter {
  border-bottom: none;
  width: 100%;
}
.newsletter_sec.content .field.newsletter input[type=email] {
  height: 3.3rem;
  padding-left: 55px;
  /* background: #ffecf0; */
  border: 1px solid #e7e7e7;
  width: 100%;
  background: #f7f7f7;
}

.newsletter_sec .content .field.newsletter input[type=email] {
    line-height: 2.1rem;
    height: 3rem;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .9375rem;
    color: #141414;
    letter-spacing: .01em;
    width: 100%;
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 0;
}

/*.newsletter_sec input:focus {
    outline: none;
    background:#e7bbae !important;
    border: 3px solid #e7bbae !important;
}*/

.newsletter_sec .content .actions {
display:block
}

.newsletter_sec .content .actions .btn-dark {
    color: #fff;
    background-color: #141414;
    border-color: #141414;
    width: 100%;
    border-radius: 0;
}
.newsletter_sec .content .actions .btn-dark:hover{ background-color:#8e0101 !important;border-color: #8e0101;color: #fff;}



.newsletter_sec .content label{
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.newsletter_sec .newenter h2 {
    font-size: 2rem;    margin-bottom: 15px;line-height: 45px;

}

.newsletter_sec .newenter .content .actions .btn-dark:hover {
    background-color: #8e0101 !important;
    border-color: #8e0101;
    color: #fff;
    width: auto;
}

.newsletter_sec .newenter .content .actions .btn-dark {
    background-color: transparent !important;
    border-color: #141414;
    color: #141414;
    width: auto;
}
.newsletter_sec .newenter  .icon_sec{width:100%; text-align:center}

.newsletter_sec .newenter .icon_sec img{max-height:30px}

.newsletter_sec .newenter  .icon_sec_selected{width:100%; text-align:center}

.newsletter_sec .newenter .icon_sec_selected img{max-height:30px}

.newsletter_sec .newenter .icon_sec_selected p {
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
}

/* 
footer.page-footer .list-links li a:hover:after {left: 0;right: 0;}

footer.page-footer .list-links li a:after {
content: "";position: absolute;z-index: 2;left: 50%;right: 50%;bottom: 0;background: #141414;height: 2px;
-webkit-transition-property: left, right;transition-property: left, right;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;
}  */

.bottom-footer { padding: 17px 0; background: #f7f7f7;}
.bottom-footer address {
        color: #141414;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    display: inline-block;
    margin-right: 20px;
}

.bottom-footer span{ font-size: 15px;color: #141414;}

.bottom-footer span a{text-decoration:none; color:#141414; font-weight:600}
.bottom-footer address strong {color: #141414;}
.bottom-footer .social-links li {display: inline-block;padding: 0 7px;}
.bottom-footer .social-links li a {color: #141414;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: .07rem;
  text-transform: capitalize;}
.bottom-footer .social-links li a:hover i{color:#141414}
.bottom-footer .social-links li i {font-size: 1.25rem;}
.bottom-footer .list-links li a {color: #141414;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: .07rem;
  text-transform: capitalize;}
.bottom-footer .list-links li a:hover {color: #141414}
/* .bottom-footer .list-links li a:hover:after {left: 0;right: 0;}

.bottom-footer .list-links li a:after {
content: "";position: absolute;z-index: 2;left: 50%;right: 50%;bottom: 0;background: #141414;height: 2px;
-webkit-transition-property: left, right;transition-property: left, right;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;
} */

.bottom-footer .list-links li {padding: 0 10px;display: inline-block;margin-bottom: 0;font-size: .9375rem;}

.feature_sec{ padding: 60px 0 0 0;}
.feature_sec h2 {font-size: 2rem;font-weight: 500;color: #141414;text-transform: uppercase;letter-spacing: 2px;display: block;margin-bottom: 20px; }
.feature_sec .owl-carousel.owl-drag .owl-item .card{border: 0;}
.feature_sec .owl-carousel.owl-drag .owl-item .card .image-sec{border: 1px solid #ece6e2; height: 450px;    overflow: hidden;position: relative;}
.feature_sec .owl-carousel.owl-drag .owl-item .card .image-sec img{position: absolute;top: 50%;transform: translateY( -50%);transition: .7s;width: 100% !important;max-height: 100% !important;width: initial;display: inline-block;}
.feature_sec .owl-carousel.owl-drag .owl-item .card .image-sec img.a {position: absolute;z-index: 10;transition: .5s;opacity: 1;}
.owl-carousel.owl-drag .owl-item .card .image-sec img.b {position: absolute;opacity: 0;}
.owl-carousel.owl-drag .owl-item .card .image-sec:hover img.a{opacity: 0;}
.owl-carousel.owl-drag .owl-item .card .image-sec:hover img.b{opacity: 1;transition: .8s;}
.owl-carousel.owl-drag .owl-item .card .card-body{padding:10px 0px;}
.owl-carousel.owl-drag .owl-item .card .card-body h3 {
font-size: 1rem;margin-bottom: 0;height: 20px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;color: #141414;
}

.owl-carousel.owl-drag .owl-item .card .card-body span.price{color: #141414; }

.feature_sec .owl-carousel {  position: relative;}
.feature_sec .owl-carousel .owl-dots{ display: none;}
.feature_sec .owl-carousel .owl-nav button:focus{  outline: none;}
.feature_sec .owl-carousel .owl-nav{position:absolute; top: 40%; width: 100%}
.feature_sec .owl-carousel .owl-nav .owl-next{ position: absolute; right: 15px; background:rgba(255,255,255,.5) url(../images/next_arrow.png) no-repeat center center;}
.feature_sec .owl-carousel .owl-nav .owl-prev{ position: absolute; left:15px; background:rgba(255,255,255,.5) url(../images/back_arrow.png) no-repeat center center;}
.feature_sec .owl-carousel .owl-nav .owl-prev span{display: none;}
.feature_sec .owl-carousel .owl-nav .owl-next span{display: none;}
.feature_sec .owl-carousel .owl-dot{cursor: pointer;cursor: hand;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background:transparent;width:32px;height:32px;border: 1px solid #313537; background-size: 10px;}
.owl-carousel .owl-nav .owl-prev{
position: absolute; top: 50%; background-size: 30%; transform: translateY(-50%);width: 35px;height: 35px;background: rgba(255,255,255,.5)  url(../images/back_arrow.png);background-repeat: no-repeat;background-position: center center; border:0;
}
.owl-carousel .owl-nav .owl-prev span{display: none}

.owl-carousel .owl-nav .owl-next{
position: absolute; top: 50%; right: 0; transform: translateY(-50%);width: 35px;height: 35px;background: rgba(255,255,255,.5) url(../images/next_arrow.png);background-repeat: no-repeat;background-position: center center;border:0;
}
.owl-carousel .owl-nav .owl-next span{display: none}
.owl-carousel .owl-stage {margin: 0 auto;}
.owl-carousel.owl-drag .owl-item .card .card-body .image_change{width: 100%; padding: 0 ; overflow: hidden}
.owl-carousel.owl-drag .owl-item .card .card-body .image_change h3{font-size: 1rem; font-weight: 400;}
.owl-carousel.owl-drag .owl-item .card .card-body .image_change ul {margin:0;width: auto;display: initial;padding: 0 5px;}

.owl-carousel.owl-drag .owl-item .card .card-body .image_change ul li {
width: 10px;height: 10px;border-radius: 40px;margin-right: 7px;display: inline-block;border: 2px solid #fff;
}

.gold{background: #ffb84f;}
.silver{background: #d8d8d8;}
.rosegold{background: #ff963c;}
.owl-carousel.owl-drag .owl-item .card .card-body .image_change ul li.active {
-webkit-box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.75);box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.75);
}
.owl-carousel.owl-drag .owl-item .card .card-body .image_change  img{ width: 100%; height: 100%; border-radius: 50%}

.instagram-sec{margin-top:0; width: 100%;}


.instagram-sec h2 {
  font-size: 2rem; letter-spacing: .07rem; color:#141414;
    margin-bottom: 20px;
}


.instagram-sec ul{margin: 0; width: 100%; padding: 0;}

.instagram-sec ul li{width: 20%; float: left; position: relative;}

.instagram-sec ul li img{ max-width: 100%; max-height: 100%; object-fit: fill;}

.instagram-sec ul li .detail{position: absolute; bottom: 10px; right:10px; width: 30px; height: 30px; text-align: center; background: rgba(255,255,255,.6);border-radius: 35px;}

.instagram-sec ul li .detail a{
    display: flex;
    flex-direction: column;
    justify-content: center; height: 100%;}
.instagram-sec ul li .detail a i{font-size: .7rem;}



.copyright_sec {width: 100%;float: left;padding: 13px 0;background: #fbfbfb; color:#cdcdcd;  text-align: center; position: relative; bottom: 0; left: 0; z-index: 9999; border-top: 1px solid #ddd;margin-top: 10px;}
.copyright_sec p{font-size: 14px; color:#141414}
.copyright_sec p img{ height: 25px;}


/* ............list................ */

.max-containerwidth {
    width: 90%;
    margin: 0 auto;
}



















.productlist-banner{margin: 0; width: 100%; height:400px;background-size: cover;background-position: center;background-repeat: no-repeat;display: flex;}
.productlist-banner h1{ font-size: 2.2rem; color:#fff; letter-spacing: 0.07rem;  text-transform: capitalize;
  line-height: 60px;}   
.productlist-banner h1 strong{color:#141414}


.filter-sec{margin: 0; padding: 7px 0; width: 100%; background: #f0f0f0;}

.filter-sec .form-control {
display: block;width: 100%;padding: .375rem .75rem .375rem .75rem;font-size: .9rem;font-weight: 700;line-height: 1.5;color: #495057;
background-color: #f0f0f0;background-clip: padding-box;border: 1px solid #f0f0f0;border-radius: .25rem;transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.bootstrap-select .bs-ok-default::after {width: 0.3em;height: 0.6em;border-width: 0 0.1em 0.1em 0;transform: rotate(45deg) translateY(0.5rem);}
.btn.dropdown-toggle:focus {outline: none !important;}
.fancybox-close {width: 38px; height: 38px; top: 0;  right: 0; background-position:center;  -webkit-transition: background-color .3s ease-out;  -moz-transition: background-color .3s ease-out;  -o-transition: background-color .3s ease-out;  transition: background-color .3s ease-out;}
.fancybox-close:hover{background: #141414; background-position:center;  background-image: url(../img/cross-h.png);  background-repeat: no-repeat;}
.filteropen::before{content: "";  position: fixed;  top: 0;  right: 0;  bottom: 0;  left: 0;  background-color: rgba(0,0,0,.3);
z-index: 1;  -webkit-animation: fadein 1.5s;  -moz-animation: fadein 1.5s;-ms-animation: fadein 1.5s;-o-animation: fadein 1.5s;animation: fadein 1.5s;}
.category-section .custom-checkbox{display: block !important; width:50%; float: left;margin-bottom:10px; }
.category-section .custom-checkbox + .custom-checkbox{margin-right: 10px;}
.category-section .check-outer{display: block !important;padding: 9px 0px;}
.category-section .filter-scroll .navbar-nav li.activefilter{ background: #fff; z-index: 2;}  

.category-section{ position: relative;}
.checkout-outer { padding: 1px 16px;}
.category-section li a { color: #949494; font-size: 12px; margin-right: 0px;}
.category-section li.active{background: #ccc; }
.filter-col .navbar {padding-top: 0;padding-bottom: 0;}
.filter-scroll {width:100%;    margin-top: 20px;}
.checkout-outer {
    padding:0;
}
.checkout-outer a {
    position: relative;
    width: 90%;
}
.checkout-outer a {
margin-bottom: 7px;
    display: block;
    margin-left: 0;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #141414;
    letter-spacing: 0;
    padding: 5px 0;
}
.checkout-outer a[aria-expanded="false"]:after{
content: "\e8ad";
font-family: "fontello";
font-size: 1rem;
font-weight: 300;
position:absolute;
right:0;
}
.checkout-outer a[aria-expanded="true"]:after{
content: "\e8ae";
font-family: "fontello";
font-size: 1rem;
font-weight: 300;
position:absolute;
right:0;
}


.filter-scroll .price-filter ul li{border-right:none}
.filter-scroll .navbar-nav .nav-link {padding: 15px 20px 15px 0;color: #141414;
    font-weight: 100;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.panel_filter .custom-control-label::after {
    top: 10px;
    left: 2px;

}


.filter-col .navbar .dropdown:hover>.dropdown-menu, .filter-col .navbar .dropdown .dropdown-menu {
margin-top: 0;border: 0;border-radius: 0;
}
.panel_filter {
    padding: 0;
    margin-top: 0;
    position: relative;
}
.panel_filter h4{    font-size: 1.3rem;
    font-family: 'PT Serif', serif;
    font-weight: 600;}


.panel_filter .custom-control-label {
    font-size: 14px;
    line-height: 29px;
    margin-left: 20px;
}

.tags-input {
    padding: 0;
    margin: 0px;
}
.tags-input li {
    border: 1px solid #efefef;
    padding: 2px 6px;
    display: inline-block;
    background: #f9f9f9;
    font-size: 11px;
    margin-right: 10px;
    line-height: 15px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.tags-input i {
font-size: 9px;
    padding-left: 10px;
    color: #757272;
    margin-right: 0;
    vertical-align: text-top;
    margin-top: 4px;
}



.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background: #141414;
    background-image: none !important;
    margin: 2px;
    width: 7px;
    height: 7px;
}

.panel_filter .custom-control-label::before {

    top: 8px;

}

.panel_filter .custom-control {
 padding-left: 8px;
}

.category-section .custom-checkbox {display: block !important;width: 50%;float: left;margin-bottom: 10px;}

.category-section .custom-control-label {margin-bottom: 0;font-size: 13px;}

.price-filter .dropdown-menu {right: 0px;padding: 13px 20px;position: absolute;white-space: nowrap;background: #fff;color: #666;}
.extra-controls{ display: none;}

.selectall {
  display: inline-block;
  border: 1px solid #141414;
    padding-right: 5px;
}

.customeselect .selectall select {position:relative;
min-width: 50px;padding:7px 30px 7px 15px;font-size: 15px;color: #141414;z-index: 2;border:none; background: none;appearance: none;-moz-appearance: none;-webkit-appearance: none;text-indent: 0.01px;text-overflow: "";}


.customeselect .selectall::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    top: 17px;
    right: 20px;
    z-index: 1;
    
}


.customeselect .btn {
  padding: 6px 10px;
  text-transform: uppercase;
  font-size: 13px;
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-dark.dropdown-toggle:focus {
  box-shadow: none;
}

.customeselect .btn-dark {
  color: #141414;
   background-color: transparent; 
  border-color: transparent; 
}

.prodict-listing{margin: 0; width: 100%; padding: 0;}
.prodict-listing h2 {
    font-size: 20px;
    letter-spacing: 0.15em;
}


.prodict-listing ul{margin: 0; width: 100%; padding: 0;}
.prodict-listing ul li{width: calc(100% / 3 + 0px); float: left; padding: 0;}
.prodict-listing ul li.add{width: 38%;
  margin: 15px 15px 30px 0;
  float: right;
  overflow: hidden;}
.prodict-listing ul li.add .add-sec{text-align: center; position: relative; height: 645px;background-position: top left;background-repeat: no-repeat;background-size: cover;display: flex;

}

.prodict-listing ul li.add .add-sec .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  padding: 80% 50px 50px 50px;
}

.prodict-listing ul li.add .add-sec .overlay h3{    font-size: 2rem;
  letter-spacing: .07rem;
  color: #141414;
}


.prodict-listing ul li.add .add-sec .btn-secondary { color: #fff;}

.prodict-listing ul li.add .add-sec .btn-secondary:hover{color:#141414}

.prodict-listing ul li.add .add-sec h2 {font-size: 2.6rem;font-weight: 500;color: #fff;text-transform: uppercase;letter-spacing: 2px;display: block; }

.prodict-listing ul li .card{border: 0; padding: 15px;}

.prodict-listing ul li .card .image-sec{border: 0; border: 0; overflow: hidden; padding: 0;position: relative; text-align:center;height: 315px;}

.prodict-listing ul li .card .image-sec img a{
    display: block;
    height: 100%;
}
.prodict-listing ul li .card .image-sec img{max-width: 100% !important;max-height: 100%;width: initial;display: inline-block;    left: 50%;
    transform: translateX(-50%);}
/*.prodict-listing ul li .card .image-sec img {z-index: 10;transition: .3s;    display: inline-block;
    width: auto;
    max-width: 100%;
    max-height: 100%;}*/

.prodict-listing ul li .card .image-sec img.a {position: absolute;z-index: 10;transition: .3s;opacity: 1;}

.prodict-listing ul li .card .image-sec img.b {position: absolute;opacity: 0;


} 

.newarrival{position:absolute; top:0; left:0; width:auto; padding:5px 15px; font-size:14px; background:#141414; color:#fff; z-index:99}

.prodict-listing ul li .card .image-sec:hover img.a{opacity: 0;}
.prodict-listing ul li .card .image-sec:hover img.b{opacity: 1;transition: .3s;}


.prodict-listing ul li .card .card-body{padding:10px 0px;text-align: center;}
.prodict-listing ul li .card .card-body h3 a{ color:#141414;transition: .5s;}
.prodict-listing ul li .card .card-body h3 a:hover{ color:#8e0101;}
.prodict-listing ul li .card .card-body .price{color: #141414;font-size: 17px;}
.prodict-listing ul li .card .card-body .price span {
    font-size: 14px;
    color: #141414;
    text-decoration: line-through;
    margin-right: 7px;
}
.prodict-listing ul li .card .card-body .image_change{width: 100%; padding: 0 ; overflow: hidden; margin-top: 7px;}
.prodict-listing ul li .card .card-body .image_change h3{font-size: .9rem; font-weight: 400;}
.prodict-listing ul li .card .card-body .image_change ul {margin-top: 5px;width: 100%;display: flex;-ms-flex-pack: center!important;
  justify-content: center!important;padding: 0 5px;height: 20px;}
.prodict-listing ul li .card .card-body .image_change ul li {width: 18px !important;height: 18px !important;margin-bottom: 3px; float: none; border-radius: 40px;    margin: 0 10px !important;display: inline-block;border: 0;}

.prodict-listing ul li .card .card-body .image_change ul li div {
    width: 100%;
    height: 100%;
    border-radius: 35px;
}
.prodict-listing ul li .card .card-body .image_change ul li div img{vertical-align: top;}

.prodict-listing ul.tags-input {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    border-top: 0;
}
.prodict-listing ul.tags-input li{
    float: left;
    padding: 2px 2px 2px 5px;
    border-radius: 4px;
    background: #e4e8ee;
    color: #333;
    margin: 1px 3px 0 0px;
    list-style: none;
    font-size: 12px;
    width:auto
}
.prodict-listing ul.tags-input li a {
min-width: 13px;
    display: inline-block;
    color: #595d6e;
    margin-left: 7px;
}
.prodict-listing ul.tags-input li a i{    font-size: 11px;
}

.filter-tag a{font-size: 14px;}

.gold{background: #ffb84f;}
.silver{background: #d8d8d8;}
.rosegold{background: #ff963c;}
.prodict-listing ul li .card .card-body .image_change ul li.active {
-webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.75);box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.75);
}

.prodict-listing{margin: 0; width: 100%; padding: 0;}
.prodict-listing h2 {
    font-size: 20px;
    letter-spacing: 0.15em;
}


.prodict-listing ul{margin: 0; width: 100%; padding: 0;}
.prodict-listing ul li{width: calc(100% / 3 + 0px); float: left; padding: 0;}
.prodict-listing ul li.add{width: 38%;
  margin: 15px 15px 30px 0;
  float: right;
  overflow: hidden;}
.prodict-listing ul li.add .add-sec{text-align: center; position: relative; height: 645px;background-position: top left;background-repeat: no-repeat;background-size: cover;display: flex;

}

.prodict-listing ul li.add .add-sec .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  padding: 80% 50px 50px 50px;
}

.prodict-listing ul li.add .add-sec .overlay h3{    font-size: 2rem;
  letter-spacing: .07rem;
  color: #141414;

}


.prodict-listing ul li.add .add-sec .btn-secondary { color: #fff;}

.prodict-listing ul li.add .add-sec .btn-secondary:hover{color:#141414}

.prodict-listing ul li.add .add-sec h2 {font-size: 2.6rem;font-weight: 500;color: #fff;text-transform: uppercase;letter-spacing: 2px;display: block;}

.prodict-listing ul li .card{border: 0; padding: 15px;}

.prodict-listing ul li .card .image-sec{border: 0; border: 0; overflow: hidden; padding: 0;position: relative; text-align:center;height: 330px;}

.prodict-listing ul li .card .image-sec img a{
    display: block;
    height: 100%;
}
.prodict-listing ul li .card .image-sec img{max-width: 100% !important;max-height: 100%;width: initial;display: inline-block;    left: 50%;
    transform: translateX(-50%);}
/*.prodict-listing ul li .card .image-sec img {z-index: 10;transition: .3s;    display: inline-block;
    width: auto;
    max-width: 100%;
    max-height: 100%;}*/

.prodict-listing ul li .card .image-sec img.a {position: absolute;z-index: 10;transition: .3s;opacity: 1;}

.prodict-listing ul li .card .image-sec img.b {position: absolute;opacity: 0;


} 

.newarrival{position:absolute; top:0; left:0; width:auto; padding:5px 15px; font-size:14px; background:#141414; color:#fff; z-index:99}

.prodict-listing ul li .card .image-sec:hover img.a{opacity: 0;}
.prodict-listing ul li .card .image-sec:hover img.b{opacity: 1;transition: .3s;}


.prodict-listing ul li .card .card-body{padding:10px 0px;text-align: center;}
.prodict-listing ul li .card .card-body h3 {
    font-size: 15px;
    margin-bottom: 7px;
    color: #000;
    text-align: center;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.recently-view .owl-carousel.owl-drag .owl-item .card .card-body .price {font-size: 17px;}
.recently-view .owl-carousel.owl-drag .owl-item .card .card-body .price span {
font-size: 18px;color: #8f8f8f;text-decoration: line-through;margin-right: 15px;display: inline-block;}

.prodict-listing ul li .card .card-body .image_change{width: 100%; padding: 0 ; overflow: hidden; margin-top: 7px;}
.prodict-listing ul li .card .card-body .image_change h3{font-size: .9rem; font-weight: 400;}
.prodict-listing ul li .card .card-body .image_change ul {margin-top: 5px;width: 100%;display: flex;-ms-flex-pack: center!important;
  justify-content: center!important;padding: 0 5px;height: 20px;}
.prodict-listing ul li .card .card-body .image_change ul li {width: 18px !important;height: 18px !important;margin-bottom: 3px; float: none; border-radius: 40px;    margin: 0 10px !important;display: inline-block;border: 0;}

.prodict-listing ul li .card .card-body .image_change ul li div {
    width: 100%;
    height: 100%;
    border-radius: 35px;
}
.prodict-listing ul li .card .card-body .image_change ul li div img{vertical-align: top;}

.prodict-listing ul.tags-input {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    border-top: 0;
}
.prodict-listing ul.tags-input li{
    float: left;
    padding: 2px 2px 2px 5px;
    border-radius: 4px;
    background: #e4e8ee;
    color: #333;
    margin: 1px 3px 0 0px;
    list-style: none;
    font-size: 12px;
    width:auto
}
.prodict-listing ul.tags-input li a {
min-width: 13px;
    display: inline-block;
    color: #595d6e;
    margin-left: 7px;
}
.prodict-listing ul.tags-input li a i{    font-size: 11px;
}

.filter-tag a{font-size: 12px;}

.gold{background: #ffb84f;}
.silver{background: #d8d8d8;}
.rosegold{background: #ff963c;}
.prodict-listing ul li .card .card-body .image_change ul li.active {
-webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.75);box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.75);
}
.prodict-listing ul li .card .card-body .image_change  img{ width: 100%; height: 100%; border-radius: 50%}
.product-details{margin: 0; width: 100%;}

.image-gallery {margin: 0 auto;display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;justify-content: space-between;
    position: sticky;
    top: 0;
  }

.priview_sec,
.thumbnails {display: inline-block;}

.thumbnails {
  width: 100%;
  margin-left: 0;
  order: 0;
  text-align: center;
  padding:0
}
.thumbnails p{  font-weight:100}

.product-details .border-top{border-top:1px solid #141414 !important;    width: 100%;
    margin: 30px auto 0 auto;}

.priview_sec {
width: 100%;text-align: center;background-color: transparent;position: relative;background-size: contain;
background-position: center center;background-repeat: no-repeat;
}
  
.thumbnail:hover .thumbnail-image, .selected .thumbnail-image {
border: 1px solid #141414;
}


.thumbnail-image .playbytton{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    padding-top: 15px;
}
.thumbnail-image .playbytton img{max-height:40px}

.thumbnail-image {position:relative;
width: 70px;height: 72px;border: 1px solid #e8e8e8;margin: 0px 10px 20px 0;background-size: cover;background-position: center center;background-repeat: no-repeat;
display: inline-block;
}

.details-sec .wistlist-sec{ text-align: center; }

.details-sec .wistlist-sec a{display: flex;flex-direction: column;justify-content: center;}
.details-sec .wistlist-sec a i{font-size: 1.4rem;}


.image-gallery .wistlist-sec a .icon-heart:before{color:#141414;}

.priview_sec img{max-width: 100%; height: 100%;    max-height: 550px;}

.breadcrumb_sec{margin-top:10px}
.breadcrumbs{background-color: transparent; border-bottom:0}
.breadcrumb-item+.breadcrumb-item::before {display: inline-block;padding-right: .5rem;color: #6c757d;content: "\e908";font-family: "fontello";font-size: .7rem;}
.breadcrumb {background-color: transparent;
    font-size: 13px;
    padding: 13px 20px 13px 0; } 

.details-sec{margin: 0; width: 100%;}
.details-sec h2{ 
    font-size: 1.4rem;
    letter-spacing: 1px;
    line-height: 28px;
    font-family: 'PT Serif', serif;
    font-weight: 600;
    font-style: normal;
    color: #141414;
}
.details-sec h2 span {display: block;font-size: 12px;letter-spacing: 1px;color: #141414;margin-top: 0;font-family: 'Poppins', sans-serif;}

.details-sec p{
    font-size: .875rem;
    margin: 0;
    line-height: 1.75rem;
}
.details-sec p.price{
        font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 2px;
    line-height: 33px;
}

.details-sec label {display: block;font-size:14px;margin-bottom: .3rem;    color: #333;
    font-weight: 500;}
.details-sec .custom_input-sec{display: inline-block;position: relative;width: 5.45em;position:relative;}

.details-sec .custom_input{width: 100%;color: #575757;border: 1px solid #c9c9c9;height: 2.9em;padding-left: 1em;padding-right: 4px;font-size:14px;font-weight:100}

.details-sec .custom_input-sec input[type=number]::-webkit-inner-spin-button, 
.details-sec .custom_input-sec input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.details-sec .custom_input-sec:hover .arrow-sec{ opacity: 0.6;}
.arrow-sec {position: absolute;opacity: 0;height: 80%;transition: 0.3s ease-in-out;right: 0;background:#fff;top:17%;width:20px;z-index:999;}
.arrow-up, .arrow-down {line-height: 1.5px;display: block;cursor: pointer;width: 10px;height: 40%;background: transparent no-repeat top center;}    
.arrow-up{ background-image:url(../images/up-arrow.png)}
.arrow-down{ background-image:url(../images/down-arrow.png);  background-position: bottom center;}
.details-sec .option-area{ margin: 0; width: 100%;}
.details-sec .option-area .form-control {display: inline-block;width: auto;min-width: 20%;color: #141414;font-size: 1rem;font-weight: 400;border: 1px solid transparent;text-align: right;padding-top: calc(.9rem + 1px);
padding-bottom: calc(.9rem + 1px); height:auto !important;    padding: .6rem .75rem .6rem 0;}

.details-sec .option-area .form-group {border-bottom:1px solid #141414; border-top: 1px solid #141414; border-left:0; border-right:0;
padding-left: 0;}
.details-sec .option-area .form-group .col-form-label{ color:#141414;padding-top: calc(.9rem + 1px);padding-bottom: calc(.9rem + 1px);}
.details-sec .cart-sec{margin: 0; width: 100%;}
.details-sec .cart-sec .btn-primary {width: 100%;}
.social_sec {
    clear: both;
    display: block;
}
.social_sec ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center!important;
}
.social_sec ul li {
    margin-right: 20px;
    font-size: 14px;
        float: left;
}
.social_sec ul li i{font-size:18px}
.social_sec ul li img {
    max-height: 27px;
}

.varient-outer {
    padding: 0;
    width: 100%;
    margin-bottom: 0;
}
.varient-outer ul {
    padding: 0px;
    margin: 0px;
}
.varient-outer ul li {
    margin-bottom: 10px;
    text-align: left;
    margin-right: 10px;
    float: left;
}

.varient-outer ul li a {
    display: inline-block;
    text-align: center;
    min-width: 42px;
    padding: 6px 10px;
    border: 1px solid #e7e7e7;
    color: #939393;
    cursor: pointer;
        font-size: 14px;
    font-weight: 300;
}

.varient-outer ul li.active a {
    border-color: #5c5c5c;
    color: #5c5c5c;
}


.acc__panel .table td, .table th{    border-top: 0}
.acc__panel .table td{ color:#141414}
.accordion_sec{ margin:0; width:100%}
.acc {margin: 0 auto;max-width: 800px;}
.acc__card {margin: 0;border-bottom: 1px solid #141414;position: relative;}

.acc__title {
    background: #fff;
    color: #333;
    cursor: pointer;
    display: block;
    padding: 0.5em 0;
    position: relative;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
}
.acc__panel .table td {
border-top: 0;
font-size: .813rem;
line-height: 1.7142857;
border-bottom: 1px solid #ededed;
padding: 8px 10px;
}
.acc__panel .table tr th.title_width {
    color: #cca957;
    font-weight: 500;
    padding-left: 0;
}
.acc__panel .table tr td.title_width{font-weight:500}


.acc__card:last-child { border-bottom:none}
.acc__title::after {width: 15px;height: 15px;content: '\e8ad';font-family: "fontello";position: absolute;right: 0;color:#575757;top: 11px;font-size:14px;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
.acc__title.active::after {width: 15px;height: 15px;content: '\e8ae';color:#575757;font-family: "fontello";position: absolute;right: 0;top: 11px;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
.acc__panel {background: #fff;color: #141414;display: none;margin: 0;padding: 0;text-align: left;font-size:15px;}
.details-sec .cart-sec .btn-primary:not(:disabled):not(.disabled).active, .details-sec .cart-sec .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
color: #fff;background-color: #141414;border-color: #141414;}
.details-sec .cart-sec .btn-secondary{ width: 100%;background: transparent; color:#333; padding: 15px 5px !important;}
.details-sec .cart-sec .btn-secondary:hover{background: transparent;color:#141414;}
.details-sec .cart-sec .btn-secondary:not(:disabled):not(.disabled).active, .details-sec .cart-sec .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
color: #141414;background-color: transparent;border-color: transparent;}
.details-sec .cart-sec .btn-secondary:before{ display: none;}
/*.details-sec .cart-sec .btn-primary span{ font-size: 18px;}
.details-sec .cart-sec .btn-primary span i{ margin-right:10px}*/
.details-sec .cart-sec .btn-danger {color: #fff;background-color: #141414;border-color: #141414;width: 100%;padding: 14px 40px !important;border-radius: 0;}

.varient_are .col-form-label{color:#141414}
.varient_are ul {margin: 0;padding: 0px;}
.varient_are ul li {
margin-bottom: 10px;min-width: 28px;min-height: 28px;text-align: center;display: inline-block;margin-right: 10px;background:transparent; 
padding: 0;border-radius: 35px;border: 2px solid #e6e6e6;    line-height: 23px;
}
.varient_are ul li.active{margin-bottom: 10px;text-align: center;display: inline-block;background:transparent; padding: 0;border-radius: 35px;border: 1px solid #141414}
.varient_are ul li.active a{color:#141414 !important}
.varient_are ul li a {text-decoration: none;font-size: 13px;color:#141414; font-weight: 400;}
.varient_are ul li img {width: 30px;height: 30px;border-radius: 35px;}
.gold{background: #ffb84f !important;}
.gold.active{background: #ffb84f !important;}
.silver{background: #d8d8d8 !important;}
.rosegold{background: #ff963c !important;}

.specification-sec{ margin-top: 0;padding: 0 15px;}
.specification-sec p{color:#141414; text-align: left; font-size: .9rem; font-weight: 400;}

.specification-sec .table tbody tr{width:100%; display:inline-block; vertical-align: top;margin-bottom: 3px;}
.specification-sec .table th{width: 32%; color:#141414; font-size: .9rem; text-align: left;font-weight: 600; }
.specification-sec .table td{color:#141414; text-align: left; font-size: .9rem; font-weight: 400;}
.specification-sec .table td, .specification-sec .table th {padding: 4px;vertical-align: inherit;border-top: 0;width: 32%; display: inline-block;}

.recently-view{ padding:80px 0;}
.recently-view h2 {
    font-weight: 600;
    font-size: 2rem;
    font-family: 'PT Serif', serif;

}

.recently-view .owl-carousel.owl-drag .owl-item .card{border: 0;}

.recently-view .owl-carousel.owl-drag .owl-item .card .image-sec{border: 0; text-align:center; overflow: hidden;
    text-align: center;
}
/*.recently-view .owl-carousel.owl-drag .owl-item .card .image-sec img{
position: absolute;left: 50%;top: 50%;transform: translate(-50% , -50%);transition: .7s;max-width: 100% !important;max-height: 100% !important;width: initial;display: inline-block;
}*/

.recently-view .owl-carousel.owl-drag .owl-item .card .image-sec img{
transition: .7s;    display: inline-block;
width: auto;
max-width: 100%;
max-height: 100%;
}

.recently-view .owl-carousel.owl-drag .owl-item .card .card-body{padding:10px 0px;    text-align: left;}
.recently-view .owl-carousel.owl-drag .owl-item .card .card-body h3 {
    font-size: 15px;
    margin-bottom: 7px;
    color: #000;
    text-align: center;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.recently-view .owl-carousel.owl-drag .owl-item .card .card-body .price{
    font-size: 17px;
}
.recently-view .owl-carousel.owl-drag .owl-item .card .card-body .price span {
    font-size: 17px;
    color: #8f8f8f;
    text-decoration: line-through;
    margin-right: 15px;
    display: inline-block;
}
.recently-view .owl-carousel {  position: relative;}
.recently-view .owl-carousel .owl-dots{ display: none;}
.recently-view .owl-carousel .owl-nav button:focus{  outline: none;}
.recently-view .owl-carousel .owl-nav{position:absolute; top: 40%; width: 100%}
.recently-view .owl-carousel .owl-nav .owl-next{ position: absolute; right: 15px; background:rgba(255,255,255,.5) url(../images/next_arrow.png) no-repeat center center;}
.recently-view .owl-carousel .owl-nav .owl-prev{ position: absolute; left:15px; background:rgba(255,255,255,.5) url(../images//back_arrow.png) no-repeat center center;}
.recently-view .owl-carousel .owl-nav .owl-prev span{display: none;}
.recently-view .owl-carousel .owl-nav .owl-next span{display: none;}
.recently-view .owl-carousel .owl-dot{cursor: pointer;cursor: hand;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background:transparent;width:32px;height:32px;border: 1px solid #313537; background-size: 10px;}
.recently-view .owl-carousel .owl-nav .owl-prev{
position: absolute; /*left:15px;*/top: 50%; transform: translateY(-50%);width: 20px;height: 20px;    background-size: contain;background: rgba(255,255,255,.5)  url(../images//back_arrow.png);background-repeat: no-repeat;background-position: center center; border:0;
}
.recently-view .owl-carousel .owl-nav .owl-prev span{display: none}

.recently-view .owl-carousel .owl-nav .owl-next{
position: absolute; /*right: 15px;*/top: 50%; transform: translateY(-50%);width: 20px;height: 20px;    background-size: contain;background: rgba(255,255,255,.5) url(../images//next_arrow.png);background-repeat: no-repeat;background-position: center center;border:0;
}

.recently-view .owl-carousel .owl-nav .owl-prev.disabled {
    pointer-events: inherit;
}

.recently-view .owl-carousel .owl-nav .owl-next.disabled {
    pointer-events: inherit;
}


.recently-view .owl-carousel .owl-nav .owl-next span{display: none}
.recently-view .owl-carousel .owl-stage {margin: 0 auto;}

.recently-view .owl-carousel.owl-drag .owl-item .card .card-body .image_change{width: 100%; padding: 0 ; overflow: hidden}
.recently-view .owl-carousel.owl-drag .owl-item .card .card-body .image_change h3{font-size: .9rem; font-weight: 400;}
.recently-view .owl-carousel.owl-drag .owl-item .card .card-body .image_change ul {
margin:0;width: auto;display: initial;padding: 0 5px;}

.recently-view .owl-carousel.owl-drag .owl-item .card .card-body .image_change ul li {
width: 15px;height: 15px;border-radius: 40px;margin-right: 7px;display: inline-block;border: 2px solid #fff;
}
.recently-view .owl-carousel.owl-drag .owl-item .card .card-body .image_change ul li.active {
-webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.75);box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.75);
}

.recently-view .owl-carousel.owl-drag .owl-item .card .card-body .image_change  img{ width: 100%; height: 100%; border-radius: 50%}




.thankyou{
height: 400px;
display: flex;
justify-content: center;
flex-direction: column;
text-align:center
}


.producbuilder-banner{margin: 0; width: 100%; height:550px;background-size: cover;background-position: bottom center;background-repeat: no-repeat;display: flex; text-align:center}
.producbuilder-banner h1{ 
        font-size: 96px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color:#fff
}   

.producbuilder-banner h3{font-size: 30px; color:#fff}

.producbuilder-banner p{font-size: 20px; color:#fff}



.customGem .rt-menupanel .accordion:hover {
    background: #8e0101 !important; font-weight: 100 !important;
}
.customGem .rt-menupanel .accordion {
    background-color: #8e0101 !important;    font-weight: 100 !important;

}

.customGem .rt-menupanel .preview-bttn {
    background-color: #8e0101 !important;    font-weight: 100 !important;

}

/*.aboutus_area{ margin:0; width:100%; height:550px;background-image:url(/Content/images/aboutus_bg.png);background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right; padding:50px; text-align:center}*/


.aboutus_area{ margin:0; width:100%; padding:50px 0;}

.aboutus_area h4 {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 22px;
}

.aboutus_area .image-sec{width:100%;padding-right: 34px;}
.aboutus_area .image-sec img{max-width:100%}

.aboutus_area p {
    font-size: 1rem;
    margin: 0 0 16px 0;
    line-height: 30px;
    letter-spacing: 1px;
}

.aboutusnew_sec{ margin:0; width:100%; padding:60px 0}

  .aboutusnew_sec .image-sec {
  width: 100%;
  position: relative;
  height: 515px;

  }
  
  .aboutusnew_sec .image-sec img {
  max-width: 100%;

  max-height: 100%;
  position: relative;
  z-index: 2;
  /* box-shadow: 15px 15px 0 #f0e5dd; */
  }

.aboutusnew_sec h4 {
    font-weight: 600;
}










/* ......mobile..menu...... */

.header-mobile-tabs--bottom {

    background-color: #f7f7f7;
    position: fixed;
    z-index: 99999;
    bottom: 0;
    width: 100%;
    display: none;
}

.header-mobile-tabs--bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}

.header-mobile-tabs--bottom ul li {
    -webkit-flex: 1;
    flex: 1;
    margin: 0;
}

.header-mobile-tabs--bottom ul li a {
    text-decoration: none;
    background: 0 0 !important;
    box-shadow: none !important;
    width: 80px;
    border: none;
    text-align: center;
    height: 50px;
    padding: 10px 5px;
    color: #222;
    font-size: 20px;
    border-radius: 0;
    position: relative;
    display: block;
    margin: 0 auto;
}

.header-mobile-tabs--bottom ul li a .badge-secondary {
    color: #141414;
    background-color: #8e0101;
    line-height: 20px;
    font-weight: 400;
    position: absolute;
    top: 4px;
    border-radius: 50%;
    font-size: 11px;
    min-width: 25px;
    height: 25px;
    text-align: center;
    right: 8px;
}
.header-mobile-tabs--bottom ul li button {
    text-decoration:none;
    background: 0 0 !important;
    box-shadow: none !important;
    width: 100%;
    border: none;
    text-align: center;
    height: 50px;
    padding: 0 5px;
    color: #222;
    font-size: 20px;
    border-radius: 0;
    position: relative;
    display: block;
}

.header-mobile-tabs--bottom ul li a .icon-home-alt{font-size:1.3rem}




.menu_sec-mobile{display: none;}
.mobile_menu{ display: none;}
.menu_sec-mobile ul{margin-bottom: 0px;padding: 0;display: flex;flex-direction: row;justify-content:flex-end}
.menu_sec-mobile ul li { margin: 0 0 0 15px}
.menu_sec-mobile ul li i{color: #141414; font-size: 14px;}
.menu_sec-mobile .dropdown-toggle {color: #141414;font-size: 14px;}
.menu_sec-mobile .btn{padding:0px;}
.menu_sec-mobile .fa-shopping-cart{color: #141414;font-size: 18px;}
.mobile-menu .badge-secondary {background: #141414; color:#141414;left: -4px;top: -6px; font-weight: 400}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {background-color: #141414 !important;}
.mm-menu.mm-offcanvas.mm-opened {display: block !important;}
.mh-head .hamburger:focus{outline: none;}
.mh-head {text-align: center;padding: 0 10px;margin: 0;position: relative;color:#141414;}
.mh-head a {color: inherit;text-decoration: none}
.mh-head.mh-size-2 {height: 80px}
.mh-head.mh-size-3 {height: 120px}
.mh-head.mh-sticky {position:absolute;top: 0;left: 0;right: 0;z-index: 10;transition: -webkit-transform .2s ease;transition: transform .2s ease;transition: transform .2s ease, -webkit-transform .2s ease;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}
.mh-head.mh-sticky.mh-scrolledout {-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0)}
.mh-head .mh-text {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;line-height: 20px;display: block;padding: 10px}
.mh-head.mh-align-left .mh-text {text-align: left}
.mh-head.mh-align-right .mh-text {text-align: right}
.mh-head.mh-btns-left {padding-left: 0}
.mh-head.mh-btns-left-2 {padding-left: 90px}
.mh-head.mh-btns-left-3 {padding-left: 130px}
.mh-head.mh-btns-right {padding-right: 0}
.mh-head.mh-btns-right-2 {padding-right: 90px}
.mh-head.mh-btns-right-3 {padding-right: 130px}
.mh-head .mh-btns-left,
.mh-head .mh-btns-right {display: block;width: 40px;position: initial;top: 22px;bottom: 0}
.mh-head .mh-btns-left {left: 10px}
.mh-head .mh-btns-right {right: 10px}
.mh-head.mh-btns-left-2 .mh-btns-left,
.mh-head.mh-btns-right-2 .mh-btns-right {width: 80px}
.mh-head.mh-btns-left-3 .mh-btns-left,
.mh-head.mh-btns-right-3 .mh-btns-right {width: 120px}
.mh-head .mh-btns-left>*,
.mh-head .mh-btns-right>* {
text-align: center;font-size: 18px;line-height: 20px;width: 40px;display: block;padding:0;}

.mh-head .mh-btns-left>:nth-child(1),
.mh-head .mh-btns-right>:nth-child(1) {
left: 0
}

.mh-head .mh-btns-left>:nth-child(2),
.mh-head .mh-btns-right>:nth-child(2) {
left: 40px
}

.mh-head .mh-btns-left>:nth-child(3),
.mh-head .mh-btns-right>:nth-child(3) {left: 80px}
.mh-head .mh-list {
-webkit-overflow-scrolling: touch;overflow-x: auto;white-space: nowrap;list-style: none;line-height: 20px;display: block;padding: 0;margin: 0}
.mh-head .mh-list li {display: inline-block;padding: 0;margin: 0}
.mh-head .mh-list li a,
.mh-head .mh-list li span {display: block;padding: 10px}
.mh-head.mh-align-left .mh-list {text-align: left}
.mh-head.mh-align-right .mh-list {text-align: right}
.mh-head .hamburger {
margin-top: 2px;-webkit-transform: scale(.6, .7) translateY(-50%);-ms-transform: scale(.6, .7) translateY(-50%);transform: scale(.6, .7) translateY(-50%);-webkit-transform-origin: top center;-ms-transform-origin: top center;transform-origin: top center}
.mh-head .mh-image,
.mh-head .mh-logo {background: none;display: block;height: 100%}
.mh-head .mh-logo {background-size: contain;background-clip: content-box;padding: 10px}
.mh-head.mh-align-left .mh-logo {background-position: left center}
.mh-head.mh-align-right .mh-logo {background-position: right center}
.mh-head .mh-image {background-size: cover}
.mh-head .mh-form {padding: 7px 0;position: relative}
.mh-head .mh-form input {
background: #fff;border: none;border-radius: 3px;font-size: 14px;line-height: 26px;display: block;box-sizing: border-box;height: 26px;width: 100%;padding: 0 10px}

.mh-head .mh-form .fa {
color: #ccc;text-align: center;line-height: 40px;display: block;width: 40px;height: 40px;position: absolute;top: 50%;right: 0;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%)}

/* ......mobile..menu...... */



/* ......cart-page..... */

.my_cart_sec{ margin-top:40px; min-height: 400px;margin-bottom: 30px;}

.my_cart_sec h2 {
    font-size: 2rem;
    font-weight: 500;
    color: #141414;
    text-transform: capitalize;
    letter-spacing: 2px;
    display: block;
}

.my_cart_sec .bottom_sec {width: 100%; padding: 15px 0}
.my_cart_sec .bottom_sec .btn{ padding: 7px 20px;} 
.my_cart_sec .helpcart { padding: 5px 10px;border: none;font-size: 15px;background: transparent; color:#141414 ;  font-weight: 500}
.my_cart_table{ margin: 0; width: 100%;}
.my_cart_table h5{ text-align: center;}
.my_cart_table table{ width: 100%;}
.my_cart_table table tbody tr {
    border-bottom: 1px solid #eee;
}
.my_cart_table table thead tr th, table thead tr td {color:#141414; font-weight: 600; font-size: 12px;padding: 10px;text-transform: uppercase; background: transparent}
.my_cart_table .table thead th {border-bottom: 1px solid #101010; border-top: none;}
.my_cart_table table tr td img{ max-height: 115px;}
.my_cart_table td:nth-child(1) {width:150px; position: relative;text-align: center;}
.my_cart_table td:nth-child(3) {width: 150px; }
.my_cart_table td:nth-child(5) {width: 35px; }
.my_cart_table td:nth-child(4) {width: 145px; }

.my_cart_table td p{font-size: 15px;margin-bottom: 6px;}
.my_cart_table td span{margin-bottom: 6px; display:block;text-align: left;}

.my_cart_table table tbody tr:last-child {
    border-bottom: 1px solid #141414;
}
.my_cart_table h4 {
    font-size: .9rem;
    letter-spacing: .7px;
}

.cart_sec{margin: 40px 0; width:100%;}

.cart_sec h2 {
    margin-bottom: 20px;
    font-size: 23px;
    letter-spacing: .10rem;
    text-transform: capitalize;
}

.cart_sec .right_sec{ background:#f7f7f7; margin-top: 33px;padding: 10px 10px 30px;display: inline-block;width: 100%;}

.cart_sec .right_sec .table thead tr th, table thead tr td {color:#141414; font-weight: 500; padding: 10px;text-transform: uppercase; background: transparent}
.cart_sec .right_sec table tbody tr:last-child {
    border-bottom: 1px solid #141414;
}

.cart_sec .right_sec table tbody td{font-size:14px}

.cart_sec .right_sec .table thead th {border-bottom: 1px solid #101010; border-top: none;}
.cart_sec .right_sec h4 {
    margin-bottom: 35px;
    font-size: 17px;
    letter-spacing: .10rem;
    text-transform: capitalize;
    padding: 0 10px;
}

.cart_sec .button_sec{margin:0; width:100%; padding:0 15px;text-align: center;}

.cart_sec .button_sec .btn-link {
    font-weight: 600;
    color: #141414;
    background-color: transparent;
}
.cart_sec .button_sec .btn-dark {
color: #fff;
background-color: #141414;
border-color: #141414;
width: 100%;
border-radius: 0;
}


.cart_sec .right_sec .discount_code {
border: 1px solid transparent;
}
    
.cart_sec .right_sec .discount_code .form-control {
background-color: #141414;
height: 40px;
border: 0;
}
.cart_sec .right_sec .discount_code input {
margin: 0;
padding: 5px;
height: 30px;
float: left;
width: 64%;
}
    
.cart_sec .right_sec .discount_code input[type="submit"] {
background: #141414;
color: #fff;
padding: 4px 5px 5px 5px !important;
border-radius: 0;
height: 40px;
float: right;
width: 34%;
}

.cart_sec .right_sec h5 {
    font-size: 14px;
    margin-bottom: 10px;
}

.cart_sec .right_sec .btn i {
    font-size: 1rem;
    color: #141414;
}



.my_cart_table table tr td {color: #141414;padding: 5px; border: 0;font-size: 14px;}
.my_cart_table table tr td a{ color:#141414;margin-bottom: 7px;display: inline-block;}
.my_cart_table table tr td a:hover{color:#141414}
.my_cart_table table tr td i{margin-right:0px;}


.my_cart_table table tr td ul{ list-style-type: none; margin: 0; padding: 0; font-size: 13px;}
.my_cart_table table tr td ul li{ margin: 0; width: 100%; float: left; text-align: right; line-height: 27px;}

.mywishlist a{margin-right:10px;}
.my_cart_table table tr .price{ font-size: 1rem; font-weight: 300;}
.my_cart_table table tr .total_price{color:#141414; font-size: 1rem;font-weight: 300;}
.my_cart_table table tr:nth-of-type(even) {background: transparent;}
.my_cart_table table tr td .quantity input[type="text"] { margin: 0; height: 44px;display: initial;border: 1px solid #f4f4f4;padding: 8px;vertical-align: middle;text-align: center;width: 44px;box-shadow: none;}

.mywishlist{ margin-top:40px; min-height: 400px;}

.mywishlist .my_cart_table table tr .badge {
  display: inline-block;
  padding: .5em .7em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

.returnrequest img{max-width: 100%; max-height: 100%}

.mywishlist .my_cart_table td:nth-child(1) {
  width: 112px;
  text-align: center;
  border-right: 1px solid #fff;
  padding:5px;
}
.mywishlist .my_cart_table td:nth-child(3) {
  width: 108px;
}
.figure {
  display: inline-block;
  position: relative;
}
.my_cart_table table tr td .figure img {
  width: 100%;
  height: 65px;
}
.count_sec {
    width: 110px;
    padding: 0 2px;
}

.count_sec .count-input {
    position: relative;
    width: 100%;
    margin: 0px;
    float: left;
    border: 0;
}
.count-input .incr-btn.decr-btn {
    left: 0px;
    border-top: 0px;
}
.count-input .incr-btn {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: transparent;
    color: #141414;
    opacity: .8;
    font-weight: 300;
    text-align: center;
    line-height: 30px;
    top: 0;
    right: 0px;
    text-decoration: none;
    margin-top: 0px;
    border: none;
    border-radius: 0;
    transition: .7s;
    z-index:9
}

.count-input input {
    width: 100%;
    height: 40px;
    border: none;
    background: transparent;
    text-align: center;
    outline: none;
    border-radius: 0;
    border: 1px solid #ced4da;
}
.count-input .incr-btn {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: transparent;
    color: #141414;
    opacity: .8;
    font-weight: 300;
    text-align: center;
    line-height: 30px;
    top: 6px;
    right: 0px;
    text-decoration: none;
    margin-top: 0px;
    border: none;
    border-radius: 0;
    transition: .7s;
    z-index:9
}


/* ...........checkout........ */


.new-Checkout {
    width: 100%;
    margin: 20px auto 50px auto;
    }
    
    .new-Checkout .sw-theme-arrows {
    width: 100%;
    }
    
    .new-Checkout .sw-theme-arrows .nav-tabs .nav-item {
    margin-bottom: 0px;
    font-size: 19px;
    margin-right: 2px;
    float: right;
    width: 31.1%;
    }
    
    .new-Checkout .sw-theme-arrows > .sw-container {
    min-height: 200px;
    }
    
    .new-Checkout .sw-theme-arrows .step-content {
    padding: 0 10px;
    border: 0 solid #d4d4d4;
    background-color: transparent;
    text-align: left;
    }
    
    .new-Checkout .sw-theme-arrows .step-content h4{ font-size: 16px;    display: block;
    width: 100%;}
    
    .new-Checkout .sw-theme-arrows .sw-toolbar {
    padding: 10px;
    margin-bottom: 0 !important;
    }
    
    .new-Checkout .sw-theme-arrows > ul.step-anchor {
    border: 0;
    padding: 0;
    background: #fff;
    border-radius: 0;
    border-top-right-radius: 5px;
    list-style: none;
    overflow: hidden;
    margin-bottom: 10px;
    }
    
    .new-Checkout .sw-theme-arrows > ul.step-anchor li + li:before {
    padding: 0;
    }
    
    .new-Checkout .sw-theme-arrows > ul.step-anchor > li > a {
    width: 100%;
    color: #333;
    font-size: 17px;
    text-decoration: none;
    padding: 10px 0 10px 45px;
    position: relative;
    display: block;
    border: 0 !important;
    border-radius: 0;
    outline-style: none;
    background: #f1f1f1;
    font-weight: 400;
    }
    
    .new-Checkout .sw-theme-arrows > ul.step-anchor > li > a:hover {
    color: #fff;
    text-decoration: none;
    padding: 10px 0 10px 45px;
    position: relative;
    display: block;
    border: 0 !important;
    border-radius: 0;
    outline-style: none;
    background: #333;

    }
    
    .new-Checkout .sw-theme-arrows > ul.step-anchor > li > a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #f1f1f1;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
            -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    }
    
    .new-Checkout .sw-theme-arrows > ul.step-anchor > li > a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #f1f1f1;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
            -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    }
    
    .new-Checkout .sw-theme-arrows > ul.step-anchor > li:first-child > a {
    padding-left: 15px;
    }
    
    .new-Checkout .sw-theme-arrows > ul.step-anchor > li > a:hover {
    color: #fff;
    text-decoration: none;
    outline-style: none;
    background: #333;
    border-color: #333;
    }
    
    .new-Checkout .sw-theme-arrows > ul.step-anchor > li > a:hover:after {
    border-left-color: #333;     -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    }
    
    .new-Checkout .sw-theme-arrows > ul.step-anchor > li.clickable > a:hover {
    color: #4285f4 !important;
    background: #46b8da !important;
    }
    
    .new-Checkout .sw-theme-arrows > ul.step-anchor > li.active > a {
    border-color: #333 !important;
    color: #fff !important;
    background: #333 !important;
    }
    
    .new-Checkout .sw-theme-arrows > ul.step-anchor > li.active > a:after {
    border-left: 30px solid #333 !important;
    }
    
    .new-Checkout .sw-theme-arrows > ul.step-anchor > li.done > a {
    border-color: #f5f5f5 !important;
    color: #c7c7c7 !important;
    background: #f5f5f5 !important;
    }
    
    .new-Checkout .sw-theme-arrows > ul.step-anchor > li.done > a:after {
    border-left: 30px solid #f5f5f5;
    }
    
    .new-Checkout .sw-theme-arrows > ul.step-anchor > li.danger > a {
    border-color: #d9534f !important;
    color: #fff !important;
    background: #d9534f !important;
    }
    
    .new-Checkout .sw-theme-arrows > ul.step-anchor > li.danger > a:after {
    border-left: 30px solid #d9534f !important;
    }
    
    .new-Checkout .sw-theme-arrows > ul.step-anchor > li.disabled > a, .new-Checkout .sw-theme-arrows > ul.step-anchor > li.disabled > a:hover {
    color: #eee !important;
    }
    
    @media screen and (max-width:991px) {
    .new-Checkout .sw-theme-arrows > ul.step-anchor {
    border: 0;
    background: #fff !important;
    }
    
    .new-Checkout .sw-theme-arrows > .nav-tabs > li {
    float: none !important;
    margin-bottom: 0;
    }
    
    /*.new-Checkout .sw-theme-arrows > ul.step-anchor > li > a, .new-Checkout .sw-theme-arrows > ul.step-anchor > li > a:hover {
    padding-left: 15px;
    margin-right: 0;
    margin-bottom: 0;
    }*/
    
    .new-Checkout .sw-theme-arrows > ul.step-anchor > li > a:after, .new-Checkout .sw-theme-arrows > ul.step-anchor > li > a:before {
    display: none;
    }
    }
    
    .new-Checkout .sw-theme-arrows::before {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #5cb85c;
    }
    
    .new-Checkout .sw-btn-prev {
    display: none;
    }
    
    .new-Checkout .review_area {
    background: #fff;
    display: inline-block;
    padding: 0;
    width: 100%;
    margin-bottom:15px;
    }
    
    .new-Checkout .review_area .scroll-sec{
    width: 100%;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0;

    }
    
    
    .new-Checkout .review_area .table-bordered td, .table-bordered th {
    border: 1px solid transparent;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    /*vertical-align: top;*/
    }
    
    .new-Checkout .review_area .scroll-sec .table-bordered td:nth-child(2){ width: 56%;}
    .new-Checkout .review_area .scroll-sec .table-bordered td:nth-child(1){ width: 15%;}
    
    .new-Checkout .review_area table td strong {
    font-weight: 600;
    }
    
    .new-Checkout .review_area th {
    background: transparent;
    padding: 9px 8px;
    font-size: 16px;
    border-bottom: 1px solid #141414;
    font-weight: 600;
    }

    .new-Checkout .shipping_form ul {padding: 0;display: flex; margin:7px 0;
    justify-content: space-between;}
    
    .new-Checkout .shipping_form ul li {
    width: 46%;
    margin: 0 0;
    height: 38px;
    float: left;
    position: relative;


    }
    
    .new-Checkout .shipping_form .discount_code {
    border: 1px solid #141414;
    }
    
    .new-Checkout .shipping_form .form-control {
    background-color: #fff;
    height: 35px;
    border: 0;
    color:#141414;
    font-weight: 600;
    letter-spacing: 1px;
    }
    .shipping_form .discount_code input {
        margin: 0;
        padding: 5px;
        height: 30px;
        float: left;
        width: 60%;
    }
    
    .new-Checkout .shipping_form .discount_code input[type="submit"] {
    background: #141414;
    color: #fff;
    padding: 4px 5px 5px 5px !important;
    border-radius: 0;
    height: 35px;
    float: right;
    width: 38.5%;
    }
    
    .new-Checkout .method-list {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0px;
    text-align: center;
    border: 1px solid transparent;
    background: #fff;
    margin-bottom: 30px;
    }
    
    .new-Checkout .method-list .method-description {
    color: #717171;
    text-align: left;
    padding-left: 50px;
    font-size: 17px;
    }
    
    .new-Checkout .method-list li {
    margin-bottom: 15px;
    }
    
    .new-Checkout .method-list label {
    font-size: 16px;
    margin-bottom: 10px;
        text-align: left;
    width: 100%;
    }

.new-Checkout .method-list .custom-control-label::before {

    top: 4px;

}
 .new-Checkout .method-list .custom-radio .custom-control-input:checked~.custom-control-label::after {

    top: 7px;

}   
 .address-sec .custom-control-label::before {

    top: 4px;

}

 .address-sec .custom-radio .custom-control-input:checked~.custom-control-label::after{

    top: 7px;

}   

 
    .error_sec .success {
    color:#141414 !important
    }
    
    .error_sec .not-valid {
    color: red !important;
    }
    
    .step-content .scroll-sec{ width: 100%; max-height: 400px; overflow-x: hidden; overflow-y: auto; padding-right: 15px}
    
    #style-3::-webkit-scrollbar-track
    {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    background-color: #eee;
    }
    
    #style-3::-webkit-scrollbar
    {
    width: 5px;
    background-color: #141414;
    }
    
    #style-3::-webkit-scrollbar-thumb
    {
    background-color: #141414;
    }
    
    
    .step-content .address-sec {
    margin-bottom: 10px;
    width: 100%;
    background: #fff;
    }
    
    .step-content .form-control {    height: calc(2.25rem + 5px) !important;
    font-size: .9rem;}
    
    .step-content .address-sec a {
    display: block;
    padding: 5px 10px;
    border: 1px solid transparent;
    }
    
    .step-content .address-sec a:hover {
    border: 1px solid #eaeaea;
    }
    
    .step-content .address-sec a.active {
    border: 1px solid #eaeaea;
    }
    
    .step-content .address-sec ul {
    margin: 0;
    padding: 0;
    }
    
    .step-content .address-sec ul li {
    margin-bottom: 0px;
    font-size: 14px;
    color: #141414;
    padding-left: 25px;
    }
    
    .step-content .address-sec label {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 400;
    }
    
    
    
    .review_area.tab-pane {
    display: block !important;
    }
    
    .new-Checkout .w-50 {
    float: left;
    }
    
    
    #addaddress .form-control {
    height: calc(2.4rem + 2px);
    }
    
    #addaddress h5 {
    font-size: 20px;
    }
    
    .modal#addaddress .close {
    color: #491414141;
    margin: -4px;
    opacity: 1;
    }
    
    .review_area img {
    max-height: 70px;
    }
    
    
    .step-content .btn-link {
    font-weight: 400;
    color: #8e0101;
    background-color: transparent;
    padding: 0 !important;
    text-decoration: underline;
    }
    
    .new-Checkout .review_area .table-bordered td p {
    font-size: 18px;
    margin-bottom: 0;
    color: #141414;
    }
  
  
    .new-Checkout .btn-primary {
      color: #fff;
      background-color: #141414;
      border-color: #141414;
  }
  .content-section .button-sec .btn img {
    max-width: 10px;
    }
    
    .paypal_sec {
    margin: 40px 0;
    }
    
    .paypal_sec.tab_btn {
    background: #fff;
    }
    
    .paypal_sec .tab_btn ul.tabs {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10;
    padding: 0;
    width: 100%;
    list-style: none;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    }
    
    .paypal_sec .tab_btn ul.tabs li {
    margin: 0;
    cursor: pointer;
    padding: 10px 15px;
    color: #333;
    text-align: left;
    font-size: 14px;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 400;
    }
    
    .paypal_sec .tab_btn ul.tabs li:hover {
    background: #333;
    color: #fff;
    }
    
    .paypal_sec .tab_btn ul.tabs li.active {
    background: #333;
    color: #fff;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    }
    
    .paypal_sec .tab_container {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 20;
    left: 0;
    width: 100%;
    min-width: 10px;
    text-align: left;
    background: white;
    }
    
    .paypal_sec .track-number {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 0px #eaeaea;
    -moz-box-shadow: 0px 0px 5px 0px #eaeaea;
    box-shadow: 0px 0px 5px 0px #eaeaea;
    padding: 20px;
    border-radius: 4px;
    }
    
    .paypal_sec .tab_drawer_heading {
    display: none;
    }
    
    .paypal_sec .tab_container .track-number .card {
    width: 100% !important;
    margin: 0 auto;
    border:none
    }
    
    .paypal_sec .tab_container .track-number .btn-dark {
    padding: 8px 0px;
    border-radius: 5px !important;
    background: #141414;
    border: none;
    } 
  
  
  
    .new-customer h6 {
      font-size: 12px;
      text-transform: lowercase;
  }
  
  .step-content .btn-link:hover{font-weight: 400;
    color: #491414141;
    background-color: transparent;
    padding: 0 !important;
    text-decoration: underline;}
  
    .step-content .btn-link::after {
  
      background: transparent;
  }
  
  .new-Checkout .shipping_form ul li .error_sec {
    margin-top: 0;
    text-align: right;
    float: right;
    position: absolute;
    top: 35px;
    left: 5px;
  }
  
  .error_sec.tab-content {
    margin-top: 15px;
    text-align: right;
    float: right;
  }

  .bg-white{background:#fff}

/* ..................profilepage............. */
.graybg {
    background: #fff;
    padding:  0;
    margin-top:15px
}
.tab_btn {
    background: #fff;
}
.tab_btn {
    background: #fff;
    }
    
    .user-profile .tab_btn ul.tabs {
    display: none;
    vertical-align: top;
    z-index: 10;
    padding: 0;
    width: 100%;
    list-style: none;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    }
    
    .user-profile .tab_btn ul.tabs li {
    margin: 0;
    text-align: left;
    }
    
    .user-profile .tab_btn ul.tabs li a {
    display: block;
    font-size: 16px;
    color: #141414;
    padding: 10px 15px 10px 0;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 400;
    }

   .user-profile .tab_btn ul.tabs li a span {
    font-size: 23px;
}
    
    .user-profile .tab_btn ul.tabs li a:hover {
      color: #8e0101;
    }
    
    .user-profile .tab_btn ul.tabs li.active a {
      background: transparent;
      color: #8e0101;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    }
    
    .user-profile .tab_btn ul.tabs li.active a i {
    color: #fff;
    }

    .user-profile .tab-content {
        background: #fff;

        border: 1px solid #eeeff0;
        padding: 12px;
    }
    .user-profile h4 {
        margin: 0 0 15px 0;
        font-weight: 600;
        font-size: 18px;
        color: #141414;
    }

.user-profile h6 {

color: #141414;
}

.order-status {
    margin-bottom: 20px;
}

.order-status .page-header {
background: #f7f7f7;
    padding: 12px 10px 10px;
    font-size: 14px;
    color: #141414;
    
}


.collapse-menu .icon-plus {
    padding: 5px;
    color: #141414;
}

.collapse-menu {
    float: right;
    margin-left: 15px;
}

.return-item {
    float: right;
    margin-top: 0;
}
.return-item li {
    float: right;
    margin-left: 14px;
    margin: 3px 10px 0;
}
.return-item li a {
    color: #141414;
}

.orderItems img{ max-width:75px; max-height:75px}

.product-name a{font-size:14px}

.pending{color:#ff8227;    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 1px;}
.processing{color:#0061F9;    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 1px; }
.shipped{ color:#43e700;    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 1px;}
.completed{color:#43e700;    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 1px;}
.cancelled{    color: #d85757; text-transform: capitalize;
    font-weight: 400;
}

.area-first {
    background: #fff;
    height: auto;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    padding: 0;
}
.thumnail_sec .content_sec .image_sec img{ max-height:75px ;max-width:75px}

.btn-right a{margin: 0 5px}

/*.btn-right a i{font-size:18px}*/

.area-first a img{
    max-width: 75px; max-height:75px
}


/* ........track......... */

.tacked_sec{ margin: 0; width: 100%; min-height: 670px;}
.tacked_ordersec{ margin-top: 20px; width: 100%; min-height: 150px}
.product-id {font-size: 20px;    color: #141414;    font-weight: 400;  margin-top: 25px;}
.product-id h4 {
    font-size: 1.2rem;
}
.track-order-step{ margin-top: 30px;}
.track-order-step .trackaddress {text-align: left;margin-bottom: 30px; border:1px solid #ddd;} 
.track-order-step .trackaddress h5{ font-weight: 400;font-size: 18px;}
.track-order-step .trackaddress li {font-size: 15px;padding-bottom: 5px;width: 100%;float: none;}
.track-order-step .trackaddress .payment {font-weight: bold;min-width: 128px;display: inline-block;width: auto;}
.track-order-step .trackaddress  li a {color: #5d5d5d;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;}
.track-order-step .trackaddress li a:hover {color: #333;}
.track-order-step .trackaddress li a i {border: 1px solid #c7c7c7;width: 33px;height: 32px;text-align: center;padding-top: 6px;border-radius: 4px;margin-right: 7px;}
.track_product{margin-top: 20px;padding-bottom: 15px;font-size: 17px;text-align: left;border-bottom: 1px solid #e6e6e6;}
.track_product img{ max-width: 115px}
.track_product P {margin-bottom: 0;}
.track_product P a{color: #8e0101; text-decoration:underline}
.track_product P a:hover{color: #141414;}
.track_product li{font-size: 14px}
.track_product li .payment {font-weight: bold;min-width: 128px;display: inline-block;width: auto;}
.border_top{ margin-top: 25px;border-top: 1px solid #e6e6e6;}
.track_product .price {font-size: 15px; color:#141414}
.trams-conditions {float: right;position: relative;}
.plus-icon {position: relative;width: 20px;height: 20px;display: block;background-image: url(../img/plus.png);background-repeat: no-repeat;margin-top: 3px;background-position: center;background-size: 9px;}
.plus-icon.mins-icon {background-image: url(../img/minus.png);}
.trams-conditions a {color: #141414;margin-left: 15px;}
.plus-icon:before {content: "[";left: 0;}
.plus-icon:before, .plus-icon:after {position: absolute;top: -2px;}
.plus-icon:after {content: "]";right: 0;}
.plus-icon:before, .plus-icon:after {position: absolute;top: -2px;}
.trams-conditions .trams-con {
font-size: 14px;color: #747474;margin-top: 5px;display: none;overflow: auto;max-width: 500px;position: absolute;right: 0px;width: 200px;background: #f9f9f9;border: 1px solid #e4e4e4;padding: 5px;margin-right: 24px;z-index: 999;}
.price_left {float: left;width: 68%;margin-right: 8%;color: #141414;}
.price_right {float: left;width: 19%;text-align: right;margin-right: 5%;}
.dropdown-price_outer {float: left;width: 100%;margin: 2px;}

.cancel-area {width: 100%;}
/*.cancel-area .btn {margin-top: 10px;margin-left: 0;padding: 7px 8px;line-height: 15px;font-size: 12px;color:#fff;text-transform: uppercase;}*/
.track_product .product-varient {float: left;margin-right: 10px;}
.track_product .product-varient .left {float: left;color: #141414;font-size: 14px;}
.track_product .product-varient .right {float: left;color: #383838;font-size: 14px;}

.totalamount {font-weight: bold;}
.details-shipment{ background: #fff;padding:20px;}
.details-shipment h4{margin-bottom: 30px;}
.details-shipment td{font-size: 14px; color: #8a8a8a;border-bottom: 1px solid #eaeaea;}
.details-shipment th{color: #989898;}

.step1{ display: none;}
.step1.active{ display: block;}
.step2{display: none;}
.step2.active{display: block;}
.step3{display: none;}
.step3.active{display: block;}

.details-shipment .pagination{ float: right;}
.details-shipment .pagination li a {color: #ccc;padding: 7px 13px;font-size: 14px;}
.details-shipment table th {background: #f5f5f5;border-bottom: 1px solid #f5f5f5;font-weight: normal;border-top: 1px solid #f5f5f5;color: #313131; font-weight: 600 } 
.details-shipment .table{border: 1px solid #efefef;}
.details-shipment .pagination li a:hover{ background:transparent; color:#313537; color: var(--primery);}
.modal-sm {max-width: 300px !important; }
.modal-sm .modal-header { background: #141414; color: #fff ; padding: 10px;}
.modal-sm .modal-header h5 { color: #fff; font-size: 14px !important;;}
.modal-sm .modal-header .close { color: #fff !important; margin-top: -6px !important;font-size: 20px !important; padding: 5px !important;;}

.track-order-step .trackaddress .phone-outer .m-width{ width: 55px; display: inline-block}
.btn-success.disabled, .btn-success:disabled { color: #fff; background-color: #ccb687;border-color: #ccb687;}


/* .....order-tracked..... */
.multi-steps {height: auto;position: relative;margin: 0;padding: 0;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.multi-steps > li {
margin-bottom: 40px; counter-increment: stepNum;display: block;position: relative;margin-right: 0;background: #dadada; height: 2px; padding:0;-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;}
.multi-steps > li:last-child{flex-grow: 0;}
.multi-steps > li:before {
content: '';display: block;margin: 0;background-color: #fff;width: 16px;height: 16px;line-height: 21px;text-align: center;font-weight: bold;border-width: 2px;border-style: solid;border-color: #dadada;border-radius: 50%;z-index: 2;position: absolute;left: 0;top: -8px;}
.multi-steps > li h4{position: absolute;top: 15px;}
.multi-steps > li h4, .checkout .multi-steps > li h4 a {color: #929292; font-size: 15px;pointer-events: none;}
.multi-steps > li.active h4, .checkout .multi-steps > li.active h4 a{color: #388e3c;     pointer-events: initial;}
.multi-steps > li.active h4 a:hover{ color: #047d0a; font-weight: 500;}
.multi-steps > li.active:before {  border: 2px solid #388e3c; background-color: #388e3c;}
.multi-steps > li:not(:last-child).active:after {
content: '';height:2px ;width: 100%;background-color: #388e3c;position: absolute;top: 0;left:0;transform: translateY(-1%);z-index: 1;border-color: #388e3c;transition: 0.3s;-webkit-animation: demo 5s;animation: demo 5s;}
.multi-steps > li.cancelordr:before { border: 2px solid #d85757;  background-color: #d85757;}
.multi-steps > li.cancelordr h4, .checkout .multi-steps > li.cancelordr h4 a{ color: #d85757; font-weight: 500; pointer-events: inherit;}

@-webkit-keyframes demo {
from {
width: 0;border-color:#388e3c;
}
}
@keyframes demo {
from {
width: 0;border-color:#388e3c;
}
}

.track_product .progress-wrap.multi-steps > li:last-child:after {display: none;}
.smtxt{margin-bottom: 0;}
.smtxt small{font-size: 88%;}
.smtxt small span{margin-right: 10px; color: #656565; min-width: 135px; display: inline-block;}
.msgtxt{margin-bottom: 5px;}
.msgtxt.disabled{color: #656565;}
.trked_detail_dsk{ width: 100%;}
.ordered_sec{ width: 100%;}
.packed_sec{ width: 100%; }
.shipped_sec{ width: 100%;}
.delivered_sec{ width: 100%; }
.trked_detail_dsk P {margin-bottom: 0;}
.trked_detail_mb{ width: 100%; display: none}
.track_product .progress-wrap {margin-top: 10px;width:98%;}
.multi-steps > li:nth-child(2) h4 {position: absolute; left: -27px;}
.multi-steps > li:nth-child(3) h4 {position: absolute; left: -20px;}
.multi-steps > li:last-child h4 {position: absolute;right: -15px;}
.multi-steps > li:last-child:after{ display: none}


/* .....order-tracked.end....... */



/*.order-information {
    text-align: center;
}*/
.order-details .order-information h3 {
    font-weight: 600;
    font-size: 20px;
}

.order-information .pdf-invoice {
    position: absolute;
    top: 3px;
    right: 18px;
}

.order-information .pdf-invoice .fa-file-pdf {
    color: #810606;
    font-size: 20px;
}

.billing-address {
    border: 1px solid #ececec;
    padding: 20px;
}

.billing-address ul{ padding:0}
.billing-address ul li{font-size: 13px;}

.pricing-details {
    background: #ffffff;
    padding: 15px 15px;
    border: 1px solid #eeeff0;
    font-size: 15px;
}

.order-details h4{
    font-weight: 400;
    font-size: 18px;
    margin-bottom:10px;
}

.order-details p {
    font-size: 13px;
}

.order-details h3 {
    font-weight: 400;
    font-size: 18px;
     margin-bottom:10px
}

.pricing-details .row {
    margin-bottom: 10px;
}

.order-details{ background: #ffffff; padding: 25px 15px; position: relative}
.user-profile .order-details .order-status h4{margin-bottom: 10px;}
.user-profile .order-details .order-status h5{color:#8e755a}
.order-details .order-information h3{ font-weight: normal;}
.order-details .order-status .product-name a{font-weight: normal;}


.pagination-lg .page-link {
    padding: .75rem 1rem;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
        background-color: transparent;
}



    .user-profile .information-area h5 {
        margin: 10px 0 5px 0;
        font-size: 14px;
        color: #141414;
        font-weight: 500;
       
    }
    .notification .input-group-btn .btn {
    padding: 7px 15px;
    position: absolute;
    right: 1px;
    bottom: 3px;
    width: auto;
    z-index: 10;
    background: transparent;
}
    .address-sec .address-area {
    background: #f9f9f9;
    padding: 10px;
    margin-bottom: 20px;
}
.address-area .edit {
    position: absolute;
    right: 51px;
    top: 16px;
    cursor: pointer;
    z-index: 9;
    font-size: 14px;
    color: #909090;
}
.address-area .delete {
    position: absolute;
    right: 24px;
    top: 16px;
    cursor: pointer;
    z-index: 9;
    font-size: 14px;
    color: #909090;
}

.address-sec .btn.btn-outline-dark {
    background: #f8f8f8;
    padding: 3px 10px !important;
    width: auto;
    color: #141414;
    border: none;
    position: absolute;
    top: 5px;
    right: 0;
    border-radius: 1px;
    border: 1px solid #e4e4e4;
}
#createnewaddress.modal .close {
right: 3px;
    top: -3px;
    position: absolute;
    background: transparent;
    border: none;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 9;
    font-size: 17px;
}
.modal-body .custom-control-label::before {

    top: 3px;

}
.modal-body .custom-radio .custom-control-input:checked~.custom-control-label::after {
    top: 6px;


}

.hamico {
    cursor: pointer;
    border: 1px solid #8e0101;
    background: #8e0101;
    padding-top: 7px;
    padding-bottom: 8px;
    border-radius: 3px;
    color: #141414;
    font-weight: 500;
    font-size: 14px;
}

.user {
    color: #333;
    font-weight: 600;
        padding: .25rem 1.5rem;
        font-size: .9rem;
}

.login-sec{padding: 40px 0 40px 0}

.login-sec h2 {
font-size: 2rem;
font-weight: 500;
color: #141414;
text-transform: capitalize;
letter-spacing: 2px;
display: block;
margin-bottom: 40px;
}

.block-content {
padding: 0;

}

.login-sec h4{font-size: 16px;    margin-bottom: 15px;
  padding-bottom: 12px; color:#141414}

.login-sec .btn-link{ display: contents;
    color: #141414;
}

.login-sec .btn-link:hover{ display: contents;
    color: #8e0101;
}


.login-sec .map-sec{margin-top: 60px; width: 100%; }

.login-sec .map-sec img{width: 100%;}
.login-sec label{font-size: 14px;}

.login-sec h5{    font-size: 1rem;
    color:#141414;
    font-weight: 400;}
.login-sec a.btn {
font-size: 1rem;
    color: #141414;
    font-weight: 400;
    line-height: 1.2;
    text-transform: inherit;
    letter-spacing: 0;
font-family: 'Raleway', sans-serif;
}
.login-sec a:hover{color:#8e0101; text-decoration:none}

.login-sec .valid-feedback{color:#e7bbae; font-weight: 500; font-size: 100%; }

.login-sec .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 100%;
    font-weight: 500; 
    color: #dc3545;
}

.block-content p a {
    font-size:15px
}

.blog-sec{padding: 60px 0 0 0;}

.blog-sec h2 {
    margin-bottom: 20px;
    font-size: 23px;
    letter-spacing: .10rem;
    text-transform: capitalize;
}

.blog-post-image {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}

.blog-post-image img {
  position: relative;
  width: 100%;
}

.blog-post-summary-journal {
  background: #fff;
  padding: 30px;
  width: 85%;
  margin: -60px auto 0 auto;
  position: relative;
}
.blog-post-summary-journal h2{

  font-size: 1.7rem;
  margin-bottom: 12px;
}

.blog-post-summary-journal:before {
  left: -5px;
  transform: rotate(-5deg);
}
.blog-post-summary-journal:after, .blog-post-summary-journal:before {
  content: "";
  position: absolute;
  top: 15px;
  z-index: -1;
  display: block;
  width: 20px;
  height: 200px;
  background: rgba(39,44,49,.15);
  filter: blur(5px);
}
.blog-post-summary-journal:after {
  right: -5px;
  transform: rotate(5deg);
}
#blog-posts-overview .blog-post-meta {
  font-size: 12px;
  margin-bottom: 10px;
}
.blog-post-meta.blog-post-meta-category {
  font-weight: 600;
  text-transform: uppercase;
}
 .blog-post-meta span:after {
  content: "|";
  display: inline-block;
  padding: 0 3px 0 3px;
  opacity: 0.8;
  position: relative;
  top: -1px;
  letter-spacing: normal;
}
.blog-post-meta span:last-child:after{ content: '';}
.blog-post-summary-journal h2, .blog-post-summary-journal .blog-post-meta, .blog-post-summary-journal .blog-post-bottom {
  text-align: center;
}
.blog-post-meta {
  font-size: 13px;
  margin-bottom: 10px;
  color: #bbb9b9;
  font-weight: 400;
}



.custom_page_content {
  min-height: 530px;
  position: relative;
  margin-top: 60px;
  }
  
  
  .custom_page_content .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
      width: 100%;
      margin: 0 auto;
     
    }
    
    .custom_page_content .main {
      flex: 0 0 50%;
      max-width: 50%;
      height: 100%;
    }
    
    .custom_page_content .sidebar {
      flex: 0 0 50%;
      max-width: 50%;
  
    }
    
    .custom_page_content .sidebar__widget {
      position: sticky;
      top: 0;
  /* 
      height: 100vh; */
    }
  
    .custom_page_content .sidebar__widget .image-sec {
  width: 100%;
  display: block;
  height: 515px;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  }
  
  .custom_page_content .image-sec img{ width: 100%;}
  
  
  .custom_page_content .main .contant-about{ width: 70%; padding: 50px 0; margin: 0 auto;}
  
  .custom_page_content .main .contant-about h2 {
    margin-bottom: 20px;
    font-size: 23px;
    letter-spacing: .10rem;
    text-transform: capitalize;

  }
  


  .new-cart {
height: 100%;
position: fixed;
z-index: 99;
top: 0;
right: 0;
background-color: #fff;
overflow: hidden;
transition: 0.5s;
padding-top: 0;
-webkit-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.75);
box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.75);
}

.new-cart-sec {
width: 100%;
padding-top: 75px;
height: 100vh;
/* height: calc(var(--vh, 1vh) * 100); */
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.new-cart-sec .table-scroll {
width: 100%;
overflow-x: hidden;
overflow-y: auto;
height: calc(100vh - 191px);
}

.new-cart img {
max-height: 75px;
max-width: 100px;
}


.new-cart-sec .count-input .incr-btn {
display: block;
position: absolute;
width: 30px;
height: 34px;
background: transparent;
font-weight: 300;
text-align: center;
line-height: 33px;
right: 2px;
text-decoration: none;
border-top: 0;
border-left: 0;
top: 2px;
font-size: 15px;
}

.new-cart-sec .count-input .decr-btn {
display: block;
position: absolute;
width: 30px;
height: 24px;
background: transparent;
font-weight: 300;
text-align: center;
line-height: 34px;
left: 2px;
text-decoration: none;
border-top: 0;
border-left: 0;
font-size: 15px;
}

.new-cart table td:nth-child(1) {
width: 17%;
}

.new-cart table td:nth-child(2) {
width: 40%;
}

.new-cart table td:nth-child(3) {
width: 130px;
}

.new-cart-sec label {
font-size: 18px;
white-space: nowrap;
}

/* .new-cart-sec label::first-letter {
font-size: 80%;font-family: 'Open Sans', sans-serif;
} */

.new-cart-sec a {
display: block;
color: #333;
font-size: 14px;
transition: .5s;

}

.new-cart-sec a:hover {
color: #141414;
}

.new-cart-sec .count-input input {
height: 35px;
}

.new-cart .close-icon {
width: 40px;
height: 40px;
line-height: 35px;
border-radius: 20px;
position: absolute;
top: 17px;
right: 2px;
color: #491414141;
z-index: 1510;
border: 0;
font-size: 18px;
background: transparent;
}

.new-cart .cart-title {
height: 40px;
line-height: 40px;
position: absolute;
top: 17px;
left: 10px;
margin: 0;
z-index: 2;
font-size: 23px;
}

.new-cart .cart-title .btn {
font-size: 11px;
    vertical-align: bottom;
    text-transform: uppercase;
}

.new-cart .cart-title a {
color: #141414;
text-decoration: underline;
transition: .5s;
}

.new-cart .cart-title a:hover {
color: #333;
text-decoration: none;
text-transform:uppercase
}


.new-cart .table td {
border: 0;
padding: 10px;
}

.new-cart .table td:last-child {
text-align: right;
}

.new-cart .cart-bottom {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
overflow: hidden;
padding: 30px 16px 30px 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: rgba(0,0,0,0.04);
}

.new-cart .cart-bottom h6 {
font-size: 15px;
color: #b3b3b3;
}

.new-cart .cart-bottom span {
font-size: 20px;
color: #141414;

}

.main_loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: rgba(255, 255, 255, .9);
    z-index: 999;

}

.loader_sec {

    width: 100%;
     height: 100vh;
        text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.loader {
  border: 3px solid #8e0101;
  border-radius: 50%;
  border-top: 3px solid #141414;
  width: 95px;
  height: 95px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
      margin: 0 auto;

}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.loader_sec .figure {
    display: inline-block;
    text-align: center;
    height: 100%;
}



.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #181819;
    background-color: #fff;
   border: none; 
}

.page-link .first{display:none}
.page-link .last{display:none}

.nodata_found{ min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;text-align: center;}


.nodata_found h3{font-size:1.2rem}




.property_sec{ width: 100%; padding: 40px 0}
.left_categories{ width: 100%;}
.left_categories h5{     margin-bottom: 15px;
  padding: 10px;
  background: #fbfbfb;
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
}
.categories_sec{ margin-bottom: 25px; width: 100%; display: inline-block;}
.u-vmenu ul .custom-control-label::before {top: .4rem;}
.u-vmenu ul .custom-checkbox .custom-control-label::before {border-radius: 0;}
.u-vmenu ul{margin-top:0px;margin-bottom: 0; line-height: 30px;    padding-left: 20px;}

.u-vmenu ul .custom-control-label::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 0 !important;
  border: 1px solid #d3d8dc;
  background-color: #fff !important;
  top: 0;
  left: 0;
}

.u-vmenu ul .custom-control-label::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 3px;
  left: 3px;
}

.area-one{ background: #efefef;padding: 5px 10px;}
.productwrap .checkbox label::before {content: "";display: inline-block;position: absolute;width: 16px;height:16px;
left: 0;margin-left: -20px;border:1px solid #dbdbdb;border-radius: 3px;top:4px;-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
/* .u-vmenu ul:first-child > li:not(:last-child){padding:0;border-radius: 2px;background: #fff;margin-bottom: 3px;}  */
.u-vmenu > ul > li {background: url(../img/vmenu/zakladka.png) left top no-repeat;background-size: 100% auto;padding: 0;border-radius: 2px;background: #fff;margin-bottom: 0;}
.u-vmenu ul li { width: 100%;list-style: none;display: inline-block;}
.u-vmenu ul .custom-control-label {margin-bottom: 0;font-size: .9rem;font-weight: 500;}

.clear-option a {width: 100% !important;}
.clear-option i {margin-right: 10px;}
.filter_sec{ width: 100%; margin-bottom: 25px;}
.filter_sec .u-vmenu ul{ width: 100%;

  display: inline-block;}

.filter_sec .u-vmenu ul li a[data-option='off'] {
background: url(../img/plus.png) center no-repeat;
}
.filter_sec .u-vmenu ul li a[data-option='on'] {
background: url(../img/minus.png) center no-repeat;
}
.filter_sec .u-vmenu ul li {width: 100%; display: inline-block; list-style: none;padding: 0;}

.filter_sec .multilabel-menu-col .custom-checkbox {width: calc(100% - 26px); display: inline-block}
.filter_sec .multilabel-menu-col .custom-checkbox span{ font-size: 1rem; font-weight: 500;}

.range-slider {
  padding: 0 15px;
}




.instagram_sec{margin:60px 0; width:100%;}

.instagram_sec h2{ text-align:center; margin-bottom:15px; font-size:24px}

.instagram_sec .owl-carousel .owl-item .card {
    border: 0;
    text-align: center;
}

.instagram_sec .owl-carousel .owl-item .card img {
    display:block;
    width: 100%;
    max-height: 245px;
    object-fit: cover;
    height: 245px;
}


.contactus-sec{padding: 40px 0 40px 0}

.contactus-sec h2 {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 22px;
}


.contactus-sec .image-sec{ margin:0; width:100%}

.contactus-sec .image-sec img{max-height:100%; max-width:100%}

figure span.icon {
    font-size: 35px;
    color: #e7bbae;
}

.contactinput{margin:0; width:100%}

.contactinput .custominput{
        line-height: 3.75rem;
    height: 2.6rem;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .9375rem;
    color: #141414;
    letter-spacing: .01em;
    width: 100%;
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #333;

    border-radius: 0;
}

.contactinput .customtextarea{
    font-size: .9375rem;
    color: #141414;
    letter-spacing: .01em;
    width: 100%;
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #333;

    border-radius: 0;
}
.button_sec{margin:0; width:100%}

.button_sec .btn-primary {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
    border-radius: 0;
    margin-top: -32px;
    padding: 10px 40px;
    z-index: 2;
    position: relative;
}

.button_sec .btn-primary:hover {
    color: #141414;
    background-color: #8e0101;
    border-color: #191919;
}

/*.button_sec .btn-primary:not(:disabled):not(.disabled).active, .button_sec .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #141414;
    background-color: #8e0101;
    border-color: #191919;
    box-shadow: -9.24px 10.24px 0px 0px rgba(231,187,174,1);
}*/

.button_sec h6 {
    font-size: .8rem;
    margin-top: 30px;
}

 .modal-title {
    font-weight: 600;
}
   
 .modal-content .modal-body img{
    max-width: 100%;
}




  .detail_review{ margin:0; width:100%; padding:60px 0 0 0;}

 .border-top {
    border-top: 1px solid #141414 !important;
    width: 100%;
    margin: 30px auto 20px auto;
}

  .detail_review .postbtn{width:200px !important}

 .detail_review h2 {
    margin-bottom: 35px;
    font-size: 23px;
    letter-spacing: .10rem;
    text-transform: initial;
}


 .listing-grid {
    border-bottom: 1px solid #e5eaef;
    display: inline-block;
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative;
    width: 100%;
    min-height: 130px;
}
 .listing-grid h3 {
    color: #191919;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    transition: all 1s ease 0s;
}
 .listing-grid .listing-meta {
    display: block;
    margin-bottom: 20px;
}

 .listing-grid .listing-meta span:first-child {
    margin-left: 0;
}

.listing-grid .listing-meta span {
    color: #141414;
    font-size: 12px;
    line-height: 20px;
    margin-right: 10px;
    text-transform: uppercase;
}
.listing-grid .listing-meta span i {
margin-right: 1px;
    font-size: 15px;
    color:#d6beb4;
}

.listing-grid .col-md-2::after {
    background-color: #e5eaef;
    content: "";
    position: absolute;
    right: 4px;
    top: 0;
    width: 1px;
    height: 124px;
}


.listing-grid .vote {
    text-align: center;
    color: #141414;
    padding: 0;
    margin: 0;
    width: 65px;
    display: inline-block;
}
.listing-grid .vote li a svg {
    fill:#141414

}

.listing-grid .vote li a.active svg {
    fill:#d6beb4

}


.askInlineWidget .vote li {
    list-style: none;

}

.listing-grid .vote .label {
    text-align: center;
    display: block;
        border: 1px solid #ddd;
        margin: 10px 0;
}
.listing-grid .vote .label[data-count] .one {
    display: none;
}

.listing-grid .vote .label[data-count] .more {
    display: block;
}

.listing-grid .vote .label {
    text-align: center;
    display: block;
}

.listing-grid .listing-meta span.show-more-less-handler{    color: #d6beb4;}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.has-search .form-control {
    padding-left: 2.375rem;
}



.raiting_sec h2 {
    margin-bottom: 35px;
    font-size: 23px;
    letter-spacing: .10rem;
    text-transform: initial;
}


.raiting_sec h3 {
    color: #d6beb4;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
}

.raiting_sec h3 a{color:#d6beb4}

.raiting_sec .listing-meta span:first-child {
    margin-left: 0;
}

.raiting_sec .listing-meta span.review_date {
    color: #141414;
    font-size: 11px;
    line-height: 20px;
}
.raiting_sec .listing-meta span i {
    margin-right: 1px;
    font-size: 15px;
    color: #d6beb4;
}

.raiting_sec{ margin:0; width:100%; padding:0}

.raiting_sec .tab-content{
    border-top: 1px solid #d6d6d6;
    padding:0
}

.raiting_sec .nav-pills .nav-link.active, .raiting_sec .nav-pills .show>.nav-link {
    color: #d6beb4;
    background-color: transparent;
    border-bottom: 2px solid #d6beb4;
    border-radius: 0;
}

.raiting_sec .nav-link {
    display: block;
    padding: 0;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    margin-right: 65px;
}

.listing-meta {
    position: relative;
    border-bottom:1px solid #d6d6d6
}

.listing-meta:last-child{ border-bottom:0}

.listing-meta p{text-transform: lowercase;}

.listing-meta .border-left {
    width: 2px;
    border-left: 2px solid #d6beb4 !important;
    height: 85%;
    position: absolute;
    left: 25px;
}

.listing-meta .review_date{position:absolute; top:0; right:15px;font-size: 14px;}

.question_sec{position: relative;}

.question_sec .review_date {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 11px;
}

.error_msg_review .invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0;
    font-size: 80%;
    color: #dc3545;
}

.error_msg_review .form-control {
    color:#dc3545;
    border: 1px solid #dc3545;

}

.disabled{ pointer-events: none; }


.star-ratings {
unicode-bidi: bidi-override;
color: #ccc;
font-size: 25px;
position: relative;
margin: 0;
padding: 0;
}

.star-ratings .fill-ratings {
color: #141414;
padding: 0;
position: absolute;
z-index: 1;
display: block;
top: 0;
left: 0;
overflow: hidden;
}

.star-ratings .fill-ratings span {
display: inline-block;
}

.star-ratings .empty-ratings {
padding: 0;
display: block;
z-index: 0;
}


.star_sec{ margin:0;}

.star_sec ul{list-style-type:none; margin:0; padding:0}
.star_sec ul li{ display:inline-block; margin-right:2px}
.star_sec ul li span{font-size:25px;}

.star_sec ul.clickevent li span{ cursor:pointer;}

.star_sec ul li a{ text-decoration:none;}

.star_sec ul li a img{max-height:34px;}
.star_sec ul li img.imgshow{display:none}
.star_sec ul li img.imghide{display:block}

.star_sec ul li a.active img.imghide{display:none}

.star_sec ul li a.active img.imgshow{display:block}

#luxleBlackfriday .modal-content {
    background: #fff;
    padding: 15px;
}
#luxleBlackfriday .modal-body {
    text-align: center;
    background: #f6e7e0;
}

#luxleBlackfriday .modal-content {
    background: #fff !important;
}

.min-height{min-height:500px}

.price-filter .dropdown-menu.list-menu {
    width: 350px;
    padding: 13px 0;
}



.star_active span{
    color:#141414;
    font-size:25px;
}

.star_inactive span{ color:#ccc; font-size:25px; }


.modal {

    bottom: 40px !important;

}

.contact_btn {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: #cca957;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    padding: 15px 7px;
    z-index: 9;
}
.contact_btn a {
    display: block;
    color: #fff;
}
.details-sec .panel-block-row {
    width: 100%;
}

.details-sec .icon-service {
    min-height: 130px;
}
.details-sec .icon-service .icon {
    margin-bottom: 15px;
    text-align: center;
}
.details-sec .icon-service .icon img {
    height: 50px;
}
.details-sec .icon-service .text {
    text-align: center;
}

.details-sec .icon-service .text p {
    color: #141414;
    margin-bottom: 0;
    font-size: 12px;
}

.newCollection{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 80px 0;

}
.maxWidth {
    max-width: 1425px;
    margin: 0 auto;
}
.bg-banner{margin:0; position:relative}
.bg-banner2{margin-bottom: 176.25pt; position:relative}
.imageHover .imagesSec {
    height:100%;
    overflow:hidden;
    position: relative;
    display: inline-block;
}
.imageHover .imagesSec img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    position: relative;
    transition:1s

}
.imageHover:hover .imagesSec img {
transform: scale(1.1);
transition: 1s;
}

.banner-wrapper-infor{ display: flex;position: absolute;top: auto;left: auto;right: -15%;bottom: 0;justify-content: flex-end; width: 100%;padding-bottom: 13rem;}
.banner-wrapper-infor2{ display: flex;position: absolute;top: auto;left: auto;right: -17%;bottom: 0;justify-content: flex-start; width: 100%;padding-bottom: 13rem;}
.banner-wrapper-infor3{ display: flex;position: absolute;top: auto;left: auto;right: -70px;bottom: 0;justify-content: flex-end; width: 100%;padding-bottom: 6rem;}
.banner-wrapper-infor .content{width: 57%;}
.banner-wrapper-infor2 .content{width: 70%;}
.banner-wrapper-infor3 .content{width: 70%;}

.bg-banner h3 {
    font-size: 2rem;font-weight: 600; margin-bottom:10px;font-family: 'PT Serif', serif;
}
.bg-banner p {
    font-size: 15px;
}
.bg-banner2 h3 {
    font-size: 2rem;font-weight: 600; margin-bottom:10px;font-family: 'PT Serif', serif;
}
.bg-banner2 p {
    font-size: 15px;
}

.videoSec{margin:0; padding:80px 0 }

.videoWapper{margin:0; width:100%; background:#000; padding:50px}
.videoWapper h2{font-weight: 600;font-size: 2rem; color:#fff; margin-bottom:15px;font-family: 'PT Serif', serif;}
.videoWapper p{font-size:14px;color:#fff}

.videoWapper .image-sec{width:100%}
.videoWapper .image-sec img{width:100%}

.videoWapper .image-sec .content {
    padding: 0px 0px 60px 0px;
    justify-content: flex-start;
    display: flex;
    bottom: 0;
    top: auto;
    position: absolute;
    width: 100%;
    left: 0;
}

.videoWapper .image-sec .content .bwp-video {
    transform: translateX(-50%);
    position: relative;
    z-index: 2;
}

.videoWapper .image-sec .content .button-video {
        width: 150px;
    height: 150px;
    background: #fff;
        border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    text-indent: 3px;
    cursor: pointer;
    text-align: center;
    z-index: 2;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}

.videoWapper .image-sec .content .button-video:after, .videoWapper .image-sec .content .button-video:before {
        width: 150px;
    height: 150px;
    border-radius: 50%;
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
    animation: q 1.5s ease-out infinite;
}
.videoWapper .image-sec .content .button-video:after {
    z-index: 1;
    background: hsla(0,0%,100%,.5);
    -webkit-transition: all .2s;
    transition: all .2s;
}
.videoWapper .image-sec .content .button-video a{display:block;}
.videoWapper .image-sec .content .button-video .icon {
    position: relative;
    z-index: 3;
    color: #000;
    font-size: 3.3rem;
}

@keyframes q{
  0%{
    transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity:1; }
  to{
    transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity:0; } }


.newCategory{margin:80px 0}

.item-product{margin:0; text-align:center}
.item-product .item-image img {
    border-radius: 50%;
    max-width:220px;
    max-height:220px;
}
.product-info h2{
    margin-top: 25px; font-size: 1.2rem;  font-weight: 400;
}

.animation-horizontal:hover {
    animation-name: animation-horizontal;animation-duration: 1s; animation-timing-function: ease-in-out;
}
.animation-horizontal:hover {
    animation-iteration-count: 1;
}
.denefitsSec{padding:80px 0}

.denefitsSec .icon-wrapper {
    display: block;
    text-align: center;
    flex-direction: unset;
}
.denefitsSec .icon-box-icon {
    margin-bottom: 15px;
}
.denefitsSec .icon-box-icon img {
    max-height: 70px;
}
.denefitsSec .box-content {
    flex-grow: 1;
}
.denefitsSec h3 {
    font-size: 20px;margin-bottom: 16px;font-family: 'PT Serif', serif;font-weight: 700;
}
.denefitsSec p {
    font-size: 14px;
}








@keyframes animation-horizontal {
    16.65% {
        transform: translateX(8px)
    }

    33.3% {
        transform: translateX(-6px)
    }

    49.95% {
        transform: translateX(4px)
    }

    66.6% {
        transform: translateX(-2px)
    }

    83.25% {
        transform: translateX(1px)
    }

    100% {
        transform: translateX(0)
    }
}



.modal-dialog.details-modal {
    max-width: 60%;
    width: 60%;
}

.modal-dialog.details-modal .video_container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.modal-dialog.details-modal .video_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
