::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #ffffff; /*#ebebeb;*/
}

::-webkit-scrollbar {
    width: 4px;
    background-color: #FFF;
}

::-webkit-scrollbar-thumb {
    width: 4px;
    border-radius: 0px;
    height: 10px!important;
    background-color: #a4bac3;
}

::-moz-scrollbar-track {
    border-radius: 0px;
    background-color: #000;
}

::-moz-scrollbar {
    width: 4px;
    background-color: #FFF;
}

::-moz-scrollbar-thumb {
    border-radius: 0px;
    background-color: #e2211c;
}

::-o-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(1, 1, 1, 1);
    border-radius: 10px;
    background-color: #000;
}

::-o-scrollbar {
    width: 4px;
    background-color: #FFF;
}

::-o-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(1, 1, 1, 1);
    background-color: #bdbecb;
}

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
@import url('https://fonts.googleapis.com/css?family=Quicksand:100,400,300,200,500,700,600,800,900');
@import url('https://fonts.googleapis.com/css?family=Manjari&display=swap:100,400,300,200,500,700,600,800,900');
@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap:100,400,300,200,500,700,600,800,900');
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface:100,400,300,200,500,700,600,800,900');

@font-face {
    font-family: 'Portrait';
    src: url('/font/Portrait/Portrait-Medium.woff2');
}
  
body {
    font-family: 'Poppins', sans-serif;
    background: #fff!important; /*#ebebeb;
    /*    background-image: linear-gradient(to bottom, #ebebeb, #f0f0f0, #f5f5f5, #fafafa, #ffffff);*/
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.img {
    width: 100%;
}

.plus-icon {
    margin-left: 55%!important;
}

.navbar {
    padding: 5px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.bg-light {
    z-index: 1!important;
    background: transparent!important;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -255px;
    height: 100vh;
    z-index: 999;
    background: #f8f8f8;
    color: #000;
    font-family: 'Abril Fatface', cursive;
    color: #9ab3be;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    border-radius: 4px;
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    background: #f0f0f0;
    position: absolute;
    top: 19px;
    right: 10px;
    cursor: pointer!important;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #636363;
    color: #ebebeb;
}

/**/

#dismiss-second {
    border-radius: 4px;
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    background: #f0f0f0;
    position: absolute;
    top: 19px;
    right: 10px;
    cursor: pointer!important;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss-second:hover {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #636363;
    color: #ebebeb;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    /*    background:rgba(0,0,0,0.5);*/
    /*    background-image: linear-gradient(to left, #ffffff, #fafafa, #f5f5f5, #f0f0f0, #ebebeb);*/
    /*    background-image: linear-gradient(to left, #676767, #555555, #434343, #333232, #232222);*/
    background-image: linear-gradient(to right, #0b0b0b, #0b0c0d, #0b0d0e, #0a0e0e, #0b0f0d);
    opacity: 0;
    z-index: 999;
    transition: all 0.5s ease-in-out;
}

.overlay.active {
    cursor: pointer;
    margin-top: -0%;
    display: block;
    opacity: .8;
}

@media only screen and (max-width:414px) {
    .overlay.active {
        cursor: pointer;
        margin-top: 1.5%;
        display: block;
        opacity: .8;
    }
}

@media only screen and (max-width:320px) {
    .overlay.active {
        cursor: pointer;
        margin-top: 3%;
        display: block;
        opacity: .8;
    }
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #F8F8F8;
}

#sidebar ul.components {
    padding: 20px 10px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'poppins', sans-serif;
    border-bottom 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    border-radius: 4px;
    padding: 16px;
    font-size: 1em;
    display: block;
    border-bottom: 1px solid #f0f0f0;
}

#sidebar ul li a:hover {
    color: #000;
    background: #fff;
}

#sidebar ul li.active>a, a[aria-expanded="true"] {
    color: #000;
    background: #f0f0f0;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

/*
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #f0f0f0;
}


ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
*/

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

.carousel-indicators li {
    width: 7px;
    height: 7px;
    margin-left: 6px;
    margin-right: 6px;
    border-radius: 8px;
}

.whole-padding {
    z-index: 1;
    padding: 16px 20px;
}

@media only screen and (max-width:768px) {
    .whole-padding {
        z-index: 1;
        padding: 5px 20px;
    }
}

@media only screen and (max-width:414px) {
    .whole-padding {
        margin-top: -2%;
        padding: 0px 20px;
    }
}

@media only screen and (max-width:360px) {
    .whole-padding {
        margin-top: -2%;
        padding: 0px 20px;
    }
}

@media only screen and (max-width:320px) {
    .whole-padding {
        margin-top: -3%;
        padding: 0px 20px;
    }
}

.md-hide {
    display: block;
}

.hide {
    display: inline;
}

@media only screen and (max-width:768px) {
    .hide {
        display: none;
    }
}

.menu-size {
    width: 17px;
}

@media only screen and (max-width:768px) {
    .menu-size {
        width: 27px;
    }
}

/*
@media only screen and (max-width:768px){
    .md-hide{
    display: none;
}
}
*/

.logo-width {
    width: 84%;
}

@media only screen and (max-width:1280px) {
    .logo-width {
        width: 83%;
    }
}

@media only screen and (max-width:1024px) {
    .logo-width {
        width: 78.5%;
    }
}

@media only screen and (max-width:768px) {
    .logo-width {
        width: 75%;
    }
}

.logo-size {
    width: 20%;
}

@media only screen and (max-width:1366px) {
    .logo-size {
        width: 20%;
    }
}

@media only screen and (max-width:768px) {
    .logo-size {
        width: 20%;
    }
}

.jasmine-logo {
    width: 75%;
    margin-left: 48%;
}

@media only screen and (max-width:1024px) {
    .jasmine-logo {
        width: 75%;
        margin-left: 45%!important;
    }
}

@media only screen and (max-width:823px) {
    .jasmine-logo {
        width: 65%;
        margin-left: -5%!important;
    }
}

@media only screen and (max-width:667px) {
    .jasmine-logo {
        width: 95%;
        margin-left: 2%!important;
    }
}

@media only screen and (max-width:540px) {
    .jasmine-logo {
        width: 75%;
        margin-left: 15%!important;
    }
}

@media only screen and (max-width:414px) {
    .jasmine-logo {
        width: 80%;
        margin-left: 10%!important;
    }
}

.hide-logo {
    display: none;
}

@media only screen and (max-width:768px) {
    .hide-logo {
        display: inline;
    }
}

@media only screen and (max-width:656px) {
    .hide-logo {
        display: inline;
    }
}

@media only screen and (max-width:320px) {
    .hide-logo {
        display none;
    }
}

.hide-logo-md {
    display: none;
}

@media only screen and (max-width:768px) {
    .hide-logo-md {
        display: none;
    }
}

@media only screen and (max-width:664px) {
    .hide-logo-md {
        display: block;
    }
}

@media only screen and (max-width:414px) {
    .hide-logo-md {
        display: block;
    }
}

.hide-logo-visible {
    display: block;
}

@media only screen and (max-width:768px) {
    .hide-logo-visible {
        display: block;
    }
}

@media only screen and (max-width:664px) {
    .hide-logo-visible {
        display: none;
    }
}

.sm-hide {}

@media only screen and (max-width:375px) {
    .sm-hide {
        display: none;
    }
}

.navbar {
    padding: 0px 0px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow 1px 1px 3px rgba(0, 0, 0, 0.1): ;
}

}

.menu-icon {
    width: 17px;
}

/*
@media only screen and (max-width:768px){
     .menu-icon{
    width: 27px;
}
}
@media only screen and (max-width:414px){
     .menu-icon{
    width: 24px;
}
}
*/

@media only screen and (max-width:414px) {
    .mobile-border {
        border-bottom: 1px solid #c9d7dc69;
        padding-bottom: 0px!important;
    }
}

.right-icon {
    display: inline-block!important;
    padding: 0px!important;
}

.right-icon li {
    display: inline-block!important;
    padding: 0px!important;
    margin-bottom: 3px!important;
}

/*banner*/

.banner-height {
    margin-top: -3%;
}

@media only screen and (max-width:414px) {
    .banner-height {
        margin-top: -5%;
    }
}

@media only screen and (max-width:320px) {
    .banner-height {
        margin-top: -7%;
    }
}

.slider-img {
    background-position: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.carousel-item {
    height: 82vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (max-width:1024px) {
    .carousel-item {
        height: 52vh;
    }
}

@media only screen and (max-width:375px) {
    .carousel-item {
        height: 52vh;
    }
}

.line {
    height: 2px;
    background: #FFF;
}

/*searchbox*/

.has-search .form-control {
    padding-left: 2.375rem;
    background: #f0f0f0;
    height: 50px;
    border: none!important;
    font-size: 1em !important;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2rem;
    height: 2rem;
    padding-top: 3%;
    padding-left: 5%;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    font-size: 0.9em !important;
}

/*color code*/

.theme-color {
    font-size: 0.8em!important;
    cursor: pointer;
    color: #636363!important;
}

@media only screen and (max-width:360px) {
    .theme-color {
        font-size: 0.75em!important;
    }
}

@media only screen and (max-width:320px) {
    .theme-color {
        font-size: 0.5em!important;
    }
}

.carousel-caption {
    margin-right: -65px!important;
    bottom: 0rem !important;
    top: 45%;
    z-index: 10;
    height: fit-content;
}

.carousel-caption h2 {
    font-size: 72px;
    color: #FFF;
    !important;
    line-height: 45px;
    letter-spacing: 0px;
    font-family: 'Abril Fatface', cursive, serif;
}

.carousel-caption h6 {
    font-size: 48px;
    color: #FFF!important;
    font-family: 'Abril Fatface', cursive;
}

@media only screen and (max-width:414px) {
    .carousel-caption h2 {
        font-size: 62px;
        line-height: 26px;
    }
    .carousel-caption h6 {
        font-size: 34px;
    }
}

@media only screen and (max-width:375px) {
    .carousel-caption h2 {
        font-size: 52px;
        line-height: 26px;
    }
    .carousel-caption h6 {
        font-size: 30px;
    }
}

@media only screen and (max-width:360px) {
    .carousel-caption h2 {
        font-size: 42px;
        line-height: 26px;
    }
    .carousel-caption h6 {
        font-size: 24px;
    }
}

.btn-banner {
    z-index: 1!important;
    background: #FFF;
    color: #000;
    padding: 3% 5%;
    border-radius: 4px;
    font-size: 12px;
    font-family: 'poppins', sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-banner:hover {
    cursor: pointer;
    background: #FFF;
    color: #000;
    padding: 3% 7%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/**/

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 129px;
    margin-left: -53px;
    border-radius: 4px;
    margin-top: 2px!important;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999!important;
    font-size: 0.8em;
    text-align: left;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background: #f0f0f0;
    border-radius: 2px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

/**/

/********************* product list **********************/

.product-grid {
    font-family: 'poppins', sans-serif;
    text-align: center;
    padding: 0 0 0px;
    /*    border:1px solid rgba(0,0,0,.1);*/
    /*    border:1px solid #f1f1f1;*/
    overflow: hidden;
    position: relative;
    z-index: 0;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
}

.product-grid:hover {
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 30px -2px rgba(230, 230, 230, 1);
    -moz-box-shadow: 0px 0px 30px -2px rgba(230, 230, 230, 1);
    box-shadow: 0px 0px 30px -2px rgba(230, 230, 230, 1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 1px solid #9ab3be;
}

.product-grid .product-image {
    position: relative;
    transition: all .3s ease 0s;
}

.product-grid .product-image a {
    display: block;
}

.product-grid .product-image img {
    width: 100%;
    height: auto;
}

.product-grid .pic-1 {
    opacity: 1;
    transition: all .3s ease-out 0s;
}

.product-grid:hover .pic-1 {
    opacity: 1;
}

.product-grid .pic-2 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease-out 0s;
}

.product-grid:hover .pic-2 {
    opacity: 1;
}

.product-grid .social {
    width: 250px;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: 0;
    transition: all .3s ease 0s;
}

@media only screen and (max-width:640px) {
    .product-grid .social {
        /*width:160px;*/
        width: 200px;
    }
}

.product-grid:hover .social {
    opacity: 1;
    top: 50%;
}

.product-grid .social li {
    display: inline-block;
}

.product-grid .social li a>.fa {
    margin-top: 12px;
}

/**/

.product-grid .social-store {
    width: 350px;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: 0;
    transition: all .3s ease 0s;
}

.product-grid:hover .social-store {
    opacity: 1;
    top: 50%;
}

.product-grid .social-store li {
    display: inline-block;
}

.product-grid .social-store li a>.fa {
    margin-top: 12px;
}

.product-grid .social li a {
    color: #000;
    background-color: #FFF;
    font-size: 16px;
    padding-top: 17%;
    line-height: 40px;
    text-align: center;
    margin-top: 2px;
    height: 50px;
    width: 55px;
    margin: 2px -1.9px;
    display: block;
    position: relative;
    transition: all .3s ease-in-out;
}

.product-grid .social li a:hover {
    color: #000;
    background-color: #fff;
}

.product-grid .social li a:after, .product-grid .social li a:before {
    content: attr(data-tip);
    color: #fff;
    background-color: #000;
    font-size: 11px;
    border-radius: 25px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 3px 9px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 60px;
}

.product-grid .social li a:after {
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    background: #343434!important;
    top: 58px;
    z-index: -1;
}

.product-grid .social li a:hover:after, .product-grid .social li a:hover:before {
    opacity: 1;
}

.product-grid .product-discount-label, .product-grid .product-new-label {
    color: #fff;
    background-color: #ef5777;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 7px;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
}

.product-grid .product-discount-label {
    background-color: #333;
    left: auto;
    right: 0;
}

.product-grid .rating {
    color: #FFD200;
    font-size: 12px;
    padding: 12px 0 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: -1;
}

.product-grid .rating li.disable {
    color: rgba(0, 0, 0, .2);
}

.product-grid .product-content {
    background-color: #fff;
    text-align: center;
    padding: 12px 0;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -27px;
    z-index: 1;
    transition: all .3s;
}

.product-grid:hover .product-content {
    bottom: 0;
}

.product-grid .title {
    font-family: Portrait,Georgia,serif !important;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin: 0 0 10px;
    transition: all .3s ease 0s;
}

.product-grid .title a {
    color: #828282;
}

.product-grid .title a:hover, .product-grid:hover .title a {
    color: #000;
    letter-spacing: 0.5px;
}

.product-grid .price, .product-grid:hover .price {
    color: #9ab3be;
}

.product-grid .price {
    color: #333;
    font-size: 17px;
    font-family: 'poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .6px;
    margin-bottom: 8px;
    text-align: center;
    transition: all .3s;
}

.product-grid .price span {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 3px;
    display: inline-block;
}

.product-grid .add-to-cart {
    color: #000;
    font-size: 13px;
    font-weight: 600;
}

@media only screen and (max-width:990px) {
    .product-grid {
        margin-bottom: 10px;
    }
}

/**/

.product-subline {
    color: #636363;
    font-family: "proxima_novaregular";
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
}

.product-headline {
    color: #636363;
    font-family: "proxima_novaregular";
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -1px;
}

.hover-icon {
    width: 30%!important;
    margin-top: 6px;
}

.hover-icon-owl {
    width: 30%!important;
    margin-top: 26px;
    margin-top: 10%;
    margin-left: 20px;
}

/**/

.hover-icon-smiliar {
    width: 30%!important;
    margin-top: 20px;
    margin-top: 12%!important;
    margin-left: 20px;
}

/**/

.hover-icon-store {
    width: 30%!important;
    margin-top: 26px;
    margin-top: -18%;
    margin-left: 0.5px;
}

/**/

.hover-border-left {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.hover-border-color {
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
}

.border-left {
    border-left: 1px solid #c9d7dc69!important;
}

.wish-icon {
    margin-left: -1%;
}

.hover-border-right {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

/**/

.viewmore-btn {
    text-transform: uppercase;
    font-size: 0.8em;
    background: #a7c4ce;
    padding: 1.1% 3%;
    color: #FFF!important;
    border: 3px solid #a7c4ce;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.viewmore-btn:hover {
    color: #ebebeb;
    background: #636363!important;
    border: 3px solid #636363;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/**/

.quick-links li {
    color: #ababab;
    font-weight: 400;
    font-size: 13px;
    transition: color .5s;
    font-family: 'poppins', sans-serif;
    padding-top: 6%;
    padding-bottom: 6%;
    display: block;
}

form {
    outline: 0;
}

form>.textbox {
    outline: 0;
    height: 42px;
    width: 280px;
    text-transform uppercase;
    font-size: 12px;
    line-height: 42px;
    padding: 0 16px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #212121;
    border: 0;
    float: left;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

@media only screen and (max-width:1024px) {
    form>.textbox {
        width: 235px;
    }
}

@media only screen and (max-width:823px) {
    form>.textbox {
        width: 600px;
    }
}

@media only screen and (max-width:812px) {
    form>.textbox {
        width: 500px;
    }
}

@media only screen and (max-width:768px) {
    form>.textbox {
        width: 450px;
    }
}

@media only screen and (max-width:736px) {
    form>.textbox {
        width: 450px;
    }
}

@media only screen and (max-width:667px) {
    form>.textbox {
        width: 360px;
    }
}

@media only screen and (max-width:414px) {
    form>.textbox {
        width: 300px;
    }
}

@media only screen and (max-width:375px) {
    form>.textbox {
        width: 280px;
    }
}

@media only screen and (max-width:320px) {
    form>.textbox {
        width: 230px;
    }
}

form>.textbox:focus {
    outline: 0;
    background-color: #FFF;
}

form>.button {
    outline: 0;
    background: none;
    background-color: #a3b9c3;
    float: left;
    height: 42px;
    width: 42px;
    text-align: center;
    line-height: 42px;
    border: 0;
    color: #FFF;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

form>.button:hover {
    cursor: pointer;
    background-color: #a3b9c3;
}

/**/

.jasmine-line-left {
    margin-top: 3%;
    margin-bottom: 3%;
    width: 3%;
    height: 2px;
    background: #9ab3be;
}

@media only screen and (max-width:414px) {
    .jasmine-line-left {
        width: 6%;
        height: 2px;
        background: #9ab3be;
    }
}

.jasmine-line-left-letter {
    margin-top: 3%;
    margin-bottom: 3%;
    width: 6%;
    height: 2px;
    background: #9ab3be;
}

.line-top-margin {
    margin-top: 1.5%;
}

.line-margin {
    margin-left: -3%;
}

@media only screen and (max-width:823px) {
    .line-margin {
        margin-left: 0%;
    }
}

.jasmine-line-center {
    margin-top: 1%;
    margin-bottom: 0%;
    width: 2%;
    height: 2px;
    margin-left: 49%;
    background: #636363;
}

@media only screen and (max-width:414px) {
    .jasmine-line-center {
        width: 12%;
        margin-left: 44%;
    }
}

.jasmine-products {
    margin-top: 1%;
    margin-bottom: 0%;
    width: 2%;
    height: 2px;
    margin-left: 49%;
    background: #9ab3be;
}

.jasmine-line {
    margin-top: 3%;
    margin-bottom: 3%;
    width: 3%;
    height: 2px;
    background: #9ab3be;
}

@media only screen and (max-width:414px) {
    .jasmine-line {
        margin-top: 3%;
        margin-bottom: 6%;
        width: 6%;
        height: 2px;
        background: #9ab3be;
    }
}

.log-line {
    margin-top: 3%;
    margin-bottom: 3%;
    width: 6%;
    height: 2px;
    background: #9ab3be;
}

.jasmine-line-margin {
    margin-top: 0%;
    margin-bottom: 3%;
    width: 3%;
    height: 2px;
    background: #9ab3be;
}

.jasmine-line-sub {
    margin-top: 1%;
    margin-bottom: 1%;
    width: 3%;
    height: 2px;
    background: #9ab3be;
}

.jasmine-contact-line {
    margin-top: 0%;
    margin-left: -1%;
}

.jasmine-log {
    margin-top: 0%;
    margin-left: 0%;
}

.jasmine-condition-line {
    margin-top: 0%;
    margin-bottom: 1%;
    width: 3%;
    height: 2px;
    background: #9ab3be;
}

.filter-line {
    margin-top: 3%;
    margin-bottom: 3%;
    width: 100%!important;
    height: 1px!important;
    background: #f8f8f8;
}

@media only screen and (max-width:414px) {
    .filter-line {
        margin-top: 3%;
        margin-bottom: 6%;
        width: 8%;
        height: 1px;
        background: #9ab3be;
    }
}

.filter-margin {
    margin-top: -4%!important;
}

/*owl carosuel*/

.item {
    padding-bottom: 6%!important;
}

@media only screen and (max-width:768px) {
    .item {
        padding-bottom: 0%!important;
    }
}

.owl-theme .owl-dots .owl-dot span {
    width: 6px!important;
    height: 6px!important;
    margin: 5px 7px;
    background: #a7c4ce!important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #636363!important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    display: none;
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}

/**/

.footer-bg {
    background: #fcfcfc;
}

.contact-height {
    margin-top: -0.5%;
}

.copyright {
    background: #636363;
    border-top: 1px solid #ebebeb;
    color: #ababab;
    font-size: 13px;
}

.fas-size {
    margin-top: 30%;
}

.margin-newletters {
    margin-left: -3%!important;
}

@media only screen and (max-width:823px) {
    .margin-newletters {
        margin-left: 0%;
        margin-top: -6%;
    }
}

@media only screen and (max-width:667px) {
    .margin-newletters {
        margin-top: -8%;
        margin-left: 0%;
    }
}

@media only screen and (max-width:414px) {
    .margin-newletters {
        margin-top: -8%;
        margin-left: 0%;
    }
}

/*contact us*/

.form-height {
    background: transparent!important;
    height: 45px!important;
    padding: 3%!important;
    color: #000 !important;
    margin-bottom: 4%!important;
}

.form-msg {
    background: transparent!important;
}

.form-control {
    /*border-bottom-left-radius: 0px!important;
    border-bottom-right-radius: 0px!important;*/
    display: block;
    width: 100%;
    padding .375rem .75rem;
    font-size: 12px;
    font-weight: 400;
    color #000 !important;
    line-height: 1.5;
    background-clip: padding-box;
    /*border-bottom: 1px solid #9ab3be!important;
    border-left: 1px solid transparent!important;
    border-right: 1px solid transparent!important;
    border-top: 1px solid transparent!important;*/
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    border-bottom: 1px solid #000!important;
    border-left: 1px solid #000!important;
    border-right: 1px solid #000!important;
    border-top: 1px solid #000!important;
}

.form-control-no-border:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-control, .custom-control>label {
    outline: 0;
    cursor: pointer!important;
    display: block;
}

@media only screen and (max-width:640px) {
    .custom-control, .custom-control>label {
        display: block;
        line-height: 26px;
    }
}

iframe {
    width: 100%;
    height: 300px;
}

@media only screen and (max-width:768px) {
    iframe {
        width: 100%;
        height: 250px;
    }
}

label {
    font-size: 14px;
}

.badge {
    margin-left: -0.3%;
    position: absolute;
    display: inline-block;
    padding: .20em .6em;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 25px;
}

@media only screen and (max-width:414px) {
    .badge {
        margin-left: -1.5%;
    }
}

.badge-color {
    color: #FFF;
    font-weight: 400;
    font-size: 11px;
    background: #a7c4ce;
}

.submit-btn {
    margin-left: 2%;
    margin-top: 2%;
    text-transform: uppercase;
    font-size: 0.8em;
    background: #9ab3be;
    padding: 1.1% 3%!important;
    color: #FFF;
    border: 3px solid #9ab3be;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.submit-btn:hover {
    color: #ebebeb;
    background: #636363;
    border: 3px solid #636363;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media only screen and (max-width:414px) {
    .margin-left {
        margin-left: 4%!important;
    }
}

.reset-btn {
    margin-left: 2%;
    margin-top: 2%;
    text-transform: uppercase;
    font-size: 0.8em;
    background: transparent;
    padding: 1.1% 3%;
    color: #9ab3be;
    border: 3px solid #9ab3be;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.reset-btn:hover {
    color: #ebebeb;
    background: #636363;
    border: 3px solid #636363;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.address li {
    color: #708086;
    font-weight: 400;
    font-size: 13px;
    transition: color .5s;
    font-family: 'poppins', sans-serif;
    padding-top: 1%;
    padding-bottom: 1%;
    display: block;
}

.headline {
    color: #636363;
    font-family: "proxima_novaregular";
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.headline-sub {
    font-family: "proxima_novaregular";
    /*    text-transform: uppercase; */
    font-size: 18px;
    font-weight: 600;
    color: #636363;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.headline-sub-style {
    font-family: "proxima_novaregular";
    /*    text-transform: uppercase; */
    font-size: 22px;
    font-weight: 600;
    color: #636363;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

/*about*/

.about p {
    font-family: 'poppins', sans-serif;
    font-size: 14px;
    text-align: justify;
    line-height: 26px;
    font-weight: 300!important;
}

.about li {
    font-family: 'poppins', sans-serif;
    font-size: 14px;
    text-align: justify;
    line-height: 26px;
    font-weight: 300!important;
    color: #999;
}

/*float form*/

.form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.form-control-placeholder {
    position: absolute;
    top: 0;
    padding: 7px 0 0 13px;
    transition: all 200ms;
    opacity: 0.5;
}

.form-control:focus+.form-control-placeholder, .form-control:valid+.form-control-placeholder {
    font-size: 75%;
    color: #000;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}

.input-group-addon {
    z-index: 1;
    left: 95%;
    position: absolute;
}

/**/

.invalid-feedback {
    margin-top: -3%;
}

.create {
    color: #aaa;
    font-size: 15px;
    margin-top: -1%;
    margin-bottom: 3%;
}

.profolio-padding {
    margin-top -9%;
}

@media only screen and (max-width:823px) {
    .profolio-padding {
        margin-left: 2%;
    }
}

/**/

.modal-title {
    padding-left: 3%;
}

.modal-header {
    border-bottom: none!important;
}

.modal-footer {
    border-top: none!important;
}

.font-16 {
    font-size: 16px!important;
    color: #636363!important;
    font-weight: 500!important;
}

/**/

.closed-icon {
    font-size: 10px;
    margin-top: -1%;
}

.products-light {
    z-index: -1;
    color: #ebebeb;
    font-family: 'Abril Fatface', cursive;
    font-size: 92px;
    position: absolute;
    margin-left: 27%;
    opacity: 0.1;
}

/**/

.ads-padding {
    padding-top: 3%;
    padding-bottom: 3%;
}

@media only screen and (max-width:414px) {
    .ads-padding {
        padding-top: 3%;
        padding-bottom: 8%;
    }
}

.each-padding-ads {
    padding: 1.3%;
}

.ads-size-img {
    width: 100%;
    border-radius: 4px;
    background: #f0f0f0;
}

.ads-bg-cover-img {
    border-radius: 4px;
    padding: 3% 2%;
    background: #f0f0f0;
    background: url("../image/ads1.jpg");
    background-position: center;
    background-size: cover;
}

.ads-bg-cover-img1 {
    border-radius: 4px;
    padding: 3% 2%;
    background: #f0f0f0;
    background: url("../image/ads2.jpg");
    background-position: center;
    background-size: cover;
}

.ads-bg-cover-padding {
    padding-top: 36%;
    padding-left: 9%;
    padding-bottom: 5%;
    text-transform: uppercase;
}

@media only screen and (max-width:1024px) {
    .ads-bg-cover-padding {
        padding-top: 33%;
    }
}

@media only screen and (max-width:414px) {
    .ads-bg-cover-padding {
        padding-top: 5%;
    }
}

.ads-bg-cover-padding-second {
    padding-top: 54%;
    padding-left: 9%;
    padding-bottom: 5%;
    text-transform: uppercase;
}

@media only screen and (max-width:1024px) {
    .ads-bg-cover-padding-second {
        padding-top: 51%;
    }
}

@media only screen and (max-width:812px) {
    .ads-bg-cover-padding-second {
        padding-top: 35%;
    }
}

@media only screen and (max-width:768px) {
    .ads-bg-cover-padding-second {
        padding-top: 38%;
    }
}

@media only screen and (max-width:736px) {
    .ads-bg-cover-padding-second {
        padding-top: 30%;
    }
}

@media only screen and (max-width:568px) {
    .ads-bg-cover-padding-second {
        padding-top: 10%;
    }
}

@media only screen and (max-width:414px) {
    .ads-bg-cover-padding-second {
        padding-top: 15%;
    }
}

.font-12 {
    color: #FFF!important;
    font-size: 12px;
}

.font-weight-600 {
    font-weight: 600;
}

.font-offer {
    color: #FFF!important;
    font-size: 26px;
    font-weight: 600;
}

@media only screen and (max-width:736px) {
    .font-offer {
        font-size: 18px;
    }
}

.paypal-margin-left {
    margin-top: 1.5%;
    margin-left: -5%;
}

@media only screen and (max-width:1024px) {
    .paypal-margin-left {
        margin-top: 1.5%;
        margin-left: -1%;
    }
}

@media only screen and (max-width:823px) {
    .paypal-margin-left {
        margin-top: 1.5%;
        margin-left: -5%;
    }
}

@media only screen and (max-width:768px) {
    .paypal-margin-left {
        margin-top: 1.5%;
        margin-left: -5%;
    }
}

@media only screen and (max-width:736px) {
    .paypal-margin-left {
        margin-top: 1.5%;
        margin-left: -5%;
    }
}

@media only screen and (max-width:640px) {
    .paypal-margin-left {
        margin-top: 1.5%;
        margin-left: -5%;
    }
}

@media only screen and (max-width:480px) {
    .paypal-margin-left {
        margin-top: 1.5%;
        margin-left: -5%;
    }
}

@media only screen and (max-width:414px) {
    .paypal-margin-left {
        margin-top: 1.5%;
        margin-left: -5%;
    }
}

@media only screen and (max-width:360px) {
    .paypal-margin-left {
        margin-top: 1.5%;
        margin-left: -5%;
    }
}

@media only screen and (max-width:320px) {
    .paypal-margin-left {
        margin-top: 1.5%;
        margin-left: -1%;
    }
}

/*inner banner*/

.inner-banner-margin {
    margin-top: -3%;
    z-index: -1;
}

.inner-banner {
    background: url("../image/slider/about-bg.jpg");
    background-position: center;
    background-size: cover;
    height: 44vh;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

@media only screen and (max-width:1024px) {
    .inner-banner {
        height: 22vh;
    }
}

@media only screen and (max-width:375px) {
    .inner-banner {
        height: 22vh;
    }
}

/*vision*/

.vision-banner {
    background: url("../image/slider/vision-bg.jpg");
    background-position: center;
    background-size: cover;
    height: 44vh;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

@media only screen and (max-width:1024px) {
    .vision-banner {
        height: 22vh;
    }
}

@media only screen and (max-width:375px) {
    .vision-banner {
        height: 22vh;
    }
}

/*gm*/

.gm-banner {
    background: url("../image/slider/gm-bg.jpeg");
    background-position: center;
    background-size: cover;
    height: 44vh;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

@media only screen and (max-width:1024px) {
    .gm-banner {
        height: 22vh;
    }
}

@media only screen and (max-width:375px) {
    .gm-banner {
        height: 22vh;
    }
}

/*ceo*/

.ceo-banner {
    background: url("../image/slider/ceo-bg.jpg");
    background-position: center;
    background-size: cover;
    height: 44vh;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

@media only screen and (max-width:1024px) {
    .ceo-banner {
        height: 22vh;
    }
}

@media only screen and (max-width:375px) {
    .ceo-banner {
        height: 22vh;
    }
}

/*store*/

.store-banner {
    background: url("../image/slider/store-bg.jpg");
    background-position: center;
    background-size: cover;
    height: 44vh;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

@media only screen and (max-width:1024px) {
    .store-banner {
        height: 22vh;
    }
}

@media only screen and (max-width:375px) {
    .store-banner {
        height: 22vh;
    }
}

/*account*/

.account-banner {
    background: url("../image/slider/account-bg.jpg");
    background-position: center;
    background-size: cover;
    height: 44vh;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

@media only screen and (max-width:1024px) {
    .account-banner {
        height: 22vh;
    }
}

@media only screen and (max-width:375px) {
    .account-banner {
        height: 22vh;
    }
}

/*order*/

.order-banner {
    background: url("../image/slider/order-bg.jpg");
    background-position: center;
    background-size: cover;
    height: 44vh;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

@media only screen and (max-width:1024px) {
    .order-banner {
        height: 22vh;
    }
}

@media only screen and (max-width:375px) {
    .order-banner {
        height: 22vh;
    }
}

/*shopping*/

.shopping-banner {
    background: url("../image/slider/shopping-bg.jpg");
    background-position: center;
    background-size: cover;
    height: 44vh;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

@media only screen and (max-width:1024px) {
    .shopping-banner {
        height: 22vh;
    }
}

@media only screen and (max-width:375px) {
    .shopping-banner {
        height: 22vh;
    }
}

/*contact*/

.contact-banner {
    background: url("../image/slider/contact-bg.jpg");
    background-position: center;
    background-size: cover;
    height: 44vh;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

@media only screen and (max-width:1024px) {
    .contact-banner {
        height: 22vh;
    }
}

@media only screen and (max-width:375px) {
    .contact-banner {
        height: 22vh;
    }
}

/*policy*/

.policy-banner {
    background: url("../image/slider/policy-bg.jpg");
    background-position: center;
    background-size: cover;
    height: 44vh;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

@media only screen and (max-width:1024px) {
    .policy-banner {
        height: 22vh;
    }
}

@media only screen and (max-width:375px) {
    .policy-banner {
        height: 22vh;
    }
}

/*term*/

.term-banner {
    background: url("../image/slider/term-bg.jpg");
    background-position: center;
    background-size: cover;
    height: 44vh;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

@media only screen and (max-width:1024px) {
    .term-banner {
        height: 22vh;
    }
}

@media only screen and (max-width:375px) {
    .term-banner {
        height: 22vh;
    }
}

/*login*/

.login-banner {
    background: url("../image/slider/login-bg.jpg");
    background-position: center;
    background-size: cover;
    height: 44vh;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

@media only screen and (max-width:1024px) {
    .login-banner {
        height: 22vh;
    }
}

@media only screen and (max-width:375px) {
    .login-banner {
        height: 22vh;
    }
}

/*register*/

.register-banner {
    background: url("../image/slider/register-bg.jpg");
    background-position: center;
    background-size: cover;
    height: 44vh;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

@media only screen and (max-width:1024px) {
    .register-banner {
        height: 22vh;
    }
}

@media only screen and (max-width:375px) {
    .register-banner {
        height: 22vh;
    }
}

/*product-inner*/

.product-inner-banner {
    background: url("../image/slider/product-inner-bg.jpg");
    background-position: center;
    background-size: cover;
    height: 44vh;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

@media only screen and (max-width:1024px) {
    .product-inner-banner {
        height: 22vh;
    }
}

@media only screen and (max-width:375px) {
    .product-inner-banner {
        height: 22vh;
    }
}

/*search-inner*/

.search-banner {
    background: url("../image/slider/search-bg.jpg");
    background-position: center;
    background-size: cover;
    height: 44vh;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

@media only screen and (max-width:1024px) {
    .search-banner {
        height: 22vh;
    }
}

@media only screen and (max-width:375px) {
    .search-banner {
        height: 22vh;
    }
}

/*arrangements-inner*/

.arrangements-banner {
    background: url("../image/slider/arrangements-bg.jpeg");
    background-position: center;
    background-size: cover;
    height: 44vh;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

@media only screen and (max-width:1024px) {
    .arrangements-banner {
        height: 22vh;
    }
}

@media only screen and (max-width:375px) {
    .arrangements-banner {
        height: 22vh;
    }
}

/*wishlist-inner*/

.wishlist-banner {
    background: url("../image/slider/wishlist-bg.jpg");
    background-position: center;
    background-size: cover;
    height: 44vh;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

@media only screen and (max-width:1024px) {
    .wishlist-banner {
        height: 22vh;
    }
}

@media only screen and (max-width:375px) {
    .wishlist-banner {
        height: 22vh;
    }
}

.jasmine-about-radius {
    border-radius: 4px;
    padding-bottom: 3%;
}

.form-border {
    border: 1px solid #a7c4ce;
    margin-left: 1%;
}

@media only screen and (max-width:823px) {
    .form-border {
        margin-left: 3%;
    }
}

/**/

.contact-mail-paading {
    margin-bottom: 3%;
}

.contact-instagram {
    margin-top: 3%;
}

/**/

.register-header {
    margin-left: -1%;
}

/* Center website */

.main {
    max-width: 1000px;
    margin: auto;
}

h1 {
    font-size: 50px;
    word-break: break-all;
}

.filter {
    margin: 10px -16px;
}

.filter, .filter>.column {
    padding: 8px;
}

.column {
    float: left;
    width 33.33%;
    display: none;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.content {
    background-color: white;
    padding: 10px;
}

.show {
    display: block;
}

/*hello*/

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff;
    outline: 0!important;
    cursor: pointer;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    outline: 0!important;
    border-radius: 2px;
    background-color: #636363!important;
}

.custom-control, .custom-control>label {
    font-family: "proxima_novaregular";
    text-transform: uppercase;
    font-size: 14px;
    color: #636363;
    outline: 0!important;
    font-weight: 400;
}

/*
.custom-radio .custom-control-label::before {
    border-radius: 0%;
}
.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    position: absolute;
    cursor: pointer;
    outline:0!important;
    top: .7rem; outline: 0!important;
    left: -2.25rem;
    display: block;
    width:  41px!important;
    height: 1px!important;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 9px 9px;
}

.custom-radio .custom-control-input:checked~.custom-control-label::focus {
    outline:0!important;
}




.custom-control-label::after {
    position: absolute; outline: 0!important;
    top: .7rem;
    left: -2.25rem;
    display: block;
    width:  41px!important;
    height: 1px!important;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 9px 9px;
}
*, ::after, ::before {
    box-sizing: border-box;}
*/

/**/

.store-headline {
    color: #636363;
    font-family: "proxima_novaregular";
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0px;
}

.custom-radio {
    padding-top: 2%;
    padding-bottom: 2%;
}

/*store-btn*/

.store-btn {
    margin-left: 2%;
    margin-top: 2%;
    text-transform: uppercase;
    font-size: 0.8em;
    background: #9ab3be;
    padding: 3% 12%;
    color: #FFF;
    border: 3px solid #9ab3be;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.store-btn:hover {
    color: #ebebeb;
    background: #636363;
    border: 3px solid #636363;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/**/

.border-radius-4 {
    border-radius: 4px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background: none!important;
    border: 1px solid #a7c4ce;
}

.price-border {
    margin-top: 5%;
    padding: 2%;
    border-top: 1px solid #c9d7dc69;
    border-bottom: 1px solid #c9d7dc69;
}

.detailprice {
    font-size: 20px;
    font-weight: 600;
    color: #636363;
}

.oldprice {
    color: #999;
    font-weight: 400;
    font-size: 12px;
    text-decoration: line-through;
}

/**/

.cart-btn {
    text-transform: uppercase;
    font-size: 0.8em;
    background: #a7c4ce;
    padding: 2% 6%;
    color: #FFF!important;
    border: 3px solid #a7c4ce;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.cart-btn:hover {
    color: #ebebeb;
    background: #636363;
    border: 3px solid #636363;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.wishlist-btn {
    text-transform: uppercase;
    font-size: 0.8em;
    padding: 2% 3%;
    color: #000!important;
}

/*panel account*/

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #a7c4ce;
    border-bottom 1px solid rgba(0, 0, 0, .125);
}

/**/

.account .nav-link {
    text-transform: uppercase;
    border-bottom: 1px solid #FFF!important;
    border-top: 1px solid none!important;
    border-left: 1px solid none!important;
    border-right: 1px solid none!important;
    border-radius: 0px;
    margin-top: 3%;
    margin-bottom: 3%;
    font-size: 13px;
    color: #9ab3be;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.account .nav-link.active, .account .show>.nav-link {
    color: #636363;
    font-weight: 400;
    background: none!important;
    border-bottom: 1px solid #9ab3be !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/**/

.shortcuts {
    border-radius: 4px;
    padding: 3% 2%;
    background: #FFF;
}

.shortcuts-headline {
    color: #636363;
    font-family: "proxima_novaregular";
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -1px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.shortcuts-headline:hover {
    color: #9ab3be;
    padding-left: 10%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.shortcuts-right-border {
    border-right: 1px solid #c9d7dc69 !important;
}

/*testing table*/

.table-theme {
    padding: 4%;
    border-radius: 4px!important;
}

.table-responsive-stack tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0%!important;
    padding-bottom: 0%!important;
    font-weight: 400!important;
}

.th-class {
    padding-top: 2%!important;
    padding-bottom: 2%!important;
}

.td-class {
    font-weight: 400!important;
    font-size: 14px!important;
    letter-spacing: 0px!important;
    text-transform: none!important;
    font-family: 'poppins', sans-serif!important;
    color: #9ab3be!important;
}

.table-responsive-stack td, .table-responsive-stack th {
    color: #636363;
    font-family: "proxima_novaregular";
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.5px;
    display: block;
    /*      
   flex-grow | flex-shrink | flex-basis   */
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.table-responsive-stack .table-responsive-stack-thead {
    font-weight: 400!important;
}

@media screen and (max-width: 736px) {
    .table-responsive-stack tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        /*-ms-flex-direction: column;
        flex-direction: column;*/
        border-bottom: 0px solid #c9d7dc69;
        margin-bottom: 4%!important;
        /*display: block;*/
    }
    /*  IE9 FIX   */
    .table-responsive-stack td {
        float: left\9;
        text-align: right;
        width: 100%;
    }
    .table td {
        padding: .65rem!important;
        text-align: right;
        vertical-align: top;
        /*border-top: 1px solid #c9d7dc69;*/
        font-size: 12px;
    }
    .table th {
        padding: 1rem!important;
        text-align: right;
        vertical-align: top;
        /*border-top: 1px solid #c9d7dc69;*/
        font-size: 12px;
    }
    .p-3
    {
        padding: 1rem 0!important;
    }
    p
    {
        font-size: 12px!important;
    }
}

@media screen and (max-width: 600px) {
    table tr {
        border-bottom: 3px solid #c9d7dc69;
        display: block;
       /* margin-bottom: .625em;*/
    }
}

.table-theme {
    color: #636363;
    background-color: #FFF!important;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: none;
}

.table td, .table th {
    padding: 1rem;
    text-align: left;
    vertical-align: top!important;
    /*border-top: 1px solid #c9d7dc69;*/
}

.form-style {
    border-bottom: 1px solid #FFF!important;
    color: #9ab3be;
    margin-top: -5%;
    margin-left: -7%;
}

.form-style:focus {
    border-bottom: 1px solid #FFF!important;
    color: #9ab3be;
}

.form-group-style {
    position: relative;
    margin-bottom: 0px!important;
}

.confirm-btn {
    /*margin-left: -60%!important;*/
    letter-spacing: 2px;
    padding: 8%;
    text-transform: uppercase;
    font-size: 0.8em;
    background: #9ab3be;
    color: #FFF!important;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media only screen and (max-width:640px) {
    .confirm-btn {
        margin-left: 0%!important;
    }
}

.confirm-btn:hover {
    color: #ebebeb;
    background: #636363;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.table-responsive-stack>.total {
    color: #636363!important;
    font-family: "proxima_novaregular"!important;
    font-weight: 600!important;
    letter-spacing: -0.5px!important;
    font-size: 16px!important;
    padding-top: 2%!important;
    text-transform: uppercase!important;
}

.total {
    font-family: "proxima_novaregular"!important;
    font-weight: 600!important;
    letter-spacing: -0.5px!important;
    font-size: 16px!important;
    padding-top: 2%!important;
    text-transform: uppercase!important;
    color: #636363!important;
}

/*tick animation*/

/* animations */

@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }
    100% {
        stroke-dashoffset: 0
    }
}

@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }
    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }
    100% {
        stroke-dashoffset: 480px
    }
}

@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }
    100% {
        stroke-dashoffset: 480px
    }
}

@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }
    100% {
        stroke-dashoffset: 480px
    }
}

/* other styles */

/* .svg svg {
    display: none
}
 */

.inlinesvg .svg svg {
    display: inline
}

/* .svg img {
    display: none
} */

.icon--order-success svg path {
    -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
    animation: checkmark 0.25s ease-in-out 0.7s backwards -webkit-animation-delay: 0.5s;
    /* Safari 4.0 - 8.0 */
    animation-delay: 0.5s;
}

.icon--order-success svg circle {
    -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
    animation: checkmark-circle 0.6s ease-in-out backwards -webkit-animation-delay: 0.5s;
    /* Safari 4.0 - 8.0 */
    animation-delay: 0.5s;
}

.modal-head {
    font-family: "proxima_novaregular"!important;
    font-weight: 600!important;
    letter-spacing: -0.5px!important;
    text-transform: uppercase!important;
    color: #636363!important;
    font-size: 26px;
    padding-top: 5%;
}

.modal-p {
    font-family: "proxima_novaregular"!important;
    font-size: 16px;
    text-transform: none;
}

/**/

.login-btn {
    margin-left: 2%;
    margin-top: 4%;
    text-transform: uppercase;
    font-size: 0.8em;
    background: #9ab3be;
    /* padding: 1.5% 8%!important; */
    width: 120px;
    height: 40px;
    color: #FFF;
    border: 3px solid #9ab3be;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.login-btn:hover {
    color: #ebebeb;
    background: #636363;
    border: 3px solid #636363;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/**/

.pagination {
    z-index: -1;
    border-radius: 4px;
    font-family: "proxima_novaregular"!important;
    font-size: 16px;
}

.page-item.disabled .page-link {
    color: #9ab3be;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
}

.page-item.active .page-link {
    z-index: 0;
    color: #fff;
    background-color: #9ab3be;
    border-color: #9ab3be;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #9ab3be;
    background-color: #fff;
    border: 1px solid none;
}

.page-link:hover {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #9ab3be;
    background-color: #fff;
    border: 1px solid none;
}

.policy-margin {
    margin-top: 0%!important;
}

@media only screen and (max-width:667px) {
    .details-margin {
        margin-left: -7%!important;
    }
}

.register-div {
    background #FFF;
    padding: 9%!important;
    padding-left: 6%!important;
    padding-right: 6%!important;
    border-radius: 4px;
}

.account-bg {
    background: #FFF;
    padding: 4%;
    border-radius: 4px;
    height: 250px;
    cursor: pointer;
}

@media only screen and (max-width:414px) {
    .account-bg {
        height: 200px;
    }
}

.account-box {
    border-radius: 4px;
    cursor: pointer;
}

.border-line {
    border-top: 1px solid #c9d7dc69;
}

.update-margin {
    margin-top: -0.8%!important;
}

.align-middle {
    padding-top: 5%!important;
    padding-bottom: 5%!important;
}

.border-radius {
    border-radius: 4px;
}

.delete-btn {
    text-transform: uppercase;
    font-size: 0.8em;
    background: #a7c4ce;
    padding: 4% 8%;
    color: #FFF!important;
    border: 3px solid #a7c4ce;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.delete-btn:hover {
    color: #FFF!important;
    background: #636363;
    border: 3px solid #636363;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.display-none {
    display: block!important;
}

@media only screen and (max-width:640px) {
    .display-none {
        display: none!important;
    }
}

/*sidenav*/

.sidenav {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
}

.sidenav a {
    padding-top: 50px;
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

/**/

.background-store {
    background: #FFF;
    padding: 4%;
    border-radius: 4px;
    /*    height: 480px;*/
    margin-top: -0.6%;
    height: auto !important;
}

.store-style {
    border-bottom: 1px solid #f8f8f8;
    padding-bottom: 10%;
}

.store-style-top {
    border-top: 1px solid #f8f8f8;
    padding-top: 10%;
}

.search-padding {
    padding-top: 15%;
}

@media only screen and (max-width:1920px) {
    .background-store {
        /*    height: 390px;*/
    }
}

@media only screen and (max-width:1440px) {
    .background-store {
        /*    height: 390px;*/
    }
}

@media only screen and (max-width:1280px) {
    .background-store {
        /*    height: 390px;*/
    }
}

@media only screen and (max-width:1024px) {
    .background-store {
        /*    height: 370px;*/
    }
}

@media only screen and (max-width:640px) {
    .background-store {
        display: none;
        /*    height: 320px;*/
    }
    .search-padding {
        padding-top: 15%;
    }
}

/*return to top*/

.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'unicons';
    content: '\e84b';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: var(--grey);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::after {
    opacity: 0;
}

.progress-wrap::before {
    position: absolute;
    font-family: 'unicons';
    content: '\e84b';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background-image: linear-gradient(298deg, var(--red), var(--yellow));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--grey);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

body.light .progress-wrap {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
}

body.light .progress-wrap::after {
    color: var(--black-blue);
}

body.light .progress-wrap svg.progress-circle path {
    stroke: var(--black-blue);
}

.switch, .circle {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.switch {
    width: 80px;
    height: 4px;
    border-radius: 27px;
    background-image: linear-gradient(298deg, var(--red), var(--yellow));
    position: fixed;
    right: 50px;
    top: 75px;
    display: block;
    margin: 0 auto;
    text-align: center;
    opacity: 1;
    z-index: 33333;
    transition: all 300ms linear;
}

.circle {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--black-blue-light-3);
    box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
    animation: border-transform 10s linear infinite alternate forwards;
}

.circle:hover {
    box-shadow: 0 8px 8px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
}

.circle:before {
    position: absolute;
    font-family: 'unicons';
    content: '\eac1';
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    height: 40px;
    opacity: 1;
    color: var(--grey);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.circle:after {
    position: absolute;
    font-family: 'unicons';
    content: '\eb8f';
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    height: 40px;
    color: var(--yellow);
    opacity: 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.switched {}

.switched .circle {
    left: 45px;
    box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
    background: var(--black-blue);
}

.switched .circle:hover {
    box-shadow: 0 8px 8px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
}

.switched .circle:before {
    opacity: 0;
}

.switched .circle:after {
    opacity: 1;
}

/**/

.detail-tab {
    border-radius: 4px;
    cursor: pointer;
}

.order-sent {
    font-size: 30px;
    padding-top: 5%;
}

.order-para {
    font-size: 14px;
    text-transform: none;
}

/*fliter*/

.filter-btn {
    text-transform: uppercase;
    font-size: 0.8em;
    background: #a7c4ce!important;
    padding: 1.1% 3%;
    color: #FFF!important;
    border: 3px solid #a7c4ce;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.filter-btn:hover {
    color: #ebebeb!important;
    background: #636363!important;
    border: 3px solid #636363!important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

}

/**/

.loadmore-btn {
    font-family: "proxima_novaregular"!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
    font-size: 0.8em!important;
    background: #a7c4ce!important;
    padding: 1.1% 3%!important;
    color: #FFF!important;
    border: 3px solid #a7c4ce!important;
    border-radius: 4px!important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.loadmore-btn:hover {
    color: #ebebeb!important;
    background: #636363!important;
    border: 3px solid #636363!important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

}

.padding-product {
    padding: 2%;
}

@media only screen and (max-width:640px) {
    .padding-product {
        padding: 1%;
    }
}

/**/

.btn-group-lg>.btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0rem!important;
}

.filter-sm {
    font-size: 12px;
    cursor: pointer;
    border-color: #f5f5f5!important;
    background-color: #FFF!important;
    color: #636363!important;
    text-align: center;
    font-family: "proxima_novaregular"!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
    border-radius: 0px!important;
    margin-bottom: 4%;
    padding: 4%;
}

.arrangement-sm {
    font-size: 12px;
    cursor: pointer;
    border-color: #f5f5f5!important;
    background-color: #FFF !important;
    color: #636363!important;
    text-align: center;
    font-family: "proxima_novaregular"!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
    border-radius: 0px!important;
    margin-bottom: 4%;
    padding: 4%;
}

.hide-a {
    display: none;
}

.sticky-row {
    margin-top: -2.8%;
}

@media only screen and (max-width:320px) {
    .sticky-row {
        margin-top: -3.5%;
    }
}

.sticky-style {
    margin-top: -3%;
    display: none;
}

@media only screen and (max-width:640px) {
    .sticky-style {
        display: block;
    }
}

.sticky-top {
    z-index: 1;
}

border-right {
    border-top-right-radius: 4px!important;
}

border-right {
    border-top-right-radius: 4px!important;
}

/**/

.icon-bar {
    font-size: 13px!important;
    font-family: "proxima_novaregular"!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
    position: fixed;
    top: 86%;
    background: #fff;
    padding: 1% 1%;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(209, 209, 209, 1);
    -moz-box-shadow: 0px 0px 29px 0px rgba(209, 209, 209, 1);
    box-shadow: 0px 0px 29px 0px rgba(209, 209, 209, 1);
    z-index: 10 !important;
    right: 1% !important;
}

@media only screen and (max-width:640px) {
    .icon-bar {
        display: none;
    }
}

/**/

.search-style {
    height: 42px;
    margin-top: 1%;
}

.search-icon {
    border-radius: 55%!important;
}

/**/

.error-page-heading {
    font-size: 130px!important;
    font-family: 'Abril Fatface', cursive;
    font-weight: 600!important;
    color: #636363;
    text-transform: uppercase!important;
}

@media only screen and (max-width:640px) {
    .error-page-heading {
        font-size: 100px!important;
    }
}

@media only screen and (max-width:360px) {
    .error-page-heading {
        font-size: 90px!important;
    }
}

@media only screen and (max-width:320px) {
    .error-page-heading {
        font-size: 70px!important;
    }
}

.oops {
    font-size: 16px!important;
    font-family: "proxima_novaregular"!important;
    color: #9ab3be;
}

.error-para {
    font-size: 16px!important;
    font-family: "proxima_novaregular"!important;
    padding-bottom: 2%;
}

.error {
    font-size: 30px!important;
    margin-top: -5%;
    color: #a7c4ce;
    font-family: "proxima_novaregular"!important;
    font-weight: 600!important;
    color: #636363;
    text-transform: uppercase!important;
}

.box-style {
    margin-top: 7%;
    bottom: auto;
}

@media only screen and (max-width:1980px) {
    .box-style {
        /*margin-top:25%;*/
        bottom: auto;
    }
}

@media only screen and (max-width:1440px) {
    .box-style {
        margin-top: 18%;
        bottom: auto;
    }
}

@media only screen and (max-width:1366px) {
    .box-style {
        margin-top: 8%;
        bottom: auto;
    }
}

@media only screen and (max-width:1280px) {
    .box-style {
        margin-top: 15%;
        bottom: auto;
    }
}

@media only screen and (max-width:1024px) {
    .box-style {
        margin-top: 35%;
        bottom: auto;
    }
}

@media only screen and (max-width:823px) {
    .box-style {
        margin-top: -8%;
        bottom: auto;
    }
}

@media only screen and (max-width:768px) {
    .box-style {
        /*margin-top:28%;*/
        bottom: auto;
    }
}

@media only screen and (max-width:736px) {
    .box-style {
        margin-top: -12%;
        bottom: auto;
    }
}

@media only screen and (max-width:414px) {
    .box-style {
        margin-top: 25%;
        bottom: auto;
    }
}

@media only screen and (max-width:375px) {
    .box-style {
        margin-top: 15%;
        bottom: auto;
    }
}

.light-theme {
    color: #a7c4ce;
    font-size: 150px;
}

@media only screen and (max-width:320px) {
    .light-theme {
        font-size: 100px;
    }
}

/**/

.backto-btn {
    margin-top: 6%!important;
    text-transform: uppercase;
    font-size: 0.8em;
    background: #a7c4ce;
    padding: 1.7% 4%!important;
    color: #FFF!important;
    border: 3px solid #a7c4ce;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.backto-btn:hover {
    color: #ebebeb;
    background: #636363!important;
    border: 3px solid #636363;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/**/

.thanks-page-heading {
    font-size: 60px!important;
    font-family: 'Abril Fatface', cursive;
    font-weight: 600!important;
    color: #636363;
    text-transform: uppercase!important;
}

@media only screen and (max-width:640px) {
    .thanks-page-heading {}
}

@media only screen and (max-width:360px) {
    .thanks-page-heading {}
}

@media only screen and (max-width:320px) {
    .thanks-page-heading {
        font-size: 30px!important;
    }
}

.thanks-theme {
    color: #a7c4ce;
    font-size: 60px;
}

@media only screen and (max-width:320px) {
    .thanks-theme {
        font-size: 30px;
    }
}

/**/

.box-style-thanks {
    /*margin-top:14%;*/
    /*bottom:auto;*/
}

@media only screen and (max-width:1980px) {
    .box-style-thanks {
        margin-top: 10%;
        bottom: 5rem;
    }
}

@media only screen and (max-width:1440px) {
    .box-style-thanks {
        margin-top: 20%;
        /*bottom:auto;*/
    }
}

@media only screen and (max-width:1366px) {
    .box-style-thanks {
        margin-top: 14%;
        /*bottom:auto;*/
    }
}

@media only screen and (max-width:1280px) {
    .box-style-thanks {
        margin-top: 18%;
        /*bottom:auto;*/
    }
}

@media only screen and (max-width:1024px) {
    .box-style-thanks {
        margin-top: 37%;
        /*bottom:auto;*/
    }
}

@media only screen and (max-width:823px) {
    .box-style-thanks {
        margin-top: 6%;
        /*bottom:auto;*/
    }
}

@media only screen and (max-width:768px) {
    .box-style-thanks {
        margin-top: 30%;
        /*bottom:auto;*/
    }
}

@media only screen and (max-width:736px) {
    .box-style-thanks {
        margin-top: 3%;
        /*bottom:auto;*/
    }
}

@media only screen and (max-width:414px) {
    .box-style-thanks {
        margin-top: 25%;
        /*bottom:auto;*/
    }
}

@media only screen and (max-width:375px) {
    .box-style-thanks {
        margin-top: 30%;
        /*bottom:auto;*/
    }
}

/**/

.arrow-style {
    margin-top: -0.2%;
}

.footer-heading {
    margin-left: -0.2%!important;
}

@media only screen and (max-width:640px) {
    .footer-heading {
        margin-left: -0.8%!important;
    }
}

.company-link {}

.quantity input {
    border-bottom: 1px solid #a7c4ce !important;
}

.quantity input {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding 0;
    margin: 0;
    text-align: center;
    background: #fff;
    border: 1px solid #FFF;
    border-right: none;
}

.quantity input:last-child {
    border: none;
}

.quantity input {
    border: none;
}

.quantity input:middle-child {
    border: none;
}

input[type="button"] {
    cursor: pointer
}

.datepicker-days table tr, .datepicker-months table tr, .datepicker-years table tr {
    border-bottom: none !important;
    display: table-row !important;
}

.great_show {
    display: block;
}



.accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f078";    
    float: right;
}
.accordion-opened .accordion-toggle:after {    
    content: "\f054";    
}


.form-control:disabled {
    background-color: rgb(231, 231, 231);
}
.form-control[readonly] {
    background-color: #fff;
}
.form-control:focus {
    box-shadow: none;
    outline: 0;
}
.prod-btn-group .cart-btn:last-child {
    margin-left: 16px;
}
.cart-btn {
    display: inline-block;
}
.wishlist-btn {
    display: inline-block;
}

.prod-size-selection .btn-secondary {
    font-size: 14px;
}
.prod-size-selection .btn-secondary {
    background-color: #a7c4ce;
    border-color: #a7c4ce;
}
.prod-size-selection .btn-secondary.focus,
.prod-size-selection .btn-secondary:focus {
    box-shadow: none;
    outline: 0;
}
.prod-size-selection .btn-secondary:not(:disabled):not(.disabled).active, 
.prod-size-selection .btn-secondary:not(:disabled):not(.disabled):active, 
.prod-size-selection .show>.btn-secondary.dropdown-toggle {
    background-color: #636363;
    border-color: #636363;
}

.datepicker table tr th,
.datepicker table tr td {
    font-family: 'Poppins', sans-serif;
}
.datepicker table tr td {
    font-size: 14px;
}
.datepicker table tr th {
    color: #598392;
    font-weight: bold;
}
.datepicker table tr th:not(.dow) {
    color: #a7c4ce;
}
.datepicker thead tr:first-child th:hover, 
.datepicker tfoot tr th:hover {
    background-color: #598392;
    color: #ffffff;
}
.datepicker table tr td.today, 
.datepicker table tr td.today:hover, 
.datepicker table tr td.today.disabled, 
.datepicker table tr td.today.disabled:hover {
    background-color: #7e8392 !important;
    border-color: #7e8392 !important;
}

@media only screen and (max-width:480px) {
    .wrapper .about {
        padding-left: 0 !important;
        padding-right: 0;
    }
    .prod-btn-group {
        text-align: center;
    }
    .prod-btn-group .cart-btn:last-child {
        margin-left: auto;
        margin-top: 16px;
    }
    .prod-btn-group .cart-btn {
        display: block;
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
    /* .prod-btn-group .wishlist-btn {
        display: block;
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    } */
}
