@import "color.css";
html,
body {
  font-family: "Bitter", serif;
  background: #f3f3f3;
  /*  background: var(--primary-color);*/
}

h1 {
  font-size: 36px;
}
h2 {
  font-size: 28px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bitter", serif;
  font-weight: 700;
  color: #282827;
}

label,
p,
a {
  font-family: "Bitter", serif;
  font-weight: 400;
}
ul {
  padding: 0;
  list-style: none;
}
.page-title-hidden{
    display: none; 
}
h1{
  font-size: 32px;
}
.nav-social {
  float: right;
  margin-bottom: 0;
  padding: 15px 0px;
}
.nav-social li {
  float: left;
  margin-right: 10px;
}
.nav-social li a {
  text-align: center;
  width: 35px;
  height: 35px;
  position: relative;
  border-radius: 50%;
  float: left;
  border: 1px solid var(--navcolor) !important;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: var(--navcolor) !important;
}
.nav-social li a:hover {
  color: var(--secondary2-color);
  border: 1px solid var(--secondary2-color);
}
.nav-social li a i {
  line-height: 30px;
}
.navbar {
  min-height: auto;
  box-shadow: none;
}

.navbar-default {
  background: none;
  border: none;
}
.nav > li > a {
  padding-left: 0;
  padding-right: 30px;
  font-weight: 700;
  color: var(--navcolor) !important;
}
.nav > li > a:hover {
  color: var(--secondary2-color) !important;
}
.navbar-nav {
  padding: 10px 0;
}

span.arab-btn img {
  padding: 15px 0px;
  width: 100px;
  float: right;
}
.clear {
  clear: both;
}
.badge {
  top: -8px !important;
  margin-left: 0px !important;
}

.btn-default {
  background-color: var(--secondary1-color);
  color: #fff;
  border: solid 1px var(--secondary1-color);
}

.btn-default:hover {
  background-color: var(--secondary2-color);
  color: #fff;
  border: solid 1px var(--secondary2-color);
  text-decoration: none;
}

.offer-sec {
  display: none;
}

.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #ddd;
}

/*====Header Section====*/
.offer-sec {
  background: var(--secondary2-color);
  /*background: #abbda5;*/
  text-align: center;
  min-height: 40px;
  float: left;
  width: 100%;
}

.offer-sec p {
  color: var(--navcolor);
  font-size: 14px;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}

.header-top {
  min-height: 86px;
  padding: 12px 0px;
  background: #fff;
  float: left;
  width: 100%;
}
.logo-placer img {
  max-width: 260px;
  max-height: 45px;
  height: auto;
  width: auto;
}

.logo-placer {
  padding: 10px 15px;
}
.txt-pl1 {
  color: var(--secondary1-color);
  width: 100%;
  float: right;
  padding-top: 24px;
}

.text-placer a {
  color: #000;
  font-size: 14px;
}
select#ddlCurrencyDropDown1 {
  color: #000;
}
.text-placer ul {
  text-align: right;
  float: right;
  margin-bottom: 0;
}
.text-placer ul li {
  float: left;
  padding: 0 15px;
}
.text-placer ul li:last-child {
  padding-right: 0;
}
.text-placer a i {
  color: var(--secondary2-color);
  margin-right: 10px;
}
.header-bottom {
  border-top: 1px solid var(--primary-color);
  background: var(--primary-color);
  position: relative;
  -webkit-box-shadow: 0 2px 2px rgba(11, 25, 28, 0.12);
  -moz-box-shadow: 0 2px 2px rgba(11, 25, 28, 0.12);
  box-shadow: 0 2px 2px rgba(11, 25, 28, 0.12);
  min-height: 65px;
  width: 100%;
  float: left;
}

li#myacc {
  margin-right: 0px;
}

/*====Header Section End====*/

/*====Body Section ====*/
.body-cotainer {
  width: 100%;
  min-height: 82vh;
}
.breadcrumb ul li {
  float: left;
  padding-right: 10px;
}

.breadcrumb ul li a {
  font-size: 14px;
  color: var(--navcolor) !important;
}

.breadcrumb ul li a:hover {
  text-decoration: none;
  color: var(--secondary2-color) !important;
}

.breadcrumb ul li a:after {
  content: "/";
  padding-left: 10px;
  padding-right: 10px;
}
.breadcrumb ul li:last-child a::after {
  display: none;
}
/*===Body Section End==*/

/*====List Page====*/
.cat-box {
  position: relative;
  box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
  background: #fff;
  margin: 0 0 30px 0;
  padding: 0;
  border-radius: 5px;
  padding-bottom: 5px;
}

.cat-box h4 {
  padding: 15px 15px;
  line-height: 20px;
  margin: 0;
  border-bottom: 1px solid #efefef;
}

.cat-box h5 a {
  padding: 15px 15px 10px;
  line-height: 14px;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.cat-box ul li {
  padding: 5px 15px 5px;
  line-height: 14px;
}
.cat-box ul li a {
  font-size: 14px;
  color: var(--secondary1-color);
}
.lister-box {
  border: 5px solid #fff;
  border-radius: 5px;
  box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background: #ffffff;
  position: relative;
  margin-bottom: 30px;
}
.desc-lister {
  padding: 15px 20px;
  text-align: center;
}
.lister-box .desc-lister h4 a {
  font-size: 16px;
  font-weight: 400;
  color: var(--secondary1-color);
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}

.lister-box .lister-price h4 a {
  font-size: 18px;
  font-weight: 600;
  color: var(--secondary1-color);
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  margin: 0px 5px;
}

.lister-price {
  min-height: 40px;
}
.desc-lister h2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 41px;
  max-height: 41px;
  font-size: 18px;
  line-height: 1.1;
  margin-top: 10px;
  margin-bottom: 10px;
}

.lister-box h2 a {
  font-size: 16px;
  font-weight: 700;
  color: var(--secondary1-color);
  text-transform: uppercase;
  text-decoration: none;
}

.img-lister {
  overflow: hidden;
  position: relative;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background: var(--secondary2-color);
  border-color: var(--secondary2-color);
}
.lister-box:hover h4 a {
  color: var(--secondary2-color);
}
.img-lister-box img {
  width: auto;
  height: auto;
  margin: 0px auto;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.btn-lister {
  width: 100%;
  float: left;
  text-align: center;
  position: absolute;
  margin-top: 6px;
  top: -100px;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 10;
}

.lister-box:hover .btn-lister {
  top: 40%;
}

/*.lister-box:hover .img-lister-box img{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}*/
.lister-box p {
  padding: 15px 0 10px;
}

.lister-price h4,
.lister-price h2 {
  margin-bottom: 0;
}

.lister-price h4 del,
del {
  font-size: 11px;
  opacity: 0.8;
}

.price del {
  font-size: 15px;
  opacity: 0.8;
}

.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 #00000020;
}

/* Styling for all links inside the category menu */
#category-menu ul li {
  border-top: solid 1px #00000020;
  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;
}

#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: 10px 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;
}

li.parent.childitem.spacechild1,
li.parent.childitem.spacechild2 {
  padding: 5px 10px !important;
}

/* 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;
}

.parent.childitem.spacechild1 a {
  padding-left: 35px !important;
  font-size: 14px !important;
}

li.parent.childitem {
  padding: 0px 10px !important;
}

li.parent.childitem.spacechild2 a {
  padding-left: 35px !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;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  margin-bottom: 10px;
  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;
}

.pagi-nav {
  width: 100%;
  margin: 0px auto;
}

.pagination {
  margin: 0px 0px;
}

.pagnination-main nav {
  display: inline-block;
}
.pagnination-main {
  text-align: center;
}
.item-limiter {
  display: inline-block;
  float: right;
}

.item-limiter p {
  float: right;
  margin: 7px;
  line-height: 18px;
}

i.fas.fa-caret-right {
  display: none;
}

.pagnination-main {
  text-align: center;
}

select#ddlpagesize {
  height: 36px;
  float: right;
}

select#ddlpagesize.form-control {
  width: 67px !important;
}

/*====List Page End====*/
ul.pagsizemaincls {
  float: right;
  padding-right: 15px;
}
.pagsizemaincls p {
  display: inline-block;
  padding: 7px;
}

/*====Footer Section====*/
.footer-top {
  padding: 15px 0;
  border-top: 1px solid #ecefef;
  box-shadow: 0px 3px 3px #d1d7d7;
  position: relative;
  background: #ffffff;
  color: #282727;
}
.footer-bottom {
  padding: 15px 0;
  background: var(--primary-color);
}
.footer-bottom p {
  margin-bottom: 0;
  font-size: 14px;
}
.footer-main-lister {
  padding-top: 5px;
}
.footer-main-lister ul li {
  float: left;
  margin-right: 30px;
}
.svg-footer svg {
  width: 100px;
}

.social {
  text-align: right;
}

.social a {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  border: 1px solid var(--secondary1-color);
  border-radius: 50%;
  color: var(--secondary1-color);
  font-size: 16px;
  /* padding: 16px; */
  padding-top: 3px;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.social a:hover {
  border-color: var(--secondary2-color);
  color: var(--secondary2-color);
}

img.copy-right-img {
  height: 17px;
}

/*====Footer Section End====*/

/*===Button Style==*/
.btn {
  min-width: 180px;
  /* width: 180px; */
  border-radius: 4px;
  font-size: 16px;
  line-height: 20px;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-weight: 700;
  font-size: 14px;
  text-transform: inherit;
}

.btn-primary {
  background: var(--secondary1-color);
}
.btn-primary:hover {
  background: var(--secondary2-color);
}
/*===Button Style End===*/

/*===Details Page===*/
.det-gls-sec {
  padding: 20px 15px;
  background: #fff;
  position: relative;
  box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
  margin: 0 0 30px 0;
  border-radius: 5px;
  float: left;
  width: 100%;
}
.det-gls-sec2 {
  background: #fff;
  position: relative;
  box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
  margin: 0 0 30px 0;
  border-radius: 5px;
  float: left;
  width: 100%;
}

.glass-case-bg {
  /* padding: 20px 15px; */
  padding: 0px 15px;
  background: #fff;
  position: relative;
  box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
  margin: 0 0 30px 0;
  border-radius: 5px;
  float: left;
  width: 100%;
}

.details-sec {
  margin-top: 15px;
}

.details-sec h5 {
  line-height: 20px;
  padding: 15px 25px;
  border-bottom: 1px solid #efefef;
  margin-top: 0;
  font-size: 14px;
  text-transform: uppercase;
}
.prd-descp-main {
  padding: 0px 25px 15px;
  font-size: 14px;
  line-height: 21px;
  color: var(--secondary1-color);
  float: left;
}

.product-stack {
  margin-top: 0.5rem;
  margin-bottom: 0.9rem;
  color: #4bb25b;
  font-size: 1.75rem;
  font-weight: 700;
}

.product-stack.outstock {
  color: #dc3545 !important;
}

.desc-price {
  background: #fafafa;
  padding: 15px 25px;
  float: left;
  width: 100%;
}

.qty-sec {
  float: left;
  margin: 5px 25px 0 0;
}

.minus_btn {
  width: 30px;
  height: 30px;
  border: 1px solid #d7dbdb;
  border-right: none;
  border-radius: 13px 0px 0px 13px;
  display: block;
  background: url("../images/minus.png") no-repeat center center;
  float: left;
  cursor: pointer;
}

.plus_btn {
  width: 30px;
  height: 30px;
  border: 1px solid #d7dbdb;
  text-align: center;
  border-radius: 0px 13px 13px 0;
  display: block;
  background: url("../images/plus.png") no-repeat center center;
  float: left;
  border-left: none;
  cursor: pointer;
}
.txtbox {
  width: 42px;
  height: 30px;
  border: 1px solid #d7dbdb;
  text-align: center;
  font-size: 14px;
  color: #282727;
  padding: 0 5px;
  font-weight: 900;
  float: left;
  display: block;
}
.price {
  font-size: 20px;
  line-height: 40px;
  color: #282827;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
}
span.price-det-en {
  font-size: 10px;
}
span.price-det-ar {
  font-size: 10px;
}
.desc-price .btn {
  float: right;
}
.sku-sec {
  width: 100%;
  float: left;
}

.sku-sec label span {
  font-weight: 700;
}

.sku-sec label {
  font-size: 14px;
}

.sku-sec a {
  text-decoration: underline;
  color: var(--secondary1-color);
}

#documentbody a {
  text-decoration: underline;
  color: var(--secondary1-color);
}

#documentbody .img-responsive {
  margin-bottom: 15px;
}

.color-sec {
  width: 100%;
  float: left;
  margin: 15px 0;
}

.color-sec select.form-control {
  width: 50%;
  border-radius: 1px !important;
}

.color-sec label {
  font-size: 14px;
  float: left;
  padding-top: 10px;
  margin-right: 10px;
}

.size-sec .size-lbl {
  font-size: 14px;
  width: 100%;
}

.clr-main {
  min-width: 30px;
  height: 30px;
  padding: 3px 5px;
  float: left;
  background: #dadada;
  margin-right: 10px;
}
.green {
  background: #ffffff;
}
.Orange {
  background: #ff860f;
}
.Print {
  background: #cddc39;
}
.Yellow {
  background: #ffeb3b;
}

.clr-main.active {
  border: 1px solid #abbda5;
}
.size-sec {
  margin-bottom: 15px;
  float: left;
  width: 100%;
  position: relative;
}

.size-cat {
  width: 100%;
  float: left;
  position: relative;
  min-height: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.best-seller-item img {
  height: 350px;
}

.size-cat label.btn-radio {
  margin-right: 36px;
}

/*===Details Page End===*/

/*===Custom Radio Button===*/
/* The container */
.btn-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
}

/* Hide the browser's default checkbox */
.btn-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  min-width: 59px;
  background-color: #eee;
  border: 1px solid #abbda5;
  font-size: 16px;
  padding: 3px;
  text-align: center;
}

/* On mouse-over, add a grey background color */
.btn-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.btn-radio input:checked ~ .checkmark {
  /* background-color: #dcffd17d; */
  background-color: var(--secondary1-color);
  color: var(--primary-shop-text-color);
}

/* Create the checkmark/indicator (hidden when not checked) */
.btn-radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.btn-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.btn-radio .checkmark:after {
}
/*===Custom Radio Button End===*/

/*===Shopping Cart Modal===*/
.shp-head {
  padding: 15px 25px;
  border-bottom: 1px solid #efefef;
}

.shp-head h4 {
  font-size: 20px;
}
.modal-header .close {
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  color: #898989;
}
.modal-header,
.modal-footer {
  border: none;
}
.modal-body {
  padding: 15px 24px;
  width: 100%;
}

.shpcrt-tblmain {
  width: 100%;
}

#showcartpopupdiv .shp-head {
  padding: 0px 0px 15px !important;
}

.shpcrt-list-header {
  float: left;
  width: 100%;
  border-bottom: 1px solid #efefef;
  padding: 10px 0 15px;
}
#shpcart .modal-header {
  margin-bottom: 0;
  padding-bottom: 0;
}
#shpcart .modal-body {
  padding-top: 0;
}

.shpcrt-list-header ul {
  width: 100%;
  float: left;
}

.shpcrt-list-header ul li {
  float: left;
  color: #898989;
}

li.shpcrt-lister {
  float: left;
  padding: 15px 0px;
  width: 100%;
}

.shpcrt-list-header ul li:nth-child(1) {
  width: 20%;
  padding-left: 25px;
}
.shpcrt-list-header ul li:nth-child(2) {
  width: 35%;
}
.shpcrt-list-header ul li:nth-child(3) {
  width: 25%;
}
.shpcrt-list-header ul li:nth-child(4) {
  width: 20%;
  padding-right: 10px;
}
.shpcrt-lister ul li {
  float: left;
}
.shpcrt-lister ul li:nth-child(1) {
  padding-right: 35px;
}
.shpcrt-lister ul li:nth-child(2) {
  width: 40%;
}
.shpcrt-lister ul li:nth-child(3) {
  width: 25%;
}
.shpcrt-lister ul li:nth-child(4) {
  padding-right: 10px;
}
.shpcrt-lister ul li img {
  width: 100%;
}

.shpcrt-lister ul li h4 {
  color: var(--secondary2-color);
}
li.shpcrt-lister {
  float: left;
  padding: 15px 0px;
}

.thump {
  height: auto;
  padding: 4px;
  border: 1px solid #efefef;
}
strong.shpcrt-strong {
  position: relative;
  top: 25px;
}
.shprt-total {
  text-align: right;
  width: 100%;
  float: right;
  padding-right: 20px;
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
  background: #fafafa;
  margin-bottom: 25px;
}
.shprt-total li {
  padding: 20px 0;
}

.shprt-total h4 span {
  color: var(--secondary1-color);
}
.shpcrt-lister a {
  color: red;
}
/*===Shopping Cart Modal End===*/

.nav-btn-mob,
.sl-mob {
  display: none;
}

.nav-btn-pc,
.sl-pc {
  display: block;
}

/*===Home Page Featured Products===*/
.Featured-Products h2,
.featured-collections h2 {
  font-size: 24px;
  padding-bottom: 10px;
}

.plr-new-arrivals {
  text-align: center;
}

/*===Home Page Banner===*/
.box_inn {
  position: absolute;
  left: 40px;
  right: 40px;
  text-align: center;
  z-index: 3;
  bottom: 5% !important;
}

.promo-overlay {
  background: rgba(245, 245, 245, 0.8);
  padding: 20px 5px;
}

.h_row_1 h2 p {
  padding-bottom: 10px;
  font-size: 30px;
  line-height: 34px;
}

#content .h_row_1 p {
  line-height: 27px;
  font-size: 14px;
  color: #000 !important;
}

/*************************** OWL Slider ***************************/

section.banner-section {
  /*   padding-top: 195px;*/
  /*   background: #fff;*/
  padding-bottom: 0px;
  height: 761px;
  overflow: hidden;
}

div.banner-section {
  /*   padding-top: 232px;*/
  /*   background: #fff;*/
  padding-bottom: 0px;
}

div#owl-demo img {
  width: 100%;
}

.carousel-caption {
  top: 140px !important;
}

.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 h2 {
  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 h2 {
  animation-name: fadeInRight;
}

.owl-item.active .carousel-caption h3 {
  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;
}

/************************ End OWL Slider ***************************/

/************************ Slick Slider ***************************/

.slider {
  margin: 75px auto 0px auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  background: #c5c6c7;
  width: 41px;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
}

.responsive.slider.slick-initialized.slick-slider.slick-dotted {
  margin: 5px 0px;
}

/************************ End Slick Slider ***************************/

/************************ About ***************************/
.cms-title,
.cms-title label {
  font-size: 36px;
  font-weight: 700;
}
/************************ End About ***************************/

/************************ 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);
  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(--secondary2-color);
  -webkit-box-shadow: 1px 1px 10px var(--secondary2-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;
}

.prop-info-w3ls h4 {
  font-weight: 600;
  color: #fff;
}

.media-center-main .team-grid a:hover .prop-info-w3ls img {
  width: 100px;
}

/* Media center -> Latest News */
.nws-img img {
  width: 280px;
  max-height: 160px;
}
/************************ Media Center End ************************ /

/* User Profile */
.service-box.extra-btn {
  background: var(--secondary1-color);
  min-height: 180px;
  border-radius: 10px;
  text-align: center;
  padding: 50px 35px;
  -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);
}

/************************ 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: 40%; */
  /*border:1px solid #21263a8f;*/
  border-radius: 4px;
  margin: 30px auto;
  min-height: 300px;
  display: flex;
  gap: 20px;
}

.login-sec1 > .form-inner > .form-group > input#UserName {
  margin-bottom: 10px;
}

.signin-agile {
  width: 100%;
  background: none repeat scroll 0 0 #fff;
  border-radius: 5px;
  box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
  font-size: 14px;
  line-height: 26px;
  margin: 0 0 30px;
  overflow: hidden;
  padding: 20px 20px 30px 20px;
  position: relative;
  float: left;
  min-height: 300px;
}

.signin-agile input {
  margin: 0px 0px 15px;
}
.registration-subscribe-wp-main .singup-wrapper {
  margin-top: 15px;
}
.registration-subscribe-wp-main .singup-wrapper ul li {
  margin: 0px;
}
.registration-subscribe-wp-main .singup-wrapper .form-group {
  margin-bottom: 12px;
}
.signup-agileinfo .more .btn-default {
  background-color: var(--secondary1-color) !important;
}
.signup-agileinfo .lgn .btn-default {
  background-color: var(--secondary1-color) !important;
  border: 1px solid var(--secondary1-color) !important;
}
.signin-agile h2 {
  font-size: 24px;
  color: #454545;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-top: 6px;
  padding: 0px;
  text-align: center;
}

.signin-agile h1 {
  font-size: 24px;
  color: #454545;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  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: 100%;
  border-radius: 5px;
  box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
  font-size: 14px;
  line-height: 26px;
  margin: 0 0 30px;
  overflow: hidden;
  padding: 20px 40px 30px 40px;
  position: relative;
  float: right;
  background: var(--secondary2-color);
  min-height: 300px;
  text-align: center;
}

.signup-agileinfo h3,
.signup-agileinfo p {
  color: #fff;
}

.login_wrapper_outside ul {
  list-style: none;
}

.remember-forgot {
  padding-left: 0px;
}

.input-sm {
  height: 40px !important;
}

.lgn {
  margin: 30px 0px;
}

.signup_bg {
  padding: 15px 15px;
  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;
}

/************************ Sign Up for Your New Account ***************************/

.signup_bg {
  padding: 15px 15px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  float: left;
  width: 100%;
  margin: 0px 0px 30px 0px;
  background: none repeat scroll 0 0 #fff;
  border-radius: 5px;
  box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
}

.singup-wrapper ul {
  padding: 0px 30px;
}

.singup-wrapper ul li {
  margin: 10px 0px;
}

.form-control {
  background-color: #fff !important;
  border: 1px solid #a3a3a3 !important;
  border-radius: 4px !important;
}

.reg-completed.registration-reg-completed-wp {
  display: block;
  float: left;
}

/************************ Login Popup ************************/
.modal-header h2 {
  font-size: 24px;
}

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;
  margin-top: 5px;
}

.login-box input {
  margin-bottom: 15px;
}

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: #fff;
}

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;
}

.modal-body .row {
  padding: 0px 15px !important;
}

.rememberme {
  padding-left: 20px;
}
#at-login .rememberme .checkbox {
  font-size: 14px;
}
.field-validation-error {
  font-size: 12px;
}
#spanemailcheck {
  font-size: 12px;
}
.modal-footer {
  text-align: center;
  width: 100%;
  float: left;
  background: #fff;
}

.modal-footer {
  padding: 0px 24px 15px 24px;
}

.modal-header .close {
  margin-top: 3px;
  margin-right: 2px;
  z-index: 1;
}

select#countryid {
  margin-bottom: 15px;
}

.btn-login {
  width: 100%;
}

.login-box div#err_msg {
  text-align: center;
  font-size: 14px;
}

/* 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%;
}

ol.form_full_col li {
  list-style: none !important;
}

ol.form_full_col li a {
  border: none !important;
}

#txtsubemail-error {
  display: none !important;
}

/************************ 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;
}

/*Modal Fix*/
.modal.in {
  background: rgba(51, 51, 51, 0.52) !important;
}

.modal-backdrop.fade.in {
  display: none;
}

.custom-alerts.alert.fade.in {
  opacity: 1 !important;
}

/*Modal Fix End*/

/*Sweet Alert*/

/*** Contact Us Page ***/
ul.cont-form-wp-all input,
ul.cont-form-wp-all textarea {
  margin-bottom: 15px;
}

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: 60%;
  float: left;
  min-width: 300px;
  padding-bottom: 30px;
  padding-top: 10px;
  background-color: #fff;
  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: 20px;
  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: #fff;
  padding: 1em;
}

.agile_contact_grid_right h4 {
  font-size: 20px;
  color: var(--secondary2-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(--secondary2-color);
  text-decoration: underline;
}

.agileits_w3layouts_left {
  background: var(--secondary2-color) !important;
}

.agileits_w3layouts_right {
  background: #fff !important;
}

.agileits_w3layouts_left1 {
  background: var(--secondary2-color) !important;
}

.agileits_w3layouts_right1 {
  background: #fff !important;
}

.agile_contact_grid_right p a:hover {
  color: #212121;
}

/*********************** End Contact ***********************/

/*********************** Photo Gallery ***********************/

.img-box {
  text-align: center !important;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  height: 200px;
  overflow: hidden;
  background: var(--secondary1-color) !important;
}

.img-box h4 {
  color: #fff !important;
  text-align: center !important;
}

.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: 20px !important;
}

/* shopping cart */
.shipping-cart-pc {
  display: block;
}

.shipping-cart-mob {
  display: none;
}

table#shopingcartheader {
  background: #fefefe;
}

#shopingcartheader {
  table-layout: fixed;
}

.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;
}

.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;
  margin-left: 20px;
}

.smpl-shpng-crt {
  float: right;
}

.smpl-shpng-crt.mb-15 {
  margin-bottom: 15px;
}

.sc-qty-box {
  max-width: 85px;
  min-height: 43px;
  border: 1px solid #cccccc;
  padding: 10px 20px;
  margin-left: 5px;
  font-size: 16px;
  background: #fff;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.shipping-cart-pc tr.cptions-st1 th:nth-child(1) {
  width: 400px;
}

.product-details-page-wrapper.row {
  margin-bottom: 30px;
}

div#checkquantity0 {
  font-size: 14px !important;
}

/* Checkout Page*/
.shipping-details-title {
  margin-top: 30px;
}

.shippingadduser-wp-ship-all {
  margin-top: 10px;
}

.col-sm-6.sort-by {
  float: left;
  text-align: right;
  z-index: 2;
}

.col-sm-6.product-category {
  float: left;
  text-align: left;
  z-index: 2;
}

.sort-by-text,
.category-by-text {
  display: inline-block;
}

.sort-by-text span,
.category-by-text {
  padding-top: 7px;
  text-align: right;
  padding-right: 15px;
}

.col-md-3.col-sm-3.col-xs-12.collection-list-left {
  margin-top: -30px;
}

.col-md-9.col-sm-8.col-xs-12.collection-listing-wrapper {
  margin-top: -30px;
}

select#selectBox,
select#categorylist {
  height: calc(2.4em + 0.75rem + 2px);
  padding: 0rem 2.5rem 0rem 1rem;
  font-size: 1.5rem;
  margin: 0px 0px 15px 0px;
  font-weight: 400;
  line-height: 1.2;
  width: 69%;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url(../images/qty_btn.png) no-repeat;
  background-size: 25px;
  background-position: right 10px center;
}

/*===================
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;
}

#spanNoWallet {
  color: Red;
  font-size: 12px;
  margin-left: 15px;
}

#creditcardlbl,
#paypallbl,
#codlbl,
#walletlbl,
#creditcardlbl1,
#paypallbl1,
#codlbl1,
#walletlbl1 {
  padding: 0px 0px 8px 20px;
}

.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(--secondary1-color);
  border-radius: 4px;
  text-align: center;
  color: #fff;
  padding: 15px 0px 5px 0px;
}

label.rememberme.mt-checkbox.mt-checkbox-outline {
  margin-top: 15px;
  padding-left: 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%;
}

.point-table.table-responsive.shipping-detail-main-wp.shipping-cart-pc,
.point-table.table-responsive.shipping-detail-main-wp.shipping-cart-mob {
  border: solid 1px var(--secondary1-color);
  background: #fefefe;
}

.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;
  max-height: 65px;
  /*  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);
  background: #fefefe;
}

.shippingadduser-wp-ship-all {
  width: 100%;
}

/*
.cap-pro-desc span {
    margin-left: 20px;
}*/

.final-address {
  margin-left: 20px;
  margin-right: 20px;
}

.cap-pro-desc span:nth-child(1) {
  font-weight: 600 !important;
}

#EditShippingDet .modal-dialog {
  width: 500px;
  margin: 30px auto;
}

#EditShippingDet .modal-dialog input,
#EditShippingDet .modal-dialog textarea {
  margin: 0px 0px 15px 0px;
}

.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;
}

.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;
}

.change-password-wrapper input {
  margin-bottom: 15px;
}

/*Shopping Dropdown Cart*/
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: -130px;
}

.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(--primary-color);
}

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;
}

ul li a.active-cart span.badge {
  background-color: #0db165;
}

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;
}

.cap-details-txt input,
.cap-shipping-details-txt input {
  width: 50% !important;
  margin-top: 10px !important;
}

.checkoutbox span {
  color: var(--secondary1-color);
  font-size: 24px;
  font-weight: 600;
}

.checkoutbox {
  float: left;
  width: 100%;
}

/*Shopping Dropdown Cart*/

/****************************** 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;
  margin: 0px 0px 10px;
}

.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: 100%; /*500px*/
  float: right;
  margin-bottom: 0px;
}

.price_details ul.grid-pricing li {
  margin-bottom: 0px !important;
}

.cpm-d-2 input {
  width: 70px;
}

.cpm-d-2 {
  float: right;
}

ul.row-wp-ship {
  padding: 0px;
}

ul.payment-sssp {
  padding: 0px;
}

.cpn-div {
  float: right;
  width: 100%;
}

.cpn-div {
  float: left;
}

.price_p {
  float: left;
}

.price_p {
  width: 100%;
}

.price_details2.pull-right .price_p {
  float: left;
  width: 300px;
}

span#couponerror {
  color: #f00;
  position: absolute;
  left: 77%;
  margin-top: -21px;
  font-size: 14px !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;
}

input#btnApplyCoupon {
  margin-top: 0px;
}

.coupon_apply {
  background-color: var(--secondary1-color);
  padding: 7px 0px;
  margin-bottom: 20px;
  border-radius: 25px !important;
  border: none;
  max-width: 220px;
  color: #fff;
  font-size: 18px;
}

.cpm-d-1 {
  float: right;
}

.price_details ul.grid-pricing {
  width: 300px;
  padding-left: 0px;
  float: right;
}

.price_details2.pull-right .cpn-div {
  margin-top: 25px;
}
/*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: 32px;
  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: 20px;
  padding: 10px 50px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  height: auto;
  font-weight: 300;
  outline: 0;
  background: var(--secondary1-color);
  color: #fff;
}

.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;
}

/*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*/

/*registered-user-invo-details*/
.registered-user-invo-details .cptions-st {
  background: #fff;
  padding-left: 10px;
  border: 1px solid #ccc;
  padding-top: 8px;
}

.invoice_cont {
  background: #fff;
  padding: 30px 30px 30px 30px;
}

.clent-invoic {
  background: #fff;
}

tr.cptions-st-in th {
  color: #282827;
  background: #fff;
}

.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;
}

.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 !important;
  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;
}

span.text-danger.validation-error-message.field-validation-error {
  font-size: 14px;
}

span#payment_method-error {
  background: yellow;
  padding: 15px;
}

.text-danger {
  color: #f00 !important;
}

.cont-form-wp-all {
  float: left;
}

#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;
}

.forgt-pss.text-right {
  margin: 10px 0px;
  padding: 0px;
  font-size: 14px;
}

li.forgot.pull-right label {
  padding: 0px 0px 6px;
}

#at-reset-pswd .modal-content {
  float: left;
}

#at-reset-pswd .modal-body {
  float: left;
}

/****** Modal Issues **********/

#shpcartmodal .modal-header {
  padding-bottom: 0;
}

#shpcartmodal .modal-body {
  float: left;
  padding-top: 0;
  background: #ffffff;
}

.clr-main:hover {
  background: #ececec;
}
.fotorama__wrap {
  width: 100% !important;
}
/******* Modal Issues End *********/

.sticky-nav {
  position: fixed;
  z-index: 99999;
  transition: all ease 0.2s;
}
.desc-lister h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 38px;
  max-height: 38px;
  padding: 0px;
  margin: 0px;
}

.desc-lister p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 69px;
}

.desc-lister p {
  display: none !important;
}

.lister-price h4 {
  min-height: auto !important;
  display: block;
}
.form-control:focus {
  border: 1px solid #000 !important;
}
div#first img {
  width: 100%;
  height: auto;
}
div#first {
  width: 64px;
  height: auto;
  float: left;
}
.bottomMenu img {
  width: 100%;
  height: auto;
  max-height: 45px;
}
.bottomMenu {
  width: 100px;
  height: auto;
  float: left;
  margin-right: 15px;
  display: none;
}
.nav > li > a {
  padding-right: 25px;
}
.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;
}
.cout-in {
  float: left;
}
.cpm-d-2 {
  float: left !important;
  margin-left: 0 !important;
}

.cpm-d-1 {
  float: right;
  width: 180px;
  margin-right: 0;
  margin-left: 15px;
}

.col-sm-12.product-category {
  display: none;
}

.detail-slider-mob {
  display: none;
}

select#phonecode {
  display: block;
  width: 30%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #2a2a24;
  background-color: #fff;
  margin-bottom: 10px;
  background-image: none;
  border: 1px solid #a3a3a3;
  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 Queries=======================*/

@media (max-width: 1440px) {
  section.banner-section {
    padding-bottom: 0px;
    height: 570px;
    width: 100%;
    overflow: hidden;
  }
}

@media (max-width: 1366px) {
  section.banner-section {
    padding-bottom: 0px;
    height: 533px;
    width: 100%;
    overflow: hidden;
  }
}

@media (max-width: 1280px) {
  section.banner-section {
    padding-bottom: 0px;
    height: 498px;
    overflow: hidden;
  }
}

@media (max-width: 1200px) {
  .nav > li > a {
    padding-right: 15px;
  }

  section.banner-section {
    padding-bottom: 0px;
    height: 480px;
    overflow: hidden;
  }
}

@media (max-width: 1080px) {
  section.banner-section {
    padding-bottom: 0px;
    height: 432px;
    overflow: hidden;
  }
}

@media (max-width: 960px) {
  .carousel-caption {
    top: 40px !important;
  }

  section.banner-section {
    padding-bottom: 0px;
    height: 384px;
    overflow: hidden;
  }

  html,
  body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
  }

  select#phonecode {
    width: 50%;
  }
}

@media only screen and (max-width: 800px) and (min-width: 768px) {
  .nav > li > a {
    padding: 11px 6px;
    /* font-size: 12px; */
  }

  section.banner-section {
    padding-bottom: 0px;
    height: 300px;
    overflow: hidden;
  }

  span.arab-btn img {
    padding: 15px 0px;
    width: 75px;
  }

  .col-lg-3.col-md-3.col-sm-3.col-xs-6.plr-new-arrivals {
    width: 33.3%;
  }

  .desc-lister {
    padding: 15px 0px;
  }

  .footer-main-lister ul li {
    float: left;
    margin-right: 10px;
  }

  .footer-top .col-md-9.col-sm-9.col-xs-12.footer-main-lister {
    text-align: center;
    font-size: 12px;
  }

  #subcategorydiv li.col-md-4.col-sm-4.col-xs-6 {
    width: 50%;
  }

  .modal-dialog {
    width: 750px;
    margin: 30px auto;
  }

  .shpcrt-lister ul li:nth-child(3) {
    width: 20%;
  }

  .shipping-cart-pc {
    display: none;
  }

  .shipping-cart-mob {
    display: block;
  }

  .shipping-cart-main-wp .smpl-shpng-crt .btn {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 150px;
    font-size: 13px;
  }

  input.btn.btn-default.mob {
    width: 100%;
    margin: 5px 0px 10px 0px;
  }

  .cap-details-txt input,
  .cap-shipping-details-txt input {
    width: 50% !important;
    text-align: center;
    margin-top: 10px !important;
  }

  input.btn.btn-default.idem-btn {
    margin-left: 20px;
  }

  .checkoutbox span {
    width: 100%;
  }

  .login_wrapper_outside {
    width: 60%;
  }

  .login_wrapper_outside {
    width: 75%;
  }
}

@media (max-width: 767px) {
  .navbar-toggle {
    float: left !important;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .nav-social {
    float: right;
    display: inline-block;
    margin-bottom: 0;
    position: absolute;
    top: -55px;
    right: 3%;
    padding: 19px 0px 6px;
    z-index: 1;
  }

  li#CurrenciesId {
    float: right;
    text-align: right;
  }

  li#CurrenciesId select {
    text-align: right;
  }

  .text-placer ul {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 0;
  }

  /*   .logo-placer img {
                max-width: 130px;
                height: auto;
                position: absolute;
                top: 111px;
                display: inline-block;
                z-index: 1;
            }

           .navbar-brand {
                position: initial !important;
            }*/

  a.navbar-brand.mob-logo {
    max-width: 123px;
    height: 30px;
    position: absolute;
    margin-top: -40px;
    margin-left: 15%;
    z-index: 1;
  }

  .header-top {
    padding: 0px 0px 12px 0px;
  }

  .btn {
    min-width: 140px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
  }

  .social {
    text-align: center;
  }

  .footer-main-lister {
    margin-bottom: 10px;
  }

  .header-bottom {
    border-top: 1px solid var(--primary-color);
    background: #fff;
  }

  .navbar-nav {
    margin: 7.5px 0px;
  }

  .footer-main-lister ul li {
    float: inherit;
    line-height: 40px;
  }

  .team-grid {
    margin-bottom: 30px;
    width: 50%;
  }

  article.contact-info {
    width: 100%;
  }

  aside.contact-form {
    width: 100%;
  }

  article.contact-info .w3_agile_contact_grid {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .price_p {
    width: 100%;
  }

  .login_wrapper_outside {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .img-lister-box img {
    max-width: 100%;
    height: auto;
  }
  .plr-new-arrivals {
    padding: 0px 8px;
  }
  .imagecont {
    padding-left: 4px;
    padding-right: 4px;
  }
  .lister-box {
    margin-bottom: 14px;
  }
  .product-lister .col-xs-6 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

@media (max-width: 500px) {
  body {
    overflow-y: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
  }
  h1 {
    margin: 10px 0px;
  }
  h1,
  .cms-title,
  .cms-title label {
    font-size: 20px !important;
  }
  .logo-placer {
    /*  padding: 0px 15px;*/
    display: none;
  }

  /* .logo-placer img {
                max-width: 115px;
                max-height: 24px;
                height: auto;
                position: absolute;
                top: 89px;
                margin-left: 50px;
                display: inline-block;
                z-index: 1;
            }*/
  a .navbar-brand.mob-logo {
    width: 120px;
    position: absolute;
    margin-top: -40px;
    margin-left: 15%;
    display: inline-block;
    z-index: 1;
  }

  .header-top {
    min-height: 45px;
    padding: 0px;
    background: var(--primary-color);
    float: left;
    width: 100%;
  }

  span.arab-btn {
    position: absolute;
    z-index: 2;
    top: -50px;
    left: 55%;
    /* top: -48px;
                left: 47%;*/
  }

  span.arab-btn img {
    padding: 19px 0px;
    width: 75px;
    float: right;
  }

  .txt-pl1 {
    padding-top: 12px;
  }

  /*section.banner-section {
    padding-top: 175px;
    }*/
  .nav-btn-mob {
    display: block;
    top: 50px;
  }

  .nav-btn-pc {
    display: none;
  }

  .carousel-caption {
    display: none;
  }

  .owl-theme .owl-controls .owl-buttons div {
    display: none !important;
  }
  section.log-sec-main {
    height: auto;
    float: left;
  }

  footer {
    width: 100%;
    float: left;
  }

  .product-cat {
    display: none;
  }

  .col-sm-12.product-category {
    display: block;
  }

  .team-grid {
    margin-bottom: 15px;
    width: 100%;
  }

  .desc-lister h4 {
    height: 38px;
  }

  /*  .plr-new-arrivals {
        padding-left: 5px;
        padding-right: 5px;
    }*/

  .desc-lister {
    padding: 5px;
  }

  .breadcrumb ul li {
    float: left;
    padding-right: 10px;
  }

  .shipping-cart-pc {
    display: none;
  }

  .shipping-cart-mob {
    display: block;
  }

  .cart-price {
    color: #e22739;
    font-size: 16px;
    margin-left: 30px;
    /*   margin-top: 105px;*/
  }

  .cart-price .checkout-cart-price {
    margin-left: 0px;
  }

  .cap-pro-image.mob {
    float: left;
    min-height: 140px;
  }

  .shipping-cart-main-wp .smpl-shpng-crt .btn {
    margin-top: 20px;
    margin-bottom: 20px;
    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 14px;
    background: #efefef;
    font-size: 13px;
  }

  .shipping-cart-main-wp div {
    margin: 0px;
    padding: 0px;
    position: relative;
  }

  .btn.btn-default.idem-btn {
    min-width: 100px !important;
    padding: 6px !important;
    float: left !important;
    font-size: 13px;
    margin-right: 10px;
  }

  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: 16px;
    width: 100%;
    padding: 0px;
    color: #000;
  }

  .cap-details1 input#quantity {
    margin-left: 40%;
  }

  .cap-pro-name h5 a,
  .cap-pro-desc span {
    margin-left: 30px;
  }

  .checkout-pro-name h5 a,
  .checkout-pro-desc span {
    margin-left: 0px !important;
  }

  input.btn.btn-default.idem-btn:nth-child(1) {
    margin-left: 30px;
  }

  span#couponerror {
    left: 50%;
    margin-top: -25px;
    font-size: 14px !important;
  }

  .cpn-div .price_p {
    float: left;
    text-align: right;
  }

  .shpcrt-list-header {
    display: none;
  }

  .sl-mob {
    display: block;
  }

  .sl-pc {
    display: none;
  }

  li.shpcrt-lister.sl-mob h4 {
    margin: 5px 0px;
  }

  li.shpcrt-lister.sl-mob p {
    margin: 5px 0px;
  }

  .invoice_cont {
    padding: 0px;
  }

  .clent-invoic tr th {
    font-size: 10px;
  }

  tr.cap-details-in td {
    font-size: 10px;
  }

  .body-cotainer {
    width: 100%;
    min-height: auto;
  }

  .price_details2.pull-right .price_p {
    float: left;
    width: auto !important;
    font-size: 13px;
  }

  input#coupon_code {
    width: 98px !important;
  }

  .lister-box p {
    min-height: 70px;
  }

  span#payment_method-error {
    background: yellow;
    padding: 7px;
    display: block;
    width: 100%;
  }

  section.banner-section {
    padding-bottom: 0px;
    height: 165px;
    overflow: hidden;
  }

  a.navbar-brand.mob-logo {
    max-width: 80px !important;
    height: 30px;
    position: absolute;
    margin-top: -50px !important;
    margin-left: 15%;
    z-index: 1;
  }
  .cout-in {
    width: 100%;
    float: left;
  }
  .cpm-d-1 {
    float: right;
    width: 140px;
    margin-right: 0px;
  }
  .cpm-d-2 {
    float: right !important;
    width: 140px;
    height: 40px;
    margin-bottom: 15px;
  }
  input#coupon_code {
    width: 100% !important;
  }
  .cpm-d-2 {
    float: right !important;
    width: 140px;
    height: 40px;
    margin-bottom: 15px;
    margin-left: 15px !important;
  }

  .col-md-6.col-sm-6.col-xs-12.text-placer {
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-placer ul li {
    float: left;
    padding: 0 8px;
  }

  .text-placer a i {
    color: var(--secondary2-color);
    margin-right: 0px;
  }

  .lister-box {
    border: 0px solid #fff;
  }

  .bottomMenu {
    display: none !important;
  }

  .desc-price .btn {
    float: left;
  }

  .glass-case-bg.desk-case {
    display: none;
  }

  .detail-slider-mob {
    display: block;
  }

  .desc-price {
    padding: 15px 0px;
  }

  .details-sec h5 {
    padding: 15px 15px;
  }

  .prd-descp-main {
    padding: 0px 15px 15px;
  }

  .size-sec {
    margin-bottom: 5px;
  }

  .details-sec .price {
    float: initial;
  }
}

@media (max-width: 380px) {
  /*.logo-placer img {
                max-width: 95px;
            }*/

  .nav-social li {
    float: left;
    margin-right: 5px;
  }

  span.arab-btn img {
    width: 65px;
  }

  .cap-pro-name h5 a {
    font-size: 18px;
  }

  .btn.btn-default.idem-btn {
    min-width: 85px !important;
  }

  span.lblpr {
    font-size: 22px !important;
  }

  section.banner-section {
    padding-bottom: 0px;
    height: 150px;
    overflow: hidden;
  }
}

@media (max-width: 320px) {
  a.navbar-brand.mob-logo {
    max-width: 95px;
  }

  span.arab-btn {
    left: 51%;
  }

  section.banner-section {
    height: 128px;
  }

  .text-placer a {
    font-size: 12px;
  }
}

/* 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;
}

@media (min-width: 500px) and (max-width: 768px) {
  .nav-btn-mob {
    display: block;
    top: 50px;
  }
  a.navbar-brand.mob-logo {
    max-width: 80px !important;
    height: 30px;
    position: absolute;
    margin-top: -50px !important;
    margin-left: 15%;
    z-index: 1;
  }
  span.arab-btn {
    position: absolute;
    z-index: 2;
    top: -50px;
    left: 55%;
  }
  span.arab-btn img {
    padding: 19px 0px;
    width: 75px;
    float: right;
  }
  .nav-btn-pc {
    display: none;
  }
  .logo-placer {
    /* padding: 0px 15px; */
    display: none;
  }
  .header-top {
    min-height: 45px;
    padding: 0px;
    background: var(--primary-color);
    float: left;
    width: 100%;
  }
  .col-md-6.col-sm-6.col-xs-12.text-placer {
    padding-left: 8px;
    padding-right: 8px;
  }
  .txt-pl1 {
    padding-top: 12px;
  }
  span.arab-btn {
    left: 63%;
  }
  .bottomMenu {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mob-top-nav-width-left {
    width: 35%;
  }
  .mob-top-nav-width-right {
    width: 65%;
  }
  .nav > li > a {
    font-size: 15px;
  }
  span.arab-btn img {
    width: 82px;
  }
  .bottomMenu {
    display: none !important;
  }
}

@media (max-width: 500px) {
  div#at-login .modal-dialog {
    width: auto;
  }
}

.featured-collections {
  padding-bottom: 30px;
}

@media (min-width: 681px) {
  .mobile-view {
    display: none;
  }
}

@media (max-width: 680px) {
  .scroll-content {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    margin: 0;
    margin-bottom: 0px;
    padding-bottom: 12px !important;
    gap: 15px;
  }
  .desktop-view {
    display: none;
  }
  .mobile-view .lister-box {
    /* margin: 0px 15px 0px 0px; */
    flex: 0 0 55%;
    max-width: 55%;
  }
}


/********************** 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!important; 
  -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!important;
  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 ****************/
