:root {
    --theme-color: #000;
    --theme-second-color: #ab5700;
    --danger-color: #f30b0b;
    --theme-paragraph-color: #ccc;
    --theme-font-color: #fff;
    --section-bg-color: #f7f7f7;
}

.paragraph-color-class {
    color: var(--theme-paragraph-color);
}

body,
html {
    margin: 0;
}

body,
button,
.mat-card,
.mat-checkbox,
.mat-input-container,
.mat-list,
.mat-menu-item,
.mat-radio-button,
.mat-select,
.mat-list .mat-list-item .mat-list-item-content,
.mat-nav-list .mat-list-item .mat-list-item-content,
.mat-simple-snackbar,
.mat-tab-label,
.mat-slide-toggle-content,
.mat-toolbar,
.mat-tooltip,
.mat-table,
.mat-expansion-panel-header,
.mat-tab-group,
.mat-option,
.mat-form-field,
.mat-expansion-panel-content,
.mat-drawer-container,
.mat-stepper-horizontal {
    /* font-family: "Poppins", sans-serif !important; */
    font-family: 'Work Sans', sans-serif !important;
    font-size: 16px;
    color: #111111;
    line-height: 1.4 !important;
}

p {
    font-size: 16px;
}

.mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-start,
.mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-end,
.mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-gap {
    border-width: 1px !important;
}

body a {
    text-decoration: none;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    cursor: pointer;
    outline: 0;
}

.containerWidth {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
}

.container {
    width: 100%;
}

img {
    object-fit: cover;
}

button {
    border: none;
    outline: none;
}

input:focus,
button:focus,
a:focus {
    /* border-width: 0px !important; */
    outline: 0 !important;
    -webkit-appearance: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
    border-color: var(--theme-color) !important;
}

.mat-radio-button.mat-accent .mat-radio-inner-circle {
    background-color: var(--theme-color) !important;
}

.mat-checkbox-checked.mat-accent .mat-checkbox-ripple .mat-ripple-element {
    opacity: 0.03;
    background-color: var(--theme-color) !important;
}

.mat-checkbox-checked.mat-accent .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
    background-color: var(--theme-color) !important;
}

.mat-radio-outer-circle {
    height: 18px !important;
    width: 18px !important;
}

.mat-radio-button.mat-accent .mat-radio-inner-circle {
    background-color: var(--theme-color) !important;
    height: 18px !important;
    width: 18px !important;
}

label {
    margin-bottom: 0% !important;
}

.mat-checkbox-inner-container {
    width: 18px !important;
    height: 18px !important;
}

.loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 1;
    z-index: 99;
    text-align: center;
}

.loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
    max-width: 40px;
}

.mat-spinner circle {
    stroke: var(--theme-color);
}

.snackbar-success-class .mat-simple-snack-bar-content,
.snackbar-error-class .mat-simple-snack-bar-content {
    color: #fff;
    font-size: 16px;
}

.snackbar-success-class {
    background: #00a500 !important;
}

.snackbar-error-class {
    background: var(--danger-color) !important;
}

.mat-tooltip {
    font-size: 15px !important;
    background: #000 !important;
    color: #fff !important;
    max-width: 580px !important;
    padding: 20px !important;
}

.commonBtn {
    background-color: var(--theme-second-color) !important;
    color: #fff !important;
    border-radius: 4px !important;
    transition: 300m all;
}

.commonBtn:hover {
    background-color: var(--theme-color) !important;
}

.prodImgDiv {
    position: relative;
    padding-top: 100%;
    width: 100%;
    overflow: hidden;
}

.productImage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* checklist-breadcrumb-css from here*/

.emptyListDiv {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
}

.emptyListDiv img {
    max-width: 220px;
}

._1joEet ._1HEvv0 {
    font-size: 12px;
    color: #878787;
    display: inline-block;
}

._1KHd47 {
    font-size: 14px;
    color: #070707 !important;
}

._1KHd47,
._1KHd48 {
    text-transform: capitalize !important;
    text-decoration: none !important;
}

/* checklist-breadcrumb-css till here */

.mat-card {
    background: #fff !important;
    color: inherit !important;
}

.breadcrumbIcon {
    font-size: 12px !important;
    color: #bfa69b !important;
    padding: 0 4px !important;
}

._1KHd48 {
    color: var(--theme-color) !important;
    font-size: 13px !important;
}

p {
    font-weight: 400;
}

input::-moz-focus-inner {
    border: 0;
}

object,
embed {
    outline: 0;
}

a:active {
    outline: 0;
}

img {
    cursor: pointer;
}

a:hover {
    text-decoration: none
}

input[type=button],
input[type=submit] {
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all
}

ul {
    margin: 0;
    padding: 0
}

label {
    margin: 0
}

.mobile {
    display: none
}

.variants {
    font-size: 13px;
    color: #000;
    margin: 0;
}

.variants span {
    display: block;
    margin: 4px 0;
}

.fa-chevron-left {
    border-radius: 20px 0 0 20px !important;
    margin-right: 2px;
}

.fa-chevron-right {
    border-radius: 0 20px 20px 0 !important;
    margin-left: 1px;
}

.buynow {
    color: #fff;
    background: #ff9331;
    text-decoration: none;
    position: relative;
    border: none;
    border-radius: 0;
    width: 38%;
    text-transform: uppercase;
    padding: 12px;
    outline: 0;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    float: left;
    margin-top: -43px;
    margin-left: 250px
}

.buynow::before {
    content: "rgrt"
}

.header-most-top p {
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding: 8px;
    letter-spacing: 2px;
    background: #1accfd
}

.header {
    background: #118806
}

.header ul li {
    display: inline-block;
    width: 22%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding: 7px 0;
    letter-spacing: 1px;
    border-right: 1px solid rgba(18, 18, 18, .18)
}

.header ul li:last-child {
    border-right: none
}

.header ul li a {
    color: #fff;
    text-decoration: none
}

.header ul li span {
    margin-right: 7px;
    color: #ff5722;
    font-size: 15px
}

.header-right {
    text-align: right
}

.header-left {
    text-align: left
}

.header-bot_inner_wthreeinfo_header_mid {
    margin: 0 auto;
    width: 90%
}

.list_of_cities {
    width: 100%;
    padding: 12px;
    border: 1px solid rgba(47, 47, 47, .44);
    color: #4d4d4d;
    font-size: 14px;
    letter-spacing: 1px
}

.agileits_search {
    margin-top: 25px;
    float: left;
    width: 80%
}

.agileits_search input[type=search] {
    outline: 0;
    border: 1px solid #191e21;
    background: #fff;
    color: #191e21;
    padding: 10px;
    font-size: 14px;
    float: left;
    width: 90%;
    letter-spacing: 1px;
    position: relative
}

.agileits_search .btn-default {
    border: none;
    width: 60px;
    height: 42px;
    outline: 0;
    box-shadow: none;
    background: #1accfd;
    padding: 0;
    border-radius: inherit;
    -webkit-appearance: none;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all
}

.agileits_search .btn-default:hover {
    background: #ff5722
}

.agileits_search span {
    color: #fff
}

#agileinfo_search {
    padding: 9.5px 2px
}

.agileits-navi_search {
    float: left;
    width: 23%
}

#agileinfo-nav_search {
    outline: 0;
    border: none;
    color: #000;
    font-size: 14px;
    background: #f3f3f3;
    padding: 15px 10px;
    width: 100%;
    letter-spacing: 1px
}

#PPminicartk {
    position: absolute;
    z-index: 99999999999999
}

.logo_agile img {
    width: 60px;
    float: right;
    margin-top: 10px
}

.header-bot {
    padding: 5px 0 20px;
    background: #fff
}

.modal-body.modal-body-sub_agile input[type=email],
.modal-body.modal-body-sub_agile input[type=password],
.modal-body.modal-body-sub_agile input[type=text] {
    font-size: 14px;
    letter-spacing: 1px;
    color: #777;
    border: 0;
    width: 100%;
    background: 0 0;
    -webkit-appearance: none;
    outline: 0
}

.modal-body.modal-body-sub_agile input[type=submit] {
    border: none;
    padding: 10px 40px;
    font-size: 14px;
    outline: 0;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    letter-spacing: 1px;
    background: var(--theme-color);
    color: #fff;
    margin: 20px 0;
    text-align: center
}

.modal-body.modal-body-sub_agile input[type=submit]:hover {
    background: #000
}

h3.agileinfo_sign {
    font-size: 33px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-align: center;
    color: #ff5722
}

h3.agileinfo_sign span {
    font-weight: 300
}

.modal-content {
    position: relative
}

.main-mailposi span {
    position: absolute;
    font-size: 150px;
    color: #e8e8e8;
    opacity: .4;
    right: 7%;
    transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg)
}

.modal-body.modal-body-sub_agile ::-webkit-input-placeholder {
    color: #212121 !important
}

.modal-body.modal-body-sub_agile p a {
    color: #ff5722
}

.modal-body.modal-body-sub_agile p {
    line-height: 2em;
    color: #000;
    font-size: 15px;
    margin-bottom: 20px
}

.modal-body.modal-body-sub_agile {
    padding: 0 2em 2em;
    margin-top: 1em
}

.navbar-default {
    background: 0 0;
    border: none;
    min-height: inherit;
    margin: 0
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: 0 0
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #000;
    background: 0 0
}

.navbar-nav {
    margin-left: 100px
}

.navbar-nav>li {
    margin: 0 5px
}

.navbar-nav>li>a {
    padding: 8px 5px
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav>li>a {
    line-height: inherit
}

a.nav-stylehead {
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #ff5722
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background: #118806
}

.navbar-default .navbar-nav>li>a {
    color: #fff
}

.agile_short_dropdown {
    border-radius: 0;
    background: #fff;
    text-align: center;
    padding: 0;
    border: none
}

.agile_short_dropdown li a {
    color: #545454;
    font-size: 13px;
    padding: .8em 0;
    border-bottom: 1px solid #ececef;
    letter-spacing: 1px
}

.agile_short_dropdown>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #ff5722
}

.multi-gd-img img {
    margin-top: 60px
}

ul.multi-column-dropdown li {
    list-style-type: none;
    line-height: 2.5em
}

ul.multi-column-dropdown li a {
    text-decoration: none;
    font-size: .9em;
    color: #545454;
    letter-spacing: 1px
}

ul.multi-column-dropdown li a:hover {
    color: #ff5722
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background-color: #ff5722
}

.top_nav_right {
    float: left;
    width: 20%;
    margin-top: 10px
}

.box_1 {
    text-align: center;
    margin-top: 4px
}

a.simpleCart_empty {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    display: block
}

button.w3view-cart {
    outline: 0;
    border: none;
    width: 28px;
    height: 23px;
    font-size: 14px;
    color: #fff;
    background: 0 0;
    margin-top: 0
}

.fixed-head {
    position: fixed;
    z-index: 1050;
    width: 100%;
    left: 0;
    top: 0
}

.ban-top {
    background: #ff9331;
    color: #fff
}

.dropdown-menu.columns-3 {
    min-width: 673px;
    padding: 30px
}

.multi-gd-img img {
    width: 100%
}

.carousel-caption {
    position: inherit;
    min-height: 350px;
    padding-top: 8em
}

.carousel-caption h2,
.carousel-caption h3 {
    font-size: 5em;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
    text-shadow: 3px 8px 2px #0c0c0c;
    background: rgba(0, 0, 0, .34);
    padding: 35px 0
}

.carousel-caption h2 span,
.carousel-caption h3 span {
    font-weight: 800;
    color: #ff5722
}

.carousel-caption p {
    letter-spacing: 5px;
    font-size: 24px;
    color: #fff;
    margin: 20px 0
}

.carousel-caption p span {
    font-size: 40px;
    letter-spacing: 0;
    font-weight: 600
}

.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: 4%
}

.button2 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    border-radius: 4px;
    letter-spacing: 2px;
    padding: 11px 27px;
    margin-top: 2em
}

.product_list_header {
    float: right
}

.snipcart-details {
    width: 77%;
    margin: 0 auto
}

.btn-danger.my-cart-btn:focus {
    outline: 0
}

.snipcart-details input.button {
    font-size: 13px;
    /* color:#fff; */
    text-decoration: none;
    position: relative;
    border: none;
    border-radius: 0;
    width: 100%;
    text-transform: uppercase;
    padding: 13px;
    outline: 0;
    letter-spacing: 1px;
    font-weight: 600
}


/* .snipcart-details input.button:hover{
    background:#000
} */

.product_list_header input.button {
    color: #fff;
    font-size: 14px;
    outline: 0;
    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
}

#PPminicartk form {
    width: 590px !important;
    padding: 10px 20px 40px !important;
    max-height: 450px !important
}

#PPminicartk ul {
    width: 548px !important
}

#PPminicartk .minicartk-item a {
    color: #212121 !important;
    font-size: 1em;
    display: block;
    margin-bottom: .5em;
    text-transform: capitalize
}

#PPminicartk .minicartk-item {
    min-height: 60px !important
}

#PPminicartk .minicartk-attributes li {
    color: #999
}

#PPminicartk .minicartk-remove {
    background: #39c !important;
    border: 1px solid #39c !important;
    opacity: 1 !important;
    outline: 0
}

#PPminicartk .minicartk-submit {
    color: #fff !important;
    background: #1accfd !important;
    padding: 0 10px !important;
    font-size: 15px;
    letter-spacing: 1px;
    text-decoration: none;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
    bottom: -25px !important;
    right: 0 !important;
    border: 1px solid #1accfd !important;
    border-radius: 0 !important;
    text-shadow: none !important
}

#PPminicartk .minicartk-subtotal {
    padding-left: 25px !important;
    bottom: -17px !important
}

#PPminicartk {
    left: 44% !important
}

.minicartk-showing #PPminicartk form {
    overflow-x: hidden;
    overflow-y: auto
}

#PPminicartk .minicartk-footer {
    position: relative;
    width: 80%
}

.product-men {
    margin-top: 2em
}

.men-pro-item {
    position: relative
}

.men-thumb-item {
    position: relative;
    overflow: hidden;
}

#PPminicartk .minicartk-submit img {
    vertical-align: middle;
    padding: 4px 0 0 2px;
    display: none
}

.men-cart-pro {
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all .5s ease-out 0;
    visibility: hidden
}

.product-men:nth-child(3) .product-new-top {
    background: #ffc107
}

.product-men:nth-child(4) .product-new-top {
    background: #219ff3
}

.product-new-top {
    background: var(--theme-color);
    color: #fff;
    right: 0;
    position: absolute;
    top: 0;
    width: 45px;
    font-size: 13px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    line-height: 3.3
}

.inner-men-cart-pro {
    height: 100%;
    position: relative;
    width: 100%;
    transition: all .5s ease-out 0
}

.inner-men-cart-pro ul {
    left: 0;
    margin: -60px 0 0;
    padding: 0;
    position: absolute;
    top: 45%;
    width: 100%;
    transition: all .5s ease-out 0
}

.inner-men-cart-pro .link-product-add-cart {
    width: 100%;
    bottom: -40px;
    left: 0;
    position: absolute;
    transition: all .5s ease-out 0
}

.link-product-add-cart {
    background: #ff5722;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    transition: all .5s ease-out 0
}

.inner-men-cart-pro>ul>li {
    display: inline-block
}

.inner-men-cart-pro ul li a {
    color: #fff;
    transition: all .5s ease-out 0;
    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: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: 61%;
    top: 0;
    left: 17%;
    margin: 0 auto;
    position: absolute;
    transition: all .5s ease-out 0
}

.men-thumb-item:hover .inner-men-cart-pro .link-product-add-cart {
    top: 73%
}

.link-product-add-cart:hover {
    background: #000;
    color: #fff
}

.ads-list {
    width: 33.333%;
    float: left
}

.select-box {
    background: rgba(255, 76, 76, .66);
    padding: 30px;
    margin: 40px 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px
}

.ads-list label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 6px
}

.ads-list select {
    width: 70%;
    outline: 0;
    color: #000;
    font-size: 15px;
    border: 1px solid #eee;
    padding: 7px 8px
}

.btn-group.bootstrap-select.show-tick button {
    padding: 8px 10px
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 260px
}

#custom-search-input {
    padding: 3px;
    border: solid 1px #d1e0ee;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: #fff;
    width: 80%;
    color: #000
}

#custom-search-input input {
    border: 0;
    box-shadow: none
}

#custom-search-input button {
    margin: 2px 0 0;
    background: 0 0;
    box-shadow: none;
    border: 0;
    color: #666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc
}

#custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc
}

#custom-search-input .glyphicon-search {
    font-size: 23px
}

.input-lg {
    height: 29px;
    padding: 0 10px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

#custom-search-input .glyphicon-search {
    font-size: 16px
}

.btn-default {
    border-color: #d1e0ee
}

.btn {
    display: inline-block
}

.search-hotel input[type=search] {
    background: #fff;
    border: none;
    width: 81%;
    outline: 0;
    padding: 11px 10px 10px;
    font-size: 13px;
    color: #c4c4c4
}

.search-hotel form input[type=submit] {
    background: url(../images/search.png) no-repeat 13px 11px #1accfd;
    width: 44px;
    height: 39px;
    border: none;
    padding: 0;
    margin-top: 0
}

.search-grid-left {
    padding: 15px;
    background: #f5f4f0
}

h3.agileits-sear-head {
    color: #ff5722;
    margin-bottom: 20px;
    font-size: 21px
}

.search-hotel {
    padding: 15px 0;
    border-bottom: 1px solid #e5e3db
}

ul.dropdown-menu5,
ul.dropdown-menu6 {
    margin: 0;
    position: relative
}

ul.dropdown-menu6 li {
    list-style: none
}

ul.dropdown-menu6 li p {
    width: 100%
}

span.amount {
    color: #fff;
    font-size: 16px
}

input#amount,
input#amount1 {
    font-size: 13px;
    outline: 0;
    background: 0 0;
    word-spacing: 1em;
    color: #000 !important;
    position: absolute;
    left: 0;
    top: -27px;
    margin-top: -10px
}

.range,
.w3-brand-select,
.w3ls-featured-ads {
    padding: 25px 0 30px;
    border-bottom: 1px solid #e5e3db
}

.side-bar {
    background-color: #f9f9f9;
    padding: 25px 15px
}

.left-side ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 6px
}

input.checked {
    display: inline-block;
    margin: 0;
    cursor: pointer
}

.left-side ul li span {
    font-size: 13px;
    color: #000;
    letter-spacing: 1px;
    margin-left: 3px;
    vertical-align: top
}

.left-side {
    margin-top: 18px
}

.customer-rev ul li i {
    color: #ffc107
}

.customer-rev ul li {
    list-style: none
}

.customer-rev ul li a span {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    margin-left: 8px
}

.img-deal1 {
    padding: 0 .5em;
    margin-top: 10px
}

.img-deal1 h3 {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px
}

.img-deal1 a {
    font-size: 18px;
    color: #d60404
}

.special-sec1:nth-child(3),
.special-sec1:nth-child(5) {
    margin: 15px 0
}

h3.heading-tittle {
    text-align: center;
    color: #000;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 1px
}

.men-thumb-item {
    text-align: center
}


/* Product Banner : this is the space b/w the image and product name  */

.item-info-product {
    margin-top: 5px;
    text-align: left
}


/* Product Banner : this is the line height for product name  */

.item-info-product h4 {
    /* line-height: 0.8 !important; */
}

.item-info-product h4 a {
    color: #000;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 10px
}

.info-product-price {
    font-size: 13px;
    margin-top: 5px;
}

.info-product-price span,
.info-product-price del {
    color: #5d5d5d;
}

.item_price {
    font-weight: 600;
}

span.item_pric {
    font-size: 18px;
    color: #d60404
}

.info-product-price del {
    font-weight: 300;
}

.discount-percentage {
    color: red !important;
}

.cart-value {
    position: absolute;
    background-color: red;
    color: white;
    border-radius: 20px;
    height: 17px;
    min-width: 17px;
    padding: 1px;
    font-size: 12px;
    right: 3px;
    text-align: center;
    top: -2px;
}

.product-sec1.product-sec2 {
    background: url(../images/bg1.jpg) no-repeat 0 0;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    position: relative
}

.effect-bg {
    margin-top: 40px
}

.effect-bg h3 {
    color: #fff;
    font-size: 47px;
    letter-spacing: 3px;
    font-weight: 600
}

.effect-bg h6 {
    font-size: 18px;
    letter-spacing: 2px;
    margin: 18px 0;
    color: #fff
}

.effect-bg p {
    color: #000
}

h3.w3l-nut-middle {
    position: absolute;
    right: 30%;
    bottom: 46%;
    font-size: 35px;
    font-weight: 800;
    color: rgba(10, 10, 10, .38);
    transform: rotate(-64deg);
    -ms-transform: rotate(-64deg);
    -webkit-transform: rotate(-64deg)
}

.about,
.ads-grid,
.banner-bootom-w3-agileits,
.contact-w3l,
.faqs-w3l,
.privacy,
.terms-of-use,
.typo,
.w3_wthree_agileits_icons,
.welcome,
footer {
    padding: 5em 0
}

h3.tittle-w3l {
    color: #000;
    font-size: 2em;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 20px
}

span.heading-style {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -4px;
    z-index: 1;
    line-height: 0
}

.heading-style i {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #ff9331;
    margin: 0 -4px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.heading-style i:nth-child(2) {
    width: 12px;
    height: 12px;
    background-color: #ccc
}

.heading-style i:nth-child(3) {
    width: 12px;
    height: 12px;
    background-color: #118806
}

h3.tittle-w3l:after {
    content: "";
    background-color: rgba(0, 0, 0, .33);
    position: absolute;
    bottom: 0;
    right: 41.5%;
    width: 200px;
    height: 1px;
    background-position: 0 0
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    list-style-type: none
}

.nbs-flexisel-inner {
    overflow: hidden;
    width: 90%;
    margin: 0 auto
}

.nbs-flexisel-item {
    float: left;
    position: relative;
    line-height: 0
}

.nbs-flexisel-item>img {
    cursor: pointer;
    position: relative
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    list-style-type: none
}

.nbs-flexisel-inner {
    overflow: hidden;
    width: 90%;
    margin: 0 auto
}

.nbs-flexisel-item {
    float: left;
    position: relative;
    line-height: 0
}

.nbs-flexisel-item>img {
    cursor: pointer;
    position: relative
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 32px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    z-index: 100
}

.nbs-flexisel-nav-left {
    left: 0;
    background: url(../images/left.png) no-repeat 0 0
}

.nbs-flexisel-nav-right {
    right: 0;
    background: url(../images/right.png) no-repeat 0 0
}

.featured-section {
    padding-bottom: 5em
}

.product-name-w3l {
    text-align: center
}

.product-name-w3l h4 a {
    color: #000;
    font-size: 20px
}

.w3l-pricehkj {
    margin: 13px 0 20px
}

.w3l-pricehkj h6 {
    color: #ff5722;
    font-size: 21px
}

.w3l-pricehkj p {
    color: #38393a;
    font-size: 15px;
    border: 1px solid rgba(0, 0, 0, .23);
    padding: 5px 0;
    margin-top: 10px;
    padding-left: 10px
}

.product-name-w3l .snipcart-details {
    width: 100%
}

.product-name-w3l .snipcart-details input.button {
    padding: 20px 0
}

.w3l-specilamk {
    border: 1px solid #cacaca;
    padding: 20px;
    margin: 0 10px
}

.speioffer-agile {
    text-align: center
}

.product-name-w3l {
    margin-top: 20px
}

.footban {
    background: url(../images/bannerfoot.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 140px;
    margin-bottom: 20px
}

.footer-top input[type=email] {
    display: inline-block;
    background: #f5f5f5;
    border: none;
    width: 72%;
    outline: 0;
    padding: 14px;
    font-size: 17px;
    color: #000;
    letter-spacing: 1px
}

.footer-top input[type=submit] {
    outline: 0;
    color: #fff;
    padding: 14px;
    font-size: 17px;
    letter-spacing: 1px;
    width: 18%;
    background: #ff9331;
    border: none;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all
}

.footer-top input[type=submit]:hover {
    background: #1accfd;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all
}

.footer-top {
    background: url(../images/suscribe.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%
}

.agile-leftmk {
    padding: 4em 0 3em 3em;
    position: relative
}

.footer-top h2 {
    font-size: 34px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600
}

.footer-top p {
    font-size: 18px;
    color: #fff;
    margin: 15px 0 40px
}

.newsform-w3l span {
    position: absolute;
    font-size: 150px;
    color: #888686;
    opacity: .3;
    right: 8%;
    top: 7%;
    transform: rotate(-31deg);
    -ms-transform: rotate(-31deg);
    -webkit-transform: rotate(-31deg)
}

p.footer-main {
    color: #383737;
    font-size: 15px;
    margin-bottom: 20px;
    text-align: justify
}

p.footer-main span {
    font-weight: 600
}

.icon-fot {
    text-align: center
}

.icon-fot span {
    font-size: 33px;
    line-height: 2.1;
    color: #ff5722
}

.text-form-footer {
    padding: 0
}

.text-form-footer h3 {
    color: #000;
    font-size: 27px;
    letter-spacing: 2px;
    font-weight: 600;
    line-height: 1.3
}

.w3l-grids-footer {
    border-top: 1px solid rgba(0, 0, 0, .16);
    padding: 33px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .16)
}

.footer-info.w3-agileits-info {
    padding: 10px 0
}

.footer-info h3 {
    font-weight: 600 !important;
    font-size: 20px !important;
    margin-bottom: 20px;
}

.social_icons {
    text-align: center
}

.social a {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    text-align: center
}

.social .fb {
    background: #6788ce
}

.social .tw {
    background: #00acee
}

.social .gp {
    background: #dd4b39
}

.social .pin {
    background: #fe4445
}

.social .db {
    background: #f85993
}

.social .rss {
    background: #ff9845
}

.social .lin {
    background: #3a9bdc
}

.social ul li a i {
    color: #fff;
    line-height: 34px;
    font-size: 1em;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    padding: 0
}

.agileits_app-devices {
    margin-top: 20px
}

.agileits_app-devices h5 {
    color: #ff5722;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .5px
}

.agileits_app-devices a {
    margin-top: 10px;
    display: inline-block
}

.sub-some:nth-child(2),
.sub-some:nth-child(3),
.sub-some:nth-child(4) {
    margin-top: 25px
}

.sub-some h5 {
    font-size: 19px;
    color: #696969;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 14px
}

.sub-some p {
    font-size: 13px;
    letter-spacing: 0
}

.sub-some ul li {
    display: inline-block;
    margin: 1px 5px
}

.sub-some ul li a {
    font-size: 13px;
    color: #999
}

.child-momu ul li {
    margin: 1px
}

.copy-right {
    text-align: center;
    /* background: #ff9331 */
}

.copy-right p {
    /* color: #fff; */
    letter-spacing: 2px;
    font-size: 15px
}

.copy-right p a {
    /* color: #fff */
}

.copy-right p a:hover {
    color: #f44336
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 1%;
    overflow: hidden;
    z-index: 999;
    width: 64px;
    height: 64px;
    border: none;
    text-indent: 100%;
    background: url(../images/move-up.png) no-repeat 0 0
}

#toTopHover {
    width: 64px;
    height: 64px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0
}

.page-head_agile_info_w3l {
    background: url(../images/banner1.png) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 300px;
    margin-top: 160px
}

ul.w3_short li {
    display: inline-block;
    text-transform: uppercase;
    color: #000;
    font-size: .9em;
    font-weight: 600;
    letter-spacing: 1px
}

ul.w3_short li a {
    color: #ff5722;
    text-decoration: none
}

.services-breadcrumb {
    padding: 0;
    background: #eee;
    text-align: center
}

.services-breadcrumb ul li i {
    padding: 0 1em
}

ul.w3_short {
    text-align: left;
    padding: 16px 0
}

.contact-form.wthree {
    width: 80%;
    margin: 0 auto;
    padding: 40px;
    -webkit-box-shadow: 3px 3px 13px rgba(0, 0, 0, .5);
    -moz-box-shadow: 3px 3px 13px rgba(0, 0, 0, .5);
    box-shadow: 3px 3px 13px rgba(0, 0, 0, .5)
}

.contact input[type=email],
.contact input[type=text],
.contact textarea {
    width: 100%;
    color: #000;
    background: 0 0;
    outline: 0;
    font-size: 15px;
    padding: 13px 12px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border: solid 1px #ccc
}

.contact textarea {
    min-height: 12em;
    resize: none
}

.contact input[type=submit] {
    outline: 0;
    color: #fff;
    padding: 10px 42px;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 1em 0 0;
    -webkit-appearance: none;
    background: #ff5722;
    border: 2px solid #ff5722;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all
}

.contact input[type=submit]:hover {
    background: 0 0;
    color: #ff5722
}

.contact::-webkit-input-placeholder {
    color: #999 !important
}

.contact:-moz-placeholder {
    color: #999 !important
}

.contact::-moz-placeholder {
    color: #999 !important
}

.contact:-ms-input-placeholder {
    color: #999 !important
}

.contact-right h4 {
    font-size: 30px;
    color: #ff5722;
    letter-spacing: 1px
}

.contact-text {
    padding: 3em
}

.contact-right.wthree {
    margin-top: 70px
}

.contact-text p {
    margin-top: 20px;
    text-align: left
}

.contact-text p a {
    color: #ff5722;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all
}

.contact-text p a:hover {
    color: #999
}

.contact-text p i.fa {
    margin-right: 10px;
    color: #1accfd
}

.map iframe {
    width: 100%;
    min-height: 400px;
    border: 8px solid #ff5722;
    padding: 10px;
    display: inherit
}

.codes a {
    color: #999
}

.icon-box {
    padding: 8px 15px;
    background: rgba(149, 149, 149, .18);
    margin: 1em 0;
    border: 5px solid #fff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .5s all;
    cursor: pointer
}

.icon-box:hover {
    background: #000;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .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-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: 28px;
    color: #ff5722 !important;
    margin: 30px 0 15px;
    font-weight: 600;
    letter-spacing: 2px
}

h3.agileits-icons-title {
    text-align: center;
    font-size: 33px;
    color: #222;
    font-weight: 600;
    letter-spacing: 2px
}

.icons a {
    color: #999
}

.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, .18);
    margin: 1%
}

.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #282a2b
}

.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word
}

@media (max-width:991px) {
    h3.agileits-icons-title {
        font-size: 28px
    }

    h3.icon-subheading {
        font-size: 22px
    }
}

@media (max-width:768px) {
    .fixed-head {
        margin-top: -2px
    }

    .logo_agile img {
        float: none
    }

    .agileits_search {
        margin-top: 25px;
        float: left;
        width: 120%
    }

    .buynow {
        margin-left: 300px
    }

    h3.agileits-icons-title {
        font-size: 28px
    }

    h3.icon-subheading {
        font-size: 25px
    }

    .row {
        margin-right: 0;
        margin-left: 0
    }

    .icon-box {
        margin: 0
    }
}

@media (max-width:640px) {
    .icon-box {
        float: left;
        width: 50%
    }
}

@media (max-width:480px) {
    .bs-glyphicons li {
        width: 31%
    }
}

@media (max-width:414px) {
    h3.agileits-icons-title {
        font-size: 23px
    }

    h3.icon-subheading {
        font-size: 18px
    }

    .bs-glyphicons li {
        width: 31.33%
    }
}

@media (max-width:384px) {
    .icon-box {
        float: none;
        width: 100%
    }
}

.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: #999;
    font-size: .85em;
    margin-bottom: 1em;
    font-weight: 300
}

.grid_4 {
    background: 0 0
}

.label {
    font-weight: 300 !important;
    border-radius: 4px
}

.grid_5 {
    background: 0 0;
    padding: 2em 0
}

.grid_5 h1,
.grid_5 h2,
.grid_5 h3,
.grid_5 h4,
.grid_5 h5,
h3.bars,
h3.hdg {
    margin-bottom: 1em;
    color: #ff5722;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 2px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: none !important
}

.tab-content>.active {
    display: block;
    visibility: visible
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 0
}

.badge-primary {
    background-color: #03a9f4
}

.badge-success {
    background-color: #22cdf3
}

.badge-warning {
    background-color: #ffc107
}

.badge-danger {
    background-color: #e51c23
}

.grid_3 p {
    line-height: 2em;
    color: #888;
    font-size: .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: #fff
}

.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 !important
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    font-size: .9em;
    /* color: #999; */
    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: .85em
}

h1.t-button,
h2.t-button,
h3.t-button,
h4.t-button,
h5.t-button {
    line-height: 2em;
    margin-top: .5em;
    margin-bottom: .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
}

.typo ol {
    margin-bottom: 44px
}

h2.typoh2 {
    margin: 0 0 10px
}

@media (max-width:768px) {
    .grid_5 {
        padding: 0 0 1em
    }

    .grid_3 {
        margin-bottom: 0
    }
}

@media (max-width:640px) {

    .h1,
    .h2,
    .h3,
    h1,
    h2,
    h3 {
        margin-top: 0;
        margin-bottom: 0
    }

    .grid_5 h1,
    .grid_5 h2,
    .grid_5 h3,
    .grid_5 h4,
    .grid_5 h5,
    h3.bars,
    h3.hdg {
        margin-bottom: .5em
    }

    .progress {
        height: 10px;
        margin-bottom: 10px
    }

    .grid_3 p,
    li.list-group-item1,
    ol.breadcrumb li,
    ul.list-group li {
        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
    }
}

@media (max-width:480px) {

    .grid_5 h1,
    .grid_5 h2,
    .grid_5 h3,
    .grid_5 h4,
    .grid_5 h5,
    h3.bars,
    h3.hdg {
        font-size: 1.2em
    }

    .table h1 {
        font-size: 26px
    }

    .table h2 {
        font-size: 23px
    }

    .table h3 {
        font-size: 20px
    }

    .label {
        font-size: 53%
    }

    .pagination {
        margin: 20px 0 0
    }

    .grid_3.grid_4.w3layouts {
        margin-top: 25px
    }
}

@media (max-width:320px) {
    .grid_4 {
        margin-top: 18px
    }

    h3.title {
        font-size: 1.6em
    }

    .alert,
    .grid_3 p,
    .well,
    a.list-group-item,
    li.list-group-item1,
    ol.breadcrumb li,
    p,
    ul.list-group li {
        font-size: 13px
    }

    .alert {
        padding: 10px;
        margin-bottom: 10px
    }

    ul.pagination li a {
        font-size: 14px;
        padding: 5px 11px
    }

    .list-group {
        margin-bottom: 10px
    }

    .well {
        padding: 10px
    }

    .nav>li>a {
        font-size: 14px
    }

    .bs-docs-example,
    .table-bordered,
    table.table.table-striped {
        display: none
    }
}

h3.title-w3l.w3l-2:before {
    right: 25%
}

h3.w3-head {
    color: #ff5722;
    font-size: 35px;
    margin: 0 0 35px
}

.faq-w3agile h5,
.privacy-w3row h5 {
    font-size: 20px;
    color: #1e1e1e;
    margin: 16px 0 0;
    letter-spacing: 1px
}

ul.faq {
    padding-left: 1.5em
}

.faq-w3agile .faq li {
    margin-top: 2em;
    list-style-type: decimal;
    padding-left: .5em
}

.faq-w3agile .faq>li>a {
    color: #025061;
    font-size: 17px;
    letter-spacing: .5px
}

li.subitem1 p {
    line-height: 25px;
    font-size: 14px;
    letter-spacing: .5px;
    color: #000
}

.faq-w3agile .faq li li.subitem1 {
    display: block;
    margin-top: 1em
}

.wthree-help {
    margin: 65px auto
}

.wthree-help textarea {
    font-size: 16px;
    color: #000;
    width: 90%;
    border: none;
    padding: 16px;
    border-bottom: solid 1px #1accfd;
    height: 150px;
    outline: 0
}

.wthree-help form input[type=submit] {
    font-size: 16px;
    color: #fff;
    background: #ff5722;
    outline: 0;
    border: none;
    cursor: pointer;
    padding: 12px 45px;
    -webkit-appearance: none;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    margin-top: 20px
}

.wthree-help form input[type=submit]:hover {
    background: #1accfd;
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px)
}

.wthree-help h5 {
    font-size: 25px;
    color: #000;
    margin: 30px 0
}

.wthree-help a {
    color: #fff;
    padding: 10px 20px;
    background: #1accfd;
    font-size: 16px;
    margin-bottom: 50px
}

.terms h2 {
    font-size: 30px;
    color: #000;
    letter-spacing: 3px
}

.terms h5 {
    margin-top: 10px;
    font-size: 21px;
    letter-spacing: 1px;
    color: #ff5a5a
}

.terms h6 {
    font-size: 20px;
    color: #000;
    margin: 35px 0 18px;
    letter-spacing: 1px
}

.terms p {
    color: #777;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 15px;
    padding-left: 40px;
    letter-spacing: 0
}

.terms ol li {
    color: #777;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 15px
}

.terms span {
    color: #000;
    font-weight: 600;
    font-size: 1.3em
}

.terms-bottom {
    margin-top: 3em
}

.welcome-img {
    overflow: hidden;
    -webkit-box-shadow: 5px 5px 13px rgba(0, 0, 0, .5);
    -moz-box-shadow: 5px 5px 13px rgba(0, 0, 0, .5);
    box-shadow: 3px 3px 13px rgba(0, 0, 0, .5)
}

img.zoom-img {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
}

img.zoom-img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 750ms;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-duration: 750ms;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-duration: 750ms;
    -o-transition-duration: 750ms;
    overflow: hidden
}

.w3l-welcome-text p {
    margin: 2em auto 0
}

.about {
    background: rgba(26, 204, 253, .23)
}

.wthree_about_grid-left1 {
    text-align: center
}

.wthree_about_grid-left1 span {
    font-size: 1.5em;
    color: #555;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border: 2px dashed;
    padding: .8em
}

.about h4 {
    font-size: 30px;
    margin: 13px 0;
    color: #ff5722
}

.wthree_about_grid {
    margin-top: 3em
}

.wthree_about_grid-left {
    padding: 0
}

.wthree_about_grid-right {
    padding: .3em 0 0 1em
}

.about h5 {
    text-transform: capitalize;
    font-weight: 200;
    color: #f44336;
    font-size: 1.3em;
    letter-spacing: 2px;
    margin-bottom: .3em
}

.about iframe {
    width: 100%;
    min-height: 415px;
    border: none
}

.w3l-rightpro .product-men {
    margin: 0
}

.single-right-left h3 {
    font-size: 25px;
    color: #000;
    margin-bottom: 13px
}

.single-right-left p {
    margin: 10px 0 15px
}

.single-right-left p label {
    color: #000
}

.single-right-left del {
    margin: 0 9px 0 13px;
    font-size: 15px;
    color: #999;
    font-weight: 300
}

.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/star1.png);
    background-size: contain;
    margin-right: 2px
}

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

.starRating:not(:hover)>:checked~label:before,
.starRating:not(old)>label:hover:before,
.starRating:not(old)>label:hover~label:before {
    opacity: 1
}

.single-infoagile ul li {
    display: block;
    font-size: 14px;
    margin-bottom: 12px
}

.product-single-w3l {
    border-top: 1px solid #1accfd
}

.product-single-w3l p i {
    color: #1accfd;
    margin-right: 11px;
    font-size: 24px
}

.product-single-w3l p {
    color: #000;
    margin: 15px 0;
    letter-spacing: .5px
}

.product-single-w3l ul li {
    list-style: inside;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.7
}

.occasion-cart .snipcart-details {
    width: 38%;
    margin: 0
}

.checkout-right h4 {
    color: #ff5722;
    font-size: 15px;
    font-weight: 700
}

table.timetable_sub {
    width: 100%;
    margin: 0 auto
}

.timetable_sub th {
    color: #333;
    font-size: 14px;
    border-bottom: 1px solid #cdcdcd;
    font-weight: 400
}

.timetable_sub td {
    padding: 7px;
    font-size: 14px;
    color: #212121;
    border-bottom: 1px solid #cdcdcd
}

td.invert-image a img {
    width: 30%;
    margin: 0 auto
}

.rem {
    position: relative
}

.close1,
.close2,
.close3 {
    background: url(../images/close_1.png) no-repeat 0 0;
    cursor: pointer;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 15px;
    top: -13px;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.value-minus,
.value-plus {
    height: 40px;
    line-height: 24px;
    width: 40px;
    margin-right: 3px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    color: #fff;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    border: 1px solid var(--theme-color);
    vertical-align: bottom
}

.quantity-select .entry.value-minus:before,
.quantity-select .entry.value-plus:before {
    content: "";
    width: 13px;
    height: 2px;
    background: var(--theme-color);
    left: 50%;
    margin-left: -7px;
    top: 50%;
    margin-top: -.5px;
    position: absolute
}

.quantity-select .entry.value-plus:after {
    content: "";
    height: 13px;
    width: 2px;
    background: var(--theme-color);
    left: 50%;
    margin-left: -1.4px;
    top: 50%;
    margin-top: -6.2px;
    position: absolute
}

.value {
    cursor: default;
    width: 40px;
    height: 40px;
    padding: 8px 0;
    color: #000;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    margin-right: 3px
}

.quantity-select .entry.value-minus:hover,
.quantity-select .entry.value-plus:hover {
    background: #e5e5e5
}

.quantity-select .entry.value-minus {
    margin-left: 0
}

.checkout-left {
    margin-top: 50px
}

.address_form_agile h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
    letter-spacing: 1px
}

.information-wrapper input,
.information-wrapper select {
    width: 100%;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 13px 10px;
    margin-bottom: 20px;
    outline: 0;
    border: none;
    border-bottom: 1px solid #ff5722;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .31);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .31);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .31)
}

button.submit.check_out {
    padding: 12px 25px;
    letter-spacing: 1px;
    background: #1accfd;
    font-size: 16px;
    color: #fff;
    border: none;
    outline: 0;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    margin-top: 20px
}

button.submit.check_out:hover {
    background: #ff5722;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all
}

.checkout-right-basket {
    margin-top: 20px
}

.checkout-right-basket a {
    padding: 12px 25px;
    color: #fff;
    font-size: 16px;
    background: #000;
    text-decoration: none;
    letter-spacing: 1px;
    display: inline-block
}

.checkout-right-basket a:hover {
    background: #ff5722;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all
}

.checkout-right-basket a span {
    margin-left: 7px;
    color: #1accfd;
    font-size: 20px
}

.agileits_w3layouts_tab2 input[type=email],
.agileits_w3layouts_tab2 input[type=password],
.creditly-wrapper .form-control {
    display: block;
    width: 100%;
    padding: 18px 10px;
    font-size: 14px;
    color: #212121;
    background: #fff;
    border: 1px solid #e7e7e7;
    margin-bottom: 20px;
    outline: 0
}

.agileits_w3layouts_tab2 input[type=email]:focus,
.agileits_w3layouts_tab2 input[type=password]:focus,
.creditly-wrapper .form-control:focus {
    border-color: #66afe9;
    outline: 0
}

.agileits_w3layouts_tab2 input[type=submit] {
    display: block;
    position: relative;
    padding: 6px 50px 11px;
    letter-spacing: 3px;
    background: #1accfd;
    font-size: 1.5em;
    color: #fff;
    border: 1px solid #1accfd;
    outline: 0;
    text-transform: uppercase;
    cursor: pointer;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all
}

.agileits_w3layouts_tab2 input[type=submit]:hover {
    background: #fff;
    color: #212121;
    border: 1px solid #e7e7e7
}

.agileinfo_main_grid_left_grid h3 {
    font-size: 1.3em;
    color: #fff
}

.agileinfo_main_grid_left_grid ul {
    margin-top: 1.5em
}

.agileinfo_main_grid_left_grid ul li {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 2em;
    vertical-align: top
}

.agileinfo_main_grid_left_grid ul li span {
    display: block;
    font-size: .5em;
    color: #999
}

.agileinfo_main_grid_left_grid ul li:first-child {
    width: 70%;
    border-right: 1px solid #999
}

.agileinfo_main_grid_left_grid ul li:last-child {
    padding-left: 1em;
    text-align: right
}

.agile_amount {
    padding: 1em 2em;
    background: #f71926
}

.agile_amount h3 {
    font-size: 1.3em;
    color: #fff
}

.agile_amount h4 {
    font-size: 2em;
    color: #fff;
    font-weight: 700
}

.agile_amount p {
    font-size: 1em;
    color: #1adeed;
    line-height: 1.8em
}

.form-group label {
    margin-bottom: 8px
}

img.pp-img {
    width: 65%
}

.tab-grid p {
    color: #8b8b8b;
    font-size: .95em;
    line-height: 1.8em;
    font-weight: 400;
    margin: 10px 0
}

a.btn.btn-primary {
    background-color: #3a5795;
    color: #fff;
    border: none
}

.vertical_post h5 {
    color: #ff5722;
    font-size: 20px;
    margin: 0 0 18px;
    letter-spacing: 1px;
    font-weight: 600
}

label.anim {
    letter-spacing: 1px
}

.swit-radio label {
    font-size: 16px;
    color: #696969;
    padding: 0;
    font-weight: 100;
    margin-bottom: 12px
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 4px 0 0
}

.swit-radio {
    margin-bottom: 25px
}

.radio_one:first-child {
    margin: 0
}

.radio_one {
    padding-left: 22px;
    line-height: 28px;
    color: #404040;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin-left: 15px
}

.section_room_pay select {
    padding: 6px 10px;
    width: 33%;
    border: none;
    background: 0 0;
    border: 1px solid #e6e4e4;
    color: #d2d1d1;
    outline: 0;
    font-size: 16px;
    margin-bottom: 0;
    background: url(../images/arrow.png) no-repeat 96% center #fff;
    background-size: 4% !important;
    -webkit-appearance: none
}

select.form-control.option-w3ls {
    width: 100%;
    padding: 1em;
    font-size: .8em;
    margin: .5em 0;
    outline: 0;
    color: #212121;
    border: none;
    border: 1px solid #ccc;
    letter-spacing: 1px;
    text-align: left
}

.checkout-right-basket span {
    margin-left: 1em
}

.number-paymk input[type=submit],
.vertical_post form input[type=submit] {
    background: #1accfd;
    color: #fff;
    text-align: center;
    padding: 11px 19px;
    border: none;
    font-size: 16px;
    letter-spacing: 1px;
    outline: 0;
    cursor: pointer;
    font-weight: 600;
    margin-top: 30px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all
}

.number-paymk input[type=submit]:hover,
.vertical_post form input[type=submit]:hover {
    background: #ff5722;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all
}

.form-control {
    border-radius: 0
}

@media(max-width:1440px) {

    .carousel-caption h2,
    .carousel-caption h3 {
        font-size: 4.5em;
        padding: 28px 0
    }

    .carousel-indicators {
        left: 49.7%
    }

    .dropdown-menu.columns-3 {
        min-width: 588px
    }

    .multi-gd-img {
        float: left;
        width: 50%
    }

    .multi-gd-img img {
        margin-top: 20px
    }

    .header ul li {
        width: 24%
    }
}

@media(max-width:1366px) {

    .carousel-caption h2,
    .carousel-caption h3 {
        font-size: 4.2em;
        padding: 20px 0
    }

    .carousel-caption p {
        font-size: 20px;
        line-height: 1.5
    }

    .carousel-indicators {
        bottom: 10%;
        bottom: 9%
    }

    .dropdown-menu.columns-3 {
        min-width: 551px
    }

    .navbar-nav>li {
        margin: 0
    }

    .logo_agile img {
        width: 70%
    }

    .carousel-caption {
        min-height: 265px
    }

    .navbar-nav {
        margin-left: 30px
    }
}

@media(max-width:1280px) {
    .carousel-caption {
        min-height: 550px
    }

    .header-bot_inner_wthreeinfo_header_mid {
        width: 96%
    }

    .carousel-caption h2,
    .carousel-caption h3 {
        font-size: 4em
    }

    .carousel-indicators {
        bottom: 3%
    }

    .footer-top h2 {
        font-size: 32px
    }

    .w3l-rightmk img {
        width: 100%
    }

    .page-head_agile_info_w3l {
        min-height: 270px
    }

    .dropdown-menu.columns-3 {
        min-width: 509px
    }
}

@media(max-width:1080px) {
    .header-bot_inner_wthreeinfo_header_mid {
        width: 100%
    }

    .header-most-top p {
        padding: 7px;
        font-size: 15px
    }

    .header ul li span {
        margin-right: 5px
    }

    .agileits_search input[type=search] {
        width: 87%
    }

    .logo_agile h1 a {
        font-size: 34px;
        margin-top: 13px;
        display: inline-block
    }

    .navbar-nav>li>a {
        padding: 15px 7px
    }

    .carousel-caption h2,
    .carousel-caption h3 {
        font-size: 3.7em
    }

    .carousel-caption p {
        font-size: 18px;
        letter-spacing: 4px
    }

    .carousel-caption p span {
        font-size: 34px
    }

    .button2 {
        font-size: 15px
    }

    .carousel-caption {
        min-height: 500px;
        padding-top: 5.5em
    }

    .about,
    .ads-grid,
    .banner-bootom-w3-agileits,
    .contact-w3l,
    .faqs-w3l,
    .privacy,
    .terms-of-use,
    .typo,
    .w3_wthree_agileits_icons,
    .welcome,
    footer {
        padding: 4em 0
    }

    h3.tittle-w3l {
        font-size: 2.8em
    }

    h3.tittle-w3l:after {
        right: 40%
    }

    .search-hotel input[type=search] {
        width: 78%
    }

    .search-hotel form input[type=submit] {
        width: 40px
    }

    .img-deals {
        padding: 0
    }

    .img-deal1 h3 {
        font-size: 14px
    }

    .img-deal1 {
        padding: 0 0 0 .5em
    }

    .inner-men-cart-pro .link-product-add-cart {
        font-size: 14px
    }

    .effect-bg h3 {
        font-size: 40px
    }

    .effect-bg h6 {
        font-size: 16px
    }

    h3.w3l-nut-middle {
        right: 24%;
        bottom: 45%
    }

    .item-info-product h4 a {
        color: #000;
        font-size: 16px
    }

    .w3l-specilamk {
        margin: 0 5px
    }

    .nbs-flexisel-inner {
        width: 100%
    }

    .nbs-flexisel-nav-right {
        right: -45px
    }

    .nbs-flexisel-nav-left {
        left: -45px
    }

    .product-name-w3l h4 a {
        font-size: 18px
    }

    .footer-top h2 {
        font-size: 28px;
        letter-spacing: 0
    }

    .footer-top input[type=email] {
        padding: 12px;
        font-size: 16px
    }

    .footer-top input[type=submit] {
        padding: 13px;
        font-size: 16px
    }

    .footer-top p {
        margin: 15px 0 34px
    }

    .w3l-rightmk img {
        margin-top: 20px
    }

    .newsform-w3l span {
        font-size: 135px
    }

    .footer-info h3 {
        font-size: 21px;
        letter-spacing: 1px
    }

    .agileits_app-devices h5 {
        font-size: 15px;
        letter-spacing: 0
    }

    .agileits_app-devices img {
        width: 100%
    }

    .about-agileits-w3layouts-right p {
        font-size: 15px
    }

    .about h4 {
        font-size: 25px
    }

    .dropdown-menu.columns-3 {
        min-width: 439px;
        padding: 20px 12px
    }

    .faq-w3agile .faq>li>a {
        font-size: 16px
    }

    .contact-agile img {
        width: 100%
    }

    .contact-right h4 {
        font-size: 27px
    }

    .contact-text p {
        margin-top: 12px;
        font-size: 15px
    }

    .contact-text {
        padding: 2em
    }

    .contact-right.wthree {
        margin-top: 50px
    }

    .map iframe {
        min-height: 350px
    }

    .agile-right-help img {
        width: 100%
    }

    h3.w3-head {
        font-size: 28px;
        margin: 0 0 20px
    }

    .wthree-help form input[type=submit] {
        font-size: 15px;
        padding: 11px 39px
    }

    .inner-men-cart-pro .link-product-add-cart {
        width: 74%;
        left: 13%
    }
}

@media(max-width:1050px) {
    .carousel-caption {
        min-height: 450px;
        padding-top: 5em
    }

    .button2 {
        margin-top: 1em
    }

    .nbs-flexisel-nav-right {
        right: -36px
    }

    .nbs-flexisel-nav-left {
        left: -36px
    }

    .footer-top h2 {
        font-size: 27px
    }

    .w3l-rightmk img {
        margin-top: 27px
    }

    .dropdown-menu.columns-3 {
        min-width: 425px;
        padding: 20px 0 20px 9px
    }
}

@media(max-width:1024px) {
    .logo_agile h1 a {
        font-size: 32px;
        margin-top: 16px
    }

    .carousel-caption p {
        line-height: 1
    }

    h3.tittle-w3l {
        font-size: 2.5em
    }

    .bg-right-nut img {
        width: 100%
    }

    .effect-bg h3 {
        font-size: 39px
    }

    .effect-bg {
        margin-top: 30px
    }

    h3.w3l-nut-middle {
        right: 29%;
        bottom: 44%;
        font-size: 29px
    }

    .nbs-flexisel-nav-right {
        right: -30px
    }

    .nbs-flexisel-nav-left {
        left: -30px
    }

    .w3l-rightmk img {
        margin-top: 34px
    }

    .page-head_agile_info_w3l {
        min-height: 250px
    }

    .carousel-indicators {
        left: 49.5%
    }

    .dropdown-menu.columns-3 {
        min-width: 416px;
        padding: 20px 0
    }

    .terms h5 {
        font-size: 19px
    }

    .navbar-default .navbar-nav>li>a {
        color: #000;
        font-size: 11px
    }

    .logo_agile img {
        width: 80%
    }

    .carousel-caption {
        min-height: 200px
    }

    .navbar-nav {
        margin-left: 0
    }
}

@media(max-width:991px) {
    .header-most-top p {
        padding: 6px;
        font-size: 14px
    }

    .logo_agile h1 a {
        font-size: 36px;
        margin-top: 0
    }

    .logo_agile h1 a img {
        width: 24%
    }

    .header {
        margin-top: 8px
    }

    .header-bot_inner_wthreeinfo_header_mid {
        width: 95%
    }

    .agileits_search input[type=search] {
        width: 91%
    }

    #agileinfo-nav_search {
        font-size: 13px
    }

    a.nav-stylehead {
        font-size: 14px
    }

    .navbar-nav>li {
        margin: 0 8px
    }

    .navbar-nav>li>a {
        padding: 15px 0;
        font-size: 13px
    }

    .header-bot {
        padding: 10px 0 15px
    }

    .carousel-caption h2,
    .carousel-caption h3 {
        font-size: 3.5em;
        padding: 15px 0
    }

    .carousel-caption p {
        font-size: 16px;
        letter-spacing: 3px
    }

    .carousel-caption p span {
        font-size: 31px
    }

    .button2 {
        font-size: 14px
    }

    .carousel-caption {
        min-height: 400px;
        padding-top: 4.5em
    }

    .about,
    .ads-grid,
    .banner-bootom-w3-agileits,
    .contact-w3l,
    .faqs-w3l,
    .privacy,
    .terms-of-use,
    .typo,
    .w3_wthree_agileits_icons,
    .welcome,
    footer {
        padding: 3em 0
    }

    .side-bar {
        padding: 20px 50px 30px
    }

    .img-deals {
        padding: 0 1em;
        width: 17%
    }

    .img-deal1 h3 {
        font-size: 15px
    }

    .img-deal1 {
        margin-top: 7px
    }

    .product-men {
        margin-top: 2em;
        float: left;
        width: 33%
    }

    .product-name-w3l h4 a {
        font-size: 15px
    }

    .w3l-specilamk {
        padding: 20px 10px
    }

    .nbs-flexisel-nav-right {
        right: -63px
    }

    .nbs-flexisel-nav-left {
        left: -63px
    }

    .w3l-pricehkj h6 {
        font-size: 19px
    }

    .footer-top h2 {
        font-size: 26px
    }

    p.footer-main {
        font-size: 14px
    }

    .text-form-footer h3 {
        font-size: 21px
    }

    .icon-fot span {
        font-size: 28px;
        line-height: 1.8
    }

    .w3l-grids-footer {
        padding: 25px 0
    }

    .address-right {
        width: 50%;
        float: left
    }

    .w3l-rightmk img {
        margin-top: 42px
    }

    ul.multi-column-dropdown li a {
        font-size: .85em
    }

    .single-right-left {
        float: left;
        width: 60%;
        padding: 0;
        margin-bottom: 50px
    }

    .single-right-left.simpleCart_shelfItem {
        width: 100%;
        margin: 0
    }

    .faq-w3agile .faq>li>a {
        font-size: 15px
    }

    h3.w3-head {
        font-size: 24px
    }

    .contact-form.wthree {
        width: 100%
    }

    .contact-text {
        padding: 1em
    }

    .checkout-right h4 {
        font-size: 24px
    }

    .timetable_sub th {
        font-size: 14px;
        padding: 12px 5px
    }

    label.anim {
        font-size: 14px
    }

    .number-paymk {
        margin-top: 30px
    }

    h3.tittle-w3l:after {
        right: 37%
    }

    .agileits_app-devices h5 {
        font-size: 17px;
        letter-spacing: 1px
    }
}

@media(max-width:900px) {
    .agileits_search input[type=search] {
        width: 85%
    }

    .agile-leftmk {
        padding: 3em 0 3em 1em
    }

    .footer-top h2 {
        font-size: 24px
    }

    .newsform-w3l span {
        font-size: 109px
    }

    .w3l-rightmk img {
        margin-top: 49px
    }

    .page-head_agile_info_w3l {
        min-height: 200px
    }

    .dropdown-menu.columns-3 {
        min-width: 372px;
        padding: 20px
    }

    .multi-gd-img {
        float: none;
        width: 100%
    }

    ul.multi-column-dropdown li {
        line-height: 2.3
    }

    .footer-top input[type=submit] {
        font-size: 15px
    }
}

@media(max-width:800px) {
    .nbs-flexisel-nav-right {
        right: -29px
    }

    .nbs-flexisel-nav-left {
        left: -29px
    }

    .footer-top h2 {
        font-size: 21px
    }

    .footer-top p {
        margin: 12px 0 26px;
        font-size: 16px
    }

    .footer-top input[type=email] {
        font-size: 15px
    }

    .footer-top input[type=submit] {
        width: 23%
    }

    .newsform-w3l span {
        font-size: 92px;
        right: 2%;
        top: 9%
    }

    .dropdown-menu.columns-3 {
        min-width: 315px
    }

    .w3l-rightmk img {
        margin-top: 56px
    }

    .terms p {
        padding-left: 18px
    }
}

@media(max-width:768px) {
    .dropdown-menu.columns-3 {
        min-width: 295px
    }

    .carousel-caption h2,
    .carousel-caption h3 {
        font-size: 3em
    }

    .w3l-specilamk {
        padding: 20px;
        margin: 0 14px
    }

    .nbs-flexisel-inner {
        width: 90%
    }

    .nbs-flexisel-nav-right {
        right: 0
    }

    .nbs-flexisel-nav-left {
        left: 0
    }

    .agile-leftmk {
        padding: 2.5em 0 2em .5em
    }

    .w3l-rightmk img {
        margin-top: 41px
    }

    .sub-some h5 {
        font-size: 18px
    }

    .featured-section {
        padding-bottom: 3em
    }

    .product-new-top {
        width: 28px;
        font-size: 9px;
        height: 28px;
    }

    .faq-w3agile .faq li {
        margin-top: 1.5em
    }

    .dropdown-menu {
        min-width: 127px
    }

    .ban-top {
        margin: 0 0 10px
    }

    .contact-form.wthree {
        width: 93%;
        padding: 40px 30px
    }

    .contact input[type=email],
    .contact input[type=text],
    .contact textarea {
        font-size: 14px;
        padding: 12px;
        margin-bottom: 15px
    }

    .contact textarea {
        min-height: 11em
    }

    img.pp-img {
        width: 40%
    }

    .navbar-default .navbar-nav>li>a {
        color: #000;
        font-size: 7px
    }

    .logo_agile img {
        width: 100%
    }

    .carousel-caption {
        min-height: 150px
    }
}

@media(max-width:767px) {
    .navbar-toggle {
        float: right;
        margin: 8px 0
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
        background: rgba(0, 0, 0, .83);
        position: absolute;
        width: 100%;
        z-index: 999
    }

    .navbar-default .navbar-toggle {
        border-color: #000
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 12px;
        color: #fff
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: 0 0
    }

    .navbar-nav>li {
        margin: 0;
        text-align: center
    }

    .navbar-default .navbar-toggle {
        border-color: #ff5722;
        border-radius: 1px
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
        letter-spacing: 2px;
        padding: 0
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li {
        margin-top: 1em
    }

    .top-nav ul {
        padding-bottom: 10px
    }

    .navbar {
        min-height: 0;
        float: none
    }

    .navbar-nav {
        margin: 5px 0
    }

    .navbar-nav>li>a {
        font-size: 15px
    }

    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:focus,
    .navbar-default .navbar-nav>.open>a:hover {
        color: #fff
    }

    ul.multi-column-dropdown li a {
        font-size: .9em;
        color: #fff
    }

    ul.multi-column-dropdown li {
        line-height: 2.5
    }

    .multi-gd-img img {
        width: 53%
    }

    .agileits-navi_search {
        float: left;
        width: 25%
    }

    .top_nav_left {
        float: right;
        width: 75%
    }

    .agile_short_dropdown li a {
        border-bottom: none
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #ff5722
    }
}

@media(max-width:736px) {
    .product-sec1 {
        padding: 30px 10px
    }

    .agile-leftmk {
        width: 100%;
        float: none
    }

    .w3l-rightmk {
        width: 100%;
        float: none;
        text-align: center
    }

    .w3l-rightmk img {
        margin-top: 0;
        width: 43%
    }

    .text-form-footer h3 {
        font-size: 20px
    }

    .faq-w3agile .faq>li>a {
        font-size: 14px
    }

    li.subitem1 p {
        font-size: 13px
    }

    .agile-left-help {
        float: none;
        width: 100%;
        margin-bottom: 16px
    }

    .agile-right-help {
        float: none;
        width: 100%;
        text-align: center
    }

    .agile-right-help img {
        width: 53%
    }

    .timetable_sub th {
        font-size: 13px
    }

    .about iframe {
        min-height: 382px
    }
}

@media(max-width:667px) {
    .logo_agile h1 a {
        font-size: 33px
    }

    .header-bot_inner_wthreeinfo_header_mid {
        width: 100%
    }

    .header ul li {
        font-size: 12px
    }

    .agileits_search input[type=search] {
        width: 86%
    }

    .carousel-caption h2,
    .carousel-caption h3 {
        font-size: 2.8em
    }

    .carousel-caption p {
        font-size: 13px
    }

    .carousel-caption p span {
        font-size: 25px
    }

    .button2 {
        font-size: 13px;
        padding: 11px 20px
    }

    .carousel-caption {
        min-height: 350px;
        padding-top: 3.5em
    }

    .carousel-indicators {
        bottom: 6%
    }

    h3.tittle-w3l {
        font-size: 2.3em
    }

    .heading-style i {
        width: 9px;
        height: 9px
    }

    .heading-style i:nth-child(2) {
        width: 11px;
        height: 11px
    }

    h3.tittle-w3l:after {
        width: 169px
    }

    .img-deals {
        width: 20%
    }

    .item-info-product h4 a {
        font-size: 15px
    }

    span.item_price {
        font-size: 16px
    }

    .info-product-price del {
        font-size: 12px !important;
    }

    .snipcart-details input.button {
        font-size: 12px;
        padding: 11px 13px
    }

    .inner-men-cart-pro .link-product-add-cart {
        font-size: 13px
    }

    h3.heading-tittle {
        font-size: 32px
    }

    .effect-bg h3 {
        font-size: 35px;
        letter-spacing: 2px
    }

    .effect-bg h6 {
        font-size: 13px;
        margin: 15px 0
    }

    .effect-bg {
        margin-top: 25px
    }

    h3.w3l-nut-middle {
        right: 28%;
        bottom: 44%;
        font-size: 26px
    }

    .w3l-pricehkj h6 {
        font-size: 18px
    }

    .offer-footer {
        padding: 0 .5em
    }

    .text-form-footer h3 {
        letter-spacing: 1px
    }

    .product-men {
        padding: 0 .5em
    }

    .navbar-nav>li>a {
        font-size: 14px;
        padding: 12px 0
    }

    .page-head_agile_info_w3l {
        min-height: 180px
    }

    ul.w3_short li {
        font-size: .8em
    }

    ul.w3_short {
        padding: 12px 0
    }

    #PPminicartk {
        left: 35% !important
    }

    .value-minus,
    .value-plus {
        height: 25px;
        width: 25px
    }

    .value {
        width: 17px;
        height: 17px;
        line-height: 0
    }

    .checkout-right h4 {
        font-size: 22px;
        margin-bottom: 25px
    }

    .address_form_agile h4 {
        font-size: 22px;
        margin-bottom: 25px
    }

    .information-wrapper input,
    .information-wrapper select {
        font-size: 14px;
        padding: 12px 10px
    }

    .footer-info h3 {
        font-size: 20px
    }

    .about iframe {
        min-height: 340px
    }
}

@media(max-width:640px) {
    .header ul li {
        font-size: 11px
    }

    .header-most-top p {
        padding: 5px;
        font-size: 12px
    }

    .agileits_search {
        margin-top: 0
    }

    .top_nav_right {
        margin-top: -20px
    }

    .header {
        margin-top: 2px
    }

    .agileits_search input[type=search] {
        font-size: 13px
    }

    .agileits_search .btn-default {
        height: 40px
    }

    .header-bot {
        padding: 6px 0 10px
    }

    #agileinfo-nav_search {
        font-size: 12px;
        padding: 10px
    }

    .navbar-toggle {
        padding: 7px 8px;
        margin: 5px 0
    }

    .carousel-caption h2,
    .carousel-caption h3 {
        font-size: 2.5em
    }

    .carousel-caption {
        min-height: 330px;
        padding-top: 3em
    }

    .w3l-specilamk {
        margin: 0 8px
    }

    h3.w3l-nut-middle {
        right: 27%;
        bottom: 44%;
        font-size: 25px
    }

    .item-info-product h4 a {
        font-size: 14px;
        letter-spacing: .7px
    }

    p.footer-main {
        font-size: 13px;
        margin-bottom: 30px
    }

    .text-form-footer h3 {
        font-size: 19px
    }

    .icon-fot span {
        font-size: 25px
    }

    .w3l-grids-footer {
        padding: 20px 0
    }

    .address-right {
        width: 100%;
        float: none
    }

    .address-right:nth-child(2) {
        margin-top: 23px
    }

    .sub-some h5 {
        font-size: 17px
    }

    .sub-some ul li {
        margin: 1px 2px
    }

    .child-momu ul li {
        margin: 1px
    }

    .contact-agile,
    .contact-text {
        float: none;
        width: 100%
    }

    .contact-agile {
        text-align: center
    }

    .contact-agile img {
        width: 63%
    }

    .map iframe {
        min-height: 300px
    }

    .timetable_sub td,
    .timetable_sub th {
        width: 50px
    }

    td.invert-image a img {
        width: 62%
    }

    label.anim {
        font-size: 13px
    }

    .terms h6 {
        font-size: 19px;
        margin: 21px 0 6px
    }

    h3.tittle-w3l:after {
        right: 36.5%
    }
}

.imageHoverStyle {
    transition: 1.5s ease !important;
}

.imageHoverStyle:hover {
    transform: scale(1.3) !important;
}

.productNameClass {
    font-size: 15px;
    font-weight: 400;
    color: #333 !important;
    text-decoration: none;
    letter-spacing: 0.3px !important;
    margin-bottom: 0% !important;
    text-align: left !important;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding: 0 !important;
    width: 100%;
}

.productNameClass:hover {
    color: #333 !important;
    text-decoration: underline !important;
}

@media(max-width:600px) {
    .containerWidth {
        padding-left: 3% !important;
        padding-right: 3% !important;
    }

    body,
    .mat-card,
    .mat-checkbox,
    .mat-input-container,
    .mat-list,
    .mat-menu-item,
    .mat-radio-button,
    .mat-select,
    .mat-list .mat-list-item .mat-list-item-content,
    .mat-nav-list .mat-list-item .mat-list-item-content,
    .mat-simple-snackbar,
    .mat-tab-label,
    .mat-slide-toggle-content,
    .mat-toolbar,
    .mat-tooltip,
    .mat-table,
    .mat-expansion-panel-header,
    .mat-tab-group,
    .mat-option,
    .mat-form-field,
    .mat-expansion-panel-content,
    .mat-drawer-container,
    .mat-stepper-horizontal {
        font-size: 15px !important;
    }

    p {
        font-size: 15px !important;
    }

    .variants {
        font-size: 12px;
    }

    .carouselBtn {
        font-size: 13px !important;
    }

    .fa-chevron-left {
        margin-right: 1px;
    }

    .logo_agile a img {
        width: 60%;
        float: none;
        margin-left: 25%
    }

    .img-deals {
        width: 23%
    }

    .w3l-specilamk {
        padding: 16px 10px
    }

    .effect-bg h3 {
        font-size: 33px
    }

    .effect-bg h6 {
        font-size: 12px
    }

    .effect-bg {
        margin-top: 20px
    }

    h3.w3l-nut-middle {
        right: 27%;
        bottom: 44%;
        font-size: 23px
    }

    .product-sec1 {
        padding: 30px 3px
    }

    .offer-footer {
        padding: 0
    }

    .footer-info.w3-agileits-info {
        padding: 30px 0
    }

    .child-momu ul li {
        margin: 4px 1px 0
    }

    .item-info-product h4 a {
        letter-spacing: .3px
    }

    #PPminicartk form {
        max-height: 210px !important;
        width: 506px !important
    }

    #PPminicartk {
        left: 41% !important
    }

    #PPminicartk ul {
        width: 464px !important
    }

    #PPminicartk .minicartk-subtotal {
        padding-left: 0 !important;
        bottom: -18px !important;
        font-size: 15px
    }

    #PPminicartk .minicartk-submit {
        min-width: 133px !important;
        font-size: 14px;
        padding: 0 !important;
        margin-right: 0 !important
    }

    .number-paymk input[type=submit],
    .vertical_post form input[type=submit] {
        padding: 10px 19px;
        font-size: 14px
    }

    .creditly-card-form .submit span {
        padding: 11px 18px;
        font-size: 14px
    }

    .vertical_post h5 {
        font-size: 18px;
        letter-spacing: 0
    }

    .swit-radio label {
        font-size: 15px;
        margin-bottom: 6px
    }

    h3.tittle-w3l:after {
        right: 35%
    }

    .about iframe {
        min-height: 298px
    }
}

@media(max-width:568px) {
    .mobile {
        display: block
    }

    .desktop {
        display: none
    }

    .buynow {
        position: fixed;
        bottom: 0;
        z-index: 999999999999;
        right: 0;
        float: none;
        width: 50%;
        background: #ff9331
    }

    input.addnow {
        position: fixed !important;
        bottom: 0;
        z-index: 999999999999;
        float: none;
        width: 50% !important;
        left: 0;
        height: 44px;
        background: #118806 !important
    }

    .footban {
        background-size: contain
    }

    .footer-top {
        margin-top: -100px
    }

    .logo_agile {
        width: 100%;
        float: none
    }

    .header ul li {
        width: 24%;
        padding: 0
    }

    .header ul li:nth-child(4) {
        margin-top: 10px
    }

    .agileits_search input[type=search] {
        width: 85%
    }

    .carousel .item {
        background-size: contain;
        width: 100%
    }

    .carousel-caption p {
        margin: 15px 0
    }

    .carousel-caption {
        min-height: 50px
    }

    .product-men {
        padding: 0 1em;
        margin-top: 1.5em;
        float: none;
        width: 100%
    }

    h3.w3l-nut-middle {
        right: 25%
    }

    .effect-bg h3 {
        font-size: 31px
    }

    .effect-bg {
        margin-top: 16px
    }

    .item-info-product h4 a {
        letter-spacing: 1px;
        font-size: 16px
    }

    span.item_price {
        font-size: 13px
    }

    .info-product-price del {
        font-size: 12px !important;
    }

    .product-name-w3l h4 a {
        font-size: 14px
    }

    .w3l-pricehkj h6 {
        font-size: 17px
    }

    .w3l-pricehkj p {
        font-size: 14px
    }

    .w3l-pricehkj {
        margin: 10px 0 16px
    }

    .w3l-rightmk img {
        width: 50%
    }

    .text-form-footer h3 {
        font-size: 18px
    }

    .copy-right p {
        letter-spacing: 1px
    }

    .page-head_agile_info_w3l {
        min-height: 150px
    }

    .about-agileits-w3layouts-right p {
        font-size: 14px
    }

    #agileinfo-nav_search {
        font-size: 11px
    }

    .navbar-nav>li>a {
        font-size: 13px;
        padding: 10px 0
    }

    .inner-men-cart-pro .link-product-add-cart {
        width: 33%;
        left: 34%
    }

    .snipcart-details {
        width: 50%
    }

    .w3l-rightpro .product-men {
        margin-top: 1.5em
    }

    .single-right-left {
        width: 50%;
        margin-bottom: 20px
    }

    .single-right-left.simpleCart_shelfItem {
        width: 100%;
        margin: 0
    }

    .single-right-left h3 {
        font-size: 22px
    }

    .contact textarea {
        min-height: 10em
    }

    .terms h6 {
        font-size: 18px;
        letter-spacing: 0
    }

    .terms h5 {
        font-size: 18px;
        letter-spacing: 0
    }

    .agile-right-help img {
        width: 63%
    }

    .contact-agile img {
        width: 70%
    }

    h3.agileinfo_sign {
        font-size: 30px
    }

    .modal-body.modal-body-sub_agile p {
        font-size: 14px;
        margin-bottom: 12px
    }

    .modal-body.modal-body-sub_agile input[type=email],
    .modal-body.modal-body-sub_agile input[type=password],
    .modal-body.modal-body-sub_agile input[type=text] {
        font-size: 13px
    }

    .modal-body.modal-body-sub_agile input[type=submit] {
        padding: 10px 35px;
        font-size: 13px;
        margin: 10px 0
    }

    .main-mailposi span {
        font-size: 107px
    }

    .carousel-indicators {
        display: none
    }

    button.w3view-cart {
        outline: 0;
        border: none;
        width: 28px;
        height: 23px;
        font-size: 14px;
        color: #fff;
        background: 0 0;
        margin-left: -120px;
        float: left;
        margin-top: 5px
    }
}

@media(max-width:480px) {
    .agileits_search input[type=search] {
        width: 80%
    }

    h3.tittle-w3l {
        font-size: 2em
    }

    .about,
    .ads-grid,
    .banner-bootom-w3-agileits,
    .contact-w3l,
    .faqs-w3l,
    .privacy,
    .terms-of-use,
    .typo,
    .w3_wthree_agileits_icons,
    .welcome,
    footer {
        padding: 2.5em 0
    }

    .img-deals {
        width: 30%
    }

    .heading-style i {
        margin: 0 -3px
    }

    h3.tittle-w3l:after {
        right: 31%
    }

    .button2 {
        font-size: 12px;
        padding: 10px 15px
    }

    .effect-bg {
        margin-top: 0;
        float: none;
        width: 100%
    }

    .bg-right-nut {
        float: none;
        width: 100%;
        text-align: right;
        margin-top: 20px
    }

    .bg-right-nut img {
        width: 50%
    }

    h3.w3l-nut-middle {
        right: 12%;
        bottom: 51%;
        font-size: 32px;
        letter-spacing: 2px;
        transform: rotate(-28deg);
        -ms-transform: rotate(-28deg);
        -webkit-transform: rotate(-28deg)
    }

    .w3l-specilamk {
        padding: 20px;
        margin: 0 32px
    }

    .footer-top h2 {
        font-size: 19px
    }

    .footer-top input[type=submit] {
        font-size: 14px
    }

    .w3l-rightmk img {
        width: 60%
    }

    .offer-footer {
        padding: 0;
        float: none;
        width: 100%
    }

    .icon-fot span {
        font-size: 19px;
        line-height: 1
    }

    .icon-fot {
        width: 14%
    }

    .offer-footer:nth-child(2) {
        margin: 17px 0
    }

    .about iframe {
        min-height: 234px
    }

    .product-name-w3l h4 a {
        font-size: 16px;
        letter-spacing: 1px
    }

    .w3l-pricehkj h6 {
        font-size: 18px
    }

    .nbs-flexisel-nav-left,
    .nbs-flexisel-nav-right {
        top: 153px !important
    }

    .contact textarea {
        min-height: 9em
    }

    #PPminicartk form {
        width: 400px !important;
        max-height: 350px !important
    }

    #PPminicartk ul {
        width: 358px !important
    }

    .imagezoom-cursor,
    .imagezoom-view {
        display: none
    }

    #PPminicartk {
        left: 51% !important
    }

    #PPminicartk .minicartk-details-price {
        font-size: 14px !important
    }

    #PPminicartk .minicartk-item a {
        font-size: .9em
    }

    #PPminicartk .minicartk-submit {
        right: -62px !important
    }

    img.pp-img {
        width: 50%
    }

    .terms h6 {
        font-size: 16px;
        margin: 15px 0 3px
    }

    .terms p {
        padding-left: 0;
        font-size: 14px;
        margin-top: 10px
    }

    .terms h5 {
        font-size: 15px
    }

    .agile-right-help img {
        width: 80%
    }

    h3.tittle-w3l:after {
        right: 34%;
        width: 140px
    }

    h3.tittle-w3l {
        margin-bottom: 30px;
        padding-bottom: 16px
    }

    h3.heading-tittle {
        font-size: 28px;
        letter-spacing: 0
    }

    .agileits-navi_search {
        width: 31%
    }

    .top_nav_left {
        width: 69%
    }

    .single-right-left h3 {
        font-size: 20px
    }

    .quantity {
        width: 77px
    }

    .timetable_sub td,
    .timetable_sub th {
        width: 165px
    }

    .timetable_sub td {
        padding: 7px 4px;
        font-size: 12px
    }

    .single-right-left {
        width: 100%
    }
}

@media(max-width:440px) {
    .agileits_search .btn-default {
        width: 48px
    }

    .img-deals {
        width: 33%
    }

    .inner-men-cart-pro .link-product-add-cart {
        width: 45%;
        left: 28%
    }

    .snipcart-details {
        width: 63%
    }

    .footer-top h2 {
        font-size: 21px;
        line-height: 1.6
    }

    .sub-some h5 {
        letter-spacing: 0;
        margin-bottom: 8px
    }

    .sub-some p {
        font-size: 12px
    }

    .sub-some ul li a {
        font-size: 12px
    }

    .sub-some ul li {
        margin: 0 1px
    }

    .terms h6 {
        font-size: 18px;
        line-height: 1.8
    }

    .terms h5 {
        font-size: 16px;
        line-height: 1.8
    }

    .wthree-help textarea {
        height: 120px
    }

    .child-momu ul li {
        margin: 7px 1px 0
    }

    .dropdown-menu.columns-3 {
        min-width: 268px
    }

    .footer-top input[type=submit] {
        width: 26%
    }

    #agileinfo-nav_search {
        padding: 10px 3px
    }

    .modal-body.modal-body-sub_agile p a {
        display: block
    }

    .checkout-right h4 {
        font-size: 20px
    }

    .timetable_sub th {
        font-size: 12px
    }
}

@media(max-width:414px) {

    .carousel-caption h2,
    .carousel-caption h3 {
        font-size: 2em
    }

    .carousel-caption p {
        font-size: 12px
    }

    .carousel-caption p span {
        font-size: 21px
    }

    .carousel-caption p {
        margin: 13px 0
    }

    .carousel-indicators {
        bottom: 2%
    }

    .about,
    .ads-grid,
    .banner-bootom-w3-agileits,
    .contact-w3l,
    .faqs-w3l,
    .privacy,
    .terms-of-use,
    .typo,
    .w3_wthree_agileits_icons,
    .welcome,
    footer {
        padding: 2em 0
    }

    h3.tittle-w3l:after {
        right: 35%;
        width: 120px
    }

    .side-bar {
        padding: 10px 30px 30px
    }

    h3.w3l-nut-middle {
        right: 14%;
        bottom: 44%;
        font-size: 25px;
        letter-spacing: 2px;
        transform: rotate(-28deg);
        -ms-transform: rotate(-28deg);
        -webkit-transform: rotate(-32deg)
    }

    .page-head_agile_info_w3l {
        min-height: 120px
    }

    .w3l-specilamk {
        margin: 0 20px
    }

    .dropdown-menu.columns-3 {
        min-width: 251px
    }

    .welcome-grids {
        width: 100%
    }

    .welcome-grids:nth-child(2) {
        margin-top: 20px
    }

    #agileinfo-nav_search {
        font-size: 10px
    }

    .about iframe {
        min-height: 206px
    }

    .dropdown-menu.columns-3 {
        padding: 10px 20px
    }

    h3.w3-head {
        font-size: 22px
    }

    .faq-w3agile .faq>li>a {
        font-size: 13px
    }

    .contact-form.wthree {
        width: 100%;
        padding: 30px 20px
    }

    .contact input[type=email],
    .contact input[type=text],
    .contact textarea {
        font-size: 13px;
        padding: 11px 12px;
        margin-bottom: 13px
    }

    .contact input[type=submit] {
        padding: 9px 34px;
        font-size: 14px;
        margin: .5em 0 0
    }

    .contact-text {
        padding: 0 1em
    }

    .contact-right h4 {
        font-size: 23px
    }

    .contact-text p {
        margin-top: 11px;
        font-size: 14px
    }

    .contact-agile img {
        width: 100%;
        margin-top: 16px
    }

    .map iframe {
        min-height: 250px
    }

    #PPminicartk form {
        width: 380px !important
    }

    #PPminicartk ul {
        width: 336px !important
    }

    #PPminicartk {
        left: 53% !important
    }

    #PPminicartk .minicartk-quantity {
        width: 18px !important;
        font-size: 11px !important
    }

    #PPminicartk .minicartk-details-quantity {
        width: 10% !important
    }

    #PPminicartk .minicartk-details-remove {
        width: 9% !important
    }

    .checkout-right h4 {
        font-size: 19px;
        margin-bottom: 18px
    }

    label.anim {
        line-height: 1.8
    }

    .modal-body.modal-body-sub_agile p {
        font-size: 13px
    }

    h3.agileinfo_sign {
        margin-bottom: 12px
    }

    .faq-w3agile h5,
    .privacy-w3row h5 {
        font-size: 18px
    }

    .agile-right-help img {
        width: 100%
    }
}

@media(max-width:384px) {
    .header-most-top p {
        padding: 6px;
        font-size: 11px;
        letter-spacing: 1px
    }

    .header ul li {
        font-size: 10px
    }

    .header ul li span {
        font-size: 14px
    }

    .agileits_search input[type=search] {
        font-size: 12px
    }

    .agileits_search .btn-default {
        width: 43px;
        height: 39px
    }

    .agileits-navi_search {
        width: 35%
    }

    .top_nav_left {
        width: 65%
    }

    .heading-style i {
        width: 8px;
        height: 8px
    }

    .heading-style i:nth-child(2) {
        width: 10px;
        height: 10px
    }

    h3.tittle-w3l:after {
        right: 35%;
        width: 100px
    }

    .effect-bg h3 {
        font-size: 28px;
        letter-spacing: 1px
    }

    .effect-bg h6 {
        font-size: 11px;
        margin: 13px 0
    }

    h3.w3l-nut-middle {
        bottom: 45%;
        font-size: 22px
    }

    .bg-right-nut {
        margin-top: 40px
    }

    .w3l-specilamk {
        margin: 0 7px
    }

    .nbs-flexisel-nav-right {
        right: -10px
    }

    .nbs-flexisel-nav-left {
        left: -10px
    }

    ul.multi-column-dropdown li a {
        font-size: .8em
    }

    .dropdown-menu.columns-3 {
        padding: 10px;
        min-width: 217px
    }

    .multi-gd-img img {
        width: 100%;
        margin-top: 15px
    }

    .single-right-left h3 {
        font-size: 19px
    }

    h3.w3-head {
        font-size: 20px
    }

    .faq-w3agile .faq li {
        margin-top: 1em
    }

    #PPminicartk form {
        width: 313px !important;
        padding: 10px 10px 40px !important
    }

    #PPminicartk ul {
        width: 278px !important
    }

    #PPminicartk {
        left: 63% !important
    }

    #PPminicartk .minicartk-subtotal {
        font-size: 14px
    }

    #PPminicartk .minicartk-submit {
        right: 18px !important;
        bottom: -87px !important;
        margin-bottom: 20px !important
    }

    .checkout-right h4 {
        font-size: 18px
    }

    .wthree-help {
        margin: 30px auto
    }
}

@media(max-width:375px) {
    .dropdown-menu.columns-3 {
        min-width: 212px
    }

    .w3l-specilamk {
        padding: 15px
    }

    .w3l-rightmk img {
        width: 100%
    }

    .footer-top input[type=email] {
        font-size: 14px;
        padding: 11px
    }

    .footer-top input[type=submit] {
        font-size: 13px;
        padding: 12px 10px
    }

    .product-single-w3l ul li {
        font-size: 13px
    }

    .single-infoagile ul li {
        font-size: 13px
    }

    span.item_price {
        font-size: 12px
    }

    .single-right-left del {
        margin: 0 7px 0 9px;
        font-size: 14px
    }

    .checkout-right h4 {
        font-size: 17px
    }
}

@media(max-width:320px) {
    .header ul li {
        width: 23%
    }

    .top_nav_right {
        margin-top: -1px
    }

    .header-most-top p {
        padding: 5px;
        font-size: 10px
    }

    .logo_agile h1 a {
        font-size: 28px
    }

    .header ul li {
        font-size: 9.5px;
        letter-spacing: .5px;
        padding: 2px 0
    }

    .agileits_search input[type=search] {
        font-size: 11px;
        letter-spacing: 0;
        width: 80%
    }

    .agileits_search .btn-default {
        width: 39px;
        height: 37px
    }

    .agileits_search {
        margin-top: 10px
    }

    button.w3view-cart {
        width: 41px;
        height: 36px;
        font-size: 21px
    }

    .box_1 {
        margin-top: 10px
    }

    .header-bot {
        padding: 3px 0 9px
    }

    .header {
        padding: 0 .5em
    }

    .header ul li span {
        font-size: 12px;
        margin-right: 3px
    }

    .agileits-navi_search {
        width: 40%
    }

    .top_nav_left {
        width: 60%
    }

    .navbar-toggle .icon-bar {
        height: 1px
    }

    .navbar-toggle {
        padding: 7px 6px
    }

    .navbar-nav>li>a {
        font-size: 12px;
        padding: 7px 0
    }

    ul.multi-column-dropdown li a {
        font-size: .7em
    }

    ul.multi-column-dropdown li {
        line-height: 2
    }

    .dropdown-menu.columns-3 {
        min-width: 163px;
        padding: 1px
    }

    .carousel-caption h2,
    .carousel-caption h3 {
        font-size: 1.6em;
        padding: 10px 0
    }

    .carousel-caption p {
        font-size: 10px;
        letter-spacing: 2px;
        margin: 9px 0
    }

    .button2 {
        padding: 7px 15px;
        letter-spacing: 1px
    }

    .carousel-caption p span {
        font-size: 17px
    }

    .carousel-caption {
        min-height: 220px
    }

    .carousel-indicators li {
        width: 8px;
        height: 8px
    }

    .carousel-indicators .active {
        width: 10px;
        height: 10px
    }

    .about,
    .ads-grid,
    .banner-bootom-w3-agileits,
    .contact-w3l,
    .faqs-w3l,
    .privacy,
    .terms-of-use,
    .typo,
    .w3_wthree_agileits_icons,
    .welcome,
    footer {
        padding: 1.5em 0
    }

    h3.tittle-w3l {
        margin-bottom: 24px;
        padding-bottom: 13px;
        font-size: 1.55em
    }

    .heading-style i {
        width: 7px;
        height: 7px
    }

    .heading-style i:nth-child(2) {
        width: 9px;
        height: 9px
    }

    .heading-style i {
        margin: 0 -2px
    }

    h3.tittle-w3l:after {
        right: 33%;
        width: 100px;
        bottom: -1px
    }

    .side-bar {
        padding: 10px 20px 20px
    }

    h3.agileits-sear-head {
        margin-bottom: 16px;
        font-size: 18px
    }

    .left-side ul li span {
        font-size: 12px
    }

    .img-deals {
        padding: 0
    }

    .img-deal1 a {
        font-size: 17px
    }

    .img-deal1 h3 {
        font-size: 14.5px
    }

    .product-sec1 {
        padding: 15px 3px
    }

    h3.heading-tittle {
        font-size: 23px
    }

    .inner-men-cart-pro .link-product-add-cart {
        width: 60%;
        left: 19%
    }

    .snipcart-details {
        width: 84%
    }

    .item-info-product {
        margin-top: 10px
    }

    .effect-bg h3 {
        font-size: 25px;
        letter-spacing: 0
    }

    .effect-bg h6 {
        font-size: 10px;
        margin: 10px 0;
        letter-spacing: 1px
    }

    h3.w3l-nut-middle {
        bottom: 44%;
        right: 7%
    }

    .product-name-w3l h4 a {
        font-size: 14px;
        letter-spacing: .5px
    }

    .w3l-specilamk {
        padding: 15px 10px
    }

    .w3l-pricehkj p {
        font-size: 13px
    }

    .product-name-w3l {
        margin-top: 4px
    }

    .nbs-flexisel-nav-right {
        right: -13px
    }

    .nbs-flexisel-nav-left {
        left: -13px
    }

    .nbs-flexisel-nav-left,
    .nbs-flexisel-nav-right {
        top: 149px !important
    }

    .footer-top h2 {
        font-size: 18px
    }

    .agile-leftmk {
        padding: 1.5em 0 .5em .5em
    }

    .footer-top p {
        margin: 10px 0 16px;
        font-size: 13px
    }

    .newsform-w3l span {
        font-size: 80px;
        top: 18%
    }

    .footer-top input[type=email] {
        width: 68%;
        font-size: 12px
    }

    .footer-top input[type=submit] {
        font-size: 12px;
        padding: 11px 10px;
        width: 30%
    }

    p.footer-main {
        font-size: 11px;
        margin-bottom: 15px
    }

    .text-form-footer h3 {
        font-size: 16px
    }

    .footer-info.w3-agileits-info {
        padding: 15px 0
    }

    .footer-info h3 {
        font-size: 17px
    }

    .agileits_app-devices h5 {
        font-size: 15px
    }

    .sub-some h5 {
        font-size: 14px
    }

    .sub-some p {
        font-size: 11px
    }

    .sub-some:nth-child(2),
    .sub-some:nth-child(3),
    .sub-some:nth-child(4) {
        margin-top: 15px
    }

    .copy-right p {
        font-size: 12px
    }

    .copy-right {
        padding: 11px 0
    }

    .page-head_agile_info_w3l {
        min-height: 80px
    }

    ul.w3_short li {
        font-size: .7em
    }

    ul.w3_short {
        padding: 5px 0
    }

    p {
        font-size: 12px
    }

    .about iframe {
        min-height: 133px
    }

    .img-video-about img {
        width: 100%
    }

    .about-agileits-w3layouts-right p {
        font-size: 12px
    }

    .about h4 {
        font-size: 21px;
        margin: 9px 0
    }

    .multi-gd-img {
        padding: 0 .8em
    }

    .single-right-left h3 {
        font-size: 16px
    }

    .occasion-cart .snipcart-details {
        width: 56%
    }

    h3.w3-head {
        font-size: 16px
    }

    .contact textarea {
        min-height: 8em
    }

    .contact-text p {
        font-size: 12px
    }

    .contact-text {
        padding: 0
    }

    .map iframe {
        min-height: 200px
    }

    .modal-body.modal-body-sub_agile {
        padding: 0 1em 1em
    }

    h3.agileinfo_sign {
        font-size: 24px
    }

    .modal-header {
        padding: 6px 15px
    }

    .modal-body.modal-body-sub_agile p {
        font-size: 12px
    }

    .modal-body.modal-body-sub_agile input[type=email],
    .modal-body.modal-body-sub_agile input[type=password],
    .modal-body.modal-body-sub_agile input[type=text] {
        font-size: 12px;
        margin-bottom: 12px
    }

    .modal-body.modal-body-sub_agile input[type=submit] {
        padding: 10px 28px;
        font-size: 12px
    }

    .main-mailposi span {
        font-size: 80px
    }

    .list_of_cities {
        font-size: 13px
    }

    .terms h6 {
        font-size: 16px
    }

    .terms p {
        font-size: 13px;
        line-height: 23px
    }

    .wthree-help textarea {
        height: 100px;
        padding: 0 16px
    }

    .wthree-help form input[type=submit] {
        font-size: 14px;
        padding: 9px 31px
    }

    .wthree-help h5 {
        font-size: 20px;
        margin: 20px 0
    }

    .agile-right-help img {
        margin-top: 20px
    }

    .faq-w3agile h5,
    .privacy-w3row h5 {
        font-size: 16px;
        letter-spacing: 0
    }

    li.subitem1 p {
        font-size: 12px;
        line-height: 22px
    }

    #PPminicartk form {
        width: 291px !important
    }

    #PPminicartk ul {
        width: 254px !important
    }

    #PPminicartk {
        left: 68% !important
    }

    .checkout-right h4 {
        font-size: 18px;
        line-height: 1.4
    }

    .information-wrapper input,
    .information-wrapper select {
        font-size: 13px;
        padding: 11px 10px
    }

    button.submit.check_out {
        padding: 11px 12px;
        font-size: 14px
    }

    .checkout-right-basket a {
        padding: 11px 15px;
        font-size: 14px
    }

    label.anim {
        font-size: 12px
    }

    img.pp-img {
        width: 80%
    }

    .tab-grid p {
        font-size: .8em
    }

    .form-group label {
        font-size: 14px
    }

    .number-paymk input[type=submit],
    .vertical_post form input[type=submit] {
        margin-top: 20px
    }

    button.w3view-cart {
        margin-top: -5px
    }
}

.navbar-nav .menu__list li:hover .dropdown-menu li {
    display: block
}

.color {
    color: black;
}

.background {
    background: var(--theme-color) !important;
    color: var(--theme-font-color) !important;
    border-radius: 50% !important;
}

.color a:active {
    color: var(--theme-color)
}

.color a:visited {
    color: var(--theme-color)
}

.outbutton {
    /* background: #5fa1e4 */
}

.linkCls {
    cursor: pointer;
}

.highlightDeliveryAddressLabel {
    background: var(--theme-color) !important;
    color: var(--theme-paragraph-color);
}

.selectedDiv {
    background: #fff;
    border: 1px solid;
    border-color: var(--theme-color) !important;
    box-shadow: 0 0 10px 5px rgba(164, 175, 182, .21), 0 0 4px 0 rgba(164, 175, 182, .43);
    border-radius: 5px;
}

.locationplace>div:hover {
    border: 1px solid;
    border-color: var(--theme-color) !important;
}

.selectedFilter {
    /* background: var(--theme-color); */
    /* background: #76a72e; */
    /* color: var(--theme-font-color); */
}

.buttob1 {
    border-color: var(--theme-color);
    color: var(--theme-color);
    background: var(--theme-font-color);
}

.pincodebutton {
    background: var(--theme-color);
    color: var(--theme-font-color);
    border-color: var(--theme-color);
}

.snackbarStyle {
    color: #000 !important;
    background: rgb(221 221 221) !important;
}


/* .mat-snackbar-alert-class {
    margin-top: 64px !important;
    background-color: rgb(221 221 221) !important;
    color: black !important;
    font-weight: 500;
}

.mat-snackbar-alert-class button {
    color: black !important;
} */