
/* @font-face {
    font-family: 'MyriadPro-Regular';
    src: url('/public/font/MyriadPro-Regular.eot');
    src: url('/public/font/MyriadPro-Regular.woff2') format('woff2'),
        url('/public/font/MyriadPro-Regular.woff') format('woff'),
        url('/public/font/MyriadPro-Regular.ttf') format('truetype'),
        url('/public/font/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg'),
        url('/public/font/MyriadPro-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'CormorantGaramond-Light';
  src: url('../font/Cormorant_Garamond/CormorantGaramond-Light.ttf');
}
@font-face {
  font-family: 'OpenSansCondensed-Light';
  src: url('../font/Open_Sans_Condensed/OpenSansCondensed-Light.ttf');
} */

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
p strong{
    font-weight: bold;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
ol, ul {
    list-style: none;
}
/* tables still need ‘cellspacing=”0″‘ in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
.dropdown-item {
    font-size: 14px;
    text-transform: capitalize;
    padding: 0.5rem 1.5rem !important;
  }
  .uname{
    font-size: 15px;
  }
  .rightlink span{
    font-size: 15px;
  }
blockquote:before, blockquote:after,
q:before, q:after {
    content: “”;
}
.close:focus{
  outline: none;
}

blockquote, q {
    quotes: “” “”;
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
body{
    /*    font-family: 'MyriadPro-Regular';*/
    /* font-family:sans-serif !important; */
    font-family: 'Quicksand', sans-serif;

}
a {
    text-decoration: none !important;
    cursor: pointer;

}
a:focus {
    outline: none;
    text-decoration: none;
}
a:hover, .active a{ transition: 0.6s; text-decoration: none;}

img {
    border: 0;
}
:focus {
    outline: 0;
}
.clear {
    clear: both;
}
.fa-4{font-size: 7em;}
.fa-3{font-size: 4em;}
.fa-2{font-size: 2em;}
.fa-1{font-size: 1em;}
.error{color: #b92c28;}

.hoverIcon > a > img {
    display: inline-block;
    float: left;
    vertical-align: middle;
    margin-right: 10px;
}
/*.hoverIcon > a:hover > img:nth-child(1),*/
.hoverIcon > a.active > img:nth-child(1),
.hoverIcon > a > img:nth-child(2){
    display: none;
}
/*.hoverIcon a:hover > img:nth-child(2),*/
.hoverIcon a.active > img:nth-child(2){
    display: block;
}
section{
    width: 100%;
    height: auto;
    min-height: 100%;
    position: relative;
    float: left;
}
.wrapper {
    padding: 30px 0 30px 0;
}

.form-group {
    margin-bottom: 15px;
    float: left;
    width: 100%;
    text-align: left;
    direction: ltr;
}
.checkbox label, .radio label {
    padding: 0px 15px;
}

.img-center{
    margin: 50px auto;
    width: 75%;
}
.logo{
  width: 125px;
height: 60px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}

.newsKnowMore{
    float: left;
    width: auto;
    font-size: 14px;
    color: #575756;
}
.newsKnowMore a{
    font-size: 14px;
    color: #575756;
}
.newsKnowMore .fa {
    color: #ba9547;
    border: 2px solid #ba9547;
    border-radius: 50%;
    padding: 3px 7px 3px 7px;
    margin-right: 13px;
    font-size: 13px;
}
 /* Carousel */

/**********-- Start menu --************/
.menu{
    float: left;
    width: 100%;
    height: auto;
    background-color: #ffff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.slider-size {
  height: 600px;
}
.logoImg{
  display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

  .rightSection{
    /* float: right; */
text-align: right;
display: inline;
margin-right: 30px;
  }

  .fa{
    padding-left: 5px;
  }

.paddingMenu{
    margin-top: 90px;
}
.carousel-caption {
    position: absolute;
    right: 62%;
    bottom: 178px;
    /* left: 15%; */
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #282828;
    text-align: left;
}


.menu .sectionTwo{
    margin-right: 60px;
}
.menu .sectionTwo ul {
    margin-top: 0px;
}
.social-part .fa{
    padding-right:20px;
}
ul li a{
    margin-right: 20px;
}
.carousel-item {
  height: 65vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.navbar {
    padding: 1rem 1.5rem;

}

element.style {
}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}
button, html [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

.shopHeader{
  display: block;
}

/* .navbar-nav>li {
    float: right;
} */
nav{
  color: black;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #67686a;
}
.navbar-dark .navbar-nav .nav-link {
    color: #67686a;
}
 .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #f49600;
}
.navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link.active {
   color: #f49600;
}
 .navbar-nav .nav-link  {
    color: #686868 !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #f49600;
  }
.rightlink{
  padding-right: .1rem !important;
  padding-left: .1rem !important;
}

.checkoutBtn{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 102;
  width: 100%;
  /* height: 50px; */
  padding: 40px;
}
.checkbtn{
  color: #fff;
  background-color: #f49600;
  border-color: #f49600;
  font-size: 20px;
}

.resetLink{
  font-size: 14px;
}
.resetLink:hover,.resetLink.active,.resetLink:focus,.resetLink:not(:disabled):not(.disabled):active{
  color: #f49600;
}

.sidebarContainer{
  min-height: 100%;
position: relative;

padding-bottom: 85px;
}
.noItems{
  color: wheat;
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.checkbtn:hover,.checkbtn.active,.checkbtn:focus,.checkbtn:not(:disabled):not(.disabled):active{
    color: #fff;
    background-color: #77787C;
    border-color: #77787C;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(158 158 158 / 47%);
}
.checkoutBtn a:hover{
  color: #fff;
}
.checkoutBtn a{
  color: #fff !important;
    padding: 8px!important;
    font-size: 15px!important;
    width: 48%;
    display: inline-block!important;
    font-weight: 300!important;
    transition: 0.2s!important;
}
.divider {
    position: relative;
    width: 100%;
    margin: 19px 0;
    text-align: center;
}
.divider:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: " ";
    width: 100%;
    height: 1px;
    background: #ccc;
}
.divider span {
  position: relative;
  z-index: 10;
  background: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #282828;
  padding: 0 19px;
  text-transform: lowercase;
}
.leftLinks{
    margin-top: 28px;
}
.leftLinks a{
    margin-right: 30px;
    font-size: 18px;
    color: #ffffff !important;
}
.leftLinks a:hover{
    color: #9fcb39;
}
.leftLinks a i{
    font-size: 25px;
    position: relative;
}
.leftLinks a i span{
    position: absolute;
    top: -10px;
    left: -20px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #404040;
    font-size: 14px;
    color: #a9a9a9;
    text-align: center;
    padding: 3px;
}
.tooltip.bottom{
    margin-top: 10px;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
}
.tooltip.bottom .tooltip-arrow{
    border-bottom-color: #ffffff;
    opacity: 1 !important;
}
.tooltip-inner{
    background-color: #ffffff;
    color: #6d6d6d;
    min-width: 160px;
    opacity: 1 !important;
}

.dropdown-menu li{

  float: left;

  width: 100%;

  height: auto;

  padding: 0px;

  margin-left: 0px;

}
.dropdown-menu li a{

  padding: 10px 15px;
  float: left;
  width: 100%;
  color: #555555;
  font-size: 13px;
  text-align: left;

}
.dropdown-menu li a:hover{

  color: #555;
    background-color: #e7e7e7;

}
/* .dropdown-menu {
  min-width: 120px;
    right: 0;
    left: unset;
    float: right;
    text-align: left;
} */
.dropdown-menu {
    /* width: 187px; */
    min-width: unset;
    left: 0;
    /* left: unset; */
    float: left;
    text-align: left;
}
.activeHeart{
  color:#f49600!important;
}
.header-cart-item{
  margin-top: 30px;
    padding-left: 30px;
}
.productImg{
  width: 80px;
    height: 70px;
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #282828;
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 60px;
}
.rowSlider{
  margin-right: auto;
margin-left: auto;
    max-width: 1600px;
    /* margin: 0 auto; */

    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f49600;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.textSize{
  color: #282828;
  line-height: 1.21!important;
  font-size: 28px;
  margin-bottom: 13px;
}
.lightText{
  color: #757575;
}
.slideLink{
  font-size: 20px;
line-height: 1.4;
color: #888;
margin-top: 16px;
margin-bottom: 6px;
padding: 0 0 3px 0;
border-bottom: 1px solid #cfcfcf;
}
.slideLink:hover{
  color: #f49600;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}
.header-cart-item-txt{
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
}
.header-cart-item-name{
  display: block;
font-size: 13px;
color: #fff;
padding-bottom: 4px;
  text-transform: capitalize;

}
.line{
  border-bottom: 1px dotted #fff;
width: 85%;
margin: 11px auto;
}
.header-cart-item-desc{
  display: block;
font-size: 12px;
color: #d8cbcb;
padding-bottom: 4px;

}
.header-cart-item-info{
  font-size: 12px;
    color: #d8cbcb;
}
.header-cart-item-img{
  display: inline-block;
}
.colorIcon{
  color: #f49600;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}
/* modal */
@media (min-width: 576px){
  .modal-dialog {
    max-width: 400px;

    .modal-content {
      padding: 1rem;
    }

  }
}

.modal-header {
  .close {
    margin-top: -1.5rem;
  }
}

.form-title {
  margin: -2rem 0rem 2rem;
}

.btn-round {
  border-radius: 3rem;
}

.delimiter {
  padding: 1rem;
}

.social-buttons {
  .btn {
    margin: 0 0.5rem 1rem;
  }
}

.signup-section {
  padding: 0.3rem 0rem;
}
/* end modal */
.btn-info {
    color: #fff;
    background-color: #282828;
    border-color: #282828;
    border-radius: 0;
    outline: none;
}
.btn-info:hover {
    color: #fff;
    background-color: #4c4c4c;
    border-color: #4c4c4c;
}
.modal-content {
  border-radius: 0;
}
.modal-dialog {
    max-width: 574px;
  }
  #quickView .modal-dialog {
    max-width: 1000px;
}
  #quickView .imageView{
  width: 100%;
}
  .loginText{
    font-size: 24px;
    line-height: 1;

    text-align: center;
  }
  .registerLink{
    background: none;
    color: #282828
  }
  .createBtn.border:not([disabled]):hover {
    color: #282828;
    border-color: #282828;
}
.btn-info.focus, .btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgb(255 152 0 / 54%);
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(255 193 7 / 69%);
}
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(255 193 7 / 62%);
}
/* products */
.products{
  margin: 45px 80px;
}
#card-img{
  width: 100%;
  height: 320px;
  background-size: 100% 100%;
}
#card-img1{
  width: 100%;
  height: auto;
}
.card{
  margin-bottom: 70px;
  border: 0;
  border-radius: 0;
}
.card-body {
    padding:  0;
}
.product-title{
  position: relative;
  overflow: hidden;
  margin-top: 14px;
}
.heart{
  position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}
.fa-heart{
  color: gray;
}
.fa-heart:hover{
  color: #f49600
}

.card-title{
      color: #777;
      text-transform: capitalize;
}
.linkshow{
  position: relative;
  text-decoration: none;
  transition: opacity 0.5s linear;
  font-weight: 400;
  font-size: 14px;
  padding: 0;
  text-align: left;
  color: #282828;
  border-bottom: 1px solid #cfcfcf;
  background-color: transparent;
}
.linkshow:hover,.linkshow.active,.linkshow:focus,.linkshow:not(:disabled):not(.disabled):active{
  color: #f49600;
}
.old-price{
    text-decoration: line-through;
    font-size: 16px !important;
}
.product-price{
  transition: opacity 0.5s linear;
  font-size: 15px;
}

.offer{
  padding-left: 6px;
  color:#f49600;
}
.special-offer{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 92px;
height: 26px;
text-align: center;
font-size: 13px;
font-style: italic;
background-color: #f49600;
color: white;
position: absolute;
top: 0;
}
.productTitle{
  font-size: 28px;
  line-height: 1.2;
  color: #282828;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  text-transform: capitalize;
}
.price-value{
  line-height: 1.5;
  font-size: 21px;
  color: #f49600;
  padding-bottom: 30px;
  margin-top: 10px;
}
.product-desc{
  color: #777;
  margin-bottom: 35px;
}
.custom-select{
  width: 87%!important;
  height: calc(2.25rem + 10px)!important;
  border-radius: 0;
  margin-left: 4px;
}
.circle {
  float: left;
  background: #fff;
  border-radius: 30px;
  border: 1px solid #80808080;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 21px;
  font-size: 12px!important;
  line-height: 1;
  margin: 0 6px 6px 0;
}
.colorList .colorLink:hover,.colorList .colorLink.active,.colorList .colorLink:focus,.colorList .colorLink:not(:disabled):not(.disabled):active {
  background-color: #f49600;
  color: #fff;
  border-color: #f49600;
  box-shadow: 0 0 0 0.2rem rgb(255 152 0 / 54%);
}
.sizeLink:hover,.sizeLink.active,.sizeLink:focus,.sizeLink:not(:disabled):not(.disabled):active {
  background-color: #f49600;
  color: #fff;
  border-color: #f49600;
  box-shadow: 0 0 0 0.2rem rgb(255 152 0 / 54%);
}
.sizeList{
      padding-left: 30px;
      align-items: start;
}

.colorList{
      padding-left: 30px;
      align-items: start;
}
.paddingSelect{
  padding-bottom: 20px;
}
.alignLabel{
      align-items: start;
}
.form-inline label {
    align-items: unset;
    justify-content: unset;
}

input[type="number"] {
  -webkit-appearance: textfield;
    -moz-appearance: textfield;
          appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.number-input {
    margin: 21px 0px 0px;
}
.number-input button {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0;
  position: relative;
}
/* .number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  height: 2px;
  transform: translate(-50%, -50%);
}
.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
} */
.number-input input[type=number] {
  text-align: center;
}


.md-number-input.number-input {
    border: 1px solid #ced4da;
    /* border-radius: .25rem; */
    width: 100%;
    border-bottom: 0px;
    text-align: center;
}
.md-number-input.number-input button {
  outline: none;
    width: 0.5rem;
    height: 1.5rem;
    padding-top: .8rem;
}
.plus .fa{
  padding-left: unset;
  padding-right: 5px;
}
.md-number-input.number-input button.minus {
  padding-left: unset;
}
.md-number-input.number-input button.plus {
  padding-left: unset;
}
/* .md-number-input.number-input button:before,
.md-number-input.number-input button:after {
  width: 0.6rem;
  background-color: #282828;
} */
.md-number-input.number-input input[type=number] {
  max-width: 2.3rem;
  padding: .5rem .1rem;
  border: none;
  /* border-width: 0 2px; */
  font-size: 18px;
      /* font-weight: bold; */
      outline: none;
      background-color: transparent;
}
/* @media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
  .number-input.md-number-input.safari_only button:before,
  .number-input.md-number-input.safari_only button:after {
    margin-top: -.6rem;
  }
}} */
.form-inline label {
  padding-right: 12px;
    width: 10%;
}
#add{
  margin: 0px 0;
}

/* .linkSearch{
  padding-bottom: 20px;
} */
.load{
  position: relative;
width: 100%;
min-height: 42px;
margin: 17px 0 36px;
overflow: hidden;
text-align: center;
}
.load a{
  display: block;
font-size: 16px;
line-height: 62px;
color: #282828;
border-top: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
}
.load a:hover,.load:focus{
    color: #f5935e;
}

/*  end products */
/* Shop */
.shop{
  margin: 6% 20px;
}
.sectionName{
  line-height: 1.2;
margin-bottom: 16px;
color: #827373;
}
.sectionName h3{
  font-size: 17px;
}
.rowContent{
  margin: 0 auto;
    max-width: 1280px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.categories li{
  line-height: 1.6;
margin-bottom: 8px;
}
.categories li a{
  font-size: 15px;
color: gray;
cursor: pointer;
}
#sidebar {
    /* min-width: 270px; */
    max-width: 270px;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 0;
    color: #716c6c;

  }
#sidebar ul li a {
    padding: 10px 0;
    display: block;
    color: #5a4c4c;
    text-transform: capitalize;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.05); */
}
#sidebar ul li a:hover, #sidebar ul li a:active{
color: #f49600;
}
#sidebar ul li {
    font-size: 14px;
}
 #sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#sidebar .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
a[data-toggle="collapse"] {
    position: relative;
}

#sidebar ul li > ul li a {
    border-bottom: 1px solid transparent;
}

#sidebar ul li > ul li a span {
    color: #b9b1b1;
    font-size: 10px;
}
.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}
#sidebar ul li > ul li {
    font-size: 13px;
}
.pt-5, .py-5 {
    padding-top: 3rem !important;
}
.p-4 {
    padding: 1.5rem!important;
}
#sidebar h5{
  line-height: 1.2;
margin-bottom: 16px;
color: #190303;
}
.components{
 border-bottom: 1px solid #eaeaea;
 margin-bottom: 37px;
padding-bottom: 37px;
}
.tagcloud a {
    text-transform:capitalize;
    display: inline-block;
    border-radius: 30px;
    color: #fff;
    background: #282828;
    font-size: 12px!important;
    line-height: 1;
    margin: 0 6px 6px 0;
    padding: 5px 10px;
}
.tagcloud a:hover{
  background: #dc9814;
}

[slider] {
  position: relative;
  height: 14px;
  border-radius: 10px;
  text-align: left;
  margin: 45px 0 10px 0;
}

[slider] > div {
  position: absolute;
  left: 13px;
  right: 15px;
  height: 14px;
}

[slider] > div > [inverse-left] {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 10px;
  background-color: #CCC;
  margin: 0 7px;
}

[slider] > div > [inverse-right] {
  position: absolute;
  right: 0;
  height: 4px;
  border-radius: 10px;
  background-color: #CCC;
  margin: 0 7px;
}

[slider] > div > [range] {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 14px;
  background-color: #f49600;
}

[slider] > div > [thumb] {
  position: absolute;
  top: -7px;
  z-index: 2;
  height: 17px;
  width: 17px;
  text-align: left;
  margin-left: -11px;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  background-color: #FFF;
  border-radius: 50%;
  outline: none;
}

[slider] > input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 3;
  height: 4px;
  top: -2px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

div[slider] > input[type=range]::-ms-track {
  -webkit-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider] > input[type=range]::-moz-range-track {
  -moz-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}

div[slider] > input[type=range]:focus {
  outline: none;
}

div[slider] > input[type=range]::-ms-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

div[slider] > input[type=range]::-moz-range-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

div[slider] > input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
  -webkit-appearance: none;
}

div[slider] > input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type=range]::-ms-tooltip {
  display: none;
}

[slider] > div > [sign] {
  opacity: 0;
  position: absolute;
  margin-left: -16px;
  top: -39px;
  z-index:3;
  background-color: #f49600;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

[slider] > div > [sign]:after {
  position: absolute;
  content: '';
  left: 0;
  border-radius: 16px;
  top: 19px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top-width: 16px;
  border-top-style: solid;
  border-top-color: #f49600;
}

[slider] > div > [sign] > span {
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
}

[slider]:hover > div > [sign] {
  opacity: 1;
}
.mb-5{
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 37px;
  padding-bottom: 37px;
}

.colorObject{
display: inline-block;
width: 13px;
height: 13px;
margin-right: 9px;
background: #ccc;
-webkit-border-radius: 50%;
border-radius: 50%;
border: 0.5px solid #ccc;
}
.colorLink{
  display: inline-block !important;
}
.rate {
  display: inline-block;
  border: 0;
}
/* Hide radio */
.rate > input {
  display: none;
}
/* Order correctly by floating highest to the right */
.rate > label {
  float: right;
}
/* The star of the show */
.rate > label:before {
  display: inline-block;
  font-size: 0.8rem;
  padding: .3rem .2rem;
  margin: 0;
  cursor: pointer;
  font-family: FontAwesome;
  content: "\f005 "; /* full star */
}
/* Zero stars rating */
.rate > label:last-child:before {
  content: "\f006 "; /* empty star outline */
}
/* Half star trick */
.rate .half:before {
  content: "\f089 "; /* half star no outline */
  position: absolute;
  padding-right: 0;
}
/* Click + hover color */
input:checked ~ label, /* color current and previous stars on checked */
label:hover, label:hover ~ label { color: #f9ba48;  } /* color previous stars on hover */
label:hover ~ label { color: #f9ba48;  }
/* Hover highlights */
input:checked + label:hover, input:checked ~ label:hover, /* highlight current and previous stars */
input:checked ~ label:hover ~ label, /* highlight previous selected stars for new rating */
label:hover ~ input:checked ~ label /* highlight previous selected stars */ { color:#f1c983;  }
#label0{
display: none;
}

/* End Shop */

/* product Details */
.productDetails{
  padding-top: 11px;
}
.productSection{
  background-color: #f7f7f7;
}
.productSlider{
  margin-bottom: 23%;
}
  .productDetails  .carousel-indicators {bottom: -5px;}
	.productDetails	.carousel-indicators li {width: 25%; }
	.productDetails	.carousel-indicators li img{border: 0px solid #fff;}

    /* .productDetails .carousel-item {
    height: 62vh;
     min-height: 350px;
   } */
   .productDetails .carousel-control-next, .productDetails .carousel-control-prev {

    /* bottom: 15%; */
  }

  .carousel-indicators .active {
    background-color: transparent;
  }

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
}
.productDetails  .carousel-inner{
    height: auto;
  }
.productDetails  .carousel-item {
    height: auto;
    /* min-height: 350px; */
  }
  .productPhoto{
    width: 100%;
    height: 535px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  }
  .proPhoto{
    width: 100%;
    height: auto;
  }
  .productDesc{
    padding-right: 7%;
    float: right;
    padding-left: 7%;
    color: #777;
  }
  .theTitle h1{
    font-size: 28px;
    line-height: 1.2;
    color: #282828;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
  }
  .thePrice{
    line-height: 1;
    vertical-align: top;
    margin-bottom: 0;
    padding: 12px 0 24px;
  }
  .thePrice h3{
    font-size: 21px;
    line-height: 1.5;
    color:#dc9814;
  }
  .offer-detail{
    color: #f49600;
  }
  .theDesc{
    font-size: 16px;
    line-height: 1.8;
    padding-bottom: 22px;
  }
  .productDesc .form-inline label {
    padding-right: unset;
    width: 16%;
    justify-content: left;
    color: #282828
  }
  .productDesc .custom-select {
    width: 79%!important;
  }
  .productDesc .sizeList{
    padding-left: 60px;
  }
  .productDesc .colorList{
    padding-left: 60px;
  }
    .notice{
      display: block;
    font-size: 16px;
    line-height: 62px;
    color: #282828;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
    margin-bottom: 40px;
    /* margin-top: 100px; */
    }
    .productDetails .pageLink {
    padding-bottom: 30px;
    padding-top: 30px;
}
    .notice span{
      margin: 0 7px;
      color: #282828;
      text-align: center;

    }
    .notice a{
      color: #a1a1a1;
      transition: color 0.2s ease;
      text-transform: capitalize;

    }
    .notice a:hover{
      color: #dc9814;
    }
    .relatedProducts h1{
      font-size: 24px;
      padding-bottom: 40px;
      padding-top: 30px;
      color: #282828;
    }


/*End  product Details */

/* reset Password */
.resetPassword{
  margin: 6% 20px 26% 20px;
}
.resetText{
      padding: 30px 0;
}
/* end reset Password */
/* update password */
.updatePassword{
  margin: 6% 20px 26% 20px;
}
/*end update password */

/* shopping card  */
.table-shopping-cart {
    border-collapse: collapse;
    width: 100%;
    min-width: 680px;
}
.wrap-table-shopping-cart {
    overflow: auto;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.table-shopping-cart tr {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.table-shopping-cart .table_head th {
    font-family: 'Quicksand', sans-serif;
    font-size: 13px;
    color: #555;
    text-transform: uppercase;
    line-height: 1.6;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
.table-shopping-cart .column-1 {
    width: 133px;
    padding-left: 30px;
}
.table-shopping-cart .column-2 {
    width: 220px;
    font-size: 15px;
}
.table-shopping-cart .column-3 {
    width: 120px;
    font-size: 15px;
}
.table-shopping-cart .column-4 {
    width: 145px;
    text-align: right;
}
.table-shopping-cart .column-5 {
    width: 172px;
    /* padding-right: 50px; */
    text-align: center;
    font-size: 16px;
}
.column-6 {
    width: 172px;
}
.how-itemcart1 {
    width: 70px;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
}

.table-shopping-cart .table_row td {
    padding-bottom: 20px;
    text-align: center;
}
.table-shopping-cart td {
    font-family: 'Quicksand', sans-serif;
    color: #555;
    line-height: 1.6;
}
.wrap-num-product {
    width: 140px;
    height: 45px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    overflow: hidden;
}
.cl8 {
    color: #555;
}
.btn-num-product-up, .btn-num-product-down {
    width: 45px;
    height: 100%;
    cursor: pointer;
}
.num-product {
    width: calc(100% - 90px);
    height: 100%;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    background-color: #f7f7f7;
}

.txt-center {
    text-align: center;
}
.fs-16 {
    font-size: 16px;
}
.btn-danger {
    color: #fff;
    background-color: #7b7474;
    border-color: #7b7474;
    border-radius: 0;
  }
.table-shopping-cart .table_row {
    height: 185px;
}
.bor15 {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.bor13 {
    border: 1px solid #e6e6e6;
    border-radius: 22px;
}
.size-117 {
    width: 220px;
    height: 45px;
}
.stext-104 {
    font-family: 'Quicksand', sans-serif;
    font-size: 17px;
    line-height: 1.466667;
}
.bg8 {
    background-color: #f3f3f3;
}
.size-118 {
    min-width: 163px;
    height: 45px;
}
.cart{

  padding:75px 50px 85px 50px;
}
.stext-109 {
    font-size: 12px;
    line-height: 1.833333;
    color: #555;
  }
  .stext-109 {
    color: #999;
    font-size: 12px;
    line-height: 1.833333;
  }
    .pageLink{
      padding-bottom: 40px;
    }

.how-itemcart1 img {
    vertical-align: middle;
    border-style: none;
      width: 100%;
      height: 75px;
}
.table-shopping-cart .table_row td.column-1 {
    padding-bottom: 30px;
    padding-top: 45px;
}
.lineth {
  text-decoration: line-through;
}
.offer-price {
    color: red;
}
.coupon{
    padding: 30px 15px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.couponValue{
  padding-left: 20px;
    color: #333;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.couponBtn{
  border-radius: 20px;
    background: #7b7474;
    border-color: #7b7474;
    width: 160px;
    height: 45px;
    vertical-align: middle;
    padding-top: 10px;
}
.couponBtn:hover {
    color: #fff;
    background-color: #f49600!important;
    border-color: #f49600!important;
}
.couponBtn:not(:disabled):not(.disabled).active, .couponBtn:not(:disabled):not(.disabled):active, .show>.couponBtn.dropdown-toggle {
    color: #fff;
    background-color: #f49600!important;
    border-color: #f49600!important;
}

.couponBtn:not(:disabled):not(.disabled).active:focus, .couponBtn:not(:disabled):not(.disabled):active:focus, .show>.couponBtn.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(244 150 0 / 78%)!important;
}
.couponBtn.focus, .couponBtn:focus {
    box-shadow: 0 0 0 0.2rem rgb(255 152 0 / 59%)!important;
}
.checkoutBox{
  border: 1px solid #e6e6e6;
  /* margin-left: 63px;
  margin-right: 40px; */
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
}
.mtext-109{

    font-size: 20px;
    line-height: 1.3;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.stext-110 {

    font-size: 15px;
    line-height: 1.466667;
  }
  .bor12{
      border-bottom: 1px dashed #d9d9d9;
  }
  .size-208 {
    width: 34.5%;
}
.stext-110 {

    font-size: 15px;
    line-height: 1.466667;
}
.size-209 {
    width: 65.5%;
}
.coalert {
    color: green;
    padding: 20px 0;
}
.size-208 {
    width: 34.5%;
}
.bor13 {
    border: 1px solid #e6e6e6;
    border-radius: 22px;
}
.p-t-15, .p-tb-15, .p-all-15 {
    padding-top: 15px;
}
.mtext-110 {
      padding-left: 30px;
    font-size: 18px;
    line-height: 1.222222;
}
.p-r-18, .p-lr-18, .p-all-18 {
    padding-right: 18px;
}
.bor13 {
    border: 1px solid #e6e6e6;
    border-radius: 22px;
}
.p-t-15, .p-tb-15, .p-all-15 {
    padding-top: 15px;
}
.bor8 {
    border: 1px solid #e6e6e6;
    border-radius: 2px;
}
.m-b-12, .m-tb-12, .m-all-12 {
    margin-bottom: 12px;
}
.m-t-9, .m-tb-9, .m-all-9 {
    margin-top: 9px;
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}
.rs1-select2 .select2-container {
    display: block;
    max-width: 100% !important;
    width: auto !important;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.rs2-select2 .select2-container .select2-selection--single {
    height: 40px;
}
.rs2-select2 .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
}
.rs1-select2 .select2-container .select2-selection--single .select2-selection__rendered {

    font-size: 13px;
    color: #555;
    line-height: 1.2;
    padding-left: 20px;
    background-color: transparent;
}
.rs2-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 35px;
    right: 0px;
    border-left: none;
}
.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 38px;
    height: 20px;
    top: calc(50% - 10px);
    right: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #e6e6e6;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.rs2-select2 .select2-container--default .select2-selection--single .select2-selection__arrow::after {
    content: "\f0d7";
}
.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow::after {
    content: "\f0dc";
    font-family: FontAwesome;
    font-size: 13px;
    color: #808080;
}

.p-t-1, .p-tb-1, .p-all-1 {
    padding-top: 1px;
}
.bor14 {
    border-radius: 25px;
}
.size-116 {
    width: 100%;
    height: 50px;
}
.stext-101 {

    font-size: 15px;
    line-height: 1.8;
    text-transform: uppercase;
}
.subtotal{
  padding-bottom: 30px;
}
.address-select{
  margin-left: unset;
}
.addressBtn{
  border-radius: 0;
background: #7b7474;
border-color: #7b7474;
width: 155px;
height: 45px;
vertical-align: middle;
padding-top: 10px;
}
.addressBtn:hover {
    color: #fff;
    background-color: #f49600!important;
    border-color: #f49600!important;
}
.addressBtn:not(:disabled):not(.disabled).active, .addressBtn:not(:disabled):not(.disabled):active, .show>.addressBtn.dropdown-toggle {
    color: #fff;
    background-color: #f49600!important;
    border-color: #f49600!important;
}

.addressBtn:not(:disabled):not(.disabled).active:focus, .addressBtn:not(:disabled):not(.disabled):active:focus, .show>.addressBtn.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(244 150 0 / 78%)!important;
}
.addressBtn.focus, .addressBtn:focus {
    box-shadow: 0 0 0 0.2rem rgb(255 152 0 / 59%)!important;
}
.shiptext{
  font-size: 15px;
line-height: 3;
}
.custom-select:focus {
    border-color: #FF9800;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(255 152 0 / 25%);

}
.p-t-27{
  padding-top: 27px;
  }
  .p-b-33{
    padding-bottom: 33px;
  }
  .ship-price{
    padding-left: 10px;
  }
  .orderBtn{
    border-radius: 20px;
    background: #7b7474;
    border-color: #7b7474;
    height: 45px;
    vertical-align: middle;
    padding-top: 10px;
  }
  .orderBtn:hover {
      color: #fff;
      background-color: #f49600!important;
      border-color: #f49600!important;
  }
  .orderBtn:not(:disabled):not(.disabled).active, .orderBtn:not(:disabled):not(.disabled):active, .show>.orderBtn.dropdown-toggle {
      color: #fff;
      background-color: #f49600!important;
      border-color: #f49600!important;
  }

  .orderBtn:not(:disabled):not(.disabled).active:focus, .orderBtn:not(:disabled):not(.disabled):active:focus, .show>.orderBtn.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgb(244 150 0 / 78%)!important;
  }
  .orderBtn.focus, .orderBtn:focus {
      box-shadow: 0 0 0 0.2rem rgb(255 152 0 / 59%)!important;
  }
  .cartTable{
    margin-bottom: 50px;
  }
  .pageLink a:hover{
    color: #f49600;
  }
  #newAddress .modal-dialog {
    max-width: 1255px;
}
.addressForm .form-control{
  height: 50px;
margin-bottom: 7px;
}
.addressForm .custom-select {
    width: 100%!important;
  }
  .createAddressBtn{
    margin-bottom: 30px;
  margin-top: 40px;

  width: 126px;
  border-radius: 0;
  background-color: #282828;
  border-color: #282828;
  height: 45px;
  color: #fff;
  }
  .createAddressBtn:hover {
    color: #fff;
    background-color: #f49600!important;
    border-color: #f49600!important;
}
.createAddressBtn:not(:disabled):not(.disabled).active, .createAddressBtn:not(:disabled):not(.disabled):active, .show>.createAddressBtn.dropdown-toggle {
    color: #fff;
    background-color: #f49600!important;
    border-color: #f49600!important;
}

.createAddressBtn:not(:disabled):not(.disabled).active:focus, .createAddressBtn:not(:disabled):not(.disabled):active:focus, .show>.createAddressBtn.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(244 150 0 / 78%)!important;
}
.createAddressBtn.focus, .createAddressBtn:focus {
    box-shadow: 0 0 0 0.2rem rgb(255 152 0 / 59%)!important;
}
/* End shopping card  */

/* register */
.register{
  margin: 100px 0;
}
.createBtn{
  margin-bottom: 100px;
  margin-top: 40px;
margin-left: 17px;
border-radius: 0;
background-color: #282828;
border-color: #282828;
height: 45px;
color: #fff;
}
.createBtn:hover {
    color: #fff;
    background-color: #f49600!important;
    border-color: #f49600!important;
}
.createBtn:not(:disabled):not(.disabled).active, .createBtn:not(:disabled):not(.disabled):active, .show>.createBtn.dropdown-toggle {
    color: #fff;
    background-color: #f49600!important;
    border-color: #f49600!important;
}

.createBtn:not(:disabled):not(.disabled).active:focus, .createBtn:not(:disabled):not(.disabled):active:focus, .show>.createBtn.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(244 150 0 / 78%)!important;
}
.createBtn.focus, .orderBtn:focus {
    box-shadow: 0 0 0 0.2rem rgb(255 152 0 / 59%)!important;
}
.accept{
  padding-top: 30px;
    padding-left: 20px;
}
.acceptText{
  padding-left: 10px;
line-height: 1;
font-size: 13px;
color: gray;
}
.swal-button {
    background-color: #584848;
  }
  .swal-button:not([disabled]):hover {
    background-color: #FF9800;
}
.swal-button:active {
    background-color: #FF9800;
}
.swal-button:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgb(255 193 7 / 60%);
}
.swal-footer {
    text-align: center;
  }


/* End register */
/* profile */
.profile{
  margin: 100px 0;
}
.updateBtn{
  margin-bottom: 100px;
  margin-top: 40px;
margin-left: 17px;
border-radius: 0;
background-color: #282828;
border-color: #282828;
height: 45px;
color: #fff;
}
.updateBtn:hover {
    color: #fff;
    background-color: #f49600!important;
    border-color: #f49600!important;
}
.updateBtn:not(:disabled):not(.disabled).active, .updateBtn:not(:disabled):not(.disabled):active, .show>.updateBtn.dropdown-toggle {
    color: #fff;
    background-color: #f49600!important;
    border-color: #f49600!important;
}

.updateBtn:not(:disabled):not(.disabled).active:focus, .updateBtn:not(:disabled):not(.disabled):active:focus, .show>.updateBtn.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(244 150 0 / 78%)!important;
}
.updateBtn.focus, .updateBtn:focus {
    box-shadow: 0 0 0 0.2rem rgb(255 152 0 / 59%)!important;
}

/* End profile */
/* orders */
.orders{
  padding-top: 100px;
  padding-bottom: 170px;
}
.table thead th {

    border-bottom: 2px solid #FF9800;
}
.invoiceLink{
  color: #fff;
  background-color: #f49600;
  border-color: #f49600;
  font-size: 13px;
}

.invoiceLink:hover,.invoiceLink.active,.invoiceLink:focus,.invoiceLink:not(:disabled):not(.disabled):active{
  color: #fff;
  background-color: #77787C;
  border-color: #77787C;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(158 158 158 / 47%);
}
.table td, .table th {
    vertical-align: middle;
  }
  .orders .table {
      padding: 0 15px;
    }
/* End orders */
/* address */
.addresses{
  margin-top: 100px;
  margin-bottom: 170px;
}
.updateAddress{
  color: #fff;
  background-color: #7b7474;
  border-color: #7b7474;
  border-radius: 0;
}
.addresses .table {
    padding: 0 15px;
  }
  .newAddressdiv{
    margin-bottom: 40px;
  }
  .addresses .addressBtn {
    width: 126px;

  }
/* End address */

/* contact */
.contact{
  margin: 100px 0;
}
.msgImg{

  position: relative;
  bottom: 33px;
  left: 20px;
}
.emailMessage{
  width: 100%;
padding-right: 30px!important;
padding-left: 62px!important;
font-size: 13px;
line-height: 1.6;
height: 50px;
color: #333;
}
.sendTitle{
  padding-bottom: 30px;
  text-align: center;
  color: #333;
}
.msg{
  width: 100%;
  min-height: 199px;
  font-size: 13px;
  line-height: 1.6923!important;
  padding-right: 28px!important;
  padding-bottom: 25px!important;
  padding-top: 25px!important;
  padding-left: 40px!important;
}
.box{
  display: block;
  /* border: 1px solid #e6e6e6; */
  padding-right: 70px;
  padding-left: 70px;
  padding-bottom: 18px;
  padding-top: 55px;
}
.bord {
  border-left: 1px dotted #FF9800;
  height: 500px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 27%;
}
.info{
  font-size: 14px;
padding-bottom: 30px;
}
.cotext{
  line-height: 2 !important;
    font-size: 14px;
}
.paddinfo{
  padding-left: 25px;
}
.addressLink:hover,.addressLink:focus a{
  color: #f49600!important;
}
.infoaddress{
  padding-bottom: 20px;
}
.addInfo{
  padding-bottom: 20px;
}
.socialmedia{
  padding-left: 17px;
    padding-top: 10px;
}
.social{
  margin-right: 3px!important;
}
.social:hover,.social:focus a{
  color: #f49600!important;
}
/* End contact */
/* favorite list */
.favorite{
    margin: 6% 20px 26% 20px;
}
/* end favorite list */

/* search */
.search{
  margin-bottom: 40px;
}
.search a{
color: #969090;
font-size: 21px;
    line-height: 1;
    font-weight: 100;
    font-family: 'Quicksand', sans-serif;
    width: 100%;
}

::placeholder {
  color: #a1a1a1;
  opacity: 1; /* Firefox */
}
.closeSearch{
  position: absolute;
   top: 7px;
   right: 5%;
      z-index: 10;
      font-size: 31px;
      line-height: 1;
      /* color: #aaa; */
      width: 29px;
      /* height: 55px; */
      /* color: gray; */
}

.keySearch{
  margin: 5px 0;
  display: block;
  font-size: 20px;
  line-height: normal;
  font-weight: inherit;
  font-family: 'Quicksand', sans-serif;
  width: 100%;
  padding: 0 23px 0 0;
  border: 0 none;
  background: none;
  height: calc(2.25rem + 10px)!important;
  border-bottom: 1px solid #dadada;
  color: gray;
  cursor: pointer;
}

.toggleSearch:hover,.toggleSearch:focus{
  color: #f5935e;
}

#searchModal{
  padding-right: 0!important;
}
#searchModal .modal-dialog{
  margin:0;
  max-width: 100%;
}
#searchModal .modal-content{
  border: 0;
}
#searchModal form{
      position: relative;
      padding-left: 5%;
      padding-right: 8%;
}
.searchIcon{
  position: absolute;
      top: 18px;
      left: 2%;
      font-size: 18px;
      opacity: 0.3;
}

#searchModal  .modal-body {
   padding: 0;
}
#searchModal .modal-header {
  padding: 0;
}



/* end  search */





.sectionFree{
    padding: 30px 30px 15px 30px;
    text-align: center;
}
.sectionFree li{
    float: left;
    width: 100%;
}
.sectionFree p{
    float: left;
    width: 100%;
    font-size: 28px;
    padding-bottom: 20px;
    color: #6d6d6d;
    font-weight: 100;
    direction: rtl;
}
.sectionFree p span{
    color: #9fcb39;
}
.sectionFree a.btn-primary{
    margin: 0px;
    background-color: #9fcb39;
    border-color: #9fcb39;
    padding: 10px 10px 15px 10px !important;
    color: #ffffff !important;
}
.sectionFree a.btn-primary:hover{
    background-color: #92bb34 !important;
    border-color: #92bb34;
}
.sectionFree strong{
    float: left;
    width: 100%;
    font-size: 14px;
    padding-top: 10px;
    border-top: 1px solid #e7e7e7;
    color: #6d6d6d;
    margin-top: 30px;
}
.sectionFree strong a{
    margin: 0px;
    color: #9fcb39;
}

/* Tabs panel */
.tabbable-panel {
    border: 0px;
    padding: 0px;
}

/* Default mode */


.tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
    border-radius: 0px 0px 4px 4px;
    margin: 0px;
}
.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}
.dropdown.active .dropdown-menu{
    display: block;
}


.card-container.card {
    padding: 15px;
    margin: 0px;
    box-shadow: none;
}

/*
 * Card component
 */


.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    height: 44px;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    border-color: #f0f0f0;
    background-color: #f7f7f7;
    border: none;
    box-shadow: none;
}


.btn.btn-signin {
    background-color: #9fcb39;
    padding: 0px;
    font-size: 15px;
    height: 44px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: #92bb34;
}

.forgot-password {
    color: #9fcb39 !important;
    margin: 10px 0px !important;
    font-size: 15px !important;
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}

.tab-content label{
    float: right;
    width: 100%;
    text-align: right;
    color: #6d6d6d;
    cursor: pointer;
    margin-bottom: 3px;
}
.tab-content .form-control{
    text-align: right;
}
.tab-content label p{
    position: absolute;
    left: 39px;
    font-size: 15px;
    direction: ltr;
    width: 50px;
    text-align: left;
}

.check {
    cursor: pointer;
    position: relative;
    margin: auto;
    width: 18px;
    height: 18px;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
}
.check:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(34,50,84,0.03);
    opacity: 0;
    transition: opacity 0.2s ease;
}
.check svg {
    position: relative;
    z-index: 1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #c8ccd4;
    stroke-width: 1.5;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease;
}
.check svg path {
    stroke-dasharray: 60;
    stroke-dashoffset: 0;
}
.check svg polyline {
    stroke-dasharray: 22;
    stroke-dashoffset: 66;
}
.check:hover:before {
    opacity: 1;
}
.check:hover svg {
    stroke: #9fcb39;
}
#cbx:checked + .check svg {
    stroke: #9fcb39;
}
#cbx:checked + .check svg path {
    stroke-dashoffset: 60;
    transition: all 0.3s linear;
}
#cbx:checked + .check svg polyline {
    stroke-dashoffset: 42;
    transition: all 0.2s linear;
    transition-delay: 0.15s;
}


.btn--facebook {
    background: #3c5a99;
    color: #fff;
    font-size: 15px !important;
    height: 44px;
    padding: 10px;
}
.btn--gplus {
    background: #dc4e41;
    color: #fff;
    font-size: 15px !important;
    height: 44px;
    padding: 10px;
}
.btn--facebook:hover,
.btn--gplus:hover{
    color: #1e1e1e !important;
}

small,
.terms-text{
    float: none !important;
    font-size: 15px !important;
    text-align: right !important;
    color: #6d6d6d !important;
    display: block;
}
.terms-text a{
    margin-right: 5px !important;
    font-size: 15px !important;
    color: #9fcb39 !important;
}
.terms-text a:hover{
    color: #6d6d6d !important;
}

#newsLetterSubscribeBtn .notActive{
    color: #3276b1;
    background-color: #fff;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    float: left;
    width: 100%;
}
#newsLetterSubscribeBtn{
    float: left;
    width: 100%;
    margin: 10px 0px;
}
#newsLetterSubscribeBtn a{
    width: 48%;
    border-color: #d5d5d5;
    color: #515151 !important;
    font-size: 15px;
    height: 44px;
    border-radius: 4px;
    box-shadow: none;
}
#newsLetterSubscribeBtn a.active{
    width: 48%;
    border-color: #9fcb39 !important;
    color: #ffffff !important;
}

.error{
    color: #dc3545 !important;
    text-align: left;

}
.menu #custom-search-input{
    width: 340px;
    margin-top: -8px;
}
.menu #custom-search-input input{
    text-align: right;
    direction: rtl;
    border: none;
    box-shadow: none;
}
.menu #custom-search-input .input-group-btn{
    position: absolute;
    right: -40px;
    width: 40px;
    height: 46px;
}
.menu #custom-search-input .input-group-btn button{
    float: right;
    width: 100%;
    border: none;
    height: 100%;
    z-index: 999;
    padding: 0px 5px;
    background-color: #ff9800 !important;
    margin: 0px;
}
.menu #custom-search-input .input-group-btn button:hover{
    background-color: #ff9800 !important;
}

/**********-- End menu --************/


/**********-- Start sectionSearch --************/
.sectionSearch{
    float: left;
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    padding-top: 160px;
    position: relative;
}
.sectionSearch:after{
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.6);
}
.sectionSearch .container{
    position: relative;
    z-index: 99;
}
.sectionSearch h1{
    float: left;
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    text-align: right;
    margin-bottom: 15px;
    padding-right: 125px;
}
.sectionSearch .input-group .input-group-btn{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 120px;
    height: 80px;
}
.sectionSearch .input-group #homeSearch{
    /*width: calc(100% - 125px);*/
    width: 100%;
    height: 80px !important;
    text-align: right;
    border: none;
}
.sectionSearch .input-group .input-group-btn .btn-info {
    color: #fff;
    background-color: #ff9800 !important;
    border-color: #ff9800;
    width: 100%;
    height: 100%;
    margin: 0px;
}
.sectionSearch .input-group .input-group-btn .btn-info:visited,
.sectionSearch .input-group .input-group-btn .btn-info:focus,
.sectionSearch .input-group .input-group-btn .btn-info:hover{
    background-color: #ff9800 !important;
    border-color: #ff9800;
}
.form-control:focus {
    border-color: #ff9800 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(159, 203, 57), 0 0 8px rgb(159, 203, 57) !important;
    box-shadow: inset 0 1px 1px #ff980082, 0 0 8px #ff980082 !important;
}
/**********-- End sectionSearch --************/


/**********-- Start section Categories Links Home --************/
.sectionCategories{
    float: left;
    width: 100%;
    height: auto;
    padding: 45px 30px;
    background-color: #f4f4f4;
    text-align: center;
}
.sectionCategories h2{
    float: left;
    width: 100%;
    font-size: 25px;
    color: #484848;
    font-weight: bold;
}
.sectionCategories ul{
    float: left;
    width: 100%;
    padding: 0px;
    margin-top: 15px;
}
.sectionCategories ul li{
    float: none;
    display: inline-flex;
    margin: 0px 12px;
}
.sectionCategories ul li a{
    font-size: 15px;
    color: #8d8d8d;
    padding: 5px 0px;
    transition: all 0.5s;
    border-bottom: 5px solid transparent;
}
.sectionCategories ul li a:hover{
    border-bottom: 5px solid #9fcb39;
    transition: all 0.5s;
}
/**********-- End section Categories Links Home --************/


/**********-- Start Section Latest Projects --************/
.sectionLatestProjects{
    float: left;
    width: 100%;
    height: auto;
    padding: 60px;
    text-align: center;
}
.sectionLatestProjects h2{
    float: left;
    width: 100%;
    font-size: 25px;
    color: #484848;
    font-weight: bold;
}
.sectionLatestProjects ul{
    float: left;
    width: 100%;
    height: auto;
    padding: 0px;
    margin-top: 15px;
}
.sectionLatestProjects ul li{
    float: right;
    width: 20%;
    padding: 5px;
}
.sectionLatestProjects ul li a{
    float: left;
    width: 100%;
    height: auto;
    border: 1px solid #b3b3b3;
    transition: all 0.5s;
}
.sectionLatestProjects ul li a .image{
    float: left;
    width: 100%;
    height: 155px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.sectionLatestProjects ul li a .image img{
    width: 100%;
}
/*.sectionLatestProjects ul li a strong{
    float: left;
    width: 100%;
    margin-bottom: 0px;
    text-align: right;
    padding: 0px 15px;
    font-size: 20px;
    color: #9fcb39;
    margin-top: 5px;
    font-weight: bold;
}*/
.sectionLatestProjects ul li a p{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    text-align: right;
    padding: 0px 15px;
    font-size: 15px;
    color: #b3b3b3;
}
.sectionLatestProjects ul li a:hover{
    transition: all 0.5s;
    -webkit-box-shadow: -1px 1px 15px 0px rgba(179,179,179,1);
    -moz-box-shadow: -1px 1px 15px 0px rgba(179,179,179,1);
    box-shadow: -1px 1px 15px 0px rgba(179,179,179,1);
}
.sectionLatestProjects.gray{
    background-color: #f4f4f4;
}
.sectionLatestProjects.gray .image{
    background-color: #9fcb39;
    border: 5px solid transparent;
    text-align: center;
}
.sectionLatestProjects.gray .image p{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    margin-top: 55px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    transform: translate(0, 15px);
    -webkit-transition: all 0.15s 0.075s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.15s 0.075s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.15s 0.075s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sectionLatestProjects.gray a:hover .image p{
    opacity: 1;
    transition: all 0.5s;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.2s 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 0.2s 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.2s 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.sectionLatestProjects.gray a:hover .image{
    transition: all 0.5s;
    border: 5px solid #9fcb39;
    background-color: #1e1e1e;
}
.sectionLatestProjects.gray .image.light{
    background-color: #d0f775;
}
.sectionLatestProjects.gray a:hover .image.light{
    transition: all 0.5s;
    border: 10px solid #d0f775;
    background-color: #1e1e1e;
}
/**********-- End Section Latest Projects --************/


/**********-- Start Footer --************/
.footer{
    float: left;
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 31px;
    background-color: #282828;
}
.footer img.logo{
    float: right;
    width: 150px;
}
.footer ul{
    float: left;
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding: 0px;
}
.footer ul li{
    margin-left: 15px;
}
.footer ul li a{
    float: left;
    width: auto;
    font-size: 13px;
    color: #aaa;
    transition: all 0.5s;
}
.footer ul li span{
  color: #aaa;
    font-size: 13px;
    float: left;
    padding-right: 5px;
}
.footer ul li a:hover{
    color: #f5935e;
    transition: all 0.5s;
}


.footer ul.icons{
    float: right;
    width: 100%;
    padding: 0px;
    text-align: center;
}
.footer  ul.icons li{
    float: right;
    display: inline-flex;
    text-align: center;
    margin: 0px;
}
.footer  ul.icons li span,
.footer  ul.icons li a{
    width: auto;
}

.footer  ul.icons li a i{
  padding: 7px 0;
  margin: 0px 5px;
  font-size: 21px;
  width: 5px;
  border-radius: 4px;
}

a.arrowUp{
    position: fixed;
    right: 15px;
    bottom: 60px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #1e1e1e;
    font-size: 35px;
    color: #fff;
    text-align: center;
    z-index: 9999999;
    display: none;
    cursor: pointer;
}
a.arrowUp.fadeInDown{
    display: block;
}
a.arrowUp i{
    float: left;
    width: 100%;
    height: 100%;
}
/**********-- End Footer --************/


/**********-- Start Privacy Policy --************/
.breadcrumb {
    margin: 20px 0;
    padding: 0;
    font-size: 0.9375rem;
    background-color: transparent;
    display: flow-root;
}
.breadcrumb .breadcrumb__item {
    display: inline-block;
    position: relative;
    margin-left: 15px;
    color: #777 !important;
    list-style: none;
}
.breadcrumb .breadcrumb__item a {
    color: #333;
    text-decoration: none;
}
.breadcrumb .breadcrumb__item::after {
    display: block;
    position: absolute;
    top: 0;
    left: -10px;
    width: 15px;
    height: 15px;
    color: #aabac1;
    content: '/';
}
.breadcrumb .breadcrumb__item:last-child::after,
.breadcrumb .breadcrumb__item::before{
    display: none;
}
.content-heading {
    margin: 30px 0;
    text-align: right;
    direction: rtl;
}
.content-heading__title {
    display: block;
    margin: 0 0 5px 0;
    font-size: 2rem;
    line-height: 1;
    color: #131518;
    font-weight: 300;
}
.content-heading__subtitle {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.125rem;
    line-height: 22px;
    color: #6d6d6d;
}
.text-box {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-grid;
    width: 100%;
    background: white;
    font-size: 1.125rem;
    line-height: 26px;
}
.l-inner {
    padding: 20px;
    background-color: whitesmoke;
    text-align: right;
    direction: rtl;
    display: block;
    min-height: 350px;
}
.l-inner p {
    margin: 0 0 20px 0;
}
.l-inner h2 {
    margin-bottom: 20px;
    font-weight: 300;
}
.text-box h3 {
    display: block;
    margin: 0 0 20px 0;
    padding-left: 25px;
    background: url(/public/img/hexagon_small.png) no-repeat 0 3px;
    font-size: 1.5rem;
    line-height: 24px;
    color: #131518;
    font-weight: 300;
    padding: 0px 30px 0px 0px;
    background-position: right;
}
/**********-- End Privacy Policy --************/


/**********-- Start Contact Us --************/
.sendContact{
    border: none;
    box-shadow: none;
    background-color: #9fcb39;
    color: #ffffff;
    font-size: 15px;
    border-radius: 4px;
    padding: 10px 20px;
}
.sendContact{
    background-color: #92bb34;
    color: #ffffff;
}
/**********-- End Contact US --************/



.form-control{
    text-align: left;
    line-height: 1.6;
    outline: 0;
    padding: 8px 10px;
    border: 1px solid #e1e1e1;
    border-radius: 0;
}
.loginLabel{
  font-size: 14px;
    display: inline-block;
    line-height: 1.4;
    color: #282828d1;
    padding-top: 5px;
    padding-bottom: 8px;
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #f49600;
    border-color: #ffae2d;
}

.loaded {
    animation-name: loaded;
    animation-duration: 1s;
}

@keyframes loaded {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.lozad{
    height: 100%;
    background-image: url(/public/img/Loading_icon.gif);
    background-size: 50% !important;
    background-repeat: no-repeat;
    background-position: center;
}
.lozad.loaded{
    background-image: none;
}

/*****************-- Start All responsive --*******************/
@media (max-width: 1197){

}
@media (max-height: 900px) {

}


@media (max-width: 1250px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1400px) {
  /* #card-img {

    height: 445px;
  }
  .productDetails .carousel-inner {
      height: 750px;
  }
  .productPhoto {

    height: 665px;
  } */
}

@media (min-width:768px) and (max-width:1200px) {
  .logoImg {
    display: unset;
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
}
.navbar-brand {
    display: inline-block;
    margin: auto;
    width: 115px;
    margin-right: unset;
    margin: auto;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    padding-top: 0;
   padding-bottom: 0;
}
.checkoutBox {
  float: right;
  margin-left: unset;
   margin-right: unset;

}
}



@media (min-width:768px) and (max-width:1024px) {
  .bord {
    display: none;
  }

}



@media (min-width:300px) and (max-width:768px) {
  .logoImg {
    display: unset;
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
}
.bord {
  display: none;
}
.navbar-brand {
    display: inline-block;
    margin: auto;
    width: 115px;
    margin-right: unset;
    margin: auto;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    padding-top: 3px;
   padding-bottom: 3px;
   float: right;
}

}



@media only screen and (max-width: 480px) {

  .productDetails .carousel-inner {
      height: 200px;
  }

}

@media only screen and (max-width: 768px) {
  /* .productDetails .carousel-inner {
      height: 250px;
  } */
  #searchModal form {
      position: relative;
      padding-left: 10%;
      padding-right: 13%;
  }
  #card-img {

    height: 445px;
  }
  .checkoutBox {

    margin-left: unset;
     margin-right: unset;
}
.footer ul {
    float: unset;
    text-align: center;
  }
    .footer ul li a {
    float: unset;
  }
  .footer ul li span {
    float: unset;
  }
  .footer ul.icons li {
    float: unset;
  }
  .footer ul.icons {
    float: unset;
  }

}







@media (max-width: 480px) {

}



@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {

}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {



}


/*****************-- Start All responsive --*******************/

.discountTextAfterLogin{
  font-size: 16px !important;
  text-align: right;
}

.line-in-price{
    text-decoration: line-through;
    color: #808080 !important;
    text-align: right;
    margin-top: 7px;
    font-size: 20px;
}

.discount-all-products{
  font-size: 20px;
  background-color: #ff0000;
  padding: 5px;
  color: #fff;
  font-weight: bold;
  position: absolute;
}

.the-price{
  text-align: right;
  font-size: 20px;
  color: #9fcb39;
  margin-top: 7px;
  font-weight: bold;
}

.discount-color-text{
  color: #ff0000 !important;
}

.inner-page-main-container{
    padding-top: 130px;
    position: relative;
    text-align: right;
}

.dropdown-toggle-main-categories{
    padding: 30px 30px 15px 30px;
    text-align: right;
}



.top-meu-main-categories-link{
    color: #333;
    text-align: right;
    font-weight: bold
}

.top-meu-main-categories-link:hover{
    color: #9fcb39;
}

.main-categories-details{
    color: #333;
    text-align: right;
    float: right;
    padding-top: 15px;
    direction: rtl
}

.no-data{
    text-align: center;
    padding: 20px;
    width: 100% !important;
    height: 400px;
    font-weight: bold
}

.main-categories-page-row{
    margin: 25px 0 10px 0;
    border: #e2e2e2 1px solid;
    padding: 20px;
    background-color: #f7f5f5;
    -webkit-box-shadow: 0px 2px 9px 0px rgba(207,207,207,0.73);
    -moz-box-shadow: 0px 2px 9px 0px rgba(207,207,207,0.73);
    box-shadow: 0px 2px 9px 0px rgba(207,207,207,0.73);
}

.sub-categories-row-list{
    margin-top: 20px;
    color: #333;
    border-left: 1px #e2e2e2 solid;
    padding: 7px 17px 7px 17px;
    font-weight: bold;
}

.sub-categories-row-list-without-border{
    margin-top: 20px;
    color: #333;
    padding: 7px 0px 25px 17px;
    font-weight: bold;
}

.main-categories-page-row a{
    color: #333;
}


.main-categories-page-img{
    background-size:cover;
    height:170px;
    background-position: center
}

.breadcrumb-collection {
    margin: 20px 0;
    padding: 0;
    font-size: 0.9375rem;
    background-color: transparent;
    display: flow-root;
    direction: rtl
}
.breadcrumb-collection .breadcrumb__item {
    display: inline-block;
    position: relative;
    margin-left: 15px;
    color: #131518;
    list-style: none;
    direction: rtl
}
.breadcrumb-collection .breadcrumb__item a {
    color: #333;
    text-decoration: none;
}

.breadcrumb-collection .breadcrumb__item span {
    color: #9fcb39;
    text-decoration: none;
    font-weight: bold;
}

.breadcrumb-collection .breadcrumb__item:last-child::after,
.breadcrumb-collection .breadcrumb__item::before{
    display: none;
}

.twitter-typeahead{
    width: calc(100% - 125px);
    height: 80px !important;
    text-align: right;
    border: none;
}

.tt-hint{
    width: 100%;
    height: 80px !important;
    text-align: right;
    border: none;
}

.tt-suggestion{
    display: block;
    background-color: #f1eded;
    width: 100%;
    height: 40px;
    color: #333
}

.tt-suggestion:hover{
    background-color: #e2e1e1;
}

.tt-dropdown-menu{
    width: 100%;
}

.tt-suggestion p{
    line-height: 40px;
    padding-right: 20px;
}

.tt-query{
    background-color: snow !important;
}

.content-soon{
    background-image: url('/public/img/soon.jpg');
    background-size: cover;
    height: 100%;
    width: 100%;
}

.privacy-text h1{
  font-size: 25px;
  margin-bottom: 15px;
}

.privacy-text h1{
   margin-top: 100px;
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

.image-overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 98%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000;
}

.card:hover .image-overlay {
  opacity: .8;
}

.image-overlay-text {
  color: white;
  font-size: 16px;
  position: absolute;
  text-transform: capitalize;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.share-icons {
    position: relative;
    top: 10px;
    right: 0;
    text-align: right;
    font-size: 18px;
    margin-right: 12px;
    color: #a1a1a1;
}
