/*second nature style*/
@font-face {
    font-family: gill;
    src: url(../fonts/gillsans.ttf?v=1)
}

@font-face {
    font-family: cheltenham;
    src: url(../fonts/cheltenham.ttf?v=1)
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #b7cbd8 inset !important;
}
.modal-backdrop {
    background: transparent !important;
    z-index: 0;
}
.fancybox-error {
    font-family: cheltenham !important;
    font-size: 13px;
}
.prod-add-img {
    max-width:inherit !important;
}
.table-prod-list {

}
.td-prod-list {
    padding:0px;
}
a:focus {
    color:#F79748 !important;
}
.leftside a {
    display:block;
    font-size: 13px;
}
.leftside a:hover {
    color:#F79748;
}
ul.footer_links {
    display: none;
}
.account-intro {
    margin-bottom: 30px;
    font-family:gill;
    font-size: 12px;

}
.alert{
    font-family: gill;
    line-height: 1;
}
.search-cont{
    display:none;
    margin-top:10px;
}
.search-cont .button.button-small span{
    padding:5px;
}
ul.product_list .product-image-container img{
    max-height: 539px;
}
@media (min-width: 1200px) {
    .account-intro {
        margin-top: -15px;
    }
}
.table-credit table th {
    font-size: 11px;
    font-family: gill;
    text-transform: uppercase;
}
.table-credit table tr {
    box-shadow: 0px 1px 0px 0px #B7CBD8;
}

.address-edit {
    position: absolute;
    left: 350px;
}
.address-edit a {
    font-family: gill;
    font-size: 12px;
}

.mywishlist .product-name {
    font-size: 12px;
    padding-top: 15px;
}
#addresses .checkoutsummary-address.co-address .c-s-ad-set {
    font-family: gill;font-size: 13px;box-shadow: 0px 1px 0px 0px #B7CBD8;padding: 0px 0px 30px 0px;
}
#authentication {
    background:rgba(183, 203, 216, 1);
    color: #fff;
}
#authentication a, #authentication .menu-shop-wrap .menu-shop-list, .mobile-menu .menu-shop-list {
    color: #fff !important;
}
#authentication .menu-wrap a:hover {
    color: #F79748 !important;
}
#authentication footer, #authentication .order-summary {
}
#authentication .page-indicator .pages .circle {
    background:#fff;
}
#authentication .page-indicator .pages .circle.active {
    background:#000;
}
#authentication .page-indicator .pages .name {
    color: #fff;
}
#authentication .page-indicator .pages .name.active {
    color: #000;
}
#authentication .page-indicator .line {
    border-bottom: 1px solid #fff;
}
#authentication .button.button-medium {
    border: 1px solid #fff;
    color: #fff;
    width: 100%;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-size: 15px;
}
#authentication .login-form {
    width: 100% !important;
}
#authentication .co-login {
    width:100% !important;
    margin: 0px auto 0px;
    position: relative;
}
@media (min-width:768px) {
    #authentication .co-login {
        width:400px !important;
    }
}
#authentication .co-login input {
    background: transparent;
    border-bottom: 1px solid #fff !important;
    color: #fff !important;
    max-width: 100% !important;
    border-top: 0px !important;
    box-shadow: 0px 0px 0px 0px transparent;
}
#authentication .lost_password a {
    font-size: 12px;
    text-decoration: none;
    margin-top: 5px;
}
#authentication .c-s-login-content input[type="text"], .c-s-login-content input[type="password"] {
    width: 100% !important;

}
#authentication .c-s-ad-set h2 {
    text-align: left;
}
#authentication label {
    color: #fff;
}

.c-s-login-content label {
	text-transform: capitalize;
	font-size: 12px;
	font-family: gill;
	letter-spacing: 1px;
}


#menu-mobile {
    background: #B7CBD8;
    padding: 15px;
    height: 100vh;
    width: 270px;
    position: fixed;
    z-index: 99;
    left: -100%;
    transition: 0.3s;
    top: 0px
}

#menu-mobile .fa-bars {
    color: #fff
}

#menu-mobile .menu-list {
    width: 100%
}

#menu-mobile .menu-list a {
    color: #fff
}

#menu-mobile .has-sub-navi {
    padding-bottom: 10px
}

#menu-mobile .sub-navi {
    padding-left: 20px
}

#menu-mobile .sub-navi a {
    color: #fff;
    font-size: 14px
}

#menu-mobile .menu-shop-wrap {
    right: 14px
}

#menu-mobile .menu-shop-wrap .menu-shop-list {
    width: 100%
}

#menu-mobile .menu-shop-wrap .menu-shop-list a {
    color: #fff
}

.mobile-menu .search {
    padding-bottom: 10px
}

.mobile-menu .search button {background:none; border:none;}
.mobile-menu .search .fa {
    color: #fff;
    font-size: 12px
}

.mobile-menu .search input {
    border-bottom: none;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    background: transparent;
    color: #fff;
    font-size: 14px;
    margin: 0px 0px 0px 5px;
    width: 83%;
    padding: 5px;
    float: right
}

@media only screen and (max-width: 810px) {
    header {
        position: fixed;
        top: 0;
        width: 100%;
    }
}
#index header {
    z-index: 99;
    background: none
}

header {
    z-index: 999;
}

header .container {
    position: relative;
    padding: 17px 15px 15px 15px;
    margin: 0px;
    max-width: unset;
    width: 100%;
}

body.index header .container {
    position: unset;
    padding: 0px;
}

header .fa-bars {
    color: #B7CBD8
}

header .logo {
    position: relative;
    margin: 0px 40px;
    z-index: 1000;
}

header .logo img {
    height: 15px;
    margin: 0px auto
}

@media (min-width: 1200px) {
    header .logo {
        padding: 10px 15px 0px 15px;
        margin: 0px;
    }

    body:not(.index) header .logo img {
        height: 72px;
        padding: 0px 15px 0px 15px;
        position: absolute;
        top: 35px;
        left: 15px;
    }

    header .container {
        padding: 0px;
    }
}

header .menu-icon {
    position: absolute;
    top: 12px;
    z-index: 1001;
}

.menu-btn-mobile,
header .menu-icon {
    padding: 0px 15px;
}

header .cart-icon .icon-cart {
    height: 18px;
    margin: -18px 10px 0px 0px;
    float: right;
    z-index: 999;
    position: relative
}

@media (min-width: 768px) {
    header {
        position: fixed;
        width: 100%;        
        top: 0
    }
}
@media (max-width: 1200px) {
    .search-cont{
        display:block;
    }
    #authentication header .fa-bars {
        color: #fff
    }
    #authentication header .cart-icon .icon-cart {display: none;}
    #authentication header .cart-icon a {
        background: url(../../img/icon-cart-white.png) no-repeat;
        height: 20px;
        width: 19px;
        margin: -18px 15px 0px 0px;
        float: right;
        position: relative;
        background-size: 15px;
    }
}


.order-summary {
    background: #B7CBD8;
    padding: 30px 25px;
    position: fixed;
    right: 0px;
    top: 150px;
    width: 300px;
    font-family: gill;
    color: #333333;
    text-transform: none;
    height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100vh;
}
.order-summary dl.products {
    overflow-y: auto;
    overflow-x:hidden;
    max-height: 200px;
    padding-right: 10px;
}
.order-summary dl.products::-webkit-scrollbar {
    width: 3px;
}
.order-summary dl.products::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.order-summary dl.products::-webkit-scrollbar-thumb {
  background-color: #000;
  outline: 0px solid slategrey;
}
.order-summary dt {font-weight: normal;}
.order-summary .cart-prices {margin-bottom: 20px;}

.order-summary h4 {
    font-family: gill !important
}

.order-summary .items {
    font-size: 12px;
    line-height: 20px
}

.order-summary .price {
    font-size: 12px;
    line-height: 20px;
    text-align: right
}

.order-summary hr {
    border-top: 1px solid #000
}

.order-summary .edit-bag {
    font-size: 11px;
    color: #fff;
    float: right;
    margin-top: -30px
}

#footer .logo {
    padding-top: 5px
}

#footer .logo img {
    height: 14px;
    float: left;
    margin: 0px 10px 0px 0px
}

@media (min-width: 768px) {
    #footer .logo img {
        height: 30px
    }
}

@media (min-width: 768px) {
    #footer .container {
        padding: 0px 35px 0px
    }
}

#bottom {
    padding: 30px 35px 20px 53px;
    position: fixed;
    bottom: 15px;
    z-index: 99
}

#bottom img {
    height: 14px;
    float: left;
    margin: 0px 10px 0px 0px
}

@media (min-width: 768px) {
    #bottom img {
        height: 28px
    }
}

.menu-wrap {
    display: flex;
    justify-content: flex-end;
    flex: 0 1 auto;
    padding: 0px 15px;
    width: 100%
}

body.index .menu-wrap {
    width: auto;
}

#block_top_menu,
.menu-list,
#block_top_menu .sf-menu > li {
    float: left;
    padding: 15px 0px 0px 0px;
    list-style: none;
}

body.index #block_top_menu {
    padding-top: 0px;
}

@media screen and (max-width: 992px) {
    body.index #block_top_menu {
        padding-top: 15px;
    }
}


.menu-list a,
#block_top_menu .sf-menu > li > a {
    font-weight: lighter !important;
    font-size: 18px;
    letter-spacing: 2px
}

.menu-list a:hover,
#block_top_menu .sf-menu > li a:hover {
    color: #F79748
}

footer #block_top_menu ul {margin: 0}
footer #block_top_menu .sf-menu > li a {color: #fff}

@media (min-width: 768px) {
    .menu-list,
    #block_top_menu .sf-menu > li {
        padding: 15px 10px 0px 10px
    }
}

@media (min-width: 998px) {
    .menu-list,
    #block_top_menu .sf-menu > li  {
        padding: 15px 15px 0px 15px;
    }
}

.splash header a {
    color: #fff !important
}
.splash header a:hover {
    color: #F79748 !important;
}

.splash header .logo img {
    height: 72px;
    float: left;
    margin: 0px 10px 0px 0px;
    left: 30px;
    top: 30px;
    position: absolute;
}

.splash header .logo {
    margin: 0;
}


@media (min-width: 768px) {
    .splash .hidden-xs {display: block !important;}
    .splash .visible-xs {display: none !important;}
}

.splash #footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px 0px
}

.splash #footer .menu-list a {
    color: #fff
}

.menu-shop-wrap {
    top: 35px;
    position: absolute
}

.menu-shop-wrap .menu-shop-list {
    float: left;
    /* padding: 0px 15px */
    margin: 0px 15px;
}
.menu-shop-wrap .menu-shop-list:first-child {
    margin-left: 0;
}
.menu-shop-wrap .menu-shop-list:last-child {
    margin-right: 0;
}

.menu-shop-wrap .menu-shop-list,
.mobile-menu .menu-shop-list{
    color: #B7CBD8;
    font-size: 10px;
    font-family: gill;
    text-transform: uppercase;
}

.menu-shop-wrap .menu-shop-list a:hover {
    color: #F79748
}

.mobile-menu .menu-shop-list ul {margin: 0; list-style: none;}
.mobile-menu .menu-shop-list {
    color: #fff;
    margin: 0 auto;
    width: 210px;
}
.mobile-menu .menu-shop-list a {color: #fff}

.menu-btn-mobile { 
    position: absolute;
    margin: 0;
}

.category-thumbnail {display: none;}

@media (min-width: 768px) {
    .menu-shop-wrap {
        right: 25px
    }
    .menu-shop-wrap a {
        font-size: 10px;
    }
}

@media (min-width: 768px) {
    .menu-shop-wrap {
        right: 25px
    }
    .menu-shop-wrap a {
        font-size: 10px;
    }
}

@media (min-width: 1200px) {
    .menu-shop-wrap {
        right: 50px
    }
}

.prod-wrap .prod-list {
    padding: 0px 5px;
    list-style: none;
}

.prod-wrap .prod-list .desc {
    color: #111;
    font-size: 12px;
    font-family: gill;
    padding: 0px;
    height: 90px;
}

.prod-wrap .prod-list .desc .name {
    margin: 5px 0px -3px 0px;
    font-size: 13px
}

.prod-wrap .prod-list .desc .price {

}
#banner-cont{

   position: fixed;
   top: 0;
   width: 100%;
   min-height: 25px;
   background: #B7CBD8;
   left: 0;
   text-align: center;
   color: #fff;
   font-family: gill;
   font-size: 13px;
   line-height: 25px;
   padding: 0px 25px;
}
@media (max-width: 1199px) {
    #banner-cont {
        position: relative
    }
}

#top-banner{

}
@media (min-width: 768px) {
    .prod-wrap .prod-list {
        padding: 0px 10px
    }
    .prod-wrap .prod-list .desc {
        padding: 10px 0px 0px;
        display: table;
        height: 100px;
        overflow: hidden;
    }
}

.top-banner {
    color: #fff;
    padding: 30% 0px 0px;
    height: 250px
}

.top-banner .banner-title {
    font-size: 30px;
    letter-spacing: 3px;
    padding-bottom: 10px
}

@media (min-width: 768px) {
    .top-banner .banner-title {
        font-size: 50px;
        letter-spacing: 3px;
        padding-bottom: 30px
    }
}

.top-banner .sub-title {
    font-family: gill;
    font-size: 12px
}

@media (min-width: 768px) {
    .top-banner {
        height: 800px
    }
}

.personal-information h4 {
    font-family: gill !important
}

.breadcrumb {
    font-family: gill;
    font-size: 12px;
    color: #dae4ea;
    background-color: transparent !important
}

.breadcrumb .active {
    opacity: 1;
    color: #B7CBD8 !important
}

.proddesc-wrap {
    padding: 0px 0px 0px 20px
}

.proddesc-wrap .name {
    font-family: gill;
    font-size: 20px
}

.proddesc-wrap .price {
    font-family: gill;
    font-size: 14px
}

.proddesc-wrap .size {
    padding: 30px 0px
}

.proddesc-wrap .size .size-list,
#attributes .attribute_list #color_to_pick_list.att_Size li {
    float: left;
    font-family: gill;
    font-size: 14px;
    margin-right: 20px
}

.proddesc-wrap .color {
    display: table;
    padding: 10px 0px
}

.proddesc-wrap .color .color-circle {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #ccc;
    margin-right: 10px;
    float: left
}

.proddesc-wrap .button-add-wishlist {
    font-size: 13px;
    font-family: gill;
    color: #B7CBD8;
    display:block;
}

.proddesc-wrap .add-link {
    padding: 20px 0px
}

.proddesc-wrap .add-link a,
.proddesc-wrap .pr-d-de-list .pr-d-de-title {
    font-size: 13px;
    font-family: gill;
    color: #B7CBD8;
    display: block;
    text-transform: lowercase;
}

.pr-d-de-title:first-letter {
    text-transform: uppercase;
}
.button-orange-line {
    color: #F79748;
    border: 1px solid #F79748;
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    font-size: 15px;
    font-family: gill;
    display: block;
    margin: 20px 0px;
    background:none;
    letter-spacing: 1px;
}

.button-orange-line:hover,
.button-orange-line[disabled] {
    color: #fff !important;
    background: #F79748
}

.form-control {
    border: 1px solid #B7CBD8 !important;
    color: #333 !important;
    border-radius: 0px !important;
    font-size: 13px !important;
    letter-spacing: 1px;
    height: auto;
}

.left-side {
    width: 100%;
    float: left;
    padding: 30px
}

@media (min-width: 768px) {
    .left-side {
        width: 400px;
        float: left;
        padding: 0px 30px 0px 70px;
        position: absolute;
    }
}

.main-side {
    overflow-y: hidden;
    overflow-x: scroll;
    top: -57px;
    position: relative;
    margin-bottom: -57px;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 768px) {
    .main-side {
        height: 100vh;
        top: 0;
        position: fixed;
        left: 400px;
        margin-bottom: 0px;  
        width: calc(100% - 400px);     
    }
}

.prod-wrap-horizontal {
}

.prod-wrap-horizontal img {
    height:100vh;
    float: left;
    margin-right: 20px;
}

@media (min-width: 768px) {
    .prod-wrap-horizontal img {
        width:auto;
        height: 100vh;
        margin-right: 60px;
    }
}

.page-indicator {
    padding-bottom: 50px;
    min-height: 85px
}

.page-indicator .line {
    border-bottom: 1px solid #B7CBD8;
    display: block;
    margin: 0px 30px -5px 30px
}

@media (min-width: 768px) {
    .page-indicator .line {
        margin: 0px 75px -5px 75px
    }
}

@media (min-width: 992px) {
    .page-indicator .line {
        margin: 0px 95px -5px 95px
    }
}

@media (min-width: 1400px) {
    .page-indicator .line {
        margin: 0px 117px -5px 110px
    }
}
#order_step {list-style: none;}
.page-indicator .pages,
#order_step li {
    width: 20%;
    float: left;
    text-align: center
}

.page-indicator .pages .circle {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #B7CBD8;
    margin: 0 auto
}

.page-indicator .pages .name {
    font-size: 9px;
    font-family: gill;
    color: #B7CBD8;
    text-transform: uppercase;
}

.page-indicator .pages .circle.active {
    background: #000
}

.page-indicator .pages .name.active {
    color: #000
}

@media (min-width: 768px) {
    .page-indicator .pages .name {
        font-size: 11px
    }
}

.cart {
    font-size: 13px
}

.cart .heading {
    font-weight: bold;
    border-bottom: 1px solid #B7CBD8;
    margin-bottom: 20px;
    font-size: 12px
}

.cart .cart-list {
    border-bottom: 1px solid #B7CBD8;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: table;
    width: 100%
}

.cart .cart-list a {
    color: #B7CBD8
}
.cart_total_voucher{
    display: none !important;
}
.table tbody > tr > td.cart_quantity .cart_quantity_button{
    display:block !important;
}
.btn.button-plus span, .btn.button-minus span {
    padding-top: 3px !important;
    font-size: 14px !important;
    height: auto;
    width: 31px;
}
.table tbody > tr > td.cart_quantity .cart_quantity_button a {
    float: left;
    margin-right: 2px;
}
@media (min-width: 768px) {
    .cart .cart-list .thumb img {
        height: 100px
    }

}

.cart .cart-list .edit-button {
    padding-top: 0px
}

.cart .cart-list .x-mobile {
    font-size: 11px
}

.cart .cart-total .continue-shop {
    font-size: 15px;
    margin: 0px auto;
    display: table
}

@media (min-width: 768px) {
    .cart .cart-total .continue-shop {
        font-size: 15px;
        margin: 175px 0px 0px 0px
    }
}

.cart .cart-total .continue-shop:hover {
    color: #F79748
}

#product {
    overflow-x: hidden
}

.main-title {
    font-size: 24px;
    margin-bottom: 30px
}

.static-page-content {
    font-size: 15px;
    font-family: gill;
    min-height: 700px
}

@media (min-width: 1200px) {
    .static-page-content .container {
        width: 960px !important
    }
}

@media (min-width: 1380px) {
    .static-page-content .container {
        width: 1170px !important
    }
}

.cart-account {
    font-size: 13px;
    font-family: gill;
    min-height: 700px
}
.cart-account .checkout-title .co-btn a {
    padding: 0;
}
.cart-account .checkout-title .btn-login a {
    min-width: 100px;
}
.cart-account .checkout-title .btn-login {
    margin-left: 10px;
}

@media (min-width: 1200px) {
    .cart-account .container {
        width: 960px !important
    }
}

@media (min-width: 1380px) {
    .cart-account .container {
        width: 1170px !important
    }
}

.about .a-about {
    color: #F79748
}

.about .text {
    color: #B7CBD8;
    font-size: 18px;
    padding: 60px 0px;
    font-family: cheltenham;
}

.about .about-first-image {
    margin: 0px -30px;
    width: 123%;
    max-width: inherit
}

.shop .a-shop {
    color: #F79748
}

.cms-13 .menu-shop-list,
.cms-13 .menu-shop-list a,
.cms-13 #block_top_menu > ul > li a {
    color: #fff
}

.cms-13 .menu-list,
.cms-13 .menu-list a {
    color: #fff
}
.cms-13 .menu-list a:hover,
.cms-13 #block_top_menu ul li a:hover {color: #F79748}

.cms-13 .menu-list .a-features {
    color: #F79748
}

.cms-13 .page-content .text-1 {
    font-family: gill;
    font-size: 15px;
    padding-bottom: 40px
}

@media (min-width: 1200px) {
    .cms-13 .page-content .container {
        width: 960px !important
    }
}

@media (min-width: 1380px) {
    .cms-13 .page-content .container {
        width: 1170px !important
    }
}

@media (min-width: 768px) {
    .cms-13 .page-content .text-1 {
        padding-bottom: 80px
    }
}
.features p {
    margin-bottom:30px;
}

#top-features {
    background: url(../img/about-1.jpg) no-repeat center top;
    background-size: 100%;
    position: relative;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    #top-features {
        position: relative;
        top: -160px;
        z-index: -1
    }
    .cms-13 #top-features {
        top: -165px;
    }
}

.previous-features {
    background: #E8F5FC;
    padding: 30px;
}
.previous-features .container {max-width: 100% !important}

@media (min-width: 1200px) {
    .previous-features .container {
        width: 960px !important
    }
}

@media (min-width: 1380px) {
    .previous-features .container {
        width: 1170px !important
    }
}

.cms-13 #main-wrapper,
.cms-13 .inner-wrapper,
.cms-13 .shop-content {padding-bottom: 0 !important; padding-left: 0; padding-right: 0}
.cms-13 footer {margin-top: 0 !important}

.previous-features h2 {
    color: #F79748;
    font-size: 18px;
    margin-bottom: 30px
}

.previous-features .masonry .item{
    background-color: #eee;
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
}
.masonry{
    column-count:2;
    column-gap:1em;
    -moz-column-count:2;
    -moz-column-gap:1em
}
@media (min-width: 768px)
{
    .masonry{column-count:3;-moz-column-count:3}
}

.form-row {
    padding: 0px 0px 20px
}

.line-break {
    border-top: 1px solid #B7CBD8;
    width: 100%;
    padding: 10px 0px
}

.pagination-wrap {
    display: table;
    margin: 0 auto
}

.pagination-wrap .pagination-list {
    float: left;
    color: #F79748;
    padding: 0px 10px;
    font-size: 20px;
    list-style: none;
}

.pagination-wrap .pagination-list a {
    color: #B7CBD8
}

.pagination-wrap .pagination-list img {
    width: 16px
}

@media (min-width: 768px) {
    .pagination-wrap .pagination-list {
        padding: 20px;
        font-size: 20px
    }
}

footer {
    border-top: 2px solid #F79748;
    margin-top: 60px
}
#index footer {border: none;}

footer .container {
    padding: 15px 0px
}
#index footer .container {padding:0 15px}

@media (min-width: 1200px) {
    footer .container {
        width: 960px !important
    }
}

@media (min-width: 1380px) {
    footer .container {
        width: 1170px !important
    }
}

footer .menu-footer {
    padding: 0px 20px
}

footer .menu-footer .menu-footer-list {
    float: left !important;
    padding: 0px 10px;
    text-align: left;
    height: 23px
}

footer .menu-footer .menu-footer-list a {
    color: #F79748 !important;
    font-family: gill;
    font-size: 11px;
    text-transform: uppercase;
}

footer .menu-footer .mailing-list-form {
    width: 100%;
    position: relative;
}

.mailing-list-form input,
footer .menu-footer .mailing-list-form input {
    border-bottom: 1px solid #F79748 !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    font-size: 11px !important;
    padding-right: 35px;
    background: none;
    color: #F79748 !important;
    font-family:gill;
}

footer .copyright {
    color: #F79748 !important;
    font-family: gill;
    font-size: 11px;
    text-align: left;
    padding: 10px 30px
}

@media (min-width: 768px) {
    footer .copyright {
        text-align: center;
        padding: 10px 0px
    }
}

@media (min-width: 768px) {
    footer {
        padding: 20px 75px;
        position:relative;
        z-index: 99;
    }
    footer .menu-footer {
        padding: 0px;
        text-align: center;
    }
    footer .menu-footer .menu-footer-list {
        padding: 0px 20px;
        text-align: left;
        float: none !important;
        display: inline-block !important;
    }
}

body {
    font-family: cheltenham !important;
    font-size: 16px !important;
    line-height: 27px !important;
    letter-spacing: 1px
}

@media (min-width: 1200px){
    body { padding-top:160px }
}

body a {
    color: #B7CBD8
}

body a:hover {
    text-decoration: none !important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: cheltenham !important;
    font-weight: lighter !important;
    letter-spacing: 2px
}

img {
    max-width: 100%
}

label {
    font-weight: lighter !important;
    font-size: 12px
}

input::-webkit-input-placeholder {
    color: #B7CBD8 !important
}

input:-moz-placeholder {
    color: #B7CBD8 !important
}

input::-moz-placeholder {
    color: #B7CBD8 !important
}

input:-ms-input-placeholder {
    color: #B7CBD8 !important
}

.width100 {
    width: 100% !important
}

@media (min-width: 768px) {
    .margtop {
        margin-top: 0px !important
    }
    .margbottom {
        margin-bottom: 0px !important
    }
    .margleft {
        margin-left: 0px !important
    }
    .margright {
        margin-right: 0px !important
    }
    .paddtop {
        padding-top: 0px !important
    }
    .paddbottom {
        padding-bottom: 0px !important
    }
    .paddleft {
        padding-left: 0px !important
    }
    .paddright {
        padding-right: 0px !important
    }
}

@media only screen and (max-width: 768px) {
    #header .shopping_cart li a{
        display:none !important;
    }
    .fixed-bag{
        z-index:999 !important;
    }
    #footer .mailing-list-form .form-group {
        margin-bottom: 0px;
    } 

    div.ch-s-table-set {
        padding: 0px;
        margin-top: -9px;
    }

    #cart_summary .c-s-desc .font-b {
        line-height: 20px;
    }

    .checkout-summary table tr td .font-d {
        line-height: 34px;
        margin-top: -5px;
    }

    .checkout-btn .active {
        width: 100%;
        text-align: center;
    }

    .checkout-btn .active .voucher {
        width: 75%;
        margin: 0 auto;
    }

    div.ch-btn.active a, 
    div.ch-btn.active button {
        width: 75%;
    }

    .menu-mobile ul li.sfHoverForce a {
        color: #F79748 !important;
    }
}

/*override style*/
#index .mobile-menu {display: none;}
#authentication #footer{
    border-top-color:#fff;
}
#authentication .copyright{
    color:#fff !important;
}
.alert-danger{
    font-family: gill;
}
#my-account .account-intro{
    font-size:13px !important;
}
input,select,option{
    font-family: gill !important;
    font-size: 13px !important;
}
#search_query_top{
    height: 30px !important;
    background: #fff !important;
    padding: 0 10px;
    width: 190px;
    float: right;
}
#search_block_top #search_query_top::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: gill !important;
    color: #333 !important;
}
#search_block_top #search_query_top::-moz-placeholder { /* Firefox 19+ */
    color: #333 !important;
}
#search_block_top #search_query_top:-ms-input-placeholder { /* IE 10+ */
    color: #333 !important;
}
#search_block_top #search_query_top:-moz-placeholder { /* Firefox 18- */
    color: #333 !important;
}
.osn-voucher-submit{
    background: #36648B !important;
    color: #fff !important;
}
#discount .alert-warning{
    font-family: gill;
    font-size:18px;
    color:#000;
    background-color: #fff;
    border:none;
}
#module-agileprepaidcredit-mycredit td{
    font-family: gill;
    font-size: 13px;
}
#myNewsletter .modal-content{
    box-shadow: none;
    border-radius:0px;
    padding: 20px;
    border:none;
}
#myNewsletter .modal-content .modal-body{
    padding: 0px;
}
#myNewsletter .modal-content p,#myNewsletter .modal-content input{
    font-size:13px !important;
}
#myNewsletter .modal-content .close{
    position: relative;
    top:0px;
    right:0px;
}
#myNewsletter .modal-content .close span hr{
    margin-top:0px;
}
#myNewsletter .vertical-alignment-helper{
    background: rgba(255,255,255,0.6);
}
#addresses .addnewaddress{
    font-size: 12px;
}
#addresses .checkoutsummary-address .c-s-ad-set ul li{
    line-height: 18px;
}

#header .cart_block.fixed-bag dt .name-product, #header .cart_block.fixed-bag dt .product-atributes, #header .cart_block.fixed-bag .c-s-btn a,
.q-new{
    text-transform: capitalize;
}

#currencies-block-top ul {
    list-style: none;
}

#currencies-block-top ul,
#currencies-block-top ul li.selected,
#currencies-block-top ul li a, 
#currencies-block-top ul li > span{
    background: white !important;
    color:#b7cbd8 !important;
}

.mobile-menu #currencies-block-top ul,
.mobile-menu #currencies-block-top ul li.selected,
.mobile-menu #currencies-block-top ul li a, 
.mobile-menu #currencies-block-top ul li > span{
    background:#b7cbd8 !important;
    color: white !important; 
}

#attributes .attribute_list #color_to_pick_list.att_Colours li{
    border: 2px solid transparent !important;
}
#attributes .attribute_list #color_to_pick_list.att_Colours li:hover{
    border: 2px solid #F79748 !important;
}
#attributes .attribute_list #color_to_pick_list.att_Colours li.selected{
    border: 2px solid #F79748 !important;
}
body#contact input, body#contact textarea, body#contact select option{
    font-family: gill;
}
#filter-block h4.filter-title{
    font-family: gill !important;
    font-size: 10px !important;
    text-transform: uppercase !important;
    color: #b7cbd8 !important;
}
#filter-block .tc-title{
    font-family: gill !important;
    font-size: 13px !important;
    color: #B7CBD8 !important;
}

#filter-block label,#filter-block .pc-filter ul li.set .layered_filter ul li a{
    text-transform: capitalize !important;
    color: #000 !important;
    font-size: 13px !important;
    letter-spacing: 1px;
}

#filter-block .button-orange-line{
    padding: 0px 10px !important;
    font-size: 10px !important;
}
#filter-block .pc-filter .color-option,#filter-block #layered_form .color-option{
    height: 12px;
    width: 12px;
    border:1px solid #B7CBD8;
}
#filter-block #layered_form .color-option.on{
    border: 1px solid #F79748;
    background: #F79748;
}
#history #order-list{
    border:none;
    font-family: gill;
}
#history p.info-title{
    font-family: gill;
    font-size: 18px;
}
#history #order-list thead{
    font-family: gill;
    font-size: 11px;
    text-transform: uppercase;
}
#history #block-order-detail{
    font-family: gill;
}
#identityFields .col-xs-3,
#identityFields .col-xs-5{
    padding-left: 0;
}
#identityFields{
    font-family:gill;
}
#identityFields #uniform-days{
    width:60px !important;
}
#identityFields #uniform-months{
    width: 100px !important;
}
#identityFields #uniform-years{
    width: 70px !important;
}
#add_address{
    font-family: gill;
}
#add_address .col-sm-6{
    height: 90px;
}
#product .pr-d-de-content p{
    font-family: gill;
}
#product #add_to_cart span{
    letter-spacing: 1px !important;
}
/**/

/* STYLING RADIO BUTTON FILTER PRODUCT */
.pc-filter .layered_filter:first-child li.set {
    margin-bottom: 0 !important;
}
#uniform-price_layered_low span input,
#uniform-price_layered_high span input {
    display: none;
}
#uniform-price_layered_low,
#uniform-price_layered_high {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
}
#uniform-price_layered_low span.checked,
#uniform-price_layered_high span.checked {
    border: 1px solid #F79748;
    background: #F79748;
}
.layered_color:hover,
#uniform-price_layered_low span:hover,
#uniform-price_layered_high span:hover {
    cursor: pointer;
}
#uniform-price_layered_low + label,
#uniform-price_layered_high + label {

}
#uniform-price_layered_low span,
#uniform-price_layered_high span {
    display: inline-block;
    height: 12px;
    width: 12px;
    border: 1px solid #B7CBD8;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #fff;
    position: relative;
    top: -1px;
}
/* STYLING RADIO BUTTON FILTER PRODUCT */

/* STYLING MY ORDERS */
#block-history p {
    font-family: gill;
    font-size: 13px;
}
#order-list td a {
    color: #000;
    text-decoration: none;
}
.block-order-detail {
    background: #F6F7F9;
}
.block-order-detail td {
    padding: 0px 30px;
}
.history #order-list thead tr td {
    border-bottom-width: 1px;
    padding: 0 12px 10px 0;
    font-size: 11px;
}
.history #order-detail-content .table {
    background: #F6F7F9;
}
.history #order-detail-content tr td {
    border: none;
}
.history #order-detail-content thead tr td {
    padding-bottom: 5px;
}
.history #order-detail-content thead tr,
.history #order-detail-content tbody tr td {
    border-bottom: 1px solid #000;
}
.history #order-detail-content tbody tr td {
    padding-top: 10px;
    padding-bottom: 10px;
}
.history #order-detail-content tfoot .subtotal td,
.history #order-detail-content tfoot .totalprice td {
    padding-top: 10px;
}
/* .history .block-order-detail td {
    padding: 10px;
    } */
    .history #order-detail-content .logo-history a h3 {
        margin-bottom: 0;
    }
    .history #order-detail-content th,
    #order-list th {
        font-size: 11px;
        font-family: gill;
        text-transform: uppercase;
        font-weight: bold;
    }
    #order-list .footable-row-detail {
        padding-top: 0;
    }
    #order-list .footable-row-detail-row:last-child {
        border: none;
    }
    #order-list .footable-row-detail-row {
        line-height: 3em;
        border-bottom: 1px solid #b7cbd8;
    }
    #order-list .history_invoice a,
    #order-list .history_detail a,
    #order-list .history_detail a span {
        text-decoration: none !important;
        color: #B7CBD8;
        font-weight: normal;
    }
    .history_link .footable-toggle {
        display: none !important;
    }
    .item-block .address li {
        text-transform: capitalize;
    }
    .history #order-detail-content td {
        padding: 0;
    }

    /* STYLING PRODUCT's PAGE */
    .proddetail_size-guide table {
        height: auto !important;
    }
    .proddetail_size-guide table tr td p {
        margin: 0 !important;
    }

    .pr-d-de-content .proddetail_size-guide table tr td
    {
        padding: 0 !important;
    }

    .no-products {
     font-size: 18px;
     color: #000;
     text-transform: capitalize;
 }

 /* STYLING LOGIN, AUTH & CART PAGE */
 .authentication .order-summary {
    display: none !important;
}
.login-form h2 {
    font-size: 18px !important;
    text-transform: capitalize;;
}
.cart_block .c-s-btn a {
    font-size: 13px;
}

/* STYLING WISHLIST */
.mywishlist .ch-btn .lnkdel:hover {
    background: #b7cbd8;
    color: #fff;
}
.mywishlist .row-item .col-sm-8,
.mywishlist .row-item .col-sm-4 {
    padding: 0;
}
.mywishlist .row-item .col-sm-8 .ch-btn {
    max-width: 150px;
}
.mywishlist .row-item .col-sm-4 .ch-btn {
    max-width: 80px;
}
.mywishlist .row-item .ch-btn a {
    display: block;
    margin: inherit !important;
}
.mywishlist .row-item .align-left .ch-btn {
    margin: auto;
    margin-left: 0;
}
.mywishlist .row-item .align-right .ch-btn {
    margin: auto;
    margin-right: 0;
}
.mywishlist .row-item .col-xs-12 .ch-btn {
    margin-right: auto;
    margin-left: 0;
}
#mywishlist .no-product-wishlist {
    font-size: 18px;
    font-family: gill;
}

/* STYLING MY BAG */
.basket-empty {
    font-size: 18px;
}

.voucher {
    padding-bottom: 20px;
}

/* STYLING PRODUCT */
.product .alert-danger {
    background: none;
    color: orange;
    border: none;
}
.product .alert-danger p { display: none; }
.product .alert-danger ol { padding: 0; }
.product .alert-danger li { list-style: none; }

/* STYLING ORDER */
.order .alert-danger {
    background: none;
    color: orange;
    border: none;
    text-transform: none;
}
.order .alert-danger p { display: none; }
.order .alert-danger ol { padding: 0;margin: 0; }
.order .alert-danger li { list-style: none; }

/* STYLING ADDRESS IN MY BAG */
.order .address-wrapper * {
    font-family: gill !important;
}
.order .address-wrapper h2 {
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 1px;
}
.order .address-wrapper .fa { font-family: FontAwesome !important; }

/* STYLING SHIPPING IN CHECKOUT */
.order .checkout-shipping .ch-agreeterms a {font-size: 12px;}

/* STYLING BAG DRAWER */
.fixed-bag h2 {font-family: gill !important;}

/* STYLING MY DETAILS */
.change_passwd {
    font-family: gill;
    font-size: 13px;
}
.change_passwd:hover {
    color: orange;
}
#uniform-newsletter span input {
    display: none;
}
#uniform-newsletter {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    height: 12px;
    width: 12px;
    top: 3px;
    border: 1px solid #999;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #fff;
    position: relative;
    padding: 2px;
}
#uniform-newsletter span.checked {
    background: #F79748;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
#uniform-newsletter span:hover {
    cursor: pointer;
}
#identity input[type=password] {
    padding: 8px 12px 4px;
}
#identity .checkbox {
    margin-left: 12px;
    display: inline-block;
}
#identity .checkbox label {
    font-size: 12px;
    display: inline-block
}

/* STYLING MY ADDRESSES */
.addresses .checkout-title .co-title {
    text-transform: capitalize;
}
.addresses a:hover {
    color: orange;
}


/*STYLING AUTHENTICATION*/
.alert-danger {
	font-family: gill !important;
    background: #F79748;
    color: #fff;
    margin: 0 auto;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

#index #myNewsletter .modal-content .mailing-list-form .form-group {
    position: relative;
}

#index #myNewsletter .modal-content #newsletter_block_left .button.button-small {
    bottom: 10px !important;
}

@media (max-width: 575px) {
    #index #myNewsletter .modal-content {
        margin: 20px;
    }   
}

@media (min-width: 768px) {
	#authentication .alert-danger {max-width: 270px;}
}

/* STYLING PAYMENT */
.checkout-payment .col-xs-12 {
    width: 100% !important;
}
@media screen and (min-width: 811px) and (max-width: 991px){
}
@media screen and (min-width: 992px){
	.payment_module {
     margin-left: 550px;
 }
}
.payment_module .btn {
    padding: 20px 7px;
    letter-spacing: 1px;
}

/* STYLING DISCOUNT / VOUCHER */
.discount p {
    font-family: gill;
}
.discount .no-voucher {
    font-size: 18px;
    font-family: gill;
}

/* STYLING AUTHENTICATION */
.authentication .checkbox .checker {
    top: 4px !important;
}
.authentication .checkbox label {
    font-size: 12px;
}
.authentication h4 {
    font-family: gill !important;
}
.authentication #submitAccount span {
    letter-spacing: 3px;
}
.authentication .co-login input {
    padding-left: 0;
}

/* STYLING CMS */
.cms h1 {
    font-size: 24px;
    font-family: cheltenham !important;
}

/* STYLING FILTER IN PRODUCT */
.pc-filter a#bl_clear_url {
    font-size: 13px !important;
    width: 60px !important;
    letter-spacing: 1px;
}

/* STYLING ORDER SHIPPING */
.shipping-block .item-block h4 {
    font-family: gill !important;
    text-transform: capitalize;
}

/* Contact Us */
#contact .button.button-medium {
    width: 135px;
    letter-spacing: 1px;
}

.contact-form input::-webkit-input-placeholder {
    color: #999999 !important
}

.contact-form input:-moz-placeholder {
    color: #999999 !important
}

.contact-form input::-moz-placeholder {
    color: #999999 !important
}

.contact-form input:-ms-input-placeholder {
    color: #999999 !important
}

.contact-form label {
    font-family: gill;
}

.contact-form select > option {
    color: gray;
}

/* Product Search Not Found */
.prod-wrap .product_list .alert-warning {
    background: none;
    border: none;
    font-size: 18px;
    color: #000;
    letter-spacing: 1px;
    text-transform: capitalize;
}
