html, body{
    margin:0;
    font-size: 100%;
    background-color: #FFF;
    font-family: 'Open Sans', sans-serif;
}
body a{
    text-decoration:none;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
a:hover{ color: #02854b; }

::-webkit-scrollbar{
    width: 0.6em;
    height: 0.5em
}
::-webkit-scrollbar-button { background: #eee;}
::-webkit-scrollbar-track-piece { background: #ccc;}
::-webkit-scrollbar-thumb { background: #888; }
.containerinner::-webkit-scrollbar {
    width: 0.1em;
    height: 0.5em
}
input[type="button"],input[type="submit"]{
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
    margin:0;
    font-family: 'Open Sans', sans-serif;
}
p{
    margin:0;
    font-size: 0.9em;
}
ul{
    margin:0;
    padding:0;
}
label{
    margin:0;
}
body, .coupons{
  background: #fff !important;
}

/*general*/
.m-auto {margin: auto !important}
.m-0 { margin: 0 !important}
.mt-0, .my-0 { margin-top: 0 !important}
.mr-0, .mx-0 { margin-right: 0 !important}
.mb-0, .my-0 { margin-bottom: 0 !important}
.ml-0, .mx-0 { margin-left: 0 !important}
.m-1 { margin: .25rem !important}
.mt-1, .my-1 { margin-top: .25rem !important}
.mr-1, .mx-1 { margin-right: .25rem !important}
.mb-1, .my-1 { margin-bottom: .25rem !important}
.ml-1, .mx-1 { margin-left: .25rem !important}
.m-2 { margin: .5rem !important}
.mt-2, .my-2 { margin-top: .5rem !important}
.mr-2, .mx-2 { margin-right: .5rem !important}
.mb-2, .my-2 { margin-bottom: .5rem !important}
.ml-2, .mx-2 { margin-left: .5rem !important}
.m-3 { margin: 1rem !important}
.mt-3, .my-3 { margin-top: 1rem !important}
.mr-3, .mx-3 { margin-right: 1rem !important}
.mb-3, .my-3 { margin-bottom: 1rem !important}
.ml-3, .mx-3 { margin-left: 1rem !important}
.m-4 { margin: 1.5rem !important}
.mt-4, .my-4 { margin-top: 1.5rem !important}
.mr-4, .mx-4 { margin-right: 1.5rem !important}
.mb-4, .my-4 { margin-bottom: 1.5rem !important}
.ml-4, .mx-4 { margin-left: 1.5rem !important}
.m-5 { margin: 3rem !important}
.mt-5, .my-5 { margin-top: 3rem !important}
.mr-5, .mx-5 { margin-right: 3rem !important}
.mb-5, .my-5 { margin-bottom: 3rem !important}
.ml-5, .mx-5 { margin-left: 3rem !important}
.m-6 { margin: 4.5rem !important}
.mt-6, .my-6 { margin-top: 4.5rem !important}
.mr-6, .mx-6 { margin-right: 4.5rem !important}
.mb-6, .my-6 { margin-bottom: 4.5rem !important}
.ml-6, .mx-6 { margin-left: 4.5rem !important}
.p-0 { padding: 0 !important}
.pt-0, .py-0 { padding-top: 0 !important}
.pr-0, .px-0 { padding-right: 0 !important}
.pb-0, .py-0 { padding-bottom: 0 !important}
.pl-0, .px-0 { padding-left: 0 !important}
.p-1 { padding: .25rem !important}
.pt-1, .py-1 { padding-top: .25rem !important}
.pr-1, .px-1 { padding-right: .25rem !important}
.pb-1, .py-1 { padding-bottom: .25rem !important}
.pl-1, .px-1 { padding-left: .25rem !important}
.p-2 { padding: .5rem !important}
.pt-2, .py-2 { padding-top: .5rem !important}
.pr-2, .px-2 { padding-right: .5rem !important}
.pb-2, .py-2 { padding-bottom: .5rem !important}
.pl-2, .px-2 { padding-left: .5rem !important}
.p-3 { padding: 1rem !important}
.pt-3, .py-3 { padding-top: 1rem !important}
.pr-3, .px-3 { padding-right: 1rem !important}
.pb-3, .py-3 { padding-bottom: 1rem !important}
.pl-3, .px-3 { padding-left: 1rem !important}
.p-4 { padding: 1.5rem !important}
.pt-4, .py-4 { padding-top: 1.5rem !important}
.pr-4, .px-4 { padding-right: 1.5rem !important}
.pb-4, .py-4 { padding-bottom: 1.5rem !important}
.pl-4, .px-4 { padding-left: 1.5rem !important}
.p-5 { padding: 3rem !important}
.pt-5, .py-5 { padding-top: 3rem !important}
.pr-5, .px-5 { padding-right: 3rem !important}
.pb-5, .py-5 { padding-bottom: 3rem !important}
.pl-5, .px-5 { padding-left: 3rem !important}
.p-6 { padding: 4.5rem !important}
.pt-6, .py-6 { padding-top: 4.5rem !important}
.pr-6, .px-6 { padding-right: 4.5rem !important}
.pb-6, .py-6 { padding-bottom: 4.5rem !important}
.pl-6, .px-6 { padding-left: 4.5rem !important}
.bl-none {border-left: none !important}
.br-none {border-right: none !important}
.z-idx-1 {z-index: 1 !important}
.z-idx-2 {z-index: 2 !important}
.z-idx-3 {z-index: 3 !important}
.text-center {text-align: center !important}
.text-left {text-align: left !important}
.text-right {text-align: right !important}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd !important;
}
.w-100 { width: 100% !important}
.d-none { display: none !important}
.bg-white { background-color: #fff !important}
@media (max-width:991px){
  .p-sm-0{ padding: 0 !important; }
}
/*general*/

/*-- header --*/
.containerheaderbotbannertop {
  position: fixed;
  top: 0;
  z-index: 98;
  width: 100vw;
  box-shadow: 0 10px 15px -15px #00000030;
}
.header,.headerbot{ background: #fff; }
.header ul li {
    display: inline-block;
    width: 24.5%;
    text-align: center;
    color: #000;
    font-size: 13px;
    padding: 7px 0;
    letter-spacing: 1px;
}
.header ul li a {
    color: #000;
    text-decoration: none;
}
.header ul li i {
    margin-right: 12px;
    top: 2px;
    color: #02854b;
}
.header-right {
    text-align: right;
}
.header-left{
    text-align: left;
}
.header-bot_inner_wthreeinfo_header_mid {
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
}
.downloadapp.announcement-bar {
     z-index:99;
     background-color: #fcb614;
     margin: auto;
     position: relative;
     line-height: 1.5;
}
.downloadapp .closeheader{
    float: right;
    font-size: 0.8em;
    color: #fff;
    width: 20px;
    padding-top: 2px;
}
.announcement-bar__message{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 2px;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.announcement-bar__message a{
    color: #fff;
}
.announcement-bar__text{
    padding-left: 0.5em;
    font-size: 0.8em;
    color: #fff;
}
.announcement-bar__message .fa-mobile{
    font-size: 1.2em !important;
    color: #fff;
}

.custom-search-form.searchdesktop{
    width: 100%;
    padding-top: 0.2em;
}
.custom-search-form.searchmobile{
    width: 80%;
    margin: auto;
    margin-top: 8px;
    margin-bottom: 8px;
    z-index: 1;
}
.custom-search-form.searchmobile .search-field, .custom-search-form.searchdesktop .search-field{
    width: 93%;
    float: left;
}
.custom-search .search-button{
    width: 7%;
    float: left;
}
.search-field .form-control{
    border-radius: 5px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    height: 24px !important;
    box-shadow: none !important;
    font-size: 10px;
}
.custom-search-form .btn-search{
    background: #048b32;
    color: #fff;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 12px !important;
    padding: 0 10px;
    height: 24px;
    border: none;
    position: absolute;
}
.third {
  display: flex;
  justify-content: space-evenly;
  cursor: default;
}
.third ul { text-align: center; }
.third ul .newlayout {
    display: inline-block;
    text-align: center;
    color: #000;
    padding: 7px 0;
    letter-spacing: 1px;
}
.third ul .newlayout a{
    display: block;
    color: #000;
    text-decoration: none;
    letter-spacing: normal;
}
.third ul .newlayout a:hover{
    color: #048b32;
}
.third ul .newlayout i {
    top: 2px;
    color: #666666;
}
#cartcountbadge{
    background-color: #F55050;
    border-radius: 50%;
    min-width: 15px;
    max-width: 15px;
    min-height: 15px;
    max-height: 15px;
    position: absolute;
    top: 0.2rem;
    left: 1.7rem;
    font-size: 11px;
    padding-left: 1px;
    font-weight: 600;
    color: white;
}
@media (min-width: 991px){
  .third ul .newlayout {
      padding: 7px 3px;
  }
  .searchheader {
      padding-right: 0;
  }
}
.btnfb , .btngoogle {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 8px;
  margin: 5px 0;
  opacity: 0.85;
  display: inline-block;
  font-size: 12px;
  text-decoration: none !important;
}
.btnfb:hover, .btngoogle:hover {
  opacity: 1;
  color: white !important;
  text-decoration: none !important;
}
.btnfb { background-color: #3B5998; color: white; }
.btngoogle { background-color: #dd4b39; color: white; }
.labelLogin {
  display: flex;
  font-size: 11px;
}
.labelLogin:before {
  content: '';
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  border-bottom: 1px solid rgba(0,0,0,0.12);
  margin: auto 18px auto 0;
  padding-right: 10px;
}
.labelLogin:after {
  content: '';
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  border-bottom: 1px solid rgba(0,0,0,0.12);
  margin: auto 0 auto 18px;
  padding-right: 10px;
}

/*-- //header --*/

/*-- carousel --*/
@media (max-width: 767.98px){
  .containercarousel { margin-top: 6em; }
  .minipromo { padding: 0}
}
@media (min-width: 768px){
  .containercarousel { margin-top: 5em;  margin-bottom: 1em;}
  .minipromo { padding-right: 0; min-height: 222px; }
  .minipromo .carousel-inner .item img{
    width:100%;
    min-height: 216px !important;
  }
}
@media (min-width: 1200px){
  .containercarousel { margin-top: 5.5em;}
  .minipromo .carousel-inner .item img{
    width:100%;
    min-height: 264px !important;
  }
}

/*-- //carousel --*/

.social-nav {
    padding-left: 1em;
    list-style: none;
    display: inline-block;
    margin: 1.2em 0 0;
    float: left;
}
.social-nav2 {
    padding: 0;
    list-style: none;
    display: inline-block;
    float: left;
}
.social-nav li, .social-nav2 li {
    display: inline-block;
    margin: 0 2px;
}
.social-nav a {
    display: inline-block;
    float: none;
    width: 20px;
    height: 20px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    background: #000;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.social-nav2 a {
    display: inline-block;
    float: none;
    width: 30px;
    height: 30px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    background: #000;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.model-3d-0 a, .model-3d-02 a {
    background:#D6D6D6;
    border-radius: 50%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.model-3d-0 .front, .model-3d-0 .back {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    -webkit-transform: translateZ(18px);
    -moz-transform: translateZ(18px);
    -ms-transform: translateZ(18px);
    -o-transform: translateZ(18px);
    transform: translateZ(18px);
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
    color:#212121;
    font-size:1px;
}
.model-3d-02 .front, .model-3d-02 .back {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    -webkit-transform: translateZ(18px);
    -moz-transform: translateZ(18px);
    -ms-transform: translateZ(18px);
    -o-transform: translateZ(18px);
    transform: translateZ(18px);
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
    color:#212121;
    font-size:1px;
}
.model-3d-0 .back, .model-3d-02 .back {
    -webkit-transform: rotateX(90deg) translateZ(18px);
    -moz-transform: rotateX(90deg) translateZ(18px);
    -ms-transform: rotateX(90deg) translateZ(18px);
    -o-transform: rotateX(90deg) translateZ(18px);
    transform: rotateX(90deg) translateZ(18px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
a.line .front {background: #00ff00;}
a.twitter .front {background: #00acee;}
a.facebook .front {background: #3b5998;}
a.instagram .front {background: #d72d6b;}
a.youtube .front {background: #bd081c;}
a.gmail .front {background: #ce493c;}
.line .back,.twitter .back,.facebook .back,.instagram .back,.youtube .back, .gmail .back{
    background:#fff;
}
.model-3d-0 a:hover, .model-3d-02 a:hover {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}
.model-3d-0 a:hover .back, .model-3d-02 a:hover .back {
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
}
.w3_agile_social .front i{
    color: #fff;
    font-size: 16px;
}
.w3_agile_social .back i{
    color: #000;
    font-size: 16px;
}
.w3ls_team_grid img {
    background: #e4e3e3;
    padding: 7px;
}
/*--social icons--*/
/* Brand Colours */
.facebook {background: #3b5998;}
.twitter {background: #00acee;}
.google-plus {background:#dd4b39;}
.rss {background:#f26522;}
.social-icon-w3-agile {
    width: 25%;
    float: left;
    text-align: center;
    padding:1.5em 0;
}
.social-icon-w3-agile i {
    color: #fff;
    font-size:28px;
}
.social-agileinfo a:hover {
    opacity: 0.8;
}
li.share {
    vertical-align: super;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: 1px;
}
/*-- TOP LEFT LOGO WAKIMART--*/
.logotopleft {
    position: relative;
    width: 100%;
    overflow: hidden;
    top: 0.25em;
}
.logotopleft img {
    position: relative;
    width: 100%;
    height: auto;
}

/*-- header-bot --*/
.header-left img {
    width: 73%;
}

.header-middle form input[type="search"] {
    outline: none;
    border: none;
    width: 87%;
    padding: 12px 10px;
    color: #848484;
    font-size: 16px;
    border: 1px solid #ddd;
    letter-spacing:1px;
}
.header-middle form input[type="submit"]{
    background: url(../images/uMd0wZ58c6rY.png) no-repeat 4px 0px #048b32;
    width: 11%;
    height: 50px;
    border: none;
    padding: 0;
    border: none;
    outline: none;
}
.search {
    float: left;
    width: 57%;
}
.section_room{
    float: left;
    width: 33%;
}
.sear-sub{
    float: right;
    width: 10%;
}
.header-middle {
    padding:0;
}
.header-right ul {
    margin-top: 20px;
}
.section_room select option {
    line-height: 1.8em;
}

/* pop-up text */
.footer-bottom a span {
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 19%;
    left: 59px;
    text-align: center;
    right: -25px;
    padding: 2px 0px;
    font-size: 1em;
    border-radius: 2px;
    background: #048b32;
    visibility: hidden;
    opacity: 0;
    -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/* pop-up text arrow */

.footer-bottom a span:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #048b32;
    position: absolute;
    bottom: -4px;
    left: 21px;
}
.footer-bottom a:hover span {
    bottom: 41px;
    visibility: visible;
    opacity: 1;
}

/*-- //header-bot --*/
/*-- banner-top --*/
.ban-top{
    background:#fff;
    z-index: 1;
    position: relative;
    margin-top: -1px;
}
.ban-top .top_nav_left{
    display: flex;
    justify-content: center;
}
.ban-top .top_nav_right{
    display: flex;
}
.dropdown-menu.columns-3 {
    width: 60vw;
    min-width: 300px;
    padding: 10px 30px;
}
.multi-gd-img img{
    width:100%;
}
/*-- nav-bar --*/
.navbar-default {
    background: none;
    border: none;
    min-height: inherit;
    margin: 0;
    float: left;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background: none;
}
.navbar-nav > li {
    /*margin: 0 1em 0 0;*/
}
.navbar-nav > li > a {
    padding: 0px 12px 5px;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav > li > a {
    line-height: inherit;
    padding: 5px 25px;
}
/*-- //nav-bar --*/

/* Common styles for all menus */
.menu__list {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu__item {
    display: block;
    margin: 0em 0;
}

.menu__link {
    font-size: 1em;
    display: block;
    padding: 1em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menu__link:hover,
.menu__link:focus {
    outline: none;
}

/* Individual styles */
.menu--shylock .menu__link {
    position: relative;
    margin: 0;
    color: #b5b5b5;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}

.menu--shylock .menu__item--current .menu__link,
.menu--shylock .menu__item--current .menu__link:hover,
.menu--shylock .menu__item--current .menu__link:focus {
    color: #d94f5c;
}

.menu--shylock .menu__item--current .menu__link::after,
.menu--shylock .menu__item--current .menu__link::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.menu--shylock .menu__item--current .menu__link::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.menu--shylock .menu__link:hover,
.menu--shylock .menu__link:focus {
    color: #b5b5b5;
}

.menu--shylock .menu__link:hover::before,
.menu--shylock .menu__link:focus::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

/* .menu--shylock .menu__link::before,
.menu--shylock .menu__link::after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 2px;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
} */

.menu--shylock .menu__link::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0.6em;
    width: 80%;
    height: 2px;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.menu--shylock .menu__link::before {
    /* background: #048b32; */
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.menu--shylock .menu__link::after {
    background: white;
}
a.menu__link {
    color: #888f99 !important;
    font-size: 12px;
}
.agile_short_dropdown {
    border-radius: 0;
    background: #ffffff;
    text-align: center;
    padding:0;
    border: none;
}
.agile_short_dropdown li a{
    text-transform:uppercase;
    color:#212121;
    font-size:13px;
    font-weight:600;
    padding: .8em 0;
    border-bottom: 1px solid #ececef;
}
.agile_short_dropdown > li > a:hover{
    color: #fff;
    text-decoration: none;
    background-color: #048b32;
}
/*-- //left nav --*/
.top_nav_right {
    float: right;
}
.box_1 {
    text-align: center;
}
.box_1 h3 {
    color: #fff;
    font-size: 1em;
    margin: 0;
    text-decoration:none;
    margin: 0 0 7px 0;
}
.total i {
    top: 2px;
    left: -5px;
}
.box_1 p {
    margin: 0;
    color: #999;
    font-size: 14px;
}
a.simpleCart_empty {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    display: block;
}
.header-right ul li a:hover {
    transform: rotateY(360deg);
}
/*-- //banner-top --*/
.carousel-caption {
    position: inherit;
    /* min-height:500px!important; */
    padding-top:10em;
}
@media (min-width: 300px){
    .carousel-caption{
      min-height:135px!important;
      padding-top:1em;
    }
    .carousel-caption2{
      min-height:100px!important;
    }
    .mobinneradjustleft , .mobinneradjustright{
      min-height: 50px !important;
    }
}
@media (min-width: 350px){
    .carousel-caption{
      min-height:145px!important;
      padding-top:1em;
    }
    .carousel-caption2{
      min-height:115px!important;
    }
}
@media (min-width: 400px){
    .carousel-caption{
      min-height:165px!important;
      padding-top:2em;
    }
    .carousel-caption2{
      min-height:115px!important;
    }
    .mobinneradjustleft , .mobinneradjustright{
      min-height: 60px !important;
    }
}
@media (min-width: 450px){
    .carousel-caption{
      min-height:185px!important;
      padding-top:2em;
    }
    .carousel-caption2{
      min-height:135px!important;
    }
}
@media (min-width: 500px){
    .carousel-caption{
      min-height:215px!important;
      padding-top:3em;
    }
    .carousel-caption2{
      min-height:150px!important;
    }
}
@media (min-width: 550px){
    .carousel-caption{
      min-height:225px!important;
      padding-top:3em;
    }
    .carousel-caption2{
      min-height:180px!important;
    }
}
@media (min-width: 600px){
    .carousel-caption{
      min-height:240px!important;
      padding-top:4em;
    }
    .carousel-caption2{
      min-height:200px!important;
    }
    .mobinneradjustleft , .mobinneradjustright{
      min-height: 80px !important;
    }
}
@media (min-width: 650px){
    .carousel-caption{
      min-height:260px!important;
      padding-top:4em;
    }
    .carousel-caption2{
      min-height:170px!important;
    }
}

@media (min-width: 700px){
    .carousel-caption{
      min-height:280px!important;
      padding-top:5em;
    }
    .carousel-caption2{
      min-height:210px!important;
    }
    .mobinneradjustleft , .mobinneradjustright{
      min-height: 100px !important;
    }
}
@media (min-width: 991px){
    .carousel-caption{
      min-height:350px!important;
      padding-top:5em;
    }
    .mobinneradjustleft, .mobinneradjustright{
      min-height: 112px !important;
    }
}
@media (min-width: 1200px){
    .carousel-caption{
      min-height:350px!important;
      padding-top:5em;
    }
    .mobinneradjustleft{
      min-height: 137px !important;
      margin-bottom: 1em;
    }
    .mobinneradjustright {
      min-height: 137px !important;
    }
}

.carousel-caption h2, .carousel-caption h3 {
    font-size: 3em;
    font-weight: 300;
    letter-spacing: 14px;
    text-transform: uppercase;
}
.carousel-caption h2 span, .carousel-caption h3 span{
    font-weight: 800;
    color: #048b32;
    text-shadow: 2px 2px grey;
}
.carousel-caption p {
    letter-spacing: 12px;
    font-size: 1.6em;
    font-weight: 800;
    line-height: 2em;
    color: #ffb900;
    margin-top: 1em;
    text-shadow: 2px 2px white;
}
.carousel-caption a {
    color: #fff;
    letter-spacing: 3px;
    padding: 8px 20px;
    margin-top: 2em;
}

.multi-item-carousel .carousel-inner > .item {
  transition: 500ms ease-in-out left;
}
.multi-item-carousel .carousel-inner .active.left {
  left: -33%;
}
.multi-item-carousel .carousel-inner .active.right {
  left: 33%;
}
.multi-item-carousel .carousel-inner .next {
  left: 33%;
}
.multi-item-carousel .carousel-inner .prev {
  left: -33%;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .multi-item-carousel .carousel-inner > .item {
    transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out all;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    transform: none!important;
  }
}
.multi-item-carousel .carouse-control.left,
.multi-item-carousel .carouse-control.right {
  background-image: none;
}
.multi-item-carousel .carousel-inner .col-xs-4 {
  border-radius: 1.5em;
  padding: 5px;
  overflow: hidden;
}
.multi-item-carousel .item .img-responsive{
  object-fit: cover;
  width: 100%;
  max-height: 150px;
}

.codes{
    padding:5em 0;
    background:#fff;
}
.codes.agileitsbg2 {
    background: #E74C3C;
    background-image:-webkit-linear-gradient(#ff9d2f, #ff6126);
    background-image:-moz-linear-gradient(#ff9d2f, #ff6126);
    background-image:-ms-linear-gradient(#ff9d2f, #ff6126);
    background-image: linear-gradient(#ff9d2f, #ff6126);
    padding-bottom: 10em;
}
.codes.agileitsbg3 {
    background: #3498DB;
    padding-bottom: 10em;
}
.codes.agileitsbg4 {
    background: #2ECC71 ;
    padding-bottom: 10em;
}
.carousel.slide.grid_3.grid_4 {
    border-top: 10px solid #3ACFD5;
    border-bottom: 10px solid #3a4ed5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    -webkit-background-size: 10px 100%;
    -moz-background-size: 10px 100%;
    background-size: 10px 100%;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%), -webkit-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
    background-image: -moz-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%), -moz-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
    background-image: -o-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%), -o-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
    background-image: linear-gradient(to bottom, #3acfd5 0%, #3a4ed5 100%), linear-gradient(to bottom, #3acfd5 0%, #3a4ed5 100%);
}
.carousel-indicators {
    bottom: 8%;
}
/*-- banner --*/
/*-- //banner-bottom --*/

/* Common style */
.grid figure {
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 1em;
    border: 0.5px solid #e2e2e2;
}
.grid figure img {
    position: relative;
    display: block;
}
.grid figure figcaption {
    padding: 2em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}
.grid figure figcaption{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grid figure h3 {
    word-spacing: -0.15em;
    font-weight: 300;
}
.grid figure h3 span {
    font-weight: 800;
    color: #DB0A5B;
}
.grid figure.effect-roxy2 p {
    letter-spacing: 0;
    color: #1E90FF;
    line-height: 1em;
    font-size: 1em;
    font-weight: 700;
}

figure.effect-roxy img {
    max-width: 100%;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    width: -moz-calc(100% + 60px);
    width: -o-calc(100% + 60px);
    width: -ms-calc(100% + 60px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0px,0,0);
    transform: translate3d(0px,0,0);
    -moz-transform: translate3d(0px,0,0);
    -o-transform: translate3d(0px,0,0);
    -ms-transform: translate3d(0px,0,0);
}
figure.effect-roxy2 img {
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    width: -moz-calc(100% + 60px);
    width: -o-calc(100% + 60px);
    width: -ms-calc(100% + 60px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0px,0,0);
    transform: translate3d(0px,0,0);
    -moz-transform: translate3d(0px,0,0);
    -o-transform: translate3d(0px,0,0);
    -ms-transform: translate3d(0px,0,0);
    opacity: 1;
    aspect-ratio: 1 / 1;
}

figure.effect-roxy figcaption::before {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 4px solid #DB0A5B;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
    -ms-transform: translate3d(-20px,0,0);
    -moz-transform: translate3d(-20px,0,0);
    -o-transform: translate3d(-20px,0,0);
}
figure.effect-roxy2 figcaption::before {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 4px solid #DB0A5B;
    border-radius: 10px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50px,0,0);
    transform: translate3d(-50px,0,0);
    -ms-transform: translate3d(-50px,0,0);
    -moz-transform: translate3d(-50px,0,0);
    -o-transform: translate3d(-50px,0,0);
}

figure.effect-roxy figcaption {
    padding: 3em;
    text-align: right;
    border: 10px solid rgba(255, 255, 255, 0.15);
}
figure.effect-roxy2 figcaption {
    padding: 2em 3em;
    text-align: right;
    border: 2px solid rgba(255, 255, 255, 0.15);
}

figure.effect-roxy h3  {
    padding: 0.5em;
    font-size: 1.8em;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: left;
    padding-left: 1.7em;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(20px,0,0);
    transform: translate3d(20px,0,0);
    opacity: 0;
    text-shadow: 0px 25px 0px #048b32,
                 0px 50px 0px #ffffff;
}
figure.effect-roxy2 h3  {
    padding: 0.5em 0;
    font-size: 1.5em;
    font-weight: 600;
    color: #fff;
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-5px,0,0);
    transform: translate3d(-5px,0,0);
}

figure.effect-roxy p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
}
figure.effect-roxy2 p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    /* text-shadow: 1.5px 1px #414141; */
}

figure.effect-roxy:hover img,.agileinfo_banner_bottom_grid_three_left:hover img{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-roxy2:hover img,.agileinfo_banner_bottom_grid_three_left:hover img ,
figure.effect-roxy3:hover img,.agileinfo_banner_bottom_grid_three_left:hover img{
    opacity: 0.2;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p, figure.effect-roxy:hover h3, .agileinfo_banner_bottom_grid_three_left:hover figcaption::before,
.agileinfo_banner_bottom_grid_three_left:hover p,
figure.effect-roxy2:hover figcaption::before,
figure.effect-roxy3:hover figcaption::before,
figure.effect-roxy3:hover p, figure.effect-roxy3:hover h3, .agileinfo_banner_bottom_grid_three_left:hover figcaption::before,
.agileinfo_banner_bottom_grid_three_left:hover p
{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
figure.effect-roxy2:hover p, .agileinfo_banner_bottom_grid_three_left:hover figcaption::before,
.agileinfo_banner_bottom_grid_three_left:hover p{
    opacity: 1;
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
}
figure.effect-roxy2:hover h3{
    opacity: 1;
    -webkit-transform: translate3d(15px,0,0);
    transform: translate3d(15px,0,0);
}

.wthree_banner_bottom_grid_three_left1 {
    width: 49.5%;
    float: left;
}
.banner_bottom_agile_info {
    font-family: 'Open Sans', sans-serif;
}
/*-- //banner-bottom --*/

/*-- footer --*/
.footer{
    padding: 0;
    background: #2d2d2d;
}
.footer_agile_inner_info_w3l {
    width: 100%;
    margin: 0 auto;
}
ul.social-nav.model-3d-0.footer-social.w3_agile_social.two, ul.social-nav2.model-3d-02.footer-social.w3_agile_social.two {
    float: none;
}
.footer-left p{
    color: #fff;
    font-size: 14px;
}
.newsright input[type="email"] {
    outline: none;
    width: 100%;
    padding: 10px 14px;
    color: #848484;
    font-size: 14px;
    border: 1px solid #3a3939;
    width: 74%;
    letter-spacing: 3px;
    background: #1f1f1f;
}
.newsright input[type="submit"]{
    border: none;
    padding: 10px 20px 11px;
    font-size: 15px;
    outline: none;
    text-transform: uppercase;
    margin: 0 0 0 -4px;
    font-weight: 700;
    letter-spacing: 1px;
    background: #048b32;
    color:#fff;
}
.newsright input[type="submit"]:hover{
    background: #fff;
    color: #000;
}
.newsleft h3 {
    font-size: 24px;
    margin-top: 7px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 700;
}
.sign-gd h4,.sign-gd-two h4, .sign-gd-custom h4 {
    color: #fff;
    font-size: 1.2em;
    margin: 10px 0;
    font-weight: 700;
}
.sign-gd,.sign-gd-two {
    line-height: 1.5em;
    cursor: default;
}
.sign-gd h4 span,.sign-gd-two h4 span{
  font-weight:300;
}
.sign-gd ul li,.sign-gd-two ul li,.sign-gd-custom ul li{
    color: #848484;
    line-height: 2em;
    font-size: 14px;
    list-style-type:none;
}
.sign-gd ul li a,.sign-gd-two ul li a,.sign-gd-custom ul li a{
    color: #fff;
    letter-spacing: 1px;
}
.sign-gd ul li a:hover,.sign-gd-two ul li a:hover,.sign-gd-custom ul li a:hover{
    color:#b5b5b5;
    font-weight: 500;
    text-decoration: none;
}
.w3ls-post-grid:nth-child(2){
    margin:1em 0;
}
.w3-address-grid{
    background: #2d2d2d;
    padding: 1em 0;
}
.w3-address-left{
    float:left;
    width:8%;
}
.w3-address-left i.fa.fa-phone,.w3-address-left i.fa.fa-envelope,.w3-address-left i.fa.fa-map-marker{
    color: #fff;
    font-size: 1em;
}
.w3-address-right h6{
    color: #fff;
    font-size: 0.9em;
    margin: 0;
    font-weight: 600;
    letter-spacing: 1px;
}
.w3-address-right p{
    margin: 1em 0 0 0;
    font-size: .9em;
    color: #fff;
    font-weight: 300;
}
.w3-address-right p a{
    color: #fff;
    text-decoration: none;
}
.w3-address-right p a:hover{
    color:#b5b5b5;
    font-weight: 500;
}
.w3-address-right p span{
    display:block;
    margin:.5em 0;
}
.w3-address-grid:nth-child(2){
    margin: 0.2em 0;
}
.flickr-post ul li{
    display:inline-block;
    margin:5px 5px;
}
.flickr-post ul li {
    display: inline-block;
    margin: 1% 1%;
    width: 28%;
}
p.copy-right {
    color: #848484;
    text-align: center;
    margin-top: 62px;
    font-size: 14px;
    display: none;
}
p.copy-right a{
    color: #ffffff;
    text-decoration:none;
}
p.copy-right a:hover{
color: #048b32;
}
.footer-left h2 a {
    font-size: 0.9em;
    color: #fff;
    font-weight: 300;
    letter-spacing: 2px;
}
.footer-left h2 a span {
    padding: 0 10px;
    background: #048b32;
    font-weight: 600;
}
/*-- //footer --*/

.multi-gd-img.multi-gd-text h4 {
    position: absolute;
    top: 50%;
    left: 30%;
    font-size: 2em;
    color: #fff;
    font-weight: 300;
    letter-spacing: 10px;
}
.multi-gd-img.multi-gd-text h4  span{
    font-weight:700;
    color:#048b32;
}
.multi-gd-img.multi-gd-text {
    padding: 0;
}
.styled-input.agile-styled-input-top , .normal-input.agile-styled-input-top{
    margin-top: 0;
}
.address-grid,.product-list {
    padding: 1em 0em 0 0em;
}
.contact-form {
    background: #eee;
    border-radius: 1em;
    padding: 1.5em 2em;
}
.contact-form2 {
    padding: 2em 1em 2em 2em;
}

.contact input[type="text"], .contact input[type="email"], .contact textarea {
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    padding: 0.5em 1em;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    background: none;
    -webkit-appearance: none;
    outline: none;
}
.contact textarea {
    min-height: 8em;
    resize: none;
}

.styled-input input:focus ~ label, .styled-input input:valid ~ label,.styled-input textarea:focus ~ label ,.styled-input textarea:valid ~ label {
    font-size: .9em;
    color: #048b32;
    top: -1.4em;
    -webkit-transition: all 0.125s;
    -moz-transition: all 0.125s;
    -o-transition: all 0.125s;
    -ms-transition: all 0.125s;
    transition: all 0.125s;
}

.styled-input2 input:focus ~ label, .styled-input2 input:valid ~ label,.styled-input2 textarea:focus ~ label ,.styled-input2 textarea:valid ~ label{
    font-size: .9em;
    color: #555;
    top: -1.4em;
    -webkit-transition: all 0.125s;
    -moz-transition: all 0.125s;
    -o-transition: all 0.125s;
    -ms-transition: all 0.125s;
    transition: all 0.125s;
}

.styled-input , .styled-input2{
    width:100%;
    margin: 1.5em 0 1em;
    position: relative;
}
.normal-input {
    width:100%;
    margin: 2em 0 3em;
    position: relative;
}
@media(max-width: 767.98px){
  .bd {
      margin: 1em 0;
      padding: 0;
    }
}

.styled-input label, .styled-input2 label {
    color: #777;
    padding: 0.5em 0em;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    font-weight: 400;
    font-size: 14px;
    letter-spacing:1px;
    display: block;
    line-height: 1em;
}
.normal-input label {
    color: #555;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    letter-spacing:1px;
    line-height: 1em;
}
.col-md-6.request{
    padding-left: 0;
}
.col-md-6.checkout{
    padding-left: 0;
}
.styled-input input ~ span, .styled-input textarea ~ span, .styled-input2 input ~ span, .styled-input2 textarea ~ span {
    display: block;
    width: 0;
    height: 2px;
    background: rgb(39, 39, 39);
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.125s;
    -moz-transition: all 0.125s;
    transition: all 0.125s;
}
.styled-input textarea ~ span, .styled-input2 textarea ~ span {
    bottom: 5px;
}
.styled-input input:focus.styled-input textarea:focus, .styled-input2 input:focus.styled-input2 textarea:focus {
    outline: 0;
}
.styled-input input:focus ~ span,.styled-input textarea:focus ~ span, .normal-input input:focus ~ span,.normal-input textarea:focus ~ span,
.styled-input2 input:focus ~ span,.styled-input2 textarea:focus ~ span {
    width: 100%;
    -webkit-transition: all 0.075s;
    -moz-transition: all 0.075s;
    transition: all 0.075s;
}
.white-w3ls{
    color:#fff;
}
.modal-body-sub {
    padding:2em !important;
}
.modal-title {
    font-size: 1.1em;
    color: #212121;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 1em;
    letter-spacing: 2px;
}
.modal-body.modal-body-sub_agile input[type="text"],.modal-body.modal-body-sub_agile input[type="email"],.modal-body.modal-body-sub_agile input[type="password"] {
    font-size: 14px;
    letter-spacing: 1px;
    color: #777;
    padding: 0.5em 1em 0.5em 0;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    background: none;
    -webkit-appearance: none;
    outline: none;
}
h3.agileinfo_sign {
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2em;
}
.modal_body_right.modal_body_right1 {
    padding: 0;
}
h3.agileinfo_sign span {
    font-weight:300;
}

.modal-body.modal-body-sub_agile ::-webkit-input-placeholder{
    color:#212121 !important;
}
.modal-body.modal-body-sub_agile input[type="submit"]{
    border: none;
    padding: 10px 40px 10px;
    font-size: 12px;
    outline: none;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    letter-spacing: 1px;
    background: #2d2d2d;
    color: #fff;
    border-radius: 4px;
}
.modal-body.modal-body-sub_agile input[type="submit"]:hover{
   background: #048b32;
}
.modal_body_right.modal_body_right1 img {
    width: 100%;
}
ul.social-nav.model-3d-0.footer-social.w3_agile_social.top_agile_third {
    float: left;
}
.modal-body.modal-body-sub_agile p a {
    font-size: 0.875em;
    color: #212121;
}
.modal-body.modal-body-sub_agile p {
    font-size: 0.85em;
    font-weight: 600;
    line-height: 2em;
    color: #000;
    margin-top: 10px;
}
ul.social-nav.model-3d-0.footer-social.w3_agile_social.top_agile_third {
    margin: 2em 0 0.5em 0;
}
.modal_body_left.modal_body_left1 {
    padding-left:0;
}
.modal-body.modal-body-sub_agile {
    /* margin-top: 1em; */
}
.modal-content.top_w3lform_agile {
    padding: 2em 0;
    border-radius: 0;
}
button.close.top_wthree_agile {
    margin: -34px 0 0 0;
    color: #000;
}
.bb-middle-agileits-w3layouts.forth.grid {
    margin-top: 0.95em;
}

/*-- schedule-bottom --*/
.schedule-bottom {
    background: #048b32;
}
.agileits_schedule_bottom_right,.agileinfo_schedule_bottom_left {
    padding: 0;
}
.agileinfo_schedule_bottom_left img{
    width:100%;
}
.w3ls_schedule_bottom_right_grid{
    padding: 3em 2em;
    background: #fff;
    margin: 6.5em 0 0;
    width: 90%;
    box-shadow: 5px 0px 10px #19a98c;

}
.w3ls_schedule_bottom_right_grid h3{
    text-transform: uppercase;
    font-size: 1.4em;
    color: #212121;
    letter-spacing: 2px;
    font-weight: 700;
}
.w3ls_schedule_bottom_right_grid h3 span{
    color:#fc636b;
}
.w3ls_schedule_bottom_right_grid p{
    margin:1em 0 2em;
    color: #545454;
    line-height:2em;
}
.w3l_schedule_bottom_right_grid1{
    text-align:center;
}
.w3l_schedule_bottom_right_grid1 i{
    font-size: 1.5em;
    color: #048b32;
    display: block;

}
.w3l_schedule_bottom_right_grid1 h4{
    margin: 1em 0;
    color: #212121;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 2px;
}
.w3l_schedule_bottom_right_grid1 h5{
    font-size:2em;
    color:#212121;
    font-weight:600;
}
h3.wthree_text_info {
    font-size: 1.5em;
    font-weight: 700;
    text-align: left;
    color: #373737;
    margin: 0.7em 0;
}
h3.wthree_text_info span{
  font-weight:300;
}
/*-- //schedule-bottom --*/

/*-- new_arrivals --*/
.new_arrivals{
    padding:90px 0;
}
.new_arrivals h3{
    color:#000;
    font-size:36px;
    text-align:center;
    text-transform:uppercase;
    margin-bottom:30px;
}
.new_arrivals h3 span{
    color:#048b32;
}
.new_arrivals p{
    color:#848484;
    font-size:16px;
    text-align:center;
}
.new-gd-left{
position:relative;
}
.new-gd-left img{
    width:100%;
}
.new_grids{
    margin-top:55px;
}
.wed-brand h5 {
    margin: 20px 0;
    color: #000;
    font-size: 23px;
    text-align: center;
}
.wed-brand h4{
    font-size:23px;
    text-align:center;
    color:#000;
    text-transform:uppercase;
}

.wed-brand {
    position: absolute;
    top: 28%;
    left: 12%;
}
/* Outline Out */
.hvr-outline-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    border: 1px solid #048b32;
    border-radius: 1em;
    color: #048b32;
    padding: 8px 10px;
    text-decoration: none !important;
    font-size: 0.7em;
    font-weight: 700;
    width: auto;
}
.hvr-outline-out:before {
    content: '';
    position: absolute;
    border: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
    border-radius: 500px;
}
.hvr-outline-out:hover:before,.hvr-outline-out:focus:before,.hvr-outline-out:active:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
}

.fav-outline-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #fc636b;
    border-radius: 500px;
}
.fav-outline-out:before {
    content: '';
    position: absolute;
    border: #fc636b solid 4px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
    border-radius: 500px;
}
.fav-outline-out:hover:before,.fav-outline-out:focus:before,.fav-outline-out:active:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
}

.hvr-outline-out2 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: gray;
    border-radius: 500px;
}
.hvr-outline-out2:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
    border-radius: 500px;
}

.wed-brand p i {
    text-decoration: line-through;
}
.wed-brand p {
    font-size: 21px;
    color: #000;
    text-align: center;
}
.wed-brand p a{
    color: #fff;
    padding: 9px 0px;
    display: block;
    text-transform: uppercase;
    margin: 25px auto 0;
    font-size: 16px;
    width: 50%;
    text-decoration:none;
}
.wed-brandtwo h4{
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.wed-brandtwo {
    position: absolute;
    top: 36%;
    left: 20%;
}
.wed-brandtwo p {
    font-size: 45px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.new-gd-middle img {
    width: 100%;
}
.new-levis {
    border: 1px solid #D2D2D2;
    background: #fff;
    padding: 45px 28px;
}
.mid-text {
    float: left;
    width: 48%;
    margin: 0 5%;
}
.mid-text h4 {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1.5em;
    margin-bottom:15px;
}
.mid-text h4 span{
    display:block;
}
.mid-img {
    float: left;
    width: 35%;
    margin: 13% 3% 0;
}
.mid-text a {
    font-size: 16px;
    color: #fff;
    padding: 8px 18px;
}
.new-levis:nth-child(2) {
    margin-top: 35px;
}
.product-men img {
    width: 100%;
}
/*-- //new_arrivals --*/

/*-- Shopping-Cart-PopUp --*/
/*-- cart --*/
.product_list_header {
    float: right;
}
.snipcart-details {
    text-align: center;
    /* display: flex; */
    /* justify-content: center; */
    margin:0.5em auto 1.5em;
    width:77%;
    border: none;
}
.btn-danger.my-cart-btn:focus {
    outline: none;
}
.snipcart-details input.button {
    font-size: 13px;
    color: #fff;
    background: #048b32;
    text-decoration: none;
    position: relative;
    border: none;
    border-radius: 10px;
    width: 100%;
    text-transform: uppercase;
    padding: .5em 0;
    outline: none;
    letter-spacing: 1px;
    font-weight: 600;
}
.favbutton input.button {
    font-size: 13px;
    color: #fff;
    background: #fc636b;
    text-decoration: none;
    position: relative;
    border: none;
    border-radius: 500px;
    width: 100%;
    text-transform: uppercase;
    padding: .5em 0;
    outline: none;
    letter-spacing: 1px;
    font-weight: 600;
}
.snipcart-details input.buttoncomingsoon {
    font-size: 13px;
    color: #fff;
    background: gray;
    text-decoration: none;
    position: relative;
    border: none;
    border-radius: 500px;
    width: 100%;
    text-transform: uppercase;
    padding: .5em 0;
    outline: none;
    letter-spacing: 1px;
    font-weight: 600;
}
p.button3 {
    font-size: 13px;
    color: #fff;
    background: #048b32;
    text-decoration: none;
    position: relative;
    border: none;
    border-radius: 500px;
    width: 100%;
    text-transform: uppercase;
    padding: .5em 0;
    outline: none;
    letter-spacing: 1px;
    font-weight: 600;
}
.agile_top_brand_left_grid:hover .snipcart-details input.button,.snipcart-details input.button:hover{
    background:#048b32;
}
.favbutton input.button:hover{
    background:#fc636b;
}
.product_list_header input.button {
    color: #fff;
    font-size: 14px;
    outline: none;
    text-transform: capitalize;
    padding: .5em 2.5em .5em 1em;
    border: 1px solid #fe9126;
    margin: .35em 0 0;
    background: url(../images/cart.png) no-repeat 116px 9px;
}

/*PP MINI CART*/
#PPMiniCart .product-name{
    font-size:0.85em;
}
#PPMiniCart .minicart-details-price {
    font-size: 1em;
    float: left;
    width: 16%;
    text-align: right;
}
#PPMiniCart .minicart-quantity {
    height: 18px;
    width: 30px;
    padding: 2px 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    font-size: 13px;
    text-align: right;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
}
#PPMiniCart form {
    position: relative;
    margin-left: -200px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    font: 15px/normal arial, helvetica;
    color: #333;
    width: 590px;
    padding: 10px 20px 80px;
    max-height:450px;
}
#PPMiniCart ul {
    width: 100%;
    clear: both;
    float: left;
    margin: 5px 0 20px;
    padding: 10px;
    list-style-type: none;
    background: #fff;
    border: 1px solid #E5E7E9;
    border-radius: 4px;
    /* box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); */
}
#PPMiniCart .minicart-item a {
    color: #212121 !important;
    font-size: 1em;
    display: block;
    margin-bottom: .5em;
    text-transform: capitalize;
    text-decoration: none;
}
#PPMiniCart .minicart-item {
    min-height:60px !important;
    clear: left;
    padding: 6px 0;
}
#PPMiniCart .minicart-attributes li {
    color: #999;
}
#PPMiniCart .minicart-remove {
    background: #f55050 !important;
    border: 1px solid #f55050 !important;
    opacity: 1 !important;
    outline:none;
    width: 17px;
    height: 17px;
    margin: 0;
    padding: 0;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
}
#PPMiniCart .minicart-submit {
    display: block;
    position: absolute;
    bottom:-25px;
    right:-26%;
    min-width: 100px;
    height: 33px;
    margin-right: 6px;
    padding: 0 9px;
    border-radius: 5px;
    color: #000;
    text-shadow: 1px 1px 1px #fff6e9;
    cursor: pointer;
}
#PPMiniCart .minicart-submit:hover{
    background:#eee !important;
    border-color: #333 !important;
}
#PPMiniCart .minicart-subtotal {
    position: absolute;
    bottom: -17px;
    font-size: 1em;
    font-weight: bold;
}
#PPMiniCart {
    display: none;
    position: fixed;
    top: 75px;
    left: 44%;
    z-index: 99;
}
.minicart-showing #PPMiniCart form{
    overflow-x: hidden;
    overflow-y: auto;
}
#PPMiniCart .minicart-footer {
    position: relative;
    width: 80%;
}
.product-men {
    margin-top: 1em;
    padding-right: 5px;
    padding-left: 5px;
}
.category {
    padding-right: 5px;
    padding-left: 5px;
    margin: 0.5em 0 0.5em;
}
button.w3view-cart {
    outline: none;
    border: none;
    background: none;
    padding: 0;
    width: 36px;
    color: #6c727c;
    border-radius: 0.7em;
}
button.w3view-cart:hover {
    background: #f3f4f5;
}
.backgroundhvr{
    outline: none;
    border: none;
    background: none;
    padding: 0;
    width: 36px;
    margin: auto;
    color: #6c727c;
    border-radius: 1em;
    font-size: 1em;
}
.backgroundhvr:hover{
    width: 36px;
    background: #f3f4f5;
}
@media(max-width:480px){
    #PPMiniCart .minicart-subtotal, #PPMiniCart .minicart-submit {
        font-size: 0.9em !important;
    }
    #PPMiniCart .product-name{
    font-size: 0.7em;
    }
}
/*-- //cart --*/

/*-- effect --*/
.men-pro-item {
    position: relative;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.08);
    border-radius: 0.5em;
    background-color: #fff;
    overflow: hidden;
}
.new-prod-item {
    position: relative;
    border-radius: 0.5em;
    background-color: #fff;
    overflow: hidden;
    border: 0.5px solid #e2e2e2;
}
.men-thumb-item {
    position: relative;
        overflow: hidden;
}
.item-info-product {
    margin: 10px 7px ;
}
.men-thumb-item .pro-image-front {
    opacity: 1;
    visibility: visible;
        scale: 1.3;
}
.men-thumb-item img {
    transition: all 0.5s ease-out 0s;
}
.pro-image-back {
    transform: rotateY(180deg);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.men-thumb-item img {
    transition: all 0.5s ease-out 0s;
}
.men-cart-pro {
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    height: 30%;
    top: 70%;
    transition: all 0.5s ease-out 0s;
    visibility: hidden;
    z-index: 10;
}
.product-new-top {
    background:#fc636b none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    right: 0;
    padding: 0.2em 0.5em;
    border-radius: 5px;
    position: absolute;
    font-size: 0.9em;
    font-weight: 700;
    top: 0;
    z-index: 2;
}
.product-outstock{
    background: #6c727c none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    left: 5px;
    padding: 0.2em 0.5em;
    font-size: 0.65em;
    border-radius: 5px;
    position: absolute;
    bottom: 23px;
    z-index: 2;
}
.product-flash_sale{
    background:#ff6666 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    left: 5px;
    padding: 0.2em 0.5em;
    font-size: 0.65em;
    border-radius: 5px;
    position: absolute;
    bottom: 23px;
    z-index: 2;
}

@media only screen and (max-width: 767.98px){
    .product-new-top{
      padding: 0.2em 0.5em;
      font-size: 0.85em;
    }
    .product-outstock{
      padding: 0.2em 0.5em;
      font-size: 0.8em;
      bottom: 4px;
    }
    .product-flash_sale{
      padding: 0.2em 0.5em;
      font-size: 0.8em;
      bottom: 4px;
    }
}
.inner-men-cart-pro {
    height: 100%;
    position: relative;
    width: 100%;
    transition: all 0.5s ease-out 0s;
}
.inner-men-cart-pro ul {
    left: 0;
    margin: -60px 0 0;
    padding: 0;
    position: absolute;
    top: 45%;
    width: 100%;
    transition: all 0.5s ease-out 0s;
}
.inner-men-cart-pro .link-product-add-cart {
    width: 100%;
    bottom: -40px;
    left: 0;
    position: absolute;
    transition: all 0.5s ease-out 0s;
}
.link-product-add-cart {
    background:#000 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
}
.inner-men-cart-pro > ul > li {
    display: inline-block;
}
.inner-men-cart-pro ul li a {
    color: #fff;
    transition: all 0.5s ease-out 0s;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
}
.men-thumb-item:hover {
    cursor: pointer;
}
.men-thumb-item:hover::before {
    opacity: 1;
    visibility: visible;
}
.men-thumb-item img {
    transition: all 0.5s ease-out 0s;
    padding: 0px 0px 20px;
}
.men-thumb-item:hover .men-cart-pro {
    opacity: 1;
    visibility: visible;
}
.men-thumb-item:hover .inner-men-cart-pro ul {
    margin: 20px 0 0;
}
.inner-men-cart-pro ul li a:hover {
    background: #ffc229 none repeat scroll 0 0;
}
.inner-men-cart-pro .link-product-add-cart {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transition: all 0.5s ease-out 0s;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.men-thumb-item:hover .inner-men-cart-pro .link-product-add-cart {
    top: 50%;
}
.link-product-add-cart:hover {
    background: #048b32 none repeat scroll 0 0;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
/*-- //effect --*/
.item-info-product h4 a {
    font-size: 0.7em;
    color: #000000;
    text-decoration: none;
    font-weight: 500;
    display: block;
    min-height: 42px;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: lowercase;
}
.item-info-product h4 a::first-line {
    text-transform: capitalize;
}

.info-product-price {
   margin: 2.5px 0;
}
.info-product-price span {
    color: #000;
    font-size: 0.85em;
    font-weight: 700;
}
.info-product-price del {
    color: #908e8e;
    font-size: 0.7em;
    margin-left: 10px;
    letter-spacing: 1px;
}
.yes-marg{
    margin-top:30px;
}
a.single-item{
    color:#fff;
    font-size: 16px;
    padding: 3px 14px;
    text-decoration:none;
}
.occasion-cart {
    width: 40%;
}
/*-- /sale --*/
   .sale-w3ls {
    background: url(../images/banner3.jpg)no-repeat 0px 0px;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    min-height:380px;
}
.sale-w3ls h6 {
    font-size: 3em;
    text-align: center;
    letter-spacing: 5px;
    color: #fff;
    font-weight: 700;
    padding-top: 2em;
    margin-bottom: 0.5em;
}
.sale-w3ls {
    text-align: center;
}
.sale-w3ls a {
     color: #fff;
    letter-spacing: 3px;
    padding: 8px 20px;
    margin-top: 2em;
}
.sale-w3ls h6 span {
    color: #080808;
}
/*-- //sale --*/

/*-- login --*/
.modal-header {
    border-bottom: none;
}
.login-right h3 ,.login-bottom h3{
    color: #048b32;
    font-size: 22px;
    margin-bottom: 23px;
}
.sign-in a {
    font-size: 12px;
    color: #A9A9A9;
    text-decoration: none;
}
.sign-in a:hover{
    color: #048b32;
}
.single-bottom input[type="checkbox"] {
    display: none;
}
.single-bottom input[type="checkbox"]+label {
    position: relative;
    padding-left: 31px;
    border: none;
    outline: none;
    font-size: 14px;
    color: #A9A8A8;
    font-weight:normal;
}
.single-bottom input[type="checkbox"]+label span:first-child {
    width: 14px;
    height: 14px;
    display: inline-block;
    border:2px solid #048b32;
    position: absolute;
    left: 0;
    top: 4px;
}
.single-bottom input[type="checkbox"]:checked+label span:first-child:before {
    content: "";
    background:url(../images/bTiwlLIjNqhd.png)no-repeat;
    position: absolute;
    left: -1px;
    top: -1px;
    font-size: 10px;
    width:16px;
    height:16px;
}
.single-bottom {
    margin:14px 0 22px;
}
.login-grids p{
    font-size:14px;
    text-align:center;
    margin-top:30px;
    color:#000;
}
.login-grids p a {
    color: #000;
    text-decoration: none;
}
.login-grids p a:hover{
    color: #048b32;
}
/*-- //login --*/

/*-- navigation --*/
ul.multi-column-dropdown li {
    list-style-type: none;
    line-height: 2.5em;
}
ul.multi-column-dropdown li a {
    text-decoration:none;
    font-size: 0.9em;
    color: #545454;
    letter-spacing: 1px;
}
ul.multi-column-dropdown li a:hover{
    color:#048b32;
}
.col-sm-3.multi-gd-img {
    padding: 0;
}
.col-sm-6.multi-gd-img1 {
    padding-right:20px;
    padding-left:10px;
}
.multi-gd-img img,.multi-gd-img1 img {
    box-shadow: 0px 0px 7px 0px #AFAFAF;
}
/*-- //navigation --*/

.multi-gd-text a {
    display: block;
    position: relative;
}
.multi-gd-text img {
    height: auto;
    width: 100%;
}

/*-- coupons --*/
.coupons {
    padding: 0;
    position: relative;
    z-index: 5;
    cursor: default;
}
.coupons-wrapper {
    background: #fff;
    float: none;
    margin: 0 auto;
    top: -1px;
    box-shadow: rgba(49, 53, 59, 0.1) 0px 0px 20px 0px;
}
.banner-bootom-w3-agileits{
    padding: 2em 0;
}
.new_arrivals_agile_w3ls_info{
    padding: 0;
}
.w3layouts_mail_grid {
    padding: 0 1em;
    width: 100%;
}
.w3layouts_mail_grid_left1 i{
    font-size: 0.9em;
    color: #048b32;
}

.w3layouts_mail_grid_left {
    float: left;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 0.5px solid #dfdfdf;
    padding: 0.6em 0;
}
.w3layouts_mail_grid_left2{
    margin-left: 0.6em;
    text-align: left;
}
.w3layouts_mail_grid_left2 h3{
    font-size: 0.7em;
    color: #2f2f2f;
    font-weight: 700;
}
.w3layouts_mail_grid_left2 a{
    text-decoration:none;
    color: #545454;
    font-size:14px;
}
.w3layouts_mail_grid_left2 a:hover{
    color:#212121;
}
.w3layouts_mail_grid_left2 p{
    color: #2d2d2d;
    font-size: 0.7em;
    letter-spacing: normal;
}
.agile_newsletter_footer {
    border-top: 1px solid #101010;
    border-bottom: 1px solid #101010;
    padding: 1em 0;
    margin-top: 3em;
}
/* Radial Out */
.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
/*-- //coupons --*/

/*-- about --*/
.page-head_agile_info_w3l {
    /* background:-webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.9)), url(../sources/Cover02compress.jpg) no-repeat center;
    background:-moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.9)), url(../sources/Cover02compress.jpg) no-repeat center;
    background:-ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.9)), url(../sources/Cover02compress.jpg) no-repeat center;
    background:linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.9)), url(../sources/Cover02compress.jpg) no-repeat center;
    background-size:cover; */
    /* min-height: 200px; */
    /* padding-top: 50px; */
}

.page-head_agile_info_w3l h3 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size:3em;
    font-weight:700;
    letter-spacing:2px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.page-head_agile_info_w3l h3  span{
    font-weight:300;
}
ul.w3_short li {
    display: inline-block;
    color: #2d2d2d;
    font-size:0.9em;
    font-weight:600;
}
ul.w3_short li a {
    color: #048b32;
    text-decoration: none;
}
.services-breadcrumb {
    padding: 0;
    background: none;
    text-align: center;
}
.services-breadcrumb ul li i {
    padding: 0 0.2em;
}
ul.w3_short {
    text-align: left;
    padding-top: 0.5em;
}

.agile_ab_w3ls_info {
    margin-bottom: 3em;
}
.agile_ab_w3ls_info h5{
    text-transform: uppercase;
    font-size:2em;
    color: #212121;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom:1.5em;
}
.agile_ab_w3ls_info h5 span{
    font-weight:300;
}
.agile_ab_w3ls_info p{
    margin: 1em 0 2em;
    color: #545454;
    line-height: 2em;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*--//about--*/

/*-- /checkout --*/
.order-summary__section:first-child {
    padding-top: 0;
}
.order-summary__section--product-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-height: 7em;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.order-summary__section--product-list .product-table {
    margin-top: 0.75em;
    margin-bottom: 1.5em;
    position: relative;
    z-index: 1;
}
.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    clip: rect(0 0 0 0);
    width: 2px;
    height: 2px;
    margin: -2px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}
.product-thumbnail {
    width: 4.6em;
    height: 4.6em;
    border-radius: 8px;
    background: #fff;
    position: relative;
    padding: 0;
}
.product-thumbnail__wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    z-index: 1;
}
.product-thumbnail__quantity {
    font-size: 0.85714em;
    font-weight: 500;
    line-height: 1.75em;
    white-space: nowrap;
    text-align: center;
    border-radius: 1.75em;
    background-color: rgba(114,114,114,0.9);
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 1.75em;
    height: 1.75em;
    padding: 0 0.58333em;
    position: absolute;
    right: -0.75em;
    top: -0.75em;
    z-index: 3;
}
.product-thumbnail::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 8px;
    border: 1px rgba(0,0,0,0.1) solid;
    z-index: 2;
}
.product-thumbnail__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.product td{
    padding: 1em 0;
    /* padding: 0; */
    padding-right: 1em;
}
.product__price {
    text-align: right;
    float: right;
    font-size: 0.9em;
    padding-top: 2em;
}

table{
    font-size: 0.9em;
    width: 100%;
}
.order-summary__section ~ .order-summary__section {
    border-top: 1px solid rgba(175,175,175,0.34);
}
.order-summary__sectionsub {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
td:last-child, th:last-child {
    text-align: right;
    padding-right: 1.5em;
}
.total-line-table__tbody+.total-line-table__footer .total-line th, .total-line-table__tbody+.total-line-table__footer .total-line td {
    padding-top: 3em;
    position: relative;
}
.total-line-table__tbody tr{
    padding-bottom: 3em;
}
.payment-due__price {
    font-size: 1.71429em;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1em;
}
.list-voucher{
  width: 100%;
  display: inline-block;
  border-radius: 5px;
  background-color: #fff;
}
.list-voucher img{
  border-radius: 5px;
}
.minisubvoucher{
  margin-bottom: 1em;
  font-size: 0.9em;
}
.variant_indicator{
  color: #ec0000;
  font-size: 0.7em;
}
.disabled-varians{
  background-color: grey;
  color: white;
  cursor: default !important;
}

@media (max-width:991px){
  .list-voucher{
      width: auto !important;
      display: block !important;
  }
}

/*-- //checkout --*/

/*-- Profile --*/
.dotted{
    display:inline-block;
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.table-sm td, .table-sm th {
    padding: .3rem;
}
.card-nav{
    box-shadow: 0 2px 4px 0 rgba(61, 61, 61, 0.2);
    transition: 0.3s;
    font-family: 'Open Sans', sans-serif;
}
.card-content{
    box-shadow: 0 1px 2px 0 rgba(61, 61, 61, 0.2);
    transition: 0.3s;
}
.card-nav-title1 {
    color: #555;
    padding-bottom: 1.5em;
    text-transform: uppercase;
    font-weight: 700;
}
.card-nav-title2 {
    color: #555;
    padding-bottom: 1.5em;
    padding-top: 1.5em;
    text-transform: uppercase;
    font-weight: 700;
}
.contact-form2 input[type="submit"] {
    border: none;
    padding: 0.8em 2.5em;
    font-size: 0.75em;
    outline: none;
    font-weight: 600;
    letter-spacing: 1px;
    background: #888;
    color: #fff;
    border-radius: 1em;
}
.profilehead{
    font-weight: 600 !important;
    font-size: 1.2em !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    line-height: 2;
}
.contact-form2 > .profilehead2{
    margin-bottom: 3em;
    font-size: 1.3em;
    padding-left: 1em;
}
.contact-form2 > .right-body{
    font-family: 'Lato', sans-serif;
    font-size: 0.9em;
}
.list-profile{
    padding-left: 1em;
    padding-right: 1em;
}
input[type="submit"].profile {
    font-weight: 600;
    font-size: 0.9em;
    color: #fff;
    border-radius: 4px;
    background: #08bb43;
    outline: #08bb43;
    border-color: #08bb43;
    padding: 1.5em;
    display: block;
    width: 100%;
    box-shadow: 0 2px 4px 0 rgba(61, 61, 61, 0.2); transition: 0.3s;
}
.list-profile .btn-addAddress{
    font-size: 0.8em;
    background: transparent;
    color: #048b32;
    border: 1px solid #048b32;
    padding: 5px 25px 6px;
    border-radius: 10px;
    text-decoration: none;
}
.list-profile .btn-addAddress:hover{
    background: #048b32;
    color: #fff;
}
button.imageuploadbutton{
    background: #048b32;
    color: #fff;
}
.inputbtn{
    color: #fff;
    border-radius: 4px;
    background: #2d2d2d;
    outline: none;
    border: none;
}
.inputbtn:hover{
    color: #fff;
    background: #048b32;
}
.profile{
    margin-left: 1em;
    display: flex;
}
.profile .profile-image{
    width: 90px;
    object-fit: contain;
    align-self: flex-start;
}
.profile .profile-text{
    font-family: 'Lato', sans-serif;
    flex: 1 1 auto;
    text-transform: capitalize;
}
.profile > .table > th > td{
    padding-left: 0.5em;
}
.order-detail-text{
    font-size: 14px;
    margin: 0 1em 0 1em;
}
.order-detail-text > h5{
    font-size: 1.2em;
}
.order-image{
    width: 90px;
    margin-left: 1em;
}
.td-order{
    width: 60px;
}
.td-order-name{
    width: 35em;
}
.td-order-modal{
    width: 21em;
}
.dl-horizontal dt{
    text-align: left;
    margin: 0.3em 1em 0 1em;
}
.dl-horizontal dd{
    text-align: right;
    margin: 0.3em 1em 0 1em;
}
.avatar-uploader{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.avatar-uploader .-avatar-upload {
    width: 140px;
    min-height: 40px;
    color: #333;
    border-color: #979797;
    border-radius: 2px;
}
.avatar-uploader__avatar {
    height: 100px;
    width: 100px;
    margin: 20px 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.avatar-uploader__avatar-image {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    cursor: pointer;
}
.avatar-uploader__placeholder {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #efefef;
    overflow: hidden;
    position: relative;
}
.avatar-uploader__placeholder > .icon-headshot {
    stroke: #c6c6c6;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 50px;
    width: 50px;
}
.avatar-uploader__text-container {
    margin-top: 12px;
    display: block;
}
.avatar-uploader__file-input {
    display: none !important;
}
.avatar-uploader__text {
    color: #999;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.promotion-box {
    background: #fff;
    border-radius: 0.5em;
    overflow: hidden;
    margin-bottom: 25px;
}
.promotion-box:hover {
    -webkit-box-shadow: 0 2px 20px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 20px 2px rgba(0,0,0,0.1);
    box-shadow: 0 2px 20px 2px rgba(0, 0, 0, 0.1);
}
.promotion-box p {
    height: 5em;
    overflow: hidden;
    font-weight: 600;
}
.promotion-image {
    height: 100%;
    overflow: hidden;
    border-color: #E0E0E0;
    border-style: solid;
    border-width: 1px;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
}
.promotion-description {
    border-color: #E0E0E0;
    border-style: solid;
    border-width: 1px;
    padding: 0.8em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
}
}
.promotion-date {
    margin-top: 10px;
    margin-bottom: 10px;
    height: auto;
}
.promotion-date-detail {
    position: relative;
    padding-left: 30px;
}
.promotion-date-detail:before {
    content:"\e023" !important;
    font-family:"Glyphicons Halflings";
    line-height:1;
    font-size: 1.2em;
    color: #888;
}
.promotion-date-detail:before, .promotion-code-detail:before {
    position: absolute;
    content: " ";
    left: 0;
    top: 50%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}
.promotion-cta {
    margin-top: 1em;
}
.promotion__btn {
    background: #888;
    width: 100%;
    padding: 10px;
    font-weight: 600;
    color: #fff !important;
    border-radius: 4px;
    border: 1px solid #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: block;
}
.promotion__btn:hover {
    color: #fff;
    background: #048b32;
}
.promotion-code {
    position: relative;
    height: 40px;
}
.desktopexception {
    padding: 1em 0;
}
a.voucher__menu {
    font-size: 0.85em !important;
    padding-bottom: 0.5em !important;
}


.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}
.product td {
    padding-right: 0;
    padding-top: 0.5em;
}
.visually-hidden {
    width: 0;
    height: 0;
}
td:last-child{
    padding-right: 0;
}
.contact-form2 h4 {
    margin-bottom: 1em;
    font-size: 1.1em;
}
.vchcode{
    padding: 2em;
    margin-bottom: 1em;
    border-radius: 0.5em;
    box-shadow: rgba(49, 53, 59, 0.12) 0px 1px 6px 0px;
}
/* button:hover{
    background: #009e36;
    color: #fff !important;
} */
.contact-form2 > .profilehead2 {
    margin-bottom: 1em;
}
a.menu__link.voucher__menu {
    color: #181919 !important;
}
.menu--shylock .menu__link.voucher__menu::before, .menu--shylock .menu__link.voucher__menu::after {
    height: 2px;
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-sm>.table-bordered {
        border: 0
    }
}
@media (max-width:768.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-md>.table-bordered {
        border: 0
    }
}


@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-md>.table-bordered {
        border: 0
    }
    .desktopexception {
        padding: 0 !important;
        margin: 0 !important;
    }
    ul.nav.navbar-nav.menu__list, ul.nav.navbar-nav.profile__list {
        padding-bottom: 5px;
    }
    .voucher__item > a {
        display: block !important;
    }
    .voucher__item {
        width: inherit !important;
    }
    .navbar-nav > li > a {
        letter-spacing: 0px;
    }

}
@media (min-width: 992px){
    .cstmpdg {
      position: relative;
      z-index: 2;
    }
    .cstmgrid-md-2 {
      width: 19.66666667%;
    }
    .cstmgrid-md-1 {
      width: 10px;
    }
}

@media (max-width: 992px){
    input[type="submit"].profile {
        margin-top: 25px;
    }
    .ban-top{
      padding: 0 !important;
    }
    .logotopleft {
      text-align: center;
    }

}

@media (max-width: 767.98px){
    .profilewrap {
      text-align: center;
    }
    .logotopleft {
      top:0;
    }
    .logotopleft img {
      width: 30%;
    }
}

/*--sidenav --*/
.filter-list {
    list-style: none;
}
.pages-section__item {
    margin-top: 0;
    margin-left: 1em;
    margin-bottom: 1.2em;
    font-size: 0.9em;
    line-height: 2;
}
.pages-section__item a{
    position: relative;
    color: #000;
    text-decoration: none;
    padding-bottom: 0.25em;
    }

.pages-section__item  > .active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #048b32;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.pages-section__item > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #048b32;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.pages-section__item > a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/*--sidenav --*/

/*--right grid --*/
.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
}

.flex-item1 , .flex-item2 , .flex-item3 , .flex-item4, .flex-item5 , .flex-item6 , .flex-item7 , .flex-item8 {
    width: 50%;
    color: white;
    text-align: center;
}
.flex-item1-mob , .flex-item2-mob , .flex-item3-mob , .flex-item4-mob , .flex-item5-mob , .flex-item6-mob , .flex-item7-mob , .flex-item8-mob {
    width: 100%;
    text-align: left;
}
.flexhead{
    font-size: 1.5em !important;
    margin-top: 1em !important;
    margin-bottom: 1em !important;
    text-transform: none !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.flexpara{
    margin-bottom: 5em;
    color: #000;
    font-size: 0.8em;
}

.flex-item1{
    -webkit-box-shadow:inset -0.25px -0.25px 0px 0px #999;
    -moz-box-shadow:inset -0.25px -0.25px 0px 0px #999;
    box-shadow:inset -0.25px -0.25px 0px 0px #999;
}
.flex-item2{
    -webkit-box-shadow:inset 0.25px -0.25px 0px 0px #999;
    -moz-box-shadow:inset 0.25px -0.25px 0px 0px #999;
    box-shadow:inset 0.25px -0.25px 0px 0px #999;
}
.flex-item3{
    -webkit-box-shadow:inset -0.25px 0.25px 0px 0px #999;
    -moz-box-shadow:inset -0.25px 0.25px 0px 0px #999;
    box-shadow:inset -0.25px 0.25px 0px 0px #999;
}
.flex-item4{
    -webkit-box-shadow:inset 0.25px 0.25px 0px 0px #999;
    -moz-box-shadow:inset 0.25px 0.25px 0px 0px #999;
    box-shadow:inset 0.25px 0.25px 0px 0px #999;
}

.flexlink{
    position: relative;
    color: #000;
    text-decoration: none;
    font-size: 0.9em !important;
    padding-bottom: 0.2em;
}
.flexlink:hover{
    color: #048b32;
}
.flex-container h3{
    margin-bottom: 1.5em;
}

.flexlink:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.flexlink:hover:before {
    background-color: #048b32;
    color: #000;
}
/*--right grid --*/

/*-- mobile --*/
@media (max-width: 1200px){
    .profilehead2{
        font-size: 1em !important;
    }
    .flexhead{
        font-size: 1.1em !important;
    }
    .flexpara{
        font-size: 0.9em !important;
    }
    .flexlink{
        font-size: 0.7em !important;
    }
    .category {
        margin: 0.5em 0 0em;
    }
}
@media (min-width: 768px){
    #desktop {
        display: block;
    }
    #mobile {
        display: none;
    }
    .contact-form2 {
        margin-top: 0 ;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    button.w3view-cart{
        margin-top: 0;
    }
    .product-men{
      min-width: 160px;
    }
}

@media (max-width: 767.98px){
    #desktop {
        display: none;
    }
    #mobile {
        display: block;
    }
    .mobadjust {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    .profilehead {
        padding-left: 1em;
    }
    .profile-button{
        border: 1px solid #777 !important;
        margin: 0 !important;
    }
    .profile__link {
        width: 100%;
    }
    .nav > li > a:hover, .nav > li > a:focus {
        background-color: unset !important;
    }
    button.w3view-cart {
        font-size: 1em;
    }
}
/*-- nav-bar --*/

.navbar-profile {
    background: none;
    border: none;
    min-height: inherit;
    margin: 0;
    float: left;
}
.navbar-profile .navbar-nav-prof > .active > a, .navbar-profile .navbar-nav-prof > .active > a:hover, .navbar-profile .navbar-nav-prof > .active > a:focus {
    background: none;
}
.navbar-profile .navbar-nav-prof > .open > a, .navbar-profile .navbar-nav-prof > .open > a:hover, .navbar-profile .navbar-nav-prof > .open > a:focus {
    color: #555;
    background: none;
}
.navbar-nav-prof > li {
    margin: 0;
}
.navbar-nav-prof > li > a {
    padding: 20px 16px;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav-prof > li > a {
    line-height: inherit;
}
.dropdown-menu{
    transition: .3s !important;
    top: 150%;
    left: -50%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    visibility: hidden;
    opacity: 0;
    display: unset !important;
    border: 0;
}
.open > .dropdown-menu {
    transition: .3s;
    opacity:1;
    top:100%;
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
    display: unset !important;
}

.profile__list {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu__item {
    display: block;
    margin: 0em 0;
}

.profile__link {
    font-size: 1.05em;
    font-weight: bold;
    display: block;
    padding: 1em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.profile__link:hover,
.profile__link:focus {
    outline: none;
}

/* Individual styles */
.menu--shylock .profile__link {
    position: relative;
    margin: 0;
    color: #b5b5b5;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}

.menu--shylock .menu__item--current .profile__link,
.menu--shylock .menu__item--current .profile__link:hover,
.menu--shylock .menu__item--current .profile__link:focus {
    color: #d94f5c;
}

.menu--shylock .menu__item--current .profile__link::after,
.menu--shylock .menu__item--current .profile__link::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.menu--shylock .menu__item--current .profile__link::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.menu--shylock .profile__link:hover,
.menu--shylock .profile__link:focus {
    color: #b5b5b5;
}

.menu--shylock .profile__link:hover::before,
.menu--shylock .profile__link:focus::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.menu--shylock .profile__link::before,
.menu--shylock .profile__link::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 5px;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.menu--shylock .active::before,
.menu--shylock .active::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 5px;
    -webkit-transform: scale3d(1, 1, 1) !important;
    transform: scale3d(1, 1, 1) !important;
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.menu--shylock .profile__link::before {
    background: #048b32;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.menu--shylock .profile__link::after {
    background: #048b32;
}
a.profile__link {
    color: #000 !important;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 2px;
}
.agile_short_dropdown {
    border-radius: 0;
    background: #ffffff;
    text-align: center;
    padding:0;
    border: none;
}
.agile_short_dropdown li a{
    text-transform:uppercase;
    color:#212121;
    font-size:13px;
    font-weight:600;
    padding: .8em 0;
    border-bottom: 1px solid #ececef;
}
.agile_short_dropdown > li > a:hover{
    color: #fff;
    text-decoration: none;
    background-color: #048b32;
}
/*-- //left nav --*/

/*-- profilebutton --*/
.inputbtn2{
    color: #fff;
    border-radius: 4px;
    background: rgb(172, 172, 172);
    outline: none;
    border: none;
}
.inputbtn2:hover{
    color: #fff;
    background: #888;
}
.inputbtn2:focus{
    color: #fff;
}

.inputbtnconfirm{
    color: #fff;
    border-radius: 4px;
    background: #08bb43;
    outline: none;
    border: none;
}
.inputbtnconfirm:hover{
    color: #fff;
    background: #048b32;
}
.inputbtnconfirm:focus{
    color: #fff;
}

.inputbtnmember{
    font-weight: 600;
    font-size: 1em;
    color: #048b32;
    border-radius: 4px;
    background: #fff;
    outline: #08bb43;
    border-color: #08bb43;
    padding: 0.9em;
    display: block;
    width: 100%;
    box-shadow: 0 2px 4px 0 rgba(61, 61, 61, 0.2); transition: 0.3s;
}
.inputbtnmember:hover{
    color: #fff;
    background: #048b32;
}
.inputbtnmember:focus{
    color: #fff;
    background: #048b32;
}
/*-- //profilebutton --*/
/*-- //Profile --*/

/*-- /contact --*/
h3.tittle {
    color: #048b32;
    font-size:2em;
    text-align: center;
    text-transform: uppercase;
    margin: 0px 0 50px;
}
.contact-w3-agile1 iframe {
    width: 100%;
    height:350px;
    outline: none;
    border: none;
}
.map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.panel {border: none;}
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    border-radius: 1em;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
.accordion.active, .accordion:hover { background-color: #ccc; }
.accordion:after {
    content: '\02C5';
    color: #444;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.accordion.active:after {
    content: "\02C2";
    color: #444;
}
.panel {
    width: 100%;
    padding: 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    box-shadow: inset 0 0 1px #777;
}
.contact-grid-agile-w3 i {
    color: #fff;
    font-size: 33px;
}
.contact-grid-agile-w3 {
    background: #2d2d2d;
    text-align: center;
    width: 32%;
    padding: 2em 1em;
}
.contact-grid-agile-w3:nth-child(2) {
  margin:0 1%;
}
.contact-grid-agile-w3 h4 {
    color: #048b32;
    font-size: 1.3em;
    margin: 20px 0;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}
.contact-grid-agile-w3 p {
    color: #fff;
    font-size: 0.8em;
    line-height: 2em;
}
.contact-grid-agile-w3 p a{
    color: #fff;
    text-decoration:none;
}
.contact-grid-agile-w3 p span {
   display:block;
}
.mail-agileits-w3layouts i {
    color: #0e0e0e;
    font-size: 23px;
    float: left;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 67px;
}
.mail-agileits-w3layouts {
    margin-top: 3em;
}
.contact-right a:hover {
    color: #048b32;
}
.contact-right span, .contact-right a {
    font-size: 12px;
    text-decoration: none;
    color: #555;
    outline: none;
}
.contact-right {
    padding-left: 2em;
    float: left;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    padding: 0.5em 1em;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    background: none;
    -webkit-appearance: none;
    outline: none;
}
.contact-form2 input[type="text"], .contact-form2 input[type="email"], .contact-form2 input[type="password"], .contact-form2 textarea, .contact-form2 input[type="date"] {
    font-size: 15px;
    letter-spacing: 1px;
    color: #000;
    padding: 0.5em 0.2em;
    box-shadow: none;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #3f3f3f;
    /* border-bottom: 1px solid #fff; */
    background: none;
    -webkit-appearance: none;
    outline: none;
}
.question-form input[type="text"], .question-form input[type="email"], .question-form textarea {
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    padding: 0.5em 1em;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    background: none;
    -webkit-appearance: none;
    outline: none;
}
.contact-form2 textarea {
     min-height: 80px;
}
.contact-form input[type="submit"], .question-form input[type="submit"]{
    border: none;
    padding: 0.8em 2.5em;
    font-size: 15px;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    background: #2d2d2d;
    color: #fff;
    border-radius: 1em;
}
.contact-form input[type="submit"]:hover , .contact-form2 input[type="submit"]:hover , .question-form2 input[type="submit"]:hover{
    background: #048b32;
}

.contact-right p {
    text-transform: uppercase;
    font-weight: 700;
    color: #048b32;
    font-size: 1em;
    letter-spacing: 2px;
    margin-bottom: 0.5em;
}
.contact-right span {
    color: #545454;
    font-size: 0.9em;
    line-height: 1.8em;
    letter-spacing: 1px;
}
.address-grid h4,h4.white-w3ls, .contact-form2 h4{
    font-weight: 700;
    font-size: 2em;
    text-transform: uppercase;
    color: #181919;
}
.product-list h4 {
    font-weight: 700;
    font-size: 1.6em;
    text-transform: uppercase;
    color: #181919;
    letter-spacing:1px;
}
.contact-form2 h4 {
    margin-bottom: 1em;
}
.product-list h4 {
    margin-bottom: 1em;
}
.address-grid h4 span,h4.white-w3ls span{
  font-weight:300;
}
h4.white-w3ls {
  color:#181919;
  margin-bottom:1em;
}
ul.social-nav.model-3d-0.footer-social.w3_agile_social.two.contact {
    margin-top: 3em;
}
/*-- icons --*/
.grid_3.grid_4.w3_agileits_icons_page {
    margin: 0;
}
ul.bs-glyphicons-list li:hover {
    background: #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
ul.bs-glyphicons-list li:hover span {
    color: #fff;
}
.codes a {
    color: #555;
}
.row.fontawesome-icon-list {
    margin: 0;
}
.icon-box {
    padding: 8px 15px;
    background:rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
}
.icon-box:hover {
    background: #000;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
    -moz-transition:0.5s all;
}
.icon-box:hover i.fa {
    color:#fff !important;
}
.icon-box:hover a.agile-icon {
    color:#fff !important;
}
.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
}
.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #777;
}
.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
h3.icon-subheading {
    font-size: 25px;
    color: #048b32 !important;
    margin: 30px 0 15px;
    font-weight: 700
}
h3.agileits-icons-title {
    text-align: center;
    font-size: 35px;
    color: #000;
    font-weight: 300;
}
.icons a {
    color: #555;
}
.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}
.bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background:rgba(149, 149, 149, 0.18);
    margin: 1%;
    cursor: pointer;
}
.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #282a2b;
}
.icon-box.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #777;
}
.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}

@media (max-width:1200px){
    .grid figure.effect-roxy2 p {
        letter-spacing: 0px;
        line-height: 1em;
        font-weight: 700;
        font-size: 0.85em;
    }
    figure.effect-roxy2 h3{
        padding: 0.5em 0;
        font-size: 1.2em;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 5px;
    }
    figure.effect-roxy2 figcaption::before {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
        border: 4px solid #DB0A5B;
        -webkit-transform: translate3d(-50px,0,0);
        transform: translate3d(-50px,0,0);
        -ms-transform: translate3d(-50px,0,0);
        -moz-transform: translate3d(-50px,0,0);
        -o-transform: translate3d(-50px,0,0);
    }
    figure.effect-roxy2 figcaption {
        padding: 2em;
        text-align: right;
        border: 10px solid rgba(255, 255, 255, 0.15);
    }
    .grid figure figcaption {
        padding: 1em;
    }
    figure.effect-roxy2:hover p, .agileinfo_banner_bottom_grid_three_left:hover figcaption::before,
    .agileinfo_banner_bottom_grid_three_left:hover p{
        opacity: 1;
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0);
    }
    figure.effect-roxy2:hover h3{
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@media (max-width:1080px){
    .icon-box {
        width:33.33%;
    }
}
@media (max-width:991px){
    h3.agileits-icons-title {
        font-size: 28px;
    }
    h3.icon-subheading {
        font-size: 22px;
    }
    .icon-box {
        width: 50%;
        float: left;
    }
    .grid figure.effect-roxy2 p {
        line-height: 1em;
        font-weight: 700;
        font-size: 0.8em;
    }
    figure.effect-roxy2 figcaption {
      padding: 1em;
    }
    figure.effect-roxy2 h3{
        padding: 0.5em 0;
        font-size: 1em;
        font-weight: 600;
        text-transform: uppercase;
        border: 0px;
    }
    .checkout{
        padding-left: 0;
        padding-top: 20px;
    }
    .col-sm-12.product-list{
        height: 300px;
        padding: 2em;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .col-sm-12.product-list::-webkit-scrollbar { width: 0 !important }
    .col-sm-12.product-list{ -ms-overflow-style: none; }
    .col-sm-12.product-list{ overflow: -moz-scrollbars-none; }
}
@media (max-width:768px){
    h3.agileits-icons-title {
        font-size: 28px;
    }
    h3.icon-subheading {
        font-size: 25px;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    .icon-box {
        margin: 0;
    }
    #PPMiniCart .product-name{
        font-size: 0.8em;
    }
    #PPMiniCart .minicart-details-price {
        font-size: 0.8em;
    }
    #PPMiniCart .minicart-quantity {
        width: 20px;
    }
    figure.effect-roxy2 figcaption::before {
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
        border: 4px solid #DB0A5B;
    }
    figure.effect-roxy2 figcaption {
        padding: 2em;
        text-align: right;
        border: 10px solid rgba(255, 255, 255, 0.15);
        overflow: hidden;
    }
    .grid figure figcaption {
        padding: 1em;
    }
    figure.effect-roxy2:hover p, .agileinfo_banner_bottom_grid_three_left:hover figcaption::before,
    .agileinfo_banner_bottom_grid_three_left:hover p{
        opacity: 1;
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }
    figure.effect-roxy2:hover h3{
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}
@media (max-width: 640px){
    .icon-box {
        float: left;
        width: 50%;
    }
    h3.icon-subheading {
        font-size: 22px;
    }
    .grid_3.grid_4.w3_agileits_icons_page {
        margin-top: 0;
    }
}
@media (max-width:601px){
    .icon-box {
        float: left;
        width: 100%;
    }
    .grid figure.effect-roxy2 p {
        letter-spacing: 1px;
        line-height: 1em;
        font-size: 0.9em;
    }
    figure.effect-roxy2 h3{
        padding: 1em 0;
        font-size: 1em;
        letter-spacing: 5px;
    }
}
@media (max-width:568px){
    .icon-box {
        float: left;
        width: 100%;
    }
    .grid figure.effect-roxy2 p {
        letter-spacing: 1px;
        line-height: 1em;
        font-size: 0.8em;
    }
    figure.effect-roxy2 h3{
        padding: 1em 0;
        font-size: 0.9em;
        letter-spacing: 5px;
    }
}
@media (max-width: 540px){
    figure.effect-roxy2 figcaption::before {
        top: 2px;
        right: 2px;
        bottom: 2px;
        left: 2px;
        border: 2px solid #DB0A5B;
        -webkit-transform: translate3d(-50px,0,0);
        transform: translate3d(-50px,0,0);
        -ms-transform: translate3d(-50px,0,0);
        -moz-transform: translate3d(-50px,0,0);
        -o-transform: translate3d(-50px,0,0);
    }
    figure.effect-roxy2 figcaption {
        padding: 1em;
        text-align: right;
        border: 7px solid rgba(255, 255, 255, 0.15);
        overflow: hidden;
    }
    .grid figure figcaption {
        padding: 1em;
    }
    figure.effect-roxy2:hover p, .agileinfo_banner_bottom_grid_three_left:hover figcaption::before,
    .agileinfo_banner_bottom_grid_three_left:hover p{
        opacity: 1;
        -webkit-transform: translate3d(-2px,0,0);
        transform: translate3d(-2px,0,0);
    }
    figure.effect-roxy2:hover h3{
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    .grid figure.effect-roxy2 p {
        letter-spacing: 1px;
        line-height: 1em;
        font-size: 0.7em;
    }
    figure.effect-roxy2 h3{
        padding: 1em 0;
        font-size: 0.8em;
        letter-spacing: 5px;
    }
    .cstmpdg {
      padding: 0 !important;
    }
    .ddexception {
      left: -600% !important;
    }
}
@media (max-width: 480px){
    .bs-glyphicons li {
        width: 31%;
    }
    h3.agileits-icons-title {
        font-size: 25px;
    }
    h3.icon-subheading {
        font-size: 19px;
    }
    .grid figure.effect-roxy2 p {
        letter-spacing: 1px;
        line-height: 1em;
        font-size: 0.6em;
    }
    figure.effect-roxy2 h3{
        padding: 1em 0;
        font-size: 0.7em;
        letter-spacing: 5px;
    }
}
@media (max-width: 414px){
    h3.agileits-icons-title {
        font-size: 23px;
    }
    h3.icon-subheading {
        font-size: 18px;
    }
    .bs-glyphicons li {
        width: 31.33%;
    }
    .grid figure figcaption {
        padding: 0.7em;
    }
    figure.effect-roxy2 h3 {
        padding: 0.5em 0;
    }
    .grid figure.effect-roxy2 p {
        letter-spacing: 1px;
        line-height: 1em;
        font-size: 0.65em;
    }
    figure.effect-roxy2 h3{
        padding: 0.75em 0;
        font-size: 0.75em;
        letter-spacing: 4px;
    }
}
@media (max-width: 384px){
    .icon-box {
        float: none;
        width: 100%;
    }
    .grid figure figcaption {
        padding: 0.5em;
    }
    figure.effect-roxy2 h3 {
        padding: 0.5em 0;
    }
    .grid figure.effect-roxy2 p {
        letter-spacing: 0px;
        line-height: 1em;
        font-size: 0.5em;
    }
    figure.effect-roxy2 h3{
        padding: 0.7em 0;
        font-size: 0.55em;
        letter-spacing: 1px;
    }
}
/*-- //icons --*/
/*--Typography--*/
.well {
    font-weight: 300;
    font-size: 14px;
}
.list-group-item {
    font-weight: 300;
    font-size: 14px;
}
li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}
.typo p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}
.show-grid [class^=col-] {
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
    line-height: 2em;
    border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
    background: #e0e0e0;
}
.grid_3{
    margin-bottom:2em;
}
.xs h3, h3.m_1{
    color:#000;
    font-size:1.7em;
    font-weight:300;
    margin-bottom: 1em;
}
.grid_3 p{
color: #545454;
    font-size: 0.85em;
    margin-bottom: 1em;
    font-weight: 300;
}
.grid_4{
    background:none;
    margin-top:50px;
}
.label {
    font-weight: 300 !important;
    border-radius:4px;
}
.grid_5{
    background:none;
    padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
    margin-bottom:1em;
    color:#048b32;
    font-weight:700;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: none !important;
}
/* .tab-content > .active {
    display: block;
    visibility: visible;
} */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 0;
}
.badge-primary {
    background-color: #03a9f4;
}
.badge-success {
    background-color: #8bc34a;
}
.badge-warning {
    background-color: #ffc107;
}
.badge-danger {
    background-color: #e51c23;
}
.grid_3 p{
    line-height: 2em;
    color: #545454;
    font-size: 0.9em;
    margin-bottom: 1em;
    font-weight: 300;
}
.bs-docs-example {
    /* margin: 1em 0; */
}
section#tables  p {
    margin-top: 1em;
}
.tab-container .tab-content {
    border-radius: 0 2px 2px 2px;
    border: 1px solid #e0e0e0;
    padding: 16px;
    background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 15px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    font-size: 0.9em;
    color: #555;
    border-top: none !important;
}
/* .tab-content > .active {
    display: block;
    visibility: visible;
} */
.label {
    font-weight: 300 !important;
}
.label {
    padding: 4px 6px;
    border: none;
    text-shadow: none;
}
.alert {
    font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
    line-height:2em;
    margin-top:0.5em;
    margin-bottom: 0.5em;
}
li.list-group-item1 {
    line-height: 2.5em;
}
.input-group {
    /*margin-bottom: 20px;*/
}
.in-gp-tl{
    padding:0;
}
.in-gp-tb{
    padding-right:0;
}
.list-group {
    margin-bottom: 48px;
    display: block;
    position: fixed;
    z-index: 999;
    width: auto;
    margin-top: 2.1em;
    max-height: 300px;
    overflow: auto;
}

ol {
    margin-bottom: 0; /*old 44px; */
}
h2.typoh2{
    margin: 0 0 10px;
}
@media (max-width:800px){
    .grid_3.grid_5.w3ls,.grid_3.grid_5.w3l,.grid_3.grid_5.agileits,.grid_3.grid_5.agileinfo,.grid_3.grid_5.wthree {
        margin: 0;
    }
}
@media (max-width:768px){
    .grid_5 {
        padding: 0 0 1em;
    }
    .grid_3 {
        margin-bottom: 0em;
    }
    .grid_3.grid_5.w3l {
        margin-top: 1.5em;
    }
}
@media (max-width:640px){
    h1, .h1, h2, .h2, h3, .h3 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
        margin-bottom: .5em;
    }
    .progress {
        height: 10px;
        margin-bottom: 10px;
    }
    ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
        font-size: 14px;
    }
    .breadcrumb {
        margin-bottom: 25px;
    }
    .well {
        font-size: 14px;
        margin-bottom: 10px;
    }
    h2.typoh2 {
        font-size: 1.5em;
    }
    .label {
        font-size: 60%;
    }
    .in-gp-tl {
        padding: 0 1em;
    }
    .in-gp-tb {
        padding-right: 1em;
    }
    .list-group {
        margin-bottom: 20px;
    }
}
@media (max-width:480px){
    .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
        font-size: 1.2em;
    }
    .table h1 {
        font-size: 26px;
    }
    .table h2 {
        font-size: 23px;
    }
    .table h3 {
        font-size: 20px;
    }
    .label {
        font-size: 53%;
    }
    .alert,p {
        font-size: 14px;
    }
    .pagination {
        margin: 20px 0 0px;
    }
    .grid_3.grid_4.w3layouts {
        margin-top: 0;
    }
}
@media (max-width: 320px){
    .grid_4 {
        margin-top: 18px;
    }
    h3.title {
        font-size: 1.6em;
    }
    .alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
        font-size: 13px;
    }
    .alert {
        padding: 10px;
        margin-bottom: 10px;
    }
    ul.pagination li a {
        font-size: 12px;
        padding: 5px 11px;
    }
    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        width: 30px !important;
        line-height: 1.1 !important;
    }
    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
        width: 30px !important;
        line-height: 1.1 !important;
        height: 30px;
    }
    .list-group {
        margin-bottom: 10px;
    }
    .well {
        padding: 10px;
    }
    .nav > li > a {
        font-size: 14px;
    }
    table.table.table-striped,.table-bordered,.bs-docs-example {
        display: none;
    }
}
/*-- //typography --*/
/*-- Slider Part starts Here --*/
/*--slider--*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    left: 0;
    right: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
    top: 10%;
    text-align: center;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    bottom: -59%;
    left: 40px;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height:52px;
    width: 36px;
    background: url(../images/left.png) no-repeat 0px 0px;
}
.callbacks_nav.next {
    left: auto;
     background:rgba(0, 0, 0, 0.64) url(../images/right.png) no-repeat 2px 8px;
    left:141px;
}
.callbacks_nav.prev {
    left: auto;
    background: rgba(0, 0, 0, 0.64) url(../images/left.png) no-repeat 2px 8px;
    left:100px;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
    width:100px;
    height:15px;
    background:#fff;
    display:inline-block;
    border-radius:30em;
    opacity:0.6;
}
#slider3-pager .rslides_here a {
    background: #FFF;
    border-radius:30em;
    opacity:1;
}
#slider3-pager a {
    padding: 0;
}
#slider3-pager li{
    display:inline-block;
}
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display:none;
    width: 100%;
    left: 0;
    top: 0;
}
.rslides li{
    position: relative;
    display:block;
    float: left;
}
.rslides img {
    height: auto;
    border: 0;
}
.callbacks_tabs {
    list-style: none;
    position: absolute;
    top: 82%;
    left: 5.5%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 99;
}
.slider-top span{
    font-weight:600;
}
.callbacks_tabs li {
    display:inline-block;
    margin: 0px 7px;
}
/*----*/
.callbacks_tabs a{
    visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height:10px;
    width:10px;
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.callbacks_here a:after{
    background:#048b32;
}
/*-- Slider part Ends Here --*/
/*-- men-wear --*/
.men-wear{
    padding:90px 0;
}
/*-- Slider range --*/
ul.dropdown-menu6 ,ul.dropdown-menu5{
    margin:0;
    position:relative;
}
ul.dropdown-menu6 li {
    list-style:none;
}
ul.dropdown-menu6 li p{
    width:100%;
}
span.amount{
    color:#ffffff;
    font-size:16px;
}
input#amount,input#amount1 {
    font-size: 18px;
    outline: none;
    background: none;
    word-spacing: 1em;
    color: #000 !important;
    position: absolute;
    left: 0%;
    top: 30px;
    text-align: center;
    width: 100%;
    border: 1px solid #D2D2D2 !important;
    padding: 4px 0;
}
ul.dropdown-menu6 li a {
    text-decoration: none;
}
.range,.range-two{
    padding: 15px 0 22px 0;
    border-bottom: 1px solid #e5e3db;
}
/*-- //Slider range --*/
.filter-price h3 {
    color: #0c0c0c;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 1px;
}
.filter-price h3 span{
    font-weight:300;
}
/*-- treeview --*/
.css-treeview label {
    padding: 0;
    /*margin: 2px;*/
    font-size: 0.9em;
    color: #545454;
    letter-spacing: 1px;
}
.css-treeview a {
    padding: 7px 0 0 31px;
    margin: 2px;
    font-size: 12px;
    letter-spacing: 1px;
}
.css-treeview ul,.css-treeview li{
    list-style: none;
}

.css-treeview input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.css-treeview{
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.css-treeview a {
    color: #545454;
    text-decoration: none;
}

@media (max-width: 767.98px){
.css-treeview a {
    color: black;
    text-decoration: none;
    }
}

.css-treeview a:hover{
    border-radius: 1em;
    color: #048b32;
    text-decoration: none;
}

.css-treeview input + label + ul{
    margin: 0 0 0 10px;
}

.css-treeview label,.css-treeview label::before{
    cursor: pointer;
}

.css-treeview input:disabled + label{
    cursor: default;
    opacity: .6;
}

.css-treeview input + label + ul{
    display: none;
}

.css-treeview input:checked:not(:disabled) + label + ul{
    display: block;
}

.css-treeview input + label + a + ul{
    display: none;
}

.css-treeview input:checked:not(:disabled) + label + a + ul{
    display: block;
}

.css-treeview label,.css-treeview label::before{
    cursor: pointer;
}
.css-treeview label,.css-treeview a,.css-treeview label::before{
    display: inline-block;
    vertical-align: middle;
}

.css-treeview label{
    background-position: 18px 0;
}

.css-treeview label::before{
    content: "";
    width: 2px;
    margin: 0;
    vertical-align: middle;
    background-position: 0 -32px;
}

.css-treeview input:checked + label::before{
    background-position: 0 -16px;
}

/* webkit adjacent element selector bugfix */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    .css-treeview    {
        -webkit-animation: webkit-adjacent-element-selector-bugfix infinite 1s;
    }

    @-webkit-keyframes webkit-adjacent-element-selector-bugfix    {
        from{
            padding: 0;
        }
        to{
            padding: 0;
        }
    }
}

.products-left i {
    color: #048b32;
    margin-right: 0.5em;
}
/*-- //treeview --*/
.css-treeview {
    background: #fff;
    border-radius: 1em;
}
.border-side {
    border: 0.5px solid #d6d6d6;
}
.css-treeview h4,.community-poll h4 {
    color: #048b32;
    text-align: center;
    padding: 4px 0 16px 0;
    font-size: 1.2em;
    font-weight: 700;
    border-bottom: 0.5px solid #D6D6D6;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
}
h4.side-category{
    color: #3e3e3e;
    text-align: left;
    padding: 1em 0px 1em 1em !important;
    font-weight: 700;
    font-size: 1.2em;
    border-bottom: none;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    text-transform: none;
}
.css-treeview h5{
    color: #048b32;
    text-align: center;
    padding: 17px 0;
    font-size: 1em;
    font-weight: 700;
    border-bottom: 1px solid #D6D6D6;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.tree-list-pad{
    padding:10px 5px 10px 15px;
}
.subcat a.active{
    font-weight: bolder;
}
.community-poll {
    border: 1px solid #D6D6D6;
    margin-top: 30px;
}
.radio {
    position: relative;
    display:inline-block;
    margin-left:15px;
}
.radio:first-child {
    margin-left: 0;
    margin: 0;
}
.radio {
    padding-left: 22px;
    line-height: 28px;
    color: #404040;
    cursor: pointer;
    font-size: 0.95em;
}
.radio  input[type="radio"]{
    position: absolute;
    left: -9999px;
}
.radio-btns label {
    font-size: 14px;
    color: #000;
    padding: 0px 0 0 10px;
    font-weight:600;
}
.radio i {
    position: absolute;
    top:5px;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    outline: none;
    border:3px solid #048b32;
    background: #fff;
    cursor:pointer;
}
.radio i {
    border-radius: 50%;
}
.radio 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;
}
 .radio input + i:after {
    content: '';
    top: 6px;
    left: 7px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
.radio input:checked + i:after{
    opacity: 1;
}

label.checkbox {
    width: 28%;
    floaT: left;
}
/*** normal state ***/
.radio i {
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}
/*** checked state ***/
.radio input + i:after {
    content: '';
    background: url("../images/a21P61Z1CKkY.png") no-repeat center;
    top: 1px;
    left: 1px;
    width: 9px;
    height: 9px;
    text-align: center;
}
.radio input:checked + i {
    border:3px solid #048b32;
    background: #fff;
}

.swit {
    padding: 30px 30px;
}
.check_box {
    margin-bottom: 5px;
}
.swit label {
    padding: 0 0 0 10px;
    margin: 0;
    font-size: 0.9em;
    color: #545454;
}
.swit input[type="submit"] {
    background: #232323;
    color: #fff;
    font-size: 15px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    padding: 10px 35px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    margin: 19px 0 0;
    letter-spacing: 2px;
    font-weight: 600;
}
.swit input[type="submit"]:hover{
   background:#048b32;
}
ul.social-nav.model-3d-0.footer-social.w3_agile_social.single_page_w3ls {
    float: none;
    margin-top: 2em;
}
/*-- //treeview --*/
.men-wear-left{
    padding-left:0;
}
.men-wear-bottom {
    margin: 50px 0;
}
.men-wear-right h4 {
    color: #000;
    font-size: 1.2em;
    margin: 0px 0 24px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
.men-wear-right h4 span{
    font-weight: 300;
}
.men-wear-right p {
    font-size:0.9em;
    color: #545454;
    line-height: 2em;
    letter-spacing:1px;
}
.products-right {
    padding-left: 0;
    padding-right: 0;
}
.no-pad-men {
    padding: 0 25px 0 0 !important;
}
.products-right h5 {
    color: #0c0c0c;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 1px;
}
.products-right h5  span{
    font-weight:300;
}
.sort-grid {
    display: flex;
    /* padding: 11px 0; */
    /* margin: 15px 0 0 0; */
}
.sorting {
    display: flex;
    justify-content: flex-end;
    float: left;
    /* width: 46%; */
    margin-left: 0.5em;
}
.sorting h6 {
    float: left;
    font-size: 13px;
    margin:8px 10px 0 0;
}
.sorting select {
    float: left;
    padding: 6px 13px;
    font-size: 13px;
    color: #999;
    border-radius: 50px;
    max-width: 9em;
    border: 0.2px solid #dadada;
}
.single-pro {
    margin-top: 30px;
}
.pagination {
    margin: 34px 0 0 0;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: transparent;
    border-color: transparent;
    line-height: 1.7;
}
.pagination > li > a, .pagination > li > span {
    margin: 3px;
    line-height: 1.42857143;
    color: black;
    text-decoration: none;
    background-color: transparent;
    border: none;
    line-height: 1.5;
    width: 35px;
    height: 35px;
    border-radius: 100%;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #37B247;
    border-color: #37B247;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin: 3px;
    width: 35px;
    height: 35px;
    display: table;
    line-height: 1.5;
}
.pagination > li > a, .pagination > li > span{
    padding: 5px 6px 0 !important;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #111;
    background-color: #37B247;
    border-color: #37B247;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin: 3px;
    width: 35px;
    height: 35px;
    display: table;
}

/*-- //men-wear --*/

/*-- single-page --*/
.single-right-left h3 {
    text-transform: capitalize;
    font-size: 23px;
    color: #048b32;
    margin: 0;
    letter-spacing: 0.5px;
    font-weight: bolder;
}
.single-right-left p{
    color: #000;
    font-size: 18px;
    margin: .5em 0 0.5em;
}
.single-right-left del {
    color: #999;
    margin-left: 10px;
    font-weight: 300;
    font-size: 0.8em;
}
.single-right-left span.item_price {
    font-size: 0.9em;
}
.single-right-left span.pricetext {
    font-size: 0.9em;
    padding-left: 20px;
}
.description{
    margin:1.5em 0;
}
.description h5 {
    color: #545454;
    font-size: 0.9em;
    margin-bottom:12px;
}
.description p{
    color: #31353bf5;
    line-height:1.5em !important;
    margin:0.5em 0 0;
    font-size:0.9em;
    letter-spacing: normal;
}
.occasional{
    margin:2em 0;
}
.color-quality-right h5,.occasional h5 {
color: #000;
    font-size: 16px;
    margin: 0 0 12px;
    letter-spacing: 1px;
}
.color-quality-right select {
    padding: 5px 21px;
}
.colr {
    width: 33.333%;
    float: left;
}
.description input[type="text"]{
    padding:8px 8px;
    color:#ccc;
    font-size:13px;
    width:45%;
    outline:none;
    letter-spacing:1px;
}
.description input[type="submit"]{
    color: #fff;
    font-size: 16px;
    background: #000000;
    border: none;
    outline: none;
    padding: 7px 17px 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.description input[type="submit"]:hover{
    background:#fc636b;
}
.occasion-cart a{
    padding: 8px 20px;
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    letter-spacing: 1px;
}
.bootstrap-tab {
    margin: 5em 0 0;
}
.bootstrap-tab-text p{
    font-size:14px;
    color:#999;
    line-height:1.8em;
}
.bootstrap-tab-text h5,.add-review h4{
    text-transform: uppercase;
    font-size: 1em;
    color: #212121;
    margin: 2em 0 1em 0;
    font-weight: 600;
    letter-spacing: 1px;
}
.bootstrap-tab-text p span{
    display:block;
    margin:2em 0 0;
}
.bootstrap-tab-text-grid-left{
    float:left;
    width:14%;
}
.bootstrap-tab-text-grid-right{
    float:right;
    width:83%;
}
.bootstrap-tab-text-grid-right2{

}
.bootstrap-tab-text-grid-right ul li , .bootstrap-tab-text-grid-right2 ul li{
    display:inline-block;
}
.bootstrap-tab-text-grid-right ul li:nth-child(2) , .bootstrap-tab-text-grid-right2 ul li:nth-child(2){
    float:right;
}
.bootstrap-tab-text-grid-right ul li a , .bootstrap-tab-text-grid-right2 ul li a{
    font-size: 1em;
    color: #048b32;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
}
.bootstrap-tab-text-grid-right ul li a:hover , .bootstrap-tab-text-grid-right2 ul li a:hover{
    color: #212121;
}
.bootstrap-tab-text-grid-right ul li a i , .bootstrap-tab-text-grid-right2 ul li a i{
    left:-1em;
}
.bootstrap-tab-text-grids{
    margin:3em 0 0 0em;
}
.bootstrap-tab-text-grid-right p {
    margin:2em 0 0;
    color: #545454;
    font-size: 0.9em;
    line-height:2em;
}
.bootstrap-tab-text-grid-right2 p{
    margin:1em 0 0;
}
.bootstrap-tab-text-grid:nth-child(2){
    margin:3em 0 0;
}
.add-review form{
    margin:2em 0 0;
}
.add-review input[type="text"],.add-review input[type="email"],.add-review textarea{
    outline: none;
    padding: 10px;
    border: 1px solid #D2D2D2;
    width: 49%;
    font-size: 15px;
    color: #888;
}
.add-review input[type="email"]{
    margin-left: 1.55%;
}
.add-review textarea{
    width: 100% !important;
    min-height: 120px;
    margin: 1em 0;
    resize: none;
}
.add-review input[type="text"]:nth-child(3){
    width:100%;
    margin:1em 0;
}
.add-review input[type="submit"]{
    outline: none;
    padding: 14px 0;
    background: #048b32;
    border: none;
    width: 20%;
    font-size: 1em;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
}
.add-review input[type="submit"]:hover{
    background: #000;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #048b32;
    color:#fff;
}
.product-men.single {
    margin: 0;
}
.w3_agile_latest_arrivals {
    margin: 4em auto 0;
}
.responsive_tabs_agileits {
    margin-top: 1.5em;
}
.resp-tabs-list li{
    font-size: 0.9em !important;
}
.single_page_agile_its_w3ls {
    /*padding: 1em; 2em oiginal*/
    /*border: 1px solid #ddd;*/
    padding: 0;
}
.single_page_agile_its_w3ls h6 {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #292929;
    margin-bottom:0.5em;
}
.single_page_agile_its_w3ls p {
    line-height: 2em;
}
p.w3ls_para {
    margin-top: 1em;
}
/*-- Ratings Testimonial --*/
#testimonial-slider .testimonial {
    padding: 10px;
    position: relative;
}
#testimonial-slider .testimonial .description {
    background-color: white;
    font-size: 1em;
    color: #2b2b2b;
    min-height: 200px;
    margin-bottom: 30px;
    border-radius: 0.4em;
    padding: 1em;
    box-shadow: 0px 0px 20px rgb(127 137 161 / 10%);
    font-family: "Open Sans", sans-serif;
}

.rating1 {
    direction:ltr;
}
.starRating:not(old) {
    display: inline-block;
    height: 18px;
    width:100px;
    overflow: hidden;
}

.starRating:not(old) > input{
  margin-right :-26%;
  opacity      : 0;
}

.starRating:not(old) > label {
    float: right;
    background: url(../images/DkUvMKrtU7Lx.png);
    background-size: contain;
    margin-right: 2px;
}

.starRating:not(old) > label:before{
  content         : '';
  display         : block;
  width           : 18px;
  height          : 18px;
  background      : url(../images/qwwiiaUyjOIr.png);
  background-size : contain;
  opacity         : 0;
  transition      : opacity 0.2s linear;
}

.starRating:not(old) > label:hover:before,
.starRating:not(old) > label:hover ~ label:before,
.starRating:not(:hover) > :checked ~ label:before{
  opacity : 1;
}
/*-- //Ratings --*/
/*-- //single-page --*/
/*-- to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 30px;
    left: 2%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../images/bE2CjUwxv8wM.png) no-repeat 0px 0px;
}
#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
/*-- //to-top --*/

/*-- ADD IMAGE AGENT REGISTER --*/
.styled-input3{
    width: 100%;
    margin: 1em 0 1em;
    position: relative;
}
.styled-input3 label {
    color: #555;
    padding: 0.5em 0em;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    display: block;
    line-height: 1em;
}
.imagePreview {
    width: 100%;
    height: 180px;
    background-position: center center;
    background:url(http://cliquecities.com/assets/no-image-e3699ae23f866f6cbdf8ba2443ee5c4e.jpg);
    background-color:#fff;
    background-size: cover;
    background-repeat:no-repeat;
    display: inline-block;
}
.btn-primary
{
  display:block;
  border-radius:0px;
  margin-top:-5px;
  background-color: #2d2d2d;
  border-color: #333;
  border-radius: 0.5em;
}

.btn-primary:hover{
  background-color: #048b32;
}

.imgUp
{
  margin-bottom:15px;
}
.del
{
  position:absolute;
  top:0px;
  right:15px;
  width:30px;
  height:30px;
  text-align:center;
  line-height:30px;
  background-color:rgba(255,255,255,0.6);
  cursor:pointer;
}
.imgAdd
{
  display: inline-block;
  width:30px;
  height:30px;
  border-radius:50%;
  background-color:#048b32;
  color:#fff;
  text-align:center;
  line-height:30px;
  margin-top:0px;
  cursor:pointer;
  font-size:15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
/*-- //ADD IMAGE AGENT REGISTER --*/


/*-- responsive media queries --*/
@media (min-width: 1441px){
    .col-md-4.tigasatu{
        padding-left: 0;
    }
    .col-md-4.tigatiga{
        padding-right: 0;
    }
}
@media (max-width: 1440px){

    .multi-gd-img.multi-gd-text h4 {
        position: absolute;
        top: 47%;
        left: 30%;
        font-size: 2em;
    }
    .w3ls_schedule_bottom_right_grid {
        padding: 3em 2em;
        margin: 5em 0 0;
        width: 90%;
    }
    .logo_agile h1 a {
        letter-spacing: 1px;
        font-size: 1.4em;
    }
    i.fa.fa-shopping-bag.top_logo_agile_bag {
        position: absolute;
        font-size: 17px;
        top: 61px;
        right: 13px;
    }
    .col-md-4.tigasatu{
        padding-left: 0;
    }
    .col-md-4.tigatiga{
        padding-right: 0;
    }
}
@media (max-width: 1366px){
   .multi-gd-img.multi-gd-text h4 {
        position: absolute;
        top: 45%;
        left: 30%;
        font-size: 2em;
    }
    .header-middle form input[type="submit"] {
        background: url(../images/uMd0wZ58c6rY.png) no-repeat 4px 0px #048b32;
        width: 15%;
    }
    .header-middle form input[type="search"] {
        width: 83%;
    }
}
@media (max-width: 1280px){
    .w3ls_schedule_bottom_right_grid {
        padding: 3em 2em;
        margin: 3em 0 0;
        width: 90%;
    }
    .page-head_agile_info_w3l h3 {
        font-size: 2.5em;
    }
    .agile_ab_w3ls_info h5 {
       font-size: 1.5em;
    }
    h3.wthree_text_info {
       /* font-size: 1.8em; */
    }
    .w3l_schedule_bottom_right_grid1 h4 {
        margin: 1em 0;
        font-size: 0.9em;
        letter-spacing: 2px;
    }
    .w3ls_schedule_bottom_right_grid {
        padding: 3em 2em;
        margin: 2.4em 0 0;
        width: 90%;
    }
    .multi-gd-img.multi-gd-text h4 {
        position: absolute;
        top: 49%;
        left: 30%;
        font-size: 1.6em;
    }
    .sale-w3ls h6 {
        font-size: 2.5em;
        letter-spacing:4px;
        padding-top: 3em;
        margin-bottom: 0.5em;
    }
    .wthree_banner_bottom_grid_three_left1.grid .grid figure p {
        letter-spacing: 10px;
        line-height: 2em;
        font-size: 0.9em;
    }
}
@media (max-width: 1280px){
    .navbar-nav > li {
        margin: 0 0 0 0;
    }
}
@media (max-width: 1080px){
    .header-bot_inner_wthreeinfo_header_mid {
        margin: 0 auto;
        width: 100%;
    }
    .box_1 h3 {
        font-size: 15px;
    }
    .new-gd-left {
        padding: 0;
    }
    .new-levis {
        padding: 45px 14px;
    }
    .mid-text a {
        padding: 5px 14px;
    }
    .wed-brand {
        left: 10%;
    }
    .wed-brand h4 {
        font-size: 20px;
    }
    .wed-brand h5 {
        font-size: 18px;
    }
    .new-levis {
        padding: 36px 14px;
    }
    .pignose-layerslider .slide-visual .script-wrap,.script-group img {
        width: 200px;
        height: 200px;
    }
    .pignose-layerslider .slide-visual {
        width: 1000px;
        height: 400px;
    }
    .men-thumb-item img {
        /* padding: 29px 20px 11px; */
    }
    .product-men {
        padding: 0 10px;
    }
    .coupons-gd h3 {
        font-size: 19px;
    }
    .coupons-gd h4 {
        font-size: 14px;
        margin: 29px 0 14px;
    }
    .logo_agile h1 a {
        letter-spacing: 1px;
        font-size: 1.2em;
    }
    .men-wear-right p {
        font-size: 14px;
    }
    .css-treeview label {
        font-size: 14px;
    }
    .swit label {
        font-size: 14px;
    }
    .swit {
        padding: 20px 18px;
    }
    .community-poll h4,.css-treeview h4 {
        padding: 13px 0;
        font-size: 21px;
    }
    .sort-grid {
        /* padding: 25px 0; */
    }
    .men-wear-right h4 {
        font-size: 1em;
    }
    .tree-list-pad {
        /* padding: 15px 5px; */
        padding: 5px;
    }
    .no-pad-men {
        padding: 0 18px 0 0 !important;
    }
    .electro-text h4 {
        font-size: 20px !important;
    }
    .electro-right {
        padding-right: 8px;
    }
    .page-head_agile_info_w3l h3 {
        font-size: 2.4em;
    }
    .map iframe {
        min-height: 325px;
    }
    .contact-form2 textarea {
        min-height: 120px;
    }
    .col-md-4.tigasatu, .col-md-4.tigadua, .col-md-4.tigatiga {
        padding: 0;
    }
    .description {
        margin: 1em 0;
    }
    .occasional {
        margin: 1em 0;
    }
    .single-right-left del {
        font-size: 17px;
    }
    .bootstrap-tab {
        margin: 4em 0 0;
    }
    .add-review input[type="text"], .add-review input[type="email"], .add-review textarea {
        width: 49.25%;
    }
    .wed-brandtwo p {
        font-size: 37px;
    }
    .close1, .close2, .close3, .close4 {
       right: 29px;
    }
    i.fa.fa-shopping-bag.top_logo_agile_bag {
        position: absolute;
        font-size: 17px;
        top: 52px;
        right: 10px;
    }
    .header-middle form input[type="search"] {
        width: 81%;
    }
    .header-middle form input[type="submit"] {
        background: url(../images/uMd0wZ58c6rY.png) no-repeat 4px 0px #048b32;
        width: 17%;
    }
    .multi-gd-img.multi-gd-text h4 {
        position: absolute;
        top: 49%;
        left: 25%;
        font-size: 1.4em;
    }
    .navbar-nav > li {
        margin: 0 0 0 0;
    }
    .top_nav_right {
        float: right;
        /* width: 12%; */
    }
    .carousel-caption h2, .carousel-caption h3 {
        font-size: 2.5em;
        letter-spacing: 12px;
    }
    .wthree_banner_bottom_grid_three_left1.grid figure.effect-roxy h3 {
        padding: 1em 0 .5em;
        font-size: 1.7em;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 5px;
    }
    .sign-gd h4, .sign-gd-two h4, .sign-gd-custom h4 {
        font-size: 1em;
    }
    .newsleft h3 {
       font-size: 20px;
    }
    p.copy-right {
        margin-top: 40px;
        font-size: 14px;
    }
    .address-grid h4, h4.white-w3ls, .contact-form2 h4 {
       font-size: 1.6em;
    }
    .contact-form2 h4 {
        margin-bottom: 2em;
    }
    .dropdown-menu.columns-3 {
        min-width: 250px;
        padding: 30px 30px;
    }
}
@media (max-width: 1050px){
    .add-review input[type="text"], .add-review input[type="email"], .add-review textarea {
        width: 48.85%;
    }
}
@media (max-width: 1024px){
    .header ul li,.section_room select,.header-middle input[type="search"] {
        font-size: 14px;
    }
    .header-right ul {
        margin-top: 15px;
    }
    .new_arrivals {
        padding: 70px 0;
    }
    .new_arrivals h3,.ele-bottom-grid h3 {
        font-size: 32px;
    }
    .content-img-right {
        padding: 55px 36px 0px;
        min-height: 219px;
    }
    .section_room select {
        background-size: 6% !important;
    }
    .products-right h5,.filter-price h3 {
        font-size: 22px;
    }
    .css-treeview a {
        font-size: 12px;
    }
    .bootstrap-tab-text-grid-right p,.new_arrivals p {
        font-size: 14px;
    }
    .banner_bottom_agile_info{
       /* padding:4em 0; */
    }
    .social-nav li {
        margin: 0 2px;
    }
    .social-icons.team-icons.right-w3l.fotw33 .caption p {
        font-size: 12px;
        letter-spacing: 1px;
    }
    .carousel-caption p {
        letter-spacing: 11px;
        font-size: 1.5em;
        margin-top: 1em;
    }
    .page-head_agile_info_w3l h3{
        font-size: 2.3em;
    }
}
@media (min-width: 991px){
    .header-bot {
        padding: 5px 0 0;
    }
    button.w3view-cart {
        font-size: 1em;
    }
    .products-left{
        display: none;
    }
}
@media (max-width: 991px){
    .heart.fa{
      font-size: 1.5em;
    }
    a.menu__link {
        font-size: 0.7em;
    }
    .social-nav {
        padding: 0;
        list-style: none;
        display: inline-block;
        margin: 1.5em 0 0;
        float: none;
    }
    .header-left,.header-right {
        float: left;
        width: 31%;
    }
    .header-middle {
       margin-top:0px;
        width:100%;
    }
    .section_room {
        float: left;
        width: 48%;
    }
    .search {
        float: left;
        width: 35%;
    }
    .sear-sub {
        float: right;
        width: 17%;
    }
    .box_1 h3 {
        font-size: 13px;
    }
    .box_1 {
        /* padding: 4px 4px; */
        /*height: 63px;*/
    }
    button.w3view-cart {
        height: 100%;
    }
    .new-gd-left,.new-gd-middle {
        float: left;
        width: 33.333%;
    }
    .mid-img {
        float: none;
        width: 52%;
        margin: 0% auto 9px;
    }
    .mid-img:nth-child(2){
        margin: 19px auto 0px;
    }
    .mid-text {
        float: none;
        width: 100%;
        margin: 0 0%;
        text-align: center;
    }
    .mid-text h4 span {
        display: inline-block;
    }
    .new-levis {
        padding: 15px 14px;
    }
    .mid-text h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .mid-text a {
        padding: 3px 9px;
    }
    .new-levis:nth-child(2) {
        margin-top: 17px;
    }
    .dropdown-menu.columns-3 {
        min-width: 250px;
        padding: 30px 30px;
    }
    ul.multi-column-dropdown li {
        line-height: 2.2em;
    }
    .wed-brand h4 {
        font-size: 15px;
    }
    .wed-brand h5 {
        font-size: 16px;
    }
    .wed-brand p a {
        padding: 6px 0px;
        font-size: 13px;
        width: 57%;
    }
    .wed-brandtwo {
        position: absolute;
        top: 36%;
        left: 10%;
    }
    .product-men {
        /* float: left; */
        /* width: 50%; */
        margin: 20px 0 0;
    }
    .resp-tabs-list {
        margin: 0 0 1em 0;
    }
    .coupons-gd {
        float: left;
        width: 33.333%;
        padding: 0 10px;
    }
    .coupons-gd:nth-child(1) {
        width: 100%;
        float: none;
        padding:0;
    }
    .coupons-gd h3 {
        margin: 0 0 30px;
    }
    .product-men.single {
        margin: 0;
        margin-bottom: 1em;
    }
    .footer-left {
        padding: 0;
    }
    .footer-left p {
        /*margin: 22px 0 0px;*/
    }
    .newsleft {
        padding: 0;
    }
    .newsright {
        padding: 0;
    }
    p.copy-right {
        margin-top: 39px;
    }
    .products-left {
        float: none;
        width: 100%;
        padding: 0;
    }
    .tree-list-pad {
        /* padding: 15px 20px; */
    }
    .css-treeview{
        float: left;
        /*width: 49%;*/
        background: #fff;
        border-radius: 1em;
    }
    .community-poll {
        float: right;
        width: 49%;
        margin-top: 0;
    }
    .products-right {
        padding-right: 0;
        padding: 0;
        float: none;
        width: 100%;
    }
    .check_box {
        margin-bottom: 13px;
    }
    .swit {
        padding: 34px 25px;
    }
    .products-right {
        margin-top: 1.5em;
        margin-bottom: 1em;
    }
    .single-pro {
        margin-top: 0;
    }
    .no-pad-men {
        padding: 0 10px !important;
    }
    .electro-right{
        float: left;
        width: 32.3%;
        padding: 0;
    }
    .electro-left{
        float: left;
        width: 67.5%;
        padding-left: 0;
    }
    .ele-bottom-grid p {
        font-size: 14px;
        margin-bottom: 32px;
    }
    .contact-grid-agile-w3 {
        float: left;
        width: 33.333%;
        padding: 0 7px;
    }
    .contact-grid-agile-w3 h4 {
        font-size:1.2em;
        margin: 13px 0;
    }
    .contact-grid-agile-w32, .contact-grid-agile-w31, .contact-grid-agile-w33 {
        min-height: 216px;
        padding-top: 37px;
    }
    .close1, .close2, .close3, .close4 {
        right: 26px;
    }
    .timetable_sub th {
        font-size: 14px;
    }
    .timetable_sub td {
    font-size: 13px;
        padding: 1px;
    }
    .value-minus, .value-plus {
        height: 27px;
        line-height: 24px;
        width: 23px;
        margin-right: 0px;
    }
    .value {
        width: 25px;
        height: 27px;
        padding: 8px 0px;
        line-height: 9px;
        margin-right: 0px;
    }
    .checkout-left-basket {
        float: right;
        width: 36%;
    }
    .single-right-left:nth-child(1){
        float: left;
        /* width: 60%;
        padding:0 0 0px; */
    }
    .single-right-left{
        float: left;
        /* width: 100%;
        padding:0 0px; */
    }
    .single-right-left h3 {
        font-size: 20px;
    }
    .description h5 {
        margin-bottom: 22px;
    }
    .description {
        margin: 1em 0 2em;
    }
    .occasional {
        margin: 1.5em 0;
    }
    .bootstrap-tab {
        margin: 3em 0 0;
    }
    .bootstrap-tab-text-grid-left img {
        width: 100%;
    }
    .colr {
        width: 24%;
        float: left;
    }
    .navbar-nav > li {
        /*margin: 0 3px 0 0;*/
    }
    .wthree_banner_bottom_grid_three_left1.grid figure.effect-roxy h3 {
        padding: 0.5em 0 .5em;
        font-size: 1.1em;
    }
    .grid figure p {
        letter-spacing: 6px;
        font-size: 0.9em;
    }
    .w3ls_schedule_bottom_right_grid {
        padding: 3em 2em;
        width: 90%;
        margin: 2em auto;
    }
    .w3l_schedule_bottom_right_grid1 {
        text-align: center;
        padding: 0;
        margin-bottom: 1em;
    }
    .multi-gd-img.multi-gd-text h4 {
        position: absolute;
        top: 49%;
        left: 37%;
        font-size: 1.4em;
    }
    .sign-gd, .sign-gd-two {
        float: left;
        width: 100%;
        margin-top: 1em;
        padding: 0 10px;
        /* padding: 0px 5px 0px 20px; */
    }
    .footer-right {
        padding: 0;
    }

    .logo_agile {
        text-align: left;
        margin-top: 0;
        padding: 10px 0 0;
        float: left;
    }
    .social-nav {
        padding: 0;
        list-style: none;
        display: inline-block;
        margin: 2em 0 0;
        display: block;
        text-align: center;
        /* float: right; */
    }
    .ab_pic_w3ls {
        /* margin-bottom: 2em; */
    }
    .team-grids {
        width: 50%;
        margin-bottom: 2em;
    }
    .header ul li, .section_room select, .header-middle input[type="search"] {
        font-size: 13px;
    }
    .header-middle form input[type="submit"] {
        background: url(../images/uMd0wZ58c6rY.png) no-repeat 19px 0px #048b32;
        width: 9%;
    }
    .header-middle form input[type="search"] {
        width: 88%;
    }
    .header-bot {
        /*padding: 15px 0 30px 0;*/
        padding: 0;
    }
    .modal_body_right.modal_body_right1 img {
        margin-top: 1em;
    }
    .contact-grid-agile-w3 {
        float: left;
        width: 100%;
        padding: 0 7px;
    }
    .contact-grid-agile-w3:nth-child(2) {
        margin: 1% 0%;
    }
    .bb-grids.bb-left-agileits-w3layouts {
        /* margin-bottom: 1em; */
    }
    .contact-form , .contact-form2{
        padding: 4em 3em;
        margin-top: 0.5em;
    }
    .modal_body_left.modal_body_left1 {
        padding-left: 0;
        float: left;
        width: 70%;
    }
    .modal_body_right.modal_body_right1 {
        padding: 0;
        float: right;
        width: 30%;
    }
    .w3_agile_latest_arrivals {
        margin: 1em auto 0;
    }
}
@media (max-width:900px){
    .newsleft {
        padding: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 1em;
    }
    .newsright {
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .dropdown-menu.columns-3 {
        min-width: 250px;
        padding: 20px 20px;
    }
}
@media (max-width: 800px){
    a.menu__link {
        font-size: 0.7em;
    }
    .pignose-layerslider .slide-visual .script-wrap {
        right: 300px;
    }
    .carousel-caption h2, .carousel-caption h3 {
        font-size: 2.3em;
        letter-spacing: 9px;
    }
    .carousel-caption p {
        letter-spacing: 10px;
        font-size: 1em;
        margin-top: 1em;
    }
    .carousel-indicators{
        bottom: 0px;
        margin-bottom: 15px;
    }
    .info-content p {
        font-size: 21px;
    }
    .separator {
        margin: 10px auto;
    }
    .info-content h4 {
        font-size: 22px;
    }
    .info-content a {
        padding: 4px 7px;
        font-size: 14px;
    }
    .hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
    }
    .resp-tab-item {
        margin: 0 13px;
        padding: 0 11px 14px 11px;
    }
    .sign-gd h4, .sign-gd-two h4, .sign-gd-custom h4 {
        font-size: 19px;
    }
    .men-wear-bottom {
        margin: 50px 0 17px;
    }
    .header-middle form input[type="submit"] {
        background: url(../images/uMd0wZ58c6rY.png) no-repeat 8px 0px #048b32;
        width: 9%;
    }
}
@media (max-width: 767.98px){
    .pignose-layerslider .slide-visual {
        height: 400px;
    }
    ul.slide-group img {
        width: 100% !important;
        height: 400px !important;
    }
    .pignose-layerslider .slide-visual .script-wrap {
        top:50px;
    }
    .single-right-left:nth-child(1) {
        float: left;
        width: 67%;
    }
    .occasion-cart a {
        padding: 5px 11px;
        font-size: 14px;
    }
    .bootstrap-tab ul li a {
        font-size: 14px;
    }
    .nav-tabs > li > a {
        padding: 7px 13px;
    }
    .bootstrap-tab-text h5, .add-review h4 {
        margin: 2em 0 1em;
    }
    .bootstrap-tab-text p span {
        margin: 1em 0 0;
    }
    .add-review input[type="text"], .add-review input[type="email"], .add-review textarea {
        padding: 8px 10px;
        width: 49.35%;
        font-size: 14px;
    }
    .add-review textarea {
        min-height: 118px;
    }
    .add-review input[type="submit"] {
        width: 18%;
    }
    .checkout h3 {
        margin: 0 0 2em;
    }
    .navbar-nav > li > a {
        /* padding: 21px 9px; */
    }
    .dropdown-menu.columns-3 {
        width: 100vw;
        min-width: 411px;
        padding: 20px 20px;
    }
}
@media (max-width: 767.98px){
    .tree-list-pad label.nav, .tree-list-pad ul.nav li a{
        color: black;
    }
    .tree-list-pad {
        padding: 0;
    }
    .navbar-toggle {
        position: relative;
        float: left;
        margin-right: 0;
        margin-top: 4px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0;
    }
    .box_1 {
        /* padding: 7px 4px; */
        /* height: 57px; */
    }
    .header-left img {
        width: 100%;
    }
    .top_nav_right {
        /* float: right; */
        right: 1em;
        position: absolute;
        /* width: 21%; */
        margin-top: 0em;
    }
    .header-bot {
        /* padding: 17px 0;*/
        padding: 0;
    }
    .logo_agile {
      text-align: center ;
      margin-top: 0 ;
      padding: 0;
      margin: auto ;
      float: left ;
    }
    .logotopleft img{
      width: 60% ;
      margin: auto ;
      padding-top: 0.2em;
    }
    .navbar-default .navbar-toggle{
      border: none;
      border-radius: 0.25em;
    }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #000;
    }
    .navbar-nav > li {
      margin: 0 0px 0 0;
      width: 100%;
      text-align: center;
    }
    .nav > li > a {
      display: inline-block;
    }
    .header-bot_inner_wthreeinfo_header_mid {
        margin: 0 auto;
    }
    ul.dropdown-menu.multi-column.columns-3 {
        border-top: 1px solid rgba(255, 255, 255, 0.09);
        border-bottom: 1px solid #fff;
        margin-top: 10px;
    }
    .navbar-default {
        width: 100%;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
        overflow-x: hidden;
    }
    .new-levis {
        padding: 12px 14px;
    }
    .newsleft {
        margin-bottom: 14px;
    }
    .page-head_agile_info_w3l {
        /* min-height: 166px; */
        /* padding-top: 55px; */
    }
    .page-head_agile_info_w3l h3 {
            font-size: 2em;
    }
    .radio {
        line-height: 25px;
    }
    .men-wear-left {
        float: left;
        width: 26%;
    }
    .men-wear-right {
        float: left;
        width: 74%;
    }
    .electro-text h4 {
        font-size: 17px !important;
    }
    .new_arrivals h3, .ele-bottom-grid h3 {
        font-size: 27px;
    }
    td.invert-image {
        width: 30%;
    }
    .add-review input[type="text"], .add-review input[type="email"], .add-review textarea {
        width: 100%;
    }
    .wed-brandtwo h4 {
    font-size: 19px;
    }
    .footer-bottom a span {
    width: 23%;
    left: 20px;
    }
    ul.nav.navbar-nav.menu__list, ul.nav.navbar-nav.profile__list  {
        padding-bottom: 20px;
    }
    .close1, .close2, .close3, .close4 {
        right: 36px;
    }
    .add-review input[type="email"] {
        margin-left: 0;
        margin: 1em 0 0 0;
    }
    ul.multi-column-dropdown li a {
        color: black;
    }
    .multi-gd-img.multi-gd-text {
        /*margin: 1em 0;*/
    }
    ul.dropdown-menu.agile_short_dropdown li {
        border: none !important;
        background: #fff;
        color: #fff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #000;
        border-bottom: 1px solid #999;
    }
    .w3layouts_mail_grid_left {
        border-right: 0;
    }
}
@media (max-width: 667px){
    .section_room select {
        padding: 8px 10px;
    }
    .header-middle input[type="search"] {
        padding: 8px 10px;
    }
    .top_nav_right {
        /* float: right; */
        /* width: 23%; */
    }
    .pignose-layerslider .slide-visual .script-wrap {
        left:350px;
    }
    .pignose-layerslider .slide-visual .script-wrap, .script-group img {
        width: 150px;
        height: 150px;
    }
    .pignose-layerslider .slide-visual {
        height: 350px;
    }
    ul.slide-group img {
        width: 100% !important;
        height: 350px !important;
    }
    .pignose-layerslider .slide-visual .script-wrap {
        top: 75px;
    }
    .dropdown-menu {
        border-radius: 0;
    }
    .dropdown-menu.columns-3 {
        min-width: 474px;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    .dropdown-menu.columns-3 {
        padding: 19px 16px;
    }
    ul.multi-column-dropdown li {
        line-height: 2em;
    }
    .new-gd-left {
        float: none;
        width: 51%;
        margin: 0 auto;
    }
    .wed-brand h4 {
        font-size: 20px;
    }
    .wed-brand h5 {
        font-size: 20px;
    }
    .wed-brand p {
        font-size: 18px !important;
    }
    .hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
        top: -8px;
        right: -8px;
        bottom: -8px;
        left: -8px;
    }
    /* .hvr-outline-out:before {
        border: #048b32 solid 4px;
    } */
    .new-gd-middle {
        width: 100%;
    }
    .new-levis {
        float: left;
        width: 49%;
    }
    .new-levis:nth-child(2) {
        margin-top: 0;
        float: right;
    }
    .mid-img:nth-child(2) {
        margin: 28px auto 0px;
    }
    .new-gd-middle {
        width: 100%;
        margin: 30px 0;
    }
    .wed-brandtwo {
        top: 61%;
        left: 19%;
    }
    .content-lgrid {
        width: 100%;
    }
    .logo_agile h1 a {
        letter-spacing: 1px;
        font-size: 1em;
    }
    .product-easy {
        padding: 70px 0;
    }
    .men-thumb-item:hover .inner-men-cart-pro .link-product-add-cart {
        top: 80.5%;
    }
    .coupons-gd span {
        padding: 18px 18px;
        font-size: 20px;
    }
    .coupons-gd h4 {
        font-size: 13px;
    }
    .coupons {
        margin: auto;
    }
    .item-info-product h4 a {
        font-size: 0.7em;
    }
    td.invert-image {
        width: 27%;
    }
    .checkout-left-basket ul {
        padding: 0px 15px;
    }
    .checkout-left-basket h4 {
        padding: .5em;
        font-size: 1em;
        margin: 0 0 1em;
    }
    .header ul li {
        display: inline-block;
        width: 49%;
    }
    .men-wear-right p {
        line-height: 2em;
    }
    .men-wear-right p {
        font-size: 13px;
    }
    .men-wear-right h4 {
        font-size: 20px;
        margin: 0px 0 21px;
    }
    .contact-grid-agile-w3 i {
        font-size: 25px;
    }
    .contact-grid-agile-w3 p {
        font-size: 13px;
    }
    .contact-grid-agile-w32, .contact-grid-agile-w31, .contact-grid-agile-w33 {
        min-height: 179px;
        padding-top: 24px;
    }
    i.fa.fa-shopping-bag.top_logo_agile_bag {
        position: absolute;
        font-size: 17px;
        top: 43px;
        right: 7px;
    }
    .footer-bottom a span {
    font-size: .8em;
    }
    .footer-bottom a span {
        left: 4px;
    }
    .header-middle form input[type="search"] {
        width: 86%;
    }
    .header-middle form input[type="submit"] {
        background: url(../images/uMd0wZ58c6rY.png) no-repeat 8px 0px #048b32;
        width: 10%;
    }
    .wthree_banner_bottom_grid_three_left1 {
        width: 100%;
        float: left;
    }
    .wthree_banner_bottom_grid_three_left1:nth-child(2) {
      margin-top:1em;
    }
    .wthree_banner_bottom_grid_three_left1.grid figure.effect-roxy h3 {
        padding: 3.5em 0 .5em;
        font-size: 1.1em;
    }
    .multi-gd-img.multi-gd-text h4 {
        position: absolute;
        top: 49%;
        left: 28%;
        font-size: 1.4em;
    }
    .product-men {
        /* float: left; */
        /* width: 50%; */
        margin: 20px 0 0;
    }
    ul.w3_short {
        text-align: left;
        /* padding-top: 2em; */
    }
    .sale-w3ls h6 {
        font-size:1.8em;
        letter-spacing: 4px;
        padding-top: 3em;
        margin-bottom: 0.5em;
    }
    .sale-w3ls {
        min-height: 320px;
    }
    .sale-w3ls {
        min-height: 320px;
    }
    .w3layouts_mail_grid_left2 h3 {
        font-size: 0.7em;
    }
    .w3layouts_mail_grid_left {
        width: 100%;
        float: left;
    }
    .banner-bootom-w3-agileits,.new_arrivals_agile_w3ls_info {
        padding: 3em 0;
    }
    h3.wthree_text_info {
        font-size: 2em;
        margin-bottom: 0.8em;
    }
    #PPMiniCart form {
        width: 484px !important;
        padding: 10px 20px 40px !important;
        max-height: 450px !important;
    }
}
@media (max-width: 640px){
    .men-thumb-item img {
        /* padding: 10px; */
        padding: 0;
    }
    .pignose-layerslider .slide-visual .script-wrap .slide-controller a {
        margin: 0 10px;
    }
    .pignose-layerslider .slide-visual .script-wrap .slide-pagination {
        bottom: -28px;
    }
    .pignose-layerslider .slide-visual .script-wrap .slide-controller {
        bottom: 61px;
    }
    .pignose-layerslider .slide-visual .script-wrap {
            left:380px;
        }
    .coupons-gd {
        padding: 0 8px;
    }
    a.menu__link {
        font-size: 12px;
    }
    ul.multi-column-dropdown li a {
        font-size: 13px;
    }
    .info-product-price span {
        font-size: 1em;
    }
    .info-product-price del {
        margin-left: 10px;
        font-size: 0.9em;
    }
    td.invert-image {
        width: 26%;
    }
    .description h5 {
        font-size: 13px;
    }
    .bootstrap-tab-text-grid-right {
        float: right;
        width: 78%;
    }
    .bootstrap-tab-text-grid-left {
        float: left;
        width: 19%;
    }
    .add-review input[type="submit"] {
        width: 14%;
    }

    .footer-bottom a span {
        left: 25px;
    }
    .footer-bottom a span:before {
        bottom: -3px;
        left: 18px;
    }
    .box_1 h3 {
        font-size: 12px;
    }
    .close1, .close2, .close3, .close4 {
        right: 33px;
    }
    .carousel-caption h2, .carousel-caption h3 {
        font-size: 2em;
        letter-spacing: 6px;
    }

}
@media (max-width: 600px){
    .logotopleft img {
        width: 80%;
        margin: auto;
    }
    .men-thumb-item:hover .inner-men-cart-pro .link-product-add-cart {
        top: 35%;
    }
    .men-thumb-item img {
        /* padding: 5px; */
        padding: 0;
    }
    .heart.fa{
      font-size: 2em;
    }
    .top_nav_right {
        /* width: 30%; */
    }
    .page-head_agile_info_w3l h3 {
        font-size: 1.6em;
    }
    .page-head_agile_info_w3l {
        /* min-height: 143px; */
    }
    .css-treeview label {
        font-size: 13px;
    }
    .swit label {
        font-size: 13px;
    }
    .swit {
        padding: 26px 25px;
    }
    .products-right h5, .filter-price h3 {
        font-size: 19px;
    }
    .sorting h6 {
        margin: 7px 10px 0 0;
    }
    .sort-grid {
        padding: 12px 0;
    }
    .men-wear-left {
        float: left;
        width: 32%;
    }
    .men-wear-right {
        float: left;
        width: 68%;
        padding: 0;
    }
    .men-wear-right h4 {
        margin: 0px 0 10px;
    }
    .no-pad-men {
        padding: 0 5px !important;
    }
    .item-info-product h4 a {
        font-size: 0.7em;
    }
    .pignose-layerslider .slide-visual .script-wrap {
        left:340px;
    }
    .new_arrivals {
        padding: 50px 0;
    }
    .coupons-gd {
        float: none;
        width: 64%;
        padding: 0;
        margin: 0 auto;
    }
    .coupons-gd:nth-child(3) {
        margin: 30px auto;
    }
    .coupons-gd h4 {
        font-size: 16px;
    }
    .dropdown-menu.columns-3 {
        min-width: 367px;
    }
    .item-info-product h4 a {
        font-size: 0.7em;
    }
    .product-men {
        margin: 15px 0 0;
        font-size: 0.7em;
    }
    .value {
        width: 37px;
        height: 35px;
        padding: 8px 0px;
        line-height: 16px;
        margin: 0px 0;
    }
    .value-minus, .value-plus {
        height: 37px;
        line-height: 33px;
        width: 37px;
        margin: 3px 0 4px;
    }
    td.invert-image a img {
        width: 65%;
        margin: 0 auto;
    }
    .single-right-left:nth-child(1) {
        margin-bottom: 35px;
    }
    .single-right-left:nth-child(1) {
        float: left;
        width: 78%;
    }
    h1.t-button, h2.t-button, h3.t-button, h4.t-button, h5.t-button {
        font-size: 18px;
    }
    .contact-grid-agile-w3 {
        padding: 0 3px;
    }
    .quantity-select {
        padding: 0 9px;
    }
    .footer-bottom a span {
        width: 17%;
    }
    .footer-bottom a span {
        bottom: 43px;
        left: 81px;
    }
    .value-minus, .value-plus {
      margin: 0px 0 0px;
    }
    .value {
        width: 37px;
        height: 37px;
    }
    .close1, .close2, .close3, .close4 {
        right: 21px;
    }
    .header-middle form input[type="submit"] {
        background: url(../images/uMd0wZ58c6rY.png) no-repeat 8px 0px #048b32;
        width: 11%;
    }
    .sign-gd, .sign-gd-two {
        float: left;
        width: 100%;
        padding: 0;
        margin-top: 1em;
    }
    .sign-gd-custom{
        padding: 0;
        margin-top: 1em;
    }
    .callbacks_tabs {
        top: 69%;
        left: 3.5%;
    }
    .occasion-cart {
        width: 37%;
    }
    .add-review input[type="submit"] {
        width: 32%;
    }
    .occasion-cart {
        width: 60%;
    }
}
@media (max-width: 568px){
    .mobileadjust h4 a{
        font-size: 0.75em;
        min-height: 60px;
    }
    .quantity-select {
        padding: 0 0px;
    }
    .w3ls_schedule_bottom_right_grid h3 {
        font-size: 1.2em;
        letter-spacing: 1px;
    }
    .w3l_schedule_bottom_right_grid1 h5 {
      font-size: 1.6em;
    }
    .bootstrap-tab-text-grid-right {
        float: none;
        width: 100%;
    }
}
@media (max-width: 480px){
    .item-info-product h4 a {
        font-size: 0.5em;
    }
    .mobileadjust h4 a{
        font-size: 0.7em;
        min-height: 50px;
    }
    .product-men {
        margin: 10px 0 0;
        font-size: 0.6em;
        min-height: 60px;
    }
    .w3layouts_mail_grid_left2 h3{
        font-size: 0.6em;
    }
    .men-thumb-item:hover .inner-men-cart-pro .link-product-add-cart {
        top: 30%;
    }
    .timetable_sub th, .timetable_sub td {
    }
    td.invert-image a img {
        width: 50%;
    }
    tr.rem1,tr.rem2,tr.rem3,tr.rem4 {
        padding-top: 2em;
        border-top:none;
    }
    .close1, .close2, .close3 {
        right: 190px;
        top: -4px;
    }
    .quantity-select .entry.value-plus:after {
        margin-top: -5px;
    }
    .quantity-select .entry.value-minus:before, .quantity-select .entry.value-plus:before {
        margin-left: -3px;
    }
    td.invert-image a img {
        width: 100%;
    }

    .value-minus, .value-plus {
        margin: 0;
    }
    .quantity-select .entry.value-minus:before, .quantity-select .entry.value-plus:before {
        left: 41%;
    }
    .value {
        width: 37px;
        height: 37px;
    }
    .close1, .close2, .close3,.close4 {
        right: 64px;
        top: -26px;
    }
    .checkout-left-basket {
        float: right;
        width: 51%;
    }
    .pignose-layerslider .slide-visual .script-wrap {
        left:250px;
    }
    .wed-brand {
        left: 6%;
    }
    .mid-img:nth-child(2) {
        margin: 22px auto 0px;
    }
    .wed-brandtwo {
        top: 61%;
        left: 13%;
    }
    .flickr-post ul li {
        margin: 0% 0% 3%;
        width: 21%;
    }
    .sign-gd-two {
        width: 100%;
        margin: 20px 0;
    }
    .dropdown-menu.columns-3 {
        min-width: 316px;
    }
    .multi-gd-img1 {
        width: 100%;
    }
    .top_nav_right {
        /* width: 31%; */
    }
    .wed-brandtwo {
        top: 46%;
    }
    .flickr-post ul li {
        margin: 0% 0% 3%;
        width: 19%;
    }
    .css-treeview {
        /* float: none; */
        width: 100%;
        /* margin: 0 auto 30px; */
    }
    .css-treeview label {
        font-size: 12px;
        letter-spacing: normal;
    }
    .css-treeview a {
        font-size: 12px;
        letter-spacing: normal;
    }
    .snipcart-details input.button {
        font-size: 1em;
    }
    .snipcart-details input.buttoncomingsoon {
        font-size: 1em;
    }
    p.button3{
        font-size: 1em;
    }
    .community-poll {
        float: none;
        width:99%;
        margin: 0 auto;
    }
    .community-poll h4, .css-treeview h4 {
        padding: 13px 0;
        font-size: 16px;
    }
    .textSoldout h2{
        font-size: 15px;
    }
    .sort-grid {
        display: block;
        padding: 0px 15px;
    }
    .sorting {
        float: left;
        width: 100%;
        margin-bottom: 0.5em;
    }
    .sorting select {
        padding: 4px 2px;
    }
    .men-wear-left {
        float: none;
        width: 46%;
        margin: 0 auto;
    }
    .men-wear-right {
        float: none;
        width: 100%;
        padding: 0;
        text-align: center;
        margin-top: 30px;
    }
    .no-pad-men {
        padding: 0 0px !important;
    }
    .text-right {
        /* text-align: center; */
    }
    .pagination {
        margin: 34px 0px 0 0;
    }
    .single-right-left:nth-child(1) {
        float: left;
        width: 100%;
    }
    .imagezoom-cursor ,.imagezoom-view{
        display: none;
    }
    .men-wear-right h4 {
      font-size: 16px;
    }
    .radio {
        padding-left: 22px;
        font-size: 0.8em;
    }
    .colr {
        width: 33%;
        float: left;
    }
    .add-review input[type="submit"] {
        padding: 6px 0;
    }
    .footer-bottom a span {
        width: 23%;
    }
    .coupons-gd {
        width: 79%;
    }
    .dropdown-menu.columns-3 {
        min-width: 300px;
    }
    .timetable_sub th {
    font-size: 12px;
    }
    .timetable_sub td {
        font-size: 12px;
    }
    .close1, .close2, .close3, .close4 {
        right: 21px;
        top: -12px;
    }
    .value-minus, .value-plus {
        height: 25px;
        width: 25px;
    }
    .quantity-select .entry.value-plus:after {
        left: 56%;
        top: 47%;
    }
    .value {
        line-height: 8px;
        width: 25px;
        height: 25px;
    }
    .close1, .close2, .close3, .close4 {
        right: 17px;
    }
    td.invert-image a img {
        width: 82%;
    }
    .close1, .close2, .close3, .close4 {
        right: 9px;
    }
    .social-nav {
        margin: 1.5em 0 0;
        float: none;
        text-align: center;
        width: 100%;
    }
    .logo_agile {
        /* margin-top: 1em; */
        /* margin-top: 0; */
        padding: 0;
        text-align: center;
        /* float: none; */
    }
    .header-middle form input[type="search"] {
        width: 83%;
    }
    .header-middle form input[type="submit"] {
        background: url(../images/uMd0wZ58c6rY.png) no-repeat 8px 0px #048b32;
        width: 14%;
    }
    .carousel-caption p {
        letter-spacing: 7px;
        font-size: 0.9em;
        margin-top: 0.7em;
    }
    .carousel-caption h2, .carousel-caption h3 {
        font-size: 1.8em;
        letter-spacing: 5px;
    }
    .wthree_banner_bottom_grid_three_left1.grid figure.effect-roxy h3 {
        padding: 1em 0 .5em;
        font-size: 1em;
    }
    .bb-middle-agileits-w3layouts.forth.grid figure.effect-roxy h3{
        padding: 0.5em 0 .5em;
        font-size: 1.2em;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 5px;
    }
    .multi-gd-img.multi-gd-text h4 {
        position: absolute;
        top: 49%;
        left: 23%;
        font-size: 1.2em;
    }
    .sale-w3ls h6 {
        font-size: 1.6em;
        letter-spacing: 3px;
        padding-top: 4em;
        margin-bottom: 0.5em;
    }
    .sale-w3ls {
        min-height: 292px;
    }
    p.copy-right {
        margin-top: 24px;
        line-height: 1.9em;
    }
    .footer_agile_inner_info_w3l {
        width: 100%;
        margin: 0 auto;
    }
    .agile_newsletter_footer {
        padding: 1em 0;
        margin-top: 1em;
    }
    .banner-bootom-w3-agileits, .new_arrivals_agile_w3ls_info {
        padding: 2em 0;
    }
    h3.wthree_text_info {
        font-size: 1.8em;
        margin-bottom: 0.6em;
    }
    .sale-w3ls a {
        padding: 8px 20px;
        margin-top: 1em;
    }
    .sale-w3ls {
        min-height: 234px;
    }
    .sale-w3ls h6 {
        font-size: 1.6em;
        letter-spacing: 2px;
        padding-top: 2em;
        margin-bottom: 0.5em;
    }
    .banner_bottom_agile_info {
        /* padding: 2em 0; */
    }
    ul.w3_short li {
      font-size: 0.8em;
    }
    .bootstrap-tab-text-grid-left {
        float: none;
        width: 50%;
        margin-bottom: 1em;
    }
    .add-review input[type="submit"] {
        width: 38%;
    }
    #PPMiniCart form {
        width: 432px !important;
        padding: 10px 20px 40px !important;
    }
    .occasion-cart {
        width: 50%;
    }
    .single_page_agile_its_w3ls h6 {
        font-size: 0.9em;
    }
    .page-head_agile_info_w3l {
        /* min-height: 143px; */
        /* padding-top: 33px; */
    }
    .occasion-cart {
        width: 60%;
    }
    .marginmobseeall {
        font-size: 0.6em;
        padding: 8px 10px;
    }
    .footer-left p{
        margin: 0;
    }
    .sign-gd, .sign-gd-two {
        margin:0;
    }
}
@media (max-width:440px){
    .product-men {
        /* float: left; */
    }
    .carousel-caption a {
        padding: 8px 20px;
        margin-top: 1em;
    }
    .carousel-caption h2, .carousel-caption h3 {
        font-size: 1.6em;
        letter-spacing:4px;
    }
    .w3ls_schedule_bottom_right_grid {
        padding: 2em 1em;
        width: 90%;
        margin: 2em auto;
    }
    h3.wthree_text_info {
        font-size: 1.5em;
        margin-bottom: 0.7em;
    }
    .newsright input[type="email"] {
       width:70%;
       padding: 10px 10px;
       font-size: 14px;
    }
    .header-middle form input[type="submit"] {
        background: url(../images/uMd0wZ58c6rY.png) no-repeat 5px 0px #048b32;
        width: 15%;
        height: 48px;
    }
    .bb-middle-agileits-w3layouts.forth.grid figure.effect-roxy h3 {
       padding: 0em 0 .5em;
    }
    .wthree_banner_bottom_grid_three_left1.grid figure.effect-roxy h3 {
        padding: 0.5em 0 .5em;
        font-size: 1em;
    }
    .grid figure p {
        letter-spacing: 5px;
        font-size: 0.8em;
    }
    .w3ls_schedule_bottom_right_grid h3 {
        font-size: 1em;
        letter-spacing: 1px;
    }
    .newsleft h3 {
        font-size: 17px;
        letter-spacing: 2px;
    }
    .bb-middle-agileits-w3layouts.grid figure.effect-roxy h3{
        padding: 0.5em 0 .5em;
        font-size: 1.2em;
    }
    .agile_ab_w3ls_info h5 {
        font-size: 1.2em;
        letter-spacing: 1px;
    }
    .agile_ab_w3ls_info {
        margin-bottom: 2em;
    }
    .single-right-left span.item_price , .single-right-left del {
        font-size: 0.8em;
    }
    .single-right-left span.pricetext {
        font-size: 0.8em;
        padding-left: 10px;
    }
    #PPMiniCart form {
        width: 420px !important;
        padding: 10px 10px 50px !important;
    }
    #PPMiniCart {
        left: 48% !important;
    }
    .modal_body_left.modal_body_left1 {
        padding-left: 0;
        float: left;
        width: 100%;
    }
    .modal_body_right.modal_body_right1 {
        padding: 0;
        float: right;
        width: 100%;
        display: none;
    }
    .modal_body_right.modal_body_right1 img {
        width: 33%;
    }
}
@media (max-width:414px){
    .men-thumb-item:hover .inner-men-cart-pro .link-product-add-cart {
        top: 25%;
    }
    .carousel-caption a {
        padding: 8px 10px;
        margin-top: 1em;
        font-size: 0.7em;
    }
    .carousel-caption h2, .carousel-caption h3 {
        font-size: 1em;
        letter-spacing:4px;
    }
    .carousel-indicators li{
        width: 8px;
        height: 8px;
    }
    .carousel-indicators .active{
        width: 10px;
        height: 10px;
    }
    .product-men {
        margin: 5px 0 0;
        padding: 5px;
        font-size: 0.55em;
    }
    .newsright input[type="email"] {
       width:70%;
       padding: 10px 10px;
       font-size: 14px;
    }
    .header-middle form input[type="submit"] {
        background: url(../images/uMd0wZ58c6rY.png) no-repeat 5px 0px #048b32;
        width: 15%;
        height: 48px;
    }
    .header ul li i {
        margin-right: 2px;
        top: 2px;
    }
    .page-head_agile_info_w3l h3 {
        font-size: 1.5em;
    }
    .mail-agileits-w3layouts {
        margin-top: 2em;
    }
    .contact-right {
        padding-left: 1em;
        float: left;
        width: 60%;
    }
    .contact-form , .contact-form2 {
        padding: 3em 2em;
        margin-top: 2em;
    }
    .address-grid h4, h4.white-w3ls {
        font-size: 1.4em;
    }
    .single-right-left h3 {
        font-size: 18px;
    }
    .single-right-left span.item_price , .single-right-left del {
        font-size: 0.65em;
    }
    .single-right-left span.pricetext {
        font-size: 0.65em;
        padding-left: 10px;
    }
    #PPMiniCart form {
        width: 385px !important;
        padding: 10px 10px 20px !important;
    }
    #PPMiniCart {
        left: 52% !important;
    }
    .occasion-cart {
        width: 70%;
    }
}
@media (max-width: 384px){
    .item-info-product h4 a {
        font-size: 0.4em;
    }
    .product-men {
        margin: 5px 0 0;
        padding: 5px;
        font-size: 0.55em;
    }
    figure.effect-roxy figcaption {
      padding: 2em 3em;
    }
    .multi-gd-img.multi-gd-text h4 {
        top: 49%;
        left: 24%;
        font-size: 1.1em;
        letter-spacing: 6px;
    }
    .sale-w3ls h6 {
        font-size: 1.4em;
        letter-spacing: 2px;
        padding-top: 2em;
        margin-bottom: 0.5em;
        line-height: 1.6em;
    }
    .carousel-caption h2, .carousel-caption h3 {
        font-size: 1.4em;
        letter-spacing: 2px;
    }
    .carousel-caption p {
        letter-spacing: 4px;
        font-size: 0.8em;
        margin-top: 0.7em;
    }

    .carousel-indicators {
        bottom: 2%;
    }
    .wthree_banner_bottom_grid_three_left1.grid figure.effect-roxy h3 {
        padding: 1.2em 0 .5em;
        font-size: 1em;
    }
    .contact-grid-agile-w3 h4 {
        font-size:1em;
        margin: 10px 0;
    }
    figure.effect-roxy figcaption::before {
        position: absolute;
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
    .logo_agile span {
       padding: 0 13px;
    }
    .agile_ab_w3ls_info p {
      margin: 1em 0 0em;
    }
    .team-grids {
        width: 50%;
        float: left;
        margin-bottom: 1em;
    }
    .bb-grids.bb-left-agileits-w3layouts {
        margin-bottom: 1em;
        padding-left: 0.15em;
        padding-right: 0.15em;
    }
    .bb-grids.bb-middle-agileits-w3layouts {
        padding: 0;
    }
    .wthree_banner_bottom_grid_three_left1 {
        width: 100%;
        float: left;
        padding: 0;
    }
    #PPMiniCart form {
        width: 353px !important;
        padding: 10px 10px 20px !important;
    }
    #PPMiniCart {
        left: 56% !important;
    }
}
@media (max-width: 375px){
    .logotopleft img {
      width: 95%;
      margin: auto;
    }
    .wed-brandtwo {
        top: 42%;
        left: 16%;
    }
    .footer-bottom a span {
        left: 74px;
    }
    .flex-viewport {
        width: 100%;
    }
    .flex-control-nav {
        float:none;
        width: 100%;
    }
    .flex-control-thumbs li:nth-child(4), .flex-control-thumbs li:nth-child(1) {
        /* margin: 0; */
    }
    .pagination-lg > li > a, .pagination-lg > li > span {
       padding: 10px 10px;
    }
    .table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
        padding: 11px!important;
    }
        .value {
        line-height: 22px;
        width: 33px;
        height: 33px;
        margin: 5px 13px;
    }
    .value-minus, .value-plus {
        height: 33px;
        width: 33px;
    }
    .timetable_sub td {
        width: 21%;
    }
    .value-minus, .value-plus {
        margin: 3px 0;
    }
    .close1, .close2, .close3, .close4 {
        right: 18px;
    }
    .header-left {
        width: 46%;
    }
    .timetable_sub th {
        font-size: 13px;
    }
    .newsright input[type="email"] {
        width: 65%;
        padding: 10px 10px;
        font-size: 14px;
    }
    .logo_agile h1 a {
        letter-spacing: 1px;
        font-size: 0.9em;
    }
    i.fa.fa-shopping-bag.top_logo_agile_bag {
        position: absolute;
        font-size: 17px;
        top: 40px;
        right: 5px;
    }
    .header-middle form input[type="search"] {
        width: 79%;
    }
    .header-middle form input[type="submit"] {
        background: url(../images/uMd0wZ58c6rY.png) no-repeat 7px 0px #048b32;
        width: 18%;
        height: 48px;
    }
    li.share {
      font-size: 0.8em;
    }
    figure.effect-roxy figcaption {
        padding: 2em 2em;
    }
    .w3layouts_mail_grid {
        padding: 0 0em;
    }
    .w3_agileits_icons_page {
        margin:0 !important;
    }
    .sign-gd, .sign-gd-two {
        float: left;
        width: 100%;
        padding: 0;
        margin-top: 1em;
    }
    .page-head_agile_info_w3l h3 {
        font-size: 1.3em;
    }
    .mail-agileits-w3layouts i {
        font-size: 18px;
        float: left;
        width: 60px;
        height: 60px;
        line-height: 54px;
    }
    .contact-right p {
        font-size: 0.9em;
        letter-spacing: 1px;
        margin-bottom: 0.3em;
    }
    #PPMiniCart form {
        width: 343px !important;
        padding: 10px 10px 20px !important;
    }
    #PPMiniCart {
        left: 58% !important;
    }
    .occasion-cart {
        width: 80%;
    }
    .navbar-toggle {
      padding: 9px 5px !important;
    }
    .category {
      padding-right: 0 !important;
      padding-left: 0 !important;
    }
    .iconmobadjust {
      padding: 0 !important;
    }
}
@media (max-width: 320px){
    .header ul li {
        display: inline-block;
        width: 100%;
    }
    .header-middle form input[type="search"] {
        width:80%;
        padding: 10px 10px;
        font-size: 14px;
    }
    .header-middle form input[type="submit"] {
        background: url(../images/uMd0wZ58c6rY.png) no-repeat 0px 0px #048b32;
        width: 17%;
        height: 44px;
    }
    .carousel-caption h2, .carousel-caption h3 {
        font-size: 1.3em;
        letter-spacing: 2px;
    }
    .w3ls_schedule_bottom_right_grid h3 {
        font-size: 1em;
        letter-spacing: 1px;
        line-height: 1.8em;
    }
    h3.wthree_text_info {
        font-size: 1.4em;
        margin-bottom: 0.7em;
        letter-spacing: 1px;
    }
    .men-wear-right h4 {
        font-size: 16px;
        line-height: 1.6em;
    }
    .w3layouts_mail_grid_left {
        padding: 0 9px;
    }
    .newsright input[type="email"] {
        width: 62%;
        padding: 10px 10px;
        font-size: 14px;
        letter-spacing: 1px;
    }
    .agile_ab_w3ls_info h5 {
        font-size: 1.2em;
        letter-spacing: 1px;
        line-height: 1.5em;
    }
    .carousel-caption a {
        padding: 8px 14px;
        margin-top: 1em;
        letter-spacing: 2px;
        font-size: 0.8em;
    }
    .multi-gd-img.multi-gd-text h4 {
        top: 47%;
        left: 24%;
        font-size: 1em;
        letter-spacing: 4px;
    }
    #PPMiniCart form {
        width: 290px !important;
        padding: 10px 10px 20px !important;
    }
    #PPMiniCart {
      left: 68% !important;
    }
    .occasion-cart {
        width: 90%;
    }
}
.hide{
    display: none;
}
/*-- //responsive media queries --*/


/*MAIN customized grouping style*/

/* overlay on image product*/
.product-overlay{
  display: inline-block;
  right: 0;
  padding: 0.5em 0.7em;
  border-radius: 5px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.textSoldout{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.textSoldout h2{
  font-weight: bolder;
  text-shadow: 2px 2px #fff;
}

.bestselleroutter, .categoryoutter, .promooutter, .promoltdoutter{
  padding: 0;
  margin-bottom: 2em;
  position:relative;
  overflow: hidden;
  border-radius: 0.75em;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 10px 0px;
}
.categoryoutter h3{
  line-height: 1;
}
.newproductoutter{
  padding: 0;
  margin-bottom: 2em;
  position:relative;
  overflow: hidden;
  border-radius: 0.75em;
  border: none;
}
@media (max-width: 767.98px){
  .newproductoutter, .bestselleroutter, .categoryoutter, .promooutter, .promoltdoutter{
    margin-bottom: 1.2em;
  }
}
.bestsellercontainer, .categorycontainer, .promocontainer, .promoltdcontainer{
  display: flex;
  align-items: center;
  justify-content: center;
}
.iconcontainer{
  padding: 0;
  border-radius: 1em;
  border: 0.5px solid #e2e2e2;
  margin-bottom: 0.5em;
}
.iconmobadjust{
  padding: 0;
}
.outtervlcontainer{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.vlcontainer{
  display: flex;
  justify-content: space-between;
}
.variant-list .variantname{
  font-weight: bold;
  font-size: 1em;
}
.vlcontainer .choosevar-vqty{
  margin-bottom: 0.5em;
  width: 2em;
  text-align: center;
  font-weight: bold;
}
.qtyvar{
  font-weight: bold;
}
/*index*/
.has-sticker {
    top: -5px;
    right: -5px;
    z-index: 1;
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: absolute;
}
.has-sticker .sticker {
    position: relative;
    color: #ffd51b;
    font-size: 0.8rem;
    text-transform: uppercase;
    text-align: center;
    transform: rotate(45deg);
    border: 1px solid #ff0;
    background-color: #f44336;
    background-image: linear-gradient(90deg,#ef5350,#8b1a12);
    padding: 5px 0;
    left: -14px;
    top: 18px;
    width: 200px;
    white-space: nowrap;
}
.has-sticker .sticker:before {
    right: 4px;
    bottom: -3px;
}
.has-sticker .sticker:after, .has-sticker .sticker:before {
    content: "";
    border-top: 2px solid #b71c1c;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    position: absolute;
}
.has-sticker .sticker:before {
    left: 6px;
    bottom: -3px;
}

/*single product*/
.btnbuycart {
    font-size: 13px;
    color: #fff;
    background: #048b32;
    text-decoration: none;
    position: relative;
    border: none;
    border-radius: 10px;
    width: 100%;
    text-transform: uppercase;
    padding: .5em 0;
    outline: none;
    letter-spacing: 1px;
    font-weight: 600;
}
.divSoldout{
    position: relative;
    text-align: center;
    color: red;
}
.divBundling{
    position: relative;
    text-align: center;
    color: red;
}
.textBundling{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.divSoldout2{
    position: relative;
    text-align: center;
}
.btnbundle {
    border: none;
    padding: 0.8em 1em;
    font-size: 0.75em;
    outline: none;
    font-weight: 600;
    letter-spacing: 1px;
    background: #048b32;
    color: #fff;
    border-radius: 4px;
    width: 12em;
    margin: 0.5em;
    display: inline;
}
/*single promo*/
.sidedesc{
    color: #797878 !important;
    font-weight: bold !important;
    font-size: 0.9em !important;
}
.rightsidevar{
    margin: .5em 0 0.5em !important;
    font-size: 0.9em !important;
}

/*Checkout*/
.selectable li.ui-selecting { border: 2px solid green; }
.selectable li.ui-selected { border: 2px solid #048b32; }
.selectable {
  list-style-type: none;
  margin: 0; padding: 0; }
.selectable li {
  margin: 0.5em 3px;
  padding: 3px;
  border-radius: 20%;
  display: inline-block;
  text-align: center; }
.selectable li div {
  padding: 0.2em;
  width: 30px;
  height: 30px; }
.selectable li.text {
  color: #333;
  font-weight: bold;
  border-radius: 15px;
  padding: 0 0.5em }

  /*tnc*/
  .subTitle { margin-top: 1.5em !important; }
  .headline{
    padding-bottom: 0.2em;
    position: relative;
    text-decoration: none;
  }
  .headline::after{
    background: linear-gradient(to right, #2AD7BD , #2AD7E8);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.2em;
    width: 100%;
    border-radius: 1em;
  }
