/*

Description: Aina e-commerce experience in a simple design comfortable for every type of user.
Version: 1.0


Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Links
# Accessibility
# Alignments
# Clearings
# Widgets
## Comments
# Infinite scroll
# Media
## Captions
# Top Header
# Middle Header
# Home Blog
# Footer
# HomePAge
# Registration Form
# Blog List View Grid View
# Right Sidebar
# Scroll UP
# Price Range
# Single Product Page
# Single Tabs
# Team Member
## Payment Area
# SLick Slider Logo
# Responsive
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


/*===================================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/*===================================================================================== */

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    background: #f7f7f7!important; 
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

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

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

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
    line-height: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: 'Lato', sans-serif;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.5;
}

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

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #ffffff!important;
    /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button {
    background: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    padding: 5px 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
}

button:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
}

button:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    width: 100%;
}

button:hover,
button:active,
button:focus {
    border-color: #f55d2c!important;
}

.navbar-light .navbar-toggler {
    color: #f7f7f7;
    border-color: #f55d2c;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: none;
    border-radius: 0;
    color: #1c1616;
    border: 2px solid #1c1616;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    padding: 5px 15px;
    text-transform: uppercase;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    background: #f55d2c;
    color: #f7f7f7;
    border-color: #f55d2c;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #f55d2c;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 5px 10px;
    font-size: 14px;
    width: 100%;
}

select {
    /*border: 1px solid #f55d2c;*/
    /* background: url(images/dropdown.png) no-repeat; */
    background-position: 90% 50%;
    border-radius: 0;
    font-size: 14px;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    padding-left: 5px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/

a {
    text-decoration: none;
    color: inherit;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
}

a:visited {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: inherit;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.ed-container:before,
.ed-container:after {
    content: "";
    display: table;
    /*table-layout: fixed;*/
}

.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.ed-container:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}

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


/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
    font-size: 14px;
    line-height: 25px;
}

.page-content {
    font-size: 14px;
    line-height: 25px;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    width: 100%;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/*************************
#Top Header
*************************/

.top-header {
    background: #094449;
    padding: 10px 0;
    font-family: 'Lato', sans-serif;
}

.top-header .ticker {
    width: 72%;
}

.top-header .ticker {
    display: inline-block;
    vertical-align: middle;
}

.search-container {
    position: relative;
}

.search-container input[type="text"] {
    border: 0px solid #c9c9c9;
    font-size: 12px;
    background: #f7f7f7;
    padding: 7.6px 15px;
    color: #c9c9c9;
    width: 100%;
}

.search-container button {
    border: 0px solid #f6cb32;
    font-size: 12px;
    background: #f6cb32;
    padding: 4.5px 15px;
    line-height: 24px;
    color: #f7f7f7;
    position: absolute;
}

.search-container button:hover {
    background: #f6cb32;
    color: #f7f7f7;
}

.acountmain {
    width: 83%;
    text-align: right;
}

.account-wrap div {
    display: inline-block;
    font-size: 14px;
}

.account-wrap div a {
    text-decoration: none;
    color: #f7f7f7;
    padding: 7px 10px;
    display: inline-block;
}

.account-wrap div a:hover {
    background: #f6cb32;
    color: #f7f7f7;
}


/***********************
Middle Header
************************/

.buttom-header {
    padding: 10px 0 0px;
}

.buttom-header .site-branding {
    display: inline-block;
    vertical-align: middle;
}

.site-branding .site-logo {
    line-height: 0;
}

.buttom-header .wrap-right {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
}

.user-login {
    position: relative;
    background: #efeeee;
    border-radius: 50%;
    height: 42px;
    width: 42px;
    line-height: 36px;
    right: 8px;
    padding: 3px 12px;
}

.headerright {
    padding: 2% 0;
}

.site-logo img {
    width: 22%;
}

.user-login .fa-shopping-bag {
    color: #d7d7d7;
    font-size: 18px;
}

.my-wishlist {
    background: #f55d2c;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    font-size: 14px;
    top: -11px;
    left: 20px;
    line-height: 6px;
    width: 22px;
    height: 22px;
    padding: 8px 7px;
}

.phoneno a {
    background: #efeeee;
    border-radius: 30px;
    padding: 9px;
    text-align: center;
    width: 56%;
    float: right;
    font-size: 16px;
    font-weight: 600;
    color: #f6cb32;
}

.phoneno a:hover {
    color: #f55d2c;
}

.cartmenu {
    padding: 14px 20px;
    margin-top: 20px;
    background: #444;
    color: #ffff;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 18px;
}

.about {
    text-align: center;
}


/************
Home Blog
************/

.header {
    background: #ffffff;
    padding: 30px 0px;
    color: #321321;
}

.maintitle {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    width: 100%;
    color: #321321;
}

.slider-header {
    width: 100%;
}

.slider-header img {
    width: 100%;
}

.box-shadow {
    background: rgba(255, 255, 255, 0.9);
    border-collapse: collapse;
    font-size: 12px;
    margin-bottom: 25px;
    /* -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 50%); */
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    padding: 20px;
    margin: 25px 0;
    width: 100%;
}

.formpage {
    width: 100%;
}

.formpage .form-outline {
    font-size: 16px;
    font-family: 'Lato';
    text-transform: capitalize;
    color: #321321;
}

.formpage .form-outline label {
    margin-bottom: 0;
    padding: 15px 0 0;
}

.formpage .form-outline input {
    font-size: 14px;
    color: #321321;
}

.title-business {
    text-align: center;
    background-color: #9e0022;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.title-business2 {
    text-align: center;
    background-color: #284d00;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.md label {
    font-size: 14px;
    color: #321321;
    padding-left: 6px;
}

.btn-block {
    background-color: #d11b3a!important;
    border: 0px!important;
    font-size: 16px!important;
    margin-top: 15px;
    color: #fff!important;
    padding: 10px!important;
    text-transform: capitalize;
}

.checkout__input {
    margin-bottom: 12px;
}

.checkout__input p {
    color: #454545;
    margin-bottom: 20px;
}

.checkout__input p span {
    color: #f6cb32;
}

.checkout__input input {
    width: 100%;
    height: 46px;
    border: 1px solid #efefef;
    padding-left: 20px;
    font-size: 14px;
    color: #363636;
    margin-bottom: 15px;
    border-radius: 2px;
}

.checkout__input__checkbox {
    margin-bottom: 5px;
}

.checkout__input__checkbox label {
    position: relative;
    font-size: 14px;
    color: #363636;
    padding-left: 40px;
    cursor: pointer;
}

.checkout__input__checkbox label input {
    position: absolute;
    visibility: hidden;
}

.checkout__input__checkbox label .checkmark {
    position: absolute;
    left: 0;
    top: 1px;
    height: 21px;
    width: 20px;
    border: 1px solid #a6a6a6;
    /* transform: rotate(127deg); */
    content: " ";
    border-radius: 2px;
}

.checkout__input__checkbox label {
    position: relative;
    font-size: 14px;
    color: #363636;
    padding-left: 30px;
    cursor: pointer;
    margin-bottom: 0;
}

.checkout__input__checkbox label .checkmark:after {
    position: absolute;
    left: 4px;
    top: 4px;
    width: 10px;
    height: 8px;
    border: solid #fff;
    border-width: 3px 3px 0 0;
    -webkit-transform: rotate(127deg);
    -ms-transform: rotate(127deg);
    transform: rotate(127deg);
    content: " ";
    opacity: 0;
}

.checkout__input__checkbox i {
    font-size: 24px;
    color: #d11b3a;
    padding: 0px 10px;
}

.checkout__input__checkbox label input:checked~.checkmark {
    background: #d11b3a;
    border-color: #d11b3a;
    ;
}

.checkout__input__checkbox label input:checked~.checkmark:after {
    opacity: 1;
}


.copyright-text {
    text-align: center;
    width: 100%;
    padding: 12px 0px 0px;
    font-size: 14px;
}
#panel {
    padding: 0px;
    display: none;
}

#flip {
    display: inline;
    text-decoration: underline;
    color: #f55d2c;
}

#panel input {
    width: 45%;
    margin: 0 auto;
    border-radius: 30px;
}

#panel p {
    padding: 18px 0px 0;
    color: #999;
    font-size: 14px;
    font-weight: 400;
}

.mainpayment {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.mainpayment #panel input {
    margin: 30px 0 10px;
}

#operation {
    margin: 10px 0px;
}

.mainpayment .radio {
    float: left;
    margin: 5px 10px;
    text-align: center;
}

.payment-system {
    margin-left: 39%!important;
}

.successfont h3 {
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    padding: 15px 30px;
    color: #321321;
}


/**********************
Visiror Page
***********************/

.vist {
    background: #ff0066;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.visitor {
    width: 100%;
    padding: 20px;
    color: #ffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.visitor span {
    color: #16ca00;
    padding: 8px;
}

.e-generate {
    width: 640px;
    margin: 0px auto;
    /* border: 1px solid #e7e7e7;*/
    border-radius: 0px;
}

.borderone {
    border: 1px solid #e7e7e7;
    padding: 15px 0;
}

.egen-name {
    width: 100%;
}

.egen-name h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #321321;
    text-transform: uppercase;
}

.egen-name p {
    margin-bottom: 0px;
    margin: 4px 0px;
    font-size: 18px;
    font-weight: 500;
    color: #321321;
}

.egen-name span {
    font-size: 16px;
    color: #321321;
    font-weight: 500
}

.eneg-title {
    font-size: 36px;
    font-weight: 800;
    color: #321321;
    text-transform: uppercase;
    padding: 6px 6px;
}

.visiting {
    font-size: 20px;
    color: #321321;
    padding-bottom: 15px;
    font-weight: 800;
}

.vdate {
    color: #321321;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 600;
}

.middlepart {
    position: relative;
}

.barcode-right img {
    width: 34%;
    float: right;
    margin-top: -48px;
}

.logobtm {
    width: 100%;
    float: left;
    padding: 15px 15px;
}

.logobtm ul {
    list-style: none;
    padding: 0px 45px;
}

.logobtm ul li {
    display: inline;
    width: 50%;
    float: left;
}

.pro-beauty {
    text-align: center;
}

.pro-beauty a {
    padding: 15px;
    color: #321321;
    font-size: 16px;
}

.pro-beauty a:hover {
    color: #ff0066;
    text-decoration: none;
}
.terms-pol {
    text-align: left;
    width: 30%;
    padding: 12px 0px 0px;
    font-size: 14px;
}
