.cart-prod{
    overflow-y: scroll;
    height: 219px;
}
.grey_back{
    content: '\A';
    position: fixed;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity: 1;

    z-index: 99999; 
}
.new-success-popup{
    position:fixed;
    left: 40%;
    top: 40%;
    width: 250px;
    padding: 20px 10px;
    color:white;
    background: #2ECC71;
    z-index: 999999;
    font-weight: normal;
}
.new-error-popup{
    position: fixed;
    left: 40%;
    top: 40%;
    width: 250px;
    padding: 20px 10px;
    color: white;
    background: #FFCC33;
    z-index: 999999;
    font-weight: normal;
}
.error-popup-close{
    position:absolute;
    right: 0;
    top:0;
    background: inherit;
    font-weight: bold;
    cursor: pointer;
}
.dollor li, .dollor li .fa, .dollor span, .login-section, .right-header-top li {
    vertical-align: middle
}
.popup, body {
    overflow-x: hidden
}
* {
    margin: 0;
    padding: 0
}
.container {
    margin: 0 auto;
    padding: 0;
    width: 1170px
}
body {
    font-size: 13px;
    font-family: open sans;
    line-height: 20px
}
img {
    width: 100%;
    display: block
}
ul li {
    list-style: none
}
.clear, .clearfix {
    clear: both
}
a {
    text-decoration: none
}
.cart_a:hover, .powered-by>a:hover, .sub-mega-menu>li a:hover, .sub-sub-menu>li:hover>a {
    text-decoration: underline
}
.error {
    color: red
}
.content-title {
    font-size: 20px;
}
.setting-wrap {
    background-color: #fff;
    border: 1px solid #375669;
    border-radius: 0 5px 5px 0;
    left: -145px;
    position: fixed;
    top: 70px;
    width: 180px;
    z-index: 9999999
}
.setting-wrap p {
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin: 0 15px
}
.setting-icon-wrap {
    background-color: #375669;
    border-radius: 0 4px 4px 0;
    text-align: right
}
.setting-icon-wrap .fa {
    color: #fff;
    display: inline-block;
    font-size: 25px;
    padding: 5px;
    vertical-align: middle;
    cursor: pointer
}
.font-wrap>p {
    color: #375669;
    padding: 8px 0
}
.font-wrap>input {
    border: 1px solid transparent;
    border-left: 1px solid #375669;
    display: inline-block;
    width: 40px;
    padding: 3px
}
.font-wrap {
    display: none
}
.cart-empty {
    margin-bottom: 30px
}
.cart_a {
    font-size: 15px;
    font-weight: 600
}
.header .header-top {
    background-color: #25282d;
    color: #656566;
    padding: 5px 0
}
.dollor li, .dollor li a {
    color: #f2f2f2;
    transition: all .5s ease
}
.dollor li {
    display: inline-block;
    padding: 0 10px
}
.menu-wrap .login-section.cart, .toggle-menu {
    display: none
}
.dollor li a {
    font-family: lato
}
.dollor li a:hover {
    color: #df4300
}
.dollor li .fa {
    font-size: 18px;
    margin-right: 10px
}
.dollor span {
    font-size: 14px
}
.header-top-wrap {
    overflow: hidden;
    width: 100%
}
.header-top-wrap .left-header-top {
    float: left
}
.menu-wrap.sticky {
    border-bottom: 1px solid #bebebe;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999
}
.header-baner.sticky {
    margin-top: 70px
}
.toggle-menu {
    border: 1px solid #003156;
    border-radius: 5px;
    cursor: pointer;
    height: 32px;
    left: 20px;
    position: relative;
    top: 3px;
    width: 32px
}
.toggle-menu>span {
    background: #003156;
    display: block;
    height: 3px;
    margin: 6px auto;
    width: 20px;
    position: relative
}
.toggle-menu.open>span.one {
    transform: rotate(45deg);
    top: 8px;
    transition: all .5s ease
}
.toggle-menu.open>span.two {
    opacity: 0;
    transition: all .5s ease
}
.toggle-menu.open>span.three {
    transform: rotate(-45deg);
    top: -10px;
    transition: all .5s ease
}
.menu-block a {
    padding: 5px
}
.header-top-wrap .right-header-top {
    float: right
}
.right-header-top li {
    display: inline-block;
    padding: 5px 4px 0;
    text-transform: uppercase
}
.right-header-top a {
    color: #f2f2f2;
    font-size: 12px
}
.right-header-top li:hover a {
    color: #df4300;
    transition: all .5s ease
}
.logo-wrap {
    margin: 5px 0
}
.logo-wrap .logo {
    float: left;
    width: 150px
}
.logo a {
    display: block
}
.logo-wrap-right {
    box-sizing: border-box;
    float: right;
    margin-top: 30px;
    width: calc(100% - 170px)
}
.login-section {
    display: inline-block;
    margin-left: 15px
}
.fast-service-hidden {
    display: none;
    width: 100%
}
.fast-service-section {
    cursor: default;
    display: inline-block;
    font-family: lato;
    font-weight: 600;
    margin-right: 10px;
    text-transform: uppercase;
    vertical-align: bottom
}
.search-wrap {
    text-align: right
}
.sale-offer {
    background-color: #df5300;
    float: right;
    padding: 0 10px;
    width: 95px
}
.sale-offer a {
    color: #fff;
    display: block;
    font-size: 16px
}
.sale-offer p {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase
}
.sale-offer:hover {
    background-color: #d1560c
}
.sale-offer .fa {
    background-color: transparent!important;
    border-radius: 0!important;
    border-right: 1px solid #fff;
    padding: 14px 8px
}
.sale-offer:hover .fa {
    color: #fff
}
.fast-service .fast-service-section .fa {
    background-color: #222;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px
}
.fast-service .fast-service-section p {
    padding-left: 10px
}
.fast-service .fast-service-section .fa, .fast-service .fast-service-section p {
    display: inline-block;
    vertical-align: middle
}
.fast-service-section a {
    color: #222;
    display: block
}
.fast-service-section:hover .fa, .fast-service-section>a:hover {
    color: #df5300
}
.login-section.cart {
    background: #003156;
    color: #fff;
    cursor: pointer;
    font-family: lato;
    font-size: 15px;
    min-width: 65px;
    padding: 8px 20px 8px 8px;
    position: relative
}
.login-section.cart:after {
    position: absolute;
    font-family: fontawesome;
    content: '\f0d7';
    right: 10px;
    top: 10px;
    font-size: 20px
}
.cart-list {
    background-color: #f7f7f7;
    -webkit-box-shadow: 0 0 3px 2px #DBD1BD;
    box-shadow: 0 0 3px 2px #DBD1BD;
    border-radius: 4px;
    border-top: 3px solid #df5300;
    padding: 20px;
    position: absolute;
    right: 0;
    width: 450px;
    top: 48px;
    display: none;
    z-index: 999999
}
.cart-list:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #df5300;
    top: -8px;
    right: 60px
}
.recent-add, .recent-add-wrap {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px
}
.recent-add-wrap {
    overflow: hidden;
    padding-bottom: 5px;
    width: 100%
}
.recent-add {
    color: #222;
    font-size: 18px;
    padding: 5px 0
}
.menu>li>a, .sub-mega-menu>li a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600
}
.recent-image {
    float: left;
    margin-right: 20px;
    width: 100px
}
.recent-add-wrap p {
    color: #222
}
.recent-add-details {
    float: left;
    width: calc(100% - 120px);
    padding-top: 5px
}
.product-details {
    float: left;
    margin-right: 20px;
    width: 60%
}
.product-qty-price {
    float: left;
    width: 33%
}
.remove-btn {
    border: 1px solid transparent;
    background-color: #df5300;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    margin-top: 5px;
    padding: 2px 7px;
    transition: all .8s
}
.remove-btn:hover {
    border-color: #df5300;
    color: #df5300;
    background-color: transparent
}
.qty {
    color: #a5a5a5
}
.total-amount {
    text-align: right;
    overflow: hidden
}
.total-amount li {
    color: #222;
    padding: 5px 0
}
.total-amount li span {
    font-weight: 600;
    width: 80px;
    display: inline-block
}
.total-amount li.total span {
    color: #df5300
}
.porceed-check-out, .proceed-wrap .go-to-cart {
    background-color: #003156;
    border: 1px solid #003156;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    transition: all .5s;
    text-transform: uppercase
}
.porceed-check-out {
    float: right
}
.porceed-check-out:hover, .proceed-wrap .go-to-cart:hover {
    background-color: transparent;
    color: #003156
}
.login-section.cart .fa, .login-section.cart p.amount {
    display: inline-block;
    padding-right: 8px;
    vertical-align: middle
}
.login-section.search input[type=search] {
    background: #eee;
    border: 1px transparent;
    height: 38px;
    padding: 10px;
    width: 87.1%
}
.login-section.search .fa {
    background-color: #000;
    color: #fff;
    cursor: pointer;
    height: 38px;
    line-height: 38px;
    margin-left: 0;
    text-align: center;
    vertical-align: top;
    width: 38px;
    position: absolute;
    right: 0;
    top:0;
}
.login-section.search {
    width: 300px;
    position: relative
}
.search_btn {
    background: 0 0;
    border: 1px solid transparent;
    padding: 7px 15px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    cursor: pointer;
    z-index:9;
}
.login-section.customer-reward {
    background-color: #003156;
    color: #fff;
    float: left;
    height: 38px;
    line-height: 38px;
    margin-left: 120px;
    cursor: pointer
}
.login-section.customer-reward>a {
    display: block;
    padding-right: 20px
}
.login-section.customer-reward img {
    width: 20px;
    margin: auto
}
.login-section.customer-reward span {
    background: #df5300;
    display: inline-block;
    height: 28px;
    padding-top: 10px;
    vertical-align: top;
    margin-right: 15px;
    width: 45px
}
.divider::after, .divider::before, .menu>li>a:after {
    height: 2px;
    content: ""
}
.customer-reward p {
    display: inline-block;
    vertical-align: top;
    color: #fff
}
.menu-wrap {
    background-color: #f0f0f0
}
.menu>li {
    display: inline-block;
    padding: 12px 3px;
    position: relative
}
.menu>li>a {
    padding: 5px 8px;
    position: relative;
    color: #003156;
    z-index: 1
}
.no-child {
    float: none!important;
    white-space: nowrap
}
.menu>li>a:after {
    background: #df5300;
    bottom: 0;
    left: 50%;
    position: absolute;
    right: 50%;
    transition-duration: .3s;
    transition-property: left, right;
    transition-timing-function: ease-out;
    z-index: -1
}
.sub-mega-menu-lv2 {
    background: #fff;
    left: 0;
    position: absolute;
    top: 44px;
    padding: 10px;
    transition: all .5s;
    transform: scale(0);
    opacity: 0;
    box-sizing: border-box;
    -webkit-box-shadow: 0 4px 2px 1px #e5e5e5;
    box-shadow: 0 4px 2px 1px #e5e5e5;
    border-bottom: 1px solid #bebebe;
    z-index: 99999;
    min-width: 600px
}
.menu>li:hover .sub-mega-menu-lv2 {
    transform: scale(1);
    opacity: 1
}
.menu>li.active a:after, .menu>li>a:hover:after {
    left: 0;
    right: 0
}
.sub-mega-menu {
    /*float: left;*/
    overflow: hidden;
    min-width: 500px;
    display: block;
    padding:0 10%;
    /*margin: 0 auto;
    transform: translateX(10%);*/
}
.right-section-image {
    width: 330px;
    float: right
}
.sub-mega-menu>li {
    float: left;
    margin-bottom: 20px;
    margin-right: 45px;
    text-align: center;
    min-width: 20%;

}
.has-sub {
    position: relative
}
.sub-level4 {
    background: #e7e6e6;
    display: none;
    width: 100%;
    z-index: 99
}
.sub-level4 a {
    padding-left: 15px!important
}
.has-sub .fa {
    color: #5e5e5e;
    padding: 9px;
    position: absolute;
    right: -29px;
    top: 0;
    transition: all .5s
}
.has-sub .fa:hover {
    background-color: #e9e3e3;
    cursor: pointer
}
.sub-mega-menu>li a {
    color: #003156;
    display: block;
    padding: 5px
}
.sub-mega-menu>li a:hover {
    color: #df5000;
    background-color: #f2f2f2
}
li.has-sub::after:hover {
    background:#000
}
.sub-sub-menu>li:hover>a {
    color: #df5000;
    background-color: #f2f2f2
}
.sub-mega-menu>li>a {
    border-bottom: 1px solid;
    margin-bottom: 10px
}
.sub-sub-menu a {
    text-transform: none!important;
    color: #5e5e5e!important
}
.footer-section li, .footer-title, .inner-content, .slider-btn>a, h2.content-title {
    text-transform: uppercase
}
.slider-caption {
    background-color: rgba(0,0,0,0);
    bottom: 50px;
    color: #fff;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center
}
.bx-controls-auto {
    display: none
}
.slider-btn>a {
    background-color: #df5300;
    border: 1px solid #df5300;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    font-size: 20px;
    padding: 10px 20px;
    transition: all .5s
}
.btn, .get-it-section img, .social-icons a {
    transition: all .3s
}
.slider-btn>a:hover {
    background-color: transparent;
    color: #df5300
}
.divider {
    margin: auto auto 30px;
    position: relative;
    width: 50px
}
.divider::after, .divider::before {
    background-color: #DF5200;
    position: absolute;
    top: 50%
}
.divider::before {
    left: 100px;
    width: 100px
}
.divider::after {
    right: 100px;
    width: 100px
}
.divider img {
    max-width: 50px
}
.slider-wrap {
    margin-bottom: -30px;
    visibility: hidden;
}
h2.content-title {
    color: #003156;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 40px;
    text-align: center
}
.featured-product-slider, .new-arrival-slider {
    margin-bottom: 50px
}
.header-content-wrap {
    background-color: #f1f1f1;
    padding: 10px 20px
}
.get-it-now-wrap {
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px
}
.get-it-section {
    float: left;
    margin-right: 20px;
    width: 49.1%;
    position: relative;
    overflow: hidden
}
.get-it-section:last-child {
    margin-right: 0
}
.get-it-section a {
    display: block
}
.inner-content {
    border: 3px solid transparent;
    box-shadow: 0 0 70px #000 inset;
    box-sizing: border-box;
    color: #fff;
    height: 80%;
    left: 20px;
    padding: 30px;
    position: absolute;
    top: 20px;
    width: 93%;
    transitio: all .3s
}
.get-it-section:hover .inner-content {
    box-shadow: 0 0 0 #000 inset;
    border: 3px solid #fff
}
.get-it-section:hover a>img {
    transform: scale(1.2)
}
.inner-content p.big {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 3px
}
.inner-content p {
    font-size: 12px;
    margin-bottom: 5px
}
.btn {
    background: 0 0;
    border: 1px solid #888787;
    color: #888787!important;
    display: inline-block!important;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 15px
}
.btn:hover {
    background: #888787;
    border: 1px solid transparet;
    color: #fff!important
}
.footer-title, .footer-wrap {
    border-bottom: 1px solid #515357
}
.parallax-home>h2, .parallax-home>p {
    color: #fff;
    text-transform: uppercase
}
.parallax-home {
    background: rgba(0,0,0,.75);
    padding: 100px 0;
    text-align: center;
    margin-bottom: 50px
}
.paralaxbg {
    width: 100%;
    background: 0 0
}
.parallax-home>h2 {
    font-size: 30px
}
.parallax-home>p {
    font-weight: 600;
    margin-top: 70px;
    margin-bottom: 25px
}
.parallax-home a.btn-now {
    display: block;
    margin: 10px auto auto;
    width: 100px;
    position: relative
}
.parallax-home a.btn-now:after, .parallax-home a.btn-now:before {
    background-color: red;
    height: 2px;
    position: absolute;
    top: 50%;
    width: 100px;
    content: ""
}
.parallax-home a.btn-now:after {
    left: 120px
}
.parallax-home a.btn-now:before {
    right: 120px
}
.footer {
    background: #25282d
}
.footer .footer-inner {
    position: relative;
    z-index: 1
}
.footer .footer-inner:after {
    background: url(../images/footer-hanger-bg.png) 0 0/100% auto no-repeat rgba(0,0,0,0);
    content: "";
    height: 72%;
    left: 0;
    position: absolute;
    top: 70px;
    width: 360px;
    z-index: -1
}
.footer-wrap {
    margin-bottom: 40px;
    overflow: hidden;
    padding: 60px 0 25px
}
.footer-title {
    color: #df5300;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 12px;
    padding-bottom: 12px
}
.footer-section a, .footer-section p {
    color: #888787
}
.footer-section li {
    color: #888787;
    line-height: 30px
}
.social-icons li a .fa, .testi-image .fa {
    line-height: 60px
}
.footer-section {
    float: left;
    margin-right: 20px;
    width: 23.2%
}
.footer-section:last-child {
    margin-right: 0
}
.footer-section.last li {
    text-transform: none;
    font-family: lato;
    position: relative;
    padding-left: 20px
}
.last li.address:after, .last li.mail:after, .last li.tel:after {
    position: absolute;
    content: '\f041';
    left: 0;
    top: 0;
    font-family: fontawesome
}
.last li.tel:after {
    content: '\f095'
}
.last li.mail:after {
    content: '\f003'
}
.footer-section.last ul {
    margin-top: 20px
}
.footer-section h3 a:hover, .footer-section li:hover a {
    color: #fff
}
.social-media-wrap {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px
}
.social-icons {
    float: left;
    width: 50%
}
.email-add {
    float: right;
    width: 50%;
    text-align: right;
    position: relative
}
#mail-error {
    position: absolute;
    right: 60px;
    top: 65px;
    z-index: 999999
}
.social-icons li {
    display: inline-block;
    padding: 5px
}
.social-icons a {
    border: 1px solid #515357;
    border-radius: 50%;
    color: #515357;
    display: block;
    font-size: 22px;
    height: 60px;
    text-align: center;
    width: 60px
}
.email-add form, .email-add p, .send-btn {
    display: inline-block
}
.email-add input, .send-btn {
    font-size: 18px;
    height: 50px
}
.social-icons li:hover a {
    -webkit-box-shadow: inset 0 0 20px 50px #df5300;
    box-shadow: inset 0 0 20px 50px #df5300;
    color: #25282d;
    border-color: #df5300
}
.email-add input {
    background-color: #1e2024;
    border: 1px solid #515357;
    border-radius: 33px;
    color: #515357;
    padding: 3px 10px;
    width: 260px;
    font-family: raleway;
    box-sizing: border-box
}
.email-add p {
    color: #515357;
    margin-right: 20px
}
.send-btn {
    background-color: #df5300;
    border: 1px solid #515357;
    border-radius: 50px;
    box-shadow: none;
    color: #1e2024;
    cursor: pointer;
    margin-left: -50px;
    vertical-align: top;
    width: 50px
}
.carousel-wrapper .item img {
    height: 100px;
    width: auto;
    margin: auto
}
.owl-pagination {
    display: none
}
.owl-theme .owl-controls {
    left: 0;
    margin-top: 0!important;
    position: absolute;
    right: 0;
    text-align: center;
    top: 45%;
    z-index: 1
}
.owl-buttons .owl-prev {
    float: left;
    margin-left: -30px!important;
    background: 0 0!important
}
.owl-buttons .owl-prev:after {
    content: '\f053';
    font-family: fontawesome;
    color: #df4300;
    font-size: 22px
}
.owl-buttons .owl-next {
    float: right;
    margin-right: -30px!important;
    background: 0 0!important
}
.brand-logo-slider .owl-buttons .owl-next {
    margin-right: -25px!important
}
.owl-buttons .owl-next:after {
    content: '\f054';
    font-family: fontawesome;
    color: #df4300;
    font-size: 22px
}
.credit-cards {
    overflow: hidden;
    width: 100%;
    padding-bottom: 30px
}
.credit-cards img {
    display: block;
    width: 250px;
    float: right
}
.footer-bottom {
    background-color: #1e2024;
    bottom: 0;
    color: #3e3f43;
    padding: 10px 0;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    overflow: hidden;
    width: 100%
}
.powered-by {
    float: left
}
.b-close, .copy-right, .wish-list li:last-child {
    float: right
}
.powered-by>a {
    color: #df5300
}
.powered-by>a:hover {
    color: #fff
}
.item>a {
    position: relative;
    display: block
}
.owl-item .item-wrap:hover .item-inner {
    transform: scale(1)
}
.owl-item .item-wrap:hover .wish-list {
    bottom: 0
}
.item-inner {
    backface-visibility: hidden;
    background: rgba(0,0,0,.6);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease 0s;
    transform: scale(0);
    width: 100%
}
.item-wrap {
    overflow: hidden;
    position: relative
}
.item {
    margin: 0 10px
}
.item a .img-responsive {
    height: 250px;
    margin: auto;
    width: auto
}
.new-product-tag>p::before, .new-product-tag>p:after {
    border-right: 10px solid red;
    content: "";
    height: 0;
    left: -9px;
    width: 0
}
.new-product-tag {
    position: absolute;
    right: 0;
    top: 20px
}
.new-product-tag>p {
    background-color: red;
    color: #fff;
    display: inline-block;
    padding: 2px 10px;
    position: relative
}
.new-product-tag>p:after {
    border-bottom: 18px solid transparent;
    border-top: 0 solid transparent;
    top: 0;
    position: absolute
}
.new-product-tag>p::before {
    border-bottom: 0 solid transparent;
    border-top: 18px solid transparent;
    bottom: 0;
    position: absolute
}
.item .price-list {
    padding-top: 10px;
    text-align: center
}
.price-list .price-title {
    color: #003156;
    letter-spacing: 2px;
    text-transform: uppercase
}
.price-list .price-rupee {
    font-family: lato;
    font-size: 16px;
    font-weight: 600
}
.price-list .price-rupee>span {
    color: #515357;
    display: inline-block;
    padding: 0 3px;
    text-decoration: line-through
}
.wish-list {
    background: rgba(0,0,0,.5);
    bottom: -100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px 25px;
    position: absolute;
    width: 100%;
    transition: all .8s
}
.wish-list li {
    display: inline-block;
    font-size: 22px
}
.wish-list li a .fa {
    color: #fff;
    padding: 3px
}
.item-inner .fa-search {
    color: #fff;
    display: block;
    font-size: 40px;
    line-height: 235px;
    text-align: center;
    cursor: pointer
}
.wish-list li a:hover .fa {
    color: red
}
.modal-title {
    color: #003156;
    font-size: 18px;
    margin-bottom: 20px
}
.table.table-striped th {
    background-color: #f1f1f1;
    color: #003156
}
.popup.sizes-check {
    min-height: auto!important
}
.popup {
    max-width: 75%;
    background: rgba(255,255,255,1);
    margin-top: 20px;
    box-shadow: 0 0 10px #fff;
    display: none
}
.b-close {
    margin-right: 10px;
    margin-top: 5px;
    cursor: pointer
}
.check-sizes, .info, .left-section {
    float: left
}
.check-sizes{
    float:right !important;
}
.popup-body {
    background: rgba(255,255,255,.1);
    box-sizing: border-box;
    padding: 25px 15px
}
#info1 .popup-body, #info2 .popup-body {
    padding: 35px;
    width: 500px
}
.popup-info-wrap>h2 {
    border-bottom: 1px solid;
    color: #003156;
    font-size: 16px;
    margin-bottom: 10px
}
.large-img, .left-section .item {
    border: 1px solid #ccc
}
.avail-info {
    margin-bottom: 20px;
    max-height: 150px;
    overflow-y: auto
}
.popup-body .price-range-wrap li {
    display: block
}
.comment .review, .current .fa, .new-price, .old-price, .page-indicator p, .rating {
    display: inline-block
}
.popup-body .price-range-wrap li span {
    display: inline-block;
    padding: 5px;
    width: 100px
}
.left-content-wrapper {
    margin-bottom: 30px
}
.left-section {
    width: 450px;
    margin: 0 30px 10px 0
}
.right-section {
    width: 43%;
    float: left
}
.large-img {
    overflow: hidden;
    margin-bottom: 10px;
    width: 420px;
    min-height: 420px
}
.large-img>img {
    margin: 0 auto;
    width: auto;
    height: 420px
}
.img-slider {
    margin-top: 25px
}
.detail-page-wrapper {
    padding: 0 30px
}
.left-section .owl-buttons .owl-prev {
    margin-left: -45px!important;
    margin-top: -10px!important
}
.left-section .owl-buttons .owl-next {
    margin-top: -10px!important;
    margin-right: -20px!important
}
.right-section .item-name {
    border-bottom: 1px solid #bebebe;
    color: #003156;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 5px;
    text-transform: uppercase
}
.right-section .item-name a {
    color: #003156
}
.sample-image-wrap {
    border: 1px solid #bebebe;
    margin: 50px auto 0;
    width: 340px
}
.check-sizes>a {
    color: #003156;
    text-decoration: underline
}
.check-sizes>a:hover {
    color: #df5300
}
.sample-image-wrap>h3 {
    border-bottom: 1px solid #bebebe;
    color: #003156;
    font-size: 20px;
    padding: 15px
}
.product-info p {
    font-family: lato
}
.price span {
    font-size: 20px
}
.right-section .details {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px
}
.details .comment, .status {
    margin-bottom: 15px
}
.rating .fa {
    font-size: 10px;
    color: #df5300;
    padding: 0 2px
}
.comment .review {
    margin: 0 5px
}
.review a {
    background-color: #bebebe;
    color: #fff;
    margin-left: 5px;
    padding: 0 5px
}
.price {
    color: #df5300;
    font-family: Lato;
    margin-bottom: 10px
}
.new-price, .old-price {
    margin-right: 5px
}
.old-price {
    text-decoration: line-through;
    color: #bebebe
}
.status>span {
    color: #df5300
}
.info {
    line-height: 25px;
    width: 75%
}
.fa-info-circle {
    cursor: pointer
}
.right-section .product-info .comment {
    float: right
}
.info ul {
    padding-left: 25px
}
.product-info .info ul li {
    list-style: disc;
    padding-left: 5px
}
.left-main-section.full-width {
    float: none;
    margin: 0;
    width: 100%
}
.full-width .right-section {
    width: calc(100% - 480px)
}
.wish-wrap .price {
    float: left;
    margin-bottom: 0
}
.wish-wrap {
    margin-top: 15px;
    overflow: auto;
    padding: 5px 0;
    text-align: center
}
.wish-wrap .rating {
    float: left
}
.wish-wrap .review {
    float: left;
    margin-right: 20px
}
.wish-wrap .social-likes-wrap {
    float: left;
    margin-bottom: 0
}
.wish-wrap .social-likes-wrap li {
    line-height: 20px;
    height: 20px;
    width: 20px
}
.wish-wrap .social-likes-wrap li a {
    font-size: 12px;
    height: 20px;
    width: 20px
}
.wish-wrap .social-likes-wrap li a .fa {
    line-height: 20px
}
.related-product-wrap {
    background-color: #f8f8f8;
    margin-bottom: 40px;
    padding: 30px 0
}
.related-product-wrap .price-title>a {
    color: #222
}
.page-indicator {
    padding: 25px 0
}
.page-indicator p {
    color: #515357;
    font-weight: 600;
    padding: 0 3px;
    font-size: 12px
}
.page-indicator p a {
    color: #003156
}
.current .fa {
    vertical-align: middle
}
.content-detail-main-wrap {
    overflow: hidden;
    width: 100%;
    margin-bottom: 40px
}
.page-indicator p.current {
    opacity: 1;
    font-size: 12px;
    color: #df5300
}
.page-indicator p a:hover {
    color: #003156;
    text-decoration: underline;
    transition: all .5s ease
}
.left-main-section {
    float: right;
    margin-left: 20px;
    width: calc(100% - 320px)
}
.category-option>ul>li>.fa {
    background-color: #f1f1f1;
    cursor: pointer;
    padding: 5px;
    float: right
}
.category-option>ul>li {
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden
}
.category-option>ul>li:last-child {
    border-bottom: none
}
.category-sub-option .fa {
    padding-right: 3px
}
.category-sub-option {
    display: none
}
.about-right-content {
    text-align: justify
}
.order-now-title>p, .qty-no, .screen-printing-option-wrap, .sizes-check table td, .wish-list-detail li {
    text-align: center
}
.about-right-content h3, .about-right-content p {
    margin-bottom: 10px
}
.main-image {
    border: 1px solid #bebebe;
    height: 350px;
    width: 350px
}
.add-to-cart, .qty-no {
    height: 30px;
    line-height: 30px
}
.main-image p strong {
    font-size: 16px
}
.details-pordict-item, .dteail-content-section {
    float: left;
    width: 50%
}
.product-name {
    border-bottom: 1px solid;
    color: #003156!important;
    font-weight: 600;
    margin-bottom: 5px;
    padding-bottom: 10px
}
.product-name h1 {
    line-height: 30px;
}
.offer, .reviews, .stock {
    margin-bottom: 15px
}
.product-code {
    font-size: 14px
}
.stars .fa {
    color: red;
    font-size: 10px
}
.reviews span {
    display: inline-block;
    padding-right: 15px
}
.offer .old-price {
    color: #df5300;
    margin-left: 20px;
    text-decoration: line-through
}
.in-stock {
    color: #df5300
}
.stock {
    border-bottom: 1px solid #bebebe;
    padding-bottom: 15px
}
.add-to-cart>a, .qty-no {
    border: 1px solid #003156;
    display: inline-block
}
.qty-no {
    color: #003156;
    width: 80px
}
.add-to-cart {
    display: inline-block;
    font-weight: 600;
    /* margin-left: 20px; */
    text-transform: uppercase;
    vertical-align: top;
    margin-bottom: 15px;
}
.add-to-cart .fa {
    transition: all .5s
}
.add-to-cart>a {
    background-color: #003156;
    color: #fff;
    padding: 0 25px;
    transition: all .5s;
    font-size: 12px
}
.add-to-cart:hover .fa, .add-to-cart:hover a {
    background: 0 0;
    color: #003156
}
.add-to-cart a .fa {
    margin-right: 8px
}
.social-likes-wrap {
    margin-bottom: 30px
}
.social-likes-wrap li {
    display: inline-block;
    height: 40px;
    margin: 0 3px;
    line-height: 40px;
    text-align: center;
    width: 40px
}
.social-likes-wrap li a {
    font-size: 20px;
    color: #fff;
    display: block;
    transition: all .5s
}
.bullet, .qty, .stock-wrap, .wish-list-detail li {
    display: inline-block
}
.social-likes-wrap li.fb a {
    background-color: #3A5795;
    border: 1px solid #3A5795
}
.social-likes-wrap li.twitter a {
    background-color: #007CA9;
    border: 1px solid #007CA9
}
.social-likes-wrap li.pint a {
    background-color: #CB2027;
    border: 1px solid #CB2027
}
.social-likes-wrap li.fb:hover a {
    background: 0 0;
    color: #3A5795
}
.social-likes-wrap li.twitter:hover a {
    background-color: transparent;
    color: #007CA9
}
.social-likes-wrap li.pint:hover a {
    background-color: transparent;
    color: #CB2027
}
.cart-wrap, .product-info {
    margin-bottom: 10px
}
.product-info {
    overflow: hidden
}
.wish-list-detail li {
    border: 1px solid #eee;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    margin-right: 5px
}
.wish-list-detail li:hover, .wish-list-detail li:hover .fa {
    color: #df5300;
    border-color: #df5300
}
.qty-wrap {
    margin-bottom: 15px
}
.qty>span {
    font-size: 18px;
    margin-right: 10px
}
.qty>input {
    border: 1px solid #d7edfa;
    font-size: 16px;
    width: 50px
}
.qty {
    margin-right: 20px
}
.bullet {
    background-color: #F8921F;
    border-radius: 50%;
    height: 8px;
    margin-right: 5px;
    vertical-align: middle;
    width: 8px
}
.stock-wrap {
    position: relative
}
.stock-wrap>p {
    border-left: 1px solid #b9b9b9;
    padding-left: 8px
}
.stock-wrap span {
    color: #F8921F;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 5px
}
.info .fa {
    color: #3b78e7;
    cursor: pointer
}
.info:hover .fa {
    color: #EF7900
}
.info-content {
    position: absolute;
    top: 15px;
    width: 400px;
    right: -400px;
    display: none
}
.success {
    color: #316638;
    font-size: 15px
}
.screen-printing-option-wrap p {
    margin-bottom: 10px
}
.screenprinting-heading {
    color: #003156;
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px!important
}
.screen-printing-option-wrap a {
    background-color: #003156;
    border: 1px solid #003156;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 8px 20px;
    transition: all .5s
}
.screen-printing-option-wrap a:hover {
    background-color: transparent;
    color: #003156
}
.right-main-section {
    float: left;
    width: 300px
}
.right-title {
    color: #003156;
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
    padding: 5px 0;
    border-bottom: 1px solid #003156
}
.right-product-list {
    margin-top: 18px;
    overflow: hidden;
    width: 100%
}
.right-product-list.last {
    margin-bottom: 30px
}
.right-product-list:last-child {
    margin-bottom: 20px
}
.product-image {
    background-color: #ccc;
    border: 1px solid #ccc;
    float: left;
    height: 80px;
    margin-right: 20px;
    width: 80px;
    overflow: hidden
}
.product-image>img {
    height: 80px;
    margin: auto;
    width: auto
}
.right-product-content {
    float: left;
    width: 65%
}
.right-product-content span, .right-product-content span a {
    color: #003156;
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-family: lato;
    text-transform: uppercase
}
.right-product-content span:hover a {
    color: #df5300
}
.order-now-title {
    margin-bottom: 20px
}
.order-now-title>p {
    background-color: #7baed4;
    color: #fff;
    font-size: 25px;
    padding: 8px;
    text-transform: uppercase
}
.button-grand-child li:hover span, .price-range-wrap span.price-range {
    color: #df5300
}
.price-range-wrap li {
    display: inline-block;
    vertical-align: top
}
.price-range-wrap li span {
    display: block;
    font-family: lato;
    padding: 10px 12px
}
.price-range-wrap>ul {
    border-bottom: 1px solid #bebebe;
    border-top: 1px solid #bebebe
}
.price-range-wrap {
    margin-bottom: 30px
}
.order-qnty-wrap {
    background-color: #f1f1f1;
    border: 1px solid #bebebe;
    font-family: lato;
    margin-bottom: 15px;
    margin-top: 30px;
    padding: 25px 25px 15px 25px;
}
.order-quty-title {
    color: #7baed4;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 30px;
    text-transform: uppercase
}
.sizes-check table td {
    font-family: lato!important
}
.left-align {
    text-align: left!important
}
.table-wrap {
    overflow-x: auto
}
.table-wrap table tr {
    color: #515357
}
.table-wrap table thead tr {
    background-color: #c8e2f6;
    text-align: center
}
table, td, th {
    border: 2px solid #003156;
    border-collapse: collapse;
    padding: 3px
}
.table-wrap input {
    border: 1px solid #bebebe;
    border-radius: 3px;
    height: 22px;
    padding: 3px;
    width: 22px;
    text-align: center;
    display: block;
    margin: 0 auto
}
.table.table-striped a {
    color: #4486f9;
    display: inline-block;
    margin-left: 5px
}
.table.table-striped a:hover {
    color: #005A9C
}
.load_size {
    background-color: transparent;
    border: 1px solid transparent;
    color: #003156;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    transition: all .5s ease 0s;
    position: relative
}
.load_size:after {
    content: '\f0ab';
    font-family: fontawesome;
    position: absolute;
    right: -13px;
    top: 1px
}
.check-out-wrap {
    /*margin-top: 10px;*/
    text-align: right
}
.check-out, .check-out-wrap .add-to-cart button {
    display: inline-block;
    font-weight: 600;
    height: 30px;
    text-transform: uppercase;
    vertical-align: top;
    font-size: 14px;
    cursor: pointer
}
.check-out a, .check-out-wrap .add-to-cart button {
    background-color: #003156;
    border: 1px solid #003156;
    color: #fff;
    display: block;
    font-family: raleway;
    font-size: 12px;
    padding: 4px 25px;
    -webkit-padding: 3px 25px!important;
    transition: all .5s ease 0s
}
.check-out-wrap .add-to-cart:hover button, .check-out:hover a, .check-out:hover button {
    background-color: transparent;
    color: #003156
}
.tab-trigger li {
    display: inline-block;
    margin-right: 15px
}
.tab-trigger li.active {
    position: relative
}
.tab-trigger li.active:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #b4b4b4;
    bottom: -27px;
    left: 0;
    right: 0;
    margin: auto
}
.tab-trigger li a {
    color: #003156;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 4px 10px;
    text-transform: uppercase;
    opacity: .5
}
.tab-trigger li.active a, .tab-trigger li:hover a {
    opacity: 1
}
.tab-trigger {
    border-bottom: 1px solid #bebebe;
    border-top: 1px solid #bebebe;
    padding: 5px 0;
    margin-bottom: 20px
}
.tab-section-content-wrap {
    border: 1px solid #bebebe;
    margin-bottom: 30px;
    padding: 15px 25px
}
.content-section {
    display: none
}
.content-section.active {
    display: block
}
.content-section>p {
    color: #515357;
    letter-spacing: 2px
}
.check-out button {
    background-color: #003156;
    border: 1px solid #003156;
    color: #fff;
    display: block;
    font-family: raleway;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 18px;
    transition: all .5s ease 0s
}
.feed-back-wrap {
    border-bottom: 1px solid #bebebe;
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 10px;
    width: 100%
}
.testi-image {
    width: 60px;
    float: left;
    margin-right: 30px;
    text-align: center;
    border: 1px solid #bebebe;
    height: 60px;
    cursor: default
}
.testi-image .fa {
    color: #bebebe;
    font-size: 35px
}
.testi-content {
    float: left;
    width: calc(100% - 100px)
}
.testi-title h2 {
    color: #555;
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    text-transform: uppercase
}
.testi-address {
    color: #bebebe;
    margin-right: 15px
}
.testi-title {
    margin-bottom: 10px
}
.reviewed {
    color: #bebebe;
    font-size: 12px
}
.cart-popup.review-popup {
    width: 400px
}
.review-name-wrap input, .review-name-wrap textarea, .star-rating {
    font-family: raleway;
    font-size: 12px;
    margin-bottom: 20px;
    width: 90%;
    padding: 5px
}
.review-name-wrap input, .star-rating {
    height: 30px
}
.review-name-wrap textarea {
    height: 80px
}
.star-rating select {
    width: 100%!important;
    margin-top: 10px
}
.star-rating option {
    height: 20px;
    line-height: 30px;
    padding: 5px
}
.review-name-wrap {
    /* margin-top: 50px*/
}
.cart-pop-up.popup-body>h2 {
    margin-bottom: 10px
}
.review a:hover, .review span:hover {
    color: #df5000;
    cursor: pointer
}
.category-main-wrap {
    border-bottom: 2px solid #ccc;
    margin-bottom: 25px;
    padding-bottom: 20px
}
.category-title {
    font-weight: 800;
    color: #395f7c;
    margin: 15px 0
}
.button-grand-child {
    background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0, #fff 0, #e6e6e6 100%);
    background: -webkit-linear-gradient(top, #1e5799 0, #fff 0, #e6e6e6 100%);
    background: linear-gradient(to bottom, #1e5799 0, #fff 0, #e6e6e6 100%);
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #b2b2b2
}
.button-grand-child li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 24.5%
}
.new-add {
    position: relative;
    border: 1px solid #bebebe
}
.add-content {
    background: rgba(0,0,0,.5);
    bottom: 0;
    color: #fff;
    position: absolute;
    transition: all .8s;
    width: 100%
}
.button-grand-child li:hover .add-content {
    bottom: 60%
}
.add-content>span {
    display: inline-block!important;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0!important;
    padding: 12px 5px 12px 12px;
    font-family: lato!important
}
.outer-shadow img {
    height: 38px;
    margin: auto;
    padding-top: 55px;
    text-align: center;
    width: auto
}
.hvr-img {
    display: none
}
.button-grand-child li:hover .hvr-img, .outer-shadow {
    display: block
}
.outer-shadow {
    background: #b8b8b8;
    background: -moz-linear-gradient(top, #b8b8b8 0, #fff 100%);
    background: -webkit-linear-gradient(top, #b8b8b8 0, #fff 100%);
    background: linear-gradient(to bottom, #b8b8b8 0, #fff 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8b8b8', endColorstr='#ffffff', GradientType=0 );
    border-radius: 50%;
    height: 150px;
    width: 150px;
    position: relative;
    margin: auto;
    box-sizing: border-box;
    z-index: 1
}
.outer-shadow:after {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #b8b8b8 100%);
    background: -webkit-linear-gradient(top, #fff 0, #b8b8b8 100%);
    background: linear-gradient(to bottom, #fff 0, #b8b8b8 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b8b8b8', GradientType=0 );
    border-radius: 50%;
    box-shadow: 7px 12px 10px 1px #b8b8b8;
    content: "";
    height: 95px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 27px;
    width: 95px;
    z-index: -1
}
.button-grand-child span {
    display: block;
    margin-top: 20px;
    text-transform: uppercase
}
.button-grand-child li:hover .outer-shadow {
    background: #b8b8b8;
    background: -moz-linear-gradient(bottom, #b8b8b8 0, #f8f6f6 100%);
    background: -webkit-linear-gradient(bottom, #b8b8b8 0, #f8f6f6 100%);
    background: linear-gradient(to top, #b8b8b8 0, #f8f6f6 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8b8b8', endColorstr='#f8f6f6', GradientType=0 )
}
.button-grand-child li:hover .outer-shadow:after {
    box-shadow: 7px 12px 10px 1px #aaa
}
.button-grand-child li:hover .non-hvr {
    display: none
}
.preference-list, .preference-list ul li, .show, .show>form, .sort {
    display: inline-block
}
.preference {
    background: #eee;
    border-top: 1px solid #f2f2f2;
    box-sizing: border-box;
    margin: 0 0 35px;
    padding: 0 50px;
    width: 100%
}
.preference-list {
    border-right: 1px solid #ccc;
    width: 135px;
    padding: 15px 0;
    vertical-align: middle
}
.preference ul li {
    font-size: 22px;
    margin: 0 20px;
    cursor: pointer;
    opacity: .3
}
.preference ul li a {
    color: #222
}
.preference ul li.active {
    opacity: 1
}
.show, .sort {
    margin: 0 30px;
    color: #515357
}
.show option, .sort option {
    padding: 0 5px
}
.show select, .sort select {
    margin: 0 10px;
    padding: 5px 15px;
    color: #515357
}
.sort select {
    width: 100px
}
.item-wrapper ul li {
    float: left;
    width: 31.1%;
    border: 1px solid #ccc
}
.item-wrapper.active {
    display: block!important;
    width: 100%;
    overflow: hidden
}
.item-wrapper.block-view, .item-wrapper.list-view {
    display: none
}
.item-wrapper.list-view ul li {
    width: 100%;
    float: none;
    border: none
}
.category-images {
    position: relative;
    padding: 5px;
    min-height: 254px;
    overflow: hidden
}
.category-images>a {
    color: #df5300
}
.list-view>ul>li>.category-images {
    min-height: 0
}
.category-images .item-inner {
    text-align: center
}
.category-images:hover .item-inner {
    transform: scale(1)
}
.item-wrapper li .category-images img {
    height: 254px;
    margin: auto;
    width: auto
}
.category-images .item-inner>span {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 105px
}
.category-images .item-inner>a {
    color: #fff
}
.category-images .item-inner>a:hover {
    color: #df5300;
    transition: all .25s ease
}
.item-wrapper .caption {
    border-top: 1px solid #ccc;
    padding: 5px 15px
}
.item-wrapper.list-view>ul>li {
    width: 100%;
    border: none
}
.item-wrapper.list-view .caption, .item-wrapper.list-view .category-images {
    display: inline-block
}
.item-wrapper.list-view .category-images {
    border: 1px solid #ccc;
    width: 30%;
    padding: 10px
}
.item-wrapper.list-view .action>ul {
    margin: 20px 0
}
.item-wrapper.list-view .wish-list-right {
    float: left;
    margin-left: 25px
}
.item-wrapper.list-view .caption {
    border-top: none;
    width: 60%;
    vertical-align: top;
    margin-top: 0
}
.item-wrapper .caption .title a {
    color: #bebebe;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%
}
.caption .title:hover a {
    color: #003156
}
.item-wrapper .caption .price {
    color: #df5300;
    margin: 5px 0;
    font-weight: 600
}
.action ul {
    margin: 3px 0
}
.action ul li.wish-list-right {
    float: right;
    margin-right: 0
}
.add-cart {
    background: #003156;
    text-align: center;
    border: none;
    padding: 5px 0
}
.add-cart a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 10px;
    font-size: 12px
}
.wish-list-right {
    border: 1px solid #ccc
}
.action ul li.add-cart:hover {
    border: 1px solid #003156;
    background: 0 0;
    transition: all .5s ease
}
.action ul li.add-cart:hover a {
    color: #003156;
    transition: all .5s ease
}
.action ul li.wish-list-right:hover {
    border: 1px solid #df5300;
    background: 0 0;
    transition: all .5s ease
}
.action ul li.wish-list-right:hover a {
    color: #df5300;
    transition: all .5s ease
}
.action ul li {
    float: left;
    width: auto!important
}
.category-manufacture ul li input, .category-option ul li input, .category-search {
    float: right
}
.wish-list-right {
    background: #eee;
    padding: 5px 0
}
.wish-list-right a {
    color: #222;
    padding: 0 30px
}
.item-wrapper>ul>li {
    margin-bottom: 30px;
    margin-right: 25px
}
.item-wrapper>ul>li:nth-child(3n+3) {
    margin-right: 0
}
.category-right-list {
    border: 1px solid #ccc;
    margin: 15px 0
}
.category-menu-title {
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    padding: 10px 25px;
    color: #df5300;
    font-weight: 800;
    margin-bottom: 15px
}
.category-right-list .category-option {
    border-bottom: medium none!important
}
.category-manufacture ul {
    display: none
}
.category-manufacture span:hover {
    color: #df5300
}
.category-manufacture, .category-option, .category-price {
    border-bottom: 1px solid #ccc;
    padding: 0 25px;
    margin-bottom: 15px
}
.category-manufacture:last-child {
    border-bottom: none
}
.category-manufacture span, .category-option span, .category-price>span, .category-recommend span {
    color: #003156;
    cursor: pointer;
    display: block;
    font-weight: 800;
    padding: 0 0 5px;
    text-transform: uppercase
}
.category-manufacture ul, .category-option ul {
    margin: 5px 0
}
.category-manufacture ul li, .category-option ul li {
    padding: 5px 0;
    color: grey
}
.category-manufacture li label {
    display: block;
    padding: 8px 0
}
.category-manufacture ul li:hover label {
    color: #003156;
    cursor: pointer
}
.category-manufacture input {
    width: auto
}

.price-range .irs-slider {
    height: 15px;
    top: 30px;
    width: 15px
}
.category-price .min-max-value {
    width: 40px;
    padding: 3px;
    /* margin-right: 20px; */
}
.category-price .price-range{
    margin-top:10px;
}
.category-search input {
    background: #003156;
    color: #fff;
    padding: 4px 15px;
    border: 1px solid #003156;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .5s ease;
    text-align: center
}
.category-search input:hover {
    background: 0 0;
    color: #003156
}
.category-search a {
    color: #fff;
    padding: 10px 15px;
    font-size: 12px
}
.category-recommend {
    padding: 0 25px;
    margin-bottom: 15px
}
.thumb {
    width: 75px;
    border: 1px solid #ccc;
    display: inline-block;
    margin-right: 15px;
    padding: 5px
}
.thumb img {
    width: auto;
    height: 75px;
    margin: 0 auto
}
.thumb-caption {
    display: inline-block;
    line-height: 25px
}
.thumb-name {
    color: #bebebe
}
.thumb-price {
    color: #df5300
}
.category-seo-stuff {
    color: #515357;
    margin-bottom: 75px
}
.category-seo-stuff-title {
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 15px
}
.amount-title, .client-detail>span, .left-list span.detail, .login-wrapper span, .product-price, .title-preview, span.personal-name-detail, td.name {
    font-weight: 600
}
.category-seo-stuff-content {
    text-align: justify;
    line-height: 25px
}
table.dashboard-member-sizes td, table.dashboard-member-sizes th {
    border: 1px solid #003156
}
table.dashboard-member-sizes th {
    text-align: center
}
table.dashboard-member-sizes {
    border: 1px solid #003156;
    margin: 25px 0
}
.add-member-btn {
    background: #003156;
    border: 1px solid #001356;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    transition: all .5s ease;
    text-transform: uppercase
}
.add-member-btn:hover {
    background: 0 0;
    border: 1px solid #003156;
    color: #003156
}
.fa.fa-edit.tbl-edit, .fa.fa-trash.tbl-delete {
    border-radius: 3px;
    padding: 2px;
    height: 15px;
    width: 15px;
    transition: all .5s ease
}
.fa.fa-edit.tbl-edit {
    color: #003156;
    border: 1px solid #003156
}
.fa.fa-trash.tbl-delete {
    color: red;
    border: 1px solid red;
    text-align: center
}
.dashboard-content li label {
    display: inline-block;
    margin-right: 0;
    width: 115px
}
.dashboard-input .left-main-section {
    width: 100%
}
.dashboard-input ul.left-list {
    margin: 0 auto;
    width: 90%
}
.dashboard-input ul.left-list>li {
    width: 44%;
    margin-right: 25px;
    display: inline-block;
    border: 1px solid #003156;
    padding: 15px
}
.dashboard-input ul.left-list li.personal-name {
    display: block;
    border: none;
    margin: 0 auto 25px
}
.dashboard-input ul.left-list>li>span.detail {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 10px
}
.dashboard-input select {
    padding: 5px 20px
}
.special-instruction {
    width: 75%!important;
    display: block!important;
    margin: auto!important
}
.dashboard-input textarea {
    width: 100%;
    min-height: 75px
}
.dashboard-input ul li.submit {
    width: 150px;
    border: none;
    display: block!important;
    padding: 10px 0;
    margin: auto
}
.dashboard-input input[type=submit] {
    background: #003156;
    border: 1px solid #003156;
    color: #fff;
    padding: 5px 15px;
    transition: all .5s ease;
    cursor: pointer
}
.dashboard-input input[type=submit]:hover {
    background: 0 0;
    color: #003156
}
.dashboard-member-sizes td a {
    display: block;
    text-align: center
}
.testimonial-review-wrap {
    background-color: #f1f1f1;
    border: 1px solid #bebebe;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 20px;
    overflow: hidden
}
.input-detail {
    margin-right: 30px;
    margin-top: 30px
}
.testimonial-review-wrap .message {
    display: block;
    float: left;
    width: 100%
}
.testimonial-review-wrap label {
    display: block;
    margin-bottom: 20px
}
.testimonial-review-wrap span {
    display: inline-block;
    width: 100px;
    vertical-align: top
}
.testimonial-review-wrap input {
    display: inline-block;
    height: 25px;
    padding: 3px;
    width: calc(100% - 115px)
}
.testimonial-review-wrap>h3 {
    color: #003156;
    margin-bottom: 15px;
    text-transform: uppercase
}
.message textarea {
    height: 140px;
    padding: 5px;
    width: 100%;
    box-sizing: border-box
}
.message textarea:focus, .message textarea:hover, .testimonial-review-wrap input:hover {
    border: 1px solid #df5300
}
.message span {
    display: block;
    margin-bottom: 10px;
    width: 100%!important
}
.message>input {
    background: #003156;
    border: 1px solid #003156;
    color: #fff;
    float: right;
    font-family: raleway;
    font-size: 14px;
    height: auto;
    width: 90px;
    padding: 6px;
    transition: all .5s
}
.message>input:hover {
    background: 0 0;
    border: 1px solid #003156;
    color: #003156
}
.message>select {
    background-color: #003156;
    border: 1px solid #003156;
    color: #fff;
    padding: 2px 5px
}
.message>select option {
    padding: 3px 5px
}
.dashboard-tab li {
    display: inline-block;
    padding: 0 5px
}
.dashboard-tab li a {
    color: #b0b0b0;
    display: block;
    padding: 10px 0 15px;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    margin-bottom: -5px;
    transition: all .5s
}
.dashboard-tab li.active a, .dashboard-tab li:hover a {
    color: #df5300;
    border-bottom: 2px solid #df5300
}
.dashboard-tab-wrap {
    background-color: #f0f0f0;
    padding: 15px 0 5px;
    margin-bottom: 20px
}
.dashboard-content ul {
    float: left;
    margin-right: 40px;
    width: 100%
}
.dashboard-content {
    display: none;
    overflow-x: auto
}
.dashboard-content.active {
    display: block
}
.client-detail, .client-image {
    display: inline-block;
    vertical-align: bottom
}
.right-list {
    margin-right: 0!important;
    padding-top: 72px
}
.client-image {
    border: 1px solid #bebebe;
    height: 100px;
    margin-right: 20px;
    overflow: hidden;
    width: 100px
}
.client-image>img {
    height: 100px;
    margin: auto;
    text-align: center;
    width: auto
}
.add-section, .update-wrap {
    margin-top: 30px
}
.client-detail {
    width: calc(100% - 130px);
    border-bottom: 1px solid #bebebe
}
.left-list input, .left-list select, .right-list input, .right-list select {
    width: calc(100% - 120px);
    padding: 5px;
    border: none;
    border-bottom: 1px solid #bebebe;
    box-sizing: border-box;
    font-size: 15px;
    -webkit-color: #bebebe;
    -moz-color: #bebebe;
    font-family: lato;
    opacity: 1
}
.client-detail>span {
    color: #bebebe;
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
    padding-bottom: 5px;
    text-transform: uppercase
}
.image-preview, .order-list-wrap, .preview-content, .update-wrap a {
    display: inline-block
}
.client-detail>span.name {
    font-size: 16px!important;
    color: #003156
}
.dashboard-content li {
    margin-bottom: 20px
}
.update-wrap a {
    padding: 10px 20px;
    color: #fff;
    transition: all .5s
}
.preview-content, .product-price {
    padding-top: 10px;
    vertical-align: top
}
.update-wrap .save-update {
    background-color: #003156;
    border: 1px solid #003156
}
.update-wrap .cancel {
    background-color: #df5300;
    border: 1px solid #df5300
}
.save-update:hover {
    color: #003156;
    background-color: transparent
}
.cancel:hover {
    background-color: transparent;
    color: #df5300
}
.orders-list {
    margin-right: 0!important;
    width: 95%!important
}
.orders-list>li {
    border-bottom: 1px solid #bebebe;
    overflow: hidden;
    padding-bottom: 15px;
    width: 100%
}
.order-list-wrap {
    vertical-align: top
}
.image-preview {
    border: 1px solid #bebebe;
    height: 100px;
    overflow: hidden;
    text-align: center;
    width: 100px;
    margin-right: 20px
}
.product-price {
    color: #222;
    float: right;
    font-family: lato;
    font-size: 16px;
    margin-left: 20px
}
.product-price a {
    border-bottom: 1px solid;
    color: #df5300;
    display: block;
    margin-top: 10px
}
.product-price a:hover {
    color: #003156
}
.title-preview {
    color: #003156!important;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 15px!important
}
.preview-content span {
    color: #bebebe;
    font-size: 14px
}
.amount-title {
    color: #003156;
    display: inline-block;
    margin-right: 5px;
    padding-top: 6px;
    text-transform: uppercase
}
.total-spent-amount input {
    height: 22px;
    padding: 5px;
    width: 80px
}
.amont-total {
    float: right
}
.total-spent-amount {
    background-color: #f0f0f0;
    box-sizing: border-box;
    overflow: hidden;
    padding: 20px;
    width: 95%
}
.image-preview>img {
    height: 100px;
    margin: auto;
    width: auto
}
.left-list p {
    display: inline-block;
    font-family: lato;
    text-align: left
}
.swiper-slide, .writter-pic {
    text-align: center
}
.left-list span.detail {
    display: inline-block;
    font-family: lato;
    width: 200px
}
.login-page-indicator p {
    color: #003057;
    font-weight: 600;
    opacity: 1;
    display: block;
    font-size: 20px;
    margin-top: 70px
}
.login-left, .login-right {
    float: left;
    margin: 30px 25px 30px 0;
    width: 45%;
    color: #515357
}
.login-wrapper {
    border: 1px solid #ccc;
    padding: 10px 20px;
    min-height: 340px;
    position: relative
}
.create-account, .login-account {
    position: absolute;
    bottom: 15px
}
.login-right {
    margin-right: 0
}
.login-wrapper span {
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    margin-bottom: 10px
}
.form-group>span, .login-wrapper p {
    font-weight: 400;
    text-transform: none
}
.login-wrapper p {
    margin-top: 10px;
    line-height: 35px;
    font-size: 13px
}
.login-wrapper .form-group, .login-wrapper .form-group label {
    display: block
}
.form-group label p {
    color: red;
    font-size: 24px;
    opacity: 1;
    display: inline-block
}
.login-wrapper .form-group input, .register-page .form-group input, .register-page .form-group select {
    padding: 5px 10px;
    width: 200px
}
.create-account, .login-account .login-button button {
    border: 1px solid #003156;
    background: #003156;
    text-align: center;
    display: inline-block;
    padding: 5px 0;
    width: 135px;
    color: #fff;
    cursor: pointer;
    font-size: 14px
}
.create-account:hover {
    background: 0 0;
    transition: all .5s ease
}
.login-account .login-button button:hover {
    background: 0 0;
    color: #003156;
    transition: all .5s ease
}
.create-account:hover a, .login-account .login-button:hover a {
    color: #003156;
    transition: all .5s ease
}
.create-account a, .login-account .login-button a {
    color: #fff;
    padding: 0 15px
}
.form-group>span {
    color: red;
    font-size: 14px!important;
    margin-top: 15px
}
.login-account {
    width: 100%
}
.login-account span {
    font-size: 12px
}
.login-account a {
    color: #b7b9bb;
    transition: all .5s
}
.login-account a:hover {
    color: #003156
}
.alert.alert-message {
    color: red;
    margin: 15px 0;
    border: 1px solid red;
    display: inline-block;
    padding: 10px 25px;
    position: relative
}
.alert.alert-message .fa-close {
    position: absolute;
    top: 12px;
    right: 5px
}
.alert.alert-success {
    color: #0C8040;
    margin: 15px 0;
    border: 1px solid #0C8040;
    display: inline-block;
    padding: 10px;
    position: relative
}
.alert.alert-success .fa-close {
    cursor: pointer
}
.login-information, .personal-detail {
    border: 1px solid #ccc;
    padding: 25px;
    margin: 40px 0
}
.submit-login input, .update-wrap input {
    border: 1px solid #003156;
    cursor: pointer
}
.login-information span, .personal-detail span {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 40px
}
.register-page .form-group {
    display: inline-block;
    width: 30%;
    margin-bottom: 30px;
    vertical-align: top
}
.cart-pop-up .option-1>input, .cart-pop-up .option-2>input, .cd-logo-box input {
    vertical-align: middle
}
.update-wrap input {
    background: #003156;
    color: #fff;
    padding: 10px 20px;
    font-size: 15px;
    font-family: raleway
}
.update-wrap input:hover {
    background: 0 0;
    color: #003156;
    transition: all .5s ease
}
.register-page .form-group label {
    display: block;
    margin: 4px 0
}
.submit-login span {
    color: red;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: none
}
.writer-detail, .writter-pic {
    display: inline-block;
    vertical-align: middle
}
.submit-login input {
    background: #003156;
    color: #fff;
    padding: 5px 0;
    width: 120px
}
.submit-login input:hover {
    background: 0 0;
    color: #003156;
    transition: all .5s ease
}
.image-section {
    border: 1px solid #bebebe;
    float: left;
    margin: 0 30px 30px 0;
    padding: 5px;
    width: 250px
}
.why-choose {
    margin-top: 20px
}
.why-choose li {
    padding: 5px 0
}
.brand-logo-slider {
    padding: 0 50px
}
.brand-logo-slider .item img {
    height: 80px;
    margin: auto;
    width: auto
}
.about-content-fullwidth {
    width: 95%
}
.testimonial-wrap {
    background-color: #f1f1f1;
    margin: 30px 0;
    padding: 30px
}
.swiper-slide>p {
    margin: auto;
    width: 80%
}
.writter-pic {
    height: 100px;
    margin: auto 20px 30px auto;
    width: 100px
}
.writter-pic>img {
    border-radius: 50%
}
.contact-form-wrap input:focus, .contact-form-wrap input:hover, .contact-form-wrap textarea:focus, .contact-form-wrap textarea:hover, .contact-send-btn {
    border: 1px solid #df5300
}
.writer-detail>span {
    display: block;
    text-align: left
}
.writer-name {
    font-size: 16px;
    font-weight: 600
}
.designation {
    color: #787272;
    font-size: 13px
}
.swiper-button-next, .swiper-button-prev {
    background: 0 0!important
}
.swiper-button-prev::after {
    content: "\f053 ";
    font-family: fontawesome;
    color: #df4300;
    font-size: 22px
}
.swiper-button-next::after {
    content: "\f054 ";
    font-family: fontawesome;
    color: #df4300;
    font-size: 22px
}
.left-main-section-contact {
    box-sizing: border-box;
    float: left;
    margin-right: 50px;
    width: 45%
}
.right-main-section-contact {
    float: left;
    width: 50%;
    padding-left: 20px;
    height: 120px;
    box-sizing: border-box
}
.contact-form-wrap input {
    height: 35px;
    margin-bottom: 25px;
    padding: 5px;
    width: 100%;
    box-sizing: border-box
}
.contact-form-wrap textarea {
    margin-bottom: 20px;
    padding: 5px;
    width: 100%;
    font-family: raleway;
    font-size: 13px;
    height: 150px;
    box-sizing: border-box
}
.left-main-section-contact p.big {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: raleway;
    font-size: 16px
}
.contact-send-btn {
    background-color: #df5300;
    color: #fff;
    font-size: 15px;
    padding: 5px 20px;
    transition: all .5s;
    cursor: pointer
}
.contact-send-btn:hover {
    background-color: transparent;
    color: #df5300
}
.map {
    border: 1px solid #bebebe;
    margin-top: 40px;
    padding: 5px;
    margin-bottom: 30px
}
.contact-info li {
    margin: 10px 0;
    position: relative;
    padding-left: 35px
}
.email:after, .location:after, .telephone:after {
    font-family: fontawesome;
    position: absolute;
    left: 0;
    top: 0
}
.contact-info li, .contact-info li a {
    color: #222
}
.contact-info li:hover a {
    color: #df5300
}
.location:after {
    content: '\f041';
    font-size: 20px
}
.email:after, .telephone:after {
    font-size: 22px
}
.telephone:after {
    content: '\f095'
}
.email:after {
    content: '\f0e0'
}
.cart-table table {
    border: none;
    border-collapse: separate;
    border-spacing: 4px
}
.cart-table tr.product-head, .cart-table tr.product-head th {
    border: 1px solid transparent
}
.product-head>td, .product-qty>td {
    background-color: #45aefd;
    color: #fff
}
.product-qty td a .fa {
    color: #fff
}
.product-qty td a:hover .fa {
    color: #df5300
}
.cart-table tr {
    margin-bottom: 20px
}
.decoration img {
    margin: auto
}
.decoration th {
    border: 1px solid #fff!important
}
.last {
    border: 1px solid transparent!important
}
.cart-table tr.product-head th {
    background-color: #45aefd;
    color: #fff;
    font-weight: 400;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase
}
.cart-table table td {
    border: none;
    font-family: lato;
    text-align: center
}
.decoration>td {
    background-color: #a7d7fc;
    color: #fff;
    padding: 0
}
.job-details>td {
    background: #f1f1f1
}
.design-image {
    border: 1px solid #bebebe!important;
    background: 0 0!important;
    width: 100px
}
.design-image>img {
    width: 100px;
    margin: auto
}
.discount_coupon.user_form button {
    background: #df5000;
    border: 1px solid #df5000;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    text-transform: uppercase;
    transition: all .5s;
    margin-top: 25px;
    cursor: pointer
}
.discount_coupon.user_form button:hover {
    background: 0 0;
    color: #df5000
}
.types-job>td {
    border: 1px solid #bebebe!important
}
td.empty, th.empty {
    background: 0 0!important;
    border: none!important
}
.decoration a {
    color: #fff
}
.job-details a, .types-job a {
    color: #222
}
.decoration a:hover, .job-details a:hover, .types-job a:hover {
    color: #df4300
}
.cart-table {
    border-bottom: 1px solid #bebebe;
    margin-bottom: 30px;
    overflow: hidden
}
.color-pallet {
    padding: 0!important;
    position: relative
}
.color-pallet>table.color-display {
    border-collapse: collapse;
    height: 30px;
    width: 100%
}
.color-list {
    display: none;
    left: 70px;
    position: absolute;
    bottom: -10px;
    width: 120px!important;
    z-index: 1;
    color: #fff
}
td .form-control {
    background: 0 0;
    border: none;
    color: #fff;
    text-align: center
}
.shopping-continue li {
    display: inline-block;
    text-align: right;
    width: 49.5%
}
.discount-code, .reward-wrap {
    width: 27%;
    border: 1px solid #bebebe
}
.shopping-continue li.first {
    text-align: left
}
.new-decoration a, .shopping-continue>ul, .total {
    text-align: right
}
.shopping-continue {
    margin-bottom: 40px
}
.shopping-continue li a, .shopping-continue li button {
    background-color: #003156;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 7px 15px;
    text-transform: uppercase;
    border: 1px solid #003156;
    font-family: raleway;
    font-weight: 600;
    transition: all .5s
}
.shopping-continue li a:hover, .shopping-continue li button:hover {
    background: 0 0;
    color: #003156
}
.second>button {
    margin-left: 20px
}
.discount-code-wrap {
    margin-bottom: 50px;
    overflow: hidden
}
.discount-code {
    float: left;
    padding: 15px 20px
}
.reward-wrap {
    float: left;
    margin: 0 75px
}
.reward-point {
    margin-bottom: 10px;
    padding: 10px 10px 0
}
.reward-point table {
    width: 100%
}
.reward-point table, .reward-point td, .reward-point th {
    border: 1px solid #bebebe;
    border-collapse: collapse;
    padding: 5px
}
.reward-point input {
    border: none;
    padding: 5px 0;
    width: 100%
}
.reward-point input[type=submit] {
    width: 120px;
    float: left;
    border: 1px solid #003156;
    background: #003156;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 5px 0;
    cursor: pointer
}
.reward-point input[type=submit]:hover {
    background: 0 0;
    border: 1px solid #003156;
    color: #003156;
    transition: all .5s ease
}
.reward-point td:last-child {
    width: 25%
}

.pagi_new_start{
    width: 36px;
    text-align: center;
    background: #efefef;
    padding: 5px 15px;
    display: inline-block;
    margin:2px 0;
    border: 1px solid #dfdfdf;
    color:#000;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.pagi_new_middle{

    text-align: center;
    background: #fdfdfd;
    padding:5px 10px;
    display: inline-block;
    margin:2px 0;
    border: 1px solid #dfdfdf;
    color:#000;
}
.pagi_new_end{
    width: 36px;
    text-align: center;
    background: #efefef;
    padding: 5px 15px;
    display: inline-block;
    margin:2px 0;
    border: 1px solid #dfdfdf;
    color:#000;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}


.total {
    float: left;
    width: 26%
}
.total-amount .total {
    text-align: right;
    width: 100%
}
.discount-code p.big {
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px
}
.enter {
    color: #bebebe;
    font-size: 13px;
    padding-bottom: 3px
}
.discount-code p a, .new-decoration a, .total a {
    font-size: 12px;
    transition: all .5s;
    display: inline-block;
    text-transform: uppercase
}
.discount-code p a {
    background-color: #003156;
    color: #fff;
    margin-top: 15px;
    font-weight: 600;
    padding: 5px 10px;
    border: 1px solid #003156
}
.new-decoration>p, .total>p {
    margin-top: 20px;
    float: right
}
.discount-code p a:hover {
    background: 0 0;
    color: #003156
}
.discount-code input {
    height: 25px;
    padding: 3px;
    width: 100%
}
.discount-code input:focus, .discount-code input:hover {
    border: 1px solid #df5300
}
.total>table {
    float: right;
    width: 100%;
    border: 1px solid #bebebe!important;
    margin-bottom: 10px
}
.total>p {
    width: 100%
}
.total a {
    background: #df5000;
    border: 1px solid #df5000;
    padding: 5px 10px;
    color: #fff;
    font-weight: 600
}
.total a:hover {
    background: 0 0;
    color: #df5000
}
.total td, .total th {
    font-family: lato!important;
    text-transform: uppercase;
    border: 1px solid #bebebe;
    padding: 8px;
    font-weight: 400
}
.new-decoration a {
    background: #003156;
    border: 1px solid #003156;
    padding: 5px 10px;
    color: #fff;
    font-weight: 600
}
.new-decoration a:hover {
    background: 0 0;
    color: #003156
}
.cart-popup, .user-login-popup {
    background: rgba(255,255,255,1);
    box-shadow: 0 0 10px #fff
}
.new-decoration>p {
    margin-bottom: 30px
}
.user-login-popup {
    width: 30%;
    min-height: 180px;
    border: 5px solid #ccc;
    padding: 15px
}
.user-login-popup h2 {
    color: #003156
}
.user-login-popup form {
    margin-top: 25px
}
.user-login-popup .form-group {
    margin: 15px 0;
    witdh: 100%
}
.user-login-popup .form-group>label {
    display: inline-block;
    width: 100px
}
.user-login-popup input {
    padding: 5px 10px;
    min-width: 250px
}
.cart-popup {
    width: 80%;
    overflow-x: hidden;
    display: none
}
.cart-pop-up .top h2 {
    color: #335a78;
    text-transform: uppercase;
    font-weight: 400;
    margin: 15px 0
}
.cart-pop-up .option-1, .cart-pop-up .option-2, .cart-pop-up .upload-design {
    display: inline-block;
    margin-right: 40px
}
.option-1 input, .option-2 input {
    width: auto
}
.cart-pop-up .selection-option span {
    display: inline-block;
    margin-right: 8px;
    padding-top: 3px
}
.cart-pop-up .upload-design {
    width: 200px;
    height: 25px;
    border: 1px solid #003156;
    padding: 5px 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    top: 12px;
    background: #003156;
    color: #fff
}
.cart-pop-up .upload-design:hover {
    background: 0 0;
    color: #003156;
    transition: all .5s ease
}
.cart-pop-up .upload-design input {
    position: absolute;
    top: 0;
    left: 0;
    display: block!important;
    height: 36px;
    width: 220px;
    opacity: 0;
    cursor: pointer
}
.cart-pop-up .bottom {
    margin: 30px 0;
    overflow-x: auto
}
.cart-pop-up .bottom table {
    color: #222;
    border: 1px solid #222!important;
    width: 100%
}
.cart-pop-up .bottom table thead {
    background: #eee
}
.cart-pop-up td, .cart-pop-up th {
    border: 1px solid #222;
    font-family: lato;
    font-weight: 400;
    text-align: center
}
#cd-add-another-text, td.browse-color a {
    text-transform: uppercase;
    font-weight: 600
}
.cd-txt-box>input {
    display: block;
    height: 28px;
    margin: 15px auto 5px;
    padding: 4px
}
.popup-qty {
    height: 15px;
    padding: 5px;
    text-align: center;
    width: 15px
}
#cd-add-another-text {
    color: #df4300;
    font-family: lato;
    font-size: 13px
}
#cd-add-another-text:hover {
    color: #003156;
    transition: all .5s ease
}
.cart-pop-up select {
    margin-bottom: 10px;
    padding: 3px 5px;
    width: 90%
}
.bottom td select option {
    padding: 5px;
    border: 1px solid #bebebe
}
.cart-pop-up tbody td a, th a {
    color: #222;
    font-size: 18px;
    padding: 3px
}
.cart-pop-up td i {
    margin: 0 5px;
    cursor: pointer
}
table.color-selection td {
    font-size: 11px;
    padding: 4px;
    text-align: left
}
table.color-selection td.color {
    width: 400px!important
}
td.browse-color a {
    color: #df4300!important;
    transition: all .5s
}
td.browse-color:hover a {
    color: #003156!important
}
.browse-color-pop-up {
    margin: 0 auto;
    display: none;
    background: #fff
}
.color-selection td:last-child {
    text-align: center
}
table.browse-color-table {
    margin: 5px
}
.browse-color-table th {
    background: #A7D7FC;
    color: #003156
}
.browse-color-table td:nth-child(2) {
    text-align: left
}
.browse-color-table th:first-child {
    text-align: center;
    width: 60px
}
.browse-color-table td.add-to-cart {
    border: none;
    width: 275%
}
.b-close .fa {
    font-size: 22px;
    opacity: .4
}
.b-close:hover .fa {
    opacity: 1
}
table.browse-color-table, table.browse-color-table td, table.browse-color-table th {
    border: 1px solid #003156;
    border-collapse: collapse;
    padding: 5px
}
table.color-selection td a {
    padding: 0
}
.cart-img-popup {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    display: none;
    background: #fff
}
.decoration-detail-main-wrap>h2 {
    color: #df5300;
    margin-bottom: 15px;
    text-transform: uppercase
}
.decoration-wrap {
    border: 1px solid #bebebe;
    margin-bottom: 20px;
    padding: 20px
}
.decoration-section {
    border-bottom: 1px solid #bebebe;
    padding-bottom: 20px
}
.decoration-section span {
    color: #727272;
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase
}
.select-type, .select-wrap {
    margin-bottom: 10px
}
.decoration-section.detail, .decoration-section.detail-option {
    padding-top: 20px
}
.detail-wrap {
    float: left;
    width: 14%
}
.detail-wrap.color {
    width: 15%
}
.detail-wrap.type {
    width: 16%
}
.detail-wrap>span {
    margin-top: 25px
}
.cd-logo-box input {
    display: inline-block;
    border: 1px solid transparent
}
.submit-fields a, .submit-fields input {
    transition: all .5s ease 0s;
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: top;
    display: inline-block
}
.price-calc.qty input, select {
    border: 1px solid #bebebe
}
.price-calc.qty input {
    box-sizing: border-box;
    padding: 5px 10px;
    width: 100%
}
.decoration-detail-main-wrap input:focus, .decoration-detail-main-wrap input:hover, .decoration-detail-main-wrap select:focus, .decoration-detail-main-wrap select:hover {
    border: 1px solid #df5300
}
option {
    padding: 2px
}
.price-calc {
    display: inline-block;
    text-align: center;
    width: 71px
}
.detail-wrap.full-width {
    width: 56%
}
.select-type {
    width: 50%
}
.insert-opt>label {
    float: left;
    margin-right: 10px;
    width: 64%
}
.price-calc.qty {
    margin-right: 0
}
.price-calc.color {
    margin-right: -4px
}
.cd-row-remove.price-calc {
    margin-right: 0;
    width: 25px
}
.cd-remove-decoration-row {
    color: #df5300;
    display: block;
    font-size: 16px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center
}
.detail-wrap.last {
    border: none!important;
    text-align: right;
    width: 25%
}
.insert-opt {
    margin-bottom: 20px;
    overflow: hidden
}
.insert-opt textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 5px
}
.upload-file {
    margin-bottom: 10px
}
.upload-file>span {
    padding: 5px 3px 0
}
.upload-file:hover {
    background-color: transparent
}
.upload-file:hover span {
    color: #df5300
}
.decoration-section>label {
    display: block;
    width: 285px
}
.grand-total-popup {
    font-family: lato;
    font-weight: 600;
    font-size: 16px;
    color: #5e5e5e;
    text-align: right;
    padding-top: 20px
}
.grand-total-text {
    margin-right: 15px
}
.grand-total-amount>textarea {
    padding: 5px
}
.submit-fields {
    padding-right: 15px;
    text-align: right
}
.submit-fields>p {
    display: inline-block;
    text-align: left
}
.submit-fields a {
    background: #003156;
    border: 1px solid #003156;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px
}
.submit-fields a:hover {
    background: 0 0;
    color: #003156
}
.submit-fields input {
    background: #df5000;
    border: 1px solid #df5000;
    color: #fff;
    font-family: raleway;
    font-size: 13px;
    padding: 8px 10px 7px
}
.submit-fields input:hover {
    background: 0 0;
    color: #df5000
}
.checkout-wrap {
    background-color: #f8f8f8;
    margin-bottom: 40px;
    overflow: hidden;
    padding: 40px;
    width: 100%
}
.registered-customer {
    float: left;
    width: 45%;
    border-right: 1px solid #bebebe;
    box-sizing: border-box
}
.guest-checkout {
    box-sizing: border-box;
    float: left;
    margin-left: 50px;
    width: 50%
}
.checkout-header {
    color: #003156;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 20px
}
.checkout-wrap h3 {
    color: #003156;
    font-size: 15px;
    margin-bottom: 20px
}
.registered-customer input {
    border: 1px solid #bebebe;
    height: 30px;
    margin-bottom: 20px;
    padding: 3px 5px;
    width: 60%
}
.registered-customer input:focus, .registered-customer input:hover {
    border: 1px solid #df5000
}
.registered-customer span>a {
    color: #df1500;
    display: block;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 5px
}
.guest-checkout>p {
    margin-bottom: 20px
}
.checkout-section>h3 {
    color: #515357;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px
}
.checkout-section span {
    color: #df5000;
    font-size: 16px;
    margin-right: 5px
}
.checkout-wrap-new {
    overflow: hidden;
    width: 100%;
    margin-bottom: 40px
}
.checkout-section {
    border: 1px solid #bebebe;
    box-sizing: border-box;
    float: left;
    margin-right: 20px;
    padding: 20px;
    width: 32%
}
.review-amount, .user-order-detail-total>table, label .amount {
    float: right
}
.checkout-section:last-child {
    margin-right: 0
}
.checkout-section>input, .checkout-section>select, .city_block2 select, .city_block3 select, .credit-cards-method input, .online-banking-method input, .process-easy input, .shipping-address input, .shipping-address>select, .state2, .state_block3 select {
    border: 1px solid #bebebe;
    box-sizing: border-box;
    height: 40px;
    margin-bottom: 25px;
    padding: 3px 5px;
    width: 100%
}
.checkout-section textarea:focus, .checkout-section textarea:hover, .checkout-section>input:focus, .checkout-section>input:hover, .checkout-section>select:hover, .city_block2 select:focus, .city_block2 select:hover, .city_block3 select:focus, .city_block3 select:hover, .credit-cards-method input:focus, .credit-cards-method input:hover, .online-banking-method input:focus, .online-banking-method input:hover, .process-easy input:focus, .process-easy input:hover, .shipping-address input:hover, .shipping-address>select:hover, .state2:focus, .state2:hover, .state_block3 select:focus, .state_block3 select:hover {
    border: 1px solid #df5000
}
.checkout-section textarea {
    width: 100%;
    font-family: raleway;
    padding: 5px;
    font-size: 12px;
    margin-bottom: 20px;
    box-sizing: border-box
}
.checkout-section a {
    color: #222
}
.place-order.total>button {
    background-color: #003156;
    border: 1px solid #003156;
    color: #fff;
    font-family: raleway;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 8px;
    transition: all .5s;
    text-transform: uppercase
}
.place-order.total>button:hover {
    background-color: transparent;
    color: #003156;
    cursor: pointer
}
.shipping-address>h3 {
    margin-bottom: 10px
}
.checkout-section label {
    width: 100%;
    display: block;
    margin-bottom: 20px
}
.checkout-section label>span {
    color: #515357;
    display: inline-block;
    font-size: 12px;
    margin-left: 5px;
    vertical-align: top
}
label .amount {
    color: #515357;
    font-size: 12px;
    text-align: right
}
.safe-secure p {
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #515357
}
.safe-secure {
    margin-top: 20px
}
.safe-secure span {
    color: inherit;
    font-weight: 600
}
.review-image {
    border: 1px solid #bebebe;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    width: 80px
}
.review-product-wrap {
    display: inline-block;
    font-family: lato;
    font-size: 13px;
    width: calc(100% - 100px)
}
.review-amount, .review-name {
    color: #515357!important
}
.checkout-section>table, .checkout-section>table td, .checkout-section>table th {
    color: #515357;
    border: none!important;
    font-family: lato
}
.grand-total, .sub-total {
    border-top: 1px solid #bebebe
}
.checkout-section>table td {
    text-align: right
}
.checkout-section th {
    width: 70%
}
.grand-total {
    border-bottom: 1px solid #bebebe
}
.review-order-wrap {
    margin-bottom: 15px
}
.place-order.total {
    float: right;
    margin-top: 30px;
    width: 100%
}
.faq-question>h2 {
    color: #003156;
    font-size: 16px;
    margin: 15px 0;
    text-transform: uppercase
}
.faq-question input {
    border: 1px solid #bebebe;
    height: 30px;
    padding: 3px 5px;
    width: 80%
}
.faq-question input:focus, .faq-question input:hover {
    border-color: #df5000
}
.faq-question>button {
    background-color: #003156;
    border: 1px solid #003156;
    color: #fff;
    display: block;
    font-family: raleway;
    font-weight: 600;
    margin-top: 20px;
    padding: 5px 20px;
    text-transform: uppercase;
    transition: all .5s ease 0s
}
.faq-question>button:hover {
    background-color: transparent!important;
    color: #003156
}
.faq-question {
    margin-bottom: 30px
}
.accordion_example1.smk_accordion.acc_with_icon {
    border: 1px solid #bebebe
}
.accordion_in {
    border-bottom: 1px solid #bebebe;
    padding: 10px 20px
}
.accordion_in:last-child {
    border-bottom: none
}
.acc_head a {
    color: #003156;
    font-weight: 600
}
.acc_active .acc_head a {
    border-bottom: 1px solid #bebebe;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #6b6b6b
}
.acc_content {
    background-color: #fbfafa;
    color: grey;
    padding: 20px
}
.acc_title {
    border-bottom: 1px solid #6b6b6b;
    color: #6b6b6b;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 10px
}
.accordian-wrap {
    margin-bottom: 40px;
    width: 90%
}
.accordian-wrap>h2 {
    margin-bottom: 15px
}
.right-main-section ul {
    margin-top: 10px
}
.right-main-section li {
    padding: 5px 0
}
.right-main-section li a {
    color: grey;
    transition: all .5s
}
.right-main-section li:hover a {
    color: #003156
}
.privacy-title {
    color: #003156;
    font-size: 15px;
    font-weight: 600;
    margin: 15px 0;
    text-transform: uppercase
}
.privecy-content {
    color: grey;
    font-size: 13px;
    line-height: 22px;
    width: 95%
}
.work-type-title {
    background-color: #003156;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin: 10px 0 20px;
    padding: 10px 20px
}
.work-type-wrap {
    width: 95%
}
.work-type-section h3 {
    color: #003156;
    font-size: 15px;
    margin-bottom: 10px
}
.work-type-section {
    margin-bottom: 20px
}
.work-type-section p {
    color: #515357;
    line-height: 23px
}
.embroidery-type, .screenprinting-type {
    margin-bottom: 30px
}
.table-type, .table-type td, .table-type th {
    border: 1px solid #bebebe
}
.table-type td span {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase
}
.table-type th {
    text-transform: uppercase;
    color: #003156
}
.table-type td {
    color: #878787;
    font-family: lato;
    line-height: 23px
}
.table-type td, .table-type th {
    padding: 8px 10px;
    text-align: left
}
.embrodiery-types {
    color: #003156;
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase
}
.types-list li {
    color: #515357;
    padding: 5px 0
}
.work-type-section.u-choice-reward {
    border-bottom: 1px solid #bebebe;
    margin-bottom: 50px;
    padding-bottom: 15px
}
.reward-image {
    border-bottom: 1px solid #bebebe;
    margin-bottom: 40px;
    position: relative
}
.reward-link {
    bottom: 80px;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    z-index: 1
}
.reward-link>a {
    background-color: #df5300;
    border: 1px solid #df5300;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    padding: 10px 20px;
    transition: all .5s;
    text-transform: uppercase
}
.reward-link>a:hover {
    background-color: transparent;
    color: #df5300
}
.customer-testimonail-wrap>h3 {
    color: #929292;
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-top: 20px
}
.testimonial-section-wrap {
    background-color: #f8f8f8;
    padding: 20px;
    margin-bottom: 20px
}
.customer-name {
    margin-bottom: 10px
}
.customer-name>span {
    color: #003156;
    font-size: 16px;
    font-weight: 600;
    margin-right: 15px
}
.testimonial-section-wrap>p {
    color: #515357;
    margin-bottom: 20px
}
.testi-info>span {
    margin-left: 20px;
    padding-right: 20px;
    font-family: lato;
    border-right: 1px solid
}
.testi-info>span:last-child {
    border-right: none
}
.testi-info>span .fa {
    margin-right: 5px
}
.user-order-detail-table {
    margin: 50px 0;
    overflow: auto
}
.user-order-detail .empty-border {
    background: 0 0;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent
}
.user-order-detail table, .user-order-detail td, .user-order-detail th {
    border: 1px solid #003156;
    border-collapse: collapse;
    padding: 5px;
    text-transform: uppercase;
    font-family: lato
}
.user-order-detail td.table-image {
    width: 150px;
    padding: 3px
}
.user-order-detail td.table-title {
    background: #eee;
    font-weight: 600
}
.user-order-detail td.border-none {
    border: 1px solid transparent
}
table.color-display, table.color-display td, table.color-display th {
    border: 0 solid #003156;
    border-collapse: collapse
}
.user-order-detail-total {
    width: 100%;
    margin: 25px 0
}
.user-order-detail-total td {
    text-align: left;
    padding: 5px
}
.user-order-detail td:last-child {
    text-align: center
}
.billing-shipping-address .tabs ul li {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #003156;
    text-transform: uppercase;
    opacity: .3;
    transition: all .5s ease
}
.billing-shipping-address .tabs ul li.selected:after {
    content: "\f0d8";
    font-family: fontawesome;
    position: absolute;
    left: 0;
    right: 0;
    top: 32px;
    text-align: center;
    color: #df5000;
    font-size: 24px
}
.billing-shipping-address .tabs ul li a {
    color: #222
}
.billing-shipping-address .tabs ul li.selected a, .detail h3 {
    color: #df5000
}
.billing-shipping-address .tabs ul li.selected {
    opacity: 1;
    border: 1px solid #df5000
}
.billing-shipping-address .detail {
    border: 1px solid #df5000;
    padding: 15px 10px;
    margin: 15px 0
}
.detail h3 {
    text-transform: uppercase;
    margin-bottom: 10px
}
.detail ul {
    display: inline-block;
    width: 370px;
    vertical-align: top;
    margin-right: 15px;
    margin-bottom: 20px
}
.detail ul.right {
    margin-right: 0
}
.billing-shipping-address .detail ul li {
    border: 1px solid #003156;
    padding: 0 10px;
    width: 90%;
    text-transform: uppercase;
    font-size: 13px;
    margin: 15px 0
}
.detail ul li.email {
    text-transform: none
}
.detail ul li.email span, .err-title, .log-in-wrap h3, .submit-btn, h4.blog-title {
    text-transform: uppercase
}
.detail ul li.telephone {
    font-family: lato
}
.detail ul li.telephone span {
    font-family: raleway
}
.billing-shipping-address .detail ul li span {
    border-right: 1px solid #003156;
    padding: 5px 10px;
    margin-right: 15px;
    width: 100px;
    display: inline-block
}
.billing-shipping-address .detail ul li span.address {
    border-right: none;
    margin-right: 0
}
.billing-shipping-address .detail ul li span.address-name {
    border-right: medium none;
    margin-right: 0;
    border-left: 1px solid #003156;
    width: calc(90% - 123px);
    vertical-align: middle
}
.user-order-detail .re-order-btn {
    border: 1px solid #df5000;
    background: #df5000;
    padding: 5px 15px;
    transition: all .5s ease;
    width: 120px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
    cursor: pointer
}
.alert-mess .fa-close, .diff-id, .forgot a, .social-wrap span a, .sort-wrap>a {
    transition: all .5s
}
.user-order-detail .re-order-btn a {
    color: #fff
}
.user-order-detail .re-order-btn:hover {
    background: 0 0
}
.user-order-detail .re-order-btn:hover a {
    color: #df5000
}
.billing-shipping, .payment, .shipping {
    display: none
}
.selected {
    display: block
}
.pagination li {
    display: inline-block;
    font-family: lato;
    padding: 0 2px
}
.pagination li a {
    border: 1px solid #ccc;
    color: #ccc;
    display: block;
    height: 20px;
    min-width: 20px;
    padding: 3px;
    text-align: center
}
.pagination li.active>a {
    color: #fff;
    background-color: #df5300;
    border-color: #df5300
}
.pagination li:hover a {
    color: #fff;
    background-color: #003156;
    border-color: #003156
}
.pagination .big-btn>a {
    border: none!important
}
.blog-section.-wrap {
    border-bottom: 1px solid #bebebe;
    margin-bottom: 20px;
    padding-bottom: 30px
}
.blog-section.-wrap>h3 {
    margin-bottom: 20px;
    color: #003156;
    font-size: 18px
}
.date-info-wrap {
    width: 100%;
    overflow: auto;
    margin: 20px 0
}
.date-info {
    float: left;
    font-family: lato;
    color: #515357
}
.date-info span .fa {
    margin-right: 3px
}
.social-wrap {
    float: right
}
.date-info span {
    font-size: 13px;
    margin-right: 15px
}
.date-info span:hover {
    cursor: pointer;
    color: #003156
}
.social-wrap span a {
    color: #fff;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px
}
.fb a {
    background-color: #3A5795
}
.twitter a {
    background-color: #1DA1F2
}
.gplus a {
    background-color: #DB4437
}
.skype a {
    background-color: #00aff0
}
.linkedin a {
    background-color: #0077B5
}
.fb:hover a, .gplus:hover a, .linkedin:hover a, .skype:hover a, .twitter:hover a {
    background-color: transparent
}
.fb:hover a {
    color: #3A5795
}
.twitter:hover a {
    color: #1DA1F2
}
.gplus:hover a {
    color: #DB4437
}
.skype:hover a {
    color: #00aff0
}
.linkedin:hover a {
    color: #0077B5
}
.blog-main-content {
    color: #515357;
    line-height: 23px;
    margin-bottom: 20px
}
.next-link {
    color: #df5300;
    text-decoration: underline;
    padding: 3px 8px
}
.next-link:hover {
    color: #003156;
    text-decoration: none
}
.blog-featured-slider {
    margin: auto;
    width: 93%
}
.blog-section.-wrap.detail-page {
    border: 1px solid #bebebe;
    padding: 20px
}
label#search_data-error {
    position: absolute;
    left: 0;
    bottom: -20px
}
.cerr {
    color: red;
    display: block
}
.search-result-wrapper ul li {
    margin-right: 20px;
    width: 23%
}
.search-result-wrapper ul li:last-child {
    margin-right: 0
}
.search-result-wrapper .item-wrapper ul li:nth-child(3n+3) {
    margin-right: 20px
}
.search-result-wrapper .item-wrapper ul li:nth-child(4n+4) {
    margin-right: 0
}
.search-result {
    color: #395f7c;
    font-size: 25px;
    margin: 10px 0
}
.social-media-login a, .submit-btn {
    font-size: 16px;
    transition: all .5s
}
.detail-page-wrapper .owl-wrapper-outer .item img {
    height: 80px;
    margin: auto;
    width: auto
}
.loading {
    background: url(../images/ajax-loader.gif) 50% 50% no-repeat rgba(255,255,255,.5);
    position: relative;
    z-index: 99999999
}
.alert-mess-wrap {
    display: none;
    position: fixed;
    right: 10px;
    top: 40px;
    z-index: 999999
}
.alert-mess {
    background-color: red;
    border: 1px solid red;
    color: #fff;
    padding: 20px;
    position: relative;
    width: 220px
}
.err-title {
    display: block;
    font-weight: 600;
    margin-bottom: 3px
}
.bold {
    font-weight: 600
}
.alert-mess .fa-close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px
}
.alert-mess .fa-close:hover {
    color: #b20b0b
}
.alert-mess-section {
    left: 110%;
    margin-bottom: 5px;
    position: relative
}
.log-in-wrap {
    border-top: 1px solid #bebebe;
    margin-bottom: 20px;
    overflow: hidden
}
.log-in-wrap h3 {
    color: #737373;
    font-weight: 600;
    margin: 10px 0
}
.log-in-form, .social-media-login {
    width: 350px;
    float: left
}
.social-media-login {
    margin-left: 50px
}
.city, .city.valid, .country, .form-group.city_block>select, .log-in-form input, .state, .valid {
    border: 1px solid #bebebe;
    box-sizing: border-box;
    height: 40px;
    margin-bottom: 15px;
    padding: 5px;
    width: 100%
}
.forgot a {
    color: #7dc5c2;
    display: inline-block;
    margin-bottom: 5px
}
.forgot a:hover {
    color: red
}
.submit-btn {
    background-color: #7dc5c2;
    color: #fff;
    font-weight: 600
}
.submit-btn:hover {
    background-color: transparent;
    color: #7dc5c2
}
.social-media-login p {
    color: #737373;
    font-weight: 600;
    margin-bottom: 10px
}
.social-media-login a {
    color: #fff;
    display: block;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px
}
.social-media-login .fa {
    float: right;
    padding-top: 4px
}
.social-media-login .fb {
    background-color: #3b5998;
    border: 1px solid #3b5998
}
.social-media-login .gplus {
    background-color: #dc4a38;
    border: 1px solid #dc4a38;
    padding: 0
}
.abcRioButton.abcRioButtonLightBlue {
    height: auto;
    width: auto!important;
    position: relative
}
.abcRioButton.abcRioButtonLightBlue::after {
    background: url(../images/gplus.jpg) 0 0/100% auto;
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    top: -13px;
    width: 100%
}
.social-media-login .fb:hover {
    background-color: transparent;
    color: #3b5998;
    text-decoration: none
}
.social-media-login .gplus:hover {
    background-color: transparent;
    color: #dc4a38;
    text-decoration: none
}
.diff-id {
    background-color: #f8921f;
    border: 1px solid #f8921f;
    color: #fff
}
.diff-id:hover {
    background-color: transparent;
    color: #f8921f;
    text-decoration: none
}
.log-in-wrap.log-in-next {
    display: none
}
.header-content-wrap {
    margin-bottom: 20px
}
.header-content-wrap>p {
    margin-bottom: 10px
}
.blog-wrap {
    margin-bottom: 30px
}
.blog-sec {
    display: inline-block;
    margin-right: 20px;
    width: 32%
}
.blog-sec:last-child {
    margin-right: 0
}
h4.blog-title {
    color: #003156;
    font-size: 15px;
    margin: 10px 0 5px
}
.post-date {
    color: #5e5e5e;
    margin-bottom: 10px
}
.blog-text>p {
    margin-bottom: 15px
}
.blog-text>a {
    color: red
}
.blog-text>a:hover {
    text-decoration: underline
}
.category-text {
    margin-bottom: 20px
}
.check-out-wrap>#wishlist {
    float: left;
    margin-left: 20%;
    color: #7bafd4
}
.price-range>a {
    color: #df5300
}
.check-out-wrap .fa {
    font-size: 15px;
    margin-left: 5px;
    cursor: pointer
}
.content-section h2 {
    color: #003357;
    margin-bottom: 10px
}
.content-section h3, .content-section ul {
    margin-bottom: 10px
}
.info-product-wrap .info-product-head {
    display: inline-block;
    font-weight: 600;
    width: 140px
}
.info-product-wrap li {
    color: #5e5e5e;
    margin-bottom: 5px
}
.sort-wrap {
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%
}
.sort-wrap>p {
    color: #003357;
    display: inline-block
}
.sort-wrap>a {
    background-color: #003357;
    border: 1px solid #003357;
    border-radius: 4px;
    color: #fff;
    float: right;
    padding: 5px
}
.sort-wrap>a:hover {
    background-color: transparent;
    color: #003357
}
.sort-wrap span {
    color: #b4b4b4
}
.review-user-details {
    margin-bottom: 30px
}
.review-content-wrap {
    background-color: #f1f1f1;
    border-radius: 4px;
    color: #5e5e5e;
    margin-bottom: 5px;
    padding: 10px
}
.review-user-details>span {
    color: #003357;
    display: inline-block;
    margin: 0 10px
}
.review-user-details .fa {
    font-size: 16px;
    margin-right: 5px
}
.info-product {
    margin-bottom: 20px
}
.info-product span {
    font-weight: 600;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle
}
.info-product .info {
    display: inline-block;
    float: none;
    vertical-align: middle;
    width: auto
}
.error-wrap {
    text-align: center;
    width: 320px;
    margin: auto auto 20px
}
.error-content {
    margin-top: 20px;
    text-align: left
}
.error-content>h2 {
    color: #e40000;
    font-size: 24px;
    margin-bottom: 10px
}
.red-ribbon {
    color: #fff;
    font-weight: 600;
    left: 0;
    position: absolute;
    top: 0
}
.ribbon-inner {
    background-color: #DF5400;
    padding: 5px;
    position: relative
}
.ribbon-inner::after, .ribbon-inner::before {
    border-left: 20px solid #DF5400;
    content: "";
    height: 0;
    position: absolute;
    right: -20px;
    width: 0
}
.ribbon-inner::after {
    border-bottom: 0 solid transparent;
    border-top: 22px solid transparent;
    bottom: 0
}
.ribbon-inner::before {
    border-bottom: 22px solid transparent;
    border-top: 0 solid transparent;
    top: 0
}
/*Seo page*/
.seo-wrap {
    padding: 0 5px 5px;
    text-align: center;
}
.seo-wrap h1, .seo-wrap h2 {
    color:#395f7c;
    margin-bottom: 15px;
}
.seo-wrap h2, .seo-single-left h2, .seo-single-right > h2{
    font-weight:400;
    line-height:30px;
}
.seo-wrap-content {
    margin-bottom: 20px;
}
.seo-service-wrap {
    overflow: hidden;
}
.seo-service-wrap li {
    float: left;
    margin-bottom: 30px;
    margin-right: 20px;
    text-align: left;
    vertical-align: top;
    width: 32.1%;
}
.seo-content-title {
    color:#395f7c;
    margin-bottom: 10px;
    margin-top: 15px;
}
.seo-service-wrap li:nth-child(n+3) {
    margin-right: 0;
}
.share-this {
    margin-bottom: 30px;
    text-align: left;
}
.share-this p,.share-this > ul, .share-this li{
    display: inline-block;
}
.share-this p{
    color:#DF5400;
    padding-right:10px;
    text-transform:uppercase;
}
.share-this a {
    border: 1px solid transparent;
    display: block;
    height: 20px;
    padding: 5px;
    width: 20px;
}
.share-this a:hover {
    border-color:#395f7c;
}
.share-this a > .fa {
    display: block;
    line-height: 20px;
    text-align: center;
}
/*Seo single page*/
.seo-single-page-wrap{
    width:100%;
    overflow:hidden; 
}
.seo-single-left {
    float: left;
    margin-right: 20px;
    width: calc(100% - 320px);
}
.seo-single-right {
    float: right;
    margin-bottom: 20px;
    width: 280px;
}
.seo-single-left h1 {
    color:#395f7c;
    line-height: 35px;
    margin-bottom: 15px;
}
.seo-single-left .rank-one {
    font-size: 18px;
    margin-bottom: 15px;
}
.seo-single-left h2{
    margin-bottom:15px;
    color:#09F;
}
.seo-single-left > p {
    margin-bottom: 15px;
}
.map-wrap {
    display: inline-block;
    margin-right: 20px;
}
.map-add {
    display: inline-block;
    vertical-align: top;
}
.google-map {
    margin-bottom: 20px;
}
.map-add li {
    font-size: 15px;
    margin-bottom: 5px;
}
.seo-single-page-content p {
    margin-bottom: 15px;
}
.our-service {
    margin-bottom: 20px;
}
.our-service li {
    margin-bottom: 5px;
    padding-left: 10px;
    position: relative;
}
.our-service a {
    color: #000;
}
.our-service li:hover a, .seo-single-right li:hover a{
    color:#395f7c;
    text-decoration:underline;
}
.our-service li:after{
    content:'\f105';
    position:absolute;
    font-family:fontawesome;
    left:0;
    top:0;
}
.seo-single-right > h2 {
    margin-bottom: 20px;
}
.seo-single-right li {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 8px;
}

.seo-single-right li a {
    color: #222;
    padding: 5px 3px;
}
/*size-chart-table*/
.size-chart-wrap{
    margin:20px 0;
}
.size-chart-wrap td, .size-chart-wrap table {
    border: medium none !important;
}
.size-chart-wrap td{
    padding:0 10px;
    text-align:center;
}
.size-chart-wrap td:first-child{
    text-align:left !important;
}
.size-chart-table-first .table-header{
    text-transform:uppercase;
    font-weight:600;
}
.table-header {
    background-color: #003156;
    color: #fff;
}
.size-chart-table-first {
    margin-bottom: 30px;
}
.size-chart-table-second img {
    width: 350px;
}
.size-chart-table-second li span {
    display: inline-block;
    text-transform: uppercase;
    width: 90px;
}
.download-file-wrap {
    background-color: #bebebe;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 15px;
    text-transform: uppercase;
}
.download-file-wrap a > img {
    display: inline-block;
    vertical-align: middle;
    width: 48px;
}
.download-file-wrap > h2 {
    margin-bottom: 10px;
}
.download-file-wrap a {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
}
.empty-cell {
    width: 24%;
}
.size-chart-table-second ul {
    margin-left: 10px;
}
/*Product single*/
.product-single-wrap {
    padding: 20px 0;
}
.product-single-image {
    float: left;
    margin-right: 40px;
    width: 180px;
}
.product-single-content {
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden;
}
.brand-name {
    color: #003156;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.sub-mega-menu li:last-child {
    margin-right: 0;
}
.check_out_login {
    border: 1px solid #bebebe;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 20px;
    width: 66%;
}
.check_out_login > h3{
    color: #515357;
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.check_out_login input {
    border: 1px solid #bebebe;
    box-sizing: border-box;
    height: 40px;
    margin-bottom: 15px;
    margin-right: 20px;
    padding: 3px 5px;
    width: 47%;
}
.check_out_login span {
    display: block;
    margin-bottom: 15px;
}
.check_out_login span > a {
    color: #5e5e5e;
    display: inline-block;
    padding: 5px;
}
.check_out_login span > a:hover {
    color:#ff0000;
}
.checkout-section > h2 {
    color:#515357;
    font-size: 14px;
    margin-bottom: 10px;
}
.go-to-cart {
    margin-right: 15px;
}
.brand-name > p {
    font-size: 25px;
    font-weight: 600;
}
.check-brand-wrap > h1 {
    font-size: 25px;
    margin-bottom: 20px;
}
.check-brand-img {
    display: block;
    float: left;
    margin-right: 30px;
    width: 200px;
}
.check-brand-wrap {
    float: right;
    width: calc(100% - 230px);
    box-sizing:border-box;
    padding:0 20px;
}
.check-brand-wrap > p {
    white-space: initial;
    width: 100%;
}
.search_results_new{
    min-height: 1px;
    border: 1px solid #ccc;
    width: 335px;
    position: absolute;
    /* right: 183px; */
    background: white;
    text-align: left;
    z-index: 2;
    left: 39px;

}
.search_results_new .title{
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    height: 20px;
    padding:5px;
}
.search_results_new .title .left{
    width:90%;
    float: left;
}
.search_results_new .title .right{
    width:2%;
    float:right;

}


.search_results_new .subtitle{
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid #ccc;

    padding:5px;
}

.search_results_new .cate_list {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    cursor:pointer;
}
.search_results_new .cate_list:hover{
    background: #7DC5C2;
    color:white;
}

.search_results_new .product_list {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    width: 94%;
}
.search_results_new .product_list:hover{
    background: #7DC5C2;
    color:white;
}
.search_results_new .title .searchbar_close{
    background:red;
    color:white;
    padding: 0px 10px;
    cursor:pointer;
}
.search_results_new .product_list .left {
    width: 21%;
    float: left;
}
.search_results_new .product_list .right {
    width: 70%;
    float: left;
}

.ourprice{
    color: orange;
    font-weight: bold;
}


@media screen and (max-width:480px){
    .search_results_new{
        min-height: 1px;
        border: 1px solid #ccc;
        width: 324px;
        position: absolute;
        left: 0px;
        background: white;
        text-align: left;
        z-index: 2;
    }

}
.load_size_new{
    background-color: transparent;
    border: 1px solid transparent;
    color: #003156;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    transition: all .5s ease 0s;
    position: relative;
    cursor: pointer;
    float: left !important;
}
.content-link{
    cursor:pointer;
    color:#A484C1;
}
.content-link:hover{

    color:#A484C1;
}
.footer_wrap_mobile
{
    display: none;
}
.menu li:nth-last-child(2) div, .menu li:nth-last-child(3) div{
    left: -250px !important;
}
.menu li:nth-last-child(3) div{
    left: -150px !important;
}
.menu li:last-child() div{
    left: -300px !important;
}
@media screen and (max-width:480px){
    .footer-wrap{
        display:none;
    }
    .footer_wrap_mobile
    {
        margin-bottom: 40px;
        overflow: hidden;
        padding: 60px 0 25px ;
        display: block;


    }
    .footer_section_new{
        width: 100%;
    }
    .footer_section_new .footer_title{
        color: #df5300;
        display: inline-block;
        border-bottom: 1px solid #515357;
        margin: 12px 0;
        padding-bottom: 12px;
        width:100%;
        text-transform: uppercase;
    }
    .footer_section_new .foot_body{}
    .footer_section_new .foot_body a{
        width: 100%;
        padding: 5px;
        display: block;
        color: #888787;
    }
    .footer_section_new .foot_body p{
        width: 100%;
        padding: 5px;
        display: block;
        color: #888787;
    }
    .footer_section_new .foot_body .list{}
}

