@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');

@font-face {
    font-family: "Lato";
    src: url('https://www.transcendstore.com/fonts/Lato-Bold.ttf');
}

body {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    overflow-y: scroll;
    color: #000;
    /* background: #FBFDF2; */
    /* background: #FFF7E2; */
    background: #FFF7E2 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
}


a,
a:hover,
a:focus {
    cursor: pointer;
    text-decoration: none !important;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}


p {
    width: auto;
    border: 0px dotted;
    margin-left: auto;
    margin-right: auto;
}

.lang-addtocart {
    border-radius: 30px;
    background: transparent linear-gradient(81deg, #C41F00 0%, #E08F2A 100%) 0% 0% no-repeat padding-box !important;
    color: white !important;
    font-weight: 300 !important;
    padding: 5px 15px;
    /* margin-bottom: 25px !important; */
}

.lang-details,
.lang-details:hover {
    border: 1px solid #c41f00;
    margin-bottom: 25px;
    border-radius: 30px;
    padding: 0 15px;
    color: #C41F00;
    width: auto;
    height: 34px;
    margin-top: 9px;
    padding-top: 2px;
}

.mainbg {
    background: #FFF7E2;
}

.homebg {
    background: #FBFDF2;
    border-radius: 0 0 50px 50px;
}

.topHead {
    background: #F7F1DE;
    /* background-image: linear-gradient(90deg, #C41F00 0%, #E08F2A 100%); */
    color: #fff;
    padding: 5px 0;
    display: block;
    width: 100%;
}

.mainHeader {
    /* position: fixed; */
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 150;
}

.headLogo a img {
    width: 46px;
}

.headLogo a {
    float: left;
}

.topText {
    text-transform: capitalize;
    font-size: 24px;
    padding: 9px 0 0 15px;
    display: inline-block;
    font-weight: 300;
}

.topText a {
    color: #fff;
}

.topText span {
    /* text-transform: uppercase; */
    font-weight: bold;
    color: #D45E18;
    font-size: 16px;
    position: relative;
    bottom: 5px;

}

.worldLogo {
    padding-top: 0;
    float: right;
}

.worldLogo img {
    width: 40px;
    float: left;
    margin: 5px 0px;
}

.worldText {
    text-transform: capitalize;
    font-size: 20px;
    padding: 10px 0 10px;
    display: inline-block;
    color: #D45E18;
}

.worldText select {
    background: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: window;
}

.worldText select option {
    background: #F36523;
    font-size: 14px;
}

.botHead {
    /* background:#000; */
    background-color: #F2E6C8;
    box-shadow: 0px 3px 6px #00000029;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: transparent;
}

.nav>li {
    display: inline-block;
    cursor: pointer;
    padding: 13px 11px;
}

.nav li a {
    padding: 0;
    color: #2A2A2A;
    font-size: 1em;

}

.nav>li:hover {
    color: #000;
}

.nav>li:hover a {
    color: #000;
}

.nav>li.activem {
    background: #D45E18;

}

.nav>li.activem a {
    color: #ffffff;
    font-weight: 500;
}

.drop {
    position: relative;
    color: #bbb;
}

.drop ul {
    position: absolute;
    padding: 0;
    left: 0;
    background: #fff;
    width: 200px;
    top: 50px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}

.drop ul li {
    display: block;
    width: 100%;
}

.drop ul li a {
    width: 100%;
    padding: 1em 18px;
    display: inline-block;
    white-space: pre;
    box-sizing: border-box;
    color: #fff;
}

.drop ul li a:hover {
    background: #ebebeb;
    color: #000;
}

.drop:hover ul {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.botHead {
    display: inline-block;
    width: 100%;
}

.menuRight ul {
    float: right;
    margin-bottom: 0;
}

.menuRight li {
    display: inline-block;
    padding: 13px 0 13px 13px;
}

.menuRight li a img,
.profile-div img {
    width: 26px;
}

.cartNumber {
    position: absolute;
    top: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 19px;
    color: #fff;
    font-size: 11px;
    background: #F36523;
    right: 30px;
    text-align: center;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
}

.carousel-indicators {
    bottom: -5px;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
}

.carousel-indicators .active {
    background-color: #fff;
}

.carousel-inner img {
    width: 100%;
    border-radius: 50px;
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

.carousel-control.left span {
    padding: 15px;
}

.carousel-control.right span {
    padding: 15px;
}

.carousel-control {
    position: absolute;
    top: 37%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .fa-angle-left {
    left: 0;
    position: absolute;
}

.carousel-control .fa-angle-right {
    right: 0;
    position: absolute;
}

.carousel-control.left span,
.carousel-control.right span {
    background-color: #000;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.header-text h2 {
    font-size: 40px;
}

.header-text h2 span {
    background-color: #2980b9;
    padding: 10px;
}

.header-text h3 span {
    background-color: #000;
    padding: 15px;
}

#carousel a.carousel-control i {
    color: #fff;
    font-size: 3vw;
    background: rgba(0, 0, 0, 0.25);
    padding: 15px 10px;
}

#carousel a.carousel-control i:hover {
    color: #62a83d;
}

.manSlider {
    margin: 130px 25px 0 25px;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #fff;
    display: block;
    left: 0;
    padding: 1em;
    position: absolute;
    width: 100%;
    zoom: 1;
    text-align: center;
    top: 0;
    border-radius: 50px;
}

.manProd {
    padding: 4vw 0 0;
}

.inProd {
    margin-bottom: 7px;
}

#bimg {
    width: 100%;
    padding: 1.2em;
}

.inProd h2 {
    margin: 0;
    min-height: 40px;
    /* font-size:24px; */
    /* white-space: nowrap; */
    overflow: hidden;
}

.inProd h2 a {
    color: #222;
    font-size: 1.3rem;
}

.inProd h3 {
    font-weight: 500;
    text-align: left;
}

.abloop {
    margin-bottom: 35px;
}

.inBookImg {}

.inBookImg img {
    width: 100%;
}

.bookDesc {}

.bookDesc h2 {
    margin-top: 10px;
}

.bookDesc h2 a {
    color: #222;
    font-size: 15px;
    margin-top: 0;
    line-height: 24px !important;
    letter-spacing: normal;
    font-weight: 700;
}

.bookDesc h2 span {
    color: #333;
}

.bookDesc .bookText {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.bookReview {
    font-size: 16px;
}

.bookStar {
    float: left;
    display: inline-block;
}

.bookStar span {}

.bookStar span i {
    color: #FF6F36;
}

.bookReview .bookRcount {
    display: inline-block;
    padding-left: 10px;
    color: #333;
}

.bookType {
    color: #662200;
    font-size: 20px;
    margin: 5px 0 0;
}

.bookPrice {
    margin: 10px 0;
}

.bookIcon {
    float: left;
}

.bookIcon img {
    width: 22px;
}

.bookPrice span {
    /* margin: 0 0 0 15px; */
    color: #333;
    font-size: 1.3rem;
    display: inline-block;
}

.bookPrice span del {
    color: #888;
    font-size: 16px;
}

.bookPrice span i {}

.bookAval {}

.bookAval span {
    color: #662200;
    font-size: 16px;
}

.inbookAval {
    margin: 0px 0 5px;
}

.inbookAval a {
    color: #000;
    font-size: 16px;
}

.inbookAval span {
    margin: 0 10px;
}

.bookDesc .bookDet {
    color: #333;
    margin-bottom: 10px;
    height: 54px;
}

.bookDet a {
    display: inline-block;
    width: 100%;
    color: #F78D5B;
}

.bookDelivery {
    color: #662200;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 15px;
}

.bookDelivery span {}

.bookBtns {
    display: inline-block;
    width: 100%;
}

.bookBtns a.wishBtn {
    /* background: #F78D5B; */
    background: transparent linear-gradient(84deg, #C41F00 0%, #E08F2A 100%) 0% 0% no-repeat;
    color: #fff;
    padding: 10px;
    /* font-size: 16px; */
    font-size: 0.9rem;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 40px 0px 0px 40px;
    font-family: 'Lato', sans-serif;
    font-weight: light;
    width: 48%;
    text-align: center;
}

.bookBtns a.addtocart {
    background: #F78D5B;
    color: #fff;
    padding: 0.7em;
    /* font-size: 16px; */
    font-size: 0.8em;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: light;
    border-radius: 40px;
    width: 100%;
    text-align: center;
}

.curColl {}

.curcollImg {}

.curcollImg img {
    width: 100%;
}

.curColl h1 {
    text-transform: uppercase;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #C0A18F;
    font-size: 28px;
    margin: 0;
}

.botDesign {}

.botDesign img {
    width: 100%;
}

.botDesign1 {}

.botDesign1 img {
    max-width: 100%;
    height: 10%;
}

.innerProd {
    padding-bottom: 3vw;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #F78D5B;
}

.viewAll {
    float: right;
    padding: 1vw 0;
}

.viewAll a {
    text-transform: capitalize;
    font-size: 18px;
    color: #F78D5B;
}

.viewAll a i {
    color: #662200;
    margin-left: 10px;
    font-size: 22px;
    vertical-align: text-bottom;
}

.viewAll:before {
    position: absolute;
    content: "";
    width: 70px;
    bottom: 0;
    top: 26px;
    height: 2px;
    background: #ffbd9d;
    left: 83%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.abt-wrapper {
    width: 100%;
}

.footer1 {
    background: #F2E6C8;
    box-shadow: 0px 0px 6px #DB7C238C;
    padding-top: 3em;

}

.footer1 h5 {
    color: #D45E18;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em;
}


.footSec h2 {
    color: #F78D5D;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 24px;
    margin-top: 10px;
}

.footAbtus p {
    text-align: left;

}

.footSec ul {
    padding: 0;
    list-style: none;
}

.footSec ul li {
    line-height: 26px;
    margin-bottom: 8px;

}

.footSec ul li a {
    /* color: #bbb; */
    /* color: #353A50; */
    color: #2A2A2A;
    font-size: 14px;
}

.footAbtus p {
    color: #bbb;
    font-size: 16px;
}

.footSocial a {
    display: flex;
    border-radius: 50%;
    color: #F36523;
    padding: 3px;
    text-align: center;
    font-size: 22px;
    margin: auto;
    justify-content: space-between;
}

.footSocial img {
    width: 15%;
}


.footSociali a {
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    color: #F36523;
    padding: 9px 10px 10px 10px;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 22px;
    margin: 0 10px 10px 0;
}

.footer2 {
    background: #F36523;
    color: #fff;
    padding: 15px 0;
    display: block;
    width: 100%;
}

.footLogo a {
    float: left;
}

.footLogo a img {
    width: 55px;
}

.footText {
    /* text-transform: capitalize;
font-size: 22px;
padding: 15px 0 0 15px;
display: inline-block;
font-weight:500; */
    text-transform: capitalize;
    font-size: 24px;
    padding: 9px 0 0 15px;
    display: inline-block;
    font-weight: 300;
}

.footText span {
    text-transform: uppercase;
    font-weight: 500;
}

.fworldLogo {
    padding-top: 10px;
    float: right;
}

.fworldLogo img {
    width: 40px;
    float: left;
}

.fworldText {
    text-transform: capitalize;
    font-size: 22px;
    padding: 3px 0 0 10px;
    display: inline-block;
}

.fworldText select {
    background: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: window;
}

.fworldText select option {
    background: #F36523;
    font-size: 14px;
}

.footer3 {
    background: #F2E6C8;
    /* background: #E0CEA0; */
    padding: 15px 0;
    border-top: solid #D45E18 1pt;
}

.copyrText {
    text-align: center;
    /* color: #bbb; */
    /* color: #353A50; */
    color: #2A2A2A;
    font-size: 0.75em;
}

.padb60 {
    padding-bottom: 60px;
}

.curColl:after {
    position: absolute;
    content: "";
    width: 70px;
    bottom: 0;
    top: 18%;
    height: 2px;
    background: #ffbd9d;
    left: 84%;
    transform: rotate(-90deg);
}

.mobAppimg {}

.mobAppimg h1 {
    text-transform: uppercase;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #C0A18F;
    font-size: 28px;
    margin-bottom: 40px;
}

.mobAppimg img {
    width: 100%;
}

.curCollnew h1 {
    text-transform: uppercase;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #C0A18F;
    font-size: 30px;
    margin: 0;
}

.curCollnew:after {
    position: absolute;
    content: "";
    width: 70px;
    bottom: 0;
    top: 42%;
    height: 2px;
    background: #ffbd9d;
    left: 84%;
    transform: rotate(-90deg);
}

.manAudsec {
    padding: 4vw 0;
}

.backTotop {
    padding: 5em;
    padding-right: 0;
    text-align: center;
    /* background: #E7E9DE; */
}

.backTotop img {
    float: right;
    width: 7%;
}

.backTotop a {
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}

.search-popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.search-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
}

.search-popup label {
    color: white;
}

.search-form {
    display: block;
    margin: 14% 4em;
    position: relative;
    right: -100%;
}

.insrcForm input::placeholder {
    color: #bbb;
}

.insrcForm {
    position: relative;
}

.insrcForm input {
    outline: none;
    border-width: 0 0 1px 0;
    border-style: none none solid none;
    border-color: #dad6d5;
    background-color: transparent;
    width: 100%;
    padding: 1em 0;
    color: #fff;
    box-shadow: none !important;
    border-radius: 0;
    height: 45px;
}

.insrcForm input::placeholder {
    color: #bbb;
}

.insrcForm label {
    position: absolute;
    top: 25%;
    right: 0;
}

.insrcForm label button img {
    width: 20px;
}

.insrcForm label button {
    background: transparent;
    outline: none;
    padding: 0 10px;
    border: none;
}

.breadcurmb img {
    width: 100%;
    border-radius: 50px;
}

.manAllBooks {
    padding: 4vw 0;
}

.bookFilter {
    display: inline-block;
    padding: 13px 0;
    position: relative;
}

.filtertext {
    text-align: left;
    color: #888;
    text-transform: uppercase;
    font-size: 22px;
}

.bookDrop {
    display: inline-block;
}

.bookDrop select {
    background-color: #ffffff47;
    color: #fff;
    padding: 7px;
    width: 220px;
    border-radius: 40px;
    border: none;
    font-size: 16px;
    outline: none;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    background-image: url("../img/darrow.png");
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: window;
}

.bookDrop select option {
    color: #000;
}

.filterDrop {
    background: #F58D5A;
    padding: 10px;
    border-radius: 40px;
    display: inline-block;
    float: right;
    position: relative;
}

.marBetween {
    margin: 0 10px;
}

.bookFilter:after {
    position: absolute;
    content: "";
    width: 15px;
    bottom: 0;
    top: 28px;
    height: 1px;
    background: #F58D5A;
    left: 75px;
    transform: rotate(-90deg);
}

.filterDrop:before {
    position: absolute;
    content: "";
    width: 51%;
    bottom: 0;
    top: 28px;
    height: 1px;
    background: #F58D5A;
    left: -350px;
}

.inAllBooks {
    padding: 1em;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 50px;
    width: 100%;
}

.flowerDes {
    text-align: center;
    margin: 20px 0 0;
}

.appBanner img {
    width: 100%;
}

.allbookDesc h2 {
    min-height: 66px;
}

.bookPagination a {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    margin: 0 5px;
}

.prevPage {
    display: inline-block;
}

.nextPage {
    display: inline-block;
}

.bookPagination img {
    width: 30px;
    vertical-align: top;
    margin: 0 7px;
}

.bookPagination {
    text-align: center;
}

.midDesign img {
    width: auto;
    vertical-align: super;
    margin: 0 10px;
}

.midDesign {
    vertical-align: middle;
}

.manDetallBook {
    /* padding: 13% 0 4vw; */
}

.nameandSocial .bookName h1,
.nameandSocial .bookName h4 {
    color: #B63B00;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    padding-left: 0;
    text-align: left;
}

.bookDetsec1 {
    display: inline-block;
    width: 100%;
    padding-bottom: 3vw;
    border-bottom: 1px solid #F78D5B;
}

.bookImggal {
    width: 100%;
    display: block;
    margin: auto;
}

.mini {
    text-align: center;
}

.mini img {
    height: 98px;
    display: inline-block;
    margin: 4px 4px 0px 0px;
    cursor: pointer;
}

.mini img:nth-of-type(4) {
    margin-right: 0px;
}

.maxi {
    width: 100%;
    display: block;
}

/* .bookName {
    float: left;
    width: 66%;
} */

.bookName h1 {
    color: #B63B00;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.bookName p {
    color: #333;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
}

.bookSocial {}

.bookShare {
    /* color: #333;
    font-size: 16px; */
    width: 55%;
    display: flex;
    margin-left: 7px;
}

.bookShare a {
    margin-left: 10px;
    font-size: 16px;
}

.bookShare a i {
    color: #FF6F36;
}

.bookdelLoc {
    color: #333;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.bookdelLoc i {
    color: #FF6F36;
    font-size: 30px;
    vertical-align: middle;
    margin-right: 7px;
}

/* 
.bookSocial:before {
    position: absolute;
    content: "";
    width: 70px;
    bottom: 0;
    top: 60px;
    height: 1px;
    background: #F58D5A;
    left: -35px;
    transform: rotate(-90deg);
} */

.bookdelLoc select {
    background: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: window;
}

.inbookStar span i {
    color: #FF6F36;
    font-size: 22px;
}

.inbookStar span {
    margin-right: 5px;
}

.inbookStar {
    float: left;
    width: 28%;
    margin-top: 3px;
}

.inbookStar select {
    background: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: window;
}

.inbookRating {
    display: inline-block;
    width: 72%;
    position: relative;
}

.inbookRating span.rateColor {
    color: #F78D5B;
    margin-left: 10px;
    font-size: 16px;
}

.inbookRating span {
    color: #333;
    font-size: 18px;
}

.inbookRating:before {
    position: absolute;
    content: "";
    width: 25px;
    bottom: 0;
    top: 15px;
    height: 1px;
    background: #FF6F36;
    left: -33px;
    transform: rotate(-90deg);
}

.bcoverImg {
    display: inline-block;
    background: #5E1121;
    padding: 12px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    float: left;
}

.bcoverImg img {
    width: 25px;
}

.bHardcover {
    display: inline-block;
    background: #FFD3BE;
    padding: 15px 20px;
    border-radius: 20px;
    margin: 0 0 15px 0;
    float: left;
}

.inbookPrice {
    display: inline-block;
    padding-left: 20px;
}

.inbookPrice p {
    font-size: 18px;
    color: #333;
    margin: 0;
}

.inbookPrice span {
    font-size: 18px;
    color: #F78D5B;
}

.inbookPrice span del {
    font-size: 14px;
    color: #888;
    padding-left: 10px;
}

.bookHardcover {
    display: inline-block;
    width: 100%;
}

.pcoverImg {
    display: inline-block;
    background: #F78D5B;
    padding: 12px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    float: left;
}

.pcoverImg img {
    width: 25px;
}

.bPapercover {
    display: inline-block;
    padding: 15px 0;
    margin: 0 0 15px 0;
}

.inbookType {
    display: inline-block;
    width: 100%;
}

.bTypeName {
    color: #333;
    font-size: 18px;
    display: inline-block;
    padding-left: 20px;
    padding-top: 13px;
}

.inadbookImg {
    display: inline-block;
    background: #F78D5B;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    float: left;
}

.inadbookImg img {
    width: 30px;
}

.inBooktype {
    display: inline-block;
    margin: 15px 20px 20px 0;
    float: left;
}

.appbookDet {
    position: relative;
}

.appbookImg {
    display: inline-block;
    float: left;
}

.appbookImg img {
    margin-right: 20px;
    margin-left: 15px;
}

.appbookDesc {
    color: #333;
    font-size: 16px;
    padding-top: 10px;
}

.bookDetsec3 .addTocartSec button {
    color: #fff;
}

.appbookDet:before {
    /*position: absolute;
content: "";
width: 55px;
bottom: 0;
top: 40px;
left: 21%;
height: 1px;
background: #FF6F36;
transform: rotate(-90deg);*/
}

.everyBookdet {
    padding-bottom: 5px;
    border-bottom: 1px solid #F78D5B;
}

.bookqtPrice {
    padding: 15px 0 0;
    display: inline-block;
    width: 100%;
}

.worldText select {
    outline: none;
}

.bprice {
    color: #5E1121;
    font-size: 20px;
    display: inline-block;
    float: left;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin-right: 20px;
}

.bprice i {
    margin-right: 5px;
}

.bookMrp {
    color: #333;
    display: inline-block;
    float: left;
    padding-top: 3px;
    font-size: 16px;
    margin-right: 40px;
}

.bookQuant select {
    background: #F78D5B;
    border: none;
    width: 75px;
    padding: 3px 30px;
    -webkit-appearance: none;
    -moz-appearance: window;
    border-radius: 40px;
    background-image: url(img/darrow.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 10px;
    margin-left: 10px;
}

.bookQuant {
    display: inline-block;
    float: left;
    position: relative;
    margin-right: 40px;
}

.bookQuant span {
    color: #333;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.bookQuant:before {
    /*position: absolute;
content: "";
width: 25px;
bottom: 0;
top: 15px;
left: -18%;
height: 1px;
background: #FF6F36;
transform: rotate(-90deg);*/
}

.bookAvail {
    display: inline-block;
    text-transform: capitalize;
    color: #48A24A;
    font-size: 20px;
    position: relative;
}

.bookAvail:before {
    position: absolute;
    content: "";
    width: 25px;
    bottom: 0;
    top: 15px;
    left: -43%;
    height: 1px;
    background: #FF6F36;
    transform: rotate(-90deg);
}

.bookBtns {
    display: inline-block;
    width: 100%;
}

.bookBtns button {
    display: inline-block;
    background: #FFD3BE;
    padding: 15px 0;
    width: 28%;
    border-radius: 10px;
    font-size: 18px;
    margin: 20px 10px 20px 0;
    border: none;
    text-transform: uppercase;
    color: #333;
    outline: none;
}

.bookBtns button.buyNowbtn {
    display: inline-block;
    background: #FF6F36;
    padding: 15px 0;
    width: 28%;
    border-radius: 10px;
    font-size: 18px;
    margin: 20px 0px 20px 10px;
    border: none;
    text-transform: uppercase;
    color: #fff;
    outline: none;
}

.bookBtns img {
    width: auto;
}

.starandRating {
    display: inline-block;
    width: 100%;
}

.nameandSocial {
    display: inline-block;
    width: 100%;
}

.bookDetsec2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 2vw 0;
    border-bottom: 1px solid #F78D5B;
}

.bookSummary {}

.bookSummary p {
    color: #000;
    font-size: 16px;
    line-height: 26px;
}

.sumHeading {
    text-align: center;
}

.sumHeading img {
    width: auto;
}

.sumHeading h2 {
    color: #B63B00;
    margin: 0;
    position: relative;
    display: inline-block;
    width: 85%;
    font-size: 26px;
}

/* .sumHeading h2:after {
    position: absolute;
    content: "";
    width: 30px;
    bottom: 0;
    top: 13px;
    right: 0;
    height: 2px;
    background: #FF6F36;
    transform: rotate(-90deg);
} */

.bookDetsec3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 4vw 0;
}

/* .sumHeading:before {
    position: absolute;
    content: url(../img/desfl1.png);
    width: auto;
    bottom: 0;
    top: -70px;
    left: 40%;
    height: 2px;
} */

.freqBook {}

.freqbookImg {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 40px;
}

.freqbookImg img {
    width: 130px;
}

.freqbookImg:after {
    position: absolute;
    content: "+";
    top: 80px;
    font-size: 40px;
    right: -31px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #FF6F36;
}

.freqbookImg:last-child:after {
    content: none;
}

.freqbookImg:last-child {
    margin-right: 0;
}

.addTocartSec {
    text-align: center;
    display: inline-block;
    width: 37%;
    padding-top: 7%;
}

.addTocartSec span {
    color: #333;
    font-size: 20px;
    display: inline-block;
    width: 100%;
}

.addTocartSec button {
    background: #F78D5B;
    padding: 15px 0;
    width: 80%;
    border-radius: 10px;
    font-size: 18px;
    margin: 20px 0;
    border: none;
    color: #333;
    outline: none;
    display: inline-block;
}

.bookDetsec4 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 4vw 0;
    border-bottom: 1px solid #F78D5B;
}

.bookEverydet {}

.bookEverydet ul {
    padding-left: 0;
    list-style: none;
}

.bookEverydet ul li {
    font-size: 18px;
    line-height: 40px;
    color: #333;
}

.bookEverydet ul li span {
    color: #F78D5B;
}

.horizontal .progress-bar {
    display: inline-block;
    height: 30px;
    width: 70%;
    padding: 2px 0;
    background: transparent;
    box-shadow: none;
}

.horizontal .progress-track {
    position: relative;
    width: 100%;
    height: 20px;
    background: #FFCAB2;
}

.horizontal .progress-fill {
    background: #FF6F36;
    height: 20px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

.rounded .progress-track,
.rounded .progress-fill {
    border-radius: 20px;
}

.inbRate {
    position: relative;
}

.bstars i {
    color: #FF6F36;
    margin-right: 5px;
}

.bstars {
    font-size: 22px;
    color: #333;
}

.bookallRate {
    color: #333;
    font-size: 20px;
}

.bookallRate span {
    color: #F78D5B;
    margin-left: 10px;
    font-size: 18px;
}

.progress-fill span {
    position: absolute;
    top: 0;
    right: -38px;
    color: #333;
}

.ratingBar {
    display: inline-block;
    width: 100%;
}

.starName {
    float: left;
    display: inline-block;
    color: #333;
    font-size: 16px;
    width: 15%;
}

.inbRate:before {
    position: absolute;
    content: "";
    width: 68%;
    bottom: 0;
    top: 48%;
    right: 75%;
    height: 1px;
    background: #FF6F36;
    transform: rotate(-90deg);
}

.manrBars {
    padding-top: 15px;
}

.bookDetsec5 {
    padding: 4vw 0;
    display: inline-block;
    width: 100%;
}

.cusRHeading {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-top: 50px;
}

.cusRHeading img {
    width: auto;
}

.cusRHeading h2 {
    color: #B63B00;
    margin: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 26px;
}

.cusRHeading h2:after {
    position: absolute;
    content: "";
    width: 30px;
    bottom: 0;
    top: 13px;
    right: 0;
    height: 2px;
    background: #FF6F36;
    transform: rotate(-90deg);
}

.cusRHeading:before {
    position: absolute;
    content: url(../img/desfl1.png);
    width: auto;
    bottom: 0;
    top: -15px;
    left: 40%;
    height: 2px;
}

.writeProdrev {
    margin-top: 15px;
}

.writeProdrev p {
    color: #B63B00;
}

.writeProdrev button {
    display: inline-block;
    background: #FFD3BE;
    padding: 15px 40px;
    border-radius: 10px;
    font-size: 18px;
    margin: 0;
    border: none;
    color: #B63B00;
    outline: none;
}

.manCustcommt {
    /* border-bottom: 1px solid #F78D5B;
*/
}

.custName {
    display: inline-block;
    float: left;
}

.custImg {
    display: inline-block;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    float: left;
}

.custImg img {
    width: 30px;
}

.incustName {}

.incustName {
    color: #333;
    font-size: 18px;
    display: inline-block;
    padding-left: 20px;
    padding-top: 13px;
}

.tip-down {
    bottom: -7px;
    left: 15px;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.tip {
    width: 0;
    height: 0;
    position: absolute;
    border: 8px solid #f1f1f1;
    border-radius: 0px 0px 50px 0px;
    border-top: 30px solid #f1f1f1;
    border-right: 2px solid #f1f1f1;
}

.custCommt {
    padding: 25px;
    background: #f1f1f1;
    display: inline-block;
    width: 100%;
    border-radius: 20px 20px 20px 0;
    margin-bottom: 40px;
}

.custrStars {
    display: inline-block;
    float: right;
    padding-top: 15px;
}

.custrStars i {
    color: #FF6F36;
    font-size: 20px;
    margin-left: 2px;
}

.cnameandStar {
    display: inline-block;
    width: 100%;
}

.detComment {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
}

.topCommt {}

.topCommt p {
    color: #000;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    margin: 0;
}

.commtDate {}

.commtDate p {
    color: #333;
    font-size: 16px;
}

.veripurComm {
    display: inline-block;
    width: 100%;
}

.inveriComm h4 {
    color: #FF6F36;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    float: left;
}

.inveriComm .moreless-button {
    float: right;
    display: inline-block;
    padding-top: 15px;
    color: #333;
}

.moretext {
    display: none;
}

.moretext p {
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.inveriComm {
    display: inline-block;
    width: 100%;
}

.custCommt:last-child {
    margin-bottom: 0;
}

.commViewml .panel-heading {
    padding: 0;
    border: 0;
}

.commViewml .panel-title>a,
.panel-title>a:active {
    display: block;
    color: #FF6F36;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-decoration: none;
}

.commViewml .panel-title>a,
.panel-title>a:focus {
    color: #FF6F36;
}

.commViewml .panel-heading a:before {
    font-family: 'FontAwesome';
    /*content: "\f078";
*/
    float: right;
    transition: all 0.5s;
}

.commViewml .panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.commViewml .panel-heading a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
    transition: all 0.5s;
    color: #888;
}

.commViewml .panel-heading.active a:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.commViewml .panel-group .panel-heading {
    border-radius: 0;
    color: #000;
    background-color: #f1f1f1;
    border: none;
    padding: 0;
}

.commViewml .panel-body {
    padding: 20px 0 0;
    text-align: justify;
    font-size: 16px;
    border: none;
    border-top: none;
    color: #333;
    line-height: 24px;
    background: #f1f1f1;
}

.commViewml .panel-default {
    border: none;
    box-shadow: none;
}

.commViewml .panel-group .panel-heading+.panel-collapse>.list-group,
.commViewml .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}

.seeAllrev {
    display: inline-block;
    padding: 25px;
    width: 100%;
    border-bottom: 1px solid #F78D5B;
}

.seeAllrev a {
    color: #333;
    font-size: 18px;
}

.seeAllrev a i {
    color: #F78D5B;
    margin-left: 10px;
    font-size: 20px;
    vertical-align: text-bottom;
}

.marbot0 {
    margin-bottom: 0;
}

.topintHead {
    display: inline-block;
    padding: 25px;
    width: 100%;
}

.topintHead h4 {
    color: #F78D5B;
    font-size: 20px;
    margin: 0;
}

.custDesign {
    position: relative;
}

.custDesign:before {
    position: absolute;
    content: "";
    width: 1200px;
    bottom: 0;
    top: 635px;
    right: -410px;
    height: 1px;
    background: #FF6F36;
    transform: rotate(-90deg);
}

.custDesign:after {
    position: absolute;
    content: "";
    width: 25px;
    bottom: 0;
    top: 1235px;
    height: 1px;
    background: #F58D5A;
    left: 167px;
}

.manCuratedBooks {
    padding: 4vw 0 0;
}

.singleBook {
    background: #FFE2D2;
    padding: 25px;
    border-radius: 20px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.siglebImg {}

.siglebImg img {
    width: 100%;
}

.singlebDescP {}

.singlebDesc h1 {
    text-transform: uppercase;
    margin-bottom: 10%;
}

.singlebDesc h1 a {
    color: #B63B00;
}

.sbstarRate {
    display: inline-block;
    width: 100%;
}

.insbStar {
    float: left;
    width: 50%;
    margin-top: 3px;
}

.insbStar span i {
    color: #FF6F36;
    font-size: 26px;
}

.insbStar span {
    margin-right: 5px;
}

.insbRating {
    display: inline-block;
    width: 50%;
    position: relative;
}

.insbRating span.rateColor {
    color: #F78D5B;
    margin-left: 10px;
    font-size: 20px;
}

.insbRating span {
    color: #333;
    font-size: 22px;
}

.singlebDesc {
    padding-top: 15%;
}

.sbPriceBtn {
    padding-top: 20%;
}

.sbcuPrice {
    text-align: center;
}

.sbcuPrice i {
    font-size: 17px;
}

.sbpDesign {
    text-align: center;
}

.sbpDesign img {
    width: auto;
}

.sbcuBuy {
    text-align: center;
}

.sbcuBuy button {
    display: inline-block;
    background: #FF6F36;
    padding: 15px 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    width: 100%;
    border-radius: 10px;
    font-size: 20px;
    margin: 20px 0;
    border: none;
    text-transform: uppercase;
    color: #fff;
    outline: none;
}

.sbcuPrice span {
    display: inline-block;
    background: #fff;
    padding: 15px 20px;
    width: 100%;
    border-radius: 10px;
    font-size: 20px;
    margin: 20px 0px;
    color: #670C1E;
}

.manQuickView {
    position: relative;
}

.manQuickView .panel-heading {
    padding: 0;
    border: 0;
}

.manQuickView .panel-title>a,
.panel-title>a:active {
    display: block;
    color: #333;
    /*text-transform: uppercase;
*/
    font-size: 20px;
    text-decoration: none;
}

.manQuickView .panel-heading a:before {
    font-family: 'FontAwesome';
    /*content: "\f078";
*/
    float: right;
    transition: all 0.5s;
}

.manQuickView .panel-heading.active a:before {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}

.manQuickView .panel-heading a:after {
    content: "+ QUICK VIEW";
    float: right;
    transition: all 0.5s;
    color: #333;
    padding-top: 15px;
}

.manQuickView .panel-heading.active a:after {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    content: "- VIEW LESS";
}

.manQuickView .panel-group .panel-heading {
    border-radius: 0;
    color: #000;
    background-color: #fff;
    border-top: 2px solid #fff;
    padding: 0;
}

.manQuickView .panel-body {
    padding: 0;
    text-align: justify;
    font-size: 16px;
    border: none;
    border-top: none;
    color: #333;
    line-height: 24px;
    background: #FFE2D2;
}

.manQuickView .panel-default {
    border: none;
    box-shadow: none;
}

.manQuickView .panel-group .panel-heading+.panel-collapse>.list-group,
.manQuickView .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}

.inbColhead {}

.inbColhead h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #B63B00;
    position: relative;
    display: inline-block;
    font-size: 26px;
}

.inbColhead h3:after {
    position: absolute;
    content: "";
    width: 650px;
    bottom: 0;
    top: 15px;
    height: 1px;
    background: #FF6F36;
    right: -675px;
}

.inbCollection {
    background: #fff;
    border-radius: 20px;
    padding: 25px 75px;
}

.manQuickView .panel-group .panel-heading.active {
    border: none;
}

.owl-carousel .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.owl-carousel .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

.owl-carousel {
    position: relative;
}

.owl-carousel a {
    display: inline-block;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    font-size: 35px;
    color: #888;
    text-align: center;
}

.owl-carousel .owl-prev {
    left: -60px;
}

.owl-carousel .owl-next {
    right: -60px;
}

.collBookinfo h5 a {
    color: #B63B00;
    font-size: 18px;
}

.collBookinfo h5 {
    text-align: center;
    min-height: 40px;
}

.collBookinfo p {
    color: #333;
    font-size: 14px;
}

.manbSlider .item:after {
    position: absolute;
    content: url(../img/desflsli.png);
    width: auto;
    bottom: 0;
    top: 25%;
    left: 100%;
    height: 2px;
}

.manbSlider {
    padding-top: 20px;
}

.borbotNone {
    border-bottom: none;
}

.breadcrumbtag {
    color: #333;
    padding: 11% 0px 30px;
    text-transform: capitalize;
    background: #FFE2D2;
}

.breadcrumbtag h3 {
    font-size: 26px;
    text-transform: capitalize;
    text-align: left;
}

.breadcrumbtag .breadcrumbtag-a {
    width: 100%;
}

.breadcrumbtag .breadhome {
    margin-top: 10px;
    font-size: 18px;
    text-transform: capitalize;
}

.breadcrumbtag .breadhome a {
    color: #333;
}

.manAbout {
    padding: 4vw 0;
}

.inAbout {}

.inAbout h2 {
    color: #B63B00;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.4em;
    margin-bottom: 30px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.inAbout img.fRight {
    float: right;
    margin: 0 0 15px 20px;
}

.inAbout p {
    line-height: 26px;
    font-size: 16px;
    color: #333;
    text-align: justify;
}

.inAbout img.fLeft {
    float: left;
    margin: 0 20px 15px 0;
}

.inAbout ul {
    padding-left: 15px;
    list-style: disc;
    margin-bottom: 10px;
}

.inAbout ul li {
    line-height: 30px;
    color: #333;
    font-size: 16px;
    list-style: disc;
    text-align: justify;
}

.manCart {
    padding: 4vw 0;
}

.shopCart {
    font-size: 16px;
    overflow: hidden;
    background-color: #fff;
    padding: 15px 30px;
    box-shadow: 0 1px 27px -5px rgba(0, 0, 0, .075);
    border-radius: 4px;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget {
    font-size: 16px;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #FFE2D2;
    padding: 20px 45px;
    box-shadow: 0 1px 27px -5px rgba(0, 0, 0, .075);
    border-radius: 4px;
}

.userknown {
    margin-top: 10px;
    margin-bottom: 22px;
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #B63B00;
    text-transform: capitalize;
}

.detail-cart {
    background: #fff;
    border-radius: 0px;
    margin-top: 10px;
    min-height: 150px;
    padding: 25px;
    overflow: hidden;
}

.cross {
    float: right;
    font-size: 20px;
}

.cross a {
    color: #333;
}

.cartimgs {
    float: left;
    width: 25%;
}

.cartimgs img {
    max-width: 100%;
}

.carts {
    float: left;
    width: 69%;
    margin: 0 0 0 20px;
}

.carts h5 {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.carts h5 a {
    color: #333;
    font-size: 20px;
}

.pricecart {
    font-size: 20px;
    color: #F78D5B;
    margin-right: 20px;
    text-transform: uppercase;
}

.pricecart del {
    margin-left: 10px;
    color: #888;
    font-size: 14px;
}

.rate.subtotal {
    color: #5E1121;
    font-size: 18px;
}

.shopping-payment-details,
.coupon-discount,
.calculate-shopping {
    margin-top: 0;
    box-shadow: 0 1px 27px -5px rgba(0, 0, 0, .075);
    border-radius: 4px;
    padding: 30px;
    background: #FFE2D2;
}

.shopping-payment-details h3,
.coupon-discount h3,
.calculate-shopping h2 {
    color: #B63B00;
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-transform: capitalize;
    margin-top: 0;
}

.shopping-payment-details ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.shopping-payment-details ul.order-list li {
    border-bottom: 1px solid #888;
    color: #333;
    padding: 10px 0;
    font-weight: 500;
    text-transform: capitalize;
}

.order-total,
.order-sum,
.shopping-payment-details ul.order-list li span {
    float: right;
}

.wish-carts {
    padding-top: 20px;
}

.continue-shopping-btn-cart {
    background: #F78D5B;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    outline: none;
    border-radius: 0;
    padding: 10px 12px;
    border: 1px solid #F78D5B;
}

.cartunit {
    color: #333;
}

.continue-shopping-btn-cart:hover {
    opacity: .8;
    color: #fff;
}

.cartsection {
    padding: 70px 0px;
}

.carts .select {
    margin: 10px 0 0;
}

.cartWeight {
    font-weight: 600;
    margin: 5px 0;
}

.cartWeight span {
    font-weight: normal;
    font-size: 14px;
}

.cartTot {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0;
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

.cartspin {
    margin-top: 15px;
    margin-bottom: 15px;
}

.quantity-select {
    display: flex;
}

.minus,
.plus {
    height: 25px !important;
    width: 25px !important;
}

.value-minus,
.value-plus {
    cursor: pointer;
    position: relative;
    font-size: 18px;
    color: #fff;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    border: 1px solid #b2b2b2;
    vertical-align: bottom;
}

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

.quantity-select .entry.value-minus:before,
.quantity-select .entry.value-plus:before {
    content: "";
    width: 13px;
    height: 2px;
    background: #333;
    left: 50%;
    margin-left: -7px;
    top: 50%;
    margin-top: -0.5px;
    position: absolute;
}

.valuebox {
    height: 25px;
    width: 25px;
    border: 1px solid #b2b2b2;
    margin: 0 0.5vw;
    text-align: center;
}

.minus,
.plus {
    height: 25px !important;
    width: 25px !important;
}

.quantity-select .entry.value-minus:before,
.quantity-select .entry.value-plus:before {
    content: "";
    width: 13px;
    height: 2px;
    background: #000;
    left: 50%;
    margin-left: -7px;
    top: 50%;
    margin-top: -0.5px;
    position: absolute;
}

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

.checkout-address-heading {
    font-size: 22px;
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    padding: 10px 0px 10px;
    color: #B63B00;
    margin-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #ffbd9d;
}

.checkout-addressnew {
    /* padding: 20px 15px; */

    border-radius: 4px;
}

#coluor {
    background: #fef3ee;
    border-radius: 4px;
}

#coluori {
    background: #fff;
}

#id {
    width: 100%;
    margin: 0 auto;
    border: 0px solid #f36523;
    background: #fef3ee;
    border-radius: 4px;
}

.idi {
    margin: 0 auto;
    border: 2px solid #f36523;
    background: #fff;
    border-radius: 4px;
}

.checkout-address {
    padding: 20px 15px;
    background: #FFE2D2;
    border-radius: 4px;
    box-shadow: 0 1px 27px -5px rgba(0, 0, 0, .075);
}

.checkout-address p.prod-total,
.checkout-address p.order-sum-sb {
    text-transform: capitalize;
    color: #333;
    font-size: 18px;
}

.checkout-address ul {
    padding: 0px;
}

.checkout-address .order-list li {
    list-style: outside none none;
}

.checkout-address input {
    height: 40px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
}

.checkout-address input:focus,
.checkout-address texarea:focus,
.checkout-address select:focus {
    box-shadow: none;
}

.checkout-address textarea {
    border-radius: 0;
    box-shadow: none;
    outline: none;
}

.checkout-address select {
    height: 40px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
}

.checkout-address input::placeholder,
.checkout-address textarea::placeholder {
    color: #333;
}

.order-list li {
    border-bottom: 1px solid #888;
    color: #333;
    padding: 10px 0;
    font-size: 18px;
    text-transform: capitalize;
}

.order-total,
.order-sum,
ul.order-list li span {
    float: right;
}

.pOrder {
    background: #F78D5B;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 1px solid #F78D5B;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

.pOrder:hover {
    opacity: .8;
}

.manCheck {
    padding: 4vw 0;
}

.loginsection {
    padding: 6em;
    padding-left: 18em;
    padding-right: 18em;
    /* margin: 15% 0% 5%; */
}

.loginsection .logHead h1 {
    margin: 0px 0px 30px 0px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #C41F00;
}

.loginsectionmanage {
    border: solid #C41F0087 1pt;
    background: #FFF;
    padding: 40px;
    box-shadow: 0 1px 27px -5px rgba(0, 0, 0, .075);
    display: inline-block;
    width: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.loginbtn {
    margin-top: 1.5em;
    margin-bottom: 1.3em;
    border-radius: 0px;
    letter-spacing: 0.9px;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    font-family: 'Lato', sans-serif;
    background: transparent linear-gradient(96deg, #C41F00 0%, #DF8A28 69%, #E08F2A 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #c41f0080;
    border-radius: 21px;
    border: 1px solid #FF6F36;
}

.loginbtnNEW {
    border-style: solid;
    background-color: #F36523;
    border-color: #F36523;
    padding: 15px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    font-family: 'Nanum Gothic', sans-serif;
    border-radius: 2px;
}

.forgotpaswd {
    float: right;
    text-transform: capitalize;
}

.loginsectionmanage label {
    text-transform: capitalize;
    font: normal normal 400 1rem/20px Open sans;
    color: #000;

}

.loginsectionmanage .error {
    color: red;
}

.cpass-eye {
    z-index: 9999;
    position: absolute;
    right: 8px;
    bottom: 10px;
    font-size: 26px;
    color: #AFAFAF;
}

.pass-eye {
    z-index: 9999;
    position: absolute;
    right: 8px;
    bottom: 10px;
    font-size: 26px;
    color: #AFAFAF;
}

.loginForm input,
.loginForm select {
    height: 40px;
    border-radius: 0;
    border: 1px solid #9e9c9c;
    box-shadow: none;
}

.loginFormi input {
    vertical-align: middle;
    margin: 5px 10px 5px 0;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #F36523;
    width: 20%;
}

.loginFormii input {
    /* vertical-align: middle;
    margin: 5px 10px 5px 0;
    padding: 7px; */
    background-color: #fff;
    border: 1px solid #F36523;
    border-radius: 0;
    /* padding: 1.2em; */
}

.loginFormii select {
    vertical-align: middle;
    margin: 5px 10px 5px 0;
    padding: 7px;
    background-color: #fff;
    border: 1px solid #F36523;

}

.donhaveac a,
.forgotpaswd a {
    color: #F78D5B;
    font-size: 16px;
    padding: 10px 0 0;
    display: inline-block;
    width: 100%;
}

.manProf {
    margin: 15% 0% 5%;
}

.leftBox {
    background: #FFE2D2;
    clear: both;
    display: inline-block;
    width: 100%;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .075);
    padding: 0px 0 0;
}

.leftBox a {
    color: #333;
    display: block;
    border-bottom: 1px solid #aaa;
    padding: 15px;
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.leftBox a.borNone {
    border: none;
}

.leftBox a:hover {
    color: #fff;
    background: #F78D5B;
}

.leftBox a.active {
    color: #fff;
    background: #F78D5B;
}

.rightBox {
    background: #FFE2D2;
    clear: both;
    display: inline-block;
    width: 100%;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .075);
    padding: 30px 10px;
}

.rightBox input {
    height: 40px;
    border-radius: 0;
    border: 1px solid #ddd;
    box-shadow: none;
}

.rightBox input:focus {
    box-shadow: none;
    border: 1px solid #ddd;
}

.rightBox input::placeholder {
    color: #333;
}

.rightBox .incheckbox label {
    text-transform: capitalize;
    margin-right: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.rightBox h3 {
    margin-top: 0;
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 15px;
    color: #B63B00;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.rightBox .incheckbox input {
    height: auto;
}

.rightBox1 {
    clear: both;
    display: inline-block;
    width: 100%;
    padding: 20px 8px;
    padding-top: -5px;
}

.rightBox1 input {
    height: 40px;
    border-radius: 0;
    border: 1px solid #ddd;
    box-shadow: none;
    width: 50%;
}

.rightBox1 input:focus {
    box-shadow: none;
    border: 1px solid #ddd;
}

.rightBox1 input::placeholder {
    color: #333;
}

.rightBox1 .incheckbox label {
    text-transform: capitalize;
    margin-right: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}

.rightBox1 h3 {
    margin-top: 0;
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 15px;
    color: #B63B00;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.rightBox1 .incheckbox input {
    height: auto;
}

.upProf {
    margin-top: 1vw;
}

.upProf a:hover {
    opacity: .8;
}

.upProf a {
    background: #F78D5B;
    color: #fff;
    padding: 15px 30px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    border: 1px solid #F78D5B;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.rightBox label {
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #333;
}

.orderTab {
    display: inline-block;
    width: 100%;
    clear: both;
}

.orderTab tr th {
    text-align: center;
    text-transform: capitalize;
    padding: 15px !important;
    vertical-align: middle !important;
    background: #F78D5B;
    color: #fff;
    border: 1px solid #333 !important;
}

.orderTab tr td {
    text-align: center;
    text-transform: capitalize;
    padding: 15px !important;
    vertical-align: middle !important;
    border: 1px solid #333 !important;
}

.manContact {
    padding: 4vw 0;
}

.inContact {}

.inContact h2 {
    color: #B63B00;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4em;
    margin-bottom: 30px;
    padding-bottom: 10px;
    text-transform: capitalize;
    border-bottom: 1px solid #ffbd9d;
}

#contForm h2 {
    color: #B63B00;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4em;
    margin-bottom: 30px;
    padding-bottom: 10px;
    text-transform: capitalize;
    border-bottom: 1px solid #ffbd9d;
}

#contForm {}

#contForm input {
    height: 40px;
    border-radius: 0;
    border: 1px solid #ddd;
    box-shadow: none;
}

#contForm input[type="text"],
#contForm input[type="date"],
#contForm input[type="password"] {
    padding-left: 30px;
}

#contForm i {
    position: absolute;
    left: 15px;
    top: 28px;
    font-size: 16px;
    padding: 9px 8px;
    color: #999;
    transition: 0.3s;
}

#contForm textarea {
    border-radius: 0;
    border: 1px solid #ddd;
    box-shadow: none;
}

.contusBtn:hover {
    opacity: .8;
}

.contusBtn {
    color: #fff;
    margin: 10px 0;
    background-color: #F78D5B;
    padding: 10px 30px;
    font-weight: 600;
    border-radius: 0;
    border: 1px solid #F78D5B;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.contfAdd {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.contfAdd i {
    font-size: 20px;
    left: 0px;
    position: absolute;
    top: 1px;
    display: inline-block;
    color: #333;
}

.contfAdd p {
    font-size: 16px;
    color: #333;
}

.conSocial ul {
    list-style: none;
    padding: 0;
}

.inContSocial li {
    float: left;
    padding: 8px;
    border: 1px solid #F36523;
    margin: 5px;
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 50%;
    background: #F36523;
}

.inContSocial li a {
    color: #fff;
    padding: 3px 0px;
    clear: both;
    font-size: 18px;
    display: inherit;
}

#contForm label {
    text-transform: capitalize;
    color: #333;
    font-size: 16px;
    font-family: Lato-Bold_0;
}

.flexslider {
    width: 100%;
    box-shadow: none;
    margin: 0 !important;
    border: none !important;
}

.flexslider li {
    position: relative;
}

.mobOverlay {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #fff;
    display: block;
    left: 0;
    padding: 1em;
    position: absolute;
    width: 100%;
    zoom: 1;
    text-align: center;
    top: 0;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, .7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, .9);
    cursor: default
}

.inAllBooks .book-img {
    /*     height: 500px;*/
    width: 100%;
    overflow: hidden;
}

.inAllBooks .book-img img {
    width: 100%;
    height: 100%;
}

/*.cards {
display:grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 10px;
}*/
.card {}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    /* background-color: #fafafa; */
}

img {
    max-width: 100%;
}

.cards {
    margin: 0 auto;
    max-width: 960px;
}

.card {}

.card header {
    padding: 10px;
    background-color: #0084AD;
}

.card header h2 {
    font-size: 1.4rem;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.card .body {
    padding: 10px;
    font-size: .9rem;
    color: #757575;
}

#iconalign {
    margin-right: 5%;
    margin-top: -7%;
}

#h {
    overflow: hidden;
    text-align: left;
}

#h:after {
    background-color: #ffbd9d;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 100%;
    border: 2px solid #ffbd9d;
}

#h:after {
    left: 0.5em;
    margin-right: -50%;
}

#hpler {
    overflow: hidden;
    text-align: left;
    margin-left: 5%;
    margin-top: -5%;
    margin-bottom: -7%;
    font-family: 'Nanum Gothic', sans-serif;
}

#hpler:after {
    background-color: #ffbd9d;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 100%;
    border: 1px solid #fff;
}

#hpler:after {
    left: 0.5em;
    margin-right: -50%;
}

@media screen and (max-width: 400px) {
    #hpler {
        float: none;
        margin-right: 0;
        width: auto;
        border: 0;
        border-bottom: 2px solid #000;
    }
}

.newcontact {
    /* margin-top: 175px; */
    padding: 0;
}

.newcont {
    /* margin-top: 159px; */
    padding: 0;
}

.text {
    margin-top: 40px;
    padding: 0;
}

.nabout {
    margin-bottom: 40px;
    padding: 0;
    text-align: center !important;
}

.newapp {
    margin-top: 160px;
    padding: 0;
}

.nabout1 {
    margin-bottom: 15px;
    padding: 0;
}

.avatar {
    position: relative;
    width: 140px;
    border-radius: 50%;
    border-color: #363635;
    border-width: 0px;
    border-style: solid;
}

.h3title {
    margin-bottom: 35px;
    color: #F36523;
}

.htitle {
    margin-bottom: 50px;
    /* color:#fff;*/
}

.htil {
    margin-bottom: 100px;
}

.coheader {
    background: #ffcccc;
    border-radius: 10px;
    padding: 15px 10px;
}

.addTitle {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.addTitlee {
    font-size: 16px;
    font-weight: 700;
    margin: 2;
    padding: 0;
}

.addTitleee {
    font-size: 13px;
    font-weight: 700;
    margin: 2;
    padding: 0;
}

.boxContactWrap {
    background-color: #ffd9c7;
    border-radius: 10px;
}

.pointHolder {
    padding: 50px 30px;
    ;
}

.pointHolder h5 {
    margin: 0 0 30px 0;
}

.linehlder {
    padding: 15px 0 40px 0;
}

.linehldery {
    padding: 50px 0 20px 0;
    margin-top: -30px;
}

.imgclass {
    Padding: 20px, 20px;
    /* //padding positionsborder-radius: 25px; */
}

.napp {
    margin-bottom: 15px;
    padding: 0;
}


a:hover,
a:focus,
a:active {
    text-decoration: none !important;
    outline: none;

}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bg-gray {
    background-color: #f9f9f9;
}

.site-heading h2 {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.site-heading h2 span {
    color: #F36523;
}

.site-heading h4 {
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}

.site-heading h4::before {
    background: #F36523 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}

.site-heading h2 span {
    color: #F36523;
}

.site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px;
}

.pricing-area .site-heading {
    margin-bottom: 100px;
}

.pricing-item {
    background: #ffffff none repeat scroll 0 0;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    margin-bottom: 80px;
    position: relative;
    z-index: 9;
    border: 5px dotted;
}

.pricing-item .icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 50px;
    height: 100px;
    left: 50%;
    line-height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100px;
}

.pricing-item .icon::after {
    background: #ffffff none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.pricing-item.active .icon::after {
    background: #F36523 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    border: 5px dotted;
}

.pricing-item.active .icon i {
    color: #ffffff !important;
}

.pricing-item .icon i {
    color: #F36523;
    cursor: inherit !important;
}

.pricing-header h4 {
    font-weight: 600;
    text-transform: uppercase;
    color: #F36523;
}

.pricing-header h2 {
    color: #F36523;
    font-size: 50px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 0;
}

.pricing-header h2 sup {
    font-size: 44px;
    font-weight: 700;
    top: -25px;
}

.pricing-header h2 sub {
    font-size: 38px;
    font-weight: 400;
    margin-left: -5px;
}

.pricing-item .pricing-header span {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}

.pricing-header {
    border-bottom: 1px solid #F36523;
    margin-bottom: 20px !important;
    padding: 50px 30px 30px !important;
}

.pricing-item .footer {
    padding: 20px 30px 30px;
}

.pricing-item li {
    line-height: 40px;
    margin: 0 30px;
    text-transform: capitalize;
}

.pricing-area .pricing-item.active .pricing-header {
    background: #F36523 none repeat scroll 0 0;
    border-color: transparent;
    margin: 0;
}

.pricing-area.color-yellow .pricing-item.active .pricing-header {
    background: #ff9800 none repeat scroll 0 0;
}

.pricing-area .pricing-item.active .pricing-header h2,
.pricing-area .pricing-item.active .pricing-header h4,
.pricing-area .pricing-item.active .pricing-header span {
    color: #ffffff;
}

.pricing-area .pricing-item.active .pricing-header span.badge {
    background: #ffffff none repeat scroll 0 0;
    color: #F36523;
}

.pricing-item li i {
    color: #999;
    margin-left: 2px;
    margin-right: 5px;
}

.pricing-item li i:hover {
    cursor: help;
}

.pricing-item li i.fa-times {
    color: #F36523;
}

.btn-sm {
    padding: 8px 35px;
    font-size: 12px;
}

.btn-dark {
    background-color: #323a45;
    color: #ffffff;
    border: 2px solid #323a45;
}

.btn-dark.border {
    background-color: transparent;
    color: #F36523;
    border: 2px solid #323a45;
}

.btn-dark.border:hover {
    background-color: #F36523;
    color: #ffffff !important;
    border: 2px solid #323a45;
}

.btn-theme {
    background-color: #F36523;
    color: #ffffff !important;
    border: 2px solid #F36523;
}

h1 {
    font-size: 16px;
    font-weight: 700;
    /* font-size: 1.5em;
*/

    margin: 20px;
    padding: 40px;
    width: auto;
    border: 0px dotted;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

elite-pricing-container {
    margin-top: 50px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    /*box-sizing:border-box;
*/
}

#elite-pricing-sales-text {
    padding-right: 80px;
    text-align: right;
    font-size: 24px;
    font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
    color: #555555;
    line-height: 1.5;
    font-weight: 700;
    max-width: 450px;
    padding-top: 90px;
}

#elite-pricing-card.price-card {
    max-width: 330px;
    color: white;
    border: 0px dotted;
    position: relative;
    margin: 0 6px;
    padding: 30px 40px 10px 40px;
    background: url('https://images.unsplash.com/photo-1464639351491-a172c2aa2911?ixlib=rb-0.3.5&s=427721bc23b5d868669d8f0ba09c8710&auto=format&fit=crop&w=1200&q=80') left top no-repeat black;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

#elite-pricing-card.price-card .price-card--header {
    padding: 0;
    background-color: transparent;
}

#elite-pricing-card.price-card .price-card--header h4 {
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 16px;
    margin-bottom: 16px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(top left, #efd100 0, #e2a233 38%, #f0c328 60%, #fff1a3 86%, #ffe13e 100%);
    background-size: 1em 1em;
    color: #fff1a3;
}

#elite-pricing-card.price-card #elite-pricing-card--desc {
    padding-bottom: 25px;
}

#elite-pricing-card.price-card .price-card--features {}

#elite-pricing-card.price-card ul.price-card--features--list {
    padding: 0 11px;
}

#elite-pricing-card.price-card .price-card--features--item {
    padding-bottom: 16px;
}

#elite-pricing-card.price-card .price-card--features--item:before {
    color: #f0c328 !important;
    left: -12px !important;
}

#elite-pricing-card.price-card .price-card--cta--button.btn {
    background-color: #f0c328;
    color: black;
    margin: 0 auto;
}

#elite-pricing-card.price-card .price-card--cta--button.btn:hover {
    background-color: white;
}

#elite-pricing-card--desc {
    font-size: 16px;
    line-height: 1.5;
    max-width: 400px;
}

@media (max-width: 980px) {
    #pricing-cards {
        /* display:none !important;
*/
    }
}

/* - - - - - - - - - Tooltips - - - .has-tooltip:not(.tooltip-disabled) {
cursor: help;
position:relative;
}
.has-tooltip:not(.tooltip-disabled):hover .tooltip-container {
display: block;
}
.has-tooltip .tooltip-container {
display: none;
position: absolute;
background-color: white;
z-index: 20;
bottom: calc(100% + 13px);
left: -10px;
right: -10px;
padding: 16px 20px;
border-radius: 8px;
box-shadow: 0 6px 55px -10px #777;
}
.has-tooltip .tooltip-container:after {
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid white;
font-size: 0;
line-height: 0;
content: "";
position: absolute;
bottom: -10px;
}
.has-tooltip .tooltip-container h6 {
font-weight: 600;
font-size: 16px;
margin: 0px;
}
.has-tooltip .tooltip-container p {
color: #555;
margin-top:4px;
}
/* - - - - - - - End Tooltips - - - */
#pricing-container * {
    box-sizing: border-box;
}

#pricing-container {
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
    -webkit-font-smoothing: antialiased;
    max-width: 1080px;
    margin: 0 auto 50px;
    justify-content: center;
    line-height: 1;
    color: #000;
}

/* Cards */
#pricing-cards {
    display: flex;
    font-size: 14px;
}

#pricing-container .price-card {
    background-color: white;
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
    display: block;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.25s;
    position: relative;
    margin: 0 6px;
    flex-grow: 1;
    flex-shrink: 1;
}

#pricing-container .price-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

/* - - - - - - - - - Header Section - - - */
#pricing-container .price-card--header {
    background-color: #ed8a5c;
    margin: 0;
    padding: 20px 0;
    text-align: center;
}

#pricing-container .price-card--header h4 {
    margin: 0;
    padding: 0;
    font-size: 28px;
    color: #F36523;
    font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
}

/* - - - - - - - - - Price Section - - - */
#pricing-container .price-card--price {
    text-align: center;
    padding: 28px 0 6px 0;
}

#pricing-container .price-card--price-text {
    font-size: 90px;
}

#pricing-container .price-card--price-number {
    opacity: 0.89;
}

.odometer div {
    display: inline-block;
}

#pricing-container .price-card--price-number:before {
    content: "$";
    font-size: 24px;
    top: -16px;
    position: relative;
}

#pricing-container .price-card--price-number:after {
    content: "/month";
    font-size: 12px;
    display: inline-block;
    color: grey;
}

#pricing-container .price-card--price-conditions {
    padding: 14px 0;
    color: #888;
    /*line-height: 1.5;
*/
}

#pricing-container .price-card--onboarding-fee {
    color: #F36523;
}

#pricing-container .price-card--onboarding-fee.has-fee {
    color: #888;
}

/* - - - - - - - - - CTA Button Section - - - */
#pricing-container .price-card--cta {
    padding: 0 20px 24px;
    text-align: center;
}

#pricing-container .price-card--cta--button.btn {
    min-width: 20px;
    display: block;
    max-width: 183px;
    margin: 0 auto;
}

/* - - - - - - - - - Features Section - - - */
#pricing-container .price-card--features {
    border-top: 0px solid #ddd;
    padding: 16px 0 20px;
}

#pricing-container ul.price-card--features--list {
    padding: 0 32px;
    list-style: none;
    margin: 0;
}

#pricing-container li.price-card--features--item {
    margin: 8px 0;
    padding-left: 8px;
    line-height: 1.5;
    position: relative;
}

#pricing-container li.price-card--features--item:not(.features-disabled):before {
    content: "✓";
    color: green;
    display: block;
    position: absolute;
    left: -8px;
}

#pricing-container li.price-card--features--item.features-highlight {
    /* font-weight: 600;
*/
}

#pricing-container li.price-card--features--item.features-disabled {
    opacity: 0.1;
    /* text-decoration: line-through;
*/
}

/* - - - - - - - - - Mobile Features Toggle - - - */
#pricing-container .price-card--mobile-features-toggle {}

#pricing-container .price-card--mobile-features-toggle:after {
    content: "Show All Features ▾";
}

#pricing-container .price-card--mobile-features-toggle.hideall:after {
    content: "Hide Features ▴";
}

/* - - - - - - - - - Hero Card Styles - - - */
#pricing-container .price-card--hero {
    margin-top: -40px;
    margin-bottom: -45px;
    z-index: 20;
    background-color: #F36523;
    color: white;
}

#pricing-container .price-card--hero-text {
    background-color: #F36523;
    height: 30px;
    color: white;
    line-height: 38px;
    text-align: center;
    font-size: 90px;
    font-family: 'Nanum Gothic', sans-serif;
}

/* - - - - - - - - - Only Yearly Basic Styles - - - */
#pricing-container .only-yearly {
    position: relative;
}

#pricing-container .only-yearly .price-card--price-number {
    transition: opacity 0.2s;
}

#pricing-container .only-yearly .only-yearly--text {
    position: absolute;
    top: -0.2em;
    left: 0;
    right: 0;
    display: none;
}

#pricing-container .only-yearly .only-yearly--text span {
    font-size: 14px;
}

#pricing-container .only-yearly.if-monthly .price-card--price-number {
    opacity: 0;
}

#pricing-container .only-yearly.if-monthly .only-yearly--text {
    display: block;
}

/* - - - - - - - - - Switch Section - - - */
#pricing-switch {
    margin: 80px auto 100px;
    text-align: center;
    line-height: 1.4;
    position: relative;
    max-width: 1080px;
}

#pricing-switch .switch-label {
    display: inline-block;
    width: 200px;
    text-align: center;
    opacity: 0.4;
    font-size: 16px;
    cursor: pointer;
    padding: 0 20px;
}

#pricing-switch .switch-label .save-money {
    padding-left: 0px;
}

#pricing-switch .save-money--mobile {
    padding-top: 22px;
    display: none;
}

#pricing-switch .switch-label.active {
    font-size: 18px;
    opacity: 1;
}

#pricing-switch .switch-label-monthly {
    /* text-align: ; */
}

#pricing-switch .switch-label-yearly {
    /* text-align: ; */
}

#pricing-switch .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    vertical-align: -50%;
    margin: 0;
}

#pricing-switch .switch input {
    display: none;
}

#pricing-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #A9A9A9;
    border-radius: 34px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

#pricing-switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #F36523;
    border-radius: 50%;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

/* #pricing-switch input:checked + .slider {
background-color: green;
}
*/
#pricing-switch input:focus+.slider {
    box-shadow: 0 0 1px #2196f3;
}

#pricing-switch input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

@media (max-width: 767px) {}

/* - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - Media Queries - - - */
/* - - - - - - - - - - - - - - - - - - - */
@media (max-width: 1280px) {

    /* Tweak the card price font size */
    #pricing-container .price-card--price-text {
        font-size: 32px;
    }

    #pricing-container .price-card--price-number:before {
        top: 10px;
        font-size: 18px;
    }
}

@media (min-width: 981px) {

    /* always show features when not in mobile view */
    #pricing-container .price-card--features {
        display: block !important;
    }
}

@media (max-width: 980px) {
    #pricing-cards {
        display: block;
        padding: 0 24px;
    }

    #pricing-container .price-card {
        max-width: 360px;
        margin: 0 auto 48px;
    }

    #pricing-container .price-card:hover {
        transform: none;
    }

    #pricing-container .price-card-full-width {
        display: block;
    }

    #pricing-container .price-card-full-width .price-card--features--list {
        columns: 1;
    }

    #pricing-container .price-card--price {
        padding: 28px 0 0;
    }

    #pricing-container .price-card--features {
        display: none;
        margin: 26px 0 0 0;
        padding-bottom: 0;
    }

    #pricing-container ul.price-card--features--list {
        max-width: 250px;
        margin: 0 auto;
    }

    #pricing-container li.price-card--features--item.features-disabled {
        display: none;
    }

    #pricing-container .price-card--mobile-features-toggle {
        display: block;
    }

    /* Pricing Switch */
    #pricing-switch {
        margin: 26px 0 52px;
    }

    #pricing-switch .switch-label {
        display: inline-block;
        width: auto;
        font-size: 15px;
    }

    #pricing-switch .switch-label.active {
        font-size: 16px;
    }

    #pricing-switch .switch-label .save-money {
        display: none;
    }

    #pricing-switch .save-money--mobile {
        display: block;
    }

    /* Elite Pricing */
    #elite-pricing-container {
        display: block;
        padding: 0 24px
    }

    #elite-pricing-sales-text {
        padding-right: 0;
        padding-bottom: 32px;
        padding-top: 0;
        width: auto;
        max-width: 360px;
        margin: 0 auto;
        text-align: left;
        font-size: 18px;
        line-height: 1.5;
    }

    #elite-pricing-card.price-card .price-card--mobile-features-toggle {
        border-top: none;
        color: #f0c328;
        display: none;
    }

    #elite-pricing-card.price-card .price-card--features {
        display: block;
    }
}

@media (max-width: 480px) {
    #pricing-container .price-card {
        max-width: 360px;
        margin: 0 auto 36px;
    }

    #pricing-switch {
        margin: 26px 0 36px;
    }

    #elite-pricing-card.price-card {
        padding: 30px 20px 10px 20px;
    }
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    font-family: "Helvetica Neue", sans-serif;
    line-height: 1.1em;
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
    text-align: center;
}

/* ************************** */
/* UPDATES TO CHANGE DURATION */
/* ************************** */
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -ms-transition: -ms-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    transition: transform 0.4s;
    will-change: auto;
}

h1 {
    font-size: 25px;
    font-weight: 700;
    /* font-size: 1.5em;
*/

    margin: 20px;
    padding: 20px;
    width: auto;
    border: 0px dotted;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.head {
    font-size: 40px;
    font-weight: 700;
    /* font-size: 1.5em;
*/

    margin: 20px;
    padding: 20px;
    width: auto;
    border: 0px dotted;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #F36523;
}

.hd {
    font-size: 46px;
    font-weight: 700;
    /* font-size: 1.5em;
*/

    margin: 10px;
    padding: 3px;
    width: auto;
    border: 0px dotted;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #F36523;
}

.hdi {
    font-size: 20px;
    font-weight: 700;
    /* font-size: 1.5em;
*/

    margin: 10px;
    padding: 3px;
    width: auto;
    border: 0px dotted;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #F36523;
}

.hdd {
    font-size: 46px;
    font-weight: 700;
    /* font-size: 1.5em;
*/

    margin: 10px;
    padding: 3px;
    width: auto;
    border: 0px dotted;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
}

.hdii {
    font-size: 20px;
    font-weight: 700;
    /* font-size: 1.5em;
*/

    margin: 10px;
    padding: 3px;
    width: auto;
    border: 0px dotted;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
}

h3 {
    font-size: 16px;
    font-weight: 700;
    /* font-size: 1.5em;
*/

    margin: 10px;
    padding: 5px;
    width: auto;
    border: 0px dotted;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#radius {
    border-radius: 25px;
    border: 2px;
    border-style: solid;
    border-color: #F36523;
    width: 900px;
}

#radius1 {
    border-radius: 25px;
    border: 2px;
    border-style: solid;
    border-color: #F36523;
    width: 900px;
}

#border {
    border-style: solid;
    background-color: #F36523;
    border-color: #F36523;
    padding: 16px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    font-family: 'Nanum Gothic', sans-serif;
}

#borderi {
    border-style: solid;
    background-color: #fff;
    border-color: #fff;
    padding: 16px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #F36523;
}

#color {
    border-style: solid;
    background-color: #fff;
    border-color: #fff;
    padding: 16px;
    font-size: 90px;
    font-family: 'Nanum Gothic', sans-serif;
    text-align: center;
    color: #F36523;
    font-weight: normal;
}

.color {
    border-style: solid;
    background-color: #F36523;
    border-color: #F36523;
    padding: 16px;
    font-size: 90px;
    font-family: 'Nanum Gothic', sans-serif;
    text-align: center;
    color: #fff;
    font-weight: normal;
}

#fon {
    font-size: 40px;
}

#vl {
    border-right: 3px solid #F36523;
    height: 40px;
    margin-right: 0;
}

#colorback {
    background-color: #F36523;
    border-radius: 25px;
}

.clearfix {
    overflow: auto;
}

.wrapper {
    overflow: hidden;
}

.wrapper div {
    min-height: 100px;
    padding: 10px;
}

#one {
    background-color: #F36523;
    float: left;
    width: 920px;
    margin-top: 30px;
}

#two {
    background-color: #F36523;
    overflow: hidden;
    min-height: 140px;
    margin-top: -8px;
}

@media screen and (max-width: 400px) {
    #one {
        float: center;
        margin-right: 0;
        width: 100%;
    }
}


a:hover,
a:focus,
a:active {
    text-decoration: none !important;
    outline: none;

}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.headingi {
    font-size: 30px;
    color: #F36523;
}

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

@media only screen and (max-width: 425px) {
    .headingi {
        font-size: 14px;
    }
}

.heading {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #F36523;
    font-size: 25px;
    margin-left: -990px;
}

.heading2 {
    margin-top: 0px;
    margin-left: -650px;
    margin-bottom: 20px;
    color: gray;
    font-size: 25px;
}

.update {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #F36523;
    font-size: 25px;
    margin-left: -940px;
}

.update2 {
    margin-top: 0px;
    margin-left: -610px;
    margin-bottom: 20px;
    color: gray;
    font-size: 25px;
}

.email {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #F36523;
    font-size: 25px;
    margin-left: -940px;
}

.email2 {
    margin-top: 0px;
    margin-left: -610px;
    margin-bottom: 20px;
    color: gray;
    font-size: 25px;
}

.otp {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #F36523;
    font-size: 25px;
    margin-left: -940px;
}

.otp2 {
    margin-top: 0px;
    margin-left: -610px;
    margin-bottom: 20px;
    color: gray;
    font-size: 25px;
}

.address {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #F36523;
    font-size: 25px;
    margin-left: -988px;
}

.address2 {
    margin-top: 0px;
    margin-left: -852px;
    margin-bottom: 20px;
    color: gray;
    font-size: 25px;
}

.address3 {
    border: none;
    float: right;
    top: 0px;
    right: 30px;
    height: fit-content;
    color: white;
    background: transparent linear-gradient(96deg, #C41F00 0%, #DF8A28 69%, #E08F2A 100%) 0% 0% no-repeat padding-box;
    border-radius: 3px;
    font-size: 15px;
    padding: 0.5em;
}

.button {
    margin-top: 0px;
    margin-left: 992px;
    margin-bottom: 20px;
    color: white;
    font-size: 17px;
    border: 5px solid #f36523;
    background-color: #f36523;
    border-radius: 4px;
}

.buttony {
    margin-top: 0px;
    margin-right: 72px;
    margin-bottom: -120px;
    color: white;
    font-size: 17px;
    border: 5px solid #f36523;
    background-color: #f36523;
    border-radius: 4px;
}

.newaddress {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #F36523;
    font-size: 25px;
    /* margin-left: -955px; */
}

.newaddress2 {
    margin-top: 0px;
    margin-left: -652px;
    margin-bottom: 20px;
    color: gray;
    font-size: 25px;
}

.order {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #F36523;
    font-size: 25px;
    margin-left: -988px;
}

.order2 {
    margin-top: 0px;
    margin-left: -860px;
    margin-bottom: 20px;
    color: gray;
    font-size: 25px;
}

.return {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #F36523;
    font-size: 25px;
    margin-left: -925px;
}

.return2 {
    margin-top: 0px;
    margin-left: -860px;
    margin-bottom: 20px;
    color: gray;
    font-size: 25px;
}

.amazing_feature {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 75px;
}

.amazing_featurenew {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 75px;
    padding-right: 0px;
}

.head3 {
    text-transform: capitalize;
    color: black;
    border-radius: 10px;
    background-color: #fcd9c9;
    width: auto;
    border: 0px dotted;
    text-align: left;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    padding: 15px;
    font-weight: bold;
}

.headnew {
    text-transform: capitalize;
    color: #f36523;
    border-radius: 10px;
    width: auto;
    border: 0px dotted;
    text-align: left;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 15px;
    padding-bottom: 1px;
}

.heado {
    text-transform: capitalize;
    color: #2A2A2A;
    /* color:#F36523; */
    border-radius: 10px;
    width: auto;
    border: 0px dotted;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    /* margin-bottom: 15px; */
    /* padding: 15px; */
    padding-bottom: 0;
    font-weight: 500;
    /* margin-left: -13px; */
}

.headoo {
    text-transform: capitalize;
    color: gray;
    border-radius: 10px;
    width: auto;
    border: 0px dotted;
    text-align: left;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    padding: 15px;
    font-weight: bold;
    margin-left: -13px;
}

.phead {
    border: 0px dotted;
    /* font-size: 17px; */
    /* color: #888888; */
    text-align: left;
    margin-left: 18px;
    line-height: 1.70;
    color: #2A2A2A;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400 !important;
}

.pheading {
    border: 0px dotted;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    color: #888888;
    text-align: left;
    margin-left: 18px;
}

.pheadingi {
    border: 0px dotted;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
    color: #888888;
    text-align: left;
    padding-top: 40px;
    padding-left: 18px;
}

.pheadingiy {
    border: 0px dotted;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
    color: #888888;
    text-align: left;
    padding-top: 40px;
    padding-left: 3px;
    line-height: 1.70;
}

.pheadingiyy {
    border: 0px dotted;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
    color: #888888;
    text-align: left;
    padding-top: 10px;
    padding-left: 30px;
    line-height: 1.70;
}

.pheadingiyyi {
    border: 0px dotted;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
    color: #888888;
    text-align: left;
    padding-top: 10px;
    padding-left: 5px;
    line-height: 1.70;
}

.pheadinginew {
    border: 0px dotted;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
    color: #888888;
    text-align: left;
    padding-top: 40px;
    padding-left: 18px;
    padding-bottom: 280px;
}

.pheadingr {
    border: 0px dotted;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    color: #888888;
    text-align: left;
    margin-left: 18px;
}

#cube:hover {
    color: #F36523;
}

#cubee:hover {
    background-color: #F36523;
    color: #fff;
}

.account {
    border-radius: 10px;
    /* background-color:#fef3ee; */
    background-color: #F2E6C8;
    /* padding-bottom:50px; */
    /* padding: 2em; */
}

.view_account {
    border-radius: 10px;
    /* background-color:#fef3ee; */
    background-color: #F2E6C8;
    padding-bottom: 50px;
    /* padding: 3em; */
    padding: 0.5em;
}

.view_account_one {
    border-radius: 10px;
    /* background-color:#fef3ee; */
    background-color: #F2E6C8;
    padding-bottom: 50px;
    padding: 1em;
    margin-top: 3em;
    margin-bottom: 5em;

}

.view_account input,
.view_account_one input {
    width: 100%;
}




.account1 {
    border-radius: 10px;
    background-color: #fef3ee;
    padding-bottom: 180px;
}

.account2 {
    border-radius: 10px;
    background-color: #fef3ee;
    padding-bottom: 140px;
}

.account3 {
    border-radius: 10px;
    background-color: #fef3ee;
    padding-bottom: 180px;
}

.account4 {
    border-radius: 10px;
    background-color: #fef3ee;
    padding-bottom: 88px;
}

.account5 {
    border-radius: 10px;
    background-color: #fef3ee;
    padding-bottom: 132px;
}

.accountNEW {
    border-radius: 10px;
    background-color: #fef3ee;
}

.loginFormNEW {
    background-color: #fef3ee;
    border-radius: 10px;
}

.container-fluid-new {
    background-color: #FFF7E2;
}

/* .container-fluid {
    padding-right: 5em !important;
    padding-left: 5em !important;
    background-color: #FFF7E2;
    padding-top: 5em;
    padding-bottom: 5em;

    overflow: hidden;
} 
    /* 1 */
/*    max-width: 560px;*/
/* 2 */
/* padding-right: -5px;
/* 3
padding-left: -5px; */
/* 3 */


.align {
    margin-right: auto;
    /* 1 */
    margin-left: 245px;
    margin-top: -30px;
    color: blue;
    font-size: 12px;
}

.alignaddress {
    margin-top: 30px;
    margin-right: auto;
    /* 1 */
    margin-left: 300px;
    margin-bottom: -16px;
    color: blue;
    font-size: 15px;
}

.alignaddress1 {
    margin-top: 30px;
    margin-right: auto;
    /* 1 */
    margin-left: 420px;
    margin-bottom: -16px;
    color: blue;
    font-size: 15px;
}

.plus {
    font-size: 16px;
    color: #fff;
    float: left;
}

.vli {
    border-left: 2px solid #f36523;
    height: 0px;
}

#ohead {
    font-size: 20px;
    color: #f36523;
    margin-left: 0px;
    margin-top: 0px;
}

#oheady {
    font-size: 17px;
    color: #f36523;
    margin-left: 0px;
    margin-top: 0px;
}

#oheadi {
    font-size: 19px;
    color: #f36523;
    margin-left: -5px;
    padding-top: -140px;
    margin-top:
        -50px;
}

#oheadii {
    font-size: 15px;
    color: gray;
    margin-left: -5px;
}

#align {
    margin-top: 25px;
    margin-bottom: 10px;
}

#align1 {
    margin-top: 0px;
    margin-bottom: 10px;
}

#align2 {
    margin-top: 0px;
    margin-bottom: 10px;
}

#align3 {
    margin-top: 0px;
    margin-bottom: 25px;
}

#alignq {
    font-family: 'Noto Sans KR', sans-serif;
    color: #f36523;
    font-size: 18px;
}

#colo {
    color: gray;
    font-size: 15px;
}

.leadinfo {
    padding: 0 15px 15px;
    margin: 15px;
    margin-left: auto;
    margin-bottom: auto;
}

.leadinfo>div {
    display: inline-block;
    padding: 5px 5px;
    border: 0px solid #ddd;
    min-height: 35px;
}

.processbox {
    border: 1px solid #f36523;
    background: #fff;
    border-radius: 5px;
    margin: 25px;
    padding: 25px;
}

.sentoPro {
    margin-top: 10px;
    padding: 10px;
    width: 70%;
}

#sentoPro {
    margin-bottom: 100px;
}

#sentoProo {
    margin-bottom: 95px;
}

#place {
    padding: 25px;
}

#abisha {
    margin-left: -65px;
    margin-right: -65px;
    background-color: #fef3ee;
    border-radius: 5px;
    margin-left: 10px;


}

.collape {
    color: gray;
}

.collape1 {
    color: #F36523;
    font-size: 26px;
}

.accordions {}

.accordion-item {
    background-color: #fff;
    margin-bottom: 20px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.accordion-item .accordion-title {
    cursor: pointer;
    padding: 20px;
    transition: all 0.4s;
    border-radius: 5px 5px 0 0;
}

.accordion-item .accordion-title.active-title {
    background-color: #fff;
    color: black;
}

.accordion-item .accordion-title h2 {
    margin: 0;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
}

.accordion-item .accordion-title i.fa-chevron-down {
    transform: rotate(0);
    transition: 0.4s;
}

.accordion-item .accordion-title i.fa-chevron-down.chevron-top {
    transform: rotate(-180deg);
}

.accordion-item .accordion-content {
    display: none;
    line-height: 1.7;
    padding: 20px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}

.accordion-item .accordion-content.active {
    display: block;
}

.accordion-item .accordion-content p {
    margin: 0;
    font-size: 15px;
}

.colred {
    color: gray;
    font-size: 26px;
    text-align: left;
}

.colred1 {
    color: gray;
    font-size: 26px;
    text-align: left;
}

/*.sidenav{
left: 72% !important;
}*/
/*ebook audio page css*/
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 100%;
    margin: auto;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: #f36523;
    border: 1px solid #f36523;
    border-radius: 50px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 1px solid #fff;
}

.ebook-audio {
    margin: 110px 0 0 0;
    display: inline-block;
    width: 100%;
}

.ebook-audio img {
    width: 100%;
    border-radius: 0;
}

.audio-title h2 {
    font-size: 25px;
    color: #f26522;
}

.audio-title {
    text-align: center;
    margin: 45px 0 10px 0;
}

.bottom-section .pack-data {
    background-image: none;
    padding: 0 !important;
    color: #fff;
    border-radius: 20px 20px 15px 15px !important;
    font-size: 17px;
    background: transparent linear-gradient(81deg, #C41F00 0%, #E08F2A 100%) 0% 0% no-repeat padding-box !important;
}

.bottom-section .pack-data .lang-title {
    margin: 0;
    padding: 10px 0 !important;
}

.bottom-section .pack-data .pdata .include {
    font-size: 17px;
    margin: 0;
    color: #765c40;
    text-align: center;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bottom-section .pack-data .pdata {
    background-color: #fff7ef;
    border-radius: 20px 20px 15px 15px;
}

.bottom-section .pack-data .pdata-text {
    text-align: left;
    font-size: 17px;
    color: #907a61;
    margin-left: 20px;
    margin-bottom: 10px;
}

.bottom-section .pack-data .pdata-text p {
    display: inline-block;
    margin: 4px;
}

.bottom-section .pack-data .price {
    font-size: 17px;
    color: #907a61;
    text-align: left;
}

.bottom-section .pack-data hr {
    width: 60%;
    margin: 0 auto;
}

.bottom-section .pack-data {
    background: #f7f4e5;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.bottom-section .pack-data .addto {
    display: inline-block;
    font-size: 16px;

    color: #765c40;
    font-weight: 600;
}

.bottom-section .pack-data .cart img {
    display: inline-block;
    width: 40px;
    margin-bottom: 12px;
}

.bottom-section .pack-data .cart {
    text-align: center;
    margin: 0;
    padding: 9px 0 0 0;
}

.bottom-section .pack-data {
    padding-bottom: 6px;
    background: #f7f4e5;
    margin: 0;
    text-align: center;
    display: block;
    margin-bottom: 55px;
    border-radius: 0 0 15px 15px;
    box-shadow: 1px 1px 6px 3px #c41f0082;
}

.bottom-section .hr-line {
    border-bottom: 1px solid #ccc;
    width: 80%;
    margin: 0 auto;
}

.pack {
    margin: 0 auto;
}

.pack1 {
    margin: 0 auto;
    width: 60%;
}

.bottom-section {
    background-image: url(../img/pattern-1.jpg);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    margin-top: -44px;
    padding-top: 75px;
    padding-bottom: 70px;
}

.audio-title1 h2 {
    font-size: 25px;
    color: #f26522;
    line-height: 33px;
}

/*ebook audio page css end*/
/*ebook listing page*/
.ebooklist-title h2 {
    font-size: 27px;
    color: #f26522;
    line-height: 55px;
}

.ebooklist-title {
    display: inline-block;
    width: 60%;
    text-align: center;
    float: left;
    /* border-right: 1px solid #ccc; */
    padding-top: 15px
}

.ebooklist {
    margin-top: 8%;
}

.ebooklist .top {
    background-color: #f7d9c9;
    padding: 25px 0;
}

.ebooklist .audio-book p {
    color: #636262;
    font-size: 18px;
}

.ebooklist .plus {
    display: block;
    margin: 0 37px;
    vertical-align: middle;
    padding-top: 25px;
}

.ebooklist .plus span {
    display: inline-block;
    float: left;
    font-size: 30px;
    color: #636262;
}

.book {
    display: inline-block;
    text-align: center;
}

.ebooklist .audio-book {
    display: inline-block;
    float: left;
}

.divider {
    border-right: 1px solid #f26522;
    width: 5px;
    height: 88px;
    display: inline-block;
    float: left;
    margin-right: 44px;
    margin-top: 22px;
}

.middle .audio-title1 h2 {
    text-transform: uppercase;
}

/*book slider css*/
.carousel-wrap {
    margin: 40px auto;
    padding: 0 5%;
    width: 80%;
    position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 52px;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}

.ebooklist .middle {
    background-color: #f4edec;
}

.audio-title1 {
    text-align: center;
}

.book-slider .owl-prev i,
.book-slider .owl-next i {
    font-size: 65px;
    color: #cbcbcb;
}

.book-slider .owl-prev {
    left: -56px;
    top: 50%;
}

.book-slider .owl-next {
    right: -56px;
    top: 50%;
}

.book-btn {
    text-align: center;
    margin-bottom: 30px;
}

.book-btnr {
    text-align: right;
    margin-bottom: 30px;
}

.book-btn a {
    display: inline-block;
    background-image: linear-gradient(to bottom, #fa7140, #f86844, #fa7140, #ee4b4f, #ee4b4f);
    color: #fff !important;
    font-size: 20px;
    padding: 8px 41px;
    border-radius: 20px;
}

.book-btnr a {
    display: inline-block;
    background-image: linear-gradient(to bottom, #fa7140, #f86844, #fa7140, #ee4b4f, #ee4b4f);
    color: #fff !important;
    font-size: 20px;
    padding: 8px 41px;
    border-radius: 20px;
}

#product1 .modal-dialog {
    width: 920px !important;
}

#product1 .detailsWrapper .bookimageContent #product1 .detailsWrapper .bookpic {
    text-align: center;
}

#product1 .detailsWrapper .bookpic img {
    width: 238px;
    margin-top: 65px;
}

#product1 .detailsWrapper .bookpic {
    text-align: center;
}

#product1 .detailsWrapper .bigtxt span {
    display: block;
    font-size: 15px;
}

#product1 .detailsWrapper .bigtxt span#topFirstname {
    display: block;
    color: #f26522;
    margin-bottom: 10px;
    font-size: 17px;
}

#product1 .statusWrapper .readerbook {
    background-image: linear-gradient(to bottom, #fa7140, #f86844, #f55e47, #f2554b, #ee4b4f);
    padding: 7px 9px 9px 12px;
    color: #fff;
    border-radius: 15px 15px 0 0;
    font-size: 17px;
    height: 42px;
}

#product1 .statusWrapper .readerbook span {
    line-height: 29px;
    font-weight: 600;
    font-size: 18px
}

#product1 .statusWrapper .readerbook img {
    width: 26px;
    float: right;
}

#product1 .statusWrapper .readerwrapper {
    padding: 16px 13px;
    background: #f4edec;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    margin-bottom: 25px;
    border-radius: 0 0 15px 15px;
}

#product1 .statusWrapper #bookdesc {
    text-align: justify;
    font-size: 14px;
    color: #626365;
}

.readblock .star span {
    color: #fff;
    font-size: 15px;
}

.readblock .star {
    display: inline-block;
    float: left;
}

.hardbookContainer .rmore {
    display: inline-block;
    float: right;
    padding-top: 5px;
}

.rmore a {
    display: inline-block;
    color: #58595b;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
}

.readblock .arrow-down {
    width: 11px;
    height: 7px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #58595b;
    padding: 1px 0 0 13px;
    display: inline-block;
    float: right;
}

.readblock {
    width: 100%;
    display: inline-block;
}

#half-stars-example {
    display: inline-block;
    float: left;
}

/*star rating css*/

#half-stars-example .rating-group {
    display: inline-flex;
}

#half-stars-example .rating__icon {
    pointer-events: none;
}

/* hide radio inputs */
#half-stars-example .rating__input {
    position: absolute !important;
    left: -9999px !important;
}

/* set icon padding and size */
#half-stars-example .rating__label {
    cursor: pointer;
    /* if you change the left/right padding, update the margin-right property of .rating__label--half as well. */
    padding: 0 0.1em;
    font-size: 2rem;
}

/* add padding and positioning to half star labels */
#half-stars-example .rating__label--half {
    padding-right: 0;
    margin-right: -0.6em;
    z-index: 2;
}

/* set default star color */
#half-stars-example .rating__icon--star {
    color: #f86c42;
}

/* set color of none icon when unchecked */
#half-stars-example .rating__icon--none {
    color: #eee;
}

/* if none icon is checked, make it red */
#half-stars-example .rating__input--none:checked+.rating__label .rating__icon--none {
    color: red;
}

/* if any input is checked, make its following siblings grey */
#half-stars-example .rating__input:checked~.rating__label .rating__icon--star {
    color: #fff;
}

/* make all stars orange on rating group hover */
#half-stars-example .rating-group:hover .rating__label .rating__icon--star,
#half-stars-example .rating-group:hover .rating__label--half .rating__icon--star {
    color: #f86c42;
}

/* make hovered input's following siblings grey on hover */
#half-stars-example .rating__input:hover~.rating__label .rating__icon--star,
#half-stars-example .rating__input:hover~.rating__label--half .rating__icon--star {
    color: #fff;
}

/* make none icon grey on rating group hover */
#half-stars-example .rating-group:hover .rating__input--none:not(:hover)+.rating__label .rating__icon--none {
    color: #eee;
}

/* make none icon red on hover */
#half-stars-example .rating__input--none:hover+.rating__label .rating__icon--none {
    color: red;
}

/*star rating css*/

.audiobookContainer .ebook .readerbook {
    background-image: linear-gradient(to bottom, #e8e6a3, #c3e5a4, #9ae2af, #6ddcc0, #37d5d5) !important;
    padding: 7px 9px 9px 12px;
    color: #fff;
    border-radius: 15px 15px 0 0;
    font-size: 17px;
    height: 42px;
}

.audiobookContainer .readerbook span {
    color: #0c9aba;
}

.audiobookContainer .rmore {
    float: left;
}

.audiobookContainer #half-stars-example {
    float: right;
}

.audiobookContainer .rmore img {
    display: inline-block;
    width: 42px;
    margin-bottom: 5px;
}

.audiobookContainer .rmore p {
    display: inline-block;
    font-size: 16px;
    margin: 0;
    color: #58595b;
}

/*star rating 2nd example css*/
#half-stars-example1 {
    float: right;
    display: inline-block;
    padding-top: 9px;
}

#half-stars-example1 .rating-group {
    display: inline-flex;
}

#half-stars-example1 .rating__icon {
    pointer-events: none;
}

/* hide radio inputs */
#half-stars-example1 .rating__input {
    position: absolute !important;
    left: -9999px !important;
}

/* set icon padding and size */
#half-stars-example1 .rating__label {
    cursor: pointer;
    /* if you change the left/right padding, update the margin-right property of .rating__label--half as well. */
    padding: 0 0.1em;
    font-size: 2rem;
}

/* add padding and positioning to half star labels */
#half-stars-example1 .rating__label--half {
    padding-right: 0;
    margin-right: -0.6em;
    z-index: 2;
}

/* set default star color */
#half-stars-example1 .rating__icon--star {
    color: #f86c42;
}

/* set color of none icon when unchecked */
#half-stars-example1 .rating__icon--none {
    color: #eee;
}

/* if none icon is checked, make it red */
#half-stars-example1 .rating__input--none:checked+.rating__label .rating__icon--none {
    color: red;
}

/* if any input is checked, make its following siblings grey */
#half-stars-example1 .rating__input:checked~.rating__label .rating__icon--star {
    color: #fff;
}

/* make all stars orange on rating group hover */
#half-stars-example1 .rating-group:hover .rating__label .rating__icon--star,
#half-stars-example1 .rating-group:hover .rating__label--half .rating__icon--star {
    color: #f86c42;
}

/* make hovered input's following siblings grey on hover */
#half-stars-example1 .rating__input:hover~.rating__label .rating__icon--star,
#half-stars-example1 .rating__input:hover~.rating__label--half .rating__icon--star {
    color: #fff;
}

/* make none icon grey on rating group hover */
#half-stars-example1 .rating-group:hover .rating__input--none:not(:hover)+.rating__label .rating__icon--none {
    color: #eee;
}

/* make none icon red on hover */
#half-stars-example1 .rating__input--none:hover+.rating__label .rating__icon--none {
    color: red;
}

/*star rating css*/
.explorebtngr {
    margin: 10px;
    display: inline-block;
    background-image: linear-gradient(to bottom, #fa7140, #f86844, #fa7140, #ee4b4f, #ee4b4f);
    color: #fff !important;
    font-size: 20px;
    padding: 8px 41px;
    border-radius: 20px;
    outline: none;
    border: 0;
}

#product1 .modal-header {
    border: 0 !important;
}

/*ebook listing page*/
/*ebook registration page css*/
.eregister .banner-area {
    position: relative;
}

.eregister .banner-area img {
    width: 100%;
    display: inline-block;
}

.eregister .banner-area .banner-content {
    position: absolute;
    top: 10%;
    right: 13%;
}

.eregister .banner-area .vr-line {
    border-bottom: 1px solid #c6c7c7;
    display: block;
    margin: 0 0 10px 0;
}

.eregister .banner-area .price-text .text {
    font-size: 20px;
    color: #f36523;
}

.eregister .banner-area .price-text {
    text-align: center;
}

.eregister .banner-area .price-text .amt {
    font-size: 19px;
    color: #7b6b5d;
}

.eregister .banner-area .audio-book img {
    width: 100px;
}

.eregister .banner-area .ebook img {
    width: 67px;
}

.eregister .banner-area .last-text {
    position: absolute;
    bottom: 0;
    right: 15%;
    font-size: 15px;
    color: #7b6b5d;
    width: 100%;
    text-align: right;

}

.form-area {
    background-color: #feebda;
    display: inline-block;
}

.form-area {
    width: 100%;
    display: inline-block;
}

.form-area form {
    width: 800px;
    margin: 0 auto;
}

.form-area .formfields label {
    float: left;
    display: inline-block;
    width: 12%;
    font-size: 15px;
    color: #7b6b5d;
    line-height: 33px;
    margin: 0;
    font-weight: 500;
}

.form-area .formfields .field1 input {

    display: inline-block;
    width: 86%;
    height: calc(1.5em + .75rem + 2px);
    padding: 15px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    float: left;
    margin-left: 15px;
}

.form-area .formfields input {
    display: inline-block;
    height: calc(1.5em + .75rem + 2px);
    padding: 15px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    float: left;
    margin-left: 15px;
}

.form-area .formfields .field {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.form-area .formfields .field2 label {
    width: 18%;
}

.form-area .formfields .field2 input {
    width: 78%;
}

.form-area .formfields .field3 label {
    width: 35%;
}

.form-area .formfields .field4 label {
    width: 34%;
}

.form-area .formfields .field4 input {
    width: 62%;
}

.form-area .formfields .field5 input {
    width: 100%;
}

.form-area .formfields .field5 label {
    width: 24%;
}

.form-area .formfields .field5 select {
    width: 76%;
}

.form-area .formfields .field6 label {
    width: 14%;
}

.form-area .formfields .field6 select {
    width: 86%;
}

.eregister .audio-title h2 {
    margin-bottom: 42px;
}

.Continue {
    text-align: center;
}

.Continue a {
    border-radius: 7px;
    text-transform: uppercase;
    padding: 5px 37px;
    background-color: #f26522;
    font-size: 16px;
    margin: 25px 0;
    color: #fff;
    display: inline-block;
}

.eregister .order-summery {
    display: block;
    width: 100%;
}

.order-box .image-inner {
    background-color: #ccc;
    text-align: center;
    display: inline-block;
}

.order-box .boxtext {
    margin: 0 auto;
    padding-top: 50px;
    vertical-align: middle;
    width: 90%;
}

.order-box .boxtext p {
    font-size: 19px;
    color: #f26522;
    text-align: left;
}

.order-box {
    width: 700px;
    margin: 0 auto;
    border: 1px solid #f36523;
}

.order-box .plus {
    color: #7b6b5d;
    padding-top: 17px;
    font-size: 18px;
    margin: 0 18px 0 6px;
}

.order-box .boxtext .box-data {
    display: inline-block;
    float: left;
    text-align: left;
    margin: 8px 0;
}

.order-box .boxtext .box-data img {
    width: 50px;
    margin-bottom: 5px;
    margin-left: -5px;
}

.order-box .boxtext span {
    font-size: 16px;
}

.order-box .boxtext .box-data1 img {
    width: 30px;
    margin-bottom: 5px;
}

.order-box .price-text {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.order-box .price-text .text {
    font-size: 20px;
    color: #f36523;
}

.order-box .price-text .amt {
    font-size: 19px;
    color: #7b6b5d;
}

.order-box .img-left {
    padding: 0;
}

.eregister .steps {
    background-color: #feebda;
    display: inline-block;
    padding: 25px 0;
    width: 100%;
}

.eregister .steps .step-title h2 {
    color: #7b6b5d;
    font-size: 22px;
    text-align: center;
}

.eregister .steps .step-title1 h2 {
    color: #7b6b5d;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

.eregister .steps .step-title h2 a {
    color: #fa986a;
    display: inline-block;
    font-weight: 600;
}

.eregister .steps .vr-line {
    border-bottom: 1px solid #fa986a;
    display: inline-block;
    width: 100%;
}

.eregister .steps .steps-view {
    margin-top: 40px;
}

.eregister .steps .view p {
    background-color: #fff;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    margin: 0;
    border-radius: 0 0 15px 15px;
    color: #7b6b5d;
}

.eregister .steps .view .one {
    top: -23px;
    position: absolute;
    background-color: #fff;
    border-radius: 22px;
    padding: 7px 16px;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    left: 43%;
    border: 1px solid #f36523;
    color: #f36523;
}

.eregister .steps .Continue a {
    text-transform: capitalize;
}

/*ebook registration page css end*/
/*css by pooja tiwari*/

.about_pg .inAbout h2 {
    font-size: 20px;
    margin-top: 38px;
}

.spaci .htitlee {
    text-align: center !important;
}


.spaci .htitle {
    text-align: center !important;
}

.spaci {
    text-align: center;
}

.book_head {
    text-align: center !important;
    font-size: 19px;
}

.about_img {
    max-width: 100%;
    border-radius: 25px;
}

.inAllBooks .book-img img {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    padding: 0px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

h2.mymin {
    font-weight: bold;
    margin-top: 5px;
}

.cartRow {
    padding: 7px 3px;
    border-bottom: 1px solid #ddd;
}

#totalBox {
    padding: 15px;
    text-align: right;
    margin-bottom: 20px;
}

.bottom-section .pack-data .cartno {
    text-align: center;
    margin: 0 5px;
    padding: 9px 0 0 0;
}

.bottom-section .pack-data .cartno img {
    display: inline-block;
    width: 40px;
    margin-bottom: 12px;
}

.bookDet p {
    text-align: left;
}

.wrapperCurated {
    margin-bottom: 20px;
    background: #fffbf0;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #c41f0066;
}

.curatedh2 {
    font-size: 20px;
    color: #380900;
    text-transform: capitalize;
    margin: 10px 0 10px;
    display: block;
    font-family: lato;
}

.curatedBR {
    font-size: 30px;
}

.priceBox {
    padding: 15px;
    padding-left: 0 !important;
    font-family: lato;
    font-size: 20px;
    color: #380900;
}

.BuyNowCur {
    background: #f36523;
    color: #660b1d;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    margin-top: 30px;
}

.BuyNowCur a {
    color: #fff;
    font-size: 20px;
}

.quick-view {

    margin-top: 15px;
}

.showtheBook {
    border-top: 2px solid #c41f0066;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.toggleBook {
    color: #c41f00;
    font-size: 15px;
    font-weight: 600;
}

.innerBook {
    display: none;
    background: #fff;
    padding: 35px;
    border-radius: 25px;
}

.crthumb {
    font-size: 20px;
    font-weight: bold;
    color: #2A2A2A;
    line-height: 30px;
}

.crDetail {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.04px;
    color: #2A2A2A;
    line-height: 25px;
}

.hidetheBook {
    display: none;
    padding: 15px 5px;
}

.subHedCr {
    color: #b33a01;
    font-size: 30px;
    margin-bottom: 20px;
}

#aboutbtlink {}

#aboutbtlink img {
    width: 300px;
    margin: 40px 20px;
}

.contactus .backTotop {
    display: none;
}

.writereview {
    margin-top: 20px;
}

.writereview .form-group {
    text-align: left;
}

.cusRHeading h2 {
    margin-bottom: 20px;
}

.cusRHeading h2:after {
    display: none;
}

.rating .stars {
    margin-right: 15px;
}

.rating .stars .star {
    float: left;
    padding: 5px 2px;
    cursor: pointer;
    line-height: 12px;
}

.rating .stars .star:before {
    font-family: 'FontAwesome';
    content: '\f005';
    color: #d0e8f0;
    font-size: 20px;
}

.rating .stars .star:hover:before,
.rating .stars .star.to_rate:before,
.rating .stars .star.rated:before {
    color: #FF6F36;
}

.rating .stars .star.no_to_rate:before {
    color: #ddd;
}

.rating.left {
    float: right;
}

/* ALERTIFY CSS */
.alertify .ajs-dialog {
    max-width: 400px !important;
    background-color: #fff !important;
    border-radius: 30px !important;
}

.ajs-ok {
    background-image: linear-gradient(90deg, #C41F00 0%, #E08F2A 100%) !important;
    color: white !important;
    border-radius: 20px !important;
}

.ajs-content {
    background-color: #fff !important;
    padding-left: 24px !important;
    text-align: center !important;
    font: normal normal normal 1rem/25px Open sans;
}

.ajs-commands {
    display: none !important;
}

.ajs-cancel {
    border: solid #C41F00 1pt !important;
    color: #C41F00 !important;
    border-radius: 20px !important;
}

.ajs-header {
    border: none !important;
    display: none !important;

}

.ajs-footer {
    border: none !important;
    border-radius: 30px !important;
    width: 325px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex !important;
    justify-content: center !important;
}

#lang-books-name {
    width: 100%;
    border: 1px solid #808080;
    border-radius: 15px;
    box-shadow: 0px 0px 15px #00000028;
    border-top: none;
}

.each-lang-title {
    background: transparent linear-gradient(81deg, #C41F00 0%, #E08F2A 100%) 0% 0% no-repeat padding-box !important;
    border-radius: 15px 15px 0 0;
    color: #fff;
    padding: 10px 0;
    padding-left: 20px;
}

#lang-books-name table thead tr td {
    padding: 0 15px 5px;
    color: #707070
}

#lang-books-name table thead tr {
    border-bottom: 1px solid #808080;
}

/* public notcie page CSS */
.pn-section {
    padding: 36px 15px 0px 15px;
}

.pn-notice {
    margin-top: 2rem;
    text-align: left;
    font: normal normal normal 15px/24px Open Sans;
    letter-spacing: 0.17px;
    color: #000000;
    opacity: 0.75;
}

.pn-notice-contact {
    text-align: left;
    font: normal normal normal 15px/24px Open Sans;
    letter-spacing: 0px;
    color: #230600;
    opacity: 1;
}

.pn-notice-footer {
    margin-bottom: 2%;
    font: normal normal normal 15px/24px Lato;
    letter-spacing: 0px;
    color: #230600;
    opacity: 1;
    font-weight: bold;
}

/* temple-list */

.pn-address-data{
    width : 60%;
    word-break : break-word !important;
}

.pn-temple-list {
    padding-left: 1.5rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    min-height: 50px;
    background: transparent linear-gradient(90deg, #C41F00 0%, #E08F2A 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 0px #D4D4D4;
    border-radius: 15px 15px 0px 0px;
    opacity: 1;
}

.pn-temple-list-header {
    text-align: left;
    font: normal normal 600 20px/27px Open Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.pn-label-limit-selector {
    top: 953px;
    left: 99px;
    width: 40px;
    height: 22px;
    text-align: left;
    font: normal normal medium 16px/22px Open Sans;
    letter-spacing: 0px;
    color: #707070;
    opacity: 1;
}

.pn-limit-selector {
    background: #FFF7E2 0% 0% no-repeat padding-box;
    border: 1px solid #D3D3D3;
    border-radius: 3px;
    opacity: 1;
    }

.pn-search-bar {
    padding: 1rem;
    padding-left: 1.5rem;
    display: flex;
    width: 100%;
    justify-content: space-between;
    text-align: center;
}

.pn-table-data-section {
    margin-top: 1rem;
    border-radius: 15px;
    background: #FFFBF0 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 15px #0000002B;
    border: 1px solid #B0B0B0;
    opacity: 1;
}

.pn-search-box::placeholder {
    color: #E18F29;
}

.pn-th {
    top: 999px;
    left: 99px;
    width: 47px;
    height: 22px;
    text-align: left;
    font: normal normal 600 16px/22px Open Sans;
    letter-spacing: 0px;
    color: #707070;
    opacity: 1;
}

.pn-tr-odd {
    background: #FAF1DD 0% 0% no-repeat padding-box;
    opacity: 1;
}

.pn-page-results {
    top: 1522px;
    left: 70px;
    width: 244px;
    height: 27px;
    text-align: left;
    font: normal normal medium 20px/27px Open Sans;
    letter-spacing: 0px;
    color: #2A2A2A;
    opacity: 1;
}

.pn-icons {
    width: 40px;
    height: 39px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
}

#pn-pagination {
  float: right;  
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  cursor: pointer;
}

.page-btn {
    width: 40px;
    height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #B3B3B3;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-btn.current {
    width: 40px;
    height: 40px;
    background: #F3652370 0% 0% no-repeat padding-box;
    border: 1px solid #B3B3B3;
    opacity: 1;
}

.pn-nav-btn {
    width: 40px;
    height: 40px;
    background: #D45E18 0% 0% no-repeat padding-box;
    border-radius: 0px 4px 4px 0px;
    opacity: 1;
}

.pn-arrows {
    width: 14px;
    height: 25px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
}

.pn-search-box {
    background: #FFFFFF;
    border: 1px solid #E18F29;
    border-radius: 5px;
    /* float: right; */
    padding-left: 10px;
    padding-right: 30px;
    font-size: 14px;
    color: #333;
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 16px 16px; 
    outline: none;
}
/* public notice page CSS END */