﻿/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
@font-face {
    font-family: "Proxima Nova";
    src: url('../web-font/Proxima Nova/Web Fonts/bf9f5d50c1b928ff21436517a1a95ad9.eot')format('embedded-opentype'),url('../web-font/Proxima Nova/Web Fonts/bf9f5d50c1b928ff21436517a1a95ad9.woff')format('woff'),url('../web-font/Proxima Nova/Web Fonts/bf9f5d50c1b928ff21436517a1a95ad9.woff2')format('woff2'),url('../web-font/Proxima Nova/Web Fonts/bf9f5d50c1b928ff21436517a1a95ad9.ttf')format('truetype');
}
/*@font-face {
    font-family: "Proxima Nova Light";
    src: url('../web-font/Proxima Nova/Web Fonts/ac51ad8a36d5bab6da11d454bcd06561.eot')format('embedded-opentype'),url('../web-font/Proxima Nova/Web Fonts/ac51ad8a36d5bab6da11d454bcd06561.woff')format('woff'),url('../web-font/Proxima Nova/Web Fonts/ac51ad8a36d5bab6da11d454bcd06561.woff2')format('woff2'),url('../web-font/Proxima Nova/Web Fonts/ac51ad8a36d5bab6da11d454bcd06561.ttf')format('truetype');
}*/
body {
    margin: 0;
    font-family: 'Proxima Nova', sans-serif;
    background: #fff; 
}
body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
    }
@font-face {
    font-family: 'Revue Regular';
    src: url('../../fonts/Revue Regular.ttf') format('truetype');
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Proxima Nova', sans-serif;
}
p {
    margin: 0;
}
ul, label {
    margin: 0;
    padding: 0;
}
.disabledThing {
    pointer-events: none;
}

.disabledThingWithOpacity {
    pointer-events: none;
    opacity: 0.5;
}
body a:hover {
    text-decoration: none;
}
/*--header--*/
.navbar.navbar-default {
   background:#fff;
    margin: 0;
    border: none;
    min-height: 40px;
}
.top-header {
    background: #dddddd !important;
}
.navbar-right {
    margin-right: 0;
}
.navbar .social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex
}
.top-header p, .top-header h2 {
    font-size: 1.4em;
    color: #fdd005;
    line-height: 1.8em;
    margin-top: .4em;
    letter-spacing: 1px;
    font-weight: 800;
    font-family: 'Proxima Nova', sans-serif;
    
}
.top-header p a, .top-header h2 a {
    color: #ffc105;
    padding: 0 7px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.top-header p a:hover, .top-header h2 a:hover {
    color: #ffc107;
}
/*--social-icons--*/
/*.social-icons {
    margin-top: 0.5em;
}*/
.social-icons ul li {
    display: inline-block;
    margin-left: 1em;
}
.social-icons ul li a {
    background: url(../images/social-icons.png)no-repeat -3px -2px;
    display: block;
    /* height: 22px;
        width: 20px;*/
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
    padding: 0;
        }
.social-icons ul li a.pin {
    background-position: -3px -38px;
}
.social-icons ul li a.in {
    background-position: -3px -78px;
}
.social-icons ul li a.be {
    background-position: -3px -115px;
}
.social-icons ul li a.you {
    background-position: -3px -154px;
}
.social-icons ul li a.vimeo {
    background-position: -2px -192px;
}
.social-icons ul li a:hover {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
}
/*--header-two--*/
.header-two-left {
    margin-top: 3.6em;
}
.header-two-left ul li {
    display: inline-block;
    color: #FDC500;
    font-size: 1.5em;
    margin-right: 1.5em;
    }
.header-two-left ul li a {
    color: #ffc104;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.header-two-left ul li a:hover {
    color: #ffc107;
}
.header-two-left ul li i.glyphicon {
    font-size: .9em;
    margin-right: .8em;
}
.header-two .navbar-nav {
    /*width: 20%;*/
}
.logo {
    text-align: center;
    margin:auto
}
.logo h1 {
    font-size: 3em;
    /*margin: 0.3em 0 0.3em;*/
    font-weight: 900;
    }
.logo h1 a {
    display: inline-block;
    color: #ff590f;
    text-decoration: none;
}
.logo h1 a b {
    color: #353F49;
}
span.tag {
    display: block;
    font-size: .3em;
    color: #fff;
    font-family: 'Proxima Nova', sans-serif;
    letter-spacing: 1px;
    margin-top: 6px;
    font-weight: 400;
}
.header-two-right {
    text-align: right;
}
.header-right {
    float: right;
    text-align: center;
}
.header-right a {
    /*font-size: 13px;*/
    font-size: 1.1em;
    color: #fff;
    font-weight: normal;
}
.header-right .mobile-login a {
    color: #4682fc
}
.header-right a:hover {
    color: #fff;
    /*background-color: #3059ad*/
}
.header-right.cart h4 {
    display: inline-block;
}
.header-right span.glyphicon {
    /*font-size: 1.5em;*/
    /*font-size: 1.3em;*/
    /*font-size: 0.9em;*/
    color: #4682fc;
    /*margin-right: 5px;*/
}
.cart-box p {
    padding: 6px 8px;
    background-color: #DCDCDC;
    margin-top: 5px;
    font-size: .9em;
}
.header-right.cart {
    margin-right: 0.5em;
    padding-right: 0.5em;
    border-right: 1px solid #ECECEC;
   /* margin-top: 3.5em;*/
}
.header-right.my-account {
   /* margin: 3.5em 0;*/
    text-align: left;
}
/*--top-nav--*/
.top-nav {
    background: #d4773100 !important;
}
.top-nav nav.navbar {
    margin: 0;
    position: relative;
}
.item_desc {
    font-size: 14px;
}
ul.dropdown-menu {
    -moz-animation: fadeInDown .3s ease-in;
    -webkit-animation: fadeInDown .3s ease-in;
    /*-- w3layouts --*/
    /*animation: fadeInDown .3s ease-in;*/
    animation: unset;
}
ul.nav.navbar-nav.top-nav-info {
    float: none;
    text-align: center;
}
ul.dropdown-menu.multi-column 
{
   /* width: 50%;*/
    padding: 1.4em;
    background-color: #fff;
    border: 1px solid #fd8c59;
    box-shadow: 12px 8px 6px 0px #00000082;
    left:auto !important;
}
.navbar-nav > li {
    float: none;
    display: inline-block !important;
    position: inherit;
}
.navbar-default .navbar-nav > li > a {
    color: #000; /*#ffc105*/
    font-size: 1.2em;
    padding: 0.5em 0.5em;
    /*font-weight: 600;*/
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    text-transform: capitalize;
    font-family: Proxima Nova, sans-serif;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a.active {
    color: #4682fc;
    background: none;
}
.navbar-default .navbar-nav > .show > a, .navbar-default .navbar-nav > .show > a:hover, .navbar-default .navbar-nav > .show > a:focus {
    color: #fff;
    background: #0053a8;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background: #fd8c59;
}
b.caret {
    margin-left: 0.5em;
}
.row h4 {
    font-size: 1em;
    color: #4682fc;
    line-height: 1.8em;
    text-transform: uppercase;
    margin-bottom: 0.4em;
    font-weight: 700;
    font-family: 'Proxima Nova', sans-serif;
}
.menu-grids.menulist1 ul {
    display: inline-block;
    width: 44%;
}
ul.multi-column-dropdown:nth-child(3) {
    /*-- agileits --*/
    border-right: 1px solid #D6D3D3;
}
.multi-column-dropdown li {
    display: block;
}
.multi-column-dropdown li a {
    display: block;
    color: #000;
    line-height: 2.5em;
    font-size: 1em;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    font-weight: 500;
    text-align: left;
}
.multi-column-dropdown li a:hover {
    /*color: #ffffff;*/
    font-weight: 500;
}
.multi-column-dropdown li h6 a {
    font-size: 1.5em;
    color: #000;
    font-weight: 700;
}
.multi-column-dropdown li h6 a:hover {
    font-weight: 700;
    text-decoration: underline;
}
.menu-grids img {
    width: 100%;
}
.box-btn-video {
    border: 1px solid #fdc501;
    background: #fdc501;
    display: block;
    margin-top: 118px;
    margin-bottom: 0px !important;
    padding: 16px;
    box-shadow: 4px 7px 7px black;
}
.box-btn {
    border: 1px solid #fdc501;
    background: #fdc501;
    display: block;
    margin-top: 20px;
    margin-bottom: 0px !important;
    padding: 16px;
    box-shadow: 4px 7px 7px black;
}
.new-add {
    background: url(../images/img2.jpg)no-repeat center;
    background-size: cover;
    min-height: 210px;
}
.new-add2 h6 {
    font-family: 'Fascinate', cursive;
    font-size: 2.1em;
    color: #000;
}
.new-add h5 {
    font-family: 'Fascinate', cursive;
    font-size: 3em;
    padding: 1em 1em;
    color: #000;
    line-height: 1.4em;
}
/*-- w3layouts --*/
.menu-grids a {
    display: block;
    text-decoration: none;
}
/*--//top-nav--*/
/*--search--*/
.cd-main-header {
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}
.cd-main-header {
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
}
.nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
}
.cd-header-buttons {
    position: absolute;
    display: inline-block;
    top: -47px;
    /*right: 15%;*/
    right: 0%;
}
.cd-header-buttons li {
    display: inline-block;
}
.rent-button {
    background-color: #31B0D5;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    border-color: #46b8da;
}
#btnrental {
    position: fixed;
    bottom: 8px;
    right: 10%;
    font-size: 18px;
}
.cd-search-trigger, .cd-nav-trigger {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    /*-- agileits --*/
    white-space: nowrap;
    color: transparent;
    z-index: 3;
}
.cd-search-trigger::before, .cd-search-trigger::after {
    /* search icon */
    content: '';
    position: absolute;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cd-search-trigger::before {
    /* lens */
    top: 11px;
    left: 11px;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #fac400;
}
.cd-search-trigger::after {
    /* handle */
    height: 3px;
    width: 8px;
    background: #fac400;
    bottom: 14px;
    right: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    }
.cd-search-trigger span {
    /* container for the X icon */
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.cd-search-trigger span::before, .cd-search-trigger span::after {
    /* close icon */
    content: '';
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 22px;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -11px;
    background: #fac400;
    opacity: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}
.cd-search-trigger span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cd-search-trigger span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
    /* hide search icon */
    -moz-opacity: 0;
    opacity: 0;
}
.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
    /* show close icon */
    -moz-opacity: 1;
    opacity: 1;
    }
.cd-search-trigger.search-is-visible span::before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    }
.cd-search-trigger.search-is-visible span::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cd-search {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-search input {
    border-radius: 0;
    border: none;
    background: #9e9e9e;
    width: 100%;
    padding: 0 5%;
    -webkit-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-size: 2em;
    padding: 18px 2em;
    color: #fff;
    text-align: center;
} 
.cd-search input::-webkit-input-placeholder {
    color: #fff !important;
}
.cd-search input::-moz-placeholder {
    color: #fff !important;
}
.cd-search input:-moz-placeholder {
    color: #fff !important;
}
.cd-search input:-ms-input-placeholder {
    color: #fff !important;
}
.cd-search input:focus {
    outline: none;
}
.cd-search.is-visible {
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
/*--//search--*/
/*--//header--*/
/*--banner--*/
.banner {
    background: #33414e;
    padding: 9em 0;
    background: url(../images/1.jpg)no-repeat 0px 0px;
    background-size: cover;
}
.banner-right {
    background: url(../images/img3.jpg)no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
    padding-top: 2em;
}
.banner-left {
    text-align: center;
}
.banner h2 {
    color: #fff;
    font-size: 3em;
}
.banner-text h3 {
    text-align: center;
    margin: 1.3em auto;
    font-size: 1.5em;
    color: #fff;
    background: #FF590F;
    display: inline-block;
    padding: .5em 1em;
}
.banner-left h4 {
    font-size: 2em;
    color: #fff;
    margin-bottom: 1em;
}
.banner-right ul li {
    position: relative;
}
.banner-right ul li h4 {
    position: absolute;
    font-size: 5em;
    color: #000;
    bottom: 21%;
    left: 27%;
}
/*--countdown--*/
ul#example {
    list-style: none;
    margin: 0;
    display: block;
    text-align: center;
}
ul#example li {
        display: inline-block;
        border: 3px solid #6D6C6C;
        padding: 1.1em 1.5em;
        width: 24%;
    }
ul#example li:nth-child(2) {
    margin: 0 1.5em;
}
ul#example li span {
    font-size: 2em;
    color: #fff;
    line-height: 0.6em;
}
ul#example li p {
    color: #fff;
    font-size: 0.9em;
    margin-top: 0.5em;
}
/*--//countdown--*/
/*--//banner--*/
/*.dividerHeading .col-xs-6 {
    display: flex
}*/
.title-info {
    text-align: center;
    margin-bottom: 1em;
    margin-top:1em
}
h3.title {
    font-size: 2em;
    font-weight: 900;
    color: black;
    text-align:center
}
h3.title span {
    color: #000;
}
.title-info p {
    font-size: 1em;
    color: #999;
    margin-top: .5em;
    letter-spacing: 1px;
}
/*--gallery--*/
.gallery {
   /* padding: 3em 0;*/
   background: #fff;
   /* background: #ffc10733;*/
}
.gallery-grid {
    background: #FFF;
    /*  padding: 1.5em;*/
    /*width: 23.4%;*/
    overflow: hidden;
   /* margin-bottom: 2em;*/
   /* height: auto !important;*/
    /* border: 3px solid black;*/
    box-shadow: 4px 7px 7px;
    width:100%
}
.gallery-grid.gallery-grid1 {
    margin: 0 1.5em;
}
.gallery-grid.gallery-grid2 {
    margin-right: 1.5em;
}
.gallery-info{
    display:flex ;
    flex-wrap:wrap !important
    }
.gallery-info .gallery-item{
    display:flex !important;
    padding:15px
}
.gallery-grid .gallery-text div{
    margin:10px 0 15px 0
}
.gallery-grid .gallery-text div input{
   padding: 0 !important;
   height:auto !important;
   font-size:larger !important;
   width: 50px !important
}
/*--gallery-text--*/
.gallery-text {
    text-align: center;
   /* height: 4.2em;*/
}
.gallery-grid a img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    margin: 0 auto;
    height: 60%;
}
.gallery-grid:hover img {
    /*-webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -o-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6);
    margin-top: -2em;*/
}
.gallery-text h5 {
    font-size: 1.6em;
    margin: 1em 0 .3em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    line-height: 35px;
    max-height:75px;
    min-height:75px
}
.gallery-text h5 a {
    color: #000;
}
.gallery-text p {
    font-size: 1em;
    color: #ff590f;
    font-weight: 700;
    margin-bottom: 2em;
}
.gallery-text h4.sizes {
    font-size: 1.4em;
    color: #000;
    margin: 0.3em 0 0.8em;
}
.gallery-text h4.sizes a {
    color: #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-transform: uppercase;
    font-size: .7em;
}
.gallery-text h4.sizes a:hover {
    color: #ff590f;
}
.gallery-text ul li {
    display: inline-block;
    width: 45%;
    text-align: center;
}
.gallery-text ul li a span.glyphicon {
    font-size: 1.2em;
    color: #33414E;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
    }
.gallery-text ul li a span.glyphicon:hover {
    color: #ff590f;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.gallery-grid:hover .gallery-text {
    height: initial;
    /*margin-top: -3em;*/
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.gallery-grid:hover .gallery-text h5 {
        /*margin: .5em 0 .3em;*/
    }
/* .gallery-grid:hover .gallery-text h5 a {
            color: #00a6d6;
        }*/
/*
    .gallery-grid:hover .gallery-text p {
        margin-bottom: 0em;
    }*/
.gallery .gallery-filter {
    padding: 0 15px;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.gallery .gallery-filter .filter-item {
    color: #2a2932;
    font-size: 17px;
    border: 2px solid #2a2932;
    text-transform: uppercase;
    display: inline-block;
    /* border-radius: 20px;*/
    margin-right: 8px;
    cursor: pointer;
    padding: 8px 20px 8px 20px;
    line-height: 1.2;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}
.gallery .gallery-filter .filter-item.active {
    color: #ffc107;
    border-color: #080808;
    background: #080808;
    font-weight: 700;
    font-size: 30px;
}
.gallery .gallery-item.hide {
    display: none;
}
.scrolltext {
    height: 40px;
    overflow: auto;
}
.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.social-icons li {
    display: inline-block;
    margin-bottom: 4px;
    padding: 5px 10px 5px 0;
}
.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px
}
.social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    /*margin-right: 8px;*/
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
    }
.social-icons a:active, .social-icons a:focus, .social-icons a:hover {
    color: #fff;
    background-color: #29aafe
}
.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px
}
.social-icons a.facebook:hover {
    background-color: #3b5998
}
.social-icons a.twitter:hover {
    background-color: #00aced
}
.social-icons a.linkedin:hover {
    background-color: #007bb6
}
.social-icons a.dribbble:hover {
    background-color: #ea4c89
}
@media (max-width:767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }
    .navbar-nav .show .dropdown-menu {
        position: static;
        /*float: none;*/
        width: 100%;
        margin-top: 0;
        background-color: #fff;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
/*responsive*/
/*@media(max-width: 491px) {
    .gallery .gallery-item {
        width: 50%;

    }
    .gallery-grid a img
}*/
@media(max-width: 467px) {
    .gallery .gallery-filter .filter-item {
        margin-bottom: 10px;
    }
    .btn-sm, .btn-group-sm > .btn {
        padding: 5px 5px;
        font-size: 10px;  
    }
}
/*--//gallery--*/
/*--trend--*/
.trend {
    padding: 5em 0;
    -webkit-box-shadow: 0px 0px 6px 1px #E6E6E6;
    -moz-box-shadow: 0px 0px 6px 1px #E6E6E6;
    box-shadow: 0px 0px 6px 1px #E6E6E6;
}
.trend-info {
    background: #00a6d6;
    padding: 4em 12em 3em 3em;
}
.trend-slider h4 {
    font-size: 2.8em;
    color: #000;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 200;
}
.trend-slider h4 span {
    margin-top: .4em;
    font-weight: 900;
    color: #fff;
}
.trend-slider h5 {
    font-size: 3em;
    color: #014A5F;
    margin-top: .5em;
    text-align: center;
    font-family: 'Fascinate', cursive;
}
.trend-slider p {
    font-size: 1em;
    color: #fff;
    line-height: 2em;
    margin-top: 1.5em;
    font-weight: 400;
}
/*--//trend--*/
/*--footer--*/
.footer {
    padding: 2em 0;
    background: #35434c;
    -webkit-box-shadow: 0px 0px 5px 1px #C3C3C3;
    -moz-box-shadow: 0px 0px 5px 1px #C3C3C3;
    box-shadow: 0px 0px 5px 1px #C3C3C3;
}
.footer-grids h4 {
    font-size: 2.8em;
    font-weight: 800;
}
.footer-grids h4 a {
    color: #4682fc;
    text-decoration: none;
}
.footer-grids h4 a b {
    color: #fff;
}
.footer-grids h3 {
    font-size: 3em;
    color: #4682fc;
    margin-bottom: 0.5em;
}
.footer-grids h5 {
    font-size: 2em;
    color: #4682fc;
    margin-bottom: 0.5em;
}
.footer-grids p {
    font-size: 1em;
    color: #fff;
    font-weight: 500;
    margin-top: 1em;
    line-height: 1.8em;
}
.footer-grids p a {
    color: #fff;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    }
.footer-grids p a:hover {
    color: #4682fc;
}
/*.Links ul li::before {
    content: ">    ";
    color: white;
    width:10px;
}*/
.Links ul li {
    list-style: none;
    display:block !important;
    padding: 5px 30px 5px 0;
}
    .footer-grids ul li {
    list-style: none;
    display: inline-block;
    padding: 5px 30px 5px 0;
}
    .footer-grids ul li a {
        font-size: 1em;
        text-decoration: none;
        /*line-height: 2em;*/
        color: #fff;
        text-transform: capitalize;
        font-weight: 500;
    }
.footer .navbar-default .navbar-nav > li > a, .footer nav .navbar-collapse {
    padding: 0;
    color:#fff;
    font-size:1em
}
.footer nav {
margin:0 !important
}
.footer nav ul{
    text-align: left !important
}
.footer .border-hover li:after {
    content:none
}
.footer-grids ul li a:hover {
    color: #4682fc !important;
}
.footer input[type="text"] {
    outline: none;
    width: 75%;
    color: #999;
    font-size: 1em;
    padding: 10px 15px;
    border: 3px solid #E0E0E0;
    margin-top: 1em;
}
.footer input::-webkit-input-placeholder {
    color: #999;
}
.footer input::-moz-placeholder {
    color: #999;
}
.footer input:-moz-placeholder {
    color: #999;
}
.footer input:-ms-input-placeholder {
    color: #999;
}
.footer input[type="submit"] {
    outline: none;
    border: 3px solid #FF590F;
    background: #FF590F;
    color: #fff;
    font-size: 1.1em;
    padding: 9px 12px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -webkit-appearance: none;
}
    .footer input[type="submit"]:hover {
        color: #FF590F;
        background: #fff;
    }
/*footer Social Links Icon*/
.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.social-icons li {
        display: inline-block;
        margin: auto;
        padding: 5px 5px 5px 0 !important;
    }
.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px
}
.social-icons a {
    background-color: #eceeef;
    color: #818a91 !important;
    font-size: 16px;
    display: inline-block;
    line-height: 35px;
    width: 35px;
    height: 35px;
    text-align: center;
    /*margin-right: 8px;*/
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
    }
.social-icons a i {
    margin-top: 15px;
}
.social-icons a:active, .social-icons a:focus, .social-icons a:hover {
    color: #fff !important;
    background-color: #29aafe
}
.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px
    }
.social-icons a.facebook:hover {
    background-color: #3b5998
}
    .social-icons a.twitter:hover {
        background-color: #f00;
    }
    .social-icons a.linkedin:hover {
        background-image: linear-gradient(#ff0050, #00f2ea);
    }
    .social-icons a.dribbble:hover {
        background:linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    }
.copyright p {
    font-size: 1em;
    color: #fff;
    font-weight: 500;
    margin-top: 1em;
    line-height: 1.8em;
    text-align: center;
}
    .copyright p a {
        color: #4682fc;
    }
@media (max-width:767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }
}
/*--//footer--*/
/*--new--*/
.new {
    padding: 5em 0 0;
    background: #fff;
}
.new-info {
    border-bottom: 7px double #9FA3AA;
    padding-bottom: 5em;
}
.new-bottom {
    padding: 1em;
    background: #fff;
    position: absolute;
    bottom: 10px;
}
.new-grid {
    /* width: 23.4%;*/
    padding: 0;
    overflow: hidden;
    border: 3px solid #00a6d6;
    height: 350px;
    position: relative;
}
    .new-grid.new-mdl {
        margin: 0 1.5em;
    }
    .new-grid.new-mdl1 {
        margin-right: 1.5em;
    }
.new-bottom h5 {
    font-size: 19px;
    font-weight: 400;
    display: inline-block;
}
    .new-bottom h5 a.name {
        color: #353f49;
    }
        .new-bottom h5 a.name:hover {
            color: #FF590F;
        }
/*--ratings--*/
.starrating {
    text-align: center;
    float: right;
}
    .starrating span {
        display: inline-block;
        position: relative;
        font-size: 1.3em;
        color: #555;
    }
        .starrating span.on:before {
            content: "\2605";
            position: absolute;
            left: 0;
            color: #F07818;
        }
.ofr p {
    font-size: 1.1em;
    color: #353F49;
    display: inline-block;
    margin-top: 1em;
    font-weight: 600;
}
    .ofr p.pric1 {
        color: #999;
        margin-right: 5px;
        font-weight: 400;
    }
.new-top {
    position: relative;
    padding: 1.5em;
    background: #fff;
}
.new-text {
    background: #00a6d6;
    padding: 2em;
    position: absolute;
    top: 16%;
    width: 80%;
    left: -100%;
    transition: .5s all;
    z-index: 9;
}
    .new-text ul li {
        display: block;
        text-align: center;
    }
        .new-text ul li:nth-child(2) {
            margin: 1em 0;
        }
        .new-text ul li a {
            border: 1px solid #FFF;
            padding: 0.8em 2em;
            display: block;
            text-decoration: none;
            color: #FFF;
            font-size: 1em;
            font-weight: 500;
        }
            .new-text ul li a:hover {
                color: #fff;
                border-color: #ff5a10;
                background-color: #ff5a10;
            }
.new-grid:hover .new-text {
    left: 10%;
}
/*--//new--*/
/*--breadcrumbs--*/
.breadcrumbs {
    padding: 1.5em 0;
    background: #4682fc;
    text-align: center;
}
.breadcrumb {
    background: none;
}
.breadcrumb1 {
    padding: 0;
    margin: 0;
}
    .breadcrumb1 li {
        font-size: 1.1em;
        color: #fff;
        font-weight: 700;
    }
        .breadcrumb1 li a {
            color: #fff;
            text-decoration: none;
        }
        .breadcrumb1 li span {
            left: 0em;
            padding-right: 1em;
            color: #fff;
        }
.breadcrumb > .active {
    color: #fff;
}
/*--//breadcrumbs--*/
/*--products-page--*/
.products, .related-products, .login-page, .contact, .cart-items, .about, .faq-info, .codes {
    padding: 1em 0;
}
.rent-page {
    /*padding:0 !important;*/
}
.rsidebar {
    display: block;
    float: left;
    width: 22%;
    padding: 0;
}
.rsidebar-top {
    border: 1px solid #E8E8E8;
    padding: 2em;
    -webkit-box-shadow: 0px 0px 5px 1px #777;
    -moz-box-shadow: 0px 0px 5px 1px #777;
    box-shadow: 0px 0px 5px 1px #777;
    box-shadow: 0px 0px 5px 1px #777;
}
.product-model-sec {
    float: right;
    padding: 0;
}
.addcart {
    position: absolute;
    right: 30px;
    display: inline-block;
}
}
/*--products-left--*/
.product-grids {
    float: left;
    /*width: 31%;*/
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 6px 1px #DEDEDE;
    -moz-box-shadow: 0px 0px 6px 1px #DEDEDE;
    box-shadow: 0px 0px 6px 1px #DEDEDE;
    margin-bottom: 2em;
    height: 300px;
    position: relative;
}
    .product-grids .new-top {
        padding: 1.5em 1.5em 0;
    }
    .product-grids.product-grids-mdl {
        margin: 0 2em;
    }
    .product-grids:hover .new-text {
        left: 10%;
    }
input.item_quantity {
    background: none;
    border: 1px solid #fff;
    padding: 0.8em 1em;
    width: 100%;
    text-align: center;
    font-size: 1em;
    outline: none;
    color: #fff;
}
    input.item_quantity:hover {
        border-color: #000;
    }
/*--side-bar--*/
.sidebar-row {
    margin-top: 2em;
}
.rsidebar h4 {
    font-size: 1.2em;
    color: #353F49;
    text-transform: capitalize;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 700;
    margin-bottom: 1.2em;
}
.checkbox {
    position: relative;
    padding-left: 32px !important;
    cursor: pointer;
    line-height: initial;
    font-size: 1em;
    color: #353F49;
    font-weight: 500;
    margin: 0 0 1.5em;
}
    .checkbox i {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 19px;
        height: 19px;
        outline: none;
        border: 2px solid #D8D8D8;
        background: #FFF;
    }
    .checkbox input + i:after, .radio input + i:after {
        position: absolute;
        opacity: 0;
        transition: opacity 0.1s;
        -o-transition: opacity 0.1s;
        -ms-transition: opacity 0.1s;
        -moz-transition: opacity 0.1s;
        -webkit-transition: opacity 0.1s;
    }
    .checkbox input:checked + i:after, .radio input:checked + i:after {
        opacity: 1;
    }
    .checkbox input, .radio input {
        position: absolute;
        left: -9999px;
    }
        .checkbox input + i:after {
            content: '';
            background: url("../images/tick.png") no-repeat 4px 3px;
            top: -1px;
            left: -1px;
            width: 17px;
            height: 17px;
            font: normal 12px/16px FontAwesome;
            text-align: center;
        }
/*-- start scrollpane --*/
.scroll-pane.jspScrollable {
    outline: none;
}
.jspContainer {
    overflow: hidden;
    position: relative;
}
.jspPane {
    position: absolute;
    outline: none;
    padding: 5px 20px 20px 10px !important;
}
.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0px;
    width: 3px;
    height: 100%;
}
.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}
.jspCap {
    display: none;
}
.jspHorizontalBar .jspCap {
    float: left;
}
.jspTrack {
    background: #B9B7B7;
    position: relative;
}
.jspDrag {
    background: #777777;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}
.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
    .jspArrow.jspDisabled {
        cursor: default;
        background: #80808d;
    }
.jspVerticalBar .jspArrow {
    height: 16px;
}
.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}
.jspVerticalBar .jspArrow:focus {
    outline: none;
}
.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}
.scroll-pane {
    height: 160px;
}
input#amount {
    outline: none;
}
/*--faq--*/
.faq li {
    margin-top: 0.8em;
    display: block;
}
.faq > li > a {
    width: 100%;
    display: block;
    position: relative;
    color: #353f49;
    font-size: 1em;
    font-weight: 400;
    text-decoration: none;
}
    .faq > li > a:hover, .faq > li > a.active {
        color: #000;
    }
.faq li a.active span {
    -webkit-transform: rotatex(180deg);
    transform: rotatex(180deg);
    -moz-transform: rotatex(180deg);
    -o-transform: rotatex(180deg);
    -ms-transform: rotatex(180deg);
}
.faq ul li a {
    line-height: 1.8em;
    display: block;
    position: relative;
    font-size: 1em;
    color: #999;
    text-decoration: none;
    font-weight: 400;
    padding-left: 1.5em;
}
    .faq ul li a:hover {
        color: #ff590f;
    }
.faq span.glyphicon {
    float: right;
}
/*--//faq--*/
.rsidebar .gallery-grid {
    width: 100%;
    height: 26.5em;
    margin-top: 2em;
}
.rsidebar .gallery-text h4.sizes {
    font-family: 'Pompiere', cursive;
    font-size: 1.4em;
    color: #353F49;
    text-transform: inherit;
}
.rsidebar .gallery-grid h6 {
    font-size: 1.2em;
    color: #353F49;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 700;
    margin-bottom: 1em;
    text-align: center;
}
/*--//products-page--*/
/*--single-page--*/
.single-info {
    padding: 5em 0 0;
}
.single-top {
    margin-left: 5%;
    width: 33.33%;
}
.single-top-left h3 {
    text-transform: uppercase;
    font-size: 1.8em;
    font-weight: 900;
    color: #000;
    /*color: #fac400;*/
}
/*--single-ratings--*/
.single-rating {
    margin: 1em 0 1.5em;
}

.starRating:not(old) {
    display: inline-block;
    height: 18px;
    width: 100px;
    overflow: hidden;
    vertical-align: middle;
}

    .starRating:not(old) > input {
        margin-right: -100%;
        opacity: 0;
    }

    .starRating:not(old) > label {
        float: right;
        background: url(../images/star.png);
        background-size: contain;
        margin-right: 2px;
    }

        .starRating:not(old) > label:before {
            content: '';
            display: block;
            width: 18px;
            height: 18px;
            background: url(../images/star1.png);
            background-size: contain;
            opacity: 0;
            transition: opacity 0.2s linear;
        }

        .starRating:not(old) > label:hover:before,
        .starRating:not(old) > label:hover ~ label:before,
        .starRating:not(:hover) > :checked ~ label:before {
            -moz-opacity: 1;
            opacity: 1;
        }
/*--//single-ratings--*/
.single-info .single-rating p {
    display: inline-block;
    font-size: 1em;
    color: #999;
    font-weight: 500;
    margin: 0 0.5em;
    vertical-align: middle;
}

.single-rating a {
    font-size: 1em;
    color: #999;
    font-weight: 500;
    vertical-align: middle;
}

    .single-rating a:hover {
        color: #ff590f;
    }

    .single-rating a:before {
        padding: 0 8px;
        color: #353F49;
        content: "/\00a0";
    }

.single-info h6 {
    font-size: 2em;
    color: #353F49;
    font-weight: 700;
    font-family: 'Proxima Nova', sans-serif;
}

.single-info p {
    font-size: 1.3em;
    color: #999;
    line-height: 1.8em;
    margin: 1em 0;
    text-align:justify;
    font-weight:800
}
.single-info .quantity p {
    display: inline-block;
    color: #FF590F;
    font-weight: 700;
}
.quantity input.item_quantity {
    width: 90px;
    height: inherit;
    display: inline-block;
    /*margin: 0px 0px 0 10px;*/
    padding: 5px 0;
    outline: none;
    text-align: center;
    font-size: 1em;
    color: #999;
    border: 1px solid #000;
    border-radius: 5px;
}
.single-top-left ul {
    float: left;
    width: 50%;
}
    .single-top-left ul h4 {
        color: #ff590f;
        font-size: 2.2em;
    }
    .single-top-left ul li {
        display: inline-block;
        margin: 1em 1em 1em 0;
    }
        .single-top-left ul li a {
            color: #999;
            font-weight: 600;
            font-family: 'Pompiere', cursive;
            font-size: 1em;
            letter-spacing: 1px;
        }
            .single-top-left ul li a:hover {
                color: #ff590f;
            }
    .single-top-left ul.color li a {
        width: 12px;
        height: 12px;
        background: #383897;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -moz-border-radius: 50%;
        display: block;
    }
    .single-top-left ul li a.red {
        background: #F00;
    }
    .single-top-left ul li a.green {
        background: #008000;
    }
    .single-top-left ul li a.pink {
        background: #DA70D6;
    }
.btn_form a {
    border: 1px solid #ffc107;
    padding: 0.8em 2em;
    display: inline-block;
    text-decoration: none;
    color: #010101;
    font-size: 0.9em;
    font-weight: 600;
    margin: 1em 0;
    background: #ffc107;
    border-radius: 5px;
}

    .btn_form a:hover {
        color: #010101;
        border-color: #ffc107;
        background-color: white;
    }

.btnCart {
    border: 1px solid #4682fc;
    padding: 0.8em 2em;
    display: inline-block;
    text-decoration: none;
    color: #010101;
    font-size: 14px;
    font-weight: 600;
    margin: 1em 0;
    background: #4682fc;
    border-radius: 5px;
}

    .btnCart:hover {
        color: #010101;
        border-color: #4682fc;
        background-color: white;
    }
.search_btn {
    border: none;
    /*padding: 1.7em 2em;*/
    text-decoration: none;
    color: #fff;
    font-size: 0.9em;
    font-weight: 600;
    /*margin: 1em 0;*/
    background: #4682fc;
    border-radius: 5px;
}
.block {
    display: block;
    width: 100%;
    border: none;
    background-color: #16b5ef;
    color: white;
    padding: 14px 28px;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
}
    .block:hover {
        background-color: #ddd;
        color: black;
    }
.granimate {
    background-color: #2ecc71;
    animation: hue 11s linear 0s infinite reverse;
}
    .granimate::before {
        background: linear-gradient(105deg, rgba(255, 190, 0, 0), #ffbe00);
        animation: hue 12s linear 1s infinite;
    }
@keyframes hue {
    to {
        filter: hue-rotate(1turn);
    }
}
.full {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: system-ui;
    font-size: 48px;
}
    .full::before {
        content: '';
        position: absolute;
    }
    .full::after {
        position: relative;
        text-align: center;
    }
.float-container {
    border: 3px solid #fff;
    padding: 20px;
}
.float-child {
    width: 50%;
    float: left;
    padding: 20px;
    border: none;
}
/*--collapse-tabs--*/
.collpse.tabs {
    padding-top: 1em;
}
.panel-group {
    margin-bottom: 0;
}
h4.panel-title a {
    font-size: 1.3em;
    text-transform: capitalize;
    color: #fff;
    display: block;
    text-decoration: none;
    padding: .6em 1.5em;
}
.panel-default {
    border-color: #52CFF3;
}
.panel-body {
    padding: 15px;
    color: #999;
    line-height: 1.8em;
    font-size: 1em;
}
.panel-default > .panel-heading {
    color: #fff;
    background-color: #00a6d6;
    border-color: #00a6d6;
    padding: 0;
}
/*--//single-page--*/
/*--login-page--*/
.login-page {
    width: 56%;
    margin: 0 auto;
}
    .login-page h3.title1 {
        text-align: center;
        margin-bottom: 1em;
    }
.widget-shadow {
    background-color: #fff;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.31),0 1px 2px rgba(0, 0, 0, 0.31);
    -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.31),0 1px 2px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.31),0 1px 2px rgba(0, 0, 0, 0.31);
}
.login-top {
    padding: 1.5em;
    /*border-bottom: 1px solid #DED9D9;*/
    text-align: center;
}
.login-body {
    padding: 1em 2em;
}
.login-top h4 {
    font-size: 1.5em;
    color: #555;
    line-height: 1.8em;
    letter-spacing: 1px;
}
    .login-top h4 a {
        color: #4682fc;
        font-weight: 700;
        margin-left: 5px;
    }
        .login-top h4 a:hover {
            color: #353f49;
        }
.login-page input[type="text"], .login-page input[type="password"] {
   /* font-size: 18px;*/
    padding: 0.9em 1em;
    width: 100%;
    color: #000;
    font-weight:700;
    outline: none;
    border: 1px solid #E2DCDC;
    background: #FFFFFF;
    /*margin: 0.7em 0em 0.7em 0em;*/
    border-radius:10px
}
.login-page select {
    font-size: 1em;
    padding: 0.9em 1em;
    width: 100%;
    color: #999;
    font-weight: 700;
    outline: none;
    border: 1px solid #E2DCDC;
    background: #FFFFFF;
    /* margin: 0.7em 0em 0.7em 0em;*/
    border-radius: 10px;
    height:47px
}
.login-page input[type="date"] {
    font-size: 1em;
    padding: 0.5em 1em;
    width: 100%;
    color: #999;
    outline: none;
    border: 1px solid #E2DCDC;
    background: #FFFFFF;
    margin: 0.3em 0em 0.3em 0em;
}
.login-page textarea {
    font-size: 1em;
    padding: 0.9em 1em;
    width: 100%;
    color: #000;
    outline: none;
    font-weight: 700;
    border: 1px solid #E2DCDC;
    background: #FFFFFF;
    /*margin: 0.3em 0em 0.3em 0em;*/
    border-radius: 10px
}
.login-page input[type="file"] {
    font-size: 1em;
    padding: 0.9em 1em;
    width: 100%;
    color: #999;
    outline: none;
    border: 1px solid #E2DCDC;
    background: #FFFFFF;
    margin: 0.3em 0em 0.3em 0em;
}
input[type="text"], input[type="password"] {
    border: 2px solid #afbdcf;
    border-radius: 5px;
    height: 47px;
    width: 100%;
    color: #000000;
    font-size: 14px;
    padding-left: 20px;
    box-shadow: none;
}
#State {
    /*border: 2px solid #afbdcf;*/
    border-radius: 5px;
    height: 47px;
    width: 100%;
    /*color: #000000;*/
    font-size: 14px;
   /* padding-left: 20px;*/
    box-shadow: none;
}
/* Label style after Input feild is in focus. Can also use input:focus ~ label to select sibling. */
.rent-page input:focus + label, input:valid + label {
    font-size: 14px;
    color: #fff;
    top: -5px;
    left: 10px;
    /*background: #ffffff;*/
    padding: 0px 5px 0px 5px;
}
.rent-page textarea:focus + label, textarea:valid + label {
    font-size: 13px;
    color: #9c9999;
    top: -5px;
    left: 10px;
    background: #ffffff;
    padding: 0px 5px 0px 5px;
}
.rent-page select:focus + label, select:valid + label {
    font-size: 13px;
    color: #9c9999;
    top: -5px;
    left: 10px;
    background: #ffffff;
    padding: 0px 5px 0px 5px;
}
.input_wrap {
    width: auto;
    height: auto;
    position: relative;
    margin: 0.5em 0em 0.5em 0em;
}

    .input_wrap label {
        font-family: arial;
        font-size: 16px;
        color: #afbdcf;
        padding: 14px;
        position: absolute;
        top: 0;
        left: 0;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
        pointer-events: none;
    }

.rent-page input[type="text"]:focus {
    outline: none;
}


/*--placeholder--*/
.login-page ::-webkit-input-placeholder {
    color: #999 !important;
}

.login-page ::-webkit-input-placeholder {
    color: #999 !important;
}

.login-page :-moz-placeholder { /* Firefox 18- */
    color: #999 !important;
}

.login-page ::-moz-placeholder { /* Firefox 19+ */
    color: #999 !important;
}

.login-page :-ms-input-placeholder {
    color: #999 !important;
}
/*--//placeholder--*/
.login-page label.checkbox {
    font-size: 1em;
    color: #353F49;
    display: inline-block;
    float: left;
}

.forgot-grid {
    margin-top: 0em;
}

/*.forgot {
    float: right;
}*/

    .forgot a {
        font-size: 1em;
        color: #353F49;
        display: block;
        font-weight: 500;
        text-align:center
    }

        .forgot a:hover {
            color: #4682fc;
        }

.login-page input[type="submit"], .login-page .editbutton {
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    background: #010101;
    width: 100%;
    padding: 1em 0.9em;
    font-size: 1em;
    margin: 0.5em 0 0;
    transition: .5s all;
    border-radius: 10px;
    font-weight: 700
}

    .login-page input[type="submit"]:hover {
        background: #4682fc;
        color: #fff;
    }

.login-page-bottom {
    text-align: center;
}
.social-btn {
    display: inline-block;
    background: #3B5998;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
    .social-btn a {
        display: block;
        padding: .7em 2em;
    }
    .social-btn i {
        color: #fff;
        font-size: 1em;
        vertical-align: middle;
    }
    .social-btn.sb-two {
        background-color: #45B0E3;
        margin-left: 2em;
    }
    .social-btn:hover {
        background: #FF590F;
    }
.login-page-bottom h5 {
    font-size: 1.5em;
    color: #353F49;
    font-weight: 800;
    margin: 1em 0;
    font-family: 'Proxima Nova', sans-serif;
}
/*--//login-page--*/
/*--contact--*/
.address {
    background: url(../images/1.jpg)no-repeat;
    background-size: cover;
    padding: 5em 0;
}
.address-grid {
    background-color: #f9f9f9;
    padding: 3em;
}
.address-info {
    background-color: #f9f9f9;
    padding: 3em 1em;
}
    .address-info.address-mdl {
        margin: 2em 0;
    }
.contact iframe {
    width: 100%;
    min-height: 400px;
    border: none;
}
.address h4 {
    font-size: 2.8em;
    color: #fcc401;
    margin-bottom: 0.7em;
}
.address-info h4 {
    margin-bottom: .4em;
}
.address input[type="text"] {
    width: 100%;
    color: #010101;
    background: none;
    outline: none;
    font-size: 1.1em;
    padding: .8em 1em;
    margin-bottom: 2em;
    border: solid 1px #010101;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.address textarea {
    resize: none;
    width: 100%;
    background: none;
    color: #010101;
    font-size: 1.1em;
    outline: none;
    padding: .6em 1em;
    border: solid 1px #010101;
    min-height: 11.5em;
    -webkit-appearance: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}
.address input[type="submit"] {
    outline: none;
    color: #010101;
    padding: .8em 4em;
    font-size: 1.1em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #4682fc;
    border: solid 1px #4682fc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
    .address input[type="submit"]:hover {
        background: none;
        color: #010101;
    }
.address ::-webkit-input-placeholder {
    color: #fff !important;
}
.address ::-webkit-input-placeholder {
    color: #010101 !important;
}
.address :-moz-placeholder { /* Firefox 18- */
    color: #fff !important;
}
.address ::-moz-placeholder { /* Firefox 19+ */
    color: #fff !important;
}
.address :-ms-input-placeholder {
    color: #010101 !important;
}
.address h5 {
    color: #010101;
    margin: 0;
    font-size: 1em;
    line-height: 1.8em;
    letter-spacing: 1px;
}
    .address h5 a {
        color: #010101;
        -webkit-transition: .5s all;
        transition: .5s all;
        -moz-transition: .5s all;
    }
.address p a:hover {
    color: #000;
}
/*--//contact--*/
/*--checkout--*/
.cart-items h3 {
    font-size: 2em;
    font-weight: 900;
    color: #010101;
    /*margin-bottom: 1.5em;*/
    margin: 1em 0 1em 0;
}
.cart-sec {
    margin-bottom: 3em;
}
.cart-item {
    width: 20%;
    float: left;
    margin-right: 5%;
}
    .cart-item img {
        width: 100%;
    }
.cart-item-info {
    width: 75%;
    float: left;
}
    .cart-item-info h4 {
        font-size: 2em;
        margin-bottom: 0.8em;
    }
        .cart-item-info h4 a {
            color: #353F49;
        }
            .cart-item-info h4 a:hover {
                color: #FF590F;
            }
        .cart-item-info h4 span {
            display: block;
            font-weight: 400;
            font-size: 1em;
            margin: 0.5em 0 0;
            color: #FF590F;
        }
.delivery {
    margin-top: 3em;
}
    .delivery p {
        color: #999;
        font-size: 1em;
        font-weight: 500;
        float: left;
    }
    .delivery span {
        color: #A6A6A6;
        font-size: 1em;
        font-weight: 400;
        float: right;
    }
.cart-header, .cart-header1, .cart-header2 {
    position: relative;
}
.alert-close, .alert-close1, .alert-close2 {
    background: url('../images/into.png') no-repeat 0px 0px;
    cursor: pointer;
    height: 15px;
    width: 15px;
    position: absolute;
    right: 20px;
    top: 12px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    z-index: 999;
}
ul.qty {
    padding: 0;
    margin: 0;
    list-style: none;
}
    ul.qty li {
        display: inline-block;
        margin-right: 10%;
    }
        ul.qty li p {
            font-size: 1em;
            color: #353F49;
            font-weight: 500;
        }
/*--//checkout--*/
/*--about--*/
.about p {
    font-size: 1.4em;
    color: #2d2d2d;
    line-height: 1.6em;
    font-weight: 500;
}
.about h4 {
    font-size: 2em;
    font-weight: 900;
    color: #ffc107;
    margin: 1em 0 .5em;
}
.terms {
    font-size: 1.4em;
    color: #2d2d2d;
    line-height: 1.6em;
}
/*--//about--*/
/*--faq--*/
.faq-info a {
    padding: 1em 1.5em;
    background: #00a6d6;
}
.faq-info .faq li p {
    font-size: 1em;
    color: #999;
    padding-left: 2em;
    line-height: 1.8em;
}
/*--//faq--*/
/*--Shortcodes--*/
.codes h3.title1 {
    margin-bottom: 0.5em;
}
h3.hdg {
    font-size: 2.5em;
    color: #FF590F !important;
}
.xs h3, h3.m_1 {
    color: #000;
    font-size: 1.7em;
    font-weight: 300;
    margin-bottom: 1em;
}
.grid_3 p {
    color: #555;
    font-size: 0.85em;
    margin-bottom: 1em;
    font-weight: 300;
}
.grid_4 {
    background: none;
    margin-top: 30px;
}
.label {
    font-weight: 300 !important;
    border-radius: 4px;
}
.grid_5 {
    background: none;
    padding: 2em 0;
}
    .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg {
        margin-bottom: 1em;
        color: #333;
    }
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: none !important;
}
.tab-content > .active {
    display: block;
    visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 0;
}
.badge-primary {
    background-color: #03a9f4;
}
.badge-success {
    background-color: #8bc34a;
}
.badge-warning {
    background-color: #ffc107;
}
.badge-danger {
    background-color: #e51c23;
}
.badgeicon {
    text-align: center;
    vertical-align: middle;
    position: relative;
    color: #4682fc;
}
.badgecart {
    position: absolute;
    height: 20px;
    width: 20px;
    right: -15px;
    top: -10px;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #4682fc;
    border: 1px solid #4682fc;
}
.grid_3 p {
    line-height: 2em;
    color: #888;
    font-size: 0.9em;
    margin-bottom: 1em;
    font-weight: 300;
}
.bs-docs-example {
    margin: 1em 0;
}
section#tables p {
    margin-top: 1em;
}
.tab-container .tab-content {
    -webkit-border-radius: 0 2px 2px 2px;
    border-radius: 0 2px 2px 2px;
    -moz-border-radius: 0 2px 2px 2px;
    border: 1px solid #e0e0e0;
    padding: 16px;
    background-color: #ffffff;
}
.table td, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 15px !important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    font-size: 1em;
    color: #555;
    border-top: none !important;
    font-weight: 500;
}
.tab-content > .active {
    display: block;
    visibility: visible;
}
.label {
    font-weight: 300 !important;
}
.label {
    padding: 4px 6px;
    border: none;
    text-shadow: none;
}
.nav-tabs {
    margin-bottom: 1em;
}
.alert {
    font-size: 0.85em;
}
h1.t-button, h2.t-button, h3.t-button, h4.t-button, h5.t-button {
    line-height: 1.8em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
li.list-group-item1 {
    line-height: 2.5em;
}
.input-group {
    margin-bottom: 20px;
}
.in-gp-tl {
    padding: 0;
}
.in-gp-tb {
    padding-right: 0;
}
.list-group {
    margin-bottom: 48px;
}
ol {
    margin-bottom: 44px;
}
h2.typoh2 {
    margin: 0 0 10px;
}
.mobile-sorting {
    display: none;
    padding:0
}
.desktop-sorting{
    display:block
}
.filter-button{
    display:none;
    padding:0
}
.filter-name{
    display:block;
    font-size:22px;
    font-weight:800
}
#toggleButton {
    display: none;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    /*border-right: 0;
    border-radius: 4px 0 0 4px ;*/
    background-color: #f4f4f4;
    /*border: 1px solid #ccc;
    background-color: #fff;
    display: none;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    border-radius: 4px;*/
}
@media (max-width:991px) {
    .list-group {
        margin-bottom: 25px;
    }
    .grid_3 {
        margin-bottom: 0em;
    }
    .grid_5 {
        padding: 1em 0;
    }
    .mobile-filter {
        width: 100%
    }
    .mobile-sorting {
        display: block
    }
    .desktop-sorting {
        display: none
    }
    .filter-button {
        display: block
    }
    .filter-name {
        display: none
    }
    #filters {
        display: none;
        width: 100%;
        position: absolute;
        /*display: block;*/
        z-index: 9;
        background-color: #f4f4f4;
        border: 1px solid #ccc;
        transition: 0.5s;
    }
    #subfilters {
        width: 100%;
        /*display: block;*/
        z-index: 9;
        transition: 0.5s;
    }
    #toggleButton {
        display: flex;
        justify-content: center
    }
    #toggleButton:focus{
        outline:1px solid #ccc;
    }
    #ItemSorting {
        background-color: #f4f4f4;
        text-align: center;
        border-radius: 0 4px 4px 0;
    }
    .rated-tag {
        top: 30px !important;
        right: 30px !important;
    }
    .imagezoom-cursor{
        display:none !important
    }

    .imagezoom-view {
        display: none !important
    }
    ul.dropdown-menu.multi-column{
        box-shadow:none
    }
    .single-info .single-top{
        margin:auto
    }
    #logoutForm{
        display:flex
    }
    #collapseUtilities{
        padding:5px
    }
}
@media (max-width:768px) {
    .grid_5 {
        padding: 0 0 1em;
    }
    .grid_3 {
        margin-bottom: 0em;
    }
    /*.header-two div .navbar{
        display:block !important
    }*/
    .cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_img img{
        width:100%
    }
    #nav1{
        order:1;
        position:absolute !important;
        width:100%;
        z-index:5;
        top:0px;
        /*left:75px*/
    }
       /* #nav1 .nav-header {
            display: block !important
        }*/
    #nav2 {
        order: 2
    }
    .header-two{
        width:85%
    }
    .full-navbar{
        display:flex;
        justify-content:end
    }
    #cd-search{
        width:65% !important
    }
    #suggestions-container{
        width:65% !important
    }
    .logo{
        margin-left:0;
        margin-right:0;
    }
    .header-two-right{
        display:flex
    }
    .title{
        font-size:25px
    }
}
@media (max-width:640px) {
    h1, .h1, h2, .h2, h3, .h3 {
        margin-top: 0px;
        margin-bottom: 0px;
       /* font-size: 11px;*/
    }
    h2 {
        font-size:2em
    }
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
    margin-bottom: .5em;
}
.progress {
    height: 10px;
    margin-bottom: 10px;
}
ol.breadcrumb li, .grid_3 p, ul.list-group li, li.list-group-item1 {
    font-size: 14px;
}
.breadcrumb {
    margin-bottom: 10px;
}
.well {
    font-size: 14px;
    margin-bottom: 10px;
}
h2.typoh2 {
    font-size: 1.5em;
}
.grid_4 {
    margin-top: 30px;
}
}
@media (max-width:480px) {
    .table h1 {
        font-size: 26px;
    }

    .table h2 {
        font-size: 23px;
    }
    .table h3 {
        font-size: 20px;
    }
    .label {
        font-size: 53%;
    }
    .alert, p {
        font-size: 14px;
    }
    .pagination {
        margin: 20px 0 0px;
    }
}
@media (max-width: 320px) {
    .grid_4 {
        margin-top: 18px;
    }
    .alert, p, ol.breadcrumb li, .grid_3 p, .well, ul.list-group li, li.list-group-item1, a.list-group-item {
        font-size: 13px;
    }
    .alert {
        padding: 10px;
        margin-bottom: 10px;
    }
    ul.pagination li a {
        font-size: 14px;
        padding: 5px 11px !important;
    }
    .list-group {
        margin-bottom: 10px;
    }
    .well {
        padding: 10px;
    }
    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        font-size: 0.81em;
    }
    .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: 13px !important;
    }
    .codes .row {
        margin: 0;
    }
    .rent-page input:focus + label, input:valid + label {
        font-size: 11px;
    }
}
/*--//Shortcodes--*/
/*--slider-up-arrow--*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 3%;
    right: 3%;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(/images/move-up.png) no-repeat 0px 0px;
    z-index: 999;
}
.nowrap {
    white-space: nowrap;
}
#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
.menu-grids {
   /* border-right: 1px solid #c3aeae;*/
}
#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #4682fc;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px
}
    #scroll span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -12px;
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #ffffff;
    }
    #scroll:hover {
        background-color: #4682fc;
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)";
    }
/*--//slider-up-arrow--*/
/*--//My Cart--*/
.cart_wrapper {
   /* max-height: 800px;*/
    display: block;
    flex-wrap: wrap;
    background-color: white;
    /*box-shadow: 1px 6px 15px rgb(0 0 0 / 38%);*/
    margin-bottom: 30px;
    overflow: hidden;
   /* border-bottom:1px solid*/
}
    .cart_wrapper .cart_lists {
        /* background-color: #ecf0f1;
                    padding: 30px;  */
    }
        .cart_wrapper .cart_lists .cart_title {
            display: flex;
            align-items: center;
            font-size: 22px;
            font-weight: 400;
            height: 50px;
        }
            .cart_wrapper .cart_lists .cart_title span {
                margin-right: 8px;
                padding-right: 8px;
                line-height: 18px;
                border-right: solid 2px #ddd;
            }
        .cart_wrapper .cart_lists .cart_list_wrap {
            /*padding: 25px 40px;*/
            overflow: hidden;
        }
            /*.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive {
                overflow-x: auto;
                overflow-y: auto;
                max-height: 380px;
            }*/
                .cart_wrapper .cart_lists .cart_list_wrap .cart_responsive::-webkit-scrollbar {
                    width: 4px;
                    height: 4px;
                }
                .cart_wrapper .cart_lists .cart_list_wrap .cart_responsive::-webkit-scrollbar-thumb {
                    background-color: #ddd;
                }
                .cart_wrapper .cart_lists .cart_list_wrap .cart_responsive::-webkit-scrollbar-track {
                    background-color: #eee;
                }
                .cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item {
                    display: grid;
                    grid-template-columns: 1fr 3fr 1fr 1fr 1fr;
                    /* margin-bottom: 5px;*/
                    transition: all 0.3s linear;
                    position: relative;
                    transform: scale(0.995);
                    background-color: #f9f9f9;
                    /* border-bottom: 1px solid #a5a599*/
                }
                .cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item {
                    animation: listshow linear;
                    animation-duration: 820ms;
                    transform-origin: top;
                }
                    .cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item::after {
                        content: "";
                        position: absolute;
                        left: 0px;
                        bottom: 0px;
                        height: 2px;
                        /*background-color: #d9d9d9;*/
                        width: 0px;
                        margin: auto;
                    }
                    .cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:hover {
                        transform: scale(1);
                    }
                        .cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:hover::after {
                            width: calc(100% - 50px);
                            animation: line 0.5s linear;
                        }
                    .cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item {
                        padding: 10px;
                        background-color: #f9f9f9;
                        display: flex;
                        flex-direction: column;
                        align-items: baseline;
                        justify-content: center;
                        font-weight: 700;
                        font-size: 16px;
                        color: #666;
                        transition: all 0.3s linear;
                    }
                        .cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_img img {
                            height: auto;
                            width: 80%;
                            overflow: hidden;
                            /*  border-radius: 100px;*/
                            max-width: 100%;
                        }
                        .cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_name .main {
                            font-size: 14px;
                            font-weight: 600;
                            color: #666;
                            text-align: left;
                        }
                        .cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_name .sub {
                            font-size: 12px;
                            color: #666;
                        }
                        .cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_qty select {
                            height: 30px;
                            background-color: transparent;
                            border-color: transparent;
                            border-width: 2px;
                            outline: none;
                            color: #666;
                            font-weight: 400;
                            font-size: 16px;
                            transition: all 0.3s linear;
                        }
                            .cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_qty select:focus {
                                background-color: #e2e2e2;
                            }
                            .cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_qty select:hover {
                                border-bottom: solid 2px #e2e2e2;
                            }
                        .cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_price label {
                            margin: auto;
                        }
                        .cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_remove {
                            background-color: transparent;
                        }
                            .cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_remove span {
                                font-size: 18px;
                                opacity: 0.6;
                                padding: 5px;
                                cursor: pointer;
                                transition: all 0.2s linear;
                            }

                                .cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_remove span:hover {
                                    opacity: 1;
                                    transform: scale(1.1);
                                }
            .cart_wrapper .cart_lists .cart_list_wrap .footer {
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                padding: 0px 15px;
                justify-content:space-between;
            }
                /*.cart_wrapper .cart_lists .cart_list_wrap .footer .back_cart {
                    width: 50%;
                    flex: 0 0 54%;
                }*/
                    .cart_wrapper .cart_lists .cart_list_wrap .footer .back_cart a {
                        color: #010101;
                        vertical-align: middle;
                        font-size: 14px;
                        font-weight: 500;
                        text-decoration: none;
                        transition: all 0.3s;
                    }
                        .cart_wrapper .cart_lists .cart_list_wrap .footer .back_cart a:hover {
                            color: #111;
                        }
                            .cart_wrapper .cart_lists .cart_list_wrap .footer .back_cart a:hover span {
                                animation: arrow 1.5s infinite ease;
                            }
                        .cart_wrapper .cart_lists .cart_list_wrap .footer .back_cart a span {
                            vertical-align: sub;
                            font-size: 18px;
                            margin-right: 5px;
                        }
                .cart_wrapper .cart_lists .cart_list_wrap .footer .subtotal {
                   /* width: calc(50% - 80px);
                    flex: 0 0 calc(50% - 50px);*/
                    text-align: right;
                    font-size: 16px;
                }
                    .cart_wrapper .cart_lists .cart_list_wrap .footer .subtotal label { margin-right: 5px;}
                    @media (min-width: 768px) and (max-width: 1023px) {
                        .cart_wrapper { max-height: 1000px
                        }}
@media (max-width: 767px) {
    .cart_wrapper {
        max-height: unset;
        max-width: 100%;
        margin: 10px 0 10px 0;
    }
        .cart_wrapper .cart_lists .cart_list_wrap .footer {
            flex-wrap: unset;
        }
        .cart_wrapper .cart_lists {
            width: 100%;
            flex: 0 0 100%;
            padding: 5px;
        }
            .cart_wrapper .cart_lists .cart_list_wrap {
                padding-left: 0px;
                padding-right: 0px;
            }
                /*.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item {
                    grid-template-columns: 1fr 3fr 0 2fr 1fr;
                }*/

                    .cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item {
                        padding: 5px;
                    }
                        .cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_img {
                            /*grid-row-start: 1;
                            grid-row-end: 3;*/
                        }
                        .cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_name {
                            /*grid-row-start: 1;
                            grid-row-end: 2;
                            grid-column-start: 2;
                            grid-column-end: 5;*/
                            width: 100%;
                        }
                        .cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_remove {
                            /*position: absolute;*/
                            right: 0px;
                            top: 0px;
                        }

                .cart_wrapper .cart_lists .cart_list_wrap .footer .subtotal {
                   /* width: 50%;
                    flex: 0 0 45%;*/
                }

                .cart_wrapper .cart_lists .cart_list_wrap .footer .back_cart a {
                    font-size: 9px;
                }


                .cart_wrapper .cart_lists .cart_list_wrap .footer .subtotal {
                    font-size: 9px;
                }
}
@media (max-width: 767px) {
    .cart_wrapper .cart_lists .cart_list_wrap .footer .back_cart,
    .cart_wrapper .cart_lists .cart_list_wrap .footer .subtotal .btnCart {
        font-size: 9px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .cart_wrapper .cart_lists {
        width: 100%;
        flex: 0 0 100%;
    }

        /*.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive {
            max-height: 380px;
        }*/
}
.cart_wrapper .cart_details {
    background: #f5f6f8;
    padding: 5px 10px;
    /*width: 330px;*/
    /*flex: 0 0 330px;*/
    /*box-shadow: -8px 0px 32px rgba(0, 0, 0, 0.36);*/
    position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .cart_wrapper .cart_details {
        width: 100%;
        flex: 0 0 100%;
    }
}
@media (max-width: 767px) {
    .cart_wrapper .cart_details {
        width: 100%;
        flex: 0 0 100%;
        padding: 5px;
    }
}
.cart_wrapper .cart_details .cart_title {
    font-size: 22px;
    color: #010101;
    font-weight: 500;
    margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .cart_wrapper .cart_details .cart_title {
        margin-bottom: 40px;
    }
}
.cart_wrapper .cart_details .form_row {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .cart_wrapper .cart_details .form_row {
        margin-bottom: 40px;
    }
}
.cart_wrapper .cart_details .form_row .form_group {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    margin-bottom: 20px;
    padding: 0px 10px;
    width: 100%;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .cart_wrapper .cart_details .form_row .form_group:nth-child(2) {
        width: 50%;
    }
    .cart_wrapper .cart_details .form_row .form_group:nth-child(3) {
        /* width: 30% !important;
        flex: 0 0 30% !important;*/
    }
    .cart_wrapper .cart_details .form_row .form_group:nth-child(4) {
        width: 20% !important;
        flex: 0 0 20% !important;
    }
}
.cart_wrapper .cart_details .form_row .form_group.w_75 {
    width: 65%;
    flex: 0 0 65%;
}
.cart_wrapper .cart_details .form_row .form_group.w_25 {
    width: 35%;
    flex: 0 0 35%;
}
.cart_wrapper .cart_details .form_row .form_group .input_label {
    color: #3c3c3c;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    flex: 0 0 100%;
    letter-spacing: 0.5px;
}
.cart_wrapper .cart_details .form_row .form_group .input {
    width: 100%;
    flex: 0 0 100%;
    background-color: transparent;
    border: none;
    outline: none;
    color: #eee;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    border-bottom: solid 2px #999;
    height: 32px;
    transition: all 0.3s linear;
}
    .cart_wrapper .cart_details .form_row .form_group .input::placeholder {
        font-size: 16px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.1);
        transition: all 0.2s linear;
    }
    .cart_wrapper .cart_details .form_row .form_group .input:focus::placeholder {
        opacity: 0;
    }
.cart_wrapper .cart_details .form_row .form_group.cart_type {
    justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .cart_wrapper .cart_details .form_row .form_group.cart_type {
        justify-content: left;
    }
}
.cart_wrapper .cart_details .form_row .form_group.cart_type .type {
    width: calc(100% / 3 - 15px);
    padding: 0px;
    margin-top: 5px;
    cursor: pointer;
    transition: all 0.3s linear;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .cart_wrapper .cart_details .form_row .form_group.cart_type .type {
        width: 75px;
    }
}
.cart_wrapper .cart_details .form_row .form_group.cart_type .type:hover svg {
    fill: #bbb;
}
.cart_wrapper .cart_details .form_row .form_group.cart_type .type svg {
    width: 42px;
    fill: #7f7a76;
    transition: all 0.3s linear;
}
.cart_wrapper .cart_details .form_row .form_group.cart_type .type.paypal svg {
    width: 62px;
    margin-top: -10px;
}
.cart_wrapper .cart_details .form_row .form_group.cart_type input {
    display: none;
}
    .cart_wrapper .cart_details .form_row .form_group.cart_type input#master:checked ~ .master svg {
        fill: #f4f4f4;
    }
    .cart_wrapper .cart_details .form_row .form_group.cart_type input#visa:checked ~ .visa svg {
        fill: #f4f4f4;
    }
    .cart_wrapper .cart_details .form_row .form_group.cart_type input#paypal:checked ~ .paypal svg {
        fill: #f4f4f4;
    }
.cart_wrapper .cart_details .form_row .btn {
    width: calc(100%);
    height: 65px;
    margin: 0px -40px;
    background-color: #f1c40f;
    border: none;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    bottom: 0px;
    transition: all 0.3s linear;
}
@media (max-width: 767px) {
    .cart_wrapper .cart_details .form_row .btn {
        position: static;
        margin: auto;
    }
}
.cart_wrapper .cart_details .form_row .btn:hover {
    background-color: #dfb50d;
}
.cart_wrapper .cart_details .form_row .btn:active {
    box-shadow: inset 0 0 28px 0px rgba(0, 0, 0, 0.3);
}
/*--//My Cart--*/
/*---- responsive-design -----*/
@media(max-width:1366px) {
    /*.login-page {
        width: 38%;
    }*/
    .login-top {
        padding: 1em;
    }
    /*.title-info {
        margin-bottom: 4em;
    }*/
    .scroll-pane {
        height: 130px;
    }
    .dividerHeading a{
        font-size:18px !important
    }
    .filter-section h3{
        font-size: 20px;
        padding: 6px 0
    }
}
@media (min-width: 1200px) {
    .rent-page {
        width: 1170px !important;
    }
}
@media (max-width: 1200px){
    .filter-section h3 {
        font-size: 16px;
        padding: 6px 0
    }
    .filter-section .btn {
        padding: 3px 6px
    }
}
@media(max-width:1280px) {
    /*.login-page {
        width: 43%;
    }*/
    #toTop {
        right: 2%;
    }
    .footer {
        padding: 4em 0;
    }
    .footer h3,
    .footer .footer-logo{
        font-size: 2em !important
    }
}
@media(max-width:1200px) {
    span.tag {
        font-size: 36px !important;
    }
}
@media(max-width:1080px) {
    .cd-header-buttons {
        right: 8%;
    }
    .cd-search input {
        font-size: 1.5em;
    }
    .banner {
        padding: 7em 0;
    }
    .banner-right ul li h4 {
        left: 20%;
    }
    .new {
        padding: 4em 0 0;
    }
    .new-grid, .gallery-grid {
        width: 99%;
    }
        .new-grid.new-mdl, .gallery-grid.gallery-grid1 {
            margin: 0 1em;
        }
        .new-grid.new-mdl1, .gallery-grid.gallery-grid2 {
            margin-right: 1em;
        }
    .new-bottom h5 {
        font-size: 1.5em;
    }
    .rating span {
        font-size: 1.1em;
        vertical-align: middle;
    }
    .new-text {
        top: 14%;
        width: 90%;
    }
    .new-grid:hover .new-text {
        left: 5%;
    }
    .new-text ul li a {
        font-size: 0.9em;
    }
    .new-top {
        padding: 0.8em 1em;
    }
    .new-info {
        padding-bottom: 4em;
    }
    .gallery {
        padding: 4em 0;
    }
    .gallery-text h5 {
        /*font-size: 1.6em;*/
        font-size: 14px;
        margin: 0.5em 0 0.3em;
        line-height: 20px;
    }
    .gallery-grid {
        height: 24.7em;
        margin-bottom: 1em;
    }
    .trend-info {
        padding: 3em 9em 2em 2em;
    }
    .trend-slider h4 {
        font-size: 2.5em;
    }
   .trend-slider h5 {
        font-size: 2.8em;
    }
    .footer {
        padding: 3.5em 0;
    }
    /*.products, .related-products, .login-page, .contact, .cart-items, .about, .faq-info, .codes {
        padding: 4em 0;
    }*/
    .login-page {
        width: 55% !important;
        /*width: 80%;*/
    }
    h3.title {
        font-size: 3.3em;
    }
    .title-info {
        margin-bottom: 3em;
    }
    .footer-grids ul li {
        padding: 5px 25px 5px 0;
    }
    .contact iframe {
        min-height: 340px;
    }
    .address p {
        letter-spacing: 0px;
    }
    .rsidebar-top {
        padding: 1.5em;
    }
    .rsidebar h4 {
        font-size: 1.1em;
    }
    .product-grids {
        width: 32%;
        margin-bottom: 1em;
    }
        .product-grids.product-grids-mdl {
            margin: 0 1em;
        }
/*
    .single-top {
        margin-left: 13%;
    }
*/
    .single-top-left h3 {
        font-size: 1.6em;
    }
    .single-top-left {
        padding: 0;
    }
    .single-info {
        padding: 5em 0 3em;
    }

    .box-btn {
        margin-top: 9px;
    }
}
    @media (min-width: 992px) {
        .rent-page {
            width: 970px !important;
        }
        .col-md-3 table{
            width: 270px
        }
    }
    @media(max-width:991px) {
        .header-two-left ul li {
            font-size: 0.9em;
            margin-right: 1em;
        }
            .header-two-left ul li i.glyphicon {
                margin-right: .5em;
            }
        /*.header-two .navbar-nav {
            width: 33%;
        }*/
        .header-right.cart {
            margin-right: 0.5em;
            padding-right: 5px;
        }
        .header-two-left ul li {
            font-size: 0.9em;
            margin: 0.6em 0 0;
            display: block;
        }
        .logo h1 {
            font-size: 2.8em;
            margin: 0.6em 0 0.5em;
            font-weight: 900;
        }
        .header-two-left {
            margin-top: 2.1em;
        }
        /*.header-right.cart {
            margin-top: 2em;
        }*/
        .header-right.my-account {
            margin: 2em 0;
        }
        .social-icons ul li {
            margin-left: 0.8em;
        }
        .banner-left {
            padding: 0;
        }
        .banner h2 {
            font-size: 2.6em;
        }
        .banner-text h3 {
            margin: 1em auto;
        }
        ul#example li {
            padding: 1em;
            width: 29%;
        }
            ul#example li:nth-child(2) {
                margin: 0 0.5em;
            }
        .banner-right ul li h4 {
            left: 15%;
            font-size: 4.5em;
            bottom: 27%;
        }
        .banner-right {
            min-height: 260px;
            padding: 0 0 1em;
        }
        .banner {
            padding: 5em 0;
        }
        .new-grid, .gallery-grid {
            /* width: 23.5%;*/
            float: left;
        }
        .new-text {
            top: 12%;
            width: 100%;
            padding: 1em;
        }
        .new-grid:hover .new-text {
            left: 0%;
        }
        .navbar-default .navbar-nav > li > a {
            padding: 1.2em 0.8em;
        }
        .cd-header-buttons {
            right: 2%;
        }

        .new-bottom {
            text-align: center;
        }
        .rating {
            float: none;
        }
        .rating {
            margin-top: .4em;
        }
        .ofr p {
            font-size: 1em;
            margin-top: 0.5em;
        }

        .new-text ul li:nth-child(2) {
            margin: 0.5em 0;
        }
        .gallery {
            padding: 3em 0;
        }

        h3.title {
            font-size: 2em;
        }
        .gallery-grid {
            /*height: 20.5em;
        padding: 1em;
        margin: 5px;*/
            height: 23.5em;
            /* padding: 1em;*/
            margin: 10px;
        }
        .trend-left {
            float: left;
            width: 40%;
        }
        .trend-right {
            float: right;
            width: 60%;
            padding: 0;
        }
        .flexslider.trend-slider .slides img {
            width: 100%;
        }
        .trend-slider h4 {
            font-size: 2em;
        }
        .trend-slider h5 {
            font-size: 2.4em;
        }
        .trend-slider p {
            font-size: 0.9em;
            margin-top: 1em;
        }
        .trend-info {
            padding: 2em 5em 1.5em 1em;
        }
        /*.footer-grids:nth-child(2) {
            margin: 2em 0;
        }*/
        .footer {
            padding: 3em 0;
        }
        ul.dropdown-menu.multi-column {
            /*padding: 1.5em;*/
            padding: 1.0em;
        }
        .multi-column-dropdown li a {
            font-size: 0.9em;
        }
        .row h4 {
            font-size: 0.9em;
        }
        .menu-grids.menulist1 ul {
            width: 46%;
        }
        .menu-grids {
            padding-right: 0;
        }
        ul.dropdown-menu.multi-column.multi-column1 .menu-grids:nth-child(3) {
            width: 25%;
            padding-left: 3em;
        }
        .new-add2 h6 {
            font-size: 1.6em;
        }
        .new-add h5 {
            font-size: 2.1em;
        }
        .contact iframe {
            min-height: 300px;
        }
        .address {
            padding: 4em 0;
        }
            .address h4 {
                font-size: 2.5em;
                margin-bottom: 0.6em;
            }
        .address-left {
            float: left;
            width: 50%;
            padding-left: 0;
        }
        .address-right {
            float: right;
            width: 50%;
            padding: 0;
        }
        .address .address-info h4 {
            margin-bottom: .3em;
        }
        .address p {
            font-size: 1em;
        }
        .address-info {
            padding: 3em;
        }
        .address-grid {
            padding: 1.4em;
        }
        .address input[type="text"] {
            padding: .6em 1em;
            margin-bottom: 1.5em;
        }
        .address-info.address-mdl {
            margin: 1.5em 0;
        }
        .address textarea {
            min-height: 14.5em;
        }
        .product-model-sec .new-text {
            width: 80%;
        }
        .rsidebar {
            width: 100%;
            margin: 1em auto 0;
        }
        .single-top {
            width: 50%;
            margin-left:27%
        }
        .single-top-left h3 {
            margin-top: 1.5em;
        }
        .single-info h6 {
            font-size: 1.8em;
        }
        .single-info {
            padding: 4em 0 1em;
        }
        span.tag {
            font-size: 24px !important;
        }
        .box-btn {
            margin-top: 0px !important;
        }
        .dividerHeading {
            column-gap:0 !important
        }
    }
    @media(max-width:800px) {
        .top-header p, .top-header h2 {
            letter-spacing: 0px;
        }
        .header-right a {
            font-size: 0.8em;
        }
        /*.header-two .navbar-nav {
            width: 32%;
        }*/

        .header-two-left {
            margin-top: 1.8em;
        }
        .cd-search input {
            font-size: 1.3em;
        }
        .banner-right {
            min-height: 280px;
            padding: 1em 0 0;
            background-position: 0px -15px;
        }
            .banner-right ul li h4 {
                bottom: 24%;
            }
        .new {
            padding: 3em 0 0;
        }
        .title-info p {
            font-size: 0.9em;
        }
        .trend {
            padding: 4em 0;
        }
        /*.products, .related-products, .login-page, .contact, .cart-items, .about, .faq-info, .codes {
            padding: 3em 0;
        }*/

        .login-page {
            width: 70% !important;
        }
        .product-grids .new-top {
            padding: 0 1em;
        }
    }
    @media(max-width:725px) {
        .gallery-grid {
            /* height: 20.5em;
        padding: 1em;
        margin: 4px;*/
            height: 23.5em;
            /* padding: 1em;*/
            margin: 10px;
        }
    }
    @media(max-width:767px) {
        .top-header .nav.navbar-nav {
            margin: 0;
           /* float: left;*/
            font-size: 10px;
        }
            .top-header .nav.navbar-nav.social-icons {
               /* float: right;*/
                margin-top: 0.5em;
            }
        /*.header-two .navbar-nav {
            width: 100%;
            float: none;*/
           /* margin: 0 0 1em;*/
        /*}*/
            .header-two .navbar-nav.header-two-left {
                margin-top: 1.6em;
                /*width: 28%;*/
                width: 100%;
                text-align: center;
            }
        .header-two-left ul li {
            display: inline-block;
        }
       /* .header-right {
            width: 49%;
        }*/

            .header-right.my-account {
                text-align: center;
            }
            .header-right span.glyphicon {
                font-size: 1.5em;
            }
        .header-two-left ul li {
            font-size: 1.2em;
            margin: 0 1.6em 0 1.6em;
        }
        button.navbar-toggle {
            border-color: #fac400 !important;
            background-color: #fac400;
        }
        button.navbar-toggle {
            margin-right: 48%;
        }
        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #fac400;
        }
        .navbar-default .navbar-toggle .icon-bar {
            background-color: #F2F6F7;
        }
        .navbar-nav > li {
            display: inline-block !important;
            width:100%
        }
        .navbar-nav {
            margin: 0;
        }
        div#bs-example-navbar-collapse-1 {
            padding: 0;
            overflow: inherit;
        }
        .navbar-default .navbar-nav > li > a {
            padding: 0.8em 0.8em;
            font-size: 1em;
        }
        .menu-grids {
            padding-right: 0;
            float: left;
            width: 33.33%;
        }
        ul.dropdown-menu.multi-column {
            padding: 1em;
            top:90px;
        }
        .menu-grids.menulist1 ul {
            width: 100%;
            display: block;
        }
        .multi-column-dropdown li a {
            font-size: 0.85em;
        }
        ul.multi-column-dropdown:nth-child(3) {
            border: none;
        }
        ul.dropdown-menu.multi-column.multi-column1 .menu-grids:nth-child(3) {
            width: 25%;
            padding-left: 1em;
        }
    }
@media(max-width:768px) {
    .logo h1 {
        font-size: 2.5em;
    }
    .logo img {
        height: 70px
    }
    .mobile-login {
        display: block !important;
    }
    .desktop-login {
        display: none
    }
    .rent-page {
        width: 90% !important;
    }
    .header-right.cart {
        margin: 0;
    }
    .header-right.my-account {
        margin: 1.5em 0;
    }
    .header-two-left {
        margin-top: 1.8em;
    }
    .breadcrumbs {
        padding: 1.2em 0;
    }
    .banner {
        padding: 4.5em 0;
    }
    .new-text {
        top: 16%;
        width: 97%;
    }
    .new-grid:hover .new-text {
        left: 1%;
    }
    .new-text ul li a {
        padding: 0.8em 1em;
    }
    .top-header p, .top-header h2 {
        font-size: 0.9em;
    }
    .radiobox {
        height:65px;
        margin-bottom:10px
    }
}
    @media(max-width:640px) {
        .row h4 {
            margin-bottom: 0;
        }
        .menu-grids.new-add2 {
            padding: 0;
        }
        .new-add2 h6 {
            font-size: 1.4em;
        }
        .menu-two.multi-column3 .menu-grids:nth-child(2) {
            width: 74%;
        }
        .multi-column4 .menu-grids:nth-child(4) {
            padding: 0;
        }
        .new-add h5 {
            font-size: 2em;
        }
        .banner {
            padding: 3em 0;
        }
        .banner-text h3 {
            font-size: 1.3em;
            padding: .5em 1em;
        }
        ul#example li {
            width: 19%;
        }
        .banner-right {
            margin-top: 1.5em;
        }
        h3.title {
            font-size: 2em;
        }
        .title-info {
            margin-bottom: 2em;
        }
        .new-grid.new-mdl, .gallery-grid.gallery-grid1 {
            margin: 0 0.5em;
        }
        .new-grid.new-mdl1, .gallery-grid.gallery-grid2 {
            margin-right: 0.5em;
        }
        .new-grid, .gallery-grid {
            /*width: 24.1%;*/
            float: left;
        }
        .new-text ul li a {
            padding: 0.6em 1em;
        }
        .new-bottom {
            padding: 0.8em;
        }

        .ofr p {
            font-size: 0.9em;
        }
        .new-text {
            top: 9%;
        }
        .gallery-text h5 {
            /*font-size: 1.4em;*/
            font-size: 16px;
            line-height: 13px;
        }
        .gallery-grid {
            /*  height: 17.9em;
        padding: 0.8em;
        margin: 2px;*/
            height: 21.5em;
            /*padding: 1em;*/
            margin: 10px;
        }
        .gallery-text ul li a span.glyphicon {
            font-size: 1em;
        }
        .gallery {
            padding: 2.5em 0;
        }
        .trend {
            padding: 3em 0;
        }
        .trend-slider h4 {
            font-size: 1.8em;
        }
        .trend-slider h5 {
            font-size: 1.8em;
        }
        .trend-slider p {
            font-size: 0.85em;
        }
        .trend-info {
            padding: 2em 3em 1.5em 1em;
        }
        .flexslider.trend-slider ol.flex-control-nav {
            right: -5%;
        }
        .footer {
            padding: 2.5em 0;
        }
        .footer-grids h4 {
            font-size: 2.5em;
        }
        .footer-grids h3 {
            font-size: 2.5em;
            margin-bottom: 0.2em;
        }
        .footer-grids p {
            font-size: 0.9em;
        }
        .footer-grids ul li a {
            font-size: 0.9em;
        }
        .login-page {
            width: 90% !important;
        }

        .login-top h4 {
            font-size: 1.3em;
        }
        .login-top {
            padding: 0.8em;
        }
        .login-page input[type="text"], .login-page input[type="password"] {
            font-size: 0.9em;
        }
        .login-body {
            padding: 0.1em;
        }
        .rent-page {
            width: 99% !important;
        }
        /*.login-body .col-md-12 {
            padding-left: 2px;
            padding-right: 2px;
        }*/
            .login-body .col-md-12 .col-md-6 {
                padding-left: 2px;
                padding-right: 2px;
            }
        .login-page-bottom h5 {
            font-size: 1.3em;
        }
        .cart-item-info h4 {
            font-size: 1.8em;
        }
            .cart-item-info h4 span {
                font-size: 0.9em;
                margin-bottom: 0.5em;
            }
        ul.qty li p {
            font-size: 0.9em;
        }
        .delivery p {
            font-size: 0.9em;
        }
        .delivery span {
            font-size: 0.9em;
        }
        .delivery {
            margin-top: 1em;
        }
        .contact iframe {
            min-height: 250px;
        }
        .address-grid {
            padding: 1.1em;
        }
        .address h4 {
            font-size: 1.5em;
        }
        .address p {
            font-size: 0.9em;
        }
        .address-info {
            padding: 2.3em 1em;
        }
        .address textarea {
            min-height: 9.6em;
        }
        .product-grids {
            width: 31.7%;
        }
        .new-text {
            top: 14%;
        }
        input.item_quantity {
            padding: 0.6em 1em;
        }
        .new-text {
            top: 17%;
        }
        .single-info h6 {
            font-size: 1.5em;
        }
        .single-info p {
            font-size: 0.9em;
        }
        .single-top-left ul h4 {
            font-size: 2em;
        }
        .panel-body {
            font-size: 0.9em;
        }
        .header-right.my-account {
            /*padding-right: 1em;*/
        }
    }
    @media (min-width:576px) and (max-width:768px){
        .single-top {
            margin-left: 27%;
            width: 50%;
        }
    }
    @media(max-width:576px){
        .menu-grids {
            width: 50%;
        }
        .single-top {
            margin-left: 18%;
            width: 75%;
        }
        /*.header-right{
            width:47%
        }*/
        #search-nav .search-nav-item{
            margin:3px
        }
        .cart_wrapper .cart_lists .cart_list_wrap .footer{
            padding: 0 5px
        }
        .cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item {
            font-size: 10px
        }
        .logo img{
            height:50px
        }
        #cd-search{
            width:85% !important
        }
        #cd-search span{
            font-size:1em !important
        }
        #suggestions-container{
            width:50% !important
        }
        .header-right span.glyphicon.glyphicon-user {
            font-size: 16px;padding:5px !important
        }
        .header-right span.glyphicon.glyphicon-log-out {
            font-size: 16px;
            padding: 5px !important
        }
        .header-right span.glyphicon.glyphicon-log-in {
            font-size: 16px;
            padding: 5px !important
        }
        .header-right a.glyphicon{
            font-size:16px !important
        }
        #nav1 {
            /*top: 52px !important;*/
        }
        /*#nav1 nav{
            top: 58px !important;
        }*/
        /*.navbar-default .navbar-nav > li > a{
            padding: 0 5px
        }*/
        span.tag {
            font-size: 18px !important;
        }
        .header-right.cart{
            padding: 0 5px !important
        }
        .header-right a{
            font-size:10px
        }
        .dropdown-menu.multi-column.multi-column2.SubMenuTop.show{
            width:100%
        }
        /*.nav-header nav.active{
            left:5px !important
        }*/
        .shop-by-brnad-main{
            padding:0 !important
        }
        .img-thumbnail{
            margin-right:5px !important;
            height:35px !important;
            width:35px !important
        }
        .dividerHeading div{
            padding-right:5px !important;
            padding-left:5px !important
        }
        #loadItemCategoryData > div {
            padding: 0px 8px 0px 8px !important
        }
        .dividerHeading a{
            font-size:11px !important
        }
        .dividerHeading .col-xs-6{
            display:flex
        }
        #filters {
            width: 100%
        }
        .title {
            font-size: 20px
        }
        .title-result{
            font-size:20px
        }
    }
    @media(max-width:566px) {
        .header-right.my-account {
            margin: 0.7em 0.5em 0.5em 0.7em;
            padding: 0em;
        }
        /*.header-right.cart{
            margin:0.7em 0
        }*/
    }
    @media(max-width:500px) {
        .new-grid, .gallery-grid {
            /*width: 28%;*/
            float: left;
        }
        .gallery-grid {
            height: 17.9em;
            padding: 0.8em;
            margin: 10px;
        }
    }
    @media(max-width:518px) {
        .address-grid {
            padding: 1em;
        }
        .address-info {
            padding: 2.2em;
        }
        .address textarea {
            min-height: 9em;
        }
    }
    @media(max-width:512px) {
        .address-grid {
            padding: 2em;
        }
    }
    @media(max-width:491px) {
        .new-grid, .gallery-grid {
            /*width: 30%;*/
            float: left;
        }
        .gallery-grid {
            height: 17.9em;
            /*  padding: 0.8em;*/
            margin: 5px;
            padding: 0px;
        }
            .gallery-grid a img {
                height: 52%;
            }
    }
    @media(max-width:480px) {
        button.navbar-toggle {
            margin-right: 44%;
        }
        .top-header .nav.navbar-nav {
            float: none;
            text-align: center;
        }
            .top-header .nav.navbar-nav.social-icons {
                float: none;
                margin: 0.5em 0;
            }
        .header-two .navbar-nav.header-two-left {
            margin-top: 1em;
            width: 100%;
            text-align: center;
        }
        .header-two-left ul li {
            margin: 0 1em;
            display: inline-block;
        }
        /*.header-two .navbar-nav {
            width: 100%;
            float: none;*/
           /* margin: 0 0 1em;*/
        /*}*/

        /*.header-right {*/
            /*width: 96%;*/
            /*width: 47%;
        }*/
            .header-right.cart {
                /* margin-top: 0;
            margin-right: 0em;*/
                padding-right: 0em;
                margin: 0em;
            }
            .header-right.my-account {
                margin: 0.3em;
            }
        .breadcrumb {
            margin-bottom: 0;
        }
        .logo h1 {
            margin: 0.5em 0;
        }
        .banner-text h3 {
            margin: 0.5em auto;
        }
        .banner-left h4 {
            font-size: 1.5em;
            margin-bottom: 0.5em;
        }
        ul#example li span {
            font-size: 1.5em;
            color: #fff;
            line-height: 0.6em;
        }
        ul#example li {
            width: 18%;
            padding: 0.8em;
        }
        .banner-right {
            min-height: 245px;
            background-position: 0px -10px;
        }
            .banner-right ul li h4 {
                left: 21%;
                font-size: 4em;
            }
        .title-info p {
            letter-spacing: 0px;
        }
        .new-grid, .gallery-grid {
            /*width: 30%;*/
        }
            .new-grid.new-mdl, .gallery-grid.gallery-grid1 {
                margin: 0 0 .5em .5em;
            }
        .gallery-grid {
            /*height: 18.9em;
        padding: 1em;
        margin-bottom: 0.5em;*/
            height: 18.5em;
            /* padding: 1em;*/
            margin: 10px;
        }
        .new-info {
            padding-bottom: 3em;
            border-bottom: 3px double #9FA3AA;
        }
        h3.title {
            font-size: 2em;
        }
        .trend-left {
            float: none;
            width: 50%;
            margin: 0 auto;
        }
        .trend-right {
            float: none;
            width: 100%;
            text-align: center;
        }
        .trend-info {
            padding: 1.5em;
        }
        .trend-slider h4 {
            font-size: 1.5em;
        }
        .trend-slider h5 {
            font-size: 1.5em;
        }
        /*.navbar-default .navbar-nav > li > a {
            padding: 10px;
        }*/
        .menu-grids {
            padding: 0;
            float: left;
            width: 100%;
            text-align: center;
        }
        ul.dropdown-menu.multi-column.multi-column1 .menu-grids:nth-child(3) {
            width: 100%;
            padding: 0;
        }
        .menu-two.multi-column3 .menu-grids:nth-child(2) {
            width: 100%;
        }
        .social-btn i {
            font-size: 0.9em;
            vertical-align: inherit;
        }
        .cart-items h3 {
            font-size: 1.8em;
        }
        .cart-item-info h4 {
            font-size: 1.6em;
        }
            .cart-item-info h4 span {
                font-size: 0.87em;
            }
        .alert-close, .alert-close1, .alert-close2 {
            top: 4px;
        }
        /*.cart-items {
            padding: 3em 0 0;
        }*/
        .address-grid {
            padding: 1em;
        }
        .address h4 {
            font-size: 1.8em;
        }
        .address input[type="text"] {
            padding: .6em 1em;
            margin-bottom: 1em;
            font-size: 0.9em;
        }
        .address-info {
            padding: 1em;
        }
        .address input[type="submit"] {
            padding: .6em 4em;
            font-size: 0.9em;
        }
        .address textarea {
            min-height: 6em;
            font-size: 0.9em;
        }
        .address {
            padding: 3em 0;
        }
        .footer-grids ul li {
            padding: 5px 14px 0 0;
        }
        .login-top {
            padding: 0.6em;
        }
        .login-page input[type="submit"] {
            padding: .7em 1em;
            font-size: 0.9em;
        }
        .contact iframe {
            min-height: 200px;
        }
        .footer input[type="text"] {
            font-size: 0.9em;
            padding: 10px 10px;
        }
        .footer input[type="submit"] {
            font-size: 1em;
            padding: 8px 12px;
        }
        .about p {
            font-size: 0.9em;
        }
        .faq > li > a {
            font-size: 0.9em;
            line-height: 1.8em;
        }
        .faq-info .faq li p {
            font-size: 0.9em;
            padding-left: 1em;
        }
        .faq-info a {
            padding: 0.7em 0.8em;
        }
        .product-grids {
            width: 32.2%;
        }
            .product-grids.product-grids-mdl {
                margin: 0 0.5em;
            }
            .product-grids:hover .new-text {
                left: 0;
                width: 100%;
            }
        .imagezoom-view {
            display: none;
        }
        .single-top {
            margin-left: 18%;
            width: 75%;
        }
        .single-top-left h3 {
            font-size: 1.5em;
        }
        .single-rating {
            margin: 0.8em 0;
        }
        .single-info p {
            margin: 0.5em 0;
        }
        .collpse.tabs {
            padding-top: 0;
        }
        h4.panel-title a {
            font-size: 1.2em;
            padding: .5em 1em;
        }
        .menu-grids {
            border-right: unset;
        }
        /*#nav1 {
            top: 56px !important;
            left:-5px
        }*/
            /*#nav1 nav {
                top: 50px !important;
            }*/
        #userDropdown{
            padding:0 !important
        }
        .menu-grids{
            width:50%
        }
    }
    @media(max-width:445px) {
        .address-grid {
            padding: 0.7em;
        }
        .float-child {
            padding: 2px;
        }
        .address-info {
            padding: 0.9em;
        }
        .btnCart {
            padding: 0.8em .2em;
        }
        .float-container {
            padding: unset;
        }
        .btn_form a {
            padding: 0.8em .5em;
        }
    }
    @media(max-width:439px) {
        .address textarea {
            min-height: 7.9em;
        }
    }
    @media (max-width: 414px) {
        .addcart{
            position: initial;
            right: 30px;
            display: inline-block
        }
    }
    @media(max-width:414px) {
        .banner h2 {
            font-size: 2.4em;
        }
        ul#example li p {
            margin-top: 0.2em;
        }
        ul#example li {
            width: 24%;
        }
        .banner-right ul li h4 {
            font-size: 3.5em;
        }
        .banner-right {
            min-height: 215px;
        }
        .header-right.cart {
            padding-right: 3em;
        }
        .title-info p {
            font-size: 0.85em;
        }
        h3.title {
            font-size: 2em;
        }
        .title-info {
            margin-bottom: 1.5em;
        }
        .gallery-grid {
            /* padding: 0.5em;*/
            padding: 0;
        }
        .product-grids.product-grids-mdl {
            margin: 0 1em 1em 0;
        }
        .product-grids {
            width: 46%;
            margin: 0 1em 1em 0;
        }
        .social-btn.sb-two {
            margin-left: 1em;
        }
        .social-btn a {
            padding: .7em 1.2em;
        }
        .login-page-bottom h5 {
            margin: 0.5em 0;
        }
        .address-left, .address-right {
            float: none;
            width: 100%;
            padding: 0;
        }
        .address-right {
            margin-top: 1em;
        }
        .delivery p, .delivery span {
            float: none;
        }
        .delivery span {
            margin-top: 0.5em;
        }
        .logo h1 {
            margin: 0.3em 0;
        }
        .faq-info .faq li p, .faq > li > a {
            font-size: 0.87em;
        }
        .faq li {
            margin-top: 0.5em;
        }
        /*.header-right {*/
            /*width: 90%;*/
            /*width: 47%;
        }*/
    }
    @media(max-width:384px) {
        .new-grid, .gallery-grid {
            /*width: 46%;*/
        }
        .gallery-grid {
            /*height: 18em;*/
        }
        .product-grids {
            width: 45.8%;
        }
    }
    @media(max-width:375px) {
        .banner-right {
            min-height: 190px;
            background-position: 0;
        }

        .new-grid, .gallery-grid {
            /*width: 46%;*/
        }
        .new-text {
            top: 9%;
        }
        .gallery-grid {
            /*height: 17.1em;*/
            height: 18.5em;
            /* padding: 1em;*/
            margin: 10px;
        }
        .trend-slider h4 {
            font-size: 1.3em;
        }
        .trend-slider h5 {
            font-size: 1.3em;
        }
        .trend-slider p {
            margin-top: 0.5em;
        }
        .login-page input[type="submit"] {
            margin: 0;
        }
        .social-btn i {
            font-size: 0.87em;
        }
        .social-btn a {
            padding: .6em 1em;
        }
        .social-btn.sb-two {
            margin-left: 0.5em;
        }
    }
    @media(max-width:360px){
        .cart_wrapper .cart_lists .cart_list_wrap .footer .subtotal{
            display:contents
        }
        .cart_wrapper .cart_lists .cart_list_wrap .footer .back_cart {
            display: contents
        }
            .cart_wrapper .cart_lists .cart_list_wrap .footer .subtotal .subtotallable {
                display: block
            }
        .cart_wrapper .cart_lists .cart_list_wrap .footer1 .subtotal,
        .cart_wrapper .cart_lists .cart_list_wrap .footer1 .back_cart {
            font-size: 7px
        }
    }
    @media(max-width:320px) {
        .top-header p, .top-header h2 {
            margin-top: .5em;
            font-size: 0.83em;
        }
            .top-header p a, .top-header h2 a {
                padding: 0 3px;
            }
        .top-header .nav.navbar-nav.social-icons {
            margin: 0.5em 0 .3em;
        }
        .header-two .navbar-nav.header-two-left {
            margin: 0.5em 0 0;
        }
        /*.header-two .navbar-nav {
            margin: 0 0 0.5em;
        }*/
        .header-two-left ul li {
            margin: 0 1.5em 0 0;
        }
        .logo h1 {
            font-size: 2em;
            margin: 0.5em 0 0;
        }
        span.tag {
            font-size: .35em;
            letter-spacing: 0px;
        }
        .cart-box p {
            padding: 4px 8px;
        }
        .banner h2 {
            font-size: 2.2em;
        }

        .header-right span.glyphicon {
            font-size: 1.3em;
        }
        .header-right.my-account {
            margin: 0.3em;
        }
        .header-right.cart {
            padding-right: 2em;
        }
        button.navbar-toggle {
            margin-right: 41%;
        }
        .navbar {
            min-height: 46px;
        }
        .navbar-toggle {
            padding: 7px 8px;
        }
        ul#example li {
            width: 25%;
            padding: 0.5em;
        }
        .banner-right {
            min-height: 170px;
            margin-top: 1em;
        }
        .banner {
            padding: 1.5em 0;
        }
        .banner-text h3 {
            font-size: 1.1em;
            padding: .4em 1em;
        }
        ul#example li span {
            font-size: 1.3em;
        }
        ul#example li p {
            font-size: 0.85em;
        }
        .new {
            padding: 2em 0 0;
        }
        .new-grid, .gallery-grid {
            /*width: 46%;*/
        }
        .new-bottom h5 {
            font-size: 1.3em;
        }
        .rating span {
            font-size: 1em;
        }
        .ofr p.pric1 {
            margin-right: 3px;
        }
        .ofr p {
            font-size: 0.85em;
        }
        .new-info {
            padding-bottom: 2em;
        }
        .gallery {
            padding: 2em 0;
        }
        .gallery-grid {
            padding: 0;
        }
        .gallery-grid {
            /*height: 16em;*/
            height: 18.5em;
            /* padding: 1em;*/
            margin: 5px;
        }
        .gallery-text p {
            font-size: 1.1em;
        }
        .gallery-text h5 {
            font-size: 12px;
            line-height: 15px;
        }
        .trend-left {
            width: 75%;
        }
        .flexslider.trend-slider ol.flex-control-nav {
            right: -1%;
            bottom: 71%;
        }
        .footer {
            padding: 2em 0;
        }
        .footer-grids h3 {
            font-size: 2.3em;
        }
        .footer-grids {
            padding: 0;
        }
        .login-page {
            width: 90%;
        }
        /*.products, .related-products, .login-page, .contact, .cart-items, .about, .faq-info, .codes {
            padding: 2em 0;
        }*/
        .login-page {
            padding: 0.2em 0 !important;
        }
        .login-body {
            /*padding: 1em;*/
            padding: unset;
        }
        /*.footer-grids:nth-child(2) {
            margin: 1.5em 0;
        }*/
        .footer-grids h4 {
            font-size: 2em;
        }
        .social-btn {
            display: block;
        }
            .social-btn.sb-two {
                margin: 0.5em 0 0;
            }
        .login-page label.checkbox {
            font-size: 0.9em;
        }
        .forgot a {
            font-size: 0.9em;
        }
        .alert-close, .alert-close1, .alert-close2 {
            right: 0px;
        }
        .cart-item-info h4 span {
            margin-bottom: 0.5em;
        }
        ul.qty li {
            margin-right: 4%;
        }
        .cart-item-info h4 {
            margin-bottom: 0.4em;
        }
        .delivery {
            margin-top: 0.5em;
        }
        .cart-sec {
            margin-bottom: 1.5em;
        }
        .contact iframe {
            min-height: 170px;
        }
        .address {
            padding: 2em 0;
        }
            .address p {
                font-size: 0.87em;
            }
        .product-grids {
            width: 47.4%;
            margin: 0 0.5em 0.5em 0;
        }
            .product-grids.product-grids-mdl {
                margin: 0 0.5em 0.5em 0;
            }

        .new-bottom {
            padding: 0 0 1em;
        }

        .rsidebar .gallery-grid {
            height: 25.9em;
        }

        .single-top {
            margin-left: 18%;
            width: 85%;
            padding: 0;
        }

        .social-icons ul li {
            margin-left: 0.6em;
        }

            .social-icons ul li a {
                background-position: 2px -2px;
                display: block;
                height: 17px;
                width: 17px;
                background-size: 125%;
            }

                .social-icons ul li a.pin {
                    background-position: -1px -31px;
                }

                .social-icons ul li a.in {
                    background-position: -4px -66px;
                    background-size: 128%;
                }

                .social-icons ul li a.be {
                    background-position: -3px -95px;
                }

                .social-icons ul li a.you {
                    background-position: -4px -126px;
                }

                .social-icons ul li a.vimeo {
                    background-position: -4px -158px;
                }

        .new-text ul li a {
            padding: 0.6em 0em;
        }

        .cart_wrapper .cart_lists .cart_list_wrap .footer .subtotal {
            font-size: 7px;
        }
    }
}
    /*--//responsive-design---*/
    .disabledThing {
        pointer-events: none;
    }

    .disabledThingWithOpacity {
        pointer-events: none;
        opacity: 0.5;
    }
    body a:disabled {
        pointer-events: none;
    }

    .error {
        color:red;
    }
/* CSS */
.view {
    --b: 3px; /* border thickness */
    --s: .45em; /* size of the corner */
    --color: #2e56a9;
    padding: calc(.5em + var(--s)) calc(.9em + var(--s));
    color: var(--color);
    --_p: var(--s);
    background: conic-gradient(from 90deg at var(--b) var(--b),#0000 90deg,var(--color) 0) var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));
    transition: .3s linear, color 0s, background-color 0s;
    outline: var(--b) solid #0000;
    outline-offset: .6em;
    font-size: 16px;
    border: 0;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
    .view:hover,
    .view:focus-visible {
        --_p: 0px;
        outline-color: #2e56a9;
        outline-offset: .05em;
    }
    .view:active {
        background: #2e56a9;
        color: #fff;
    }
.multi-column-dropdown .list {
    list-style: none;
}

    .multi-column-dropdown .list:before {
        content: "▶   ";
    }

    .multi-column-dropdown .list::marker {
        content: "▶";
    }
@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blink-text {
    animation: blink 1s infinite;
}
/*Properties of the Pop Up subscribe Form */
.c-modal {
    --i-close: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="1.5" stroke="black" fill="none"><line x1="18" y1="6" x2="6" y2="18" /><line x1="6" y1="6" x2="18" y2="18" /></svg>');
    background-color: rgba(0, 0, 0, .45);
    color: hsl(162, 10%, 20%);
    bottom: 0;
    display: none;
    left: 0;
    place-items: center;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}
    .c-modal:target {
        display: grid;
    }

.c-modal__accept {
    background-color: hsl(162, 50%, 34%);
    border: 0;
    border-radius: 0.25rem;
    color: hsl(162, 68%, 100%);
    margin-inline-start: 1rem;
    padding: 0.5rem 1rem;
    text-decoration: none;
}
.c-modal__cancel {
    color: hsl(162, 10%, 40%);
}
.c-modal__close {
    --ico: var(--i-close);
    --ico-c: currentColor;
    --w: 2.5rem;
    border-radius: 50%;
    display: grid;
    height: var(--w);
    /*   inset-inline-end: 1rem; */
    right: 1rem;
    place-items: center;
    position: absolute;
    top: 1rem;
    width: var(--w);
    color: #fff8f2;
    background: #d47731;
}
    .c-modal__close::after {
        background-color: var(--ico-c, #000);
        content: "";
        display: inline-block;
        height: 100%;
        width: 100%;
        mask: no-repeat center/var(--ico-w, 2rem) var(--ico);
        -webkit-mask: no-repeat center/var(--ico-w, 2rem) var(--ico);
    }

    .c-modal__close:focus {
        background-color: hsl(162, 20%, 95%);
        outline: none;
    }
.c-modal__headline {
    line-height: 1.2;
    margin: 0 0 .82em 0;
    width: calc(100% - 2.5rem);
}
.c-modal__inner {
    position: relative;
    background-color: #39322c;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 50%;
    width: 35em;
    height: auto;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    border: 5px solid #341d0a;
}
.c-modal__nav {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    margin-block-start: 1rem;
}
@media (hover: hover) {
    .c-modal__accept:hover {
        background-color: hsl(162, 50%, 24%);
    }

    .c-modal__close:hover {
        background-color: hsl(27.69deg 100% 97.45%);
    }
}
.subscribe {
    padding: 20px;
    margin: 30px 0px 30px 0px;
    border-radius: 20%;
    text-align: center;
    width: 400px;
    min-height: 325px;
    height: 400px;
    color: #445963;
    position: relative;
    right: 35px;
}

    /* Title Card subscribe  */
    .subscribe h2 {
        text-transform: uppercase;
        margin-bottom: 0;
        margin-top: 0;
        font-size: 30px;
        font-weight: bolder;
        color: #fff;
        position: relative;
        top: 25px;
        left: 70px;
    }
    /* Description of the "card subscribe" */
    .subscribe p {
        font-family: 'Source Sans Pro', sans-serif;
        letter-spacing: 0;
        margin-top: 0px;
        position: relative;
        font-size: 16px;
        left: 70px;
        bottom: 20px;
    }
.cfeo3 {
    font-family: sans-serif;
    font-size: 18px;
    color: #fff8f2;
    position: absolute;
    bottom: 100px;
    left: 170px;
}
.cfeo2 {
    font-size: 25px;
    color: #fff;
    position: relative;
    bottom: 12px;
}
.cfeo1 {
    font-size: 28px;
    text-transform: uppercase;
    color: #fff8f2;
    position: relative;
    bottom: 12px;
}
/* email input */
input[type=email] {
    font-size: 16px;
    letter-spacing: 1px;
    color: #d47731;
    padding: 0.5em 1em 0.5em 0;
    border: 0;
    width: 80%;
    border: 2px solid #fff8f2;
    border-bottom: 1px solid #dcdcdc;
    -webkit-appearance: none;
    outline: none;
    left: 70px;
    top: 15px;
    bottom: 0;
    background: #fff8f2;
    text-align: center;
    position: relative;
}
/* Button transmitter subscribe */
.subbutton {
    box-shadow: 0 0 26px 1px #e38742;
    padding: 8px 40px 12px 45px;
    transition: 0.3s linear;
    background: #d47731;
    border-radius: 20px;
    margin-top: 35px;
    border: none;
    outline: none;
    position: relative;
    font-size: 1em;
    color: #FFFFFF;
    font-weight: bold;
    left: 70px;
}
    .subbutton:hover {
        cursor: pointer;
        transform: translatey(-3px );
        box-shadow: 0 0 6px #e38742;
    }

    .subbutton:active {
        transform: translatey(3px );
        box-shadow: 0 0 0px #e38742;
    }
/*Properties of the Pop Up subscribe Form */
.c-modal__close {
    --ico: var(--i-close);
    --ico-c: currentColor;
    --w: 2.5rem;
    border-radius: 50%;
    display: grid;
    height: var(--w);
    /* inset-inline-end: 1rem; */
    right: 1rem;
    place-items: center;
    position: absolute;
    top: 1rem;
    width: var(--w);
    color: #fff8f2;
    background: #d47731;
}
    .c-modal__close:hover {
        background-color: hsl(27.69deg 100% 97.45%);
    }
.c-modal__close {
    --ico: var(--i-close);
    --ico-c: currentColor;
    --w: 2.5rem;
    border-radius: 50%;
    display: grid;
    height: var(--w);
    /* inset-inline-end: 1rem; */
    right: 1rem;
    place-items: center;
    position: absolute;
    top: 1rem;
    width: var(--w);
    color: #fff8f2;
    background: #4682fc;
}
a:hover, a:focus {
    color: #4682fc;
    /* text-decoration: underline; */
}
/*Age Verification css */

#age-verification {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(40, 40, 40, 1.0);
    -webkit-transition: 500ms;
    transition: 500ms;
    z-index: 90000001;
    display: none;
}
.age-verification-main {
    background-color: #d47731;
    font-family: "Source Sans Pro", sans-serif;
    color: white;
    font-size: 13pt;
    text-align: center;
    padding: 25px;
    position: relative;
    top: 10px;
    width: 500px;
    max-width: 80%;
    margin: 0 auto;
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.3);
}
    .age-verification-main a:hover {
        color: #3d3630;
    }

.age-title, .age-main-text {
    display: block;
    margin-bottom: 1em;
}

.age-title {
    font-size: 24pt;
    margin-bottom: 0.5em;
}
.age-button {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.3);
}
.age-button {
    font-family: "Source Sans Pro", sans-serif;
    background-color: white;
    border: none;
    font-size: 16pt;
    color: #39322c;
    display: inline-block;
    width: 150px;
    padding: 10px;
    margin: 5px 10px;
}
.age-button:hover {
        color: #fff;
        background-color: #39322c;
    }
.age-credits {
    /** credits are not required, but are appreciated **/
    font-family: "Source Sans Pro", sans-serif;
    color: white;
    display: block;
    font-size: 12px;
    text-decoration: normal;
    text-align: right;
    margin-top: 20px;
    margin-bottom: -15px;
}

    .age-credits a {
        color: white;
    }
/*Age Verification css*/
.suggestion-list li {
    list-style: none;
    padding-left: 15px;
    border-bottom: 1px solid #d8d8d8
}
.spnSuggestion {
    font-weight: bold;
    background-color: lightgray;
    width: 100%;
    display: block;
    padding: 5px;
}
.spnSearch {
    padding:5px;
    display:block;
    width:100%;
}
.backgroundSuggestion {
    background-color:bisque;
    width: 100%;
    display: block;
    padding: 5px;
}
/*Notify css */
#divNotify {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(40, 40, 40, 1.0);
    -webkit-transition: 500ms;
    transition: 500ms;
    z-index: 90000001;
    display: none;
}
.notify-main {
    background-color: #d47731;
    font-family: "Source Sans Pro", sans-serif;
    color: white;
    font-size: 13pt;
    text-align: center;
    padding: 25px;
    position: relative;
    top: 10px;
    width: 500px;
    max-width: 80%;
    margin: 0 auto;
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.3);
}
.notify-main a:hover {
        color: #3d3630;
    }
/*.age-title, .age-main-text {
    display: block;
    margin-bottom: 1em;
}

.age-title {
    font-size: 24pt;
    margin-bottom: 0.5em;
}

.age-button {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.3);
}

.age-button {
    font-family: "Source Sans Pro", sans-serif;
    background-color: white;
    border: none;
    font-size: 16pt;
    color: #39322c;
    display: inline-block;
    width: 150px;
    padding: 10px;
    margin: 5px 10px;
}

    .age-button:hover {
        color: #fff;
        background-color: #39322c;
    }

.age-credits {*/
    /** credits are not required, but are appreciated **/
    /*font-family: "Source Sans Pro", sans-serif;
    color: white;
    display: block;
    font-size: 12px;
    text-decoration: normal;
    text-align: right;
    margin-top: 20px;
    margin-bottom: -15px;
}

    .age-credits a {
        color: white;
    }*/

/*Age Verification css*/

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    margin-bottom: 2em;
    border-radius:10px
}
    /* Style the buttons that are used to open the tab content */
    .tab a {
        background-color: #ffeca8;
        /*float: left;*/
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        color: #000;
        font-weight:600
    }
        /* Change background color of buttons on hover */
        .tab a:hover {
            background-color: #ffc107 !important;
        }
        /* Create an active/current tablink class */
        .tab a.active {
            background-color: #ffc107 !important;
        }
/* Style the tab content */
.tabcontentData {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
    width: 100%;
    padding:10px !important;
}
.tabcontent {
    display: none;
    padding: 10px;
    border: 1px solid #ccc;
    border-top: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
    width: 100%;
    padding: 10px !important;
    border-radius: 0 0 10px 10px;
    border-color: #ccc !important
}
/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
.clsTax
{
    width:100% !important;
}
.left {
    float:left !important;
}
#paypal-button-container {
    width: 65%
}
@media (max-width: 991px){
    #paypal-button-container{
        width:100%;
    }
}
.nav-header {
    /*position: absolute;*/
    top: 0;
    left: 0;
   /* padding: 0 100px;*/
   /* background: #4682fc;*/
    width: 100%;
    box-sizing: border-box;
}
    .nav-header .logo {
        color: #FFF;
        height: 50px;
        line-height: 50px;
        font-size: 24px;
        float: left;
        font-weight: bold;
    }
    .nav-header nav {
        float: right;
    }
        .nav-header nav ul {
            margin: 0;
            padding: 0;
           /* display: flex;*/
        }
            .nav-header nav ul li {
                list-style: none;
            }

               /* .nav-header nav ul li a {
                    height: 50px;
                    line-height: 50px;
                    padding: 0 20px;
                    color: #FFF;
                    text-decoration: none;
                    display: block;
                }*/

                    /*.nav-header nav ul li a:hover,
                    .nav-header nav ul li a.active {
                        color: #FFF;
                        background: #2196F3;
                    }*/

.menu-toggle-mobile, login-menu-toggle-mobile {
    color: #4682fc;
    float: left;
    line-height: 50px;
    font-size: 24px;
    cursor: pointer;
    display: none;
}
@media (max-width: 768px) {
    .nav-header {
        padding: 0 20px;
    }
    .menu-toggle-mobile {
        display: block;
        margin-left:auto
    }
    .nav-header nav {
        position: absolute;
        width: 100%;
        /* height: calc(100vh - 50px);*/
        background: #4682fc;
        top: 50px;
        left: -100%;
        transition: 0.5s;
    }
        .nav-header nav.active {
            left: 0;
        }
        .nav-header nav ul {
            display: block;
            text-align: center;
        }
            .nav-header nav ul li a {
                border-bottom: 1px solid rgba(0,0,0,0.2);
            }
}
