/*
* Style tweaks
* --------------------------------------------------
*/

@import "color.css";

html,
body {
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */
  font-size: 16px;
}

* {
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 1px transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  text-transform: uppercase;
}

h5 {
  font-weight: 400;
}

strong {
  font-weight: 700;
}

p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #545454;
  line-height: 29px;
  font-weight: 400;
}

li {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #2d2d2d;
  margin: 6px 0px;
  list-style: none;
}

ul {
  padding: 0;
}

h2 {
  font-size: 33px;
}

a,
img {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: 0;
}

a:hover,
a:focus {
  outline: 0;
}

::-webkit-scrollbar {
  width: 14px;
}

.clear {
  clear: both;
}

/* this targets the default scrollbar (compulsory) */

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: hsl(345, 6%, 13%);
}

/* this will style the thumb, ignoring the track */

::-webkit-scrollbar-thumb:hover {
  background-color: var(--secondary1-color);
}

::-moz-selection {
  color: #fff;
  background: var(--primary-color) !important;
}

::selection {
  color: #fff;
  background: var(--primary-color) !important;
}

.navbar-container {
  padding: 0px 15px;
  /* overflow: hidden; */
}

.navbar.navbar-fixed-top.fixed-theme {
  background-color: #fff;
  border-bottom: 1px solid rgba(153, 153, 153, 0.4);
  box-shadow: inherit;
}

.navbar-brand.fixed-theme {
  font-size: 18px;
}

.navbar-container.fixed-theme {
  /* padding: 0; */
}

.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container {
  transition: 0.8s;
  -webkit-transition: 0.8s;
}

.carousel-caption .btn {
  background: var(--secondary1-color);
}

.btn-default {
  background: var(--secondary1-color);
}

input.btn.btn-default.btn-login,
a.btn.btn-default.btn-login,
button.btn.btn-default.btn-login {
  width: 100% !important;
}

.owl-theme .owl-controls .owl-page span {
  border: solid 2px var(--secondary1-color) !important;
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.23);
  background-color: var(--secondary1-color);
}

.navbar-default .navbar-nav>li>a {
  width: 200px;
  font-weight: bold;
}

/* .mega-dropdown {
  position: static !important;
}

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding-bottom: 0;
} */

.breadcrumb1 {
  padding: 0 15px;
}

select#ddlCurrencyDropDown {
  height: 26px;
}

.dhs-cont-ar #CurrenciesIdMobile {
  display: none;
}

.dhs-cont #CurrenciesIdMobile {
  display: none;
}

span.arab-btn {
  float: right;
}

select#phonecode {
  display: block;
  width: 35%;
  height: 42px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #1e1e1e;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(35, 31, 32, 0.31);
  border-radius: 3px;
  margin-bottom: 10px;
}

.min-content {
  min-height: 600px !important;
}

@media (min-width: 767px) {
  /*.open .dropdown-toggle:after {
border-bottom: 15px solid #fff;
border-left: 17px solid transparent;
border-right: 17px solid transparent;
content: "";
left: 163px;
position: absolute;
bottom: -21px;
z-index: 1500;
}*/
}

/* .mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 5px 30px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #545454;
  white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: underline;
  color: var(--secondary1-color);
  padding-left: 25px;
}

.mega-dropdown-menu .dropdown-header a {
  color: var(--secondary1-color);
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  text-transform: uppercase;
} */

.mega-dropdown {
  position: relative;
  /* Use relative positioning for dropdown items */
}

/* Initial styling for dropdown menus */
.mega-dropdown-menu {
  padding: 20px 0px;
  width: 200px;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding-bottom: 0;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  /* Ensures the menu stays close to the dropdown item */
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  padding: 20px;
}

/* Show the dropdown menu when hovering over either the dropdown item or the dropdown menu */
.mega-dropdown:hover>.mega-dropdown-menu,
.mega-dropdown-menu:hover {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* Other existing styles */
.navbar-nav>li>.dropdown-menu>li {
  width: 20%;
}

.navbar-nav>li>.dropdown-menu>li.full-width {
  width: 100%;
  background: #fff;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 27px;
  color: #2d2d2d;
  border-top: solid 1px #d6d6d6;
  transition: all 0.5s ease;
}

.mega-dropdown-menu .dropdown-header a:hover {
  background: none;
  text-decoration: underline;
}

.navbar-nav>li>.dropdown-menu>li.full-width a:hover,
.navbar-nav>li>.dropdown-menu>li.full-width a:focus {
  background: none;
}

.navbar-nav>li>.dropdown-menu>li.full-width a {
  color: #2d2d2d;
  font-size: 16px;
}

.navbar-nav>li>.dropdown-menu>li.full-width:hover {
  background: #484848;
}

.navbar-nav>li>.dropdown-menu>li.full-width:hover a {
  color: #fff;
}

.res_login {
  display: none;
}

.shipping-cart-mob,
.shipping-detail-mob {
  display: none;
}

.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;
}

span.price-det-en {
  font-size: 10px;
}

.cart-price {
  color: #e22739;
  font-weight: 700px;
  font-size: 15px;
}

.skucode,
.cap-pro-desc span:nth-child(1) {
  font-weight: 700;
}

.shipping-cart-main-wp .smpl-shpng-crt .btn {
  font-size: 16px !important;
  font-weight: 700 !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.btn-payment:hover {
  background-color: #e6e5e5 !important;
  border-color: #adadad !important;
  color: #333 !important;
}

ul.t-inv-det {
  border-top: 1px solid #eee;
  float: right;
  width: 100%;
}

.shipp-det-price-sec ul li {
  margin-bottom: 0;
  padding-top: 0px !important;
}

label.rememberme.mt-checkbox.mt-checkbox-outline {
  padding-left: 15px;
}

p.countrywrong {
  background: #ffeac3;
  border: 1px solid #ff9600;
  padding: 5px 0px;
  border-radius: 4px;
  text-align: center;
}

.checkerror {
  display: block;
  color: red;
}

#txtsubemail-error {
  display: none !important;
}

#btnCheckOut {
  text-transform: uppercase;
  font-weight: 600;
}

.coup-main strong {
  display: contents !important;
}

.coup-main .btn {
  margin-left: 0px;
  min-width: 80px !important;
  border-radius: 0px 4px 4px 0px;
}

.coup-main .form-control {
  border-radius: 4px 0px 0px 4px;
}

/* .navbar-nav > li > .dropdown-menu > li {
  width: 20%;
}

.navbar-nav > li > .dropdown-menu > li.full-width {
  width: 100%;
  background: #fff;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 27px;
  color: #2d2d2d;
  border-top: solid 1px #d6d6d6;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mega-dropdown-menu .dropdown-header a:hover {
  background: none;
  text-decoration: underline;
}

.navbar-nav > li > .dropdown-menu > li.full-width a:hover,
.navbar-nav > li > .dropdown-menu > li.full-width a:focus {
  background: none;
}

.navbar-nav > li > .dropdown-menu > li.full-width a {
  color: #2d2d2d;
  font-size: 16px;
}

.navbar-nav > li > .dropdown-menu > li.full-width:hover {
  background: #484848;
}

.navbar-nav > li > .dropdown-menu > li.full-width:hover a {
  color: #fff;
} */

#subbanner img {
  width: 100%;
}

/*navigations*/

nav#header {
  background-color: var(--primary-color);
}

.top-header {
  background: var(--secondary1-color);
  /* min-height: 55px; */
  padding: 11px 0px;
}


.top-header a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.mail img {
  width: 23px;
}

.mail i {
  margin-right: 10px;
}

/* .top-header-right {
    padding: 4px 0px;
} */
.navbar-brand {
  margin-left: 0px !important;
}

li#CurrenciesId form select {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #fff;
  background: var(--primary-color);
  border: none;
}

.social a {
  font-size: 15px;
  margin: 0px 8px;
}

.social {
  padding: 0;
  margin: 0;
}

.mail a {
  text-align: center;
  float: left;
  width: 100%;
}

.top-links a {
  padding: 0px 10px;
  position: relative;
  border-right: solid 1px #ffffff;
  min-width: inherit;
  cursor: pointer;
}

.top-links {
  padding: 0;
}

.top-links a:first-child:before {
  display: none;
}

.field-validation-error {
  text-align: left;
  display: block;
  font-size: 12px;
  color: red !important;
}

.shipping-details-main-wp-all-in .validation-error-message {
  position: absolute;
  right: 15px;
  top: 0px;
  font-size: 14px !important;
  padding-top: 2px !important;
}

.top-header-right a:hover {
  color: #fff;
}

.mail {
  margin: 4px 0px;
  padding: 0;
}

.section-banner-wrapper {
  margin-top: 0px;
}

.section-banner-wrapper .owl-carousel {
  margin-top: 0px;
}

.shp-pay-error {
  position: relative;
  float: left;
  width: 100%;
  text-align: left;
  font-size: 14px !important;
  padding-top: 2px;
}

/*search*/

/* Float whatsapp */
.whatsapp-wrapper {
  background: var(--primary-color);
  display: inline-block;
  position: fixed;
  z-index: 99;
  bottom: 15px;
  right: 75px;
  text-align: center !important;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 430px) {
  .whatsapp-wrapper {
    right: 15px;
  }
}

.whatsapp-wrapper a {
  color: #fff;
  font-size: 30px;
}

.popup-box-on {
  display: block !important;
}

.off {
  display: none;
}

.chat_box .chat_message_wrapper ul.chat_message>li+li {
  margin-top: 4px;
}

#search.open {
  opacity: 1;
  transform: translate(0px, 0px) scale(1, 1);
}

#search {
  background-color: rgba(255, 255, 255, 0.88);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 2000;
}

#search .close {
  color: #2d2d2d;
  font-size: 40px;
  opacity: 1;
  padding: 10px 17px;
  position: fixed;
  right: 15px;
  top: 15px;
  outline: 0;
}

button.close {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
}

.close {
  float: right;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  background: #fff;
}

#search input[type="text"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #333;
  font-family: "Lato", sans-serif;
  font-size: 50px;
  font-weight: 300;
  margin: -51px auto 0;
  outline: medium none;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}

#search .btn {
  left: 50%;
  margin-top: 60px;
  padding: 10px 50px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  height: auto;
  font-weight: 300;
  outline: 0;
}

.s-icon a {
  font-size: 26px;
  margin: 0;
  text-align: center;
  float: left;
  margin-top: 3px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.navbar-inverse .navbar-nav>li>a {
  color: #fff;
}

.navbar-inverse .navbar-brand {
  background: #fff none repeat scroll 0 0 !important;
  border-radius: 50px;
  color: #be5254 !important;
  height: auto;
  margin: 3px 0 2px -12px !important;
  padding: 12px 20px !important;
}

.btn-lg,
.btn-group-lg>.btn {
  border-radius: 3px;
  font-size: 28px;
}

.btn-site {
  background: var(--secondary1-color) none repeat scroll 0 0;
  color: #fff !important;
}

/*search*/

.search-box {
  float: right;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  position: relative;
}

.search-box>a {
  display: none;
}

@media (max-width:767px) {
  .search-box>a {
    display: inline;
  }
}

.s-icon a img {
  width: 22px;
  float: left;
}

.search-wrp-right {
  float: right;
  padding: 0px 0;
  padding-top: 23px;
}

/*Slick*/

.slick-next,
.slick-prev {
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 60px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: var(--secondary1-color);
  font-size: 33px;
  border-radius: 0;
}

.slick-prev:before {
  content: "\f104";
  font-family: "fontawesome";
  color: #fff;
}

.slick-next:before {
  content: "\f105";
  font-family: "fontawesome";
  color: #fff;
}

.slick-next {
  right: -50px;
}

.slick-prev {
  left: -50px;
}

.slick-prev:before,
.slick-next:before {
  font-size: 32px;
  text-align: center;
  margin-left: 15px;
}

.slick-next,
.slick-prev {
  height: 40px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  background: var(--secondary2-color);
}

#men-cl,
.prod-collection {
  margin-top: 20px;
}

.slick-next,
.slick-prev {
  top: -10%;
}

.slick-prev {
  right: 5%;
  left: auto;
}

.slick-next {
  right: 1%;
}

/*Slick End*/

/*login-dropdown*/

#login-dp {
  min-width: 250px;
  padding: 14px 14px 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.95);
}

#login-dp .help-block {
  font-size: 12px;
}

#login-dp .bottom {
  background-color: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #ddd;
  clear: both;
  padding: 14px;
}

#login-dp .social-buttons {
  margin: 12px 0;
}

#login-dp .social-buttons a {
  width: 49%;
}

#login-dp .form-group {
  margin-bottom: 10px;
}

.btn-fb {
  color: #fff;
  background-color: #3b5998;
}

.btn-fb:hover {
  color: #fff;
  background-color: #496ebc;
}

.btn-tw {
  color: #fff;
  background-color: #55acee;
}

.btn-tw:hover {
  color: #fff;
  background-color: #59b5fa;
}

.login-button ul.nav.navbar-nav ul#login-dp li {
  width: 100%;
}

@media (max-width: 767px) {
  #login-dp {
    background-color: inherit;
    /* color: #fff; */
  }

  #login-dp .bottom {
    background-color: inherit;
  }
}

/*login-dropdown*/

.login-button ul.nav.navbar-nav.navbar-right {
  float: left !important;
  margin-right: 0;
  margin-left: 0;
}

.login-button ul.nav.navbar-nav li.dropdown.open a.dropdown-toggle span:after {
  right: 0;
}

.login-button b img {
  width: 18px;
}

.login-button ul.nav.navbar-nav.navbar-right li.dropdown>a {
  padding: 28px 12px;
}

.login-box div#err_msg {
  text-align: center;
  font-size: 14px;
}

.main-heading h2 {
  text-align: center;
  padding-bottom: 0;
  width: 410px;
  margin: auto;
  height: 33px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 33px;
  font-weight: 300;
}

.main-heading h2:before {
  width: 15px;
  height: 15px;
  content: "";
  background: var(--primary-color);
  position: absolute;
  top: 10px;
  left: 10%;
  transform: rotate(130deg);
}

.main-heading h2:after {
  width: 15px;
  height: 15px;
  content: "";
  background: var(--primary-color);
  position: absolute;
  top: 10px;
  right: 10%;
  transform: rotate(130deg);
}

div#owl-demo .owl-controls .owl-buttons div.owl-prev {
  top: 0;
  left: 17%;
  bottom: 0;
}

div#owl-demo .owl-controls .owl-buttons div {
  position: absolute;
  margin: auto;
}

div#owl-demo .owl-controls .owl-buttons div.owl-next {
  right: 17%;
  top: 0;
  bottom: 0;
}

.owl-theme .owl-controls .owl-buttons div.owl-next:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  font-size: 30px;
  color: var(--secondary1-color);
  text-align: center;
  padding: 7px 0px;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  font-size: 30px;
  color: var(--secondary1-color);
  text-align: center;
  padding: 7px 0px;
}

div#owl-demo .owl-pagination {
  position: absolute;
  width: 100%;
  bottom: 14px;
}

section.category-section {
  padding: 0 0 30px 0;
}

div#ascrail2000 {
  z-index: 99999 !important;
}

.box-left {
  width: 50.2%;
  float: left;
}

.box-right {
  width: 49.8%;
  float: right;
  padding: 40px 6px 13px 30px;
  min-height: 282px;
}

.content-list ul {
  padding-left: 40px;
}

.content-list ol li {
  list-style: decimal !important;
}

.content-list ul li {
  list-style: disc !important;
}

.category-listing ul li a {
  background: #7c7f9c;
  float: left;
  width: 100%;
}

.box-right h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}

.box-right p {
  color: #dbdbdb;
  font-size: 15px;
  margin: 20px 0px 0px 0px;
  min-height: 100px;
  font-weight: 300;
}

.svg-footer.float-right {
  width: 100px;
  display: inline-block;
  margin-left: 15px;
}

.category-listing ul {
  padding: 0;
}

.category-listing ul li {
  margin: 17px 0px;
}

.box-left img {
  width: 100%;
}

.category-listing ul li.rings a {
  background: #a17989;
}

.category-listing ul li.bracelets a {
  background: #8f7e9b;
}

.category-listing ul li.earrings a {
  background: #a18479;
}

.category-listing ul li.earrings a .btn {
  color: #a18479;
}

.category-listing ul li.rings a .btn {
  color: #a17989;
}

.category-listing ul li a .btn {
  color: #7c7f9c;
}

.category-listing ul li.bangles a {
  background: #7f79a1;
}

.category-listing ul li.bangles .btn.btn-primary {
  color: #7f79a1;
}

.category-listing ul li.aceccories a {
  background: #9c7c7c;
}

.category-listing ul li.aceccories a .btn.btn-primary {
  color: #9c7c7c;
}

.category-listing ul li a:hover {
  background: #2d2d2d;
}

.category-listing {
  background: url(../images/underlines.png) no-repeat center bottom;
  padding-bottom: 30px;
}

.more-button {
  text-align: center;
  margin: 40px 0px 20px 0px;
}

section.section-collections {
  padding: 20px 0px 43px 0px;
  background: #fbfbfb;
  border-top: 1px solid #eaeaec;
}

.collections-heading h2 {
  width: 263px;
  background: var(--secondary1-color);
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-weight: 300;
  height: 40px;
  padding: 11px 0px;
  margin-bottom: 0;
}

.collections-heading {
  border-bottom: solid 1px var(--secondary1-color);
}

.image-collections img {
  max-width: 100%;
  aspect-ratio: 3/4;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.collections-wrapper .item {
  margin: 0px 15px;
}

.collection-listing {
  float: left;
  border: solid 1px #dddddd;
  background: #fff;
}

.collection-matter {
  float: left;
  width: 100%;
}

.image-collections {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.headings-collection {
  float: left;
  width: 100%;
  padding: 15px 15px;
  border-bottom: solid 1px #dddddd;
}

.headings-collection h4,
.headings-collection h3 {
  margin: 0;
  color: #434343;
  font-weight: 300;
  text-transform: capitalize;
  font-size: 20px;
  height: 44px;
  overflow: hidden;
}

.headings-collection p {
  margin: 0;
  font-size: 12px;
  color: #878787;
  display: none;
}

.collection-listing a {
  text-decoration: none;
}

.coleection-strap div {
  height: 50px;
  border-right: solid 1px #dddddd;
}

.coleection-strap div a {
  float: left;
  width: 100%;
  font-size: 19px;
  padding: 11px 0;
  text-align: center;
  color: var(--secondary1-color);
}

.coleection-strap div.price-tag {
  border-right: 0;
  background: var(--secondary1-color);
  padding: 11px 0px;
  text-align: center;
}

.coleection-strap div.price-tag p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.login-wrapper-lg {
  width: 100%;
}

.coleection-strap div.price-tag p span {
  font-size: 13px;
  margin-right: 6px;
}

.owl-carousel {
  margin-top: 35px;
}

.coleection-strap div a:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  writing-mode: lr-tb;
}

.offer-bar {
  position: absolute;
  min-width: 85px;
  height: 35px;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  font-weight: 300;
  font-size: 15px;
  padding: 7px 0px;
  top: 283px;
  visibility: hidden;
  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;
  z-index: 1;
}

.collection-listing:hover .offer-bar {
  visibility: visible;
  opacity: 1;
  top: 15px;
}

.image-collections img.secondary {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.collection-listing:hover .image-collections img.secondary {
  visibility: visible;
  opacity: 1;
}

.collection-listing:hover .image-collections img.primary {
  transform: scale(1.1);
}

.image-collections:before {
  content: "";
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
  position: absolute;
  width: 32px;
  height: 32px;
  background: url(../images/zoom.png) no-repeat;
  z-index: 1;
  right: 4px;
  top: 4px;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  transition-duration: 0.3s;
}

.collection-listing:hover .image-collections:before {
  -webkit-transform: translate3d(0px, 0px, 0);
  transform: translate3d(0px, 0px, 0);
}

.collection-listing:hover .coleection-strap .price-tag {
  background: var(--secondary2-color);
}

.btn-default:hover {
  background: var(--secondary2-color);
}

section.section-collections .owl-pagination {
  display: none;
}

section.section-collections .owl-buttons {
  position: absolute;
  right: 15px;
  top: -77px;
}

section.section-collections .owl-theme .owl-controls .owl-buttons div {
  width: 38px;
  height: 41px;
  color: #fff;
  background: var(--secondary1-color);
  opacity: 1;
  margin: 0px 0px 0px 2px;
  border-radius: 0;
  padding: 4px 10px;
}

section.section-collections .owl-theme .owl-controls .owl-buttons div:before {
  color: #fff;
  font-size: 19px;
}

.collections-wrapper {
  margin-bottom: 40px;
  float: left;
  width: 100%;
}


.carousel-caption {
  top: unset;
  bottom: 10%;
}

.carousel-caption h1,
.carousel-caption h2 {
  font-size: 53px;
  text-transform: uppercase;
  color: var(--secondary1-color);
  font-weight: 600;
}

.carousel-caption p {
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  padding-bottom: 0;
  color: #000;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 12px 0px;
}

/*cart*/

ul.dropdown-cart {
  min-width: 250px;
}

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;
}

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;
}

ul.dropdown-cart li .item-left span.item-info span {
  display: block;
}

ul.dropdown-cart li .item-right {
  float: right;
}

ul.dropdown-cart li .item-right button {
  margin-top: 0;
}

.cart-wrp ul.nav.navbar-nav.navbar-right {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.cart-wrp ul.nav.navbar-nav.navbar-right ul.dropdown-menu.dropdown-cart li {
  width: 100%;
  /* background: #; */
}

ul.dropdown-cart li .item-left img {
  width: 50px;
}

.cart-wrp i.fa.fa-shopping-bag {
  font-size: 17px;
  margin-right: 10px;
  color: #838597;
}

.cart-wrp a:hover {
  text-decoration: none;
}

.cap-pro-name h5 {
  margin-top: 0px;
  margin-bottom: 4px;
}

.shipping-cart-main-wp table#shopingcartheader tr td .cap-pro-name h5 a {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 63px;
}

.cart-wrp li.dropdown a {
  text-transform: capitalize;
  color: #2d2d2d;
  float: left;
  padding-top: 24px;
  padding: 0;
  position: relative;
}

.cart-wrp {
  position: relative;
  float: right;
}

.navbar-nav>li>ul.dropdown-menu.dropdown-cart li a.text-center {
  color: #474747;
  text-decoration: underline;
  width: 100%;
  padding: 3px 0px;
}

.navbar-nav>li>ul.dropdown-menu.dropdown-cart li a.text-center:hover,
.navbar-nav>li>ul.dropdown-menu.dropdown-cart li a.text-center:focus {
  background: none;
}

.cart-wrp li.dropdown a span.shp {
  background: #000;
  min-width: 20px;
  min-height: 20px;
  float: right;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  padding: 0px 0px;
}

/*cart*/

section.section-collections .container {
  padding-bottom: 30px;
}

.footer-one img {
  width: 57px;
  float: left;
}

.footer-top {
  display: none !important;
}

.footer-two img {
  width: 78px;
  float: left;
}

.footer-three img {
  width: 65px;
  float: left;
}

.footer-top h4 {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  line-height: 22px;
  letter-spacing: 2.2px;
  padding: 4px 0px;
}

.footer-top img {
  margin-right: 25px;
}

.footer-top {
  padding: 10px 0px;
  background: #fff;
}

.footer-one,
.footer-two {
  border-right: solid 1px #cccccc;
}

.footer-two {
  padding-left: 50px;
}

.footer-three {
  padding-left: 97px;
}

footer {
  background: var(--primary-color);
}

.footer-right img {
  width: 200px;
}

.footer-links ul li a {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}

.footer-links ul li {
  margin: 5px 0px;
}

.bottom-footer h4 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 18px;
  font-size: 22px;
}

.bottom-footer {
  padding-top: 40px;
  padding-bottom: 20px;
}

.bottom-footer .container {
  padding-left: 0px;
  padding-right: 0px;
}

.footer-right p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 0px 0px 10px;
}

.footer-right {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-right .social a {
  color: #fff;
  font-size: 18px;

  /* width: 40px;
  height: 40px;
  float: left;
  margin: 0px 5px 0px 0;
  text-align: center;
  padding: 8px 0px; */
}

.popular-searches {
  margin-top: 36px;
}

.popular-searches ul li {
  display: inline-block;
  margin: 0;
}

.popular-searches ul li a {
  border: solid 1px #969696;
  border-radius: 3px;
  float: left;
  width: 100%;
  height: 33px;
  color: #969696;
  padding: 5px 20px;
  font-size: 13px;
  text-decoration: none;
}

.footer-copyright {
  border-top: solid 1px var(--primary-color);
  min-height: 80px;
  margin-top: 20px;
  padding: 25px 0px;
  background: var(--secondary1-color);
}

.footer-copyright p,
.footer-copyright p a {
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

img.copy-right-img {
  height: 17px;
}

.footer-copyright a i {
  font-size: 30px;
  color: #fff;
  display: inline-block;
}

.footer-copyright a i img {
  width: 68px;
  float: left;
  position: relative;
  top: 2px;
  border-radius: 2px;
}

.navbar.navbar-fixed-top.fixed-theme .top-header {
  display: none;
}

.navbar.navbar-fixed-top.fixed-theme div#header-container div#navbar ul.nav.navbar-nav>li a {}

.navbar.navbar-fixed-top.fixed-theme a.navbar-brand img {
  width: 120px;
}

.navbar.navbar-fixed-top.fixed-theme .search-box {
  padding: 0;
}

.navbar.navbar-fixed-top.fixed-theme .login-button ul.nav.navbar-nav.navbar-right li.dropdown>a {
  padding: 16px 12px;
}

.navbar.navbar-fixed-top.fixed-theme .cart-wrp:before {
  height: 24px;
}

.cart-wrp:before {
  padding: 0;
}

.navbar.navbar-fixed-top.fixed-theme .cart-wrp li.dropdown a {
  padding: 0;
}

.cart-box {
  margin-left: 7px;
  position: relative;
  display: inline-block;
  top: -4px;
  position: absolute;
  right: -8px;
}

.navbar.navbar-fixed-top.fixed-theme div#header-container div#navbar ul.nav.navbar-nav>li .mega-dropdown-menu>li>ul>li>a {
  padding: 5px 20px;
}

.navbar.navbar-fixed-top.fixed-theme div#header-container div#navbar ul.nav.navbar-nav>li .mega-dropdown-menu>li>ul>li.dropdown-header a {
  padding: 0;
}

.navbar-nav>li>.dropdown-menu>li.full-width a {
  padding: 3px 20px !important;
}

.open .dropdown-toggle .cart-box span:after {
  bottom: -29px;
  right: -11px;
}

.navbar.navbar-fixed-top.fixed-theme .open .dropdown-toggle .cart-box span:after {
  bottom: -18px;
}

.cart-wrp div#bs-example-navbar-collapse-1 {
  float: right;
}

.navbar.navbar-fixed-top.fixed-theme .cart-wrp li.dropdown a.text-center {
  padding: 3px 0px;
  width: 100%;
}

#fixed-bar {
  margin: 0;
  padding: 0;
  z-index: 100;
  right: 0;
  bottom: 20px !important;
}

#fixed-bar a {
  background: var(--secondary1-color);
  color: #fff;
  padding: 5px 18px;
  font-size: 25px;
  border-radius: 3px;
  text-decoration: none;
  margin-right: 15px;
  display: block;
  width: 52px;
  height: 49px;
  text-align: center;
  border: solid 1px var(--primary-color);
}

.s-icon.mobile {
  display: none;
}

.s-icon {
  float: right;
  width: auto;
}


/* Search */

/* Mobile Search Styles */
.mobile-search-container {
  display: none;
  /* Hidden by default, shown only on mobile */
}

.mobile-search-icon,
.desktop-search-icon {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.mobile-search-icon img,
.desktop-search-icon img {
  max-width: 27px;
  background-color: var(--secondary1-color);
  padding: 7px;
  border-radius: 50%;
}

.mobile-search-icon:hover,
.desktop-search-icon:hover {
  opacity: 0.7;
}

.mobile-search-dropdown,
.desktop-search-dropdown {
  position: absolute;
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 9px;
  transform: translateY(-10px) translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
}

.mobile-search-dropdown {
  top: 33px;
  left: 50%;
  width: 95%;
}

.desktop-search-dropdown {
  top: 50px;
  left: 0%;
  width: 95%;
  min-width: 300px;
}

.mobile-search-dropdown.active,
.desktop-search-dropdown.active {
  opacity: 1;
  visibility: visible;
}

@media (max-width:580px) {
  .s-icon {
    margin: 0px 10px;
  }

  .desktop-search-dropdown {
    top: 32px;
    left: 50%;
  }

  .mobile-search-dropdown.active,
  .desktop-search-dropdown.active {
    transform: translateY(0) translateX(-50%);
  }
}

.mobile-search-input,
.desktop-search-input {
  width: 100% !important;
  padding: 6px !important;
  border-radius: 5px !important;
  font-size: 16px !important;
  outline: none;
}

.mobile-search-input:focus,
.desktop-search-input {
  border-color: var(--secondary1-color);
}

.mobile-search-input::placeholder,
.desktop-search-input::placeholder {
  color: #999;
}

/* Close button for search dropdown */
.search-close-btn {
  position: absolute;
  top: -5px;
  right: -5px;
  background: var(--secondary1-color);
  color: white;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  z-index: 99999999;
}

.search-close-btn:hover {
  background: var(--secondary1-color);
}

.mob-search-wrap,
.desk-search-wrap {
  position: relative;
}

.mob-search-wrap .mobile-search-icon,
.desk-search-wrap .desktop-search-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.mob-search-wrap .mobile-search-icon .search-input,
.desk-search-wrap .desktop-search-icon .search-input {
  padding-right: 45px;
}




.res_login {
  float: right;
}

.cart-wrp ul.nav.navbar-nav.navbar-right li.dropdown {
  width: 100%;
}

/* Password Reset*/

.password-recovery-title {
  color: var(--primary-color) !important;
  width: 100% !important;
  float: left !important;
  font-size: 24px;
  padding-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.profile_cont.all-pages-inner-wrp.up-pro-wp-main span {
  width: 100%;
  float: left;
  font-size: 12px;
  color: red;
}

.btn-reset-password {
  width: 225px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  background: var(--secondary1-color);
  padding: 10px 12px;
  color: #fff;
  border: 1px solid transparent;
}

/* End Password reset */

/* Change Password */

.all-pages-bg.registered-user-update-profile-wp {
  background: #eaeaea;
  padding: 20px;
  border-radius: 4px;
  margin-top: 30px;
}

/* End Change Password */

/*subpage*/

section.subpage-wrapper {
  min-height: 500px;
}

.grey_bg {
  background: #000;
  display: none;
  height: 100%;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 150;
}

.collection-listing-wrapper ul li {
  margin: 17px 0px;
}

section.subpage-wrapper.without-banner {
  margin-top: 139px;
}

body#subpage footer {
  /* margin-top: 30px; */
}

::selection {
  background-color: #f5f5f5;
}

.cart-wrp li.dropdown a i img {
  width: 40px;
}

.navbar-nav>li a {
  position: relative;
}

div#navbar .navbar-nav>li>a:after {
  content: "";
  width: 0;
  height: 100%;
  color: #000;
  position: absolute;
  border-radius: 5px;
  z-index: -1;
  left: 0;
  top: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-primary:hover {
  background: var(--secondary2-color);
}

div#navbar .navbar-nav>li>a:hover:after {
  visibility: visible;
  right: 0;
  width: 100%;
  margin: 0px auto;
}

div#navbar .navbar-nav>li>a:hover {
  color: var(--secondary2-color);
}

div#navbar .navbar-nav>li.open a.dropdown-toggle {
  background: var(--secondary1-color);
  border-radius: 5px;
  color: #fff;
}

.main-nav ul {
  float: left;
  margin: 0;
}

.cart-wrp .navbar-nav>li>.dropdown-menu {
  margin-top: 30px;
}

.main-heading {
  position: relative;
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.main-heading:before {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--secondary1-color);
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
}

.category-inner-wrappr ul li a {
  position: relative;
  width: 100%;
  float: left;
  text-align: center;
  overflow: hidden;
}

.category-inner-wrappr ul li {
  float: left;
  /*   width: 100%;*/
  margin: 15px 0px;
}

.category-inner-wrappr ul li a img {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  width: 100%;
  /*-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;*/
}

.category-inner-wrappr ul li a figcaption {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  /* background: rgba(160, 160, 160, 0.34); */
  /* border: solid 2px rgba(169, 169, 169, 0.48); */
  padding: 29px 0px;
  opacity: 1;
}

.category-inner-wrappr ul li a:hover figcaption {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.category-inner-wrappr ul li a figcaption h2 {
  font-size: 30px;
  padding: 5px 0px;
  width: 100%;
  margin: 10px auto 0px auto;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.59);
}

.product-details-left .size-box ul li a input.input-sm {
  width: 80px;
  height: 30px;
}

.navbar.navbar-fixed-top.fixed-theme div#header-container div#navbar ul.nav.navbar-nav {
  margin-top: 14px;
}

.navbar-container.fixed-theme .search-wrp-right {
  margin-top: 0;
  padding: 6px 0;
}

.navbar-container.fixed-theme .search-wrp-right ul.nav.navbar-nav.navbar-right {
  margin-top: 11px;
}

.navbar.navbar-fixed-top.fixed-theme div#header-container div#navbar {
  min-height: inherit;
}

.navbar-container.fixed-theme .search-wrp-right ul.dropdown-menu.dropdown-cart {
  margin-top: 19px;
}

.category-inner-wrappr ul li a:hover img {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}

.category-inner-wrappr ul li a figcaption p.btn.btn-default {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.category-inner-wrappr ul li a:hover figcaption p.btn.btn-default {
  visibility: visible;
  opacity: 1;
}

.category-inner-wrappr .middle-box ul li a figcaption {
  padding: 133px 0px;
}

section.section-collections .main-heading h2 {
  background-color: #f8f8f8;
}

.collection-listing:hover .coleection-strap div a {
  color: var(--secondary2-color);
}

.coleection-strap div.more-coll:nth-child(2) a {
  font-size: 16px;
  padding: 13px 0px;
}

.footer-copyright p a {
  text-decoration: underline;
}

section.welcome-section {
  background: no-repeat center top;
  min-height: 430px;
  text-align: center;
  background-attachment: fixed;
  background-size: cover;
}

.welcome-wrapper {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 10px;
  width: 80%;
  margin: 64px auto;
  min-height: 284px;
  padding: 30px 95px;
}

.welcome-wrapper h1 {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 11px 0px;
  width: 50%;
  margin: 0px auto 13px;
  color: var(--secondary1-color);
  font-size: 33px;
  font-weight: 300;
}

.welcome-wrapper p {
  padding: 13px 0px;
}

div#brand-slider .owl-buttons {
  display: none;
}

div#brand-slider .owl-pagination {
  margin-top: 30px;
}

div#brand-slider .owl-pagination .owl-page.active span {
  background: var(--secondary1-color);
}

.brand-content {
  padding-bottom: 30px;
}

.brand-content .item {
  width: fit-content;
  display: block;
  margin: 0px auto;
}

.res-slider-mob {
  display: none;
}

.res-slider-pc {
  display: block;
}

.shipping-cart-mob,
.shipping-detail-mob {
  display: none;
}

.shipping-cart-pc {
  display: block;
}

.footer-left-top {
  float: left;
  width: 35%;
  background: #efefef;
  position: relative;
}

.footer-right-top {
  float: right;
}

.footer-top {
  width: 100%;
  /* float: left; */
  padding: 30px 0px;
  height: 161px;
}

.foot-left-in {
  float: right;
  width: 60%;
  padding: 25px 0px;
  position: relative;
}

.foot-left-in i {
  font-size: 44px;
  float: left;
  color: var(--primary-color);
}

.foot-left-in h4,
.foot-left-in p {
  float: right;
  width: 79%;
  padding: 0;
  margin: 0;
}

.footer-right-top {
  float: right;
  width: 35%;
  background: #efefef;
}

.foot-left-in h4 {
  font-size: 26px;
  color: var(--primary-color);
  float: right;
  text-align: left;
}

.foot-left-in p {
  text-align: left;
}

.footer-right-top .foot-left-in {
  float: left;
}

.footer-right-top .foot-left-in:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 50px 0;
  border-color: transparent #efefef transparent transparent;
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  z-index: 1;
}

.footer-left-top .foot-left-in:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 50px;
  border-color: transparent transparent transparent #efefef;
  content: "";
  right: -50px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.footer-right-top-middle .foot-left-in h4,
.footer-right-top-middle .foot-left-in p,
.footer-right-top-middle .foot-left-in i {
  color: #fff;
}

.footer-right-top-middle .foot-left-in h4,
.footer-right-top-middle .foot-left-in p {
  width: 87%;
}

.footer-right-top-middle .foot-left-in:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 50px 0;
  border-color: transparent #ffffff transparent transparent;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

.footer-right-top-middle .foot-left-in:before {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  border-style: solid;
  border-width: 50px 0 50px 50px;
  border-color: transparent transparent transparent #ffffff;
  content: "";
}

section.subpage-wrapper {
  /* margin-top: 175px; */
}

.breadcrumb>li a {
  color: #000;
  font-size: 13px;
}

.breadcrumb>li a span i,
.fa-home {
  color: var(--primary-color) !important;
}

.breadcrumb>li+li:before {
  color: #000000;
}

.breadcrumb {
  padding: 0;
  margin-bottom: 0px !important;
}

.gc-li-display-container img {
  margin-top: -42.75% !important;
  margin-left: -50% !important;
}

#shopingcartheader tbody th:first-child {
  width: 32%;
}

tr.cap-details1 td:nth-child(4) {
  text-align: center;
}

tr.cap-details1 td:nth-child(5) {
  text-align: center;
}

tr.cap-details1 td:nth-child(5) img {
  margin-right: 50px;
}

/*
.shipping-cart-main-wp table#shopingcartheader tr td {
   width: 320px;
}*/

.product-details-left .pr-detls-head h1 {
  margin-top: 0;
  text-transform: capitalize;
  font-weight: 400;
  color: var(--secondary1-color);
}

.pr-detls-head small {
  color: #231f20;
  font-weight: 400;
  font-size: 95%;
  margin-top: 8px;
  float: left;
  width: 100%;
}

.pr-detls-head mark {
  clear: both;
  width: 100%;
  display: inline-block;
  background: none;
  font-size: 21px;
  color: #231f20;
  padding: 15px 0px;
}

.product-details-left h5 {
  font-weight: 400;
}

.pr-detls-head {
  margin-bottom: 0px;
}

.product-details-left .lSSlideOuter.vertical {
  padding-right: 0px !important;
  padding-left: 66px;
}

.product-details-left ul li {
  margin: 0;
}

.product-details-left ul li img {
  width: 100%;
}

.product-details-left .button-shares .btn {
  padding: 8px 35px;
}


.product-details-left .gc-display-display {
  /* width: auto !important;
  height: auto !important; */
  aspect-ratio: 3/4;
  /* display: block;
  margin: 0px auto; */
  object-fit: cover;
}

.button-shares a.btn.btn-primary i {
  margin-right: 10px;
  font-size: 18px;
}

.size-box {
  width: 100% !important;
  float: left !important;
}

.Variable-box {
  width: 100%;
  float: left;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 43px;
  font-size: 15px;
  width: 100px;
  padding-top: 14%;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ebebeb;
}

@media (max-width:480px) {
  .cnt-radio {
    min-width: 60px !important;
  }

  .checkmark {
    width: 70px;
  }
}

/* On mouse-over, add a grey background color */

.cnt-radio:hover input~.checkmark {
  background-color: #dadada;
}

/* When the radio button is checked, add a blue background */

.cnt-radio input:checked~.checkmark {
  background-color: #ececec;
  border: 1px solid #dddddd;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */

.cnt-radio input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */

.cnt-radio .checkmark:after {
  top: 9px;
  left: 9px;
  border-radius: 50%;
  background: white;
}

.radio-btn-value {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 40px;
  max-height: 40px;
}

.size-box {
  margin-bottom: 20px;
}

.cnt-radio {
  display: inline-block !important;
  position: relative !important;
  /* padding-left: 41px; */
  margin-bottom: 12px !important;
  cursor: pointer !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 80px;
  margin-right: 10px !important;
  float: left !important;
}

.size-select {
  float: left !important;
  display: block !important;
  min-height: 60px !important;
  min-width: 100px !important;
}

/* Hide the browser's default radio button */

.cnt-radio input {
  position: absolute !important;
  opacity: 0 !important;
  cursor: pointer !important;
}

.quantity-box ul li {
  display: inline-block;
}

.quantity-box ul li input {
  padding: 5px 17px;
  width: 55px;
  text-align: center;
  border: solid 1px #d6d6d6;
  background: none;
  border-radius: 3px;
}

.quantity-box {
  margin-bottom: 20px;
}

.button-shares {
  margin: 30px 0;
}

.pr-details-tabwrapper .tab-content ul li {
  margin: 12px 0px;
  position: relative;
  font-size: 16px;
}

.pr-details-tabwrapper ul {}

.pr-details-tabwrapper .tab-content ul {}

.pr-details-tabwrapper .tab-content ul li:before {
  content: " ";
  color: var(--secondary1-color);
  margin-right: 4px;
}

.product-details-left .nav-tabs>li {
  margin-bottom: -1px;
}

.tab-pane {
  padding: 20px;
}

.quantity-box ul li input.bt-qnt {
  background: #ececec;
}

.product-details-left .button-shares a.btn.btn-primary {
  padding: 11px 30px;
}

.social-share h5,
.social-share .social {
  display: inline-block;
}

.social-share {
  width: 88%;
  float: right;
  text-align: center;
}

.social-share .social a {
  color: var(--secondary1-color);
  padding: 10px 2px;
  display: inline-block;
  margin: 0px 1px;
}

.checkbox {
  padding-left: 20px;
}

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #757575;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  outline: 0;
  top: 2px;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 13px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 4px;
  padding-top: 5px;
  font-size: 9px;
  color: #555555;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
  outline: 0;
}

.checkbox input:focus+label::before {
  /* outline: thin dotted; */
  /* outline: 5px auto -webkit-focus-ring-color; */
  /* outline-offset: -2px; */
}

.checkbox input:checked+label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}

.checkbox input:disabled+label {
  opacity: 0.65;
}

.checkbox input:disabled+label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox-primary input:checked+label::before {
  background-color: var(--secondary1-color);
  border-color: var(--secondary1-color);
}

.checkbox-primary input:checked+label::after {
  color: #fff;
}

.browse-collections ul.list-unstyled li {
  margin: 0 0px;
  padding-left: 0;
}

.toggle-b button.btn.btn-primary.btn-xs {
  background: #2d2d2d;
  color: #fff;
  outline: 0;
}

.browse-collections ul {
  padding-left: 20px;
}

.collection-list-left ul {
  /*border-bottom: solid 1px #eaeaec;*/
  padding-bottom: 15px;
}

.pr-add ul li {
  margin: 1px 0px;
}

.login-button {
  /* margin-top: 4px; */
}

div#cd-login .cd-form .login-wrapper-lg {
  width: 100%;
}

span {}

p.fieldset span {
  position: absolute;
  margin-top: -25px;
  color: #e60c0c;
}

.cd-form .fieldset select {
  border: 1px solid rgba(226, 39, 57, 0.56);
  padding: 9px 20px 9px 50px;
  height: 42px;
}

.cd-form .fieldset textarea {
  border: 1px solid rgba(226, 39, 57, 0.56);
  padding: 9px 20px 9px 50px;
  height: 86px;
  font-size: 16px;
}

.new-account-wrapper-inner h1 {
  font-size: 30px;
}

span#ctl00_login1_PasswordRequired {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 11px;
  text-align: left;
  left: 0;
  margin-top: -50px;
  color: #f00 !important;
}

span#ctl00_login1_UserNameRequired {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 11px;
  text-align: left;
  left: 0;
  margin-top: -50px;
  color: #f00 !important;
}

.product-details-left mark {
  clear: both;
  width: 100%;
  display: inline-block;
  background: none;
  font-size: 21px;
  color: #231f20;
  padding: 8px 0px 15px 0;
  border-bottom: dashed 1px #bdbdbd;
}

.footer-links h4 a {
  color: #fff;
}

.related-product-wrapper {
  float: left;
  width: 100%;
  padding: 30px 0 0 0;
}

.related-product-wrapper h2 {
  text-align: center;
  padding-bottom: 30px;
}

.pr-listin-inner ul li {
  padding-bottom: 20px;
}

.footer-right .social i {
  padding-top: 3px;
}

.new-account-wrapper {
  /* margin-top: 150px; */
}

.new-account-wrapper .reg-form-panel.wrapper {
  width: 50%;
}

.new-account-wrapper .reg-form-panel.wrapper .form-group {
  padding-bottom: 0;
  margin-bottom: 0;
  min-width: 300px;
}

.print-col {
  float: right;
  width: 170px;
}

.email-col {
  float: right;
  width: 170px;
  margin-right: 14px;
}

div#ctl00_print {
  width: 100%;
  float: left;
  padding: 20px 0;
}

.print-col,
.email-col {
  border: solid 1px var(--secondary1-color);
  padding: 10px 10px;
  border-radius: 2px;
}

.print-block a {
  color: var(--secondary1-color);
  text-decoration: none;
}

.print-col:hover,
.email-col:hover {}

.print-col:hover a,
.email-col:hover a {
  color: #000;
}

.print-block a i {
  margin-right: 10px;
}

.bread_crums {
  /* position: absolute; */
  width: 100%;
  /* margin-top: -90px; */
}

.bread_crums .breadcrumbs1 {
  background: #fff;
  padding-left: 0px;
  border-radius: 3px;
  /* margin-right: 15px; */
}

#inner-content-wrapper {
  min-height: 500px;
  padding: 0px 0;
}

.container h1 {
  font-weight: 700;
  font-size: 28px;
}

.reg_btn.btn.btn-primary {
  text-shadow: none;
  font-size: 17px;
  width: 160px;
  height: 48px;
  margin-top: 6px;
  text-transform: uppercase;
  font-weight: 300;
  background: var(--secondary1-color);
  color: #fff;
}

.reg_btn.btn.btn-primary:hover {
  color: #fff;
  background-color: #231f20;
}

.product-details-left .size-box ul li a input {
  border: 0;
  background: transparent;
}

.pr-add ul li:before {
  color: var(--secondary1-color);
  content: "\f10c";
  font-family: FontAwesome;
  font-size: 11px;
  display: inline-block !important;
  cursor: pointer;
  line-height: 15px;
  margin-right: 5px;
}

.pr-add ul li a {
  display: inline-block;
}

.pr-add ul li h5 {
  text-transform: capitalize;
  font-size: 16px;
  color: #231f20;
  margin: 5px 0px;
}

.collection-listing:hover {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.27);
}

.collection-listing {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.checklist li a {
  color: #676a74;
  text-decoration: none;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.footer-right-top-middle {
  width: 26%;
  float: left;
  background: var(--primary-color);
  margin-left: 2%;
}

.footer-right-top-middle .foot-left-in {
  width: 100%;
  padding: 25px 12%;
}

.colors a span {
  border: none;
  float: left;
  position: relative;
  border-radius: 100%;
  background-color: #eae3d3;
  width: 13px;
  height: 13px;
  margin-left: -20px;
  margin-top: 4px;
}

.checklist ul li {
  font-size: 14px;
  font-weight: 400;
  list-style: none;
  padding: 7px 0 7px 23px;
}

.colors ul li {
  padding-left: 21px;
}

.collection-listing-wrapper h1 {
  margin-top: 0;
  font-weight: 700;
}

.category-inner-main ul li {
  min-height: 226px;
}

.collection-list-left .list-group {
  background: #f9f9f9;
  padding: 10px 20px;
  border: solid 1px #eee;
}

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: rgb(239, 239, 239);
  border: 1px solid rgb(239, 239, 239);
  min-height: 300px;
  -moz-box-shadow: 3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow: 3px 3px 4px -2px rgba(121, 121, 121, 0.36);
}

aside.contact-form ul li label span {
  /* position: absolute; */
  /* margin-top: 3px; */
}

aside.contact-form ul li {
  margin: 0;
}

.login-button img {
  width: 15px;
  margin-right: 5px;
  margin-top: -3px;
}

.login-button a {
  padding: 0px 10px;
  text-transform: uppercase;
  font-size: 14px;
}

.login-button a strong {
  font-weight: 500;
}

.login-button span.fa.fa-angle-down {
  margin-left: 6px;
}

.login-button.open .login-w3ls {
  width: 100%;
}

.login-button.open .login-w3ls ol {
  padding: 0;
  color: #000;
}

.login-button.open .login-w3ls ol li {
  width: 100%;
  float: left;
  border-bottom: 1px dotted var(--secondary1-color);
  padding: 0;
  margin: 0;
}

.login-button.open .login-w3ls ol li a {
  padding: 10px 0;
  float: left;
  color: #000;
  font-weight: 600 !important;
  padding-left: 20px;
  width: 100%;
  text-align: center;
}

.login-button.open .login-w3ls ol li a span {
  color: #000;
  font-weight: 600;
  width: 100%;
  float: left;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.login-button.open .dropdown-menu {
  padding: 0;
  width: 240px;
  margin-left: -50px;
  margin-top: 14px;
}

.login-button.open .login-w3ls:before {
  bottom: 100%;
  left: 50%;
  border: solid rgba(222, 145, 145, 0);
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ffffff;
  border-width: 8px;
  margin-left: -8px;
}

.login-button.open .login-w3ls ol li a:hover {
  color: var(--secondary1-color);
  padding-left: 25px;
}

.login-button.open .login-w3ls ol li a:hover span {
  color: var(--secondary1-color);
  padding-left: 5px;
}

.login-user-wrapper .signin-agile {
  padding-left: 0;
}

.signup-agileinfo .lgn {
  float: left;
  margin-right: 20px;
}

.signin-agile li.forgot.pull-right {
  width: 100%;
  margin-bottom: 18px;
}

.lazy-load-box {
  opacity: 0;
  width: 100%;
  -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}

.trigger.effect-slideup {
  -moz-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}

.trigger.effect-slidedown {
  -moz-transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.trigger.effect-slidefromleft {
  -moz-transform: translateX(-150px);
  -webkit-transform: translateX(-150px);
  -o-transform: translateX(-150px);
  -ms-transform: translateX(-150px);
  transform: translateX(-150px);
}

.trigger.effect-slidefromright {
  -moz-transform: translateX(150px);
  -webkit-transform: translateX(150px);
  -o-transform: translateX(150px);
  -ms-transform: translateX(150px);
  transform: translateX(150px);
}

.trigger.effect-zoomin {
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.trigger.effect-zoomout {
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.trigger.effect-rotate {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.trigger.effect-skew {
  -moz-transform: translateY(100px) skewX(-45deg) skewY(45deg);
  -webkit-transform: translateY(100px) skewX(-45deg) skewY(45deg);
  -o-transform: translateY(100px) skewX(-45deg) skewY(45deg);
  -ms-transform: translateY(100px) skewX(-45deg) skewY(45deg);
  transform: translateY(100px) skewX(-45deg) skewY(45deg);
}

.service-box.extra-btn {
  padding-bottom: 0;
}

.service-box.extra-btn {
  padding-bottom: 20px;
}

.service-box {
  margin-top: -265px;
}

.service-box {
  padding: 0;
  margin-top: 0;
  text-align: center;
  background-color: #fff;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.service-box {
  overflow: hidden;
  min-height: 20px;
  margin-bottom: 0;
  border-radius: 4px;
}

.service-box_header {
  padding-top: 44px;
  height: 264px;
}

.service-box_header {
  background-color: var(--secondary1-color);
  height: 222px;
  padding: 22px 0 0 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 4px;
}

.service-box_header:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background-color: #231f20;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.service-box .icon {
  margin-bottom: 29px;
}

.service-box .icon {
  float: none;
  margin: 0 auto 20px;
  width: 84px;
  height: 84px;
  background-color: #231f20;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.service-box h2 {
  font-size: 30px;
  padding: 0 20px;
}

.service-box h2 {
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  overflow: visible;
  margin: 0;
  padding: 0 16px;
  color: #fff;
  position: relative;
  padding-top: 10px;
}

.service-box:hover .service-box_header:before {
  height: 100%;
}

.service-box:hover .icon {
  background-color: var(--secondary1-color);
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}

figure.icon i {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 41px;
  padding-top: 21px;
}

.service-box.extra-btn:hover a h2 {
  text-decoration: none;
}

.work-space-media-wp {
  padding-top: 30px;
}

.service-box.extra-btn:hover a {
  text-decoration: none !important;
}

.inner-content .cap-message {
  margin-top: 10px;
  float: left;
  padding-top: 19px;
}

aside.contact-form.gist-wrp {}

aside.contact-form.gist-wrp ul li {
  padding: 10px 20px;
}

aside.contact-form.gist-wrp ul li label {
  font-weight: 500;
}

aside.contact-form.gist-wrp ul li .textbox01 input {
  width: 50%;
  height: 42px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #313131;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(226, 39, 57, 0.56);
  border-radius: 3px;
}

aside.contact-form.gist-wrp ul li .txtbox2 input {
  width: inherit;
  height: inherit;
  padding: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #c0c0c0;
  background-color: #fff;
  margin-right: 3px;
}

aside.contact-form.gist-wrp ul li .txtbox2 label {
  margin-right: 16px;
}

aside.contact-form.gist-wrp ul li .textbox01 textarea {}

aside.contact-form.gist-wrp ul li textarea {
  width: 50%;
  height: 80px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #000000;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(226, 39, 57, 0.56);
  border-radius: 3px;
}

aside.contact-form.gist-wrp ul li input#ctl00_contentplaceholder1_Button1 {
  color: #fff;
  background-color: var(--secondary1-color);
  min-width: 165px;
  font-size: 17px;
  text-transform: capitalize;
  outline: 0;
  display: inline-block;
  padding: 10px 12px;
  margin-bottom: 0;
  font-size: 14px;
  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;
  border-radius: 3px;
  background-image: none;
}

aside.contact-form.gist-wrp ul li input#ctl00_contentplaceholder1_Button1:hover {
  background: #000;
}

.wallet-wp-cntent {
  float: left;
  width: 100%;
}

.wallet-wp-cntent {}

.wallet-wp-cntent .clent-invoic tr.cptions-st-in {
  background: var(--secondary1-color);
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.wallet-wp-cntent .clent-invoic tr.cptions-st-in th {
  border: 1px solid #efefef;
  font-weight: 300;
  color: #fff !important;
  background: var(--secondary1-color);
  padding: 5px 30px;
  color: #fff !important;
  font-size: 16px;
}

.wallet-wp-cntent .clent-invoic tr.cap-details-in td {
  padding: 13px 10px;
  border: 1px solid #efefef;
}

.wallet-wp-cntent .clent-invoic tr.cap-details-2 td {
  padding: 13px 10px;
  border: 1px solid #e6e6e6;
  background: #efefef;
}

.wallet-tot-wr {
  padding-right: 65px !important;
}

.wallet-tot-wr b {
  text-transform: uppercase;
  font-weight: 400;
}

.wallet-tot-wr b span {
  color: var(--secondary1-color) !important;
  font-weight: 600;
  margin-left: 7px;
}

.wallet-wp-cntent .clent-invoic {
  float: left;
  margin-top: 20px;
}

.gift-card-wp-user .csd-list input {
  background: var(--secondary1-color);
  border: 0;
  color: #fff;
  padding: 3px 10px;
  border-radius: 3px;
}

.gift-card-wp-user .csd-list input:hover {
  background: #000;
}

.inovice-coupon-det input#ctl00_contentplaceholder1_txtcouponcode {
  width: 25%;
  float: right;
}

.inovice-coupon-det input#ctl00_contentplaceholder1_btncouponapply {
  float: right;
  position: absolute;
  padding: 10px 20px;
  background: #ffc56b;
  border: none;
  right: 11px;
  color: #fff;
}

.inovice-coupon-det input#ctl00_contentplaceholder1_btncouponapply:hover {
  background: #fba621;
}

.up-pro-wp-main .update-profile-wrapper {
  width: 50%;
  background: #ffffff;
  float: left;
  padding-top: 30px;
  color: #000;
  margin-top: 20px;
  min-width: 400px;
}

.change-wp-mian- .update-profile-wrapper {
  width: 50%;
  background: #ffffff;
  float: left;
  padding-top: 0;
  color: #000;
  margin-top: 20px;
  min-width: 400px;
  padding-bottom: 30px;
}

.change-wp-mian- .update-profile-wrapper ul li span {
  position: absolute;
  left: 0;
  margin-top: -23px;
  margin-left: 19px;
}

.change-wp-mian- .update-profile-wrapper ul li input#ctl00_contentplaceholder1_ChangePassword1_ChangePasswordContainerID_CancelPushButton {
  margin-right: 10px;
  background: #585858;
}

.change-wp-mian- .update-profile-wrapper ul li input#ctl00_contentplaceholder1_ChangePassword1_ChangePasswordContainerID_CancelPushButton:hover {
  background: #828282;
}

.lazy-load-box.effect-slidefromleft:hover a {
  text-decoration: none;
}

.new-account-wrapper-inner .reg-form-panel.wrapper {
  background: #efefef;
  margin-top: 30px;
  padding-bottom: 20px;
}

.payment-succus {
  width: 100%;
  float: left;
  background: #efefef;
  padding: 20px;
  -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);
}

.payment-succus>ul li {
  font-weight: 700;
}

.payment-succus strong a {
  color: var(--secondary1-color);
  text-decoration: underline;
}

.payment-succus strong a:hover {
  color: #a51c29;
}

.agile_banner_bottom_grids {
  margin: 0em 0 0;
}

.agile_banner_bottom_grid {
  border: 1px solid #fa3d03;
  border-right: none;
  padding: 1em;
  position: relative;
}

.agile_banner_bottom_grid:nth-child(4) {
  border-right: 1px solid #fa3d03;
}

.agile_banner_bottom_grid_pos {
  position: absolute;
  bottom: -5%;
  left: 25%;
}

article.contact-info {
  width: 40%;
  float: left;
}

article.contact-info .w3_agile_contact_grid {
  margin-bottom: 30px;
  /* padding-left: 0; */
}

.agile_contact_grid_left {
  background: var(--secondary1-color);
  text-align: center;
}

.agile_contact_grid_left i,
.agile_contact_grid_left em {
  font-size: 2em;
  color: #fff;
  line-height: 4.8em;
}

.agile_contact_grid_right {
  background: #efefef;
  padding: 1em;
}

.agile_contact_grid_right h4 {
  font-size: 1.5em;
  color: var(--secondary1-color);
  font-weight: 600;
  letter-spacing: 0;
}

.agile_contact_grid_right p {
  color: #000;
  line-height: 22px;
}

.agile_contact_grid_left,
.agile_contact_grid_right {
  min-height: 155px;
  -moz-box-shadow: 3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow: 3px 3px 4px -2px rgba(121, 121, 121, 0.36);
}

.agile_contact_grid_right p span {
  display: block;
}

.agile_contact_grid_right p a {
  color: var(--secondary1-color);
  text-decoration: underline;
}

.agileits_w3layouts_left {
  background: var(--secondary1-color) !important;
}

.agileits_w3layouts_right {
  background: #efefef !important;
}

.agileits_w3layouts_left1 {
  background: var(--secondary1-color) !important;
}

.agileits_w3layouts_right1 {
  background: #efefef !important;
}

.agile_contact_grid_right p a:hover {
  color: #212121;
}

div#cd-signup .new-account-wrapper-inner .reg-form-panel.wrapper {
  background: #fff;
}

.product-details-left .social-share {
  float: left;
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.product-details-left .social-share h5 {
  float: left;
}

.product-details-left .social-share .social {
  float: left;
  margin-left: 15px;
}

.product-details-left .social-share .social i {
  padding: 3px;
  font-size: 22px;
}

div#header_cartdetail {
  left: -130px;
}

.cart-wrp:hover div#header_cartdetail {
  display: block !important;
}

.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;
}

.signin-agile h2 {
  font-size: 24px;
}

.login-user-wrapper {
  width: 100%;
  float: left;
  padding: 10px 20px;
  border: 1px solid rgb(222, 222, 222);
  background: #efefef;
  -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);
}

.signup-agileinfo {
  padding-left: 33px;
}

.login-user-wrapper .signin-agile {
  border-right: 1px solid #dcdcdc;
}

li.checkbox.checkbox-primary label {
  position: relative;
  float: left;
  width: 300px;
}

li.checkbox.checkbox-primary input {
  border: solid 1px #000;
  margin: 0;
  padding: 0;
  width: 14px;
  height: 16px;
  opacity: 0;
  position: relative;
  display: inline-block;
  top: 18px;
  left: -18px;
  z-index: 999999;
  width: 100%;
}

.pd_info_text_right.pd_info_colors table#ctl00_contentplaceholder1_aspdrpcolor {
  border: 1px solid rgba(226, 39, 57, 0.7);
  padding: 4px 2px;
  padding-right: 4px;
  width: 208px;
  border-radius: 4px;
}

#page-content-wrapper {
  width: 100%;
  /* padding-top: 70px; */
}

#page-title.page-title-parallax .container {
  z-index: 5;
}

#page-title {
  position: relative;
  padding: 50px 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
}

#page-title.page-title-parallax {
  padding: 0;
  text-shadow: none;
  border-bottom: none;
}

#page-title.page-title-dark {
  background-color: #333;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15) !important;
  border-bottom: none;
}

#page-title.page-title-parallax {
  background-color: transparent;
  background-attachment: fixed;
  background-repeat: no-repeat;
  margin-top: 150px;
}

.login_wrapper_outside {
  /* padding-top: 157px; */
  padding-bottom: 150px;
  float: left;
  width: 100%;
}

section#page-title .all_head_wp h2 {
  text-transform: uppercase;
  font-size: 40px;
}

/*login-wrapper*/

.login-wrp-main {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  height: auto;
  min-height: 800px;
}

.login_wrapper_outside .signin-agile,
.signup-agileinfo {
  width: 50%;
  float: left;
  background: #fff;
  padding: 40px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  height: 440px;
}

.login_wrapper_outside .signin-agile h2,
.signup-agileinfo h3 {
  font-size: 25px;
  color: #7d7d7d;
  margin-bottom: 20px;
}

.login_wrapper_outside .signup-agileinfo {
  background: var(--secondary1-color);
}

.login_wrapper_outside .signup-agileinfo h3 {
  color: #fff;
}

.login_wrapper_outside .signup-agileinfo p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

.login_wrapper_outside .signup-agileinfo a {
  background: var(--secondary-shop-color);
  border: var(--secondary-shop-color);
  color: var(--primary-shop-text-color);
  /* background: #fff;
    color: var(--secondary1-color); */
  float: left;
  margin-right: 20px;
  margin-top: 40px;
}

/* .login_wrapper_outside .signup-agileinfo a:hover {
    background: #000;
    border: 1px solid var(--primary-shop-color);
    color: #fff;
} */

.signin-agile label.checkbox input {
  left: 0;
  margin-left: 0;
  background: #000;
  height: 14px;
  z-index: 0;
  opacity: 1;
  position: relative;
}

.signin-agile label.checkbox {
  padding-left: 0;
}

tr.gridview-invoi-pag td {
  margin-right: 15px;
  float: left;
}

tr.gridview-invoi-pag td {
  border: 0;
}

tr.gridview-invoi-pag td tr td a {
  color: var(--secondary1-color);
  text-decoration: underline;
}

ul.pr-list-inner-wp-09 {
  padding-right: 0;
  margin-right: -15px;
}

.pg_not_found_cont {
  float: left;
  width: 100%;
  text-align: center;
  padding: 200px 0;
}

.pg_not_found_cont .bottom-text {
  margin-top: 40px;
  text-align: center;
  float: left;
  width: 100%;
  line-height: 30px;
}

.pg_not_found_cont .bottom-text span.text3.slideRight.animate {
  float: left;
  width: 100%;
}

.pg_not_found_cont .bottom-text span.text3.slideRight.animate a {
  float: none;
  margin-left: 10px;
  color: var(--secondary1-color);
  font-weight: 700;
  text-transform: uppercase;
}

section#inner-content-wrapper .inner-content {
  margin-top: -25px;
}

/*Media Center*/

.tips-left figure {
  position: relative;
  float: left;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.tips-left1 figure {
  position: relative;
  float: left;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.tips-left figure img {
  position: relative;
  display: block;
}

.tips-left1 figure img {
  position: relative;
  display: block;
}

.features-grids figure figcaption {
  padding: 2em;
  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tips-left figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tips-left1 figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure.effect-bubba {
  background: #6d6e70;
}

figure.effect-bubba:hover img {
  opacity: 0.3;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  -ms-transition: opacity 0.35s, -ms-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
}

figure.effect-bubba h4 {
  padding: 34% 10% 0;
  -webkit-transition: transform 0.35s;
  -moz-transition: transform 0.35s;
  -o-transition: -o-transform 0.35s;
  -ms-transition: -ms-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  -moz-transform: translate3d(0, -20px, 0);
  -o-transform: translate3d(0, -20px, 0);
  -ms-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  opacity: 0;
  color: #fff;
  font-family: "Antic", sans-serif;
  font-size: 1.7em;
}

figure.effect-bubba h4.gal {
  padding-top: 21%;
}

figure.effect-bubba p {
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  -ms-transition: opacity 0.35s, -ms-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  -o-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  color: #fff;
  font-size: 1em;
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

figure.effect-bubba:hover h4,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.tips-left h3 {
  text-align: center;
  background: var(--secondary1-color);
  color: #fff;
  padding: 15px 0;
  margin: 0;
}

.tips {
  width: 100%;
  float: left;
  margin-top: 30px;
}

.signup-agileinfo .lgn span {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}

li.cart-btn-wr a b {
  text-align: center;
  margin: auto;
  padding: inherit;
  margin: inherit;
}

li.cart-btn-wr a {
  text-align: center;
  padding: 13px 0;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}

.facebook_signin {
  float: left;
  position: absolute;
  margin-top: -48px;
  margin-left: 182px;
  width: 48%;
}

.facebook_signin span {
  float: left !important;
  width: 40px;
}

.facebook_signin a.btn.btnfacebook {
  float: left !important;
  background: #3b5997;
  color: #fff;
  margin-top: -9px;
  text-transform: capitalize;
}

.facebook_signin a.btn.btnfacebook i.fa.fa-facebook {
  padding-right: 10px;
}

.facebook_signin a.btn.btnfacebook:hover {
  background: #334c82;
}

.customer-details-wp-gift .shp-address.gift-all-wp {
  background: #efefef;
  border: 1px solid #e6e6e6;
  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);
}

.customer-details-wp-gift .shp-charge {
  background: #efefef;
  border: 1px solid #e6e6e6;
  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);
}

.customer-details-wp-gift {
  margin-top: 20px;
}

.gift-invoice-wp-b .inovice-profile a img {
  width: 200px;
}

ul.cont-form-wp-all li {
  min-height: 85px;
}

ul.cont-form-wp-all li input#ctl00_contentplaceholder1_txtPhone {
  width: 100% !important;
}

.login-wrapper-lg p.fieldset.login_btn_pop input {
  width: 150px;
  height: 40px;
  padding: 0;
  font-size: 15px;
  text-transform: capitalize;
}

.login-wrapper-lg a.btn.btnfacebook {
  float: left !important;
  background: #3b5997;
  color: #fff;
  margin-top: 0;
  text-transform: capitalize;
}

.login-wrapper-lg p.fieldset.login_btn_pop {
  width: 182px;
  float: left;
  padding: 0;
  margin: 0;
}

.login-wrapper-lg p.fieldset.facebook_signin {
  width: 28px;
  margin-right: 15px;
}

div#ctl00_login1_UpdatePanel2 span#ctl00_login1_UserNameRequired {
  margin-top: -20px;
}

p.fieldset.facebook_signin span {
  color: #000;
}

div#ctl00_login1_UpdatePanel2 span#ctl00_login1_PasswordRequired {
  margin-top: -20px;
}

td.search-result-cont-1 {
  float: left;
  margin: 0;
  padding: 0;
}

table.search_wrapper_list td.body-panel table#ctl00_contentplaceholder1_gvwSearch tr {
  border-bottom: 1px solid rgba(226, 39, 57, 0.14);
}

table.search_wrapper_list td.body-panel table#ctl00_contentplaceholder1_gvwSearch tr td a {
  margin: 10px 0;
  float: left;
  color: #151515;
}

table#ctl00_contentplaceholder1_gvwSearch th a {
  color: var(--secondary1-color);
  text-transform: uppercase;
}

table.search_wrapper_list td.body-panel table#ctl00_contentplaceholder1_gvwSearch tr td a:hover {
  text-decoration: underline;
}

.signup-agileinfo .more span#ctl00_contentplaceholder1_lblgiftcard {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 16px;
}

.section-banner-wrapper img.lazyOwl {
  width: 100%;
}

.gift-card-payment-wp {
  border: solid 1px rgb(222, 222, 222);
  margin-bottom: 30px;
  display: block;
  float: left;
  width: 100%;
  padding: 20px;
  background: #efefef;
  -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);
}

.gift-card-payment-wp a {
  color: var(--secondary1-color);
  text-decoration: underline;
  padding-left: 8px;
  padding-right: 4px;
  font-size: 16px;
}

.gift-card-payment-wp b {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--secondary1-color);
}

ul.cont-form-wp-all textarea.form-control {
  min-height: 166px;
}

textarea.form-control {
  resize: none;
  height: 65px;
}

span.cart-icon img {
  width: 40px;
}

.header-shopping-bag-relative {
  position: relative;
}

.cart-icon {
  position: relative;
}

.cart-wrp .badge {
  display: inline-block;
  min-width: 13px;
  padding: 5px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
  /* margin-top: -20px;
    margin-left: -20px; */
  position: absolute;
  right: 0px;
  top: -10px;
}

li.cart-sec.dropdown span.badge {
  padding: 4px 7px;
  margin-top: 4px;
  margin-left: -20px;
}

.header-right ul li#search-btn {
  cursor: pointer;
  padding: 0px 15px 0px 20px;
}

ul.dropdown-cart {
  min-width: 250px;
}

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;
}

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;
}

li.cart-sec.dropdown .dropdown-cart li.total-items {
  margin-top: 3px;
}

li.cart-sec.dropdown .dropdown-cart li.viewcart-bt.text-center {
  padding-bottom: 13px;
}

li.cart-sec.dropdown .dropdown-cart li.viewcart-bt.text-center .btn {
  color: #fff;
  padding: 7px 10px;
  width: 91%;
  min-width: inherit;
  margin: 0px auto;
  height: 40px;
}

li.cart-sec.dropdown .dropdown-cart li.viewcart-bt.text-center .btn:hover,
li.cart-sec.dropdown .dropdown-cart li.viewcart-bt.text-center .btn:focus {
  background: #848484;
}

span.item-info p {
  color: green;
}

li.cart-sec.dropdown .dropdown-cart li.cart_empty h3,
li.cart-sec.dropdown .dropdown-cart li.cart_empty h2 {
  margin-top: 7px;
  font-size: 24px;
  font-weight: 300;
}

ul li a.active-cart span.badge {
  background-color: #4caf50;
}

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;
}

div#header_cartdetail .login-w3ls ul {
  overflow-y: scroll;
  height: 250px;
  width: 100%;
  border: 0;
}

.total-items.cart-total span {
  font-size: 16px;
  text-align: center;
  width: 100%;
  display: block;
  padding: 15px;
}

div#header_cartdetail {
  padding: 20px 20px;
  min-width: 330px;
}

li.cart-sec.dropdown .dropdown-cart li.divider {
  background: none;
}

.total-items.cart-total {
  border-top: solid 1px #e5e5e5;
}

.modal-header {
  color: #fff;
  background-color: var(--secondary1-color);
}

div#at-login .modal-dialog {
  width: 490px;
}

.modal-dialog .modal-header {
  position: relative;
  background: var(--primary-color);
}

div#at-login .modal-dialog .modal-header button.close {
  position: absolute;
  top: 2px;
  right: 0;
  width: 40px;
  height: 40px;
  /* background: var(--secondary1-color); */
  opacity: 1;
  text-shadow: none;
  color: #fff;
}

div#at-login .modal-dialog .modal-body {
  float: left;
  width: 100%;
  padding: 30px 30px;
  background: #fff;
}

div#at-login .modal-dialog .modal-body .login-box {
  float: left;
  width: 100%;
}

.rememberme label.checkbox {
  margin-bottom: 0;
}

div#at-login .modal-dialog .modal-body .login-box a.frgt-pswd {
  text-decoration: underline;
}

/*checkbox*/

.checkbox i {
  position: absolute;
  bottom: 5px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  outline: none;
  border: 2px solid var(--secondary1-color);
}

.radio i,
.checkbox i {
  position: absolute;
  top: 9px;
  left: 0px;
  display: block;
  width: 16px;
  height: 16px;
  outline: none;
  border-width: 2px;
  border-style: solid;
  background: #fff;
  border-radius: 0;
  border-radius: 50%;
  padding: 0;
  margin: 0;
}

.radio,
.checkbox {
  outline: none;
  border: none;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
  color: #212121;
  cursor: pointer;
  text-transform: capitalize;
  width: 100%;
  margin-top: 0;
  padding-left: 29px;
}

.checkbox input {
  position: absolute;
  left: -9999px;
}

.radio input,
.checkbox input {
  position: absolute;
  left: -9999px;
}

.checkbox input+i:after {
  content: "";
  background: url(../images/tick1.png) no-repeat 1px 2px;
  top: -1px;
  left: -1px;
  width: 15px;
  height: 15px;
  font: normal 12px/16px FontAwesome;
  text-align: center;
}

.checkbox input+i:after {
  position: absolute;
  opacity: 0;
  transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
}

.checkbox input+i:after {
  color: #2da5da;
}

.radio input+i:after,
.checkbox input+i:after {
  position: absolute;
  opacity: 0;
  transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
}

.checkbox input+i:after {
  content: "";
  top: -1px;
  background: url(../images/b-arrow.png);
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
}

.checkbox input+i:after {
  color: #fff;
}

.radio input:checked+i,
.checkbox input:checked+i,
.sky-form .toggle input:checked+i {
  border-color: var(--secondary1-color);
  background: var(--secondary1-color);
}

.radio input:checked+i:after,
.checkbox input:checked+i:after {
  opacity: 1;
}

.radio input:checked+i:after,
.checkbox input:checked+i:after {
  background-image: url(../images/bottom-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

li.checkbox.checkbox-primary input {
  border: solid 1px #000;
  margin: 0;
  padding: 0;
  width: 14px;
  height: 16px;
  opacity: 0;
  position: relative;
  display: inline-block;
  top: 37px;
  left: -18px;
  z-index: 999999;
  width: 100%;
}

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}

li.checkbox.checkbox-primary label {
  position: relative;
  float: left;
  width: 300px;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 2px solid #ababab;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  outline: 0;
  top: 9px;
}

.checkbox-primary input:checked+label::before {
  background-color: var(--secondary1-color);
  border-color: var(--secondary1-color);
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 13px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 4px;
  padding-top: 1px;
  font-size: 9px;
  color: #555555;
}

.checkbox input:checked+label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}

.checkbox-primary input:checked+label::after {
  color: #fff;
}

/*checkbox*/

/***new***/

.nws-img img {
  width: 100%;
}

.nws-img {
  height: 200px;
  overflow: hidden;
}

.nws-list {
  min-height: 300px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e12639;
  background: #fffcfc;
  transition: all 0.5s ease-in;
}

.nws-list:hover {
  box-shadow: 1px 1px 10px 1px #dadada;
}

.nws-list a.btn {
  display: block;
}

.nws-list .nws-cnt p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/***New End***/

div#at-login .modal-dialog .modal-body .login-box input#ctl00_login1_LoginButton {
  float: right;
}

div#at-login .modal-dialog .modal-body .login-box .form-group.fb-login-class {
  width: 100%;
  float: left;
  display: block;
  text-align: center;
  background: rgb(238, 238, 238);
  padding: 14px 10px 20px;
  margin-top: 20px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.17);
}

div#at-login .modal-dialog .modal-body .login-box .form-group.fb-login-class span.fb-login-span-class {
  border-radius: 50%;
  width: 40px;
  display: block;
  height: 40px;
  text-align: center;
  padding: 6px 0px;
  text-transform: lowercase;
  margin: 0px auto 10px;
  background: transparent;
  color: #000;
  border: 1px solid #000;
}

div#at-login .modal-dialog .modal-body .login-box .form-group.fb-login-class a.btn.btnfacebook {
  background: #3b5997;
  color: #fff;
  text-shadow: inherit;
  font-size: 16px;
  padding: 10px 24px;
  overflow: hidden;
  float: none;
  height: 45px;
}

div#at-login .modal-dialog .modal-body .login-box .form-group.fb-login-class a.btn.btnfacebook i.fa.fa-facebook {
  padding-right: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.48);
  margin-right: 10px;
}

div#at-login .modal-dialog .modal-body .login-box .form-group.fb-login-class a.btn.btnfacebook:hover {
  background: #2b4271;
}

div#at-login .modal-dialog .modal-footer {
  background: #fff;
  width: 100%;
  float: left;
  text-align: center;
}

div#at-login .modal-dialog .modal-footer .popup-foot {
  margin-top: -12px;
}

div#at-login .modal-dialog .modal-header h2 {
  margin: 4px 0;
}

.login-sec {
  background: url("../images/log-bg.jpg") no-repeat center top 100%;
  /* margin-top: 155px; */
}

.mandatory-fields-all {
  display: block;
  margin-top: 10px;
}

div#enquiry_popup .modal-body {
  padding: 0px 30px 30px;
}

div#enquiry_popup .modal-header {
  padding: 14px 30px;
  position: relative;
}

div#enquiry_popup .modal-header button.close {
  position: absolute;
  right: 0;
  top: 2px;
  width: 40px;
  height: 40px;
  /* background: var(--secondary1-color); */
  opacity: 1;
  text-shadow: none;
  color: #fff;
  border-radius: 0px 4px 0px 0px;
}

div#at-login .modal-content {
  box-shadow: none;
  border: 0;
}

div#at-reset-pswd .modal-dialog {
  width: 490px;
  background: #fff;
  border-radius: 6px;
}

div#at-reset-pswd .modal-dialog .modal-header {
  position: relative;
  padding: 15px 20px;
}

div#at-reset-pswd .modal-dialog .modal-header h2 {
  margin: 0;
}

div#at-reset-pswd .modal-dialog .modal-header button.close {
  position: absolute;
  right: -1px;
  top: 1px;
  width: 40px;
  height: 40px;
  /* background: var(--secondary1-color); */
  opacity: 1;
  color: #fff;
  text-shadow: none;
  border-radius: 0 6px 0px 0;
}

div#at-reset-pswd .modal-dialog .modal-body {
  padding: 10px 20px;
}

div#at-reset-pswd .modal-dialog .modal-body input#ctl00_pwdRecovery_UserNameContainerID_SubmitButton {
  float: right;
}

div#at-reset-pswd .modal-dialog .modal-footer {
  text-align: center;
  padding-bottom: 25px;
}

div#at-signup .modal-content {
  width: 490px;
  /* background: #fff; */
}

div#at-signup .modal-content .modal-header h2 {
  margin: 0;
}

div#at-signup .modal-content .modal-header button.close {
  position: absolute;
  right: 0px;
  top: 2px;
  width: 40px;
  height: 40px;
  /* background: var(--secondary1-color); */
  opacity: 1;
  border-radius: 0 6px 0 0;
  color: #fff;
  text-shadow: none;
}

.modal-content .modal-header {
  position: relative;
  padding: 15px 20px;
}

div#at-signup .modal-content .modal-body {
  padding: 15px 20px;
}

div#at-signup .modal-content .modal-body input#ctl00_CreateUserWizard1_CreateUserStepContainer_Button1 {
  float: right;
}

div#at-signup .modal-content .modal-footer {
  text-align: center;
  padding-bottom: 20px;
}

.top-links nav.main-nav ul {
  float: right;
}

.reg-completed.registration-reg-completed-wp {
  background: #eaeaea;
  padding: 20px;
  border-radius: 4px;
  margin-top: 30px;
}

.reg-completed.registration-reg-completed-wp span {
  color: #0f9600;
  width: 100%;
  float: left;
}

.reg-completed.registration-reg-completed-wp b.important-not {
  width: 100%;
  float: left;
  margin-top: 6px;
}

table.activation-account a#ctl00_contentplaceholder1_hypUpdate {
  float: left;
  margin-top: 15px;
}

.login_inner_wr .form-group ul li label.checkbox input {
  opacity: 0;
}

.invoice_cont.table-responsive.wallet-wp-cntent .wallet-tot-wr {
  float: left;
  width: 100%;
}

.profile_cont.all-pages-inner-wrp.up-pro-wp-main span {
  width: 100%;
  float: left;
}

.product-details-left .size-box ul li a input.sizeactive {
  background: var(--secondary1-color);
  color: #fff;
  border-color: var(--secondary1-color);
}

.product-details-left .size-box ul li a {
  padding: 0;
  border: 0;
}

.product-details-left .size-box ul li a input {
  border: solid 1px #757575;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.product-details-left .size-box ul li a input:hover {
  border-color: var(--secondary1-color);
}

.collection-listing {
  width: 100%;
}

.image-collections {
  min-height: 334px;
  overflow: hidden;
  max-height: 334px;
}

.box-category figure {
  height: 224px;
  overflow: hidden;
}

.prd-box .prd-txt {
  position: absolute;
  bottom: -18%;
  padding: 0px;
  background: var(--secondary2-color);
  color: #fff;
  width: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.prd-box .prd-txt2 {
  position: absolute;
  bottom: -10%;
  padding: 0px;
  background: var(--secondary2-color);
  color: #fff;
  width: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.prd-box:hover .prd-txt,
.prd-box:hover .prd-txt2 {
  bottom: 0px;
}

.prd-txt .btn-default,
.prd-txt2 .btn-default {
  background: var(--secondary1-color);
  margin-bottom: 15px;
}

.middle-box figure {
  height: 100%;
}

.product-content-wrapper_cat h1 {
  padding-left: 15px;
}

div#collection-slider .owl-item.loading,
div#abella-slider .owl-item.loading {
  min-height: 290px !important;
}

.singup-wrapper-2 {
  width: 100%;
  height: 100%;
  background: var(--secondary1-color);
  padding: 40px;
  min-height: 718px;
  position: relative;
  overflow: hidden;
}

.singup-wrapper-2 p {
  color: #fff;
  font-size: 20px;
}

.singup-wrapper .form-group {
  margin-bottom: 2px;
}

.sing-lft-cnt {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 330px;
  margin: auto;
  padding: 0px 60px;
}

.sing-lft-cnt img {
  width: 50%;
  margin-bottom: 30px;
}

.shipping-details-main-wp-all-in .warning_note {
  width: 100%;
  padding: 15px;
  background: rgb(255, 234, 170);
  border: solid 1px rgb(220, 192, 92);
  margin-bottom: 20px;
  margin-top: 0;
  text-align: center;
  border-radius: 5px;
}

.shipping-details-main-wp-all-in .warning_note p {
  font-size: 16px;
  line-height: 18px;
  padding: 0px !important;
  margin: 0px !important;
  color: #000;
}

.details-shp-inner {
  text-align: left;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 10px 20px;
  display: inline-block;
  width: 100%;
  min-height: 333px;
  background-color: white;
}

.shipping-details-main-wp-all-in .payment-wp-ship-all ul.payment-sssp li .form-group.payment-shp-inner {
  min-height: inherit;
}

ul.payment-sssp {
  margin-bottom: 0px;
}

div#registeredusersameaddress {
  padding: 12px;
}

div#registeredusersameaddress p {
  margin: 0px;
}

.payment-shp-inner {
  text-align: left;
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  /*  padding: 10px 20px;*/
  min-height: 168px;
}

.shipping-details-main-wp-all-in ul.payment-sssp {
  width: 100%;
  float: left;
}

.shipping-details-main-wp-all-in .payment-wp-ship-all ul.payment-sssp {
  padding: 0;
  min-height: inherit;
  height: inherit;
  margin: 0;
}

.shipping-details-main-wp-all-in .radio-btn input {
  float: left;
  margin-right: 10px !important;
  margin-left: 20px;
  margin-top: 5px !important;
}

.shipping-invo-wp-main1 {
  margin-top: 0px;
  margin-bottom: 5px;
  /*   padding: 0px; */
}

h3.fixture-title {
  padding: 10px;
  text-align: center;
  font-size: 24px;
  text-transform: capitalize;
  background: #000;
  color: #fff !important;
  border-radius: 0;
  font-weight: 300;
  margin: 0;
  text-shadow: none;
}

.shipping-invo-wp-main1 .table-responsive {
  overflow: hidden;
}

.shipping-invo-wp-main1 .table-responsive {
  border: 1px solid #242325;
}

.shipping-invo-wp-main1 table#shopingcartheader {
  border: 0;
}

.shipping-invo-wp-main1 .table-responsive table.table-hover.table {
  margin-bottom: 0;
}

.shipping-invo-wp-main1 .table-responsive table.table-hover.table tbody tr.cptions-st1 th:nth-child(1) {
  width: 55%;
}

.shipping-invo-wp-main1 .table-responsive table.table-hover.table tbody tr.cptions-st1 th {
  font-size: 18px;
}

.shipping-invo-wp-main1 .table-responsive table.table-hover.table tbody tr.cptions-st1 th:nth-child(3) {
  width: 10%;
}

.shipping-invo-wp-main1 .table-responsive table.table-hover.table tbody tr.cptions-st1 th:nth-child(4) {
  width: 16%;
}

.shipping-invo-wp-main1 td.shopping-cart-tb table.table.table-striped {
  border: 0;
}

.shipping-invo-wp-main1 td.shopping-cart-tb {
  padding: 0 !important;
  margin: 0;
  border-top: 0 !important;
}

.shipping-invo-wp-main1 td.shopping-cart-tb table.table.table-striped tbody tr.cap-details1 td:nth-child(1) {
  width: 55%;
}

.point-table .table>tbody>tr>td {
  padding: 15px 20px;
  border-top: 1px solid rgba(36, 35, 37, 0.25);
  vertical-align: middle;
}

.shipping-invo-wp-main1 td.shopping-cart-tb table.table.table-striped tbody tr.cap-details1 td:nth-child(4) {
  width: 16%;
}

.cap-pro-image {
  float: left;
  width: 78px;
  margin-right: 10px;
  min-height: 85px;
}

.shipping-invo-wp-main1 td.shopping-cart-tb .cap-pro-name {
  width: inherit;
  min-height: 80px;
}

.cap-pro-name {
  /*   float: left;*/
  min-width: 300px;
  line-height: 20px;
}

.shipping-cart-pc h4 {
  font-weight: 700;
  font-size: 19px;
}

.stock-status {
  color: #f00;
  background: #ff190029;
  padding: 5px;
  border: 1px solid #f00;
  width: 100%;
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
  text-align: center;
  font-family: "Lato", sans-serif !important;
}

.shipping-cart-main-wp table#shopingcartheader tr td {
  padding: 10px 14px;
  background: #efefef;
  font-size: 15px;
  position: relative;
}

.checkquantity {
  color: red;
  position: absolute;
  top: 10px;
}

.shipping-cart-main-wp .lblpr {
  font-size: 24px !important;
  color: #000 !important;
  margin-top: 0px;
  margin-bottom: 0px;
}

#creditcardlbl,
#paypallbl,
#codlbl,
#walletlbl,
#creditcardlbl1,
#paypallbl1,
#codlbl1,
#walletlbl1 {
  padding: 5px 0px 0px 12px;
}

span.text-danger.validation-error-message.field-validation-error {
  color: red;
  float: right;
  padding-left: 5px;
  font-size: 14px;
  padding-top: 2px;
}

.shipping-invo-wp-main1 td.shopping-cart-tb .cap-pro-name b {
  width: 100%;
  float: left;
}

.shipping-invo-wp-main1 td.shopping-cart-tb .cap-pro-name span,
.shipping-invo-wp-main1 td.shopping-cart-tb .cap-pro-name span label {
  font-size: 12px;
}

.shipping-invo-wp-main1 td.shopping-cart-tb .cap-pro-name b span {
  font-size: 18px;
  margin-bottom: -2px;
  width: 100%;
  float: left;
}

table#shopingcartheader {
  margin-top: 15px;
}

.shipping-cart-main-wp.shipping-cart-pc h4 {
  padding-top: 10px;
}

.form-group.payment-shp-inner {}

.navbar-brand>img {
  display: block;
  width: auto;
  height: 80px;
}

.shipp-det-price-sec ul {
  padding: 0;
}

.shipp-det-price-sec ul li {
  padding: 8px 0;
  text-align: right;
  float: right;
  width: 100%;
  text-transform: uppercase;
}

.shipp-det-price-sec ul li strong {
  padding-right: 9px;
}

.shp-address-list .details-shp-inner a.btn.btn-default.shp-details-btn:hover {
  background: #000;
  color: #fff;
}

.shipping-details-main-wp-all-in .warning_note .warning-msgs p a {
  color: blue;
  text-decoration: underline;
}

.ftrd-sroller-wp.list-page-wrapper ul.row {
  min-height: 1000px;
  display: block;
  float: left;
}

.shipping-details-main-wp-all-in .shp-address-edit .send-bt,
input#ctl00_contentplaceholder1_btncontonfirm,
input#ctl00_contentplaceholder1_btncontinue {
  margin-bottom: 30px;
  float: right;
}

/* #inner-slider {
    margin-top: 120px;
} */

.edit-wp-popup {}

.edit-wp-popup .modal-header {
  background: #ffffff;
}

.edit-wp-popup .modal-header h5 {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  margin: 0;
  padding: 2px 0;
}

.edit-wp-popup button.close {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 45px;
  height: 45px;
  background: #000;
  opacity: 1;
  color: #fff;
}

.edit-wp-popup .modal-body {
  text-align: left;
}

.edit-wp-popup .modal-body .form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #777 !important;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -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;
  border-radius: 4px !important;
}

.edit-wp-popup .modal-footer {
  background: rgba(255, 255, 255, 0.18);
  padding: 23px 15px;
}

.edit-wp-popup .modal-footer button.btn.btn-secondary {
  border: 1px solid rgba(0, 0, 0, 0.44);
  background-color: #f6f7f9;
}

a.btn.btn-default.place-order-btn {
  float: right;
  margin-right: 15px;
  margin-bottom: 50px;
}

.signup-agileinfo .more .black-btn {
  background: #fff;
  color: #e12639;
  transition: none;
}

.signup-agileinfo .more .black-btn:hover {
  background: #000;
  color: #fff;
}

.cap-pro-image img {
  width: 100%;
}

.login-w3ls ol li a {
  color: red;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/*Media Center*/

/*Coupon*/

.edit-shp-main {
  border: 1px solid var(--secondary1-color);
  float: left;
  width: 100%;
  /* padding: 20px; */
  border-radius: 4px;
}

.coup-main input {
  float: right;
  width: 146px;
  margin-left: 10px;
}

.coup-main .img-fluid {
  position: relative;
  top: 10px;
}

.coup-main strong {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.coup-main .btn {
  width: auto;
  background: #f99500;
}

#btnCheckOut {
  width: 225px;
  font-size: 18px;
}

span#couponerror {
  color: #f00;
  font-size: 14px;
  position: absolute;
  margin-top: -20px;
  right: 100px;
}

/*Coupon End*/

.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 #e43d4e;
    -webkit-box-shadow: 1px 1px 10px #e43d4e;
    -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, .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: 0px 0px;
  /* border-top: 1px solid #2d2f7d24; */
}

.media-center-main .team-grid a {
  background: var(--primary-color) url(../images/pattern-bg.png) center left;
  width: 100%;
  height: 180px;
  display: block;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}

.media-center-main .team-grid a:hover {
  box-shadow: 1px 1px 10px var(--secondary1-color);
  -webkit-box-shadow: 1px 1px 10px var(--secondary1-color);
  -moz-box-shadow: 1px 1px 10px var(--secondary1-color);
}

.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;
  margin-top: 10px;
}

.prop-info-w3ls h4 {
  font-weight: 600;
  color: #333;
  text-align: center;
}

.media-center-main .team-grid a:hover .prop-info-w3ls img {
  width: 100px;
}

/*Media Center End*/

/****** 404 Error Page *********/

.error-page {
  margin-top: 130px;
}

.error-page .btn {
  margin-bottom: 15px;
}

/****** 404 Error Page End *********/

/*********** Product List page ***********/

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #fff;
  text-decoration: none;
  background-color: var(--secondary1-color);
  border: 1px solid var(--secondary1-color);
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: var(--secondary2-color);
  border-color: var(--secondary2-color);
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 3;
  color: #fff;
  background-color: var(--secondary2-color);
  border-color: var(--secondary2-color);
}

a.page-link {
  margin-right: 10px;
}

.pagi-nav {
  width: 100%;
  margin: 0px auto;
}

.pagination {
  margin: 30px 0;
}

.pagnination-main nav {
  display: inline-block;
}

.pagnination-main {
  text-align: center;
}

.item-limiter {
  display: inline-block;
  float: right;
  width: 178px;
  margin: 24px 0;
}

.item-limiter p {
  float: left;
  margin: 5px;
  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: 55% !important;
}

.footer-right img {
  float: right;
}

.social {
  float: left;
}

.footer-right .social {
  float: right;
}

.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;
}

h1.product-title {
  margin: 20px auto;
}

.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(1.4em + 0.75rem + 2px);
  padding: 0rem 2.5rem 0rem 1rem;
  font-size: 1rem;
  margin: 0px 0px;
  font-weight: 400;
  line-height: 1.2;
  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;
}

/*****Product Details******/

/* Product Detail Description style */

.tab-content ul li {
  float: inherit !important;
}

.tab-content ul.a-unordered-list.a-vertical.a-spacing-none li:before {
  display: none !important;
}

.breadcrumb>li i {
  padding-right: 5px;
}

/*****Product Details End******/

.navbar-nav>li a {
  color: var(--navcolor);
}

/* *************shopping-cart-mobile********************** */

.shopping-cart-new-head {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 20px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px;
}

.shopping-cart-new-head .shopping-cart-main-head {
  width: 100%;
  float: left;
}

.shopping-cart-new-head .shopping-cart-main-head .image-cart-wp {
  width: 24%;
  float: left;
  border: 1px solid #00000026;
  padding: 3px;
}

.shpgcart-main-caption {
  width: 76%;
  float: left;
  padding-left: 7px;
}

.shpgcart-main-caption h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 19px;
  margin-top: -2px;
}

.shopping-cart-new-head-text-above {
  padding: 20px 0;
  text-align: center;
  background: #f2f2f2;
}

.shopping-cart-new-head-text-above span {
  font-size: 18px;
  text-transform: uppercase;
}

.shopping-cart-new-head-text-above input.btn.btn-default {
  font-size: 15px;
  padding: 12px 50px;
  margin-top: 0px;
  text-transform: uppercase;
}

.shpgcart-brand {
  font-size: 10px;
  padding: 3px 0;
  color: #000000;
  letter-spacing: 0;
  font-weight: 900;
}

.shpgcart-brand.price span {
  color: #05ac12;
  font-size: 12px;
  font-weight: 600;
}

.shpgcart-sku {
  font-size: 9px;
  padding: 2px 0;
  color: #828282;
  letter-spacing: 1px;
  padding-top: 0;
}

.shpgcart-color-wp {
  font-size: 11px;
  padding: 0px 0;
  padding-top: 0;
  color: #000000;
  letter-spacing: 1px;
}

.shpgcart-brand label {
  font-weight: 900;
}

ul.main-shpgcart-bottom {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 8px;
}

ul.main-shpgcart-bottom li.shpg-cart-btn span {
  width: 100%;
  float: left;
}

ul.main-shpgcart-bottom li.shpg-cart-btn {
  border-right: 1px solid #2e2e2e36;
}

.shpg-cart-btn span {
  text-transform: uppercase;
  font-size: 12px;
  padding: 0px 0;
  font-weight: 600;
}

.shpg-cart-btn label {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0;
  margin-top: -3px;
  float: left;
  width: 100%;
}

.shpgcart-sku label {
  margin-bottom: 0;
}

.btn-primary {
  background: var(--secondary1-color);
}

.dropdown-menu {
  border-top: 5px solid var(--primary-color);
}

.shpgcart-remove-btn1 span {
  font-size: 11px;
  margin: 0;
  margin-top: 0px;
  color: #e32839;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  text-align: center;
}

.shpgcart-remove-btn1 {
  float: left;
}

.shpgcart-color-wp label {
  margin-bottom: 0;
}

.shpgcart-remove-btn1 a {
  float: left;
  /* width: 100%; */
  margin-top: -3px;
  text-decoration: none;
}

.all-in-one-wp-qnty .quantity-box {
  margin-bottom: 0;
  margin-top: 3px;
  float: left;
}

.all-in-one-wp-qnty .shpgcart-remove-btn1 {
  /* float: right; */
  margin-right: 20px;
  width: 100%;
}

.shpgcart-main-caption h3 b {
  font-weight: 400;
  font-size: 11px;
  margin: 0;
  padding: 0;
  margin-bottom: -2px;
  display: block;
  margin-top: -1px;
}

.all-in-one-wp-qnty .shpgcart-remove-btn1 a {
  padding: 6px 12px;
  border: 1px solid #d6d6d6;
  margin-left: 0;
  margin-top: 0;
  margin-top: 3px;
  border-radius: 3px;
  display: block;
  text-align: center;
  font-size: 13px;
  color: #e32839;
}

.shopping-cart-new-head-text-above span label {
  color: #e32839;
  padding-bottom: 8px;
}

.shopping-cart-new-head-text-above span label strong {
  color: #000;
  font-weight: 400;
  padding-right: 8px;
}

.quantity-box ul li {
  display: inline-block;
  margin: 0;
}

.all-in-one-wp-qnty.quantity-box ul li input {
  padding: 0px 5px;
  width: 30px;
  text-align: center;
  border: solid 1px #d6d6d6;
  background: none;
  border-radius: 3px;
}

.all-in-one-wp-qnty.quantity-box {
  margin-bottom: 20px;
}

.all-in-one-wp-qnty.quantity-box ul li input.bt-qnt {
  background: #e32839;
  color: #fff;
  border: 0;
}

.all-in-one-wp-qnty .quantity-box ul li input {
  background: #e32839;
  color: #fff;
  border: 0;
  padding: 0px 0;
  width: 24px;
  text-align: center;
  border-radius: 3px;
  height: 22px;
  vertical-align: text-bottom;
}

.all-in-one-wp-qnty .quantity-box ul li input.aspNetDisabled {
  background: transparent;
  color: #000;
  border: 1px solid #00000038;
  padding: 1px 1px;
  height: 22px;
  font-size: 13px;
}

.shopping-cart-new-head .shopping-cart-main-head .image-cart-wp img {
  width: 100%;
}

.shpgcart-sku.quanity-mob-shipping {
  padding: 4px 0px 2px;
  font-size: 11px;
  margin: 0;
  line-height: initial;
}

section.subpage-wrapper-mobile {
  float: left;
  width: 100%;
}

section.subpage-wrapper-mobile {
  display: none;
}

.subpage-wrapper-mobile {
  display: none;
}

/****Latest News******/

.nws-cnt {
  padding: 5px 15px;
}

.nws-list a {
  text-decoration: none;
}

.nws-cnt h5 {
  color: #e43d4e;
}

/****Latest News End*****/

/* *************shopping-cart-mobile********************** */

.disabledShipPay label {
  width: 100%;
}

.singup-wrapper {
  background: #efefef;
  padding: 0px 20px 5px;
  margin-bottom: 25px;
}

.login-sec1 .checkbox input {
  margin-right: 10px;
}

.mobile-cart-close {
  position: absolute;
  top: -5px;
  left: -30px;
}

.mobile-cart-close a {
  background: #e32839;
  color: #fff;
  padding: 8px 0;
  text-align: center;
  width: 30px;
  height: 30px;
  display: block;
  text-decoration: none;
}

.img-box {
  text-align: center;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  height: 200px;
  overflow: hidden;
  background: #333;
}

.img-box figure img {
  width: 100%;
  height: auto;
}

.img-box:hover figure img {
  transform: scale(1.1);
  opacity: 0.5;
}

.img-box span img {
  width: 50%;
  height: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.mdl-video {
  background: #000;
}

.mdl-video .modal-body .btn {
  min-width: auto;
  position: absolute;
  right: -35px;
  top: 0;
}

/*Downloads*/

.acorn-download figure img {
  width: 30%;
}

.acorn-download figure,
.acorn-download figcaption {
  text-align: center;
}

.round-con ul {
  padding: 0;
}

.round-con {
  margin-top: 20px;
}

.round-con h4 {
  padding-bottom: 20px;
}

.acorn-download {
  border: 1px solid #dadada;
  border-radius: 4px;
  padding: 20px 20px 0px 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.acorn-download:hover {
  box-shadow: 3px 4px 10px rgba(62, 62, 62, 0.28);
}

/*Downloads End*/

/*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;
}

.message-pop-wrapper .modal-content {
  border: solid 5px #e0f1e0;
  box-shadow: 0px 0px 10px rgba(92, 184, 92, 0.64);
}

.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);
}

.tiles-main-sec-left .form-body {
  padding: 0;
}

.new-qstn-hedr {
  padding: 0;
  margin-bottom: 0;
}

.new-qstn-hedr h3 {
  display: inline-block;
}

.question-answers-wrapper .dxgvDRTC {
  padding-bottom: 10px;
  background: none !important;
}

.addnew-main-wrapper .tab-content h3.block {
  margin-top: 0;
  display: inline-block;
}

.dxeButtonEdit {
  /* border: 0; */
  border-radius: 4px;
  border-collapse: separate;
  border-spacing: 1px;
}

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;
}

.loading-popup-gif {
  position: fixed;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.23);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: block;
}

.loading-popup-gif img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 88px;
}

/*Modal Fix*/

.modal.in {
  background: rgba(51, 51, 51, 0.52) !important;
}

.modal-backdrop.fade.in {
  display: none;
}

/*Modal Fix End*/

span.arab-btn img {
  width: 50px;
  margin-left: 10px;
}

/*Sweet Alert*/

.form-control:focus {
  border: 2px solid #000;
}

/* } */

@media (max-width: 767px) {
  .collections-heading h2 {
    background: var(--secondary1-color);
    color: #fff;
    text-align: center;
    font-size: 19px;
    font-weight: 300;
    padding: 4px 10px;
    margin-bottom: 0;
    display: inline-block;
    line-height: 30px;
    width: 200px;
    height: 38px;
  }

  .slick-next,
  .slick-prev {
    top: -40px;
  }

  .coleection-strap div.price-tag p {
    font-size: 15px;
  }

  article.contact-info {
    padding-left: 15px;
  }

  .breadcrumb1 {
    padding-left: 0px;
  }

  .breadcrumb {
    padding-left: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 98%;
  }

  .container h1 {
    padding-left: 15px;
  }

  .slick-prev {
    right: 50px;
    left: auto;
  }

  .collections-wrapper .item {
    margin: 0 3px;
  }


  .search-box {
    width: fit-content;
    display: flex;
  }

  .dhs-cont,
  .dhs-cont-ar {
    display: flex;
    align-items: center;
    gap: 10px;
  }


  .dhs-cont-ar #CurrenciesIdMobile {
    margin-right: 10px !important;
  }

  .dhs-cont-ar #CurrenciesIdMobile {
    display: inline-block;
  }

  .dhs-cont #CurrenciesIdMobile {
    display: inline-block;
    /* margin: 3px 0px 0px 0px; */
  }


}

@media (max-width: 560px) {
  li#CurrenciesId {
    float: left;
  }

  /* .res_login {
        margin-top: 4px;
    } */

  .search-box {
    width: 100% !important;
  }

  /* .dhs-cont {
    width: 110px;
    height: auto;
    float: right;
  }

  .dhs-cont-ar {
    width: 170px;
    height: auto;
    float: left;
    display: flex;
    gap: 15px;
    justify-content: flex-end;
  } */

  select#phonecode {
    display: block;
    width: 50%;
  }
}

@media (max-width: 480px) {
  .collection-listing-wrapper h1 {
    font-size: 22px;
    padding-top: 30px;
  }
}

/* .navbar-fixed-top {
    z-index: 10000;
} */

/* 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;
}

.collections-wrapper .slick-next {
  right: 15px;
}

.collections-wrapper .slick-prev {
  right: 60px;
}

.related-product-wrapper h2 {
  padding-bottom: 0px !important;
  margin-bottom: 0px;
}

@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;
    padding-top: 10px;
  }

  .desktop-view {
    display: none !important;
  }

  .scroll-content .collection-listing {
    max-width: 55%;
    flex: 0 0 55%;
    margin-right: 15px;
  }

  .pr-listin-inner .scroll-content {
    margin: 0px 0px 12px 15px;
  }

  .headings-collection h4,
  .headings-collection h3 {
    font-size: 16px;
  }
}

.page-title-hidden {
  font-size: 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  overflow: hidden;
  position: absolute !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  clip: rect(1px, 1px, 1px, 1px);
}

/********************** Start Media center ****************/

.media-gal a:hover .media-img {
  width: 43%;
}

.media-center-main-links {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
}

.media-gal a:hover .media-box {
  background: #f08794 url(../images/ser-texture.png);
}

.media-gal a:hover h3 {
  left: 0;
}

.media-box {
  width: 100%;
  min-height: 250px;
  /* background: #f0576c url(../images/ser-texture.png); */
  background: var(--primary-color) url(../images/ser-texture.png);
  position: relative;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  overflow: hidden;
}

.media-box h3 {
  top: 15px;
  left: -100%;
  color: #fff;
  text-align: center !important;
  margin-top: 22px;
  z-index: 90;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.media-box h3:before {
  width: 130%;
  background: #fff;
  left: -15%;
}

.media-img {
  width: 100%;
  text-align: center;
  /* width: 40%;
  position: absolute;
  top: 50%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s; */
}

.media-img img {
  width: 120px;
  margin-top: 20px;
}

.photo-gallery {
  margin-top: 30px;
  /* width: 100%; */
}

.photo-gallery a:hover figcaption {
  bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

/* .photo-gallery a:hover .img-box {
  -webkit-box-shadow: 4px 6px 38px -13px #595959;
  box-shadow: 4px 6px 38px -13px #595959;
} */

.photo-gallery a:hover .img-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}

ul.photo-gallery li.col-md-4.col-sm-4.col-xs-12 {
  width: 33.3%;
  float: right;
}

.img-cnt1 {
  width: 100%;
  float: left;
  overflow: hidden;
}

.img-cnt2 {
  width: 100%;
  float: left;
  padding: 10px 15px;
  position: relative;
}

.img-cnt2 h4 {
  color: #f0576c;
}

.img-box:hover .img-cnt2 {
  background: #f0576c;
}

.img-box:hover .img-cnt2 {
  color: #fff;
}

.img-box:hover .img-cnt2 h4 {
  color: #fff;
}

.img-box:hover .nxt-btn span {
  background: #fff;
  color: #f0576c;
}

.nxt-btn {
  position: absolute;
  top: -30px;
  right: 10%;
}

.nxt-btn span {
  border-radius: 50%;
  font-size: 24px;
  height: 56px;
  margin: auto;
  min-width: 56px;
  width: 56px;
  padding: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12),
    0 1px 1px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  position: relative;
  line-height: normal;
  background: #f0576c;
  color: #fff;
  webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  float: left;
  text-align: center;
  line-height: 53px;
}

.img-box {
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #fff;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26); */
  border: 1px solid var(--primary-color);
}

.img-box:hover {
  box-shadow: 0px 2px 10px 2px rgba(221, 221, 221, 0.73);
  cursor: pointer;
  color: #fff;
}

li.child a {
  background: #243274 !important;
  border-bottom: 1px solid #eaeaea;
  color: #fff !important;
}

.img-box img {
  width: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.img-box figcaption {
  text-align: center;
  width: 100%;
  padding: 10px;
  /* background: #f0576c url(../images/ser-texture.png);
  padding: 10px;
  position: absolute;
  width: 100%;
  bottom: -50%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s; */
}

.img-box figcaption h4 {
  margin: 0;
  color: #000;
  font-size: 18px;
  text-align: center !important;
  margin-bottom: 5px;
}

.album-list {
  margin-top: 30px;
}

.child {
  display: none;
}

.album-list a:hover .img-box {
  /* -webkit-box-shadow: 4px 6px 38px -13px #595959;
  box-shadow: 4px 6px 38px -13px #595959; */
}

.album-list .img-box {
  margin-bottom: 30px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.mdl-video {
  background: #000;
}

.mdl-video .modal-body .btn {
  min-width: auto;
  position: absolute;
  right: -35px;
  top: 0;
  color: #fff;
  border: none !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;
}

.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;
}

.project-details .image-section {
  margin: 25px 0;
}

/********************** End Media center ****************/
/* Start FAQ */
.accordion {
  overflow: hidden;
  width: 100%;
  margin-bottom: 12px;
  /* max-width: 600px; */
  /* margin: 0 auto; */
}

/* .accordion-item {
    border-top: 1px solid #ccc;
} */

.accordion-header {
  background-color: #9a53b3;
  border: none;
  width: 100%;
  text-align: left;
  padding: 15px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;

  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-header:hover {
  background-color: #8400b4;
}

.accordion-content {
  height: 0;
  /* Start with height 0 */
  padding: 0 15px;
  /* Add padding */
  background-color: #ffffff;
  font-size: 14px;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
  /* Transition for height */
  border: 1px solid #9a53b3;
}

.accordion-arrow {
  transition: all 0.5s ease-in-out;
  font-size: 14px;
}

.accordion-header.active .accordion-arrow {
  transform: rotate(180deg) !important;
}

/* End FAQ */
/*Start Custom Modal */
.custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* .modal-content {
  background: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 300px;
} */

.btn-confirm,
.btn-cancel {
  margin: 10px;
  padding: 10px 20px;
  cursor: pointer;
}

.btn-confirm {
  background-color: #e74c3c;
  color: white;
  border: none;
}

.btn-cancel {
  background-color: #555;
  color: white;
  border: none;
}

/*End Custom Modal */