.wp-block-embed figcaption {
margin-top: .5em;
color: #6c7781;
text-align: center;
font-size: 13px
}
.editor-block-list__block[data-type="core/embed"][data-align=left] .editor-block-list__block-edit,
.editor-block-list__block[data-type="core/embed"][data-align=right] .editor-block-list__block-edit,
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
max-width: 318px;
width: 100%
}
.has-small-font-size {
font-size: 13px;
line-height: 13px;
}
.has-medium-font-size {
font-size: 20px;
line-height: 20px;
}
.has-large-font-size {
font-size: 36px;
line-height: 36px;
}
.has-huge-font-size {
font-size: 48px;
line-height: 48px;
}
p.has-drop-cap:not(:focus):first-letter {
float: left;
font-size: 4.1em;
line-height: .7;
font-family: serif;
font-weight: 600;
margin: .07em .23em 0 0;
text-transform: uppercase;
font-style: normal
}
.aligncenter {
text-align: center;
}
p.has-background {
padding: 20px 30px
}
.has-pale-pink-background-color {
background-color: #f78da7
}
.has-vivid-red-background-color {
background-color: #cf2e2e
}
.has-luminous-vivid-orange-background-color {
background-color: #ff6900
}
.has-luminous-vivid-amber-background-color {
background-color: #fcb900
}
.has-light-green-cyan-background-color {
background-color: #7bdcb5
}
.has-vivid-green-cyan-background-color {
background-color: #00d084
}
.has-pale-cyan-blue-background-color {
background-color: #8ed1fc
}
.has-vivid-cyan-blue-background-color {
background-color: #0693e3
}
.has-very-light-gray-background-color {
background-color: #eee
}
.has-cyan-bluish-gray-background-color {
background-color: #abb8c3
}
.has-very-dark-gray-background-color {
background-color: #313131
}
.has-pale-pink-color {
color: #f78da7
}
.has-vivid-red-color {
color: #cf2e2e
}
.has-luminous-vivid-orange-color {
color: #ff6900
}
.has-luminous-vivid-amber-color {
color: #fcb900
}
.has-light-green-cyan-color {
color: #7bdcb5
}
.has-vivid-green-cyan-color {
color: #00d084
}
.has-pale-cyan-blue-color {
color: #8ed1fc
}
.has-vivid-cyan-blue-color {
color: #0693e3
}
.has-very-light-gray-color {
color: #eee
}
.has-cyan-bluish-gray-color {
color: #abb8c3
}
.has-very-dark-gray-color {
color: #313131
}
.wp-block-quote cite,
.wp-block-quote footer {
color: #6c7781;
margin-top: 1em;
position: relative;
font-size: 13px;
font-style: normal
}
.wp-block-quote.is-large {
margin: 0 0 16px;
padding: 0 1em
}
.wp-block-quote.is-large p {
font-size: 24px;
font-style: italic;
line-height: 1.6
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer {
font-size: 19px;
text-align: right
}
.wp-block-gallery {
display: flex;
flex-wrap: wrap;
list-style-type: none;
margin: 0;
padding: 0
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
margin: 8px;
display: flex;
flex-grow: 1;
flex-direction: column;
justify-content: center;
position: relative
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
margin: 0;
height: 100%;
display: flex;
align-items: flex-end
}
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
display: block;
max-width: 100%;
height: auto
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
padding: 40px 10px 5px;
color: #fff;
text-align: center;
font-size: 13px;
background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 60%, transparent);
position: absolute;
width: 100%;
max-height: 100%;
overflow: auto
}
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
flex: 1;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover
}
.wp-block-gallery.is-cropped .blocks-gallery-image _:-ms-lang(x),
.wp-block-gallery.is-cropped .blocks-gallery-image figure,
.wp-block-gallery.is-cropped .blocks-gallery-item _:-ms-lang(x),
.wp-block-gallery.is-cropped .blocks-gallery-item figure {
height: auto;
width: auto
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
width: calc(100% / 2 - 16px)
}
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
width: calc(100% / 1 - 16px)
}
@media (min-width:600px) {
.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item {
width: calc(100% / 3 - 20px)
}
.wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item {
width: calc(100% / 4 - 20px)
}
.wp-block-gallery.columns-5 .blocks-gallery-image,
.wp-block-gallery.columns-5 .blocks-gallery-item {
width: calc(100% / 5 - 25px)
}
.wp-block-gallery.columns-6 .blocks-gallery-image,
.wp-block-gallery.columns-6 .blocks-gallery-item {
width: calc(100% / 6 - 25px)
}
.wp-block-gallery.columns-7 .blocks-gallery-image,
.wp-block-gallery.columns-7 .blocks-gallery-item {
width: calc(100% / 7 - 25px)
}
.wp-block-gallery.columns-8 .blocks-gallery-image,
.wp-block-gallery.columns-8 .blocks-gallery-item {
width: calc(100% / 8 - 25px)
}
}
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright,
[data-align=left] .wp-block-gallery,
[data-align=right] .wp-block-gallery {
max-width: 318px;
width: 100%
}
.wp-block-audio figcaption {
margin-top: .5em;
color: #6c7781;
text-align: center;
font-size: 13px
}
.wp-block-button {
margin-bottom: 1.5em
}
.wp-block-button.is-style-squared .wp-block-button__link {
border-radius: 0;
}
.wp-block-button.is-style-outline {
outline: #fff solid 5px;
}
.wp-block-button .wp-block-button__link {
border: none;
box-shadow: none;
border-radius: 25px;
cursor: pointer;
display: inline-block;
font-size: 18px;
line-height: 24px;
margin: 0;
padding: 11px 24px;
text-align: center;
text-decoration: none;
white-space: normal;
word-break: break-all
}
.wp-block-button.aligncenter {
text-align: center
}
.wp-block-button.alignright {
text-align: right
}
.wp-block-button__link:not(.has-background),
.wp-block-button__link:not(.has-background):active,
.wp-block-button__link:not(.has-background):focus,
.wp-block-button__link:not(.has-background):hover {
background-color: #32373c
}
.wp-block-button__link:not(.has-text-color),
.wp-block-button__link:not(.has-text-color):active,
.wp-block-button__link:not(.has-text-color):focus,
.wp-block-button__link:not(.has-text-color):hover {
color: #fff
}
.wp-block-categories.alignleft {
margin-right: 2em
}
.wp-block-categories.alignright {
margin-left: 2em
}
.wp-block-columns {
grid-auto-flow: dense
}
.wp-block-columns.has-2-columns {
grid-auto-columns: 50%
}
.wp-block-columns.has-3-columns {
grid-auto-columns: 33.33333%
}
.wp-block-columns.has-4-columns {
grid-auto-columns: 25%
}
.wp-block-columns.has-5-columns {
grid-auto-columns: 20%
}
.wp-block-columns.has-6-columns {
grid-auto-columns: 16.66667%
}
.wp-block-columns .layout-column-1 {
grid-column: 1
}
.wp-block-columns .layout-column-2 {
grid-column: 2
}
.wp-block-columns .layout-column-3 {
grid-column: 3
}
.wp-block-columns .layout-column-4 {
grid-column: 4
}
.wp-block-columns .layout-column-5 {
grid-column: 5
}
.wp-block-columns .layout-column-6 {
grid-column: 6
}
.wp-block-cover-image {
position: relative;
background-size: cover;
min-height: 430px;
width: 100%;
margin: 0 0 1.5em;
display: flex;
justify-content: center;
align-items: center
}
.wp-block-cover-image.has-left-content {
justify-content: flex-start
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover-image.has-left-content h2 {
margin-left: 0;
text-align: left
}
.wp-block-cover-image.has-right-content {
justify-content: flex-end
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover-image.has-right-content h2 {
margin-right: 0;
text-align: right
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image h2 {
color: #fff;
font-size: 2em;
line-height: 1.25;
z-index: 1;
margin-bottom: 0;
max-width: 636px;
padding: 14px;
text-align: center
}
.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-image-text a:active,
.wp-block-cover-image .wp-block-cover-image-text a:focus,
.wp-block-cover-image .wp-block-cover-image-text a:hover,
.wp-block-cover-image h2 a,
.wp-block-cover-image h2 a:active,
.wp-block-cover-image h2 a:focus,
.wp-block-cover-image h2 a:hover {
color: #fff
}
.wp-block-cover-image.has-parallax {
background-attachment: fixed
}
.wp-block-cover-image.has-background-dim:before {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: rgba(0, 0, 0, .5)
}
.wp-block-cover-image.has-background-dim.has-background-dim-10:before {
background-color: rgba(0, 0, 0, .1)
}
.wp-block-cover-image.has-background-dim.has-background-dim-20:before {
background-color: rgba(0, 0, 0, .2)
}
.wp-block-cover-image.has-background-dim.has-background-dim-30:before {
background-color: rgba(0, 0, 0, .3)
}
.wp-block-cover-image.has-background-dim.has-background-dim-40:before {
background-color: rgba(0, 0, 0, .4)
}
.wp-block-cover-image.has-background-dim.has-background-dim-50:before {
background-color: rgba(0, 0, 0, .5)
}
.wp-block-cover-image.has-background-dim.has-background-dim-60:before {
background-color: rgba(0, 0, 0, .6)
}
.wp-block-cover-image.has-background-dim.has-background-dim-70:before {
background-color: rgba(0, 0, 0, .7)
}
.wp-block-cover-image.has-background-dim.has-background-dim-80:before {
background-color: rgba(0, 0, 0, .8)
}
.wp-block-cover-image.has-background-dim.has-background-dim-90:before {
background-color: rgba(0, 0, 0, .9)
}
.wp-block-cover-image.has-background-dim.has-background-dim-100:before {
background-color: #000
}
.wp-block-cover-image.components-placeholder {
height: inherit
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
[data-align=left] .wp-block-cover-image,
[data-align=right] .wp-block-cover-image {
max-width: 318px;
width: 100%
}
.wp-block-image {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content
}
.wp-block-image figcaption {
margin-top: .5em;
color: #6c7781;
text-align: center;
font-size: 13px
}
.wp-block-image.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center
}
.wp-block-latest-posts.alignleft {
margin-right: 2em
}
.wp-block-latest-posts.alignright {
margin-left: 2em
}
.wp-block-latest-posts.is-grid {
display: flex;
flex-wrap: wrap;
padding: 0;
list-style: none
}
.wp-block-latest-posts.is-grid li {
margin: 0 16px 16px 0;
width: 100%
}
@media (min-width:600px) {
.wp-block-latest-posts.columns-2 li {
width: calc(50% - 16px)
}
.wp-block-latest-posts.columns-3 li {
width: calc(33.33333% - 16px)
}
.wp-block-latest-posts.columns-4 li {
width: calc(25% - 16px)
}
.wp-block-latest-posts.columns-5 li {
width: calc(20% - 16px)
}
.wp-block-latest-posts.columns-6 li {
width: calc(16.66667% - 16px)
}
}
.wp-block-latest-posts__post-date {
display: block;
color: #6c7781;
font-size: 13px
}
.wp-block-pullquote {
border-top: 4px solid #555d66;
border-bottom: 4px solid #555d66;
color: #40464d;
padding: 3em 0;
text-align: center
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
max-width: 400px
}
.wp-block-pullquote.alignleft>p,
.wp-block-pullquote.alignright>p {
font-size: 20px
}
.wp-block-pullquote>p {
font-size: 24px;
line-height: 1.6
}
.wp-block-pullquote cite,
.wp-block-pullquote footer {
color: #40464d;
position: relative;
text-transform: uppercase;
font-size: 13px
}
.wp-block-separator {
border: none;
border-bottom: 2px solid #8f98a1;
max-width: 100px;
margin: 1.65em auto
}
p.wp-block-subhead {
font-size: 1.1em;
font-style: italic;
opacity: .75
}
.wp-block-table table {
border-collapse: collapse;
width: 100%
}
.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
display: flex
}
.wp-block-text-columns .wp-block-column {
box-sizing: border-box;
margin: 0 16px;
padding: 0
}
.wp-block-text-columns .wp-block-column:first-child {
margin-left: 0
}
.wp-block-text-columns .wp-block-column:last-child {
margin-right: 0
}
.wp-block-text-columns.columns-2 .wp-block-column {
width: 50%
}
.wp-block-text-columns.columns-3 .wp-block-column {
width: 33.33333%
}
.wp-block-text-columns.columns-4 .wp-block-column {
width: 25%
}
.wp-block-video {
margin: 0
}
.wp-block-video figcaption {
margin-top: .5em;
color: #6c7781;
text-align: center;
font-size: 13px
}
.wp-block-video.aligncenter {
text-align: center
}
.shared-block-edit-panel {
align-items: center;
background: #f8f9f9;
color: #555d66;
display: flex;
flex-wrap: wrap;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
font-size: 13px;
margin: 0 -14px;
padding: 10px 14px;
position: relative;
top: 14px
}
.shared-block-edit-panel .shared-block-edit-panel__spinner {
margin: 0 5px
}
.shared-block-edit-panel .shared-block-edit-panel__info {
margin-right: auto
}
.shared-block-edit-panel .shared-block-edit-panel__label {
margin-right: 10px;
white-space: nowrap;
font-weight: 600
}
.shared-block-edit-panel .shared-block-edit-panel__title {
flex: 1 1 100%;
font-size: 14px;
height: 30px;
margin: 5px 0 10px
}
.wp-core-ui .shared-block-edit-panel .shared-block-edit-panel__button {
margin: 0 5px 0 0
}
@media (min-width:960px) {
.shared-block-edit-panel {
flex-wrap: nowrap
}
.shared-block-edit-panel .shared-block-edit-panel__title {
margin: 0
}
.wp-core-ui .shared-block-edit-panel .shared-block-edit-panel__button {
margin: 0 0 0 5px
}
}
.shared-block-indicator {
background: #fff;
border-left: 1px dashed #e2e4e7;
color: #555d66;
border-top: 1px dashed #e2e4e7;
bottom: -14px;
height: 30px;
padding: 5px;
position: absolute;
right: -14px;
width: 30px
}
.has-background.has-strong-magenta-background-color{
background-color: #a156b4;
}
.has-text-color.has-strong-magenta-color{
color:#a156b4;
}
.has-background.has-light-grayish-magenta-background-color{
background-color: #d0a5db;
}
.has-text-color.has-light-grayish-magenta-color{
color: #d0a5db;
}
.has-very-light-gray-color.has-very-light-gray-color {
color: #eee;
}
.has-very-light-gray-background-color.has-very-light-gray-background-color {
background-color: #eee;
}
.has-very-dark-gray-background-color.has-very-dark-gray-background-color {
background-color: #313131;
}
.has-text-color.has-very-dark-gray-color{
color: #313131;
}
@media (min-width: 600px){
.wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
width: calc(100% / 3 - 20px) !important;
}
}
.alignwide {
max-width: 80%;
margin: auto;
display: inline-flex;
justify-content: center;
position: relative;
left: 10%;
}html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
i, cite, em, var, address, dfn {
font-style: italic;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
margin: .67em 0;
font-size: 2em;
}
mark {
color: #000;
background: #ff0;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sup {
top: -.5em;
}
sub {
bottom: -.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
height: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
font: inherit;
color: inherit;
}
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 {
padding: 0;
border: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
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-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
padding: .35em .625em .75em;
margin: 0 2px;
border: 1px solid #c0c0c0;
}
legend {
padding: 0;
border: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: separate;
border-spacing: 0;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
table,
th,
td {
border: 1px solid #eaeaea;
border: 1px solid rgba(51, 51, 51, 0.1);
}
table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 0 0 1.6em;
table-layout: fixed; width: 100%;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
th {
border-width: 0 1px 1px 0;
font-weight: 700;
}
td {
border-width: 0 1px 1px 0;
}
th, td {
padding: 0.4em;
} @media print {
*,
*:before,
*:after {
color: #000 !important;
text-shadow: none !important;
background: transparent !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
.navbar {
display: none;
}
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important;
}
.label {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table td,
.table th {
background-color: #fff !important;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important;
}
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url(//oliveprod.fr/wp-content/themes/karo/assets/fonts/glyphicons-halflings-regular.eot);
src: url(//oliveprod.fr/wp-content/themes/karo/assets/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(//oliveprod.fr/wp-content/themes/karo/assets/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(//oliveprod.fr/wp-content/themes/karo/assets/fonts/glyphicons-halflings-regular.woff) format('woff'), url(//oliveprod.fr/wp-content/themes/karo/assets/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(//oliveprod.fr/wp-content/themes/karo/assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
content: "\002a";
}
.glyphicon-plus:before {
content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
content: "\20ac";
}
.glyphicon-minus:before {
content: "\2212";
}
.glyphicon-cloud:before {
content: "\2601";
}
.glyphicon-envelope:before {
content: "\2709";
}
.glyphicon-pencil:before {
content: "\270f";
}
.glyphicon-glass:before {
content: "\e001";
}
.glyphicon-music:before {
content: "\e002";
}
.glyphicon-search:before {
content: "\e003";
}
.glyphicon-heart:before {
content: "\e005";
}
.glyphicon-star:before {
content: "\e006";
}
.glyphicon-star-empty:before {
content: "\e007";
}
.glyphicon-user:before {
content: "\e008";
}
.glyphicon-film:before {
content: "\e009";
}
.glyphicon-th-large:before {
content: "\e010";
}
.glyphicon-th:before {
content: "\e011";
}
.glyphicon-th-list:before {
content: "\e012";
}
.glyphicon-ok:before {
content: "\e013";
}
.glyphicon-remove:before {
content: "\e014";
}
.glyphicon-zoom-in:before {
content: "\e015";
}
.glyphicon-zoom-out:before {
content: "\e016";
}
.glyphicon-off:before {
content: "\e017";
}
.glyphicon-signal:before {
content: "\e018";
}
.glyphicon-cog:before {
content: "\e019";
}
.glyphicon-trash:before {
content: "\e020";
}
.glyphicon-home:before {
content: "\e021";
}
.glyphicon-file:before {
content: "\e022";
}
.glyphicon-time:before {
content: "\e023";
}
.glyphicon-road:before {
content: "\e024";
}
.glyphicon-download-alt:before {
content: "\e025";
}
.glyphicon-download:before {
content: "\e026";
}
.glyphicon-upload:before {
content: "\e027";
}
.glyphicon-inbox:before {
content: "\e028";
}
.glyphicon-play-circle:before {
content: "\e029";
}
.glyphicon-repeat:before {
content: "\e030";
}
.glyphicon-refresh:before {
content: "\e031";
}
.glyphicon-list-alt:before {
content: "\e032";
}
.glyphicon-lock:before {
content: "\e033";
}
.glyphicon-flag:before {
content: "\e034";
}
.glyphicon-headphones:before {
content: "\e035";
}
.glyphicon-volume-off:before {
content: "\e036";
}
.glyphicon-volume-down:before {
content: "\e037";
}
.glyphicon-volume-up:before {
content: "\e038";
}
.glyphicon-qrcode:before {
content: "\e039";
}
.glyphicon-barcode:before {
content: "\e040";
}
.glyphicon-tag:before {
content: "\e041";
}
.glyphicon-tags:before {
content: "\e042";
}
.glyphicon-book:before {
content: "\e043";
}
.glyphicon-bookmark:before {
content: "\e044";
}
.glyphicon-print:before {
content: "\e045";
}
.glyphicon-camera:before {
content: "\e046";
}
.glyphicon-font:before {
content: "\e047";
}
.glyphicon-bold:before {
content: "\e048";
}
.glyphicon-italic:before {
content: "\e049";
}
.glyphicon-text-height:before {
content: "\e050";
}
.glyphicon-text-width:before {
content: "\e051";
}
.glyphicon-align-left:before {
content: "\e052";
}
.glyphicon-align-center:before {
content: "\e053";
}
.glyphicon-align-right:before {
content: "\e054";
}
.glyphicon-align-justify:before {
content: "\e055";
}
.glyphicon-list:before {
content: "\e056";
}
.glyphicon-indent-left:before {
content: "\e057";
}
.glyphicon-indent-right:before {
content: "\e058";
}
.glyphicon-facetime-video:before {
content: "\e059";
}
.glyphicon-picture:before {
content: "\e060";
}
.glyphicon-map-marker:before {
content: "\e062";
}
.glyphicon-adjust:before {
content: "\e063";
}
.glyphicon-tint:before {
content: "\e064";
}
.glyphicon-edit:before {
content: "\e065";
}
.glyphicon-share:before {
content: "\e066";
}
.glyphicon-check:before {
content: "\e067";
}
.glyphicon-move:before {
content: "\e068";
}
.glyphicon-step-backward:before {
content: "\e069";
}
.glyphicon-fast-backward:before {
content: "\e070";
}
.glyphicon-backward:before {
content: "\e071";
}
.glyphicon-play:before {
content: "\e072";
}
.glyphicon-pause:before {
content: "\e073";
}
.glyphicon-stop:before {
content: "\e074";
}
.glyphicon-forward:before {
content: "\e075";
}
.glyphicon-fast-forward:before {
content: "\e076";
}
.glyphicon-step-forward:before {
content: "\e077";
}
.glyphicon-eject:before {
content: "\e078";
}
.glyphicon-chevron-left:before {
content: "\e079";
}
.glyphicon-chevron-right:before {
content: "\e080";
}
.glyphicon-plus-sign:before {
content: "\e081";
}
.glyphicon-minus-sign:before {
content: "\e082";
}
.glyphicon-remove-sign:before {
content: "\e083";
}
.glyphicon-ok-sign:before {
content: "\e084";
}
.glyphicon-question-sign:before {
content: "\e085";
}
.glyphicon-info-sign:before {
content: "\e086";
}
.glyphicon-screenshot:before {
content: "\e087";
}
.glyphicon-remove-circle:before {
content: "\e088";
}
.glyphicon-ok-circle:before {
content: "\e089";
}
.glyphicon-ban-circle:before {
content: "\e090";
}
.glyphicon-arrow-left:before {
content: "\e091";
}
.glyphicon-arrow-right:before {
content: "\e092";
}
.glyphicon-arrow-up:before {
content: "\e093";
}
.glyphicon-arrow-down:before {
content: "\e094";
}
.glyphicon-share-alt:before {
content: "\e095";
}
.glyphicon-resize-full:before {
content: "\e096";
}
.glyphicon-resize-small:before {
content: "\e097";
}
.glyphicon-exclamation-sign:before {
content: "\e101";
}
.glyphicon-gift:before {
content: "\e102";
}
.glyphicon-leaf:before {
content: "\e103";
}
.glyphicon-fire:before {
content: "\e104";
}
.glyphicon-eye-open:before {
content: "\e105";
}
.glyphicon-eye-close:before {
content: "\e106";
}
.glyphicon-warning-sign:before {
content: "\e107";
}
.glyphicon-plane:before {
content: "\e108";
}
.glyphicon-calendar:before {
content: "\e109";
}
.glyphicon-random:before {
content: "\e110";
}
.glyphicon-comment:before {
content: "\e111";
}
.glyphicon-magnet:before {
content: "\e112";
}
.glyphicon-chevron-up:before {
content: "\e113";
}
.glyphicon-chevron-down:before {
content: "\e114";
}
.glyphicon-retweet:before {
content: "\e115";
}
.glyphicon-shopping-cart:before {
content: "\e116";
}
.glyphicon-folder-close:before {
content: "\e117";
}
.glyphicon-folder-open:before {
content: "\e118";
}
.glyphicon-resize-vertical:before {
content: "\e119";
}
.glyphicon-resize-horizontal:before {
content: "\e120";
}
.glyphicon-hdd:before {
content: "\e121";
}
.glyphicon-bullhorn:before {
content: "\e122";
}
.glyphicon-bell:before {
content: "\e123";
}
.glyphicon-certificate:before {
content: "\e124";
}
.glyphicon-thumbs-up:before {
content: "\e125";
}
.glyphicon-thumbs-down:before {
content: "\e126";
}
.glyphicon-hand-right:before {
content: "\e127";
}
.glyphicon-hand-left:before {
content: "\e128";
}
.glyphicon-hand-up:before {
content: "\e129";
}
.glyphicon-hand-down:before {
content: "\e130";
}
.glyphicon-circle-arrow-right:before {
content: "\e131";
}
.glyphicon-circle-arrow-left:before {
content: "\e132";
}
.glyphicon-circle-arrow-up:before {
content: "\e133";
}
.glyphicon-circle-arrow-down:before {
content: "\e134";
}
.glyphicon-globe:before {
content: "\e135";
}
.glyphicon-wrench:before {
content: "\e136";
}
.glyphicon-tasks:before {
content: "\e137";
}
.glyphicon-filter:before {
content: "\e138";
}
.glyphicon-briefcase:before {
content: "\e139";
}
.glyphicon-fullscreen:before {
content: "\e140";
}
.glyphicon-dashboard:before {
content: "\e141";
}
.glyphicon-paperclip:before {
content: "\e142";
}
.glyphicon-heart-empty:before {
content: "\e143";
}
.glyphicon-link:before {
content: "\e144";
}
.glyphicon-phone:before {
content: "\e145";
}
.glyphicon-pushpin:before {
content: "\e146";
}
.glyphicon-usd:before {
content: "\e148";
}
.glyphicon-gbp:before {
content: "\e149";
}
.glyphicon-sort:before {
content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
content: "\e152";
}
.glyphicon-sort-by-order:before {
content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
content: "\e154";
}
.glyphicon-sort-by-attributes:before {
content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
content: "\e156";
}
.glyphicon-unchecked:before {
content: "\e157";
}
.glyphicon-expand:before {
content: "\e158";
}
.glyphicon-collapse-down:before {
content: "\e159";
}
.glyphicon-collapse-up:before {
content: "\e160";
}
.glyphicon-log-in:before {
content: "\e161";
}
.glyphicon-flash:before {
content: "\e162";
}
.glyphicon-log-out:before {
content: "\e163";
}
.glyphicon-new-window:before {
content: "\e164";
}
.glyphicon-record:before {
content: "\e165";
}
.glyphicon-save:before {
content: "\e166";
}
.glyphicon-open:before {
content: "\e167";
}
.glyphicon-saved:before {
content: "\e168";
}
.glyphicon-import:before {
content: "\e169";
}
.glyphicon-export:before {
content: "\e170";
}
.glyphicon-send:before {
content: "\e171";
}
.glyphicon-floppy-disk:before {
content: "\e172";
}
.glyphicon-floppy-saved:before {
content: "\e173";
}
.glyphicon-floppy-remove:before {
content: "\e174";
}
.glyphicon-floppy-save:before {
content: "\e175";
}
.glyphicon-floppy-open:before {
content: "\e176";
}
.glyphicon-credit-card:before {
content: "\e177";
}
.glyphicon-transfer:before {
content: "\e178";
}
.glyphicon-cutlery:before {
content: "\e179";
}
.glyphicon-header:before {
content: "\e180";
}
.glyphicon-compressed:before {
content: "\e181";
}
.glyphicon-earphone:before {
content: "\e182";
}
.glyphicon-phone-alt:before {
content: "\e183";
}
.glyphicon-tower:before {
content: "\e184";
}
.glyphicon-stats:before {
content: "\e185";
}
.glyphicon-sd-video:before {
content: "\e186";
}
.glyphicon-hd-video:before {
content: "\e187";
}
.glyphicon-subtitles:before {
content: "\e188";
}
.glyphicon-sound-stereo:before {
content: "\e189";
}
.glyphicon-sound-dolby:before {
content: "\e190";
}
.glyphicon-sound-5-1:before {
content: "\e191";
}
.glyphicon-sound-6-1:before {
content: "\e192";
}
.glyphicon-sound-7-1:before {
content: "\e193";
}
.glyphicon-copyright-mark:before {
content: "\e194";
}
.glyphicon-registration-mark:before {
content: "\e195";
}
.glyphicon-cloud-download:before {
content: "\e197";
}
.glyphicon-cloud-upload:before {
content: "\e198";
}
.glyphicon-tree-conifer:before {
content: "\e199";
}
.glyphicon-tree-deciduous:before {
content: "\e200";
}
.glyphicon-cd:before {
content: "\e201";
}
.glyphicon-save-file:before {
content: "\e202";
}
.glyphicon-open-file:before {
content: "\e203";
}
.glyphicon-level-up:before {
content: "\e204";
}
.glyphicon-copy:before {
content: "\e205";
}
.glyphicon-paste:before {
content: "\e206";
}
.glyphicon-alert:before {
content: "\e209";
}
.glyphicon-equalizer:before {
content: "\e210";
}
.glyphicon-king:before {
content: "\e211";
}
.glyphicon-queen:before {
content: "\e212";
}
.glyphicon-pawn:before {
content: "\e213";
}
.glyphicon-bishop:before {
content: "\e214";
}
.glyphicon-knight:before {
content: "\e215";
}
.glyphicon-baby-formula:before {
content: "\e216";
}
.glyphicon-tent:before {
content: "\26fa";
}
.glyphicon-blackboard:before {
content: "\e218";
}
.glyphicon-bed:before {
content: "\e219";
}
.glyphicon-apple:before {
content: "\f8ff";
}
.glyphicon-erase:before {
content: "\e221";
}
.glyphicon-hourglass:before {
content: "\231b";
}
.glyphicon-lamp:before {
content: "\e223";
}
.glyphicon-duplicate:before {
content: "\e224";
}
.glyphicon-piggy-bank:before {
content: "\e225";
}
.glyphicon-scissors:before {
content: "\e226";
}
.glyphicon-bitcoin:before {
content: "\e227";
}
.glyphicon-btc:before {
content: "\e227";
}
.glyphicon-xbt:before {
content: "\e227";
}
.glyphicon-yen:before {
content: "\00a5";
}
.glyphicon-jpy:before {
content: "\00a5";
}
.glyphicon-ruble:before {
content: "\20bd";
}
.glyphicon-rub:before {
content: "\20bd";
}
.glyphicon-scale:before {
content: "\e230";
}
.glyphicon-ice-lolly:before {
content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
content: "\e232";
}
.glyphicon-education:before {
content: "\e233";
}
.glyphicon-option-horizontal:before {
content: "\e234";
}
.glyphicon-option-vertical:before {
content: "\e235";
}
.glyphicon-menu-hamburger:before {
content: "\e236";
}
.glyphicon-modal-window:before {
content: "\e237";
}
.glyphicon-oil:before {
content: "\e238";
}
.glyphicon-grain:before {
content: "\e239";
}
.glyphicon-sunglasses:before {
content: "\e240";
}
.glyphicon-text-size:before {
content: "\e241";
}
.glyphicon-text-color:before {
content: "\e242";
}
.glyphicon-text-background:before {
content: "\e243";
}
.glyphicon-object-align-top:before {
content: "\e244";
}
.glyphicon-object-align-bottom:before {
content: "\e245";
}
.glyphicon-object-align-horizontal:before {
content: "\e246";
}
.glyphicon-object-align-left:before {
content: "\e247";
}
.glyphicon-object-align-vertical:before {
content: "\e248";
}
.glyphicon-object-align-right:before {
content: "\e249";
}
.glyphicon-triangle-right:before {
content: "\e250";
}
.glyphicon-triangle-left:before {
content: "\e251";
}
.glyphicon-triangle-bottom:before {
content: "\e252";
}
.glyphicon-triangle-top:before {
content: "\e253";
}
.glyphicon-console:before {
content: "\e254";
}
.glyphicon-superscript:before {
content: "\e255";
}
.glyphicon-subscript:before {
content: "\e256";
}
.glyphicon-menu-left:before {
content: "\e257";
}
.glyphicon-menu-right:before {
content: "\e258";
}
.glyphicon-menu-down:before {
content: "\e259";
}
.glyphicon-menu-up:before {
content: "\e260";
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-size: 14px;
line-height: 2;
color: #444;
background-color: #fff;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #666;
text-decoration: none;
cursor: pointer;
background: transparent;
transition: all 200ms ease 0s;
-webkit-transition: all 200ms ease 0s;
-moz-transition: all 200ms ease 0s;
}
a:focus {
outline: 0;
outline-offset: -2px;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
display: inline-block;
max-width: 100%;
height: auto;
padding: 4px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
[role="button"] {
cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
margin-top: 20px;
margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
margin-top: 10px;
margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
font-size: 75%;
}
h1,
.h1 {
font-size: 36px;
}
h2,
.h2 {
font-size: 30px;
}
h3,
.h3 {
font-size: 24px;
}
h4,
.h4 {
font-size: 18px;
}
h5,
.h5 {
font-size: 14px;
}
h6,
.h6 {
font-size: 12px;
}
p {
margin: 0 0 10px;
}
.lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 21px;
}
}
small,
.small {
font-size: 85%;
}
mark,
.mark {
padding: .2em;
background-color: #fcf8e3;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-nowrap {
white-space: nowrap;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-muted {
color: #777;
}
.text-primary {
color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
color: #286090;
}
.text-success {
color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
color: #2b542c;
}
.text-info {
color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
color: #245269;
}
.text-warning {
color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
color: #66512c;
}
.text-danger {
color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
color: #843534;
}
.bg-primary {
color: #fff;
background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
background-color: #286090;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
background-color: #e4b9b9;
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 30px;
border-bottom: 1px solid #eee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
margin-bottom: 0;
}
br {
margin: 0 0 5px;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
margin-left: -5px;
list-style: none;
}
.list-inline > li {
display: inline-block;
padding-right: 5px;
padding-left: 5px;
}
dl {
margin-top: 0;
margin-bottom: 20px;
}
dt,
dd {
line-height: 1.42857143;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
overflow: hidden;
clear: left;
text-align: right;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
}
abbr[title],
abbr[data-original-title] {
border-bottom: 1px dotted #777;
}
.nav-subtitle{
font-size: 0;
position: relative;
overflow: hidden;
}
.nav-previous .nav-subtitle:before{
font-size: 20px;
content: "←";
}
.nav-next .nav-subtitle:before{
font-size: 20px;
content: "→";
float: right;
}
.nav-next .nav-title{
display: inline-block;
margin-top: 9px;
margin-right: 5px;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
text-align: right;
border-right: 5px solid #eee;
border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
address {
margin-bottom: 20px;
line-height: 1.42857143;
}
.entry-content a, .comment-content a { }
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
-webkit-box-shadow: none;
box-shadow: none;
}
pre {
background: #f5f5f5;
color: #666;
font-family: monospace;
font-size: 14px;
margin: 20px 0;
overflow: auto;
padding: 20px;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
padding: 0;
}
}
.container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-0 {
left: auto;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-0 {
margin-left: 0;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-0 {
margin-left: 0;
}
}
table {
background-color: transparent;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777;
text-align: left;
}
th {
text-align: left;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd;
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 2px solid #ddd;
}
.table .table {
background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
background-color: #f5f5f5;
}
table col[class*="col-"] {
position: static;
display: table-column;
float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
display: table-cell;
float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
.table-responsive {
min-height: .01%;
overflow-x: auto;
}
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px;
line-height: normal;
}
input[type="file"] {
display: block;
}
input[type="range"] {
display: block;
width: 100%;
}
select[multiple],
select[size] {
height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
color: #999;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #999;
}
.form-control::-webkit-input-placeholder {
color: #999;
}
.form-control::-ms-expand {
background-color: transparent;
border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
background-color: #eee;
opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
cursor: not-allowed;
}
textarea.form-control {
height: auto;
}
input[type="search"] {
-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
line-height: 34px;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm,
.input-group-sm input[type="date"],
.input-group-sm input[type="time"],
.input-group-sm input[type="datetime-local"],
.input-group-sm input[type="month"] {
line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg,
.input-group-lg input[type="date"],
.input-group-lg input[type="time"],
.input-group-lg input[type="datetime-local"],
.input-group-lg input[type="month"] {
line-height: 46px;
}
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.radio label,
.checkbox label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-top: 4px \9;
margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
vertical-align: middle;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
cursor: not-allowed;
}
.form-control-static {
min-height: 34px;
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
padding-right: 0;
padding-left: 0;
}
.input-sm {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-sm {
height: 30px;
line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
height: auto;
}
.form-group-sm .form-control {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.form-group-sm select.form-control {
height: 30px;
line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
height: auto;
}
.form-group-sm .form-control-static {
height: 30px;
min-height: 32px;
padding: 6px 10px;
font-size: 12px;
line-height: 1.5;
}
.input-lg {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
select.input-lg {
height: 46px;
line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
height: auto;
}
.form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.form-group-lg select.form-control {
height: 46px;
line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
height: auto;
}
.form-group-lg .form-control-static {
height: 46px;
min-height: 38px;
padding: 11px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.has-feedback {
position: relative;
}
.has-feedback .form-control {
padding-right: 42.5px;
}
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
color: #3c763d;
}
.has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
color: #3c763d;
background-color: #dff0d8;
border-color: #3c763d;
}
.has-success .form-control-feedback {
color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
color: #8a6d3b;
}
.has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
color: #a94442;
}
.has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
color: #a94442;
background-color: #f2dede;
border-color: #a94442;
}
.has-error .form-control-feedback {
color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373;
}
@media (min-width: 768px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .form-control-static {
display: inline-block;
}
.form-inline .input-group {
display: inline-table;
vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto;
}
.form-inline .input-group > .form-control {
width: 100%;
}
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
padding-left: 0;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
padding-top: 7px;
margin-top: 0;
margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 27px;
}
.form-horizontal .form-group {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
padding-top: 7px;
margin-bottom: 0;
text-align: right;
}
}
.form-horizontal .has-feedback .form-control-feedback {
right: 15px;
}
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 11px;
font-size: 18px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
font-size: 12px;
}
}
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
color: #333;
text-decoration: none;
}
.btn:active,
.btn.active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
cursor: not-allowed;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
pointer-events: none;
}
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
color: #333;
background-color: #e6e6e6;
border-color: #8c8c8c;
}
.btn-default:hover {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
color: #333;
background-color: #d4d4d4;
border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
background-color: #fff;
border-color: #ccc;
}
.btn-default .badge {
color: #fff;
background-color: #333;
}
.btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
color: #fff;
background-color: #286090;
border-color: #122b40;
}
.btn-primary:hover {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
color: #fff;
background-color: #204d74;
border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary .badge {
color: #337ab7;
background-color: #fff;
}
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
color: #fff;
background-color: #449d44;
border-color: #255625;
}
.btn-success:hover {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
color: #fff;
background-color: #398439;
border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success .badge {
color: #5cb85c;
background-color: #fff;
}
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
color: #fff;
background-color: #31b0d5;
border-color: #1b6d85;
}
.btn-info:hover {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
color: #fff;
background-color: #269abc;
border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info .badge {
color: #5bc0de;
background-color: #fff;
}
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
color: #fff;
background-color: #ec971f;
border-color: #985f0d;
}
.btn-warning:hover {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
color: #fff;
background-color: #d58512;
border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff;
}
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
color: #fff;
background-color: #c9302c;
border-color: #761c19;
}
.btn-danger:hover {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
color: #fff;
background-color: #ac2925;
border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge {
color: #d9534f;
background-color: #fff;
}
.btn-link {
font-weight: normal;
color: #337ab7;
border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
color: #23527c;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
color: #777;
text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.fade {
opacity: 0;
-webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
}
tr.collapse.in {
display: table-row;
}
tbody.collapse.in {
display: table-row-group;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-duration: .35s;
-o-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-property: height, visibility;
-o-transition-property: height, visibility;
transition-property: height, visibility;
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid \9;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropup,
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 14px;
text-align: left;
list-style: none;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333;
white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
color: #262626;
text-decoration: none;
background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #fff;
text-decoration: none;
background-color: #337ab7;
outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
display: block;
}
.open > a {
outline: 0;
}
.dropdown-menu-right {
right: 0;
left: auto;
}
.dropdown-menu-left {
right: auto;
left: 0;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.42857143;
color: #777;
white-space: nowrap;
}
.dropdown-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
content: "";
border-top: 0;
border-bottom: 4px dashed;
border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px;
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
right: 0;
left: auto;
}
.navbar-right .dropdown-menu-left {
right: auto;
left: 0;
}
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
margin-left: -1px;
}
.btn-toolbar {
margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.btn-group > .btn:first-child {
margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
padding-right: 8px;
padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
padding-right: 12px;
padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn .caret {
margin-left: 0;
}
.btn-lg .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.dropup .btn-lg .caret {
border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
display: table-cell;
float: none;
width: 1%;
}
.btn-group-justified > .btn-group .btn {
width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.input-group {
position: relative;
display: table;
border-collapse: separate;
}
.input-group[class*="col-"] {
float: none;
padding-right: 0;
padding-left: 0;
}
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
.input-group .form-control:focus {
z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
height: 46px;
line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
height: 30px;
line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.input-group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #555;
text-align: center;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 4px;
}
.input-group-addon.input-sm {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
}
.input-group-addon.input-lg {
padding: 10px 16px;
font-size: 18px;
border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
border-left: 0;
}
.input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}
.input-group-btn > .btn {
position: relative;
}
.input-group-btn > .btn + .btn {
margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
z-index: 2;
margin-left: -1px;
}
.nav {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav > li {
position: relative;
display: block;
}
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
text-decoration: none;
background-color: #eee;
}
.nav > li.disabled > a {
color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
color: #777;
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #eee;
border-color: #337ab7;
}
.nav .nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.nav > li > a > img {
max-width: none;
}
.nav-tabs {
border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.42857143;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #555;
cursor: default;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
width: 100%;
border-bottom: 0;
}
.nav-tabs.nav-justified > li {
float: none;
}
.nav-tabs.nav-justified > li > a {
margin-bottom: 5px;
text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #ddd;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #fff;
}
}
.nav-pills > li {
float: left;
}
.nav-pills > li > a {
border-radius: 4px;
}
.nav-pills > li + li {
margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #fff;
background-color: #337ab7;
}
.nav-stacked > li {
float: none;
}
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.nav-justified {
width: 100%;
}
.nav-justified > li {
float: none;
}
.nav-justified > li > a {
margin-bottom: 5px;
text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs-justified {
border-bottom: 0;
}
.nav-tabs-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border: 1px solid #ddd;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border-bottom-color: #fff;
}
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 20px;
border: 1px solid transparent;
}
@media (min-width: 768px) {
.navbar {
border-radius: 4px;
}
}
@media (min-width: 768px) {
.navbar-header {
float: left;
}
}
.navbar-collapse {
padding-right: 15px;
padding-left: 15px;
overflow-x: visible;
-webkit-overflow-scrolling: touch;
border-top: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.navbar-collapse {
width: auto;
border-top: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
padding-right: 0;
padding-left: 0;
}
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 200px;
}
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.navbar-static-top {
border-radius: 0;
}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.navbar-brand {
float: left;
height: 50px;
padding: 15px 15px;
font-size: 18px;
line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
.navbar-brand > img {
display: block;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: -15px;
}
}
.navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 8px;
margin-right: 15px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.navbar-toggle:focus {
outline: 0;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 768px) {
.navbar-toggle {
display: none;
}
}
.navbar-nav {
margin: 7.5px -15px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-top: 15px;
padding-bottom: 15px;
}
}
.navbar-form {
padding: 10px 15px;
margin-top: 8px;
margin-right: -15px;
margin-bottom: 8px;
margin-left: -15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.navbar-form .form-control-static {
display: inline-block;
}
.navbar-form .input-group {
display: inline-table;
vertical-align: middle;
}
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
width: auto;
}
.navbar-form .input-group > .form-control {
width: 100%;
}
.navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio label,
.navbar-form .checkbox label {
padding-left: 0;
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
top: 0;
}
}
@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px;
}
.navbar-form .form-group:last-child {
margin-bottom: 0;
}
}
@media (min-width: 768px) {
.navbar-form {
width: auto;
padding-top: 0;
padding-bottom: 0;
margin-right: 0;
margin-left: 0;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
}
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
margin-bottom: 0;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.navbar-btn {
margin-top: 8px;
margin-bottom: 8px;
}
.navbar-btn.btn-sm {
margin-top: 10px;
margin-bottom: 10px;
}
.navbar-btn.btn-xs {
margin-top: 14px;
margin-bottom: 14px;
}
.navbar-text {
margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 768px) {
.navbar-text {
float: left;
margin-right: 15px;
margin-left: 15px;
}
}
@media (min-width: 768px) {
.navbar-left {
float: left !important;
}
.navbar-right {
float: right !important;
margin-right: -15px;
}
.navbar-right ~ .navbar-right {
margin-right: 0;
}
}
.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent;
}
.navbar-default .navbar-text {
color: #777;
}
.navbar-default .navbar-nav > li > a {
color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #333;
background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
color: #555;
background-color: #e7e7e7;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
}
.navbar-default .navbar-link {
color: #777;
}
.navbar-default .navbar-link:hover {
color: #333;
}
.navbar-default .btn-link {
color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
color: #ccc;
}
.navbar-inverse {
background-color: #222;
border-color: #080808;
}
.navbar-inverse .navbar-brand {
color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-text {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #fff;
background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444;
background-color: transparent;
}
.navbar-inverse .navbar-toggle {
border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
color: #fff;
background-color: #080808;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444;
background-color: transparent;
}
}
.navbar-inverse .navbar-link {
color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
color: #fff;
}
.navbar-inverse .btn-link {
color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #444;
}
.breadcrumb {
padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px;
}
.breadcrumb > li {
display: inline-block;
}
.breadcrumb > li + li:before {
padding: 0 5px;
color: #ccc;
content: "/\00a0";
}
.breadcrumb > .active {
color: #777;
}
.pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
.pagination > li {
display: inline;
}
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #337ab7;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
z-index: 2;
color: #23527c;
background-color: #eee;
border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
z-index: 3;
color: #fff;
cursor: default;
background-color: #337ab7;
border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #777;
cursor: not-allowed;
background-color: #fff;
border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.pager {
padding-left: 0;
margin: 20px 0;
text-align: center;
list-style: none;
}
.pager li {
display: inline;
}
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: #eee;
}
.pager .next > a,
.pager .next > span {
float: right;
}
.pager .previous > a,
.pager .previous > span {
float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #777;
cursor: not-allowed;
background-color: #fff;
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
a.label:hover,
a.label:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.label:empty {
display: none;
}
.btn .label {
position: relative;
top: -1px;
}
.label-default {
background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
background-color: #5e5e5e;
}
.label-primary {
background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
background-color: #286090;
}
.label-success {
background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
background-color: #449d44;
}
.label-info {
background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
background-color: #31b0d5;
}
.label-warning {
background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
background-color: #ec971f;
}
.label-danger {
background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
background-color: #c9302c;
}
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: middle;
background-color: #777;
border-radius: 10px;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
top: 0;
padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #337ab7;
background-color: #fff;
}
.list-group-item > .badge {
float: right;
}
.list-group-item > .badge + .badge {
margin-right: 5px;
}
.nav-pills > li > a > .badge {
margin-left: 3px;
}
.jumbotron {
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 30px;
color: inherit;
background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
color: inherit;
}
.jumbotron p {
margin-bottom: 15px;
font-size: 21px;
font-weight: 200;
}
.jumbotron > hr {
border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
padding-right: 15px;
padding-left: 15px;
border-radius: 6px;
}
.jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 768px) {
.jumbotron {
padding-top: 48px;
padding-bottom: 48px;
}
.container .jumbotron,
.container-fluid .jumbotron {
padding-right: 60px;
padding-left: 60px;
}
.jumbotron h1,
.jumbotron .h1 {
font-size: 63px;
}
}
.thumbnail {
display: block;
margin-bottom: 20px;
line-height: 1.42857143;
background-color: #fff;
}
.thumbnail > img,
.thumbnail a > img {
margin-right: auto;
margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #337ab7;
}
.thumbnail .caption {
padding: 9px;
color: #333;
}
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: bold;
}
.alert > p,
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.alert-success {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.alert-success hr {
border-top-color: #c9e2b3;
}
.alert-success .alert-link {
color: #2b542c;
}
.alert-info {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.alert-info hr {
border-top-color: #a6e1ec;
}
.alert-info .alert-link {
color: #245269;
}
.alert-warning {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.alert-warning hr {
border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
color: #66512c;
}
.alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.alert-danger hr {
border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.progress {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background-color: #337ab7;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
-webkit-transition: width .6s ease;
-o-transition: width .6s ease;
transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
-webkit-background-size: 40px 40px;
background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
margin-top: 15px;
}
.media:first-child {
margin-top: 0;
}
.media,
.media-body {
overflow: hidden;
zoom: 1;
}
.media-body {
width: 10000px;
}
.media-object {
display: block;
}
.media-object.img-thumbnail {
max-width: none;
}
.media-right,
.media > .pull-right {
padding-left: 10px;
}
.media-left,
.media > .pull-left {
padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
display: table-cell;
vertical-align: top;
}
.media-middle {
vertical-align: middle;
}
.media-bottom {
vertical-align: bottom;
}
.media-heading {
margin-top: 0;
margin-bottom: 5px;
}
.media-list {
padding-left: 0;
list-style: none;
}
.list-group {
padding-left: 0;
margin-bottom: 20px;
}
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd;
}
.list-group-item:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
color: #555;
text-decoration: none;
background-color: #f5f5f5;
}
button.list-group-item {
width: 100%;
text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
color: #777;
cursor: not-allowed;
background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
z-index: 2;
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
color: #c7ddef;
}
.list-group-item-success {
color: #3c763d;
background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
color: #3c763d;
background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
color: #fff;
background-color: #3c763d;
border-color: #3c763d;
}
.list-group-item-info {
color: #31708f;
background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
color: #fff;
background-color: #31708f;
border-color: #31708f;
}
.list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
color: #8a6d3b;
background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b;
}
.list-group-item-danger {
color: #a94442;
background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
color: #a94442;
background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
color: #fff;
background-color: #a94442;
border-color: #a94442;
}
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
.panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid #e5e5e5;
}
.panel-body {
padding: 15px;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
color: inherit;
}
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.list-group + .panel-footer {
border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
padding-right: 15px;
padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
.panel > .table-responsive {
margin-bottom: 0;
border: 0;
}
.panel-group {
margin-bottom: 20px;
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 4px;
}
.panel-group .panel + .panel {
margin-top: 5px;
}
.panel-group .panel-heading {
border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #ddd;
}
.panel-default {
border-color: #ddd;
}
.panel-default > .panel-heading {
color: #333;
background-color: #f5f5f5;
border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ddd;
}
.panel-primary {
border-color: #337ab7;
}
.panel-primary > .panel-heading {
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
color: #337ab7;
background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #337ab7;
}
.panel-success {
border-color: #d6e9c6;
}
.panel-success > .panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
color: #dff0d8;
background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #d6e9c6;
}
.panel-info {
border-color: #bce8f1;
}
.panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
color: #d9edf7;
background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #bce8f1;
}
.panel-warning {
border-color: #faebcc;
}
.panel-warning > .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #faebcc;
}
.panel-danger {
border-color: #ebccd1;
}
.panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
color: #f2dede;
background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ebccd1;
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.embed-responsive-16by9 {
padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
padding-bottom: 75%;
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, .15);
}
.well-lg {
padding: 24px;
border-radius: 6px;
}
.well-sm {
padding: 9px;
border-radius: 3px;
}
.close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20);
opacity: .2;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
filter: alpha(opacity=50);
opacity: .5;
}
button.close {
-webkit-appearance: none;
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
}
.modal-open {
overflow: hidden;
}
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform .3s ease-out;
-o-transition:      -o-transform .3s ease-out;
transition:         transform .3s ease-out;
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.modal-content {
position: relative;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 6px;
outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
.modal-backdrop.fade {
filter: alpha(opacity=0);
opacity: 0;
}
.modal-backdrop.in {
filter: alpha(opacity=50);
opacity: .5;
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.42857143;
}
.modal-body {
position: relative;
padding: 15px;
}
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
margin-bottom: 0;
margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 30px auto;
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
.modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
width: 900px;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
line-height: 1.42857143;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
white-space: normal;
filter: alpha(opacity=0);
opacity: 0;
line-break: auto;
}
.tooltip.in {
filter: alpha(opacity=90);
opacity: .9;
}
.tooltip.top {
padding: 5px 0;
margin-top: -3px;
}
.tooltip.right {
padding: 0 5px;
margin-left: 3px;
}
.tooltip.bottom {
padding: 5px 0;
margin-top: 3px;
}
.tooltip.left {
padding: 0 5px;
margin-left: -3px;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 4px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
right: 5px;
bottom: 0;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
line-height: 1.42857143;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
white-space: normal;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
line-break: auto;
}
.popover.top {
margin-top: -10px;
}
.popover.right {
margin-left: 10px;
}
.popover.bottom {
margin-top: 10px;
}
.popover.left {
margin-left: -10px;
}
.popover-title {
padding: 8px 14px;
margin: 0;
font-size: 14px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
.popover-content {
padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover > .arrow {
border-width: 11px;
}
.popover > .arrow:after {
content: "";
border-width: 10px;
}
.popover.top > .arrow {
bottom: -11px;
left: 50%;
margin-left: -11px;
border-top-color: #999;
border-top-color: rgba(0, 0, 0, .25);
border-bottom-width: 0;
}
.popover.top > .arrow:after {
bottom: 1px;
margin-left: -10px;
content: " ";
border-top-color: #fff;
border-bottom-width: 0;
}
.popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-right-color: #999;
border-right-color: rgba(0, 0, 0, .25);
border-left-width: 0;
}
.popover.right > .arrow:after {
bottom: -10px;
left: 1px;
content: " ";
border-right-color: #fff;
border-left-width: 0;
}
.popover.bottom > .arrow {
top: -11px;
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999;
border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
top: 1px;
margin-left: -10px;
content: " ";
border-top-width: 0;
border-bottom-color: #fff;
}
.popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999;
border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
right: 1px;
bottom: -10px;
content: " ";
border-right-width: 0;
border-left-color: #fff;
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.carousel-inner > .item {
position: relative;
display: none;
-webkit-transition: .6s ease-in-out left;
-o-transition: .6s ease-in-out left;
transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
-webkit-transition: -webkit-transform .6s ease-in-out;
-o-transition:      -o-transform .6s ease-in-out;
transition:         transform .6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px;
}
.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
left: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
left: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right,
.carousel-inner > .item.active {
left: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
left: 100%;
}
.carousel-inner > .prev {
left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0;
}
.carousel-inner > .active.left {
left: -100%;
}
.carousel-inner > .active.right {
left: 100%;
}
.carousel-control {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 15%;
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
background-color: rgba(0, 0, 0, 0);
filter: alpha(opacity=50);
opacity: .5;
}
.carousel-control.left {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
background-repeat: repeat-x;
}
.carousel-control.right {
right: 0;
left: auto;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
color: #fff;
text-decoration: none;
filter: alpha(opacity=90);
outline: 0;
opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
font-family: serif;
line-height: 1;
}
.carousel-control .icon-prev:before {
content: '\2039';
}
.carousel-control .icon-next:before {
content: '\203a';
}
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
padding-left: 0;
margin-left: -30%;
text-align: center;
list-style: none;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
border: 1px solid #fff;
border-radius: 10px;
}
.carousel-indicators .active {
width: 12px;
height: 12px;
margin: 0;
background-color: #fff;
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -10px;
font-size: 30px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -10px;
}
.carousel-caption {
right: 20%;
left: 20%;
padding-bottom: 30px;
}
.carousel-indicators {
bottom: 20px;
}
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
display: table;
content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
clear: both;
}
.center-block {
display: block;
margin-right: auto;
margin-left: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
}
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table !important;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table !important;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table !important;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table !important;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table !important;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
} .wpb_widgetised_column:after{
display:table;
content:"";
clear:both;
} h1.wpb_heading,
h2.wpb_heading,
h3.wpb_heading,
h4.wpb_heading,
h5.wpb_heading,
h6.wpb_heading{
margin:15px 0 20px 0;
}
.vc_message_box {
font-weight:bold;
}
.vc_row.fix-column-no-margin{
margin-left:0;
margin-right:0;
}
.vc_row.fix-column-no-margin .wpb_column.vc_column_container{
padding-left:0;
padding-right:0;
} div.pp_default .pp_content{
width:100% !important;
min-height:100px;
}
div.pp_default .pp_content img{
margin:0 auto;
display:block;
}
body div.ppt{
text-transform:uppercase;
margin:0 0 -43px 0; padding:14px 0 10px 0;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
background:#fff;
font-weight:bold;
text-indent:15px; width:100% !important;
}
body .pp_woocommerce div.ppt{
display:none !important;
}
div.pp_default a.pp_arrow_previous, 
div.pp_default a.pp_arrow_next{
margin:0;
}
body div.pp_pic_holder .pp_content_container .pp_details{
padding:8px 15px;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
width:100% !important;
margin:0;
}
body div.pp_pic_holder.pp_woocommerce .pp_content_container .pp_details{
padding:0 ;
}
body div.pp_pic_holder a.pp_close{
right:15px;
top:6px;
}
body .wpb_flexslider.flexslider{
box-sizing:content-box;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
}
body .wpb_flexslider.flexslider,
body .wpb_slider_nivo {
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
padding:0;
border:0;
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
}
body .wpb_flexslider img,
body .wpb_slider_nivo img{
width:auto !important;
margin:0 auto;
}
.pp_previous,
.pp_next,
.pp_gallery{display:none !important}
body .wpb_slider_nivo .nivoSlider,
body .theme-default .nivoSlider{
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
}
.wpb_gallery_slides.wpb_image_grid ul li{
padding:5px;
border-width:1px;
border-style:solid;
}
div.pp_pic_holder .pp_close:hover,
div.pp_pic_holder .pp_nav .pp_play:hover,
div.pp_pic_holder .pp_nav .pp_pause:hover,
div.pp_pic_holder .pp_arrow_next:hover,
div.pp_pic_holder .pp_arrow_previous:hover{
opacity:1 !important;
}
body div.pp_pic_holder .pp_top .pp_left,
body div.pp_pic_holder .pp_top .pp_right,
body div.pp_pic_holder .pp_bottom .pp_left,
body div.pp_pic_holder .pp_bottom .pp_right,
body div.pp_pic_holder .pp_top .pp_middle,
body div.pp_pic_holder .pp_bottom .pp_middle,
body div.pp_pic_holder .pp_content_container .pp_left,
body div.pp_pic_holder .pp_content_container .pp_right{
background:none !important;
padding:0 !important;
}
body div.pp_pic_holder .pp_top .pp_left{
border-width:0 0 0 0;
border-style:solid;
border-color:transparent;
}
body div.pp_pic_holder .pp_top .pp_right{
border-width:0 0 0 0;
border-style:solid;
border-color:transparent;
}
body div.pp_pic_holder .pp_bottom .pp_left{
border-width:0 0 0 0;
border-style:solid;
border-color:transparent;
}
body div.pp_pic_holder .pp_bottom .pp_right{
border-width:0 0 0 0;
border-style:solid;
border-color:transparent;
}
body div.pp_pic_holder .pp_top .pp_middle{
border-width:0 0 0 0;
border-style:solid;
border-color:transparent;
}
body div.pp_pic_holder .pp_bottom .pp_middle{
border-width:0 0 0 0;
border-style:solid;
border-color:transparent;
}
body div.pp_pic_holder .pp_content_container .pp_left{
border-width:0 0 0 0;
border-style:solid;
border-color:transparent;
}
body div.pp_pic_holder .pp_content_container .pp_right{
border-width:0 0 0 0;
border-style:solid;
border-color:transparent;
}
body div.pp_pic_holder .pp_top .pp_middle, 
body div.pp_pic_holder .pp_bottom .pp_middle{
left:0;right:0;
}
body div.pp_pic_holder .pp_woocommerce div.ppt{
display:none !important;
} body .wpb_row, 
body .wpb_content_element,
body .vc_tta-container{
margin-bottom:30px;
}
ul.wpb_thumbnails-fluid > li, 
.last_toggle_el_margin, 
.wpb_button{
margin-bottom:0;
}
.vc_column_container .vc_btn, 
.vc_column_container .wpb_button{
text-transform:uppercase;
}
.wpb_button{
padding:9px 24px 9px 24px;
border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;
}
button.wpb_btn-mini, 
span.wpb_btn-mini,
button.wpb_btn-small, 
span.wpb_btn-small{
padding:7px 15px 6px 15px;
}
.vc_call_to_action.vc_cta_btn_pos_right .vc_cta_btn{
position:relative;
z-index:1;
}
.vc_row-no-padding > .vc_column_container {
padding-left:0;
padding-right:0;
}
html.full-page .vc_row{
margin:0
}
html.full-page .wpb_column {
padding:0;
}
body.full-page #main > .fullwidth-template{
padding-top:0
}
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-panel {
display: none;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active {
display: block;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body{
border: none;
box-sizing: initial;
padding: 0;
transform: none;
transition: none;
}
.vc_column_container>.vc_column-inner {
padding-left: 0;
padding-right: 0;
} .vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, .vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3, .vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4, .vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5, .vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7, .vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8, .vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9, .vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10, .vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12{
padding-left:15px !important;
padding-right:15px !important;
}
.threesixty {
position: relative;
overflow: hidden;
}
.threesixty .threesixty_images {
display: none;
list-style: none;
margin: 0;
padding: 0;
}
.threesixty .threesixty_images img {
position: absolute;
top: 0;
height: auto;
left: 50%;
height: auto;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
}
.threesixty .threesixty_images img.previous-image {
visibility: hidden; }
.threesixty .threesixty_images img.current-image {
visibility: visible; }
.threesixty .spinner {
width: 60px;
display: block;
margin: 0 auto;
height: 30px;
background: #333;
background: rgba(0, 0, 0, 0.7);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.threesixty .spinner span {
font-family: Arial, "MS Trebuchet", sans-serif;
font-size: 12px;
font-weight: bolder;
color: #FFF;
text-align: center;
line-height: 30px;
display: block;
}
.threesixty .nav_bar {
position: absolute;  left: 50%;
margin-left: -50px;
z-index: 11;
bottom: 10px;
}
.threesixty .nav_bar a {
display: block;
width: 32px;
height: 32px;
float: left;
background: url(//oliveprod.fr/wp-content/themes/karo/assets/images/sprites.png) no-repeat;
text-indent: -99999px;
}
.threesixty .nav_bar a.nav_bar_play {
background-position: 0 0 !important;
}
.threesixty .nav_bar a.nav_bar_previous {
background-position: 0 -73px !important;
}
.threesixty .nav_bar a.nav_bar_stop {
background-position: 0 -37px !important;
}
.threesixty .nav_bar a.nav_bar_next {
background-position: 0 -104px !important;
} .threesixty:-webkit-full-screen {
background: #ffffff;
width: 100%;
height: 100%;
margin-top: 0;
padding-top: 200px;
}
.threesixty:-moz-full-screen {
background: #ffffff;
width: 100%;
height: 100%;
margin-top: 0;
padding-top: 200px;
} .mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 11111;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 11111;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } 
}
.images .ftc-gallery-slider .owl-nav .owl-prev,
.images .ftc-gallery-slider .owl-nav .owl-next {
position: absolute;
top: 50%;
}
.images .ftc-gallery-slider .owl-nav .owl-next {
right: 0;
}
.ftc-gallery-slider .owl-item {
padding: 0;
}
.ftc-gallery-slider.loading {
max-height: 250px;
overflow: hidden;
}
.container-full .elementor-section.elementor-section-boxed:not(.elementor-inner-section) {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 768px){
.container-full .elementor-section.elementor-section-boxed:not(.elementor-inner-section) {
width: 750px;
}
}
@media (min-width: 992px){
.container-full .elementor-section.elementor-section-boxed:not(.elementor-inner-section) {
width: 970px;
}
}
@media (min-width: 1200px){
.container-full .elementor-section.elementor-section-boxed:not(.elementor-inner-section) {
width: 1170px;
}
}@media only screen and (min-width: 1700px) {
.ft-line-h53:before{
right: 0;
}
.gr-sl1-h53{
left: -50px;
}
.tx2-bn1-h52{
font-size: 18px;
}
.content-ft-h53 .elementor-icon-list-items li{
margin-bottom: 3px;
}
.content-ft-h53 .elementor-icon-list-items li:last-child{
margin-bottom: 0px;
}
.bn-h53 .bn1-full-h53 .elementor-image.ftc-element-image .wp-caption:before,
.bn-h53 .bn3-full-h53 .elementor-image.ftc-element-image .wp-caption:before{
width: calc(100% - 27px);
}
.bn-h53 .bn3-full-h53 .elementor-image.ftc-element-image .wp-caption:before{
left: 17px;
}
.bn-h53 .bn2-full-h53 .elementor-image.ftc-element-image .wp-caption:before{
width: calc(100% - 26px);
left: 13px;
}
.bn1-full-h53 .elementor-image.ftc-element-image img{
padding-right: 7px;
}
.bn2-full-h53 .elementor-image.ftc-element-image img{
padding: 0 3px;
}
.bn3-full-h53 .elementor-image.ftc-element-image img{
padding-left: 7px;
}
.news-ft1-h53{
width: 18% !important;
}
.news-ft2-h53{
width: 52% !important;
}
.sub-h53 .mc4wp-form .mc4wp-form-fields .sub{
max-width: 715px;
margin: 0;
}
.deal-h52 {
max-width: 550px;
}
.tx-bn1-h54{
font-size: 36px;
line-height: 36px;
}
.tx2-bn1-h54{
font-size: 18px;
}
.tx4-bn-h53,
.tx6-bn-h53{
font-size: 24px;
}
.title-pr1-h53{
width: 20% !important;
}
.title2-pr1-h53{
width: 80% !important;
}
.button-ct1-h53{
margin-top: 22px;
}
.col1-ft-h52{
padding-right: 50px;
}
.content-h54 {
padding: 0 60px !important;
}
.content-h52 {
padding: 0 75px;
}
.content-pr-grid-h52,
.content-bn-h52{
padding: 0 60px;
}
.ct-left-h52{
width: 18% !important;
}
.ct-right-h52{
width: 82% !important;
}
.sub-h51 .mc4wp-form .mc4wp-form-fields .sub input[type="submit"]{
padding: 0 80px;
}
.news-ft-h51:before{
width: calc(100% - 150px);
}
.content-h53{
padding: 0 75px !important;
}
.content-ft-h53{
padding: 65px 75px !important;
}
.content4-h53{
padding: 30px 75px !important;
}
.ftc_products_slider.style_16 .woocommerce .item-description .short-description{
padding: 0 50px;
}
.img4-h44{
right: -50px;
bottom: -70px;
}
.header-layout40 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.submenu_full_width > .mega_dropdown {
transform: translateX(-28%);
}
.footer-left-h48 > .elementor-element-populated > .elementor-widget-wrap {
padding: 0 75px;
}
.bn1-h46 .ftc-element-image .wp-caption img{
max-height: 952px;
}
.img2-h44{
bottom: -155px;
}
.product1-h44 .navigation-slider div.style_3{
top: 40%;
}
.bg-bn-h43{
opacity: 1;
display: block;
}
.img-bn1-h44{
left: 100px;
}
.img-bn1-h44 .ftc-element-image img{
max-width: 100%;
}
.img-right-pr-h49 .tx1-img-pr-h49{
font-size: 30px;
line-height: 36px;
}
.img-right-pr-h49 .tx2-img-pr-h49{
font-size: 36px;
line-height: 36px;
}
.blogs-slider.style_4 .inner-wrap .post-text > p{
padding: 0 40px;
}
.bn2-h46 .ftc-element-image .ftc-image-content{
width: 550px;
padding: 65px;
}
.header-layout40 .mega_main_menu.first-lvl-align-center > .menu_holder > .menu_inner > ul{
padding-right: 100px;
}
.insta-h45{
max-width: 1350px;
}
.insta-h45 .ftc-element-instgram ul{
padding: 0 85px;
}
.insta-h45 .ftc-instagram ul.slider .owl-nav > div:before{
font-size: 35px;
}
.deal-right-h44 .elementor-widget-ftc-countdown-timer{
padding: 40px 0 30px;
}
.deal-right-h44 .elementor-widget-text-editor .elementor-text-editor{
line-height: 16px;
}
.video-left-h44 .elementor-element-populated{
max-width: 660px;
}
.news-h40{
padding: 80px 0 70px !important;
}
.bn1-h49 .ftc-element-image .ftc-image-content  img{
max-width: 100%;
}
.news-h49:not(.news-h52) .elementor-column.elementor-col-33:first-child{
width: 25% !important;
}
.news-h49:not(.news-h52) .elementor-column.elementor-col-33:nth-child(2){
width: 58% !important;
}
.news-h49 .sub-h49 .mc4wp-form .mc4wp-form-fields .sub {
margin: 0;
}
.ftc-product-tabs.style_8 .woocommerce .product .images .group-button-product > a{
height: 50px;
}
.ftc-product-tabs.style_8 .woocommerce .product .images .group-button-product > a span{
line-height: 50px;
}
.ftc-product-tabs.style_8.vertical .tabs-content-wrapper{
padding-left: 45px;
}
.title-tab-h49{
padding: 0 75px;
}
.bn-full-h48 .tx1-bn-h48{
font-size: 36px;
line-height: 36px;
}
.bn-full-h48 .tx2-bn-h48{
font-size: 18px;
}
.insta-h48{
max-width: 1440px;
padding: 0 15px;
}
.insta-h48 .ftc-element-instgram ul{
padding: 0 115px;
margin-bottom: 0;
}
.insta-h48 .ftc-instagram ul.slider .owl-nav > div{
width: 70px !important;
height: 70px !important;
}
.insta-h48 .ftc-instagram ul.slider .owl-nav > div:before{
line-height: 70px;
font-size: 35px;
}
.blog-ct-h48-left > .elementor-widget-container{
padding: 0 200px !important;
}
.header-layout42 .head-nav{
padding: 20px 75px 20px 65px;
}
.header-layout42 .header-content{
padding: 0 75px;
}
.gr-sl-h45{
margin-left: 50px !important;
}
.pr2-right-h46 .ftc-product-grid.style_5 .product .images{
max-height: 856px;
}
.pr-big-h46,
.pr2-h46{
padding: 0 60px;
}
.blogs-slider.style_3 .inner-wrap .post-text h4{
max-width: 80%;
margin: 0 auto;
}
.deal-full-h45{
padding: 175px 0 !important;
}
.blog-h45 .elementor-widget-ftc-posts-slider > .elementor-widget-container {
padding: 0 90px;
}
.video-right-h44 .elementor-fit-aspect-ratio.elementor-open-inline{
min-height: 600px;
}
.video-h44 .elementor-column.elementor-col-50:first-child{
width: 55% !important;
}
.video-h44 .elementor-column.elementor-col-50:last-child{
width: 45% !important;
}
.deal-right-h44 > .elementor-element-populated > .elementor-widget-wrap {
background-color: #fff;
width: calc(100% - 150px);
height: calc(100% - 150px);
}
.bg-header-h43{
display: block;
pointer-events: none;
position: absolute !important;
top: 0;
left: 0;
}
.header-layout36 .header-content{
max-width: 1170px;
}
.header-layout36 .header-nav{
padding: 14px 75px;
}
.ftc-product-tabs.style_7 .product .images {
max-height: 332.5px;
}
.padding-h49{
padding: 0 75px !important;
}
.padding-h48{
padding: 0 60px !important;
}
.padding-h48-2{
padding: 0 60px 0 75px !important;
}
.pr-tab-h49{
padding: 0 75px;
}
.footer-right-h48 > .elementor-element-populated > .elementor-widget-wrap{
padding: 150px 75px !important;
}
.brand-h48{
padding: 0 100px;
}
.header-layout38 .mega_main_menu > .menu_holder > .menu_inner > ul > li{
margin-right: 15px;
}
.bg-page-h38{
display: block;
}
.button-sl-h34:after{
top: 9px;
font-size: 18px;
}
.header-layout28 .header-content .logo a img{
max-height: 100%;
}
.button-sl-h31:before{
top: 11px;
}
.tx-cate-h36 .elementor-heading-title{
font-size: 72px !important;
font-weight: bold !important;
}
.testi-content-h36 {
max-width: 1164px;
}
.bn-row2-h31{
padding: 140px 0px !important;
}
.img-testi-h36{
right: -280px;
}
.testi-h33 .ftc-element-testimonial.style_3{
width: 75%;
}
.bn-row2-h31 .bn-row2-h31-ct{
padding: 65px 150px 65px 130px;
}
.button-sl-h34:before{
top: 19px;
}
.cate2-h36 .elementor-column.elementor-col-50:first-child{
width: 35% !important;
}
.img-cate2-h36 {
right: -220px;
}
.img-cate2-h36 .ftc-element-image .wp-caption img{
max-width: 100%;
}
.cate-right-h36{
padding-right: 0px;
}
.img-cate1-h36{
padding: 250px 0 200px;
}
.img-bn1-h36 .ftc-element-image .wp-caption img{
max-width: 100%;
margin-left: 180px;
}
.header-layout25 .header-content > .container{
width: 100%;
padding: 0 80px;
}
.header-layout25 .header-content .container .nav-right{
padding-right: 15px;
}
.vc_row.img-text-h21{
padding: 0 !important;
left: 0 !important;
}
.mother-list-cate-28{
background-position: 100% !important;
}
.home12-slide .ftc-smooth-image img {
height: 300px;
}
.section-prohome14 .ftc-row-wide {
width: calc(100vw - 150px) !important;
max-width: calc(100vw - 75px) !important;
left: calc(-14vw - 17px) !important;
}
.section-cateh14 .ftc-row-wide,
.section-centerh14 .ftc-row-wide,
.section-blogh14 .ftc-row-wide,
.section-imgh14 .ftc-row-wide,
.sectiom-img-chi .ftc-row-wide,
.section-testi14 .ftc-row-wide {
width: calc(100vw - 150px) !important;
max-width: calc(100vw - 75px) !important;
left: calc(-14vw - 17px) !important;
}
.section-cateh14 .woocommerce .products .product {
max-width: 100%;
}
.header-layout22 .header-content>div.logo-wrapper.is-desktop{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.header-layout25{
padding: 32px 0;
}
.ftc-product-categories.style_6 a:last-chid{
border-bottom: none;
}
}
@media only screen and (max-width: 1699px){
.bg-ft-h50.elementor-widget {
left: calc(50% + 50px);
transform: translateX(-50%);
max-width: 500px;
}
.ft-line-h53:before{
right: 7%;
}
.fearture-h53 .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper .elementor-icon-box-title{
font-size: 18px;
}
.bg-page-h37,
.bg2-page-h37,
.bg3-page-h37,
.bg4-page-h37,
.bg5-page-h37,
.bg6-page-h37{
display: none;
}
}
@media only screen and (min-width: 1239px) {
.color-map {
padding-left: 27px;
}
.section-centerh14 .social-icons{
float: right;
}
}
@media only screen and (min-width: 1499px){
.pp_pic_holder.ftc-size_chart {
margin-top: -150px !important;
}
.insta-h21 .ftc-gallery-instagram {
margin: 0 auto;
max-width: 1290px;
}
}
@media only screen and (max-width: 1400px) {
.ftc-product-categories.style_6 a:nth-child(8),
.ftc-product-categories.style_6 a:nth-child(9),
.ftc-product-categories.style_6 a:nth-child(10){
display: none;
}
.ftc-product-categories.style_6 a:nth-child(7){
border-bottom: none;
}
.section-prohome14 .ftc-smooth-image img {
height: 280px;
}
.header-layout14 .header-content .container > div.logo-wrapper.is-desktop{
margin-top: 10px;
}
.header-content .container > div.header-hn{
margin-bottom: 20px;
}
}
@media only screen and (max-width: 1400px) and (min-width: 1280px){
.slide2fix .tp-parallax-wrap{ }
}
@media only screen and (max-width: 1199px) and (min-width: 992px){
.mega_main_menu li.multicolumn_dropdown.drop_to_right.drop_to_right.submenu_default_width.columns3 > .mega_dropdown {
left: -110px;
}
.header-layout1 .mega_main_menu li.multicolumn_dropdown.drop_to_right.drop_to_right.submenu_default_width.columns3 > .mega_dropdown,
.header-layout8 .mega_main_menu li.multicolumn_dropdown.drop_to_right.drop_to_right.submenu_default_width.columns3 > .mega_dropdown,
.header-layout10 .mega_main_menu li.multicolumn_dropdown.drop_to_right.drop_to_right.submenu_default_width.columns3 > .mega_dropdown,
.header-layout14 .mega_main_menu li.multicolumn_dropdown.drop_to_right.drop_to_right.submenu_default_width.columns3 > .mega_dropdown,
.header-layout22 .mega_main_menu li.multicolumn_dropdown.drop_to_right.drop_to_right.submenu_default_width.columns3 > .mega_dropdown,
.element-header-layout23.header-sticky-mobile .mega_main_menu li.multicolumn_dropdown.drop_to_right.drop_to_right.submenu_default_width.columns3 > .mega_dropdown{
left: 0px;
}
}
@media only screen and (max-width: 1199px) {
.woocommerce-cart .cross-sells .products {
margin: 0 auto;
}
.woocommerce-cart .cross-sells .owl-carousel .owl-item {
padding: 0 5px;
}
.woocommerce-cart .cross-sells .products .product {
max-width: 100%;
}
.woocommerce-cart .woocommerce .cart_totals table.shop_table.shop_table_responsive {
margin-bottom: 30px;
}
.woocommerce-cart .wc-proceed-to-checkout {
display: block;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
margin: 0 15px 0 0;
}
.jewelry .header-ftc:not(.header-layout2):not(.header-layout1) .mega_main_menu li.multicolumn_dropdown.blog-menu-s.s2 > .mega_dropdown{
max-width: 645px;
}
.header-ftc.header-layout24 .header-content{
padding: 33px 30px;
}
.header-ftc.header-layout24.header-sticky-mobile .header-content{
padding: 15px 30px;
}
.header-layout22 .mobile-button .fa-bars:before,
.header-layout25 .mobile-button .fa-bars:before {
color: #000;
}
.header-layout22.header-sticky-mobile{
background: #fff;
}
.header-layout25.header-sticky-mobile{
background-color: transparent;
}
.header-layout22 .logo-wrapper.is-mobile {
position: absolute;
left: 50%;
}
.element-header-layout23 .ftc-search-product .ftc-search{
width: 580px;
}
.header-ftc.header-layout22 .header-content{
padding-right: 30px;
padding-left: 30px;
}
.header-layout24 .header-content .container > div.logo-wrapper.is-desktop{
margin-right: 30px;
}
.header-layout24 .header-content .container {
padding: 0;
}
.header-layout20 .header-content {
padding: 30px;
}
.feature-home21 a.ftc_feature_image {
margin-right: 0;
margin-bottom: 15px;
}
.faq-03row .mont {
font-size: 25px;
}
.text2_home22 > * > * {
margin-left: 45px;
}
.text2_home22 > * {
padding: 90px 0;
}
.blog-home22 .post-info {
padding: 15px;
}
.blog-home22 .post-info .entry-content {
margin: 10px 0 20px;
}
.section-centerh14 .last-footer p {
line-height: 22px;
}
.testi-home12 .ftc-sb-testimonial_v2 .testimonial-content .info {
font-size: 16px;
}
.ftc-breadcrumb{
background-position: 60% center;
}
.ftc-breadcrumb.breadcrumb-v9{
background-position: 30% center;
}
.feature-home21 .feature-content {
display: block;
text-align: center;
}
.woocommerce.columns-5 div.products-home21 .products .product {
width: 25%;
margin-left: 0 !important;
margin-right: 0 !important;
}
.vc_row.img-text-h21>.wpb_column {
padding-left: 0 !important;
padding-right: 0 !important;
}
.text-p1_21.wpb_column {
left: -120px;
top: 80px;
}
.text-p3_21 > .vc_column-inner >.wpb_wrapper {
padding: 40px 15px 70px;
}
.img-left-h21_3 .ftc-smooth-image {
margin-top: -55px;
}
.h10wi>.wpb_column {
width: 50%;
}
.h10wi .woocommerce ul.product_list_widget li .item-description {
max-width: 100%;
}
.h10wi .woocommerce ul.product_list_widget li a.ftc-widget-image {
max-width: 100px;
}
.breadcrumb-v1.ftc-breadcrumb {
background-position: center;
} .woocommerce.columns-3 .product-not-slide.products-v3 .product {
max-width: 270px;
}
.smooth-border-image.ftc-smooth:hover {
overflow: hidden; }
.h12-img .smooth-border-image.ftc-smooth:hover {
margin-left: 0;
margin-right: 0;
}
.home12-slide .wpb_column:nth-child(1) {
padding-left: 15px !important;
}
.about-milestone.home11-mili {
padding: 100px 0 100px;
padding-left: 15px !important;
padding-right: 15px !important;
}
.smooth-border-image.ftc-smooth:after {
opacity: 1;
}
.smooth-border-image.ftc-smooth:after {
transition: all 1.5s ease-in;
}
.smooth-border-image.ftc-smooth:hover img {
transform: scale(1);
}
.border-img .smooth-border-image.ftc-smooth:hover img,
.home12-slide .smooth-border-image.ftc-smooth:hover img,
.row-img14 .smooth-border-image.ftc-smooth:hover img{
transform: scale(1.12);
}
.border-img .smooth-border-image.ftc-smooth:after,
.home12-slide .smooth-border-image.ftc-smooth:after,
.row-img14 .smooth-border-image.ftc-smooth:after{
display: none;
}
.border-img .smooth-border-image.ftc-smooth,
.home12-slide .smooth-border-image.ftc-smooth,
.row-img14 .smooth-border-image.ftc-smooth{
display: inline-flex;
}
.border-img, .home12-slide, .row-img14{
text-align: center;
}
.h12-img .wpb_column {
padding-left: 15px !important;
padding-right: 15px !important;
}
.connect-social {
text-align: center;
}
.ftc-sb-blogs .blogs .post-info {
text-align: left;
}
.blog-home20.ftc-sb-blogs .blogs .post-info {
text-align: center;
margin: -25px 15px 10px;
}
.mega_main_menu li.multicolumn_dropdown.blog-menu-s > .mega_dropdown {
width: 670px !important;
}
.look3 .hotspot-content {
left: auto;
right: 46px;
}
.section-prohome14 .ftc-smooth-image img {
height: auto;
}
.section-prohome14 .ftc-smooth-image.ftc-smooth {
max-width: 870px;
margin-left: auto;
margin-right: auto;
}
.home12-slide .ftc-smooth-image img {
height: auto;
}
.blog-v2 .blogs article .entry-content {
height: auto;
padding: 0 10px;
}
.blog-v2 .blogs .post-info {
max-width: calc(100% - 30px);
text-align: center;
}
.blog-v2 .blogs article .entry-content p {
text-align: center;
}
.featured-deals .counter-wrapper > div {
width: 88px;
}
.header-layout5 .sticky-wrapper .container-fluid {
padding-left: 15px;
}
.header-layout5
.header-nav-menu
.mega_main_menu
> .menu_holder
> .menu_inner
> ul
> li
> .item_link,
.header-layout5 .header-nav-menu .mega_main_menu .nav_logo .logo_link,
.mega_main_menu ul .nav_search_box {
padding-left: 20px;
padding-right: 20px;
}
.header-layout5 .sticky-wrapper {
top: 755px;
}
.header-layout5 .sticky-wrapper .header-nav-menu {
padding-left: 30px;
}
.dokan-single-store
.profile-frame
.profile-info-box
.profile-info-summery-wrapper
.profile-info-summery
.profile-info
.dokan-store-info
li
i {
display: inline-block;
float: none;
}
.header-ftc .header-content .ftc-shop-cart .ftc-cart-tini .cart-total {
right: 40px;
}
.header-ftc.header-layout19 .header-content .ftc-shop-cart .ftc-cart-tini .cart-total, 
.header-ftc.header-layout18 .header-content .ftc-shop-cart .ftc-cart-tini .cart-total {
right: -10px;
}
.static-top {
display: block;
}
.static-top > div {
border: 1px dashed #a07936;
max-width: 100%;
width: 48%;
height: 60px;
margin-bottom: 30px !important;
margin-right: 0 !important;
}
.static-top > div:nth-child(3),
.static-top > div:last-child {
margin-bottom: 0 !important;
}
.static-top > div:nth-child(3),
.static-top > div:first-child {
margin-right: 20px !important;
}
.header-layout1.header-sticky-mobile .header-content {
background: #fff;
}
.header-content .container > div.logo-wrapper.is-desktop {
margin-right: 0;
float: left;
}
.header-nav-menu
.mega_main_menu
> .menu_holder
> .menu_inner
> ul
> li
> .item_link,
.header-nav-menu .mega_main_menu .nav_logo .logo_link,
.mega_main_menu ul .nav_search_box {
padding-left: 8px;
padding-right: 8px;
}
.header-nav-menu .container {
width: auto;
position: relative;
}
.ftc-search-product form .ftc_search_ajax .ftc-enable-ajax-search ul {
right: -15px;
}
.our-newletter .mc4wp-form-fields p.title label {
margin-right: 15px;
}
.our-newletter .wpb_wrapper > div {
display: inline-block;
float: none;
}
.text-insta {
transform: translate(21px, -46px);
}
.text-insta h4 {
font-size: 15px;
line-height: 17px;
}
.text-insta p {
font-size: 12px;
}
.woocommerce .widget_layered_nav ul li,
.widget-container.product-filter-by-color ul li {
width: 100%;
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span {
text-align: left;
}
.connect-social > div {
width: 100% !important;
padding: 0 15px !important;
}
.our-newletter .mc4wp-form-fields .sub,
.our-newletter .mc4wp-form-fields p.title {
float: none;
}
footer .social-icons ul,
footer#colophon .ftc-footer .social-icons h4.widget-title {
text-align: left;
float: none;
}
.social-icons {
margin-top: 20px;
}
.blog-home .blog-home-v2 .blogs header.post-img,
.blog-home .blog-home-v2 .blogs .post-info {
max-width: 100%;
}
.blog-home .blog-home-v2 .blogs .post-info {
padding-left: 0;
margin-top: 20px;
}
#testimonial2 .ftc-sb-testimonial .active .testimonial-content .info {
width: 800px;
padding: 79px 67px 62px 404px;
transform: translateX(calc(-25% - 5px));
}
#testimonial2 .ftc-sb-testimonial {
margin: 0 auto 120px 80px;
}
#testimonial2 .ftc-sb-testimonial.owl-carousel .owl-dots {
top: 100%;
transform: translateX(4%);
}
.blogs article h3.product_title,
.list-posts .post-info .entry-title {
height: 20px;
overflow: hidden;
}
.blog-home20 .blogs h3.product_title {
line-height: 24px;
height: auto;
}
.blog-home20 .ftc-sb-blogs .blogs .post-info {
text-align: center;
margin: -30px 15px 0;
}
.content-collection {
width: 50%;
padding-left: 40px;
margin-top: 87px;
}
.wedding-collection .wpb_wrapper .ftc-sb-button {
margin-left: 40px;
bottom: 24.5%;
}
.today-deal .ftc-smooth-image.ftc-smooth {
width: 100%;
}
.about-milestone .content-milestones {
width: 50%;
color: #fff;
padding-top: 15px;
}
.about-milestone .left-banner {
width: 50%;
}
.about-milestone .content-milestones div.ftc-number {
max-width: 300px;
margin-bottom: 65px;
}
.today-deal .ftc-product-time-deal .ftc-product .images {
max-width: 270px;
display: inline-block;
float: left;
margin-bottom: 0;
}
.today-deal .ftc-product-time-deal .product .hover_image img{
min-width: 270px;
}
.today-deal .ftc-product-time-deal .ftc-product.product {
padding: 20px;
margin: 62px 0;
min-width: auto;
}
.today-deal .woocommerce .products .star-rating {
margin: 17px 0 13px;
}
.ftc-product-time-deal .ftc-product.product:hover .meta_info {
top: 5px;
}
.ftc-product-time-deal.featured-deals .ftc-product.product .meta_info {
top: 0 !important;
}
.left-banner > .wpb_wrapper {
padding: 60px 60px 60px 60px;
}
.home11-mili .left-banner >.wpb_wrapper {
padding-left: 45px;
padding-right: 45px;
}
.summer_special .wpb_column.vc_col-sm-9 {
float: right;
margin-top: -422px;
} .blogs.owl-carousel .owl-dots {
margin-top: 0;
}
.wedding-collection .ftc-smooth-image.smooth-image.ftc-smooth {
width: 50%;
float: left;
}
.wedding-collection > .wpb_column > .wpb_wrapper {
position: relative;
display: inline-block;
width: 100%;
}
.ftc-sb-testimonial {
width: auto;
position: relative;
}
.woocommerce ul.product_list_widget li .item-description {
max-width: 115px;
}
.woocommerce ul.product_list_widget li a.ftc-widget-image {
max-width: 80px;
}
.woocommerce
ul.product_list_widget
li
.item-description
span.woocommerce-Price-amount.amount {
font-size: 14px;
}
.ftc-breadcrumb .container {
padding-left: 15px;
}
.woocommerce div.product form.cart .group_table td.price p.stock {
margin-bottom: 0;
text-align: center;
display: none;
}
.woocommerce div.product form.cart .group_table td:first-child {
display: inline-block;
padding-bottom: 15px;
}
.woocommerce div.product form.cart .group_table td.price {
padding-top: 5px;
}
.ftc-recent-comments-widget .comment-meta > div.avatar {
width: 60px;
}
.group-blog article.henry .blogs article .entry-content {
height: auto;
}
article.post-wrapper.col-sm-6 {
max-height: 425px;
}
.widget-container.ftc-recent-comments-widget
ul.recent_comment
> li
.meta
span,
.widget-container.ftc-recent-comments-widget
ul.recent_comment
> li
.meta
div {
display: block;
line-height: 22px;
}
}
@media only screen and (max-width: 1080px) {
.deal-white-h12 .deal-today {
padding-top: 225px;
}
.home11-bot span.sabr {
display: inline-block;
line-height: 40px;
}
.woocommerce .ftc-sidebar .product-filter-by-color ul li {
width: 100%;
}
div.product
.summary
.yith-wcwl-add-to-wishlist
.yith-wcwl-wishlistexistsbrowse
.feedback {
display: none;
}
#testimonial2 .ftc-sb-testimonial.owl-carousel .owl-stage-outer {
height: 500px !important;
}
#testimonial2 .ftc-sb-testimonial .active .testimonial-content .info {
width: 750px;
transform: translateX(calc(-50% + 164px));
padding: 79px 67px 60px 404px;
}
#testimonial2 .ftc-sb-testimonial {
margin: 0 auto 0 111px;
}
#testimonial2 .ftc-sb-testimonial.owl-carousel .owl-dots {
top: 70%;
transform: translateX(3%);
}
#testimonial2
.ftc-sb-testimonial
.active.center
.testimonial-content
.avatar {
margin-top: 170px;
}
#testimonial2 .testimonial-content .avatar {
margin: 195px auto 0 auto;
}
}
@media screen and (max-width: 1024px) {
.section-prohome14 .ftc-row-wide,
.section-cateh14 .ftc-row-wide,
.section-centerh14 .ftc-row-wide,
.section-blogh14 .ftc-row-wide,
.section-imgh14 .ftc-row-wide,
.sectiom-img-chi .ftc-row-wide,
.section-testi14 .ftc-row-wide 
{
width: 100vw;
}
.element-header-layout23 .mega_main_menu > .menu_holder > .menu_inner > ul > li {
margin-right: 10px;
}
.element-header-layout23 .header-content >.container .navigation-vertical{
max-width: 230px;
}
.element-header-layout23 .ftc-shop-cart{
max-width: 100px;
}
.element-header-layout23 .my-cart{
display: none;
}
.ftc-sb-blogs.ftc-shortcode-v3.ftc-masonry .post-wrapper{
max-height: unset;
}
.header-layout12 .header-content{
padding: 30px 17px;
}
.header-layout12 .admin-bar9 >.container{
padding-left: 30px;
padding-right: 30px;
}
.header-layout5 .ftc-search-product{
padding-right: 0;
}
.header-layout5 .sticky-wrapper .container-fluid{
padding-right: 15px;
}
.today-deal .woocommerce .products .star-rating{
margin: 17px 0 13px;
}
.stactic-top > div:hover .blocktext_middle .text-img h4{
font-size: 28px;
color: #fff;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 10px;
letter-spacing: 0px;
}
.header-layout3 .header-nav-menu .container{
justify-content: center;
}
.ftc-search-product form{
max-width: 160px;
}
.header-layout5 .ftc-enable-ajax-search{
right: -30px;
}
.header-layout5 .ftc-search-product .ftc_search_ajax input[type="text"]{
max-width: 160px;
}
.vc_section.section-h12{
background-size: cover !important;
} 
.vc_section.latofont{
background-size: cover !important;
} 
aside.ftc-sidebar.product-category-top-content > section {
max-width: 215px;
}
.header-content .container > div.header-hn {
margin-bottom: 25px;
}
.header-content .container > div.header-hn .cart-item .cart-total {
right: auto;
}
.ftc-instagram.columns-4 .item {
max-width: 220px;
}
.header-layout6 .is-sticky .header-content {
padding-bottom: 0;
padding-top: 10px;
}
.ftc-sb-testimonial_v2.owl-carousel .owl-item.active { margin-left: 55px;
}
.section-testi .ftc-sb-testimonial_v2.owl-carousel .owl-item.active{
margin-left: 58px;
}
.woocommerce .featured-deals .product .item-description {
padding-bottom: 50px;
}
.woocommerce .featured-deals .products .product {
margin-top: 135px;
}
.woocommerce .featured-deals .header-title {
top: 160px;
}
.featured-deals .owl-carousel .owl-item img {
max-height: 100%;
}
.ftc-search-product form .ftc_search_ajax .ftc-enable-ajax-search ul {
right: -16px;
} .ftc-image-slider .ftc__slider__image.owl-carousel .owl-item img {
max-height: 100%;
}
div.product .social-sharing li {
margin-bottom: 3px;
}
.service_row1 .text_service,
.service_row2 .text_service,
.service_row3 .text_service {
padding: 20px 0px 25px 55px;
}
.text_row1,
.text_row2,
.text_row3 {
margin-top: 20px;
}
.woocommerce div.product form.cart .group_table td {
padding: 15px 5px;
vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td.label label {
padding: 5px;
}
.woocommerce div.product form.cart .group_table td.label {
line-height: 24px;
}
.woocommerce div.product form.cart .group_table td:last-child {
width: 90px;
}
.woocommerce div.product form.cart .group_table td.label label {
padding: 5px 0;
line-height: 20px;
}
}
@media only screen and (max-width: 1023px) {
.mega_main_menu.responsive-enable.mobile_minimized-enable
> .menu_holder
> .menu_inner
> .nav_logo
.mobile_toggle {
float: none;
text-align: -webkit-center;
background: #eaeaea;
}
.header-ftc .main-navigation > div > ul {
display: none;
}
header .header-layout2 {
position: relative;
}
.header-content .navigation-primary {
position: relative;
left: 0;
transform: none;
top: 0;
width: 100%;
float: none;
text-align: center;
display: inline-block !important;
margin-top: 15px;
margin-left: 0;
}
.mega_main_menu,
.mega_main_menu > .menu_holder,
.mega_main_menu > .menu_holder > .menu_inner,
.mega_main_menu > .menu_holder > .menu_inner > .mega_main_menu_ul {
display: block;
}
.mega_main_menu.responsive-enable
li.multicolumn_dropdown
> .mega_dropdown
> li {
width: 33.3333% !important;
}
.mega_main_menu.responsive-enable.mobile_minimized-enable
> .menu_holder
> .menu_inner
> .nav_logo
.mobile_toggle
.mobile_button {
padding-left: 15px;
padding-right: 15px;
display: table-cell;
vertical-align: middle;
text-transform: uppercase;
font-weight: 500;
}
span.symbol_menu {
font-size: 24px !important;
}
.mega_main_menu.responsive-enable.mobile_minimized-enable
> .menu_holder
> .menu_inner
> .nav_logo.mobile_menu_active
.mobile_toggle
.mobile_button
.symbol_cross {
font-size: 12px !important;
}
.home .header-sticky-hide .navigation-primary {
top: 0;
}
.admin-bar .header-sticky-hide {
top: 46px;
z-index: 999;
}
}
@media only screen and (min-width: 481px) and (max-width: 1199px) {
.blogs article .entry-content p {
text-align: justify;
}
.blog-home22 .blogs article .entry-content p {
text-align: center;
}
.blog-home22 .owl-carousel .owl-item article:hover .post-info .entry-content p 
{
text-align: left;
}
.blog-h14 .blogs article .entry-content p{
text-align: center;
max-height: 73px;
overflow: hidden;
}
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
.header-layout18 .header-content .container .nav-right-group.left-menu {
order: 3;
margin-left: 15px;
}
.header-layout18 .nav-right-group.left-menu div#dropdown-list, .header-layout18 .nav-right-group.left-menu .ftc-account .dropdown-container {
left: auto;
right: 0;
}
.header-layout18 .nav-right-group.left-menu #dropdown-list:before {
right: 15px;
left: auto;
}
.header-layout17 .header-content .ftc-shop-cart .ftc-cart-tini .cart-total {
right: 0;
}
.header-layout18 .mega_main_menu li.multicolumn_dropdown.blog-menu-s.s2 > .mega_dropdown ,
.header-layout17 .mega_main_menu li.multicolumn_dropdown.blog-menu-s.s2 > .mega_dropdown ,
.header-layout19 .mega_main_menu li.multicolumn_dropdown.blog-menu-s.s2 > .mega_dropdown {
left: -300px;
}
.footer-center-h20 .ftc-instagram.columns-3 .item {
margin: 0px;
}
.footer-center-h20 >.vc_col-sm-2 {
padding-right: 10px !important;
padding-left: 10px !important;
}
.footer-center-h20 .ftc-smooth-image {
margin-top: 0;
}
.woocommerce.columns-3 .product-not-slide.products-v3.products-v1 .product {
width: 31%;
max-width: 100%;
}
.product-h18 .woocommerce .product-not-slide.products-v3.products-v1 .products .product{
width: calc(33.3333333% - 10px);
}
.h10wi>.wpb_column {
width: 33.33333%;
}
.h10wi>.wpb_column:last-child {
display: none;
}
.woocommerce .featured-deals .header-title {
top: 95px;
}
.ftc-product-time-deal.ftc-slider.list.featured-deals {
padding-bottom: 30px;
}
.woocommerce .featured-deals .product .item-description {
padding-top: 30px;
}
.woocommerce .featured-deals .product .item-description .meta_info,
.featured-deals .counter-wrapper > div .number-wrapper{
margin-top: 10px;
}
.woocommerce .featured-deals .products .product {
margin-top: 100px;
}
.about-milestone .left-banner {
padding-right: 19px !important;
}
.left-banner > .wpb_wrapper {
padding: 60px 40px;
}
.home11-mili.about-milestone .left-banner {
padding-right: 0 !important;
}
.today-deal .ftc-smooth-image.ftc-smooth {
margin-top: -3px;
}
.header-layout10 .header-nav-menu .container {
padding: 0;
}
.row2-h12>.wpb_column, .row-imgh14 >.wpb_column {
padding-left: 40px !important;
background-position: center !important;
}
.row2-h12 .wpb_column:nth-child(1), .row-imgh14>.wpb_column:nth-child(1) {
background-position: 70% center !important;
}
.about-milestone .content-milestones {
padding-top: 0;
}
.about-milestone .content-milestones div.ftc-number {
margin-bottom: 30px !important;
height: auto;
}
.about-milestone .content-milestones div.ftc-number:last-child {
margin-bottom: 0 !important;
}
.wedding-collection .ftc-smooth-image.smooth-image.ftc-smooth {
padding-bottom: 10px;
}
.blogs article .entry-content p {
max-height: 73px;
overflow: hidden;
}
.ftc-shortcode-v2 .blogs article .entry-content p{
max-height: 48px;
}
.bo-look:before {
width: 0;
}
.ftc-account .dropdown-container {
left: auto;
right: 84px;
}
.h12-four.vc_row {
padding-top: 30px !important;
} section .client-tes .ftc-sb-testimonial .owl-item.active {
margin-left: 15px;
}
.static-top .wpb_column:nth-child(2n) {
float: right;
} .home11-mili .content-milestones .ftc-number:nth-child(2):before,
.home11-mili .content-milestones .ftc-number:nth-child(3):before,
.home11-mili .content-milestones .ftc-number:first-child:before,
.home11-mili .content-milestones .ftc-number:last-child:before {
left: 83px;
}
.home11-mili .content-milestones .wpb_wrapper {
padding-left:135px;
}
.vc_row-fluid.service_row3 {
margin-bottom: 30px !important;
}
.content-collection .price {
position: absolute;
right: 15px;
top: 5px;
}
.woocommerce .products .product,
.woocommerce-page .products .product,
#right-sidebar .product_list_widget li {
max-width: 215px;
}
.woocommerce .ftc-list-category-slider .products .product{
max-width: 100%;
}
.section-prohome14 .woocommerce .product-version-3.ftc-slider .products .product {
max-width: 100%;
}
.ftc_newletter_sub .newletter_sub input[type="text"] {
width: 100%;
}
.subscribe_comingsoon .newletter_sub input[type="text"]{
width: 535px;
}
.connect-social > div:last-child {
width: 35%;
padding-left: 20px !important;
}
.our-newletter {
width: 65%;
}
.right-img .ftc-smooth-image.smooth-image.ftc-smooth {
margin-bottom: 27px;
}
}
@media only screen and (max-width: 991px) {
.element-home-banner-right .elementor-column-wrap .elementor-image.ftc-element-image {
text-align: center;
}
.woocommerce-account .woocommerce .col2-set {
display: block;
}
.woocommerce-account .woocommerce .col2-set .u-column1, 
.woocommerce-account .woocommerce .col2-set .u-column2 {
width: calc(100% - 60px);
margin: 30px auto;
padding: 30px 20px;
float: none;
}
.pp_woocommerce div.product div.summary {
width: 70%;
}
.pp_pic_holder.pp_woocommerce,
.pp_pic_holder.ftc-size_chart {
max-width: 640px;
left: 50% !important;
transform: translateX(-50%);
}
.pp_pic_holder.ftc-size_chart .pp_content {
width: inherit !important;
}
body .pp_pic_holder.ftc-size_chart .pp_content_container {
padding: 0 !important;
}
.single.single-product.woocommerce div.product form.cart {
justify-content: center;
}
.single.single-product.woocommerce .ftc-social-sharing {
display: flex;
align-items: center;
}
.single.single-product.woocommerce div.product.product-type-grouped .yith-wcwl-add-to-wishlist {
position: relative;
margin: 0 0 20px;
left: auto;
}
.single.single-product.woocommerce div.product.product-type-grouped .compare {
margin-left: 25px;
}
.single.single-product.woocommerce div.product.product-type-grouped form.cart.grouped_form {
align-items: center;
}
.detail-nav-summary {
left: 50%;
right: auto;
transform: translateX(-50%);
}
.single.single-product.woocommerce div.product .summary h1.product_title.entry-title {
margin-top: 50px;
}
.sun {
display: none;
}
.header-layout20{
position: relative;
}
.header-ftc.header-layout20 .header-content{
background-color: #fff;
}
.element-header-layout23 .ftc-shop-cart{
margin-right: 0;
}
.header-ftc.header-layout21 .header-content .container > .header-nav-menu {
display: none;
}
.header-layout25 .header-content .container div.mobile-button{
line-height: 50px;
min-width: 36px;
}
.header-layout24 .logo-wrapper{
transform: none;
left: auto;
}
.header-layout24 .header-layout18 .nav-right-group .nav-right,
.header-layout25 .header-layout18 .nav-right-group .nav-right{
width: 40px;
height: 40px;
margin-top: 4px;
}
.header-ftc.header-layout24 .header-content .ftc-shop-cart .ftc-cart-tini .cart-total,
.header-ftc.header-layout25 .header-content .ftc-shop-cart .ftc-cart-tini .cart-total{
left: 17px;
}
.header-ftc.header-layout24 .header-layout18 a.ftc-cart-tini.cart-item-canvas:before
.header-ftc.header-layout25 .header-layout18 a.ftc-cart-tini.cart-item-canvas:before{
font-size: 14px;
}
.element-header-layout23 a.ftc-cart-tini.cart-item-canvas:before {
margin-right: 0;
}
.header-ftc.header-layout21.header-sticky-mobile{
background-color: #fff;
}
.header-ftc.header-layout21 .mobile-button .fa-bars:before{
color: #000;
}
.header-ftc.element-header-layout23{
position: relative;
height: 74px;
}
.element-header-layout23 .header-nav .container>div.mobile-button{
height: 44px;
line-height: 44px;
}
.element-header-layout23.header-sticky-mobile .header-nav{
display: block;
padding: 5px 0;
}
.admin-bar .header-sticky.element-header-layout23{
top: 0px !important;
}
.element-header-layout23 .header-nav .container>div.logo-wrapper.is-mobile {
left: 50%;
position: absolute;
}
.element-header-layout23 .header-content .container > div.ftc-shop-cart{
float: right;
max-width: 100px;
background: transparent;
width: auto;
}
.element-header-layout23 .my-cart {
display: none;
}
.element-header-layout23 .header-content{
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
left: auto;
width: auto;
float: right;
background: transparent;
}
.header-ftc.element-header-layout23 .logo-wrapper.is-desktop{
display: none;
}
.element-header-layout23 .top-barr, .element-header-layout23 .header-nav .container>div.nav-center, 
.element-header-layout23 .header-nav .container .contact-header, 
.element-header-layout23 .header-content >.container .navigation-vertical, .element-header-layout23 div.mega_main_menu,
.element-header-layout23 .container.more-28{
display: none;
}
.element-header-layout23 .header-content >.container{
display: block;
}
.header-layout25 .header-content .container > div.header-layout18 {
float: right;
}
.header-ftc.header-layout25 .header-content .container div.logo-wrapper img{
height: auto;
}
.header-layout20.header-ftc .header-content {
padding: 10px 20px;
}
.header-layout20.header-sticky-mobile .header-content {
padding: 15px 20px;
}
.header-layout20 .ftc-sb-account {
display: none;
}
.header-layout20 .header-content .logo-wrapper.is-mobile{
transform: none;
}
.header-layout20 .mobile-button .mobile-nav i:before{
color: #000;
}
.element-header-layout23 .header-nav .container{
padding: 15px;
}
.header-layout21 .ftc-shop-cart {
right: 10px;
}
.header-layout21.header-sticky-mobile .header-content{
padding: 10px 0;
}
.header-layout22.header-sticky-mobile .header-content{
padding: 10px 30px;
}
.header-layout22 .header-content > div.mobile-button{
text-align: left;
}
div.products-home21 .ftc-product:hover .images .group-button-product{
top: 50%;
}
div.products-home20 .ftc-product:hover .images .group-button-product {
top: 50%;
transform: translateY(-50%);
height: max-content;
}
div.products-home20 .product .images .group-button-product > div.add-to-cart {
margin-top: 0;
}
.products-home21 .product .images .group-button-product .compare,
.products-home20 .product .images .group-button-product .compare {
display: none;
}
.header-ftc.header-layout6 {
min-height: auto;
}
.img-left-h21_3 h3{
font-size: 40px;
line-height: 50px;
}
.header-layout20.header-ftc .header-content {
padding: 10px 20px;
}
.header-layout20.header-sticky-mobile .header-content {
padding: 15px 20px;
}
.header-layout20 .ftc-sb-account {
display: none;
}
.header-layout20 .header-content .logo-wrapper.is-mobile{
transform: none;
}
.header-layout20 .mobile-button .mobile-nav i:before{
color: #000;
}
.woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions
{
width: 100%;
} 
.header-layout18 .header-content .container .nav-right-group.left-menu,
.header-layout17 .header-content .nav-left-h20  {
display: none;
}
.latofont p {
text-align: center !important;
}
.header-layout11 {
background: #000;
}
.header-layout6 .is-sticky .menus, .header-layout7 .is-sticky .menus,
.header-layout18 .ftc-search-product, .header-layout18 .nav-right-group .ftc-sb-account{
display: none;
}
.header-layout18.header-sticky-mobile {
background: #fff;
}
.header-layout18 a.ftc-cart-tini {
left: 0;
}
.header-ftc.header-layout19 .header-content .ftc-shop-cart .ftc-cart-tini .cart-total,
.header-ftc.header-layout18 .header-content .ftc-shop-cart .ftc-cart-tini .cart-total{
left: 8px;
top: 4px;
}
.header-layout18 .nav-right-group .nav-right {
width: 40px;
height: 40px;
}
.header-layout18 .nav-right > div {
width: 100%;
}
.header-layout18 .mobile-button .fa-bars:before, .header-layout19 .mobile-button .fa-bars:before {
color: #333;
}
.header-ftc.header-layout19 {
background: #fff;
}
.header-layout3 .mobile-button .fa-bars:before {
color: #666;
}
.about-milestone .left-banner {
padding-left: 15px !important;
padding-right: 15px !important;
}
.header-layout4.header-ftc .header-content .ftc-shop-cart .ftc-cart-tini .cart-total {
right: 0;
left: auto;
}
.fresh-look .bo-look:before{
display: none;
}
.fresh-look, .fresh-look p {
text-align: center !important;
}
.fresh-look .btn-fresh {
display: inline-block;
}
.header-layout10.header-ftc .header-content .ftc-shop-cart .ftc-cart-tini .cart-total,
.header-layout11.header-ftc .header-content .ftc-shop-cart .ftc-cart-tini .cart-total {
right: 0;
left: auto;
}
.mega_main_menu.responsive-enable li.multicolumn_dropdown > .mega_dropdown > li.sub-style2 ,
.mega_main_menu.responsive-enable li.multicolumn_dropdown > .mega_dropdown > li.sub-style1{
padding-top: 10px;
}
.header-layout16 {
background-color: rgba(0, 0, 0, 0.7);
}
.coming02 {
padding-top: 135px;
}
.group-blog .widget-container.widget_tag_cloud{
margin-bottom: 0;
}
.breadcrumb-v1{
padding-top: 0;
}
.mega_main_menu li.multicolumn_dropdown.blog-menu-s.s2 > .mega_dropdown >li{
width: 100% !important;
}
.footer-center-h9.vc_row{
background: unset;
}
.header-layout12 .right-10,
.header-layout12 .header-content .container .nav-right{
min-width: unset;
}
.header-layout12 .right-10{
float: none;
}
.header-layout12 .header-content .container .nav-right{
padding-right: 0;
}
.header-layout5 .ftc-shop-cart{
padding-right: 0;
}
.footer-top-v4.vc_row.footer-top-16{
margin-bottom: 0 !important;
}
.h17-right-txt >.wpb_wrapper >.wpb_text_column:nth-child(2) p{
line-height: 66px !important;
}
.h17-right-txt >.wpb_wrapper >.wpb_text_column:nth-child(1){
margin-bottom: 0 !important;
}
.woocommerce .product-category-top-content .widget_layered_nav ul li {
width: 50%;
}
aside.ftc-sidebar.product-category-top-content > section {
max-width: 100%;
width: 50%;
}
.left-h9 {
background: #fbf8f9;
padding: 60px 0;
}
.right-h9 {
background: #242424;
padding: 60px 0;
}
.right-h9 >.wpb_wrapper >.wpb_text_column:last-child{
margin-bottom: 10px;
}
.footer-center-h9.vc_row {
background-image: none;
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.header-layout14.header-sticky-mobile .ftc-rev-slider {
display: none;
}
.lang-ver .nav-right {
display: block;
}
.header-ftc.header-layout14 .header-content {
padding: 0;
}
.header-layout14 .header-content .flixer {
flex-flow: row;
padding: 10px 15px;
background-color: #fff;
}
.header-layout14 .mobile-button .fa-bars:before {
color: #666;
}
.header-layout14 .lang-ver .header_extra_content,
.header-content .container > div.header-hn {
display: none;
}
.header-layout14 .header-content {
flex-wrap: wrap;
}
.header-layout14 .header-content .flixer,
.header-layout14 .header-content .ftc-rev-slider {
flex-basis: 100%;
width: 100%;
}
.header-layout14 .header-content .flixer .navigation-primary {
display: none !important;
}
.ftc-instagram.columns-4 .item {
width: auto;
}
.woocommerce.columns-2
.ftc-product.product-not-slide.products-v2
.products
.product:nth-child(1),
.woocommerce.columns-2
.ftc-product.product-not-slide.products-v2
.products
.product:nth-child(4),
.woocommerce.columns-2
.ftc-product.product-not-slide.products-v2
.products
.product:nth-child(5),
.woocommerce.columns-2
.ftc-product.product-not-slide.products-v2
.products
.product:nth-child(8) {
width: 100%;
}
.woocommerce.columns-2
.ftc-product.product-not-slide.products-v2
.products
.product:nth-child(2n) {
width: 100%;
}
.woocommerce.columns-2
.ftc-product.product-not-slide.products-v2
.products
.product:nth-child(2n + 1) {
width: 100%;
}
.woocommerce.columns-2
.ftc-product.product-not-slide.products-v2
.products
.product:nth-child(2),
.woocommerce.columns-2
.ftc-product.product-not-slide.products-v2
.products
.product:nth-child(3),
.woocommerce.columns-2
.ftc-product.product-not-slide.products-v2
.products
.product:nth-child(6),
.woocommerce.columns-2
.ftc-product.product-not-slide.products-v2
.products
.product:nth-child(7) {
width: 100%;
}
.woocommerce.columns-2
.ftc-product.product-not-slide.products-v2
.products
.product:nth-child(2n),
.woocommerce.columns-2
.ftc-product.product-not-slide.products-v2
.products
.product:nth-child(2),
.woocommerce.columns-2
.ftc-product.product-not-slide.products-v2
.products
.product:nth-child(3),
.woocommerce.columns-2
.ftc-product.product-not-slide.products-v2
.products
.product:nth-child(6),
.woocommerce.columns-2
.ftc-product.product-not-slide.products-v2
.products
.product:nth-child(7) {
margin-top: 0;
}
.footer-top-v4.vc_row {
margin-bottom: 30px !important;
padding-top: 60px !important;
padding-bottom: 60px !important;
}
body .static-top.h12-four > div {
margin: 30px auto 0 !important;
}
.vc_row.h12-four {
padding-top: 0 !important;
}
.look2 .mont {
margin-top: 30px;
}
.header-layout13.header-ftc .header-content {
background: #fff;
}
.header-layout13 .mobile-button .fa-bars:before {
color: #666;
}
.last-footer {
display: flex;
flex-wrap: wrap;
}
.section-prohome14 .ftc-smooth-image img {
height: auto;
}
.vc_row.testi-home14 {
padding-bottom: 0;
}
.header-layout12 .admin-bar9 > .container .left-9 {
flex: 1;
}
.header-layout12.header-sticky-mobile .admin-bar9 {
display: none;
}
.header-layout12 .admin-bar9 > .container,
.header-layout12 .header-content > .container {
padding-left: 15px;
padding-right: 15px;
}
.header-layout12 .header-content .container > div.ftc-search-product,
.header-layout12 .admin-bar9 .logo-wrapper.is-desktop {
display: none;
}
.testi-home12 .ftc-sb-testimonial_v2 .testimonial-content .testi-content-v2 {
padding: 46px 30px 0;
} body .static-top > div {
margin: 15px auto !important;
}
.static-top > div:nth-child(3), .static-top > div:last-child {
margin-bottom: 15px !important;
}
.static-top > div:nth-child(3),
.static-top > div:first-child {
margin-right: auto !important;
}
.header-layout10 .admin-bar9 .logo-wrapper.is-desktop {
display: none;
}
.header-layout10 .admin-bar9 .left-9 {
display: flex;
flex: 1;
}
.header-layout10.header-sticky-mobile .admin-bar9 {
display: none;
}
.home12-slide .ftc-smooth-image img {
height: auto;
}
.header-layout8 .header-content .container > div.h8-top .logo-wrapper {
text-align: center;
}
.header-content .container div.logo-wrapper {
flex: 1 1 auto !important;
}
.header-layout6 .mobile-button .fa-bars:before {
color: #999;
}
.top-barr .container {
flex-wrap: wrap;
}
.top-barr .top-barr-left {
flex: 1 1 auto;
justify-content: center;
}
.top-barr .top-barr-right {
flex: 1 1 auto;
justify-content: center;
display: flex;
}
.header-sticky-mobile .top-barr {
display: none;
}
.header-layout6.header-sticky-mobile .header-content {
background: #fff;
}
.header-layout6 .ftc-search-product {
display: none;
}
.header-layout6 .header-content .container .h8-bottom {
display: none;
}
.header-layout5 .logo-wrapper {
position: static;
transform: unset;
-webkit-transform: unset;
-moz-transform: unset;
-ms-transform: unset;
-o-transform: unset;
flex: 1 1 auto;
justify-content: center;
text-align: center;
margin-right: 100px;
}
.header-layout5 .header-ab > .container-fluid {
display: flex;
justify-content: space-between;
align-items: center;
}
.header-layout5 .container-fluid.nav-right {
padding-right: 20px;
}
.dots-count .owl-dots > .owl-dot {
display: none;
}
.dots-count .owl-dots > .owl-dot:nth-child(1),
.dots-count .owl-dots > .owl-dot:nth-child(2),
.dots-count .owl-dots > .owl-dot:nth-child(3) {
display: inline-block;
}
.header-layout3.header-sticky,
.header-layout4.header-sticky {
-webkit-box-shadow: 0px 4px 13px -3px #808080;
-moz-box-shadow: 0px 4px 13px -3px #808080;
-ms-box-shadow: 0px 4px 13px -3px #808080;
-o-box-shadow: 0px 4px 13px -3px #808080;
box-shadow: 0px 4px 13px -3px #808080;
}
.header-layout3.header-sticky-mobile .header-nav{
display: none;
}
.header-layout5 .is-sticky .header-content{
background: #0f0f0f;
}
.store-page-wrap .seller-items {
margin: 0;
}
.dokan-seller-listing .dokan-seller-search-form input#search {
width: 45%;
}
.admin-bar .ftc-off-canvas-cart {
top: 0px;
}
.header-ftc .header-content {
padding: 10px 0;
}
.header-layout6.header-ftc .header-content,
.header-layout7.header-ftc .header-content,
.header-layout8.header-ftc .header-content{
padding: 0;
}
.header-layout18.header-ftc .header-content,
.header-layout19.header-ftc .header-content  {
padding: 15px 0;
}
.header-ftc .header-content .ftc-shop-cart .ftc-cart-tini .cart-total {
right: 14px;
}
.header-layout17 .header-content .ftc-shop-cart .ftc-cart-tini .cart-total {
right: 0;
}
a.ftc-cart-tini.cart-item-canvas:before {
margin-right: 7px;
}
.our-newletter .mc4wp-form-fields p.title {
margin-top: 0;
line-height: 40px;
}
.wedding-collection .ftc-smooth-image.smooth-image.ftc-smooth {
padding: 30px 0 20px;
}
.about-team .vc_col-sm-3 {
width: 50%;
float: left;
}
.about-us .wpb_column.vc_col-sm-6 {
width: 100%;
}
.our-story.vc_col-sm-6 {
margin-bottom: 30px;
}
.about-us .wpb_column.vc_col-sm-6 .ftc-smooth-image.ftc-smooth {
margin-bottom: 0;
}
.ftc-team-member {
text-align: center;
font-size: 14px;
padding: 0;
max-width: 300px;
margin: 0 auto;
}
.header-ftc.header-layout2.header-sticky {
background: rgba(0, 0, 0, 0.7) !important;
} .footer-bottom {
background-color: #141414;
}
.admin-bar .header-sticky {
top: 46px !important;
z-index: 999;
}
.admin-bar .ftc-mobile-wrapper {
top: 55px;
}
.admin-bar .header-layout1.header-sticky-mobile {
top: 46px;
}
.ftc-mobile-wrapper button.search-button {
position: absolute;
right: 0;
}
.ftc-mobile-wrapper .ftc-search {
position: relative;
}
.ftc-mobile-wrapper button.search-button {
position: absolute;
right: 0;
color: #666;
z-index: 99;
background: transparent;
line-height: 35px;
font-size: 0;
}
.ftc-mobile-wrapper {
width: 300px;
border-top: 0;
padding: 0;
display: block;
position: fixed;
bottom: 0;
top: 0px;
left: 0;
z-index: 500;
overflow: hidden;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
background-color: #fff;
-webkit-transition: transform 0.15s ease;
-webkit-transition: -webkit-transform 0.15s ease;
transition: -webkit-transform 0.15s ease;
transition: transform 0.15s ease;
transition: transform 0.15s ease, -webkit-transform 0.15s ease;
transform: translate3d(-300px, 0, 0);
-webkit-transform: translate3d(-300px, 0, 0);
}
.ftc-mobile-wrapper .mega_main_menu li.default_dropdown > .mega_dropdown {
width: 100%;
}
.ftc-mobile-wrapper .mega_main_menu li.multicolumn_dropdown.drop_to_left > .mega_dropdown {
left: 0;
right: auto;
}
.woocommerce #content .list div.product div.images {
width: 45% !important;
}
.header-content .container div.mobile-button {
width: 25% !important;
float: left;
text-align: left;
line-height: 35px;
}
.header-content .container div.mobile-button i {
font-family: 'FontAwesome';
font-weight: normal;
font-size: 18px;
}
a.ftc-cart-tini.cart-item-canvas:before{
font-size: 15px;
}
.header-ftc .header-content .ftc-shop-cart .ftc-cart-tini .cart-total{
top: 8px;
left: 15px;
}
.header-ftc.header-layout24 .header-content .ftc-shop-cart .ftc-cart-tini .cart-total{
top: 4px;
}
.header-ftc.header-layout22 .header-content .ftc-shop-cart .ftc-cart-tini .cart-total{
top: 4px;
left: 16px;
}
.header-content .container div.logo-wrapper {
text-align: center;
width: 50% !important;
margin-right: 0;
margin-bottom: 0px;
position: relative;
z-index: 3;
}
.header-ftc .header-content .container div.logo-wrapper img {
height: 35px;
}
.header-layout1.header-sticky-mobile
.header-content
.container
div.logo-wrapper
img {
height: 35px;
}
.header-layout1.header-sticky-mobile .mobile-button .mobile-nav {
font-size: 22px;
z-index: 999999;
line-height: 35px;
}
.header-layout1.header-sticky-mobile .nav-right > div {
line-height: 35px;
}
.our-newletter .mc4wp-form-fields .sub .email {
width: 359px;
}
.insragram-bot .ftc-instagram-widget .item img {
height: 154px;
}
.text-insta {
transform: translate(13px, -34px);
}
.text-insta h4 {
font-size: 12px;
line-height: 12px;
}
.text-insta p {
font-size: 9px;
line-height: 15px;
}
.three-images > div {
width: 100%;
margin: 0 auto;
text-align: center;
}
header .header-layout2 {
position: absolute;
}
.admin-bar .header-ftc.header-sticky-mobile {
top: 0 !important;
}
.admin-bar .header-ftc.element-header-layout23.header-sticky-mobile,
.admin-bar .header-ftc.header-layout24.header-sticky-mobile{
top: 46px !important;
}
.today-deal .woocommerce .products .star-rating {
margin: 20px 0 10px;
}
.blog-home .blog-home-v2 .blogs article a.button-readmore {
top: 0px !important;
}
.blog-home .blog-home-v2 .blogs .post-info .entry-content,
.blog-home .blog-home-v2 .blogs .post-info .entry-content p {
height: auto;
}
.header-content .navigation-primary {
max-width: 100%;
}
.vc_row.slideshow-v2 > div {
width: 100%;
}
.right-img {
margin: 0 auto;
text-align: center;
margin-top: 30px;
}
#testimonial2 .ftc-sb-testimonial .active .testimonial-content .info {
width: 650px;
transform: translateX(calc(-50% + 124px));
}
#testimonial2 .ftc-sb-testimonial.owl-carousel .owl-stage-outer {
height: 600px !important;
}
#testimonial2 .ftc-sb-testimonial {
margin: 0 0 0 42px;
}
#testimonial2 .ftc-sb-testimonial.owl-carousel .owl-dots {
top: 80%;
transform: translateX(5%);
}
#testimonial2
.ftc-sb-testimonial
.active.center
.testimonial-content
.avatar {
margin-top: 228px;
}
#testimonial2 .testimonial-content .avatar {
margin: 243px auto 0 auto;
}
.wpcf7 p {
width: 100%;
}
.content-collection {
width: 100%;
}
.deal-today {
text-align: center;
float: none;
}
.left-banner > .wpb_wrapper {
padding: 60px;
}
footer .ftc_newletter_sub .newletter_sub .newletter_sub_input {
max-width: 350px;
margin-left: 15px;
}
.content-milestones .ftc-number:nth-child(2):before,
.content-milestones .ftc-number:nth-child(3):before,
.content-milestones .ftc-number:first-child:before,
.content-milestones .ftc-number:last-child:before {
left: 60px;
margin-top: 20px;
}
.content-milestones .wpb_wrapper {
padding-left: 110px;
}
.about-milestone .content-milestones div.ftc-number:first-child {
margin-top: 100px;
}
.trending-product {
width: 400px;
height: 320px;
background: #fff;
text-align: center;
padding-top: 60px;
padding-bottom: 60px;
margin-left: 15px;
}
.vc_row.summer_special.ftc-row-wide:after {
display: none;
}
.summer_special .wpb_column.vc_col-sm-9 {
float: right;
margin-top: -410px;
}
.wedding-collection .ftc-smooth-image.smooth-image.ftc-smooth {
width: 100%;
display: inline-flex;
justify-content: center;
padding-bottom: 0;
margin-bottom: 50px;
}
.wedding-collection .wpb_wrapper .ftc-sb-button {
top: 28.5%;
bottom: auto;
}
.today-deal > div {
width: 100%;
}
.today-deal > div:first-child {
padding-left: 15px !important;
}
.today-deal .ftc-product-time-deal .ftc-product.product {
margin-top: 91px;
}
.today-deal .deal-slider {
padding: 50px 0 115px;
}
.today-deal.deal-white-h12 .deal-slider {
padding: 50px 0 95px;
}
.deal-today {
padding-top: 80px !important;
}
.deal-today p {
float: none;
margin: 0 auto;
}
.deal-slider .owl-carousel .owl-dots {
top: 55px;
left: 50%;
position: relative;
transform: translateX(-50%);
} .woocommerce .before-loop-wrapper .woocommerce-result-count, .woocommerce-page .before-loop-wrapper .woocommerce-result-count {
right: 230px;
}
.woocommerce .products .product,
.woocommerce-page .products .product {
max-width: 252px;
}
.single-product #right-sidebar .product_list_widget li {
width: 100%;
max-width: 100%;
}
.widget-container {
padding: 0 15px;
}
.widget-title:before {
left: -15px;
right: -15px;
}
.woocommerce .widget_layered_nav ul li,
.woocommerce-page .widget_layered_nav ul li {
width: 50%;
}
.woocommerce ul.product_list_widget li a.ftc-widget-image,
.woocommerce ul.product_list_widget li .item-description { }
.woocommerce.columns-4 .grid.products .product {
max-width: 220px;
}
.content-collection {
margin-top: 0;
}
.wedding-collection .vc_col-sm-12 {
padding-top: 60px;
}
.single-product div#primary.hide-filter {
width: 68% !important;
float: left;
display: inline-block;
}
.single-product .ftc-sidebar {
width: 32%;
float: left;
display: inline-block;
}
.woocommerce #content div.product div.details-img,
.woocommerce div.product div.details-img,
.woocommerce-page #content div.product div.details-img,
.woocommerce-page div.product div.details-img,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
width: 100%;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
padding-left: 0;
}
.details_thumbnails {
width: 400px;
margin: 15px auto;
}
.footer-middle .vc_col-sm-3 {
width: 49.9%;
}
.footer-middle .connect-social .vc_col-sm-9 {
width: 100%;
}
.woocommerce div.product form.cart .group_table td:last-child {
width: 143px;
}
.summary.entry-summary ins .woocommerce-Price-amount {
padding-left: 5px;
}
.ftc-breadcrumb-title.container {
text-align: center;
}
.ftc-sb-testimonial .testimonial-content .byline {
transform: none;
margin-left: -95px;
}
.single-text-25 .h17-right-txt > .wpb_wrapper {
padding-left: 0;
}
.h11-blackimg .ftc-smooth-image.ftc-smooth {
max-width: 570px;
margin-left: auto;
margin-right: auto;
}
.deal-white-h12 {
background-repeat: no-repeat !important;
background-size: cover !important;
}
.section-imgh14 .wpb_column:nth-child(1) {
margin-bottom: 30px !important;
}
.sdsfs .mega_dropdown {
left: 0 !important;
right: auto !important;
top: 30px !important;
}
.row2-h12 .wpb_column:nth-child(1) {
margin-bottom: 23px;
}
body .header-layout5 .container-fluid.nav-right {
padding-top: 13px;
}
.row-slide-home10.wpb_row {
margin-top: 0 !important;
}
.h10wi .woocommerce ul.product_list_widget li a.ftc-widget-image {
max-width: 100%;
margin-bottom: 10px;
}
.header-layout8 .mobile-button .fa-bars:before {
color: #999;
}
.header-layout8.header-ftc.header-sticky-mobile .header-content {
padding: 0;
}
.header-layout8.header-sticky-mobile .header-content {
background: #fff;
}
.header-layout8 .h8-bottom {
display: none;
}
.header-layout8.header-sticky-mobile .h8-top{
display: block;
}
.header-layout8 .header-content .container > div.ftc-search-product{
display: none;
}
.header-layout8 .header-content > div.h8-top .logo-wrapper{
text-align: center;
}
.header-layout8 .header-content .h8-top{
padding: 20px 0;
}
.section-blog-h9 .bl-v2.wpb_column {
margin-bottom: 15px;
}
.blog-v3 .blogs article .entry-content {
height: auto;
}
.header-layout7 .h8-bottom {
display: none;
}
.header-layout7.header-sticky-mobile .header-content.header-sticky {
background: #111;
}
.color-map.vc_row {
margin-bottom: 35px !important;
}
.midv2-m.vc_row {
margin-top: 0 !important;
}
.location-v2.wpb_column,
.phone-v2.wpb_column {
margin-bottom: 20px !important;
}
.header-layout5 .container-fluid.nav-right {
padding-top: 20px;
}
.stactic-top > div {
width: 100%;
max-width: 400px;
margin: 0 auto 30px;
float: none;
}
.header-layout3 .ftc-sb-language {
float: right;
z-index: 9999;
}
.header-layout3 .ftc-sb-language ul ul {
right: 0;
left: auto;
}
.slider-banner-top .slider-home7 {
width: 100%;
margin-bottom: 20px;
}
.slider-banner-top .banner-center,
.slider-banner-top .banner-right {
width: 50%;
float: left;
}
.blocktab-product > div {
width: 50%;
float: left;
}
}
@media only screen and (max-width: 991px) {
.woocommerce .product .item-description .meta_info a.compare {
display: none;
}
.ftc-sb-blogs.ftc-shortcode-v3 blockquote.quote-bg {
padding-left: 15px !important;
padding-right: 15px !important;
padding-bottom: 45px !important;
}
.ftc-sb-blogs.ftc-shortcode-v3.ftc-masonry .col-sm-4,
.ftc-sb-blogs.ftc-shortcode-v3.ftc-grid .col-sm-4{
width: 50%;
}
.header-layout17 .nav-right > div {
margin: 0;
}
.columns-4 div.products-home22 .products .product {
width: 33.3333%;
margin-left: 0 !important;
margin-right: 0 !important;
}
.text2_home22 > * > * {
margin-left: 0px;
}
.vc_row.text2_home22 >.wpb_column {
background-position: 77% !important;
padding: 60px 0;
}
.text2_home22 p {
max-width: 370px;
}
.summer_special_h20 .trending-product >.wpb_wrapper {
padding: 30px 0 30px;
}
.vc_row.footer-center-h20 {
flex-flow: row wrap;
justify-content: center;
text-align: center;
align-items: unset;
}
.footer-center-h20 .vc_col-sm-10 {
width: 100%;
}
.footer-center-h20 .vc_col-sm-10 > .wpb_wrapper {
flex-flow: row wrap;
}
.footer-center-h20 .footer_1{
margin: 15px 0 30px !important;
}
.footer-center-h20 > .wpb_column:last-child{
margin-bottom: 40px;
}
.footer-center-h20 .ftc-instagram-widget {
width: 100%;
}
.footer-center-h20 .ftc-instagram-widget {
width: 100%;
max-width: 370px;
margin: 0 auto 45px;
}
.footer-center-h20 .ftc-instagram {
justify-content: center;
}
.footer-center-h20 .ftc-smooth-image {
margin-bottom: 30px;
display: inline-block;
}
.text-colection-20 h3 {
font-size: 45px;
}
div.products-home20 .products .product {
width: 33.333% !important;
}
.woocommerce  div.products-home20 .products .product {
margin-left: 0 !important;
margin-right: 0 !important;
}
.text-home20 h2 {
margin-top: -35px;
}
.latofont .menu-footer a {
font-size: 13px !important;
}
.section-centerh14 {
background-size: cover;
}
.slider-home18>.wpb_column {
padding-left: 0 !important;
}
.woocommerce.columns-5 div.products-home21 .products .product {
width: 33.333%;
}
.header-ftc.header-layout4 .header-content {
background-color: #fff;
}
.woocommerce.columns-3 .product-not-slide.products-v3 .product{
width: 29.5%;
}
.footer-middle21 .vc_col-sm-6 {
width: 100%;
text-align: center;
}
.footer-middle21 .sub {
margin: 40px auto 55px;
}
.img-left-h21_3 .ftc-smooth-image {
margin-top: 0;
}
.title-pink_21 h2 {
text-align: center;
}
.wpb_text_column.title-pink_21 {
margin-bottom: 30px;
}
.text-p3_21 > .vc_column-inner {
text-align: center;
}
.footer-middle21 ul li {
text-align: center;
}
.today-deal .woocommerce .products .star-rating{
margin: 39px 0 10px;
}
.about-milestone .content-milestones{
padding-top: 0;
}
.about-milestone.home11-mili{
padding: 0px 0 100px;
}
.h10wi .woocommerce ul.product_list_widget li a.ftc-widget-image,
.h10wi .woocommerce ul.product_list_widget li .item-description{
max-width: 100%;
margin-bottom: 15px;
}
.h10wi .woocommerce ul.product_list_widget li .star-rating{
float: left;
margin-top: 0;
margin-bottom: 0;
}
.h10wi .woocommerce ul.product_list_widget li{
margin-bottom: 0;
display: flex;
align-items: center;
}
.h10wi .woocommerce ul.product_list_widget li .item-description h3.product-name{
margin-top: 0;
}
.woocommerce .featured-deals .products .product *{
text-align: center !important;
}
.woocommerce .featured-deals div.product .countdown-meta{
padding-right: 0;
}
.woocommerce .featured-deals .header-title{
padding-left: 15px;
text-align: center;
}
.woocommerce .featured-deals .product .item-description .star-rating{
margin-right: auto;
float: none;
}
.ftc-product-time-deal.featured-deals .ftc-product.product .meta_info >div{
left: 0;
right: 0;
}
.woocommerce .featured-deals .product .item-description{
padding-right: 0;
}
.featured-deals .counter-wrapper > div .number-wrapper{
margin-left: auto;
margin-right: auto;
}
.footer-top-v4.vc_row{
margin-bottom: 0 !important;
}
.header-layout4 .header-content .container > div.header-nav-menu{
display: none;
}
.blog-v2.ftc-sb-blogs.ftc-grid .blogs .post-info{
text-align: center;
}
.footer-center-h9 *{
text-align: center !important;
}
footer .footer-center-h9 p.pas:after{
left: 50%;
transform: translateX(-50%);
}
footer .footer-center-h9 .button-sub input[type="submit"]{
float: none;
margin-bottom: -3px;
}
footer .footer-center-h9 .sub input[type="email"]{
padding: 11px 20px;
}
.header-layout3 .header-content .container .nav-right{
margin-right: 15px;
margin-left: 0;
}
}
@media only screen and (max-width: 850px) {
body .snptwdgt-container[data-cols="4"] .snptwdgt__item,
body .snptwdgt-container[data-cols="4"] .snptwdgt__item-sizer,
body .snptwdgt-container[xcols="4"] .snptwdgt__item,
body .snptwdgt-container[xcols="4"] .snptwdgt__item-sizer {
width: 50%;
}
body .snptwdgt-container .snptwdgt-container-liner .snptwdgt__item {
margin-bottom: 0px !important;
padding-left: 0px !important;
padding-right: 0px !important;
}
.woocommerce.columns-4 .products-v1 .products .product {
max-width: 220px;
}
.product-h17 .woocommerce.columns-4 .products-v1 .products .product{
max-width: 100%;
}
.woocommerce .version3-deals .product .item-description .meta_info a > span {
font-size: 15px;
}
section .client-tes .ftc-sb-testimonial .owl-item.active {
margin-left: 15px;
}
.woocommerce .product-version-3.ftc-slider .products .product {
max-width: 100%;
}
.home11-product .woocommerce .products .product {
max-width: 100%;
}
.about-milestone .content-milestones {
margin-bottom: 50px;
}
.product-banner .product-version-2 .owl-dots {
width: 50%;
left: 50%;
margin-bottom: 30px;
}
.section-new .ftc-banner img {
display: block;
margin: 0 auto;
}
.ftc-banner.ftc-smooth-opacity:hover img{
transform: scale(1, 1);
}
.section-new .ftc-banner {
margin-top: 20px;
}
.tab-blog {
flex-wrap: wrap;
}
.woocommerce .featured-deals .product .item-description .meta_info a span {
font-size: 14px;
}
.woocommerce .featured-deals .product .item-description {
margin-bottom: 30px;
}
.woocommerce .featured-deals .header-title {
top: 60px;
width: 100%;
padding-right: 15px;
}
.featured-deals .counter-wrapper > div .number-wrapper,
.featured-deals .counter-wrapper > div.seconds .number-wrapper{
float: none;
}
.woocommerce .featured-deals .products .product {
flex-wrap: wrap;
margin-top: 36px;
}
.featured-deals .counter-wrapper > div {
width: 100px;
}
menu-fix .menu-ftc,
.menu-ftc {
display: inline-block;
color: #fff;
text-transform: uppercase;
font-weight: bold;
}
table.wishlist_table tbody td {
border-bottom: 1px solid #ebebeb !important;
}
table.wishlist_table tfoot tr {
display: table;
width: 230px;
}
.woocommerce table.wishlist_table tfoot td {
border-top: 0;
border-bottom: 0;
}
.woocommerce-page .woocommerce-ordering .orderby-title {
display: none;
}
.woocommerce .products.list .product .item-description:after {
display: none;
}
.woocommerce .products.list .product .item-description .quickview {
margin-right: 0;
}
.woocommerce .product .item-description .meta_info a span,
.ftc-meta-widget.item-description .meta_info a span,
.ftc-meta-widget.item-description
.meta_info
.yith-wcwl-add-to-wishlist
a
span {
font-size: 0;
}
div.products-home21 .product .item-description .meta_info a span {
font-size: 15px;
}
.text_row1,
.text_row2,
.text_row3 {
margin-top: -18px;
}
.faq .vc_col-sm-8 {
width: 100%;
padding: 0px 30px !important;
}
.single-img {
text-align: center;
}
.about-milestone .left-banner,
.about-milestone .content-milestones {
width: 100%;
}
.about-milestone .content-milestones div.ftc-number {
max-width: 100%;
}
.content-milestones .wpb_wrapper {
padding-left: 200px;
}
.about-milestone .content-milestones div.ftc-number {
max-width: 100%;
}
.content-milestones .ftc-number:nth-child(2):before,
.content-milestones .ftc-number:nth-child(3):before,
.content-milestones .ftc-number:first-child:before,
.content-milestones .ftc-number:last-child:before {
left: 145px;
margin-top: 10px;
}
.summer_special .wpb_column.vc_col-sm-9 {
width: 80%;
}
.footer-middle .connect-social .vc_col-sm-9 {
width: 100%;
padding-right: 15px !important;
}
.subscribe_comingsoon .ftc_newletter_sub .newletter_sub{
width: 100%;
}
.widget ul.no-padding.bullet li {
list-style: none;
padding: 4px 0;
}
.widget-container.widget_layered_nav {
padding-bottom: 0;
}
.woocommerce .products .product,
.woocommerce-page .products .product,
#right-sidebar section:first-child .product_list_widget li {
max-width: 270px;
}
#right-sidebar .product_list_widget li {
max-width: 300px;
}
section.woocommerce.widget_price_filter form {
padding-top: 20px;
}
.archive .ftc_newletter_sub .newletter_sub .button,
.single-product .ftc_newletter_sub .newletter_sub .button {
padding: 13px 20px;
}
.woocommerce.columns-4 .grid.products .product {
max-width: 270px;
}
.single.single-product
#right-sidebar
section:first-child
.ftc-product-items-widget,
.single.single-product
#right-sidebar
section:last-child
.ftc-product-items-widget {
display: block !important;
}
.woocommerce-page.columns-4 .products .product,
.woocommerce.columns-4 .products .product {
width: 50%;
margin-left: auto !important;
margin-right: auto !important;
}
.woocommerce-page .columns-4 .products .product {
width: 29.5%;
}
.woocommerce nav.woocommerce-pagination {
margin-top: 0;
}
.blog section.widget-container ul {
padding-top: 14px;
margin-left: 0;
}
.widget-container.widget_tag_cloud {
padding-bottom: 0;
}
.widget-container.widget_tag_cloud .widget-title-wrapper {
padding-bottom: 0;
}
.widget-container.widget_tag_cloud div.tagcloud {
padding-top: 15px; }
.ftc-recent-comments-widget .comment-meta > div.avatar {
width: auto;
}
nav.navigation.post-navigation {
display: inline-block;
width: 100%;
margin: 20px 0;
}
.vc_col-sm-12 article.post-wrapper.col-sm-6,
article.post-wrapper.col-sm-6 {
max-height: 655px;
}
.faq:last-child {
margin-bottom: 50px !important;
}
}
@media only screen and (max-width: 850px) and (min-width: 601px) {
.footer-middle .vc_col-sm-2 {
width: 33.33333%;
}
}
@media only screen and (min-width: 667px) and (max-width: 767px) {
.activee.button-filter-boxed{
margin-left: 25px;
}
.contact02-rela .square {
left: 120px;
}
.color-map .vc_column_container {
width: 50%;
float: left;
}
.h10wi > .vc_column_container {
width: 50%;
float: left;
}
}
@media only screen and (min-width: 375px) and (max-width: 734px) {
.light-v2.ftc-countdown,
.light-v3.ftc-countdown{
max-width: 360px;
margin: 0 auto;
}
}
@media only screen and (max-width: 767px) {
.header-ftc.header-layout22 .header-content{
padding-right: 15px;
padding-left: 15px;
}
.header-layout22.header-sticky-mobile .header-content{
padding: 10px 15px;
}
.breadcrumb-v6 .ftc-breadcrumb-title h1{
padding-right: 0;
}
.ftc-sb-blogs.ftc-grid.blog-timeline.right-time.ftc-shortcode-v3 {
margin-bottom: 60px;
}
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs .panel#tab-description,
.woocommerce div.product .woocommerce-tabs .desciption_content,
.woocommerce #review_form #respond .form-submit,
body.wpb-js-composer.single-product .woocommerce-tabs.accordion-tabs .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-body p  {
text-align: center;
}
body.single-product .comment-text .star-rating {
margin-left: auto;
}
.single-product #right-sidebar section.widget-container h3.widget-title
{
text-align: center;
}
.single-product #right-sidebar>section.widget-container.widget_recently_viewed_products h3.widget-title:after,
.single-product section.ftc-items-widget .widget-title-wrapper h3.widget-title:after
{
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
}
.woocommerce #review_form #respond .form-submit input
{
float: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
padding-left: 10px;
}
div.product.product-type-external .summary .yith-wcwl-add-to-wishlist {
margin-left: 0;
}
.pp_pic_holder.pp_woocommerce.loaded .pp_content_container {
margin-top: 60px;
}
.woocommerce-page:not(.single) .widget-container .widget-container {
margin-bottom: 20px;
}
.woocommerce-page:not(.single) .widget-container  section.widget-container.ftc-items-widget {
margin-bottom: 40px;
}
section.widget-container.ftc-items-widget ul.product_list_widget li a.ftc-widget-image{
max-width: 80px;
}
div.products-home21 .ftc-product:hover .images .group-button-product {
right: 10px;
}
.pp_woocommerce div.product .product_title {
margin: 0;
}
body div.pp_woocommerce.pp_pic_holder .pp_content_container {
padding: 30px 20px !important;
}
.pp_woocommerce div.product div.summary, .woocommerce-page .pp_woocommerce div.product div.summary {
padding: 15px 0 0;
float: none;
display: inline-block;
text-align: center;
}
div.product.product-type-grouped .summary .yith-wcwl-add-to-wishlist {
margin-left: 0;
}
div.product.product-type-grouped .summary .yith-wcwl-add-to-wishlist, div.product.product-type-grouped .summary .compare {
margin-top: 20px;
margin-bottom: 15px;
}
.woocommerce div.product div.summary form.cart .group_table td:first-child ,
.pp_woocommerce div.product div.summary form.cart .group_table td:first-child{
width: auto;
}
.woocommerce div.product div.summary form.cart .group_table td ,
.woocommerce div.product div.summary form.cart .group_table td:last-child ,
.woocommerce div.product div.summary form.cart .group_table td:first-child,
.pp_woocommerce div.product div.summary form.cart .group_table td ,
.pp_woocommerce div.product div.summary form.cart .group_table td:last-child ,
.pp_woocommerce div.product div.summary form.cart .group_table td:first-child{
padding: 15px;
}
.woocommerce div.product div.summary form.cart .group_table td.woocommerce-grouped-product-list-item__label,
.pp_woocommerce div.product div.summary form.cart .group_table td.woocommerce-grouped-product-list-item__label {
flex: 1;
text-align: center;
}
.woocommerce div.product form.cart .group_table td .quantity-title,
.pp_woocommerce div.product form.cart .group_table td .quantity-title {
margin-bottom: 0;
line-height: 30px;
}
#pp_full_res .pp_inline .woocommerce-product-details__short-description p {
text-align: center;
}
.pp_woocommerce .woocommerce-product-rating, .pp_woocommerce div.product form.cart .button {
float: none;
}
.ftc-sb-blogs.ftc-shortcode-v3.ftc-masonry .col-sm-6 ,
.ftc-sb-blogs.ftc-shortcode-v3.ftc-masonry .col-sm-4,
.ftc-sb-blogs.ftc-shortcode-v3.ftc-grid .col-sm-6,
.ftc-sb-blogs.ftc-shortcode-v3.ftc-grid .col-sm-4 {
width: 50%;
}
.ftc-sb-blogs.ftc-grid.blog-timeline .col-sm-6 {
width: 100%;
}
div.products-home20 .ftc-product:hover .images .group-button-product {
right: 10px; width: 35px;
}
div.products-home20 .product .images .group-button-product > div,
div.products-home20 .product .images .group-button-product > a,
div.products-home20 .product .images .group-button-product > div a,
div.products-home20 .product .images .group-button-product > div.yith-wcwl-add-to-wishlist i{
width: 35px;
height: 35px;
}
div.products-home20 .product .images .group-button-product .add-to-cart a:before {
line-height: 35px; 
}
div.products-home20 .images .group-button-product i,
div.products-home20 .product .images .group-button-product > div.add-to-cart a.added_to_cart.wc-forward:after {
font-size: 13px !important;
line-height: 35px;
}
div.products-home20 .product .images .group-button-product > div a:first-child:before{
font-size: 13px;
}  
.hotpot_h22 > * {
max-width: 440px;
margin: 0 auto;
}
.hotpot_h22 > *:not(:last-child) {
margin-bottom: 30px;
}
section.widget-container.ftc-items-widget ul {
max-width: 270px;
margin: 0 auto;
}
.text-home20 {
text-align: center;
}
.text-home20 p {
text-align: center;
margin: 0 auto;
}
.text-home20 .ftc-sb-button {
margin-bottom: 50px;
}
.vc_row.vc_row-flex>.vc_column_container
{
justify-content: center;
}
.text-colection-20 .vc_col-sm-3 {
width: 50%;
}
.section-centerh14>.last-footer> .wpb_column {
width: 50%;
}
.vc_section[data-vc-full-width]>.vc_row.text-colection-20 {
max-width: 570px;
margin: 0 auto;
}
.home11-mili .left-banner >.wpb_wrapper {
padding-left: 15px;
padding-right: 15px;
}
.single-product div#primary .summary, .collapsed-content, .full-content p{
text-align: center;
}
.woocommerce div.product form.cart .button, .single-product div.product .social-sharing li  {
float: none;
}
.woocommerce div.product form.variations_form.cart .variations .color,
.pp_woocommerce div.product form.variations_form.cart .variations .color {
float: none;
display: inline-block;
margin: 4px;
}
body.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item),
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item):last-of-type {
margin: 4px;
}
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper
{
justify-content: center;
}
.pp_woocommerce .ftc-product-attribute {
justify-content: center;
}
.woocommerce div.product .summary.entry-summary  .quantity,
.pp_woocommerce div.product .summary.entry-summary .quantity{
display: flex;
justify-content: center;
}
.single-product div#primary div.product div.summary {
display: flex;
justify-content: center;
flex-flow: row wrap;
}
.single-product div.product .social-sharing {
display: flex;
justify-content: center;
}
div.product .summary .yith-wcwl-add-to-wishlist {
margin-left: 0;
}
div.product .summary .yith-wcwl-add-to-wishlist, div.product .summary .compare {
margin-top: 5px;
margin-bottom: 30px;
}
.ftc-breadcrumb-title.container {
padding: 60px 15px;
}
.vc_row.feature-home21 {
flex-flow: row wrap;
}
.feature-home21>.wpb_column {
margin: 15px 0;
}
.feature-home21>.wpb_column:nth-child(2):after{
display: none;
}
.img-left-h21_3>.wpb_column:nth-child(1) {
padding-right: 15px !important;
}
.img-left-h21_3>.wpb_column.text-p3_21 {
padding-left: 15px !important;
}
.text-p3_21 > .vc_column-inner {
margin-top: 0;
}
body .img-left-h21_2 .text-p1_21.wpb_column > * {
margin: 0 auto 0 auto;     padding: 60px 0 100px;
}
.img-left-h21_2 .text-p1_21.wpb_column {
margin-top: 0;
}
.text-p1_21.wpb_column {
left: 0;
top: 0;
}
.img-left-h21.flex-h21 {
display: block;
}
body .text-p1_21.wpb_column > * {
padding: 85px 0 80px;
text-align: center;
}
.text-p1_21 h3:first-child:before{
display: none;
}
.footer-middle21 .vc_col-sm-2 {
float: left;
}
.woocommerce .product .item-description h3.product_title {
font-size: 14px;
}
.group-blog .widget-container.widget_tag_cloud {
padding-bottom: 0;
}
.group-blog .widget-container.widget_tag_cloud .tagcloud {
margin-bottom: 15px;
}
.widget-container.widget_search .widget-title-wrapper .widget-title, .widget-container.widget_categories .widget-title-wrapper .widget-title, .widget-container.ftc-blogs-widget .widget-title-wrapper .widget-title, .widget-container.widget_archive .widget-title-wrapper .widget-title, .widget-container.widget_meta .widget-title-wrapper .widget-title, .widget-container.ftc-recent-comments-widget .widget-title-wrapper .widget-title, .widget-container.widget_tag_cloud .widget-title-wrapper .widget-title {
padding-top: 13px !important;
}
div.slideh13#slide2, div.slideh13#slide4 {
background-position: 28% center !important;
}
div.slideh13#slide6 {
background-position: 23% center !important;
}
.static-top > div:nth-child(3), .static-top > div:first-child {
margin-right: 25px !important;
}
.about-milestone .content-milestones {
margin-bottom: 0px;
}
.about-milestone.home11-mili .content-milestones {
margin-bottom: 50px;
}
.today-deal .ftc-smooth-image.ftc-smooth {
top: -15px;
}
aside.ftc-sidebar.product-category-top-content > section {
max-width: 100%;
width: 100%;
margin-left: 0;
margin-right: 0;
}
.product-category-top-content {
margin: 0;
}
body .product-category-top-content ul.berocket_aapf_widget {
margin-top: 0 !important;
}
.ftc-sb-blogs.ftc-shortcode-v3.blogv3-s2 .post-wrapper {
display: block;
}
.ftc-sb-blogs.ftc-shortcode-v3.blogv3-s2 .post-wrapper .post-info {
margin-right: 0;
display: block;
height: auto;
margin-top: 20px;
}
.h17-right-txt *{
text-align: center !important;
}
.single-text-25 .h17-right-txt >.wpb_wrapper:before{
left: 50%;
transform: translateX(-50%);
}
.product-category-top-content .widget-container ul {
margin-top: 15px !important;
}
.h18-leftimg.wpb_column {
padding-right: 15px !important;
}
.h18-rightimg.wpb_column {
padding-left: 15px !important;
}
.ftc-instagram.columns-4 .item {
margin-bottom: 20px;
}
.single-text-25 .h17-right-txt > .wpb_wrapper {
margin-top: 60px;
}
.reverse-column {
flex-direction: column-reverse;
}
.h7-freeship:not(:last-child) {
margin-bottom: 40px;
}
body .color-map.vc_row {
margin-bottom: 0 !important;
}
.midv2-m.vc_row {
margin-top: 0 !important;
}
.section-foottop.vc_section.vc_section-has-fill {
padding-top: 0 !important;
}
.imgr {
float: none;
}
.ftc-footer .row-bottom-v2 .copy-com {
text-align: center !important;
}
ul.woocommerce-mini-cart.cart_list.product_list_widget dl.variation {
width: 60%;
}
aside.ftc-sidebar.product-category-top-content
.widget_layered_nav
.woocommerce-widget-layered-nav-list {
padding: 15px 0;
}
.archive
.ftc-sidebar.product-category-top-content
.widget-container:nth-child(2) {
padding-bottom: 0;
}
.ftc-sidebar.product-category-top-content
section.widget-container.product-filter-by-color {
width: 100%;
margin-left: 0;
}
section.widget-container.product-filter-by-color ul {
margin-top: 20px;
}
.today-deal .woocommerce .products .star-rating {
margin: 10px 0 10px;
}
.deal-slider .owl-carousel .owl-dots {
top: 20px;
}
.trending-product {
margin-top: 130px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
padding: 0 10px !important;
}
section.widget-container .widget-title-wrapper h3.widget-title  {
margin-left: 0;
margin-right: 0;
margin-bottom: -1px;
position: relative;
padding-left: 0px !important;
border-bottom: 1px solid #f2f2f2;
}
div.berocket_single_filter_widget h3.widget-title {
margin-left: 0;
margin-right: 0;
padding-left: 0 !important;
}
body ul.berocket_aapf_widget {
margin-bottom: 0;
padding: 25px 0;
}
.widget-container:not(.ftc-product-categories-widget):not(.widget_product_categories)
.widget-title {
margin-bottom: -1px;
}
#left-sidebar .widget-container.widget_layered_nav > ul,
#right-sidebar .widget-container.widget_layered_nav > ul {
padding-left: 5px;
padding-bottom: 14px;
padding-top: 15px;
} .single-product
section.widget-container.ftc-items-widget
.widget-title-wrapper
a.block-control {
display: none !important;
}
.single-product
#right-sidebar
section.widget-container.widget_recently_viewed_products
ul.product_list_widget {
padding-top: 30px;
display: block !important;
}
.archive section.widget-container.ftc-items-widget .widget-title-wrapper a.block-control{
top: -4px;  
}
.our-newletter {
padding-top: 30px;
}
.footer-middle .connect-social .vc_col-sm-9 h4.widget-title {
margin-bottom: 10px;
margin-top: 30px;
}
h3.widget-title:before {
left: 0;
right: 0;
bottom: -1px;
}
.ftc-sb-testimonial,
.single-product .ftc-sidebar,
.details-img > .thumbnails .owl-carousel .owl-stage-outer,
.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a,
.pp_woocommerce div.product div.images-slider-wrapper,
.woocommerce .pp_woocommerce div.product div.images-slider-wrapper,
.woocommerce-page .pp_woocommerce div.product div.images-slider-wrapper {
width: 100%;
}
.woocommerce #content div.product div.thumbnails .owl-controls,
.woocommerce div.product div.thumbnails .owl-controls,
.woocommerce-page #content div.product div.thumbnails .owl-controls,
.woocommerce-page div.product div.thumbnails .owl-controls,
#right-sidebar .widget-title-wrapper:before {
display: none;
}
.ftc-sb-testimonial.owl-carousel .owl-stage-outer {
overflow: hidden;
}
footer .social-icons ul,
.ftc-footer .copy-com {
text-align: center;
}
.widget-title-wrapper {
position: relative;
}
.single-product .widget-title-wrapper a.block-control {
display: none !important;
}
.widget-title-wrapper a.block-control {
position: absolute;
content: "";
width: 20px;
height: 20px;
display: inline-block;
line-height: 0;
right: 0px;
top: 15px;
text-align: center;
text-indent: 0;
z-index: 999;
}
.widget-title-wrapper a.block-control:before {
content: "\f067";
font-family: "FontAwesome";
font-size: 14px;
line-height: 20px;
text-indent: 0;
}
.widget-title-wrapper a.block-control.active:before {
content: "\f068";
}
.today-deal .ftc-product-time-deal .ftc-product.product {
min-width: auto;
margin: 75px 0 20px;
}
.woocommerce #content div.product div.details-img,
.woocommerce div.product div.details-img,
.woocommerce-page #content div.product div.details-img,
.woocommerce-page div.product div.details-img,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary,
.pp_woocommerce div.product div.summary,
.woocommerce-page .pp_woocommerce div.product div.summary {
width: 100%;
}
.woocommerce #content div.product div.details-img,
.woocommerce div.product div.details-img,
.woocommerce-page #content div.product div.details-img,
.woocommerce-page div.product div.details-img {
margin-bottom: 20px;
}
#testimonial2 .ftc-sb-testimonial {
margin: 0;
}
#testimonial2 .ftc-sb-testimonial.owl-carousel .owl-controls .owl-dots {
position: static;
transform: none;
margin-bottom: 20px;
text-align: center;
}
#testimonial2 .ftc-sb-testimonial .active .testimonial-content .info {
position: relative;
left: 0;
width: 550px;
transform: none;
margin: 30px auto;
padding: 30px;
}
#testimonial2 .ftc-sb-testimonial.owl-carousel .owl-stage-outer {
height: 525px !important;
}
#testimonial2
.ftc-sb-testimonial
.active.center
.testimonial-content
.avatar {
margin: 115px auto 0;
}
#testimonial2 .ftc-sb-testimonial .active.center .testimonial-content .name,
#testimonial2
.ftc-sb-testimonial
.active.center
.testimonial-content
.byline {
margin: 0 auto;
}
#testimonial2 .ftc-sb-testimonial.owl-carousel .owl-dots {
top: 92%;
left: 50%;
transform: translateX(-50%);
text-align: center;
}
.single-post .site-main,
.blog .site-main,
.archive #main-content,
.single-product div#primary.hide-filter {
width: 100% !important;
}
.comment-body {
margin-left: 0px;
}
#right-sidebar .widget-title-wrapper { }
.single-post #right-sidebar ul,
#right-sidebar div > ul,
#right-sidebar section > ul {
border-top: none;
}
#right-sidebar .widget-container.widget_recent_comments {
margin-bottom: 60px;
}
.service_row2 {
display: flex;
flex-direction: column-reverse;
}
.feature_row1.vc_col-sm-6,
.feature_row2.vc_col-sm-6,
.feature_row3.vc_col-sm-6 {
padding-right: 15px !important;
padding-left: 15px !important;
}
.text_row1.vc_col-sm-6,
.text_row2.vc_col-sm-6,
.text_row3.vc_col-sm-6 {
padding-right: 67px !important;
padding-left: 67px !important;
}
.text_row1,
.text_row2,
.text_row3 {
margin-top: 30px;
}
.service_row1.vc_row-fluid {
margin-bottom: 0px !important;
}
.service_row2.vc_row-fluid {
margin-bottom: 30px !important;
}
.widget-container.ftc-effect-image {
text-align: center;
}
.blog-home .blogs .post-info .entry-content {
max-height: 75px;
overflow: hidden;
}
.woocommerce div.product form.cart .group_table td:last-child {
width: 160px;
}
.wedding-collection .wpb_wrapper .ftc-sb-button {
top: 28%;
bottom: auto;
}
.about-us .ftc-smooth-image.ftc-smooth {
margin-bottom: 0;
margin-top: 20px;
}
.today-deal .deal-slider {
padding: 50px 0 155px;
}
.today-deal.deal-white-h12 .deal-slider {
padding: 50px 0 130px;
}
footer .ftc_newletter_sub .newletter_sub .newletter_sub_input {
max-width: 350px;
margin-left: 5px;
}
.client-tes .testimonial-v3 .owl-dots {
margin: 48px auto 45px;
}
}
@media (max-width: 736px) {
.our-newletter .mc4wp-form-fields .sub .email {
width: 330px;
}
.insragram-bot .ftc-instagram-widget .item img {
height: 147px;
}
.text-insta {
transform: translate(13px, -34px);
}
.text-insta h4 {
font-size: 11px;
line-height: 11px;
}
.text-insta p {
font-size: 8px;
line-height: 14px;
}
.ftc-product-time-deal .ftc-product.product:hover .meta_info {
top: 5px;
}
.header-content > .container {
width: 100%;
}
.today-deal .ftc-product-time-deal .ftc-product .item-description {
max-width: 265px !important;
float: left;
}
}
@media only screen and (max-width: 684px) {
.ftc-product-tabs-grid.style_2 .product .item-description .meta_info .add-to-cart,
.ftc-product-tabs-grid.style_2 .product .item-description .meta_info .add-to-cart a{
width: 110px;
}
.ftc-product-tabs-grid.style_2 .product .item-description .meta_info .add-to-cart span,
.ftc-product-tabs-grid.style_2 .product .item-description .meta_info .add-to-cart a.added_to_cart{
font-size: 15px;
}
.text2_home22 p {
max-width: 300px;
font-size: 14px;
}
.summer_special .wpb_column.vc_col-sm-9 {
margin-top: -400px;
}
div.products-home20 .ftc-product:hover .images .group-button-product {
bottom: auto;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
top: 50%;
}
div.products-home20 .product .images .group-button-product > div:first-child {
margin-top: 0;
}
body.wpb-js-composer .tab-home21 .vc_general.vc_tta-tabs .vc_tta-tabs-container {
text-align: center;
right: auto;
padding-bottom: 30px;
position: relative;
}
.tab-home21 h2 {
margin-bottom: 25px;
text-align: center;
}
.tab-home21 h2:after {
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
}
.feature-home21>.wpb_column {
width: 50%;
max-width: 100%;
}
.our-newletter .mc4wp-form-fields .sub .email {
width: 260px;
}
.woocommerce .product .item-description .meta_info a.compare,
.ftc-product .item-description .meta_info .yith-wcwl-add-to-wishlist,
.ftc-product .item-description .meta_info a.quickview,
.product-version-3.pro-h14 .item-description .meta_info a.compare,
.product-version-3.pro-h14 .item-description .meta_info .yith-wcwl-add-to-wishlist,
.product-version-3.pro-h14 .item-description .meta_info a.quickview  {
margin-left: 10px;
}
.ftc-product-time-deal .product .item-description .meta_info a.compare,
.ftc-product-time-deal .ftc-product .item-description .meta_info .yith-wcwl-add-to-wishlist, 
.ftc-product-time-deal .ftc-product .item-description .meta_info a.quickview {
margin-left: 15px;
}
.content-collection .price{
right: 15px;
}
.today-deal .ftc-smooth-image.ftc-smooth {
top: 10px;
}
.today-deal .deal-slider {
padding: 50px 0 135px;
}
.static-top > div:nth-child(3), .static-top > div:first-child {
margin-right: 23px !important;
}
.content-milestones .wpb_wrapper {
padding-left: 185px;
}
.content-milestones .ftc-number:nth-child(2):before, .content-milestones .ftc-number:nth-child(3):before, .content-milestones .ftc-number:first-child:before, .content-milestones .ftc-number:last-child:before {
left: 130px;
}
.testi-home12 .ftc-sb-testimonial_v2 .testimonial-content .testi-content-v2 {
padding: 35px 15px 0 15px;
}
.ftc-instagram.columns-4 .item {
margin-bottom: 3px;
}
.contact_info_map .info_contact {
height: auto;
}
.contact_info_map .info_contact .info_column {
width: 50%;
height: 100%;
float: left;
vertical-align: middle;
background-color: #2c2c2c;
}
.contact_info_map .info_contact .info_column ul {
padding-left: 70px;
margin-bottom: 50px !important;
}
.contact_info_map .info_contact .info_column ul:before {
left: 40px;
}
.contact_info_map .info_contact .info_column.phone ul:before {
left: 30px;
}
.contact_info_map .info_contact .info_column:last-child ul {
margin-top: 0;
padding-left: 44%;
}
.contact_info_map .info_contact .info_column.email ul:before {
left: 37%;
}
.contact_info_map .info_contact .info_column:last-child {
width: 100%;
height: 100%;
float: left;
vertical-align: middle;
background-color: #2c2c2c;
}
}
@media (max-width: 667px) {
.header-layout10 .header-content > .container,
.header-layout9 .header-content > .container {
width: auto;
}
.header-content > .container {
width: 650px;
}
}
@media only screen and (max-width: 667px) {
.ftc-instagram.columns-4 .item {
max-width: 270px;
margin-bottom: 30px;
}
.menu-footer {
justify-content: center;
}
.menu-h12 {
flex-wrap: wrap;
}
.our-newletter .mc4wp-form-fields .sub .email {
width: 260px;
}
.insragram-bot .ftc-instagram-widget .item img {
height: 147px;
}
.text-insta {
transform: translate(13px, -31px);
}
.text-insta h4 {
font-size: 10px;
line-height: 11px;
}
.text-insta p {
font-size: 8px;
line-height: 14px;
}
.woocommerce .product .item-description .meta_info a span {
font-size: 0;
}
.woocommerce
.product
.item-description
.meta_info
.add-to-cart
a:first-child:before,
.ftc-meta-widget.item-description
.meta_info
.add-to-cart
a:first-child:before {
margin: 0;
}
.text_row1.vc_col-sm-6,
.text_row2.vc_col-sm-6,
.text_row3.vc_col-sm-6 {
padding-right: 32px !important;
padding-left: 32px !important;
}
}
@media only screen and (min-width: 650px) and (max-width: 820px) { }  @media only screen and (max-width: 640px) {
p.tithome14 {
line-height: 45px !important;
}
.header-layout8 .header-content .container .nav-right {
min-width: auto;
}
body .today-deal .woocommerce  .counter-wrapper
{
display: flex;
}
.pv_shop_description.col-md-9 {
padding: 15px 30px;
}
.prod-cat-show-top-content-button a:after {
top: 8px;
}
.prod-cat-show-top-content-button {
display: block;
position: relative;
padding: 0;
padding-bottom: 5px;
margin-top: 0;
}
.our-newletter .mc4wp-form-fields .sub .email {
width: 100%;
margin-bottom: 30px;
}
.our-newletter .mc4wp-form-fields {
display: inline-block;
width: 100%;
}
.our-newletter .wpb_wrapper > div {
display: inline-block;
float: none;
width: 100%;
}
.insragram-bot .ftc-instagram-widget .item:last-child { }
.insragram-bot .ftc-instagram-widget .item img { height: auto;
}
.text-insta {
transform: translate(13px, -30px);
}
.text-insta h4 {
font-size: 9px;
line-height: 11px;
}
.text-insta p {
font-size: 8px;
line-height: 14px;
}
.content-milestones .wpb_wrapper {
padding-left: 28%;
} .wishlist_table span.ftc-tooltip.button-tooltip {
display: none;
}
.wishlist_table tr td a.button {
width: 40px;
padding: 9px !important;
}
.woocommerce .wishlist_table td.product-add-to-cart a:before {
content: "\f07a";
font-family: FontAwesome;
}
.info-desc > span:last-child:before {
display: none;
}
.info-desc > span:first-child {
margin-right: 0;
}
.mega_main_menu.direction-horizontal
> .menu_holder.sticky_container
> .mmm_fullwidth_container {
background-color: #fff;
}
.mega_main_menu.primary
> .menu_holder.sticky_container
> .menu_inner
> ul
> li
> .item_link
* {
color: #444;
}
.mega_main_menu.primary
> .menu_holder
> .menu_inner
> ul
> li.current-menu-item
> .item_link
*,
.header-layout2
.mega_main_menu.primary
> .menu_holder
> .menu_inner
> ul
> li.current-menu-ancestor
> .item_link
* {
color: #f69e22;
}
.header-layout2
.mega_main_menu.direction-horizontal
> .menu_holder.sticky_container
> .mmm_fullwidth_container {
background-color: transparent;
}
.header-layout2
.mega_main_menu.primary
> .menu_holder
> .menu_inner
> ul
> li
> .item_link
* {
color: #fff;
}
.header-layout2
.mega_main_menu.primary
> .menu_holder
> .menu_inner
> .nav_logo
> .mobile_toggle
> .mobile_button {
color: rgba(255, 255, 255, 0.6);
}
.header-layout2 .ftc-shop-cart .ftc-shoppping-cart {
text-align: center;
}
.header-layout2 .ftc-search-product .ftc_search_ajax input[type="text"] {
border-bottom: 1px solid #e5e5e5;
}
.header-layout2 .ftc_search_ajax input[type="submit"] {
display: block;
}
.woocommerce .before-loop-wrapper {
text-align: center;
height: auto;
padding-left: 0;
} .grid_list_nav{
padding: 15px 10px;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
margin: 0;
padding: 10px 10px;
} .grid_list_nav,
.woocommerce .before-loop-wrapper .woocommerce-result-count,
.woocommerce-page .before-loop-wrapper .woocommerce-result-count,
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering{
text-align: center;
} .woocommerce .before-loop-wrapper .woocommerce-result-count,
.woocommerce-page .before-loop-wrapper .woocommerce-result-count{
display: none !important;
}
#testimonial2 .ftc-sb-testimonial .active .testimonial-content .info {
width: 570px;
}
.header-content > .container {
width: 100%;
}
.nav-right {
text-align: right;
float: right;
}
.today-deal .ftc-product-time-deal .ftc-product .images {
max-width: 230px;
}
.today-deal .ftc-product-time-deal .ftc-product .item-description {
max-width: 243px !important;
}
.today-deal .woocommerce .products .star-rating {
margin: 10px 0 5px;
}
.today-deal .woocommerce .products .short-description {
margin-bottom: 10px;
margin-top: -3px;
}
.today-deal .woocommerce div.product span.price {
margin-bottom: 0;
}
.ftc-product-time-deal .ftc-product.product:hover .meta_info {
top: 0;
}
.content-milestones .wpb_wrapper {
padding-left: 25%;
}
.content-milestones .ftc-number:nth-child(2):before,
.content-milestones .ftc-number:nth-child(3):before,
.content-milestones .ftc-number:first-child:before,
.content-milestones .ftc-number:last-child:before {
left: 15%;
}
.summer_special .wpb_column.vc_col-sm-9 {
width: 97%;
}
.blog-home .blogs .post-info .entry-content {
height: auto !important;
overflow: hidden;
}
.content-collection {
padding: 75px 0 140px 40px;
}
.wedding-collection .wpb_wrapper .ftc-sb-button {
padding-left: 0;
}
.content-collection .price {
display: none;
}
.wedding-collection .wpb_wrapper .ftc-sb-button {
top: 31%;
bottom: auto;
}
.today-deal .ftc-product-time-deal .ftc-product.product {
margin-top: 11%;
}
body.error404 .page-header h2 {
font-size: 42px !important;
}
body.error404 .page-header p {
margin-bottom: 100px;
font-size: 20px !important;
}
}
@media only screen and (max-width: 600px) {
.ftc-sb-blogs.ftc-grid.blog-timeline.right-time.ftc-shortcode-v3 {
margin-bottom: 90px;
}
.admin-bar .ftc-mobile-wrapper {
top: 0;
}
.admin-bar .header-ftc.header-sticky-mobile {
top: 0;
}
.admin-bar .off-canvas-cart-title .title {
margin-top: 0;
}
.cart-canvas .ftc-off-canvas-cart {
z-index: 999999;
}
.dokan-single-store .img-social .social-store {
top: -5px;
}
.about-team .vc_col-sm-3 {
width: 100%;
float: left;
}
.admin-bar .header-sticky.header-sticky-mobile {
top: 0;
z-index: 999;
}
.admin-bar .header-layout1.header-sticky-mobile {
top: 0;
}
.blog-home-v2 .blogs.owl-carousel .owl-dots {
margin-top: 20px;
}
.trending-product {
width: 360px;
height: 300px;
background: #fff;
text-align: center;
padding-top: 50px;
padding-bottom: 60px;
margin-left: 15px;
}
.ftc-products-category .row-tabs {
width: 100%;
margin-bottom: 20px;
}
body:not(.fullwidth-template-padding) .ftc-products-category .row-content {
padding: 0;
}
.ftc-products-category .row-content {
width: 100%;
}
.woocommerce .products.list .product .item-description:after {
display: none;
}
.woocommerce .products.list .product .item-description .meta_info {
display: inline-block;
}
.woocommerce .products.list .product .item-description .quickview {
margin-right: 0;
}
#testimonial2 .ftc-sb-testimonial.owl-carousel .owl-stage-outer {
height: 555px !important;
}
#testimonial2 .ftc-sb-testimonial .active .testimonial-content .info {
width: 450px;
}
.faq:nth-child(3) .vc_toggle_title h4::before,
.faq:nth-child(3) .vc_toggle_active .vc_toggle_title h4:before,
.faq:nth-child(4) .vc_toggle_title h4::before,
.faq:nth-child(4) .vc_toggle_active .vc_toggle_title h4:before {
top: 14px;
}
.text_row1.vc_col-sm-6,
.text_row2.vc_col-sm-6,
.text_row3.vc_col-sm-6 {
padding-right: 15px !important;
padding-left: 15px !important;
}
.ftc-products-category ul.tabs li {
margin: 0px 142px;
}
.ftc-account .dropdown-container {
right: 0px;
left: 0px;
}
.woocommerce .products .product,
.woocommerce-page .products .product,
#right-sidebar section:first-child .product_list_widget li,
.woocommerce.columns-4 .grid.products .product {
max-width: 260px;
} }
@media only screen and (max-width: 568px) {
.insragram-bot .ftc-instagram-widget .item img {
height: 111px;
}
.text-insta {
transform: translate(12px, -27px);
}
.text-insta h4 {
font-size: 8px;
line-height: 11px;
}
.text-insta p {
font-size: 8px;
line-height: 8px;
}
.subscribe_comingsoon .newletter_sub input[type="text"] {
margin-left: 0;
width: 100%;
max-width: 100%;
}
.ftc-products-category ul.tabs li {
margin: 0px 142px;
}
.today-deal .deal-slider .woocommerce .products .product .price span.amount {
font-size: 22px;
}
.counter-wrapper > div .number-wrapper .number {
font-size: 18px;
}
.counter-wrapper > div {
display: inline-block;
padding: 4px 2px 5px;
border-width: 1px;
border-style: solid;
border-radius: 0;
width: 48px;
height: 48px;
overflow: hidden;
line-height: 0;
margin: 0 2px;
margin-bottom: 4px;
text-align: center;
}
.today-deal .ftc-product-time-deal .ftc-product.product {
margin: 50px 0 20px;
padding-bottom: 30px;
}
.today-deal .woocommerce .products .short-description {
margin-bottom: 5px;
}
.today-deal .ftc-product-time-deal .owl-item.active {
padding-left: 20px;
}
.deal-today {
padding-top: 60px !important;
}
.today-deal .deal-slider {
padding: 25px 0 40px;
padding-left: 0 !important;
padding-right: 0 !important;
}
.today-deal.deal-white-h12 .deal-slider {
padding: 15px 0 50px;
}
.today-deal .woocommerce .products .star-rating {
margin: 10px 0 5px;
}
.wedding-collection .wpb_wrapper .ftc-sb-button {
top: 30%;
bottom: auto;
}
.woocommerce .products .product,
.woocommerce-page .products .product,
#right-sidebar section:first-child .product_list_widget li,
.woocommerce.columns-4 .grid.products .product,
.woocommerce.columns-4 .grid.products .product {
max-width: 247px;
}
.today-deal .ftc-product-time-deal .ftc-product .item-description {
max-width: 210px !important;
}
div.product .countdown-meta {
font-size: 10px;
}
.counter-wrapper > div .number-wrapper .number {
font-size: 16px;
}
}
@media only screen and (max-width: 550px) {
#testimonial2 .ftc-sb-testimonial .active .testimonial-content .info {
width: 400px;
}
body.wpb-js-composer.single-product .vc_tta.vc_general .vc_tta-panel-body .woocommerce-Reviews div#comments {
padding-right: 0;
}
.woocommerce-tabs #comments {
width: 100%;
padding-right: 0;
float: none;
}
.woocommerce-tabs #review_form_wrapper {
float: left;
width: 100%;
padding: 0;
padding-top: 15px;
border-left: 0;
border-top: 1px solid #e5e5e5;
}
.woocommerce-tabs .comment-text .star-rating {
margin-left: auto;
}
}
@media only screen and (max-width: 480px) {
.woocommerce .cart-collaterals .cart_totals h2 {
text-align: center;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form > p .button {
left: 47px;
}
.breadcrumb-v6 .ftc-breadcrumb-title h1 {
text-align: center;
font-size: 36px !important;
}
.ftc-breadcrumb.breadcrumb-v6 {
min-height: 220px;
}
.format-video .ftc-video {
height: auto !important;
}
.format-video .ftc-video iframe {
height: auto;
}
.ftc-variation .products.list .rtwpvs-terms-wrapper{
justify-content: center !important;
}
.ftc-variation .woocommerce .products.list .product.variable .item-description .meta_info {
margin: 15px auto 0;
}
.ftc-variation .woocommerce .products.list .product.variable .item-description .star-rating {
margin: 10px auto;
}
.ftc-off-canvas-cart .woocommerce ul.product_list_widget li a {
font-size: 14px;
}
.checkout.woocommerce-checkout > div {
width: 100%;
padding: 15px;
}
div.pp_pic_holder.pp_woocommerce.loaded {
width: 98% !important;
left: 50% !important;
transform: translate(-50%);
}
div.pp_pic_holder.pp_woocommerce.loaded .pp_content_container .pp_content {
width: 100% !important;
}
.elementor-widget-ftc-products-tabs .style_3 .woocommerce-page .products .product, 
.elementor-widget-ftc-products-tabs .style_3 .woocommerce .products .product{
padding: 5px;
}
.product-element-24 .elementor-widget-ftc-products-tabs .style_3 .woocommerce .products .product{
padding: 10px;
}
.style_3 .item-description .meta_info {
left: -5px;
width: calc(100% + 10px);
}
.contact02-rela .square {
left: 30px;
}
body.wpb-js-composer.single-product .vc_tta.vc_general .vc_tta-panel-body {
padding: 20px 15px;
}
body.wpb-js-composer.single-product .accordion-tabs .vc_tta.vc_general .vc_tta-panel-body .woocommerce-Reviews {
padding-left: 0;
text-align: center;
}
body.wpb-js-composer.single-product .woocommerce-tabs.accordion-tabs #review_form_wrapper {
padding: 0;
float: none;
}
body.wpb-js-composer .woocommerce-tabs.accordion-tabs .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-body p {
text-align: center;
padding: 0;
padding-bottom: 0;
}
body.blog article.post-item .post-info .entry-info h3 {
line-height: 30px;
text-align: center;
}
body.blog #main article.post-item .full-content, body.blog article.post-item .date-time,
body.single-post article.post-item .post-info .entry-info h3,
body.single-post article.post-item .post-info .info-category,
body.single-post .share-detail-blog,
.related-posts .blogs .post-info
{
text-align: center;
}
.related-posts .blogs .post-info header .date-time,
.related-posts .blogs .post-info header span {
float: none;
margin: 0 5px;
}
.related-posts .blogs article a.button-readmore {
margin: 0 auto;
}
body.single-post .share-detail-blog {
justify-content: center;
}
body.single-post .social-share-detail-blog ul {
padding-left: 0;
}
body.single-pos .social-share-detail-blog ul li {
margin: 0 5px;
}
.single-post article .post-info .info-category .date-time, 
.single-post article .post-info .info-category .caftc-link, 
.single-post article .post-info .info-category .vcard.author,
.single-post article .post-info .info-category .comment-count
{
float: none;
}
.pp_pic_holder.pp_woocommerce.loaded .pp_content_container {
margin-top: -100px;
}
div.products-home21 .product .item-description .meta_info a span {
letter-spacing: 1px;
}
.pp_pic_holder.pp_woocommerce .owl-carousel .owl-item {
padding: 0 8px;
}
.ftc-sb-blogs.ftc-shortcode-v3.ftc-masonry .col-sm-6,
.ftc-sb-blogs.ftc-shortcode-v3.ftc-masonry .col-sm-4  ,
.ftc-sb-blogs.ftc-shortcode-v3.ftc-grid .col-sm-6,
.ftc-sb-blogs.ftc-shortcode-v3.ftc-grid .col-sm-4 {
width: 100%;
}
.text2_home22 h3 {
font-size: 24px;
}
div.products-home20 .product .images .group-button-product > div,
div.products-home20 .product .images .group-button-product > a,
div.products-home20 .product .images .group-button-product > div a  {
width: 35px;
height: 35px;
}
div.products-home20 .product .images .group-button-product .add-to-cart a:before {
line-height: 35px; 
}
div.products-home20 .images .group-button-product i,
div.products-home20 .product .images .group-button-product > div.add-to-cart a.added_to_cart.wc-forward:after {
font-size: 13px !important;
line-height: 35px;
}
div.products-home20 .product .images .group-button-product > div a:first-child:before{
font-size: 13px;
}
.summer_special_h20 .trending-product .wpb_wrapper h1 {
width: 350px;
font-size: 34px;
line-height: 45px;
height: auto;
}
.text-home22 .wpb_single_image {
position: relative;
left: auto;
text-align: center;
margin-top: 50px;
}
.text2_home22 p {
max-width: 180px;
color: #333;
text-align: justify;
line-height: 24px;
}
.text2_home22 .ftc-sb-button a.ftc-button {
font-size: 16px;
min-width: 120px;
line-height: 35px;
width: auto;
}
.vc_row.text2_home22 >.wpb_column {
background-position: 70% !important;
padding: 20px 0;
}
.text-home22>.wpb_column > * {
padding: 70px 5px;
}
.columns-4 div.products-home22 .products .product {
width: 50%; padding: 0 10px;
}
.hotpot_h22 .hot1_h22 .hot1 .hotspot-content {
left: auto;
right: -55px;
top: 10px;
}
.hotpot_h22 .hot3_h22 .hot1 .hotspot-content.hotspot-dropdown-right {
left: 50px;
right: auto;
}
.hotpot_h22 .hot3_h22 .hot1 .hotspot-content.hotspot-dropdown-right:before {
left: -8px;
right: auto;
}
.hotpot_h22 .hot1_h22 .hot1 .hotspot-content.hotspot-dropdown-left:before {
right: 55px;
left: auto;
top: -5px;
}
.header-layout7 .header-content a.ftc-cart-tini.cart-item-canvas .cart-total,
.header-layout8 .header-content a.ftc-cart-tini.cart-item-canvas .cart-total  {
position: absolute;
top: 0px;
right: 0;
}
.header-layout7 .header-content .container div.mobile-button,
.header-layout8 .header-content .container div.mobile-button {
min-width: 40px;
}
div.products-home20 .ftc-product:hover .images .group-button-product {
right: 10px; width: 35px;
}
div.products-home20 .product .item-description {
text-align: center;
}
.text-colection-20 .vc_col-sm-3 {
width: 100%;
}
.text-colection-20>.wpb_column:nth-child(2) {
padding-right: 15px !important;
}
.text-colection-20>.wpb_column:nth-child(3) {
padding-left: 15px !important;
}
.footer-center-h20 .footer_2, .footer-center-h20 .footer_1 {
width: 100%;
}
div.products-home20 .products .product {
width: 50% !important;
padding: 0 10px;
}
.woocommerce div.products-home20 .products .product {
margin-left: auto !important;
margin-right: auto !important;
}
.section-centerh14>.last-footer> .wpb_column {
width: 100%;
}
.home12-category .category-slider .item-description {
flex-flow: row wrap;
}
.home12-category  .ftc-list-category-slider .count-product-category {
text-align: center;
width: 100%;
}
.home12-category .woocommerce .ftc-list-category-slider .product .item-description h3.product_title {
text-align: center;
} .home11-bot.vc_row {
background-position: 61% !important;
}
.dark_layout .ftc-sb-testimonial .active .testimonial-content .info {
padding-left: 15px;
padding-right: 15px;
}
.h10wi ul.product_list_widget {
max-width: 280px;
margin: 0 auto;
}
.h10wi .woocommerce ul.product_list_widget li .item-description h3.product-name {
height: auto;
}
.h10wi .woocommerce ul.product_list_widget li .item-description{
flex: 1;
}
div.products-home21 .ftc-product:hover .images .group-button-product {
right: 10px;
top: 50%;
}
body.wpb-js-composer .tab-home21 .vc_general.vc_tta-tabs .vc_tta-tab > a {
padding: 0;
margin: 0 10px !important;
}
.woocommerce.columns-5 div.products-home21 .products .product {
width: 50%;
padding: 0 10px;
}
.feature-home21>.wpb_column {
width: 100%;
}
.feature-home21>.wpb_column:not(:last-child):after{
display: none;
}
.insta-h21 .ftc-instagram {
flex-flow: row wrap;
justify-content: center;
}
.vc_row.insta-h21 .ftc-instagram .item, .vc_row.insta-h21 .ftc-instagram .item:first-child {
margin: 8px;
width: 45%;
}
body .today-deal .woocommerce  .counter-wrapper
{
display: inline-block;
}
.about-milestone .content-milestones {
margin-bottom: 15px;
}
.h10wi>.wpb_column {
width: 100%;
}
.ftc-sb-blogs.ftc-shortcode-v3.blogv3-s2 .post-wrapper .post-info{
margin-top: 0;
}
.ftc-sb-blogs.ftc-shortcode-v3 .blockquote-meta *{
text-align: center;
}
.ftc-sb-blogs.ftc-shortcode-v3 blockquote.quote-bg{
text-align: justify;
text-align-last: center;
}
.ftc-sb-blogs.ftc-shortcode-v3 blockquote.quote-bg .vcard.author{
text-align: center;
}
.ftc-sb-blogs.ftc-shortcode-v3.blogv3-s3 .post-wrapper .post-info{
margin-left: 0;
}
.ftc-shortcode-v3.blogv3-s5 .post-wrapper .post-img{
max-width: 100%;
}
.ftc-shortcode-v3.blogv3-s5 .post-wrapper .post-img img{
height: auto;
}
.about-milestone.home11-mili{
padding: 42px 0 100px;
}
.text-show-hover{
transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
}
.woocommerce .featured-deals .products .product *{
text-align: center;
}
.woocommerce .featured-deals div.product .countdown-meta{
padding-right: 0;
}
.section-testi .brandh7 {
margin-top: 90px;
}
.section-testi .brandh7 .brands .item{
margin-left: 0;
margin-right: 0;
}
.section-testi .brandh7 .brands{
margin-left: 15px;
}
.section-testi .brandh7  .owl-carousel .owl-item {
padding: 0;
}
.home11-mili .left-banner *{
text-align: center;
}
.h12-wed *{
text-align: center !important;
}
.admin-bar9 .right-9{
display: none;
}
.h17-right-txt *{
text-align: center !important;
}
.single-text-25 .h17-right-txt >.wpb_wrapper:before{
left: 50%;
transform: translateX(-50%);
}
.ftc-sb-blogs .blogs .post-info{
text-align: center;
}
.blog-home .ftc-sb-blogs.ftc-slider .blogs article .post-info header.entry-header .date-time,
.blog-home .ftc-sb-blogs.ftc-slider .blogs article .post-info header.entry-header span.author{
float: none;
}
.sdsfs .mega_dropdown{
top: 0 !important;
}
.last-footer * {
text-align:center !important;
}
footer#colophon .ftc-footer .widget-title:before{
left: 50%;
transform: translateX(-50%);
width: 50px;
}
body .snptwdgt-container[data-cols="2"] .snptwdgt__item,
body .snptwdgt-container[data-cols="2"] .snptwdgt__item-sizer,
body .snptwdgt-container[xcols="2"] .snptwdgt__item,
body .snptwdgt-container[xcols="2"] .snptwdgt__item-sizer {
width: 100%;
}
.testi-home12 .ftc-sb-testimonial_v2 .owl-stage-outer {
margin: 0;
}
.testi-home12
.ftc-sb-testimonial_v2
.testimonial-content
.testi-content-v2
.info {
text-align: justify;
text-align-last: center;
}
.testi-home12 .ftc-sb-testimonial_v2 .testimonial-content .info {
font-size: 16px;
}
.woocommerce.columns-3 .product-not-slide.products-v3 .product {
max-width: 100%;
width: 47%;
}
.woocommerce.columns-3 .product-not-slide.products-v3 .products {
padding: 0 5px;
}
.woocommerce .woocommerce-ordering .orderby > li,
.woocommerce-page .woocommerce-ordering .orderby > li {
z-index: 9998;
}
.shop-insta {
padding: 120px 0;
}
.admin-bar .header-layout14.header-sticky-mobile .header-content .flixer {
margin-top: 0px;
}
.ftc-instagram.columns-4 .item {
max-width: 100%;
margin: 0 15px;
margin-bottom: 30px;
}
.woocommerce.columns-4 .products-v1 .products .product {
max-width: 100%;
width: 47%;
}
.product-h17 .woocommerce.columns-4 .products-v1 .products .product{
width: 50%;
}
.woocommerce.columns-4 .products-v1 .products {
padding: 0 5px;
}
.woocommerce.columns-2
.ftc-product.product-not-slide.products-v2
.products
.product:nth-child(2n + 1) {
flex-wrap: wrap;
}
.woocommerce.columns-2
.ftc-product.product-not-slide.products-v2
.products
.product:nth-child(2n + 1)
> div.images {
flex-basis: 100%;
}
.woocommerce.columns-2
.ftc-product.product-not-slide.products-v2
.products
.product:nth-child(2n + 1)
> div.item-description,
.woocommerce.columns-2
.ftc-product.product-not-slide.products-v2
.products
.product:nth-child(4)
> div.item-description,
.woocommerce.columns-2
.ftc-product.product-not-slide.products-v2
.products
.product:nth-child(8)
> div.item-description {
margin-top: 35px;
}
.woocommerce.columns-2
.ftc-product.product-not-slide.products-v2
.products
.product:nth-child(3)
> div.item-description,
.woocommerce.columns-2
.ftc-product.product-not-slide.products-v2
.products
.product:nth-child(7)
> div.item-description {
margin-top: 0;
}
.woocommerce.columns-2
.ftc-product.product-not-slide.products-v2
.products
.product:nth-child(4)
> div.images,
.woocommerce.columns-2
.ftc-product.product-not-slide.products-v2
.products
.product:nth-child(8)
> div.images {
flex-basis: 100%;
}
.woocommerce.columns-2
.ftc-product.product-not-slide.products-v2
.products
.product:nth-child(2n),
.woocommerce.columns-2
.ftc-product.product-not-slide.products-v2
.products
.product:nth-child(2),
.woocommerce.columns-2
.ftc-product.product-not-slide.products-v2
.products
.product:nth-child(3),
.woocommerce.columns-2
.ftc-product.product-not-slide.products-v2
.products
.product:nth-child(6),
.woocommerce.columns-2
.ftc-product.product-not-slide.products-v2
.products
.product:nth-child(7) {
flex-wrap: wrap;
}
.woocommerce.columns-2
.ftc-product.product-not-slide.products-v2
.products
.product:nth-child(4)
> div.item-description:before,
.woocommerce.columns-2
.ftc-product.product-not-slide.products-v2
.products
.product:nth-child(8)
> div.item-description:before {
right: 0;
}
.woocommerce.columns-2
.ftc-product.product-not-slide.products-v2
.products
.product:nth-child(2n + 1)
> div.item-description:before,
.woocommerce.columns-2
.ftc-product.product-not-slide.products-v2
.products
.product:nth-child(4)
> div.item-description:before,
.woocommerce.columns-2
.ftc-product.product-not-slide.products-v2
.products
.product:nth-child(8)
> div.item-description:before {
left: 0;
}
body .section-imgh14 .vc_row .wpb_column:nth-child(1) {
margin-bottom: 15px !important;
background-position: center right !important;
}
body .section-imgh14 .vc_row .wpb_column:nth-child(2) {
padding-left: 30px !important;
background-position: center!important;
}
.row-imgh14 > .wpb_column:nth-child(1) p{
text-align: right !important;
}
.section-testi14 {
margin-bottom: 60px !important;
}
.row-img14 .smooth-border-image.ftc-smooth img {
height: 105px !important;
}
.home12-slide .ftc-smooth-image img {
height: 152px;
}
.fresh-look p {
text-align: justify !important;
}
.ring.ring-right:before {
content: "\f0da";
left: auto;
right: -5px;
}
.h12-wed.vc_row > .wpb_column {
padding-left: 15px !important;
}
.h12-wed.vc_row {
padding-top: 42px !important;
padding-bottom: 40px !important;
}
.section-imgh14 .wpb_column:nth-child(1) {
margin-bottom: 15px !important;
padding-top: 110px !important;
}
.row2-h12 .wpb_column:nth-child(1) {
padding-top: 110px !important;
padding-right: 30px !important;
margin-bottom: 13px !important;
background-position: center right !important;
}
body .h12-four.wpb_row{
margin-bottom: 0;
}
.row2-h12 > .wpb_column:nth-child(1) p{
text-align: right !important;
}
.row2-h12 .wpb_column:nth-child(2) {
padding-top: 125px !important;
padding-left: 30px !important;
background-position: center !important;
}
.header-layout10 .left-9 ul li:first-child {
padding-top: 0;
}
.header-layout10 .left-9 ul li:last-child {
padding-bottom: 25px;
}
.header-layout9 .ftc-account .dropdown-container {
left: 50%;
transform: translateX(-50%);
}
.look21 .hotspot-content,
.look22 .hotspot-content {
left: -100px;
top: 25px;
}
.look23 .hotspot-content {
left: -30px;
top: 25px;
}
.look3 .hotspot-content {
right: 0;
top: 25px;
}
.look3 .look32 .hotspot-content {
right: -100px;
}
.woocommerce .products .product {
max-width: 100%;
}
.look1 .hotspot-content {
left: auto;
right: auto;
top: 22px;
}
.product-version-3 .owl-nav > div {
display: none;
}
.product-h14  .product-version-3 .owl-nav > div, .product-h14_2 .product-version-3 .owl-nav > div{
display: block;
background: transparent;
color: #333;
}
.section-testi14 {
background-size: cover !important;
}
.header-layout12 .left-9 ul li:first-child {
padding: 0;
}
.header-layout12 .admin-bar9 > .container .left-9 {
flex: auto;
}
.header-layout9 .left-9 ul,
.header-layout10 .left-9 ul,
.header-layout12 .left-9 ul {
flex-wrap: wrap;
justify-content: center;
flex-direction: column;
width: 100%;
padding: 5px 0;
}
.header-layout9 .left-9 ul li,
.header-layout10 .left-9 ul li,
.header-layout12 .left-9 ul li {
border: 0 !important;
padding: 2px 0;
}
.ftc-sb-testimonial_v2 .owl-nav > div {
display: none;
}
.testi-home12 .ftc-sb-testimonial_v2.owl-carousel .owl-item.active {
padding-right: 0;
margin-left: 0;
padding-left: 0;
}
.testi-home12.testi-home14 .ftc-sb-testimonial_v2.owl-carousel .owl-item.active {
margin-left: 0;
}
.testi-home12 .ftc-sb-testimonial_v2 .testimonial-content .testi-content-v2 {
padding: 45px 0 0;
}
.testi-home12 .ftc-sb-testimonial_v2 {
padding-bottom: 60px;
} section .client-tes .ftc-sb-testimonial .owl-item.active {
margin-left: 15px;
}
.header-layout9 .left-9,
.header-layout10 .admin-bar9 .left-9,
.header-layout12 .admin-bar9 .left-9 {
flex: auto;
text-align: center;
}
.header-layout9 .right-9,
.header-layout10 .right-10,
.header-layout12 .right-10 {
width: 100%;
justify-content: center;
}
.social-header ul {
justify-content: center;
}
.header-layout12 .social-header ul{
justify-content: center;
}
.header-layout9 .admin-bar9 > .container,
.header-layout10 .admin-bar9 > .container,
.header-layout12 .admin-bar9 > .container {
flex-wrap: wrap;
}
.header-sticky-mobile.header-layout9 .admin-bar9 {
display: none;
}
.color-map .wpb_wrapper > p {
margin-left: 48px;
}
.row-bottom-v2 .ftc-footer .copy-com {
text-align: center !important;
}
.imgr {
float: none;
}
.section-foottop.vc_section.vc_section-has-fill {
padding-top: 0 !important;
}
body .color-map.vc_row {
margin-bottom: 0 !important;
}
.blog-v3 .blogs article .post-info {
width: 100%;
}
.blog-v3 .blogs article .post-img {
width: 100%;
padding-right: 0;
}
.blog-v3 .blogs article {
flex-wrap: wrap;
}
.top-barr {
display: none;
}
.mail-v2.wpb_column {
margin-bottom: 20px !important;
}
.footer-middle-v2 .mc4wp-form-fields .sub {
max-width: 100%;
display: block;
}
.footer-middle-v2 .mc4wp-form-fields .sub input[type="submit"] {
padding: 13px 12px;
}
.footer-middle-v2 .mc4wp-form-fields .sub .button-sub {
padding-right: 0;
max-width: 120px;
margin: 0 auto;
}
.footer-middle-v2 .mc4wp-form-fields
{
margin: 0 15px;
}
.social-v2 li {
margin: 0 3px;
}
.section-testi .brands .item {
margin-left: 50px;
margin-right: 10px;
}
.ftc-sb-testimonial_v2 {
max-height: 370px;
}
.dots-count .owl-dots {
width: 100%;
}
.section-feature .product-version-2 .owl-dots .owl-dot {
display: none;
}
.section-feature .product-version-2 .owl-dots .owl-dot:nth-child(1),
.section-feature .product-version-2 .owl-dots .owl-dot:nth-child(2),
.section-feature .product-version-2 .owl-dots .owl-dot:nth-child(3) {
display: inline-block;
}
.featured-deals .counter-wrapper > div {
width: 47%;
}
.featured-deals .counter-wrapper > div .number-wrapper {
margin-left: auto;
margin-right: auto;
}
.woocommerce .featured-deals .product .item-description {
padding-right: 0;
}
.woocommerce .featured-deals .header-title {
padding-right: 46px;
}
.woocommerce .product-version-2 .products .product {
max-width: 270px;
float: none;
}
.product-banner .product-version-2 .owl-dots {
width: calc(100% - 30px);
}
.h7-freeship {
margin-bottom: 30px;
}
.ftc-sb-testimonial .active .testimonial-content .info {
padding: 120px 25px 23px;
}
.today-deal .deal-slider .woocommerce {
margin-left: 0;
}
.dokan-single-store .img-social .social-store {
top: 30%;
display: none;
}
.content-collection {
padding: 75px 10px 140px 10px;
}
.dokan-seller-listing .dokan-seller-search-form input#search {
width: 100%;
}
.contact_info_map .info_contact .info_column.phone ul:before,
.contact_info_map .info_contact .info_column ul:before,
.contact_info_map .info_contact .info_column.email ul:before {
left: 75px;
}
.contact_info_map .info_contact .info_column ul,
.contact_info_map .info_contact .info_column:last-child ul {
padding-left: 120px;
margin-bottom: 50px !important;
}
.contact_info_map .info_contact .info_column {
width: 100% !important;
}
.contact_info_map .info_contact .info_column.phone ul {
margin-top: 0;
}
.woocommerce .list .item-description .meta_info {
bottom: 0;
top: auto;
padding-left: 0;
left: 0;
transform: translateX(0%);
width: auto;
display: block;
width: auto;
}
.content-milestones .ftc-number:nth-child(2):before,
.content-milestones .ftc-number:nth-child(3):before,
.content-milestones .ftc-number:first-child:before,
.content-milestones .ftc-number:last-child:before {
margin-top: 22px;
}
.header-content .container div.mobile-button {
width: auto !important;
float: left;
text-align: left;
}
.ftc-shop-cart .ftc-shoppping-cart {
right: 0;
}
.header-content .container div.logo-wrapper {
text-align: center;
width: auto !important;
transform: none;
left: 0;
margin: 0;
position: relative;
z-index: 3;
display: inline-block;
float: none;
}
.footer-top .insragram-bot.wpb_row {
padding-top: 40px;
padding-bottom: 40px;
}
.our-newletter .mc4wp-form-fields .sub .email {
margin: 15px auto;
width: 380px;
}
.our-newletter .mc4wp-form-fields p.title label {
margin: 0;
}
.our-newletter .mc4wp-form-fields .sub {
display: inline-block;
width: 100%;
}
.our-newletter .mc4wp-form-fields .sub .submit {
margin-left: auto;
margin-right: auto;
float: none;
}
.insragram-bot .ftc-instagram-widget .item img {
height: 92px;
}
.insragram-bot .wpb_column{
padding: 0 !important;
}
.text-insta {
left: 50%;
transform: translateX(-50%);
top: 85px;
}
.text-insta h4 {
font-size: 15px;
line-height: 20px;
}
.text-insta p {
font-size: 12px;
line-height: 15px;
}
.woocommerce .quantity .qty {
height: 30px;
width: 30px;
margin-top: 0;
}
.content-milestones .ftc-number span.note {
color: #fff;
}
.today-deal:not(.deal-white-h12) {
background: #f1f1f1;
background-image: none !important;
}
.woocommerce ul.product_list_widget li a.ftc-widget-image,
.woocommerce ul.product_list_widget li .item-description {
max-width: 125px;
}
.ring:before {
font-size: 16px;
left: -5px;
}
.sun {
display: none !important;
}
.ftc-sb-testimonial .active.center .testimonial-content .info {
z-index: -1;
border: 1px solid #ebebeb;
text-align: justify;
}
.connect-social {
text-align: center;
}
h1.title-coming > span {
font-weight: 500 !important;
font-size: 40px !important;
letter-spacing: 5px !important;
}
.footer-middle .vc_col-sm-3 {
width: 100%;
}
.last-footer .wpb_column .wpb_text_column {
margin-bottom: 10px !important;
}
.last-footer .wpb_column:last-child .wpb_text_column {
margin-bottom: 60px !important;
}
.last-footer .wpb_column:first-child .wpb_text_column {
margin-top: 30px !important;
}
footer .ftc_newletter_sub .newletter_sub .newletter_sub_input {
max-width: 150px;
float: left;
}
footer
.ftc_newletter_sub
.newletter_sub
.button.button-secondary.transparent {
right: 0;
position: relative;
top: 10px;
left: 50%;
margin-left: 35px;
}
.footer-middle .connect-social .vc_col-sm-3 {
width: 100%;
padding-left: 15px !important;
float: right;
}
.info-desc > span:first-child,
.ftc-sb-language,
.header-currency,
.ftc-my-wishlist,
.ftc-sb-account,
.dropdown-button {
display: block;
margin-right: 0;
}
h3.widget-title:before {
left: 0;
right: 0;
bottom: -1px;
}
.static-top {
padding: 0 15px !important;
}
#testimonial2 .ftc-sb-testimonial.owl-carousel .owl-stage-outer {
height: 690px !important;
}
#testimonial2 .ftc-sb-testimonial .active .testimonial-content .info {
width: 240px;
}
#testimonial2
.ftc-sb-testimonial
.active.center
.testimonial-content
.avatar {
margin: 85px auto 0;
}
.today-deal .ftc-product-time-deal .ftc-product .images {
max-width: 100%;
}
.today-deal .ftc-product-time-deal .ftc-product .item-description {
max-width: 100% !important;
height: 203px;
margin: 0;
}
.today-deal .woocommerce .products .star-rating {
margin: 20px 0 10px;
}
.counter-wrapper > div .number-wrapper .number {
font-size: 18px;
}
.left-banner > .wpb_wrapper {
padding: 60px 25px;
}
.ftc-product-time-deal .ftc-product.product:hover .meta_info {
top: 10px;
opacity: 1;
visibility: visible;
}
.today-deal
.ftc-product-time-deal
.ftc-product.product:hover
.item-description {
height: -moz-calc(100% - (20px + 30px));
height: -webkit-calc(100% - (20px + 30px));
height: calc(100% - (20px + 30px));
padding-left: 0;
}
.today-deal .ftc-product-time-deal .ftc-product .item-description {
padding-left: 0;
}
.today-deal .woocommerce .products .short-description {
margin-bottom: 10px;
}
.feature-product .meta-slider .products .owl-dots {
top: -25px;
margin-bottom: 35px;
z-index: 2;
max-width: 140px;
width: 100%;
height: 20px;
overflow: hidden;
text-align: center;
}
.content-milestones .wpb_wrapper {
padding-left: 34%;
}
.summer_special .wpb_column.vc_col-sm-9 {
float: none;
margin-top: 0 !important;
}
.summer_special .wpb_column.vc_col-sm-9 {
width: 100%;
}
.deal-slider .owl-carousel .owl-dots {
top: 0;
}
.wedding-collection .wpb_wrapper .ftc-sb-button {
top: 35%;
margin-left: 20px;
}
.content-collection .below-title h5:last:child {
line-height: 24px;
}
.trending-product {
margin-top: 60px;
margin-bottom: 30px;
margin-left: 0;
}
.vc_row.summer_special.ftc-row-wide {
padding-bottom: 60px;
margin-bottom: 0;
}
.vc_row.summer_special.summer_special_h20{
margin-bottom: 110px;
}
.vc_row.summer_special.ftc-row-wide:before {
bottom: 0;
}
.summer_special .wpb_column.vc_col-sm-9 .ftc-smooth-image.ftc-smooth {
margin-bottom: 0;
}
.static-top > div .wpb_wrapper {
padding-left: 0;
}
.ftc-sb-testimonial .active .testimonial-content .info {
width: 100%;
}
.nav-right > div {
margin-left: 0;
}
.woocommerce .products.list .product .item-description .meta_info {
display: inline-block;
width: auto;
float: none;
text-align: center;
}
.woocommerce .products.list .ftc-product.product .images {
float: none;
margin: 0 auto;
}
.woocommerce .products.list .ftc-product.product .item-description {
width: 100%;
text-align: center;
}
.ftc-variation .products.list .rtwpvs-terms-wrapper{
justify-content: center;
}
.woocommerce
.products.list
.ftc-product.product
.item-description
h3.product-name {
text-align: center;
}
.products.list .short-description.list {
text-align: center;
}
.woocommerce
.products.list
.ftc-product.product
.item-description
.star-rating {
margin: 0px auto 17px;
}
.woocommerce .products.list .product .images {
width: 100% !important;
}
.woocommerce-page.columns-3 .products .product,
.woocommerce.columns-3 .products .product,
.woocommerce-page.columns-4 .products .product,
.woocommerce.columns-4 .products .product {
width: 100%;
}
.woocommerce-page .columns-3 .products .product,
.woocommerce-page .columns-4 .products .product  {
width: 50%;
}
.woocommerce .yit-wcan-container .products {
padding: 0 8px;
}
.woocommerce.list .yit-wcan-container .products {
padding: 0 15px;
}
.woocommerce-page div.products.list .ftc-product.product {
text-align: center;
padding-top: 20px;
}
.woocommerce #content .list div.product div.images {
width: 100% !important;
float: none !important;
padding: 0;
border: 0;
margin-bottom: 20px;
}
.woocommerce .products.list .ftc-product.product .item-description {
padding: 16px 20px 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
padding-left: 0;
}
.upsells .products .product,
.related .products .product,
.woocommerce .upsells .products .product,
.woocommerce .related .products .product {
padding: 0;
margin-bottom: 15px;
text-align: center;
float: none;
}
nav.navigation.post-navigation .nav-links > div {
width: 100%;
float: left;
text-align: left;
}
nav.navigation.post-navigation .nav-links > div.nav-next a {
display: inline-block;
}
.woocommerce div.product form.cart .group_table td:last-child {
width: 130px;
}
.woocommerce div.product form.cart .group_table td {
width: 100%;
display: inline-block;
float: left;
text-align: left;
padding-left: 15px !important;
}
.woocommerce div.product form.cart .group_table td:first-child,
.woocommerce div.product form.cart .group_table td:last-child {
width: 100%;
max-width: 100%;
}
.woocommerce div.product form.cart .group_table td .quantity-title {
width: 100%;
text-align: left;
display: inline-block;
}
.mega_main_menu.responsive-enable
li.multicolumn_dropdown
> .mega_dropdown
> li {
width: 100% !important;
}
.trending-product {
width: 100%;
}
.ftc-list-category-slider .owl-dots {
margin-bottom: 0 !important;
}
.ftc-sb-testimonial .active .testimonial-content .info:before,
.ftc-sb-testimonial .active .testimonial-content .info:after {
display: none !important;
}
.wpb_wrapper p.text-header,
.related.products p.text-header {
height: 55px;
overflow: hidden;
font-size: 15px;
}
.details-img ul.details_thumbnails {
width: 220px;
}
.woocommerce table.wishlist_table thead th span.nobr {
font-size: 13px;
text-transform: capitalize;
font-weight: 500;
}
.woocommerce table.wishlist_table thead th {
border-top: 1px solid;
padding: 16px 0px;
}
.woocommerce table.shop_table td {
border-right: 1px solid #e5e5e5;
text-align: center;
margin: 0 auto;
}
.ftc_newletter_sub .newletter_sub {
margin: 5px 0 30px 0;
}
.footer-middle .connect-social .our-newletter h4.widget-title {
padding-top: 35px !important;
margin-bottom: 15px;
}
.ftc-sb-testimonial.owl-carousel .owl-stage-outer {
height: 400px !important;
}
.blog-home-v2 .blogs.owl-carousel .owl-dots {
margin-top: 30px;
margin-bottom: 35px;
}
body .woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product> div.item-description:before{
left: 50% !important;
transform: translateX(-50%);
}
.woocommerce .product-not-slide.products-v2 .products .star-rating{
margin-left: auto !important;
margin-right: auto !important;
}
.woocommerce .product-not-slide.products-v2 .product .item-description .meta_info{
justify-content: center !important;
}
body .woocommerce.columns-2 .ftc-product.product-not-slide.products-v2 .products .product div.item-description{
text-align: center !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
.fresh-look p{
text-align: center !important;
}
.bo-look:before{
width: 0;
}
.btn-fresh{
justify-content: center;
text-align: left;
}
.vc_section.section-centerh14{
background-size: cover !important;
}
.section-centerh14 .widget .tagcloud a:nth-child(1),
.section-centerh14 .widget .tagcloud a:nth-child(2),
.section-centerh14 .widget .tagcloud a:nth-child(3),
.section-centerh14 .widget .tagcloud a:nth-child(4),
.section-centerh14 .widget .tagcloud a:nth-child(5){
float: none;
}
.section-centerh14 .last-footer .wpb_column:last-child .wpb_text_column{
margin-bottom: 33px !important;
}
.ftc-sb-blogs .post-info *,
.blog-home .blogs .post-info{
text-align: center !important;
}
.tab-blog-v3 {
justify-content: center;
}
.header-ftc.header-layout4 .header-content{
overflow: hidden;
}
.blogs article h3.product_title, .list-posts .post-info .entry-title{
height: auto;
}
.blog-home .blogs .post-info,
.blog-home .blogs .post-info header.entry-header{
display: block;
}
.ftc-sb-testimonial .active.center .testimonial-content .info{
text-align-last: center;
}
.woocommerce .featured-deals .header-title{
padding-left: 15px;
text-align: center;
}
.woocommerce .featured-deals .product .item-description .star-rating{
margin-right: auto;
float: none;
}
.ftc-product-time-deal.featured-deals .ftc-product.product .meta_info >div{
left: 0;
right: 0;
}
.blog-v3 .tab-blog{
align-items: center;
}
.ftc-list-category-slider .owl-carousel .owl-item img{
max-height: 100%;   
}
.owl-carousel .owl-item img{
max-height: 100%;
}
.post-info .tab-blog{
justify-content: center !important;
}
.header-layout5 .logo-wrapper{
margin-right: 55px;
}
.today-deal .ftc-product-time-deal .ftc-product .item-description{
text-align: center;
}
.today-deal .woocommerce .products .star-rating{
margin-left: auto;
margin-right: auto;
float: none;
width: 70px;
}
.today-deal .woocommerce .products h3.product-name{
margin-bottom: 10px;
font-weight: 500;
}
.woocommerce .version3-deals .product .item-description .meta_info > div{
float: none;
}
.today-deal .ftc-product-time-deal.version3-deals .ftc-product.product.item-description{
height: -moz-calc(100% - (20px + 30px));
height: -webkit-calc(100% - (20px + 30px)); 
height: calc(100% - (20px + 30px)); 
padding-left: 0;
}
.ftc-product-time-deal:not(.version3-deals) .ftc-product.product:hover .meta_info{
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
}
.today-deal .ftc-product-time-deal .product .item-description .meta_info > div,
.today-deal .ftc-product-time-deal .product .item-description .meta_info > a{
float: none;
display: inline-block;
vertical-align: middle;
}
.today-deal .ftc-product-time-deal .product .item-description .meta_info > a.compare{
display: none;
}
.today-deal .ftc-product-time-deal.version3-deals .ftc-product .item-description{
height: auto;
}
.today-deal .ftc-product-time-deal .ftc-product .item-description{
height: 215px;
}
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
.woocommerce .ftc-sidebar .product-filter-by-color ul li {
width: 50%;
}
}
@media only screen and (max-width: 420px) {
.ftc-search-product .ftc-search .ajax-search-content {
max-width: 270px;
left: auto;
right: auto;
margin-left: -100px;
}
.ftc-search-product form .ftc_search_ajax .ftc-enable-ajax-search ul {
left: auto;
right: auto;
margin-left: -91px;
}
.ftc_search_ajax.loading:after {
margin-left: 150px;
}
.ftc-search-product .ftc-enable-ajax-search .eror-search {
left: 0;
right: auto;
margin-left: -91px;
}
.our-newletter .wpb_wrapper > div {
display: inline-block;
float: none;
width: 100%;
}
.our-newletter .mc4wp-form-fields .sub .email {
width: 100%;
margin-bottom: 30px;
text-align: center;
}
.insragram-bot .ftc-instagram-widget .item img {
height: 78px;
} body.error404 .page-header h1 {
font-size: 160px !important;
}
body.error404 .page-header h2 {
font-size: 29px !important;
}
body.error404 .page-header p {
margin-bottom: 100px;
margin-top: 20px;
font-size: 18px !important;
}
#ftc-ajax-search-result {
left: 26px !important;
width: 250px !important;
}
.ftc-product .conditions-box {
display: none;
}
div.product .social-sharing li {
margin-bottom: 3px;
}
.vc_toggle_title h4::before,
.vc_toggle_active .vc_toggle_title h4:before {
top: 14px;
}
.ftc-products-category ul.tabs li {
margin: 0px 48px;
}
.ftc-account .dropdown-container {
right: 0px;
left: 0px;
}
.header-content > .container {
text-align: center;
}
.static-top > div,
.home .static-top > div {
border: 1px dashed #a07936;
max-width: 100%;
width: 100%;
margin: 0 auto !important;
text-align: center;
margin-bottom: 30px !important;
} body .static-top.h12-four > div {
margin: 30px auto !important;
}
.about-milestone .content-milestones div.ftc-number:first-child {
margin-top: 60px;
}
.content-collection h2 {
font-size: 30px;
margin-bottom: 15px;
margin-top: 12px;
line-height: 36px;
letter-spacing: 0.04em;
}
}
@media only screen and (max-width: 384px) {
div.products-home21 .meta-slider {
margin: 0 -5px;
}
div.products-home22 .meta-slider {
margin: 0 5px;
}
.woocommerce.columns-5 div.products-home21 .products .product,.columns-4 div.products-home22 .products .product {
padding: 0 5px;
}
.contact_info_map .info_contact .info_column ul,
.contact_info_map .info_contact .info_column:last-child ul {
padding-left: 100px;
margin-bottom: 50px !important;
}
.contact_info_map .info_contact .info_column.phone ul:before,
.contact_info_map .info_contact .info_column ul:before,
.contact_info_map .info_contact .info_column.email ul:before {
left: 65px;
}
.wedding-collection .wpb_wrapper .ftc-sb-button {
top: 38%;
}
.content-milestones .wpb_wrapper {
padding-left: 30%;
}
.static-top > div .wpb_wrapper {
padding-left: 25px;
}
.static-top.h12-four > div .wpb_wrapper {
padding-left: 0;
}
.text-insta {
transform: translate(7px, -16px);
}
.text-insta h4 {
font-size: 5px;
}
.text-insta p {
line-height: 7px;
font-size: 4px;
}
.insragram-bot .ftc-instagram-widget .item img {
height: 72px;
}
.woocommerce table.wishlist_table tbody td,
.woocommerce table.wishlist_table thead th {
font-size: 12px;
}
.woocommerce table.wishlist_table .product-price .amount {
font-size: 14px;
}
body.wpb-js-composer
.vc_general.vc_tta-tabs
.vc_tta-tabs-container
.vc_tta-tabs-list:before,
body.wpb-js-composer
.vc_general.vc_tta-tabs
.vc_tta-tabs-container
.vc_tta-tabs-list:after,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-container:before {
display: none;
}
.woocommerce.columns-4 .products .product .images .compare {
margin-right: 0;
}
.service_row1 .text_service,
.service_row2 .text_service,
.service_row3 .text_service {
padding: 20px 0px 25px 30px;
}
.ftc-products-category ul.tabs li {
margin: 0px 33px;
}
.ftc-account .dropdown-container {
right: 0px;
left: -15px;
}
.content-collection .below-title h5 {
line-height: 24px;
}
.footer-middle .vc_col-sm-3 {
width: 100%;
}
body .subscribe_comingsoon .newletter_sub_input .button.button-secondary {
right: -25%;
}
}
@media only screen and (max-width: 375px) {
.woocommerce form.checkout table.shop_table tbody tr.cart_item > td {
min-width: 300px;
}
.contact02-rela .square {
left: 10px;
}
.s512 .ab03-progress .mont{
font-size: 40px;
}
.h11-testi .ftc-sb-testimonial.owl-carousel .owl-stage-outer {
height: 430px !important;
}
.section-imgh14 .wpb_column:nth-child(1) {
padding-top: 94px !important;
padding-bottom: 96px !important;
}
.section-imgh14 .wpb_column:nth-child(2) {
padding-top: 110px !important;
}
.home11-bot.vc_row {
padding-top: 65px !important;
padding-bottom: 72px !important;
}
.look1 .hotspot-content {
left: -55px;
}
.look1 .look13 .hotspot-content {
left: -30px;
}
.ftc-cookies-popup {
left: 4px;
}
.color-map .wpb_wrapper > p {
margin-left: 36px;
}
.text-insta {
transform: translate(5px, -16px);
}
.text-insta p {
line-height: 8px;
}
.insragram-bot .ftc-instagram-widget .item img {
height: 70px;
}
.text-insta h4 {
font-size: 5px;
}
.ftc-products-category ul.tabs li {
margin: 0px 29px;
}
.content-milestones .wpb_wrapper {
padding-left: 30%;
}
.content-milestones .ftc-number:nth-child(2):before,
.content-milestones .ftc-number:nth-child(3):before,
.content-milestones .ftc-number:first-child:before,
.content-milestones .ftc-number:last-child:before {
left: 13%;
}
}
@media only screen and (max-width: 359px) {
.woocommerce table.wishlist_table .product-price .amount {
font-size: 11px;
}
.woocommerce table.wishlist_table td.product-name {
padding: 16px 0;
}
.woocommerce table.wishlist_table tbody td,
.woocommerce table.wishlist_table thead th {
padding: 16px 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
margin-bottom: 10px;
}
}
@media only screen and (max-width: 330px) {
.text-insta p {
font-size: 3px;
line-height: 7px;
}
.insragram-bot .ftc-instagram-widget .item img {
height: 58px;
}
.text-insta h4 {
font-size: 5px;
}
.text-insta {
transform: translate(1px, -14px);
}
.our-newletter .mc4wp-form-fields .sub .email {
width: 260px;
}
.wpb_wrapper p.text-header {
height: 55px;
overflow: hidden;
font-size: 15px;
}
.related.products p.text-header {
height: 55px;
overflow: hidden;
font-size: 14px;
}
.client-tes .owl-dots {
margin: 33px auto 45px -45px;
}
.ftc_newletter_sub .newletter_sub input[type="text"] {
width: 270px;
}
footer
.ftc_newletter_sub
.newletter_sub
.button.button-secondary.transparent {
margin-left: 0;
}
footer .social-icons h4,
footer .social-icons ul {
display: inline-block;
float: none;
}
footer .social-icons h4 {
margin-bottom: 5px !important;
}
footer .social-icons ul {
margin-bottom: 35px !important;
}
body .ftc-footer .widget-title {
margin: 0 0 15px 0;
}
body.error404 .page-header h1 {
font-size: 130px !important;
}
body.error404 .page-header h2 {
font-size: 36px !important;
letter-spacing: 4px;
}
h1.title-coming > span {
letter-spacing: 0px !important;
}
body .subscribe_comingsoon .newletter_sub_input .button.button-secondary {
right: -19%;
}
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab {
display: block;
}
body.wpb-js-composer
.vc_general.vc_tta-tabs.default_no_border
.vc_tta-tabs-container
.vc_tta-tab:before,
body.wpb-js-composer
.vc_general.vc_tta-tabs.default_no_border
.vc_tta-tabs-container
.vc_tta-tab.vc_active:before,
body.wpb-js-composer
.vc_general.vc_tta-tabs.default
.vc_tta-tabs-container
.vc_tta-tab:before,
body.wpb-js-composer
.vc_general.vc_tta-tabs.default
.vc_tta-tabs-container
.vc_tta-tab.vc_active:before {
display: none;
}
.static-top > div .wpb_wrapper {
padding-left: 0px;
}
.ftc-search-product .ftc_search_ajax input[type="text"] { }
.ftc-products-category ul.tabs li {
margin: 0px 2px;
}
.wedding-collection .wpb_wrapper .ftc-sb-button {
top: 43%;
}
.ftc-sb-testimonial .active .testimonial-content .info {
width: 300px;
height: auto;
overflow: hidden;
padding: 120px 35px;
}
.trending-product .wpb_wrapper h1 {
font-size: 30px;
font-family: Montserrat;
margin-top: 10px;
text-transform: uppercase;
display: inline-block;
width: 294px;
overflow: hidden;
background: #fff;
margin-left: -15px;
}
.trending-product > .wpb_wrapper {
position: relative;
border: 3px solid;
width: 270px;
text-align: center;
display: inline-block;
height: 200px;
vertical-align: middle;
border-color: #a07936;
}
.details-img ul.details_thumbnails {
width: 150px;
}
}
@media only screen and (max-width: 768px) {
.header-ftc.header-layout21 .header-content .ftc-shop-cart .ftc-cart-tini .cart-total{
top: 5px;
}
.header-layout24 .header-content .container{
padding: 0 15px;
}
.header-layout24 .header-content .container > div.header-layout18{
float: right;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pp_woocommerce div.product div.images-slider-wrapper {
width: 30% !important;
}
.woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents thead tr {
display: none;
}
aside.ftc-sidebar.product-category-top-content > section{
width: calc(50% - 30px);
}
div#primary.hide-filter .woocommerce-tabs #comments {
width: 100%;
padding-right: 0;
}
div#primary.hide-filter .woocommerce-tabs #review_form_wrapper {
float: left;
width: 100%;
padding: 0;
padding-top: 15px;
border-left: 0;
border-top: 1px solid #e5e5e5;
}
.vc_row.feature-home21 {
flex-flow: row wrap;
}
.feature-home21>.wpb_column {
margin: 15px 0;
max-width: 100%;
width: 50%;
}
.feature-home21>.wpb_column:nth-child(2):after{
display: none;
}
.text-colection-20>.wpb_column:nth-child(3) img {
min-height: 340px;
}
div.slideh13#slide2 {
background-position: 35% !important;
}
div.slideh13#slide3 {
background-position: 78% !important;
}
div.slideh13#slide4 {
background-position: 28% !important;
}
div.slideh13#slide5 {
background-position: 68% !important;
}
div.slideh13#slide6 {
background-position: 27% !important;
}
body .text-p1_21.wpb_column > * {
padding: 55px 0 70px 130px;
}
body .img-left-h21_2 .text-p1_21.wpb_column > * {
min-height: 400px;
padding: 60px 0 100px 70px;
}
.widget .last-footer ul.no-padding.bullet li {
padding: 7px 0;
}
.today-deal .woocommerce .products .star-rating{
margin-top: 10px;
}
.today-deal .deal-slider .woocommerce {
margin-left: 10px;
margin-right: 10px;
}
.content-milestones .ftc-number:nth-child(2):before, .content-milestones .ftc-number:nth-child(3):before, .content-milestones .ftc-number:first-child:before, .content-milestones .ftc-number:last-child:before {
left: 152px;
}
.content-milestones .wpb_wrapper {
padding-left: 230px;
}
.about-milestone {
padding-bottom: 45px;
}
.about-milestone.home11-mili .content-milestones {
padding: 0 !IMPORTANT;
}
.today-deal .ftc-smooth-image.ftc-smooth {
margin-top: -3px;
}
.widget-container.ftc-blogs-widget ul li .blog-image{
flex-basis: 100%;
margin-right: 0;
}
.widget-container.ftc-blogs-widget ul li{
flex-wrap: wrap;
}
.widget-container.ftc-blogs-widget .ftc-widget-post-content {
padding-left: 0;
padding-top: 10px;
}
body .static-top > div:nth-child(2n) {
float: right;
}
.woocommerce .product .item-description .meta_info a span {
font-size: 0;
}
div.products-home21 .product .item-description .meta_info a span {
font-size: 15px;
}
.woocommerce
.product
.item-description
.meta_info
.add-to-cart
a:first-child:before,
.ftc-meta-widget.item-description
.meta_info
.add-to-cart
a:first-child:before {
margin: 0;
} .products.list .short-description.list {
display: inline-block !important;
height: 45px;
overflow: hidden;
margin-bottom: 0;
}
.woocommerce .products .product,
.woocommerce-page .products .product,
#right-sidebar section:first-child .product_list_widget li { }
.woocommerce .products.list .ftc-product.product .item-description {
padding: 15px 30px 5px;
}
.content-milestones .ftc-number span.note {
color: #fff;
}
.widget-container.widget_categories,
.widget-container.widget_price_filter,
.widget-container.widget_layered_nav,
.ftc-product-categories-widget,
.widget-container.widget_text {
padding-left: 10px;
padding-right: 10px;
}
.widget-container.widget_categories .widget-title-wrapper .widget-title,
.widget-container.ftc-blogs-widget .widget-title-wrapper .widget-title,
.widget-container.ftc-recent-comments-widget
.widget-title-wrapper
.widget-title,
.widget-container.widget_tag_cloud .widget-title-wrapper .widget-title,
.ftc-product-categories-widget .widget-title-wrapper h3.widget-title,
.widget-container.widget_text .widget-title-wrapper h3.widget-title,
.blog
#left-sidebar
section.widget-container
.widget-title-wrapper
h3.widget-title {
margin-left: -10.5px;
margin-right: -10.5px;
padding-left: 10px !important;
}
.widget-container.widget_archive,
.widget-container.ftc-blogs-widget,
.widget-container.ftc-recent-comments-widget,
.widget-container.widget_tag_cloud,
.widget-container.widget_calendar,
.widget-container.widget_pages,
.widget-container.widget_meta,
.widget-container.widget_recent_comments,
.widget-container.widget_recent_entries,
.widget-container.widget_rss,
.widget-container.widget_search,
.widget-container.widget_nav_menu {
padding: 0 10px;
}
.widget-container.widget_search{
padding:0;
}
.ftc-sidebar
section.widget-container.widget_archive
.widget-title-wrapper
h3.widget-title,
.ftc-sidebar
section.widget-container.ftc-blogs-widget
.widget-title-wrapper
.widget-title,
.ftc-sidebar
section.widget-container.ftc-recent-comments-widget
.widget-title-wrapper
.widget-title,
.ftc-sidebar
section.widget-container.widget_tag_cloud
.widget-title-wrapper
.widget-title,
.ftc-sidebar
section.widget-container.widget_calendar
.widget-title-wrapper
.widget-title,
.ftc-sidebar
section.widget-container.widget_pages
.widget-title-wrapper
.widget-title,
.ftc-sidebar
section.widget-container.widget_meta
.widget-title-wrapper
.widget-title,
.ftc-sidebar
section.widget-container.widget_recent_comments
.widget-title-wrapper
.widget-title,
.ftc-sidebar
section.widget-container.widget_recent_entries
.widget-title-wrapper
.widget-title,
.ftc-sidebar
section.widget-container.widget_rss
.widget-title-wrapper
.widget-title,
.ftc-sidebar
section.widget-container.widget_search
.widget-title-wrapper
.widget-title,
.ftc-sidebar
section.widget-container.widget_nav_menu
.widget-title-wrapper
.widget-title {
margin-left: -10.5px;
margin-right: -10.5px;
padding-left: 10px !important;
}
.widget-container.widget_categories .widget-title-wrapper .widget-title,
.widget-container.ftc-blogs-widget .widget-title-wrapper .widget-title,
.widget-container.ftc-recent-comments-widget
.widget-title-wrapper
.widget-title,
.widget-container.widget_tag_cloud .widget-title-wrapper .widget-title {
margin-left: -10.5px;
margin-right: -10.5px;
padding-left: 10px !important;
}
section.widget-container .widget-title-wrapper h3.widget-title,
section.widget-container .widget-title-wrapper h3.widget-title ,
div.berocket_single_filter_widget h3.widget-title {
margin-left: -10.5px;
margin-right: -10.5px;
position: relative;
padding-left: 10px !important;
border-bottom: 1px solid #f2f2f2;
}
.archive .woocommerce ul.product_list_widget li {
margin-bottom: 20px;
padding: 0;
}
.archive .woocommerce ul.product_list_widget li .item-description {
margin-top: 5px;
}
.woocommerce .products.list .star-rating,
.woocommerce-page .products.list .star-rating {
margin: 0px 0 20px;
position: relative;
top: 35px;
}
.woocommerce .products.list .product h3.product-name,
.woocommerce-page .products.list .product h3.product-name {
top: -30px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr.cart_item > td.product-name {
min-width: 270px;
}
.footer-center-h20 .ftc-gallery-instagram{
display: inline-block;
padding-bottom: 55px;
}
.product-h17 .woocommerce .ftc-product .products .product{
max-width: 235px;
}
.widget-container.ftc-blogs-widget ul li .blog-image{
flex-basis: 100%;
margin-right: 0;
}
.widget-container.ftc-blogs-widget ul li{
flex-wrap: wrap;
}
.widget-container.ftc-blogs-widget .ftc-widget-post-content {
padding-left: 0;
padding-top: 10px;
}
.product-banner .ftc-smooth-image > img {
height: 312px;
}
.blog-v3 .blogs article {
align-items: flex-start;
}
.ftc-shortcode-v2.blog-v3 .blogs article h3.product_title {
margin-bottom: 0 !important;
margin-top: 0;
}
.ftc-shortcode-v2.blog-v3 .blogs article .entry-content {
margin-bottom: 0;
margin-top: 0;
}
.color-map .wpb_wrapper > p:after {
left: 20px;
}
.color-map .wpb_wrapper > p:before {
left: -5px;
}
.color-map .wpb_wrapper > p {
padding-left: 30px;
margin-right: -10px;
}
.stactic-top .blocktext_middle .text-img h4 {
font-size: 24px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.faq-03row .mont {
font-size: 18px;
}
.thumbnails .owl-carousel .owl-item{
padding: 0 15px;
}
.single-product div#primary:not(.hide-filter) .summary,.single-product div#primary:not(.hide-filter) .collapsed-content,
.single-product div#primary:not(.hide-filter) .full-content p{
text-align: center;
}
.single-product div#primary:not(.hide-filter) div.product .summary .compare {
margin-right: 0;
}
.single-product div#primary:not(.hide-filter) div.product form.cart .button, 
.single-product div#primary:not(.hide-filter) div.product .social-sharing li  {
float: none;
}
.single-product div#primary:not(.hide-filter) div.product form.variations_form.cart .variations .color {
float: none;
display: inline-block;
margin: 4px;
}
body.woo-variation-swatches-stylesheet-enabled.single-product div#primary:not(.hide-filter) .variable-items-wrapper .variable-item:not(.radio-variable-item),
.woo-variation-swatches-stylesheet-enabled.single-product div#primary:not(.hide-filter) .variable-items-wrapper .variable-item:not(.radio-variable-item):last-of-type {
margin: 4px;
}
.single-product.woo-variation-swatches-stylesheet-enabled div#primary:not(.hide-filter)  .variable-items-wrapper
{
justify-content: center;
}
.single-product div#primary:not(.hide-filter) div.product .summary.entry-summary  .quantity{
display: flex;
justify-content: center;
}
.single-product div#primary:not(.hide-filter) div.product div.summary {
display: flex;
justify-content: center;
flex-flow: row wrap;
}
.single-product div#primary:not(.hide-filter) div.product .social-sharing {
display: flex;
justify-content: center;
}
.single-product div#primary:not(.hide-filter) div.product div.summary form.cart .group_table td:first-child {
width: auto;
}
.single-product div#primary:not(.hide-filter) div.product div.summary form.cart .group_table td ,
.single-product div#primary:not(.hide-filter) div.product div.summary form.cart .group_table td:last-child ,
.single-product div#primary:not(.hide-filter) div.product div.summary form.cart .group_table td:first-child{
padding: 15px;
}
.single-product div#primary:not(.hide-filter) div.product div.summary form.cart .group_table td.woocommerce-grouped-product-list-item__label {
flex: 1;
text-align: center;
}
.single-product div#primary:not(.hide-filter) div.product form.cart .group_table td .quantity-title {
margin-bottom: 0;
line-height: 30px;
}
.archive section.widget-container.ftc-items-widget ul.product_list_widget li img, 
.archive section.widget-container.ftc-items-widget ul.product_list_widget li a.ftc-widget-image {
max-width: 90px;
margin-right: 10px;
}
.border-img-h11 > * {
width: 100%;
}
.last-footer .wpb_text_column.wpb_content_element {
margin-bottom: 20px !important;
}
}
@media only screen and (min-width: 700px) and (max-width: 991px) {
.blog-home .blog-home-v2 .blogs .post-info .entry-content p {
max-height: 48px;
overflow: hidden;
}
}
@media only screen and (max-width: 414px) {
.ftc-footer .row-bottom-v2 .copy-com {
font-size: 12px;
}
.footer-middle21 h3 {
margin: 0;
font-size: 22px;
line-height: 30px;
}
.slider-banner-top .banner-center,
.slider-banner-top .banner-right {
width: 100%;
}
.slider-banner-top .banner-center {
margin-bottom: -10px;
}
.blocktab-product > div {
width: 100%;
}
}
@media only screen and (max-width: 991px) {
.woocommerce-tabs .woocommerce-Reviews div#review_form_wrapper,
.woocommerce-tabs .woocommerce-Reviews div#comments {
width: 100%;
padding: 0;
border: none;
}
.woocommerce-cart .woocommerce table.shop_table {
width: 100%;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
margin: 0 20px 0 0;
}
.woocommerce table.shop_table td.product-quantity .quantity {
margin: 0 0 0 auto;
}
.single-post #comments.comments-area .reply{
position: relative;
}
.social-share-blog{
margin-right: 10px;
}
article .readmore-blog-v3 a.button-readmore{
min-width: 100px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
font-size: 18px;
}
body .meta_info a.compare, body .group-button-product  a.compare{
display: none;
}
.footer-middle .vc_col-sm-3, footer#colophon .ftc-footer .last-footer .widget-title,
.last-footer
{
text-align: center;
}
.section-centerh14 .tagcloud {
display: flex;
flex-flow: row wrap;
justify-content: center;
}
.section-centerh14 .widget .tagcloud a {
margin: 0px 5px 10px !important;
}
footer#colophon .ftc-footer .widget-title:before {
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
}
.about-milestone .left-banner, .content-about-store p{
text-align: center;
}
}
@media only screen and (min-width: 767px) {
.instagram-29 .ftc-element-instgram {
margin: 0 -10px;
}
}
@media only screen and (max-width: 767px) {
.vimeo1 {
margin-right: 0;
margin-bottom: 20px;
}
.vimeo3 {
margin-right: 0;
margin-bottom: 20px;
}
.vimeo2 {
margin-left: 0;
}
.vimeo4 {
margin-left: 0;
}
.pp_pic_holder.ftc-size_chart {
margin-top: 100px !important;
}
.ftc-off-canvas-cart .woocommerce.widget_shopping_cart .cart_list li.loading:after {
right: 47%;
}
.widget .latofont ul.no-padding.bullet li{
padding: 5px 0;
}
.header-ftc.header-layout24 .header-content{
padding: 33px 15px;
}
.header-ftc.header-layout24.header-sticky-mobile .header-content{
padding: 15px;
}
div.slideh13 {
padding-top: 100px !important;
padding-bottom: 100px !important;
}
footer#colophon .ftc-footer .last-footer .widget-title{
margin-bottom: 15px;
}
footer#colophon .ftc-footer .last-footer .info-com {
margin-top: 5px;
}
}
@media only screen and (max-width: 480px) {
.pp_pic_holder.ftc-size_chart {
margin-top: -75px !important;
}
.header-layout21 .ftc-cart-tini.cart-item-canvas:before{
margin-right: 15px;
}
.single-portfolio.single-full .thumbnails figure a,
.single-portfolio.single-left .thumbnails figure a {
margin-right: 0;
}
.contact02-img .mont {
font-size: 24px;
}
.single-post #comments ul li .comment-body {
flex-flow: row wrap;
}
.single-post #comments .total-comment {
flex: unset;
}
.single-post #comments ul.children {
margin-left: 50px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
padding: 0;
}
.woocommerce div.product .woocommerce-tabs .panel {
padding: 20px 15px 20px 15px;
}
.product-type-grouped .summary.entry-summary form table tr {
flex-flow: row wrap;
justify-content: center;
}
.woocommerce div.product div.summary form.cart .group_table td.woocommerce-grouped-product-list-item__label ,
.pp_woocommerce div.product div.summary form.cart .group_table td.woocommerce-grouped-product-list-item__label {
flex: none;
padding: 5px 15px 0;
width: 100%;
line-height: 24px;
}
.pp_woocommerce div.product div.summary form.cart .group_table td.woocommerce-grouped-product-list-item__label  label{
margin-bottom: 0;
}
body div.pp_woocommerce.pp_pic_holder .pp_content_container {
padding: 30px 15px !important;
}
.ftc-cookies-popup.popup-display {
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
left: 50%;
}
div#slide3.slideh13 {
background-position: 72% !important;
}
div#slide5.slideh13 {
background-position: 72% !important;
}
.deal-white-h12 .woocommerce .version3-deals .ftc-product {
flex-flow: row wrap;
}
.deal-white-h12 .woocommerce .version3-deals .ftc-product .star-rating {
margin-top: 20px !important;
margin-bottom: 0;
}
.content-collection .price {
display: none;
}
.wedding-collection{
text-align: center;
}
.content-collection .below-title {
margin: 0 auto;
}
.wedding-collection .wpb_wrapper .ftc-sb-button {
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
margin-left: 0;
}
div.slideh13 p {
text-align: center !important;
}
.ftc-footer .connect-social {
padding-top: 17px;
}
.product-version-3 .owl-stage-outer {
margin-left: -1px;
}
.section-testi .ftc-sb-testimonial_v2.owl-carousel .owl-item.active,
.ftc-sb-testimonial_v2.owl-carousel .owl-item,
.related.products .owl-carousel .owl-item ,
.up-sells .owl-carousel .owl-item { 
padding-right: 10px;
padding-left: 10px;
}
.section-testi .ftc-sb-testimonial_v2.owl-carousel .owl-item.active {
margin-left: 15px;
}
.ftc-sb-testimonial_v2.owl-carousel .owl-item{
height: 0;
}
.ftc-sb-testimonial_v2.owl-carousel .owl-item.active{
height: auto;
}
.section-testi .ftc-sb-testimonial_v2 .testimonial-content {
margin-left: 0;
}
.ftc-sb-testimonial_v2 .testimonial-content .testi-content-v2 {
padding: 30px 15px 50px 15px;
text-align: center;
}
.section-testi .ftc-sb-testimonial_v2 .testimonial-content .avatar {
position: relative;
left: 0;
margin-bottom: 20px;
}
.ftc-product-slider .owl-carousel .owl-item {
padding: 0 7px;
}
.woocommerce .product .item-description .meta_info a.compare,
.ftc-product .item-description .meta_info .yith-wcwl-add-to-wishlist,
.ftc-product .item-description .meta_info a.quickview,
.product-version-3.pro-h14 .item-description .meta_info a.compare,
.product-version-3.pro-h14 .item-description .meta_info .yith-wcwl-add-to-wishlist,
.product-version-3.pro-h14 .item-description .meta_info a.quickview {
margin-left: 10px;
}
.ftc-product-time-deal .product .item-description .meta_info a.compare,
.ftc-product-time-deal .ftc-product .item-description .meta_info .yith-wcwl-add-to-wishlist, 
.ftc-product-time-deal .ftc-product .item-description .meta_info a.quickview {
margin-left: 15px;
}
}
@media only screen and (max-width: 384px) {
.pp_pic_holder.pp_woocommerce.loaded .pp_content_container {
margin-top: -75px;
}
div.products-home20 .products .product {
padding: 0 7px;
}
div.products-home20 .product .images .group-button-product > div, div.products-home20 .product .images .group-button-product > a {
margin-top:7px;
}
.woocommerce .product-version-2 .product .item-description .meta_info a {
width: 40px;
}
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
.single-img-h8 > * {
width: 50%;
display: inline-block;
}
.single-img-h8 > *:nth-child(2n+1) .ftc-smooth-image {
text-align: right;
}
.single-img-h8 > *:nth-child(2n) .ftc-smooth-image {
text-align: left;
}
.h12-four{
margin: 0 -15px;
}
.h12-four .feature-box{
width: calc(50% - 30px);
float: left;
}
body .static-top.h12-four > div{
margin: 30px 15px 0 !important;
}
} @media only screen and (max-width: 1024px) and (min-width: 992px){
.archive #primary:not(.hide-filter) .woocommerce.columns-3 .products:not(.columns4):not(.list) .product{
max-width: 320px;
}
.today-deal .ftc-product-time-deal .product .hover_image img{
min-width: 230px;
}
.home12-slide .smooth-border-image.ftc-smooth{
width: 50%;
float: left;
padding: 0 15px;
}
.row-bottom-v2{
padding: 5px 50px !important;
}
.ft-h46{
margin-top: -130px;
}
.ft-h46 .insta-h45 .ftc-instagram ul.slider .owl-nav > div:before{
color: #fff;
}
}
@media only screen and (max-width: 991px) and (min-width: 768px){
.space-h48{
max-height: 50px;
overflow: hidden;
}
.ft-h46{
margin-top: -130px;
}
.ft-h46 .insta-h45 .ftc-instagram ul.slider .owl-nav > div:before{
color: #fff;
}
.pr-h31 .elementor-widget-ftc-products-sliders > .elementor-widget-container{
max-width: 100%;
}
.activee.button-filter-boxed{
margin-left: 0;
}
.ftc-filter-boxed{
width: 30%;
}
.testi-h36 .ftc-element-testimonial{
width: calc(100% - 48px);
margin-left: 0;
}
.cate2-h36 .elementor-column.elementor-col-50:first-child{
width: 25% !important;
}
.cate2-h36 .elementor-column.elementor-col-50:last-child{
width: 75% !important;
}
.row-bottom-v2{
padding: 5px 0 !important;
}
.row-bottom-v2 .wpb_column{
width: 100% !important;
}
.ftc-footer .row-bottom-v2 .copy-com{
text-align: center !important;
}
.row-bottom-v2 img.alignright{
margin-left: 0;
}
.row-bottom-v2 .imgr{
float: none;
margin-top: 0;
margin-bottom: 10px;
}
.footer-bot-23{
padding: 0 50px;
}
.footer-center-h20 .wpb_column:first-child,
.footer-center-h20 .wpb_column:nth-child(2){
width: 100% !important;
}
.cate-home-27 > .elementor-container > .elementor-row > .elementor-column.elementor-col-50{
width: 100% !important;
}
.cate-home-27 > .elementor-container > .elementor-row > .elementor-column.elementor-col-50:first-child{
margin-bottom: 30px;
}
.woocommerce .col-sm-12 .before-loop-wrapper .woocommerce-result-count,
.woocommerce-page .col-sm-12 .before-loop-wrapper .woocommerce-result-count,
.woocommerce .col-sm-9 .before-loop-wrapper .woocommerce-result-count,
.woocommerce-page .col-sm-9 .before-loop-wrapper .woocommerce-result-count{
right: 305px;
}
.ftc-recent-comments-widget .comment-meta > div.avatar{
width: 100%;
margin-bottom: 5px;
}
.woocommerce .vc_tta-panel .products .product{
width: 50%;
}
}
@media only screen and (max-width: 991px){
.home11-mili.about-milestone .left-banner {
padding-left: 0 !important;
padding-right: 0 !important;
}
.last-footer > .wpb_column:last-child .wpb_text_column.wpb_content_element{
margin-bottom: 50px !important;
}
.slideh13{
padding-left: 15px !important;
padding-right: 15px !important;
}
.home11-bot{
background-position: 65% !important;
}
.product-h8 .ftc-product-slider .owl-carousel .owl-item{
padding: 0 10px;
}
.dokan-single-store .woocommerce .products .product{
width: 33.333333%
}
.feature-product .woocommerce .products.owl-carousel{
padding: 0 10px;
}
.feature-product .woocommerce .products.owl-carousel .owl-item
{
padding: 0;
}
.blog-home .ftc-sb-blogs .meta-slider{
margin: 0;
}
.woocommerce .products.owl-carousel.columns4 .ftc-product.product{
width: 33.333333%;
max-width: 33.333333%;
}
.ftc-sb-blogs.ftc-shortcode-v3.ftc-masonry:not(.blog-timeline) .col-sm-6 ,
.ftc-sb-blogs.ftc-shortcode-v3.ftc-masonry:not(.blog-timeline) .col-sm-4,
.ftc-sb-blogs.ftc-shortcode-v3.ftc-grid:not(.blog-timeline) .col-sm-6,
.ftc-sb-blogs.ftc-shortcode-v3.ftc-grid:not(.blog-timeline) .col-sm-4 {
width: 50%;
max-width: 50%;
flex-basis: 50%;
}
}
@media only screen and (max-width: 767px){
.sub2-h50 .mc4wp-form .mc4wp-form-fields .sub {
padding: 0 15px;
}
.sub2-h50 .mc4wp-form .mc4wp-form-fields .sub input[type="submit"] {
margin-right: 15px;
}
.sub2-h50 .mc4wp-form .mc4wp-form-fields .sub input[type="email"]{
margin-right: 0;
max-width: 560px;
}
.ftc-single-product div.single-product-container .entry-summary {
margin-top: 30px;
}
.ftc-single-product div.single-product-container .entry-summary form.cart {
justify-content: center;
}
.ftc-single-product div.single-product-container.images_left .entry-summary {
display: flex;
justify-content: center;
flex-flow: row wrap;
}
.checkout-login-coupon-wrapper .woocommerce-form-login-toggle, 
.checkout-login-coupon-wrapper .woocommerce-form-coupon-toggle {
width: 50%;
display: block;
}
.checkout-login-coupon-wrapper .woocommerce-form-coupon-toggle .woocommerce-info {
margin-left: 0;
}
.pp_woocommerce div.product div.images-slider-wrapper .owl-carousel .owl-item {
padding: 0;
}
body div.pp_woocommerce.pp_pic_holder .pp_content {
width: inherit !important;
}
.woocommerce .pp_woocommerce .ftc-quickshop-wrapper form.cart, 
.single.single-product.woocommerce div.product form.cart {
justify-content: center;
}
.woocommerce .pp_woocommerce div.product form.cart.variations_form .single_variation_wrap .variations_button {
display: flex;
align-items: flex-end;
justify-content: center;
} .off-canvas-cart-title {
padding: 15px 20px;
}
.ftc-off-canvas-cart .shop_table form {
padding-bottom: 205px;
}
.ftc-off-canvas-cart .woocommerce-mini-cart__buttons.buttons .button.wc-forward.checkout {
margin-top: 0;
}
.ftc-off-canvas-cart .woocommerce-mini-cart__buttons.buttons {
padding: 20px 5px;
flex-direction: unset;
justify-content: center;
align-items: center;
}
.ftc-off-canvas-cart .woocommerce-mini-cart__buttons.buttons .button.wc-forward {
margin: 0 auto;
width: calc(50% - 30px);
}
.slideh13 p.mont{
font-size: 40px !important;
}
.slideh13 > .wpb_column > .wpb_wrapper > .wpb_text_column:nth-child(3) p.mont{
font-size: 35px !important;
} 
.woocommerce .vc_tta-panel .products .product{
float: left;
}
.ftc-filter-boxed{
display: none;
overflow: hidden;
}
.ftc-filter-boxed.showw{
display: block;
}
.admin-bar .ftc-filter-boxed{
top: 0;
}
.ftc-sidebar > .widget-container.widget_text h3.widget-title{
border-bottom: 0;
}
.ftc-sidebar > .widget-container.widget_text{
margin-bottom: 20px;
border-bottom: 1px solid #f2f2f2;
}
.ftc-sidebar > .widget-container.widget_text.active{
margin-bottom: 0;
}
}
@media only screen and (max-width: 480px){
.woocommerce .checkout-login-coupon-wrapper .woocommerce-form-coupon .form-row-last .button {
margin-top: 10px;
}
.late-blog-23 {
padding: 0 15px;
}
.ftc-product-tabs .tabs-content-wrapper.style_2 .woocommerce > .products {
padding: 0 15px;
}
.slideh13 p.mont{
font-size: 30px !important;
}
.slideh13 > .wpb_column > .wpb_wrapper > .wpb_text_column:nth-child(3) p.mont{
font-size: 25px !important;
} 
.dokan-single-store .woocommerce .products .product{
width: 50%;
}
.archive .woocommerce .products.list .product-category.product {
width: 50%;
}
.woocommerce .vc_tta-panel .products .product{
width: 50%;
}
.ftc-sb-blogs.ftc-shortcode-v3.ftc-masonry:not(.blog-timeline) .col-sm-6 ,
.ftc-sb-blogs.ftc-shortcode-v3.ftc-masonry:not(.blog-timeline) .col-sm-4,
.ftc-sb-blogs.ftc-shortcode-v3.ftc-grid:not(.blog-timeline) .col-sm-6,
.ftc-sb-blogs.ftc-shortcode-v3.ftc-grid:not(.blog-timeline) .col-sm-4 {
width: 100%;
max-width: 100%;
flex-basis: 100%;
}
.single-product .thumbnails.ftc-slider.vertical .caroufredsel_wrapper{
margin: 5px 0 0 !important;
}
.archive .ftc-breadcrumb {
background-position-x: 60%;
}
.woocommerce .products.owl-carousel.columns4 .ftc-product.product{
width: 50%;
max-width: 50%;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering{
width: auto;
}
.woocommerce .woocommerce-ordering .orderby ul li a, .woocommerce-page .woocommerce-ordering .orderby ul li a{
font-size: 13px;
}
.woocommerce .woocommerce-ordering .orderby,
.woocommerce-page .woocommerce-ordering .orderby{
float: none;
margin: 0 auto;
}
.button-filter-boxed{
margin: 0 0 15px;
}
.woocommerce.columns-4,
.woocommerce.columns-3{
margin: 0px -15px;
} 
}
@media only screen and (max-width: 991px) and (min-width: 641px){
.ft-h36 .elementor-column.elementor-col-33{
width: 33.33333% !important;
padding-bottom: 0;
}
.button-filter-boxed{
margin-left: 0;
}
.product-h17 .woocommerce .ftc-product .products .product,
.product-h18 .woocommerce .ftc-product .products .product{
width: 33.333333%;
}
.product-h18{
padding: 0 10px;
}
.elementor-column.elementor-col-33.ft-h23-top1{
width: 33.333333% !important;
}
.ft-mid-h24 .elementor-col-25.col-list-24{
width: 33.3333333% !important;
}
.ft-mid-h24 .elementor-col-25:not(.col-list-24){
width: 100% !important;
}
.col-list-25{
width: 33.333333% !important;
}
.col-list-25.col-list-25-1{
width: 100% !important;
}
} @media only screen and (min-width: 1025px){
.feature-product.element-home-product .product-template{
padding: 10px 5px;
width: calc(100% + 40px);
left: -20px;
}
.fearture1-h53 .elementor-icon-box-wrapper{
padding-left: 30px;
}
.fearture4-h53 .elementor-icon-box-wrapper{
padding-right: 30px;
}
.fearture2-h53 .elementor-icon-box-wrapper{
max-width: 270px;
margin: 0 auto;
}
.fearture3-h53 .elementor-icon-box-wrapper{
max-width: 300px;
margin: 0 auto;
}
.fearture4-h53 .elementor-widget-wrap{
justify-content: flex-end !important;
}
.fearture4-h53 .elementor-widget-wrap > .elementor-element.elementor-widget-icon-box{
width: max-content;
}
.banner-text-h41{
width: 380px !important;
}
.banner-left-h41{
width: calc(100% - 380px) !important;
}
.nb-sl-h47{
font-size: 100px;
}
.header-layout42 .header-content .navigation-vertical,
.header-layout42 .header-content .nav-right{
width: 300px;
}
.element-home-banner1{
background-position-x: 45%; 
}
.element-home-deal-right{
padding-left: 10px;
}
.wcfmmp-store-page-wrap .body_area{
display: flex;
}
.wcfmmp-store-page-wrap .body_area .lft.left_sidebar{
height: auto !important;
order: 1;
}
.wcfmmp-store-page-wrap .body_area .rgt.right_side{
order: 2;
}
}
@media only screen and (min-width: 992px){
.title2-pr-h50 .elementor-widget-heading,
.title2-pr-h50 .subtitle-h50{
padding-left: 8px;
}
.bn-big-h48{
width: 50% !important;
}
.ft-right-h42{
padding-left: 15px;
}
.ft-left-h42{
padding-right: 15px;
}
.ftc_products_slider.style_10 .product .item-description h3.product_title,
.ftc_products_slider.style_11 .product .item-description h3.product_title,
.ftc_products_slider.style_15 .product .item-description h3.product_title{
font-size: 18px;
}
.ftc-elements-blogs.style_5 .ftc-blogs .inner-wrap > a{
width: calc(50% - 15px);
margin-right: 15px;
}
.ftc-elements-blogs.style_5 .ftc-blogs:nth-child(2n+2) .inner-wrap > a{
margin-right: 0;
margin-left: 15px;
}
.header-layout7 .sticky-wrapper{
height: 132px !important;
}
.header-layout7 .sticky-wrapper.is-sticky{
height: 72px !important;
}
.product-element-27 .products .owl-stage-outer .owl-item{
padding: 0 5px;
}
.button-sidebar{
display: none;
}
.header-layout1 .header-content{
padding: 12px 0;
}
.galerry-cate-25 .elementor-column.elementor-col-33{
width: 33.33333% !important;
}
.element-home-blog,
.feature-product.element-home-product {
padding: 0 !important;
}
.feature-product .ftc-product-slider:not(.product-template) .owl-stage-outer{
padding: 0 3px;
margin: 0 -3px;
}
}
@media only screen and (max-width: 1024px) and (min-width: 992px){
.ftc-header-template .header-content > .container{
display: block;
width: 100%;
}
.ftc-header-template .header-content .container > div{
width: 100%;
float: left;
}
.bn2-h52 .ftc-element-image .button-banner{
margin-top: 15px;
}
.bn2-h52  .ftc-image-content{
padding-bottom: 20px;
}
.product-wg-h50 .ftc_products_slider.style_18 .product .images{
width: 185px !important;
}
.product-wg-h50 .ftc_products_slider.style_18 .product .item-description{
width: calc(100% - 185px) !important;
}
.col1-ft-h50{
width: 27% !important;
padding-right: 25px;
}
.col1-2-ft-h50{
width: 73% !important;
}
.button-ct1-h53{
margin-top: 6px;
}
.ftc-product-tabs-grid.style_2 .woocommerce .product .item-description .meta_info .yith-wcwl-add-to-wishlist a,
.ftc-product-tabs-grid.style_2 .woocommerce .product .item-description .meta_info > a,
.ftc-product-tabs-grid.style_2 .woocommerce .product .item-description .meta_info a i{
width: 30px;
}
.header-layout40 .mega_main_menu.first-lvl-align-center > .menu_holder > .menu_inner > ul{
text-align: center;
padding-right: 0;
}
.header-layout40 .header-content .nav-right{
margin-left: 20px;
}
.bn-pr-h48 .ftc-element-image .ftc-image-content{
width: 55%;
left: 10px !important;
top: 100px !important;
transform: translate(0,0) !important;
}
.tab-h48-left.elementor-col-50{
width: 48% !important;
}
.tab-pr-h48.elementor-col-50{
width: 52% !important;
}
.tab-pr-h48 .ftc-product-tabs.style_7 .tabs-wrapper{
width: max-content;
left: auto;
}
.bn-pr-h48 .ftc-element-image .wp-caption img {
max-height: 562px;
}
.box-text-h45{
margin: 15px 0 !important;
}
.text-sub-h45  > .elementor-widget-container{
padding-bottom: 15px !important;
}
.bn-h45 .ftc-image-content{
max-width: 220px;
}
.bn-h45 .tx2-bn-h45{
font-size: 28px;
}
.cate-big-h45 .ftc-product-categories.style_5 .images-category img{
min-height: 412px;
}
.header-layout39 .mega_main_menu > .menu_holder > .menu_inner > ul > li {
margin-right: 10px;
}
.bn1-h44 .ftc-element-image .wp-caption img{
min-height: 320px;
}
.bn-pr-h44 .ftc-element-image .wp-caption img{
min-height: 350px;
}
.product1-h44 .title-color-h44{
margin: 5px 0 0 !important;
}
.deal-right-h44 > .elementor-element-populated > .elementor-widget-wrap{
width: calc(100% - 40px);
height: calc(100% - 40px);
}
.deal-right-h44  .ftc-countdown-element .items{
padding: 5px 0;
}
.deal-right-h44  .ftc-countdown-element .ftc-number{
font-size: 30px;
}
.deal-right-h44 .elementor-text-editor p{
margin-bottom: 0;
}
.product1-h44 {
padding-left: 0px;
}
.product1-h44 .elementor-widget-ftc-products-sliders {
padding: 0 75px;
}
.navigation-slider .nav-prev.style_3{
left: 15px;
}
.navigation-slider .nav-next.style_3{
right: 15px;
}
.header-layout35{
background-size: 940px 100%;
margin: 0 auto;
}
.img-bn1-h44 {
bottom: -100%;
left: 50px;
}
.bn-big-h42 .ftc-element-image .wp-caption img{
max-width: 600px;
}
.banner-text-h41{
width: 310px !important;
}
.banner-left-h41{
width: calc(100% - 310px) !important;
}
.header-layout34 .header-content > .container{
max-width: 940px;
}
.bn-pr-h39 .elementor-column.elementor-col-50:first-child{
padding-right: 7px;
}
.bn-pr-h39 .elementor-column.elementor-col-50:last-child{
padding-left: 7px;
}
.ftc_products_slider.style_10 .woocommerce .product .images .group-button-product{
top: 50%;
transform: translateY(-50%);
height: 190px;
}
.header-layout42 .header-content{
padding: 0 15px;
}
.header-layout42 .head-nav {
padding: 20px 15px;
}
.header-layout40 .mega_main_menu > .menu_holder > .menu_inner > ul > li {
margin-right: 10px;
} .blog-h48-left .blogs-slider.style_2 .inner-wrap .post-text h4{
font-size: 25px;
}
.header-layout38 .header-content{
padding: 28px 20px;
}
.header-layout38 .header-content .nav-right {
padding-right: 20px;
}
.header-layout38 .header-content .header-nav-menu .container{
padding: 0;
}
.ftc_products_slider.style_14 .woocommerce .product .images .group-button-product{
top: 50%;
transform: translateY(-50%);
}
.header-layout7 .mega_main_menu li.multicolumn_dropdown.columns5 > .mega_dropdown,
.header-content .mega_main_menu li.multicolumn_dropdown.columns5 > .mega_dropdown{
min-width: 985px;
}
.header-layout7 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown,
.header-content .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown{
padding: 10px;
}
.header-layout7 .mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li,
.header-content .mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li{
padding: 0px 10px 10px;
}
.header-layout20 .header-content .mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li,
.header-layout24 .header-content .mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li,
.header-layout28 .header-content .mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li,
.header-layout34 .header-content .mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li,
.header-layout36 .header-content .mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li{
padding: 0px 5px 10px;
}
.header-layout8 .header-content .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown{
padding: 5px;
min-width: 965px;
}
.header-layout28 .header-content .mega_main_menu li.multicolumn_dropdown.columns5 > .mega_dropdown{
min-width: 995px;
}
.header-layout40 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.submenu_full_width > .mega_dropdown {
transform: translateX(-51%);
}
.pr-bn-h37{
padding-left: 10px;
margin: 0 -15px;
}
.bn3-h37{
padding-right: 15px;
}
.bn2-left-text-h37{
padding-top: 20px !important;
}
.bg-testi-h33 {
padding-bottom: 160px;
}
.video-right-h37 .ftc-element-image .wp-caption img{
padding-left: 70px;
}
.pr-h31 .elementor-widget-ftc-products-sliders > .elementor-widget-container{
max-width: 100%;
}
.header-layout14 .is-sticky .header-content .mega_main_menu li.multicolumn_dropdown.columns5 > .mega_dropdown{
transform: translateX(-27%);
}
.header-layout25 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns4 > .mega_dropdown {
transform: translateX(-30%);
}
.header-layout25 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns3:not(.drop_to_left) > .mega_dropdown {
transform: translateX(-40%);
}
.header-layout5 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns4 > .mega_dropdown,
.header-layout6 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns4 > .mega_dropdown,
.header-layout7 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns4 > .mega_dropdown,
.header-layout20 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns4 > .mega_dropdown,
.header-layout21 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns4 > .mega_dropdown,
.header-layout24 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns4 > .mega_dropdown{
left: -100px;
}
.header-layout3 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns4 > .mega_dropdown,
.header-layout4 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns4 > .mega_dropdown,
.header-layout12 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns4 > .mega_dropdown,
.header-layout18 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns4 > .mega_dropdown,
.header-layout19 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns4 > .mega_dropdown,
.header-layout26 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns4 > .mega_dropdown{
left: -150px;
}
.header-layout9 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns4 > .mega_dropdown,
.header-layout13 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns4 > .mega_dropdown,
.header-layout11 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns4 > .mega_dropdown,
.element-header-layout23 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns4 > .mega_dropdown{
left: -170px;
}
.header-layout11 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.submenu_full_width > .mega_dropdown,
.header-layout13 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.submenu_full_width > .mega_dropdown{
left: 38%;
}
.header-layout17 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns4 > .mega_dropdown{
left: -50px;
}
.header-layout32 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown {
left: 0px !important;
top: 35px;
}
.testi-h36 .ftc-element-testimonial{
width: calc(100% - 84px);
margin-left: 0;
}
.header-layout29 .header-content{
padding: 30px 15px;
}
.header-layout29 .header-content .nav-right{
padding-right: 15px;
}
.header-layout29 .header-nav-menu .container{
padding: 0;
}
.header-layout29 .header-nav-menu .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link{
padding-left: 0;
padding-right: 0;
margin-right: 10px;
}
.header-layout29 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.submenu_full_width > .mega_dropdown {
transform: translateX(0%);
min-width: 960px;
}
.header-layout29 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_center > .mega_dropdown{
transform: translateX(-15%);
}
.header-layout29 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_left > .mega_dropdown{
left: -70px;
}
.video-h34 .ftc-element-image .wp-caption img{
max-width: 200px;
}
.galerry-cate-26.galerry-cate-25 > .elementor-container > .elementor-row > .elementor-col-33:first-child > .elementor-element-populated{
margin: 0 14px 0 0  !important;
}
.galerry-cate-26.galerry-cate-25 > .elementor-container > .elementor-row > .elementor-col-33:last-child > .elementor-element-populated{
margin: 0 0 0 14px  !important;
}
.galerry-cate-26.galerry-cate-25 > .elementor-container > .elementor-row > .elementor-col-33:nth-child(2) > .elementor-element-populated{
margin: 0 7px  !important;
}
.galerry-cate-25 .elementor-column.elementor-col-33 > .elementor-element-populated{
margin: 0 10px !important;
}
.text-gl-2-home24.elementor-element.elementor-widget-text-editor{
margin-left: 90px;
}
.footer-center-h20 .ftc-gallery-instagram .images{
padding: 5px;
}
.text-p3_21 > .vc_column-inner >.wpb_wrapper{
padding-left: 30px;
}
.header-layout1 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown,
.header-layout2 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown{
left: 0;
transform: translateX(-30%);
}
.header-layout3 .header-content .mega_main_menu li.multicolumn_dropdown.columns5 > .mega_dropdown,
.header-layout18 .header-content .mega_main_menu li.multicolumn_dropdown.columns5 > .mega_dropdown{
transform: translateX(-28%);
}
.header-layout19 .header-content .mega_main_menu li.multicolumn_dropdown.columns5 > .mega_dropdown{
transform: translateX(-29%);
}
.header-layout26 .header-content .mega_main_menu li.multicolumn_dropdown.columns5 > .mega_dropdown{
transform: translateX(-27%);
}
.header-layout4 .header-content .mega_main_menu li.multicolumn_dropdown.columns5 > .mega_dropdown{
transform: translateX(-30%);
}
.header-layout5 .header-content .mega_main_menu li.multicolumn_dropdown.columns5 > .mega_dropdown{
transform: translateX(-23%);
}
.header-layout21 .header-content .mega_main_menu li.multicolumn_dropdown.columns5 > .mega_dropdown,
.header-layout28 .header-content .mega_main_menu li.multicolumn_dropdown.columns5 > .mega_dropdown{
transform: translateX(-24%);
}
.header-layout40 .header-content .mega_main_menu li.multicolumn_dropdown.columns5 > .mega_dropdown {
transform: translateX(-34%);
}
.header-layout40 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns3 > .mega_dropdown {
transform: translateX(-35%);
}
.header-layout10 .header-content .mega_main_menu li.multicolumn_dropdown.columns5 > .mega_dropdown,
.header-layout27 .header-content .mega_main_menu li.multicolumn_dropdown.columns5 > .mega_dropdown{
left: -20px;
}
.header-layout12 .header-content .mega_main_menu li.multicolumn_dropdown.columns5 > .mega_dropdown{
transform: translateX(-25%);
}
.header-layout33 .header-content .mega_main_menu li.multicolumn_dropdown.columns5 > .mega_dropdown{
transform: translateX(-9%);
}
.header-layout33 .is-sticky .header-content .mega_main_menu li.multicolumn_dropdown.columns5 > .mega_dropdown{
transform: translateX(-4%);
}
.header-layout20 .header-content .mega_main_menu li.multicolumn_dropdown.columns5 > .mega_dropdown{
transform: translateX(-18%);
min-width: 995px;
}
.header-layout34 .header-content .mega_main_menu li.multicolumn_dropdown.columns5 > .mega_dropdown{
transform: translateX(-23%);
min-width: 995px;
}
.header-layout36 .header-content .mega_main_menu li.multicolumn_dropdown.columns5 > .mega_dropdown{
transform: translateX(-26%);
min-width: 995px;
}
.header-layout37 .header-content .mega_main_menu li.multicolumn_dropdown.columns5 > .mega_dropdown {
transform: translateX(-25%);
min-width: 985px;
}
.header-layout31 .header-content .mega_main_menu li.multicolumn_dropdown.columns5 > .mega_dropdown{
transform: translateX(-16%);
}
.header-layout43 .header-content .mega_main_menu li.multicolumn_dropdown.columns5 > .mega_dropdown{
transform: translateX(-19%);
}
.header-layout41 .header-content .mega_main_menu li.multicolumn_dropdown.columns5 > .mega_dropdown{
transform: translateX(-26%);
}
.header-layout42 .header-content .mega_main_menu li.multicolumn_dropdown.columns5 > .mega_dropdown {
transform: translateX(-32%);
}
.header-layout43 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.submenu_full_width > .mega_dropdown{
transform: translateX(-40%);
}
.header-layout25 .header-content .mega_main_menu li.multicolumn_dropdown.columns5 > .mega_dropdown {
transform: translateX(-36%);
}
.header-layout22 .header-content .mega_main_menu li.multicolumn_dropdown.columns5 > .mega_dropdown,
.header-layout22 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.submenu_full_width > .mega_dropdown{
left: -15px;
}
.header-layout14 .header-content .mega_main_menu li.multicolumn_dropdown.columns5 > .mega_dropdown{
min-width: 990px;
left: -40px;
}
.is-sticky .element-header-layout23 .header-content .mega_main_menu li.multicolumn_dropdown.columns5 > .mega_dropdown {
transform: translateX(-4%);
}
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_center > .mega_dropdown{
left: 0;
transform: translateX(-35%);
}
.header-layout8 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.submenu_full_width > .mega_dropdown{
width: 140%;
transform: translateX(0%);
left: 0;
}
.header-layout10 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.submenu_full_width > .mega_dropdown{
transform: translateX(-2%);
}
.header-layout14 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.submenu_full_width > .mega_dropdown{
min-width: 920px;
}
.header-layout14.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.submenu_full_width > .mega_dropdown{
transform: translateX(-42%);
}
.header-layout14.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.columns3.drop_to_right > .mega_dropdown{
transform: translateX(-30%);
}
.header-layout14.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_center > .mega_dropdown{
transform: translateX(-45%);
}
.header-layout14 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_center > .mega_dropdown{
transform: translateX(0);
}
.header-layout18 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.submenu_full_width > .mega_dropdown,
.header-layout19 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.submenu_full_width > .mega_dropdown{
width: 200%;
}
.header-layout4 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.submenu_full_width > .mega_dropdown {
left: 37%;
}
.header-layout19 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.submenu_full_width > .mega_dropdown,
.header-layout25 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.submenu_full_width > .mega_dropdown,
.header-layout31 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.submenu_full_width > .mega_dropdown{
left: 47%;
}
.header-layout21 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.submenu_full_width > .mega_dropdown{
left: 42%;
}
.header-layout24 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.submenu_full_width > .mega_dropdown,
.header-layout34 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.submenu_full_width > .mega_dropdown{
left: 53%;
}
.header-layout20 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.submenu_full_width > .mega_dropdown{
width: 200%;
transform: translateX(-41%);
}
.header-layout3 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.submenu_full_width > .mega_dropdown {
transform: translateX(-44%);
}
.header-layout20 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_left > .mega_dropdown{
right: -100px;
}
.header-layout22 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.submenu_full_width > .mega_dropdown{
width: 200%;
}
.header-layout22 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_center > .mega_dropdown{
transform: translateX(-30%);
}
.element-header-layout23.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.submenu_full_width > .mega_dropdown{
transform: translateX(-31%);
}
.element-header-layout23.header-sticky-mobile .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_left > .mega_dropdown{
right: -100px;
}
.header-layout38 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.submenu_full_width > .mega_dropdown {
transform: translateX(-20%);
}
.header-layout38 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_center > .mega_dropdown {
transform: translateX(-20%);
}
.header-layout39 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.submenu_full_width > .mega_dropdown {
transform: translateX(-40%);
}
.header-layout1 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.submenu_full_width > .mega_dropdown{
width: 180%;
}
.header-layout1 .header-content .container > div.logo-wrapper.is-desktop{
min-width: 100px;
}
.header-layout33 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.submenu_full_width > .mega_dropdown {
transform: translateX(-32%);
min-width: 970px;
}
.header-layout33 .is-sticky .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.submenu_full_width > .mega_dropdown{
transform: translateX(-26%);
}
.header-layout42 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.submenu_full_width > .mega_dropdown{
left: 36%;
}
.header-layout33 .header-content > .container{
max-width: 940px;
}
.element-home-testi .testimonial-content.swiper-slide-next .infomation,
.element-home-testi .testimonial-content.swiper-slide-duplicate-next .infomation{
width: 500px;
}
.element-home-testi .testimonial-content:not(.swiper-slide-next):not(.swiper-slide-duplicate-next){
margin-top: 117px;
padding-left: 100px;
}
.element-home-testi .testimonial-content:not(.swiper-slide-next):not(.swiper-slide-duplicate-next).swiper-slide-active{
padding-right: 100px;
padding-left: 0;
}
.element-home-testi .testimonial-content{
margin-bottom: 70px;
}
.element-home-counter-icon{
width: 24% !important;
}
.element-home-counter-content{
width: 76% !important;
}
.element-home-banner1{
margin-bottom: 30px;
}
.element-home-banner{
padding: 0 35px;
}
.element-home-deal{
padding: 90px 0px 90px 0px !important;
}
.header-layout26 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.submenu_full_width > .mega_dropdown{
min-width: 900px;
}
.video-left-h44{
padding: 0 30px;
}
.img4-h44{
right: -200px;
}
.header-layout38.header-layout39 .header-content .logo-wrapper.is-desktop{
width: 15%;
}
.header-layout38.header-layout39 .header-content .nav-right{
width: 35%;
}
.cate-pr-h45 .ftc-product-categories .images-category{
max-height: 193px;
}
.col-ft-h44 .elementor-text-editor{
text-align: center;
}
.tx-bn1-h46 {
font-size: 60px;
line-height: 60px;
}
.ftc-product-grid.style_6 .product .group-button-product .add-to-cart{
margin-right: 5px;
}
.ftc-product-grid.style_6 .product .group-button-product > a.compare,
.ftc-product-grid.style_6 .product .group-button-product > a.quickview{
margin-left: 5px;
}
.product-template.ftc-product-grid.style_6 .products .product{
padding: 0 10px;
}
.pr-big-h46{
padding: 0 10px;
}
.pr2-h46 .ftc-product-grid.style_5 .product .item-description{
left: 30px;
top: 30px;
}
.pr-hor-h46 .ftc-product-grid.style_5 .product .images{
max-height: 214px;
}
.img-left-pr-h49 .ftc-image-content, .img-right-pr-h49 .ftc-image-content{
padding: 0 10px;
}
.img-left-pr-h49 .ftc-element-image .button-banner .single-image-button{
right: 10px;
}
.ft-bot-h43{
padding: 25px 30px;
}
.header-layout43 .mega_main_menu > .menu_holder > .menu_inner > ul > li {
margin-right: 10px;
}
.header-layout43 .is-sticky .header-content{
padding: 15px 20px;
}
.header-layout1 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_left > .mega_dropdown,
.header-layout24 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_left > .mega_dropdown,
.header-layout28 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_left > .mega_dropdown,
.header-layout41 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_left > .mega_dropdown{
left: auto;
transform: translateX(17%);
}
.header-layout2 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_left > .mega_dropdown,
.header-layout3 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_left > .mega_dropdown,
.header-layout4 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_left > .mega_dropdown,
.header-layout5 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_left > .mega_dropdown,
.header-layout6 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_left > .mega_dropdown,
.header-layout7 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_left > .mega_dropdown,
.header-layout9 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_left > .mega_dropdown,
.header-layout11 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_left > .mega_dropdown,
.header-layout12 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_left > .mega_dropdown,
.header-layout13 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_left > .mega_dropdown,
.header-layout17 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_left > .mega_dropdown,
.header-layout21 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_left > .mega_dropdown,
.element-header-layout23 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_left > .mega_dropdown,
.header-layout25 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_left > .mega_dropdown,
.header-layout30 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_left > .mega_dropdown,
.header-layout42 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_left > .mega_dropdown{
left: auto;
transform: translateX(12%);
}
.header-layout18 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_left > .mega_dropdown,
.header-layout19 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_left > .mega_dropdown{
left: auto;
transform: translateX(18%);
}
.header-layout8 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_left > .mega_dropdown,
.header-layout10 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_left > .mega_dropdown{
left: auto;
}
.header-layout20 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_left > .mega_dropdown,
.header-layout26 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_left > .mega_dropdown{
left: auto;
transform: translateX(25%);
}
.header-layout22 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_left > .mega_dropdown,
.header-layout27 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.drop_to_left > .mega_dropdown{
transform: translateX(-35%);
}
.header-layout38 .mega_main_menu li.multicolumn_dropdown.drop_to_left > .mega_dropdown {
transform: translateX(60%);
}
.header-layout39 .mega_main_menu li.multicolumn_dropdown.drop_to_left > .mega_dropdown {
transform: translateX(40%);
}
.img1-h44{
padding-bottom: 41px;
}
.ftc_products_slider.style_15 .product .group-button-product .add-to-cart{
margin-right: 5px;
}
.ftc_products_slider.style_15 .product .group-button-product > a.compare,
.ftc_products_slider.style_15 .product .group-button-product > a.quickview{
margin-left: 5px;
}
.ftc_products_slider.style_15 .post .add-to-cart.add_to_cart_button a.add_to_cart_button:before{
width: 35px !important;
}
.ftc_products_slider.style_15 .woocommerce .product .images .group-button-product > div,
.ftc_products_slider.style_15 .woocommerce .product .images .group-button-product > div a,
.ftc_products_slider.style_15 .woocommerce .product .images .group-button-product > a,
.ftc_products_slider.style_15 .product .group-button-product a i{
width: 35px;
}
.cate-pr-h45 .ftc-product-categories.style_5 .title,
.cate-pr-h45 .ftc-product-categories.style_5 p.btn-category{
color: #fff;
} .product-template.ftc-product-grid.style_6 .products .product {
width: 25%;
}
.ftc-product-grid.style_6 .product .images .group-button-product{
bottom: 15px;
}
.tx2-left-h47{
padding-right: 30px;
}
.button-sl-h40:before{
top: 23px;
}
.bn-mid1-h52 .ftc-element-image img{
min-height: 286px;
}
.tx-bn-h53{
font-size: 20px;
line-height: 25px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
.element-home-icons .elementor-column-gap-default .elementor-row {
display: inline-block;
}
.element-home-icon {
float: left;
}
} 
@media only screen and (max-width: 1199px){
.ftc-cross-sells, section.up-sells.upsells.products {
margin: 0 auto;
}
.single.single-product .summary .yith-wcwl-add-to-wishlist a {
position: relative;
}
.single.single-product .summary .yith-wcwl-add-to-wishlist, 
.single.single-product.woocommerce div.product.product-type-variable .yith-wcwl-add-to-wishlist{
position: unset;
left: 0;
margin: 0;
}
.inner-footer-middle > .elementor-container > .elementor-row {
display: block;
}
.button-sl-h31:after{
top: 0;
}
.fearture-h53 .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper{
flex-direction: column;
text-align: center;
}
.fearture-h53 .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper .elementor-icon-box-icon{
margin-bottom: 15px;
}
.ft-line-h53:before {
right: 0;
}
.tx-ft-h51 .elementor-text-editor{
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;  
overflow: hidden;
}
.content-ft-h53  .elementor-column.elementor-col-16{
width: 33.33333% !important;
}
.content-ft-h53  .elementor-column.elementor-col-16:first-child{
margin-bottom: 40px;
}
.fearture-h53 .elementor-column{
width: 50% !important;
padding: 25px 0;
}
.fearture-h53 .elementor-column.ft-line-h53:nth-child(2):before{
display: none;
}
.ftc-product-tabs-grid.style_2  .woocommerce.columns-5 .products .product{
width: 25%
}
.col1-ft-h52{
padding-right: 10px;
}
.ftc-product-grid.style_7.woocommerce-page.columns-5 .products .product{
width: 25%;
}
.content-pr-grid-h52{
padding: 0 20px;
}
.product-template.ftc-product-grid.style_7 .products .product{
padding: 10px 10px 0;
}
.content-bn-h52 {
padding: 0 20px;
}
.tx-bn1-h52{
font-size: 18px;
}
.tx-bn1-h54{
font-size: 24px;
}
.tx2-bn2-h52{
margin-bottom: 0;
}
.content-bn-h52 .ftc-element-image {
padding: 10px;
}
.bn1-left-h51{
padding-right: 15px;
}
.bn1-right-h51{
padding-left: 15px;
}
.newsft-h51{
padding: 0 15px;
}
.ftc_products_slider.style_18 .product .item-description{
padding: 0 15px 20px;
}
.ftc_products_slider.style_18 .product .item-description .meta_info .add-to-cart span,
.ftc_products_slider.style_18 .product .item-description .meta_info .add-to-cart a.added_to_cart{
font-size: 15px;
}
.ftc_products_slider.style_18 .product .item-description .meta_info .add-to-cart,
.ftc_products_slider.style_18 .product .item-description .meta_info .add-to-cart a{
width: 110px;
}
.ftc_products_slider.style_18 .ftc-product .item-description .meta_info .yith-wcwl-add-to-wishlist{
margin-left: 0;
} 
.product-wg-h50.product-h50 > .elementor-widget-container{
width: auto !important;
}
.product2-h50 .woocommerce .product .item-description .meta_info a{
width: 20px;
}
.product2-h50 .ftc_products_slider.style_18 .product .item-description .meta_info .add-to-cart,
.product2-h50 .ftc_products_slider.style_18 .product .item-description .meta_info .add-to-cart a{
width: 100px;
}
.product2-h50 .ftc_products_slider.style_18 .woocommerce .product .item-description .meta_info a i{
width: 20px;
font-size: 15px;
}
.product2-h50  .ftc_products_slider.style_18 .product .item-description{
padding: 0 10px 20px;
}
.product-template.ftc-product-grid.style_6 .products .product {
width: 25%;
margin: 0 0 10px !important;
}
.ftc-product-grid.style_6 .product .images .group-button-product{
bottom: 15px;
}
.blogs-slider.style_4 .inner-wrap .post-text h4{
font-size: 17px;
}
.blogs-slider.style_4 .inner-wrap{
padding-bottom: 90px;
}
.blogs-slider.style_4 .inner-wrap:hover .post-text{
height: calc(100% - 90px);
}
.blogs-slider.style_4 .inner-wrap .post-text .meta span{
font-size: 16px;
}
.img-right-pr-h49{
padding: 0 30px 0 15px;
}
.img-left-pr-h49{
padding: 0 15px 0 30px;
}
.bn1-h44 .ftc-image-content{
max-width: 290px;
}
.bn1-h44.elementor-widget-ftc_single_image .ftc-image-caption{
margin-left: 20px;
}
.brand-h48{
padding: 0 15px;
}
.ftc-product-grid.style_5 .product .item-description{
bottom: 0;
}
.bn1-h46 .ftc-element-image .ftc-image-content{
bottom: auto !important;
}
.testi-h47 .title-testi-slider h2{
font-size: 40px;
}
.ft-mid-h49 .col1-left-ft-h49{
width: 50% !important;
margin-bottom: 120px;
padding-right: 0;
}
.ft-mid-h49 .elementor-col-16:not(.col1-left-ft-h49){
width: 25% !important;
}
.img-ft-h49.elementor-widget {
top: 36%;
bottom: auto;
transform: translateY(-50%);
}
.col1-ft-h44 {
padding-right: 15px;
}
.header-layout36 .header-content{
max-width: 100%;
position: unset;
left: 0;
transform: translateX(0);
padding: 30px 0 30px;
}
.sl-h42 {
margin-top: 0px;
}
.title-video-h40 {
padding: 60px 0 55px 40px;
}
.tx-bn1-h37{
bottom: 50px;
}
.title-sl-h38{
padding-top: 12px;
}
.bn1-left-h37 > .elementor-element-populated > .elementor-widget-wrap,
.bn2-left-h37 > .elementor-element-populated > .elementor-widget-wrap{
padding-left: 30px;
}
.ftc_products_slider.style_3 .woocommerce .product .item-description h3.product_title,
.ftc_products_slider.style_3 .woocommerce .product .item-description .price,
.ftc-product-grid.style_4 .product .item-description h3.product_title,
.ftc-product-grid.style_4 .product .item-description .price{
line-height: 25px;
}
.header-layout32 .header-content{
padding: 20px 15px;
}
.header-layout32 .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.submenu_full_width > .mega_dropdown {
min-width: 880px;
}
.testi-h36{
overflow: hidden;
}
.img-testi-h36{
top: 50%;
right: 0;
max-width: 350px;
}
.tx-video-h37{
left: 50%;
}
.header-layout30 .header-content .logo-wrapper.is-desktop{
left: 47%;
}
.ftc_products_slider.style_6 .woocommerce .product .item-description .meta_info span{
font-size: 14px;
}
.ftc_products_slider.style_6 .product .item-description .meta_info a.quickview{
margin-right: 10px;
}
.ftc_products_slider.style_6 .product .item-description .meta_info .add-to-cart {
margin-left: 10px;
}
.button-sl-h34:before{
top: 17px;
}
.button-sl-h34:after{
top: 7px;
}
.button-sl-h31:before{
top: 10px;
right: 6px;
}
.bn-row1-h31 .ftc-element-image .wp-caption img{
max-width: 250px;
}
.bn-row1-h31-left .bn-row1-h31{
padding: 15px 40px;
}
.bn-row2-h31 .bn-row2-h31-ct{
padding: 30px 50px;
}
.testi-h33{
max-width: 940px;
bottom: -240px;
}
.testi-h33 .ftc-element-testimonial.style_3{
width: 60%;
}
.header-layout27 .header-content{
padding: 20px 0;
}
.header-layout27 .header-content .header-nav-menu .container{
padding-left: 0;
}
.header-layout27 .header-content .container .nav-right{
padding-right: 10px;
}
.ftc_products_slider.style_3 .product .images .group-button-product .add-to-cart a span,
.ftc_products_slider.style_3 .product .images .group-button-product .quickview span,
.ftc-product-grid.style_4 .product .images .group-button-product .add-to-cart a span,
.ftc-product-grid.style_4 .product .images .group-button-product .quickview span{
font-size: 10px;
}
.header-layout26 .header-content{
padding: 20px 30px;
}
.home-32{
margin: 0 15px;
}
.vc_section.ft-h19{
background-position: 80% !important;
}
.vc_section.ft-h16{
background-position: 75% !important;
}
.header-layout1 .header-content,
.header-layout2 .header-content{
padding: 0;
}
.element-home-icon{
width: 50% !important;
}
.element-home-icon:first-child {
padding-left: 15px;
}
.element-home-icon:last-child {
padding-right: 15px;
}
.element-home-icon:first-child,
.element-home-icon:nth-child(2){
margin-bottom: 30px;
}
.element-home-counter-left{
width: 48.5% !important;
}
.element-home-counter-right{
width: 51.5% !important;
}
.element-home-counter{
padding-left: 15px !important;
padding-right: 15px !important;
}
.element-home-counter .element-home-counter-left{
padding: 60px 40px;
}
.element-home-counter .element-home-counter-right{
padding-left: 0;
}
.element-home-banner-left{
left: 40px;
top: 120px;
padding: 55px 15px;
}
.element-home-banner-right{
padding: 40px 40px 40px 0px;
}
.element-home-banner-right.element-home-banner-right2{
padding: 0;
}
.element-home-banner-price{
right: 15px;
top: 5px;
}
.element-home-banner-left2,
.element-home-banner-right2{
width: 50% !important;
}
.element-home-banner-left2{
padding: 40px 0;
}
.element-home-banner1{
background-size: cover !important;
background-position: 50%;
}
.element-home-deal .ftc-deal-products .ftc-product.product{
padding: 20px;
}
.element-home-deal-content .ftc_products_deal_slider{
max-width: 600px;
}
.element-home-deal .ftc_products_deal_slider .swiper-slide{
padding: 0;
}
.element-home-deal .ftc-deal-products .product .item-description .meta_info{
bottom: -35px;
}
.element-home-deal .element-home-deal-left{
padding-left: 20px;
}
.element-footer-mid-content .element-footer-mid-content1:first-child{
padding-left: 15px;
}
.element-footer-mid-content .element-footer-mid-content1:last-child{
padding-right: 15px;
}
.element-footer-mid-mail,.element-footer-mid-icons{
width: 100% !important;
text-align: center;
}
.element-footer-mid-mail .elementor-widget-wrap .element-footer-mid-news{
width: max-content;
margin: 0 auto
}
.element-footer-mid-icons .elementor-widget-wrap{
flex-direction: row;
align-items: center;
justify-content: center;
margin-bottom: 60px;
}
.element-footer-mid:before{
top: 165px;
}
.element-footer-mid-icons .elementor-widget-wrap .element-footer-mid-icon{
width: max-content;
margin-bottom: 0;
display: inline-block;
order: 2;
}
.element-footer-mid-icons .elementor-widget-wrap .element-footer-mid-icon .elementor-widget-container{
padding: 0 !important;
}
.element-footer-mid-icons .elementor-widget-wrap .element-footer-mid-say{
width: max-content;
position: unset;
order: 1;
margin-right: 10px;
}
.element-home-deal .ftc_products_deal_slider .ftc-product.product >div.images{
max-width: 48%;
}
.element-home-deal .ftc_products_deal_slider .ftc-product.product >div.item-description{
max-width: 52%;
padding-left: 55px;
}
.element-home-deal .ftc-deal-products .ftc-product.product >div.item-description .short-description{
margin-bottom: 5px;
}
.element-home-deal .ftc-deal-products .ftc-product.product >div.item-description .price{
margin-bottom: 10px;
}
.element-home-deal .ftc-deal-products .product .item-description .meta_info{
left: 55px;
}
.insta-h45 .ftc-instagram ul.slider .owl-nav > div:before{
color: #fff;
}
.insta-h48 .ftc-instagram ul.slider .owl-nav > div:before{
color: #333;
}
}
@media only screen and (max-width: 1024px) and (min-width: 481px){
.ft-h45 {
margin-top: -130px;
}
}
@media only screen and (max-width: 991px){
.checkout-login-coupon-wrapper .woocommerce-form-coupon-toggle .woocommerce-info {
margin-left: 0;
}
.woocommerce-cart .woocommerce table.shop_table.cart.woocommerce-cart-form__contents td.product-name {
padding: 15px 10px;
}
.woocommerce-cart .woocommerce table.shop_table.cart.woocommerce-cart-form__contents td.product-name > a:first-child {
margin-left: 10px;
}
.woocommerce-cart .woocommerce .cart_totals table.shop_table.shop_table_responsive {
padding: 0;
}
.woocommerce-page.columns-5 .products .product, 
.woocommerce.columns-5 .products .product {
width: 25%;
}
.single.single-product.woocommerce div.product.product-type-variable .single_variation_wrap .variations_button {
justify-content: center;
}
.button-sl-h31::before {
top: 7px;
right: 4px;
}
.rtwpvs .site-content:not(.hide-filter) .rtwpvs-terms-wrapper{
justify-content: center;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table td{
display: table-cell;
}
form.checkout div#customer_details {
width: 100%;
padding-right: 0px;
margin-bottom: 0;
}
form.checkout div#order_review {
max-width: 100%;
width: 100%;
margin-top: 0;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
text-align: left;
}
.col-cate-28 .elementor-widget .elementor-icon-list-item a{
justify-content: flex-start;
}
.pr-wg-left-h50,
.news-left-ft-h52{
display: none;
}
.news-h52:before{
width: 100%;
bottom: 0;
}
.col3-ft-h50 {
padding-right: 15px;
}
.cate1-h53 {
padding-right: 0px;
}
.ftc-product-categories.style_6 a:nth-child(8),
.ftc-product-categories.style_6 a:nth-child(9),
.ftc-product-categories.style_6 a:nth-child(10){
display: block;
}
.ftc-product-categories.style_6 a:nth-child(7){
border-bottom: 1px solid #ebebeb;
}
.tx2-bn2-h52{
display: none;
}
.col-ft-h52.col1-ft-h52{
width: 100% !important;
text-align: center;
}
.col-ft-h52{
width: 25% !important;
}
.ft-mid-h49.ft-mid-h52 .ft-icon-h52.elementor-widget.elementor-align-left .elementor-inline-items{
justify-content: center;
}
.space-ft-h52 {
max-height: 50px;
}
.ft-mid-h49.ft-mid-h52 .elementor-icon-list-items .elementor-icon-list-item a{
justify-content: flex-start;
}
.ct-left-h52,
.ct-right-h52{
width: 100% !important;
}
.bn1-left-h52 .ftc-element-image{
text-align: right;
}
.bn1-right-h52 .ftc-element-image{
text-align: left;
}
.ft-bot-h52 .elementor-text-editor,
.ft-bot-h52 .ftc-element-image{
text-align: center;
}
.news-h52{
position: relative !important; 
}
.content-bn-h52  .elementor-column.elementor-col-25{
width: 50% !important;
}
.content-bn-h52  .elementor-column.elementor-col-25:first-child{
width: 66.666666% !important;
}
.content-bn-h52  .elementor-column.elementor-col-25:nth-child(2){
width: 33.333333% !important;
}
.ftc-product-grid.style_7.woocommerce-page.columns-5 .products .product {
width: 33.3333333%;
}
.ct-left-h52{
display: none;
}
.bn1-left-h51 {
padding-right: 0px;
}
.bn1-right-h51 {
padding-left: 0px;
}
.ft-h51 > .elementor-container {
padding: 80px 0;
}
.ft-h54 .sub-h46.sub-h48 .mc4wp-form .mc4wp-form-fields .sub .button-sub,
.footer-right-h54,
.footer-right-h54 .elementor-heading-title{
text-align: center;
}
.bg-ft-h50.elementor-widget {
left: 50%;
transform: translateX(-50%);
max-width: 500px;
}
.product-wg-h50 .ftc_products_slider.style_18{
max-width: 500px;
}
.insta-h53 .ftc-instagram ul li{
width: 25%;
margin: 10px 0;
}
.content-ins-h53{
padding: 20px !important;
}
.insta-h53 .ftc-instagram ul li{
}
.title-pr1-h53,
.title2-pr1-h53{
width: 50% !important;
}
.product-full-h53{
margin-top: 20px;
}
.product-full-h53 .navigation-slider{
top: -30px;
}
.product2-h53 .pro-right-cate-h53,
.product2-h53 .pro-left-cate-h53{
padding: 0 30px;
}
.product2-h53 .pro-right-cate-h53 .navigation-slider .nav-next.style_5,
.product2-h53 .pro-left-cate-h53 .navigation-slider .nav-next.style_5{
right: -45px;
background-color: #eee;
}
.product2-h53 .pro-right-cate-h53 .navigation-slider .nav-prev.style_5,
.product2-h53 .pro-left-cate-h53 .navigation-slider .nav-prev.style_5{
left: -45px;
background-color: #eee;
}
.ct-left-h54 {
margin-right: 0px;
width: 100% !important;
margin-bottom: 30px;
}
.ct-right-h54{
margin-left: 0;
width: 100% !important;
}
.ftc-product-tabs-grid.style_2  .woocommerce.columns-5 .products .product{
width: 33.3333333%
}
.ft-h51 > .elementor-container:before{
background-color: transparent;
}
.ft-h51{
text-align: center;
}
.col3-ft-h51 .elementor-widget-wp-widget-tag_cloud .tagcloud a{
float: none;
}
.newsft-h51 {
padding: 0 30px;
}
.product-wg-h50{
padding: 0 15px;
}
.elementor-section.ft-bot-h50 .elementor-column .elementor-widget-text-editor .elementor-text-editor{
text-align: center;
}
.ft-bot-h50 .elementor-image.ftc-element-image{
text-align: center;
}
.col-ft-h50{
text-align: center;
}
.ft-list-h50 .elementor-widget-icon-list .elementor-icon-list-item{
justify-content: center;
}
.title-ft-new-h50{
margin-top: 150px;
text-align: center !important;
}
.col1-ft-h50 {
padding-right: 0px;
text-align: center;
}
.ct-ft-h50{
background-image: none !important;
}
.bn1-h50{
margin-top: 30px;
}
.bn3-h50{
margin-top: 0px;
}
.ct-ft-h50 .elementor-container.elementor-column-gap-extended{
max-width: 100%;
}
.ct-ft-h50 .ct-right-ft-h50{
padding-left: 0 !important;
}
.ftc-header-template .header-content{
display: none;
}
.ftc-header-template .header-mobile{
display: flex;
align-items: center;
padding: 10px 15px;
}
.ftc-header-template .header-mobile .logo-wrapper{
flex: 1;
text-align: center;
transform: translate(0);
}
.ftc-header-template .header-mobile a.ftc-cart-tini.cart-item-canvas:before{
margin-right: 0;
}
.ftc-product-tabs.style_8.vertical .tabs-wrapper{
width: 100%;
}
.ftc-product-tabs.style_8.vertical .tabs-content-wrapper {
width: 100%;
}
.ftc-product-tabs.style_8.vertical{
flex-direction: column;
}
.ftc-product-tabs.style_8.vertical .tabs-wrapper:after{
display: none;
}
.title-tab-h49{
position: relative !important;
}
.pr-tab-h49 .ftc-product-tabs.style_8.vertical .tabs-wrapper{
padding-top: 0;
margin-bottom: 30px;
display: inline-block;
text-align: center;
}
.product-tab-template.ftc-product-tabs.vertical.style_8 .tabs-wrapper .tab-title{
float: none;
display: inline-block;
padding-right: 10px;
padding-left: 40px;
}
.ftc-product-tabs.style_8 .tabs-wrapper .tab-title:before{
left: 10px;
}
.ftc-product-tabs.style_8 .tabs-wrapper .tab-title.active:after{
left: 14px;
}
.title-tab-h49{
padding: 0 20px;
}
.title-tab-h49 .elementor-heading-title{
text-align: center;
}
.bn1-h46 .elementor-column.elementor-col-50{
width: 100%;
}
.ftc-product-grid.style_5 .product .item-description {
bottom: 15px;
}
.blogs-slider.style_2 .inner-wrap .post-text h4{
font-size: 25px;
padding: 0 10px;
}
.img-ft-h49.elementor-widget {
top: 25%;
width: 100% !important;
text-align: center;
}
.bn2-h49 .ftc-element-image .ftc-image-content p.tx1-bn2-h49{
padding-right: 40px;
}
.bn2-h49 .ftc-element-image .ftc-image-content p.tx2-bn2-h49{
font-size: 25px;
line-height: 40px;
}
.ftc_products_slider.style_14 .woocommerce .product .images .group-button-product{
height: 90px;
}
.header-layout37.header-layout34{
overflow: hidden;
}
.img-right-pr-h49,
.img-left-pr-h49{
padding: 0 20px;
}
.bn-pr-h48 .ftc-image-content .ftc-image-caption h3:last-child{
margin-bottom: 0;
}
.bn-pr-h48 .ftc-image-content{
max-width: 300px;
background-color: rgba(255,255,255,0.6);
}
.deal-right-h44 .elementor-widget-text-editor{
margin-bottom: 0 !important;
}
.ftc_products_slider.style_10 .woocommerce .product .images .group-button-product{
top: 50%;
transform: translateY(-50%);
height: 140px;
}
.header-layout42 .mobile-button .fa-bars:hover:before,
.header-layout42.header-ftc .header-content .ftc-shop-cart .ftc-cart-tini:hover{
color: #333;
}
.header-layout28.header-layout40{
position: relative;
border-width: 0;
}
.header-layout28.header-layout40 .header-content{
background-color: #fff;
}
.deal-left-h44 {
padding: 0 15px;
}
.product1-h44 > .elementor-column-wrap > .elementor-widget-wrap{
padding: 50px 0;
}
.deal-right-h44 > .elementor-element-populated > .elementor-widget-wrap{
width: calc(100% - 60px);
height: calc(100% - 60px);
}
.line-bot-h42:before{
left: 50%;
transform: translateX(-50%);
}
.ftc_products_slider.style_10 .product .item-description h3.product_title{
font-size: 16px;
}
.img-bn1-h44 {
position: relative !important;
bottom: auto;
transform: translateY(0);
left: 0;
margin-top: 30px;
}
.img-bn1-h44 .ftc-element-image{
margin: 0 auto;
}
.header-layout43 .is-sticky .header-content{
padding: 10px 15px;
}
.ft-bot-h43{
padding: 20px 0 25px;
}
.pr-h41 .ftc_products_slider.style_12 {
padding: 0 19px;
}
.ftc_products_slider.style_12 .product .images .group-button-product .add-to-cart span,
.ftc_products_slider.style_12 .product .images .group-button-product .add-to-cart a.added_to_cart{
font-size: 16px;
}
.col1-ft-h49 .elementor-heading-title{
width: max-content;
margin-left: auto;
transform: translateX(50%);
}
.ft-mid-h49 .col1-left-ft-h49{
text-align: center;
}
.tx-line-sl-h48:before{
width: 80px;
}
.form-h47 {
padding: 0 50px;
text-align: center;
}
.form-right-h47{
padding-left: 0;
}
.wpcf7  .contact-h47 > p{
margin: 30px auto;
float: none;
}
.col-ft-h45:before{
content: none;
}
.bn1-h49 .ftc-element-image .ftc-image-content img{
max-width: 250px;
}
.bn1-h49 .ftc-element-image .ftc-image-content p.tx-bn1-h49 {
font-size: 25px;
line-height: 25px;
margin-bottom: 15px;
}
.bn1-h49 .ftc-element-image .ftc-image-content .button-banner {
margin-top: 25px;
}
.bn1-h49.elementor-element .ftc-element-image .ftc-image-content{
right: 80px;
}
.bn2-h49.elementor-element .ftc-element-image .ftc-image-content{
right: 20px;
}
.bn2-h49 .ftc-element-image .ftc-image-content .button-banner{
margin-bottom: 5px;
}
.bn2-h49 .ftc-element-image .ftc-image-content .button-banner a{
padding: 10px 20px;
}
.news-h49{
text-align: center;
}
.icon-h49 .elementor-widget.elementor-align-right .elementor-icon-list-items{
justify-content: center;
}
.ftc-product-tabs.style_8 .woocommerce .product .item-description h3.product_title{
font-size: 16px;
}
.pr-tab-h49 {
padding: 0 20px;
}
.ftc-product-tabs.style_8 .woocommerce .products .product{
padding: 0;
}
.header-layout43{
position: unset;
}
.ft-mid-h49 .elementor-col-16:not(.col1-left-ft-h49){
width: 50% !important;
margin-bottom: 30px;
text-align: center;
}
.ft-mid-h49 .elementor-icon-list-items .elementor-icon-list-item{
justify-content: center;
}
.blog-h48-left .blogs-slider.style_2 .inner-wrap .post-text h4,
.blog-h48-right .blogs-slider.style_2 .inner-wrap .post-text h4{
font-size: 20px;
}
.bnfull2-h48{
margin-top: 30px;
}
.tab-pr-h48 .ftc-product-tabs.style_7 .tabs-wrapper{
position: unset;
text-align: center;
transform: translateX(0);
}
.tab-pr-h48 {
padding-left: 0px;
}
.header-layout42 .head-nav,
.header-layout42 .header-content .navigation-vertical,
.header-layout42 .header-content .nav-right .dropdown-account,
.header-layout42 .header-content .nav-right .ftc-search-product{
display: none;
}
.header-layout42 .header-content{
display: flex;
align-items: center;
padding: 10px 15px;
}
.header-layout42 .header-content .nav-right{
padding-right: 10px;
}
.header-layout42 .header-content .logo-wrapper{
flex: 1;
left: 0;
transform: translate(0);
text-align: center;
}
.header-layout42 .header-content .mobile-button{
text-align: left;
}
.header-layout42 .header-content .mobile-button i{
line-height: 44px;
}
.header-layout42 .ftc-shop-cart .ftc-cart-tini .cart-total .cart-ico{
top: 2px;
left: -2px;
}
.ft-bot-h47.elementor-element .elementor-widget-wrap .elementor-widget-text-editor .elementor-text-editor,
.ft-bot-h47 .ftc-element-image,
.ft-h47 .ftc-element-image,
.ft-h47 .elementor-heading-title{
text-align: center; 
}
.blogs-slider.style_4 .inner-wrap:hover .post-text{
width: 100.5%;
}
.header-layout41 .head-nav{
display: none;
}
.header-layout41 .header-content .ftc-shop-cart{
display: block;
}
.header-layout41 .header-content{
display: flex;
align-items:  center;
}
.header-layout41 .header-content{
padding: 10px 15px;
}
.header-layout41 .header-content .logo a img {
max-height: 50px;
}
.header-layout41 .header-content .mobile-button .fa-bars:before{
color: #666;
}
.header-layout41 .header-content .mobile-button{
text-align: left;
}
.header-layout41 .header-content .logo-wrapper{
margin-bottom: 0;
}
.header-layout41 .ftc-shop-cart .ftc-cart-tini .cart-total .cart-ico{
top: 20px;
left: 0px;
}
.header-layout41 .ftc-shop-cart{
padding-right: 10px;
}
.header-layout41 .is-sticky .header-content .logo-wrapper {
display: block;
}
.header-layout41 .header-content .logo-wrapper{
flex: 1;
text-align: center;
left: 0;
transform: translate(0);
}
.product-template.ftc-product-grid.style_6 .products .product{
width: 33.33333%;
}
.header-layout38.header-layout39 .header-content .nav-right {
width: auto;
}
.col-ft-h44 .elementor-text-editor{
text-align: center;
}
.header-layout38 .header-content .nav-right .ftc-sb-account,
.header-layout38 .header-content .nav-right .ftc-search-product{
display: none;
}
.header-layout38 .header-content{
padding: 10px 15px;
display: flex;
align-items: center;
}
.header-layout38 .header-content .mobile-button .fa-bars:before{
color: #333;
}
.header-layout38 .header-content .nav-right{
float: right;
width: auto;
padding-right: 10px;
}
.header-layout38 .header-content .logo-wrapper{
flex: 1;
left: 0;
transform: translate(0px, 0px);
text-align: center;
}
.product1-h44 {
padding: 0;
}
.img1-h44 {
top: -100px;
left: 0;
}
.img2-h44{
left: -50%;
}
.video-left-h44{
padding: 0 30px;
}
.img4-h44{
top: 0;
right: 0;
}
.img-video-h44 > .elementor-widget-container{
padding: 50px 0 0 !important;
}
.video-left-h44 .elementor-element-populated{
max-width: 100%;
margin: 0 auto;
}
.ftc-product-categories.style_4 .ftc-categories,
.ftc-product-categories.style_5 .ftc-categories{
width: max-content;
margin: 0 auto !important;
}
.deal-right-h44{
padding: 0 15px;
min-height: 450px;
}
.space120-h44{
max-height: 120px;
}
.full768-h44 .elementor-col-50{
width: 100% !important;
}
.col-right-h45,
.col-left-h45 {
padding: 0 15px;
}
.col-right-h45{
min-height: 400px;
}
.tx-news-h53.elementor-widget .elementor-icon-list-item{
justify-content: center;
}
.full768-h44.ft-bot-h52 .elementor-column.elementor-col-50:first-child{
margin-bottom: 15px;
}
.full768-h44.bn2-h53 .elementor-column.elementor-col-50:first-child{
margin-bottom: 0px;
}
.full768-h44 .elementor-column.elementor-col-50:first-child{
margin-bottom: 30px;
}
.ft-bot-h47 .elementor-column.elementor-col-50:first-child{
margin-bottom: 15px;
}
.full768-h44.cate-left-h45 .elementor-column.elementor-col-50:first-child{
margin-bottom: 0px;
}
.ft-bot-h43 .elementor-column.elementor-col-50:first-child{
margin-bottom: 20px;
}
.header-layout37 .mobile-button .fa-bars:before{
color: #333;
}
.header-layout37.header-layout34 .header-content > .container{
padding: 0 15px;
}
.footer-left-h48.elementor-col-50,
.footer-right-h48.elementor-col-50{
width: 100% !important;
min-height: 400px;
}
.footer-right-h48 > .elementor-element-populated > .elementor-widget-wrap{
padding: 100px 50px !important;
}
.footer1-left-h48 .elementor-heading-title{
text-align: left;
}
.cate-left-h43.elementor-column.elementor-col-50,
.cate-right-h43.elementor-column.elementor-col-50{
width: 100%;
max-width: 570px;
margin: 0 auto;
}
.cate-right-h43 .ftc-product-categories .category{
width: 50%;
}
.header-layout37 .header-content .ftc-shop-cart .ftc-cart-tini .cart-total,
.header-layout37.header-layout34 .nav-right .ftc-shop-cart a{
color: #333;
transition: 0s;
}
.line-bot-h42:before{
width: 250px;
}
.logo-ft-h42{
padding: 0 15px;
}
.ft-mid-h42 .elementor-widget-spacer{
height: 20px;
}
.ft-mid-h42 .elementor-widget-spacer.space2-h42{
height: 30px;
}
.ft-mid-h42 .elementor-column.elementor-col-33{
padding-bottom: 60px;
}
.contact-h33.contact-h42{
margin-top: 15px;
}
.sub-h42{
max-width: 400px;
margin: 0 auto;
padding: 0 15px;
}
.header-layout36 .header-content,
.header-layout36 .is-sticky .header-content{
padding: 15px 0;
}
.header-layout36 .header-nav{
display: none;
}
.header-layout36 .header-content .nav-right{
display: block;
}
.header-layout36 .header-content .container div.logo-wrapper{
height: 35px;
line-height: 35px;
}
.header-ftc.header-layout36 .header-content .container div.logo-wrapper img{
height: auto;
}
.banner-text-h41 > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element{
margin-bottom: 5px;
}
.header-layout34 .admin-bar-h34,
.header-layout34 .header-content > .container .nav-left{
display: none;
} .header-layout34 .header-content > .container{
border-bottom: none;
padding: 0 15px;
width: 100%;
}
.header-layout34 .is-sticky .header-content > .container{
padding: 0 15px;
}
.header-layout35 .header-content{
padding: 10px 0 12px;
}
.header-layout34 .ftc-search-product .ftc-search .search-button,
.header-layout34 .nav-right .ftc-shop-cart a,
.header-layout36 .nav-right .ftc-shop-cart a {
color: #fff;
}
.title-pr-h40 .elementor-column.elementor-col-50:first-child{
margin-bottom: 30px;
}
.ft-bot-h40 .elementor-text-editor,
.ft-bot-h40 .elementor-image.ftc-element-image,
.ft-bot-h43 .elementor-text-editor,
.ft-bot-h43 .elementor-image.ftc-element-image{
text-align: center;
}
.ft-bot-h40 .elementor-image.ftc-element-image{
padding-bottom: 5px;
}
.title-video-h40 {
padding: 60px 0 55px 0px;
border-width: 15px;
margin-top: 30px;
}
.title-video-h40 .elementor-heading-title{
text-align: center;
}
.bn-pr-h39 .elementor-column.elementor-col-50{
width: 100% !important;
}
.title-pr-h40 .elementor-column.elementor-col-50,
.video-full-h40 .elementor-column.elementor-col-50,
.ft-bot-h40 .elementor-column.elementor-col-50,
.ft-bot-h43 .elementor-column.elementor-col-50{
width: 100% !important;
}
.ft-bot-h40 .elementor-column.elementor-col-50:first-child{
margin-bottom: 20px;
}
.space-h40{
display: none;
}
.header-layout34 .header-content .container div.logo-wrapper img{
height: 45px;
}
.header-layout37 .header-content .container div.logo-wrapper img {
height: 75px;
max-height: 75px;
}
.cate-right-h43.elementor-element .elementor-widget .ftc-product-categories .category,
.cate-left-h43.elementor-element .elementor-widget .ftc-product-categories .category{
margin-bottom: 30px;
}
.header-layout33 .admin-bar-h33,
.header-layout33 .nav-right .dropdown-account{
display: none;
}
.product-h39 {
margin: 0;
}
.banner-left-h39 {
padding-left: 0px;
}
.banner-right-h39 {
padding-right: 0px;
}
.banner-left-h39 .elementor-image.ftc-element-image,
.banner-right-h39 .elementor-image.ftc-element-image{
text-align: center;
}
.space-hd-h39{
display: none;
}
.header-layout33 .header-content .container div.mobile-button{
margin-bottom: 3px;
}
.header-layout33 .header-content{
padding: 0 15px 15px;
}
.header-layout33 .header-content > .container{
padding: 10px 0;
border-top: 0px;
max-width: 100%;
}
.header-layout33 .is-sticky .header-content > .container{
padding: 0 15px;
}
.header-layout33 .mobile-button .fa-bars:before{
color: #333;
}
.header-layout33 .header-content .container .nav-right{
padding-right: 10px;
}
.bn2-left-text-h37{
padding-top: 70px !important;
padding-bottom: 30px !important;
}
.header-layout31 .header-content .logo a img{
max-height: 50px;
}
.header-layout32 .header-content .mobile-button{
text-align: left;
}
.header-layout32 .header-content > div.nav-right{
padding-right: 0;
margin-left: 10px;
}
.header-layout29 .header-content .logo a img{
max-height: 50px;
}
.header-layout28 .nav-right .dropdown-account{
display: none;
}
.header-layout28 .header-content{
padding: 10px 15px;
}
.header-layout28 .header-content .logo a img{
max-height: 50px;
}
.header-layout28 .header-content .mobile-button{
text-align: left;
min-width: 32px;
}
.header-layout28 .nav-right .ftc-shop-cart a {
color: #333;
}
.bg-testi-h33 {
padding-bottom: 150px;
}
.header-layout27 .header-content .container .mobile-button{
min-width: 32px;
}
.header-layout26 .header-content .logo a img{
max-height: 50px;
}
.ftc_products_slider.style_9 .woocommerce .product .item-description .amount,
.ftc_products_slider.style_9 .product .item-description .meta_info .add-to-cart span,
.ftc_products_slider.style_9 .woocommerce .product .item-description h3.product_title{
font-size: 18px;
}
.header-layout26 .header-content{
padding: 10px 5px;
}
.ftc-product-grid.style_4 .products .product{
width: 33.333333%;
}
.bg-page-h38{
display: none;
}
.bn1-h34-line1, .bn1-h34-line3{
margin-bottom: 20px;
}
.bn1-left-h37 > .elementor-element-populated > .elementor-widget-wrap{
padding: 0px 15px;
}
.bn2-left-h37 > .elementor-element-populated > .elementor-widget-wrap{
padding: 0 20px 0 50px;
}
.header-layout32 .header-content{
align-items: center;
}
.header-layout32 .header-content > div.button-menu{
display: none;
}
.header-layout32 .header-content  .logo-wrapper{
flex: 1;
text-align: center;
left: 0;
transform: translateX(0px);
}
.header-layout32 .mobile-button .fa-bars:before{
color: #333;
}
.ins-tx-h36{
top: 100px;
left: 36%;
}
.ins5-h36{
left: 90px;
}
.img-cate1-h36 .images-category img,
.cate-h36 .ftc-product-categories.style_3 .ftc-categories .item-desciption{
max-width: 270px;
}
.cate-h36 .ftc-product-categories.style_3 {
max-width: 270px;
margin: 0 auto;
}
.tx-bn1-h37{
bottom: 120px;
right: -5px;
}
.video-h37 {
position: relative !important;
width: 100%;
z-index: 2;
top: 50%;
transform: translateY(-50%);
margin: 0 auto 50px;
}
.pr-bn-h37 .elementor-column.elementor-col-50 .elementor-image.ftc-element-image,
.video-right-h37 .elementor-image.ftc-element-image{
text-align: center;
}
.tx-video-h37{
transform: translateX(-50%);
}
.tx-video-h37 .elementor-heading-title{
text-align: center;
}
.video-bg-h37 .elementor-column.elementor-col-50,
.pr-bn-h37 .elementor-column.elementor-col-50{
width: 100% !important;
} .bn3-h37 .ftc-element-image .wp-caption img{
padding-left: 0;
}
.header-layout30 .header-content .nav-left{
display: none;
}
.header-layout30 .header-content .container .nav-right {
padding-right: 5px;
}
.header-layout30 .header-content .mobile-button .fa-bars:before{
color: #333;
}
.header-layout31 .mobile-button .fa-bars:before{
color: #333;
}
.header-layout31.header-ftc .nav-right > div.dropdown-account{
display: none;
}
.title-sl-h38{
padding-top: 8px; 
}
.title-sl-h38:before{
height: 50px;
}
.ft-bot-h35{
padding: 25px 15px;
}
.ft-bot-h35 .elementor-column.elementor-col-50,
.tit-pr-h35 .elementor-column.elementor-col-50,
.tit-ins-h35 .elementor-column.elementor-col-50{
width: 100% !important;
}
.tit-pr-h35 .elementor-column.elementor-col-50:first-child,
.tit-ins-h35  .elementor-column.elementor-col-50:first-child{
margin-bottom: 30px;
}
.ft-bot-h35 .elementor-column.elementor-col-50:first-child {
margin-bottom: 10px;
}
.ft-bot-h35 .elementor-column.elementor-col-50,
.ft-bot-h35 .elementor-column.elementor-col-50 .ftc-element-image{
text-align: center;
}
.header-layout29 .logo-wrapper{
left: 0;
transform: translateX(0);
flex: 1;
text-align: center;
}
.header-layout29 .mobile-button .fa-bars:before{
color: #333;
}
.header-layout29 .header-content{
padding: 10px 15px;
}
.header-layout29 .header-content .mobile-button{
text-align: left;
}
.header-layout29 .header-content .nav-right{
padding-top: 5px;
padding-right: 0;
margin-left: 10px;
}
.navigation-slider div.style_2{
top: 40%;
}
.tp-bullets.home34{
left: -38px !important;
}
.video-h34 .elementor-col-50{
width: 100% !important;
}
.video-h34 .elementor-col-50.video-ct-h34{
margin-bottom: 30px;
}
.bn1-h34-line2,
.bn1-h34-line3{
text-align: right;
}
.bn1-h34-line1{
margin-left: auto;
}
.bn-h34-2 .button-banner{
text-align: right;
}
.header-layout28 .mobile-button .fa-bars:before{
color: #333;
}
.header-layout28 .header-content .logo-wrapper{
flex: 1;
transform: translateX(0);
text-align: center;
}
.header-layout28 .header-content .nav-right .ftc-shop-cart{
line-height: 40px;
margin-left: 10px;
}
.bn-pr-h34 .elementor-col-50,
.bn-pr-h34-2 .elementor-col-50{
width: 100% !important;
}
.bn-pr-h34 .elementor-col-50 .elementor-widget-ftc-products-sliders > .elementor-widget-container{
padding-top: 50px !important;
}
.bn-pr-h34-2 .elementor-col-50 .elementor-widget-ftc-products-sliders > .elementor-widget-container{
padding-top: 0px !important;
padding-bottom: 20px !important;
}
.ftc_products_slider.style_5{
margin: 0;
}
.header-layout28 .dropdown-account .ftc-account-icon .icon-account:before{
font-size: 15px;
}
.wpcf7 .contact-h31 label,
.wpcf7 .contact-h31 p:last-child{
max-width: 315px;
}
.ft-bot-h31 .elementor-column.elementor-col-50{
width: 100% !important;
text-align: center;
}
.ft-icon-h41{
margin-top: 10px;
}
.ft-icon-h31 .elementor-widget.elementor-align-right .elementor-icon-list-items{
justify-content: center;
margin-top: 10px;
}
.header-layout25{
padding: 0;
}
.header-layout25 .mobile-button .fa-bars:before {
color: #fff;
}
.header-layout25 .header-content .container .nav-right{
padding-right: 10px;
}
.header-layout25 .nav-right {
padding-top: 7px;
}
.bn-row1-h31-left.elementor-col-50,
.bn-row1-h31-right.elementor-col-50{
width: 100% !important;
}
.bn-row1-h31{
margin: 30px 0;
}
.img-row2-h31 .elementor-column.elementor-col-33 {
width: 33.33333% !important;
padding-bottom: 0;
}
.bn-row2-h31 .bn-row2-h31-ct{
padding: 20px;
}
.header-layout27 .nav-right .ftc-sb-account{
display: none;
}
.header-layout26 .mobile-button .fa-bars:before{
color: #333;
}
.testi-h33{
max-width: 100%;
padding: 0 50px;
}
.header-layout27 .header-content{
padding: 0;
}
.header-layout27.header-sticky-mobile .header-content{
padding: 10px 0;
}
.testi-h33 .ftc-element-testimonial.style_3{
width: 95%;
}
.header-layout26 .mobile-button i{
font-size: 20px;
}
.header-layout26 .logo-wrapper{
flex: 1;
left: 0;
transform: translate(0);
text-align: center;
}
.blog-home22 .owl-carousel .owl-item article:hover .post-info .entry-content p{
text-align: center;
}
.woocommerce .products:not(.list).style_2 .product .group-button-product a.compare,
.woocommerce .products:not(.list).style_3 .product .group-button-product a.compare{
display: none;
}
.related.products{
padding: 0 10px;
}
.archive .ftc-breadcrumb-title.container{
padding: 43px 0 45px;
}
.archive .ftc-breadcrumb{
margin-bottom: 20px;
}
.archive .before-loop-wrapper{
margin-bottom: 0;
}
.archive section.widget-container.ftc-items-widget{
padding: 0 15px;
}
.archive .woocommerce ul.product_list_widget li{
display: flex;
align-items: center;
}
.archive .woocommerce ul.product_list_widget li .item-description{
margin-top: 0;
}
.archive.admin-bar .button-sidebar{
top: 200px;
}
.archive .button-sidebar{
position: fixed;
z-index: 99999;
left: 0px;
top: 150px;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border: 1px solid #ebebeb;
border-left: 0px;
background: #fff;
transition: all 0.3s ease;
cursor: pointer;
}
.archive .button-sidebar.active{
left: 33.333%;
}
.archive .button-sidebar i{
font-size: 18px;
}
.archive .button-sidebar:not(.active) i{
transform: rotate(90deg);
width: 100%;
padding-top: 1px;
padding-left: 4px;
}
.archive .button-sidebar i:before{
content: "\e06c";
font-family: 'simple-line-icons';
}
.archive .button-sidebar.active i:before{
content: "\f00d";
font-family: 'FontAwesome';
}
.archive.admin-bar .ftc-sidebar:not(.product-category-top-content){
top: 46px;
height: calc(100% - 46px);
}
.archive .ftc-sidebar:not(.product-category-top-content){
width: 33.333%;
height: 100%;
position: fixed;
transition: all 0.3s ease;
transform: translateX(-100%);
background-color: #fff;
z-index: 99999;
top: 0;
left: 0;
padding: 0 0 15px;
overflow-y: auto;
}
.archive .ftc-sidebar.shownow{
transform: translateX(0);
}
.archive .ftc-sidebar:not(.product-category-top-content) > .widget-container:last-child{
margin-bottom: 0;
}
.archive #main-content{
width: 100%;
}
.admin-bar .header-layout22 .header-sticky{
top: 0px !important;
}
.admin-bar .header-layout22.header-sticky-mobile .header-sticky{
top: 46px !important;
}
.admin-bar .header-layout24 .header-sticky{
top: 0px !important;
}
.admin-bar .header-layout24.header-sticky-mobile .header-sticky{
top: 46px !important;
}
.header-layout14 .sticky-wrapper{
width: 100%;
}
.header-layout5 .sticky-wrapper{
top: 0;
}
.header-layout5 .top-header{
position: fixed;
z-index: 9999;
width: auto;
right: 0;
}
.header-layout8.header-ftc.header-sticky-mobile .header-content{
position: fixed;
}
.header-layout1 .header-content,
.header-layout2 .header-content{
padding: 10px 0;
}
.section-blog-h9 .blog-v3 .blogs article{
padding-left: 15px;
}
.product-deal-29 .ftc_products_deal_slider{
padding: 0 15px;
}
.product-deal-29 .ftc_products_deal_slider .ftc-product.product{
max-width: 370px !important;
}
.product-deal-29 .ftc_products_deal_slider ul.ftc_products li.swiper-slide{
left: 50%;
transform: translateX(-50%);
}
.header-layout22 .header-layout18 a.ftc-cart-tini{
left: -2px;
}
.header-layout22 a.ftc-cart-tini.cart-item-canvas:before{
margin-right: 5px;
}
.product-home-25 .ftc-product-grid.woocommerce.woocommerce-page.columns-4.style_2 .products .product{
width: 33.333333%;
}
.product-home-25 .ftc-product-grid{
padding: 0 10px;
}
.ft-h23-top1 .elementor-image-box-img img,
.ft-h23-top1 .elementor-image-box-img{
max-height: 28px;
}
.product-h17 .woocommerce .ftc-product .products{
padding: 0 15px;
}
.h17-right-txt >.wpb_wrapper >.wpb_text_column:nth-child(1) p,
.h17-right-txt >.wpb_wrapper >.wpb_text_column:nth-child(2) p{
font-size: 35px !important;
}
.h17-right-txt >.wpb_wrapper >.wpb_text_column:nth-child(2){
margin-bottom: 0 !important;
}
.home12-category .ftc-list-category-slider{
max-width: calc(100% - 20px);
margin: 0 auto;
}
.home12-category .ftc-list-category-slider .owl-stage-outer{
padding: 0 7px 5px;
margin: 0 -7px;
}
.element-footer-top .elementor-widget-ftc-gallery-instagram .ftc-instagram ul.columns-5 li{
width: 20%;
padding: 0px;
} .wishlist_table thead {
display: none;
}
.faq-breadcrumb .mont {
text-align: center;
}
.woocommerce table.shop_table td:first-child {
width: 100%;
padding: 5px;
border-right: 0;
}
.woocommerce .wishlist_table td.product-add-to-cart a:before {
display: none;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
margin: 0 auto;
width: 100%;
max-width: 170px;
}
.wishlist_table tbody tr:nth-child(2n+1) {
background: #f6f6f6;
}
.woocommerce table.shop_table td {
width: 100%;
display: block;
border-right: 0;
border-left: 0;
}
.wishlist_table span.ftc-tooltip.button-tooltip {
display: block;
}
.yith-wcwl-form table.cart .product-thumbnail{
display: block !important;
border: none !important;
}
.woocommerce table.shop_table .wishlist-items-wrapper td{
border-right: 0;
}
.woocommerce table.wishlist_table tbody tr:last-child td:last-child{
border-bottom: 0 !important;
}
.element-home-icons{
padding: 0 10px;
}
.element-home-icon{
padding: 0 10px;
}
.element-home-icon:first-child {
padding-left: 10px;
}
.element-home-icon:last-child {
padding-right: 10px;
}
#to-top{
bottom: 82px;
}
#to-top a{
border-radius: 50%;
}
.element-home-deal-content .ftc_products_deal_slider{
max-width: calc(100% - 60px);
}
.element-home-banner-right{
padding: 30px 20px 30px 0;
}
.feature-product .product-template .woocommerce.products .swiper-slide{
padding: 0px;
}
.feature-product.element-home-product{
margin: 0 -15px;
}
.feature-product.element-home-product .product-template{
padding: 10px 7px 0;
}
.feature-product .ftc-product-slider:not(.product-template) .products .owl-stage-outer{
padding: 0 7px;
margin: 0 -7px;
}
.element-footer-mid-content1 .elementor-icon-list-items li{
padding: 0 0 10px;
} .woocommerce .yit-wcan-container .products.ftc-mansory-shop{
padding: 0 5px;
}
.woocommerce .yit-wcan-container .products.ftc-mansory-shop .product{
width: calc(33.333333% - 3px);
}
.ftc-mobile-wrapper .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li{
position: relative;
}
.ftc-mobile-wrapper .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current_page_item:before{
color: #fff;
}
.ftc-mobile-wrapper .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.submenu_full_width > .mega_dropdown{
width: 100%;
left: auto;
transform: translateX(0);
}
.element-home-counter-left,
.element-home-counter-right,
.element-home-deal-left,
.element-home-deal-right{
width: 100% !important;
}
.element-home-deal .elementor-widget-ftc_single_image{
right: auto;
left: 50%;
transform: translate(-50%, -50%);
}
.element-home-deal .elementor-widget-ftc_single_image .ftc-element-image{
text-align: center;
}
.element-home-deal .element-home-deal-left{
padding: 0 15px 50px;
text-align: center;
}
.element-home-counter-left{
margin-bottom: 50px;
text-align: center;
}
.element-home-counter .elementor-counter-title span{
color: #fff;
}
.element-home-product{
margin: 0 -10px;
}
.feature-product .product-template .woocommerce.products .products.owl-carousel{
padding: 0;
}
.element-home-banner1{
padding-bottom: 100px;
}
.element-home-banner-left2,
.element-home-banner-right2{
width: 100% !important;
}
.element-home-banner-right2{
text-align: center;
}
.element-home-counter-right2{
padding: 0;
}
.element-home-banner-left{
left: 20px;
top: 100px;
padding: 35px 15px;
}
.element-home-banner-text{
max-width: 350px;
}
.element-home-banner-left2 {
padding: 0 30px 40px;
}
.element-home-banner-left2 > .elementor-column-wrap > .elementor-widget-wrap{
padding: 40px 0 40px 60px !important;
}
.element-home-banner-price {
right: 30px;
top: 20px;
}
.element-footer-mid-content .element-footer-mid-content1{
width: 50% !important;
text-align: center;
}
.element-footer-mid-content .element-footer-mid-content1:first-child,
.element-footer-mid-content .element-footer-mid-content1:nth-child(2){
margin-bottom: 40px;
}
.element-footer-mid-title:before{
left: 50%;
transform: translateX(-50%);
}
.element-footer-mid-content1 .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,
.element-footer-mid-content1 .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a{
justify-content: center;
}
.archive .products.owl-carousel.grid,
.archive .products.owl-carousel.list,
.archive .products.owl-carousel.columns4 {
padding-bottom: 50px;
padding: 0 7px 50px;
}
.archive .products.owl-carousel{
padding: 0 7px;
}
}
@media only screen and (max-width: 991px) and (min-width: 768px){
.ftc-product-video.loaded {
margin-top: -100px;
}
.bn1-left-h51{
padding-right: 15px;
}
.bn1-right-h51{
padding-left: 15px;
}
.bn-mid1-h52 .ftc-element-image img {
max-height: 455px;
}
.bn-full-h47{
margin-top: 10px;
}
.padding-h48,.padding-h48-2{
padding: 0 15px !important;
}
.bn-left-h34 .ftc-element-image .wp-caption .ftc-image-content {
right: -250px;
}
.bn-right-h34 .ftc-element-image .wp-caption .ftc-image-content {
left: -260px;
}
.bn-row1-h34-2{
max-width: 285px;
}
.bn1-full-h37{
padding-bottom: 50px;
}
.video-left-h44 .elementor-text-editor {
max-width: 400px;
}
.tx-bn1-h46{
font-size: 42px;
line-height: 42px;
}
.tx2-bn1-h46{
font-size: 40px;
line-height: 40px;
}
.bn-full-h48 .elementor-col-50{
width: 100% !important;
}
.bn-full-h48 .elementor-col-50:first-child{
margin-bottom: 30px;
}
.ftc-product-categories.style_4 .ftc-categories .item-desciption{
padding-left: 20px;
}
.ftc-product-categories.style_4 .ftc-categories .item-desciption .title {
font-size: 28px;
}
}
@media only screen and (max-width: 667px) {
.ftc-off-canvas-cart .woocommerce.widget_shopping_cart .cart_list li.loading:after {
right: 50%;
}
.element-footer-mid:before {
top: 220px;
}
.element-footer-mid-news .title {
width: 100%;
text-align: center;
margin: 15px auto;
}
.element-footer-mid-news .sub {
float: none;
text-align: center;
margin: 0 auto;
}
}
@media only screen and (max-width: 991px) and (min-width: 481px){
.col2-ft-h45:not(:last-child) {
margin-bottom: 50px;
}
.full768-h44.ft-bot-h50 .elementor-column.elementor-col-50:first-child{
margin-bottom: 15px;
}
.col-ft-h50{
margin-bottom: 20px;
}
.ft-top-h47{
padding-bottom: 30px !important;
}
.feature-h49 .elementor-col-25{
width: 50% !important;
}
.col-ft-h44{
width: 50% !important;
}
.ft-h47.elementor-col-50{
width: 50% !important;
}
.ftc-elements-blogs.style_5 .inner-wrap .post-text{
padding-left: 30px;
}
.ftc-elements-blogs.style_5 .ftc-blogs:nth-child(2n+2) .inner-wrap .post-text{
padding-right: 30px;
}
.ftc-elements-blogs.style_5 .inner-wrap .post-text .meta span.posted_in{
left: 30px;
}
.ftc-elements-blogs.style_5 .ftc-blogs:nth-child(2n+2) .inner-wrap .post-text .meta span.posted_in{
right: 30px;
}
.ft-h32.elementor-col-25{
width: 50% !important;
text-align: center;
}
.ft-h32 .elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a{
justify-content: center;
}
.content-ft-h53 .elementor-widget .elementor-icon-list-item a{
justify-content: flex-start;
}
.ft-h32.elementor-col-25:nth-child(3),
.ft-h32.elementor-col-25:nth-child(4){
margin-top: 30px;
}
.ft-icon-h32 ul.elementor-icon-list-items.elementor-inline-items{
justify-content: center;
}
.menu-h12{
flex-direction: column;
}
.menu-h12 .wpb_column{
text-align: center;
margin-bottom: 8px;
}
.menu-h12 .wpb_column .menu-footer{
justify-content: center;
}
.element-home-blog{
padding: 0 15px;
}
.galerry-cate-25 .elementor-column.elementor-col-33{
width: 50% !important;
}
.galerry-cate-25 .elementor-column.elementor-col-33 > .elementor-element-populated{
margin: 0 10px !important;
}
.galerry-cate-25 .elementor-row{
justify-content: center;
}
.list-footer-27.elementor-column{
width: 50% !important;
float: left;
}
.form-item-27{
padding-left: 20px;
}
.banner-28 .elementor-column.elementor-col-33{
width:  50% !important;
}
.banner-28 .elementor-column.elementor-col-33 .elementor-element-populated{
margin-bottom: 0 !important;
}
.banner-28 .single-img-28 .elementor-widget-container{
padding: 0 10px !important;
}
.banner-28 > .elementor-container > .elementor-row{
justify-content: center;
}
}
@media only screen and (max-width: 767px) and (min-width: 685px){
.cate-right-h36 .ftc-element-image .wp-caption .ftc-image-content{
right: 50px;
}
}
@media only screen and (max-width: 767px) and (min-width: 667px){
.bn-left-h34 .ftc-element-image{
text-align: left !important;
}
.bn-left-h34 .ftc-element-image .wp-caption .ftc-image-content {
top: 50%;
left: auto;
transform: translate(0 , -50% );
right: -250px;
}
.bn-row1-h34-2{
max-width: 285px;
}
.bn-right-h34 .ftc-element-image{
text-align: right !important;
}
.bn-right-h34 .ftc-element-image .wp-caption .ftc-image-content {
top: 50%;
right: auto;
transform: translate(0 , -50% );
left: -250px;
}
}
@media only screen and (max-width: 767px) and (min-width: 481px){
.product-h53.product2-h53 > .elementor-container {
padding: 60px 30px;
}
.single-img-sm-h54 .elementor-col-50.elementor-column{
width: 50%;
}
.ft-bot-h47{
margin-top: 10px;
}
.testi-h47{
background-size: 125%;
}
.img4-h44 .ftc-element-image .wp-caption img{
max-width: 220px;
}
.video-left-h44 .elementor-text-editor{
max-width: 400px;
}
.button1-h42{
left: 15px;
}
.button1-h42.button2-h42 {
right: 15px;
left: auto;
}
.cate1-h36 .elementor-column.elementor-col-50{
width: 50% !important;
}
.cate-slide-home24 .ftc-product-categories .images-category img{
width: 100%;
}
.archive.admin-bar .button-sidebar{
top: 150px;
}
.archive .button-sidebar{
top: 100px;
}
.element-home-banner-right{
width: 70%;
margin-left: auto;
padding: 40px 20px 40px 0;
}
.element-home-banner-left{
top: 85px;
}
.h7-freeship{
width: 50%;
float: left;
}
.h7-freeship:last-child{
float: none;
margin: 0 auto;
}
.ft-mid-h23 .elementor-column.elementor-col-25{
width: 50%;
}
.section-centerh14 .last-footer{
margin-bottom: 30px !important;
}
.title-pr2-h53{
width: 200px !important;
}
.title2-pr2-h53{
width: calc(100% - 200px) !important;
}
}
@media only screen and (max-width: 767px){
.woocommerce #content div.product .summary .compare {
margin-top: 2px;
}
.content-right-custom-tab .ftc-heading {
text-align: center;
}
.content-right-custom-tab .ftc-heading.heading-1 > h1 {
margin-top: 30px;
}
.title-pr-h50,
.product-h50 {
padding: 0 15px;
}
.product2-h50 .navigation-slider div.style_4.nav-next {
right: 15px;
}
.product2-h50 .navigation-slider .nav-prev.style_4 {
margin-left: -15px;
}
.woocommerce-page.columns-5 .products .product, 
.woocommerce.columns-5 .products .product {
width: 33.3333%;
}
.rtwpvs .rtwpvs-terms-wrapper{
justify-content: center;
}
.tx-bn1-h52:not(.tx-bn1-h54){
font-size: 24px;
}
.tag-h54 > .elementor-widget-container{
text-align: center;
}
.footer2-left-h48 .tag-h54 .tagcloud a{
float: none;
}
.full768-h44.ft-bot-h50 .elementor-column.elementor-col-50:first-child{
margin-bottom: 10px;
}
.product-h53 > .elementor-container{
padding: 60px 15px;
}
.ft-line-h53:before{
background-color: transparent;
}
.content-bn-h52 .elementor-column.elementor-col-25:first-child{
width: 100% !important;
}
.content-bn-h52 .elementor-column.elementor-col-25:nth-child(2) {
width: 100% !important;
}
.content-bn-h52 .elementor-column.elementor-col-25:first-child .ftc-element-image,
.content-bn-h52 .elementor-column.elementor-col-25:nth-child(2) .ftc-element-image{
text-align: center;
}
.bn-big-h51{
overflow: hidden;
}
.tx-bn2-h51 {
max-width: 440px;
margin: 0 auto 50px;
padding: 0 15px;
}
.img-bn2-h51{
left: 50px;
}
.news-ft-h51:before{
width: calc(100% - 30px);
}
.bn1-left-h51{
margin-bottom: 50px;
}
.bn1-left-h51 .elementor-widget-heading,
.bn1-right-h51 .elementor-widget-heading{
margin-bottom: 0 !important;
}
.product1-h44 .elementor-widget-ftc-products-sliders{
padding: 0 60px;
}
.product1-h44 .navigation-slider div.style_3{
top: 34%;
}
.navigation-slider div.style_3{
width: 40px;
height: 40px;
}
.navigation-slider .nav-next.style_3{
right: 5px;
}
.navigation-slider .nav-prev.style_3 {
left:  5px;
}
.navigation-slider .nav-prev.style_3:before,
.navigation-slider .nav-next.style_3:before{
font-size: 20px;
line-height: 40px;
}
.bn1-h49 .ftc-element-image .ftc-image-content .button-banner a {
font-size: 16px;
padding: 10px 20px;
}
.bn2-h49 .ftc-element-image .ftc-image-content p.tx1-bn2-h49:before{
width: 100px;
}
.img-right-pr-h49,
.img-left-pr-h49{
padding: 0 20px;
}
.ft-bot-h47 .elementor-column.elementor-col-50:first-child{
margin-bottom: 10px;
}
.ft-bot-h43 .elementor-column.elementor-col-50:first-child {
margin-bottom: 10px;
}
.img-bn1-h44 .ftc-element-image img{
max-width: 300px;
}
.img-h41 .elementor-image.ftc-element-image .ftc-image-content {
left: 30px;
}
.ft-bot-h40 .elementor-column.elementor-col-50:first-child {
margin-bottom: 10px;
}
.footer1-left-h48{
padding-right: 0;
margin-top: 60px;
}
.footer2-left-h48 {
padding-left: 0;
margin-bottom: 60px;
}
.tag-h48{
text-align: center;
}
.footer2-left-h48 .tag-h48 .tagcloud a{
float: none;
}
.footer1-left-h48 .elementor-heading-title{
text-align: center;
}
.bn2-h46.elementor-widget-ftc_single_image .elementor-widget-container {
overflow: unset;
}
.img2-h44{
position: relative !important;
left: 50%;
transform: translateX(-50%);
bottom: auto;
}
.product1-h44 {
padding: 0 15px;
}
.img1-h44{
display: none;
text-align: center;
}
.img1-bn-h42.elementor-widget-ftc_single_image .elementor-widget-container{
overflow: unset;
}
.img1-bn-h42 .ftc-element-image .button-banner{
text-align: center;
}
.banner-text-h41 > .elementor-column-wrap > .elementor-widget-wrap{
padding: 60px 0 50px;
}
.tx-bn1-h37{
bottom: 0;
}
.button-sl-h34:after {
top: 8px;
font-size: 18px;
}
.testi-h33{
max-width: 100%;
padding: 0 20px;
}
.testi-h33 .ftc-element-testimonial.style_3{
width: 100%;
}
.tx-testi-h33{
bottom: 205px;
}
.bn2-left-h37 > .elementor-element-populated > .elementor-widget-wrap{
padding: 0 15px;
}
.testi-h36 .ftc-element-testimonial{
width: calc(100% - 30px);
margin-left: 0;
}
.img-testi-h36 {
top: 57%;
max-width: 300px;
}
.ins4-h36{
position: relative !important;
top: 0 !important;
left: 0 !important;
margin-bottom: 10px;
}
.ins-tx-h36 {
left: 50%;
transform: translateX(-50%);
text-align: center;
}
.ins-left-h36{
padding-top: 180px;
}
.ins-right-h36{
padding-bottom: 100px;
}
.img-cate2-h36{
padding-top: 120px;
}
.ins5-h36 {
left: 0px;
}
.cate-right-h36 {
padding-right: 50px;
padding-left: 50px;
}
.tx-video-h37{
width: 100% !important;
}
.bn1-h37{
top: 30px;
}
.bn1-h37 .elementor-image.ftc-element-image{
text-align: center;
}
.sub-title-h35.elementor-widget-heading .elementor-heading-title{
margin: 0 auto 20px;
}
.tx-sub-h35 {
margin: 0 auto;
}
.sub-h35 .mc4wp-form .mc4wp-form-fields .sub{
margin: 0 auto;
}
.space-testi-h35, .space-testi-h35-bot {
max-width: 80%;
}
.button-sl-h31:before{
top: 10px;
right: 5px;
}
.tit-ins-h35{
padding-left: 15px !important;
padding-right: 15px !important;
}
.bn-row3-h31{
max-height: 343px;
}
.wpcf7 .contact-h31 p:nth-child(7){
text-align: center;
}
.wpcf7 .contact-h31 label, .wpcf7 .contact-h31 p:last-child{
max-width: 350px;
}
.wpcf7 .contact-h31 p:last-child{
float: none;
margin: 0 auto;
text-align: center;
}
.ft-ct-h31{
text-align: center;
padding: 50px 30px 0;
}
.line-h25{
margin-bottom: 40px !important;
}
.copy-right-25{
padding-bottom: 10px;
}
.archive .button-sidebar.active{
left: 270px;
}
.archive .ftc-sidebar:not(.product-category-top-content){
width: 270px;
}
.col-list-25 .elementor-widget-icon-list .elementor-icon-list-item{
padding-bottom: 0 !important;
}
.last-footer .wpb_text_column.wpb_content_element {
margin-bottom: 20px !important;
}
.content-milestones .ftc-number span.note{
color: #fff;
}
.element-home-deal-content .ftc_products_deal_slider,
.deal-slider .ftc-product-time-deal{
max-width: 600px;
}
.deal-slider .ftc-product-time-deal{
margin-left: auto;
margin-right: auto;
}
.deal-slider .ftc-product-time-deal .owl-carousel .owl-item{
padding: 0;
}
.element-home-banner1 {
padding-bottom: 90px;
}
.feature-product.element-home-product{
margin: 0 -15px;
}
.element-footer-mid-news .sub .email{
width: 280px;
}    
.element-home-icon .elementor-icon-box-wrapper{
display: flex;
align-items: center;
}
.element-home-icon .elementor-icon-box-icon{
margin: 0 15px 0 0 !important;
height: 24px;
}
.element-home-counter-icon{
width: 28% !important;
}
.element-home-counter-content{
width: 72% !important;
}
.bn1-h34-line2, .bn1-h34-line3 {
font-size: 35px;
line-height: 40px;
}
.calendar-h47{
padding: 0 15px;
}
.tx2-left-h47 {
max-width: 475px;
margin: 0 auto;
}
}
@media only screen and (max-width: 684px){
.element-home-banner1 {
padding-bottom: 110px;
}
.button-sl-h34:before {
top: 16px;
}
}
@media only screen and (max-width: 684px) and (min-width: 667px){
.product-wg2-h50 .ftc_products_slider.style_18 .product .images {
width: 100px !important;
}
.product-wg2-h50 .ftc_products_slider.style_18 .product .item-description{
width: calc(100% - 100px) !important;
}
.product-wg2-h50 .ftc_products_slider.style_18 .product .item-description .meta_info .add-to-cart,
.product-wg2-h50 .ftc_products_slider.style_18 .product .item-description .meta_info .add-to-cart a{
width: 100px;
}
.product-wg2-h50 .ftc_products_slider.style_18 .product .item-description .meta_info .add-to-cart span,
.product-wg2-h50 .ftc_products_slider.style_18 .product .item-description .meta_info .add-to-cart a.added_to_cart {
font-size: 14px;
} .product1-h44 .navigation-slider div.style_3 {
top: 33%;
}
.ft-h45 {
margin-top: -115px;
}
.bn2-h49 .ftc-element-image .ftc-image-content .button-banner{
display: none;
} 
.bn2-h49.elementor-element .ftc-element-image .ftc-image-content {
max-width: 240px;
right: 0px;
text-align: center;
}
.bn2-h49 .ftc-element-image .ftc-image-content p.tx1-bn2-h49:before{
display: none;
}
.bn2-h49 .ftc-element-image .ftc-image-content p.tx1-bn2-h49{
padding-right: 0;
text-align: center;
}
.video-left-h44 .elementor-text-editor {
max-width: 380px;
}
.testi-h33 {
bottom: -260px;
}
.tx-testi-h33{
bottom: 195px;
}
.bg-testi-h33{
padding-bottom: 190px;
}
.img-cate1-h36 .images-category img,
.cate-h36 .ftc-product-categories.style_3 .ftc-categories .item-desciption {
max-width: 220px;
}
.ftc_products_slider.style_6 .product .item-description .meta_info .add-to-cart{
margin-left: 5px;
}
.ftc_products_slider.style_6 .product .item-description .meta_info a.quickview{
margin-right: 5px;
}
.button-sl-h31:before{
top: 9px;
}
.woocommerce .before-loop-wrapper .woocommerce-result-count,
.woocommerce-page .before-loop-wrapper .woocommerce-result-count{
display: none;
}
.ftc-breadcrumbs-category ul{
padding: 0 10px;
}
.ftc-breadcrumbs-category ul li:first-child{
padding-left: 10px;
}
.element-home-deal .elementor-widget-ftc_single_image{
padding: 0 15px;
}
.element-footer-mid-news .sub .email{
width: 260px;
}
.content-collection h2{
font-size: 26px;
}
.woocommerce .products.list .ftc-product.product .item-description{
padding: 15px 30px 10px;
}
.blogs-slider.style_2 .inner-wrap .post-text h4 {
font-size: 22px;
}
}
@media only screen and (max-width: 683px) and (min-width: 667px){
.bn-row3-h31 {
max-height: 373px;
}
}
@media only screen and (min-width: 481px) and (max-width: 620px) {
.elementor-column.element-footer-top-text {
text-align: center;
max-width: 30%;
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.element-home-testi .testimonial-content.swiper-slide-active .infomation {
width: 90%;
}
.sun {
display: none;
}
.element-home-deal .ftc_products_deal_slider .swiper-slide {
padding: 0 20px;
}
.element-home-deal .ftc_products_deal_slider .ftc-product.product >div.images {
max-width: 100%;
}
.element-home-deal .ftc_products_deal_slider .ftc-product.product >div.item-description {
max-width: 100%;
padding: 0;
text-align: center;
display: block;
position: unset;
transform: none;
margin-top: 30px;
}
.element-home-deal .ftc-deal-products .ftc-product.product {
max-width: 370px !important;
float: none;
padding: 15px;
}
.element-home-icon {
width: 100% !important;
margin: 15px auto !important;
}
.element-home-deal .ftc-deal-products .ftc-product.product >div.item-description .star-rating {
margin: 8px auto;
}
}
@media only screen and (max-width: 480px){
body.single.single-post .row main.site-main {
padding: 0;
}
.owl-carousel .owl-item {
padding: 0 15px !important;
}
.caftc-link {
margin-right: 0;
}
.woocommerce .yit-wcan-container .products.ftc-mansory-shop {
margin: 0;
}
.woocommerce .yit-wcan-container .products.ftc-mansory-shop .product {
width: calc(50% - 5px);
}
.pp_pic_holder.ftc-product-video {
width: 90% !important;
left: 50% !important;
transform: translateX(-50%);
margin-top: -220px;
}
.ftc-product-video.loaded .pp_content,
.pp_pic_holder.ftc-product-video iframe {
width: inherit !important;
}
form.checkout div#customer_details {
padding: 0;
}
.woocommerce-cart .wc-proceed-to-checkout {
text-align: center;
}
.col-sm-12 .detail-nav-summary a .nav-product.prev-product {
margin-left: -115px;
}
.col-sm-12 .detail-nav-summary a .nav-product.prev-product:after {
margin-left: 0;
}
.col-sm-12 .detail-nav-summary a .nav-product.next-product {
margin-left: -120px;
}
.col-sm-12 .detail-nav-summary a .nav-product.next-product:after {
margin-left: 5px;
}
.woocommerce-cart .woocommerce table.cart td.actions .coupon {
display: block;
}
.pp_pic_holder.ftc-size_chart {
max-width: 330px;
left: 50% !important;
transform: translateX(-50%);
}
.pp_pic_holder.ftc-size_chart .size_chart_table {
padding: 20px;
}
body div.pp_pic_holder.ftc-size_chart .pp_details a.pp_close {
top: 10px;
right: 10px;
}
.ftc-off-canvas-cart .woocommerce.widget_shopping_cart .cart_list li .blockUI.blockOverlay:before {
top: calc(50% - 8px) !important;
left: calc(50% + 100px) !important;   
}
.ftc-off-canvas-cart .woocommerce.widget_shopping_cart .cart_list li.loading:after {
top: calc(50% - 25px);
right: 20%;
}
.element-home-banner-left2 {
padding: 0 10px 40px;
}
.element-home-icon:first-child {
padding: 0 10px;
}
.element-home-icon:last-child {
padding: 0 10px;
}
.ftc-off-canvas-cart .woocommerce.widget_shopping_cart .cart_list li {
min-width: auto;
}
.woocommerce-page.columns-5 .products .product, 
.woocommerce.columns-5 .products .product {
width: 50%;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table {
table-layout: fixed;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr.cart_item > td {
border-bottom: none;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table .product-name .product-item-thumbnail {
display: none;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals th {
border-right: 0;
}
.checkout-login-coupon-wrapper,
.checkout-login-coupon-wrapper .woocommerce-form-coupon-toggle,
.checkout-login-coupon-wrapper .woocommerce-form-login-toggle {
display: block;
width: 100%;
margin: 0;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
display: none;
}
.ftc-off-canvas-cart .woocommerce.widget_shopping_cart .total {
padding: 15px 20px;
}
.ftc-off-canvas-cart .woocommerce-mini-cart__buttons.buttons .button.wc-forward.checkout {
margin-top: 10px;
}
.ftc-off-canvas-cart .shop_table form {
padding-bottom: 265px;
}
.ftc-off-canvas-cart .woocommerce-mini-cart__buttons.buttons {
display: block;
padding: 20px;
}
.ftc-off-canvas-cart .woocommerce-mini-cart__buttons.buttons .button.wc-forward {
width: 100%;
margin: 0 auto;
}
.ftc-off-canvas-cart .woocommerce ul.woocommerce-mini-cart.cart_list li img {
max-height: 100%;
max-width: 90px;
min-height: 90px;
}
.cart-canvas .ftc-off-canvas-cart {
width: 90%;
}
.sub-h32 {
padding: 55px 0;
} 
.product-deal-29 .ftc_products_deal_slider {
padding: 0;
}
.elementor-element.product-deal-29 .elementor-widget-ftc-products-deal-sliders > .elementor-widget-container {
max-width: 340px;
}
.product-deal-29 .ftc_products_deal_slider .ftc-product.product {
max-width: 100% !important;
}
.col3-ft-h45 .elementor-column-wrap.elementor-element-populated,
.col2-ft-h45 .elementor-column-wrap.elementor-element-populated {
max-width: 100%;
margin: 0 auto;
}
.ft-h46 .elementor-container .elementor-col-25 .space-ft-46 {
margin-bottom: 30px;
}
.element-home-deal .ftc-deal-products .ftc-product.product >div.item-description .short-description {
margin-bottom: 10px;
}
.content-deal-h52:before{
content: '';
position: absolute;
width: 100%;
height: calc(100% - 120px);
top: 60px;
background-color: rgba(255,255,255,0.3);
z-index: 2;
}
.content-deal-h52 .elementor-column-wrap .elementor-widget-wrap{
z-index: 3;
}
.text-single-30 span{
display: none;
}
.button-sl-h31:after {
top: 1px;
}
.title-1line-h53 .elementor-heading-title{
text-align: center;
}
.tx-bn1-h52:not(.tx-bn1-h54){
font-size: 22px;
}
.bn-tx-h53 .ftc-image-content  .ftc-image-caption{
text-align: right;
}
.product-full-h53 .navigation-slider{
left: 50%;
transform: translateX(-50%);
right: auto;
}
.ftc-product-tabs-grid.style_2 .product .item-description .meta_info .add-to-cart,
.ftc-product-tabs-grid.style_2 .product .item-description .meta_info .add-to-cart a{
width: 35px;
}
.ftc-product-tabs-grid.style_2 .product .item-description .meta_info .add-to-cart a:before,
.ftc-product-tabs-grid.style_2 .product .item-description .meta_info .add-to-cart a.added_to_cart:after{
display: block;
font-size: 15px;
text-align: left;
}
.ftc-product-tabs-grid.style_2 .woocommerce .product .item-description .meta_info a i,
.ftc-product-tabs-grid.style_2 .woocommerce .product .item-description .meta_info > a{
text-align: left;
}
.ftc-product-tabs-grid.style_2 .product .item-description .meta_info .add-to-cart span,
.ftc-product-tabs-grid.style_2 .product .item-description .meta_info .add-to-cart a.added_to_cart{
font-size: 0;
}
.product-wg-h50 .ftc_products_slider.style_18 .product {
padding: 10px;
}
.title-pr-h50{
text-align: center;
}
.tx6-bn-h53{
display: none;
}
.tx-bn-h53{
font-size: 23px;
line-height: 30px;
}
.tx2-bn-h53{
font-size: 20px;
}
.title-pr2-h53{
margin-bottom: 10px;
}
.title-pr2-h53,
.title2-pr2-h53{
text-align: center;
}
.content-ft-h53 .elementor-column.elementor-col-16 {
width: 100% !important;
}
.content-ft-h53 .elementor-column.elementor-col-16 {
margin-bottom: 20px;
}
.content-ft-h53 .elementor-column.elementor-col-16:last-child {
text-align: center;
margin-bottom: 0px;
}
.product2-h53 .pro-right-cate-h53,
.product2-h53 .pro-left-cate-h53 {
padding: 0 45px;
}
.title-pr1-h53{
margin-bottom: 10px;
}
.title-pr1-h53, .title2-pr1-h53{
width: 100% !important;
text-align: center;
}
.fearture-h53 .elementor-column {
width: 100% !important;
padding: 25px 0;
}
.bn2-h52 .ftc-element-image .button-banner{
margin-top: 10px;
display: none;
}
.tx-bn2-h52{
font-size: 20px;
line-height: 25px;
}
.bn2-h52 .ftc-element-image .button-banner a{
padding: 8px 30px 10px;
font-size: 14px;
}
.bn2-h52 .ftc-element-image .ftc-image-content{
width: 65%;
}
.subtitle-h52{
margin-left: 10px;
}
.content-h52 .elementor-heading-title{
text-align: center;
}
.space2-ft-h52,
.title2-ft-h52{
display: none;
}
.ftc_products_slider.style_20 .woocommerce .product .item-description .product_title,
.ftc-product-grid.style_7.woocommerce .product .item-description .product_title{
font-size: 16px;
}
.ft-mid-h49.ft-mid-h52 .elementor-icon-list-items .elementor-icon-list-item a{
justify-content: center;
}
.col-ft-h52{
width: 100% !important;
text-align: center;
}
.content-h52 {
padding: 0 15px;
}
.content-pr-grid-h52 {
padding: 0 5px;
}
.content-deal-h52{
padding: 0;
}
.deal-h52 .ftc-countdown-element .ftc-number{
font-size: 30px !important;
}
.deal-h52 .ftc-countdown-element .ftc-label{
font-size: 14px !important;
}
.ftc-product-grid.style_7.woocommerce-page.columns-5 .products .product{
width: 50%;
}
.footer-right-h54 .elementor-heading-title,
.footer-right-h54 .elementor-text-editor{
text-align: center;
}
.footer-right-h48 > .elementor-element-populated > .elementor-widget-wrap{
padding: 100px 30px !important;
}
.ftc-product-tabs-grid.style_2 .tabs-content-wrapper .product{
padding: 0 10px;
}
.single-img-sm-h54 .elementor-image.ftc-element-image{
text-align: center;
}
.single-img-sm-h54 .elementor-col-50:first-child{
margin-bottom: 30px;
}
.single-img-sm-h54 .elementor-widget-ftc_single_image > .elementor-widget-container{
padding: 0 !important;
}
.ftc-product-tabs-grid.style_2  .woocommerce.columns-5 .products .product{
width: 50%
}
.small-tx-h51{
font-size: 20px;
}
.product-wg-h50 .ftc_products_slider.style_18 .product .images{
width: 140px !important;
}
.product-wg-h50 .ftc_products_slider.style_18 .product .item-description{
width: calc(100% - 140px) !important;
padding: 10px;
}
.ftc_products_slider.style_18 .woocommerce .products .product .item-description h3.product-name a {
font-size: 13px;
}
.ftc_products_slider.style_18 .product .item-description .meta_info .add-to-cart,
.ftc_products_slider.style_18 .product .item-description .meta_info .add-to-cart a {
width: 100px;
}
.subtitle-h50{
margin-bottom: 40px !important;
}
.product-h50 .navigation-slider{
top: -30px;
left: 50%;
transform: translateX(-50%);
}
.ftc-element-testimonial.style_4 .testimonial-content{
padding: 35px;
}
.ftc-element-testimonial.style_4 .testimonial-content:before{
width: calc(100% - 20px);
right: 0;
left: 10px;
}
.testi-h50 .ftc-element-testimonial.style_4 {
padding: 0 10px;
}
.ftc-element-testimonial.style_4 .testimonial-content .name,
.ftc-element-testimonial.style_4 .testimonial-content .byline{
margin-left: 0;
text-align: center;
}
.ftc-element-testimonial.style_4 .testimonial-content:after{
left: 25px;
}
.ftc-element-testimonial.style_4 .testimonial-content .avatar-image{
position: relative;
width: 106px;
left: 50%;
height: 106px;
top: 0px;
transform: translateX(-50%);
}
.ftc-element-testimonial.style_4 .testimonial-content .infomation{
padding: 0 10px;
text-align: center;
}
.testi1-h50{
text-align: center;
}
.wpcf7 .contact-h47 .contact-h47-left{
flex-direction: column;
}
.wpcf7 .contact-h47 .contact-h47-left label{
width: 100%;
float: left;
}
.wpcf7 .contact-h47 .contact-h47-left label:first-child{
margin-right: 0px;
margin-bottom: 20px;
}
.wpcf7 .contact-h47 .contact-h47-left br{
display: none;
}
.product-tab-template.ftc-product-tabs.style_7 .tabs-content-wrapper .tab-content .product .item-description{
padding-bottom: 0;
}
.ftc-product-tabs.style_7 .product .item-description .price{
margin-top: 0;
}
.ftc-product-tabs.style_7 .product:hover .item-description .product_title{
margin-bottom: 15px;
}
.ftc-product-tabs.style_7 .product .item-description .meta_info .add-to-cart {
height: 30px;
}
.ftc-product-tabs.style_7 .product .item-description .meta_info .add-to-cart a{
height: 30px;
line-height: 30px;
}
.ftc-product-tabs.style_7 .product .item-description .meta_info .add-to-cart span,
.ftc-product-tabs.style_7 .product .item-description .meta_info .add-to-cart a.added_to_cart{
font-size: 14px;
}
.ftc-product-grid.style_5 .product .item-description {
bottom: -5px;
}
.ftc-product-grid.style_6.woocommerce .product .images .group-button-product > a,
.ftc-product-grid.style_6.woocommerce .product .images .group-button-product > div,
.ftc-product-grid.style_6.woocommerce .product .images .group-button-product > div a,
.ftc-product-grid.style_6.woocommerce .product .images .group-button-product > div a i{
width: 35px;
height: 35px;
}
.ftc-product-grid.style_6.woocommerce .product .images .group-button-product > div a:before,
.ftc-product-grid.style_6.woocommerce .product .images .group-button-product > div a i,
.ftc-product-grid.style_6.woocommerce .product .images .group-button-product > a i{
line-height: 35px;
font-size: 15px;
}
.ftc-product-grid.style_6 .product .images .group-button-product{
bottom: 10px;
}
.blogs-slider.style_2 .inner-wrap .post-text h4 {
font-size: 20px;
}
span.text-sl-h46 {
font-size: 28px;
}
.deal-right-h44  .ftc-countdown-element .ftc-number{
font-size: 25px !important;
}
.product1-h44 .navigation-slider div.style_3 {
top: 31%;
}
.title-h41 .elementor-heading-title{
line-height: 40px;
}
.footer1-left-h48{
margin-top: 30px;
}
.footer2-left-h48 {
margin-bottom: 30px;
}
.box-text-h45{
padding: 0 15px;
}
.bn1-h44.elementor-widget-ftc_single_image .ftc-image-caption p{
right: 15px;
bottom: 10px;
}
.bn2-h49 .ftc-element-image .ftc-image-content .button-banner{
display: none;
} 
.bn2-h49.elementor-element .ftc-element-image .ftc-image-content {
max-width: 175px;
right: 0px;
}
.testi-h47{
background-position: 25% 20px !important;
}
.pr-h47 > .elementor-widget-container{
padding: 0 15px !important;
}
.ftc_products_slider.style_16 .woocommerce .products .short-description,
.ftc_products_slider.style_16 .woocommerce .item-description .product_title{
font-size: 15px;
}
.bn2-h46 .ftc-element-image .ftc-image-content p.tx2-bn2-h46 {
font-size: 18px;
}
.bn2-h46 .ftc-element-image .ftc-image-content {
width: calc(100% - 30px);
}
.tx-bn1-h46{
font-size: 42px;
line-height: 42px;
}
.tx2-bn1-h46{
font-size: 40px;
line-height: 40px;
}
.bn-h45 .ftc-image-content{
text-align: center;
left: 50%;
top: 50% !important;
transform: translate(-50%, -50%);
max-width: 260px;
background-color: rgba(255,255,255,0.6);
}
.deal-left-h44 {
padding: 0 ;
}
.bn1-h44 .ftc-image-content{
max-width: 280px;
min-height: 120px;
}
.bn1-h44.elementor-widget-ftc_single_image .ftc-image-caption{
margin-left: 20px;
}
.video-left-h44{
text-align: center;
}
.ins-h35.elementor-widget.elementor-widget-ftc-gallery-instagram .ftc-instagram .images{
padding-bottom: 15px;
}
.sub-h35 .mc4wp-form .mc4wp-form-fields .sub{
justify-content: center;
}
.news-h39 .sub-h35 .mc4wp-form .mc4wp-form-fields .sub input[type="email"]{
max-width: 215px;
}
.tx-sl-h49 span{
padding-left: 60px;
}
.tx-sl-h49 span:before{
width: 30px;
}
.insta-h35 .ftc-element-instgram.ftc-instagram ul:not(.slider) li{
padding: 10px;
}
.ft-mid-h49 .elementor-col-16.col1-ft-h49{
margin-bottom: 10px;
} 
.col2-ft-h49 .elementor-widget-heading{
display: none;
}
.bn1-h49.elementor-element .ftc-element-image .ftc-image-content{
left: 0;
width: 100%;
}
.bn1-h49 .ftc-element-image .ftc-image-content .button-banner a{
font-size: 16px;
padding: 10px 20px;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 20px;
line-height: 20px;
}
.bn1-h49 .ftc-element-image .ftc-image-content img{
max-width: 200px;
float: left;
margin-left: 10px;
}
.bn1-h49 .ftc-element-image .ftc-image-content .button-banner{
margin-top: 0;
margin-bottom: 0;
min-height: 0;
height: 0;
}
.bn1-h49 .ftc-element-image .ftc-image-content p{
display: none;
}
.img-left-pr-h49 .ftc-image-content,
.img-right-pr-h49 .ftc-image-content{
padding: 0 10px;
}
.img-left-pr-h49 .ftc-element-image .button-banner .single-image-button{
right: 10px;
}
.tx1-img-pr-h49{
font-size: 18px;
line-height: 22px;
}
.tx2-img-pr-h49{
font-size: 25px;
line-height: 25px;
}
.bn2-h49 .ftc-element-image .ftc-image-content .tx1-bn2-h49{
display: none;
}
.bn2-h49 .ftc-element-image .ftc-image-content p.tx2-bn2-h49{
font-size: 22px;
line-height: 25px;
margin-bottom: 0;
}
.img-left-pr-h49 .ftc-element-image .button-banner .single-image-button{
padding:  5px 20px;
}
.bn2-h49 .ftc-element-image .ftc-image-content .button-banner {
margin-top: 15px;
}
.ft-mid-h49 .elementor-col-16:not(.col1-left-ft-h49){
width: 100% !important;
}
.col1-ft-h49 .elementor-heading-title{
margin-left: auto;
margin-right: auto;
transform: translateX(0); 
}
.ftc-product-tabs.style_7 .woocommerce .products .product{
padding: 0 8px;
}
.ftc-product-tabs.style_7 .tabs-wrapper{
margin-bottom: 30px;
}
.ftc-product-tabs.style_7 .tabs-wrapper .tab-title{
padding: 0 15px;
}
.footer1-left-h48{
padding: 0 15px;
}
.footer-left-h48 > .elementor-element-populated > .elementor-widget-wrap{
padding: 50px 15px;
}
.form-h47{
padding: 0 15px;
}
.pr2-h46 .ftc-product-grid.style_5 .product .item-description{
top: 10px;
left: 20px;
width: calc(100% - 30px);
}
.product-template.ftc-product-grid.style_6 .products .product {
width: 50%;
padding: 0 10px;
}
.pr-big-h46 {
padding: 0 5px;
}
.pr2-h46 {
padding: 0 5px;
}
.pr2-h46 .product-template.ftc-product-grid.style_5 .products .product {
padding: 0 10px;
}
.col2-ft-h45 > .elementor-element-populated > .elementor-widget-wrap,
.col3-ft-h45 > .elementor-element-populated > .elementor-widget-wrap{
max-width: 100%;
margin: 0 auto;
}
.deal-right-h44 > .elementor-element-populated > .elementor-widget-wrap {
width: calc(100% - 30px);
height: calc(100% - 30px);
}
.img-video-h44 .ftc-element-imag{
text-align: center;
}
.img4-h44{
position: unset !important;
margin: 30px auto 0;
} .insta-h44 .ftc-element-instgram ul,
.product1-h44 .elementor-widget-ftc-products-sliders{
padding: 0 40px;
}
.insta-h44 .ftc-instagram ul.slider .owl-nav > div{
width: 30px !important;
height: 30px !important;
}
.insta-h44 .ftc-instagram ul.slider .owl-nav > div:before{
line-height: 30px;
font-size: 20px;
}
.navigation-slider div.style_3{
width: 30px;
height: 30px;
}
.navigation-slider .nav-next.style_3{
right: 0;
}
.navigation-slider .nav-prev.style_3 {
left:  0;
}
.navigation-slider .nav-prev.style_3:before,
.navigation-slider .nav-next.style_3:before{
font-size: 20px;
line-height: 30px;
}
.ft-mid-h49 .elementor-col-16{
width: 100% !important;
margin-bottom: 60px;
}
.img-ft-h49.elementor-widget {
position: relative !important;
top: auto;
transform: translateY(-100%);
}
.cate-right-h43.elementor-element{
padding: 0 5px;
}
.cate-right-h43.elementor-element .elementor-widget .ftc-product-categories .category {
margin-bottom: 20px;
padding: 0 10px;
}
.line-bot-h42:before{
width: 180px;
}
.button1-h42{
left: 50%;
transform: translateX(-50%);
width: max-content !important;
top: 30px;
}
.button2-h42{
top: auto;
bottom: 30px;
}
.img-h41 .tx1-h41{
display: none;
}
.img-h41 .elementor-image.ftc-element-image .ftc-image-content{
left: 0;
}
.tx2-h41{
max-width: 150px;
font-size: 20px;
margin-bottom: 10px;
margin-top: 0px;
}
.tx-sale-h41 {
max-width: 100px;
}
.tx1-sale-h41, .tx2-sale-h41 {
font-size: 20px;
line-height: 20px;
}
.ftc_products_slider.style_10 .woocommerce .products .product .images{
padding: 10px;
}
.ftc_products_slider.style_10 .woocommerce .products .product .images:before{
width: calc(100% - 20px);
height: calc(100% - 20px);
left: 10px;
top: 10px;
}
.bn-row1-h34-2{
display: none;
}
.header-layout32:not(.header-sticky-mobile) .nav-right .ftc-shop-cart a,
.header-layout32 .nav-right .ftc-shop-cart a{
color: #444;
}
.ftc_products_slider.style_7 .woocommerce .products .product .images{
padding: 10px;
}
.tx-bn1-h37{
bottom: -20px;
right: 0;
}
.bn-h34 .single-image-button{
padding: 5px 40px 5px 10px !important;
}
.bn-h34 .single-image-button:before{
right: 15px;
top: 15px;
}
.bn-h34 .single-image-button:after{
right: 10px;
top: 2px;
}
.ftc-product-grid.style_4 .product .images .group-button-product .add-to-cart a{
height: 30px;
line-height: 32px;
}
.ftc-product-grid.style_4 .product .images .group-button-product .quickview{
height: 30px;
line-height: 30px;
}
.ftc-product-grid.style_4 .product .images .group-button-product{
height: 30px;
}
.bn-row3-h31{
background-position: 20%;
}
.ftc_products_slider.style_9 .woocommerce .product .item-description .amount,
.ftc_products_slider.style_9 .product .item-description .meta_info .add-to-cart span,
.ftc_products_slider.style_9 .woocommerce .product .item-description h3.product_title{
font-size: 14px;
}
.ftc-element-testimonial.style_3 .testimonial-content .avatar-image img{
max-width: 100px;
}
.ftc-element-testimonial.style_3 .testimonial-content:before{
height: calc(100% - 50px);
}
.video-right-h37 {
padding: 100px 40px;
}
.button-filter-boxed{
position: relative;
left: 39%;
transform: translateX(-50%);
}
.ftc-filter-boxed{
padding-top: 30px;
}
.ftc-product-grid.style_4 .products .product{
width: 50%;
}
.insta-h21 .ftc-gallery-instagram li {
padding: 0 5px;
}
.insta-h21 .ftc-gallery-instagram.columns-5 .images{
width: 33.333%;
}
.pr-h38{
margin: 0 -10px;
}
.ftc_products_slider.style_8 .swiper-slide{
padding: 5px 10px 10px;
}
.line-sl-h34:before{
width: 100px;
}
.button-sl-h34:before{
right: 25px;
}
.button-sl-h34:after{
top: 8px;
}
.ft-news-h32{
padding: 0 15px;
}
.home-32 {
margin: 0;
}
.ftc_products_slider.style_3 .woocommerce .product .item-description .amount ,
.ftc-product-grid.style_4 .products .product .item-description .amount{
font-size: 18px;
}
.bn-row1-h31 .ftc-element-image .wp-caption img {
max-width: 200px;
}
.bn-row3-h31 {
max-height: 400px;
}
.img-testi-h36 {
top: 70%;
max-width: 250px;
}
.cate-h36 .ftc-product-categories.style_3 .ftc-categories .item-desciption{
text-align: center;
}
.img-cate1-h36{
padding: 100px 0 110px;
}
.tx-cate-h36{
position: relative !important;
left: 0;
transform: rotate(0);
top: auto;
bottom: 100px;
text-align: center;
}
.cate-right-h36 {
padding-right: 15px;
padding-left: 15px;
}
.cate-right-h36 .ftc-image-caption p{
line-height: 35px;
font-size: 25px;
}
.cate-right-h36 .ftc-element-image .wp-caption .ftc-image-content{
right: 10px;
}
.img-bn1-h36{
padding-bottom: 30px;
}
.header-layout32 .header-content {
padding: 10px;
}
.header-layout32{
position: relative;
}
.ftc_products_slider.style_6 .product .item-description .meta_info .add-to-cart{
margin: 3px auto 0;
float: none;
height: 20px;
line-height: 20px;
}
.ftc_products_slider.style_6 .product .item-description .meta_info a.quickview{
margin: 0 auto;
float: none;
}
.ftc_products_slider.style_6 .woocommerce .product .item-description .meta_info a{
height: 20px;
line-height: 20px;
}
.navigation-slider div.style_2 {
top: 38%;
}
.tp-bullets.home34 {
left: -60px !important;
}
.ft-bot-h34 p{
width: 300px;
margin: 0 auto;
}
.bn-h34 .ftc-image-content {
text-align: center;
padding: 0 15px;
width: 100%;
}
.bn-h34-2 .ftc-image-content{
padding: 0;
}
.bn-h34 .ftc-image-content .bn-row1-h34{
margin: 0 auto;
}
.bn-h34 .ftc-image-content .bn-h34-tit,
.bn-h34 .ftc-image-content .bn-h34-tit-2{
margin: 0 auto;
text-align: center;
position: relative;
top: auto;
width: max-content;
}
.bn-h34-tit:before,
.bn-h34-tit-2:before{
top: 26px;
}
.bn1-h34-line2, .bn1-h34-line3{
font-size: 20px;
line-height: 15px;
}
.bn1-h34-line3 {
margin-bottom: 20px;
}
.bn1-h34-line1{
display: none;
}
.img-row2-h31 .elementor-column.elementor-col-33 {
width: 100% !important;
}
.ftc_products_slider.style_9{
padding: 0 15px;
}
.sub-h31 .mc4wp-form .mc4wp-form-fields .sub{
max-width: 350px;
}
.button-sl-h31:before{
top: 10px;
}
.testi-h33{
position: relative !important;
bottom: auto;
padding: 0 15px;
top: -90px;
}
.tx-testi-h33{
top: 40px;
bottom: auto;
}
.ftc-element-testimonial.style_3 .testimonial-content{
padding: 130px 15px 40px;
margin-bottom: 0;
}
.ftc-element-testimonial.style_3 .testimonial-content .infomation{
padding: 0 15px;
}
.bg-testi-h33{
padding-bottom: 0;
}
.space-testi-h31{
height: 0 !important;
}
.button-sl-h33:before{
top: 20px;
right: 14px;
}
.ftc-elements-blogs.style_5{
margin-right: 0 !important;
margin-left: 0 !important;
}
.ftc-elements-blogs.style_5 .inner-wrap{
flex-direction: column;
}
.ftc-elements-blogs.style_5 .inner-wrap > a, .ftc-elements-blogs.style_5 .inner-wrap .post-text{
width: 100%;
}
.ftc-elements-blogs.style_5 .inner-wrap .post-text{
padding: 30px 30px 0;
margin-top: 30px;
text-align: center;
}.ftc-elements-blogs.style_5 .inner-wrap .post-text .meta .vcard.author{
margin-left: 20px;
margin-right: 0;
float: none;
}
.ftc-elements-blogs.style_5 .inner-wrap .post-text .meta span.posted_in{
left: 50%;
transform: translateX(-50%);
}
.sub-h33 .mc4wp-form .mc4wp-form-fields .sub{
display: block;
text-align: center;
}
.sub-h33 .mc4wp-form .mc4wp-form-fields .sub input[type="email"]{
max-width: 315px;
margin-right: 0;
}
.contact-h33{
max-width: 350px;
}
.contact-h33 .contact-h33-right, .contact-h33 .contact-h33-left{
width: 100%;
text-align: center;
padding: 0;
}
p.tx-ft-h33{
max-width: 300px;
margin: 0 auto;
}
.sub-h33 .mc4wp-form .mc4wp-form-fields .sub .button-sub{
display: inline-block;
margin-top: 30px;
}
.ft-h32 .elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a{
justify-content: center;
}
.ft-h32.elementor-col-25{
margin-top: 30px;
}
.ft-h32.elementor-col-25:first-child{
margin-top: 0;
}
.ft-icon-h32 ul.elementor-icon-list-items.elementor-inline-items{
justify-content: center;
}
.site-content:not(.hide-filter) .before-loop-wrapper{
position: relative;
}
.woocommerce .site-content:not(.hide-filter) .woocommerce-ordering .orderby{
width: 140px;
}
.woocommerce .site-content:not(.hide-filter) .woocommerce-ordering .orderby > li .orderby-current{
padding: 2px 10px;
text-align: left;
}
.woocommerce .site-content:not(.hide-filter) .woocommerce-ordering .orderby > li:after{
right: 10px;
}
.site-content:not(.hide-filter) .woocommerce .woocommerce-ordering{
padding-right: 5px;
}
.prod-cat-show-top-content-button{
position: absolute;
top: 50%;
left: 42%;
transform: translate(-50%,-50%);
padding-bottom: 0;
}
.site-content:not(.hide-filter) .grid_list_nav a{
margin-right: 10px;
}
.ftc-sidebar.product-category-top-content{
margin-top: 30px;
}
.menu-h12 ul.menu-footer li{
padding: 0 10px;
} .ft-bot-main .copy-com,
.footer-bot20 .copy-com,
.footer-bott21 .copy-com{
margin: 0 auto;
max-width: 215px;
}
.header-layout5.header-sticky-mobile .top-header{
top: 0;
}
.element-footer-bottom p{
max-width: 215px;
margin: 0 auto;
}
.ftc-breadcrumb-title h1{
font-weight: 500;
}
.ftc-breadcrumbs-category ul li:first-child{
padding-left: 10px
}
.ftc-breadcrumbs-category ul li:last-child{
padding-right: 2px;
}
.ftc-breadcrumbs-category ul li span.image-icon img{
max-width: 22px;
}
.ftc-breadcrumbs-category ul li a{
font-size: 13px;
}
.woocommerce div.product .summary h1.product_title.entry-title{
margin-top: 20px;
}
.related.products{
padding: 0 10px;
}
.related.products .owl-carousel .owl-item{
padding: 0;
}
.related.products .products .product{
padding: 10px 10px 0;
}
.archive.admin-bar .ftc-sidebar.scroll-sidebar{
top: 0;
height: 100%;
}
section.widget-container.ftc-items-widget ul.product_list_widget li a.ftc-widget-image{
max-width: 100px;
}
.element-footer-mid-news .sub .email {
width: 100%;
max-width: 280px;
}
.admin-bar .header-ftc.element-header-layout23.header-sticky-mobile,
.admin-bar .header-ftc.header-layout24.header-sticky-mobile{
top: 0 !important;
}
.admin-bar .header-layout22.header-sticky-mobile .header-sticky,
.admin-bar .header-layout24.header-sticky-mobile .header-sticky{
top: 0 !important;
}
.header-layout8.header-ftc.header-sticky-mobile .header-content{
top: 0;
}
.admin-bar .header-sticky{
top: 0px !important;
}
.text-show-hover p:first-child{
font-size: 26px;
}
.stactic-top > div:hover .blocktext_middle .text-img h4{
font-size: 26px;
}
.last-product-h28{
padding-top: 30px;
}
.pr-new-h14 .ftc-product-slider .owl-stage-outer{
padding: 0 7px;
margin-left: -7px;
margin-right: -7px;
}
.img-bn2-h51 {
left: 50%;
transform: translateX(-50%);
margin-top: 50px;
padding: 0 30px;
position: relative !important;
bottom: auto;
}
.news-ft-h51{
padding: 100px 0 !important;
text-align: center;
}
.sub-h51 .mc4wp-form .mc4wp-form-fields .sub input[type="submit"]{
padding: 0 15px;
} .vc_section.section-centerh14{
background-position: 48% !important;
}
footer#colophon .ftc-footer .last-footer .widget-title{
text-align: left !important;
margin: 10px 0px 0;
font-size: 15px;
cursor: pointer;
}
.last-footer .no-padding.bullet,
.last-footer .vc_wp_tagcloud,
.last-footer .info-com{
margin-top: 15px;
display: none;
}
.last-footer .vc_wp_tagcloud{
margin-top: 20px;
}
footer#colophon .ftc-footer .last-footer .info-com{
margin-top: 15px;
}
.last-footer .widget-title i{
position: absolute;
right: 0;
font-size: 14px
}
.last-footer .widget-title.active i:before{
content: "\f068";
}
footer#colophon .ftc-footer .last-footer .widget-title:before{
left: 0;
transform: translateX(0);
}
.element-footer-mid-content .element-footer-mid-content1  .element-footer-mid-title{
margin-bottom: 0px !important;
cursor: pointer;
}
.element-footer-mid-content .element-footer-mid-content1 .elementor-heading-title{
text-align: left;
}
.element-footer-mid-title:before{
left: 0;
transform: translateX(0);
}
.element-footer-mid-content .elementor-heading-title i{
position: absolute;
right: 0;
font-size: 14px
}
.element-footer-mid-content .elementor-heading-title.active i:before{
content: "\f068";
}
.element-footer-mid-content .element-footer-mid-content1 .elementor-widget-icon-list,
.element-footer-mid-content .element-footer-mid-content1 .elementor-widget-text-editor,
.element-footer-mid-content .element-footer-mid-content1 .elementor-widget-ftc_single_image,
.ft-h32 .elementor-widget-icon-list,
.ft-h32 .elementor-widget-ftc_single_image,
.col-ft-h44 .elementor-widget-icon-list,
.col-ft-h44 .elementor-widget-text-editor,
.col-ft-h50 .elementor-widget-icon-list,
.col-ft-h50 .elementor-widget-text-editor,
.col2-ft-h52 .elementor-widget-icon-list,
.col3-ft-h52 .elementor-widget-icon-list,
.col-ft-h53 .elementor-widget-icon-list,
.col-ft-h53 .elementor-widget-text-editor,
.col-ft-h51 .elementor-widget-icon-list,
.col-ft-h51 .elementor-widget-wp-widget-tag_cloud,
.col-ft-h49 .elementor-widget-icon-list{
display: none;
}
.col2-ft-h52:nth-child(3) .elementor-widget-icon-list{
margin-bottom: 40px;
}
.col-ft-h51 .elementor-widget-wp-widget-tag_cloud{
margin-top: 15px;
}
.col3-ft-h51  .ftc-element-image{
margin-top: 15px;
}
.col-ft-h49 .elementor-widget-icon-list{
margin-top: 10px;
}
.ft-h32{
padding: 0 15px;
}
.ft-h32 .elementor-widget-ftc_single_image{
text-align: center;
}
.ft-h32 .elementor-heading-title i,
.col-ft-h44 .elementor-heading-title i,
.col-ft-h50 .elementor-heading-title i,
.col2-ft-h52 .elementor-heading-title i,
.col3-ft-h52 .elementor-heading-title i,
.col-ft-h53 .elementor-heading-title i,
.col-ft-h51 .elementor-heading-title i,
.col-ft-h49 .elementor-heading-title i{
float: right;
font-size: 14px;
line-height: 20px;
}
.ft-h32 .elementor-heading-title,
.col-ft-h44 .elementor-heading-title,
.col-ft-h50 .elementor-heading-title,
.col2-ft-h52 .elementor-heading-title,
.col3-ft-h52 .elementor-heading-title,
.col-ft-h53 .elementor-heading-title,
.col-ft-h51 .elementor-heading-title,
.col-ft-h49 .elementor-heading-title{
text-align: left;
font-size: 20px !important;
cursor: pointer;
}
.ft-h32 .elementor-widget-heading,
.col-ft-h44 .elementor-widget-heading,
.col-ft-h50 .elementor-widget-heading,
.col-ft-h53 .elementor-widget-heading,
.col-ft-h51 .elementor-widget-heading,
.col-ft-h49 .elementor-widget-heading{
margin-bottom: 0px !important;
}
.col2-ft-h52 .elementor-widget-heading{
margin-bottom: 20px;
}
.ft-h32 .elementor-heading-title.active{
margin-bottom: 35px;
}
.element-footer-mid-content .element-footer-mid-content1 .elementor-widget-icon-list{
margin-top: 10px;
}
.element-footer-mid-content .elementor-widget-wrap .element-footer-mid-content1:last-child .elementor-widget-wrap > .elementor-widget:nth-child(2){
margin-top: 10px;
}
.footer-center-h20 .footer_2{
margin: 0 0 15px !important;
}
.footer-center-h20 .footer_2 h3 i,
.footer-center-h20 .title-ins-20 h3 i{
font-size: 14px;
padding-left: 50px;
}
.footer-center-h20 .footer_2 h3.active i:before,
.footer-center-h20 .title-ins-20 h3.active i:before{
content: "\f068";
}
.footer-center-h20 .footer_2 ul,
.footer-center-h20 .ftc-gallery-instagram{
display: none;
}
.footer-center-h20 .footer_2 ul{
margin-bottom: 15px;
}
.ft-mid-h23{
padding-top: 20px;
}
.space3-ft-h52{
display: none;
}
.ft-mid-h23 > .elementor-container > .elementor-row > .elementor-column .elementor-widget-icon-list,
.ft-mid-h24 > .elementor-container > .elementor-row > .elementor-column .elementor-widget-icon-list,
.list-footer > .elementor-container > .elementor-row > .elementor-column .elementor-widget-icon-list,
.list-footer > .elementor-container > .elementor-row > .elementor-column .elementor-widget-text-editor,
.col-list-25 .elementor-widget-icon-list{
display: none;
}
.ft-mid-h23 .elementor-heading-title,
.ft-mid-h24 .col-list-24 .elementor-heading-title{
text-align: left;
padding: 0 15px;
font-size: 20px !important;
cursor: pointer;
}
.ft-menu-bot-h24 .elementor-inline-items .elementor-icon-list-item{
font-size: 15px !important;
}
.ft-mid-h23 .elementor-heading-title i,
.ft-mid-h24 .col-list-24 .elementor-heading-title i{
position: absolute;
right: 15px;
font-size: 14px;
}
.col-list-25 .elementor-heading-title{
text-align: left;
font-size: 20px !important;
cursor: pointer;
}
.list-footer .elementor-heading-title{
text-align: left;
font-size: 18px !important;
cursor: pointer;
}
.col-list-25 .elementor-heading-title i,
.list-footer .elementor-heading-title i{
position: absolute;
right: 0;
font-size: 14px;
}
.ft-mid-h23 .elementor-heading-title.active i:before,
.ft-mid-h24 .col-list-24 .elementor-heading-title.active i:before,
.col-list-25 .elementor-heading-title.active i:before,
.list-footer .elementor-heading-title.active i:before,
.ft-h32 .elementor-heading-title.active i:before,
.col-ft-h44 .elementor-heading-title.active i:before,
.col-ft-h50 .elementor-heading-title.active i:before,
.col2-ft-h52 .elementor-heading-title.active i:before,
.col3-ft-h52 .elementor-heading-title.active i:before,
.col-ft-h53 .elementor-heading-title.active i:before,
.col-ft-h51 .elementor-heading-title.active i:before,
.col-ft-h49 .elementor-heading-title.active i:before{
content: "\f068";
}
.col-list-25:first-child{
margin-bottom: 30px !important;
}
.col-list-25 > .elementor-element-populated{
margin-bottom: 20px !important;
}
.col-list-25 .elementor-widget-icon-list{
margin-bottom: 20px;
} .product-jw-28 .ftc-product-grid.woocommerce.style_3 .products .product:nth-child(3){
border-top: 1px solid transparent;
}
.product-jw-28 .ftc-product-grid.woocommerce.style_3 .products .product:nth-child(2n+1),
.product-jw-28 .ftc-product-grid.woocommerce.style_3 .products .product:nth-child(2n+2){
border-right: 1px solid transparent;
}
.product-jw-28 .ftc-product-grid.woocommerce.style_3 .products .product:last-child,
.product-jw-28.respon-jw .ftc-product-grid.woocommerce.style_3 .products .product:nth-child(3),
.product-right-28 .ftc-product-grid.woocommerce.style_3 .products .product:nth-child(5){
border-bottom: 1px solid transparent;
}
.product-jw-28 .ftc-product-grid.style_3 .product .item-description .short-description{
bottom: -30px;
padding: 0 10px;
}
.banner-28 .elementor-column.elementor-col-33{
padding-bottom: 0 !important;
}
.banner-28 > .elementor-container > .elementor-row > .elementor-column.elementor-col-33:last-child{
padding-bottom: 50px !important;
}
.form-item-30 .wpcf7 p:nth-child(2n+2){
margin-bottom: 30px;
}
.galerry-cate-25 .elementor-column.elementor-col-33 > .elementor-element-populated{
margin: 0 15px !important;
}
.product-home-25 .ftc-product-grid.woocommerce.woocommerce-page.columns-4.style_2 .products .product{
width: 50%;
}
.product-element-24{
margin: 0;
}
.product-element-24 .ftc-product-tabs .tabs-content-wrapper.style_3{
padding: 0 7px 0 6px;
}
.pr-new-h14 .ftc-product-slider .owl-carousel .owl-item{
padding: 0;
}
.category-h5 .ftc-list-category-slider{
max-width: calc(100% - 30px);
margin: 0 auto;
}
.category-h5 .ftc-list-category-slider .owl-stage-outer{
padding: 0 7px 5px;
margin: 0 -7px;
}
.site-footer{
padding-bottom: 59px;
}
.footer-mobile i{
font-size: 18px;
}
.element-home-banner1{
padding-bottom: 0;
}
.element-footer-mid-content1 .elementor-icon-list-items li{
padding: 0 0 5px;
}
.element-home-counter .elementor-counter .elementor-counter-title{
position: relative;
}
.element-home-counter .elementor-counter .elementor-counter-title span{
position: absolute;
left: 0;
top: 20px;
}
.element-home-counter .element-home-counter-icon{
padding-top: 15px;
}
.element-home-counter .element-home-counter-left{
padding: 60px 15px;
}
.element-home-deal .ftc_products_deal_slider .swiper-slide,
.deal-slider .ftc-product-time-dea .owl-stage .owl-item{
padding: 0 10px 10px;
}
.feature-product.owl-carousel .owl-item,
.ftc-list-category-slider .owl-carousel .owl-item{
padding: 0;
}
.woocommerce.columns-3 .product-not-slide.products-v3 .product{
width: 50%;
}
.element-footer-mid-content .element-footer-mid-content1{
width: 100% !important;
}
.element-home-deal .elementor-widget-ftc_single_image{
top: 20%;
}
.element-home-deal .ftc_products_deal_slider .ftc-product.product >div.images,
.element-home-deal .ftc_products_deal_slider .ftc-product.product >div.item-description{
max-width: 100%;
}
.element-home-deal-content .ftc_products_deal_slider,
.deal-slider .ftc-product-time-deal{
max-width: 380px;
}
.element-home-deal .ftc-deal-products .ftc-product.product{
margin: 40px 0 0;
}
.element-home-banner-left2 .elementor-widget-heading:nth-child(2) .elementor-heading-title {
font-size: 30px !important;
line-height: normal;
}
.element-home-deal .ftc-deal-products .ftc-product.product >div.item-description{
position: unset;
transform: translate(0);
margin-top: 30px;
margin-bottom: 30px;
text-align: center;
padding-left: 0;
}
.element-home-deal .ftc-deal-products .product .item-description .meta_info{
left: 50%;
transform: translateX(-50%);
}
.element-home-deal .ftc-deal-products .ftc-product.product >div.item-description .star-rating{
margin: 3px auto 5px;
}
.element-home-banner{
text-align: center;
}
.element-home-banner .element-home-banner-price{
display: none;
}
.element-home-banner-left{
position: unset;
margin-bottom: 60px;
margin: 50px auto 10px;
transform: translate(0px, 0px);
}
.element-home-banner-right{
padding-left: 20px;
padding-bottom: 50px;
}
.element-home-banner-left2 > .elementor-column-wrap > .elementor-widget-wrap{
padding: 40px 15px 30px 15px !important;
}
.element-home-counter .element-home-counter-right{
max-width: 300px;
margin: 0 auto;
}
.element-home-counter-icon{
width: 25% !important;
}
.element-home-counter-content{
width: 75% !important;
}
.feature-product .product-template{
padding: 10px 5px 0;
}
.element-home-icons{
margin: 0;  
}
.feature-product.element-home-product {
padding: 0 !important;
}
.element-home-icon{
width: 100% !important;
margin-bottom: 30px;
}
.element-home-icon:last-child{
margin-bottom: 0;
}
.element-footer-top .ftc-element-instgram.ftc-instagram{
padding: 0 10px;
}
.element-footer-top .ftc-element-instgram.ftc-instagram ul li{
width: 33.3333%;
margin: 10px 0;
padding-bottom: 0
}
.element-footer-top .elementor-widget-ftc-gallery-instagram .ftc-instagram ul.columns-5 li{
width: 33.3333%;
margin: 10px 0;
padding-bottom: 0
}
.ftc-instagram-widget{
padding: 0 10px;
justify-content: center;
}
.ftc-instagram-widget > div{
flex: 0 0 33.333% !important;
margin: 10px 0;
padding-bottom: 0;
}
.elementor-column.element-footer-top-text{
max-width: 50%;
bottom: 170px;
left: 50%;
transform: translateX(-50%);
}
.element-footer-mid-news .title,
.element-footer-mid-news .sub,
.element-footer-mid-news .sub .email,
.element-footer-mid-news .sub .button-sub{
float: none;
}
.element-footer-mid-news .sub .email{
margin-bottom: 20px;
margin-right: 0;
}
.element-footer-mid-news .title{
margin: 0 0 20px 0;
}
.element-footer-mid:before {
top: 275px;
}
.element-footer-mid-content .element-footer-mid-content1{
margin-bottom: 40px;
}
.element-footer-mid-content .element-footer-mid-content1:first-child{
margin-top: 20px;
}
.element-footer-mid-content .element-footer-mid-content1:last-child{
margin-bottom: 0;
}
.term-description{
text-align: center;
}
.img-video-h44 .ftc-element-image{
text-align: center;
}
.bn1-h48 .ftc-element-image .ftc-image-content{
right: 10px !important;
bottom: 40px !important;
}
.bn5-h48 .ftc-element-image .ftc-image-content{
right: 50px !important;
bottom: 50px !important;
}
.ft-h44:before{
bottom: 124px;
}
.ft-bot-h44 p{
line-height: 30px;
padding: 0 30px;
}
.tx-line-sl-h46{
width: max-content !important;
}
.tx-line-sl-h46:before{
width: 100%;
top: -5px;
transform: translateY(0);
}
.ftc-product-categories.style_5 .ftc-categories .images-category{
position: relative;
}
.ftc-product-categories.style_5 .ftc-categories .images-category:before{
position: absolute;
content: '';
width: calc(100% - 30px);
height: calc(100% - 30px);
left: 15px;
top: 15px;
background-color: rgba(255,255,255,0.3);
z-index: 1;
pointer-events: none;
}
.ftc_products_slider.style_10 .woocommerce .product .images .group-button-product{
right: 20px;
}
.sub-h35 .mc4wp-form .mc4wp-form-fields .sub input[type="submit"]{
padding: 8px 15px;
}
}
@media only screen and (max-width: 375px){
.sub-h51 .mc4wp-form .mc4wp-form-fields .sub input[type="email"]{
max-width: 165px;
}
.button-sl-h33:after{
top: 12px;
}
.tx-bn1-h52:not(.tx-bn1-h54){
font-size: 20px;
}
.product-wg-h50 .ftc_products_slider.style_18 .product .images{
width: 125px !important;
}
.product-wg-h50 .ftc_products_slider.style_18 .product .item-description{
width: calc(100% - 125px) !important;
}
.ftc_products_slider.style_18 .woocommerce .product .item-description .meta_info .yith-wcwl-add-to-wishlist a {
width: 20px;
}
.tx3-bn-h53{
font-size: 28px;
}
.tx4-bn-h53{
font-size: 18px;
}
.tx-bn-h53 {
font-size: 20px;
line-height: 25px;
}
.content4-h53{
padding: 30px 15px !important;
}
.ft-tx-bot-h52{
padding: 0;
}
.ft-bot-h52 .elementor-text-editor{
font-size: 14px !important;
}
.tx-bn2-h52{
font-size: 18px;
line-height: 20px;
}
.bn1-h49 .ftc-element-image .ftc-image-content .button-banner a{
padding: 10px 15px;
}
.bn1-h49 .ftc-element-image .ftc-image-content img{
max-width: 190px;
}
.title-ft-h41 .elementor-heading-title:before{
left: -2px;
}
.sub-h35 .mc4wp-form .mc4wp-form-fields .sub input[type="submit"]{
font-size: 18px;
}
.news-h39 .sub-h35 .mc4wp-form .mc4wp-form-fields .sub input[type="email"]{
max-width: 205px;
}
.sub-h35 .mc4wp-form .mc4wp-form-fields .sub input[type="email"]{
max-width: 215px;
}
.product1-h44 .navigation-slider div.style_3 {
top: 30%;
}
.title-h46.elementor-widget .elementor-widget-container .elementor-heading-title {
font-size: 28px;
}
.bn1-h48 .ftc-element-image .ftc-image-content{
right: 10px !important;
bottom: 30px !important;
}
.bn5-h48 .ftc-element-image .ftc-image-content{
right: 50px !important;
bottom: 40px !important;
}
.ftc_products_slider.style_16 .woocommerce .products .product:before{
width: calc(100% - 16px);
height: calc(100% - 16px);
left: 8px;
top: 8px;
}
.ftc-product-grid.style_5 .product .item-description {
bottom: -5px;
}
.pr2-h46 .ftc-product-grid.style_5 .product .item-description .product_title{
font-size: 12px;
}
.deal-full-h45 .ftc-countdown-element .items span.ftc-label{
font-size: 15px;
}
.deal-full-h45 .ftc-countdown-element .items .ftc-number{
font-size: 30px;
}
.box-text-h45 .elementor-text-editor p {
max-width: 300px;
}
.ftc_products_slider.style_10 .woocommerce .product .images .group-button-product{
width: 35px;
right: 20px;
height: 125px;
}
.ftc_products_slider.style_10 .woocommerce .images .group-button-product a.button.add_to_cart_button,
.ftc_products_slider.style_10 .woocommerce .product .images .group-button-product > div a,
.ftc_products_slider.style_10 .woocommerce .product .images .group-button-product > div,
.ftc_products_slider.style_10 .woocommerce .product .images .group-button-product > a,
.ftc_products_slider.style_10 .woocommerce .product .images .group-button-product > a i,
.ftc_products_slider.style_10 .woocommerce .product .images .group-button-product > div a i{
width: 35px;
height: 35px;
line-height: 35px;
}
.ftc_products_slider.style_10 .images .group-button-product .add-to-cart.add_to_cart_button a.add_to_cart_button:before {
width: 35px !important;
line-height: 35px;
}
.img-left-pr-h49 .ftc-element-image .button-banner .single-image-button{
padding: 5px 15px;
}
.tx1-img-pr-h49{
font-size: 16px;
}
.tx2-img-pr-h49{
font-size: 20px;
}
.bn2-h49.elementor-element .ftc-element-image .ftc-image-content {
right: -5px;
}
.ftc-product-tabs.style_7 .woocommerce .product .images .group-button-product{
top: 47%;
}
.ftc_products_slider.style_14 .woocommerce .product .item-description h3.product_title,
.ftc_products_slider.style_14 .product .item-description .meta_info .add-to-cart span,
.ftc_products_slider.style_14 .product .item-description .meta_info .add-to-cart a.added_to_cart{
font-size: 15px;
}
.tx-bot-h41.elementor-widget-text-editor .elementor-text-editor{
font-size: 14px;
}
.tx2-h41{
font-size: 23px;
}
.cate-right-h36 .ftc-image-caption p{
font-size: 20px;
}
.cate-right-h36 .ftc-image-content .button-banner a{
font-size: 16px;
}
.bn1-h34-line2, .bn1-h34-line3 {
font-size: 17px;
}
.bn-h34-2 .single-image-button{
font-size: 15px;
}
.bn-h34-2 .single-image-button:before{
top: 13px;
}
.bn-h34-2 .single-image-button:after{
top: 0;
}
.ft-bot-h41{
padding: 20px 0 25px !important;
}
.ft-bot-h41 .elementor-widget-text-editor .elementor-text-editor{
font-size: 14px;
}
.single-product .details-img.vertical .images{
margin-top: 5px !important;
}
.button-filter-boxed{
left: 42%;
transform: translateX(-50%);
}
.button-sl-h34:after{
top: 9px;
}
.ftc_products_slider.style_3 .woocommerce .product .images .group-button-product,
.ftc-product-grid.style_4  .product .images .group-button-product{
width: calc(100% - 10px);
}
.ftc_products_slider.style_3 .woocommerce .products .product .images .quickview,
.ftc-product-grid.style_4  .products .product .images .quickview {
margin-left: 5px;
}
.contact-h33,
.wpcf7 .contact-h31 label, .wpcf7 .contact-h31 p:last-child {
max-width: 315px;
}
.sub-h31 .mc4wp-form .mc4wp-form-fields .sub{
max-width: 345px;
}
.bn-row3-h31 {
max-height: 430px;
}
.button-sl-h31:before{
right: 4px;
top: 9px;
}
.sub-h31 {
padding: 30px 15px;
max-width: 320px;
}
.site-content:not(.hide-filter) .grid_list_nav{
padding-left: 5px;
}
.woocommerce .site-content:not(.hide-filter) .woocommerce-ordering{
padding-right: 5px;
}
.prod-cat-show-top-content-button{
left: 38%;
}
.site-content:not(.hide-filter) .grid_list_nav a{
margin-right: 5px;
}
.blog-v2 .blogs article .entry-content p{
height: 72px;
overflow: hidden;
}
.grid_list_nav{
padding: 15px 0px 15px 10px;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
padding: 10px 10px 10px 0px;
}
.product-element-24 .elementor-element .tabs-wrapper .tab-title{
padding: 10px;
}
.element-home-counter-icon{
width: 27% !important;
}
.element-home-counter-content{
width: 73% !important;
}
.element-home-deal-content .ftc_products_deal_slider,
.deal-slider .ftc-product-time-deal{
max-width: 350px;
}
}
@media only screen and (min-width: 1200px){
.bn-mid1-h52 .ftc-element-image img{
min-height: 390px;
}
.element-home-deal .ftc-deal-products .ftc-product.product >div.images{
max-width: 300px;
}
.element-home-deal .ftc-deal-products .ftc-product.product >div.images span img{
max-width: 300px;
}
.video-h40 .elementor-fit-aspect-ratio.elementor-open-inline{
max-height: 500px;
padding-bottom: 85%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
.element-home-testi .testimonial-content.swiper-slide-next .infomation, 
.element-home-testi .testimonial-content.swiper-slide-duplicate-next .infomation {
width: 480px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1023px){
.element-home-testi .testimonial-content:not(.swiper-slide-next):not(.swiper-slide-duplicate-next).swiper-slide-active {
padding: 0;
margin: 0;
overflow: unset;
}
.element-home-testi .testimonial-content.swiper-slide-active .infomation {
display: block;
position: absolute;
width: 570px;
left: 50%;
font-size: 14px;
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
top: 55px;
background: #f4f4f4;
padding: 120px 50px 45px;
border: 1px solid #ebebeb;
z-index: -1;
}
}
@media only screen and (min-width: 481px){
.insta-h44 .owl-stage .owl-item,
.insta-h45 .owl-stage .owl-item{
padding: 0 5px;
}
.product-template.ftc-product-grid.style_4 .products .product{
padding: 0 15px;
}
.product-element-27 {
margin: 0 -5px;
}
}
@media only screen and (min-width: 481px) and (max-width: 991px){
.archive .site-content:not(.hide-filter) .before-loop-wrapper{
margin-bottom: 10px;
}
.ftc-sidebar.product-category-top-content{
margin-top: 30px;
}
}
@media only screen and (max-width: 1299px) and (min-width: 1199px){
.tx-testi-h33{
bottom: 220px;
}
}
@media only screen and (max-width: 1499px) and (min-width: 1199px){
.bg-testi-h33 .ftc-element-image{
overflow: hidden;
}
.bg-testi-h33 .ftc-element-image img{
width: 105%;
max-width: 105%;
}
.ftc-product-tabs.style_7 .product .images{
max-height: 230px;
}
.bn-pr-h48 .ftc-element-image .wp-caption img {
max-height: 490px;
}
}div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}div.pp_default .pp_top .pp_left{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}div.pp_default .pp_top .pp_middle{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/default/sprite_x.png) top left repeat-x}div.pp_default .pp_top .pp_right{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}div.pp_default .pp_content .ppt{color:#f8f8f8}div.pp_default .pp_content_container .pp_left{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}div.pp_default .pp_content_container .pp_right{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}div.pp_default .pp_content{background-color:#fff}div.pp_default .pp_next:hover{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}div.pp_default .pp_previous:hover{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}div.pp_default .pp_expand{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}div.pp_default .pp_expand:hover{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}div.pp_default .pp_contract{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}div.pp_default .pp_contract:hover{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}div.pp_default .pp_close{width:30px;height:30px;background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}div.pp_default #pp_full_res .pp_inline{color:#000}div.pp_default .pp_gallery ul li a{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a{border-color:#fff}div.pp_default .pp_social{margin-top:7px}div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}div.pp_default .pp_details{position:relative}div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;margin:4px 0 0 0;width:20px}div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}div.pp_default .pp_content_container .pp_details{margin-top:5px}div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;margin:0;padding:0 0 0 10px;position:absolute;top:2px}div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:.7}div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}div.pp_default .pp_bottom .pp_left{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}div.pp_default .pp_bottom .pp_middle{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}div.pp_default .pp_bottom .pp_right{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}div.pp_default .pp_loaderIcon{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/default/loader.gif) center center no-repeat}div.light_rounded .pp_top .pp_left{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}div.light_rounded .pp_top .pp_middle{background:#fff}div.light_rounded .pp_top .pp_right{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}div.light_rounded .pp_content .ppt{color:#000}div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right{background:#fff}div.light_rounded .pp_content{background-color:#fff}div.light_rounded .pp_next:hover{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.light_rounded .pp_previous:hover{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_rounded .pp_expand{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_rounded .pp_expand:hover{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_rounded .pp_contract{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_rounded .pp_contract:hover{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_rounded .pp_close{width:75px;height:22px;background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_rounded .pp_details{position:relative}div.light_rounded .pp_description{margin-right:85px}div.light_rounded #pp_full_res .pp_inline{color:#000}div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next{margin-top:12px!important}div.light_rounded .pp_nav .pp_play{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_nav .pp_pause{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_arrow_previous{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}div.light_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_rounded .pp_arrow_next{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}div.light_rounded .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_rounded .pp_bottom .pp_left{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}div.light_rounded .pp_bottom .pp_middle{background:#fff}div.light_rounded .pp_bottom .pp_right{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}div.light_rounded .pp_loaderIcon{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}div.dark_rounded .pp_top .pp_left{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}div.dark_rounded .pp_top .pp_middle{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_top .pp_right{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}div.dark_rounded .pp_content_container .pp_left{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}div.dark_rounded .pp_content_container .pp_right{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}div.dark_rounded .pp_content{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_next:hover{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.dark_rounded .pp_previous:hover{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.dark_rounded .pp_expand{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_rounded .pp_expand:hover{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_rounded .pp_contract{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_rounded .pp_contract:hover{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_rounded .pp_close{width:75px;height:22px;background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_rounded .pp_details{position:relative}div.dark_rounded .pp_description{margin-right:85px}div.dark_rounded .currentTextHolder{color:#c4c4c4}div.dark_rounded .pp_description{color:#fff}div.dark_rounded #pp_full_res .pp_inline{color:#fff}div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next{margin-top:12px!important}div.dark_rounded .pp_nav .pp_play{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_nav .pp_pause{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_arrow_previous{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}div.dark_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.dark_rounded .pp_arrow_next{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}div.dark_rounded .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.dark_rounded .pp_bottom .pp_left{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}div.dark_rounded .pp_bottom .pp_middle{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_bottom .pp_right{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_loaderIcon{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}div.dark_square .currentTextHolder{color:#c4c4c4}div.dark_square .pp_description{color:#fff}div.dark_square .pp_loaderIcon{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}div.dark_square .pp_expand{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_square .pp_expand:hover{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_square .pp_contract{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_square .pp_contract:hover{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_square .pp_close{width:75px;height:22px;background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_square .pp_details{position:relative}div.dark_square .pp_description{margin:0 85px 0 0}div.dark_square #pp_full_res .pp_inline{color:#fff}div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}div.dark_square .pp_nav{clear:none}div.dark_square .pp_nav .pp_play{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_nav .pp_pause{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_arrow_previous{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}div.dark_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.dark_square .pp_arrow_next{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}div.dark_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.dark_square .pp_next:hover{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}div.dark_square .pp_previous:hover{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content{background:#fff}div.light_square .pp_content .ppt{color:#000}div.light_square .pp_expand{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_square .pp_expand:hover{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_square .pp_contract{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_square .pp_contract:hover{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_square .pp_close{width:75px;height:22px;background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_square .pp_details{position:relative}div.light_square .pp_description{margin-right:85px}div.light_square #pp_full_res .pp_inline{color:#000}div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}div.light_square .pp_nav .pp_play{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_square .pp_nav .pp_pause{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_square .pp_arrow_previous{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_square .pp_arrow_next{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_square .pp_next:hover{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}div.light_square .pp_previous:hover{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_square .pp_loaderIcon{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}div.facebook .pp_top .pp_left{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}div.facebook .pp_top .pp_middle{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}div.facebook .pp_top .pp_right{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}div.facebook .pp_content .ppt{color:#000}div.facebook .pp_content_container .pp_left{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}div.facebook .pp_content_container .pp_right{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}div.facebook .pp_content{background:#fff}div.facebook .pp_expand{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}div.facebook .pp_expand:hover{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}div.facebook .pp_contract{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}div.facebook .pp_contract:hover{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}div.facebook .pp_close{width:22px;height:22px;background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}div.facebook .pp_details{position:relative}div.facebook .pp_description{margin:0 37px 0 0}div.facebook #pp_full_res .pp_inline{color:#000}div.facebook .pp_loaderIcon{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/facebook/loader.gif) center center no-repeat}div.facebook .pp_arrow_previous{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}div.facebook .pp_arrow_next{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}div.facebook .pp_nav{margin-top:0}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}div.facebook .pp_nav .pp_play{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}div.facebook .pp_nav .pp_pause{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}div.facebook .pp_next:hover{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}div.facebook .pp_previous:hover{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_bottom .pp_left{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}div.facebook .pp_bottom .pp_middle{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}div.facebook .pp_bottom .pp_right{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}div.pp_pic_holder a:focus{outline:none}div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9999}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_top{height:20px;position:relative}* html .pp_top{padding:0 20px}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle{left:0;position:static}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_content{height:40px;min-width:40px}* html .pp_content{width:40px}.pp_fade{display:none}.pp_content_container{position:relative;text-align:left;width:100%;background:#fff}.pp_content_container .pp_left{padding-left:20px}.pp_content_container .pp_right{padding-right:20px}.pp_content_container .pp_details{float:left;margin:10px 0 2px 0}.pp_description{display:none;margin:0}.pp_social{float:left;margin:0}.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}.pp_social .twitter{float:left}.pp_nav{clear:right;float:left;margin:3px 10px 0 0}.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}.pp_gallery div{float:left;overflow:hidden;position:relative}.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}.pp_gallery ul a{border:1px #000 solid;border:1px rgba(0,0,0,.5) solid;display:block;float:left;height:33px;overflow:hidden}.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}.pp_gallery ul a img{border:0}.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}.pp_gallery li.default a{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}.pp_gallery li.default a img{display:none}.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}a.pp_next{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_previous{background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:0;width:20px;z-index:20000}a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}.pp_bottom{height:20px;position:relative}* html .pp_bottom{padding:0 20px}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_bottom .pp_middle{left:0;position:static}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}#pp_full_res{line-height:1!important}#pp_full_res .pp_inline{text-align:left}#pp_full_res .pp_inline p{margin:0 0 15px 0}div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}div.pp_woocommerce .pp_loaderIcon::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";-webkit-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(//oliveprod.fr/wp-content/themes/karo/assets/images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:#000000bf}