/*----------------------------------------*/
/* Template default CSS Testing By Amit
/*----------------------------------------*/

html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  color: #111111;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 14px;
  color: #696969;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 15px 0;
}

img {
  max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #14377a;
}

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

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
  margin-bottom: 15px;
  text-align: center;
}

.section-title span {
  color: #14377a;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  display: block;
}

.section-title h2 {
  color: #111111;
  font-weight: 700;
  line-height: 46px;
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.spad {
  padding-top: 70px;
}
.spad-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #fff;
}

/* buttons */

.primary-btn {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 30px;
  color: #ffffff;
  background: #000000;
  letter-spacing: 4px;
}

.site-btn {
  font-size: 14px;
  color: #ffffff;
  background: #111111;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 14px 30px;
}

/* Preloder */

#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000;
}
#preloder {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 999999999999;
}
#preloder .loader {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999999999999;
  background: #ffffff url("../img/loader.gif") no-repeat scroll 50% 49%;
  background-size: 65px;
  pointer-events: none;
  overflow: hidden;
}

/*.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}*/

#button {
  display: inline-block;
  background-color: #576887;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 1px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.spacial-controls {
  position: fixed;
  width: 111px;
  height: 91px;
  top: 0;
  right: 0;
  z-index: 999;
}

.spacial-controls .search-switch {
  display: block;
  height: 100%;
  padding-top: 30px;
  background: #323232;
  text-align: center;
  cursor: pointer;
}

.search-model {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  z-index: 99999;
  opacity: 75%;
}

.search-model-form {
  padding: 0 15px;
}

.search-model-form input {
  width: 500px;
  font-size: 40px;
  border: none;
  border-bottom: 2px solid #333;
  background: 0 0;
  color: #999;
}

.search-close-switch {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #333;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 28px;
  line-height: 28px;
  top: 30px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pb-70 {
  padding-bottom: 70px;
}

/*---------------------
  Header
-----------------------*/
.header-search {
  width: 100%;
}
.header-search .header__btn__search {
  background: #fff;
  width: 100% !important;
  padding: 15px 9px !important;
  border: 1px solid #f5f5f5;
  justify-content: space-between;
}
.header-search .header__btn__search span {
  font-size: 14px;
  color: #696969;
  line-height: 14px !important;
}
.header__middle {
  border-bottom: 1px solid #f5f5f5;
}
.header {
  background: #ffffff;
}

.header__top {
  padding: 5x 0;
}
.header__top__currency {
  display: inline-block;
  position: relative;
}
.header__top__currency .nice-select {
  background: transparent;
  border: 0;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 28px;
  display: inline-block;
  float: inherit;
  height: inherit;
  line-height: initial;
  padding-left: 0;
  padding-right: 20px;
}
.header__top__currency .nice-select .option {
  padding-left: 10px;
  color: #000;
}
.header__top__currency .nice-select:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.search-cancel {
  padding-left: 10px;
}
.search-wrapper {
  position: absolute;
  top: -122px;
  z-index: 99;
  right: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.search-wrapper.open {
  opacity: 1;
  visibility: visible;
  background: #fff;
  padding-block: 25px;
  left: 0;
  top: 100%;
  transition: all 0.2s ease-in-out;
}
.search_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__top__left p {
  color: #ffffff;
  margin-bottom: 0;
}

.header__top__right {
  text-align: right;
}

.header__top__links {
  display: inline-block;
  margin-right: 25px;
}

.header__top__links a {
  color: #black!important;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 28px;
  display: inline-block;
}

.header__top__links a:last-child {
  margin-right: 0;
}

.header__top__hover {
  display: inline-block;
  position: relative;
}

.header__top__hover:hover ul {
  top: 24px;
  opacity: 1;
  visibility: visible;
}

.header__top__hover span {
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  cursor: pointer;
}

.header__top__hover span i {
  font-size: 20px;
  position: relative;
  top: 3px;
  right: 2px;
}

.header__top__hover ul {
  background: #ffffff;
  display: inline-block;
  padding: 2px 0;
  position: absolute;
  left: 0;
  top: 44px;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.header__top__hover ul li {
  list-style: none;
  font-size: 13px;
  color: #111111;
  padding: 2px 15px;
  cursor: pointer;
}

.header__logo {
  padding: 30px 0;
}

.header__logo a {
  display: inline-block;
}

.header__menu {
  text-align: center;
  padding: 26px 0 25px;
}

.header__menu ul li {
  list-style: none;
  display: inline-block;
  margin-right: 35px;
  position: relative;
}

.header__menu ul li.active a:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.header__menu ul li:hover a:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.header__menu ul li:hover .dropdown {
  top: 32px;
  opacity: 1;
  visibility: visible;
}

.header__menu ul li:last-child {
  margin-right: 0;
}

.header__menu ul li .dropdown {
  position: absolute;
  left: 0;
  top: 56px;
  width: 180px;
  background: #111111;
  text-align: left;
  padding: 5px 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.header__menu ul li .dropdown li {
  display: block;
  margin-right: 0;
}

.header__menu ul li .dropdown li a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  padding: 5px 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.header__menu ul li .dropdown li a:after {
  display: none;
}

.header__menu ul li a {
  font-size: 14px;
  color: #111111;
  display: block;
  font-weight: 600;
  position: relative;
  padding: 3px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.header__menu ul li a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #14377a;
  content: "";
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.shop-dropdown {
  display: flex !important;
}
.shop-dropdown .icon {
  width: 20px;
}
.header__nav__option {
  text-align: right;
  padding: 20px 0;
}

.header__nav__option a {
  display: inline-block;
  margin-right: 26px;
  position: relative;
}

.header__nav__option a span {
  color: #0d0d0d;
  font-size: 11px;
  position: absolute;
  left: 5px;
  top: 8px;
}

.header__nav__option a:last-child {
  margin-right: 0;
}

.header__nav__option .price {
  font-size: 15px;
  color: #111111;
  font-weight: 700;
  display: inline-block;
  margin-left: -20px;
  position: relative;
  top: 3px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px;
  top: 100%;
  margin-left: auto;
  min-width: 60rem;
  margin-right: auto;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.megamenu h5 {
  font-size: 15px;
  color: #14377a;
  border-bottom: solid 1px #eaeaea;
  padding: 10px 15px 10px 15px;
  font-weight: 800;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.megamenu
  .dropdown-item {
  font-size: 14px;
  border-bottom: 1px dashed #ebebeb;
  padding: 0.5rem 0.8rem;
  display: block;
}

.site-navbar
  .site-navigation.site-top-icons
  .site-menu
  .has-children
  > a:before {
  display: none;
}
.site-navbar .site-navigation.site-top-icons .site-menu .has-children > a {
  padding-right: 0;
}
.site-navbar .site-navigation.site-top-icons .site-menu > li {
  margin-right: 0;
}
.site-navbar .site-top-icons ul.dropdown li a {
  margin-right: 0;
}

.privacy_policy ul {
  padding-left: 40px;
  padding-bottom: 10px;
}
.privacy_policy h3 {
  color: #14377a;
  font-family: "Playfair Display", serif;
}
.privacy_policy p strong {
  color: #14377a;
  font-family: "Playfair Display", serif;
}

/*//////////////////////////////////////////////////////////////////
[ Header cart ]*/
.wrap-header-cart {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  visibility: hidden;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.header-cart {
  position: fixed;
  z-index: 1100;
  width: 390px;
  max-width: calc(100% - 30px);
  height: 100vh;
  top: 0;
  right: -400px;
  background-color: #fff;
  padding: 20px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.34;
  transition: all 0.4s;

  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
}

.header-cart::after {
  content: "";
  display: block;
  width: 100%;
  height: 9%;
  min-height: 30px;
}

.show-header-cart {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.6);
}

.show-header-cart .header-cart {
  right: 0;
}
.s-full {
  width: 100%;
  height: 100%;
}
.header-cart-content {
  flex-grow: 1;
  overflow: auto;
  align-content: space-between;
}

.flex-sb-m {
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.flex-w {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  /* flex-wrap: wrap; */
}
.flex-w,
.flex-l,
.flex-r,
.flex-c,
.flex-sa,
.flex-sb,
.flex-t,
.flex-b,
.flex-m,
.flex-str,
.flex-c-m,
.flex-c-t,
.flex-c-b,
.flex-c-str,
.flex-l-m,
.flex-r-m,
.flex-sa-m,
.flex-sb-m,
.flex-col-l,
.flex-col-r,
.flex-col-c,
.flex-col-str,
.flex-col-t,
.flex-col-b,
.flex-col-m,
.flex-col-sb,
.flex-col-sa,
.flex-col-c-m,
.flex-col-l-m,
.flex-col-r-m,
.flex-col-str-m,
.flex-col-c-t,
.flex-col-c-b,
.flex-col-c-sb,
.flex-col-c-sa,
.flex-col-l-sb,
.flex-col-r-sb,
.flex-row,
.flex-row-rev,
.flex-col,
.flex-col-rev,
.dis-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.w-full {
  width: 100%;
}

.flex-col-l,
.flex-col-r,
.flex-col-c,
.flex-col-str,
.flex-col-t,
.flex-col-b,
.flex-col-m,
.flex-col-sb,
.flex-col-sa,
.flex-col-c-m,
.flex-col-l-m,
.flex-col-r-m,
.flex-col-str-m,
.flex-col-c-t,
.flex-col-c-b,
.flex-col-c-sb,
.flex-col-c-sa,
.flex-col-l-sb,
.flex-col-r-sb,
.flex-col {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.flex-col-l {
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.p-r-20,
.p-lr-20,
.p-all-20 {
  padding-right: 20px;
}
.p-l-20,
.p-lr-20,
.p-all-20 {
  padding-left: 20px;
}
.header-cart-title {
  width: 360px;
  max-width: 100%;
  height: 10.5%;
  min-height: 20px;
}
.size-107 {
  min-width: 165px;
}
.m-r-8,
.m-lr-8,
.m-all-8 {
  margin-right: 8px;
}
.p-b-40,
.p-tb-40,
.p-all-40 {
  padding-bottom: 40px;
}
.p-t-40,
.p-tb-40,
.p-all-40 {
  padding-top: 40px;
}

.offcanvas-menu-wrapper {
  display: none;
}

.canvas__open {
  display: none;
}

.close__icon {
  color: #111;
  font-size: 36px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}
.signin-overlay {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  content: "";
  z-index: 9999;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  visibility: hidden;
}
.signin-overlay.active {
  visibility: visible;
}
.offcanvas-menu-wrapper2 {
  position: fixed;
  right: -300px;
  width: 300px;
  height: 100%;
  background: #ffffff;
  padding: 20px 20px 30px 20px;
  display: block;
  z-index: 99999;
  overflow-y: auto;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  opacity: 0;
  top: 0;
}
.offcanvas-menu-wrapper2.active {
  opacity: 1;
  right: 0;
  top: 0;
}
.signin_btn.btn {
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
  max-width: 270px;
}
.sign__popup__form .form-check.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.sign__popup__form .form-check.form-group label {
  position: relative;
  cursor: pointer;
}
.sign__popup__form .form-check {
  padding-left: 0;
}
.mb-10,
.my-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.forgot_password {
  color: #14377a;
}
.forgot_password:hover {
  color: #14377a;
}
.sign__popup__form .form-check.form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #14377a;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.sign__popup__form .form-check.form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #14377a;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Shared */
.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #fff;
  width: 100%;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}

/* Facebook */
.loginBtn--facebook {
  background-color: #4c69ba;
  background-image: linear-gradient(#4c69ba, #3b55a0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354c8c;
}
.loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url("../../../s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png")
    6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5b7bd5;
  background-image: linear-gradient(#5b7bd5, #4864b1);
}

/* Google */
.loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #dd4b39;
}
.loginBtn--google:before {
  border-right: #bb3f30 1px solid;
  background: url("../../../s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png")
    6px 6px no-repeat;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
  background: #e74b37;
}

.form-control:focus {
  color: #111;
  border-color: #14377a;
  box-shadow: inherit;
}

.header__menu.sticky-top {
  top: -100px;
  transition: 0.5s;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.shadow-sm {
  position: fixed !important;
  width: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 3;
  will-change: opacity;
  transition-property: opacity;
  background: #fff;
  padding-top: 10px;
}

/*---------------------
  Hero
-----------------------*/

.hero__slider.owl-carousel .owl-item.active .hero__text h6 {
  top: 0;
  opacity: 1;
}

.hero__slider.owl-carousel .owl-item.active .hero__text h2 {
  top: 0;
  opacity: 1;
}

.hero__slider.owl-carousel .owl-item.active .hero__text p {
  top: 0;
  opacity: 1;
}

.hero__slider.owl-carousel .owl-item.active .hero__text .primary-btn {
  top: 0;
  opacity: 1;
}

.hero__slider.owl-carousel .owl-nav button {
  font-size: 36px;
  color: #fff;
  position: absolute;
  left: 75px;
  top: 50%;
  margin-top: -18px;
  line-height: 29px;
}

.hero__slider.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 75px;
}

.hero__items {
  height: 390px;
  padding-top: 760px;
}

.hero__text h6 {
  color: #14377a;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 28px;
  position: relative;
  top: 100px;
  opacity: 0;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.hero__text h2 {
  color: #111111;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  margin-bottom: 30px;
  position: relative;
  top: 100px;
  opacity: 0;
  -webkit-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  transition: all, 0.6s;
}

.hero__text p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 35px;
  position: relative;
  top: 100px;
  opacity: 0;
  -webkit-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
}

.hero__text .primary-btn {
  position: relative;
  top: 100px;
  opacity: 0;
  -webkit-transition: all, 1.1s;
  -o-transition: all, 1.1s;
  transition: all, 1.1s;
}

.hero__text .primary-btn span {
  font-size: 20px;
  position: relative;
  top: 4px;
  font-weight: 700;
}

.hero__social {
  margin-top: 190px;
}

.hero__social a {
  font-size: 16px;
  color: #3d3d3d;
  display: inline-block;
  margin-right: 32px;
}

.hero__social a:last-child {
  margin-right: 0;
}

/*---------------------
  Banner
-----------------------*/

.blog {
  padding-bottom: 55px;
}

.banner__item {
  position: relative;
  overflow: hidden;
}

.banner__item:hover .banner__item__text a:after {
  width: 40px;
  background: #14377a;
}

.banner__item.banner__item--middle {
  margin-top: -75px;
}

.banner__item.banner__item--middle .banner__item__pic {
  float: none;
}

.banner__item.banner__item--middle .banner__item__text {
  position: relative;
  top: 0;
  left: 0;
  max-width: 100%;
  padding-top: 22px;
}

.banner__item.banner__item--last {
  margin-top: 100px;
}

.banner__item__pic {
  float: right;
}

.banner__item__text {
  max-width: 300px;
  position: absolute;
  left: 0;
  top: 140px;
}

.banner__item__text h2 {
  color: #111111;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 10px;
}

.banner__item__text a {
  display: inline-block;
  color: #111111;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 3px 0;
  position: relative;
}

.banner__item__text a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #111111;
  content: "";
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

/*---------------------
  Categories
-----------------------*/
.categories__box {
  margin-bottom: 30px;
  width: 200px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.categories__box a {
  font-size: 13px;
  color: #111;
}

.categories__box .categories__img {
  width: 100%;
  border: 2px solid #14377a;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.categories__box img {
  width: 100%;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.categories__box:hover .categories__img > img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.categories__box span {
  padding-top: 10px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
}

/*---------------------
  Instagram
-----------------------*/

.instagram {
  padding-bottom: 0;
}

.instagram__pic__item {
  width: 33.33%;
  float: left;
  height: 261px;
  background-position: center center;
}

.instagram__text {
  padding-top: 130px;
}

.instagram__text h2 {
  color: #111111;
  font-weight: 700;
  margin-bottom: 30px;
}

.instagram__text p {
  margin-bottom: 65px;
}

.instagram__text h3 {
  color: #14377a;
  font-weight: 700;
}
.disclaimer-font p{
  font-size: small;
}

/*---------------------
  Product
-----------------------*/
.heading-box {
  text-align: center;
  padding-bottom: 0px;
}
.heading-box h3 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2px;
  padding-bottom: 20px;
  position: relative;
}
.heading-box h3:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: #14377a;
  content: "";
}
.heading-box p {
  padding-top: 10px;
}
section.product.spad {
  padding-bottom: 60px;
}
.filter__controls {
  text-align: center;
  margin-bottom: 45px;
}

.filter__controls li {
  color: #b7b7b7;
  font-size: 24px;
  font-weight: 700;
  list-style: none;
  display: inline-block;
  margin-right: 88px;
  cursor: pointer;
}

.filter__controls li:last-child {
  margin-right: 0;
}

.filter__controls li.active {
  color: #111111;
}

.product__item {
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #f5f5f5;
}

.product__item.sale .product__item__pic .label {
  color: #ffffff;
  background: #14377a;
}

.product__item.sale .product__item__text .rating i {
  color: #f7941d;
}

.product__item.sale .product__item__text .rating i:nth-last-child(1) {
  color: #b7b7b7;
}

.product__item:hover .product__item__pic .product__hover {
  right: 20px;
  opacity: 1;
}

.product__item:hover .product__item__text a {
  opacity: 1;
  visibility: visible;
}

.product__item:hover .product__item__text .product__color__select {
  opacity: 1;
  transform: translate(0, 0);
}
.product__item:hover .product__item__text h6 {
  color: #14377a;
}

.product__item__pic {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-position: center center;
  background-image: initial !important;
}
.product__item__pic:hover a > img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.product__item__pic img {
  width: 100%;
  height: 350px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  object-fit: cover;
}

.product__item__pic .label {
  color: #111111;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 15px 2px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 20px;
}

.product__item__pic .product__hover {
  position: absolute;
  right: -200px;
  top: 20px;
  -webkit-transition: all, 0.8s;
  -o-transition: all, 0.8s;
  transition: all, 0.8s;
}

.product__item__pic .product__hover li {
  list-style: none;
  margin-bottom: 10px;
  position: relative;
}

.product__item__pic .product__hover li:hover span {
  opacity: 0;
  visibility: hidden;
}
.product__item__pic .product__hover__details {
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transition: all, 0.8s;
  -o-transition: all, 0.8s;
  transition: all, 0.8s;
  text-align: center;
  background: #14377a;
  color: #fff;
  list-style: none;
  padding: 10px 15px;
  transform: translate(-50%, 0);
  opacity: 0;
}
.product__item__pic .product__hover__details a {
  color: #fff;
}
.product__item:hover .product__item__pic .product__hover__details {
  opacity: 1;
}

.product__item__pic .product__hover li span {
  color: #ffffff;
  background: #111111;
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  position: absolute;
  left: -78px;
  top: 5px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.product__item__pic .product__hover li span:after {
  position: absolute;
  right: -2px;
  top: 5px;
  height: 15px;
  width: 15px;
  background: #111111;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}

.product__item__pic .product__hover li img {
  background: #ffffff;
  padding: 10px;
  display: inline-block;
  width: 35px;
}

.toggle-whishlist {
  cursor: pointer;
}

.product__item__text {
  padding-top: 12px;
  position: relative;
  padding-inline: 12px;
}

.product__item__text a span {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.product__item__text a {
  font-size: 15px;
  color: #14377a;
  font-weight: 700;
  display: block;
}

.product__item__text h6 {
  color: #111111;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.product__item__text .rating {
  margin-bottom: 6px;
}

.product__item__text .rating i {
  font-size: 14px;
  color: #b7b7b7;
  margin-right: -5px;
}

.product__item__text h5 {
  color: #111;
  font-weight: 700;
  font-size: 14px;
  margin-top: 10px;
}

.product__item__text .product__color__select {
  position: absolute;
  right: 0;
  float: right;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  transform: translate(0, 60px);
}

.product__item__text .product__color__select label {
  display: inline-block;
  height: 36px;
  width: 36px;
  background: transparent;
  margin-bottom: 0;
  margin-right: 5px;
  position: relative;
  cursor: pointer;
}
.product__item__text .product__color__select label a {
  font-size: 12px;
  font-weight: 600;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #111;
  border: 1px solid #111;
  text-align: center;
}

.product__item__text .product__color__select label:hover a {
  color: #111;
  background-color: #fff;
}

.product__btn {
  background: #14377a;
  color: #fff;
  padding: 10px 26px;
  border-radius: 0;
}
.product__btn:hover {
  background: #111;
  color: #fff;
}

/*.product__item__text .product__color__select label.black {
    background: #404a47;
}

.product__item__text .product__color__select label.grey {
    background: #d5a667;
}*/

.product__item__text .product__color__select label.active:after {
  opacity: 1;
}

/*.product__item__text .product__color__select label:after {
    position: absolute;
    left: -3px;
    top: -3px;
    height: 18px;
    width: 18px;
    border: 1px solid #b9b9b9;
    content: "";
    border-radius: 50%;
    opacity: 0;
}*/

.product__item__text .product__color__select label input {
  position: absolute;
  visibility: hidden;
}

.about__img {
  position: relative;
  filter: drop-shadow(4px 4px 10px #d8d8d8);
}
.right__img {
  position: absolute;
  right: 0;
  top: 25%;
}
.about__text h4 {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
}

/*---------------------
  Shop
-----------------------*/

.shop__sidebar {
  margin-bottom: 20px;
  position: sticky;
  top: 50px;
  z-index: 1;
  border: 1px solid #f5f5f5;
  padding: 15px;
}
.shop__sidebar__right {
  border: 1px solid #f5f5f5;
  padding: 15px;
  margin-bottom: 20px;
}
.shop__sidebar__search {
  margin-bottom: 45px;
}

.shop__sidebar__search form {
  position: relative;
}

.shop__sidebar__search form input {
  width: 100%;
  font-size: 15px;
  color: #696969;
  padding-left: 20px;
  border: 1px solid #e5e5e5;
  height: 42px;
  padding-right: 45px;
}

.shop__sidebar__search form input::-webkit-input-placeholder {
  color: #696969;
}

.shop__sidebar__search form input::-moz-placeholder {
  color: #696969;
}

.shop__sidebar__search form input:-ms-input-placeholder {
  color: #696969;
}

.shop__sidebar__search form input::-ms-input-placeholder {
  color: #696969;
}

.shop__sidebar__search form input::placeholder {
  color: #696969;
}

.shop__sidebar__search form button {
  color: #696969;
  font-size: 15px;
  border: none;
  background: transparent;
  position: absolute;
  right: 0;
  padding: 0 15px;
  top: 0;
  height: 100%;
}

.shop__sidebar__accordion .card {
  border: none;
  border-radius: 0;
  margin-bottom: 25px;
}

.shop__sidebar__accordion .card:last-child {
  margin-bottom: 0;
}

.shop__sidebar__accordion .card:last-child .card-body {
  padding-bottom: 0;
  border-bottom: none;
}

.shop__sidebar__accordion .card-body {
  padding: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.shop__sidebar__accordion .card-heading {
  cursor: pointer;
}

.shop__sidebar__accordion .card-heading a {
  color: #111111;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  letter-spacing: 2px;
}

.shop__sidebar__categories ul,
.shop__sidebar__price ul,
.shop__sidebar__brand ul {
  height: 225px;
}

.shop__sidebar__categories ul li,
.shop__sidebar__price ul li,
.shop__sidebar__brand ul li {
  list-style: none;
}

.shop__sidebar__categories ul li a,
.shop__sidebar__price ul li a,
.shop__sidebar__brand ul li a {
  color: #696969;
  font-size: 15px;
  line-height: 32px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.shop__sidebar__categories ul li a:hover,
.shop__sidebar__price ul li a:hover,
.shop__sidebar__brand ul li a:hover {
  color: #14377a;
}

.shop__sidebar__brand ul {
  height: auto;
}

.shop__sidebar__price ul {
  height: auto;
}

.shop__sidebar__size {
  padding-top: 15px;
}

.shop__sidebar__size label {
  color: #111111;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #e5e5e5;
  padding: 6px 25px;
  margin-bottom: 10px;
  margin-right: 5px;
  cursor: pointer;
}

.shop__sidebar__size label.active {
  background: #14377a;
  color: #ffffff;
  border-color: #14377a;
}

.shop__sidebar__size label input {
  position: absolute;
  visibility: hidden;
}

.shop__sidebar__color {
  padding-top: 15px;
}

.shop__sidebar__color label {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
}

.shop__sidebar__color label.c-1 {
  background: #0b090c;
}

.shop__sidebar__color label.c-2 {
  background: #20315f;
}

.shop__sidebar__color label.c-3 {
  background: #f1af4d;
}

.shop__sidebar__color label.c-4 {
  background: #636068;
}

.shop__sidebar__color label.c-5 {
  background: #57594d;
}

.shop__sidebar__color label.c-6 {
  background: #e8bac4;
}

.shop__sidebar__color label.c-7 {
  background: #d6c1d7;
}

.shop__sidebar__color label.c-8 {
  background: #ed1c24;
}

.shop__sidebar__color label.c-9 {
  background: #ffffff;
}

.shop__sidebar__color label:after {
  position: absolute;
  left: -3px;
  top: -3px;
  height: 36px;
  width: 36px;
  border: 1px solid #e5e5e5;
  content: "";
  border-radius: 50%;
}

.shop__sidebar__color label input {
  position: absolute;
  visibility: hidden;
}

.shop__sidebar__tags {
  padding-top: 15px;
}

.shop__sidebar__tags a {
  color: #404040;
  font-size: 13px;
  font-weight: 700;
  background: #f1f5f8;
  padding: 5px 18px;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 6px;
  margin-bottom: 10px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.shop__sidebar__tags a:hover {
  background: #111111;
  color: #ffffff;
}

.shop__sidebar__accordion .card-heading a:after,
.shop__sidebar__accordion
  .card-heading
  > a.active[aria-expanded="false"]:after {
  content: "";
  font-family: "FontAwesome";
  font-size: 24px;
  font-weight: 700;
  color: #111111;
  position: absolute;
  right: 0;
  top: 2px;
  line-height: 20px;
}

.shop__sidebar__accordion .card-heading.active a:after {
  content: "";
  font-family: "FontAwesome";
  font-size: 24px;
  font-weight: 700;
  color: #111111;
  position: absolute;
  right: 0;
  top: 2px;
  line-height: 20px;
}

.shop__product__option {
  margin-bottom: 35px;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 10px;
}

.shop__product__option p {
  color: #111111;
  margin-bottom: 0;
}

.shop__product__option__right {
  text-align: right;
}

.shop__product__option__right p {
  display: inline-block;
  margin-bottom: 0;
}

.shop__product__option__right .nice-select {
  float: none;
  display: inline-block;
  padding: 0;
  line-height: 26px;
  height: auto;
  border: none;
  padding-right: 28px;
}

.shop__product__option__right .nice-select:after {
  border-bottom: 1.5px solid #111111;
  border-right: 1.5px solid #111111;
  height: 8px;
  right: 12px;
  width: 8px;
}

.shop__product__option__right .nice-select span {
  color: #111111;
  font-size: 15px;
  font-weight: 700;
}

.shop__product__option__right .nice-select .list {
  border-radius: 0;
}

.product__pagination {
  padding-top: 25px;
  text-align: center;
  padding-bottom: 25px;
  border-top: 1px solid #f5f5f5;
}

.product__pagination a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #111111;
  height: 30px;
  width: 30px;
  border: 1px solid transparent;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
}

.product__pagination a.active {
  color: #fff;
  background: #14377a;
}

.product__pagination a:hover {
  color: #fff;
  background: #14377a;
}

.product__pagination span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #111111;
  padding-left: 10px;
  padding-right: 15px;
}

.btn-product {
  position: relative;
  display: inline-block;
  font-size: 14px;
  /*overflow: hidden;*/
  z-index: 1;
  color: #fff;
  background-color: #0d0d0d;
  border: none;
  font-weight: 600;
  padding: 12px 26px;
  border: 0 !important;
  text-align: center;
}
.btn--animated:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #14377a;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 2s;
  transition-timing-function: ease-out;
  z-index: -1;
}
.btn--animated:hover {
  color: #fff;
}
.btn--animated:hover:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.45, 1.64, 0.47, 0.66);
}



/*---------------------
  Shop
-----------------------*/

.product__details__pic {
  background: #fff;
  padding: 40px 0 60px;
  margin-bottom: 30px;
}

.product__details__pic .nav-tabs {
  border-bottom: none;
  width: 105px;
}

.product__details__pic .nav-tabs .nav-item .nav-link .product__thumb__pic img {
    height: 85px;
    object-fit: cover;
    width: 100px;
}

.product__filter ul.product__hover {
    display: none;
}

.product__details__pic .nav-tabs .nav-item {
  margin-bottom: 10px;
}

.product__details__text .form-group h4.text-left {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

.product__details__pic .nav-tabs .nav-item:last-child {
  margin-bottom: 0;
}

.product__details__pic .nav-tabs .nav-item .nav-link {
  padding: 0;
  display: block;
}

.product__details__text h3.text-left {
  color: #14377a;
  font-size: 26px;
}

.product__details__pic .nav-tabs .nav-item .nav-link .product__thumb__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product__details__pic .nav-tabs .nav-item .nav-link .product__thumb__pic i {
  height: 56px;
  width: 56px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  font-size: 20px;
  color: #ffffff;
  line-height: 48px;
  display: inline-block;
  text-align: center;
}

.product__details__pic .nav-tabs .nav-item.show .nav-link,
.product__details__pic .nav-tabs .nav-link.active {
  background-color: transparent;
  border-color: transparent;
}

.product__details__breadcrumb {
  margin-bottom: 30px;
}

.product__details__breadcrumb a {
  font-size: 15px;
  color: #111111;
  margin-right: 18px;
  display: inline-block;
  position: relative;
}

.product__details__breadcrumb a:after {
  position: absolute;
  right: -14px;
  top: 0;
  content: "";
  font-family: "FontAwesome";
}

.product__details__breadcrumb span {
  font-size: 15px;
  color: #696969;
  display: inline-block;
}

.product__details__pic__item {
  position: relative;
}
.product__details__pic__item img {
  width: 100%;
}

/* .product__details__pic__item a {
    height: 56px;
    width: 56px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    font-size: 20px;
    color: #ffffff;
    line-height: 48px;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -28px;
    margin-left: -28px;
} */
.product__single__item_details {
  display: flex;
}
.product__details__pic .tab-content {
  width: 100%;
  padding-left: 10px;
}
.product__details__text h4 {
  color: #111111;
  font-weight: 700;
  margin-bottom: 10px;
}

.product__details__text .rating {
  margin-bottom: 20px;
}

.product__details__text .rating i {
  font-size: 15px;
  color: #f7941d;
  display: inline-block;
  margin-right: -5px;
}

.product__details__text .rating span {
  display: inline-block;
  color: #3d3d3d;
  margin-left: 5px;
}

.product__details__text h3 {
  color: #0d0d0d;
  font-weight: 700;
  margin-bottom: 16px;
}

.product__details__text h3 span {
  color: #696969;
  font-size: 20px;
  font-weight: 400;
  margin-left: 10px;
  text-decoration: line-through;
}

.product__details__text p {
  margin-bottom: 15px;
}

.product__details__option {
  margin-bottom: 30px;
}

.product__details__option__size {
  display: inline-block;
  margin-right: 50px;
  margin-bottom: 15px;
}

.product__details__option__size span {
  color: #111111;
  display: inline-block;
  margin-right: 10px;
}

.product__details__option__size label {
  color: #111111;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #e5e5e5;
  padding: 6px 15px;
  margin-bottom: 0;
  margin-right: 5px;
  cursor: pointer;
}

.product__details__option__size label.active {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
}

.product__details__option__size label input {
  position: absolute;
  visibility: hidden;
}

.product__details__option__color {
  display: inline-block;
  position: relative;
  top: 10px;
}

.product__details__option__color span {
  color: #111111;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -9px;
}

.product__details__option__color label {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
  margin-bottom: 0;
  display: inline-block;
  cursor: pointer;
}

.product__details__option__color label.c-1 {
  background: #0b090c;
}

.product__details__option__color label.c-2 {
  background: #20315f;
}

.product__details__option__color label.c-3 {
  background: #f1af4d;
}

.product__details__option__color label.c-4 {
  background: #ed1c24;
}

.product__details__option__color label.c-9 {
  background: #ffffff;
}

.product__details__option__color label:after {
  position: absolute;
  left: -3px;
  top: -3px;
  height: 36px;
  width: 36px;
  border: 1px solid #e5e5e5;
  content: "";
  border-radius: 50%;
}

.product__details__option__color label input {
  position: absolute;
  visibility: hidden;
}

.product__details__cart__option {
  margin-bottom: 25px;
}

.product__details__cart__option .quantity {
  display: inline-block;
  margin-right: 20px;
}

.product__details__cart__option .quantity .pro-qty {
  width: 100px;
  height: 40px;
  border: 1px solid #e5e5e5;
  position: relative;
}

.product__details__cart__option .quantity .pro-qty input {
  color: #0d0d0d;
  font-size: 15px;
  font-weight: 700;
  width: 70px;
  height: 100%;
  text-align: center;
  border: none;
}

.product__details__cart__option .quantity .pro-qty .qtybtn {
  font-size: 18px;
  color: #0d0d0d;
  position: absolute;
  right: 15px;
  top: 3px;
  height: 10px;
  width: 10px;
  cursor: pointer;
  font-weight: 600;
}

.product__details__cart__option .quantity .pro-qty .qtybtn.inc {
  top: 16px;
}

.product__details__btns__option {
  margin-bottom: 40px;
}

.product__details__btns__option a {
  display: inline-block;
  font-size: 13px;
  color: #3d3d3d;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 20px;
}

.product__details__btns__option a:last-child {
  margin-right: 0;
}

.product__details__last__option h5 {
  color: #111111;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  margin-bottom: 26px;
}

.product_description_area .nav.nav-tabs {
  background: #f5f5f5;
  text-align: center;
  display: block;
  border: none;
  padding: 10px 0px;
}
.product_description_area .nav.nav-tabs li {
  display: inline-block;
  margin-right: 7px;
}
.product_description_area .nav.nav-tabs li a.active {
  color: #fff;
  border: 1px solid transparent;
}
.product_description_area .nav.nav-tabs li a.active {
  background-color: #14377a;
}
.product_description_area .tab-content .total_rate .box_total h4 {
  color: #14377a;
}

.product_description_area .nav.nav-tabs li {
  display: inline-block;
  margin-right: 7px;
}
.product_description_area .nav.nav-tabs li:last-child {
  margin-right: 0px;
}
@media (max-width: 441px) {
  .product_description_area .nav.nav-tabs li:last-child {
    margin-top: 15px;
  }
}
.product_description_area .nav.nav-tabs li a {
  padding: 0px;
  border: none;
  line-height: 38px;
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  padding: 0px 30px;
  color: #222222;
  font-size: 14px;
  font-weight: normal;
}
@media (max-width: 570px) {
  .product_description_area .nav.nav-tabs li a {
    padding: 0 15px;
  }
}
.product_description_area .nav.nav-tabs li a.active {
  color: #fff;
  border: 1px solid transparent;
}
.product_description_area .tab-content {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 30px;
}
.product_description_area .tab-content .total_rate .box_total {
  background: #f5f5f5;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.product_description_area .tab-content .total_rate .box_total h4 {
  font-size: 48px;
  font-weight: bold;
}
.product_description_area .tab-content .total_rate .box_total h5 {
  color: #222222;
  margin-bottom: 0px;
  font-size: 24px;
}
.product_description_area .tab-content .total_rate .box_total h6 {
  color: #222222;
  margin-bottom: 0px;
  font-size: 14px;
  color: #777777;
  font-weight: normal;
}
.product_description_area .tab-content .total_rate .rating_list {
  margin-bottom: 30px;
}
.product_description_area .tab-content .total_rate .rating_list h3 {
  font-size: 18px;
  color: #222222;
  font-weight: 500;
  margin-bottom: 10px;
}
.product_description_area .tab-content .total_rate .rating_list .list li a {
  font-size: 14px;
  color: #777777;
}
.product_description_area .tab-content .total_rate .rating_list .list li a i {
  color: #fbd600;
}
.product_description_area
  .tab-content
  .total_rate
  .rating_list
  .list
  li:nth-child
  a
  i:last-child {
  color: #eeeeee;
}
.product_description_area .tab-content .table {
  margin-bottom: 0px;
}
.product_description_area .tab-content .table tbody tr td {
  padding-left: 65px;
  padding-right: 65px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.product_description_area .tab-content .table tbody tr td h5 {
  font-size: 14px;
  font-weight: normal;
  color: #777777;
  margin-bottom: 0px;
  white-space: nowrap;
}
.product_description_area .tab-content .table tbody tr:first-child td {
  border-top: 0px;
}
.list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.review_box p {
  margin-bottom: 0px;
  display: inline-block;
}
.review_box .list {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.review_box .list li {
  display: inline-block;
}
.review_box .list li a {
  display: inline-block;
  color: #fbd600;
}
.contact_form .form-group textarea.form-control {
  height: 134px;
}
.review_item .media .media-body i {
  color: #fbd600;
}
.review_item {
  margin-bottom: 15px;
}
.review_item .media {
  position: relative;
}
.review_item .media .d-flex {
  padding-right: 15px;
}
.review_item .media .media-body {
  vertical-align: middle;
  align-self: center;
}
.review_item .media .media-body h4 {
  margin-bottom: 0px;
  font-size: 14px;
  color: #222222;
  margin-bottom: 8px;
}
.review_item .media .media-body h5 {
  font-size: 13px;
  font-weight: normal;
  color: #777777;
}
.review_item .media .media-body .reply_btn {
  border: 1px solid #e0e0e0;
  padding: 0px 28px;
  display: inline-block;
  line-height: 32px;
  border-radius: 16px;
  font-size: 14px;
  color: #222222;
  position: absolute;
  right: 0px;
  top: 14px;
  @icnlude transition:;
}
.review_item.reply {
  padding-left: 28px;
}
.review_box h4 {
  font-size: 24px;
  color: #222222;
  margin-bottom: 20px;
}
.review_box .contact_form {
  margin-top: 15px;
}
.contact_form .form-group {
  margin-bottom: 10px;
}
.contact_form .form-group .form-control {
  font-size: 13px;
  line-height: 26px;
  color: #999;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  padding-left: 20px;
}

.product__details__last__option h5 span {
  background: #ffffff;
  /*  padding: 0 30px;*/
}

.product__details__last__option h5:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  height: 1px;
  width: 460px;
  background: #e5e5e5;
  content: "";
  z-index: -1;
  margin: 0 auto;
}

.product__details__last__option ul {
  padding-top: 40px;
}

.product__details__last__option ul li {
  list-style: none;
  font-size: 15px;
  color: #111111;
  font-weight: 700;
  line-height: 30px;
}

.product__details__last__option ul li span {
  font-weight: 400;
  color: #696969;
}

.product__details__tab {
  padding-top: 60px;
}

.product__details__tab .nav-tabs {
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product__details__tab .nav-tabs .nav-item {
  margin-right: 50px;
}

.product__details__tab .nav-tabs .nav-item:last-child {
  margin-right: 0;
}

.product__details__tab .nav-tabs .nav-item .nav-link {
  font-size: 20px;
  color: #696969;
  padding: 0;
  border: none;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
}

.product__details__tab .nav-tabs .nav-item .nav-link.active {
  border-bottom: 2px solid #14377a;
}

.product__details__tab__content {
  padding-top: 35px;
}

.note {
  color: #111111;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 25px;
}

.product__details__tab__content__item {
  margin-bottom: 30px;
}

.product__details__tab__content__item:last-child {
  margin-bottom: 0;
}

.product__details__tab__content__item h5 {
  color: #111111;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.product__details__tab__content__item p {
  margin-bottom: 0;
}

/*---------------------
  Related
-----------------------*/

.related {
  padding-bottom: 55px;
}

.related-title {
  color: #111111;
  font-weight: 700;
  margin-bottom: 45px;
  text-align: center;
}

.shake {
  animation: shake-animation 4.72s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes shake-animation {
  0% {
    transform: translate(0, 0);
  }
  1.78571% {
    transform: translate(5px, 0);
  }
  3.57143% {
    transform: translate(0, 0);
  }
  5.35714% {
    transform: translate(5px, 0);
  }
  7.14286% {
    transform: translate(0, 0);
  }
  8.92857% {
    transform: translate(5px, 0);
  }
  10.71429% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

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

.footer {
/*  background-image: url(../img/footer-bg.jpg);*/
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
/*  padding-bottom: 8%;*/
  position: relative;
  padding-top: 15px;
}
.footer__logo.text-center {
  margin-bottom: 60px;
}
.footer__logo.site-logo a {
  color: #fff !important;
  border-color: #fff;
}
.site-logo a img {
  height: 70px;
}
.footer__about {
  margin-bottom: 30px;
}

.footer__about .footer__logo {
  margin-bottom: 30px;
}

.footer__about .footer__logo a {
  display: inline-block;
}

.footer__about p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.footer__widget {
  margin-bottom: 0px;
}

.footer__widget h6 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0px;
  font-family: "Playfair Display", serif;
}

.footer__widget ul li {
  line-height: 20px;
  list-style: none;
}

.footer__widget ul li a {
  color: #fff;
  font-size: 14px;
}
/*.footer__widget ul li a:hover {
    color: #14377a;
}*/

.addresFooterOption {
  padding: 3px 0 0 0;
  margin-left: -16px;
}
.addressFooterInner {
  display: inline-flex;
  width: 100%;
  align-items: baseline;
}
.addressFooterInner .fa {
  color: #ffffff;
}
.addressFooterInner p {
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0 0 0 15px;
  color: #fff;
}
.addressFooterInner p a {
  color: #fff;
}
.footer__widget .footer__newslatter p {
  color: #fff;
  text-transform: uppercase;
}

.footer__widget .footer__newslatter form {
  position: relative;
}

.footer__widget .footer__newslatter form input {
  background: #fff;
  width: 100% !important;
  padding: 10px 9px !important;
  border: 1px solid #f5f5f5;
  font-size: 12px;
  color: #111;
  border-radius: 5px;
}

.footer__widget .footer__newslatter form input::-webkit-input-placeholder {
  color: #3d3d3d;
}

.footer__widget .footer__newslatter form input::-moz-placeholder {
  color: #3d3d3d;
}

.footer__widget .footer__newslatter form input:-ms-input-placeholder {
  color: #3d3d3d;
}

.footer__widget .footer__newslatter form input::-ms-input-placeholder {
  color: #3d3d3d;
}

.footer__widget .footer__newslatter form input::placeholder {
  color: #3d3d3d;
}
ul.social-icon {
  margin-top: 20px;
}
ul.social-icon li {
  list-style: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
}
ul.social-icon li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.footer__widget .footer__newslatter form button {
  color: #b7b7b7;
  font-size: 16px;
  position: absolute;
  right: 5px;
  top: 0;
  height: 100%;
  background: transparent;
  border: none;
}

.footer__copyright__text {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  margin-top: 0px;
}

.footer__copyright__text p {
  color: #fff;
  margin-bottom: 0;
}

.footer__copyright__text p i {
  color: #fff;
}

.footer__copyright__text p a {
  color: #fff;
}

/*---------------------
  Breadcrumb
-----------------------*/
.breadcrumb__text {
  text-align: center;
}
.breadcrumb-option {
  background: #f5f5f5;
  padding: 60px 0;
}

.breadcrumb__text h4 {
  color: #111111;
  font-weight: 700;
  margin-bottom: 8px;
}

.breadcrumb__links a {
  font-size: 15px;
  color: #111111;
  margin-right: 18px;
  display: inline-block;
  position: relative;
}

.breadcrumb__links a:after {
  position: absolute;
  right: -14px;
  top: 0;
  content: "";
  font-family: "FontAwesome";
}

.breadcrumb__links span {
  font-size: 15px;
  color: #b7b7b7;
  display: inline-block;
}

.breadcrumb-option {
  position: relative;
}

.breadcrumb-option .circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.breadcrumb-option .circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.breadcrumb-option .circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background-color: #14377a;
  -webkit-animation: animate 25s linear infinite;
  animation: animate 25s linear infinite;
  bottom: -150px;
  opacity: 0.2 !important;
}
.breadcrumb-option .circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
}
.breadcrumb-option .circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.breadcrumb-option .circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 18s;
  animation-duration: 18s;
}
.breadcrumb-option .circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.breadcrumb-option .circles li:nth-child(6) {
  left: 75%;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.breadcrumb-option .circles li:nth-child(7) {
  left: 19%;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}
.breadcrumb-option .circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
  -webkit-animation-duration: 45s;
  animation-duration: 45s;
}
.breadcrumb-option .circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 35s;
  animation-duration: 35s;
}
.breadcrumb-option .circles li:nth-child(10) {
  left: 85%;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 11s;
  animation-duration: 11s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

/*---------------------
  Breadcrumb Blog
-----------------------*/

.breadcrumb-blog {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 350px;
}

.breadcrumb-blog h2 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
}

/*---------------------
  About
-----------------------*/

.about {
  padding-bottom: 70px;
}

.about__pic {
  margin-bottom: 35px;
}

.about__pic img {
  min-width: 100%;
}

.about__item {
  margin-bottom: 30px;
}

.about__item h4 {
  color: #111111;
  font-weight: 700;
  margin-bottom: 10px;
}

.about__item p {
  margin-bottom: 0;
}

/*---------------------
  Testimonial
-----------------------*/

.testimonial {
  background: #f3f2ee;
}

.testimonial__text {
  text-align: center;
  padding: 130px 150px 175px;
}

.testimonial__text span {
  color: #14377a;
  font-size: 72px;
}

.testimonial__text p {
  color: #111111;
  font-size: 20px;
  font-style: italic;
  line-height: 30px;
  padding-top: 12px;
  margin-bottom: 25px;
}

.testimonial__author {
  display: inline-block;
}

.testimonial__author__pic {
  float: left;
  margin-right: 20px;
}

.testimonial__author__pic img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}

.testimonial__author__text {
  overflow: hidden;
  padding-top: 3px;
}

.testimonial__author__text h5 {
  color: #111111;
  font-weight: 700;
  margin-bottom: 5px;
}

.testimonial__author__text p {
  color: #b7b7b7;
  margin-bottom: 0 !important;
  padding-top: 0;
}

.testimonial__pic {
  height: 610px;
}

.customers-testimonials {
  position: relative;
}
.product-collection-wrap {
  position: relative;
  overflow: hidden;
}
.customers-testimonials .rating_star {
  display: none;
}
.rating_star {
  font-size: 18px;
  color: #14377a;
  /*margin: 0 0 10px;*/
}
.testimonialText {
  font-size: 15px;
  color: #111;
}
.testimonialHeading {
  font-size: 20px;
  color: #111;
  font-weight: 600;
  line-height: 22px;
}
.testimonialHeading small {
  font-size: 14px;
  color: #696969;
}

.customers-testimonials .item {
  text-align: center;
  padding: 20px;
  opacity: 0.7;
  transform: scale(0.75);
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.customers-testimonials .product-collection-summery {
  padding: 20px;
  background: #fff;
  box-shadow: 0 3px 12px 6px #f1f1f1;
  -webkit-transition: 0.2s all ease-in-out !important;
  -o-transition: 0.2s all ease-in-out !important;
  transition: 0.2s all ease-in-out !important;
}
.customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.customers-testimonials .center .product-collection-summery {
  background-color: #14377a;
  color: #fff;
}
.customers-testimonials .center .product-collection-summery p,
.customers-testimonials .center .product-collection-summery i {
  color: #fff;
}
.customers-testimonials .product-collection-summery:hover p,
.customers-testimonials .product-collection-summery:hover i {
  color: #fff;
}
.customers-testimonials .product-collection-summery:hover {
  background-color: #14377a;
}

.customers-testimonials .owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 90px;
  height: 100%;
  margin: 0 auto 17px;
}
.customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
.customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #14377a;
  outline: none;
  opacity: 100%;
}

.customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
.customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background-color: #14377a;
  opacity: 25%;
  border: 0 none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 13px;
  position: relative;
  width: 13px;
  margin: 0 5px;
  border-radius: 100%;
}
.customers-testimonials.owl-carousel .owl-dots {
  text-align: center;
  margin: 10px 0 0;
  display: inline-block;
  width: 100%;
}
.customers-testimonials .rating_star {
  display: none;
}
.customers-testimonials .owl-item.active.center .item .rating_star {
  display: block;
}

/*---------------------
  Counter
-----------------------*/

.counter {
  padding-bottom: 0;
}

.counter .container {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 70px;
}

.counter__item {
  margin-bottom: 30px;
  overflow: hidden;
}

.counter__item .counter__item__number {
  float: left;
  margin-right: 15px;
}

.counter__item .counter__item__number h2 {
  color: #111111;
  font-weight: 700;
  font-size: 60px;
  line-height: 50px;
  display: inline-block;
}

.counter__item .counter__item__number strong {
  color: #111111;
  font-weight: 700;
  font-size: 60px;
  line-height: 50px;
  display: inline-block;
}

.counter__item span {
  display: block;
  color: #3d3d3d;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  overflow: hidden;
}

/*---------------------
  Testimonial
-----------------------*/

.team {
  padding-bottom: 70px;
}

.team__item {
  margin-bottom: 30px;
}

.team__item img {
  min-width: 100%;
  margin-bottom: 25px;
}

.team__item h4 {
  color: #111111;
  font-weight: 700;
  margin-bottom: 8px;
}

.team__item span {
  font-size: 15px;
  display: block;
  color: #b7b7b7;
}

/*---------------------
  Clients
-----------------------*/

.clients {
  padding-top: 0;
  padding-bottom: 25px;
}

.client__item {
  display: block;
  margin-bottom: 75px;
  text-align: center;
}

/*---------------------
  Shopping Cart
-----------------------*/

.shopping__cart__table {
  margin-bottom: 30px;
}

.shopping__cart__table table {
  width: 100%;
}

.shopping__cart__table table thead {
  border-bottom: 1px solid #f2f2f2;
}

.shopping__cart__table table thead tr th {
  color: #111111;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 25px;
}

.shopping__cart__table table tbody tr {
  border-bottom: 1px solid #f2f2f2;
}

.shopping__cart__table table tbody tr td {
  padding-bottom: 20px;
  padding-top: 20px;
}

.shopping__cart__table table tbody tr td.product__cart__item {
  width: 400px;
}

.shopping__cart__table
  table
  tbody
  tr
  td.product__cart__item
  .product__cart__item__pic {
  float: left;
  margin-right: 30px;
}
.shopping__cart__table
  table
  tbody
  tr
  td.product__cart__item
  .product__cart__item__pic
  img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.shopping__cart__table
  table
  tbody
  tr
  td.product__cart__item
  .product__cart__item__text {
  overflow: hidden;
  padding-top: 21px;
}

.shopping__cart__table
  table
  tbody
  tr
  td.product__cart__item
  .product__cart__item__text
  h6 {
  color: #111111;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.shopping__cart__table
  table
  tbody
  tr
  td.product__cart__item
  .product__cart__item__text
  h5 {
  color: #111;
  font-weight: 700;
  font-size: 16px;
}

.shopping__cart__table table tbody tr td.quantity__item {
  width: 175px;
}

.shopping__cart__table table tbody tr td.quantity__item .quantity .pro-qty-2 {
  width: 80px;
}

.shopping__cart__table
  table
  tbody
  tr
  td.quantity__item
  .quantity
  .pro-qty-2
  input {
  width: 50px;
  border: none;
  text-align: center;
  color: #111111;
  font-size: 16px;
}

.shopping__cart__table
  table
  tbody
  tr
  td.quantity__item
  .quantity
  .pro-qty-2
  .qtybtn {
  font-size: 16px;
  color: #888888;
  width: 10px;
  cursor: pointer;
}

.shopping__cart__table table tbody tr td.cart__price {
  color: #111111;
  font-size: 16px;
  font-weight: 700;
  width: 140px;
}

.shopping__cart__table table tbody tr td.cart__close i {
  font-size: 16px;
  color: #fff;
  height: 30px;
  width: 30px;
  background: #14377a;
  line-height: 30px;
  text-align: center;
}

.continue__btn.update__btn {
  text-align: right;
}

.continue__btn.update__btn a {
  color: #ffffff;
  background: #111111;
  border-color: #111111;
}

.continue__btn.update__btn a i {
  margin-right: 5px;
}

.continue__btn a {
  color: #111111;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #e1e1e1;
  padding: 12px 26px;
  display: inline-block;
}

.cart__discount {
  margin-bottom: 60px;
}

.cart__discount h6 {
  color: #111111;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.cart__discount form {
  position: relative;
}

.cart__discount form input {
  font-size: 14px;
  color: #b7b7b7;
  height: 50px;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding-left: 20px;
}

.cart__discount form input::-webkit-input-placeholder {
  color: #b7b7b7;
}

.cart__discount form input::-moz-placeholder {
  color: #b7b7b7;
}

.cart__discount form input:-ms-input-placeholder {
  color: #b7b7b7;
}

.cart__discount form input::-ms-input-placeholder {
  color: #b7b7b7;
}

.cart__discount form input::placeholder {
  color: #b7b7b7;
}

.cart__discount form button {
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #111111;
  padding: 0 30px;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.cart__total {
  background: #f5f5f5;
  padding: 35px 40px 40px;
}

.cart__total h6 {
  color: #111111;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 700;
}

.cart__total ul {
  margin-bottom: 25px;
}

.cart__total ul li {
  list-style: none;
  font-size: 16px;
  color: #444444;
  line-height: 40px;
  overflow: hidden;
}

.cart__total ul li span {
  font-weight: 700;
  color: #14377a;
  float: right;
}

.cart__total .primary-btn {
  display: block;
  padding: 12px 10px;
  text-align: center;
  letter-spacing: 2px;
}

/*---------------------
  Checkout
-----------------------*/

.coupon__code {
  color: #0d0d0d;
  font-size: 14px;
  border-top: 2px solid #14377a;
  background: #f5f5f5;
  padding: 23px 30px 18px;
  margin-bottom: 50px;
}

.coupon__code span {
  margin-right: 15px;
}

.coupon__code a {
  color: #0d0d0d;
}

.checkout__title {
  color: #111111;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

.checkout__input {
  margin-bottom: 6px;
}

.checkout__input p {
  color: #111111;
  margin-bottom: 12px;
}

.checkout__input p span {
  color: #14377a;
}

.checkout__input input {
  height: 50px;
  width: 100%;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  color: #111;
  padding-left: 20px;
  margin-bottom: 20px;
  border-radius: 0;
}
.checkout__input .form-select {
  height: 50px;
  width: 100%;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  color: #111;
  padding-left: 20px;
  margin-bottom: 20px;
  border-radius: 0;
}
.nice-select.open .list {
  width: 100%;
  max-height: 220px;
  overflow: auto;
}
.custome-radio-box {
  display: inline-block;
  margin-right: 10px;
}
.custome-radio-box .form-check-input {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 2px;
  background-color: #fff;
}
.custome-radio-box .form-check-input:checked {
  background-color: #14377a;
  border-color: #14377a;
}
.custome-radio-box .form-check-input:checked[type="radio"] {
  background-color: #fff;
  border: 4px solid #14377a;
}
.custome-radio-box .form-check-input {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  cursor: pointer;
}
.checkout__input input::-webkit-input-placeholder {
  color: #696969;
}

.checkout__input input::-moz-placeholder {
  color: #696969;
}

.checkout__input input:-ms-input-placeholder {
  color: #b7b7b7;
}

.checkout__input input::-ms-input-placeholder {
  color: #b7b7b7;
}

.checkout__input input::placeholder {
  color: #b7b7b7;
}

.checkout__input__checkbox label {
  font-size: 15px;
  color: #0d0d0d;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  margin-bottom: 16px;
  display: block;
}

.checkout__input__checkbox label input {
  position: absolute;
  visibility: hidden;
}

.checkout__input__checkbox label input:checked ~ .checkmark {
  border-color: #14377a;
}

.checkout__input__checkbox label input:checked ~ .checkmark:after {
  opacity: 1;
}

.checkout__input__checkbox label .checkmark {
  position: absolute;
  left: 0;
  top: 3px;
  height: 14px;
  width: 14px;
  border: 1.5px solid #d7d7d7;
  content: "";
  border-radius: 2px;
}

.checkout__input__checkbox label .checkmark:after {
  position: absolute;
  left: 1px;
  top: -3px;
  width: 14px;
  height: 7px;
  border: solid #14377a;
  border-width: 1.5px 1.5px 0px 0px;
  -webkit-transform: rotate(127deg);
  -ms-transform: rotate(127deg);
  transform: rotate(127deg);
  content: "";
  opacity: 0;
}

.checkout__input__checkbox p {
  color: #0d0d0d;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 22px;
}

.checkout__order {
  background: #f5f5f5;
  padding: 30px;
  position: sticky;
  top: 86px;
  z-index: 1;
}

.checkout__order .order__title {
  color: #111111;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

.checkout__order p {
  color: #444444;
  font-size: 16px;
  line-height: 28px;
}

.checkout__order .site-btn {
  width: 100%;
  margin-top: 8px;
}

.checkout__order__products {
  font-size: 16px;
  color: #111111;
  overflow: hidden;
  margin-bottom: 18px;
}

.checkout__order__products span {
  float: right;
}

.checkout__total__products {
  margin-bottom: 20px;
}

.checkout__total__products li {
  font-size: 16px;
  color: #444444;
  list-style: none;
  line-height: 26px;
  overflow: hidden;
  margin-bottom: 15px;
}

.checkout__total__products li:last-child {
  margin-bottom: 0;
}

.checkout__total__products li span {
  color: #111111;
  float: right;
}

.checkout__total__all {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 15px 0;
  margin-bottom: 26px;
}

.checkout__total__all li {
  list-style: none;
  font-size: 16px;
  color: #111111;
  line-height: 40px;
  overflow: hidden;
}

.checkout__total__all li span {
  color: #14377a;
  font-weight: 700;
  float: right;
}

/*---------------------
    Blog
-----------------------*/

.blog {
  padding-bottom: 55px;
}

.latest {
  padding-bottom: 55px;
}

.blog__item {
  margin-bottom: 45px;
}
.blog__item:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.blog__item:hover a::after {
  width: 40px;
  background: #14377a;
}

.blog__item:hover .blog__item__text {
  -webkit-box-shadow: 0px 15px 60px rgba(67, 69, 70, 0.05);
  box-shadow: 0px 15px 60px rgba(67, 69, 70, 0.05);
}

.blog__item__pic img.blog__item__pic_blog {
  height: 270px;
  width: 100%;
  object-fit: cover;
}

.blog__item__text {
  padding: 30px 30px 25px;
  margin: 0 30px;
  margin-top: -35px;
  background: #ffffff;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  display: inline-block;
}

.blog__item__text span {
  color: #3d3d3d;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

.blog__item__text span img {
  margin-right: 6px;
}

.blog__item__text h5 {
  color: #111;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
  font-size: 16px;
}

/*---------------------
  Blog Sidebar
-----------------------*/

.blog__sidebar__item {
  text-align: center;
  margin-bottom: 65px;
}

.blog__sidebar__item:last-child {
  margin-bottom: 0;
}

.blog__sidebar__item form input {
  height: 50px;
  font-size: 15px;
  color: #444444;
  padding-left: 20px;
  border: 1px solid #e1e1e1;
  width: 100%;
  margin-bottom: 20px;
}

.blog__sidebar__item form input::-webkit-input-placeholder {
  color: #444444;
}

.blog__sidebar__item form input::-moz-placeholder {
  color: #444444;
}

.blog__sidebar__item form input:-ms-input-placeholder {
  color: #444444;
}

.blog__sidebar__item form input::-ms-input-placeholder {
  color: #444444;
}

.blog__sidebar__item form input::placeholder {
  color: #444444;
}

.blog__sidebar__title {
  text-align: center;
  margin-bottom: 35px;
}

.blog__sidebar__title h4 {
  color: #111111;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.blog__sidebar__title h4::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 70px;
  background: #e1e1e1;
  content: "";
  margin: 0 auto;
}

.blog__sidebar__social a {
  display: inline-block;
  font-size: 18px;
  color: #111111;
  width: 50px;
  height: 50px;
  background: #f2f2f2;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  margin-right: 6px;
}

.blog__sidebar__social a:last-child {
  margin-right: 6px;
}

.recent__item {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
  text-align: left;
}

.recent__item__pic {
  float: left;
  margin-right: 25px;
}

.recent__item__text {
  overflow: hidden;
}

.recent__item__text h6 {
  color: #111111;
  line-height: 21px;
  font-weight: 700;
}

.recent__item__text span {
  font-size: 13px;
  color: #888888;
}

/*---------------------
  Blog Hero
-----------------------*/

.blog-hero {
  background: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 190px;
}

.blog__hero__text h2 {
  color: #111111;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 18px;
}

.blog__hero__text ul li {
  list-style: none;
  font-size: 15px;
  color: #3d3d3d;
  display: inline-block;
  margin-right: 40px;
  position: relative;
}

.blog__hero__text ul li:after {
  position: absolute;
  right: -25px;
  top: 0;
  content: "|";
}

.blog__hero__text ul li:last-child {
  margin-right: 0;
}

.blog__hero__text ul li:last-child:after {
  display: none;
}

/*---------------------
  Blog Details
-----------------------*/

.blog-details {
  margin-top: -115px;
  padding-top: 0;
}

.blog__details__content {
  position: relative;
}

.blog__details__pic {
  margin-bottom: 40px;
}

.blog__details__pic img {
  min-width: 100%;
  border-radius: 5px;
}

.blog__details__share {
  text-align: center;
  position: absolute;
  left: -120px;
  top: 0;
}

.blog__details__share span {
  color: #111111;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}

.blog__details__share ul li {
  list-style: none;
  margin-bottom: 15px;
}

.blog__details__share ul li a {
  color: #ffffff;
  font-size: 18px;
  height: 46px;
  display: inline-block;
  width: 46px;
  border-radius: 50%;
  line-height: 46px;
  text-align: center;
  background: #4267b2;
}

.blog__details__share ul li a.twitter {
  background: #1da1f2;
}

.blog__details__share ul li a.youtube {
  background: #fe0003;
}

.blog__details__share ul li a.linkedin {
  background: #0173b2;
}

.blog__details__text {
  margin-bottom: 50px;
}

.blog__details__text p {
  font-size: 16px;
  line-height: 32px;
}

.blog__details__text p:last-child {
  margin-bottom: 0;
}

.blog__details__quote {
  background: #f5f5f5;
  padding: 50px 40px 35px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 45px;
}

.blog__details__quote i {
  font-size: 16px;
  color: #ffffff;
  height: 50px;
  width: 50px;
  background: #14377a;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: 40px;
  top: -25px;
}

.blog__details__quote p {
  color: #111111;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 20px;
}

.blog__details__quote h6 {
  color: #14377a;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.blog__details__option {
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  margin-bottom: 70px;
}

.blog__details__author__pic {
  display: inline-block;
  margin-right: 15px;
}

.blog__details__author__pic img {
  height: 46px;
  width: 46px;
  border-radius: 50%;
}

.blog__details__author__text {
  display: inline-block;
}

.blog__details__author__text h5 {
  color: #111111;
  font-weight: 700;
}

.blog__details__tags {
  text-align: right;
}

.blog__details__tags a {
  display: inline-block;
  color: #111111;
  font-weight: 700;
  margin-right: 10px;
}

.blog__details__tags a:last-child {
  margin-right: 0;
}

.blog__details__btns {
  margin-bottom: 40px;
}

.blog__details__btns__item {
  display: block;
  border: 1px solid #ebebeb;
  padding: 25px 30px 30px;
  margin-bottom: 30px;
}

.blog__details__btns__item.blog__details__btns__item--next {
  text-align: right;
}

.blog__details__btns__item.blog__details__btns__item--next p span {
  margin-right: 0;
  margin-left: 5px;
}

.blog__details__btns__item p {
  color: #b7b7b7;
  margin-bottom: 10px;
}

.blog__details__btns__item p span {
  font-size: 20px;
  position: relative;
  top: 4px;
  margin-right: 5px;
}

.blog__details__btns__item h5 {
  color: #111111;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.blog__details__comment h4 {
  color: #333333;
  font-weight: 700;
  margin-bottom: 35px;
  text-align: center;
}

.blog__details__comment form input {
  height: 50px;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding-left: 20px;
  font-size: 15px;
  color: #b7b7b7;
  margin-bottom: 30px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.blog__details__comment form input::-webkit-input-placeholder {
  color: #b7b7b7;
}

.blog__details__comment form input::-moz-placeholder {
  color: #b7b7b7;
}

.blog__details__comment form input:-ms-input-placeholder {
  color: #b7b7b7;
}

.blog__details__comment form input::-ms-input-placeholder {
  color: #b7b7b7;
}

.blog__details__comment form input::placeholder {
  color: #b7b7b7;
}

.blog__details__comment form input:focus {
  border-color: #14377a;
}

.blog__details__comment form textarea {
  height: 120px;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding-left: 20px;
  padding-top: 12px;
  font-size: 15px;
  color: #b7b7b7;
  margin-bottom: 24px;
  resize: none;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.blog__details__comment form textarea::-webkit-input-placeholder {
  color: #b7b7b7;
}

.blog__details__comment form textarea::-moz-placeholder {
  color: #b7b7b7;
}

.blog__details__comment form textarea:-ms-input-placeholder {
  color: #b7b7b7;
}

.blog__details__comment form textarea::-ms-input-placeholder {
  color: #b7b7b7;
}

.blog__details__comment form textarea::placeholder {
  color: #b7b7b7;
}

.blog__details__comment form textarea:focus {
  border-color: #14377a;
}

.blog__details__comment form button {
  letter-spacing: 4px;
  padding: 14px 35px;
}

/*---------------------
  Map
-----------------------*/

.map {
  height: 450px;
}

.map iframe {
  width: 100%;
}

/*---------------------
  Contact
-----------------------*/

.contact__text .section-title {
  text-align: left;
  margin-bottom: 40px;
}

.contact__text .section-title h2 {
  font-size: 42px;
  margin-bottom: 15px;
  font-family: "Playfair Display", serif;
}

.contact__text .section-title p {
  color: #707070;
  line-height: 26px;
  margin-bottom: 0;
}

.contact__text ul li {
  list-style: none;
  margin-bottom: 26px;
}

.contact__text ul li:last-child {
  margin-bottom: 0;
}

.contact__text ul li h4 {
  color: #111111;
  font-weight: 700;
  margin-bottom: 8px;
}

.contact__text ul li p {
  line-height: 27px;
  margin-bottom: 0;
}

.contact__form input {
  height: 50px;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding-left: 20px;
  font-size: 15px;
  color: #b7b7b7;
  margin-bottom: 30px;
}

.contact__form input::-webkit-input-placeholder {
  color: #b7b7b7;
}

.contact__form input::-moz-placeholder {
  color: #b7b7b7;
}

.contact__form input:-ms-input-placeholder {
  color: #b7b7b7;
}

.contact__form input::-ms-input-placeholder {
  color: #b7b7b7;
}

.contact__form input::placeholder {
  color: #b7b7b7;
}

.contact__form textarea {
  height: 150px;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding-left: 20px;
  padding-top: 12px;
  font-size: 15px;
  color: #b7b7b7;
  margin-bottom: 24px;
  resize: none;
}

.contact__form textarea::-webkit-input-placeholder {
  color: #b7b7b7;
}

.contact__form textarea::-moz-placeholder {
  color: #b7b7b7;
}

.contact__form textarea:-ms-input-placeholder {
  color: #b7b7b7;
}

.contact__form textarea::-ms-input-placeholder {
  color: #b7b7b7;
}

.contact__form textarea::placeholder {
  color: #b7b7b7;
}

.contact__form button {
  letter-spacing: 4px;
  padding: 14px 35px;
}

.wrapper-title {
  background-color: #fafafa;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  padding: 13px 42px 10px;
  text-align: center;
  margin-bottom: 36px;
}
.account-box form h6 {
  margin-bottom: 25px;
}
.account-box {
  position: relative;
}
.custom-or-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  transform: translate(-30px);
  z-index: 2;
  background-color: #fff;
  padding: 10px 0;
}
.custom-or-abs .or_text {
  text-transform: uppercase;
  border: 1px solid #ccc;
  min-width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  border-radius: 22px;
}
.account-box:after {
  position: absolute;
  content: "";
  bottom: 0;
  height: -moz-calc(100% - 40px - 20px - 49px);
  height: -webkit-calc(100% - 40px - 20px - 49px);
  height: -ms-calc(100% - 40px - 20px - 49px);
  height: calc(100% - 109px);
  width: 1px;
  background-color: #f1f1f1;
  height: 100%;
  left: 50%;
  -moz-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  transform: translate(-10px);
}
.cancel_text {
  color: #14377a;
  font-weight: bold;
}
.cancel_text:hover,
.cancel_text:focus {
  color: #14377a;
}

.create-an-account {
  max-width: 450px;
  margin: auto;
  text-align: left;
}
.create-an-account form#create-customer {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 8px rgb(0 0 0 / 10%);
  box-shadow: 0 1px 8px #0000001a;
  text-align: left;
  padding: 40px 25px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.create-an-account h2 {
  font-size: 20px !important;
  line-height: 30px !important;
  letter-spacing: 0.2px !important;
  color: #14377a;
  font-weight: 700 !important;
  text-align: center;
  margin-bottom: 20px;
}
.already-btnRegisterPage {
  margin-top: 20px;
}
.already-btnRegisterPage p a {
  color: #14377a;
  text-decoration: underline;
  font-weight: bold;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #14377a;
}
.nav-pills .nav-link {
  border-radius: 0;
  color: #111;
  border-bottom: 1px solid #e7e7e7;
}
#v-pills-tab {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.account-tabs .heading-box h5 {
  color: #111;
  font-size: 20px;
  font-weight: 700;
}
.account-tabs .heading-box span {
  color: #14377a;
}
.profile-tabs {
  padding: 10px 15px;
  text-align: center;
  background: #14377a;
  border-bottom: 1px solid #e7e7e7;
}
.profile-tabs img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 5px solid #f5f5f5;
}
.profile-tabs h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0.5rem 0 0 0;
  color: #fff;
}
.profile-tabs small {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 2rem;
}
.shopping__cart__table__orders table tbody tr td.product__cart__item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cancel-button {
  color: #f44336;
  font-weight: bold;
  margin: 0 10px 0 0;
}
.track-button {
  color: green;
  font-weight: bold;
  margin: 0 10px 0 0;
}
.shopping__cart__table__orders a:hover,
.shopping__cart__table__orders a:focus {
  color: #14377a;
  outline: medium none;
  text-decoration: none;
}

.hh-grayBox {
  margin-bottom: 20px;
  padding: 35px;
  margin-top: 20px;
}
.pt45 {
  padding-top: 45px;
}
.order-tracking {
  text-align: center;
  width: 33.33%;
  position: relative;
  display: block;
}
.order-tracking .is-complete {
  display: block;
  position: relative;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  border: 0px solid #afafaf;
  background-color: #f5f5f5;
  margin: 0 auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  z-index: 2;
}
.order-tracking .is-complete:after {
  display: block;
  position: absolute;
  content: "";
  height: 14px;
  width: 7px;
  top: -2px;
  bottom: 0;
  left: 5px;
  margin: auto 0;
  border: 0px solid #afafaf;
  border-width: 0px 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
.order-tracking.completed .is-complete {
  border-color: #27aa80;
  border-width: 0px;
  background-color: #27aa80;
}
.order-tracking.completed .is-complete:after {
  border-color: #fff;
  border-width: 0px 3px 3px 0;
  width: 7px;
  left: 11px;
  opacity: 1;
}
.order-tracking p {
  color: #a4a4a4;
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 20px;
}
.order-tracking p span {
  font-size: 14px;
}
.order-tracking.completed p {
  color: #000;
}
.order-tracking::before {
  content: "";
  display: block;
  height: 3px;
  width: calc(100% - 40px);
  background-color: #f5f5f5;
  top: 13px;
  position: absolute;
  left: calc(-50% + 20px);
  z-index: 0;
}
.order-tracking:first-child:before {
  display: none;
}
.order-tracking.completed:before {
  background-color: #27aa80;
}

.track-OrderBox {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 8px rgb(0 0 0 / 10%);
  box-shadow: 0 1px 8px #0000001a;
  max-width: 460px;
  text-align: center;
  margin: 5% auto;
  padding: 40px 25px;
}

/**=====================
       Order Success css Start
  ==========================**/
.success-icon {
  padding: 70px 20px;
  background-color: #f0f3f8;
}

.success-icon .main-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}
.success-icon .main-container .check-container {
  width: 100px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-animation: MoveUpDown 4s linear infinite;
  animation: MoveUpDown 4s linear infinite;
}
@keyframes MoveUpDown {
  0%,
  100% {
    transform: translateY(20px);
  }
  50% {
    transform: translateY(0);
  }
}
.success-icon .main-container .check-container .check-background {
  width: 100%;
  height: calc(100% - 20px);
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#008000),
    to(#008000)
  );
  background: linear-gradient(to bottom right, #008000, #008000);
  -webkit-box-shadow: 0px 0px 0px 65px rgb(255 255 255 / 25%) inset,
    0px 0px 0px 65px rgb(255 255 255 / 25%) inset;
  box-shadow: 0px 0px 0px 65px rgb(255 255 255 / 25%) inset,
    0px 0px 0px 65px rgb(255 255 255 / 25%) inset;
  -webkit-transform: scale(0.84);
  transform: scale(0.84);
  border-radius: 50%;
  -webkit-animation: animateContainer 0.75s ease-out forwards 0.75s;
  animation: animateContainer 0.75s ease-out forwards 0.75s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}
.success-icon .main-container .check-container .check-background svg {
  width: 65%;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  stroke-dasharray: 80;
  stroke-dashoffset: 80;
  -webkit-animation: animateCheck 0.35s forwards 1.25s ease-out;
  animation: animateCheck 0.35s forwards 1.25s ease-out;
}
.success-icon .main-container .check-container .check-shadow {
  bottom: calc(-15% - 5px);
  left: 0;
  border-radius: 50%;
  background: radial-gradient(closest-side, #49da83, transparent);
  -webkit-animation: animateShadow 0.75s ease-out forwards 0.75s;
  animation: animateShadow 0.75s ease-out forwards 0.75s;
}
.success-icon .success-contain {
  text-align: center;
}
.success-icon .success-contain h4 {
  color: green;
  font-size: 30px;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
}
.success-icon .success-contain h5 {
  margin: 5px 0 10px;
  font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.success-icon .success-contain h6 {
  letter-spacing: 1.1px;
}

@keyframes animateContainer {
  0% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset,
      0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  25% {
    opacity: 1;
    transform: scale(0.9);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset,
      0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  43.75% {
    transform: scale(1.15);
    box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset,
      0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  62.5% {
    transform: scale(1);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset,
      0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
  }
  81.25% {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset,
      0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
  }
  100% {
    opacity: 1;
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset,
      0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
  }
}
@keyframes animateCheck {
  from {
    stroke-dashoffset: 80;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes animateShadow {
  0% {
    opacity: 0;
    width: 100%;
    height: 15%;
  }
  25% {
    opacity: 0.25;
  }
  43.75% {
    width: 40%;
    height: 7%;
    opacity: 0.35;
  }
  100% {
    width: 85%;
    height: 15%;
    opacity: 0.25;
  }
}

/**=====================
       Dashboard css Start
  ==========================**/

.dashboard .page-title {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.title.title1 h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
}
.page-title h2 {
  font-size: 32px;
  color: #111;
  font-weight: 700;
}
.title.title1 h2:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 1.5px;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
.dashboard .title.title-effect h2::after {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.title.title1 h2:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -1px;
  width: 30%;
  height: 4px;
  background-color: #14377a;
  border-radius: 50px;
}
.dashboard .welcome-msg h6 {
  letter-spacing: 1.5px;
}

.dashboard h6,
.dashboard p {
  margin: 6px 0;
  line-height: 1.4;
}
.font-light {
  color: #7e7e7e !important;
}
.dashboard .welcome-msg h6 span {
  font-weight: 600;
  color: #111;
}
.order-box-contain .order-box {
  position: relative;
  overflow: hidden;
  padding: 20px 30px;
  border-radius: 6px;
  background-color: #eff2f7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.order-box-contain .order-box .order-box-image {
  position: absolute;
  top: 50%;
  right: -20px;
  width: 25%;
  opacity: 0.04;
  -webkit-transform: rotate(0) translateY(-50%);
  transform: rotate(0) translateY(-50%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms;
}
.order-box-contain .order-box .order-box-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.order-box-contain .order-box .order-box-contain img {
  width: calc(40px + (50 - 40) * ((100vw - 320px) / (1920 - 320)));
}
.order-box-contain .order-box .order-box-contain > div {
  width: calc(100% - 20px);
  margin-left: 15px;
  text-transform: capitalize;
}
.order-box-contain .order-box:hover .order-box-image {
  -webkit-transform: rotate(-7deg) translateY(-50%);
  transform: rotate(-7deg) translateY(-50%);
  opacity: 0.25;
}
.order-box-contain h3 {
  font-size: 20px;
  font-weight: bold;
}
.box-head {
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-head h3 {
  font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.cart-table {
  overflow: hidden;
  margin-bottom: 0;
}
.cart-table tbody tr td a img {
  height: 70px;
}
.cart-table thead th {
  border-bottom-width: 1px;
  font-weight: 700;
  color: #111;
  text-transform: uppercase;
  font-size: 14px;
  border-top: 0;
  text-align: center;
  padding: 16px 12px;
  border-bottom: 1px solid #eff2f7 !important;
  background-color: #eff2f7;
}
.cart-table tbody tr td {
  vertical-align: middle;
  color: #777777;
  border-top: 0;
  border-bottom: 1px solid #eff2f7 !important;
  text-align: center;
  padding: 16px;
}
.view-cart-table.cart-table tbody tr td {
  text-align: left;
}
.cart-table tbody tr td a {
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 0;
  display: inline-block;
  color: #14377a;
}
.cart-table tbody tr td p {
  color: #111;
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.cart-table .success-button {
  background-color: green;
  margin: 0 !important;
  padding: 4px 10px;
  border-radius: 0;
  font-size: 12px !important;
  color: #fff !important;
}
.theme-color {
  color: #14377a !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.danger-button {
  background-color: #14377a;
  margin: 0 !important;
  padding: 4px 10px;
  border-radius: 0;
  font-size: 12px !important;
  color: #fff !important;
}
.cart-table .btn.btn-sm {
  font-size: 12px !important;
  padding: 4px 10px !important;
}
.view {
  background: #14377a none repeat scroll 0 0;
  color: #fff !important;
  padding: 4px 10px;
  text-transform: capitalize;
}

/**=====================
       Error page css Start
  ==========================**/

.error404 #main-wrapper {
  width: 100%;
}
.error404 #sidebar-wrapper {
  display: none;
}
.errorWrap {
  color: #444444;
  text-align: center;
  padding: 60px 0;
  width: 50%;
  margin: 0 auto;
}
.errorWrap h3 {
  font-size: 160px;
  line-height: 1em;
  margin: 0 0 20px;
}
.errorWrap h4 {
  font-size: 25px;
  margin: 0 0 20px;
}
.errorWrap p {
  margin: 0 0 10px;
}
.wheel {
  animation: wheel-rotate 6s ease infinite;
  transform-origin: center;
  transform-box: fill-box;
}
@keyframes wheel-rotate {
  50% {
    transform: rotate(360deg);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  100% {
    transform: rotate(960deg);
  }
}
.clock-hand-1 {
  animation: clock-rotate 3s linear infinite;
  transform-origin: bottom;
  transform-box: fill-box;
}
.clock-hand-2 {
  animation: clock-rotate 6s linear infinite;
  transform-origin: bottom;
  transform-box: fill-box;
}
@keyframes clock-rotate {
  100% {
    transform: rotate(360deg);
  }
}
#box-top {
  animation: box-top-anim 2s linear infinite;
  transform-origin: right top;
  transform-box: fill-box;
}
@keyframes box-top-anim {
  50% {
    transform: rotate(-5deg);
  }
}
#umbrella {
  animation: umbrella-anim 6s linear infinite;
  transform-origin: center;
  transform-box: fill-box;
}
@keyframes umbrella-anim {
  25% {
    transform: translateY(10px) rotate(5deg);
  }
  75% {
    transform: rotate(-5deg);
  }
}
#cup {
  animation: cup-rotate 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
  transform-origin: top left;
  transform-box: fill-box;
}
@keyframes cup-rotate {
  50% {
    transform: rotate(-5deg);
  }
}
#pillow {
  animation: pillow-anim 3s linear infinite;
  transform-origin: center;
  transform-box: fill-box;
}
@keyframes pillow-anim {
  25% {
    transform: rotate(10deg) translateY(5px);
  }
  75% {
    transform: rotate(-10deg);
  }
}
#stripe {
  animation: stripe-anim 3s linear infinite;
  transform-origin: center;
  transform-box: fill-box;
}
@keyframes stripe-anim {
  25% {
    transform: translate(10px, 0) rotate(-10deg);
  }
  75% {
    transform: translateX(10px);
  }
}
#bike {
  animation: bike-anim 6s ease infinite;
}
@keyframes bike-anim {
  0% {
    transform: translateX(-1300px);
  }
  50% {
    transform: translateX(0);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  100% {
    transform: translateX(1300px);
  }
}
#rucksack {
  animation: ruck-anim 3s linear infinite;
  transform-origin: top;
  transform-box: fill-box;
}
@keyframes ruck-anim {
  50% {
    transform: rotate(5deg);
  }
}
.error_page .circle {
  animation: circle-anim ease infinite;
  transform-origin: center;
  transform-box: fill-box;
  perspective: 0;
}
.error_page .circle.c1 {
  animation-duration: 2s;
}
.error_page .circle.c2 {
  animation-duration: 3s;
}
.error_page .circle.c3 {
  animation-duration: 1s;
}
.error_page .circle.c4 {
  animation-duration: 1s;
}
.error_page .circle.c5 {
  animation-duration: 2s;
}
.error_page .circle.c6 {
  animation-duration: 3s;
}
@keyframes circle-anim {
  50% {
    transform: scale(0.2) rotateX(360deg) rotateY(360deg);
  }
}
.four,
#ou {
  animation: four-anim cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
}
.four.a {
  transform-origin: bottom left;
  animation-duration: 3s;
  transform-box: fill-box;
}
.four.b {
  transform-origin: bottom right;
  animation-duration: 3s;
  transform-box: fill-box;
}
#ou {
  animation-duration: 6s;
  transform-origin: center;
  transform-box: fill-box;
}
.cls-1 {
  fill: #ffc541;
}
.cls-8.wheel,
.cls-2 {
  fill: #14377a;
}
.cls-3 {
  fill: #14377a;
}
.cls-4 {
  fill: #f78d5e;
}
.cls-5 {
  fill: #fa976c;
}
.cls-6,
.cls-7,
.cls-8 {
  fill: #b65c32;
}
.cls-10,
.cls-6 {
  opacity: 0.6;
}
.cls-7 {
  opacity: 0.4;
}
.cls-9 {
  fill: #f4b73b;
}
.cls-11 {
  fill: #f9c358;
}
.cls-12 {
  fill: #9b462c;
}
.cls-13 {
  fill: #aa512e;
}
.cls-14 {
  fill: #7d6aa5;
}

.cookie-bar-section.hide {
  opacity: 0;
  bottom: -350px;
}
.cookie-bar-section {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 365px;
  background: #eff2f7;
  padding: 30px;
  border-radius: 0;
  -webkit-box-shadow: 1px 7px 14px -5px rgb(0 0 0 / 15%);
  box-shadow: 1px 7px 14px -5px rgb(0 0 0 / 15%);
  text-align: center;
  z-index: 99;
  -webkit-box-shadow: 0 4px 7px rgb(0 0 0 / 15%);
  box-shadow: 0 4px 7px rgb(0 0 0 / 15%);
  opacity: 1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.content {
  margin-top: 10px;
}
.content h3 {
  color: #111;
  font-size: 34px;
  font-weight: 600;
}
.content p {
  margin: 10px 0;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.my-account .nav-pills {
  position: sticky;
  top: 85px;
  z-index: 1;
}

.subscribe .modal-content {
  background: #fff;
}
.close2 {
  position: absolute;
  right: 0;
  right: 0;
  top: 0;
  font-size: 28px;
  color: #fff;
  border: 0;
  background: #000;
  width: 53px;
  height: 53px;
  line-height: 53px;
  z-index: 999;
}
.subscribe .modal-dialog {
  max-width: 991px;
  margin: 10.75rem auto;
}
.modal-open .modal.subscribe {
  overflow-x: hidden;
  overflow-y: hidden;
}
.subscribe .modal-body {
  padding: 0;
}
.newslettermodal-content {
  text-align: center;
  padding: 50px;
  height: 100%;
}
.subscribe .modal-content h4 {
  font-weight: 800;
}
.newslettermodal-content .modal-title {
  margin: 30px 0 10px 0;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2em;
}
.subscribe .modal-body p {
  font-size: 14px;
  text-align: center;
  line-height: 25px;
}
.newslettermodal-content-form {
  margin-top: 20px;
}
.newslettermodal-content-form .form-group {
  margin-bottom: 10px !important;
}
.newslettermodal-content-form .form-control {
  font-size: 14px;
  margin: 0 0 10px 0;
}

.newslettermodal-content li a:hover {
  color: #14377a;
}
.newslettermodal-content ul {
  margin: 40px 0 0 0;
  padding: 0;
}
.newslettermodal-content li {
  display: inline-block;
  list-style: none;
  margin: 0 10px 0 10px;
}
.newslettermodal-content li a {
  color: #898989;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1350px;
  }
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categories__text h2 {
    font-size: 26px;
  }
  .header__menu ul li {
    margin-right: 38px;
  }
  .hero__slider.owl-carousel .owl-nav button {
    left: 2px;
  }
  .hero__slider.owl-carousel .owl-nav button.owl-next {
    right: 2px;
  }
  .testimonial__text {
    padding: 130px 45px 175px;
  }
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__menu ul li {
    margin-right: 10px;
  }
  .header__nav__option a {
    margin-right: 10px;
  }
  .header__nav__option .price {
    margin-left: -8px;
  }
  .hero__slider.owl-carousel .owl-nav button {
    left: 2px;
  }
  .hero__slider.owl-carousel .owl-nav button.owl-next {
    right: 2px;
  }
  .banner__item.banner__item--middle {
    margin-top: 0;
  }
  .banner__item.banner__item--last {
    margin-top: 0;
  }
  .banner__item {
    margin-bottom: 40px;
  }
  .banner {
    padding-bottom: 60px;
  }
  .categories__text {
    margin-bottom: 40px;
  }
  .categories__hot__deal {
    margin-bottom: 40px;
  }
  .instagram__text {
    padding-top: 70px;
  }
  .shop__sidebar {
    padding-right: 0;
    padding-top: 40px;
  }
  .cart__discount {
    margin-top: 40px;
  }
  .testimonial__text {
    padding: 100px 105px 100px;
  }
  .blog__details__share {
    position: relative;
    left: 0;
    margin-bottom: 18px;
  }
  .blog__details__share span {
    margin-bottom: 14px;
    margin-right: 0;
  }
  .blog__details__share ul li {
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 10px;
  }
  .blog__details__share ul li:last-child {
    margin-right: 0;
  }
  .spad {
    padding-top: 30px;
  }
  .product__details__text {
    padding-top: 20px;
  }
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
  .header__logo img {
    width: 90px;
  }
  .header-search {
    display: none;
  }
  .header__logo {
    padding: 20px 0;
  }
  .canvas__open {
    display: block;
    font-size: 22px;
    color: #111111;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #111111;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 25px;
  }
  .offcanvas-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    content: "";
    z-index: 98;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    visibility: hidden;
  }
  .offcanvas-menu-overlay.active {
    visibility: visible;
  }
  .offcanvas-menu-wrapper {
    position: fixed;
    left: -300px;
    width: 300px;
    height: 100%;
    background: #ffffff;
    padding: 50px 20px 30px 30px;
    display: block;
    z-index: 99;
    overflow-y: auto;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    opacity: 0;
  }
  .offcanvas-menu-wrapper.active {
    opacity: 1;
    left: 0;
  }
  .offcanvas__menu {
    display: none;
  }
  .slicknav_btn {
    display: none;
  }
  .slicknav_menu {
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
  }
  .slicknav_nav ul {
    margin: 0;
  }
  .slicknav_nav .slicknav_row,
  .slicknav_nav a {
    padding: 7px 0;
    margin: 0;
    color: #111111;
    font-weight: 600;
  }
  .slicknav_nav .slicknav_arrow {
    color: #111111;
  }
  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: transparent;
    color: #111111;
  }
  .slicknav_nav a:hover {
    border-radius: 0;
    background: transparent;
    color: #111111;
  }
  .slicknav_nav {
    display: block !important;
  }
  .offcanvas__option {
    text-align: center;
    margin-bottom: 30px;
  }
  .offcanvas__links {
    display: inline-block;
    margin-right: 25px;
  }
  .offcanvas__links a {
    color: #111111;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 16px;
    display: inline-block;
    font-weight: 600;
  }
  .offcanvas__links a:last-child {
    margin-right: 0;
  }
  .offcanvas__top__hover {
    display: inline-block;
    position: relative;
  }
  .offcanvas__top__hover:hover ul {
    top: 24px;
    opacity: 1;
    visibility: visible;
  }
  .offcanvas__top__hover span {
    color: #111111;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
  }
  .offcanvas__top__hover span i {
    font-size: 20px;
    position: relative;
    top: 3px;
    right: 2px;
  }
  .offcanvas__top__hover ul {
    background: #111111;
    display: inline-block;
    padding: 2px 0;
    position: absolute;
    left: 0;
    top: 44px;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .offcanvas__top__hover ul li {
    list-style: none;
    font-size: 13px;
    color: #ffffff;
    padding: 2px 15px;
    cursor: pointer;
  }
  .offcanvas__nav__option {
    text-align: center;
    margin-bottom: 25px;
  }
  .offcanvas__nav__option a {
    display: inline-block;
    margin-right: 26px;
    position: relative;
  }
  .offcanvas__nav__option a span {
    color: #0d0d0d;
    font-size: 11px;
    position: absolute;
    left: 5px;
    top: 8px;
  }
  .offcanvas__nav__option a:last-child {
    margin-right: 0;
  }
  .offcanvas__nav__option .price {
    font-size: 15px;
    color: #111111;
    font-weight: 700;
    display: inline-block;
    margin-left: -20px;
    position: relative;
    top: 3px;
  }
  .offcanvas__text p {
    color: #111111;
    margin-bottom: 0;
  }
  .header__top {
    display: none;
  }
  .header .container {
    position: relative;
  }
  .header__menu {
    display: none;
  }
  .header__nav__option {
    display: none;
  }
  .search-model-form input {
    width: 100%;
    font-size: 24px;
  }
  /*  .hero__slider.owl-carousel .owl-nav button {
        left: 15px;
        top: 80%;
    }*/
  /*  .hero__slider.owl-carousel .owl-nav button.owl-next {
        left: 75px;
        right: 0;
    }*/
  .banner__item.banner__item--middle {
    margin-top: 0;
  }
  .banner__item.banner__item--last {
    margin-top: 0;
  }
  .banner__item {
    margin-bottom: 40px;
  }
  .banner {
    padding-bottom: 60px;
  }
  .banner__item__pic {
    float: none;
  }
  .banner__item__pic img {
    min-width: 100%;
  }
  .banner__item__text {
    max-width: 100%;
    position: relative;
    top: 0;
    padding-top: 22px;
  }
  .filter__controls li {
    margin-right: 15px;
  }
  .categories__text {
    margin-bottom: 40px;
  }
  .categories__hot__deal {
    margin-bottom: 40px;
  }
  .instagram__text {
    padding-top: 70px;
  }
  .instagram__pic__item {
    width: 50%;
  }
  .shop__product__option__right {
    text-align: left;
    padding-top: 0;
  }
  .shop__sidebar {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .testimonial__text {
    padding: 100px 40px 100px;
  }
  .product__details__breadcrumb {
    text-align: left;
  }
  .product__details__pic .nav-tabs {
    width: 105px;
    margin-bottom: 40px;
  }
  .product__details__pic .nav-tabs .nav-item {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .product__details__option__size {
    display: block;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .product__details__last__option h5:before {
    width: 440px;
  }
  .product__details__tab .nav-tabs .nav-item {
    margin-bottom: 15px;
  }
  .shopping__cart__table {
    overflow-y: auto;
  }
  .shopping__cart__table
    table
    tbody
    tr
    td.product__cart__item
    .product__cart__item__pic {
    float: none;
    margin-right: 0;
  }
  .continue__btn {
    text-align: center;
  }
  .continue__btn.update__btn {
    text-align: center;
    margin-top: 20px;
  }
  .cart__discount {
    margin-top: 40px;
  }
  .checkout__order {
    margin-top: 20px;
  }
  .blog__item__text {
    margin: 0;
    padding: 15px 0px 15px;
  }
  .blog__item__pic img.blog__item__pic_blog {
    height: 200px;
  }
  .blog__details__share {
    position: relative;
    left: 0;
    margin-bottom: 18px;
  }
  .blog__details__share span {
    margin-bottom: 14px;
    margin-right: 0;
  }
  .blog__details__share ul li {
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 10px;
  }
  .blog__details__share ul li:last-child {
    margin-right: 0;
  }
  .blog__details__author {
    text-align: center;
    margin-bottom: 20px;
  }
  .blog__details__tags {
    text-align: center;
  }
  .contact__text {
    margin-bottom: 40px;
  }
  .hero__social {
    margin-top: 180px;
  }
  .shop-dropdown {
    display: inline !important;
  }
}

/* Small Device = 320px */

@media only screen and (max-width: 575px) {
  .hero__items {
    height: auto;
  }
  .spad {
    padding-top: 30px;
  }
  .blog-hero {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .heading-box h3 {
    font-size: 24px;
  }
  .product__item {
    margin-bottom: 20px;
  }
  .categories__box .categories__img {
    width: 75%;
    margin: 0 auto;
  }
  .about__text {
    margin-bottom: 16px;
  }
  .about__text h4 {
    padding-bottom: 6px;
  }
  .blog__item {
    margin-bottom: 25px;
  }
  .latest {
    padding-bottom: 10px;
  }
  .addresFooterOption {
    margin-left: 0;
  }
  .footer__widget h6 {
    margin-bottom: 10px;
  }
  .footer__widget {
    margin-bottom: 20px;
  }
  .footer__copyright__text {
    margin-top: 10px;
  }
  .heading-box p {
    padding-top: 10px;
  }
  .customers-testimonials .item {
    padding: 5px;
  }
  .customers-testimonials .product-collection-summery {
    padding: 10px;
  }
  .heading-box {
    padding-bottom: 10px;
  }
  .hero__slider.owl-carousel .owl-nav button.owl-next {
    right: 30px;
  }
  .hero__slider.owl-carousel .owl-nav button.owl-prev {
    left: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .cart__total {
    padding: 35px 30px 40px;
  }
  .hero__items {
    height: auto;
    padding-top: 130px;
    padding-bottom: 40px;
  }
  .hero__text h2 {
    font-size: 36px;
    line-height: 48px;
  }
  .hero__social {
    margin-top: 145px;
  }
  .categories__deal__countdown .categories__deal__countdown__timer {
    margin-left: 0;
  }
  .instagram__pic__item {
    width: 100%;
  }
  .testimonial__text {
    padding: 60px 40px 60px;
  }
  .product__details__pic .nav-tabs .nav-item .nav-link .product__thumb__pic {
    width: 100%;
  }
  .product__details__pic .nav-tabs .nav-item {
    margin-bottom: 10px;
    width: 100%;
  }
  .product__details__last__option h5:before {
    width: 280px;
  }
  .product__details__cart__option .quantity {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .product__details__last__option h5 span {
    font-size: 16px;
  }
  .blog__hero__text h2 {
    font-size: 36px;
  }
  .categories__text h2 {
    font-size: 30px;
    line-height: 55px;
  }
  .categories__text:before {
    height: 250px;
  }
}

.about_sec_bg {
  background-color: #14377a;
  margin-top: 40px;
  padding-bottom: 60px;
  padding-top: 40px !important;
  margin-bottom: 30px;
}

.about_sec_bg .about__text h4 {
  color: #fff;
}

.about_sec_bg .about__text p {
  color: #fffc;
}

.footer__logo.text-center img {
  padding: 10px;
  background: #fff;
  height: 110px;
}

footer.footer {
  background: #1e72f1!important;
}

.nice-select .list{
  max-height: 300px;
    overflow:auto;
}

.searchbycss{
  border: 1px solid #f5f5f5;
  margin-bottom: 30px;
  background: linear-gradient(to bottom right, #2388c2, #38505c, #8c8c8c);
}

.searchwith{
  color: white;
  margin-left: 48% !important;
  font-size: 20px;
}
.searchimg{
  float: none;
    display: table-cell;
        box-shadow: 0 0 10px 0 #8c8c8c;
    border-radius: 15px 15px 15px 15px;
    padding: 15px 15px 15px 15px;
}
.btn-primary{
  background: #1e72f1!important;
}

.product_add_row .card .card-body {
    padding: 5px;
}

.product_add_row .card .card-body a.btn {
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 0;
}


section.shop.spad h3 {
    font-family: 'Open Sans', sans-serif;
}
@media(max-width: 767.98px){
    .site-navbar .site-top-icons ul .site-menu-toggle{
        top:22px;
    }

    .site-navbar .site-navbar-top{
        padding: 0px;
    }

    .spad {
        padding-top: 0px !important;
    }
    button.btn.btn-primary.btn-lg.btn-block.mb-5 {
        margin: 0px !important;
    }
    section.shop.spad h3{
        font-size: 24px;
    }
    .desktoptbn{
      display: none;
    }
}