/*
* Style tweaks
* --------------------------------------------------
*/
@font-face {
  font-family: "Optima";
  src: url("../fonts/Optima.woff2") format("woff2"),
    url("../fonts/Optima.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Optima-thin";
  src: url("../fonts/Optima-Thin.woff2") format("woff2"),
    url("../fonts/Optima-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Optima-bold";
  src: url("../fonts/Optima-Bold.woff2") format("woff2"),
    url("../fonts/Optima-Bold.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}

html,
body {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */
  font-family: "Optima";
  color: #000000;
  font-size: 16px;
  position: relative;
  padding-right: 0px !important;
  font-weight: 300;
}

.page-title-hidden {
  display: none;
}

h1 {
  font-size: 32px;
}

@media(max-width: 600px) {
  h1 {
    font-size: 28px;
  }
}

.navbar-fixed-top {
  background: var(--primary-color);
}

.nav>li>a {
  color: var(--main-menu-color);
}

.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  padding-right: 0px;
}

* {
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 1px transparent;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: var(--primary-color);
}

::-webkit-scrollbar-thumb:hover {
  background-color: #0c1f1b;
}

::selection {
  background-color: var(--primary-color);
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

a {
  text-decoration: none;
}

p {
  font-family: "Optima";
  color: #000000;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  font-weight: 300;
}

h1,
h2,
h3,
h4 {
  font-weight: 300;
  color: #474747;
  text-transform: uppercase;
  font-family: "Optima-bold";
}

li {
  list-style: none;
  margin: 0px 0px;
}

a,
input,
img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

strong,
b {
  font-family: "Optima-bold";
}

ul {
  padding: 0px !important;
}

/*header*/

header {
  background: #fff;
  display: fixed !important;
  /* min-height: 65px; */
}

.social {
  padding: 8px;
  font-size: 21px;
  width: 32px;
  text-align: center;
  text-decoration: none;
  margin: 0px 2px 0px 2px;
  border-radius: 50%;
  color: #000;
}

.nav>li>a {
  padding: 10px 35px;
  margin-top: 0;
  padding-top: 8px;
}

.navbar-nav {
  height: auto !important;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  height: 47px !important;
}

.social-media a {
  text-decoration: none;
}

.social-media a:hover {
  color: var(--secondary2-color);
}

.nav-up {
  top: -120px;
}

.navbar-header {
  width: 100%;
  text-align: center;
}

.logo-fixed {
  display: inline-block;
  /* width: 40px; */
  /* display: none; */
}

.logo-fixed img {
  width: 100%;
}

.navbar.shrink {
  -webkit-transform: translate(0, -44px);
  -moz-transform: translate(0, -44px);
  -o-transform: translate(0, -44px);
  transform: translate(0, -44px);
  min-height: inherit;
}

.navbar {
  /*max-height: 125px !important;*/
  margin-bottom: 0;
  border: 0;
  padding: 0px 0px 0px !important;
}

.navbar-collapse {
  padding-top: 0px;
  margin-top: 14px;
  border-top: solid 1px var(--navcolor);
}

.navbar.shrink a.navbar-brand img {
  transition: width 0.3s, height 0.3s;
  width: 0;
  height: 0;
}

.shrink .navbar-collapse {
  padding-top: 24px;
  height: 75px !important;
}

.badge {
  background-color: #0db165;
  padding: 3px 6px;
}

.search-popup {
  display: none;
}

.search-popup {
  float: right;
  margin-left: 0;
  transition: right 0.4s, top 0.4s, color 0.2s;
}

.sign-in-mob {
  display: none !important;
}

.sign-in-mob a i {
  font-size: 16px;
}

.shrink .navbar-nav>li>a {
  top: 8px;
  padding: 4px 45px;
}

.shrink .navbar-nav>li>.dropdown-menu {
  margin-top: 34px;
}

.shrink .search-popup {
  float: initial;
  display: inline-block;
  margin-left: 50px;
}

.search-popup a {
  color: #c5c6c7;
  font-size: 20px;
}

.search-button .navbar-inverse.shrink ul li a {
  top: 49px;
  z-index: 2;
}

.dropdown-menu li {
  margin: 0;
}

.sign-in a,
.cart-icon a {
  text-transform: uppercase;
  /*color: #000;*/
  font-size: 16px;
  text-decoration: none;
}

.header-right {
  position: absolute;
  right: 15px;
  top: 12px;
}

.header-right>div {
  display: inline-block;
  margin-left: 24px;
  float: left;
}

.header-right .sign-in {
  margin-top: 4px;
}

.header-left {
  position: absolute;
  left: 15px;
  top: 10px;
}

.mob-logo {
  display: none;
}

div#header-container {
  position: relative;
}

.new-collection h2 {
  padding-top: 30px;
}

span.arab-btn a img {
  height: 24px;
  padding: 0px;
  margin: 0px;
}

.menu-container {
  position: relative;
}

a span.cart-icon img {
  width: 18px;
}

/*header*/

/* FAQ */
.faq h4 {
  text-transform: lowercase;
}

.faq h4 ol li {
  list-style: decimal-leading-zero;
  margin: 5px 0px;
}

.new-collection h2 {
  padding-top: 30px;
}

/*search*/

.search-button .navbar .navbar-collapse {
  position: relative;
  overflow: hidden !important;
}

.search-button .navbar .nav-collapse {
  position: absolute;
  z-index: 1;
  /* top: 0; */
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

.search-button .navbar.navbar-default .nav-collapse {
  background-color: #f8f8f8;
}

.search-button .navbar.navbar-inverse .nav-collapse {
  /* background-color: #222; */
}

.search-button .navbar .nav-collapse .navbar-form {
  border-width: 0;
  box-shadow: none;
  width: 40%;
  margin: 0px auto;
  margin-left: 0;
  padding: 0;
  float: right;
}

.search-button .nav-collapse>li {
  float: right;
}

.search-button .navbar.navbar-default .nav-collapse,
.search-button .navbar.navbar-inverse .nav-collapse {
  height: auto !important;
  transition: transform 0.3s;
  transform: translate(0px, 70px);
}

.search-button .navbar.navbar-default .nav-collapse.in,
.search-button .navbar.navbar-inverse .nav-collapse.in {
  transform: translate(0px, 70px);
}

select#phonecode {
  display: block;
  width: 35%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #2a2a24;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

@media screen and (max-width: 767px) {

  .search-button .navbar.navbar-default .nav-collapse,
  .search-button .navbar.navbar-inverse .nav-collapse {
    transform: translate(-100%, 0px);
  }

  .search-button .navbar.navbar-default .nav-collapse.in,
  .search-button .navbar.navbar-inverse .nav-collapse.in {
    transform: translate(0px, 0px);
  }

  .search-button .navbar.navbar-default .nav-collapse.slide-down,
  .search-button .navbar.navbar-inverse .nav-collapse.slide-down {
    transform: translate(0px, -100%);
  }

  .search-button .navbar.navbar-default .nav-collapse.in.slide-down,
  .search-button .navbar.navbar-inverse .nav-collapse.in.slide-down {
    transform: translate(0px, 0px);
  }
}

.search-button nav.navbar.navbar-inverse {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  min-height: inherit;
  margin-top: 2px;
  position: initial;
}

.search-button .navbar-inverse ul li {
  margin: 0;
}

.search-button .navbar-inverse ul li a {
  padding: 0;
}

.search-button .navbar-inverse div#nav-collapse3 {
  right: initial;
  left: 0;
  background: none;
  /* min-width: 710px; */
  border-top: 0;
}

.search-button .navbar-inverse div#nav-collapse3 input.form-control {
  width: 85%;
  float: left;
  border: 0;
  color: #000;
  font-size: 20px;
  border-radius: 3px;
  height: 70px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background: none;
  font-weight: 300;
  /* background: #00000030;*/
  padding: 6px 20px;
  margin: 0;
  background: #c5c6c7;
  border-top-left-radius: 0;
}

.search-button .navbar-inverse div#nav-collapse3 .form-group {
  width: 100%;
}

.search-button .navbar .nav-collapse .navbar-form input.serch-bt {
  background: #0d2721 url(../images/search.svg) no-repeat center;
  border: 0;
  color: #cfd0d2;
  border-radius: 3px;
  height: 70px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 15%;
  font-size: 0;
  border-left: solid 1px #1f483f;
  float: left;
  border-top-right-radius: 0;
}

.search-button .navbar-inverse ul li a img {
  display: none;
}

.search-button .navbar-inverse ul li a.collapsed i {
  display: none;
}

.search-button .navbar-inverse ul li a.collapsed img {
  display: block;
}

.search-button .navbar-inverse ul li a i {
  display: block;
  width: 20px;
  height: 20px;
  font-size: 22px;
}

/*.search-button nav.navbar.navbar-inverse.navbar.shrink {
    -webkit-transform: translate(0, -7px);
    -moz-transform: translate(0, -7px);
    -o-transform: translate(0, -7px);
    transform: translate(0, -7px);
}*/
.search-button .navbar-inverse ul li a:focus,
.search-button .navbar-inverse ul li a:hover {}

.search-button .navbar.shrink .nav-collapse .navbar-form {
  width: 468px;
  -webkit-transform: translate(0, 73px);
  -moz-transform: translate(0, 73px);
  -o-transform: translate(0, 73px);
  transform: translate(0, 73px);
}

div#nav-collapse3 input.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c5c6c7;
}

div#nav-collapse3 input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #c5c6c7;
}

div#nav-collapse3 input.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #c5c6c7;
}

div#nav-collapse3 input.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #c5c6c7;
}

/*search*/

.popup-box-on {
  display: block !important;
}

.off {
  display: none;
}

.chat_box .chat_message_wrapper ul.chat_message>li+li {
  margin-top: 4px;
}

#search.open {
  opacity: 1;
  transform: translate(0px, 0px) scale(1, 1);
}

#search {
  background-color: rgba(255, 255, 255, 0.88);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 2000;
}

#search .close {
  color: #2d2d2d;
  font-size: 40px;
  opacity: 1;
  padding: 10px 17px;
  position: fixed;
  right: 15px;
  top: 15px;
  outline: 0;
}

button.close {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
}

.close {
  float: right;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  background: #fff;
}

#search input[type="text"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #333;
  font-family: "Lato", sans-serif;
  font-size: 50px;
  font-weight: 300;
  margin: -51px auto 0;
  outline: medium none;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}

#search .btn {
  left: 50%;
  margin-top: 60px;
  padding: 10px 50px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  height: auto;
  font-weight: 300;
  outline: 0;
}

.s-icon a {
  font-size: 26px;
  margin: 0;
  text-align: center;
  float: left;
}

.navbar-inverse .navbar-nav>li>a {
  color: #fff;
}

.navbar-inverse .navbar-brand {
  background: #fff none repeat scroll 0 0 !important;
  border-radius: 50px;
  color: #be5254 !important;
  height: auto;
  margin: 3px 0 2px -12px !important;
  padding: 12px 20px !important;
}

.btn-lg,
.btn-group-lg>.btn {
  border-radius: 3px;
  font-size: 28px;
}

.btn-site {
  background: var(--secondary1-color) none repeat scroll 0 0;
  color: #fff !important;
}

/*search*/

.search-box {
  float: right;
  margin: 0;
  padding: 0;
}

.s-icon a img {
  width: 22px;
  float: left;
}

.search-wrp-right {
  float: right;
  padding: 0px 0;
  padding-top: 23px;
}

/*search*/

.ptions-hearder:last-child {
  width: 5% !important;
}

/***********************************Mobile Navigation************************************************/

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  /* padding-left: 220px; */
}

#sidebar-wrapper {
  z-index: 1000;
  left: 0;
  right: inherit;
  width: 0;
  height: 100%;
  margin-left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--primary-color);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  /* border-color: #d2b669; */
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}

#page-content-wrapper {
  width: 100%;
  /* padding-top: 70px; */
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -220px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
  right: 0;
}

.sidebar-nav li {
  position: relative;
  line-height: 20px;
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0px 0;
  border-bottom: 1px solid var(--primary-color);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.sidebar-nav li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 3px;
  background-color: var(--primary-color);
  -webkit-transition: width 0.2s ease-in;
  -moz-transition: width 0.2s ease-in;
  -ms-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
}

.sidebar-nav li.sidebar-brand.logo-side-main:first-child a {
  color: var(--primary-color);
  padding: 1px 15px 0px 15px !important;
}

.sidebar-nav li.sidebar-brand.logo-side-main:first-child a:hover {
  background-color: transparent;
}

.sidebar-nav li.sidebar-brand.logo-side-main:first-child a:active {
  background-color: transparent;
}

.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
  width: 100%;
  -webkit-transition: width 0.2s ease-in;
  -moz-transition: width 0.2s ease-in;
  -ms-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
}

.sidebar-nav li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 20px 15px 10px 15px !important;
  font-size: 14px !important;
  border-top: 1px solid rgba(197, 198, 199, 0.21);
  width: 100%;
  text-align: center;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.sidebar-nav>.sidebar-brand {
  height: 65px;
  font-size: 20px;
  line-height: 44px;
}

.sidebar-nav .dropdown-menu {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  background-color: #af985a;
  box-shadow: none;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
  position: fixed;
  top: 20px;
  z-index: 9999;
  display: none;
  /* display: block; */
  width: 30px;
  height: 21px;
  margin-left: 10px;
  background: none;
  border: none;
  right: auto;
  padding: 5px;
  left: 0px;
}

.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}

.hamburger.is-closed:before {
  content: "";
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 17px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}

.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: var(--secondary2-color);
}

.hamburger.is-closed .hamb-top {
  top: 2px;
  -webkit-transition: all 0.35s ease-in-out;
}

.hamburger.is-closed .hamb-middle {
  top: 50%;
}

.hamburger.is-closed .hamb-bottom {
  bottom: 0px;
  -webkit-transition: all 0.35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  /* top: 0; */
  -webkit-transition: all 0.35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all 0.35s ease-in-out;
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: var(--navcolor);
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;
}

.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}

.hamburger.is-open .hamb-middle {
  display: none;
}

.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}

.hamburger.is-open:before {
  content: "";
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}

.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}

.mobile-navigation .sign-in {
  display: block;
  position: absolute;
  bottom: 10px;
  width: 100%;
  float: left;
}

.mobile-navigation .sign-in a {
  background: #fff;
  padding: 10px 40px;
  color: #000;
  font-weight: 400;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.79);
  z-index: 1;
}

.header-right>div.mobile-navigation {
  display: none;
}

img.img-sidebar-logo {
  width: 120px;
  padding: 4px 0px;
}

/*banner*/

.owl-buttons {
  display: none;
}

section.banner-section .container {
  position: relative;
  z-index: 1;
}

.banner-text {
  float: left;
  width: 350px;
  text-align: center;
  padding: 100px 6px;
  margin: 0px 20px;
  padding-bottom: 0;
}

div#owl-demo img {
  width: 100%;
}

.carousel-caption p {
  margin: 12px 0px;
  font-size: 16px;
  color: #f1f1f1;
}

.carousel-caption h2 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 0;
  margin: 0;
  letter-spacing: 5px;
}

.main-slide {
  display: block;
}

.res-slide {
  display: none;
}

.btn-default {
  background-color: var(--secondary1-color);
  color: #fff !important;
  border: solid 1px #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-default:hover {
  background-color: var(--secondary2-color) !important;
  color: #000 !important;
  border: solid 1px #000;
}

.btn-group-lg>.btn,
.btn-lg {
  padding: 14px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  min-width: 164px;
}

section#inner-slider {
  margin-top: 125px;
}

section.banner-section {
  padding-top: 125px;
  background: #fff;
  padding-bottom: 0px;
  height: 893px;
  overflow: hidden;
}

div.banner-section {
  padding-top: 152px;
  background: #fff;
  padding-bottom: 0px;
}

.owl-item.active .carousel-caption {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 1s, 0s;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.owl-item.active .carousel-caption {
  animation-name: fadeInLeft;
}

.owl-item.active .carousel-caption h1 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 1.5s, 0s;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.owl-item.active .carousel-caption h1 {
  animation-name: fadeInRight;
}

.owl-item.active .carousel-caption p {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 2s, 0s;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.owl-item.active .carousel-caption p {
  animation-name: fadeInLeft;
}

.owl-item.active .carousel-caption a {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 2.5s, 0s;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.owl-item.active .carousel-caption a {
  animation-name: fadeInUp;
}

/*.content {
    position: relative;
    z-index: 100;
    margin-bottom: 392px;
    background: #fff;
}*/

/*banner*/

/*loader*/

.nprogress-logo {
  display: inline-block;

  width: 600px;
  height: 90px;
  border: solid 4px #2d9;
  border-radius: 10px;
  position: relative;
}

.nprogress-logo:after {
  content: "";
  display: block;

  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 40%;
  background: #2d9;
  border-radius: 3px;
}

main.fade {
  opacity: 1;
}

main.fade {
  margin: 0;
  padding: 0;
}

main.fade.out {
  opacity: 1;
}

main.fade.out header {
  display: none;
}

.spinner img {
  width: 600px;
}

.spinner {
  background: #474747;
}

#pageContentArea {
  margin: 0px;
  padding-top:140px;
}

#pageContentArea.home {
  padding-top: 0px !important;
}

/*Shopping Dropdown Cart*/
.close-drop-cart {
  position: absolute;
  font-size: 25px;
  top: 10px;
  cursor: pointer;
  color: #165e96;
}

#header_cartdetail #layers {
  padding-top: 10px;
}

li.cart_empty h3,
li.cart_empty p {
  text-align: center;
}

li.cart_empty h1 {
  font-size: 20px;
  font-weight: 300;
}

ul.dropdown-cart {
  list-style: none;
}

.cart-wrp:hover div#header_cartdetail {
  display: block !important;
}

div#header_cartdetail {
  padding: 15px 5px;
  min-width: 330px;
}

div#header_cartdetail {
  left: unset !important;
}

.cart-wrp:hover div#header_cartdetail {
  display: block !important;
}

ul.dropdown-cart {
  min-width: 250px;
  padding: 0px;
}

ul.dropdown-cart li .item {
  display: block;
  padding: 3px 10px;
  margin: 3px 0;
}

ul.dropdown-cart li .item:hover {
  background-color: #f3f3f3;
}

ul.dropdown-cart li .item:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

ul.dropdown-cart li .item-left {
  float: left;
  width: 93%;
}

ul.dropdown-cart li .item-left img,
ul.dropdown-cart li .item-left span.item-info {
  float: left;
}

ul.dropdown-cart li .item-left span.item-info {
  margin-left: 10px;
  width: 67%;
}

ul.dropdown-cart li .item-left span.item-info span {
  display: block;
}

ul.dropdown-cart li .item-right {
  float: right;
  font-size: 21px;
  width: 7%;
}

ul.dropdown-cart li .item-right button {
  margin-top: 14px;
}

li.dropdown.account-sec ul.dropdown-menu {
  padding: 7px 0px;
  left: inherit;
  right: 11px;
}

li.dropdown.account-sec ul.dropdown-menu li {
  float: left;
  width: 100%;
  margin: 0px 0px;
  padding: 2px 9px;
}

li.cart-sec.dropdown .dropdown-cart {
  min-width: 330px;
  right: 0;
  left: inherit;
  padding: 0;
  background: #fff;
}

span.item-left img {
  width: 66px;
}

ul.dropdown-cart li .item-left h4 {
  margin: 0;
  text-transform: capitalize;
  font-size: 16px;
  color: var(--navcolor);
}

li.cart-sec.dropdown .dropdown-cart li {
  padding: 0px 10px;
  margin-top: 10px;
  width: 100%;
}

li.cart-sec.dropdown .dropdown-cart li a {
  text-decoration: none;
}

ul.dropdown-cart li .item-right i {
  color: #ababab;
}

li.cart-sec.dropdown .dropdown-cart li a:hover i {
  color: #353535;
}

li.cart-sec.dropdown .dropdown-cart li.total-items span {
  font-size: 18px;
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 0px;
  padding: 9px 0;
}

.total {
  font-size: 18px;
}

.total-items.cart-total {
  padding-bottom: 10px;
  text-align: center;
}

li.cart-sec.dropdown .dropdown-cart li.total-items {
  margin-top: 3px;
}

span.item-info p {
  color: var(--secondary1-color);
}

li.cart-sec.dropdown .dropdown-cart li.cart_empty h3 {
  margin-top: 7px;
}

li.cart_empty a {
  padding: 14px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  min-width: 164px;
  border-radius: 3px;
}

ul li a.active-cart span.badge {
  background-color: #474747;
}

ul li.cart-sec span.badge {
  width: 20px;
  height: 20px;
  padding: 5px 0px;
  position: absolute;
  right: 2px;
  top: -5px;
}

ul li.search-sec img {
  width: 40px;
}

.cart-wrp .navbar-nav>li>.dropdown-menu {
  margin-top: 0px;
}

ul.dropdown-cart li .item span.item-left {
  width: 90%;
}

ul.dropdown-cart li .item span.item-left a {
  width: 25%;
  float: left;
}

ul.dropdown-cart li .item span.item-left span.item-info {
  width: 70%;
  float: left;
}

ul.dropdown-cart li .item span.item-left span.item-info a {
  width: 100%;
}

ul#ctl00_divshoppingcartempty li.cart-total {
  text-align: center;
  padding: 4px 0;
  background: #f3f3f3;
}

ul#ctl00_divshoppingcartempty li.button-cart a {
  padding: 10px 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #fff;
  margin-left: 27%;
}

ul#ctl00_divshoppingcartempty li.button-cart {
  text-align: center;
  margin: 9px 0;
  float: left;
}


.innerdoc_wrapper ul,
.innerdoc_wrapper ul li,
#inner-content-wrapper .rsr-main ul,
#inner-content-wrapper .rsr-main ul li {
  list-style-type: disc;
}

.innerdoc_wrapper ol,
.innerdoc_wrapper ol li,
#inner-content-wrapper .rsr-main ol,
#inner-content-wrapper .rsr-main ol li {
  list-style-type: decimal;
}

.innerdoc_wrapper ul,
.innerdoc_wrapper ol,
#inner-content-wrapper .rsr-main ul,
#inner-content-wrapper .rsr-main ol {
  padding-left: 20px !important;
}

.cap-details-txt input,
.cap-shipping-details-txt input {
  width: 50% !important;
  margin-top: 10px !important;
}

.cap-details-txt span {
  font-size: 16px;
}

.cap-shipping-details-txt span {
  font-size: 16px;
}

.checkoutbox span {
  color: var(--secondary1-color);
  font-size: 24px;
  font-weight: 600;
}

.shipping-invo-wp-main1 {
  margin-top: 30px;
}

/*Shopping Dropdown Cart*/

/***********************************New Arrivals************************************************/

.new-arrivals {
  width: 100%;
  text-align: center;
  background: var(--main-body-color);
  padding-bottom: 40px;
}

.new-arrivals h1 {
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
  margin: 0px;
  padding-top: 30px;
  padding-bottom: 15px;
}

.new-arrivals-item {
  background: #fff;
  border: solid 1px #eff0f0;
  text-align: center;
}

.new-arrivals-item p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  min-height: 25px;
  max-height: 25px;
}

.new-arrivals-item h2,
.new-collection-item h2 {
  font-size: 16px;
  color: #000;
  margin-top: 10px;
  min-height: 36px;
}

.new-arrivals-item img,
.new-collection-item img,
.product-list-item img {
  width: auto;
  height: auto;
  margin: 0px auto;
}

.plr-new-arrivals,
.p-new-collection {
  padding: 15px;
}

.col-lg-3.col-md-3.col-sm-3.col-xs-6.plr-new-arrivals {
  padding: 7.5px;
}

/***********************************New Collection ************************************************/

.new-collection {
  width: 100%;
  text-align: center;
  background: #eeeeee;
  padding-bottom: 40px;
}

.new-collection h1 {
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
  margin: 0px;
  padding-top: 30px;
  padding-bottom: 15px;
}

.new-collection-item {
  background: #fff;
  border: solid 1px #eff0f0;
  text-align: center;
  height: 500px;
}

.new-collection-item p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 10px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  text-overflow: ellipsis;
  line-height: normal;
}

.new-collection-item h2 {
  font-size: 16px;
  color: #000;
  margin-top: 10px;
  min-height: 36px;
}

/***********************************Best Collection ************************************************/

.best-collection {
  width: 100%;
  background: var(--main-body-color);
  padding: 40px 0px;
}

.best-collection-item {
  background: #fff;
  border: solid 1px #eff0f0;
  text-align: center;
}

.best-collection-item:hover,
.best-collection-item a:hover {
  text-decoration: none;
}

.bc-item-content {
  position: absolute;
  top: 25%;
  left: 5%;
  text-align: left;
}

.bc-item-content h2 {
  font-size: 24px;
  color: #fff;
}

.bc-item-content p {
  font-size: 14px;
  color: #fff;
}

.best-sellers-title {
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
  margin: 0px;
  padding: 15px 0px;
}

.similar-products-title {
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  margin: 0px;
  padding: 30px 0px 0px 0px;
}

/***********************************Best Seller************************************************/
.best-seller {
  background: #eeeeee;
}

.best-seller-item {
  background: #fff;
  border: solid 1px #eff0f0;
  text-align: center;
}

.best-seller-item p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  min-height: 25px;
  max-height: 25px;
}

.best-seller-item h2 {
  font-size: 16px;
  color: #000;
  margin-top: 10px;
}

.slider {
  margin: 75px auto 0px auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
  height: 250px !important;
  display: block;
  object-fit: cover;
}

.slick-prev:before,
.slick-next:before {
  background: #c5c6c7;
  width: 41px;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
}

.newsletter {
  background-color: #f7f9fe;
  border: 1px solid #e2e5f1;
  width: 100%;
  text-align: center;
}

.newsletter h4 {
  padding-top: 20px;
}

.newsletter p {
  width: 50%;
  margin: 0 auto;
  padding-bottom: 20px;
}

/*footer*/

footer {
  background: var(--primary-color);
  margin-top: 0;
  padding: 0px 0px 0;
  bottom: 0;
  left: 0;
  -webkit-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -ms-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  width: 100%;
  float: left;
}

footer h5 {
  color: var(--main-footer-title-color);
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 0px;
  font-family: "Optima";
  float: left;
  padding-top: 3px;
  padding-right: 20px;
}

footer h3 {
  color: var(--navcolor);
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 0px;
  font-family: "Optima";
  float: left;
  padding-top: 3px;
  padding-right: 20px;
  text-transform: none;
  letter-spacing: 1px;
  font-weight: 400;
}

footer ul {
  padding: 0;
}

.footer-links ul li a {
  color: var(--main-footer-links-color);
  text-decoration: none;
  font-size: 18px;
}

.footer-links ul li {
  margin: 6px 0px;
  display: inline;
  padding: 0% 3%;
}

.footer-links ul li:nth-child(1) {
  padding: 0% 3% 0% 0%;
}

.footer-links {
  margin-top: 40px;
}

.footer-bottom {
  margin-top: 28px;
  text-align: center;
}

.copywrite {
  margin-top: 25px;
}

.copywrite p {
  color: var(--main-footer-links-color);
}

img.copy-right-img {
  height: 17px;
}

.navbar.shrink .logo-fixed img {
  width: 56px;

  height: 56px;

  margin: 10px 0px;
}

.logo-fixed img {
  width: 0;
  height: 0;
  transition-delay: 0.15s;
  transition: width 0.3s, height 0.3s, margin 0.3s;
}

span.svg-footer svg {
  width: 100px;
}

/*footer*/

/*subpage*/

.subpage .container {
  width: 100%;
  max-width: 1440px;
}

section.subpage-banner {
  margin-top: 40px;
  padding-bottom: 0;
}

.subbanner-matter {
  position: absolute;
  top: 46%;
  left: 9%;
  width: 100%;
  max-width: 355px;
  padding: 0 20px;
  color: #fff;
  text-align: left;
  -webkit-transform: translateY(-43%);
  -ms-transform: translateY(-43%);
  transform: translateY(-43%);
}

.subpage-banner .container {
  position: relative;
}

.subbanner-matter h1 {
  font-size: 36px;
}

.subbanner-matter p {
  font-size: 18px;
  line-height: 24px;
}

.breadcrumb>li:last-child {
  font-weight: 400;
}

.breadcrumb>li {
  margin: 0;
}

ol.breadcrumb li {
  margin-bottom: 0px !important;
}

.subpage-wrapper {
  min-height: 700px;
  background: var(--main-body-color);
}

.container-body {
  background: var(--main-body-color);
}

.breadcrumb>li a {
  font-size: 14px;
}

/*subpage*/

.tt-breadcrumb {
  background: #f7f8fa;
}

.tt-breadcrumb ul li a {
  color: #777777;
}

/************************************************** product-list-Page ***********************************************************/
/*product-list-Page*/

.product-list {
  width: 100%;
  text-align: center;
  background: var(--main-body-color);
  padding-bottom: 40px;
}

.product-list-item {
  background: #fff;
  padding: 10px;
  border: solid 2px #eff0f0;
  text-align: center;
  margin-top: 30px;
}

.product-list-item:hover {
  border-color: #cccccc;
  padding: 10px;
  width: 100%;
  height: 100%;
}

.product-list-item a {
  text-decoration: none;
}

.product-list-item p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  min-height: 25px;
  max-height: 25px;
}

.product-list-item h2 {
  font-size: 16px;
  color: #000;
  margin-top: 10px;
  min-height: 36px;
}

del {
  font-size: 14px;
  opacity: 0.7;
}

.plr0 {
  padding-left: 0px;
  padding-right: 0px;
}

/* Set the maximum width of the menu wrapper */
#category-menu {
  max-width: 100%;
  padding: 35px 30px;
  background-color: #fff;
  margin-top: 25px;
}

.detail-page {
  border: 1px solid #e1e1e1;
}

.list-page {
  border: 2px solid #e1e1e1;
}

/* we remove the margin, padding and list styles of the ul li list */
#category-menu ul,
#category-menu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Adding the border to the parent ul and remove the border bottom */
#category-menu>ul {
  border-top: solid 1px #000;
  font-size: 17px;
  color: #101010;
}

#category-menu h4 {
  color: #000;
  text-align: left;
}

/* Apply border bottom to the first level of li list only */
#category-menu>ul>li {
  border-bottom: solid 1px #000;
}

/* Styling for all links inside the category menu */
#category-menu ul li {
  border-top: solid 1px #000;
  border-bottom: none;
}

#category-menu>ul {
  border: none;
}

li.parent.childitem {
  border: none !important;
}

#category-menu ul li a {
  font-size: 17px;
  color: #101010;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding-left: 20px;
}

#category-menu ul li ul li a {
  font-size: 14px;
  color: #101010;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 0px !important;
}

#category-menu ul li ul li p {
  font-size: 14px;
  color: #101010;
}

/* set the padding space and position for all li list */
#category-menu ul li {
  padding: 5px 10px;
  margin-left: 0px !important;
  position: relative;
  margin-right: 0px !important;
  background: #fff;
}

/* hiding the ul 2nd and 3rd levels */
#category-menu ul li ul,
#category-menu ul li ul li ul {
  display: none;
}

/* styling the color for the 2nd level ul */
#category-menu>ul>li>ul {
  background: #fff;
  margin: 10px 0;
}

/* styling the color for the 3rd level ul */
#category-menu>ul>li>ul>li>ul {
  background: #ade5f5;
  margin: 10px 0;
}

/* styling the arrows style */
span.arrow,
span.arrow-down {
  background: url(../images/down-icn.jpg) no-repeat;
  width: 12px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 10px;
}

span.arrow-down {
  background: url(../images/down-icn.jpg) no-repeat;
}

span.arrow-up {
  background: url(../images/up-icn.jpg) no-repeat;
}

.bread_crums {
  /* position: absolute; */
  width: 100%;
  margin: 0px;
  padding: 0px;
  /* margin-top: -90px; */
}

.bread_crums .breadcrumbs1 {
  background-color: #f7f9fe;
  border: 1px solid #e2e5f1;
  border-radius: 3px;
  margin-top: 15px;
  /* margin-right: 15px; */
}

.breadcrumb {
  margin-bottom: 0px;
  list-style: none;
  border-radius: 0;
  padding: 5px 0px;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li a {
  color: #000;
  font-size: 13px;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #fff;
  text-decoration: none;
  background-color: var(--secondary1-color);
  border: 1px solid var(--secondary1-color);
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: var(--secondary2-color);
  border-color: var(--secondary2-color);
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 3;
  color: #fff;
  background-color: var(--secondary2-color);
  border-color: var(--secondary2-color);
}

a.page-link {
  margin-right: 10px;
  margin-bottom: 10px;
}

.pagi-nav {
  width: 100%;
  margin: 0px auto;
}

.pagination {
  margin: 30px 0;
}

.pagnination-main nav {
  display: inline-block;
}

.pagnination-main {
  text-align: center;
  margin-top: 11px;
}

.item-limiter {
  display: inline-block;
  float: right;
}

.item-limiter p {
  float: left;
  margin: 5px;
  line-height: 18px;
  padding-top: 2px;
}

.pagnination-main {
  text-align: center;
}

select#ddlpagesize {
  height: 36px;
  float: right;
}

select#ddlpagesize.form-control {
  width: 70px !important;
}

/* End product-list-Page*/

.parent.childitem.spacechild1 a {
  padding-left: 35px !important;
  font-size: 15px !important;
}

li.parent.childitem {
  padding: 0px 10px !important;
}

li.parent.childitem.spacechild2 a {
  padding-left: 45px !important;
  font-size: 15px !important;
}

li.parent.childitem.spacechild3 a {
  padding-left: 55px !important;
  font-size: 15px !important;
}

li.parent.childitem.spacechild4 a {
  padding-left: 65px !important;
  font-size: 15px !important;
}

li.parent.childitem.spacechild5 a {
  padding-left: 75px !important;
  font-size: 15px !important;
}

/*product-details-page*/

.project-details .image-section img {
  max-width: 100%;
}

.project-list-wrapper .nws-list {
    margin: 20px 0px;
  }

.detail-top {
  margin-top: 60px;
}

.color-sec select.form-control {
  width: 50%;
  border-radius: 1px !important;
}

.gc-li-display-container img {
  max-width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  left: 25% !important;
}

.glass-case ul li .gc-li-display-container {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 55%;
  display: inline-block;
}

.product-details-page-wrapper {
  margin-top: 10px;
  display: block;
  margin-bottom: 30px;
}

.project-list-wrapper ul {
  margin: 10px !important;
}

.nws-img img {
  max-width: 100%;
  max-height: 430px;
}

.product-title-collection {
  font-size: 18px;
  color: #101010;
  margin-bottom: 9px;
  margin-top: 0px;
}

.product-title-name {
  font-size: 24px;
  color: #444444;
  margin: 10px 0px 10px 0px !important;
}

.product-model-no {
  font-size: 14px;
  color: #666666;
}

.product-stack {
  color: #15bd9c;
  font-size: 22px !important;
}

span.price-det-en {
  font-size: 10px;
}

span.price-det-ar {
  font-size: 10px;
}

.product-price {
  font-size: 22px;
  color: #951f1f;
  font-family: "Optima-bold" !important;
}

.product-tax {
  font-size: 14px;
  color: #666666;
}

.Variable-box {
  width: 100%;
  float: left;
}

.right1 {
  text-align: left;
}

.color-label label,
.size-label label {
  font-weight: bold;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #333;
}

.color a {
  width: 43px;
  height: 43px;
  display: inline-block;
  color: transparent;
  padding: 5px;
  border: solid 5px transparent;
}

.color a:hover,
.color a:active {
  padding: 5px;
  border: solid 5px #666;
}

/*
.color:hover {
    padding: 6.5px !IMPORTANT;
    border: 1px solid #000;
    height: 40px;
    width: 40px !important;
}*/

.color,
.size {
  float: left;
  margin-right: 12px;
  margin-bottom: 15px;
}

/*
.color a:hover{
    height: 25px !IMPORTANT;
    width: 25px !important;
}*/

.option.size {
  display: inline-block;
  width: 35px;
  line-height: 34px;
  height: 35px;
  text-align: center;
  border: 1px solid #ebebeb;
  margin-right: 10px;
  margin-bottom: 10px;
}

.add_to_bag {
  border: solid 1px #ebebeb;
  font-size: 18px;
  cursor: pointer;
}

button.add_to_bag.btn.btn-default.btn-lg.bag-btn {
  min-height: 44px;
  border: 1px solid #cccccc;
  padding: 10px 20px;
  margin-right: 10px;
  font-size: 16px;
  background-color: var(--secondary1-color);
  color: #fff;
  margin-top: -3px;
}

.btn-login {
  border: solid 1px #ebebeb;
  text-align: center;
  width: 100%;
}

.clear {
  clear: both;
}

.size_chart {
  margin: 10px 0px;
}

.size_chart a {
  padding: 10px 0px;
  line-height: 35px;
  font-size: 16px;
}

.qty-box {
  max-width: 85px;
  min-height: 44px;
  border: 1px solid #cccccc;
  padding: 10px 20px;
  margin-right: 10px;
  font-size: 16px;
  background: #fff;
  -webkit-appearance: menulist-button;
}

.sc-qty-box {
  max-width: 85px;
  min-height: 43px;
  border: 1px solid #cccccc;
  padding: 10px 20px;
  margin-left: 5px;
  font-size: 16px;
  background: #fff;
}

.qty-box:hover,
.sc-qty-box:hover {
  border: 1px solid #000;
}

.custom-select {
  position: relative;
}

.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {
  background-color: #333;
}

/*.edit-shp-main.shippingadd-wp-ship-all {
    padding-left: 20px;
}*/

label.rememberme.mt-checkbox.mt-checkbox-outline {
  margin-top: 15px;
  padding: 0px;
}

input#coupon_code {
  margin-top: 22px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #333;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

#shopingcartheader th:nth-child(1) {
  width: 33%;
}

#shopingcartheader {
  table-layout: fixed;
}

p.hint-pdp-img {
  position: absolute;
  top: 0;
  right: 21%;
}

/* Darker background on mouse-over */
.titl-det-2 {
  display: none;
}

/*End product-details-page*/

/* Login Section*/
section.log-sec-main {
  /* background: url('../images/bg-log.jpg') no-repeat;*/
  width: 100%;
  height: 460px;
  background: var(--main-body-color);
}

.login_wrapper_outside {
  width: 50%;
  /*border:1px solid #21263a8f;*/
  border-radius: 4px;
  margin: 30px auto;
  min-height: 365px;
}

.login_wrapper_outside.otp_wrapper_outside {
  width: 25%;
}

.login-sec1>.form-inner>.form-group>input#UserName {
  margin-bottom: 10px;
}

.signin-agile {
  width: 50%;
  float: left;
  min-height: 365px;
  padding: 15px 15px;
  border: solid 1px #333;
  background: #f7f9fe;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.signin-agile.otp-agile {
  width: 100%;
}

.signin-agile input {
  margin: 12px 0px;
}

.signin-agile h2 {
  font-size: 24px;
  color: #454545;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 6px;
  margin-top: 6px;
  padding: 0px;
  text-align: center;
}

.signin-agile h1 {
  font-size: 24px !important;
  color: #454545;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 6px;
  margin-top: 6px;
  padding: 0px;
  text-align: center;
}

.signin-agile p {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 6px;
  padding: 0px;
  text-align: center;
}

.signup-agileinfo {
  width: 50%;
  float: right;
  padding: 40px;
  background: #333;
  min-height: 365px;
  text-align: center;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.signup-agileinfo h3,
.signup-agileinfo p {
  color: #fff;
}

.login_wrapper_outside ul {
  list-style: none;
}

.remember-forgot {
  padding-left: 0px;
}

li.forgot.pull-right label {
  padding: 10px 0px;
}

a.btn.btnfacebook {
  background: #4267b2;
  min-height: 45px;
  color: #fff;
  width: 100%;
  margin-top: 8px;
  padding: 13px 0px !important;
  border-radius: inherit !important;
}

a.btn.btnfacebook:hover {
  color: #000;
}

.facebook_signin i {
  margin-right: 5px;
}

.facebook_signin {
  text-align: center;
}

.form-control {
  -webkit-box-shadow: inset 0 0 0 1px #ccc;
  box-shadow: inset 0 0 0 1px #ccc;
  background: #fff;
}

.form-control:focus {
  border-color: #000;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 1px #000;
  box-shadow: inset 0 0 0 1px #000;
}

.lgn {
  margin: 30px 0px;
}

.lgn .btn,
.more .btn {
  border: none;
}

.signup_bg {
  padding: 15px 15px;
  border: solid 1px #333;
  background: #f7f9fe;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  float: left;
  width: 100%;
  margin: 0px 0px 30px 0px;
}

.signup_bg h1 {
  font-size: 24px;
  color: #454545;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 6px;
  margin-top: 6px;
  padding: 0px;
  text-align: center;
}

.singup-wrapper ul {
  padding: 0px 30px;
}

/* Login > logout Popup home page */
.login-button.open .dropdown-menu {
  padding: 0;
  width: 240px;
  margin-left: -50px;
  margin-top: 14px;
}

.login-button.open .login-w3ls {
  width: 100%;
}

.login-button.open .login-w3ls ol {
  padding: 0;
  color: #000;
}

.login-button.open .login-w3ls ol li {
  width: 100%;
  float: left;
  border-bottom: 1px dotted var(--secondary1-color);
  padding: 0;
  margin: 0;
}

.login-button.open .login-w3ls ol li a {
  padding: 10px 0;
  float: left;
  color: #000;
  font-weight: 600 !important;
  padding-left: 20px;
  width: 100%;
  text-align: center !important;
}

/* shopping cart */
.shipping-cart-pc {
  display: block;
}

.shipping-cart-mob {
  display: none;
}

.delete-img {
  max-width: 25px;
  height: auto;
}

.btn-payment {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0.05, #fd0),
      color-stop(1, #ff8e00)) !important;
  border: solid 1px #ffa500 !important;
  font-weight: 800 !important;
  font-style: italic !important;
  color: #333 !important;
  font-size: 16px;
}

.pro-image {
  float: left;
  margin-right: 20px;
}

.cap-pro-image {
  min-height: 130px;
  float: left;
  margin-right: 10px;
}

.cap-pro-name h5 {
  margin: 0px 0px 4px 0px;
}

span.lblpr {
  float: right;
  font-size: 24px !important;
  color: #000 !important;
}

.cart-price {
  color: #e22739;
  font-weight: 700px;
  font-size: 18px;
}

.smpl-shpng-crt {
  float: right;
}

.stock-status {
  color: #f00;
  background: #ff190029;
  padding: 5px;
  border: 1px solid #f00;
  width: 100%;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  float: left;
  display: block;
  text-align: center;
  font-family: "Optima";
}

/* Checkout Page*/
.shipping-details-title {
  margin-top: 30px;
}

.shippingadduser-wp-ship-all {
  margin-top: 10px;
}

/*===================
Shipping Details
===================*/
.shipping-detail-title {
  background-color: var(--secondary1-color);
  padding: 10px 15px;
  margin-top: 10px;
  border: none;
  width: 100%;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.final-address {
  padding: 0px 20px;
}

#spanNoWallet {
  color: Red;
  font-size: 12px;
  margin-left: 15px;
}

#creditcardlbl,
#paypallbl,
#codlbl,
#walletlbl,
#creditcardlbl1,
#paypallbl1,
#codlbl1,
#walletlbl1 {
  padding: 0px 0px 8px 12px;
}

.edit_shipping {
  background-color: var(--secondary1-color);
  padding: 12px 15px;
  border: none;
  width: 100%;
  max-width: 220px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

textarea#shipping_address {
  min-height: 160px;
}

.shipp-det-price-sec ul {
  margin-bottom: 0px !important;
}

.warning_note {
  background-color: var(--primary-color);
  text-align: center;
  color: #fff;
  padding: 15px 0px 5px 0px;
}

.cap-pro-name {
  vertical-align: middle;
  margin-left: 0px;
}

ul.row-wp-ship {
  list-style-type: none;
}

.edit-shp-main.shippingadd-wp-ship-all {
  width: 100%;
}

.warning_note {
  background-color: var(--primary-color);
  border-radius: 4px;
  text-align: center;
  color: #fff;
  padding: 15px 0px 5px 0px;
}

.cap-pro-name {
  vertical-align: middle;
}

.cap-pro-name h5 a {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  /*  margin-left: 20px;*/
}

.payment-wp-ship-all {
  border: solid 1px var(--secondary1-color);
  background: #fefefe;
}

.shippingadd-wp-ship-all {
  border: solid 1px var(--secondary1-color) !important;
  background: #fefefe;
}

.shippingadduser-wp-ship-all {
  width: 100%;
}

span#payment_method-error {
  background: yellow;
  padding: 12px 11px 13px 11px;
}

/*
.cap-pro-desc span{
    margin-left: 20px;
}*/

.cap-pro-desc span:nth-child(1) {
  font-weight: 600 !important;
  width: 180px;
}

.stock-status {
  color: #f00;
  background: #ff190029;
  padding: 5px;
  border: 1px solid #f00;
  width: 100%;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  float: left;
  display: block;
  text-align: center;
  font-family: "Optima";
}

ul.row-wp-ship {
  list-style-type: none;
}

.edit-shp-main {
  float: left;
  border: solid 1px var(--secondary1-color);
  background: #fefefe;
}

img#imgMain {
  width: 100px;
  min-height: 129px;
  clear: left;
  vertical-align: middle;
}

.shipp-det-price-sec {
  float: right;
}

#invoicedet {
  float: right;
}

.inovice-profile img {
  width: 175px;
}

li.coup-main {
  float: left;
}

ul li {
  list-style-type: none;
}

.color span:active,
.color span:hover,
.color span:focus,
.color span:focus {
  padding: 1px;
  border: 3px solid #fff;
}

span#colorselectedid {
  font-weight: 700;
  font-size: 14px;
}

.responsive.slider.slick-initialized.slick-slider {
  margin-bottom: 30px;
}

/*.radio-btn {
    margin-left: 20px;
}*/

.payment-wp-ship-all ul {
  margin-bottom: 0px;
}

.payment-wp-ship-all ul li {
  margin: 0px !important;
}

.form-group.payment-shp-inner.radio-btn {
  margin: 0px;
}

label.payment_method {
  color: var(--secondary1-color);
  font-weight: 700;
  font-size: 18px;
  margin-left: 20px;
}

.sp-det-add-form.ship-d-44 ul li {
  margin: 0px !important;
}

div#registeredusersameaddress {
  margin-left: 20px;
  margin-top: 10px;
}

ul.grid-pricing {
  margin-bottom: 30px;
}

/************************** Register user pages ***************************/
.singup-wrapper input {
  height: 40px;
  margin: 10px 0px;
}

.registration-subscribe-wp-main {
  background: #fff;
  border-radius: 4px;
}

/*.work-space-new h1 {
    padding-top: 30px;
}*/

.new-account-wrapper-inner input,
.new-account-wrapper-inner select {
  min-height: 40px;
  margin: 10px 0px;
}

/* User Profile */
.service-box.extra-btn {
  background: var(--secondary1-color);
  min-height: 180px;
  border-radius: 10px;
  text-align: center;
  padding: 50px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-box.extra-btn h2 {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}

.service-box.extra-btn i {
  color: #fff;
  font-size: 42px;
}

.work-space-new ul {
  margin-right: -15px !important;
  margin-left: -15px !important;
}

.work-space-new ul {
  margin: 0;
}

.work-space-new li {
  margin: 0 !important;
  margin-bottom: 30px !important;
}

.work-space-new {
  padding-top: 0px;
}

a:hover .service-box {
  box-shadow: 0px 0px 10px 3px var(--secondary1-color);
  -webkit-box-shadow: 0px 0px 10px 3px var(--secondary1-color);
  -moz-box-shadow: 0px 0px 10px 3px var(--secondary1-color);
}

/* change password */
.change-password-wrapper input {
  margin: 0px 0px 20px 0px;
  min-height: 40px;
}

/****************************** Coupon Code *************************/
.coup-main {
  float: right !important;
  width: 100%;
  text-align: right;
  text-transform: uppercase;
  margin: 0px !important;
}

.coup-main input {
  float: right;
  width: 220px;
  margin-left: 10px;
}

.coup-main strong {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

span.price {
  float: right;
  color: grey;
  font-size: 18px;
  font-weight: 400;
}

.price_gt span.price {
  font-size: 30px;
}

.price_details {
  width: 300px;
}

.price_details2 {
  width: 100%;
  border-top: 1px solid #eee;
}

.price_p {
  font-size: 18px;
  font-weight: 700;
  line-height: 37px;
}

.price_gt {
  font-size: 22px;
  font-weight: 700;
}

span.price.cal-f {
  font-size: 18px;
}

.price_details {
  width: 100%;
}

.price_details2 ul.grid-pricing {
  width: 500px;
  float: right;
  margin-bottom: 0px;
}

.price_details ul.grid-pricing li {
  margin-bottom: 0px !important;
}

.cpm-d-2 input {
  width: 70px;
}

ul.row-wp-ship {
  padding: 0px;
}

ul.payment-sssp {
  padding: 0px;
}

.cpn-div .price_p {
  float: left;
  margin-top: 22px;
}

span#couponerror {
  color: #f00;
  position: absolute;
  font-size: 14px !important;
}

#txtsubemail-error {
  display: none !important;
}

input#btnCheckOut {
  margin-bottom: 20px;
}

span.price b {
  color: #f00;
}

.proceed_to_payment {
  background-color: var(--secondary1-color);
  padding: 7px 0px;
  margin-bottom: 20px;
  margin-top: 22px;
  border: none;
  width: 100%;
  max-width: 220px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

div#divshoppingcartempty {
  text-align: center;
}

/* Login Popup */
.modal-header h2 {
  font-size: 24px;
}

.login-button a i {
  padding-right: 8px;
}

div#at-login .modal-dialog {
  width: 490px;
}

.modal-dialog {
  margin-top: 150px;
}

#divSucessPopup .modal-dialog,
#divWarningPopup .modal-dialog,
#divErrorPopup .modal-dialog {
  margin-top: 30px;
}

.modal-header h2 {
  font-size: 24px;
}

.login-box input {
  margin-bottom: 10px;
}

.forgt-pss.text-right {
  margin: 10px 0px;
}

#forgetpasswordform input.btn.btn-default.pull-right {
  margin: 0 auto;
  width: 100%;
}

#forgetpasswordform .popup-foot button.btn.btn-default {
  width: 100%;
}

div#at-login .modal-dialog .modal-header button.close,
div#at-signup .modal-dialog .modal-header button.close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  opacity: 1;
  text-shadow: none;
  color: #fff;
}

div#at-login .modal-dialog .modal-header {
  position: relative;
  background: #fff;
}

.modal-content .form-group {
  position: relative;
}

.cptions-st-in th {
  background: var(--primary-color);
  color: var(--secondary1-color);
}

div#at-login .modal-dialog .modal-header button.close,
div#at-signup .modal-dialog .modal-header button.close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  opacity: 1;
  text-shadow: none;
  color: #fff;
}

div#at-login .modal-dialog .modal-body .login-box .form-group.fb-login-class {
  width: 100%;
  float: left;
  display: block;
  text-align: center;
}

.rememberme {
  padding: 0px 35px;
}

.modal-footer {
  text-align: center;
  width: 100%;
  float: left;
  background: #fff;
}

.modal-footer {
  padding: 15px 40px;
}

.modal-header .close {
  margin-top: 3px;
  margin-right: 2px;
  z-index: 1;
}

select#countryid {
  margin-bottom: 15px;
}

.login-box div#err_msg {
  text-align: center;
  font-size: 14px;
}

/* End Login Popup */

/*sweet-alert*/

.sweet-alert {
  position: relative;
  width: 100%;
  display: block;
  left: 0;
  right: 0;
  margin: 0;
}

.message-pop-wrapper label {
  font-size: 16px;
  position: relative;
  margin: 0;
}

.message-pop-wrapper .modal-dialog {
  top: 25%;
}

.message-pop-wrapper .sweet-alert p {
  padding: 0;
  margin: 11px 0px;
}

.message-pop-wrapper .modal-content {
  border: solid 5px #e0f1e0;
  box-shadow: 0px 0px 10px rgba(92, 184, 92, 0.64);
}

.message-pop-wrapper label {
  font-size: 16px;
  position: relative;
  margin: 0;
  margin-bottom: 10px;
}

.message-pop-wrapper .modal-dialog {
  top: 25%;
  width: 400px;
}

.message-pop-wrapper .sweet-alert p {
  padding: 0;
  margin: 11px 0px;
}

.error-pop-up .modal-content {
  border: solid 5px #fbe1e3;
  box-shadow: 0px 0px 10px rgb(237, 106, 116);
}

.warning-pop-up .modal-content {
  border: solid 5px #ffd390;
  box-shadow: 0px 0px 10px rgb(255, 211, 144);
}

.sa-icon.sa-success.animate {
  margin: 10px auto;
  margin-top: 0;
}

.message-pop-wrapper .sweet-alert {
  margin: 0;
  padding: 0;
  background: none;
}

.message-pop-wrapper .sweet-alert p {
  font-size: 12px;
  text-transform: capitalize;
  padding: 0;
  margin: 0px 0px;
}

.message-pop-wrapper .sweet-alert .sa-icon {
  background: none !important;
}

.message-pop-wrapper .custom-alerts {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

.message-pop-wrapper {
  background: rgba(0, 0, 0, 0.5686274509803921);
}

li.disable-tab-wr {
  position: relative;
}

li.disable-tab-wr:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: none;
  z-index: 1;
}

.question-header-title {
  margin-bottom: 16px;
  border: solid 1px #27c6dc;
  border-radius: 4px;
  padding-bottom: 20px;
  background: #f0fdff;
}

.question-header-title h3 {
  margin-bottom: 24px;
  vertical-align: top;
}

.question-header-title h3 label {
  font-size: 18px;
  /* line-height: 0; */
  margin: 0;
  width: 92%;
}

.question-header-title h3 i {
  position: relative;
  top: 2px;
  margin-right: 4px;
  color: #159ba7;
}

.sweet-alert .btn {
  font-size: 14px;
  padding: 8px 14px;
  width: 67px;
}

/*Sweet Alert*/

/* Shipping Details Page*/
.cpn-div {
  float: right;
  /* border-bottom: 1px solid #eee; */
  width: 100%;
}

.grid-pricing li {
  float: right;
  width: 100%;
}

.cpm-d-1 {
  /* width: 70%; */
  float: right;
}

.coupon_apply {
  background-color: var(--secondary1-color);
  padding: 7px 0px;
  margin-bottom: 20px;
  border: none;
  width: 100%;
  max-width: 220px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

input#btnApplyCoupon {
  margin-top: 22px;
}

.price_details ul.grid-pricing {
  width: 300px;
  padding-left: 0px;
  float: right;
}

.cpm-d-1 input {
  border-radius: 4px 0px 0px 4px !important;
}

.cpm-d-2 {
  /* width: 30%; */
  float: right;
}

.navbar-brand>img {
  width: auto;
  height: 70px;
}

/*registered-user-invo-details*/

.registered-user-invo-details .cptions-st {
  background: #fff;
  padding-left: 10px;
  border: 1px solid #ccc;
  padding-top: 8px;
}

.registered-user-invo-details .cptions-st-1 {
  background: #fff;
  padding-left: 10px;
  border: 1px solid #ccc;
  padding-top: 8px;
}

.registered-user-invo-details .cptions-st-2 {
  background: #fff;
  padding-left: 10px;
  padding-top: 8px;
  height: 36px;
}

.registered-user-invo-details tr.in-main-s {
  background: #fff;
}

.registered-user-invo-details .cap-details {
  font-size: 14px !important;
  border-bottom: solid 1px #d8d8d8 !important;
  background: #fff;
}

.registered-user-invo-details span#ctl00_contentplaceholder1_GridViewinovicelist_ctl02_lblsku {
  font-size: 12px;
}

.registered-user-invo-details .cap-details-2 {
  padding-left: 10px;
  border-bottom: solid 1px #d8d8d8 !important;
  background: #f5f5f5;
}

.registered-user-invo-details .cap-details-cell-invc {
  border-top: solid 1px #e4e4e4;
  line-height: 20px;
  padding: 24px 10px;
  text-align: left;
  vertical-align: top;
}

.registered-user-invo-details .cap-details-cell-invc-1 {
  padding: 5px 30px 5px 5px;
  vertical-align: middle;
  height: 30px;
  border-top: solid 1px #e4e4e4;
  text-align: right;
}

.registered-user-invo-details .checkout-btn {
  background: url("/images/join-us.png") repeat-x scroll 0 0 transparent;
  border: medium none;
  color: #ffffff;
  font-size: 14px;
  padding: 6px;
  margin-top: 6px;
}

.registered-user-invo-details .invoice-date {
  float: right;
  width: 200px;
  height: 28px;
}

.registered-user-invo-details .inovice-totoal {
  width: 230px;
  float: right;
}

.registered-user-invo-details .style2 {
  float: right;
  margin: 10px 0;
  padding: 10px 0px 16px 10px;
  width: 920px;
}

.registered-user-invo-details .invoice-panel {
  width: 100%;
  float: left;
  margin-top: 20px;
  background: #fff;
}

.registered-user-invo-details .style3 {
  width: 100%;
  color: #000000;
  font-size: 13px;
  margin-top: 0px;
  background: #f9f9f9;
}

.registered-user-invo-details .inovice-profile {
  width: 25%;
  height: 76px;
  float: left;
  padding: 20px 0 10px 4px;
  border-bottom: 0px solid #c6c6c6;
}

.registered-user-invo-details .inovice-profile img {
  float: left;
  position: relative;
  top: 15px;
  width: 220px;
  /* padding-top: 55px; */
}

.registered-user-invo-details .inovice-details {
  width: 40%;
  float: right;
  text-align: right;
  padding-right: 10px;
  /* border-bottom: 0px solid #c6ca73; */
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 30px;
}

.registered-user-invo-details .cptions-hearder-invc {
  padding: 20px 10px;
  border: 0;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  color: #fdfdfd !important;
}

.registered-user-invo-details .cptions-hearder-invc-1 {
  width: 140px;
  padding: 20px 10px;
  vertical-align: top;
  font-weight: 300;
  text-align: right;
  color: #ffffff;
  text-transform: uppercase;
}

.registered-user-invo-details #ctl00_ContentPlaceHolder1_lblfullname {
  color: #f18424;
  font-weight: bold;
}

.registered-user-invo-details .inovice-grandtotal1 {
  height: 30px;
  text-align: right;
  padding-top: 26px;
  text-transform: uppercase;
  padding-right: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(226, 226, 226);
  border-left: 1px solid rgb(226, 226, 226);
  border-right: 1px solid rgb(226, 226, 226);
}

.registered-user-invo-details tr#ctl00_contentplaceholder1_trshipping {
  border-left: 1px solid rgb(226, 226, 226);
  border-right: 1px solid rgb(226, 226, 226);
}

.registered-user-invo-details tr#ctl00_contentplaceholder1_trtotpurchaseamt {
  border-left: 1px solid rgb(226, 226, 226);
  border-right: 1px solid rgb(226, 226, 226);
}

.registered-user-invo-details td.inovice-grandtotal strong {
  font-size: 16px;
  line-height: 33px;
  padding-right: 7px;
  color: #000;
  width: 320px;
  display: inline-block;
}

.registered-user-invo-details td.inovice-grandtotal strong+span {
  width: 120px;
  display: inline-block;
  text-align: left;
}

.registered-user-invo-details .inovice-grandtotal1 #ctl00_contentplaceholder1_lbltotalprice strong {
  width: 320px;
  display: inline-block;
}

.registered-user-invo-details .inovice-grandtotal1 #ctl00_contentplaceholder1_lbltotalprice span {
  width: 120px;
  display: inline-block;
  text-align: left;
}


.registered-user-invo-details td.inovice-grandtotal {
  font-size: 16px;
  text-align: right;
  color: var(--secondary1-color);
  line-height: 31px;
  float: right;
  margin-top: 10px;
}

.registered-user-invo-details .inovice-grandtotal {
  border-top: 0px solid #c6c6c6;
  height: 30px;
  text-align: right;
  padding-top: 10px;
  text-transform: uppercase;
  padding-right: 30px;
}

.registered-user-invo-details .status {
  float: left;
  width: 35%;
  padding: 0px 0 10px 0;
  text-align: left;
  color: #000;
  font-size: 15px;
  line-height: 30px;
}

.registered-user-invo-details .paypal-btn {
  background: url("/images/paypal-buton.png") repeat-x scroll 0 0 transparent;
  border: medium none;
  color: #ffffff;
  font-size: 14px;
  padding: 6px;
}

.registered-user-invo-details .style2 input.yellow_btn {
  background: #747474;
  border: 0 none;
  border-radius: 3px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  padding: 8px 20px;
}

.registered-user-invo-details .style2 input.yellow_btn:hover,
.registered-user-invo-details .style2 input.yellow_btn:active,
.registered-user-invo-details .style2 input.yellow_btn:focus,
.registered-user-invo-details .inovice-grandtotal input#ctl00_contentplaceholder1_btncouponapply:hover {
  background: #b8b8b8;
  color: #fff;
  text-decoration: none;
  transition: all 0.4s linear 0s;
}

.registered-user-invo-details .erromessage {
  color: Red;
  padding: 5px;
}

.registered-user-invo-details #ctl00_ContentPlaceHolder1_GridViewinovicelist {
  margin-top: 20px;
}

.registered-user-invo-details #ctl00_ContentPlaceHolder1_lblfullname a {
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 8px;
  display: inline-block;
}

.registered-user-invo-details .cp1 {
  width: 40%;
}

.registered-user-invo-details .cp2 {
  width: 25%;
}

.registered-user-invo-details .cp3 {
  width: 16%;
}

.registered-user-invo-details tr.in-main-s>td {
  border: solid 1px rgb(232, 232, 232);
  margin-bottom: 30px;
  display: block;
  float: left;
  width: 100%;
  padding: 20px;
  background: #efefef;
  border-radius: 0;
  -moz-box-shadow: 3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow: 3px 3px 4px -2px rgba(121, 121, 121, 0.36);
}

.registered-user-invo-details table#ctl00_contentplaceholder1_GridViewinovicelist {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}

.registered-user-invo-details table#ctl00_contentplaceholder1_GridViewinovicelist tr:nth-child(1) {
  background: var(--secondary1-color);
}

.registered-user-invo-details .cap-details-cell-invc:first-child span:first-child {
  color: var(--secondary1-color);
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
}

.registered-user-invo-details th.cptions-hearder-invc-1 {
  padding-right: 30px;
}

.registered-user-invo-details span#ctl00_contentplaceholder1_lbltotalprice {
  font-size: 16px;
  font-weight: bold;
  color: var(--secondary1-color);
}

.registered-user-invo-details tr.in-main-s h4 {
  font-size: 15px;
  line-height: 30px;
  text-transform: capitalize;
  font-weight: 400;
}

.registered-user-invo-details .name-invoice {
  width: 45%;
  float: left;
  display: block;
  text-align: right;
  padding-right: 10px;
  max-width: 180px;
}

.registered-user-invo-details td.name-invoice label {
  float: right;
  margin-left: 10px;
  margin-right: 10px;
}

.registered-user-invo-details .result-invoice {
  width: 55%;
  float: left;
  min-width: 200px;
}

.registered-user-invo-details .inovice-details table {
  width: 100% !important;
}

.registered-user-invo-details .inovice-details table tr {
  width: 100% !important;
  float: left;
}

.clent-invoic tr td {
  font-family: "DroidArabicKufi", Arial !important;
  font-size: 16px;
}

.clent-invoic tr th {
  font-size: 16px;
}

.cont-form-wp-all li {
  margin: 0 !important;
  position: relative;
}

.cont-form-wp-all li span.field-validation-error {
  position: absolute;
  top: 2px;
  padding-left: 5px;
  left: auto;
  font-size: 14px !important;
}

.text-danger {
  color: #f00 !important;
}

.cont-form-wp-all {
  float: left;
}

ul.cont-form-wp-all .btn {
  margin-top: 30px;
  margin-bottom: 10px;
}

ul.cont-form-wp-all input {
  margin-bottom: 15px;
}

#at-reset-pswd .modal-header {
  position: relative;
}

#at-reset-pswd .modal-header .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  opacity: 1;
  text-shadow: none;
  color: #fff;
}

#at-reset-pswd .modal-content {
  float: left;
}

#at-reset-pswd .modal-body {
  float: left;
}

/*** Contact Us Page ***/
aside.contact-form ul li {
  list-style: none;
}

aside.contact-form ul li input#ctl00_contentplaceholder1_txtcountrycode {
  width: 20% !important;
  float: left;
  min-width: 30px;
}

aside.contact-form ul li input#ctl00_contentplaceholder1_txtPhone {
  width: 79%;
  float: left;
  margin-left: 1%;
}

aside.contact-form ul li label.control-label {
  width: 100%;
}

aside.contact-form ul li select {
  width: 100% !important;
}

aside.contact-form {
  width: 59%;
  float: left;
  min-width: 300px;
  padding-bottom: 30px;
  padding-top: 10px;
  background-color: rgb(239, 239, 239);
  border: 1px solid rgb(239, 239, 239);
  min-height: 300px;
  -moz-box-shadow: 3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow: 3px 3px 4px -2px rgba(121, 121, 121, 0.36);
}

aside.contact-form ul li label span {
  /* position: absolute; */
  /* margin-top: 3px; */
}

aside.contact-form ul li {
  margin: 0;
}

.agile_banner_bottom_grids {
  margin: 0em 0 0;
}

.agile_banner_bottom_grid {
  border: 1px solid #fa3d03;
  border-right: none;
  padding: 1em;
  position: relative;
}

.agile_banner_bottom_grid:nth-child(4) {
  border-right: 1px solid #fa3d03;
}

.agile_banner_bottom_grid_pos {
  position: absolute;
  bottom: -5%;
  left: 25%;
}

article.contact-info {
  width: 40%;
  float: left;
}

article.contact-info .w3_agile_contact_grid {
  margin-bottom: 30px;
  /* padding-left:0; */
}

.agile_contact_grid_left {
  background: var(--secondary2-color);
  text-align: center;
}

.agile_contact_grid_left i,
.agile_contact_grid_left em {
  font-size: 2em;
  color: #fff;
  line-height: 4.8em;
}

.agile_contact_grid_right {
  background: #efefef;
  padding: 1em;
}

.agile_contact_grid_right h2 {
  font-size: 1.5em;
  color: var(--secondary1-color);
  font-weight: 600;
  letter-spacing: 0;
}

.agile_contact_grid_right p {
  color: #000;
  line-height: 22px;
}

.agile_contact_grid_left,
.agile_contact_grid_right {
  min-height: 155px;
  -moz-box-shadow: 3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow: 3px 3px 4px -2px rgba(121, 121, 121, 0.36);
}

.agile_contact_grid_right p span {
  display: block;
}

.agile_contact_grid_right p a {
  color: var(--secondary1-color);
  text-decoration: underline;
}

.agileits_w3layouts_left {
  background: var(--secondary2-color) !important;
  height: 160px;
}

.agileits_w3layouts_right {
  background: #efefef !important;
}

.agileits_w3layouts_left1 {
  background: var(--secondary2-color) !important;
  height: 160px;
}

.agileits_w3layouts_right1 {
  background: #efefef !important;
}

.agile_contact_grid_right p a:hover {
  color: #212121;
}

/*** Contact Us Page End ***/

/*** Search Page ***/
.col-xs-12.col-sm-12.search-grid {
  margin-bottom: 30px;
}

.no-result {
  min-height: 460px;
}

/*** Search Page End ***/

/*Media Center*/
.center-media-main-lst h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none;
}

ul.grid-media {
  padding: 0;
}

.media-main img {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.media-main figure {
  border-radius: 4px;
  position: relative;
  border: 1px solid #dadada;
  overflow: hidden;
  min-height: 220px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.media-main h4 {
  text-align: center;
  color: #fff;
  margin-top: 20px;
  text-shadow: 0px 0px 1px #000;
}

.media-main a:hover figure {
  box-shadow: 1px 1px 10px #21478d;
  -webkit-box-shadow: 1px 1px 10px #21478d;
  -moz-box-shadow: 1px 1px 10px #21478d;
}

.media-main figcaption {
  text-align: center;
  height: 220px;
  position: absolute;
  margin: auto;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  top: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.media-main figcaption button {
  position: absolute;

  left: 0;

  top: 45%;

  right: 0;

  margin: auto;

  width: 130px;
}

.media-main a:hover figcaption {
  opacity: 1;
}

.media-center-main {
  background: rgba(64, 104, 176, 0);
  padding: 10px 0px;
  /* border-top: 1px solid #2d2f7d24; */
}

.media-center-main .team-grid a {
  background: var(--secondary2-color) url(../images/pattern-bg.png) center left;
  width: 100%;
  height: 180px;
  display: block;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}

.media-center-main .team-grid a:hover {
  box-shadow: 1px 1px 10px var(--primary-color);
  -webkit-box-shadow: 1px 1px 10px var(--primary-color);
  -moz-box-shadow: 1px 1px 10px #21478d;
}

.prop-info-w3ls h4 {
  color: #fff;
}

.media-center-wp h3 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
}

.prop-info-w3ls img {
  width: 80px;
}

.prop-info-w3ls {
  padding-top: 25px;
  display: inline-block;
}

.prop-info-w3ls h4 {
  font-weight: 600;
  color: #fff;
}

.media-center-main .team-grid a:hover .prop-info-w3ls img {
  width: 100px;
}

/*Media Center End*/

/*Photo Gallery*/
.img-box {
  text-align: center;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  height: 200px;
  overflow: hidden;
  background: #333;
}

.img-box figure img {
  width: 100%;
  height: auto;
}

.img-box:hover figure img {
  transform: scale(1.1);
  opacity: 0.5;
}

.img-box span img {
  width: 50%;
  height: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.mdl-video {
  background: #000;
}

.mdl-video .modal-body .btn {
  min-width: auto;
  position: absolute;
  right: -35px;
  top: 0;
}

.img-gal-main ul li {
  margin: 0 !important;
  margin-bottom: 30px !important;
}

/*Photo Gallery End*/

/*aboutsus*/

.container h1 label {
  font-size: 32px;
  margin-top: 15px;
}

.about-us-wrapper {
  padding: 0px 140px;
}

.about-us-wrapper .monogram img {
  width: 80px;
}

/*end aboutsus*/

.img-gal-main {
  min-height: 678px;
}

.container.faq {
  min-height: 678px;
}

.min-ht {
  min-height: 678px;
}

/*details page */

.cnt-radio {
  display: inline-block;
  position: relative;
  /* padding-left: 41px; */
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 300;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 80px;
  margin-right: 10px;
  float: left;
}

.size-select {
  float: left;
  display: block;
  min-height: 60px;
  min-width: 100px;
}

/* Hide the browser's default radio button */
.cnt-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

span.quantity {
  display: block;
  font-size: 14px;
  margin: 15px 15px 2px 0px;
  padding-top: 15px;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 43px;
  font-size: 15px;
  width: 100px;
  padding-top: 14%;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ebebeb;
}

label.cnt-radio.size-radio {
  margin-right: 36px;
}

/* On mouse-over, add a grey background color */
.cnt-radio:hover input~.checkmark {
  background-color: #dadada;
}

/* When the radio button is checked, add a blue background */
.cnt-radio input:checked~.checkmark {
  background-color: #ffebeb;
  border: 1px solid #951f1f;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.cnt-radio input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.cnt-radio .checkmark:after {
  top: 9px;
  left: 9px;
  border-radius: 50%;
  background: white;
}

/*Details page radioend*/

.nav>li>a,
.copywrite p,
.copywrite a,
.social,
footer h5,
.footer-links ul li a,
.sign-in a,
.cart-icon a {
  color: var(--navcolor);
}

.warning_note p {
  color: var(--navcolor);
}

.plr0 h3 {
  padding-top: 10px;
}

span.cart-icon {
  margin-right: -7px;
}

div#CurrenciesId {
  display: block;
}

span.badge {
  margin-right: -8px;
}

.cpm-d-2 {
  float: right;
  width: 180px;
  height: 40px;
}

input#btnApplyCoupon {
  margin-top: 0px;
  width: 100%;
  float: left;
  height: 40px;
}

.cpm-d-1 {
  float: right;
  width: 180px;
  margin-right: 15px;
}

.price_details2.pull-right .price_p {
  width: unset !important;
  float: right !important;
}

.cpm-d-1 {
  float: right;
  width: 180px;
  margin-right: 0;
  margin-left: 15px;
}

.cout-in {
  float: right;
  width: 100%;
  margin-bottom: 15px;
}

.cpm-d-2 {
  float: RIGHT;
  margin-left: 15px;
}

.cpm-d-2 .btn {
  min-width: 180px;
}

input#coupon_code {
  margin-top: 0px;
}

.sec-inner-slider {
  margin-top: 125px;
}

.order-category-menu #order-category-menu {
  text-align: left;
}

.browse-collections .checkbox input[type="checkbox"] {
  margin-left: 0px !important;
}

.product-list .list-group {
  padding-left: 0;
  margin-bottom: 20px;
  max-width: 100%;
  padding: 0px 30px 15px;
  background-color: #fff;
  margin-top: 30px;
  border: 2px solid #e1e1e1;
}

.mob-category {
  display: none;
}

/****************************media-screen*******************************************/

@media (min-width: 1680px) {
  .container {
    width: 1570px;
  }
}

@media (max-width: 1680px) {
  .login_wrapper_outside {
    width: 70%;
  }

  .footer-links ul li {
    padding: 0% 2%;
  }

  section.banner-section {
    height: 786px;
    overflow: hidden;
  }

  .footer-links ul li a {
    font-size: 15px;
  }

  .container {
    width: 1440px;
  }
}

@media (max-width: 1680px) {
  .container {
    width: 1366px;
  }
}

@media (max-width: 1500) {
  section.banner-section {
    height: 700px;
    overflow: hidden;
  }
}

@media (max-width: 1420) {
  section.banner-section {
    height: 684px;
    overflow: hidden;
  }
}

@media (max-width: 1366px) {
  .carousel-caption {
    left: 3%;
    top: 26%;
  }

  .container {
    width: 1280px;
  }

  section.banner-section {
    height: 660px;
    overflow: hidden;
  }

  /* div#header_cartdetail {
    left: 0px;
  } */
}

/*col-lg*/
@media (max-width: 1280px) {
  .carousel-caption h1 {
    font-size: 46px;
    line-height: 40px;
  }

  .carousel-caption {
    width: 400px;
  }

  .carousel-caption p {
    padding: 0;
    font-size: 16px;
    line-height: normal;
  }

  .btn-group-lg>.btn,
  .btn-lg {
    min-width: 180px;
  }

  .shrink .navbar-nav>li>a {
    padding: 4px 15px;
  }

  .login_wrapper_outside {
    width: 80%;
  }

  .login_wrapper_outside.otp_wrapper_outside {
    width: 50%;
  }

  .newsletter p {
    width: 90%;
  }

  .footer-links ul li {
    padding: 0% 1%;
  }

  section.banner-section {
    height: 628px;
    overflow: hidden;
  }
}

@media (max-width: 1024px) {
  section.banner-section {
    height: 532px;
    overflow: hidden;
  }

  .container {
    width: 996px;
  }

  .header-right>div {
    margin-left: 15px;
  }

  .nav>li>a {
    padding: 10px 20px;
    margin-top: 0;
    padding-top: 8px;
  }

  .footer-links h5,
  .footer-links h3 {
    font-size: 13px;
  }
}

/*col-md*/
@media (max-width: 992px) {
  .navbar-brand>img {
    width: 127px;
  }

  .navbar {
    min-height: inherit;
  }

  .container {
    width: 94%;
  }

  .nav>li>a {
    padding: 4px 20px 13px;
  }

  .spinner img {
    width: 350px;
  }

  div#owl-demo img {
    width: 110%;
  }

  .navbar.shrink .logo-fixed img {
    width: 40px;
    height: 40px;
  }

  .login_wrapper_outside {
    width: 100%;
  }

  .login_wrapper_outside.otp_wrapper_outside {
    width: 60%;
  }

  .header-right {
    position: absolute;
    right: 0px;
    top: 12px;
  }

  .header-right>div {
    display: inline-block;
    margin-left: 8px;
  }

  .nav>li>a {
    padding: 4px 10px 13px;
  }

  section.banner-section {
    height: 465px;
    overflow: hidden;
    margin-top: -15px;
  }

  .best-collection .col-lg-4.col-md-4.col-sm-12.col-xs-12 {
    padding: 15px;
  }

  .shrink .navbar-nav>li>a {
    padding: 4px 10px;
  }

  select#phonecode {
    width: 50%;
  }
}

@media (max-width: 800px) {
  .footer-links ul li a {
    font-size: 10px;
  }
}

@media only screen and (max-width: 800px) and (min-width: 768px) {
  .navbar-brand>img {
    width: 127px;
    /* margin-left: 30%; */
  }

  .agile_contact_grid_right p {
    color: #000;
    line-height: 1em;
  }

  ul.cont-form-wp-all input {
    margin-bottom: 15px;
  }

  ul.cont-form-wp-all .btn {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .product-list .container {
    margin: 0px;
    padding: 0px;
    width: 100%;
  }

  .order-category-menu .col-xs-12.col-sm-12.col-md-9.col-lg-9.plr0 {
    width: 75%;
  }

  #category-menu {
    padding: 15px;
  }

  #category-menu ul li a {
    padding-left: 0px;
  }

  .parent.childitem.spacechild1 a {
    padding-left: 15px !important;
  }

  .right1 {
    text-align: left;
    width: 94%;
    margin: 0px auto;
  }

  ul.ul-category li a {
    margin-left: 20px;
  }
}

/*col-sm*/
@media (max-width: 767px) {
  .navbar {
    padding: 20px 0px;
  }

  .navbar-fixed-top {
    border-bottom:solid 1px #ddd ;
  }

  /* .navbar-brand > img {
            margin-top:40px;
        } */

  .hamburger {
    display: block;
  }


#pageContentArea {
  padding-top:60px;
}

#pageContentArea.home {
  padding-top: 0px !important;
}

  .header-right {
    top: 6px;
    right: 0;
  }

  div#owl-demo img {
    width: 114%;
  }

  .carousel-caption {
    width: 97%;
    top: 20%;
  }

  .carousel-caption h1 {
    font-size: 44px;
  }

  /*.btn-group-lg>.btn, .btn-lg { min-width: 110px; padding: 10px 20px;}*/
  .search-popup {
    display: block;
  }

  .col-lg-3.col-md-3.col-sm-3.col-xs-6.plr-new-arrivals {
    padding: 5px;
  }

  .col-lg-3.col-md-3.col-sm-3.col-xs-6.p-new-collection {
    padding: 5px;
  }

  .navbar.shrink {
    -webkit-transform: translate(0, -44px);
    -moz-transform: translate(0, -44px);
    -o-transform: translate(0, -44px);
    transform: translate(0, -44px);
    min-height: inherit;
    position: fixed !important;
    top: 0px !important;
  }

  .signup-agileinfo,
  .signin-agile {
    width: 100%;
  }

  .signup-agileinfo {
    padding: 15px;
  }

  .main-slide {
    display: none;
  }

  .res-slide {
    display: block;
  }

  /* div#header_cartdetail {
    left: 80px;
  } */

  .nav>li>a:hover {
    text-decoration: none;
    color: #474747;
    background: var(--secondary2-color);
    border-top: none;
  }

  .nav>li>a.active {
    text-decoration: none;
    color: #474747;
    background: var(--secondary2-color);
    border-top: none;
  }

  .product-list-item p {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #222222;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 40px;
    max-height: 40px;
  }

  article.contact-info {
    width: 100%;
  }

  aside.contact-form {
    width: 100%;
  }

  article.contact-info .w3_agile_contact_grid {
    margin-bottom: 30px;
    /* padding-left:8px; */
    width: 100%;
  }

  .cap-pro-name h5 a {
    margin-left: 0px;
  }

  .cap-pro-desc span {
    margin-left: 0px;
  }

  .price_p {
    width: 100%;
  }

  .shipping-invo-wp-main1 {
    margin-top: 10px;
  }

  .sign-in-mob {
    display: block !important;
  }

  .plr0_mob {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .new-arrivals-item img,
  .new-collection-item img,
  .product-list-item img {
    max-width: 100%;
    height: auto;
  }

  .new-arrivals-item h2,
  .new-collection-item h2,
  .product-list-item h2 {
    height: 38px;
  }

  .new-arrivals h2 {
    font-size: 25px;
  }

  .new-arrivals-item h2 del,
  .new-collection-item h2 del,
  .product-list-item h2 del {
    width: 100%;
  }

  .footer-links ul li a {
    font-size: 18px;
  }

  .footer-links h5,
  .footer-links h3 {
    font-size: 18px;
  }

  .plr-new-arrivals {
    padding: 8px 8px;
  }

  .container {
    width: 98%;
  }

  .col-lg-3.col-md-3.col-sm-6.col-xs-6.p-new-collection {
    padding: 8px 8px;
  }

  .header-left {
    left: 30px;
  }

  div#navbar {
    display: none;
  }

  .header-right {
    top: 10px;
  }

  #category-menu ul li a {
    padding-left: 0;
  }
}

@media (max-width: 680px) {
  .navbar-brand>img {
    margin-top: 0px;
  }

  .new-collection h2 {
    padding-top: 0px;
  }

  /* .navbar-brand > img {
            margin-top: 50px;
        } */
  section.container-body h1 {
    font-size: 22px;
    /* padding-left: 8px; */
  }

  .subpage-wrapper {
    width: 90%;
    float: left;
    margin: 0 5%;
  }

  .cpm-d-2 {
    float: right;
    width: 140px;
    height: 40px;
  }

  .cpm-d-1 {
    float: right;
    width: 140px;
    margin-right: 0;
    margin-left: 15px;
  }

  .cpm-d-2 .btn {
    min-width: 140px;
  }
}

@media (max-width: 560px) {
  .carousel-caption h1 {
    font-size: 24px;
    line-height: 24px;
  }

  .carousel-caption {
    width: 97%;
    top: 10px;
  }

  .carousel-caption p {
    /* font-size: 12px; */
    margin-bottom: 2px;
  }

  .owl-item.loading {
    min-height: 110px !important;
  }

  .navbar-brand>img {
    width: 105px;
    padding-top: 10px;
  }

  .navbar {
    padding: 5px 0px;
  }

  section.banner-section {
    padding-top: 83px;
    margin-top: 0px;
    width: 100%;
    height: auto;
  }

  .navbar-collapse {
    display: block;
  }

  ul.nav.navbar-nav {
    display: none;
  }

  .logo-fixed img {
    width: 20%;
    height: auto;
  }

  div#navbar {
    display: none;
    float: none;
    border: 0;
    margin: 0;
    padding: 0;
  }

  div#header-container {
    text-align: center;
  }

  .header-right {
    top: 20px;
    left: 0;
  }

  .mob-logo {
    top: 20px;
    display: block;
  }

  .header-right .sign-in {
    display: none;
  }

  .search-popup ul.nav.navbar-nav {
    display: block;
    position: absolute;
    top: 9px;
    right: 68px;
  }

  section.log-sec-main {
    /* background: url('../images/bg-log.jpg') no-repeat;*/
    width: 100%;
    height: auto;
    background: var(--main-body-color);
    float: left;
  }

  footer h3 {
    float: left;
  }

  .footer-links ul li a img {
    float: left;
  }

  .copywrite a {
    display: block;
  }

  img.copy-right-img {
    height: 35px;
  }

  .search-button .navbar .nav-collapse .navbar-form {
    width: 100%;
  }

  .search-button .navbar-inverse div#nav-collapse3 {
    top: 100%;
  }

  .search-button .navbar-inverse div#nav-collapse3 input.form-control {
    height: 60px;
  }

  .search-button .navbar .nav-collapse .navbar-form input.serch-bt {
    height: 60px;
  }

  .navbar-collapse {
    box-shadow: inherit;
  }

  .owl-theme .owl-controls .owl-page span {
    width: 10px !important;
    height: 10px !important;
  }

  .header-right>div.mobile-navigation {
    display: block;
  }

  .navbar-brand>img {
    padding-top: 10px;
    float: left;
    margin-left: 11%;
    margin-bottom: 10px;
  }

  .header-right>div {
    margin-left: 10px;
  }

  .navbar-toggle {
    display: none;
  }

  .container-fluid>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container>.navbar-header {
    margin: 0;
  }

  .footer-left {
    width: 100%;
    text-align: center;
  }

  .footer-left p {
    float: none;
  }

  .footer-right {
    width: 100%;
    text-align: center;
  }

  .footer-bottom {
    margin-top: 0px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }

  .footer-links {
    margin-top: 13px;
  }

  .footer h5 {
    font-size: 16px;
  }

  .owl-pagination {
    bottom: -34px !important;
  }

  .navbar-header {
    display: none;
  }

  html,
  body {
    width: 100% !important;
    height: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
    overflow-x: hidden !important;
    background: none !important;
    overflow-y: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
  }

  .new-collection-item {
    height: 325px;
  }

  .navbar-brand>img {
    margin-top: 0px;
  }

  .new-arrivals h1,
  .new-collection h1,
  .best-sellers-title {
    font-size: 24px !important;
  }

  .new-collection h2 {
    padding-top: 18px;
    font-size: 20px;
  }

  .new-arrivals-item h2,
  .new-collection-item h2,
  .new-collection .new-collection-item h2 {
    font-size: 16px;
    color: #000;
    margin-top: 10px;
    min-height: 36px;
  }

  .new-collection-item h2,
  .new-collection .new-collection-item h2 {
    margin: 0px;
    padding-top: 0px;
  }

  .new-arrivals {
    padding-bottom: 0px;
  }

  .plr0 h3 {
    padding-left: 5px;
  }

  div#CurrenciesId {
    display: block;
    position: absolute;
    right: 0;
    top: 22px;
  }

  select#ddlCurrencyDropDown {
    margin-left: -31px;
    height: 24px;
  }

  .header-right>div {
    margin-left: 10px;
    margin-right: 10px;
  }

  #category-menu {
    display: none;
  }
}

/*col-xs*/

@media (max-width: 500px) {

  .new-arrivals h1,
  .new-collection h1,
  .best-sellers-title {
    font-size: 24px;
  }

  .newsletter p {
    width: 100%;
  }

  #sidebar-wrapper,
  .sidebar-nav li {
    background: var(--primary-color);
  }

  /* .sidebar-nav li:hover {
    background: #000;
    border-top: none;
  } */

  /* .hidden-xs{display: none;}*/
  .product-list-item {
    margin-top: 10px;
    height: 360px;
  }

  .plr-product-list {
    padding-left: 5px;
    padding-right: 5px;
  }

  div.banner-section {
    padding-top: 85px;
  }

  .login_wrapper_outside {
    width: 100%;
  }

  .singup-wrapper ul {
    padding: 0px;
  }

  .shipping-cart-pc {
    display: none;
  }

  .shipping-cart-mob {
    display: block;
  }

  .titl-det-2 {
    display: block;
    text-align: left;
  }

  .titl-det-1 {
    display: block;
  }

  .detail-top {
    margin-top: 0px;
  }

  .color-sec select.form-control {
    width: 100%;
    border-radius: 1px !important;
  }

  .shipping-cart-main-wp .smpl-shpng-crt .btn {
    width: 150px;
    font-size: 13px;
  }

  .shipping-cart-main-wp input#ctl00_contentplaceholder1_Button1 {
    padding: 10px 0;
    background-color: rgb(255, 255, 255);
    border: 1px solid var(--secondary1-color);
    font-size: 12px;
    color: var(--secondary1-color);
    width: 185px;
    float: right;
  }

  .shipping-cart-main-wp table#shopingcartheader tr.cptions-st1 th {
    background: var(--secondary1-color);
    padding: 5px 30px;
    color: #fff !important;
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
  }

  .shipping-cart-main-wp .txtsd {
    width: 21%;
  }

  .shipping-cart-main-wp .lblpr {
    font-size: 18px;
    color: var(--secondary1-color);
    margin-top: 0px;
  }

  .shipping-cart-main-wp table#shopingcartheader tr td {
    padding: 10px 10px;
    background: #efefef;
    font-size: 13px;
  }

  .shipping-cart-main-wp div {
    margin: 0px;
    padding: 0px;
    position: relative;
  }

  .cap-pro-image.mob {
    float: left;
    min-height: 140px;
  }

  .cap-pro-image.mob {
    float: left;
    min-height: 140px;
  }

  img#imgMain {
    width: 100px !important;
    min-height: 129px;
  }

  .btn.btn-default.idem-btn {
    min-width: 65px !important;
    padding: 6px !important;
    float: left !important;
    font-size: 13px;
  }

  input.btn.btn-default.mob {
    width: 100%;
    margin: 5px 0px 10px 0px;
  }

  .sc-qty-box {
    max-width: 45px;
    min-height: 23px;
    border: 1px solid #cccccc;
    padding: 5px 10px;
    margin-left: 5px;
    margin-top: 11px;
    font-size: 16px;
    background: #fff;
  }

  .shipping-cart-mob h4,
  .shipping-detail-mob h4 {
    font-weight: 800;
    font-size: 14px;
    width: 100%;
    padding: 0px;
    color: #000;
  }

  .bc-item-content h2 {
    font-size: 20px;
    color: #fff;
  }

  .bc-item-content {
    position: absolute;
    top: 25%;
    text-align: center;
    width: 100%;
  }

  .footer-links ul li {
    margin: 6px 0px;
    display: block;
    padding: 2% 0%;
  }

  .btn-group-lg>.btn,
  .btn-lg {
    min-width: 140px;
  }

  .btn-group-lg>.btn,
  .btn-lg {
    font-size: 12px;
    line-height: 1.3333333;
  }

  .btn-default {}

  .carousel-caption p {
    margin: 4px 0px;
  }

  .carousel-caption h2 {
    margin: 7px 0px 0px 0px;
  }

  .best-collection-item:nth-child(2) {
    margin: 15px 0px;
  }

  .price_details2 ul.grid-pricing {
    width: auto;
  }

  .cap-pro-image img {
    width: 100% !important;
  }

  .cap-pro-image {
    float: left;
  }

  input#quantity {
    width: 36px !important;
    text-align: center;
    padding: 0px 4px;
    border: 1px solid var(--secondary1-color);
  }

  .modal-open .navbar-fixed-top,
  .modal-open .navbar-fixed-bottom {
    display: none;
  }

  ::-webkit-scrollbar {
    display: none;
  }

  ::-webkit-scrollbar-thumb {
    display: none;
  }

  ::-webkit-scrollbar-thumb:hover {
    display: none;
  }

  ::selection {
    display: none;
  }

  .col-lg-3.col-md-3.col-sm-3.col-xs-6.plr-new-arrivals {
    padding: 0px;
  }

  .btn-group-lg>.btn,
  .btn-lg {
    padding: 8px 10px;
  }

  .btn-default {
    min-height: 30px;
  }

  span.quantity {
    margin: 0px 15px 2px 0px;
    padding-top: 0px;
  }

  .registered-user-invo-details .inovice-profile {
    width: 50%;
    text-align: center;
    float: left;
  }

  .registered-user-invo-details .inovice-profile img {
    float: inherit;
    margin-left: auto;
    text-align: center;
    width: 122px;
  }

  .registered-user-invo-details .status {
    width: 50%;
    font-size: 12px;
    text-align: left;
    margin-top: 15px;
  }

  .registered-user-invo-details .inovice-details {
    width: 100%;
    font-size: 12px;
    line-height: 24px;
  }

  .registered-user-invo-details .name-invoice {
    width: 50%;
    float: left !important;
    display: block;
    text-align: right;
    padding-right: 10px;
    max-width: 180px;
  }

  .registered-user-invo-details .cap-details-cell-invc:first-child span:first-child {
    color: #d2b669;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
  }

  .registered-user-invo-details .cap-details {
    font-size: 11px !important;
    background: #fff;
  }

  .registered-user-invo-details tr.invoice-details-hed th {
    padding: 20px 10px;
    border: 0;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffff !important;
  }

  .registered-user-invo-details td.inovice-grandtotal strong {
    font-size: 12px;
    line-height: 33px;
    font-family: "Forza-thin";
    padding-right: 7px;
    color: #000;
  }


  .registered-user-invo-details td.inovice-grandtotal {
    font-size: 15px;
    text-align: right;
    color: #ab9557;
    line-height: 31px;
    float: right;
    margin-top: 10px;
  }

  .registered-user-invo-details span#ctl00_contentplaceholder1_lbltotalprice {
    font-size: 16px;
    font-weight: bold;
    color: #b19854;
  }

  .registered-user-invo-details tr.in-main-s h4 {
    font-size: 13px;
    line-height: 24px;
    text-transform: capitalize;
  }

  .registered-user-invo-details .result-invoice {
    width: 50%;
    float: left;
    min-width: 0;
  }

  .registered-user-invo-details .cptions-hearder-invc-1 {
    width: auto;
    padding: 20px 10px;
    vertical-align: top;
    text-align: right;
    color: #ffffff;
    text-transform: uppercase;
  }

  .cart-price {
    color: #e22739;
    font-weight: 700px;
    font-size: 18px;
    margin-left: 30px;
  }

  input.btn.btn-default.idem-btn:nth-child(1) {
    margin-left: 30px;
  }

  .cap-details1 input#quantity {
    margin-left: 20%;
  }

  .cap-pro-name h5 a,
  .cap-pro-desc span {
    margin-left: 30px;
  }

  .col-lg-3.col-md-3.col-sm-3.col-xs-12.team-grid {
    margin-bottom: 30px;
  }

  .new-arrivals-item p,
  .new-collection-item p {
    font-size: 14px;
    /* line-height: 22px;
    font-weight: 400;
    color: #222222;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 42px;
    max-height: 42px; */
  }

  .breadcrumb1.container {
    padding: 0px 10px;
  }

  div#ctl00_topBreadCrumbs {
    padding: 0px;
    margin-bottom: 15px;
    margin-top: 30px;
  }

  .hidden-xs.col-sm-12.col-md-12.col-lg-12.plr0 {
    width: 100%;
  }

  .btn-login {
    border: solid 1px #ebebeb;
    text-align: center;
    width: 100%;
    padding: 14px 16px !important;
    min-height: 50px !important;
  }

  span#couponerror {
    color: #f00;
    position: absolute;
    left: 36%;
    font-size: 14px !important;
  }

  .edit-shp-main.shippingadd-wp-ship-all {
    padding-left: 0px;
  }

  .innerdoc_wrapper,
  .container.faq,
  .img-gal-main {
    min-height: auto;
  }


  input#coupon_code,
  input#btnApplyCoupon {
    margin-top: 0px;
  }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    height: 0px !important;
  }

  section.banner-section {
    height: 280px;
    overflow: hidden;
  }

  span#payment_method-error {
    background: yellow;
    padding: 7px;
    display: block;
    width: 100%;
  }

  ul.cont-form-wp-all input {
    margin-bottom: 15px;
  }

  .signin-agile2 .not-found-image {
    width: 100% !important;
    height: auto !important;
  }

  .order-category-menu {}

  div#order-category-menu {
    display: none;
  }

  .mob-category {
    display: block;
  }

  .mob-category {
    text-align: left;
    float: left;
  }

  .sort-by-text,
  .category-by-text {
    min-width: 115px;
    text-align: left;
    float: left;
    margin: 8px 0px;
    padding: 4px 4px;
  }

  select#selectBox,
  select#categorylist {
    margin: 8px 0px;
    padding: 4px 4px;
    min-width: 198px;
  }

  #order-category-menu {
    order: 1;
  }

  .sign-in-mob i {
    margin-left: 6px;
  }

  .agile_contact_grid_left,
  .agile_contact_grid_right {
    min-height: 160px;
  }

  .login_wrapper_outside.otp_wrapper_outside {
    width: 100%;
  }
}

@media (max-width: 380px) {
  /* div#header_cartdetail {
    left: 34px;
  } */

  .carousel-caption h2 {
    margin: 10px 0px 0px 0px;
  }

  section.banner-section {
    height: 270px;
    overflow: hidden;
  }

  .header-right>div {
    margin-left: 5px;
  }

  .cap-pro-name h5 a,
  .cap-pro-desc span {
    margin-left: 40px;
  }

  .cap-pro-name h5 a {
    font-size: 16px;
  }

  .cart-price {
    margin-left: 40px;
  }

  input.btn.btn-default.idem-btn:nth-child(1) {
    margin-left: 40px;
  }
}

@media (max-width: 360px) {}

@media (max-width: 320px) {
  .carousel-caption {
    width: 97%;
    margin: 0px auto;
  }

  /* div#header_cartdetail {
    left: -6px;
  } */
}

.add-to-bag-no-stock {
  background-color: #cccccc !important;
  color: #878787 !important;
  min-height: 44px;
  border: 1px solid #878787;
  padding: 10px 20px;
  margin-right: 10px;
  font-size: 16px;
  color: #878787;
  margin-top: -3px;
  min-width: 150px;
  font-weight: 400;
  cursor: not-allowed;
}

@media (min-width: 400px) and (max-width: 560px) {
  .navbar-brand>img {
    width: 190px;
  }
}

@media (max-width: 1200px) {
  .navbar-header {
    display: none;
  }

  .mob-logo {
    display: block;
  }

  .mob-header-menu-sec {
    /* display: flex; */
    width: 100%;
    position: inherit;
    top: 0;
  }

  div#CurrenciesId {
    position: inherit;
    right: auto;
    top: 0;
    float: right;
  }

  .navbar-brand.mob-logo img {
    width: 160px;
    /* margin: 0 auto; */
    float: inherit;
    height: auto;
    padding-top: 10px;
  }

  .mob-header-icon-sec {
    padding: 0px;
    margin: 0px 12px !important;
  }

  .mob-header-icon-sec-ar:first-child {
    margin-left: 12px !important;
  }

  .mob-header-icon-sec:first-child {
    margin-left: 0px !important;
  }

  .mob-header-icon-sec#CurrenciesId {
    margin-right: 0px !important;
  }

  .sign-in-mob a i {
    font-size: 20px;
  }

  .navbar-toggle {
    display: none;
  }

  .hamburger {
    display: block;
  }

  .sign-in-mob {
    display: block !important;
  }

  .header-right .sign-in {
    display: none;
  }

  #header-container {
    width: 100%;
  }

  .navbar.shrink a.navbar-brand img {
    transition: inherit;
    width: 90px;
    height: auto;
  }

  .shrink .navbar-collapse {
    padding-top: 0px;
    height: 55px !important;
  }

  .navbar.shrink {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
    min-height: inherit;
  }

  /* .hamburger.is-open {
        right: 12px !important;
        left: auto;
        top: 13px !important;
    } */

  /* .mob-header-icon-sec#CurrenciesId{
        margin: 0px!important;
    } */
}

@media (min-width: 1201px) and (max-width: 1550px) {
  .navbar-brand>img {
    height: 58px;
  }
}

/* .logo-side-main img.img-sidebar-logo{
    margin-left: 25px;
}  */
@media (max-width: 680px) {
  .subpage-wrapper-sec {
    width: 100%;
    float: inherit;
    margin: 0 0%;
  }

  /* article.contact-info .w3_agile_contact_grid {
        padding-left: 15px;
    } */
}

@media (max-width: 991px) {
  .header-right .sign-in {
    display: none;
  }

  .navbar-header .social-media {
    display: none;
  }
}

@media (max-width: 560px) {
  .product-model-no {
    padding-left: 0px !important;
  }

  .product-stack {
    padding-left: 0px !important;
  }
}

@media (max-width: 520px) {
  .size-select .checkmark {
    width: 70px;
  }

  .size-select label.cnt-radio.size-radio {
    margin-right: 0px;
  }
}

.add-to-bag-no-stock {
  background-color: #cccccc !important;
  color: #878787 !important;
  min-height: 44px;
  border: 1px solid #878787;
  padding: 10px 20px;
  margin-right: 10px;
  font-size: 16px;
  color: #878787;
  margin-top: -3px;
  min-width: 150px;
  font-weight: 400;
  cursor: not-allowed;
}

.modal.in {
  background: rgba(51, 51, 51, 0.52) !important;
}

.modal-backdrop.fade {
  display: none;
}

@media (min-width: 991px) and (max-width: 1200px) {
  .mob-header-menu-sec {
    right: 0px;
  }
}

@media (min-width: 1200px) and (max-width: 1280px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  div.banner-section {
    padding-top: 190px;
  }
}

@media (max-width: 768px) {
  .subpage-wrapper {
    width: 100%;
    margin: 0px;
  }

  .product-title-name {
    font-size: 20px;
  }

  .brand-content {
    font-size: 16px;
  }

  .mob-header-icon-sec#CurrenciesId {
    display: none;
  }

  .mob-header-menu-sec {
    position: absolute;
    right: 0px;
    top: 16px;
  }

  .mob-header-icon-sec {
    float: right !important;
  }

  .navbar-brand.mob-logo img {
    margin-left: 10%;
    margin-bottom: 10px;
  }
}

@media (max-width: 1200px) {
  .container {
    width: 100%;
  }

  .singup-wrapper .col-md-12 {
    width: 100%;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  section.banner-section {
    padding-top: 98px;
  }
}

@media (max-width: 600px) {
  .desk-res-btn-top {
    display: block;
    margin-top: 10px;
    margin-bottom: 25px;
  }

  .mob-res-btn-top {
    display: none;
  }
}

@media (min-width: 600px) {
  .desk-res-btn-top {
    display: none;
  }
}

/* Payment Gateway Start */

.frame-pmt {
  display: flex !important;
  justify-content: center !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
  margin: 60px auto !important;
  padding: 0px 15px;
}

.frame-failure h1 {
  color: #e71f1f;
  margin-bottom: 0px;
  line-height: normal;
}

.frame-failure-message-box {
  margin: 20px auto !important;
  border: solid 1px #e71f1f !important;
  background: #e71f1f1c !important;
  padding: 20px;
}

.frame-failture-box {
  min-width: 400px;
}

.frame-success h1 {
  color: #119647;
  margin-bottom: 0px;
  line-height: normal;
}

.frame-success-message-box {
  margin: 20px auto 0px !important;
  border: solid 1px #119647 !important;
  background: #11964730 !important;
  padding: 20px;
}

.successfull-masg {
  color: #119647;
  font-size: 20px;
  margin-bottom: 10px;
}

.frame-success-message-box li {
  margin-bottom: 5px;
}

#divpaymenttext a,
#divtext a {
  color: #000 !important;
  font-size: 16px !important;
}

.nw-btn {
  margin-top: 20px;
}

/* Payment Gateway End */

/*
.apple-pay-btn{
    width: 170px;
    height: 45px;
    border-radius: 3px;
    padding: 0px;
    box-sizing: border-box;
}*/

.apple-btn-holder {
  clear: both;
  display: block;
  width: 100%;
  text-align: right;
  padding: 0px 20px;
}

apple-pay-button,
.apple-pay-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.payment-option-tabs .payment-box h2 span.field-validation-error {
  width: 100%;
  display: block;
  color: red !important;
  font-size: 14px !important;
  font-family: "Neo Sans Arabic Regular";
  text-transform: capitalize;
  text-align: center;
  position: relative;
  top: 0px;
  left: 0px;
}

span#amount_id-error,
span#amnt_id-error {
  width: 100%;
  display: block;
  color: red !important;
  font-size: 14px !important;
  font-family: "Neo Sans Arabic Regular";
  text-transform: capitalize;
  text-align: center;
  position: absolute;
  top: -50px;
  left: 0px;
}

.frame-warning h1 {
  color: orange;
  margin-bottom: 0px;
  line-height: normal;
}

.frame-warning-message-box {
  margin: 20px auto 0px !important;
  border: solid 1px #ffb900 !important;
  background: #ffa5393d !important;
  padding: 20px;
}

.warning-masg {
  color: #ffa500;
  font-size: 20px;
  margin-bottom: 10px;
}

.btn-warning-process {
  background: orange !important;
  margin: 5px 0px;
  color: #fff !important;
}

.btn-warning-process:hover {
  background: #e29507 !important;
  border-color: #e29507 !important;
}

.btn-success-sec {
  background: #119647 !important;
  margin: 5px 0px;
  color: #fff !important;
}

.btn-success-sec:hover {
  background: #067c36 !important;
}

.btn-error-sec {
  background: #d75a4a !important;
  color: #fff !important;
  margin: 5px 0px;
}

.btn-error-sec:hover {
  background: #c54c3d !important;
}

.btn-success-sec:focus {
  box-shadow: none !important;
}

.btn-warning-process:focus {
  box-shadow: none !important;
}

.btn-error-sec:focus {
  box-shadow: none !important;
}

.overflow-anywhere {
  overflow-wrap: anywhere;
}

.payment-error-page-sec-box {
  background: #ff00001c;
  padding: 20px 15px !important;
  border: 1px solid #f90f0f9e;
}

@media (max-width: 680px) {
  .frame-pmt h1 {
    font-size: 28px;
  }

  .frame-failture-box {
    min-width: auto;
  }
}

.mobile-payment-success h4 {
  font-size: 22px;
}

.mobile-payment-success h1 {
  color: #119647;
}

.mobile-payment-frame {
  display: flex !important;
  justify-content: center !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
  margin: 60px auto !important;
  padding: 0px 15px;
}

.mobile-payment-success .order-box {
  border: 1px solid #1b954d;
  margin: 10px auto;
  padding: 10px;
  background: #34ff8717;
}

.mobile-payemnt-box .order-box {
  border: 1px solid #e71f1f;
  margin: 10px auto;
  padding: 20px;
  background: #e71f1f1f;
}

@media (max-width: 768px) {
  .mobile-payment-success h1 {
    font-size: 28px;
  }

  .mobile-payment-failed h1 {
    font-size: 24px;
  }
}

.mobile-payment-failed h1 {
  color: #e71f1f;
}

.order-box {
  padding: 15px;
}

.order-box li label {
  display: inline-block;
}

.order-box li b {
  font-weight: 400;
}


/********************** Start Media center ****************/
ul.media-gal li {
  margin: 0px !important;
  margin-bottom: 15px !important;
}

.margin-0 {
  margin: 0px !important;
}

.min-ht .margin-0 {
  margin-bottom: 12px !important;
}

.media-gal a:hover .media-img {
  width: 43%;
}

.media-center-main-links {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
}

.media-gal a:hover .media-box {
  background: #f08794 url(../images/ser-texture.png);
}

.media-gal a:hover h3 {
  left: 0;
}

.media-box {
  width: 100%;
  min-height: 250px;
  /* background: #f0576c url(../images/ser-texture.png); */
  background: var(--primary-color) url(../images/ser-texture.png);
  position: relative;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  overflow: hidden;
}

.media-box h3 {
  top: 15px;
  left: -100%;
  color: #fff;
  text-align: center !important;
  margin-top: 22px;
  z-index: 90;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.media-box h3:before {
  width: 130%;
  background: #fff;
  left: -15%;
}

.media-img {
  width: 100%;
  text-align: center;
  /* width: 40%;
  position: absolute;
  top: 50%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s; */
}

.media-img img {
  width: 120px;
  margin-top: 20px;
}

.photo-gallery {
  margin-top: 30px;
  /* width: 100%; */
}

.photo-gallery a:hover figcaption {
  bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

/* .photo-gallery a:hover .img-box {
  -webkit-box-shadow: 4px 6px 38px -13px #595959;
  box-shadow: 4px 6px 38px -13px #595959;
} */

.photo-gallery a:hover .img-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}

ul.photo-gallery li.col-md-4.col-sm-4.col-xs-12 {
  width: 33.3%;
  float: right;
}

.img-cnt1 {
  width: 100%;
  float: left;
  overflow: hidden;
}

.img-cnt2 {
  width: 100%;
  float: left;
  padding: 10px 15px;
  position: relative;
}

.img-cnt2 h4 {
  color: #f0576c;
}

.img-box:hover .img-cnt2 {
  background: #f0576c;
}

.img-box:hover .img-cnt2 {
  color: #fff;
}

.img-box:hover .img-cnt2 h4 {
  color: #fff;
}

.img-box:hover .nxt-btn span {
  background: #fff;
  color: #f0576c;
}

.nxt-btn {
  position: absolute;
  top: -30px;
  right: 10%;
}

.nxt-btn span {
  border-radius: 50%;
  font-size: 24px;
  height: 56px;
  margin: auto;
  min-width: 56px;
  width: 56px;
  padding: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12),
    0 1px 1px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  position: relative;
  line-height: normal;
  background: #f0576c;
  color: #fff;
  webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  float: left;
  text-align: center;
  line-height: 53px;
}

.img-box {
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #fff;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26); */
  border: 1px solid var(--primary-color);
  margin-bottom: 15px;
}

.img-box:hover {
  box-shadow: 0px 2px 10px 2px rgba(221, 221, 221, 0.73);
  cursor: pointer;
  color: #fff;
}

li.child a {
  background: #243274 !important;
  border-bottom: 1px solid #eaeaea;
  color: #fff !important;
}

.img-box img {
  width: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.img-box figcaption {
  text-align: center;
  width: 100%;
  padding: 10px;
  /* background: #f0576c url(../images/ser-texture.png);
  padding: 10px;
  position: absolute;
  width: 100%;
  bottom: -50%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s; */
}

.img-box figcaption h4 {
  margin: 0;
  color: #000;
  font-size: 18px;
  text-align: center !important;
  margin-bottom: 5px;
}

.album-list {
  margin-top: 30px;
}

.child {
  display: none;
}

.album-list a:hover .img-box {
  /* -webkit-box-shadow: 4px 6px 38px -13px #595959;
  box-shadow: 4px 6px 38px -13px #595959; */
}

.album-list .img-box {
  margin-bottom: 30px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.mdl-video {
  background: #000;
}

.mdl-video .modal-body .btn {
  min-width: auto;
  position: absolute;
  right: -42px;
  top: 0;
  color: #fff;
  border: none !important;
  padding: 10px 15px;
}

#videoModal iframe {
  height: revert-layer !important;
}

.img-box-video {
  text-align: center;
  border: 1px solid var(--primary-color);
  border-radius: 0px;
  /* height: 240px; */
  overflow: hidden;
}

.img-box-video figure img {
  width: 100%;
  height: auto;
  transition: all ease 0.3s;
}

.btn-media-centers {
  padding: 5px 10px;
  background: var(--secondary1-color);
  color: #fff;
  display: inline-block;
  border: 1px solid var(--secondary1-color);
}

.btn-media-centers:hover {
  background: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
}

.media-center-btn-sml {
  padding: 5px 10px;
  background: var(--secondary1-color);
  color: #fff;
  display: inline-block;
  border: 1px solid var(--secondary1-color)
}

.media-center-btn-sml:hover {
  background: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
}

.media-center-btn-sml i {
  line-height: 26px;
}

.media-center-btn-main-sec {
  padding: 12px 0px;
}

.img-box-video:hover figure img {
  transform: scale(1.1);
  opacity: 0.5;
}

.img-box-video span img {
  width: 30%;
  /* width: 50%;
  height: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; */
}

.img-box-play-icon {
  height: 100%;
  vertical-align: middle;
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  /* width: 50%;
  height: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; */
}

.mdl-video button.btn.btn-default {
  background: var(--primary-color);
}

.mdl-video .btn-default:hover {
  color: #fff;
  background: #fff;
  outline: 0;
}

.media-download {
  border: 1px solid var(--primary-color);
  border-radius: 0px;
  padding: 15px;
  margin-bottom: 15px;
}

.media-download:hover {
  box-shadow: 0px 2px 10px 2px rgba(221, 221, 221, 0.73);
}

.media-download img {
  width: 30px;
}

.media-download a {
  display: flex;
}

.media-download figure {
  text-align: center;
  margin-bottom: 0px;
}

.media-download h4 {
  text-align: center !important;
  font-size: 16px;
  padding-bottom: 0px;
}

.media-download figcaption {
  margin-left: 15px;
}

.new-grid-panels {
  margin-bottom: 40px;
}

/* Latest News */
.nws-img img {
  width: 100%;
}

/* .project-list-wrapper li {
  float: right;
} */

/* #inner-content-wrapper img.lazyOwl {
  float: right;
} */

span#txtSubscribeEmail-error {
  position: absolute;
  margin-top: -22px;
  color: #f00;
}

/********************** End Media center ****************/