/*
    Template Name: Neha - Minimalist eCommerce HTML5 Template
    Description: This is html5 template
    Version: 1.0

*/
/*================================================
[  Table of contents  ]
================================================
01. General
02. Page section margin padding
03. Section title 1
04. Section title 2
05. button
06. button small
07. share button
08. Text color
09. Input
10. Extra class
11. Tool tip
12. loading
13. Box Layout
14. Back to top
15. Basic margin padding

======================================
[ End table content ]
======================================*/

/* ----------------------------------------------
    Google Fonts
---------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');

/*=================*/

html {
    font-family: 'Poppins', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    box-sizing: border-box;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #555;
    margin: 0;
    letter-spacing: 0.5px;
    line-height: 1.5;
}
.container2 {
    padding-top: 20px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.owl-carousel .owl-item img {
    width: inherit;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1 {
  font-size: 36px;
  margin: 28px 0;
}
h2 {
  font-size: 30px;
  margin: 25px 0;
}
h3 {
  font-size: 22px;
  /*margin: 22px 0;*/
}
h4 {
  font-size: 20px;
  margin: 20px 0;
}
h5 {
  font-size: 18px;
  margin: 18px 0;
}
h6 {
  font-size: 16px;
  margin: 18px 0;
}
h1, h2, h3, h4, h5, h6 {
  color: #222222;
  clear: both;
  font-weight: 600;
  line-height: 1.3;
  font-family: 'Open Sans', sans-serif;
}
p {
    margin-bottom: 1.5em;
    color: #3a3a3a;
    font-size: 14px;
    line-height: 25px;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: 'Open Sans', 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: 'Open Sans', 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%;
}
button,
input,
optgroup,
select,
textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
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{
    text-decoration: none;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    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: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: 'Open Sans', 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;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {

}
*,
*:before,
*:after {
    box-sizing: inherit;
}
body {
    background: #fff;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
img {
    height: auto;
    max-width: 100%;
}
figure {
    margin: 1em 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/

ul,
ol {
    margin: 0 0 1.5em;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
}
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: #666;
    border: 1px solid #ccc;
    /*border-radius: 3px;*/
    border-radius: 0;
    padding: 3px;
}
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 {
  padding: 10px;
  width: 100%;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    background-color: transparent;
    color: #383838;
}
a:visited {

}
a:hover,
a:focus,
a:active {
    color: #12A4DD;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}

/*************************
    General
*************************/
hr{
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}
hr.style-2{
    border-bottom: 1px dashed #f10;
}
hr.mp-0 {
    margin: 0;
    border-bottom: 1px solid #eceff8;
}
hr.mtb-40 {
    margin: 40px 0;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}
label {
    font-size: 15px;
    font-weight: 400;
    color: #626262;
}
*::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
.mark, mark {
    background: #4fc1f0 none repeat scroll 0 0;
    color: #ffffff;
}
span.tooltip-content {
  color: #1f223e;
  cursor: help;
  font-size: 18px;
  font-weight: 400;
}
.f-left {
    float: left
}
.f-right {
    float: right
}
.fix {
    overflow: hidden
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* **********************
    owl-carousel
********************** */
/* -----------------------
    owl-dots Default
------------------------- */
.owl-carousel .owl-dots {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.owl-carousel .owl-dots .owl-dot span {
    display: inline-block;
    height: 15px;
    width: 15px;
    background-color: transparent;
    margin: 0 3px;
    border-radius: 50%;
    border: 1px solid #ccc;
}
.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #12A4DD;
    outline: none;
}
/* -----------------------
    arrow-style-1
------------------------- */
.arrow-style-1 .owl-nav {
    position: absolute;
    top: -78px;
    right: 0;
}
.arrow-style-1.owl-carousel .owl-nav button {
    line-height: 52px;
    display: inline-block;
    height: 48px;
    width: 48px;
    text-align: center;
    background-color: #666;
    color: #fff;
    font-size: 20px;
}
.arrow-style-1.owl-carousel .owl-nav button i {
    /*line-height: 48px;*/
}
.arrow-style-1.owl-carousel .owl-nav button:focus {
    border: 0;
}
.arrow-style-1.owl-carousel .owl-nav button.owl-prev {
    margin-right: 5px;
}
.arrow-style-1.owl-carousel .owl-nav button:hover {
    background-color: #cdcdcd;
}
/* -----------------------
    arrow-style-2
------------------------- */
.arrow-style-2.owl-carousel .owl-nav button {
    background-color: transparent;
    border: 1px solid #666;
    color: #777;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    border: 1px solid #999;
    text-align: center;
    background-color: transparent;
    line-height: 50px;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
}
.arrow-style-2.owl-carousel .owl-nav button:hover {
    background-color: #00ADEF;
    border-color: #00ADEF;
    color: #fff;
}
.arrow-style-2.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 0;
}
.arrow-style-2:hover .owl-nav button {
    left: -50px;
    opacity: 1;
    visibility: visible;
}
.arrow-style-2:hover .owl-nav button.owl-next {
    left: auto;
    right: -50px;
}


/*************************
         button
*************************/
.hover-btn-1 a {
    background-color: #292560;
    color: #fff;
}
.hover-btn-1 a:hover {
    background-color: #f82e56;
}
.hover-btn-2 a {
    background-color: #f82e56;
    color: #fff;
}
.hover-btn-2 a:hover {
    background-color: #292560;
}
/*************************
       social-icon
*************************/
.social-icon ul { margin: 0; padding: 0; }
.social-icon ul li { display: inline-block; list-style: none; }
.social-icon ul li a { display: block; margin: 3px; width: 50px; height: 50px; line-height: 50px; font-size: 16px; color: #fff; background: #4FC1F0; text-align: center; border-radius: 50%; }
.social-icon ul li a:hover { background: #EB3B60; }

.social-icon.socile-icon-style-2 ul li a { color: #fff; background: #323232; border-radius: 0;}
.social-icon.socile-icon-style-2 ul li a:hover { background: #EB3B60;  }

.social-icon.socile-icon-style-3 ul li a { color: #fff; background: transparent; border:1px solid #fff; }
.social-icon.socile-icon-style-3 ul li a:hover { background: #EB3B60; border-color:#EB3B60; }

/*************************
        Input
*************************/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="submit"]/*,
button[type="submit"]*/ {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    height: 45px;
    box-shadow: none;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    color: #626262;
    width: 100%;
    /*margin-bottom: 30px;*/
}
input[type="submit"],
button[type="submit"] {
    width: auto;
    background: #1c4463;
    color: #fff;
    cursor: pointer;
    border-color: #1c4463;
}
.header-search-form input[type="submit"] {
    width: auto;
}
select {
    border: 1px solid #ccc;
    padding-left: 10px;
    box-shadow: none;
    color: #555555;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    width: 100%;
}
option {
    padding: 3px 10px;
    font-size: 13px;
}
input:focus {
    background: transparent;
    border: 2px solid #4FC1F0;
}
textarea {
    resize: vertical;
    background: #eceff8;
    border: 2px solid #eceff8;
    padding: 10px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 30px;
}
textarea:focus {
    background: transparent;
    border: 2px solid #4FC1F0;
    outline: none;
}
::-moz-placeholder {
    color: #444;
}
.input-group.divcenter.input-group .form-control { padding-left: 0px }
/*************************
        back-to-top
*************************/
#back-to-top .top {
    z-index: 999;
    position: fixed;
    margin: 0px;
    color: #fff;
    position: fixed;
    bottom: 105px;
    right: 15px;
    border-radius: 3px;
    z-index: 999;
    background: transparent;
    font-size: 14px;
    background: #4FC1F0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
}
#back-to-top .top:hover {
    color: #fff;
    height: 50px;
}
#back-to-top .top { background: #007da1; }
/*************************
  Basic margin padding
*************************/
.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
/*************************
         Margin top
*************************/
.mt-0 { margin-top: 0 }
.mt-10 { margin-top: 10px }
.mt-12 { margin-top: 12px }
.mt-15 { margin-top: 15px }
.mt-20 { margin-top: 20px }
.mt-30 { margin-top: 30px }
.mt-35 { margin-top: 35px }
.mt-37 { margin-top: 37px }
.mt-40 { margin-top: 40px }
.mt-50 { margin-top: 50px }
.mt-55 { margin-top: 55px }
.mt-60 { margin-top: 60px }
.mt-70 { margin-top: 70px }
.mt-80 { margin-top: 80px }
.mt-90 { margin-top: 90px }
.mt-100 { margin-top: 100px }
.mt-110 { margin-top: 110px }
.mt-120 { margin-top: 120px }
.mt-130 { margin-top: 130px }
.mt-140 { margin-top: 140px }
.mt-160 { margin-top: 160px }
.mt-179 { margin-top: 179px }
.mt-150 { margin-top: 150px }
/*************************
      Margin right
*************************/
.mr-0 { margin-right: 0px }
.mr-10 { margin-right: 10px }
.mr-12 { margin-right: 12px }
.mr-15 { margin-right: 15px }
.mr-20 { margin-right: 20px }
.mr-30 { margin-right: 30px }
.mr-35 { margin-right: 35px }
.mr-40 { margin-right: 40px }
.mr-50 { margin-right: 50px }
.mr-60 { margin-right: 60px }
.mr-70 { margin-right: 70px }
.mr-80 { margin-right: 80px }
.mr-90 { margin-right: 90px }
.mr-100 { margin-right: 100px }
.mr-110 { margin-right: 110px }
.mr-120 { margin-right: 120px }
.mr-130 { margin-right: 130px }
.mr-140 { margin-right: 140px }
.mr-150 { margin-right: 150px }
/*************************
      Margin bottom
*************************/
.mb-0 { margin-bottom: 0 }
.mb-10 { margin-bottom: 10px }
.mb-12 { margin-bottom: 12px }
.mb-15 { margin-bottom: 15px }
.mb-20 { margin-bottom: 20px }
.mb-25 { margin-bottom: 25px }
.mb-30 { margin-bottom: 30px }
.mb-35 { margin-bottom: 35px }
.mb-40 { margin-bottom: 40px }
.mb-45 { margin-bottom: 45px }
.mb-50 { margin-bottom: 50px }
.mb-55 { margin-bottom: 55px }
.mb-60 { margin-bottom: 60px }
.mb-65 { margin-bottom: 65px }
.mb-70 { margin-bottom: 70px }
.mb-80 { margin-bottom: 80px }
.mb-90 { margin-bottom: 90px }
.mb-100 { margin-bottom: 100px }
.mb-110 { margin-bottom: 110px }
.mb-120 { margin-bottom: 120px }
.mb-130 { margin-bottom: 130px }
.mb-140 { margin-bottom: 140px }
.mb-150 { margin-bottom: 150px }
/*************************
        Margin left
*************************/
.ml-0 { margin-left: 0 }
.ml-10 { margin-left: 10px }
.ml-12 { margin-left: 12px }
.ml-15 { margin-left: 15px }
.ml-20 { margin-left: 20px }
.ml-30 { margin-left: 30px }
.ml-40 { margin-left: 40px }
.ml-50 { margin-left: 50px }
.ml-60 { margin-left: 60px }
.ml-70 { margin-left: 70px }
.ml-80 { margin-left: 80px }
.ml-90 { margin-left: 90px }
.ml-100 { margin-left: 100px }
.ml-110 { margin-left: 110px }
.ml-120 { margin-left: 120px }
.ml-125 { margin-left: 125px }
.ml-130 { margin-left: 130px }
.ml-140 { margin-left: 140px }
.ml-150 { margin-left: 150px }
/*************************
        Padding top
*************************/
.pt-0 { padding-top: 0 }
.pt-10 { padding-top: 10px }
.pt-15 { padding-top: 15px }
.pt-20 { padding-top: 20px }
.pt-30 { padding-top: 30px }
.pt-37 { padding-top: 37px }
.pt-40 { padding-top: 40px }
.pt-50 { padding-top: 50px }
.pt-55 { padding-top: 55px }
.pt-60 { padding-top: 60px }
.pt-65 { padding-top: 65px }
.pt-70 { padding-top: 70px }
.pt-75 { padding-top: 75px }
.pt-80 { padding-top: 80px }
.pt-85 { padding-top: 85px }
.pt-95 { padding-top: 95px }
.pt-90 { padding-top: 90px }
.pt-97 { padding-top: 97px }
.pt-100 { padding-top: 100px }
.pt-95 { padding-top: 95px }
.pt-105 { padding-top: 105px }
.pt-110 { padding-top: 110px }
.pt-115 { padding-top: 115px }
.pt-120 { padding-top: 120px }
.pt-125 { padding-top: 125px }
.pt-130 { padding-top: 130px }
.pt-135 { padding-top: 135px }
.pt-140 { padding-top: 140px }
.pt-150 { padding-top: 150px }
.pt-155 { padding-top: 155px }
.pt-180 { padding-top: 180px }
.pt-205 { padding-top: 205px }
.pt-365 { padding-top: 365px }
.pt-370 { padding-top: 370px }
.pt-380 { padding-top: 380px }
/*************************
        Padding right
*************************/
.pr-0 { padding-right: 0 }
.pr-10 { padding-right: 10px }
.pr-15 { padding-right: 15px }
.pr-20 { padding-right: 20px }
.pr-30 { padding-right: 30px }
.pr-40 { padding-right: 40px }
.pr-50 { padding-right: 50px }
.pr-60 { padding-right: 60px }
.pr-70 { padding-right: 70px }
.pr-80 { padding-right: 80px }
.pr-90 { padding-right: 90px }
.pr-100 { padding-right: 100px }
.pr-110 { padding-right: 110px }
.pr-120 { padding-right: 120px }
.pr-130 { padding-right: 130px }
.pr-140 { padding-right: 140px }
.pr-155 { padding-right: 155px }
.pr-155 { padding-right: 155px }
.pr-180 { padding-right: 180px }
.pr-195 { padding-right: 195px }
/*************************
        Padding bottom
*************************/
.pb-0 { padding-bottom: 0 }
.pb-10 { padding-bottom: 10px }
.pb-15 { padding-bottom: 15px }
.pb-20 { padding-bottom: 20px }
.pb-25 { padding-bottom: 25px }
.pb-30 { padding-bottom: 30px }
.pb-35 { padding-bottom: 35px }
.pb-40 { padding-bottom: 40px }
.pb-45 { padding-bottom: 45px }
.pb-50 { padding-bottom: 50px }
.pb-55 { padding-bottom: 55px }
.pb-60 { padding-bottom: 60px }
.pb-65 { padding-bottom: 65px }
.pb-70 { padding-bottom: 70px }
.pb-75 { padding-bottom: 75px }
.pb-80 { padding-bottom: 80px }
.pb-85 { padding-bottom: 85px }
.pb-90 { padding-bottom: 90px }
.pb-95 { padding-bottom: 95px }
.pb-97 { padding-bottom: 97px }
.pb-100 { padding-bottom: 100px }
.pb-105 { padding-bottom: 105px }
.pb-107 { padding-bottom: 107px }
.pb-110 { padding-bottom: 110px }
.pb-115 { padding-bottom: 115px }
.pb-120 { padding-bottom: 120px }
.pb-125 { padding-bottom: 125px }
.pb-130 { padding-bottom: 130px }
.pb-140 { padding-bottom: 140px }
.pb-145 { padding-bottom: 145px }
.pb-150 { padding-bottom: 150px }
.pb-178 { padding-bottom: 178px }
.pb-180 { padding-bottom: 180px }
.pb-280 { padding-bottom: 280px }
.pb-210 { padding-bottom: 210px }
.pb-285 { padding-bottom: 285px }
.pb-290 { padding-bottom: 290px }
/*************************
        Padding left
*************************/
.pl-0 { padding-left: 0 }
.pl-10 { padding-left: 10px }
.pl-15 { padding-left: 15px }
.pl-20 { padding-left: 20px }
.pl-30 { padding-left: 30px }
.pl-40 { padding-left: 40px }
.pl-50 { padding-left: 50px }
.pl-60 { padding-left: 60px }
.pl-70 { padding-left: 70px }
.pl-80 { padding-left: 80px }
.pl-90 { padding-left: 90px }
.pl-100 { padding-left: 100px }
.pl-110 { padding-left: 110px }
.pl-120 { padding-left: 120px }
.pl-125 { padding-left: 125px }
.pl-130 { padding-left: 130px }
.pl-140 { padding-left: 140px }
.pl-150 { padding-left: 150px }
.pl-155 { padding-left: 155px }
.pl-190 { padding-left: 190px }
.pl-195 { padding-left: 195px }


/***************************
    Page section padding
****************************/
.ptb-0 { padding: 0 }
.ptb-10 { padding: 10px 0 }
.ptb-15 { padding: 15px 0 }
.ptb-20 { padding: 20px 0 }
.ptb-30 { padding: 30px 0 }
.ptb-32 { padding: 32px 0 }
.ptb-40 { padding: 40px 0 }
.ptb-50 { padding: 50px 0 }
.ptb-60 { padding: 60px 0 }
.ptb-70 { padding: 70px 0 }
.ptb-80 { padding: 80px 0 }
.ptb-90 { padding: 90px 0 }
.ptb-100 { padding: 100px 0 }
.ptb-110 { padding: 110px 0 }
.ptb-120 { padding: 120px 0 }
.ptb-130 { padding: 130px 0 }
.ptb-135 { padding: 135px 0 }
.ptb-140 { padding: 140px 0 }
.ptb-150 { padding: 150px 0 }
.ptb-160 { padding: 160px 0 }
.ptb-170 { padding: 170px 0 }
.ptb-177 { padding: 177px 0 }
.ptb-180 { padding: 180px 0 }
.ptb-190 { padding: 190px 0 }
.ptb-200 { padding: 200px 0 }
.ptb-210 { padding: 210px 0 }
.ptb-220 { padding: 220px 0 }
.ptb-250 { padding: 250px 0 }
.ptb-290 { padding: 290px 0 }
.ptb-310 { padding: 310px 0 }

/***************************
    Page section margin
****************************/
.mtb-0 { margin: 0 }
.mtb-10 { margin: 10px 0 }
.mtb-15 { margin: 15px 0 }
.mtb-20 { margin: 20px 0 }
.mtb-30 { margin: 30px 0 }
.mtb-40 { margin: 40px 0 }
.mtb-50 { margin: 50px 0 }
.mtb-60 { margin: 60px 0 }
.mtb-70 { margin: 70px 0 }
.mtb-80 { margin: 80px 0 }
.mtb-90 { margin: 90px 0 }
.mtb-100 { margin: 100px 0 }
.mtb-110 { margin: 110px 0 }
.mtb-120 { margin: 120px 0 }
.mtb-130 { margin: 130px 0 }
.mtb-140 { margin: 140px 0 }
.mtb-150 { margin: 150px 0; }
.mtb-290 { margin: 290px 0; }

/*************************
        Extra class
*************************/
.pricing .container .row [class*="col-"] { }



/*Custom cloumn*/

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10 {
    float: left;
}
.col-1{
    width: 10%;
}
.col-2{
    width: 20%;
}
.col-3{
    width: 30%;
}
.col-4{
    width: 40%;
}
.col-5{
    width: 50%;
}
.col-6{
    width: 60%;
}
.col-7{
    width: 70%;
}
.col-8{
    width: 80%;
}
.col-9{
    width: 90%;
}
.col-10{
    width: 100%;
}
 /*************************************
    Background variation set
 **************************************/
/*colored background*/
 .white-bg { background: #fff; }
 .black-bg { background: #252525 }
 .theme-bg { background: #f4ecea }
 .gray-bg { background: #f0f1f5; }
 .blue-bg { background: #4FC1F0; }
 .default-bg { background: #50C1F0; }
 .transparent-bg { background: transparent; }

/*************************************
  12. Opacity background
 **************************************/
 .bg-opacity-black-10, .bg-opacity-black-20, .bg-opacity-black-30, .bg-opacity-black-40, .bg-opacity-black-50, .bg-opacity-black-60, .bg-opacity-black-70, .bg-opacity-black-80, .bg-opacity-black-90, .bg-opacity-white-10, .bg-opacity-white-20, .bg-opacity-white-30,  .bg-opacity-white-40, .bg-opacity-white-50, .bg-opacity-white-60, .bg-opacity-white-70,  .bg-opacity-white-80, .bg-opacity-white-90{
    z-index: 9;
 }
 .bg-opacity-black-10:before, .bg-opacity-black-20:before, .bg-opacity-black-30:before, .bg-opacity-black-40:before, .bg-opacity-black-50:before, .bg-opacity-black-60:before, .bg-opacity-black-70:before, .bg-opacity-black-80:before, .bg-opacity-black-90:before, .bg-opacity-white-10:before, .bg-opacity-white-20:before, .bg-opacity-white-30:before, .bg-opacity-white-40:before, .bg-opacity-white-50:before, .bg-opacity-white-60:before, .bg-opacity-white-70:before, .bg-opacity-white-80:before, .bg-opacity-white-90:before{
    content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1;
 }

.bg-opacity-black-10:before {  background: rgba(0, 0, 0, 0.1);}
.bg-opacity-black-20:before {  background: rgba(0, 0, 0, 0.2);}
.bg-opacity-black-30:before {  background: rgba(0, 0, 0, 0.3);}
.bg-opacity-black-40:before {  background: rgba(0, 0, 0, 0.4);}
.bg-opacity-black-50:before {  background: rgba(0, 0, 0, 0.5);}
.bg-opacity-black-60:before {  background: rgba(0, 0, 0, 0.6);}
.bg-opacity-black-70:before {  background: rgba(0, 0, 0, 0.7);}
.bg-opacity-black-80:before {  background: rgba(0, 0, 0, 0.8);}
.bg-opacity-black-90:before {  background: rgba(0, 0, 0, 0.9);}

.bg-opacity-white-10:before {  background: rgba(255, 255, 255, 0.1);}
.bg-opacity-white-20:before {  background: rgba(255, 255, 255, 0.2);}
.bg-opacity-white-30:before {  background: rgba(255, 255, 255, 0.3);}
.bg-opacity-white-40:before {  background: rgba(255, 255, 255, 0.4);}
.bg-opacity-white-50:before {  background: rgba(255, 255, 255, 0.5);}
.bg-opacity-white-60:before {  background: rgba(255, 255, 255, 0.6);}
.bg-opacity-white-70:before {  background: rgba(255, 255, 255, 0.7);}
.bg-opacity-white-80:before {  background: rgba(255, 255, 255, 0.8);}
.bg-opacity-white-90:before {  background: rgba(255, 255, 255, 0.9);}

/*image background*/
 .bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6, .bg-7, .bg-8, .bg-9, .bg-10 {
    background-attachment: scroll;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
 }
 .bg-1 {
  background: url(../images/bg/1.jpg);}
 .bg-2 { background-image: url(../images/bg/2.jpg);}
 .bg-3 { background-image: url(../images/bg/3.jpg);}
 .bg-4 { background-image: url(../images/bg/4.jpg);}
 .bg-5 { background-image: url(../images/bg/5.jpg);}
 .bg-6 { background-image: url(../images/bg/6.jpg);}
 .bg-7 { background-image: url(../images/bg/7.jpg);}
 .bg-8 { background-image: url(../images/bg/8.jpg);}
 .bg-9 { background-image: url(../images/bg/9.jpg);}
 .bg-10 { background-image: url(../images/bg/10.jpg);}

.bg-img {
  background-position: center center;
  background-size: cover;
}
/*pattern background*/
.pattern-bg { background:url(../images/pattern/pattern-bg.png) repeat; background-position: top right; background-color: rgba(236, 239, 247, 1); }

/*tooltip*/
.socile-icon-tooltip [data-tooltip], .socile-icon-tooltip .tooltip {
    cursor: pointer;
    position: relative;
}
.socile-icon-tooltip [data-tooltip]::before, .socile-icon-tooltip [data-tooltip]::after, .socile-icon-tooltip .tooltip::before, .socile-icon-tooltip .tooltip::after {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: translate3d(0px, 0px, 0px);
    visibility: hidden;
}
.socile-icon-tooltip [data-tooltip]:hover::before, .socile-icon-tooltip [data-tooltip]:hover::after, .socile-icon-tooltip [data-tooltip]:focus::before, .socile-icon-tooltip [data-tooltip]:focus::after, .socile-icon-tooltip .tooltip:hover::before, .socile-icon-tooltip .tooltip:hover::after, .socile-icon-tooltip .tooltip:focus::before, .socile-icon-tooltip .tooltip:focus::after {
    opacity: 1;
    visibility: visible;
}
.socile-icon-tooltip .tooltip::before, .socile-icon-tooltip [data-tooltip]::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 6px solid rgba(0, 0, 0, 0);
    content: "";
    z-index: 1001;
}
.socile-icon-tooltip .tooltip::after, .socile-icon-tooltip [data-tooltip]::after {
    background-color: #00a9da;
    border-radius: 3px;
    color: #ffffff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.2;
    padding: 8px;
    text-align: center;
    width: 100px;
    z-index: 1000;
}
.socile-icon-tooltip [data-tooltip]::before, .socile-icon-tooltip [data-tooltip]::after, .socile-icon-tooltip .tooltip::before, .socile-icon-tooltip .tooltip::after, .socile-icon-tooltip .tooltip-top::before, .socile-icon-tooltip .tooltip-top::after {
    bottom: 100%;
    left: 50%;
}
.socile-icon-tooltip [data-tooltip]::before, .socile-icon-tooltip .tooltip::before, .socile-icon-tooltip .tooltip-top::before {
    border-top-color: #00a9da;
    margin-bottom: -12px;
    margin-left: -6px;
}
.socile-icon-tooltip [data-tooltip]::after, .socile-icon-tooltip .tooltip::after, .socile-icon-tooltip .tooltip-top::after {
    margin-left: -50px;
}
.socile-icon-tooltip [data-tooltip]:hover::before, .socile-icon-tooltip [data-tooltip]:hover::after, .socile-icon-tooltip [data-tooltip]:focus::before, .socile-icon-tooltip [data-tooltip]:focus::after, .socile-icon-tooltip .tooltip:hover::before, .socile-icon-tooltip .tooltip:hover::after, .socile-icon-tooltip .tooltip:focus::before, .socile-icon-tooltip .tooltip:focus::after, .socile-icon-tooltip .tooltip-top:hover::before, .socile-icon-tooltip .tooltip-top:hover::after, .socile-icon-tooltip .tooltip-top:focus::before, .socile-icon-tooltip .tooltip-top:focus::after {
    transform: translateY(-25px);
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

:focus {
    outline: -mos-focus-ring-color auto 0px;
}




























/*
Template Name: Bege
Description: Responsive eCommerce Bootstrap Template
Version: 1.0.0
*/
/* ===================================================
    [  Table of contents  ]
======================================================
	1. Header Top Area
	2. Header Middle Area
	3. Header Bottom Area
	4. Slider Area
	5. Policy area
	6. Deals Of The Day
	7. Home fullwidth banner
	8. carosel product
	9. Testimonial area
	10. Brand logo area
	11. newsletter area
	12. footer policy
	13. Single Product Page
	14. home page two
	15. home page three
	16. home page four
	17. shop page style
	18. shop product list view
	19. about us
	20. Contact page
	21. Cart & Wish List CSS
	22. Checkout CSS
	23. Login CSS
	24. Register Account CSS
	25. Forgot Password CSS
	26. Frequently Questions Page CSS
	27. Service Page CSS
	28. blog page
	29. Portfolio Page
	30. 404


======================================================
[ End table content ]
=================================================== */


/* ======================================================
    Header
====================================================== */
/* ----------------------------------------------
    1. Header Top Area
---------------------------------------------- */
.home-one .container{
    max-width: 1800px;
}
.wrapper.home-one {
  background: #f5f5f5 none repeat scroll 0 0;
}
.header-top-area {
  background: #ffffff none repeat scroll 0 0;
}
/*welcome*/
.welcome {
    height: 50px;
    line-height: 50px;
}
.welcome p {
    margin-bottom: 0;
    display: inline-block;
    font-size: 12px;
    color: #1c4463;
    letter-spacing: 0;
}
.menu-my-account-container {
  float: left;
  position: relative;
  width: 150px;
}
.menu-my-account-container li {
  border-bottom: 1px solid #eeeeee;
  line-height: 18px;
  /*padding: 12px 0;*/
}
.menu-my-account-container ul li:last-child{
  border-bottom: none;
}
.menu-my-account-container li a {
  display: block;
  padding: 12px 0;
}
.menu-my-account-container > a,
.language > a,
.currency > a {
  display: block;
  text-align: center;
  /*color: #ffffff;*/
  color: #1c4463;
  text-decoration: none;
  letter-spacing: 0;
  font-size: 13px;
}
.currency a i {
    margin-left: 5px;
}
.currency ul li {
    border-bottom: 1px solid #eeeeee;
}
.currency ul li:last-child {
    border-bottom: 0px solid #eee;
}
.menu-my-account-container ul li a {
  color: #525252;
  text-decoration: none;
}
.menu-my-account-container ul li a:hover {
  color: #008bd2;
}
.topbar-nav {
  line-height: 50px;
  float: right;
  /*width: 260px;*/
}
/*.topbar-nav .wpb_wrapper {
  margin: 0px auto;
  width: 260px;
}*/
.switcher {
  float: left;
}
.language {
  float: left;
  position: relative;
  width: 110px;
}
.language ul li a:hover span {
  color: #008bd2;
}
.language a img {
  margin-right: 10px;
}
.currency {
  float: right;
  position: relative;
  width: 70px;
}
.currency ul{
    width: 100px !important;
}
.language span {
  float: right;
}
.currency a {
  text-decoration: none;
  text-align: right;
}
.switcher .language ul,
.switcher .currency ul,
.menu-my-account-container ul {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #ededed;
  height: auto;
  left: 50%;
  list-style: outside none none;
  opacity: 0;
  padding: 0 12px;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  visibility: hidden;
  width: 100%;
  z-index: 1000;
  text-align: center;
}
.switcher .currency ul{
  left: 30%;
}
.switcher .language:hover ul,
.switcher .currency:hover ul,
.menu-my-account-container:hover ul {
  opacity: 1;
  visibility: visible;
}
.menu-my-account-container ul{
    text-align: left;
}
/* ----------------------------------------------
    2. Header Middle Area
---------------------------------------------- */
.header-middle-area {
  background: #008bd2 none repeat scroll 0 0;
  padding: 25px 0;
  padding-top: 30px;
}
/*header-search*/
.header-search {
  background-color: #eef1fa;
  border-radius: 5px;
  max-width: 100%;
  padding-left: 0px;
  /*padding-right: 130px;*/
  padding-right: 60px;
  position: relative;
}

.category-select .nice-select-menu {
  background-color: #fff;
  border: 0 none;
  border-radius: 0;
  height: 52px;
  line-height: 52px;
  min-width: 130px;
}
.header-search-form {
    overflow: hidden;
}


.header-search-form form input[type="text"] {
  height: 52px;
  background: #fff;
  padding: 0 15px;
}
.header-search-form form input[type="submit"],
.header-search-form form button[type="submit"] {
  /*padding: 0 42px;*/
  height: 52px;
}
.category-select {
    position: relative;
}
.category-select:before {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    width: 1px;
    height: 30px;
    background-color: #777;
}
.header-search-form input {
    margin-bottom: 0;
    border: 0;
}
.header-search-form input[type="text"] {
    padding-right: 110px;
}
.header-search-form input[type="submit"],
.header-search-form form button[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 5px 5px 0;
    font-size: 14px;
    font-weight: 300;
}
.nice-select.nice-select-menu ul{
    border-radius: 0;
    margin-top: 0;
}

.shop-cart-menu > ul {
    margin-bottom: 0;
}
.shop-cart-menu > ul > li {
  border-right: 1px solid #0E81AE;
  display: inline-block;
  line-height: 15px;
  list-style: outside none none;
  padding: 0 29px;
  position: relative;
}
.shop-cart-menu > ul > li:last-child{
   border-right: 0px solid #dddddd;
   padding-right: 0;
}
.shop-cart-menu > ul > li > a {
  color: #ffffff;
  display: block;
  outline: none;
}
.shop-cart-menu > ul > li:hover > a {
    color: #fff;
}
.shop-cart-menu > ul > li > a i {
    font-size: 28px;
}
.shop-cart-menu > ul > li > a sup {
  background-color: #0E81AE;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  height: 23px;
  line-height: 23px;
  right: -5px;
  text-align: center;
  top: -5px;
  width: 23px;
}
.shop-cart-menu > ul > li > a > i,
.shop-cart-menu > ul > li > a > span > i {
  font-size: 32px;
}
.cart-icon {
  margin-right: 15px;
}
.cart-text {
  display: inline-block;
}
.cart-text-title {
  line-height: 20px;
}
.shop-cart-menu > ul li ul {
    margin-bottom: 0;
    position: absolute;
    height: auto;
    z-index: 9;
    background-color: #fff;
    padding: 10px 20px;
    right: 0;
    width: 300px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    top: 150%;
    opacity: 0;
    visibility: hidden;
}
.shop-cart-menu > ul li:hover ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.shop-cart-menu > ul li ul li {
    list-style: none;
    padding: 15px 0;
    line-height: 1.5;
}
.shop-cart-menu > ul li ul li + li {
    border-top: 1px solid #e5e5e5;
}
.shop-cart-img {
    width: 70px;
    float: left;
}
.shop-cart-info {
    overflow: hidden;
    padding-right: 25px;
    position: relative;
    padding-left: 10px;
}
.shop-cart-info h5 {
  color: #666666;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px;
}
.shop-cart-info h5 a {
    text-decoration: none;
}
.shop-cart-info h5 a:hover {
    color: #12A4DD;
}
.shop-cart-info .price {
  color: #666666;
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.shop-cart-info .quantaty {
    color: #9a9a9a;
    font-size: 12px;
    display: block;
}
.shop-cart-info .cart-remove {
    position: absolute;
    right: 0;
    top: 0;
}
.shop-cart-info .cart-remove {
    position: absolute;
    right: 0;
    top: 0;
}
.shop-cart-info .cart-remove i {
    color: #fff;
    height: 18px;
    width: 18px;
    line-height: 18px;
    background-color: #333;
    color: #fff;
    text-align: center;
    font-size: 12px;
}
.shop-cart-info .cart-remove i:hover {
    color: #f82e56;
}
.shop-cart-total p {
    color: #333;
    font-weight: 700;
    margin-bottom: 0;
}
.shop-cart-total p span {
  color: #666666;
}
.shop-cart-btn {}
.shop-cart-btn a {
  border: 1px solid #cccccc;
  border-radius: 2px;
  color: #333333;
  display: inline-block;
  font-weight: 600;
  line-height: 28px;
  padding: 5px 15px;
  text-decoration: none;
  text-transform: uppercase;
}
.shop-cart-btn a:hover {
  background-color: #008bd2;
  border: 1px solid #008bd2;
  color: #ffffff;
}
/* ----------------------------------------------
    3. Header Bottom Area
---------------------------------------------- */
.header-bottom-area {
  background-color: #008bd2;
}
.header-bottom-area .category-wrapper {
  max-width: 16.67%;
}
.categori-menu {
  background: #1c4463 none repeat scroll 0 0;
  border-radius: 5px 5px 0 0;
  position: relative;
}
.categori-menu > span::after {
  content: "";
  font-family: "Ionicons";
  font-size: 27px;
  font-weight: normal;
  left: 20px;
  position: absolute;
}
.categori-menu > span > i {
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.categori-menu-list > li > a i {
  position: absolute;
  right: 0;
  top: 13px;
}
.categori-menu > span {
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  line-height: 58px;
  margin-left: 50px;
  text-transform: uppercase;
}
.categori-menu-list {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #ffffff none repeat scroll 0 0;
  border-color: #ededed;
  border-image: none;
  border-style: solid;
  border-width: 0 1px 1px;
  left: 0;
  padding: 10px 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 99;
}
.categori-menu-list li {
  position: relative;
}
.categori-menu-list > li a {
  background: #ffffff none repeat scroll 0 0;
  color: #2c2c2c;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  overflow: hidden;
  overflow-wrap: break-word;
  padding: 5px 20px;
  position: relative;
  text-transform: capitalize;
}
.categori-menu-list li span {
  display: inline-block;
  margin-right: 10px;
  width: 30px;
}
.categori-menu-list > li a {
  color: #2c2c2c;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  overflow-wrap: break-word;
  text-transform: capitalize;
}
ul {
  list-style: outside none none;
}
.categori-menu-list .ht-dropdown::before {
  background-color: #ffffff;
  border-color: #f1f1f1 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f1f1f1;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  content: "";
  display: block;
  height: 15px;
  left: -8px;
  position: absolute;
  top: 15px;
  transform: rotate(-45deg);
  width: 15px;
}
.categori-menu-list > li ul.first-megamenu {
  width: 605px;
}
.categori-menu-list .ht-dropdown {
  display: flex;
}
.megamenu {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #e5e5e3;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  left: 100%;
  padding: 20px 35px;
  top: 0;
}
.ht-dropdown {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  left: 92%;
  opacity: 0;
  padding: 10px 0;
  position: absolute;
  top: 0;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  visibility: hidden;
  width: 120px;
  z-index: 999;
}
.categori-menu-list li {
  position: relative;
}
.ht-dropdown {
  visibility: hidden;
}
.categori-menu-list li {
  position: relative;
}
.menu-tile {
  border-bottom: 1px solid #ededed;
  color: #2c2c2c;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.single-megamenu ul li a {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  padding: 0;
  text-transform: capitalize;
}
.categori-menu-list > li a {
  background: #ffffff none repeat scroll 0 0;
  color: #2c2c2c;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  overflow: hidden;
  overflow-wrap: break-word;
  padding: 5px 20px;
  position: relative;
  text-transform: capitalize;
}
.first-megamenu li.megamenu-img {
  flex-basis: 40%;
}
.categori-menu-list li {
  padding: 0 20px;
  position: relative;
}
.categori-menu-list li ul li {
  padding: 15px 20px 10px 30px;
}
.categori-menu-list li ul li ul{
  margin: 0;
}
.categori-menu-list li ul li ul li {
  padding: 0;
  margin: 0;
}

.categori-menu-list li ul li ul li.menu-tile{
    padding-bottom: 10px;
}
.categori-menu-list li ul li a{
    border-bottom: 0px solid transparent;
}
li.megamenu-img a {
  padding: 0;
}
.categori-menu-list > li a {
  background: #ffffff none repeat scroll 0 0;
  border-bottom: 1px solid #ededed;
  color: #2c2c2c;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  overflow: hidden;
  overflow-wrap: break-word;
  padding: 5px 0;
  text-decoration: none;
  position: relative;
  text-transform: capitalize;
}
.home-one .categori-menu-list > li a:hover{
    color: #008bd2;
}
.categori-menu-list > li:last-child a {
  border-bottom: 0 solid rgba(0, 0, 0, 0);
}
.header-top-left > ul > li:hover ul.ht-dropdown, .cart-box ul li:hover ul.ht-dropdown, .categori-menu-list > li:hover ul.ht-dropdown, .header-bottom-list li:hover ul.ht-dropdown {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.categori-menu-list > li ul.megamenu-two {
  width: 420px;
}
/*main-menu*/
.main-menu ul {
    margin-bottom: 0;
}
.main-menu ul li {
    display: inline-block;
    position: relative;
    list-style: none;
}
.main-menu ul li:hover a {
    text-decoration: none;
}
.main-menu nav > ul > li > a {
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 58px;
  line-height: 58px;
  padding: 0 20px;
  text-transform: uppercase;
}
.main-menu nav > ul > li:first-child > a {
  padding-left: 0;
}
.main-menu nav > ul > li:hover > a {
  color: #292929;
}
.main-menu nav > ul > li ul {
    position: absolute;
    padding: 10px 0;
    width: 255px;
    box-shadow: 0 2px 2px 2px rgba(0,0,0,0.2);
    left: 0;
    z-index: 9;
    background-color: #fff;
    margin-left: 0;
    -webkit-transform: perspective( 600px ) rotateX( -90deg );
    -moz-transform: perspective( 600px ) rotateX( -90deg );
    -ms-transform: perspective( 600px ) rotateX( -90deg );
    -o-transform: perspective( 600px ) rotateX( -90deg );
    transform: perspective( 600px ) rotateX( -90deg );
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}
.main-menu nav > ul > li:last-child ul {
    left: auto;
    right: 0;
}
.main-menu nav > ul > li ul li {
    display: block;
}
.main-menu nav > ul > li ul li a {
    padding: 7px 10px 7px 25px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    text-transform: capitalize;
}
.main-menu nav > ul > li ul li a:hover{
  color: #12A4DD;
}
/*megamenu-3-column*/
.main-menu nav > ul > li ul.megamenu-3-column {
    width: 600px;
    -webkit-transform: perspective( 600px ) rotateX( -90deg );
    -moz-transform: perspective( 600px ) rotateX( -90deg );
    -ms-transform: perspective( 600px ) rotateX( -90deg );
    -o-transform: perspective( 600px ) rotateX( -90deg );
    transform: perspective( 600px ) rotateX( -90deg );
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}
.main-menu nav > ul > li ul.megamenu-3-column > li {
    width: 33%;
    float: left;
}
.main-menu nav > ul > li ul.megamenu-3-column > li > a {
    font-size: 16px;
    font-weight: 700;
    color: #292929;
    padding-bottom: 0;
}
.main-menu nav > ul > li ul.megamenu-3-column > li ul {
    width: auto;
    box-shadow: none;
    position: inherit;
}
.main-menu nav > ul > li ul {
    opacity: .0;
    visibility: hidden;
}
.main-menu nav > ul > li:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective( 600px ) rotateX( 0deg );
    -moz-transform: perspective( 600px ) rotateX( 0deg );
    -ms-transform: perspective( 600px ) rotateX( 0deg );
    -o-transform: perspective( 600px ) rotateX( 0deg );
    transform: perspective( 600px ) rotateX( 0deg );
}

/*hotline*/
.hotline {
    padding-top: 15px;
    border-left: 1px solid rgba(255,255,255,0.2);
    padding-left: 20px;
    height: 65px;
}
.hotline-icon {
    float: left;
    padding-top: 3px;
    padding-right: 3px;
}
.hotline-icon i {
    color: #f82e56;
    font-size: 40px;
}
.hotline-number {
    overflow: hidden;
}
.hotline-number span {
    display: block;
    line-height: 1.4;
}
.mobile-menu-area {
    display: none;
}
.mobile-menu-area {
    margin: 0 10px;
}
.mobile-menu-area .mean-bar .mean-nav .menu-overflow {
    overflow-y: auto;
    height: 301px;
}
.mean-bar .mean-nav {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.6);
    float: left;
    height: auto;
    left: 0;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 60px;
    z-index: 99;
}
.mobile-menu-area::after {
    content: "MENU";
    position: absolute;
    top: 16px;
    left: 18px;
    color: #fff;
    font-size: 18px;
    display: block;
    z-index: 1;
}
.mean-container .mean-bar {
    background: #34BAEE;
    padding: 15px 10px;
    right: 10px;
}
.mean-container a.meanmenu-reveal {
    position: relative;
    top: 0;
    outline: none;
}
.mean-container a.meanmenu-reveal span {
    background: #fff;
    height: 3px;
    margin-top: 3px;
}
.mobile-menu-area {
    position: relative;
    z-index: 9999;
}
.mobile-menu-area .mean-container .mean-nav ul li a{
  outline: none;
}
.mobile-menu-area .mean-container .mean-nav ul li a {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #666;
    display: block;
    float: left;
    font-size: 14px;
    margin: 0;
    padding: 1em 5%;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
}
.mobile-menu-area .mean-container .mean-nav ul li a:hover{
    color: #12A4DD;
}
.mobile-menu-area .mean-container .mean-nav ul li li a {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    opacity: 1;
    padding: 1em 7%;
    text-shadow: none !important;
    visibility: visible;
    font-weight: normal;
    text-transform: capitalize;
    color: #444;
    font-size: 14px;
}
.mobile-menu-area .mean-container .mean-nav ul li li li a{
  padding: 1em 11%;
}
/* ----------------------------------------------
    4. Slider Area
---------------------------------------------- */
.nivo-caption {
	position: absolute;
	left: 0px;
	top: 22%;
	background:transparent;
	color: #fff;
	width: 100%;
	z-index: 8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter: alpha(opacity=8);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nivo-directionNav .nivo-prevNav,
.nivo-directionNav .nivo-nextNav {
	font-size: 30px;
	background: #666;
	width: 40px;
	height: 40px;
	line-height: 37px;
	text-align: center;
	border-radius: 50%;
	margin: 0 30px;
}
.nivo-directionNav {
	opacity: 0;
	padding: 0 30px;
}
.nivo-directionNav i {
    color: #fff;
}
.slider-inner:hover .nivo-directionNav{
	opacity: 1;
}
.slider-area .slider-hidden {
    max-width: 16.67%;
}
.slider-area .slider {
  max-width: 61.33%;
}
.slider-area .slider-banner-area {
  max-width: 22%;
}
.slider-banner {
  margin-bottom: 35px;
}
.slider-area {
  margin-top: 30px;
}
.slider-single-banner a:hover img{
  transform: scale(1.05);
}
.slider-single-banner{
    overflow: hidden;
}

.single-slider-wrapper {
    min-height: 490px;
    display: flex;
    align-items: center;
}
.slider-content.slider-content-1 h1,
.slider-content.slider-content-2 h1 {
    z-index: 5;
    white-space: nowrap;
    font-size: 48px;
    line-height: 50px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    font-family: Open Sans;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    transform-origin: 50% 50% 0px;
    margin-bottom: 0px;
}
.slider-content-1 h3 {
    display: inline-block;
    font-size: 40px;
    font-weight: 300;
    color: #fff;
    padding: 0 10px;
    margin: 0 0 12px 0;
    line-height: 70px;
}
.button-1 a {
    background-color: rgb(41, 41, 41);
    border-color: rgb(41, 41, 41);
    font-size: 16px;
    line-height: 24px;
    padding: 7px 15px;
    display: inline-block;
    text-decoration: none;
}
.button-1 a:hover{
    background-color:#12A4DD;
    border-color:#12A4DD;
}
.slider-content-2 h3 {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    display: block;
    margin: 0;
    line-height: 1;
}
.slider-content-2 h3.h3one{
  margin-top: 20px;
}
.slider-content-2 h3.h3two{
  margin-bottom:25px;
}


/*owl-dots*/
.slider-carousel-active.owl-carousel .owl-dots {
    bottom: 35px;
    position: absolute;
    width: 100%;
    text-align: right;
    right: 50px;
}
.slider-carousel-active.owl-carousel .owl-dots .owl-dot span {
    border: 2px solid #fff;
    background: transparent;
    height: 17px;
    width: 17px;
    outline: none;
}
.slider-carousel-active.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #fff;
}
.slider-carousel-active.owl-carousel .owl-nav {

}
/*owl-nav*/
.slider-carousel-active.arrow-style-2 .owl-nav button {
    left: 50px;
    background-color: #292560;
    border: 1px solid #292560;
    color: #fff;
    height: 60px;
}
.slider-carousel-active.arrow-style-2 .owl-nav button.owl-next {
    left: auto;
    right: 50px;
}
/* Normal desktop :1024px. */
@media (min-width: 992px) {
    .slider-content-1 {
        margin-left: 75px;
    }
    .slider-content-2 {
        margin-left: 75px;
    }

}
/* Normal desktop :1170px. */
@media (min-width: 1100px) {
    .slider-content-1 {

    }

}
/* Default Slider Animations */
.slider-content * {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.slider-content * {}
.slider-animated-1 h1.hone {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.slider-animated-1 h1.htwo {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.slider-animated-1 h1.hthree {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.slider-animated-1 h3 {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.slider-animated-1 img {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.slider-animated-1 a {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
/* Slider Animations 2 */
.slider-animated-2 h1.hone {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.slider-animated-2 h1.htwo {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.slider-animated-2 h3.h3one {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.slider-animated-2 h3.h3two {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.slider-animated-2 a {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
/* Slider Animations 3 */
.slider-animated-3 h2 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.slider-animated-3 a {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
/* Slider Animations 4 */
.slider-animated-4 h2 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.slider-animated-4 a {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
/* ----------------------------------------------
    5. Policy area
---------------------------------------------- */
.policy-area-inner {
  background: #ffffff none repeat scroll 0 0;
  overflow: hidden;
  padding: 30px 0;
  margin-bottom: 30px;
}
.single-policy-area {
  border-right: 1px solid #ededed;
  float: left;
  margin: 0;
  padding: 0 40px;
  width: 20%;
}
.single-policy{
    display: inline-block;
    padding-left: 45px;
    position: relative;
    text-align: left;
}
.single-policy .icon {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.single-policy .icon i {
  font-size: 36px;
  color: #008bd2;
}
.single-policy h3{
    color: #333333;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}
.single-policy p{
    font-size: 14px;
    margin: 0;
}
/* ----------------------------------------------
    6. Deals Of The Day
---------------------------------------------- */
.big-product-area {
  padding-bottom: 35px;
}
.section-title h3 {
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.single-product-area .listview {
  background: #ffffff none repeat scroll 0 0;
  padding: 30px 15px;
}
.single-product-area .listview:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.single-product-area  .product-wrapper.listview .list-col4 {
  float: left;
  width: 40%;
}
.single-product-areas .listview .list-col4 {
  padding: 0 15px;
}
.single-product-areas .listview .product-image {
  position: relative;
}
.single-product-area .listview .product-image span.onsale {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #e23e57;
  border-radius: 25px;
  box-shadow: none;
  color: #e23e57;
  font-family: Open Sans,Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  height: 24px;
  left: 20px;
  line-height: 20px;
  min-height: auto;
  min-width: auto;
  padding: 0 15px;
  position: absolute;
  right: auto;
  text-shadow: none;
  text-transform: uppercase;
  top: 20px;
  z-index: 99;
}
.single-product-area .product-wrapper.listview .list-col8 {
  display: block;
  padding: 0 30px 0 15px;
  float: left;
  width: 60%;
}
.single-product-areas .listview .list-col8:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.single-product-area .listview .quickviewbtn{
  display: none;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
}
.single-product-area .product-wrapper.listview .list-col4 .quickviewbtn {
  display: block;
}
.single-product-area .listview:hover .quickviewbtn {
  transform: translate(-50%, -50%) scale(1);
}
.single-product-area .listview .quickviewbtn{
  background: rgba(18, 164, 221, 0.9) none repeat scroll 0 0;
  border-radius: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 48px;
}
.single-product-area .listview .quickviewbtn a{
  color: #ffffff;
  font-size: 21px;
}
.slick-slider .slick-slide a {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}
.product-image {
  position: relative;
  padding: 10px;
}
.list-col8 .product-info h2 a {
    color: #555555;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}
.product-carosel-area .list-col8 .product-info h2 a:hover {
  color: #008bd2;
  text-decoration: none;
}
.list-col8 .product-info span.price {
    color: #008bd2;
    display: block;
    font-size: 30px;
    font-weight: 600;
}
.list-col8 .product-info .price > del {
  color: #999999;
  font-size: 18px;
}
.product-rattings {
    margin-bottom: 7px;
    color: #FEBD69;
}
.product-desc > p {
  margin-bottom: 7px;
}
/*deal-counter*/
.deal-counter {
    margin-bottom: 20px;
}
.deal-counter .cdown {
    display: inline-block;
    text-align: center;
    position: relative;
}
.deal-counter .cdown .time-count {
    font-size: 18px;
    color: #12A4E2;
    display: block;
    line-height: 24px;
}
.deal-counter .cdown span {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    color: #12A4E2;
    display: inline;
    line-height: 24px;
    float: left;
}
.deal-counter .cdown:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
}
.deal-counter {
    border: 2px solid #008bd2;
    border-radius: 25px;
    display: inline-block;
    margin-top: 25px;
    padding: 13px 50px;
}
.deal-counter > div {
  padding-left: 40px;
  position: relative;
}
.deal-counter > div::after {
  color: #008bd2;
  content: "";
  display: inline-block;
  font-family: "Ionicons";
  font-size: 24px;
  left: 0;
  margin-right: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: top;
}
.deal-counter > div::before {
  background: #008bd2 none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 20px;
  width: 1px;
}
.product-carousel-active .owl-dots {
  display: none;
}
.product-carousel-active .owl-nav {
  position: absolute;
  right: 0;
  top: -52px;
}
.product-carousel-active .owl-nav i {
  font-size: 24px;
  color: #999999;
  font-weight: 600;
}
.product-carousel-active .owl-nav button.owl-next,
.product-carousel-active .owl-nav button.owl-prev{
    padding: 0 15px !important;
    outline: none;
}
/* ----------------------------------------------
    7. Home fullwidth banner
---------------------------------------------- */
.home-fullwidth-banner-area {
  padding-bottom: 35px;
  margin-top: 25px;
}
/* best sellers product */
.product-area {
  padding-bottom: 55px;
}
.product-area .gridview .product-image {
	overflow: hidden;
	position: relative;
	padding: 10px;
}
.product-area .gridview .product-image span.onsale {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #e23e57;
  border-radius: 25px;
  box-shadow: none;
  color: #e23e57;
  font-family: Open Sans,Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  height: 24px;
  left: 20px;
  line-height: 20px;
  min-height: auto;
  min-width: auto;
  padding: 0 15px;
  position: absolute;
  right: auto;
  text-shadow: none;
  text-transform: uppercase;
  top: 20px;
  z-index: 99;
}
.single-product-area .gridview .quickviewbtn{
  display: none;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
}
.single-product-area .product-wrapper.gridview .list-col4 .quickviewbtn {
  display: block;
}
.single-product-area .gridview:hover .quickviewbtn {
  transform: translate(-50%, -50%) scale(1);
}
.single-product-area .gridview .quickviewbtn{
  background: rgba(18, 164, 221, 0.9) none repeat scroll 0 0;
  border-radius: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 48px;
}
.single-product-area .gridview .quickviewbtn a{
  color: #ffffff;
  font-size: 21px;
}
.slick-slider .slick-slide a {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}
.single-product-area .gridview h2{
    margin-bottom: 0;
}
.single-product-area .gridview h2 a {
  color: #555555;
  display: block;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 11px;
}
.single-product-area .gridview {
  background: #ffffff none repeat scroll 0 0;
  position: relative;
}
.single-product-area .gridview .list-col8 {
  padding: 20px 20px 30px;
}
.single-product-area .gridview .list-col8 .product-info span.price {
  color: #008bd2;
  display: block;
  font-size: 20px;
  font-weight: 600;
}
.single-product-area .gridview .product-hidden {
  bottom: 0;
  display: none;
  left: 20px;
  opacity: 0;
  padding-bottom: 25px;
  position: absolute;
  right: 20px;
}
.single-product-area .gridview:hover .product-hidden {
  display: block;
  opacity: 1;
  visibility: visible;
}
.product-hidden .add-to-cart a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #008bd2;
  border-radius: 25px;
  color: #008bd2;
  display: block;
  float: left;
  font-size: 15px;
  font-weight: 600;
  height: 45px;
  letter-spacing: 0.01em;
  line-height: 40px;
  padding: 0;
  text-align: center;
  text-transform: none;
  width: 100%;
  text-decoration: none;
}
.product-hidden .add-to-cart a:hover {
  background: #008bd2 none repeat scroll 0 0;
  border-color: #008bd2;
  color: #ffffff;
}
.single-product-area .gridview .add-to-cart {
  margin-bottom: 15px;
  overflow: hidden;
}
.single-product-area .gridview .product-rattings {
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  margin: 0;
}
.single-product-area .gridview .actions {
  clear: none;
  float: right;
  margin: 0;
}
.single-product-area .gridview .actions li:first-child {
  padding-left: 0;
}
.single-product-area .gridview .actions li {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  position: relative;
}
.single-product-area .gridview .actions li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 0;
  color: #555555;
  display: block;
  font-size: 21px;
  height: 30px;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.shop-products .gridview .actions li a i {
  display: inline-block;
  font-size: 21px;
  height: 30px;
  line-height: 30px;
  vertical-align: top;
}
.single-product-area .gridview:hover {
  box-shadow: 0 0 13.5px 1.5px rgba(0, 0, 0, 0.07);
  height: auto;
  margin: -2px -2px -110px;
  padding: 2px 2px 110px;
  position: relative;
  z-index: 999;
}
.single-product-area .gridview {
  background: #ffffff none repeat scroll 0 0;
  position: relative;
}
.product-carousel-active-2 .owl-stage-outer,
.carosel-next-prive .owl-stage-outer,
.product-carousel-active-3 .owl-stage-outer {
    margin-bottom: -120px;
}
.product-carousel-active-2 .owl-stage,
.carosel-next-prive .owl-stage,
.product-carousel-active-3 .owl-stage{
    padding-bottom: 96px;
}
.product-carousel-active-2 .owl-dots,
.product-carousel-active-3 .owl-dots,
.carosel-next-prive .owl-dots,
.product-carousel-active-4 .owl-dots {
  display: none;
}
.product-carousel-active-2 .owl-nav,
.carosel-next-prive .owl-nav,
.product-carousel-active-3 .owl-nav,
.product-carousel-active-4 .owl-nav {
  position: absolute;
  right: 0;
  top: -52px;
}
.product-carousel-active-2 .owl-nav button.owl-next,
.product-carousel-active-2 .owl-nav button.owl-prev,
.carosel-next-prive .owl-nav button.owl-next,
.carosel-next-prive .owl-nav button.owl-prev,
.product-carousel-active-3 .owl-nav button.owl-next,
.product-carousel-active-3 .owl-nav button.owl-prev,
.product-carousel-active-4 .owl-nav button.owl-next,
.product-carousel-active-4 .owl-nav button.owl-prev {
  outline: medium none;
  padding: 0 15px !important;
}
.brand-zone-area .testimonial-sidebar button.owl-next {
    padding-right: 0 !important;
}
.product-carousel-active-2 .owl-nav i,
.carosel-next-prive .owl-nav i,
.product-carousel-active-3 .owl-nav i,
.product-carousel-active-4 .owl-nav i {
  color: #999999;
  font-size: 24px;
  font-weight: 600;
}
.product-carousel-active-3 .single-product-area{
    margin-bottom: 30px;
}
.top-banner {
  margin-bottom: 35px;
}
/* banner four */
.home-banner-four .col-sm-5.banner-four-one {
  -moz-box-flex: 0;
  flex: 0 0 39%;
  max-width: 39%;
}
.home-banner-four .col-sm-7.banner-four-two {
  -moz-box-flex: 0;
  flex: 0 0 61%;
  max-width: 61%;
}
.banner-four-one a,
.banner-four-two a {
  display: block;
  overflow: hidden;
}
.home-banner-four a:hover img {
  transform: scale(1.05);
}
/* ----------------------------------------------
    8. carosel product
---------------------------------------------- */
.product-carosel-area {
    padding-bottom: 20px;
    padding-top: 30px;
}
.product-carosel-area .single-product-area .listview {
  background: #ffffff none repeat scroll 0 0;
  padding: 10px 10px;
  margin: 0 3px;
}
.product-carosel-area .list-col8 .product-info h2{
    margin: 0;
}
.product-carosel-area .list-col8 .product-info h2 a {
  color: #333333;
  display: block;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 13px;
}
.product-carosel-area .list-col8 .product-info span.price {
  color: #008bd2;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px;
}
.product-carosel-area .product-wrapper.listview .list-col8 {
  float: left;
  padding-bottom: 35px;
  padding-top: 25px;
  position: relative;
  width: 60%;
}
.product-carosel-area .listview .add-to-cart {
  left: -4px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 95px;
}
.product-carosel-area .product-wrapper:hover .add-to-cart {
  opacity: 1;
}
.product-carosel-area .product-wrapper.listview .add-to-cart a {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ededed;
  border-radius: 50px;
  color: #333333;
  display: block;
  font-size: 15px;
  font-weight: normal;
  height: 40px;
  line-height: 35px;
  padding: 0 25px;
  text-decoration: none;
  width: auto;
}
.product-carosel-area .product-wrapper.listview .add-to-cart a:hover {
  background: #008bd2 none repeat scroll 0 0;
  border-color: #008bd2;
  color: #ffffff;
}
.product-carousel-active-4 .owl-nav button.owl-next{
    padding-right: 0px !important;
}
/* Banner zoon area */
.brand-zone-tab-area .brand-tab-menu{
    margin: 0 !important;
    width: 20%;
    float: left;
}
.brand-zone-tab-area .brand-tab-menu ul li {
  background: #ffffff none repeat scroll 0 0;
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
  width: 50%;
}
.brand-zone-tab-area .brand-tab-menu ul li a span {
  background: rgba(0, 0, 0, 0) none no-repeat scroll center center / cover ;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.brand-zone-tab-area .brand-tab-menu ul li a span:before {
  content: "";
  display: block;
  font-family: "Ionicons";
  font-size: 36px;
  height: 30px;
  line-height: 30px;
  margin: auto;
  text-align: center;
  width: 30px;
}
.brand-zone-tab-area .brand-tab-menu ul li:first-child a span:before {
  content: "";
}
.brand-zone-tab-area .brand-tab-menu ul li:nth-child(2) a span:before {
  content: "";
}
.brand-zone-tab-area .brand-tab-menu ul li:nth-child(3) a span:before {
  content: "";
}
.brand-zone-tab-area .brand-tab-menu ul li:nth-child(4) a span:before {
  content: "";
}
.brand-zone-tab-area .brand-tab-menu ul li:nth-child(5) a span:before {
  content: "";
}
.brand-zone-tab-area .brand-tab-menu ul li:nth-child(6) a span:before {
  content: "";
}
.brand-zone-tab-area .brand-tab-menu ul li a {
  -moz-border-bottom-colors: none !important;
  -moz-border-left-colors: none !important;
  -moz-border-right-colors: none !important;
  -moz-border-top-colors: none !important;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border-color: -moz-use-text-color #ededed #ededed -moz-use-text-color !important;
  border-image: none !important;
  border-radius: 0 !important;
  border-style: none solid solid none !important;
  border-width: medium 1px 1px medium !important;
  display: table !important;
  font-size: 13px;
  height: 130px;
  margin: 0 !important;
  padding: 0 !important;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  border-color: #ededed;
}
.brand-zone-tab-area .brand-tab-menu ul li a:hover {
  background: #008bd2 none repeat scroll 0 0 !important;
  color: #ffffff !important;
}
.brand-zone-tab-area .brand-tab-content{
    background: #ffffff none repeat scroll 0 0;
    overflow: hidden;
    width: 80%;
}
.brand-tab-content a{
  overflow: hidden;
  display: block;
}
.brand-tab-content a:hover img {
    transform: scale(1.05);
}
/* ----------------------------------------------
    9. Testimonial area
---------------------------------------------- */
.testimonial-area {
    background: #292929;
    margin-left: 0;
    margin-right: 0;
    display: block;
    font-size: 15px;
    padding: 45px 35px;
}
.testimonial-area img {
  border-radius: 100%;
  display: block;
  height: 107px;
  margin: 0 auto 35px;
  width: 107px;
}
.testimonial-area blockquote {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #d0d0d0;
  font-size: 1em;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
}
.testimonial-area blockquote p{
  color: #d0d0d0;
}
.testimonial-area span {
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin: auto;
  text-align: center;
}
.brand-zone-area .col-lg-9.hometab {
  -moz-box-flex: 0;
  flex: 0 0 77.5%;
  max-width: 77.5%;
}
.brand-zone-area .col-lg-3.hometestimonial {
  -moz-box-flex: 0;
  flex: 0 0 22.5%;
  max-width: 22.5%;
}
/* ----------------------------------------------
    10. Brand logo area
---------------------------------------------- */
.brand-logo-area {
    background: #fff;
    padding: 55px 0;
    margin-top: 40px;
}
.brand-logo-area .owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
}
.brand-logo-area .owl-nav .owl-next {
    position: absolute;
    right: 0;
    font-size: 24px !important;
    color: #999 !important;
    outline: none;
}
.brand-logo-area .owl-nav .owl-prev{
    font-size: 24px !important;
    color: #999 !important;
    outline: none;
}
.brand-logo-area .owl-dots{
  display: none;
}
.brand-logo a{
  overflow: hidden;
  display: block;
}
.brand-logo a:hover img {
    transform: scale(1.05);
}
/* ----------------------------------------------
    11. newsletter area
---------------------------------------------- */
.newsletter-area{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    background-color: #008bd2 !important;
    margin-top: 60px;
}
.about-page .newsletter-area,
.contact-us .newsletter-area {
    margin-top: 0;
}
.newsletter-text {
    display: inline-block;
    margin: 0;
    max-width: 100%;
    text-align: left;
    vertical-align: middle;
}
.newsletter-text {
    padding-left: 70px;
    position: relative;
    margin-right: 50px;
}
.newsletter-area .newsletter-text .icon {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.newsletter-area .newsletter-text .icon i.icon {
    display: inline-block;
    height: auto;
    line-height: inherit;
    margin: 0;
    vertical-align: middle;
    width: auto;
    color: #fff;
    font-size: 64px;
}
.newsletter-area .newsletter-text h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top:0;
    text-transform: uppercase;
}
.newsletter-area .newsletter-text h4 {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
}
.newsletter-area .newsletter {
    margin: 0;
    display: inline-block;
    max-width: 100%;
    text-align: left;
    vertical-align: middle;
}
.newsletter .newsletter-box form input[type="email"] {
    background: #fff;
    border: none;
    color: #a7a7a7;
    font-size: 1em;
    float: left;
    height: 54px;
    line-height: 54px;
    font-style: italic;
    padding: 0 15px;
    text-align: left;
    width: 640px;
    margin-bottom: 0;
    border-radius: 5px 0 0 5px;
}
.newsletter .newsletter-box form button[type="submit"] {
    background: #333;
    border: none;
    color: #fff;
    display: block;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 1em;
    float: left;
    height: 54px;
    border-radius: 0 5px 5px 0px;
    line-height: 54px;
    font-weight: bold;
    padding: 0 20px;
}
.newsletter .newsletter-box form button[type="submit"]:hover {
    color: #008bd2;
}
.footer-social .social-icons {
    padding: 0;
    text-align: right;
    margin-bottom: 0;
}
.footer-social .social-icons li {
    display: inline-block;
    margin: 0 20px 0 0;
    position: relative;
    vertical-align: middle;
    list-style-type: none;
}
.footer-social .social-icons li a {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    width: 48px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.footer-social .social-icons li a:hover {
    background: #fff;
    border-color: #fff;
    color: #008bd2;
}
.footer-social .social-icons li a i {
    font-size: 18px;
    line-height: inherit;
}
/* ----------------------------------------------
    12. footer policy
---------------------------------------------- */
.footer-policy-area {
    background: #fff;
    border-bottom: 1px solid #ededed;
}
.footer-policy-area .row {
	padding: 0 15px;
}
.footer-policy-area .foo-pol {
    border-right: 1px solid #ededed;
    padding: 60px 20px;
}
.footer-policy-area .foo-pol:first-child {
    border-left: 1px solid #ededed;
}
.footer-policy-box{
  text-align: center;
}
.footer-policy-box p i.icon {
    border: 1px solid #008bd2;
    color: #008bd2;
    height: 68px;
    line-height: 68px;
    font-size: 36px;
    margin-bottom: 15px;
    text-align: center;
    width: 68px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
}
.footer-policy-box p {
    text-align: center;
    margin-bottom: 10px;
}
.footer-policy-box p:last-child{
  margin-bottom: 0;
}
.footer-policy-box h3 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0px;
    text-transform: uppercase;
}
/* footer main */
.footer-main {
    margin-bottom: 0px !important;
    padding-top: 60px !important;
    padding-bottom: 35px !important;
    background: #fff;
}
.footer-logo-area a{
  margin-bottom: 20px;
  display: block;
}
.footer-logo-area ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer-logo-area ul li {
    margin-bottom: 12px;
}
.footer-logo-area ul li h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2px;
}
/* footer menu */
.footer-menu h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    text-transform: uppercase;
}
.footer-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer-menu ul li {
    line-height: 1.4;
    margin-bottom: 15px;
}
.footer-menu ul li a {
    color: #555555;
    display: inline-block;
    padding-left: 15px;
    position: relative;
}
/*.footer-menu ul li a:hover {
    color: #008bd2;
    margin-left: 15px;
    text-decoration: none;
}*/
.footer-menu ul li a:before {
    content: '\f3d3';
    display: block;
    font-family: 'Ionicons';
    left: 0;
    position: absolute;
    top: 50%;
    width: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* footer bottome */
.footer-bottome {
    padding-top: 55px !important;
    padding-bottom: 58px !important;
    background-color: #f5f5f5 !important;
}
.footer-bottome .widget.widget_nav_menu {
    line-height: 1.1;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 10px;
}
.footer-bottome .widget.widget_nav_menu:last-child{
  margin-bottom: 0;
}
.footer-bottome .widget.widget_nav_menu h2 {
    color: #333;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin: 0 10px 0 0;
    width: auto;
}
.footer-bottome .widget.widget_nav_menu h2:after {
    content: ':';
    display: inline-block;
    margin-left: 5px;
}
.footer-bottome .widget.widget_nav_menu > div {
    display: inline-block;
}
.footer-bottome .widget.widget_nav_menu ul {
    margin-bottom: 0;
}
.footer-bottome .widget.widget_nav_menu ul li {
    display: inline-block;
    font-size: 13px;
    margin: 0 0 2px 0;
}
.footer-bottome .widget.widget_nav_menu ul li:after {
    content: '/';
    display: inline-block;
    margin: 0 0 0 4px;
}
.footer-bottome .widget.widget_nav_menu ul li:last-child:after {
    content: '';
    display: inline-block;
    margin: 0 0 0 4px;
}
.footer-bottome .widget.widget_nav_menu ul li a {
    color: #555555;
    text-decoration: none;
}
.footer-bottome .widget.widget_nav_menu ul li a:hover {
    color: #008bd2;
}
/* footer copyright */
.footer-copyright-area {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    background-color: #292929 !important;
}
.footer-copyright-area p{
  color: #cacaca;
  margin-bottom: 0;
}
.footer-copyright-area img{
  float: right;
}
/* ----------------------------------------------
    13. Single Product Page
---------------------------------------------- */
.single-product-page .menu-hidden {
    display: none;
}
.breadcrumbs-container {
    background: #fff;
    padding: 25px 0;
}
.woocommerce-breadcrumb, .breadcrumbs {
    color: #008bd2;
    display: block;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 1em;
    margin: 0;
    padding: 0;
}
.woocommerce-breadcrumb a, .breadcrumbs a {
    color: #555555;
    display: inline;
    text-decoration: none;
}
.woocommerce-breadcrumb a:hover, .breadcrumbs a:hover {
    color: #008bd2;
}
.woocommerce-breadcrumb .separator, .breadcrumbs .separator {
    display: inline;
    font-size: 0;
    margin: 0 12px;
}
.woocommerce-breadcrumb .separator::before, .breadcrumbs .separator::before {
    color: #555555;
    content: '\f3d3';
    font-family: 'Ionicons';
    font-size: 14px;
}
.slick-dotted.slick-slider {
    text-align: center;
}
.slick-dotted.slick-slider .slick-slide img {
    display: inherit;
}
/* page title */
.entry-header {
    margin: 0 0 50px;
    margin-top: 50px;
}
.entry-header .entry-title {
    color: #000;
    font-size: 40px;
    margin: 0;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
button.owl-dot {
  outline: none;
}

/*  sigle product images  */
.single-product-wrapper {
    background: #fff;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
}
.single-product-info h1 {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.single-product-info span.price {
  color: #008bd2;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  display: block;
  padding: 30px 0;
}
.single-product-info span.price del {
  color: #999;
  font-size: .75em;
  font-weight: normal;
}
.box-quantity.d-flex {
  margin-bottom: 30px;
}
.box-quantity form input {
  background: #fff;
  border: 1px solid #ededed;
  float: left;
  height: 45px;
  width: 65px;
  line-height: 43px;
  margin-right: 15px;
  padding: 0 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.box-quantity a.add-cart {
  background: none;
  border: 2px solid #008bd2;
  color: #008bd2;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  height: 45px;
  letter-spacing: 0;
  line-height: 41px;
  margin: 0;
  padding: 0 40px;
  -webkit-border-top-left-radius: 25px;
  border-top-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -webkit-border-top-right-radius: 25px;
  border-top-right-radius: 25px;
  -moz-border-radius-topright: 25px;
  -webkit-border-bottom-left-radius: 25px;
  border-bottom-left-radius: 25px;
  -moz-border-radius-bottomleft: 25px;
  -webkit-border-bottom-right-radius: 25px;
  border-bottom-right-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  text-decoration: none;
  text-transform: capitalize;
}
.box-quantity a.add-cart:hover{
  background: #008bd2;
  color: #fff;
}
.wishlist-compear-area{}
.wishlist-compear-area a{
  background: none;
  border: 1px solid #ededed;
  color: #333;
  display: inline-block;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  height: 45px;
  letter-spacing: 0;
  line-height: 43px;
  margin-bottom: 20px;
  overflow: visible;
  position: relative;
  text-align: center;
  text-transform: none;
  vertical-align: middle;
  width: 170px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin-right: 15px;
  text-decoration: none;
}
.wishlist-compear-area a i{
  font-size: 16px;
  margin-right: 8px;
}
.wishlist-compear-area a:hover{
  background: #008bd2;
  border-color: #008bd2;
  color: #fff;
}
.product_meta {
  margin-top: 20px;
  margin-bottom: 13px;
  width: 100%;
}
.product_meta span.posted_in{
  color: #333;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin-right: 10px;
  text-transform: uppercase;
}
.product_meta span.posted_in a{
  color: #555555;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: none;
}
.single-product-sharing {
  border-top: 1px solid #ededed;
  margin-bottom: 0;
  padding: 7px 0;
  width: 100%;
}
.single-product-sharing h3{
  margin: 0;
  color: #333;
  display: inline-block;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin-right: 15px;
  text-transform: uppercase;
}
.single-product-sharing ul{
  display: inline-block;
  list-style: none;
  padding: 0;
}
.single-product-sharing ul li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 15px;
  position: relative;
}
.single-product-sharing ul li a{
  color: #555555;
  display: block;
  font-size: 16px;
  text-align: center;
}
.single-product-wrapper .row .col-md-7 {
    width: 41.66666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}
.single-product-wrapper .row .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.easyzoom-flyout img{
}
.product-details-tab .product-details-large{
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.product-details-tab .product-details-small {
    height: 100%;
    left: 30px;
    margin-top: 15px;
    position: absolute;
    overflow: hidden;
    top: 0;
    width: 150px;
}
.product-details-tab {
    padding-left: 195px;
    margin-right: -45px;
}
.product-details-tab {
    padding-left: 150px;
    margin-right: -45px;
}
.modal-body .product-details-tab {
    padding-left: 0;
    margin-right: 0;
}
.modal-body .product-details-tab .product-details-small {
    height: 100%;
    position: inherit;
    width: 100%;
}
.modal-close-btn button.close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
    outline: none;
}
/* product description */
.product-description-area {
    margin-bottom: 55px;
}
.single-related-product-area .section-title{
  margin-bottom: 35px;
}
.product-description-area ul {
    background: none;
    border: none;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: center;
    width: 450px;
    margin: auto;
    margin-bottom: 20px;
}
.product-description-area ul li{}
.product-description-area ul li a.active{
  background: none;
  color: #333;
}
.product-description-area ul li {
    background: none;
    border: none;
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0 50px;
    position: relative;
    z-index: 99 !important;
}
.product-description-area ul li:first-child:before {
    background: #333;
    border: none;
    content: '';
    display: block;
    height: 17px;
    left: auto;
    position: absolute;
    right: 0;
    top: 20px;
    width: 1px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.product-description-area ul li a {
    border: none;
    color: #999;
    display: block;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 16px 0;
    position: relative;
    text-decoration: none;
    text-shadow: none !important;
    text-transform: uppercase;
    outline: none;
}
.product-description-area .tab-content {
    background: #fff;
    padding: 20px 30px;
}
.product-review-area ol {
    list-style: none;
}
.product-review-area .commentlist li .comment-avatar {
    float: left;
    margin-right: 20px;
}
.product-review-area .commentlist li .comment-info {
    border: none;
    overflow: hidden;
    position: relative;
    border: 1px solid #ededed;
    padding: 10px;
}
.product-review-area .commentlist li .comment-info p{
  margin: 0;
}
.single-product-info {
    padding-top: 20px;
}

/* related product */
.single-related-product-area {
    margin-bottom: 100px;
}
.related-product {
    width: 20%;
    padding: 0 15px;
}
/*.modal-dialog {
  max-width: 992px;
  margin: 1.75rem auto;
}*/
.modal-tab-menu .nav a {
  width: 100px;
  width: 100px;
}
/* Product categori area */
.product-categori-area {
    margin-bottom: 60px;
}
.single-categori {
  background: #fff;
  border: 1px solid #ededed;
  text-align: center;
  padding-top: 5px;
}
.categori-text {
    margin-bottom: 35px;
}
.categori-text a {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}
.categori-text a:hover {
    color: #46B7B9;
}
.categori-images {
    margin-bottom: 35px;
	overflow: hidden;
}
.categori-images a:hover img {
    transform: scale(1.05);
}
/* categori sidebar and content */
.sidebar-and-content-area .sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 16.67%;
    max-width: 16.67%;
}
.sidebar-and-content-area .categori-menu {
    background: #46B7B9;
    border-radius: 0;
    position: relative;
}
.sidebar-and-content-area .categories-menu-wrapper .categori-menu > span::after {
    right: 20px !important;
    position: absolute;
    left: inherit;
}
.categories-menu-wrapper .categori-menu nav > ul,
.categories-menu-wrapper .categori-menu nav > ul > li > a {
    background: #46B7B9;
}
.categories-menu-wrapper .categori-menu nav .categori-menu-list {
    border-color: #46B7B9;
}
.categories-menu-wrapper .categori-menu nav .categori-menu-list > li > a {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    color: #fff;
}
.sidebar-and-content-area .product-carousel-active-2 {
    border: 1px solid #ededed;
    padding-bottom: 25px;
}
.sidebar-and-content-area .section-title h3 {
    margin-top: 0px;
}
.categori-images a:hover img {
    transform: scale(1.05);
}
/* tab product area */
.tab-area-product {
    margin-bottom: 55px;
}
.tab-area-product .home-tabs-title {
    list-style-type: none;
    padding-bottom: 20px;
}
.tab-area-product .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
.tab-area-product .home-tabs-title li {
    display: inline-block;
    margin: 0 40px 0 0;
    vertical-align: middle;
}
.tab-area-product .home-tabs-title li a {
    color: #838383;
    cursor: pointer;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
}
.tab-area-product .home-tabs-title li.active a,
.tab-area-product .home-tabs-title li a:hover {
    color: #333;
}
.tab-area-product .tab-content {
    background: #fff;
    border: 1px solid #ededed;
    padding: 2px;
    padding-bottom: 25px;
}
.tab-area-product span.onsale {
    display: none;
}


/* home two product carosel  */
.mini-product{
  padding-bottom: 35px;
}
.mini-product.carosel-next-prive .owl-nav button.owl-next{
  padding: 0 5px 0 15px !important;
}
.sidebar .carosel-next-prive .owl-nav{
  top: -45px;
  color: #333;
}
.sidebar-and-content-area .sidebar .product-carousel-active-4,
.sidebar-and-content-area .sidebar .sidebar-product-area .product-area-inner {
    background: #fff;
    border: 1px solid #ededed;
    padding: 2px;
}
.sidebar-and-content-area .sidebar .list-col8 .product-info h2{
  margin: 0;
}
.sidebar-and-content-area .sidebar .list-col8 .product-info h2 a {
    color: #555555;
    display: block;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 11px;
}
.sidebar-and-content-area .sidebar .list-col8 .product-info span.price {
    color: #46b7b9;
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.sidebar-and-content-area .sidebar .product-rattings,
.sidebar-and-content-area .sidebar .add-to-cart,
.sidebar-and-content-area .sidebar .single-product-area .product-wrapper.listview .list-col4 .quickviewbtn {
    display: none;
}
.sidebar-and-content-area .sidebar .newarival-sidebar .product-rattings,
.sidebar-and-content-area .sidebar .newarival-sidebar .add-to-cart{
  display: block;
}
.sidebar-and-content-area .sidebar .product-info {
    margin-top: 15px;
}
.sidebar-and-content-area .sidebar .single-product-area .listview {
    padding: 0px 0;
}
.sidebar-and-content-area .sidebar .section-title h3 {
    background: #ffcd38;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 15px 18px;
    text-transform: uppercase;
}
.sidebar-and-content-area .sidebar .product-carousel-active-4 .owl-nav {
    position: absolute;
    right: 15px;
    top: -45px;
}
.sidebar-and-content-area .sidebar .product-carousel-active-4 .owl-nav i {
    color: #333;
}
/* ----------------------------------------------
    15. home page three
---------------------------------------------- */
.product-categori-area-two {
    background: #fff;
    padding: 20px;
}
.product-categori-area-two .single-categori {
    border: 0px solid #ededed;
    margin-top: 15px;
}
.product-categori-area-two .categori-text {
    margin-bottom: 0;
}
.product-categori-area-two .categori-text a:hover {
    color: #ec5a4a;
}
.tab-product-area-home-three .tab-area-product {
    margin-bottom: 55px;
    background: #fff;
    padding: 20px;
}
.tab-product-area-home-three .tab-area-product .tab-content {
    background: #fff;
    border: 0px solid #ededed;
    padding: 0px;
}
.tab-product-area-home-three .home-tabs-title {
    border-bottom: 1px solid #ededed;
    list-style-type: none;
    margin-bottom: 0;
    padding: 12px 0;
}
.tab-product-area-home-three .tab-area-product .home-tabs-title li a {
    padding: 13px 0;
}
.tab-product-area-home-three .tab-area-product .home-tabs-title li a.active,
.tab-product-area-home-three .tab-area-product .home-tabs-title li a:hover {
    color: #333;
    border-bottom: 1px solid #ec5a4a;
}
/* ----------------------------------------------
    16. home page four
---------------------------------------------- */
.four-single-banner-text .four-banner-img a {
    position: relative;
}
.four-single-banner-text .four-banner-img a {
    position: relative;
    display: block;
}
.four-single-banner-text .four-banner-img a:before {
    background: rgba(38,215,247,0.5);
    bottom: 0;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    display: block;
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
}
.four-single-banner-text .four-banner-img:hover a:before {
    filter: alpha(opacity=100);
    opacity: 1;
}
.four-single-banner-text .four-banner-text h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
}
.four-single-banner-text .four-banner-text {
    left: 50%;
    margin: 0;
    margin-right: -50%;
    max-width: 80%;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 3;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    filter: alpha(opacity=0);
    opacity: 0;
}
.four-single-banner-text:hover .four-banner-text  {
    filter: alpha(opacity=100);
    opacity: 1;
}
/* ----------------------------------------------
    17. shop page style
---------------------------------------------- */
.shop-page-wraper {
    padding-bottom: 25px;
    padding-top: 60px;
}
.shop-page-wraper .sidebar-shop {
    max-width: 16.66666667%;
}
.shop-page-wraper .shop-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
}
.sidebar-product-categori .widget-title h3 {
    color: #333;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    background: #f5f5f5;
    padding-bottom: 15px;
}
.sidebar-product-categori .widget-content {
    float: left;
    margin: 0 0 35px;
    width: 100%;
    background: #fff;
    padding: 20px 25px;
}
.sidebar-product-categori .widget-content ul{
  margin-bottom: 0;
}
.sidebar-product-categori .widget-content ul li {
    border-bottom: 1px solid #ededed;
    list-style-type: none;
    margin: 0;
    padding-right: 20px;
}
.sidebar-product-categori .widget-content ul li:last-child {
    border-bottom: 0px solid #ededed;
}
.sidebar-product-categori .widget-content ul li a {
    display: inline-block;
    padding: 10px 0;
}
/* price rang */
#price-range {
    background: #e1e1e1 none repeat scroll 0 0;
    border: medium none;
    border-radius: 50px;
    float: left;
    height: 10px;
    margin-top: 14px;
    width: 100%;
}
#price-range .ui-slider-range {
    background-color: #12A4DD;
    border-radius: 0;
}
#price-range .ui-slider-handle {
    background-color: #12A4DD;
    border: 6px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    height: 21px;
    top: -6px;
    transition: none 0s ease 0s;
    width: 21px;
    box-shadow: 0px 0px 6.65px 0.35px rgba(0,0,0,0.15);
}
.price-values {
    float: left;
    margin-top: 29px;
    width: 100%;
}
.price_text_btn {
    display: inline-block;
    margin-top: 8px;
    overflow: hidden;
}
.price-values span {
    color: #6f6f6f;
    display: block;
    float: left;
    font-family: droidserifregular;
    font-size: 14px;
    line-height: 23px;
    margin-right: 6px;
}
.price-values input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #434343;
    display: block;
    float: left;
    font-size: 15px;
    height: 23px;
    margin-left: 3px;
    margin-top: 0px;
    padding: 0;
    width: 105px;
    margin-bottom: 0;
}
.price-values .button {
    float: right;
}
.price-values .button {
    background: #008bd2 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    height: 35px;
    letter-spacing: 0;
    line-height: 35px;
    margin-top: 2px;
    padding: 0 15px;
    text-transform: capitalize;
}
.price-values .button:hover{
  background: #333;
  color: #fff;
}
.product_list_widget > li {
    display: block;
    margin-bottom: 42px;
    overflow: hidden;
}
.product_list_widget .product-image {
    float: left;
    width: 30%;
}
.product_list_widget .product-image a {
    display: block;
}
.product_list_widget .product-info {
    float: left;
    padding-left: 20px;
    width: 70%;
}
.widget-content ul.product_list_widget{
  padding: 0;
  margin: 0;
}
.widget-content ul.product_list_widget li.widget-mini-product{
  padding: 0;
  margin-bottom: 20px;
  border: none;
}
.widget-content ul.product_list_widget li.widget-mini-product:last-child{
  padding: 0;
  margin-bottom: 0px;
}
.product_list_widget li.widget-mini-product .product-info a {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    text-transform: none;
    padding: 0;
}
.product_list_widget .star-rating {
    margin-bottom: 4px;
    margin-top: 6px;
    overflow: hidden;
}
.rating-box {
    line-height: 16px;
}
.rating-box span i{
    color: #febd69;
}
.product_list_widget .product-info .woocommerce-Price-amount {
    color: #008bd2;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 6px;
    overflow: hidden;
}
.sidebar-single-banner{
  margin-bottom: 30px;
}
.sidebar-single-banner a {
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.sidebar-single-banner a:hover img {
    transform: scale(1.05);
}
.product-tags{}
.product-tags a {
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 5px;
}
.product-tags a:hover{}
/* shop page content */
.shop-banner {
    margin-bottom: 50px;
}
.product-toolbar {
    color: #333;
    margin-bottom: 10px;
    position: relative;
}
.product-toolbar .topbar-title {
    float: left;
    margin: 0;
}
.product-toolbar .topbar-title h1 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;
}
.product-toolbar .product-toolbar-inner {
    float: right;
}
.product-toolbar .product-view-mode {
    float: right;
    position: relative;
    z-index: 2;
}
.product-view-mode{}
.product-view-mode ul.nav-tabs {
  border-bottom: 0px solid #dee2e6;
}
.product-view-mode ul li{}
.product-view-mode ul li:last-child a{
    margin-right: 0;
}
.product-view-mode ul li a.active{
  color: #008bd2;
}
.product-view-mode ul li a{
  border: none;
  color: #333;
  float: left;
  height: 40px;
  line-height: 40px;
  margin-right: 20px;
  outline: none;
}
.product-view-mode ul li a i{
    font-size: 38px;
}
.product-toolbar .woocommerce-result-count {
    float: right;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    margin-right: 70px;
    text-align: right;
}
.product-toolbar .woocommerce-ordering {
    float: right;
    margin: 0;
    margin-right: 40px;
    position: relative;
}
.product-toolbar  .woocommerce-ordering .orderby-wrapper label {
  font-size: 1em;
  font-weight: 600;
  margin-right: 10px;
  line-height: 40px;
}
.product-toolbar  .woocommerce-ordering .orderby-wrapper .nice-select {
  display: inline-block;
  font-size: 1em;
  padding: 0;
  vertical-align: top;
  float: right;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: 40px;
  line-height: 38px;
  min-width: 180px;
  padding: 0 15px;
  text-align: left;
}
.product-toolbar .woocommerce-result-count {
    float: right;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    margin-right: 70px;
    text-align: right;
}
.shop-page-product-area {
    display: block;
    clear: both;
    padding-top: 30px;
}
.shop-page-product-area .single-product-area {
    margin-bottom: 30px;
}
/* ----------------------------------------------
    18. shop product list view
---------------------------------------------- */
.shop-page-product-area .single-product-area .product-wrapper.listview .list-col4 {
    width: 20%;
}
.shop-page-product-area .single-product-area .product-wrapper.listview .list-col8 {
    width: 80%;
}
.shop-page-product-area .listview .list-col8 .product-info {
    float: left;
    padding-right: 30px;
    width: 70%;
}
.shop-page-product-area .listview .list-col8 .actions-wrapper {
    border-left: 1px solid #ededed;
    float: right;
    padding: 0 30px;
    width: 30%;
}
.shop-page-product-area .single-product-area .gridview .add-to-cart {
    margin-bottom: 15px;
    overflow: hidden;
}
.shop-page-product-area .listview .add-to-cart {
    margin-bottom: 15px;
    overflow: hidden;
}
.shop-page-product-area .actions-wrapper .add-to-cart a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #008bd2;
    border-radius: 25px;
    color: #008bd2;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: 600;
    height: 45px;
    letter-spacing: 0.01em;
    line-height: 41px;
    padding: 0;
    text-align: center;
    text-transform: none;
    width: 100%;
    text-decoration: none;
}
.shop-page-product-area .actions-wrapper .add-to-cart a:hover {
    background: #008bd2 none repeat scroll 0 0;
    border-color: #008bd2;
    color: #ffffff;
}
.shop-page-product-area .listview .actions li a {
    background: transparent;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-transform: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-decoration: none;
}
.shop-page-product-area .listview .actions li a:hover{
  color: #008bd2;
}
.shop-page-product-area .listview .actions li a i {
    display: inline-block;
    float: left;
    font-family: 'Ionicons';
    font-size: 21px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    vertical-align: top;
}
.shop-page-product-area .product-info h2 {
    margin: 0;
}
.shop-page-product-area #list .single-product-area {
    margin-bottom: 0px;
}
.shop-content nav.woocommerce-pagination {
    text-align: center;
}
nav.woocommerce-pagination {
    margin: 30px 0;
    width: 100%;
}
nav.woocommerce-pagination ul.page-numbers {
    border: none;
    margin: 0;
    text-align: right;
    width: 100%;
}
nav.woocommerce-pagination ul.page-numbers li {
    border: none;
    display: inline-block !important;
    float: none;
    margin-right: 5px;
    vertical-align: middle;
}
nav.woocommerce-pagination ul.page-numbers li span.current,
nav.woocommerce-pagination ul.page-numbers li a:hover {
    background: #008bd2;
    color: #fff;
}
nav.woocommerce-pagination ul.page-numbers li a,
nav.woocommerce-pagination ul.page-numbers li span {
    background: #fff;
    color: #333;
    font-size: 15px;
    font-weight: normal;
    height: 42px;
    line-height: 42px;
    min-width: 0;
    padding: 0 8px;
    text-align: center;
    width: 42px;
    display: block;
    text-decoration: none;
    outline: none;
}
/* ----------------------------------------------
    19. about us
---------------------------------------------- */
.about-page-area {
    background: #fff;
}
.about__us_page_area .container-fluid .col-md-6.col-xs-12 {
  padding: 0;
}

.about__us_page_area .wpb_wrapper>h3 {
  font-size: 31px;
  font-weight: bolder;
  margin-bottom: 39px;
  text-align: center;
}
.about__us_page_area .banner_h2_Right_text {
  max-width: 100%;
  padding: 100px 50px;
}
.about__us_page_area .wpb_wrapper>p {
  color: #6f6f6f;
  font-size: 15px;
  text-align: justify;
}
.about__us_page_area .wpb_wrapper p>a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #434343;
  color: #6f6f6f;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  height: 40px;
  line-height: 38px;
  margin-top: 26px;
  padding: 0 31px;
  text-align: center;
}
.about__us_page_area .wpb_wrapper p>a:hover {
  background: #12A4DD none repeat scroll 0 0;
  border-color: #12A4DD;
  color: #fff;
}
.funfact:before {
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
element {

}
.about__us_page_area .container-fluid .col-md-12.col-lg-6.col-xs-12 {
  padding: 0;
}
.funfact {
  color: #fff;
  overflow: hidden;
  padding: 93px 15px;
  position: relative;
  text-align: center;
}
.funfacts div[class^="col-"]:nth-child(n) .funfact {
  background: #f3f3f3 none repeat scroll 0 0;
}
.funfacts div[class^="col-"]:nth-child(2n) .funfact {
  background: #e8e8e8 none repeat scroll 0 0;
}
.fun__fact_img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.fun_fact_info {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.funfact h1 {
  color: #434343;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0;
}
.funfact h5 {
  color: #434343;
  font-size: 12px;
  font-weight: 600 !important;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.funfact:hover:before {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.funfact:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.abou_skrill__area .container-fluid .row div[class^="col-md-"] {
  padding: 0;
}
.abou_skrill__area .banner_h2__left_image.lft_to_right>img {
  position: relative;
  right: 0;
  width: 100%;
}
.pg-advisor__progress {
  width: 65%;
}
.abou_skrill__area .progress {
  background: #f7f7f7 none repeat scroll 0 0;
  border-radius: 3px;
  height: 16px;
  margin-bottom: 8px;
  margin-top: 25px;
  overflow: visible;
}
.abou_skrill__area {
  margin-top: 27px;
  overflow: hidden;
}
.abou_skrill__area {
  margin-top: 0;
  overflow: hidden;
}
.abou_skrill__area .progress span {
  color: #d0d0d0;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: -35px;
  -webkit-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
}

.abou_skrill__area .progress-bar {
  background: #7b7b7b none repeat scroll 0 0;
  border-radius: 3px;
  margin-left: 2px;
  position: relative;
}
.skrill_here {
  padding: 100px 162px 40px 137px;
}
.progress .p_g_title>p {
  color: #fff;
  padding-left: 60px;
  text-align: left;
  text-transform: uppercase;
}
.skrill_here .p_g_title {
  height: 100%;
  left: 0;
  position: absolute;
  text-align: left;
  top: -4px;
  width: 100%;
}
.abou_skrill__area .progress span {
  background: #3e3e3e none repeat scroll 0 0;
  border: 3px solid #a0a0a0;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  height: 40px;
  left: -22px;
  line-height: 33px;
  padding-top: 0;
  position: absolute;
  text-align: center;
  top: -13px;
  width: 40px;
}
.bar__span.wow.slideInLeft {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 999999;
}
.progress {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 30px;
  box-shadow: none;
  height: 24px;
  overflow: visible;
}
.progress-bar {
  background: #8d98aa none repeat scroll 0 0;
  border-radius: 30px;
  box-shadow: none;
  position: relative;
  visibility: visible;
  animation-duration: 1.5s;
  animation-delay: 1.2s;
  animation-name: fadeInLeft;
}
.width80{width: 80%;}
.width90{width: 90%;}
.width70{width: 70%;}
.width95{width: 95%;}
.progress-bar .text-top {
  background: #363f4d none repeat scroll 0 0;
  border-radius: 50%;
  font-size: 12px;
  height: 42px;
  left: 0;
  line-height: 42px;
  position: absolute;
  text-transform: uppercase;
  top: -9px;
  width: 42px;
}
.skill-bar-item {
  padding-bottom: 6px;
  position: relative;
}
.skill-bar-item>span {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin-left: 50px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}
.skill-bar {
  overflow: hidden;
  padding-top: 9px;
}
/* ----------------------------------------------
    20. Contact page
---------------------------------------------- */
.contact-page-map .container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
#map{height: 400px;}
.contact-address-area {
  background-color: #F5F5F5;
  padding: 70px 60px !important;
}
.contact-form-inner {
  background: #fff none repeat scroll 0 0;
  padding: 100px 60px !important;
}
.contact-form-area .container-fluid .col-md-6.col-xs-12 {
  padding: 0;
}
.contact-address-area h2,
.contact-form-inner h2 {
  color: #434343;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.35;
  margin-bottom: 35px;
}
.styles___1 .footer-nav ul a:hover {
  color: #12A4DD;
}
.contact-address-area p {
  margin-bottom: 35px;
}
.contact-address-area ul {
  margin-bottom: 35px;
  max-width: 380px;
  padding: 0;
}
.contact-address-area ul li {
  border-top: 1px solid #e4e4e4;
  color: #6f6f6f;
  list-style: outside none none;
  padding: 10px 0;
}
.contact-address-area ul li i {
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.contact-address-area h3 {
  color: #434343 !important;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
  margin: 0 0 5px;
}
.contact-form-inner .col input {
  background: #f2f2f2 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  font-size: 14px;
  height: 46px;
  margin-bottom: 20px;
  padding-left: 15px;
  width: 100%;
}
.contact-form-inner .col input:focus {
  outline: medium none;
}
:focus {
  outline: medium none;
}
.contact-form-inner .col textarea {
  background: #f2f2f2 none repeat scroll 0 0;
  border: medium none;
  font-size: 14px;
  border-radius: 0;
  height: 135px;
  padding-left: 15px;
  width: 100%;
}
.contact-submit {
  margin-top: 30px;
}
.contact-submit input {
  background: #666;
  border: 2px solid #666;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 45px;
  letter-spacing: 0;
  line-height: 42px;
  outline: medium none;
  overflow: hidden;
  padding: 0;
  text-align: center;
  text-shadow: none;
  text-transform: capitalize;
  vertical-align: middle;
  white-space: nowrap;
  width: 150px;
}
.contact-submit input:hover {
  background: #12A4DD;
  border: 2px solid #12A4DD;
  color: #fff;
}
/* ----------------------------------------------
    21. Cart & Wish List CSS
---------------------------------------------- */
.cart-page-area .section-title h2,
.coupon-area .section-title h2 {
    text-transform: capitalize;
    color: #555;
    font-weight: 500;
}
.cart-page-area form{
  background: #fff;
  margin-bottom: 70px;
  padding: 50px 30px;
}
.cart-page-area {}
.shipping_method input {
    background: #eceff8 none repeat scroll 0 0;
    border: 2px solid #eceff8;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #626262;
    font-size: 14px;
    height: 45px;
    padding-left: 10px;
    width: inherit;
}
.cart-title-area {
    padding-top: 30px;
}
.car-header-title {}
.car-header-title h2 {
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
}
.table-content table {
    background: #fff none repeat scroll 0 0;
    border-color: #e5e5e5;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    text-align: center;
    width: 100%;
}
.table-content table th {
    border-top: medium none;
    font-weight: normal;
    padding: 20px 10px;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 500;
}
.table-content table th,
.table-content table td {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.table-content table td {
    border-top: medium none;
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 13px;
}
.table-content table td input {
    background: #e5e5e5 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #6f6f6f;
    font-size: 15px;
    font-weight: normal;
    height: 40px;
    padding: 0 5px 0 10px;
    width: 60px;
}
.table-content table td.product-subtotal {
    font-size: 14px;
    font-weight: 500;
    width: 120px;
}
.table-content table td.product-name a,
.product-stock-status span {
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
    color: #6f6f6f;
    text-transform: capitalize;
}
.product-stock-status span {
    font-weight: normal;
    color: #12A4DD;
}
.table-content table td.product-name {
    width: 270px;
}
.table-content table td.product-thumbnail {
    width: 100px;
}
.table-content table td.product-remove i {
    color: #919191;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.table-content table .product-price .amount {
    font-size: 15px;
    font-weight: 500;
}
.table-content table td.product-remove i:hover {
    color: #12A4DD;
}
.table-content table td.product-quantity {
    width: 180px;
}
.table-content table td.product-remove {
    width: 150px;
}
.table-content table td.product-price {
    width: 130px;
}
.table-content table td.product-name a:hover,
.buttons-cart a:hover {
    color: #12A4DD;
}
.product-thumbnail img {
    width: 100%;
}
.buttons-cart {
    margin-bottom: 30px;
    overflow: hidden;
}
.buttons-cart input,
.coupon input[type="submit"],
.buttons-cart a,
.coupon-info p.form-row input[type="submit"] {
    background: #363f4d none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0 15px;
    text-shadow: none;
    text-transform: uppercase;
    white-space: nowrap;
    width: inherit;
}
.wc-proceed-to-checkout {
    clear: both;
    display: block;
}
.buttons-cart input:hover,
.coupon input[type="submit"]:hover,
.buttons-cart a:hover {
    background: #12A4DD none repeat scroll 0 0;
    color: #fff;
}
.buttons-cart a {
    color: #fff;
    float: left;
    height: 40px;
    line-height: 40px;
}
.coupon input[type=submit] {}

.cart_totals {
    float: left;
    text-align: right;
    width: 100%;
}
.cart_totals h2 {
    border-bottom: 2px solid #222;
    display: inline-block;
    font-size: 30px;
    margin: 0 0 35px;
    text-transform: uppercase;
    font-weight: 500;
}
.cart_totals table {
    border: medium none;
    float: right;
    margin: 0;
    text-align: right;
}
.cart_totals table th {
    border: medium none;
    font-size: 14px;
    font-weight: bold;
    padding: 0 20px 12px 0;
    text-align: right;
    text-transform: uppercase;
    vertical-align: top;
}
.cart_totals table td {
    border: medium none;
    padding: 0 0 12px;
    vertical-align: top;
}
.cart_totals table td .amount {
    color: #12A4DD;
    font-size: 13px;
    font-weight: bold;
    margin-left: 5px;
    text-align: right;
    text-transform: uppercase;
}
.cart_totals table td ul#shipping_method {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.cart_totals table td ul#shipping_method li {
    float: left;
    margin: 0 0 10px;
    padding: 0;
    text-indent: 0;
    width: 100%;
}
.cart_totals table td ul#shipping_method li input {
    margin: 0;
    position: relative;
    top: 2px;
}
.cart_totals table {}

a.shipping-calculator-button {
    font-weight: bold;
    color: #6f6f6f;
}
a.shipping-calculator-button:hover {
    color: #83CBDC
}
.cart_totals table tr.order-total th,
.cart_totals table tr.order-total .amount {
    font-size: 20px;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 600;
}
.cart_totals table tr.order-total th {
    font-weight: 700;
}
.wc-proceed-to-checkout a {
    background: #12A4DD;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    padding: 0 30px;
    text-transform: none;
}
.wc-proceed-to-checkout a:hover {
    background: #363f4d;
}
.amount del {
    font-size: 13px;
    margin-left: 5px;
    font-weight: 600;
}
.cart-page-area .product-remove {
    width: 20px;
}
.cart-page-area table td.product-thumbnail {
    width: 140px;
}
.cart-page-area .product-add-to-cart a {
    background: #12A4DD none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 56px;
    text-transform: uppercase;
    width: 260px;
    margin: 0 auto;
}
.cart-page-area .product-add-to-cart a:hover {
    background: #1a1a1a;
}
.cart-page-area td.product-add-to-cart {
    width: 240px;
}
/* ----------------------------------------------
    22. Checkout CSS
---------------------------------------------- */
.coupon-area .coupon-info input {
    background: transparent;
    border: 1px solid #e5e5e5;
}
.coupon-area .coupon-info .checkout-coupon .code:focus {
    border: 1px solid #e5e5e5;
}
.coupon-area {}
.coupon-accordion {
    background: #fff;
    padding: 50px 30px 20px 30px;
}
.checkout-area form {
    background: #fff;
    padding: 50px 30px;
    padding-top: 20px;
    margin-bottom: 60px;
}
.coupon-accordion h3 {
    background-color: #f6f6f6;
    border-top: 3px solid #12A4DD;
    color: #515151;
    font-size: 14px;
    font-weight: 400;
    list-style: outside none none;
    margin: 0 0 2em;
    padding: 1em 2em 1em 3.5em;
    position: relative;
    width: auto;
    text-transform: capitalize;
}
.coupon-accordion h3::before {
    color: #777;
    content: "\f0f6";
    display: inline-block;
    font-family: 'FontAwesome';
    left: 16px;
    position: absolute;
    top: 16px;
}
.coupon-accordion span {
    cursor: pointer;
    color: #6f6f6f;
}
.coupon-accordion span:hover,
p.lost-password a:hover {
    color: #888;
}
.coupon-content {
    border: 1px solid #e5e5e5;
    display: none;
    margin-bottom: 20px;
    padding: 20px;
}
.coupon-info {}
.coupon-info p.coupon-text {
    margin-bottom: 15px
}
.coupon-info p {
    margin-bottom: 0
}
.coupon-info p.form-row-first {}
.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
    display: block;
    color: inherit;
}
.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
    color: red;
    font-weight: 700;
}
.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
    border: 1px solid #ccc;
    height: 34px;
    margin: 0 0 14px;
    max-width: 100%;
    padding: 0 0 0 10px;
    width: 370px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.coupon-info p.form-row input[type="submit"]:hover,
p.checkout-coupon input[type="submit"]:hover {
    background: #12A4DD none repeat scroll 0 0;
}

.coupon-info p.form-row input[type="checkbox"] {
    height: inherit;
    position: relative;
    top: 2px;
    width: inherit;
}
.form-row > label {
    margin-top: 7px;
}

p.lost-password {
    margin-top: 15px;
}
p.lost-password a {
    color: #6f6f6f;
    font-size: 12px;
}
p.checkout-coupon {}

p.checkout-coupon input[type=text] {
    height: 36px;
    padding-left: 10px;
    width: 170px;
}
p.checkout-coupon input[type="submit"] {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    height: 36px;
    margin-left: 6px;
    padding: 5px 10px;
    width: inherit;
}
.coupon-checkout-content {
    margin-bottom: 30px;
    display: none;
}
.checkbox-form h3 {
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 500;
}
.ship-different-title h3 label {
    display: inline-block;
    margin-right: 20px;
    font-size: 22px;
    font-weight: 500;
    color: #222;
}
.country-select label,
.country-select label,
.checkout-form-list label {
    color: #333;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    margin: 0 0 5px;
    display: block;
    font-weight: 700;
}
.country-select label span.required,
.checkout-form-list label span.required {
    color: #12A4DD
}
.country-select select {
    border: 1px solid #ddd;
    padding-left: 10px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
}
.checkout-form-list label {
    color: #333;
}
.checkout-form-list label span.required {}
.checkout-form-list input[type=text],
.checkout-form-list input[type=password],
.checkout-form-list input[type=email] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    border-radius: 0;
    width: 100%;
    padding: 0 0 0 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
}
.checkout-form-list {}
.checkout-form-list input[type="checkbox"] {
    display: inline-block;
    height: inherit;
    margin-right: 10px;
    position: relative;
    top: 0;
    width: inherit;
}
.create-acc label {
    color: #333;
    display: inline-block;
}
.checkout-form-list input[type=password] {}

.create-accounts {
    display: none
}
.ship-different-title {}

.ship-different-title h3 label {
    display: inline-block;
    margin-right: 20px;
}
.order-notes textarea {
    height: 90px;
    padding: 15px;
    width: 100%;
    background: #fff;
}
.ship-different-title input {
    margin-top: 0;
    vertical-align: middle;
}
#ship-box-info {
    display: none
}
.your-order {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 30px 40px 45px;
}
.your-order h3 {
    border-bottom: 1px solid #ebebeb;
    font-size: 30px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
    font-weight: 500;
}
.your-order-table table {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    width: 100%;
}
.your-order-table table th,
.your-order-table table td {
    border-bottom: 1px solid #d8d8d8;
    border-right: medium none;
    font-size: 14px;
    padding: 15px 0;
    text-align: center;
}
.your-order-table table th {
    border-top: medium none;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px;
}
.your-order-table table .shipping ul li input {
    position: relative;
    top: 2px;
}
.your-order-table table .shipping th {
    vertical-align: top;
}
.your-order-table table .order-total th {
    border-bottom: medium none;
    font-size: 18px;
}
.your-order-table table .order-total td {
    border-bottom: medium none;
}
.your-order-table table tr.cart_item:hover {
    background: #F9F9F9
}
.your-order-table table tr.order-total td span {
    color: #12A4DD;
    font-size: 20px;
}
.your-order-table table {}
.payment-method {
    margin-top: 40px;
}
.payment-accordion {}
.payment-accordion h3 {
    border-bottom: 0 none;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.payment-accordion h3 a {
    color: #6f6f6f;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
    text-transform: capitalize;
    text-decoration: none
}
.payment-accordion h3 a:before,
.payment-accordion h3.open a:after {
    content: "ÃƒÂ¯Ã‚ÂÃ¢â‚¬Â¢";
    display: inline-block;
    font-family: fontawesome;
    font-size: 20px;
    left: 0;
    position: absolute;
    top: -2px;
}
.payment-accordion h3.open a:after {
    content: "\f056";
}
.payment-content {}
.payment-content p {
    font-size: 13px;
}
.payment-accordion img {
    height: 60px;
    margin-left: 15px;
}
.order-button-payment input {
    background: #12A4DD;
    border: medium none;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    height: 50px;
    margin: 20px 0 0;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}
.order-button-payment input:hover {
    background: #444
}
.sub-heading {
    padding-bottom: 40px;
    color: #555;
    font-weight: 500;
    font-size: 25px;
}
/* ----------------------------------------------
    23. Login CSS
---------------------------------------------- */
.custom-title {
    color: #333333;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
}
.well {
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 4px;
    padding: 20px;
}
.login-area {
    background: #fff;
    padding: 50px 30px;
    margin-bottom: 70px;
}
.log-in p strong {
    color: #444444;
    font-weight: 500;
}
.customer-btn,
.return-customer-btn {
    background: #12A4DD none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    margin-top: 20px;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}
.return-customer-btn {
    background: #1b81c5;
}
a:hover {
    text-decoration: none;
}
.return-customer-btn:hover {
    background: #008bd2;
    color: #fff;
    border: 1px solid #008bd2 !important;
    text-decoration: none;
}
.customer-btn:hover {
    background: #1b81c5;
    color: #fff;
}
.return-customer label {
    font-weight: 500;
    color: #444;
    font-size: 14px;
}
.return-customer input {
    font-size: 14px;
}
.lost-password a {
    color: #555;
    font-weight: 500;
    font-size: 13px;
}
.lost-password a:hover {
    color: #1b81c5;
}
/* ----------------------------------------------
    24. Register Account CSS
---------------------------------------------- */
.register-page-area {
    background: #fff;
    padding-top: 50px;
}
.form-register label {
    font-size: 14px;
    text-align: left;
}
.register-page-area fieldset {
    border: 0px solid #c0c0c0;
    margin: 0;
    padding: 0;
}
.form-register .form-group {
    margin-bottom: 20px;
}
.form-register .form-group input[type="password"] {
    font-size: 14px;
    height: 45px;
    padding: 10px;
}
.form-register .form-group input[type="radio"] {
    box-sizing: border-box;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin: 10px;
}
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{
  border-color: #12A4DD;
  box-shadow: none;
  outline: none;
}
label.radio-inline {
    margin-right: 15px;
}
.form-register legend {
    border-bottom: 1px solid #ededed;
    font-size: 16px;
    font-weight: 600;;
    margin-bottom: 20px;
    padding: 7px 0;
}
.agree {
    color: #12A4DD;
    font-size: 13px;
}
.terms input[type=checkbox] {
    vertical-align: middle;
}
/* ----------------------------------------------
    25. Forgot Password CSS
---------------------------------------------- */
.forget-page-area {
    background: #fff;
    padding: 50px 30px;
    margin-bottom: 70px;
}
.password-forgot legend {
    border-bottom: 1px solid #ededed;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 7px 0;
    font-weight: 500;
}
.password-forgot label {
    font-size: 15px;
}
.password-forgot input {
    font-size: 14px;
}
.require {
    color: #cc0000;
    font-weight: 600;
    margin-right: 5px;
}
.password-forgot .form-group {
    margin-bottom: 0;
}
.forget-page-area fieldset {
    border: 0px solid #c0c0c0;
    margin: 0;
    padding: 0;
}
/* ----------------------------------------------
    26. Frequently Questions Page CSS
---------------------------------------------- */
.faq-desc {
  margin-bottom: 90px;
}
.faq-desc h3 {
  color: #434343;
  font-size: 23px;
  font-weight: 700;
}
.faq-desc p {
  color: #515151;
  font-size: 14px;
  margin: 0;
}
.card-header h5{
  margin: 0;
  background: #fff;
}
.faq-accordion .card .show{
  border-top: 1px solid #ddd;
}
.card-body {
  font-size: 14px;
}
.faq-accordion .card {
  border-radius: 0;
  margin-bottom: 10px;
}
.faq-accordion .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border: 0;
}
.faq-accordion .card-header a.collapsed:before,
.faq-accordion .card-header a:after {
  content: "\f067";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  top: 15px;
}
.faq-accordion .card-header a:after {
  content: "\f068";
  font-family: FontAwesome;
}
.faq-accordion .card-header a {
  display: block;
  padding: 15px 10px 15px 25px;
  cursor: pointer;
}
.faq-accordion .card-header a:hover {
  color: #12A4DD !important;
}
/* ----------------------------------------------
    27. Service Page CSS
---------------------------------------------- */
.service-title > h4 {
  font-size: 14px;
  color: #444444;
  text-align: left;
  font-weight: 900;
  font-style: normal;
  margin-bottom: 20px;
}
.service-content > p {
  margin-bottom: 30px;
}
section.service-item-area {
    padding-bottom: 25px;
}
.single-service {
  overflow: hidden;
}
.service-img img {
    width: 100%;
}
.service-icon {
  width: 10%;
  height: 40px;
  color: #4fc1f0;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  padding-top: 10px;
}
.service-info {
  width: 90%;
  padding-left: 20px;
}
.service-info > h3 {
  font-size: 13px;
  color: #c6c6c6;
  text-align: left;
  font-weight: 700;
  font-style: normal;
  margin: 0;
}
.service-info > p {
  margin-bottom: 35px;
  color: #ccc;
}
.unlimited-ideas-content {
  text-align: center;
  padding-top: 180px;
  padding-right: 80px;
  padding-left: 80px;
  padding-bottom: 30px;
}
.unlimited-ideas-title > h2 {
  font-size: 30px;
  color: #444444;
  text-align: center;
  font-weight: 900;
  font-style: normal;
}
.service-btn {
  display: inline-block;
  border: 2px solid #2A2A2A;
  padding: 13px 19px;
  padding-right: 48px;
    position: relative;
  color: #2A2A2A;
  background: transparent;
}
.unlimited-ideas-btn > a > i.fa {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.service-btn:hover{
    border-color: #2A2A2A;
    background: #2A2A2A;
    color: #fff;
}
.section-title3 {
    text-align: center;
}
.section-title3 h3{
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  font-weight: 900;
  font-style: normal;
}
.section-title3 p{
      color: #ccc;
}
/* service Page  style */
.section-title-img {
  background-image: url(../images/bg/service-bg4.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.section-title-img .section-title2>p {
  color: #fff;
  margin: 0;
}
.our-service-area.service-two {
    background: #fff;
}
.our-service-area.service-two h3 {
    font-size: 13px;
    color: #444444;
    text-align: left;
    font-weight: 700;
    font-style: normal;
}
.our-service-area.service-two p {
    font-family: "Open Sans";
    line-height: 25px;
    font-weight: 400;
    font-style: normal;
    color: #555555;
    font-size: 15px;
    opacity: 1;
    visibility: visible;
}
.single-service-4 {
  position: relative;
  overflow: hidden;
}
.service-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 40px;
  width: 100%;
  height: 100%;
  bottom: 0;
  padding-top: 80px;
  background-color: #fff;
  z-index: 9;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}
.single-service-4:hover .service-box {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}
.service-icon4 i {
  background: #222;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-size: 40px;
  height: 115px;
  line-height: 115px;
  text-align: center;
  width: 115px;
}
.service-content-4>h2 {
  font-size: 24px;
  color: #444;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 30px;
  margin-bottom: 5px;
}
.service-content-4>p {
  font-size: 14px;
  color: #555;
  margin-bottom: 0;
}
.idea-img.img-full>img {
  width: 100%;
}
.our-service-area-2 .section-title2>h3 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 40px;
}
/*What We Do Area CSS */
.service-bg-2 {
  background-image: url(../images/bg/service-bg3.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.what-we-do-title>h2 {
  font-size: 30px;
  color: #444;
  font-weight: 900;
  text-align: center;
}
.single-service-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service-icon3 {
  border: 2px solid #4fc1f0;
  border-radius: 100%;
  color: #4fc1f0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  font-size: 28px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 60px;
}
.service-content {
  padding-left: 10px;
}
.service-content>h3 {
  font-size: 14px;
  color: #444444;
  text-align: left;
  font-weight: 700;
  font-style: normal;
}
.service-content>p {
  font-size: 14px;
  line-height: 25px;
  color: #555;
}
/*idea area css*/

.ideas-content {
  padding: 160px 80px;
  text-align: center;
}
.ideas-content>h2 {
  font-size: 30px;
  color: #444444;
  text-align: center;
  ;
  font-weight: 900;
  font-style: normal;
}
.ideas-content>p {
  color: #555;
  font-size: 14px;
  line-height: 27px;
  margin: 60px 0;
  text-align: center;
}
a.ideas-btn {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #2a2a2a;
  color: #2a2a2a;
  display: inline-block;
  font-weight: 400;
  padding: 13px 23px 13px 19px;
  position: relative;
}
a.ideas-btn:hover {
  background-color: #2A2A2A;
  border-color: ##2A2A2A;
  color: #fff;
}
.design-and-code-area {
  background-color: #f6f6f6;
}
/*  Pricing Table CSS */
.pricing-head > h4 {
  padding: 20px;
  text-align: center;
  background: #45b8e4;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.active-table .pricing-head > h4 {
  background: #12A4DD;
}
.pricing-body {
  padding: 0 20px 40px 20px;
  text-align: center;
  background: #fff;
  border-radius: 0px 0px 3px 3px;
  box-shadow: 0 1px #fff inset, 0 1px 3px rgba(34,25,25,0.4);
}
.price {
  font-size: 48px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
    color: #7a7a7a;
}
.desc-price {
  font-size: 12px;
}
.pricing-body > ul {
  padding-left: 15px;
  margin-bottom: 20px;
}
.pricing-body > ul > li {
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px;
}
.pricing-body > ul > li:first-child{
    border-top: 1px solid #ebebeb;
}
.pricing-button {
  border: 1px solid #4c4c4c;
  padding: 0 20px;
  line-height: 40px;
  margin: 40px 0 0;
  display: inline-block;
  border-radius: 3px;
  text-transform: capitalize;
  font-size: 14px;
  color: #4c4c4c;
  height: 42px;
}
.active-table .pricing-button{
    background: #12A4DD;
    border-color: #12A4DD;
    color: #fff;
}
.pricing-button:hover{
    background: #12A4DD;
    color: #fff;
    border-color: #12A4DD;
}
.active-table .pricing-button:hover{
    background: #4C4C4C;
    border-color: #4C4C4C;
    color: #fff;
}
.bg-1 {
    background: url(../images/bg/bg-1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-2 {
    background: url(../images/bg/bg-2.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
/* ----------------------------------------------
    28. blog page
---------------------------------------------- */
.blog-page article {
    background: #fff;
    border: 1px solid #ededed;
    margin: 0 0 60px;
    padding: 45px 30px;
    width: 100%;
}
.blog-page .blog-entry-header {
    background: none;
    border: none;
    float: none;
    margin: 0 0 30px;
    position: relative;
    text-align: center;
}
.blog-page .post-category {
    color: #008bd2;
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.blog-page .post-category:before {
    content: '\f07b';
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 5px;
}
.blog-page .post-category a {
    color: #008bd2;
    text-decoration: underline;
}
.blog-page .post-category a:hover {
    color: #333;
}
.blog-page h1 {
  color: #008bd2;
  font-size: 27px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.blog-page h1 a{
  color: #292929;
}
.blog-page h1 a:hover{
  color: #008bd2;
}
.blog-page h1 a:before {
    content: '\f005';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 8px;
    margin-right: 5px;
    vertical-align: top;
}
.post-meta a {
    color: #8c8c8c;
    display: inline-block;
    font-size: 0.93em;
    vertical-align: middle;
    padding: 0 10px;
}
.post-meta a i {
    margin-right: 5px;
    color: #8C8C8C;
}
.post-meta a.post-author{
  border-right: 1px solid #8C8C8C;
}
.post-thumbnail{
  margin: 30px 0;
  position: relative;
  text-align: center;
}
.post-thumbnail a img{
  width: 100%;
}
.postinfo-wrapper a.readmore.button {
	background: #008bd2;
	border: 0;
	color: #fff;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	margin-top: 15px;
	display: inline-block;
	padding: 0 30px;
	text-transform: uppercase;
	letter-spacing: .2em;
  border-radius: 2px;
}
.postinfo-wrapper a.readmore.button:hover {
    background: #333;
}
.social-sharing {
    margin: 30px 0;
    margin-bottom: 0;
}
.social-sharing h3{
  background: none;
  color: #8c8c8c;
  font-size: 12px;
  line-height: 26px;
  margin: 0 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
  width: auto;
}
.social-sharie {
    display: inline-block;
}
.social-sharing ul{
  float: left;
  margin: 10px 0 20px;
  padding: 0;
  margin-bottom: 0;
}
.social-sharing ul li{
  float: left;
  list-style: none;
  position: relative;
}
.social-sharing ul li a {
	background: #f7f7f7;
	border-radius: 100%;
	color: #353535;
	display: inline-block;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	text-align: center;
	width: 30px;
}
.social-sharing ul li a:hover{
  background: #008bd2 !important;
  color: #fff;
}
/* blog sidebar */
.blog_sidebar .product-filter h5{
  color: #333;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 700;
  background: #f5f5f5;
  padding-bottom: 15px;
  line-height: 1;
}
.product_left_sidbar .product-filter > div {
    float: left;
    margin: 0 0 35px;
    width: 100%;
    background: #fff;
    padding: 20px 25px;
}
.search__sidbar input.input_text[type="text"] {
  background: transparent none repeat scroll 0 0;
  color: #424242;
  font-size: 14px;
  padding: 0 40px 0 15px;
  margin-bottom: 0;
}
.search__sidbar .button {
  border: 0 none;
  padding: 15px 21px;
  position: absolute;
  right: 0;
  top: 2px;
  background: transparent;
}
.search__sidbar .button:hover {
color: #12A4DD;
}
.search__sidbar .input_form {
  position: relative;
}
.blog_Archives__sidbar>ul {
    list-style: disc;
    padding-left: 13px;
    margin-bottom: 0;
}
.blog_Archives__sidbar li {
    color: #333;
    font-size: 14px;
    list-style: outside none disc;
    margin-bottom: 5px;
    padding: 7px 0;
}
.blog_Archives__sidbar li:hover a {
  color: #12A4DD;
}
.blog-page-area .pagination {
  margin-bottom: 60px;
  text-align: right;
  width: 100%;
  display: block;
}
.blog-page-area .pagination span.current,
.blog-page-area .pagination a:hover {
    background: #008bd2;
    color: #fff;
}
.blog-page-area .pagination a,
.blog-page-area .pagination span {
    background: #fff;
    color: #333;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 42px;
    line-height: 42px;
    margin-right: 5px;
    min-width: 0;
    padding: 0 8px;
    text-align: center;
    vertical-align: middle;
    width: 42px;
}
.blog-page-area .pagination a.next,
.blog-page-area .pagination a.prev,
.blog-page-area .pagination span.next,
.blog-page-area .pagination span.prev {
    font-size: 0;
}
.blog-page-area .pagination a.next:before,
.blog-page-area .pagination span.next:before {
    content: '>>';
    display: block;
    font-size: 15px;
}
.blog-tags a {
    text-decoration: none;
    border: 1px solid #ccc;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 5px;
}
.blog_sidebar .sidebar-single-banner a {
    width: 100%;
}
.blog_sidebar .sidebar-single-banner a img{
    width: 100%;
}
.single-blog{
  background: #fff;
}
.single-blog article{
  border: 0px solid #ededed;
}
.blog-page p{
	text-align: left;
}
.blog-page.blog-text-align p{
  text-align: center;
}
.blog-page.text-center p {
    text-align: center;
}
.blog-page blockquote {
    background: #fff;
    border: 1px solid #ededed;
    border-left: 5px solid #008bd2;
    font-size: 14px;
    font-style: italic;
    line-height: 26px;
    margin: 40px 0 40px 40px;
    padding: 30px 45px;
}
.single-post-tag {
    text-align: left;
}
.single-post-tag a{
    color: #12A4DD;
    font-weight: 600;
}
.single-post-tag a:hover{
  text-decoration: underline;
}
.blog-page .relatedposts {
    background: #fff;
    border: 1px solid #ededed;
    margin: 0 0 60px;
    padding: 45px 30px;
    width: 100%;
}
.comments-area ol{
  list-style: none;
}
.comments-area .commentlist li .single-comment{
    background: #fff;
    border: 1px solid #ededed;
    margin: 0 0 20px;
    padding: 30px;
    width: 100%;
}
.comments-area .commentlist li .comment-avatar {
    float: left;
    margin-right: 20px;
}
.comments-area .commentlist li .comment-info {
    border: none;
    overflow: hidden;
    position: relative;
}
.comments-area .commentlist li .comment-info .reply {
    display: inline-block;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}
.comments-area .commentlist li .comment-info .reply a {
    background: none;
    border: 1px solid #008bd2;
    box-shadow: none;
    color: #008bd2;
    display: inline-block;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: bold;
    height: 28px;
    line-height: 26px;
    padding: 0 20px;
    text-shadow: none;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}
.comments-area .commentlist li .comment-info .reply a:hover {
    background: #008bd2;
    border-color: #008bd2;
    color: #fff;
}
.comments-area .commentlist .comment-info a {
    color: #333;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
.comments-area .commentlist .comment-info a:hover{
  color: #1DA8DE;
}
.comments-area .commentlist .comment-info span.date {
    display: block;
    font-size: .93em;
    font-style: italic;
    margin-bottom: 15px;
}
.comment-respond {
    margin: 40px 0 50px 0;
    width: 100%;
}
.comment-respond h3 {
    font-size: 24px;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.comment-respond .text-filds label {
    color: #999;
    display: block;
    margin: 0 0 5px;
}
.comment-respond .text-filds textarea {
    border: 1px solid #ededed;
    height: 130px;
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
}
.comment-respond .comment-input {
    margin: 0 -10px;
}
.comment-respond .comment-input .comment-form-author,
.comment-respond .comment-input .comment-form-email,
.comment-respond .comment-input .comment-form-url {
    float: left;
    padding: 0 10px;
    width: 33.3333%;
    margin-bottom: 0px;
}
.comment-respond .comment-input label {
    color: #999;
    display: block;
    margin: 0 0 5px;
}
.comment-respond .comment-input p input {
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 0;
    height: 45px;
    line-height: 45px;
    max-width: 100%;
    padding: 0 0 0 10px;
    vertical-align: middle;
}
.comment-respond .form-submit input {
    background: #666;
    border: none;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: .714em;
    font-weight: normal;
    height: 45px;
    letter-spacing: .2em;
    line-height: 45px;
    outline: none;
    overflow: hidden;
    padding: 0 30px;
    text-shadow: none;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 10px;
}
.comment-respond .form-submit input:hover {
    background: #008bd2;
    border: 1px solid #008bd2;
    color: #fff;
}
.text-filds {
    margin-top: 20px;
}
/* ----------------------------------------------
    29. Portfolio Page
---------------------------------------------- */
.co-isotop-item-1 img {
  width: 100%;
}
.co-isotop-filter-1 button:after {
  border-color: #fff #fff transparent transparent;
  border-style: solid;
  border-width: 5px;
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  top: 2px;
}
.co-isotop-filter-1 button:hover,
.co-isotop-filter-1 button.active {
  background: #71a9d0 none repeat scroll 0 0;
  color: #fff;
}
.co-isotop-filter-1 button {
  background: #666 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 45px;
  margin-bottom: 5px;
  margin-right: -1px;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}
.co-isotop-filter-1 button:hover,
.co-isotop-filter-1 button.active {
  background: #12A4DD none repeat scroll 0 0;
  color: #fff;
}
.co-isotop-filter-1.isotop-filter {
  margin-bottom: 83px;
}
.co-section-title-2 h1 {
  color: #434343;
  font-weight: 700;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.portfolio___single .portfolio__icon {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.portfolio___single .content:before {
  background: rgba(113, 169, 208, 0.68) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 100%;
}
.portfolio___single:hover .content:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
  transform: scale(1);
}
.portfolio___single .content {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.portfolio___single {
  position: relative;
}
.portfolio___single div.title {
    bottom: 55px;
    color: #fff;
    font-size: 19px;
    left: -85px;
    opacity: 0;
    padding: 6px 18px;
    position: absolute;
    background: rgba(0, 0, 0, 0.15);
    padding: 0 15px;
}
.portfolio___single:hover div.title {
  left: 110px;
  opacity: 1;
  padding: 6px 18px;
}
.portfolio__icon>a {
  background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0 !important;
  color: #fff;
  display: inline-block;
  height: 50px;
  line-height: 52px;
  margin: 0 7px;
  text-align: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 50px;
  border-radius: 100%;
}
.portfolio___single:hover .portfolio__icon>a {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.portfolio__icon>a:hover {
  background: rgba(0, 0, 0, 0.4) !important;
}
.co-isotop-item-1.isotop-item {
  margin-bottom: 30px;
}
.co-portfolio-section-1 {
  padding-bottom: 30px;
}
/* ----------------------------------------------
    30. 404
---------------------------------------------- */
.error_page_start {
  padding: 150px 0;
  text-align: center;
}
.hom_btn>a {
  background: #12A4DD none repeat scroll 0 0;
  border-radius: 35px;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin-top: 40px;
  padding: 0 30px;
  text-shadow: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.hom_btn>a:hover {
  background: #343434 none repeat scroll 0 0;
}
.error_page_start .search__sidbar .input_form {
  margin: 45px auto 1px;
  max-width: 500px;
}
.error_page_start .search__sidbar input.input_text[type="text"] {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #434343;
  font-size: 14px;
  height: 55px;
  padding: 0 40px 0 15px;
}
.error_page_start .search__sidbar .button {
  font-size: 16px;
  top: 2px;
}
.error_page_start h2 {
  color: #434343;
  font-size: 35px;
  margin-top: 0;
  text-transform: uppercase;
}
.error_page_start p {
  color: #434343;
  font-size: 22px;
  font-weight: 300;
  line-height: 37px;
  margin: 20px auto 40px;
  text-align: center;
  width: 60%;
}
/* Scrollup */
#scrollUp {
  background: #434343 none repeat scroll 0 0;
  border: 2px solid #ddd;
  border-radius: 50%;
  bottom: 85px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-size: 21px;
  height: 50px;
  line-height: 49px;
  position: fixed;
  right: 12px;
  text-align: center;
  width: 50px;
  z-index: 9999;
}
#scrollUp:hover {
  background: #12A4DD none repeat scroll 0 0;
  border-color: #12A4DD;
}
/* large desktop :1366px. */
@media (min-width: 1200px) and (max-width: 1600px) {
	.sidebar-and-content-area .sidebar {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.slider-area {
		margin-top: 60px;
	}
	.brand-tab-content a {
		padding: 48px 0;
	}
	.product-carosel-area {
		padding-bottom: 0;
	}
	.mini-product {
		padding-bottom: 0;
	}
	.footer-social .social-icons li {
		margin: 0 10px 0 0;
	}
	.newsletter .newsletter-box form input[type="email"] {
		width: 250px;
	}
	.unlimited-ideas-content {
		text-align: center;
		padding-top: 20px;
		padding-right: 40px;
		padding-left: 40px;
		padding-bottom: 30px;
	}
	.four-single-banner-text .four-banner-text h3 {
		font-size: 26px;
	}
	.portfolio___single:hover div.title {
		left: 40px;
		bottom: 20px;
	}
	.portfolio___single div.title {
		left: 40px;
		font-size: 17px;
	}
	.shop-page-wraper .sidebar-shop {
		max-width: 25%;
	}
	.shop-page-wraper .shop-content {
		flex: 75%;
		max-width: 75%;
	}
	.deal-counter {
		padding: 13px 30px;
	}
	.header-bottom-area .category-wrapper {
		max-width: 25%;
	}
	.slider-area .slider-hidden {
		max-width: 25%;
	}
	.slider-area .slider {
		max-width: 75%;
	}
	.home-one .slider-area .slider-banner-area {
		display: none;
	}
	.policy-area {
		margin-top: 60px;
	}
	.about__us_page_area .banner_h2_Right_text {
		padding: 0px 50px;
	}
	.skrill_here {
		padding: 50px 162px 40px 137px;
	}
	.testimonial-area {
		padding: 38px 30px;
	}
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
	/*.home-one .container {
		max-width: 950px;
	}*/
	/*.home-one .header-bottom-area .category-wrapper {
		display: none;
	}*/
	.home-one .header-bottom-area .category-wrapper {
		max-width: none;
	}
	.slider-area .slider-hidden {
		display: none;
	}
	.slider-area .slider {
		max-width: 100%;
	}
	.slider-area .slider-banner-area {
		max-width: 100%;
	}
	/*.top-bar-left {
		text-align: center;
	}*/
	/*.topbar-nav {
		float: none;
		margin: auto;
		width: 320px;
	}*/
	.header-middle-area {
		text-align: center;
	}
	.site-logo {
		margin-bottom: 20px;
	}
	.shop-cart-menu {
		margin-top: 0px;
		text-align: right;
		float: none;
	}
	.slider-banner {
		margin-top: 35px;
		margin-bottom: 35px;
		display: inline-block;
		width: 49.7%;
	}
	.slider-banner:last-child img{
		float: right;
	}
	.policy-area-inner {
		padding-bottom: 30px;
	}
	.single-policy-area {
		width: 33.33%;
		margin-bottom: 30px;
	}
	.newsletter .newsletter-box form input[type="email"] {
		width: 305px;
	}
	.footer-social .social-icons {
		float: none;
		margin: 50px 0 0;
		text-align: center;
	}
	.brand-zone-tab-area .brand-tab-menu {
		width: 25%;
	}
	.brand-zone-tab-area .brand-tab-content {
		width: 75%;
		padding: 73px 0;
	}
	.deal-counter {
		padding: 13px 35px;
	}
	/* home three */
	.about__us_page_area .banner_h2_Right_text {
		padding: 20px 20px;
	}
	.skrill_here {
		padding: 30px;
		padding-top: 10px;
	}
	.unlimited-ideas-content {
		text-align: center;
		padding-top: 20px;
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 30px;
	}
	.unlimited-ideas-description {
		margin: 20px 0;
	}
	.four-single-banner-text .four-banner-text h3 {
		font-size: 20px;
	}
	.portfolio___single:hover div.title {
		left: 10px;
		bottom: 10px;
	}
	.portfolio___single div.title {
		font-size: 14px;
		left: 10px;
	}
	.portfolio__icon > a {
		height: 35px;
		line-height: 35px;
		width: 35px;
	}
	.shop-page-wraper .sidebar-shop {
		max-width: 25%;
	}
	.shop-page-wraper .shop-content {
		flex: 75%;
		max-width: 75%;
	}
	.shop-page-product-area .single-product-area .product-wrapper.listview .list-col4 {
		width: 30%;
	}
	.shop-page-product-area .single-product-area .product-wrapper.listview .list-col8 {
		width: 70%;
	}
	.shop-page-product-area .listview .list-col8 .product-info {
		float: left;
		padding-right: 0;
		width: 100%;
	}
	.shop-page-product-area .listview .list-col8 .actions-wrapper {
		border-left: 0px solid #ededed;
		float: right;
		padding: 0;
		width: 100%;
		margin-top: 20px;
	}
	.product-toolbar .product-toolbar-inner {
		float: left;
	}
	.related-product {
		width: 33.33%;
		margin-bottom: 30px;
	}
	.slider-area .slider-banner-area {
		margin-top: 25px;
		margin-bottom: 30px;
	}
	.brand-zone-tab-area .brand-tab-menu ul li a {
		height: 134px;
	}
	.nivo-caption {
		top: 20%;
	}
}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
	.header-bottom-area .category-wrapper {
		display: none;
	}
	/*.welcome {
		text-align: center;
	}*/
	/*.topbar-nav {
		float: none;
		margin: auto;
		width: 320px;
	}*/
	.slider-area .slider-hidden {
		display: none;
	}
	.slider-area .slider {
		max-width: 100%;
	}
	.slider-area .slider-banner-area {
		max-width: 100%;
	}
	.slider-banner {
		margin-bottom: 35px;
		display: inline-block;
		width: 49.6%;
	}
	.slider-area .slider-banner-area {
		margin-top: 60px;
		margin-bottom: 30px;
	}
	.single-policy-area {
		padding: 0 20px;
		width: 50%;
		margin-bottom: 30px;
	}
	.top-banner {
		margin-bottom: 15px;
	}
	.brand-zone-area .col-lg-9.hometab {
		-moz-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.brand-zone-area .col-lg-3.hometestimonial {
		-moz-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.newsletter-area .col-sm-12 {
		text-align: center;
	}
	.newsletter .newsletter-box form input[type="email"] {
		width: 360px;
		margin-bottom: 30px;
	}
	.newsletter-text {
		margin-bottom: 30px;
		margin-right: 0;
	}
	.footer-social .social-icons {
		text-align: center;
	}
	.footer-policy-area .foo-pol {
		border-right: 1px solid #ededed;
		padding: 60px 20px;
		width: 50%;
	}
	.footer-policy-area .col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.footer-main .col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.brand-tab-content a {
		overflow: hidden;
		display: block;
		padding-top: 90px;
	}
	.main-menu {
		display: none;
	}
	.mobile-menu-area {
		display: block;
	}
	/*.home-one .container {
		max-width: 750px;
	}*/
	.brand-zone-tab-area .brand-tab-menu {
		width: 30%;
	}
	.brand-zone-tab-area .brand-tab-content {
		width: 70%;
	}
	.brand-tab-content a {
		padding: 107px 0;
	}
	/* home four */
	.single-slider-wrapper {
		background-position: center;
		background-size: cover;
	}
	.skrill_here {
		padding: 20px;
	}
	.site-logo {
		text-align: center;
		margin-bottom: 15px;
	}
	.shop-cart-menu.pull-right {
		float: none;
		text-align: center;
		/*margin-top: 15px;*/
	}
	.shop-cart-menu > ul li ul {
		right: -75px;
		position: absolute;
		z-index: 99999;
	}
	.four-single-banner-text {
		margin-bottom: 30px;
	}
	.skrill_here {
		padding: 20px 60px;
		padding-bottom: 40px;
	}
	.portfolio___single div.title {
		left: 40px;
	}
	.portfolio___single:hover div.title {
		left: 40px;
		opacity: 1;
		padding: 6px 18px;
		bottom: 20px;
	}
	.four-single-banner-text .four-banner-text h3 {
		font-size: 26px;
	}
	.shop-page-wraper .sidebar-shop {
		max-width: 100%;
		flex: 100%;
	}
	.shop-page-wraper .shop-content {
		flex: 100%;
		max-width: 100%;
	}
	.product-image {
		position: relative;
		text-align: center;
	}
	.shop-page-product-area .single-product-area .product-wrapper.listview .list-col4 {
		width: 30%;
	}
	.shop-page-product-area .single-product-area .product-wrapper.listview .list-col8 {
		width: 70%;
	}
	.shop-page-product-area .listview .list-col8 .product-info {
		padding-right: 0;
		width: 100%;
	}
	.shop-page-product-area .listview .list-col8 .actions-wrapper {
		border-left: 0px solid #ededed;
		float: right;
		padding: 0px;
		width: 100%;
		margin-top: 20px;
	}
	.single-product-wrapper .row .col-md-7 {
		width: 100%;
		flex: 100%;
		max-width: 100%;
	}
	.single-product-wrapper .row .col-md-5 {
		flex: 100%;
		max-width: 100%;
		padding: 0 50px;
	}
	.related-product {
		width: 33.33%;
		padding: 0 15px;
		margin-bottom: 30px;
	}
	.product-details-tab {
		margin-right: 0;
	}
	.header-middle-area {
		padding-top: 25px;
	}
	.brand-tab-content a {
		padding: 102px 0;
	}
	.tab-product-area-home-three .tab-area-product .home-tabs-title li a {
		padding: 0px 0;
	}
	.slider-content.slider-content-1 h1, .slider-content.slider-content-2 h1 {
		font-size: 35px;
		line-height: 40px;
	}
	.nivo-caption {
		top: 12%;
	}
}
/* small mobile :320px. */
@media (max-width: 767px) {
	.welcome {
		text-align: center;
	}
	.welcome p {
		font-size: 12px;
	}
	.topbar-nav {
		/*height: 30px;*/
		float: none;
		/*text-align: center;*/
		/*width: 300px;*/
		width: 100%;
		margin: 0;
	}
	/*.menu-my-account-container {
		width: 110px;
	}*/
	.language {
		width: 100px;
	}
	.language a img {
		margin-right: 5px;
	}
	.currency {
		width: 60px;
	}
	.switcher .language ul,
	.switcher .currency ul,
	.menu-my-account-container ul {
		padding: 0 10px;
	}
	.header-search-form input[type="text"] {
		padding-right: 0;
	}
	.topbar-nav {
		float: none;
		/*text-align: center;*/
	}
	.site-logo {
		text-align: center;
		margin-bottom: 15px;
	}
	.mean-container .mean-bar {
		background: #34BAEE;
		padding: 15px 10px;
		right: 10px;
	}
	.mean-container a.meanmenu-reveal {
		position: relative;
		top: 0;
		outline: none;
	}
	.mean-container a.meanmenu-reveal span {
		background: #fff;
		height: 3px;
		margin-top: 3px;
	}
	.shop-cart-menu {
		margin-top: 15px;
		float: none;
		text-align: center;
	}
	.hidden-md.hidden-sm.pull-left.category-wrapper {
		display: none;
	}
	.slider-area .slider-hidden {
		max-width: 16.67%;
		display: none;
	}
	.slider-area .slider {
		max-width: 100%;
	}
	.slider-area .slider-banner-area {
		max-width: 100%;
		margin-top: 30px;
	}
	.single-policy-area {
		padding: 0px 10px;
		width: 100%;
		margin-bottom: 30px;
	}
	.single-policy-area:last-child{
		margin-bottom: 0;
	}
	.single-product-area .product-wrapper.listview .list-col4 {
		float: none;
		width: 100%;
	}
	.single-product-area .product-wrapper.listview .list-col8 {
		float: none;
		width: 100%;
	}
	.single-slider-wrapper {
		min-height: 230px;
		display: flex;
		align-items: center;
	}
	.slider-content.slider-content-1 h1, .slider-content.slider-content-2 h1 {
		font-size: 22px;
		line-height: 28px;
	}
	.slider-content-1 h3 {
		font-size: 18px;
		padding: 0 0px;
		line-height: 30px;
	}
	.slider-content-2 h3 {
		font-size: 20px;
	}
	.slider-content-2 h3.h3one {
		margin-top: 10px;
	}
	.slider-content-2 h3.h3two {
		margin-bottom: 0;
		display: none;
	}
	.slider-carousel-active.owl-carousel .owl-dots {
		bottom: 10px;
		right: 15px;
	}
	.policy-area-inner {
		margin-bottom: 0px;
	}
	.deal-counter .cdown .time-count {
		font-size: 14px;
		line-height: 14px;
	}
	.deal-counter .cdown span {
		font-size: 14px;
		line-height: 14px;
	}
	.deal-counter > div {
		padding-left: 30px;
		position: relative;
	}
	.deal-counter > div::before {
		margin-right: 10px;
	}
	.home-fullwidth-banner-area {
		padding-bottom: 0px;
	}
	.big-product-area {
		padding-bottom: 30px;
	}
	.bottom-banner a:last-child{
		margin-bottom: 0px;
	}
	.deal-counter {
		padding: 7px 8px;
	}
	.home-banner-four .col-sm-5.banner-four-one {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.home-banner-four .col-sm-7.banner-four-two {
		-moz-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.bottom-banner a {
		margin-bottom: 30px;
	}
	.product-carosel-area {
		padding-bottom: 50px;
		padding-top: 0;
	}
	.mini-product-listview .single-product-area .product-wrapper.listview .list-col4 {
		float: left;
		width: 39%;
	}
	.mini-product-listview .single-product-area .product-wrapper.listview .list-col8 {
		float: left;
		width: 61%;
	}
	.brand-zone-area .col-lg-9.hometab {
		-moz-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.brand-zone-area .col-lg-3.hometestimonial {
		-moz-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.brand-zone-tab-area .brand-tab-menu {
		width: 100%;
		float: none;
	}
	.brand-zone-tab-area .brand-tab-content {
		width: 100%;
	}
	.brand-logo {
		text-align: center;
	}
	.brand-logo a {
		overflow: hidden;
		display: inline-table;
	}
	.newsletter-area {
		text-align: center;
	}
	.newsletter-text {
		padding-left: 70px;
		position: relative;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.newsletter .newsletter-box form input[type="email"] {
		width: 275px;
		margin-bottom: 30px;
		border-radius: 5px;
	}
	.newsletter .newsletter-box form button[type="submit"] {
		border-radius: 5px;
	}
	.footer-social .social-icons {
		text-align: center;
		margin-top: 30px;
	}
	.footer-social .social-icons li {
		margin: 0 5px 0 0;
	}
	.footer-policy-area .foo-pol {
		padding: 30px 20px;
	}
	.footer-copyright-area p {
		color: #cacaca;
		margin-bottom: 15px;
		text-align: center;
	}
	.shop-cart-menu > ul > li {
		padding: 0 10px;
	}
	.shop-cart-menu > ul li ul {
		right: -25px;
	}
	.category-select .nice-select-menu {
		display: none;
	}
	.category-select::before {
		width: 0;
	}
	.main-menu {
		display: none;
	}
	.mobile-menu-area {
		display: block;
	}
	.section-title h3 {
		font-size: 18px;
	}
	/* home 2 */
	.single-categori {
		margin-bottom: 30px;
	}
	.categori-images a img {
		margin-top: 5px;
	}
	.tab-area-product .home-tabs-title li {
		margin: 0;
	}
	.tab-product-area-home-three .tab-area-product .home-tabs-title li a {
		padding: 0px 0;
	}
	.footer-social .social-icons li a {
		height: 40px;
		line-height: 40px;
		width: 40px;
	}
	.newsletter-area {
		margin-top: 20px;
	}
	/* home four */
	.single-slider-wrapper {
		background-position: center;
		background-size: cover;
	}
	.shop-cart-menu > ul li ul {
		right: -75px;
		position: absolute;
		z-index: 99999;
	}
	.four-single-banner-text {
		margin-bottom: 20px;
	}
	.brand-logo-area {
		padding: 5px 0;
	}
	.four-single-banner-text .four-banner-text h3 {
		font-size: 26px;
	}
	/* about us */
	.skrill_here {
		padding: 15px;
	}
	.shop-cart-menu > ul li ul {
		right: -23px;
	}
	.contact-form-inner {
		padding: 40px 30px !important;
	}
	.contact-form-area .contact-form-inner form .row {
		display: inherit;
	}
	.contact-address-area {
		padding: 40px 30px !important;
	}
	.unlimited-ideas-content {
		text-align: center;
		padding-top: 30px;
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 30px;
	}
	.portfolio___single div.title {
		left: 30px;
	}
	.portfolio___single:hover div.title {
		left: 30px;
		bottom: 20px;
	}
	.comment-respond .comment-input .comment-form-author,
	.comment-respond .comment-input .comment-form-email,
	.comment-respond .comment-input .comment-form-url {
		width: 100%;
	}
	.shop-page-wraper .sidebar-shop {
		max-width: 100%;
	}
	.shop-page-wraper .shop-content {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.product-toolbar .product-view-mode {
		float: none;
	}
	.product-toolbar .woocommerce-result-count {
		float: none;
		margin-bottom: 0;
		margin-right: 0;
		text-align: left;
	}
	.product-toolbar .product-toolbar-inner {
		float: left;
	}
	.product-toolbar .woocommerce-ordering {
		float: none;
		margin: 0;
	}
	.shop-page-product-area .single-product-area .product-wrapper.listview .list-col4 {
		width: 100%;
	}
	.shop-page-product-area .single-product-area .product-wrapper.listview .list-col8 {
		width: 100%;
	}
	.shop-page-product-area .listview .list-col8 .product-info {
		padding-right: 0;
		width: 100%;
	}
	.shop-page-product-area .listview .list-col8 .actions-wrapper {
		border-left: 1px solid #ededed;
		float: left;
		padding: 0 30px;
		width: 100%;
		margin-top: 30px;
	}
	.product-image {
		position: relative;
		text-align: center;
	}
	.single-product-wrapper .row .col-md-7 {
		width: 100%;
		flex: 100%;
		max-width: 100%;
	}
	.single-product-wrapper .row .col-md-5 {
		flex: 100%;
		max-width: 100%;
		padding: 0 50px;
	}
	.product-details-tab {
		margin-right: 0;
	}
	.product-details-tab {
		padding-left: 0;
		margin-right: 0;
	}
	.product-details-tab .product-details-small {
		display: none;
	}
	.related-product {
		width: 100%;
		padding: 0 15px;
		margin-bottom: 15px;
	}
	.product-description-area ul li {
		padding: 0 10px;
	}
	.product-description-area ul li:first-child::before {
		top: 24px;
	}
	.entry-header .entry-title {
		font-size: 20px;
	}
	.product-description-area ul {
		width: inherit;
	}
	.box-quantity a.add-cart {
		line-height: 38px;
		padding: 0 15px;
	}
	.your-order h3 {
		font-size: 20px;
	}
	.checkout-area form {
		padding: 50px 10px;
	}
	.newsletter-area .newsletter-text h3 {
		font-size: 16px;
	}
	.footer-menu {
		margin-bottom: 40px;
	}
	.footer-logo-area {
		margin-bottom: 40px;
	}
	.slider-content-2 h3.h3one {
		line-height: 30px;
	}
	.nivo-directionNav .nivo-prevNav, .nivo-directionNav .nivo-nextNav {
		font-size: 20px;
		background: #666;
		width: 30px;
		height: 30px;
		line-height: 29px;
		text-align: center;
		border-radius: 50%;
		margin: 0 15px;
	}
	.nivo-caption {
		top: 3%;
	}
	.slider-content.slider-content-1 h1,
	.slider-content.slider-content-2 h1 {
		font-size: 14px;
		line-height: 17px;
	}
	.button-1 a {
		font-size: 12px;
		line-height: 18px;
		padding: 5px 10px;
	}
	.slider-content-2 h3 {
		font-size: 14px;
	}
	.slider-content-2 h3.h3one {
		margin-top: 0px;
	}
	.slider-content-2 h3.h3one {
		line-height: 25px;
	}
}
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.slider-single-banner a img {
		width: 100%;
	}
	.welcome p {
		display: block;
		text-align: center;
		line-height: 50px;
	}
	.newsletter-area {
		text-align: center;
	}
	.product-carosel-area {
		padding-bottom: 25px;
	}
	.newsletter .newsletter-box form input[type="email"] {
		border-radius: 5px 0px 0px 5px;
	}
	.newsletter .newsletter-box form button[type="submit"] {
		border-radius: 0px 5px 5px 0px;
	}
	.newsletter .newsletter-box form input[type="email"] {
		width: 330px;
	}
	.footer-social .social-icons {
		margin-top: 0px;
	}
	.main-menu {
		display: none;
	}
	.mobile-menu-area {
		display: block;
	}
	.newsletter .newsletter-box form input[type="email"] {
		width: 300px;
	}
	.portfolio___single:hover div.title {
		left: 120px;
		bottom: 50px;
	}
	.product-toolbar .topbar-title {
		float: none;
		margin: 0;
	}
	.product-image {
		position: relative;
		text-align: center;
	}
	.nivo-caption {
		top: 17%;
	}
}